[arch-commits] Commit in girara/repos/community-x86_64 (PKGBUILD PKGBUILD)

Johannes Löthberg demize at archlinux.org
Tue Mar 27 17:02:22 UTC 2018


    Date: Tuesday, March 27, 2018 @ 17:02:21
  Author: demize
Revision: 312895

archrelease: copy trunk to community-x86_64

Added:
  girara/repos/community-x86_64/PKGBUILD
    (from rev 312894, girara/trunk/PKGBUILD)
Deleted:
  girara/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   80 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 40 insertions(+), 40 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-03-27 17:02:09 UTC (rev 312894)
+++ PKGBUILD	2018-03-27 17:02:21 UTC (rev 312895)
@@ -1,40 +0,0 @@
-# $Id$
-# 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.2.9
-pkgrel=1
-
-pkgdesc="User interface library focused on simplicity and minimalism"
-url="http://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')
-makedepends=('meson' 'ninja')
-
-source=(https://pwmt.org/projects/girara/download/girara-$pkgver.tar.xz)
-
-sha1sums=('69d20c2f06c47ef51feb34148ef8c4985b9e8a77')
-
-build() {
-  cd girara-$pkgver
-  arch-meson build
-
-  cd build
-  ninja
-}
-
-package() {
-  cd girara-$pkgver/build
-  DESTDIR="$pkgdir/" ninja install
-
-  install -D -m664 ../LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: girara/repos/community-x86_64/PKGBUILD (from rev 312894, girara/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-03-27 17:02:21 UTC (rev 312895)
@@ -0,0 +1,40 @@
+# $Id$
+# 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.2.9
+pkgrel=2
+
+pkgdesc="User interface library focused on simplicity and minimalism"
+url="http://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')
+
+source=(https://pwmt.org/projects/girara/download/girara-$pkgver.tar.xz)
+
+sha1sums=('69d20c2f06c47ef51feb34148ef8c4985b9e8a77')
+
+build() {
+  cd girara-$pkgver
+  arch-meson build
+
+  cd build
+  ninja
+}
+
+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