diff options
author | V3n3RiX <venerix@rogentos.ro> | 2016-04-24 12:48:22 +0100 |
---|---|---|
committer | V3n3RiX <venerix@rogentos.ro> | 2016-04-24 12:48:22 +0100 |
commit | 6ee4d73a5095d83e20425fd6c00175b7c882eca2 (patch) | |
tree | 7c5ed73a531c8cda16c3a442a1ab3b507c07d731 /x11-themes | |
parent | 075fe6f2724c4caa66a01dd49cc0b04f32085d3e (diff) |
fix ebuild
Diffstat (limited to 'x11-themes')
-rw-r--r-- | x11-themes/kogaion-theme/kogaion-theme-2.1.ebuild | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/x11-themes/kogaion-theme/kogaion-theme-2.1.ebuild b/x11-themes/kogaion-theme/kogaion-theme-2.1.ebuild index 5bda90ca..f2d98e59 100644 --- a/x11-themes/kogaion-theme/kogaion-theme-2.1.ebuild +++ b/x11-themes/kogaion-theme/kogaion-theme-2.1.ebuild @@ -4,9 +4,15 @@ EAPI=5 +inherit eutils git-2 + DESCRIPTION="Official Kogaion-Linux GTK theme" HOMEPAGE="http://www.rogentos.ro" -SRC_URI="https://gitlab.com/kogaion/kogaion-theme/repository/archive.tar.gz?ref=2.1" + +EGIT_BRANCH="master" +EGIT_REPO_URI="https://gitlab.com/kogaion/kogaion-theme.git" +EGIT_COMMIT="ded3e5d50d2c324e2788d71e181d24a6190abb8e" + LICENSE="GPLv3" SLOT="0" @@ -14,8 +20,6 @@ KEYWORDS="~arm x86 amd64" IUSE="" RDEPEND="" -S="${WORKDIR}"/"${P}" - src_install() { rm README.md rm to_review |