summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authormibbio2015-06-29 10:01:08 +0200
committermibbio2015-06-29 10:01:08 +0200
commit7808b4b90935c3ed24ee666d67965cc982c15a1c (patch)
tree0bc53dda1a33704ad61cb2bece5ceb510c1f7b81
parente98c215127638a7448acf93dc02ee60be7a3d8d6 (diff)
downloadaur-7808b4b90935c3ed24ee666d67965cc982c15a1c.tar.gz
Install without containing script files
-rw-r--r--PKGBUILD11
1 files changed, 6 insertions, 5 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 0e0bf3f7f670..971b7935819d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,16 +1,17 @@
# Maintainer: mibbio <contact at mibbiodev dot de>
-pkgname=cinnamon-theme-ciliora-secunda
+_name='Ciliora-Secunda'
+pkgname=cinnamon-theme-${_name,,}
pkgver=20150624
-pkgrel=2
-pkgdesc="Ciliora-Secunda theme for Cinnamon 2.6"
+pkgrel=3
+pkgdesc="${_name} theme for Cinnamon 2.6"
arch=('any')
url="http://cinnamon-spices.linuxmint.com/themes/view/411"
license=('GPL')
depends=('cinnamon>=2.6.0' 'cinnamon<2.7.0')
source=("http://cinnamon-spices.linuxmint.com/uploads/themes/DKC0-D6WT-MA4P.zip")
-sha256sums=('35b2371ccff518ba0f706ec21e1bdb507f4da100b098e93b2b789b4842075df0')
+sha256sums=('680b05a40fe83bc6e70cefcc01d107e23f4e0d3e5ce0c0dcdc94edd985d651e6')
package() {
- find Ciliora-Secunda -type f -not -name *~ -exec install -Dm644 '{}' "$pkgdir/usr/share/themes/{}" \;
+ find ${_name} -type f -not -name *~ -not -name *.sh -exec install -Dm644 '{}' "$pkgdir/usr/share/themes/{}" \;
}