[arch-commits] Commit in girara/repos (3 files)

Johannes Löthberg demize at archlinux.org
Sat Feb 1 15:10:47 UTC 2020


    Date: Saturday, February 1, 2020 @ 15:10:47
  Author: demize
Revision: 561034

db-move: moved girara from [community-staging] to [community-testing] (x86_64)

Added:
  girara/repos/community-testing-x86_64/
  girara/repos/community-testing-x86_64/PKGBUILD
    (from rev 561033, girara/repos/community-staging-x86_64/PKGBUILD)
Deleted:
  girara/repos/community-staging-x86_64/

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

Copied: girara/repos/community-testing-x86_64/PKGBUILD (from rev 561033, girara/repos/community-staging-x86_64/PKGBUILD)
===================================================================
--- community-testing-x86_64/PKGBUILD	                        (rev 0)
+++ community-testing-x86_64/PKGBUILD	2020-02-01 15:10:47 UTC (rev 561034)
@@ -0,0 +1,46 @@
+# Maintainer: Johannes Löthberg <johannes at kyriasis.com>
+# Contributor: Daniel Wallace <danielwallace at gtmanfred dot com>
+# Contributor: Sergej Pupykin <pupykin.s+arch at gmail.com>
+# Contributor: mlq <mlq at pwmt.org>
+
+pkgname=girara
+pkgver=0.3.4
+pkgrel=1
+
+pkgdesc="User interface library focused on simplicity and minimalism"
+url="https://pwmt.org/projects/girara"
+arch=('x86_64')
+license=('custom')
+
+provides=('girara-gtk3' 'girara-common')
+replaces=('girara-gtk3' 'girara-common')
+conflicts=('girara-gtk3' 'girara-common')
+
+depends=('gtk3' 'glib2' 'json-c' 'pango')
+makedepends=('meson' 'ninja' 'doxygen' 'check')
+
+source=(https://pwmt.org/projects/girara/download/girara-$pkgver.tar.xz)
+source=(girara-$pkgver.tar.gz::https://github.com/pwmt/girara/archive/$pkgver.tar.gz)
+
+sha512sums=('1eca68f4f28505d897c2f7cfb8804e67591e8327feb347c66da216d8f764cb0c88028d1c4c162579a882df7db1883b834c97d8488296ea5c0a8f709dfcea1f1a')
+
+build() {
+  cd girara-$pkgver
+  arch-meson build
+
+  cd build
+  ninja
+}
+
+check() {
+  cd girara-$pkgver/build
+
+  ninja test
+}
+
+package() {
+  cd girara-$pkgver/build
+  DESTDIR="$pkgdir/" ninja install
+
+  install -D -m664 ../LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}



More information about the arch-commits mailing list