summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorbader2016-05-29 20:24:32 +0200
committerbader2016-05-29 20:24:32 +0200
commit5f32a0fabf4a43872f560cb25c8f9e36e365a59b (patch)
tree0ab9dd9f38d1272b8c32b665f2e5108f32fa64ec
downloadaur-5f32a0fabf4a43872f560cb25c8f9e36e365a59b.tar.gz
Initial commit
-rw-r--r--.SRCINFO13
-rw-r--r--PKGBUILD21
2 files changed, 34 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
new file mode 100644
index 000000000000..9b2266d048d1
--- /dev/null
+++ b/.SRCINFO
@@ -0,0 +1,13 @@
+pkgbase = cinnamon-theme-numix-darkred
+ pkgdesc = A Cinnamon Theme
+ pkgver = 0.2
+ pkgrel = 1
+ url = https://cinnamon-spices.linuxmint.com/themes/view/496
+ arch = any
+ license = unknown
+ makedepends = unzip
+ depends = cinnamon
+ source = https://cinnamon-spices.linuxmint.com/uploads/themes/054P-KVVX-JJN7.zip
+ md5sums = SKIP
+
+pkgname = cinnamon-theme-numix-darkred
diff --git a/PKGBUILD b/PKGBUILD
new file mode 100644
index 000000000000..a46397ac1680
--- /dev/null
+++ b/PKGBUILD
@@ -0,0 +1,21 @@
+pkgname="cinnamon-theme-numix-darkred"
+pkgver=0.2
+pkgrel=1
+pkgdesc="A Cinnamon Theme"
+arch=('any')
+url='https://cinnamon-spices.linuxmint.com/themes/view/496'
+license=('unknown')
+source=("https://cinnamon-spices.linuxmint.com/uploads/themes/054P-KVVX-JJN7.zip")
+md5sums=('SKIP')
+
+depends=('cinnamon')
+makedepends=('unzip')
+
+package() {
+
+ mkdir -p "$pkgdir/usr/share/themes/NumixDarkRed"
+
+ cp -r \
+ "$srcdir/NumixDarkRed/" \
+ "$pkgdir/usr/share/themes/"
+}