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

Johannes Löthberg demize at archlinux.org
Sat Oct 20 12:09:15 UTC 2018


    Date: Saturday, October 20, 2018 @ 12:09:15
  Author: demize
Revision: 398054

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-10-20 12:09:08 UTC (rev 398053)
+++ PKGBUILD	2018-10-20 12:09:15 UTC (rev 398054)
@@ -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.3.0
-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)
-
-sha512sums=('3994cd2707d549f9dd5f05f8e5f6e713b517c84fb40b6333d170bafdc9c9807dc5ef80913f557f549bd08a8679a8e0ad6243872a3231c5164d6b30a7441d94c2')
-
-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 398053, girara/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-10-20 12:09:15 UTC (rev 398054)
@@ -0,0 +1,39 @@
+# 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.1
+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' 'glib2' 'json-c' 'pango')
+makedepends=('meson' 'ninja')
+
+source=(https://pwmt.org/projects/girara/download/girara-$pkgver.tar.xz)
+
+sha512sums=('5c4b2972bfb0296cd1b984c9426b67b50e29e2928fb0e9a3aa3f9bc21aebc28dcc93570e888060e0bb02561022b379cdfcfa3317b52e78cac04e7fc1ba476107')
+
+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