diff options
author | V3n3RiX <venerix@rogentos.ro> | 2016-08-07 11:44:18 +0100 |
---|---|---|
committer | V3n3RiX <venerix@rogentos.ro> | 2016-08-07 11:44:18 +0100 |
commit | c4bcebf6c1961a898e3cf0a7ab198510632fdaf6 (patch) | |
tree | ae025f8c368c3f035558ba2dcf7be33953c27b02 /x11-themes/kogaion-theme-lxqt/kogaion-theme-lxqt-1.0.ebuild | |
parent | 0524e258129060cbf9d2ddf0229da00db0a266c2 (diff) |
lxqt-theme revbump
Diffstat (limited to 'x11-themes/kogaion-theme-lxqt/kogaion-theme-lxqt-1.0.ebuild')
-rw-r--r-- | x11-themes/kogaion-theme-lxqt/kogaion-theme-lxqt-1.0.ebuild | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/x11-themes/kogaion-theme-lxqt/kogaion-theme-lxqt-1.0.ebuild b/x11-themes/kogaion-theme-lxqt/kogaion-theme-lxqt-1.0.ebuild deleted file mode 100644 index e6a778fa..00000000 --- a/x11-themes/kogaion-theme-lxqt/kogaion-theme-lxqt-1.0.ebuild +++ /dev/null @@ -1,26 +0,0 @@ -# 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 * -} |