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

Jan Steffens heftig at archlinux.org
Thu Jul 27 13:17:44 UTC 2017


    Date: Thursday, July 27, 2017 @ 13:17:44
  Author: heftig
Revision: 301301

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

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

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

Deleted: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD	2017-07-27 13:16:53 UTC (rev 301300)
+++ extra-i686/PKGBUILD	2017-07-27 13:17:44 UTC (rev 301301)
@@ -1,46 +0,0 @@
-# $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
-}

Copied: libwnck3/repos/extra-i686/PKGBUILD (from rev 301300, libwnck3/trunk/PKGBUILD)
===================================================================
--- extra-i686/PKGBUILD	                        (rev 0)
+++ extra-i686/PKGBUILD	2017-07-27 13:17:44 UTC (rev 301301)
@@ -0,0 +1,46 @@
+# $Id$
+# Contributor: Ionut Biru <ibiru at archlinux.org>
+
+pkgname=libwnck3
+pkgver=3.24.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 gnome-common git)
+_commit=eb80bc83a9e4094aa46aae4adf4d055c0854709b  # tags/3.24.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
+  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-07-27 13:16:53 UTC (rev 301300)
+++ extra-x86_64/PKGBUILD	2017-07-27 13:17:44 UTC (rev 301301)
@@ -1,46 +0,0 @@
-# $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
-}

Copied: libwnck3/repos/extra-x86_64/PKGBUILD (from rev 301300, libwnck3/trunk/PKGBUILD)
===================================================================
--- extra-x86_64/PKGBUILD	                        (rev 0)
+++ extra-x86_64/PKGBUILD	2017-07-27 13:17:44 UTC (rev 301301)
@@ -0,0 +1,46 @@
+# $Id$
+# Contributor: Ionut Biru <ibiru at archlinux.org>
+
+pkgname=libwnck3
+pkgver=3.24.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 gnome-common git)
+_commit=eb80bc83a9e4094aa46aae4adf4d055c0854709b  # tags/3.24.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
+  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