From 9ee6d97c2883d42f204a533a8bc1f4562df778fb Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Wed, 16 Sep 2020 09:32:48 +0100 Subject: gentoo resync : 16.09.2020 --- x11-misc/cairo-clock/Manifest | 3 +- x11-misc/cairo-clock/cairo-clock-0.3.4-r1.ebuild | 17 ++++----- x11-misc/cairo-clock/cairo-clock-0.3.4-r2.ebuild | 44 ++++++++++++++++++++++++ 3 files changed, 55 insertions(+), 9 deletions(-) create mode 100644 x11-misc/cairo-clock/cairo-clock-0.3.4-r2.ebuild (limited to 'x11-misc/cairo-clock') diff --git a/x11-misc/cairo-clock/Manifest b/x11-misc/cairo-clock/Manifest index 6302b29a7761..504279a59409 100644 --- a/x11-misc/cairo-clock/Manifest +++ b/x11-misc/cairo-clock/Manifest @@ -1,5 +1,6 @@ AUX cairo-clock-0.3.4-desktop.patch 599 BLAKE2B 093c409f14c171246dba3f6ac7a39066af78271c3ec5b96f205d573f49cd1a40966509403f0cdfdff0e25a473fd116be18150cf4071996a6cb47f56d567a006e SHA512 f0dcf4dc5baed7969f7515bda571a6f40f8ed8a365c665d0553c73b0224c47c64626f37ccf3a543db88d4b3f494247c86a761bd2b68b8c33f581fe26867c3577 AUX cairo-clock-0.3.4-linker.patch 617 BLAKE2B 1f7c5de0cb985da7f404754bf522f677ac6122761b4cc69fdd47684c1734080e16f0074cc4408c3291b2369b997f38603cb756a06b0bbd311dd1a697e7556dfc SHA512 7a5f4235fbde60a932e26fc8ad60dce20f2f64ee53a1ecc3ebc7437225432d7256d2edd6d7b2a10cff31fefd6a94329b7516ba4e6202aa4c8b6f857ea19e9a64 DIST cairo-clock-0.3.4.tar.gz 832968 BLAKE2B 93d4acb621af05176cb19041872aeb0da563c3dc37a660c8b761a31f6bab2809d23b04bfbce88e904427430a5b80337b28a04ff1f20ae94759fd3a507a1c9cad SHA512 b26c3005d4e2b22dcaf6967b8892630f5fd44e366b7482f374ea6215ca8863cf1b3f489fe2279eab73dfd4aaed1793d753e84fe4c929d105a6e97cde6da6b628 -EBUILD cairo-clock-0.3.4-r1.ebuild 708 BLAKE2B 53c9e674cc6cf01ae511a225ab0b47c42d3cd8dce4eb259f683fb7d3927f7a98216bec4bfc49b83bdf0004a33178cdb5739063aafcac2b03aad99d7685bb2cc1 SHA512 9c650f2d923568fbc34509826fd23370646b936f97fa14f97c3c9327556c707386884d438a8017f594228d2c45ec8a79c0d170701d5ffe24ab2daf571da1c5fd +EBUILD cairo-clock-0.3.4-r1.ebuild 702 BLAKE2B 992e6a9934c213c22a9ae605ff15d5bf581d025d9ebaac8ffae77e73321db9eeb0df9f3341b9e9482495678da4d48fd9f10f8f5393565dd6a5c0224121a51fc8 SHA512 80a18e5f6319e60a5e977e162be90c32f93c3c83a0071dfe933a181e55db072aa7f2facc206b08c82d216f9f09dd6c557efddce8fa1c54a6b800d4166e90a9c9 +EBUILD cairo-clock-0.3.4-r2.ebuild 793 BLAKE2B d53d216d8b07ddd3948d1c59745298791f705169650ae1a306422a7b56920b31c613e8fd12e784ceb647d81289dded943da8a1c939971014bb66b96026a9256e SHA512 39212452d53d8faac82c2f306538e8e667d21ef540a270d1b5ade6ac8d9aee9562400af397b596fa279e56b5eecec3dc688a0274b90f2ef026666a140b7b639f MISC metadata.xml 355 BLAKE2B 5e1068bc4b2d05c9c2f228b1117cf74043e75692749c37d6304bb13b77fbc15472926e2c3f6fc374bf6b9b637c6920c61ec3697b8fbe94441adece973b065b47 SHA512 8d3c73cf909e4efbec6a89e44cb80dd5e6d13d0c15b4c5de5661ed5db8a6b775d6196cddfe4a53a63564578da7bf10bfec0638aa8afe884c836cf2c85da10641 diff --git a/x11-misc/cairo-clock/cairo-clock-0.3.4-r1.ebuild b/x11-misc/cairo-clock/cairo-clock-0.3.4-r1.ebuild index 3cc8a83d4971..2f6adc645265 100644 --- a/x11-misc/cairo-clock/cairo-clock-0.3.4-r1.ebuild +++ b/x11-misc/cairo-clock/cairo-clock-0.3.4-r1.ebuild @@ -1,8 +1,7 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 - inherit autotools DESCRIPTION="An analog clock displaying the system-time" @@ -12,19 +11,21 @@ SRC_URI="http://macslow.thepimp.net/projects/${PN}/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="amd64 ~x86" -IUSE="" -RDEPEND=">=dev-libs/glib-2.8 +RDEPEND=" + >=dev-libs/glib-2.8 >=gnome-base/libglade-2.6 >=gnome-base/librsvg-2.14 >=x11-libs/cairo-1.2 >=x11-libs/gtk+-2.10:2 - >=x11-libs/pango-1.10" -DEPEND="${DEPEND} + >=x11-libs/pango-1.10 +" +DEPEND=" + ${RDEPEND} dev-util/intltool virtual/pkgconfig - sys-devel/gettext" - + sys-devel/gettext +" PATCHES=( "${FILESDIR}"/${P}-desktop.patch "${FILESDIR}"/${P}-linker.patch diff --git a/x11-misc/cairo-clock/cairo-clock-0.3.4-r2.ebuild b/x11-misc/cairo-clock/cairo-clock-0.3.4-r2.ebuild new file mode 100644 index 000000000000..675a9bf64b02 --- /dev/null +++ b/x11-misc/cairo-clock/cairo-clock-0.3.4-r2.ebuild @@ -0,0 +1,44 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 +inherit autotools + +DESCRIPTION="An analog clock displaying the system-time" +HOMEPAGE="https://launchpad.net/cairo-clock" +SRC_URI="http://macslow.thepimp.net/projects/${PN}/${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~x86" + +RDEPEND=" + >=dev-libs/glib-2.8 + >=gnome-base/libglade-2.6 + >=gnome-base/librsvg-2.14 + >=x11-libs/cairo-1.2 + >=x11-libs/gtk+-2.10:2 + >=x11-libs/pango-1.10 +" +DEPEND=" + ${RDEPEND} + dev-util/intltool + virtual/pkgconfig + sys-devel/gettext +" +PATCHES=( + "${FILESDIR}"/${P}-desktop.patch + "${FILESDIR}"/${P}-linker.patch +) + +src_prepare() { + default + + eautoreconf +} + +src_install() { + default + + gzip -d "${ED}"/usr/share/man/man1/cairo-clock.1.gz || die +} -- cgit v1.2.3