summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorEgan McComb2015-09-07 09:46:45 -0700
committerEgan McComb2015-09-07 09:46:45 -0700
commit172d7a4e1d756cec3c46b7999dff626545628158 (patch)
tree74cb375b0993176a92c953ef4338408fce586b0a
downloadaur-172d7a4e1d756cec3c46b7999dff626545628158.tar.gz
Take maintainership of AUR 3 pkg, update to 0.98.6.
-rw-r--r--.SRCINFO13
-rw-r--r--PKGBUILD18
2 files changed, 31 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
new file mode 100644
index 000000000000..234461fd77c4
--- /dev/null
+++ b/.SRCINFO
@@ -0,0 +1,13 @@
+pkgbase = gtk-theme-murrine-collection
+ pkgdesc = A collection of Murrine GTK2 themes
+ pkgver = 0.98.6
+ pkgrel = 1
+ url = https://launchpad.net/murrine-themes
+ arch = any
+ license = GPL
+ depends = gtk-engine-murrine
+ source = https://launchpad.net/ubuntu/+archive/primary/+files/murrine-themes_0.98.6ubuntu1.tar.gz
+ sha1sums = 0f6d64a0bb3eb8aa7e5c85eab92cd1d3
+
+pkgname = gtk-theme-murrine-collection
+
diff --git a/PKGBUILD b/PKGBUILD
new file mode 100644
index 000000000000..a141ad4b6bf2
--- /dev/null
+++ b/PKGBUILD
@@ -0,0 +1,18 @@
+# Maintainer: Egan McComb <egan.mccomb@gmail.com>
+
+pkgname=gtk-theme-murrine-collection
+pkgver=0.98.6
+pkgrel=1
+pkgdesc="A collection of Murrine GTK2 themes"
+license=('GPL')
+arch=('any')
+url="https://launchpad.net/murrine-themes"
+depends=('gtk-engine-murrine')
+source=(https://launchpad.net/ubuntu/+archive/primary/+files/murrine-themes_0.98.6ubuntu1.tar.gz)
+sha1sums=('0f6d64a0bb3eb8aa7e5c85eab92cd1d3')
+
+package() {
+ mkdir -p "$pkgdir/usr/share/themes"
+ cd $srcdir/murrine-themes-0.98.6ubuntu1/
+ mv usr/share/themes/* "$pkgdir/usr/share/themes/"
+}