summaryrefslogtreecommitdiff
path: root/x11-libs/libtinynotify-systemwide
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2023-03-01 13:25:55 +0000
committerV3n3RiX <venerix@koprulu.sector>2023-03-01 13:25:55 +0000
commitc172714c13cbad928c88d1a98d01eeaa157b3504 (patch)
tree57df4d5cc42a28b5268b450890b0850af23622a2 /x11-libs/libtinynotify-systemwide
parent6e20a434f030191fb9f90961ab609abdf86c4b4a (diff)
gentoo auto-resync : 01:03:2023 - 13:25:55
Diffstat (limited to 'x11-libs/libtinynotify-systemwide')
-rw-r--r--x11-libs/libtinynotify-systemwide/Manifest4
-rw-r--r--x11-libs/libtinynotify-systemwide/libtinynotify-systemwide-0.1-r1.ebuild18
-rw-r--r--x11-libs/libtinynotify-systemwide/metadata.xml7
3 files changed, 13 insertions, 16 deletions
diff --git a/x11-libs/libtinynotify-systemwide/Manifest b/x11-libs/libtinynotify-systemwide/Manifest
index 0ca9891f1855..53f3b0b086e6 100644
--- a/x11-libs/libtinynotify-systemwide/Manifest
+++ b/x11-libs/libtinynotify-systemwide/Manifest
@@ -1,3 +1,3 @@
DIST libtinynotify-systemwide-0.1.tar.bz2 270071 BLAKE2B 154dbdee157ea43e35cb89c71e0cb75397f3d5a9244f0ff5bd89e647826d5870bbe854ab929305628bb48f8c81d8f251502c637de559ba5d2db30dd7508f4bb0 SHA512 95516208485ed46e4702806bca467af509b9756a738f5f345cec712d878f14f4d9c84b78c33f0e4a41e0bf7be3b6e8e50dcd230da753c2827ae75793ca1c74aa
-EBUILD libtinynotify-systemwide-0.1-r1.ebuild 659 BLAKE2B 83ddb95991f94c048747149dc705c5028f4b75f4010ab0fea5833f002131a9fc3a11ca75d5052620f5a0df2f239e6139b0b765a74fd4cf037d1c78398990598c SHA512 40b3ad4872ad8ab9e8da33d7dd2b26d831d32ec5f8f9d7070edf19f4d41b18960d5266b9dc4bca1cbc5dc432cfca02f32f0d4e18fa34990e2db783437c5ed694
-MISC metadata.xml 538 BLAKE2B 401ed14596bdb3929f58ed6b58367312354e3eec5b9fdab9ff0e81fc63c077e44c68e718852bf6a6b898c37d3fac02748e443573790b82f47c8b15f25b6445e6 SHA512 c822c304e26d7206dec63d31ced8dc3d93fad4ccd6f493f30baaf929b6ca859367e27cd95fbac26fd6e776ac9d2d9a1a12220c9959dfcbac906a6bb4b2b73374
+EBUILD libtinynotify-systemwide-0.1-r1.ebuild 617 BLAKE2B ed18fec8e4cbae6689bfb71f7ad18cb650e80d34eeb4e7442ec2b955b26337b0156d72ae15ccac32cba6dc6e8aa16b53577c54041fff2429571e43c310e63a30 SHA512 babfd3d6f344befc6d308a765fcb95a4ef8619a7871bf74eac07bfaf37258ae0b8a80ca027ed234da2740a5273a80f654de46007d0cf0bd0abf9f184f4895b19
+MISC metadata.xml 344 BLAKE2B e4bc5bafc11cdfe2cfd8f979c55ea1d871fec82cd2b1a4ef7ba74d538e7f3d6a9364d42c5141fcb3a07161a53b582a2880baef25068a0c74a65de7b5ae4e1b6b SHA512 55f5e103535fb3d0cefa6459ac3c5c8831972a0ca95f095b352db2fae7eff91fc86299b1ac16513bf3e523a8a8450805fbbc65f9cb0dde9f0163f3fa8c27be94
diff --git a/x11-libs/libtinynotify-systemwide/libtinynotify-systemwide-0.1-r1.ebuild b/x11-libs/libtinynotify-systemwide/libtinynotify-systemwide-0.1-r1.ebuild
index 3fd392196e9c..610292371673 100644
--- a/x11-libs/libtinynotify-systemwide/libtinynotify-systemwide-0.1-r1.ebuild
+++ b/x11-libs/libtinynotify-systemwide/libtinynotify-systemwide-0.1-r1.ebuild
@@ -4,24 +4,26 @@
EAPI=8
DESCRIPTION="A system-wide notifications module for libtinynotify"
-HOMEPAGE="https://github.com/mgorny/libtinynotify-systemwide/"
-SRC_URI="https://github.com/mgorny/libtinynotify-systemwide/releases/download/${P}/${P}.tar.bz2"
+HOMEPAGE="https://github.com/projg2/libtinynotify-systemwide/"
+SRC_URI="https://github.com/projg2/libtinynotify-systemwide/releases/download/${P}/${P}.tar.bz2"
LICENSE="BSD"
SLOT="0"
KEYWORDS="~amd64 ~x86"
-IUSE="doc"
-RDEPEND="
+DEPEND="
sys-process/procps:=
- x11-libs/libtinynotify:="
-DEPEND="${RDEPEND}"
+ x11-libs/libtinynotify:=
+"
+RDEPEND="
+ ${DEPEND}
+"
BDEPEND="
virtual/pkgconfig
- doc? ( dev-util/gtk-doc )"
+"
src_configure() {
- econf $(use_enable doc gtk-doc)
+ econf --disable-gtk-doc
}
src_install() {
diff --git a/x11-libs/libtinynotify-systemwide/metadata.xml b/x11-libs/libtinynotify-systemwide/metadata.xml
index de90f98171a9..0b69695892f4 100644
--- a/x11-libs/libtinynotify-systemwide/metadata.xml
+++ b/x11-libs/libtinynotify-systemwide/metadata.xml
@@ -6,11 +6,6 @@
<name>Michał Górny</name>
</maintainer>
<upstream>
- <maintainer status="active">
- <email>mgorny@gentoo.org</email>
- <name>Michał Górny</name>
- </maintainer>
- <bugs-to>https://github.com/mgorny/libtinynotify-systemwide/issues/</bugs-to>
- <remote-id type="github">mgorny/libtinynotify-systemwide</remote-id>
+ <remote-id type="github">projg2/libtinynotify-systemwide</remote-id>
</upstream>
</pkgmetadata>