[arch-commits] Commit in faba-icon-theme/repos (community-any community-any/PKGBUILD)

Alad Wenter alad at archlinux.org
Sun Jan 6 21:02:49 UTC 2019


    Date: Sunday, January 6, 2019 @ 21:02:45
  Author: alad
Revision: 420757

archrelease: copy trunk to community-any

Added:
  faba-icon-theme/repos/community-any/
  faba-icon-theme/repos/community-any/PKGBUILD
    (from rev 420756, faba-icon-theme/trunk/PKGBUILD)

----------+
 PKGBUILD |   23 +++++++++++++++++++++++
 1 file changed, 23 insertions(+)

Copied: faba-icon-theme/repos/community-any/PKGBUILD (from rev 420756, faba-icon-theme/trunk/PKGBUILD)
===================================================================
--- community-any/PKGBUILD	                        (rev 0)
+++ community-any/PKGBUILD	2019-01-06 21:02:45 UTC (rev 420757)
@@ -0,0 +1,23 @@
+# Maintainer: Alad Wenter <alad at archlinux.org>
+# Contributor: xduugu <xduugu at gmx.com>
+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')
+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
+}



More information about the arch-commits mailing list