aboutsummaryrefslogtreecommitdiffstats
path: root/simple-icon-theme
diff options
context:
space:
mode:
authorMattias Andrée <maandree@kth.se>2018-06-10 23:33:09 +0200
committerMattias Andrée <maandree@kth.se>2018-06-10 23:33:09 +0200
commit6f6fcb72f8e50c417fc62ca6293ac5a9829eaf19 (patch)
tree98bae038bb9fc585224ebc210df7f524a8167ed8 /simple-icon-theme
parentUpdate rotd (diff)
downloadaur-packages-6f6fcb72f8e50c417fc62ca6293ac5a9829eaf19.tar.gz
aur-packages-6f6fcb72f8e50c417fc62ca6293ac5a9829eaf19.tar.bz2
aur-packages-6f6fcb72f8e50c417fc62ca6293ac5a9829eaf19.tar.xz
Add simple-icon-theme
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to 'simple-icon-theme')
-rw-r--r--simple-icon-theme/PKGBUILD22
l---------simple-icon-theme/upload1
2 files changed, 23 insertions, 0 deletions
diff --git a/simple-icon-theme/PKGBUILD b/simple-icon-theme/PKGBUILD
new file mode 100644
index 0000000..f7bb254
--- /dev/null
+++ b/simple-icon-theme/PKGBUILD
@@ -0,0 +1,22 @@
+# Maintainer: Mattias Andrée <`base64 -d`(bWFhbmRyZWUK)@kth.se>
+
+pkgname=simple-icon-theme
+pkgver=1
+pkgrel=1
+pkgdesc='A very simple icon theme'
+url='https://github.com/maandree/simple-icon-theme'
+arch=(any)
+license=('custom:ISC')
+depends=(gtk-update-icon-cache)
+source=($pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz)
+sha512sums=(6668b308e74f679ce59e18f1e0d8527d84f906d0b732f94d2f83c73ec9ebd3183b50ff525f2381d8e2f8d1fe393956da38107c1d281a19f2373877721d1c5d90)
+
+build () {
+ cd "$srcdir/simple-icon-theme-$pkgver"
+ make -j PREFIX=/usr
+}
+
+package () {
+ cd "$srcdir/simple-icon-theme-$pkgver"
+ make install PREFIX=/usr DESTDIR="$pkgdir"
+}
diff --git a/simple-icon-theme/upload b/simple-icon-theme/upload
new file mode 120000
index 0000000..1e7a8be
--- /dev/null
+++ b/simple-icon-theme/upload
@@ -0,0 +1 @@
+../upload \ No newline at end of file