diff options
author | V3n3RiX <venerix@rogentos.ro> | 2016-11-06 10:09:26 +0000 |
---|---|---|
committer | V3n3RiX <venerix@rogentos.ro> | 2016-11-06 10:09:26 +0000 |
commit | 96bf16b0e6fde5ff49598034a75357192a867873 (patch) | |
tree | 552e3f050a52612c514e057f38216044721ae6ad /x11-themes/kogaion-theme-lxqt | |
parent | 93277a685b3bedd2a46c908e5690cf74c647a4f5 (diff) |
trim repo size by dumping shitloads of kogaion wallpapers out, only keep one
Diffstat (limited to 'x11-themes/kogaion-theme-lxqt')
-rw-r--r-- | x11-themes/kogaion-theme-lxqt/kogaion-theme-lxqt-1.0-r4.ebuild | 26 |
1 files changed, 0 insertions, 26 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 deleted file mode 100644 index e6a778fa..00000000 --- a/x11-themes/kogaion-theme-lxqt/kogaion-theme-lxqt-1.0-r4.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 * -} |