summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrançois Boulogne2015-06-09 21:31:22 -0400
committerFrançois Boulogne2015-06-09 21:31:22 -0400
commit0bcbfa8dab7adb856887c19e3aa9bd9d567183db (patch)
tree8187f4149ca96823e0d97bdf3d0d7ff1634e6908
downloadaur-gtk-theme-dark-linux.tar.gz
Initial import
-rw-r--r--.SRCINFO13
-rw-r--r--PKGBUILD24
2 files changed, 37 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
new file mode 100644
index 000000000000..8a12a4e9133c
--- /dev/null
+++ b/.SRCINFO
@@ -0,0 +1,13 @@
+pkgbase = gtk-theme-dark-linux
+ pkgdesc = Improved gnome theme from my earlier no-name-jet version theme...
+ pkgver = 0.7
+ pkgrel = 1
+ url = http://metak.deviantart.com/art/Dark-linux-0-6-150406617
+ arch = any
+ license = GPL
+ replaces = dark-linux
+ source = http://www.deviantart.com/download/150406617/Dark_linux_0_7_by_metak.zip
+ md5sums = 719b0d95ddb9415a4a9919f759609b20
+
+pkgname = gtk-theme-dark-linux
+
diff --git a/PKGBUILD b/PKGBUILD
new file mode 100644
index 000000000000..5a8d0f7c116a
--- /dev/null
+++ b/PKGBUILD
@@ -0,0 +1,24 @@
+# Maintainer: Francois Boulogne <fboulogne at april dot org>
+# Contributor: Josip <josipponjavic at gmail dot com>
+
+pkgname=gtk-theme-dark-linux
+pkgver=0.7
+pkgrel=1
+pkgdesc="Improved gnome theme from my earlier no-name-jet version theme..."
+arch=("any")
+url="http://metak.deviantart.com/art/Dark-linux-0-6-150406617"
+license=("GPL")
+depends=()
+replaces=("dark-linux")
+
+source=(http://www.deviantart.com/download/150406617/Dark_linux_0_7_by_metak.zip)
+md5sums=('719b0d95ddb9415a4a9919f759609b20')
+
+build() {
+ mkdir -p $pkgdir/usr/share/themes/
+ mkdir -p $pkgdir/usr/share/emerald/themes/
+ cd $srcdir/
+ cp -r "Dark-linux-0.7" "$pkgdir/usr/share/themes"
+ cp -r "$srcdir/Dark-linux-0.7" "$pkgdir/usr/share/emerald/themes/"
+}
+