commit:     7ed6f210717217474e8482fad6e8167b8fda4fa3
Author:     Marco Scardovi <marco <AT> scardovi <DOT> com>
AuthorDate: Wed Apr 14 05:30:53 2021 +0000
Commit:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Mon May 10 06:14:45 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7ed6f210

x11-misc/idesk: bump to v1

Closes: https://bugs.gentoo.org/742746
Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Marco Scardovi <marco <AT> scardovi.com>
Closes: https://github.com/gentoo/gentoo/pull/20374
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>

 x11-misc/idesk/Manifest       |  1 +
 x11-misc/idesk/idesk-1.ebuild | 40 ++++++++++++++++++++++++++++++++++++++++
 x11-misc/idesk/metadata.xml   |  2 +-
 3 files changed, 42 insertions(+), 1 deletion(-)

diff --git a/x11-misc/idesk/Manifest b/x11-misc/idesk/Manifest
index 17e39822aad..1045f1037db 100644
--- a/x11-misc/idesk/Manifest
+++ b/x11-misc/idesk/Manifest
@@ -1 +1,2 @@
 DIST idesk-0.7.5.tar.bz2 185858 BLAKE2B 
b1cc2e423ff7f9f9db12fcfd46c0d9b03e29ad6b4b44f79ab6fca76b356b7df798532261364e30991dfacef9d377b69bf3dc9b5f44baf817b44629eb3805f3e6
 SHA512 
42c15cecc6e2cf6546420542fc4480902fd33c26c19ffc32e65eb04d09116d3b80f5539cde4ca86d4bec30ce96417752bfe7416ec83c531235d9064d06ec0475
+DIST idesk-v1.tar.gz 195147 BLAKE2B 
2b2b0dacbfb1d8fb950c88d990e3674bf8b4cf82d9022ed2f7be1f32082c46ae32d8200957e2e19d0d21ea1e4d59ec092f4cba90e712f79700a04f05c3a3aa14
 SHA512 
3190fca7a5c9fb36b66159107d22b5f6e50b4573afa21a3a4d8b8e3e5953dabda077c924e45d2607b849ee5fea141eb80f5b89ce5288ebc2490679f319edf768

diff --git a/x11-misc/idesk/idesk-1.ebuild b/x11-misc/idesk/idesk-1.ebuild
new file mode 100644
index 00000000000..f9ed0287560
--- /dev/null
+++ b/x11-misc/idesk/idesk-1.ebuild
@@ -0,0 +1,40 @@
+# 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
+}

diff --git a/x11-misc/idesk/metadata.xml b/x11-misc/idesk/metadata.xml
index 857674af543..289c83aa4cf 100644
--- a/x11-misc/idesk/metadata.xml
+++ b/x11-misc/idesk/metadata.xml
@@ -3,6 +3,6 @@
 <pkgmetadata>
        <!-- maintainer-needed -->
        <upstream>
-               <remote-id type="sourceforge">idesk</remote-id>
+               <remote-id type="github">antonialoytorrens/idesk</remote-id>
        </upstream>
 </pkgmetadata>

Reply via email to