diff options
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 |