public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/proj/guru:dev commit in: x11-misc/xbanish/
@ 2021-07-30 15:53 Nickolas Raymond Kaczynski
  0 siblings, 0 replies; 8+ messages in thread
From: Nickolas Raymond Kaczynski @ 2021-07-30 15:53 UTC (permalink / raw
  To: gentoo-commits

commit:     2814d0e7a412801d30163917156e322b5700132b
Author:     Nickolas Raymond Kaczynski <nrk <AT> disroot <DOT> org>
AuthorDate: Fri Jul 30 15:52:02 2021 +0000
Commit:     Nickolas Raymond Kaczynski <nrk <AT> disroot <DOT> org>
CommitDate: Fri Jul 30 15:52:02 2021 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=2814d0e7

x11-misc/xbanish: add new package

Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Nickolas Raymond Kaczynski <nrk <AT> disroot.org>

 x11-misc/xbanish/Manifest           |  1 +
 x11-misc/xbanish/metadata.xml       | 10 +++++++++
 x11-misc/xbanish/xbanish-1.7.ebuild | 42 +++++++++++++++++++++++++++++++++++++
 3 files changed, 53 insertions(+)

diff --git a/x11-misc/xbanish/Manifest b/x11-misc/xbanish/Manifest
new file mode 100644
index 000000000..3d9b16c82
--- /dev/null
+++ b/x11-misc/xbanish/Manifest
@@ -0,0 +1 @@
+DIST v1.7.tar.gz 6379 BLAKE2B b5c2da9890676be642d963147b38585089160bbeb8609e66e586ce69b886e39e4b02e60e1c4554fb27454ae3bc89c7169f5b1ece3e511e327ee0bfbef25035c3 SHA512 f790ea888812bb6b7793f0a60a900724fc407ec4485672e37d464387ffacfa4bf2dc891862f3fed06948cda31024745816b3adb58074c4578edc6a9848f2bd08

diff --git a/x11-misc/xbanish/metadata.xml b/x11-misc/xbanish/metadata.xml
new file mode 100644
index 000000000..2018f28ad
--- /dev/null
+++ b/x11-misc/xbanish/metadata.xml
@@ -0,0 +1,10 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+	<maintainer type="person">
+		<email>nrk@disroot.org</email>
+	</maintainer>
+	<upstream>
+		<remote-id type="github">jcs/xbanish</remote-id>
+	</upstream>
+</pkgmetadata>

diff --git a/x11-misc/xbanish/xbanish-1.7.ebuild b/x11-misc/xbanish/xbanish-1.7.ebuild
new file mode 100644
index 000000000..414181e9d
--- /dev/null
+++ b/x11-misc/xbanish/xbanish-1.7.ebuild
@@ -0,0 +1,42 @@
+# Copyright 2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit toolchain-funcs
+
+DESCRIPTION="Banish the mouse cursor when typing, show it again when the mouse moves"
+HOMEPAGE="https://github.com/jcs/xbanish"
+
+SRC_URI="${HOMEPAGE}/archive/v${PV}.tar.gz"
+
+KEYWORDS="~amd64"
+# NOTE: Upstream moved to ISC license on master.
+# So this needs to be changed on the next version (1.7+).
+LICENSE="BSD"
+SLOT="0"
+IUSE=""
+
+# NOTE: x11-libs/libXext might become a dep next version (1.7+)
+DEPEND="
+	x11-libs/libX11
+	x11-libs/libXfixes
+	x11-libs/libXi
+"
+RDEPEND="${DEPEND}"
+
+src_configure() {
+	# Makefile doesn't respect user's LDFLAGS
+	sed -i \
+		-e 's|\$(LIBS) |\$(LIBS) $(LDFLAGS) |g' \
+		Makefile || die "sed failed"
+}
+
+src_compile() {
+	emake CC=$(tc-getCC)
+}
+
+src_install() {
+	dobin xbanish
+	doman xbanish.1
+}


^ permalink raw reply related	[flat|nested] 8+ messages in thread

* [gentoo-commits] repo/proj/guru:dev commit in: x11-misc/xbanish/
@ 2021-07-30 16:10 Nickolas Raymond Kaczynski
  0 siblings, 0 replies; 8+ messages in thread
From: Nickolas Raymond Kaczynski @ 2021-07-30 16:10 UTC (permalink / raw
  To: gentoo-commits

commit:     8e20554170134f739fe7df19ac34f022b543424e
Author:     Nickolas Raymond Kaczynski <nrk <AT> disroot <DOT> org>
AuthorDate: Fri Jul 30 16:10:30 2021 +0000
Commit:     Nickolas Raymond Kaczynski <nrk <AT> disroot <DOT> org>
CommitDate: Fri Jul 30 16:10:30 2021 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=8e205541

x11-misc/xbanish: rename SRC_URI download

Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Nickolas Raymond Kaczynski <nrk <AT> disroot.org>

 x11-misc/xbanish/Manifest           | 2 +-
 x11-misc/xbanish/xbanish-1.7.ebuild | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/x11-misc/xbanish/Manifest b/x11-misc/xbanish/Manifest
index 3d9b16c82..0aa1cc974 100644
--- a/x11-misc/xbanish/Manifest
+++ b/x11-misc/xbanish/Manifest
@@ -1 +1 @@
-DIST v1.7.tar.gz 6379 BLAKE2B b5c2da9890676be642d963147b38585089160bbeb8609e66e586ce69b886e39e4b02e60e1c4554fb27454ae3bc89c7169f5b1ece3e511e327ee0bfbef25035c3 SHA512 f790ea888812bb6b7793f0a60a900724fc407ec4485672e37d464387ffacfa4bf2dc891862f3fed06948cda31024745816b3adb58074c4578edc6a9848f2bd08
+DIST xbanish-1.7.tar.gz 6379 BLAKE2B b5c2da9890676be642d963147b38585089160bbeb8609e66e586ce69b886e39e4b02e60e1c4554fb27454ae3bc89c7169f5b1ece3e511e327ee0bfbef25035c3 SHA512 f790ea888812bb6b7793f0a60a900724fc407ec4485672e37d464387ffacfa4bf2dc891862f3fed06948cda31024745816b3adb58074c4578edc6a9848f2bd08

diff --git a/x11-misc/xbanish/xbanish-1.7.ebuild b/x11-misc/xbanish/xbanish-1.7.ebuild
index 414181e9d..dee55cf7e 100644
--- a/x11-misc/xbanish/xbanish-1.7.ebuild
+++ b/x11-misc/xbanish/xbanish-1.7.ebuild
@@ -8,7 +8,7 @@ inherit toolchain-funcs
 DESCRIPTION="Banish the mouse cursor when typing, show it again when the mouse moves"
 HOMEPAGE="https://github.com/jcs/xbanish"
 
-SRC_URI="${HOMEPAGE}/archive/v${PV}.tar.gz"
+SRC_URI="${HOMEPAGE}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
 
 KEYWORDS="~amd64"
 # NOTE: Upstream moved to ISC license on master.


^ permalink raw reply related	[flat|nested] 8+ messages in thread

* [gentoo-commits] repo/proj/guru:dev commit in: x11-misc/xbanish/
@ 2021-07-31 17:23 Nickolas Raymond Kaczynski
  0 siblings, 0 replies; 8+ messages in thread
From: Nickolas Raymond Kaczynski @ 2021-07-31 17:23 UTC (permalink / raw
  To: gentoo-commits

commit:     c4cd4a19f8c3ecd591c3e29e13ceb8287b53c384
Author:     Nickolas Raymond Kaczynski <nrk <AT> disroot <DOT> org>
AuthorDate: Sat Jul 31 17:21:46 2021 +0000
Commit:     Nickolas Raymond Kaczynski <nrk <AT> disroot <DOT> org>
CommitDate: Sat Jul 31 17:23:24 2021 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=c4cd4a19

x11-misc/xbanish: dont use $HOMEPAGE on SRC_URI

Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Nickolas Raymond Kaczynski <nrk <AT> disroot.org>

 x11-misc/xbanish/xbanish-1.7.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-misc/xbanish/xbanish-1.7.ebuild b/x11-misc/xbanish/xbanish-1.7.ebuild
index dee55cf7e..c4261782f 100644
--- a/x11-misc/xbanish/xbanish-1.7.ebuild
+++ b/x11-misc/xbanish/xbanish-1.7.ebuild
@@ -8,7 +8,7 @@ inherit toolchain-funcs
 DESCRIPTION="Banish the mouse cursor when typing, show it again when the mouse moves"
 HOMEPAGE="https://github.com/jcs/xbanish"
 
-SRC_URI="${HOMEPAGE}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+SRC_URI="https://github.com/jcs/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
 
 KEYWORDS="~amd64"
 # NOTE: Upstream moved to ISC license on master.


^ permalink raw reply related	[flat|nested] 8+ messages in thread

* [gentoo-commits] repo/proj/guru:dev commit in: x11-misc/xbanish/
@ 2021-08-04  4:09 Nickolas Raymond Kaczynski
  0 siblings, 0 replies; 8+ messages in thread
From: Nickolas Raymond Kaczynski @ 2021-08-04  4:09 UTC (permalink / raw
  To: gentoo-commits

commit:     5ddd25398395acef8b4d35fe470de3c053e6369b
Author:     Nickolas Raymond Kaczynski <nrk <AT> disroot <DOT> org>
AuthorDate: Wed Aug  4 04:08:53 2021 +0000
Commit:     Nickolas Raymond Kaczynski <nrk <AT> disroot <DOT> org>
CommitDate: Wed Aug  4 04:08:53 2021 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=5ddd2539

x11-misc/xbanish: add x11-libs/libXt as DEPEND

Closes: https://bugs.gentoo.org/806258
Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Nickolas Raymond Kaczynski <nrk <AT> disroot.org>

 x11-misc/xbanish/xbanish-1.7.ebuild | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/x11-misc/xbanish/xbanish-1.7.ebuild b/x11-misc/xbanish/xbanish-1.7.ebuild
index c4261782f..5aaeac21c 100644
--- a/x11-misc/xbanish/xbanish-1.7.ebuild
+++ b/x11-misc/xbanish/xbanish-1.7.ebuild
@@ -18,12 +18,15 @@ SLOT="0"
 IUSE=""
 
 # NOTE: x11-libs/libXext might become a dep next version (1.7+)
-DEPEND="
+RDEPEND="
 	x11-libs/libX11
 	x11-libs/libXfixes
 	x11-libs/libXi
 "
-RDEPEND="${DEPEND}"
+DEPEND="
+	${RDEPEND}
+	x11-libs/libXt
+"
 
 src_configure() {
 	# Makefile doesn't respect user's LDFLAGS


^ permalink raw reply related	[flat|nested] 8+ messages in thread

* [gentoo-commits] repo/proj/guru:dev commit in: x11-misc/xbanish/
@ 2022-02-18 15:59 Nickolas Raymond Kaczynski
  0 siblings, 0 replies; 8+ messages in thread
From: Nickolas Raymond Kaczynski @ 2022-02-18 15:59 UTC (permalink / raw
  To: gentoo-commits

commit:     d6ed12936e59374cb1845b53516f11f2e7973d9d
Author:     Nickolas Raymond Kaczynski <nrk <AT> disroot <DOT> org>
AuthorDate: Fri Feb 18 15:57:34 2022 +0000
Commit:     Nickolas Raymond Kaczynski <nrk <AT> disroot <DOT> org>
CommitDate: Fri Feb 18 15:57:34 2022 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=d6ed1293

x11-misc/xbanish: version bump v1.8

Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Nickolas Raymond Kaczynski <nrk <AT> disroot.org>

 x11-misc/xbanish/Manifest           |  1 +
 x11-misc/xbanish/xbanish-1.8.ebuild | 43 +++++++++++++++++++++++++++++++++++++
 2 files changed, 44 insertions(+)

diff --git a/x11-misc/xbanish/Manifest b/x11-misc/xbanish/Manifest
index 0aa1cc974..a24d7f3e1 100644
--- a/x11-misc/xbanish/Manifest
+++ b/x11-misc/xbanish/Manifest
@@ -1 +1,2 @@
 DIST xbanish-1.7.tar.gz 6379 BLAKE2B b5c2da9890676be642d963147b38585089160bbeb8609e66e586ce69b886e39e4b02e60e1c4554fb27454ae3bc89c7169f5b1ece3e511e327ee0bfbef25035c3 SHA512 f790ea888812bb6b7793f0a60a900724fc407ec4485672e37d464387ffacfa4bf2dc891862f3fed06948cda31024745816b3adb58074c4578edc6a9848f2bd08
+DIST xbanish-1.8.tar.gz 7082 BLAKE2B 2b54a93754264723b6c18d089db40aae902a8e406d919ffbc42d01cd4b85675477cef9c586c09cbf3f518a84aff9f33069cc228627d9967ae182fac545b1a6e5 SHA512 d6c3434f38bd0c9aabdc8745cb46ad196df379acae156f2f282aba83f69ecb88164fe752cd868e63ab887ca5758fbfd502d709c811843fe1deafd880e161a972

diff --git a/x11-misc/xbanish/xbanish-1.8.ebuild b/x11-misc/xbanish/xbanish-1.8.ebuild
new file mode 100644
index 000000000..ef2bb8219
--- /dev/null
+++ b/x11-misc/xbanish/xbanish-1.8.ebuild
@@ -0,0 +1,43 @@
+# Copyright 2021-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit toolchain-funcs
+
+DESCRIPTION="Banish the mouse cursor when typing, show it again when the mouse moves"
+HOMEPAGE="https://github.com/jcs/xbanish"
+
+SRC_URI="https://github.com/jcs/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+KEYWORDS="~amd64"
+LICENSE="ISC"
+SLOT="0"
+IUSE=""
+
+RDEPEND="
+	x11-libs/libX11
+	x11-libs/libXfixes
+	x11-libs/libXi
+	x11-libs/libXext
+"
+DEPEND="
+	${RDEPEND}
+	x11-libs/libXt
+"
+
+src_configure() {
+	# Makefile doesn't respect user's LDFLAGS
+	sed -i \
+		-e 's|\$(LIBS) |\$(LIBS) $(LDFLAGS) |g' \
+		Makefile || die "sed failed"
+}
+
+src_compile() {
+	emake CC=$(tc-getCC)
+}
+
+src_install() {
+	dobin xbanish
+	doman xbanish.1
+}


^ permalink raw reply related	[flat|nested] 8+ messages in thread

* [gentoo-commits] repo/proj/guru:dev commit in: x11-misc/xbanish/
@ 2023-05-19 16:22 Nickolas Raymond Kaczynski
  0 siblings, 0 replies; 8+ messages in thread
From: Nickolas Raymond Kaczynski @ 2023-05-19 16:22 UTC (permalink / raw
  To: gentoo-commits

commit:     582d80cd9950755a48ebebc4e02ce0a235fcdc2a
Author:     NRK <nrk <AT> disroot <DOT> org>
AuthorDate: Fri May 19 16:17:43 2023 +0000
Commit:     Nickolas Raymond Kaczynski <nrk <AT> disroot <DOT> org>
CommitDate: Fri May 19 16:22:11 2023 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=582d80cd

x11-misc/xbanish: add snapshot

a couple useful bugfixes and feature has been merged since last
release, but no tagged release yet.

changes compared to v1.8:
* upgrade to EAPI 8
* drop libXt from DEPEND: wasn't needed, unnecessary include dropped
  upstream.
* drop src_configure: upstream makefile now respects env LDFLAGS

Signed-off-by: NRK <nrk <AT> disroot.org>

 x11-misc/xbanish/Manifest                     |  1 +
 x11-misc/xbanish/xbanish-1.8_p20230519.ebuild | 35 +++++++++++++++++++++++++++
 2 files changed, 36 insertions(+)

diff --git a/x11-misc/xbanish/Manifest b/x11-misc/xbanish/Manifest
index dd29d02ca..086b2d129 100644
--- a/x11-misc/xbanish/Manifest
+++ b/x11-misc/xbanish/Manifest
@@ -1 +1,2 @@
 DIST xbanish-1.8.tar.gz 7082 BLAKE2B 2b54a93754264723b6c18d089db40aae902a8e406d919ffbc42d01cd4b85675477cef9c586c09cbf3f518a84aff9f33069cc228627d9967ae182fac545b1a6e5 SHA512 d6c3434f38bd0c9aabdc8745cb46ad196df379acae156f2f282aba83f69ecb88164fe752cd868e63ab887ca5758fbfd502d709c811843fe1deafd880e161a972
+DIST xbanish-1.8_p20230519.tar.gz 7357 BLAKE2B 0e39657000fafef6ca2e2020c01b7a4511a9f094fd35deba3c23e61ddc9c0c13aafc9e47c92a073e737a9c1be9a494224fd5081ef89f9637d197b841d3024a06 SHA512 8ab02a78a4e1b86111c0c100044f850185d9365d02f2f09138da2b2b0a7bc3ea3f54491e25fb618b015f3741656f60561cb14a68e93c054f69e8318b444aa1bb

diff --git a/x11-misc/xbanish/xbanish-1.8_p20230519.ebuild b/x11-misc/xbanish/xbanish-1.8_p20230519.ebuild
new file mode 100644
index 000000000..da0ccba5f
--- /dev/null
+++ b/x11-misc/xbanish/xbanish-1.8_p20230519.ebuild
@@ -0,0 +1,35 @@
+# Copyright 2021-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit toolchain-funcs
+
+DESCRIPTION="Banish the mouse cursor when typing, show it again when the mouse moves"
+HOMEPAGE="https://github.com/jcs/xbanish"
+
+COMMIT="189ce79b1df4eb4995980530ebc3d28715a67488"
+SRC_URI="https://github.com/jcs/${PN}/archive/${COMMIT}.tar.gz -> ${P}.tar.gz"
+S="${WORKDIR}/${PN}-${COMMIT}"
+
+KEYWORDS="~amd64"
+LICENSE="ISC"
+SLOT="0"
+IUSE=""
+
+RDEPEND="
+	x11-libs/libX11
+	x11-libs/libXfixes
+	x11-libs/libXi
+	x11-libs/libXext
+"
+DEPEND="${RDEPEND}"
+
+src_compile() {
+	emake CC=$(tc-getCC)
+}
+
+src_install() {
+	dobin xbanish
+	doman xbanish.1
+}


^ permalink raw reply related	[flat|nested] 8+ messages in thread

* [gentoo-commits] repo/proj/guru:dev commit in: x11-misc/xbanish/
@ 2023-05-19 16:22 Nickolas Raymond Kaczynski
  0 siblings, 0 replies; 8+ messages in thread
From: Nickolas Raymond Kaczynski @ 2023-05-19 16:22 UTC (permalink / raw
  To: gentoo-commits

commit:     d2254b8e8d48653727a3f00a99776043a6f781a9
Author:     NRK <nrk <AT> disroot <DOT> org>
AuthorDate: Fri May 19 16:03:46 2023 +0000
Commit:     Nickolas Raymond Kaczynski <nrk <AT> disroot <DOT> org>
CommitDate: Fri May 19 16:21:56 2023 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=d2254b8e

x11-misc/xbanish: drop v1.7

Signed-off-by: NRK <nrk <AT> disroot.org>

 x11-misc/xbanish/Manifest           |  1 -
 x11-misc/xbanish/xbanish-1.7.ebuild | 45 -------------------------------------
 2 files changed, 46 deletions(-)

diff --git a/x11-misc/xbanish/Manifest b/x11-misc/xbanish/Manifest
index a24d7f3e1..dd29d02ca 100644
--- a/x11-misc/xbanish/Manifest
+++ b/x11-misc/xbanish/Manifest
@@ -1,2 +1 @@
-DIST xbanish-1.7.tar.gz 6379 BLAKE2B b5c2da9890676be642d963147b38585089160bbeb8609e66e586ce69b886e39e4b02e60e1c4554fb27454ae3bc89c7169f5b1ece3e511e327ee0bfbef25035c3 SHA512 f790ea888812bb6b7793f0a60a900724fc407ec4485672e37d464387ffacfa4bf2dc891862f3fed06948cda31024745816b3adb58074c4578edc6a9848f2bd08
 DIST xbanish-1.8.tar.gz 7082 BLAKE2B 2b54a93754264723b6c18d089db40aae902a8e406d919ffbc42d01cd4b85675477cef9c586c09cbf3f518a84aff9f33069cc228627d9967ae182fac545b1a6e5 SHA512 d6c3434f38bd0c9aabdc8745cb46ad196df379acae156f2f282aba83f69ecb88164fe752cd868e63ab887ca5758fbfd502d709c811843fe1deafd880e161a972

diff --git a/x11-misc/xbanish/xbanish-1.7.ebuild b/x11-misc/xbanish/xbanish-1.7.ebuild
deleted file mode 100644
index 5aaeac21c..000000000
--- a/x11-misc/xbanish/xbanish-1.7.ebuild
+++ /dev/null
@@ -1,45 +0,0 @@
-# Copyright 2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit toolchain-funcs
-
-DESCRIPTION="Banish the mouse cursor when typing, show it again when the mouse moves"
-HOMEPAGE="https://github.com/jcs/xbanish"
-
-SRC_URI="https://github.com/jcs/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-KEYWORDS="~amd64"
-# NOTE: Upstream moved to ISC license on master.
-# So this needs to be changed on the next version (1.7+).
-LICENSE="BSD"
-SLOT="0"
-IUSE=""
-
-# NOTE: x11-libs/libXext might become a dep next version (1.7+)
-RDEPEND="
-	x11-libs/libX11
-	x11-libs/libXfixes
-	x11-libs/libXi
-"
-DEPEND="
-	${RDEPEND}
-	x11-libs/libXt
-"
-
-src_configure() {
-	# Makefile doesn't respect user's LDFLAGS
-	sed -i \
-		-e 's|\$(LIBS) |\$(LIBS) $(LDFLAGS) |g' \
-		Makefile || die "sed failed"
-}
-
-src_compile() {
-	emake CC=$(tc-getCC)
-}
-
-src_install() {
-	dobin xbanish
-	doman xbanish.1
-}


^ permalink raw reply related	[flat|nested] 8+ messages in thread

* [gentoo-commits] repo/proj/guru:dev commit in: x11-misc/xbanish/
@ 2023-05-19 16:27 Nickolas Raymond Kaczynski
  0 siblings, 0 replies; 8+ messages in thread
From: Nickolas Raymond Kaczynski @ 2023-05-19 16:27 UTC (permalink / raw
  To: gentoo-commits

commit:     59512a3bbb3f3c99abcf3602e9e242969598801f
Author:     NRK <nrk <AT> disroot <DOT> org>
AuthorDate: Fri May 19 16:26:46 2023 +0000
Commit:     Nickolas Raymond Kaczynski <nrk <AT> disroot <DOT> org>
CommitDate: Fri May 19 16:26:46 2023 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=59512a3b

x11-misc/xbanish: add pkgconfig as BDEPEND

Signed-off-by: NRK <nrk <AT> disroot.org>

 x11-misc/xbanish/xbanish-1.8_p20230519.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/x11-misc/xbanish/xbanish-1.8_p20230519.ebuild b/x11-misc/xbanish/xbanish-1.8_p20230519.ebuild
index da0ccba5f..769e960bb 100644
--- a/x11-misc/xbanish/xbanish-1.8_p20230519.ebuild
+++ b/x11-misc/xbanish/xbanish-1.8_p20230519.ebuild
@@ -24,6 +24,7 @@ RDEPEND="
 	x11-libs/libXext
 "
 DEPEND="${RDEPEND}"
+BDEPEND="virtual/pkgconfig"
 
 src_compile() {
 	emake CC=$(tc-getCC)


^ permalink raw reply related	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2023-05-19 16:27 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-05-19 16:22 [gentoo-commits] repo/proj/guru:dev commit in: x11-misc/xbanish/ Nickolas Raymond Kaczynski
  -- strict thread matches above, loose matches on Subject: below --
2023-05-19 16:27 Nickolas Raymond Kaczynski
2023-05-19 16:22 Nickolas Raymond Kaczynski
2022-02-18 15:59 Nickolas Raymond Kaczynski
2021-08-04  4:09 Nickolas Raymond Kaczynski
2021-07-31 17:23 Nickolas Raymond Kaczynski
2021-07-30 16:10 Nickolas Raymond Kaczynski
2021-07-30 15:53 Nickolas Raymond Kaczynski

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox