From 6f6fcb72f8e50c417fc62ca6293ac5a9829eaf19 Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Sun, 10 Jun 2018 23:33:09 +0200 Subject: Add simple-icon-theme MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- simple-icon-theme/PKGBUILD | 22 ++++++++++++++++++++++ simple-icon-theme/upload | 1 + 2 files changed, 23 insertions(+) create mode 100644 simple-icon-theme/PKGBUILD create mode 120000 simple-icon-theme/upload (limited to 'simple-icon-theme') 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 -- cgit v1.2.3-70-g09d2