summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO12
-rw-r--r--PKGBUILD19
2 files changed, 31 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
new file mode 100644
index 000000000000..f925f8749915
--- /dev/null
+++ b/.SRCINFO
@@ -0,0 +1,12 @@
+pkgbase = numix-holo-themes
+ pkgdesc = A fork of Numix, but uses Android blue instead of red, hence the name
+ pkgver = 0.4.1
+ pkgrel = 1
+ url = https://www.xfce-look.org/p/1016603
+ arch = any
+ license = GPL
+ source = https://dl.opendesktop.org/api/files/download/id/1462388433/159304-NumixHolo.7z
+ sha256sums = 809f606415356bb0ce7caa30e94e0342e9e147d6c6f874111f8f200a04b8ae6c
+
+pkgname = numix-holo-themes
+
diff --git a/PKGBUILD b/PKGBUILD
new file mode 100644
index 000000000000..3b3150e1f5a2
--- /dev/null
+++ b/PKGBUILD
@@ -0,0 +1,19 @@
+# Maintainer: Maxwell Pray a.k.a. Synthead <synthead@gmail.com>
+
+pkgname='numix-holo-themes'
+pkgver=0.4.1
+pkgrel=1
+pkgdesc='A fork of Numix, but uses Android blue instead of red, hence the name'
+arch=('any')
+url='https://www.xfce-look.org/p/1016603'
+license=('GPL')
+source=('https://dl.opendesktop.org/api/files/download/id/1462388433/159304-NumixHolo.7z')
+sha256sums=('809f606415356bb0ce7caa30e94e0342e9e147d6c6f874111f8f200a04b8ae6c')
+
+package() {
+ mkdir -p "$pkgdir/usr/share/themes/NumixHolo"
+
+ cp -r \
+ "$srcdir/NumixHolo/"{gtk-2.0,gtk-3.0,index.theme,xfce-notify-4.0,xfwm4} \
+ "$pkgdir/usr/share/themes/NumixHolo"
+}