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

Jan Steffens heftig at archlinux.org
Thu Jun 29 09:27:45 UTC 2017


    Date: Thursday, June 29, 2017 @ 09:27:45
  Author: heftig
Revision: 299389

3.24.0-1

Modified:
  libwnck3/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-06-28 22:54:23 UTC (rev 299388)
+++ PKGBUILD	2017-06-29 09:27:45 UTC (rev 299389)
@@ -2,8 +2,8 @@
 # Contributor: Ionut Biru <ibiru at archlinux.org>
 
 pkgname=libwnck3
-pkgver=3.20.1
-pkgrel=2
+pkgver=3.24.0
+pkgrel=1
 pkgdesc="Library to manage X windows and workspaces (via pagers, tasklists, etc.)"
 url="https://git.gnome.org/browse/libwnck"
 arch=(i686 x86_64)
@@ -10,7 +10,7 @@
 license=(LGPL)
 depends=(gtk3 startup-notification libxres)
 makedepends=(intltool gobject-introspection python2 gtk-doc gnome-common git)
-_commit=590b11f147fd31ef8e63187559e92358c8b28fc6  # tags/3.20.1^0
+_commit=fa64357d81ca92b6e4300ffb0879c169d2d271e2  # tags/3.24.0^0
 source=("git+https://git.gnome.org/browse/libwnck#commit=$_commit")
 sha256sums=('SKIP')
 
@@ -21,11 +21,6 @@
 
 prepare() {
   cd libwnck
-
-  # d-feet crash on Wayland
-  git cherry-pick -n 40856004e394305c880124f3d3b5f08fc1e9a16d
-  git cherry-pick -n c4cc2eb15f9da7a02ff584d5f517239b53a2c985
-
   NOCONFIGURE=1 ./autogen.sh
 }
 
@@ -32,7 +27,7 @@
 build() {
     cd libwnck
     ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
-      --disable-static --enable-gtk-doc
+      --disable-static --enable-gtk-doc --enable-compile-warnings
     make
 }
 



More information about the arch-commits mailing list