diff options
author | V3n3RiX <venerix@redcorelinux.org> | 2020-05-17 19:05:30 +0100 |
---|---|---|
committer | V3n3RiX <venerix@redcorelinux.org> | 2020-05-17 19:05:30 +0100 |
commit | ee6f64cf347387de97dc44dab539eb65aa39281e (patch) | |
tree | 1d2b77034ae571b042d18d0db1a055d5c2d7ed59 | |
parent | 5cee63e8ece8d2dbb8c2dcd265d12de28465861b (diff) |
x11-themes/redcore-artwork-core : use the git repository instead of tarball as source
-rw-r--r-- | x11-themes/redcore-artwork-core/redcore-artwork-core-314.ebuild (renamed from x11-themes/redcore-artwork-core/redcore-artwork-core-1337-r2.ebuild) | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/x11-themes/redcore-artwork-core/redcore-artwork-core-1337-r2.ebuild b/x11-themes/redcore-artwork-core/redcore-artwork-core-314.ebuild index ba71a609..1df36d8e 100644 --- a/x11-themes/redcore-artwork-core/redcore-artwork-core-1337-r2.ebuild +++ b/x11-themes/redcore-artwork-core/redcore-artwork-core-314.ebuild @@ -1,12 +1,15 @@ # Copyright 2016 Redcore Linux # Distributed under the terms of the GNU General Public License v2 -EAPI=4 -inherit eutils +EAPI=6 +inherit eutils git-r3 DESCRIPTION="Offical Redcore Linux Core Artwork" HOMEPAGE="https://redcorelinux.org" -SRC_URI="http://mirror.math.princeton.edu/pub/redcorelinux/distfiles/${PN}.tar.xz" + +EGIT_REPO_URI="https://gitlab.com/redcore/redcore-artwork-core.git" +EGIT_BRANCH="master" +EGIT_COMMIT="fc7014337a473ff0b8956ca0b2a37b3a3242eb66" LICENSE="CCPL-Attribution-ShareAlike-3.0" SLOT="0" @@ -19,8 +22,6 @@ RDEPEND="sys-apps/findutils sys-kernel/dracut[splash] )" -S="${WORKDIR}"/"${PN}" - src_install() { # Cursors insinto usr/share/cursors/xorg-x11/ |