[arch-commits] Commit in libwnck3/repos (4 files)

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


    Date: Thursday, June 29, 2017 @ 09:37:08
  Author: heftig
Revision: 299393

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  libwnck3/repos/extra-i686/PKGBUILD
    (from rev 299392, libwnck3/trunk/PKGBUILD)
  libwnck3/repos/extra-x86_64/PKGBUILD
    (from rev 299392, libwnck3/trunk/PKGBUILD)
Deleted:
  libwnck3/repos/extra-i686/PKGBUILD
  libwnck3/repos/extra-x86_64/PKGBUILD

-----------------------+
 /PKGBUILD             |   92 ++++++++++++++++++++++++++++++++++++++++++++++++
 extra-i686/PKGBUILD   |   47 ------------------------
 extra-x86_64/PKGBUILD |   47 ------------------------
 3 files changed, 92 insertions(+), 94 deletions(-)

Deleted: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD	2017-06-29 09:36:43 UTC (rev 299392)
+++ extra-i686/PKGBUILD	2017-06-29 09:37:08 UTC (rev 299393)
@@ -1,47 +0,0 @@
-# $Id$
-# Contributor: Ionut Biru <ibiru at archlinux.org>
-
-pkgname=libwnck3
-pkgver=3.20.1
-pkgrel=2
-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 gnome-common git)
-_commit=590b11f147fd31ef8e63187559e92358c8b28fc6  # tags/3.20.1^0
-source=("git+https://git.gnome.org/browse/libwnck#commit=$_commit")
-sha256sums=('SKIP')
-
-pkgver() {
-  cd libwnck
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  cd libwnck
-
-  # d-feet crash on Wayland
-  git cherry-pick -n 40856004e394305c880124f3d3b5f08fc1e9a16d
-  git cherry-pick -n c4cc2eb15f9da7a02ff584d5f517239b53a2c985
-
-  NOCONFIGURE=1 ./autogen.sh
-}
-
-build() {
-    cd libwnck
-    ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
-      --disable-static --enable-gtk-doc
-    make
-}
-
-check() {
-    cd libwnck
-    make -k check
-}
-
-package() {
-    cd libwnck
-    make DESTDIR="$pkgdir" install
-}

Copied: libwnck3/repos/extra-i686/PKGBUILD (from rev 299392, libwnck3/trunk/PKGBUILD)
===================================================================
--- extra-i686/PKGBUILD	                        (rev 0)
+++ extra-i686/PKGBUILD	2017-06-29 09:37:08 UTC (rev 299393)
@@ -0,0 +1,46 @@
+# $Id$
+# Contributor: Ionut Biru <ibiru at archlinux.org>
+
+pkgname=libwnck3
+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)
+license=(LGPL)
+depends=(gtk3 startup-notification libxres)
+makedepends=(intltool gobject-introspection python2 gtk-doc gnome-common git)
+_commit=fa64357d81ca92b6e4300ffb0879c169d2d271e2  # tags/3.24.0^0
+source=("git+https://git.gnome.org/browse/libwnck#commit=$_commit")
+sha256sums=('SKIP')
+
+pkgver() {
+  cd libwnck
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd libwnck
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+    cd libwnck
+    ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+      --disable-static --enable-gtk-doc --enable-compile-warnings
+
+  # https://bugzilla.gnome.org/show_bug.cgi?id=655517
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
+    make
+}
+
+check() {
+    cd libwnck
+    make -k check
+}
+
+package() {
+    cd libwnck
+    make DESTDIR="$pkgdir" install
+}

Deleted: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD	2017-06-29 09:36:43 UTC (rev 299392)
+++ extra-x86_64/PKGBUILD	2017-06-29 09:37:08 UTC (rev 299393)
@@ -1,47 +0,0 @@
-# $Id$
-# Contributor: Ionut Biru <ibiru at archlinux.org>
-
-pkgname=libwnck3
-pkgver=3.20.1
-pkgrel=2
-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 gnome-common git)
-_commit=590b11f147fd31ef8e63187559e92358c8b28fc6  # tags/3.20.1^0
-source=("git+https://git.gnome.org/browse/libwnck#commit=$_commit")
-sha256sums=('SKIP')
-
-pkgver() {
-  cd libwnck
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  cd libwnck
-
-  # d-feet crash on Wayland
-  git cherry-pick -n 40856004e394305c880124f3d3b5f08fc1e9a16d
-  git cherry-pick -n c4cc2eb15f9da7a02ff584d5f517239b53a2c985
-
-  NOCONFIGURE=1 ./autogen.sh
-}
-
-build() {
-    cd libwnck
-    ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
-      --disable-static --enable-gtk-doc
-    make
-}
-
-check() {
-    cd libwnck
-    make -k check
-}
-
-package() {
-    cd libwnck
-    make DESTDIR="$pkgdir" install
-}

Copied: libwnck3/repos/extra-x86_64/PKGBUILD (from rev 299392, libwnck3/trunk/PKGBUILD)
===================================================================
--- extra-x86_64/PKGBUILD	                        (rev 0)
+++ extra-x86_64/PKGBUILD	2017-06-29 09:37:08 UTC (rev 299393)
@@ -0,0 +1,46 @@
+# $Id$
+# Contributor: Ionut Biru <ibiru at archlinux.org>
+
+pkgname=libwnck3
+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)
+license=(LGPL)
+depends=(gtk3 startup-notification libxres)
+makedepends=(intltool gobject-introspection python2 gtk-doc gnome-common git)
+_commit=fa64357d81ca92b6e4300ffb0879c169d2d271e2  # tags/3.24.0^0
+source=("git+https://git.gnome.org/browse/libwnck#commit=$_commit")
+sha256sums=('SKIP')
+
+pkgver() {
+  cd libwnck
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd libwnck
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+    cd libwnck
+    ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+      --disable-static --enable-gtk-doc --enable-compile-warnings
+
+  # https://bugzilla.gnome.org/show_bug.cgi?id=655517
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
+    make
+}
+
+check() {
+    cd libwnck
+    make -k check
+}
+
+package() {
+    cd libwnck
+    make DESTDIR="$pkgdir" install
+}



More information about the arch-commits mailing list