diff options
author | V3n3RiX <venerix@rogentos.ro> | 2016-09-30 17:41:45 +0100 |
---|---|---|
committer | V3n3RiX <venerix@rogentos.ro> | 2016-09-30 17:41:45 +0100 |
commit | 96034cc103dda2c30275fcee6bace39b3317ee56 (patch) | |
tree | d9c7eb4021821c269fe3cebd0a0d30dedc8a902f /x11-themes/kogaion-theme-lxqt/kogaion-theme-lxqt-1.0-r4.ebuild | |
parent | ee4f7c5836556fa383c4842e2b114403de4ef410 (diff) |
just bump some ebuilds, to make sure we didn't miss anything for release
Diffstat (limited to 'x11-themes/kogaion-theme-lxqt/kogaion-theme-lxqt-1.0-r4.ebuild')
-rw-r--r-- | x11-themes/kogaion-theme-lxqt/kogaion-theme-lxqt-1.0-r4.ebuild | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/x11-themes/kogaion-theme-lxqt/kogaion-theme-lxqt-1.0-r4.ebuild b/x11-themes/kogaion-theme-lxqt/kogaion-theme-lxqt-1.0-r4.ebuild new file mode 100644 index 00000000..e6a778fa --- /dev/null +++ b/x11-themes/kogaion-theme-lxqt/kogaion-theme-lxqt-1.0-r4.ebuild @@ -0,0 +1,26 @@ +# Copyright 2015 Rogentos +# Distributed under the terms of the GNU General Public License v3 +# Maintainer bionel <bionel @ rogentos.ro > + +EAPI=5 + +inherit eutils git-2 + +DESCRIPTION="Official Kogaion-Linux LXQT theme" +HOMEPAGE="http://www.rogentos.ro" + +EGIT_BRANCH="master" +EGIT_REPO_URI="https://gitlab.com/kogaion/kogaion-theme-lxqt.git" + +LICENSE="GPLv3" +SLOT="0" +KEYWORDS="x86 amd64" +IUSE="" +RDEPEND="" + +src_install() { + rm README.md + dodir /usr/share/lxqt/themes + insinto /usr/share/lxqt/themes + doins -r * +} |