Skip to content

Commit

Permalink
dev-tcltk/tkdnd: add 2.9.4
Browse files Browse the repository at this point in the history
Signed-off-by: Alfredo Tupone <[email protected]>
  • Loading branch information
atupone committed Feb 27, 2024
1 parent e608ff8 commit 92d442a
Show file tree
Hide file tree
Showing 2 changed files with 43 additions and 0 deletions.
1 change: 1 addition & 0 deletions dev-tcltk/tkdnd/Manifest
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
DIST tkdnd-release-test-v2.9.2.tar.gz 573739 BLAKE2B 4e9cae26542cc7774a0faf3d91a8a3f3b3b598735fcdb4e0565be26893514fe2e3f301ecaa7c698913f570b30f37ba0e2e890c6651ceebbc5d6cd9f66caf57c8 SHA512 dd1538ad884e8287d9c90c3b1565b95a047f552a271f921b0d0d7cb7bde8d8d6ad7e8c3247b647c09080c2e23c57ca11c30bde516cf66abcbe1dac6dd0e7cdc7
DIST tkdnd-release-test-v2.9.4.tar.gz 1358824 BLAKE2B 7ea5039825cdc160232bc987a903642b2b2e54973c7f45142b5ea53e6b8ec2b2249416a0220217dc1ae1475dbcf432e2c8c72954f850eb2009512f9ef06b0644 SHA512 2eaf84235443c4a69e411674a7a7b27a1d43ded8aba7b09ed4d2f128cc2bfc9e38018c337004ce7bf0a0082dc0f87a7e89c7c2fc50dfedbb1047deef1d73daa2
42 changes: 42 additions & 0 deletions dev-tcltk/tkdnd/tkdnd-2.9.4.ebuild
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

MY_P=${PN}-release-test-v${PV}

DESCRIPTION="Adds native drag & drop capabilities to tk toolkit"
HOMEPAGE="https://www.ellogon.org/petasis/index.php/tcltk-projects/tkdnd"
SRC_URI="https://github.com/petasis/tkdnd/archive/${MY_P}.tar.gz"

LICENSE="BSD"
SLOT="0"
KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
IUSE="debug threads X"

DEPEND="dev-lang/tk:="
RDEPEND=${DEPEND}

QA_CONFIG_IMPL_DECL_SKIP=(
stat64 # used to test for Large File Support
)

S=${WORKDIR}/${PN}-${MY_P}

RESTRICT="test"

src_prepare() {
sed \
-e 's:-O2::g' \
-e 's:-fomit-frame-pointer::g' \
-e 's:-pipe::g' \
-i configure tclconfig/tcl.m4 || die
default
}

src_configure() {
econf \
$(use_with X x) \
$(use_enable debug symbols) \
$(use_enable threads)
}

0 comments on commit 92d442a

Please sign in to comment.