[arch-commits] Commit in libdazzle/trunk (PKGBUILD)

Jan Steffens heftig at archlinux.org
Tue Oct 3 23:37:44 UTC 2017


    Date: Tuesday, October 3, 2017 @ 23:37:43
  Author: heftig
Revision: 306672

3.26.1-1

Modified:
  libdazzle/trunk/PKGBUILD	(contents, properties)

----------+
 PKGBUILD |   18 +++++++++---------
 1 file changed, 9 insertions(+), 9 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-10-03 23:36:16 UTC (rev 306671)
+++ PKGBUILD	2017-10-03 23:37:43 UTC (rev 306672)
@@ -1,17 +1,17 @@
-# $Id: $
+# $Id$
 # Maintainer: Jan de Groot <jgc at archlinux.org>
 
 pkgname=libdazzle
-pkgver=3.26.0
+pkgver=3.26.1
 pkgrel=1
-pkgdesc="Feature-filled library for GTK+ and GObject"
-arch=('i686' 'x86_64')
-license=('LGPL')
+pkgdesc="A library to delight your users with fancy features"
+url="https://git.gnome.org/browse/libdazzle"
+arch=(i686 x86_64)
+license=(LGPL)
 depends=(gtk3)
-makedepends=('git' 'meson' 'vala' 'gobject-introspection' 'gtk-doc')
-_commit=c772276812a7be5d8b4fb262a3ee2569601d1c7a  # tags/3.26.0^0
+makedepends=(git meson vala gobject-introspection gtk-doc)
+_commit=05543e750afbfa1d84ec06135c18fd687dd78f0e  # tags/3.26.1^0
 source=("git+https://git.gnome.org/browse/libdazzle#commit=$_commit")
-url="https://www.gnome.org/"
 sha256sums=('SKIP')
 
 pkgver() {
@@ -26,7 +26,7 @@
 
 build() {
   cd build
-  meson setup --prefix=/usr --buildtype=release -Denable_gtk_doc=true ../$pkgname
+  arch-meson ../$pkgname -Denable_gtk_doc=true
   ninja
 }
 


Property changes on: libdazzle/trunk/PKGBUILD
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property



More information about the arch-commits mailing list