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

Jan Steffens heftig at archlinux.org
Tue Jun 21 18:22:52 UTC 2016


    Date: Tuesday, June 21, 2016 @ 18:22:52
  Author: heftig
Revision: 270426

3.20.0-1

Modified:
  libwnck3/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-06-21 15:39:36 UTC (rev 270425)
+++ PKGBUILD	2016-06-21 18:22:52 UTC (rev 270426)
@@ -3,25 +3,30 @@
 
 pkgname=libwnck3
 _pkgbasename=libwnck
-pkgver=3.14.1
+pkgver=3.20.0
 pkgrel=1
-pkgdesc="Window Navigator Construction Kit (GTK+3)"
-arch=('i686' 'x86_64')
-license=('LGPL')
-depends=('gtk3' 'startup-notification' 'libxres')
-makedepends=('intltool' 'gobject-introspection' 'python2')
-url="http://www.gnome.org/"
-source=(https://download.gnome.org/sources/$_pkgbasename/${pkgver%.*}/$_pkgbasename-$pkgver.tar.xz)
-sha256sums=('bb643c9c423c8aa79c59973ce27ce91d3b180d1e9907902278fb79391f52befa')
+pkgdesc="Library to manage X windows and workspaces (via pagers, tasklists, etc.)"
+url="https://git.gnome.org/browse/libwnck"
+arch=(i686 x86_64)
+license=(LGPL)
+depends=(gtk3 startup-notification libxres)
+makedepends=(intltool gobject-introspection python2 gtk-doc)
+source=(https://download.gnome.org/sources/libwnck/${pkgver%.*}/libwnck-$pkgver.tar.xz)
+sha256sums=('0b2f3ffbbacc6b7baeeace4799011d4c0c938cc24187a20c1a9b32b607ea56d2')
 
 build() {
-    cd "$_pkgbasename-$pkgver"
-    ./configure --prefix=/usr --sysconfdir=/etc \
-        --localstatedir=/var --disable-static
+    cd libwnck-$pkgver
+    ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+      --disable-static --enable-gtk-doc
     make
 }
 
+check() {
+    cd libwnck-$pkgver
+    make -k check
+}
+
 package() {
-    cd "$_pkgbasename-$pkgver"
+    cd libwnck-$pkgver
     make DESTDIR="$pkgdir" install
 }



More information about the arch-commits mailing list