[arch-commits] Commit in moka-icon-theme/repos (2 files)

Felix Yan felixonmars at archlinux.org
Tue Jul 7 16:19:32 UTC 2020


    Date: Tuesday, July 7, 2020 @ 16:19:31
  Author: felixonmars
Revision: 659216

archrelease: copy trunk to community-staging-any

Added:
  moka-icon-theme/repos/community-staging-any/
  moka-icon-theme/repos/community-staging-any/PKGBUILD
    (from rev 659215, moka-icon-theme/trunk/PKGBUILD)

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

Copied: moka-icon-theme/repos/community-staging-any/PKGBUILD (from rev 659215, moka-icon-theme/trunk/PKGBUILD)
===================================================================
--- community-staging-any/PKGBUILD	                        (rev 0)
+++ community-staging-any/PKGBUILD	2020-07-07 16:19:31 UTC (rev 659216)
@@ -0,0 +1,23 @@
+# Maintainer: Alad Wenter <alad at archlinux.org>
+# Contributor: xduugu <xduugu at gmx.com>
+pkgname=moka-icon-theme
+pkgver=5.4.0
+pkgrel=2
+pkgdesc="An open source FreeDesktop icon project by Sam Hewitt"
+arch=('any')
+url='https://snwh.org/moka'
+license=('GPL3' 'CCPL')
+depends=('gtk-update-icon-cache' 'faba-icon-theme')
+makedepends=('meson')
+options=('!strip')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/snwh/$pkgname/archive/v$pkgver.tar.gz")
+md5sums=('27d2e54bf33bcb428ece6ff2a97e2b67')
+
+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