diff options
author | V3n3RiX <venerix@redcorelinux.org> | 2018-03-31 11:56:58 +0100 |
---|---|---|
committer | V3n3RiX <venerix@redcorelinux.org> | 2018-03-31 11:56:58 +0100 |
commit | f6328d1017b2151d6ba10b0658fa4742403a0388 (patch) | |
tree | a8686be45cef3f348a18294e78c6cb7b4784282a | |
parent | 87c113356046f966304f910e49b5adacd60aa863 (diff) |
x11-themes/redcore-artwork-core : dummy bump
-rw-r--r-- | x11-themes/redcore-artwork-core/Manifest | 2 | ||||
-rw-r--r-- | x11-themes/redcore-artwork-core/redcore-artwork-core-1803.ebuild (renamed from x11-themes/redcore-artwork-core/redcore-artwork-core-1801.ebuild) | 5 |
2 files changed, 3 insertions, 4 deletions
diff --git a/x11-themes/redcore-artwork-core/Manifest b/x11-themes/redcore-artwork-core/Manifest index f8777174..e22ad3df 100644 --- a/x11-themes/redcore-artwork-core/Manifest +++ b/x11-themes/redcore-artwork-core/Manifest @@ -1 +1 @@ -DIST redcore-artwork-core-1801.tar.xz 18830396 SHA256 0a0a31e162e48729318653a6f99b9e25030b921e6b9c1cf2ce838f69df2d4330 SHA512 520ca281cb3244ed132de678db90d384aa72f9a2dfa537397a629fc8b61ac29d2d133923253e3f97fd01dcf59881316d40d91a05c821f0a8d7ac7dcc353f4dc1 WHIRLPOOL ab3c7ac1d08b6cbd220c0e386b7ca74a77755d348b6a023d80f3989def3f3e3fce9061af8ef7a2c74e2d53f4d3af5cfa0560e3e585e5bd34fdadc95a5f956ca6 +DIST redcore-artwork-core.tar.xz 18829808 BLAKE2B 69d09b1397182d8fa4814da9939cdc7f230f9c7a7a7ca176b409f97b50915821d6b93a139a2b9703f6789f0393ba16eb82e4ad2e89d46f6ff0d386eb4b8937ec SHA512 64508a2783237a3a40b8b63f2f10730ee4678c66d91c114f0c0d089b0b72246d796aa9cc8a346b54ab85d17fc57bc87c4fd1d0a1d1588d0c673c63027cf14191 diff --git a/x11-themes/redcore-artwork-core/redcore-artwork-core-1801.ebuild b/x11-themes/redcore-artwork-core/redcore-artwork-core-1803.ebuild index 7dba1c82..13642dce 100644 --- a/x11-themes/redcore-artwork-core/redcore-artwork-core-1801.ebuild +++ b/x11-themes/redcore-artwork-core/redcore-artwork-core-1803.ebuild @@ -6,7 +6,7 @@ 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" +SRC_URI="http://mirror.math.princeton.edu/pub/redcorelinux/distfiles/${PN}.tar.xz" LICENSE="CCPL-Attribution-ShareAlike-3.0" SLOT="0" @@ -14,7 +14,7 @@ KEYWORDS="x86 amd64" IUSE="" RDEPEND="sys-apps/findutils" -S="${WORKDIR}"/"${P}" +S="${WORKDIR}"/"${PN}" src_install() { # Cursors @@ -31,7 +31,6 @@ src_install() { doins logo/*.png # Plymouth theme - insinto usr/share/plymouth doins plymouth/bizcom.png insinto usr/share/plymouth/themes |