summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorspider-mario2015-12-14 21:30:55 +0100
committerspider-mario2015-12-14 21:30:55 +0100
commit9cc5eb553fdca2a9e6472f915c9824664ee0ab50 (patch)
treecf2fed174f48d33cc523b09301573f1cb780f1be
parent2ad7588fdafea3fba39f1850a3cf0aca2039ca97 (diff)
downloadaur-9cc5eb553fdca2a9e6472f915c9824664ee0ab50.tar.gz
1.0
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD18
2 files changed, 9 insertions, 17 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5f2d22705938..4e67ec4d5537 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,8 @@
+# Generated by mksrcinfo v8
+# Mon Dec 14 20:28:05 UTC 2015
pkgbase = cinnxp
pkgdesc = XP-like theme for Cinnamon
- pkgver = 0.1
+ pkgver = 1.0
pkgrel = 1
url = http://cinnamon-spices.linuxmint.com/themes/view/498
arch = any
@@ -10,8 +12,8 @@ pkgbase = cinnxp
optdepends = cinnamon
optdepends = metacity
options = !strip
- source = cinnxp.zip::http://cinnamon-spices.linuxmint.com/uploads/themes/KI23-LR3V-1MH4.zip
- sha512sums = cc9c96fb7f030afe2bf0585fd45eaebaa175460c19cda2e2a9e039c35fef00847e2ca386bc82bb6e11b184291b2c1cfd7e82a7b9fe6629de6384aed1cf52985c
+ source = cinnxp-1.0.zip::http://cinnamon-spices.linuxmint.com/uploads/themes/FPGJ-I2GG-KO2B.zip
+ sha512sums = d5db211f5278a1272a60045e389024755f29a67cc666c3173d2b788099d803bb3674a3af300d468cffaa0d4d2c1d41a09df6944ce4176d72640b32a91446c77f
pkgname = cinnxp
diff --git a/PKGBUILD b/PKGBUILD
index 6e8215f85ab5..db0fc55b7afe 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: spider-mario <spidermario@free.fr>
pkgname=cinnxp
-pkgver=0.1
+pkgver=1.0
pkgrel=1
pkgdesc="XP-like theme for Cinnamon"
arch=('any')
@@ -8,20 +8,10 @@ url="http://cinnamon-spices.linuxmint.com/themes/view/498"
license=('unknown')
optdepends=('gtk2' 'gtk3' 'cinnamon' 'metacity')
options=('!strip')
-source=(cinnxp.zip::http://cinnamon-spices.linuxmint.com/uploads/themes/KI23-LR3V-1MH4.zip)
-sha512sums=('cc9c96fb7f030afe2bf0585fd45eaebaa175460c19cda2e2a9e039c35fef00847e2ca386bc82bb6e11b184291b2c1cfd7e82a7b9fe6629de6384aed1cf52985c')
-
-prepare() {
- rm -fr CinnXP
- mv .CinnXP_pkg/ CinnXP
-}
+source=("cinnxp-$pkgver.zip"::http://cinnamon-spices.linuxmint.com/uploads/themes/FPGJ-I2GG-KO2B.zip)
+sha512sums=('d5db211f5278a1272a60045e389024755f29a67cc666c3173d2b788099d803bb3674a3af300d468cffaa0d4d2c1d41a09df6944ce4176d72640b32a91446c77f')
package() {
cd CinnXP
-
- install -d "$pkgdir"/usr/share/themes/CinnXP
- cp -a index.theme cinnamon gtk-2.0 gtk-3.0 metacity-1 "$pkgdir"/usr/share/themes/CinnXP/
-
- install -d "$pkgdir"/usr/share/icons/CinnXP
- cp -a cursor.theme cursors "$pkgdir"/usr/share/icons/CinnXP/
+ cp -aR usr "$pkgdir"/usr
}