summaryrefslogtreecommitdiff
path: root/x11-themes/redcore-artwork-core
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2017-01-08 07:26:56 +0000
committerV3n3RiX <venerix@redcorelinux.org>2017-01-08 07:26:56 +0000
commita6a656e4c45cd8be4fc8f662ac5a3079d31e7761 (patch)
treeff4ff109f4d1d01673e44e118d528b85fd46bb6c /x11-themes/redcore-artwork-core
parent5bb360633da500aace6bfb87b789575c3218f359 (diff)
bump artwork-core
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-1701.ebuild (renamed from x11-themes/redcore-artwork-core/redcore-artwork-core-1.0-r5.ebuild)4
2 files changed, 3 insertions, 3 deletions
diff --git a/x11-themes/redcore-artwork-core/Manifest b/x11-themes/redcore-artwork-core/Manifest
index 369dccf2..0fe10cb6 100644
--- a/x11-themes/redcore-artwork-core/Manifest
+++ b/x11-themes/redcore-artwork-core/Manifest
@@ -1 +1 @@
-DIST redcore-artwork-core-1.0.tar.xz 18934252 SHA256 4c1f5e8e6fa766764f11cbd7c2d7598b973a9a674674dca67b74a8c282f6702c SHA512 c262cac6f2b827daa370c6b9cea846514d6aab1a38ec35cf4a3de7b9a5877e0ff622e14eba6a279bc23b2c4746cbbd2582dd9fae41dcd0e14addd7b7387b0187 WHIRLPOOL f911168f4d8113de97ea82dc001bdabb969bc5c71b543c6fe8eafffff731c6ca8a8a791dae5cbfb658a4bd816323f039cf930abc237b403967731cb20aa603ed
+DIST redcore-artwork-core-1701.tar.xz 18924600 SHA256 fd60373024fddd28d86bbf8381277d8c6ca7d3bc25226d606d2a0cf42bd5843b SHA512 e52b7212277c538bb11078b8e8aa10fc8dce5ae9843cb8d4bc94c9242d2e6b985b3ed1474ecd3fd337ff49c929628e1a8115c1b14309dcbcbc5347dca999bf87 WHIRLPOOL c7123c05d5e14c9245ae9eab1f5d4f1c49602be8bd9da262b5fd7c357a6420fbd7a54bfd700c3978818f18a60e563cde4f4fa707c8676cf2958cba8937ab9d24
diff --git a/x11-themes/redcore-artwork-core/redcore-artwork-core-1.0-r5.ebuild b/x11-themes/redcore-artwork-core/redcore-artwork-core-1701.ebuild
index 291fa461..da6faf1e 100644
--- a/x11-themes/redcore-artwork-core/redcore-artwork-core-1.0-r5.ebuild
+++ b/x11-themes/redcore-artwork-core/redcore-artwork-core-1701.ebuild
@@ -19,7 +19,7 @@ S="${WORKDIR}"/"${PN}"
src_install() {
# Cursors
insinto /usr/share/cursors/xorg-x11/
- doins -r "${S}"/mouse/RezoBlue
+ doins -r "${S}"/mouse/Hacked-Red
# Wallpapers
insinto /usr/share/backgrounds/
@@ -39,5 +39,5 @@ src_install() {
# Apply our tricks
insinto /usr/share/cursors/xorg-x11
- dosym RezoBlue /usr/share/cursors/xorg-x11/default || "RezoBlue not found" #set default xcursor
+ dosym Hacked-Red /usr/share/cursors/xorg-x11/default || "Hacked-Red not found" #set default xcursor
}