summaryrefslogtreecommitdiff
path: root/x11-themes
diff options
context:
space:
mode:
Diffstat (limited to 'x11-themes')
-rw-r--r--x11-themes/redcore-artwork-calamares/files/branding.desc8
-rw-r--r--x11-themes/redcore-artwork-calamares/redcore-artwork-calamares-1.314.1337-r6.ebuild (renamed from x11-themes/redcore-artwork-calamares/redcore-artwork-calamares-1.314.1337-r5.ebuild)0
-rw-r--r--x11-themes/redcore-theme-lxqt/redcore-theme-lxqt-1.314.1337.ebuild25
3 files changed, 29 insertions, 4 deletions
diff --git a/x11-themes/redcore-artwork-calamares/files/branding.desc b/x11-themes/redcore-artwork-calamares/files/branding.desc
index e62cc988..93151bec 100644
--- a/x11-themes/redcore-artwork-calamares/files/branding.desc
+++ b/x11-themes/redcore-artwork-calamares/files/branding.desc
@@ -4,10 +4,10 @@ componentName: redcore_branding
strings:
productName: Redcore Linux Hardened
shortProductName: Redcore
- version: 2401
- shortVersion: 2401
- versionedName: Redcore Linux Hardened 2401
- shortVersionedName: Redcore 2401
+ version: 24xx
+ shortVersion: 24xx
+ versionedName: Redcore Linux Hardened 24xx
+ shortVersionedName: Redcore 24xx
bootloaderEntryName: Redcore
productUrl: https://redcorelinux.org/
supportUrl: https://wiki.redcorelinux.org/
diff --git a/x11-themes/redcore-artwork-calamares/redcore-artwork-calamares-1.314.1337-r5.ebuild b/x11-themes/redcore-artwork-calamares/redcore-artwork-calamares-1.314.1337-r6.ebuild
index 6413f727..6413f727 100644
--- a/x11-themes/redcore-artwork-calamares/redcore-artwork-calamares-1.314.1337-r5.ebuild
+++ b/x11-themes/redcore-artwork-calamares/redcore-artwork-calamares-1.314.1337-r6.ebuild
diff --git a/x11-themes/redcore-theme-lxqt/redcore-theme-lxqt-1.314.1337.ebuild b/x11-themes/redcore-theme-lxqt/redcore-theme-lxqt-1.314.1337.ebuild
new file mode 100644
index 00000000..1e7d26aa
--- /dev/null
+++ b/x11-themes/redcore-theme-lxqt/redcore-theme-lxqt-1.314.1337.ebuild
@@ -0,0 +1,25 @@
+# Copyright 2015 Rogentos
+# Distributed under the terms of the GNU General Public License v3
+
+EAPI=8
+
+inherit git-r3
+
+DESCRIPTION="Official Redcore Linux LXQT theme"
+HOMEPAGE="http://redcorelinux.org"
+
+EGIT_BRANCH="master"
+EGIT_REPO_URI="https://pagure.io/redcore/redcore-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 *
+}