Date: Sunday, January 6, 2019 @ 20:57:01 Author: alad Revision: 420755
import Added: faba-icon-theme/ faba-icon-theme/repos/ faba-icon-theme/trunk/ faba-icon-theme/trunk/PKGBUILD ----------+ PKGBUILD | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) Added: faba-icon-theme/trunk/PKGBUILD =================================================================== --- faba-icon-theme/trunk/PKGBUILD (rev 0) +++ faba-icon-theme/trunk/PKGBUILD 2019-01-06 20:57:01 UTC (rev 420755) @@ -0,0 +1,23 @@ +# Maintainer: Alad Wenter <[email protected]> +# Contributor: xduugu <[email protected]> +pkgname=faba-icon-theme +pkgver=4.3 +pkgrel=1 +pkgdesc="A set of icons to serve as base for other themes" +arch=('any') +url='https://snwh.org/moka' +license=('LGPL3' 'CCPL-4.0:by-sa') +depends=('gtk-update-icon-cache') +makedepends=('meson') +options=('!strip') +source=("$pkgname-$pkgver.tar.gz::https://github.com/moka-project/$pkgname/archive/v$pkgver.tar.gz") +md5sums=('34633c7d146b93abebc96d3dddd52053') + +build() { + meson --prefix /usr --buildtype plain "$pkgname-$pkgver" build + ninja -C build +} + +package() { + DESTDIR="$pkgdir" ninja -C build install +}
