summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorsteelstrings2017-08-22 13:11:49 +0200
committersteelstrings2017-08-22 13:11:49 +0200
commit6701513099818999a5ec5dd03c05f7fb26ce79d7 (patch)
tree2333578fd6ae557c8db06922a2fe485d3e1891cf
downloadaur-6701513099818999a5ec5dd03c05f7fb26ce79d7.tar.gz
initial import
-rw-r--r--.SRCINFO15
-rw-r--r--PKGBUILD25
2 files changed, 40 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
new file mode 100644
index 000000000000..5c80b3cdf7a9
--- /dev/null
+++ b/.SRCINFO
@@ -0,0 +1,15 @@
+pkgbase = matrilineare-icon-theme
+ pkgdesc = Matrilineare Icon Theme by Andrea Soragna
+ pkgver = 0.3
+ pkgrel = 1
+ url = https://sora-meliae.deviantart.com/art/Matrilineare-version-0-3-321379531
+ arch = any
+ license = GPL3
+ depends = gtk-update-icon-cache
+ provides = matrilineare-icon-theme
+ conflicts = matrilineare-icon-theme
+ source = https://orig08.deviantart.net/c047/f/2013/287/b/4/matrilineare__version_0_3__by_sora_meliae-d5bca17.zip
+ sha256sums = c29da22b903e58a5c1b6aa2e6c76453eba0d57894be4f3e45efbb2ea4b29ae35
+
+pkgname = matrilineare-icon-theme
+
diff --git a/PKGBUILD b/PKGBUILD
new file mode 100644
index 000000000000..37831edae29c
--- /dev/null
+++ b/PKGBUILD
@@ -0,0 +1,25 @@
+# Maintainer: steelstrings <steelstring.of.a{at}gmail{dot}com>
+
+pkgname=matrilineare-icon-theme
+_pkgname=Matrilineare
+pkgver=0.3
+pkgrel=1
+pkgdesc="Matrilineare Icon Theme by Andrea Soragna"
+arch=('any')
+url="https://sora-meliae.deviantart.com/art/Matrilineare-version-0-3-321379531"
+license=('GPL3')
+depends=('gtk-update-icon-cache')
+provides=('matrilineare-icon-theme')
+conflicts=('matrilineare-icon-theme')
+source=('https://orig08.deviantart.net/c047/f/2013/287/b/4/matrilineare__version_0_3__by_sora_meliae-d5bca17.zip')
+sha256sums=('c29da22b903e58a5c1b6aa2e6c76453eba0d57894be4f3e45efbb2ea4b29ae35')
+
+package() {
+
+ # create icon theme dir
+ install -d -m 755 "$pkgdir"/usr/share/icons/$_pkgname
+
+ # install icon theme
+ cd $srcdir/$_pkgname/
+ cp -dr --no-preserve='ownership' ./ "$pkgdir"/usr/share/icons/$_pkgname
+} \ No newline at end of file