summaryrefslogtreecommitdiff
path: root/x11-themes/redcore-artwork-core
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2018-01-14 00:36:38 +0000
committerV3n3RiX <venerix@redcorelinux.org>2018-01-14 00:36:38 +0000
commitf1b16374c253d58cf9f51b3de533ae7b5ba7244f (patch)
tree37f8e8cf95fbe389a49ede5344c7f49927bd66b3 /x11-themes/redcore-artwork-core
parent8eb082c4f5d195be255832a8a39e03e2450729eb (diff)
x11-themes/redcore-artwork-core : version bump
Diffstat (limited to 'x11-themes/redcore-artwork-core')
-rw-r--r--x11-themes/redcore-artwork-core/Manifest2
-rw-r--r--x11-themes/redcore-artwork-core/redcore-artwork-core-1710.ebuild48
-rw-r--r--x11-themes/redcore-artwork-core/redcore-artwork-core-1801.ebuild44
3 files changed, 45 insertions, 49 deletions
diff --git a/x11-themes/redcore-artwork-core/Manifest b/x11-themes/redcore-artwork-core/Manifest
index e80968b7..f8777174 100644
--- a/x11-themes/redcore-artwork-core/Manifest
+++ b/x11-themes/redcore-artwork-core/Manifest
@@ -1 +1 @@
-DIST redcore-artwork-core.tar.xz 18830344 SHA256 b737b05b99055547f5885805aefa29b43b6c4f97f2611f84185502ea83436329 SHA512 122a2f35092164f71592ae44db78ef7f6fd69fca5e0066800361990afdfcf05c1785a5f7efe8da9e38ab2972318b428cb1e0263fea1c31e5372587d1f506b05f WHIRLPOOL 7fa6b057a04bbf65192f3c20e7433f609a208206ad4dbb83ac2dee406f15cb2a9e334dfb33df088087741b1ab46007087e2cd9f5b0b99edc30fee906962dc9a5
+DIST redcore-artwork-core-1801.tar.xz 18830396 SHA256 0a0a31e162e48729318653a6f99b9e25030b921e6b9c1cf2ce838f69df2d4330 SHA512 520ca281cb3244ed132de678db90d384aa72f9a2dfa537397a629fc8b61ac29d2d133923253e3f97fd01dcf59881316d40d91a05c821f0a8d7ac7dcc353f4dc1 WHIRLPOOL ab3c7ac1d08b6cbd220c0e386b7ca74a77755d348b6a023d80f3989def3f3e3fce9061af8ef7a2c74e2d53f4d3af5cfa0560e3e585e5bd34fdadc95a5f956ca6
diff --git a/x11-themes/redcore-artwork-core/redcore-artwork-core-1710.ebuild b/x11-themes/redcore-artwork-core/redcore-artwork-core-1710.ebuild
deleted file mode 100644
index c4c90ec1..00000000
--- a/x11-themes/redcore-artwork-core/redcore-artwork-core-1710.ebuild
+++ /dev/null
@@ -1,48 +0,0 @@
-# Copyright 2016 Redcore Linux
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=4
-inherit eutils
-
-DESCRIPTION="Offical Redcore Linux Core Artwork"
-HOMEPAGE="http://redcorelinux.org"
-SRC_URI="http://mirror.math.princeton.edu/pub/redcorelinux/distfiles/${PN}.tar.xz"
-
-LICENSE="CCPL-Attribution-ShareAlike-3.0"
-SLOT="0"
-KEYWORDS="x86 amd64"
-IUSE=""
-RDEPEND="sys-apps/findutils"
-
-S="${WORKDIR}"/"${PN}"
-
-src_install() {
- # Cursors
- insinto /usr/share/cursors/xorg-x11/
- doins -r "${S}"/mouse/Hacked-Red
-
- # Wallpapers
- insinto /usr/share/backgrounds/
- doins -r "${S}"/background/nature
-
- # Logos
- insinto /usr/share/pixmaps/
- doins "${S}"/logo/*.png
-
- # Plymouth theme
-
- insinto /usr/share/plymouth
- doins "${S}"/plymouth/bizcom.png # back to our bizcom
- insinto /usr/share/plymouth/themes
- doins -r "${S}"/plymouth/themes/redcore
-
- # Apply our tricks
-
- insinto /usr/share/cursors/xorg-x11
- dosym Hacked-Red /usr/share/cursors/xorg-x11/default || "Hacked-Red not found" #set default xcursor
-}
-
-pkg_postinst() {
- # regenerate initramfs to include plymouth theme changes
- dracut -f --no-hostonly-cmdline
-}
diff --git a/x11-themes/redcore-artwork-core/redcore-artwork-core-1801.ebuild b/x11-themes/redcore-artwork-core/redcore-artwork-core-1801.ebuild
new file mode 100644
index 00000000..7dba1c82
--- /dev/null
+++ b/x11-themes/redcore-artwork-core/redcore-artwork-core-1801.ebuild
@@ -0,0 +1,44 @@
+# Copyright 2016 Redcore Linux
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=4
+inherit eutils
+
+DESCRIPTION="Offical Redcore Linux Core Artwork"
+HOMEPAGE="https://redcorelinux.org"
+SRC_URI="http://mirror.math.princeton.edu/pub/redcorelinux/distfiles/${P}.tar.xz"
+
+LICENSE="CCPL-Attribution-ShareAlike-3.0"
+SLOT="0"
+KEYWORDS="x86 amd64"
+IUSE=""
+RDEPEND="sys-apps/findutils"
+
+S="${WORKDIR}"/"${P}"
+
+src_install() {
+ # Cursors
+ insinto usr/share/cursors/xorg-x11/
+ doins -r mouse/Hacked-Red
+ dosym ../../../../usr/share/cursors/xorg-x11/Hacked-Red usr/share/cursors/xorg-x11/default
+
+ # Wallpapers
+ insinto usr/share/backgrounds/
+ doins -r background/nature
+
+ # Logos
+ insinto usr/share/pixmaps/
+ doins logo/*.png
+
+ # Plymouth theme
+
+ insinto usr/share/plymouth
+ doins plymouth/bizcom.png
+ insinto usr/share/plymouth/themes
+ doins -r plymouth/themes/redcore
+}
+
+pkg_postinst() {
+ # regenerate initramfs to include plymouth theme changes
+ dracut -f --no-hostonly-cmdline
+}