[arch-commits] Commit in libwnck3/repos (4 files)
Jan Steffens
heftig at archlinux.org
Fri Feb 10 14:43:04 UTC 2017
Date: Friday, February 10, 2017 @ 14:43:03
Author: heftig
Revision: 288547
archrelease: copy trunk to extra-i686, extra-x86_64
Added:
libwnck3/repos/extra-i686/PKGBUILD
(from rev 288546, libwnck3/trunk/PKGBUILD)
libwnck3/repos/extra-x86_64/PKGBUILD
(from rev 288546, libwnck3/trunk/PKGBUILD)
Deleted:
libwnck3/repos/extra-i686/PKGBUILD
libwnck3/repos/extra-x86_64/PKGBUILD
-----------------------+
/PKGBUILD | 94 ++++++++++++++++++++++++++++++++++++++++++++++++
extra-i686/PKGBUILD | 32 ----------------
extra-x86_64/PKGBUILD | 32 ----------------
3 files changed, 94 insertions(+), 64 deletions(-)
Deleted: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD 2017-02-10 14:41:08 UTC (rev 288546)
+++ extra-i686/PKGBUILD 2017-02-10 14:43:03 UTC (rev 288547)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru <ibiru at archlinux.org>
-
-pkgname=libwnck3
-_pkgbasename=libwnck
-pkgver=3.20.1
-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)
-source=(https://download.gnome.org/sources/libwnck/${pkgver%.*}/libwnck-$pkgver.tar.xz)
-sha256sums=('1cb03716bc477058dfdf3ebfa4f534de3b13b1aa067fcd064d0b7813291cba72')
-
-build() {
- 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 libwnck-$pkgver
- make DESTDIR="$pkgdir" install
-}
Copied: libwnck3/repos/extra-i686/PKGBUILD (from rev 288546, libwnck3/trunk/PKGBUILD)
===================================================================
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2017-02-10 14:43:03 UTC (rev 288547)
@@ -0,0 +1,47 @@
+# $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
+}
Deleted: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD 2017-02-10 14:41:08 UTC (rev 288546)
+++ extra-x86_64/PKGBUILD 2017-02-10 14:43:03 UTC (rev 288547)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru <ibiru at archlinux.org>
-
-pkgname=libwnck3
-_pkgbasename=libwnck
-pkgver=3.20.1
-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)
-source=(https://download.gnome.org/sources/libwnck/${pkgver%.*}/libwnck-$pkgver.tar.xz)
-sha256sums=('1cb03716bc477058dfdf3ebfa4f534de3b13b1aa067fcd064d0b7813291cba72')
-
-build() {
- 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 libwnck-$pkgver
- make DESTDIR="$pkgdir" install
-}
Copied: libwnck3/repos/extra-x86_64/PKGBUILD (from rev 288546, libwnck3/trunk/PKGBUILD)
===================================================================
--- extra-x86_64/PKGBUILD (rev 0)
+++ extra-x86_64/PKGBUILD 2017-02-10 14:43:03 UTC (rev 288547)
@@ -0,0 +1,47 @@
+# $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
+}
More information about the arch-commits
mailing list