summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authormibbio2015-06-22 21:58:54 +0200
committermibbio2015-06-22 21:58:54 +0200
commite179d7fb570c05b710b37d9839964f2417ad4745 (patch)
tree1a8b8a037ee4bb1dc2593dae8deac1790a44aedf
downloadaur-e179d7fb570c05b710b37d9839964f2417ad4745.tar.gz
Initial import
-rw-r--r--.SRCINFO14
-rw-r--r--PKGBUILD16
2 files changed, 30 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
new file mode 100644
index 000000000000..45d33a8c5515
--- /dev/null
+++ b/.SRCINFO
@@ -0,0 +1,14 @@
+pkgbase = cinnamon-theme-ciliora-secunda
+ pkgdesc = Ciliora-Secunda theme for Cinnamon 2.4
+ pkgver = 20150429
+ pkgrel = 1
+ url = http://cinnamon-spices.linuxmint.com/themes/view/411
+ arch = any
+ license = GPL
+ depends = cinnamon>=2.4.0
+ depends = cinnamon<2.5.0
+ source = http://cinnamon-spices.linuxmint.com/uploads/themes/BLI6-T6I8-GR51.zip
+ sha256sums = f2f1b5bd8db1a7c74d3bb1f782d506a1445d91acba5de7d6237e4c05569d8fe3
+
+pkgname = cinnamon-theme-ciliora-secunda
+
diff --git a/PKGBUILD b/PKGBUILD
new file mode 100644
index 000000000000..b06c86dc3010
--- /dev/null
+++ b/PKGBUILD
@@ -0,0 +1,16 @@
+# Maintainer: mibbio <contact at mibbiodev dot de>
+
+pkgname=cinnamon-theme-ciliora-secunda
+pkgver=20150429
+pkgrel=1
+pkgdesc="Ciliora-Secunda theme for Cinnamon 2.4"
+arch=('any')
+url="http://cinnamon-spices.linuxmint.com/themes/view/411"
+license=('GPL')
+depends=('cinnamon>=2.4.0' 'cinnamon<2.5.0')
+source=("http://cinnamon-spices.linuxmint.com/uploads/themes/BLI6-T6I8-GR51.zip")
+sha256sums=('f2f1b5bd8db1a7c74d3bb1f782d506a1445d91acba5de7d6237e4c05569d8fe3')
+
+package() {
+ find Ciliora-Secunda -type f -not -name *~ -exec install -Dm644 '{}' "$pkgdir/usr/share/themes/{}" \;
+}