[arch-commits] Commit in girara/repos/community-x86_64 (PKGBUILD PKGBUILD)
Johannes Löthberg
demize at archlinux.org
Sat May 26 21:19:04 UTC 2018
Date: Saturday, May 26, 2018 @ 21:19:03
Author: demize
Revision: 331216
archrelease: copy trunk to community-x86_64
Added:
girara/repos/community-x86_64/PKGBUILD
(from rev 331215, girara/trunk/PKGBUILD)
Deleted:
girara/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 80 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 40 insertions(+), 40 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2018-05-26 21:18:58 UTC (rev 331215)
+++ PKGBUILD 2018-05-26 21:19:03 UTC (rev 331216)
@@ -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=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
-}
Copied: girara/repos/community-x86_64/PKGBUILD (from rev 331215, girara/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2018-05-26 21:19:03 UTC (rev 331216)
@@ -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.3.0
+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)
+
+sha1sums=('9b0f00b8519f884381f7ab230f1ca72edabe465e')
+
+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