diff options
-rw-r--r-- | x11-themes/redcore-artwork-community/redcore-artwork-community-1337-r2.ebuild (renamed from x11-themes/redcore-artwork-community/redcore-artwork-community-1337-r1.ebuild) | 18 |
1 files changed, 8 insertions, 10 deletions
diff --git a/x11-themes/redcore-artwork-community/redcore-artwork-community-1337-r1.ebuild b/x11-themes/redcore-artwork-community/redcore-artwork-community-1337-r2.ebuild index 39742cf5..a523ac57 100644 --- a/x11-themes/redcore-artwork-community/redcore-artwork-community-1337-r1.ebuild +++ b/x11-themes/redcore-artwork-community/redcore-artwork-community-1337-r2.ebuild @@ -2,11 +2,16 @@ # Distributed under the terms of the GNU General Public License v2 # $Id$ -EAPI=5 +EAPI=6 + +inherit eutils git-r3 DESCRIPTION="Redcore Linux Community Wallpapers" -HOMEPAGE="http://redcorelinux.org" -SRC_URI="http://mirror.math.princeton.edu/pub/redcorelinux/distfiles/${PN}.tar.xz" +HOMEPAGE="https://redcorelinux.org" + +EGIT_REPO_URI="https://pagure.io/redcore/redcore-wallpapers.git" +EGIT_BRANCH="master" +EGIT_COMMIT="a2a845112993670f1ecd5a9e67c0409b4c364104" LICENSE="" SLOT="0" @@ -16,8 +21,6 @@ IUSE="" DEPEND="" RDEPEND="${DEPEND}" -S="${WORKDIR}"/"${PN}" - src_install() { # default wallpaper dodir usr/share/backgrounds/redcore-community @@ -34,11 +37,6 @@ src_install() { insinto usr/share/backgrounds/by_mellita doins -r by_mellita/* - # Wallpapers by Ioan Parjolea (joly), thanks - dodir usr/share/backgrounds/by_joly - insinto usr/share/backgrounds/by_joly - doins -r by_joly/* - # Wallpapers by Toma S. Muntean, thanks dodir usr/share/backgrounds/by_tomas insinto usr/share/backgrounds/by_tomas |