summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2022-07-17 17:02:08 +0000
committerSam James <sam@gentoo.org>2022-07-17 17:02:32 +0000
commit226d58be269c1b35e27828efd4fb2f92985e5639 (patch)
tree409e4cadd66a23e3ccfcb81593fab57abf8d854d /x11-misc/idesk
parentx11-misc/idesk: add 0.7.8 (diff)
downloadgentoo-226d58be269c1b35e27828efd4fb2f92985e5639.tar.gz
gentoo-226d58be269c1b35e27828efd4fb2f92985e5639.tar.bz2
gentoo-226d58be269c1b35e27828efd4fb2f92985e5639.zip
x11-misc/idesk: drop obsolete fork
Note that 0.7.8 is newer than 1 as 1 was from an obsolete fork. Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'x11-misc/idesk')
-rw-r--r--x11-misc/idesk/Manifest1
-rw-r--r--x11-misc/idesk/files/idesk-0.7.8-use-pkg-config-imlib2.patch (renamed from x11-misc/idesk/files/idesk-1-use-pkg-config-imlib2.patch)0
-rw-r--r--x11-misc/idesk/idesk-0.7.8.ebuild4
-rw-r--r--x11-misc/idesk/idesk-1-r1.ebuild48
-rw-r--r--x11-misc/idesk/idesk-1.ebuild40
5 files changed, 2 insertions, 91 deletions
diff --git a/x11-misc/idesk/Manifest b/x11-misc/idesk/Manifest
index eaea35d0026c..5648bdfbefba 100644
--- a/x11-misc/idesk/Manifest
+++ b/x11-misc/idesk/Manifest
@@ -1,2 +1 @@
DIST idesk-0.7.8.tar.gz 202949 BLAKE2B 93f902ab8b073d5b8e4a03d65ce99379e4adcf7ae6220be858ef7f1ce1f326cbbcc50c6d99424d8153ad498c9498939f39c51de1aa231c392a18636ee53788ee SHA512 0456646788ab70d1fc05ee0fc5f9d811f9f67c2420039ec525f42b6634ec92c1e3f8f061af5c407a22ab81db873efde216ad5c4fccba6fb27f1777d2e66a5535
-DIST idesk-v1.tar.gz 195147 BLAKE2B 2b2b0dacbfb1d8fb950c88d990e3674bf8b4cf82d9022ed2f7be1f32082c46ae32d8200957e2e19d0d21ea1e4d59ec092f4cba90e712f79700a04f05c3a3aa14 SHA512 3190fca7a5c9fb36b66159107d22b5f6e50b4573afa21a3a4d8b8e3e5953dabda077c924e45d2607b849ee5fea141eb80f5b89ce5288ebc2490679f319edf768
diff --git a/x11-misc/idesk/files/idesk-1-use-pkg-config-imlib2.patch b/x11-misc/idesk/files/idesk-0.7.8-use-pkg-config-imlib2.patch
index 7f062c94280f..7f062c94280f 100644
--- a/x11-misc/idesk/files/idesk-1-use-pkg-config-imlib2.patch
+++ b/x11-misc/idesk/files/idesk-0.7.8-use-pkg-config-imlib2.patch
diff --git a/x11-misc/idesk/idesk-0.7.8.ebuild b/x11-misc/idesk/idesk-0.7.8.ebuild
index 16d07105e02b..b6e6b14254a7 100644
--- a/x11-misc/idesk/idesk-0.7.8.ebuild
+++ b/x11-misc/idesk/idesk-0.7.8.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/neagix/idesk/archive/refs/tags/v${PV}.tar.gz -> ${P}
LICENSE="BSD"
SLOT="0"
-KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha amd64 ~hppa ppc ppc64 sparc x86"
IUSE="svg"
RDEPEND="
@@ -33,7 +33,7 @@ DEPEND="${RDEPEND}"
BDEPEND="virtual/pkgconfig"
PATCHES=(
- "${FILESDIR}"/${PN}-1-use-pkg-config-imlib2.patch
+ "${FILESDIR}"/${PN}-0.7.8-use-pkg-config-imlib2.patch
)
src_prepare() {
diff --git a/x11-misc/idesk/idesk-1-r1.ebuild b/x11-misc/idesk/idesk-1-r1.ebuild
deleted file mode 100644
index 6b94e84161c4..000000000000
--- a/x11-misc/idesk/idesk-1-r1.ebuild
+++ /dev/null
@@ -1,48 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-MY_P="${PN}-v${PV}"
-
-inherit autotools
-
-DESCRIPTION="Utility to place icons on the root window"
-HOMEPAGE="https://github.com/antonialoytorrens/idesk/"
-SRC_URI="https://github.com/antonialoytorrens/idesk/releases/download/v1/${MY_P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
-
-S="${WORKDIR}/${MY_P}"
-
-RDEPEND="
- dev-libs/glib
- dev-libs/libxml2
- media-libs/freetype
- media-libs/imlib2[X]
- media-libs/libart_lgpl
- x11-libs/libXft
- x11-libs/gtk+:3
- x11-libs/pango
- x11-libs/startup-notification
-"
-DEPEND="${RDEPEND}"
-BDEPEND="virtual/pkgconfig"
-
-PATCHES=(
- "${FILESDIR}"/${PN}-1-use-pkg-config-imlib2.patch
-)
-
-src_prepare() {
- default
-
- sed -i -e 's,/usr/local/,/usr/,' examples/default.lnk || die
-
- eautoreconf
-}
-
-src_configure() {
- econf --enable-libsn
-}
diff --git a/x11-misc/idesk/idesk-1.ebuild b/x11-misc/idesk/idesk-1.ebuild
deleted file mode 100644
index d32a60e327c4..000000000000
--- a/x11-misc/idesk/idesk-1.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-MY_P="${PN}-v${PV}"
-
-DESCRIPTION="Utility to place icons on the root window"
-HOMEPAGE="https://github.com/antonialoytorrens/idesk/"
-SRC_URI="https://github.com/antonialoytorrens/idesk/releases/download/v1/${MY_P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~alpha amd64 ~hppa ppc ppc64 sparc x86"
-
-S="${WORKDIR}/${MY_P}"
-
-RDEPEND="
- dev-libs/glib
- dev-libs/libxml2
- media-libs/freetype
- media-libs/imlib2[X]
- media-libs/libart_lgpl
- x11-libs/gtk+:3
- x11-libs/pango
- x11-libs/startup-notification
-"
-
-BDEPEND="virtual/pkgconfig"
-
-DEPEND="${RDEPEND}"
-
-src_prepare() {
- default
- sed -i -e 's,/usr/local/,/usr/,' examples/default.lnk || die
-}
-
-src_configure() {
- econf --enable-libsn
-}