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

Jan Steffens heftig at archlinux.org
Tue Sep 11 13:53:56 UTC 2018


    Date: Tuesday, September 11, 2018 @ 13:53:56
  Author: heftig
Revision: 334379

3.30.0-1

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

----------+
 PKGBUILD |   28 +++++++++++++++-------------
 1 file changed, 15 insertions(+), 13 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-09-11 12:59:21 UTC (rev 334378)
+++ PKGBUILD	2018-09-11 13:53:56 UTC (rev 334379)
@@ -1,36 +1,36 @@
-# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
 # Contributor: Ionut Biru <ibiru at archlinux.org>
 
 pkgname=libwnck3
-pkgver=3.24.1
+pkgver=3.30.0
 pkgrel=1
 pkgdesc="Library to manage X windows and workspaces (via pagers, tasklists, etc.)"
-url="https://git.gnome.org/browse/libwnck"
+url="https://gitlab.gnome.org/GNOME/libwnck"
 arch=(x86_64)
 license=(LGPL)
 depends=(gtk3 startup-notification libxres)
-makedepends=(intltool gobject-introspection python2 gtk-doc gnome-common git)
-_commit=eb80bc83a9e4094aa46aae4adf4d055c0854709b  # tags/3.24.1^0
-source=("git+https://git.gnome.org/browse/libwnck#commit=$_commit")
+makedepends=(gobject-introspection gtk-doc autoconf-archive git)
+_commit=83548dda1c15789ad50eb1823731c17864cbb951  # tags/3.30.0^0
+source=("git+https://gitlab.gnome.org/GNOME/libwnck.git#commit=$_commit")
 sha256sums=('SKIP')
 
 pkgver() {
-  cd libwnck
-  git describe --tags | sed 's/-/+/g'
+    cd libwnck
+    git describe --tags | sed 's/-/+/g'
 }
 
 prepare() {
-  cd libwnck
-  NOCONFIGURE=1 ./autogen.sh
+    cd libwnck
+    NOCONFIGURE=1 ./autogen.sh
 }
 
 build() {
     cd libwnck
     ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
-      --disable-static --enable-gtk-doc --enable-compile-warnings
+        --disable-static --enable-gtk-doc --enable-compile-warnings=minimum
 
-  # https://bugzilla.gnome.org/show_bug.cgi?id=655517
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+    # https://bugzilla.gnome.org/show_bug.cgi?id=655517
+    sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
 
     make
 }
@@ -44,3 +44,5 @@
     cd libwnck
     make DESTDIR="$pkgdir" install
 }
+
+# vim:set sw=4 et:


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



More information about the arch-commits mailing list