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

2017-07-27 Thread Jan Steffens
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 
-
-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 
+
+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 
-
-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 @@
+

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

2017-06-29 Thread Jan Steffens
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 
-
-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 
+
+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 
-
-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 (re

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

2017-02-10 Thread Jan Steffens
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 
-
-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 
+
+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 
-
-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 
+
+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/b

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

2016-06-28 Thread Jan Steffens
Date: Tuesday, June 28, 2016 @ 11:17:10
  Author: heftig
Revision: 270764

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-06-28 11:16:35 UTC (rev 270763)
+++ extra-i686/PKGBUILD 2016-06-28 11:17:10 UTC (rev 270764)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru 
-
-pkgname=libwnck3
-_pkgbasename=libwnck
-pkgver=3.20.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)
-source=(https://download.gnome.org/sources/libwnck/${pkgver%.*}/libwnck-$pkgver.tar.xz)
-sha256sums=('0b2f3ffbbacc6b7baeeace4799011d4c0c938cc24187a20c1a9b32b607ea56d2')
-
-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 270763, 
libwnck3/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-06-28 11:17:10 UTC (rev 270764)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Ionut Biru 
+
+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
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2016-06-28 11:16:35 UTC (rev 270763)
+++ extra-x86_64/PKGBUILD   2016-06-28 11:17:10 UTC (rev 270764)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru 
-
-pkgname=libwnck3
-_pkgbasename=libwnck
-pkgver=3.20.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)
-source=(https://download.gnome.org/sources/libwnck/${pkgver%.*}/libwnck-$pkgver.tar.xz)
-sha256sums=('0b2f3ffbbacc6b7baeeace4799011d4c0c938cc24187a20c1a9b32b607ea56d2')
-
-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 270763, 
libwnck3/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2016-06-28 11:17:10 UTC (rev 270764)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Ionut Biru 
+
+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
+}
+
+ch

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

2016-06-21 Thread Jan Steffens
Date: Tuesday, June 21, 2016 @ 18:23:42
  Author: heftig
Revision: 270428

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

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

---+
 /PKGBUILD |   64 
 extra-i686/PKGBUILD   |   27 
 extra-x86_64/PKGBUILD |   27 
 3 files changed, 64 insertions(+), 54 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-06-21 18:22:57 UTC (rev 270427)
+++ extra-i686/PKGBUILD 2016-06-21 18:23:42 UTC (rev 270428)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru 
-
-pkgname=libwnck3
-_pkgbasename=libwnck
-pkgver=3.14.1
-pkgrel=1
-pkgdesc="Window Navigator Construction Kit (GTK+3)"
-arch=('i686' 'x86_64')
-license=('LGPL')
-depends=('gtk3' 'startup-notification' 'libxres')
-makedepends=('intltool' 'gobject-introspection' 'python2')
-url="http://www.gnome.org/";
-source=(https://download.gnome.org/sources/$_pkgbasename/${pkgver%.*}/$_pkgbasename-$pkgver.tar.xz)
-sha256sums=('bb643c9c423c8aa79c59973ce27ce91d3b180d1e9907902278fb79391f52befa')
-
-build() {
-cd "$_pkgbasename-$pkgver"
-./configure --prefix=/usr --sysconfdir=/etc \
---localstatedir=/var --disable-static
-make
-}
-
-package() {
-cd "$_pkgbasename-$pkgver"
-make DESTDIR="$pkgdir" install
-}

Copied: libwnck3/repos/extra-i686/PKGBUILD (from rev 270427, 
libwnck3/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-06-21 18:23:42 UTC (rev 270428)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Ionut Biru 
+
+pkgname=libwnck3
+_pkgbasename=libwnck
+pkgver=3.20.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)
+source=(https://download.gnome.org/sources/libwnck/${pkgver%.*}/libwnck-$pkgver.tar.xz)
+sha256sums=('0b2f3ffbbacc6b7baeeace4799011d4c0c938cc24187a20c1a9b32b607ea56d2')
+
+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
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2016-06-21 18:22:57 UTC (rev 270427)
+++ extra-x86_64/PKGBUILD   2016-06-21 18:23:42 UTC (rev 270428)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru 
-
-pkgname=libwnck3
-_pkgbasename=libwnck
-pkgver=3.14.1
-pkgrel=1
-pkgdesc="Window Navigator Construction Kit (GTK+3)"
-arch=('i686' 'x86_64')
-license=('LGPL')
-depends=('gtk3' 'startup-notification' 'libxres')
-makedepends=('intltool' 'gobject-introspection' 'python2')
-url="http://www.gnome.org/";
-source=(https://download.gnome.org/sources/$_pkgbasename/${pkgver%.*}/$_pkgbasename-$pkgver.tar.xz)
-sha256sums=('bb643c9c423c8aa79c59973ce27ce91d3b180d1e9907902278fb79391f52befa')
-
-build() {
-cd "$_pkgbasename-$pkgver"
-./configure --prefix=/usr --sysconfdir=/etc \
---localstatedir=/var --disable-static
-make
-}
-
-package() {
-cd "$_pkgbasename-$pkgver"
-make DESTDIR="$pkgdir" install
-}

Copied: libwnck3/repos/extra-x86_64/PKGBUILD (from rev 270427, 
libwnck3/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2016-06-21 18:23:42 UTC (rev 270428)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Ionut Biru 
+
+pkgname=libwnck3
+_pkgbasename=libwnck
+pkgver=3.20.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)
+source=(https://download.gnome.org/sources/libwnck/${pkgver%.*}/libwnck-$pkgver.tar.xz)
+sha256sums=('0b2f3ffbbacc6b7baeeace4799011d4c0c938cc24187a20c1a9b32b607ea56d2')
+
+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
+}


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

2016-02-05 Thread Jan Steffens
Date: Friday, February 5, 2016 @ 20:10:25
  Author: heftig
Revision: 258914

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-02-05 19:07:40 UTC (rev 258913)
+++ extra-i686/PKGBUILD 2016-02-05 19:10:25 UTC (rev 258914)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru 
-
-pkgname=libwnck3
-_pkgbasename=libwnck
-pkgver=3.14.0
-pkgrel=1
-pkgdesc="Window Navigator Construction Kit (GTK+3)"
-arch=('i686' 'x86_64')
-license=('LGPL')
-depends=('gtk3' 'startup-notification' 'libxres')
-makedepends=('intltool' 'gobject-introspection' 'python2')
-url="http://www.gnome.org/";
-source=(http://ftp.gnome.org/pub/gnome/sources/$_pkgbasename/${pkgver%.*}/$_pkgbasename-$pkgver.tar.xz)
-sha256sums=('f5080076346609b4c36394b879f3a86b92ced3b90a37cb54c8e9a14f00e7921c')
-
-build() {
-cd "$_pkgbasename-$pkgver"
-./configure --prefix=/usr --sysconfdir=/etc \
---localstatedir=/var --disable-static
-make
-}
-
-package() {
-cd "$_pkgbasename-$pkgver"
-make DESTDIR="$pkgdir" install
-}

Copied: libwnck3/repos/extra-i686/PKGBUILD (from rev 258913, 
libwnck3/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-02-05 19:10:25 UTC (rev 258914)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Ionut Biru 
+
+pkgname=libwnck3
+_pkgbasename=libwnck
+pkgver=3.14.1
+pkgrel=1
+pkgdesc="Window Navigator Construction Kit (GTK+3)"
+arch=('i686' 'x86_64')
+license=('LGPL')
+depends=('gtk3' 'startup-notification' 'libxres')
+makedepends=('intltool' 'gobject-introspection' 'python2')
+url="http://www.gnome.org/";
+source=(https://download.gnome.org/sources/$_pkgbasename/${pkgver%.*}/$_pkgbasename-$pkgver.tar.xz)
+sha256sums=('bb643c9c423c8aa79c59973ce27ce91d3b180d1e9907902278fb79391f52befa')
+
+build() {
+cd "$_pkgbasename-$pkgver"
+./configure --prefix=/usr --sysconfdir=/etc \
+--localstatedir=/var --disable-static
+make
+}
+
+package() {
+cd "$_pkgbasename-$pkgver"
+make DESTDIR="$pkgdir" install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2016-02-05 19:07:40 UTC (rev 258913)
+++ extra-x86_64/PKGBUILD   2016-02-05 19:10:25 UTC (rev 258914)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru 
-
-pkgname=libwnck3
-_pkgbasename=libwnck
-pkgver=3.14.0
-pkgrel=1
-pkgdesc="Window Navigator Construction Kit (GTK+3)"
-arch=('i686' 'x86_64')
-license=('LGPL')
-depends=('gtk3' 'startup-notification' 'libxres')
-makedepends=('intltool' 'gobject-introspection' 'python2')
-url="http://www.gnome.org/";
-source=(http://ftp.gnome.org/pub/gnome/sources/$_pkgbasename/${pkgver%.*}/$_pkgbasename-$pkgver.tar.xz)
-sha256sums=('f5080076346609b4c36394b879f3a86b92ced3b90a37cb54c8e9a14f00e7921c')
-
-build() {
-cd "$_pkgbasename-$pkgver"
-./configure --prefix=/usr --sysconfdir=/etc \
---localstatedir=/var --disable-static
-make
-}
-
-package() {
-cd "$_pkgbasename-$pkgver"
-make DESTDIR="$pkgdir" install
-}

Copied: libwnck3/repos/extra-x86_64/PKGBUILD (from rev 258913, 
libwnck3/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2016-02-05 19:10:25 UTC (rev 258914)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Ionut Biru 
+
+pkgname=libwnck3
+_pkgbasename=libwnck
+pkgver=3.14.1
+pkgrel=1
+pkgdesc="Window Navigator Construction Kit (GTK+3)"
+arch=('i686' 'x86_64')
+license=('LGPL')
+depends=('gtk3' 'startup-notification' 'libxres')
+makedepends=('intltool' 'gobject-introspection' 'python2')
+url="http://www.gnome.org/";
+source=(https://download.gnome.org/sources/$_pkgbasename/${pkgver%.*}/$_pkgbasename-$pkgver.tar.xz)
+sha256sums=('bb643c9c423c8aa79c59973ce27ce91d3b180d1e9907902278fb79391f52befa')
+
+build() {
+cd "$_pkgbasename-$pkgver"
+./configure --prefix=/usr --sysconfdir=/etc \
+--localstatedir=/var --disable-static
+make
+}
+
+package() {
+cd "$_pkgbasename-$pkgver"
+make DESTDIR="$pkgdir" install
+}


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

2014-11-30 Thread Jan Steffens
Date: Monday, December 1, 2014 @ 06:15:01
  Author: heftig
Revision: 227224

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-12-01 05:14:04 UTC (rev 227223)
+++ extra-i686/PKGBUILD 2014-12-01 05:15:01 UTC (rev 227224)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru 
-
-pkgname=libwnck3
-_pkgbasename=libwnck
-pkgver=3.4.9
-pkgrel=1
-pkgdesc="Window Navigator Construction Kit (GTK+3)"
-arch=('i686' 'x86_64')
-license=('LGPL')
-depends=('gtk3' 'startup-notification' 'libxres')
-makedepends=('intltool' 'gobject-introspection')
-url="http://www.gnome.org/";
-source=(http://ftp.gnome.org/pub/gnome/sources/$_pkgbasename/${pkgver%.*}/$_pkgbasename-$pkgver.tar.xz)
-sha256sums=('96e6353f2701a1ea565ece54d791a7bebef1832d96126f7377c54bb3516682c4')
-
-build() {
-cd "$_pkgbasename-$pkgver"
-./configure --prefix=/usr --sysconfdir=/etc \
---localstatedir=/var --disable-static
-make
-}
-
-package() {
-cd "$_pkgbasename-$pkgver"
-make DESTDIR="$pkgdir" install
-}

Copied: libwnck3/repos/extra-i686/PKGBUILD (from rev 227223, 
libwnck3/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-12-01 05:15:01 UTC (rev 227224)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Ionut Biru 
+
+pkgname=libwnck3
+_pkgbasename=libwnck
+pkgver=3.14.0
+pkgrel=1
+pkgdesc="Window Navigator Construction Kit (GTK+3)"
+arch=('i686' 'x86_64')
+license=('LGPL')
+depends=('gtk3' 'startup-notification' 'libxres')
+makedepends=('intltool' 'gobject-introspection' 'python2')
+url="http://www.gnome.org/";
+source=(http://ftp.gnome.org/pub/gnome/sources/$_pkgbasename/${pkgver%.*}/$_pkgbasename-$pkgver.tar.xz)
+sha256sums=('f5080076346609b4c36394b879f3a86b92ced3b90a37cb54c8e9a14f00e7921c')
+
+build() {
+cd "$_pkgbasename-$pkgver"
+./configure --prefix=/usr --sysconfdir=/etc \
+--localstatedir=/var --disable-static
+make
+}
+
+package() {
+cd "$_pkgbasename-$pkgver"
+make DESTDIR="$pkgdir" install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2014-12-01 05:14:04 UTC (rev 227223)
+++ extra-x86_64/PKGBUILD   2014-12-01 05:15:01 UTC (rev 227224)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru 
-
-pkgname=libwnck3
-_pkgbasename=libwnck
-pkgver=3.4.9
-pkgrel=1
-pkgdesc="Window Navigator Construction Kit (GTK+3)"
-arch=('i686' 'x86_64')
-license=('LGPL')
-depends=('gtk3' 'startup-notification' 'libxres')
-makedepends=('intltool' 'gobject-introspection')
-url="http://www.gnome.org/";
-source=(http://ftp.gnome.org/pub/gnome/sources/$_pkgbasename/${pkgver%.*}/$_pkgbasename-$pkgver.tar.xz)
-sha256sums=('96e6353f2701a1ea565ece54d791a7bebef1832d96126f7377c54bb3516682c4')
-
-build() {
-cd "$_pkgbasename-$pkgver"
-./configure --prefix=/usr --sysconfdir=/etc \
---localstatedir=/var --disable-static
-make
-}
-
-package() {
-cd "$_pkgbasename-$pkgver"
-make DESTDIR="$pkgdir" install
-}

Copied: libwnck3/repos/extra-x86_64/PKGBUILD (from rev 227223, 
libwnck3/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2014-12-01 05:15:01 UTC (rev 227224)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Ionut Biru 
+
+pkgname=libwnck3
+_pkgbasename=libwnck
+pkgver=3.14.0
+pkgrel=1
+pkgdesc="Window Navigator Construction Kit (GTK+3)"
+arch=('i686' 'x86_64')
+license=('LGPL')
+depends=('gtk3' 'startup-notification' 'libxres')
+makedepends=('intltool' 'gobject-introspection' 'python2')
+url="http://www.gnome.org/";
+source=(http://ftp.gnome.org/pub/gnome/sources/$_pkgbasename/${pkgver%.*}/$_pkgbasename-$pkgver.tar.xz)
+sha256sums=('f5080076346609b4c36394b879f3a86b92ced3b90a37cb54c8e9a14f00e7921c')
+
+build() {
+cd "$_pkgbasename-$pkgver"
+./configure --prefix=/usr --sysconfdir=/etc \
+--localstatedir=/var --disable-static
+make
+}
+
+package() {
+cd "$_pkgbasename-$pkgver"
+make DESTDIR="$pkgdir" install
+}


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

2014-09-07 Thread Jan Steffens
Date: Sunday, September 7, 2014 @ 23:37:48
  Author: heftig
Revision: 221104

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-09-07 21:11:54 UTC (rev 221103)
+++ extra-i686/PKGBUILD 2014-09-07 21:37:48 UTC (rev 221104)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru 
-
-pkgname=libwnck3
-_pkgbasename=libwnck
-pkgver=3.4.7
-pkgrel=1
-pkgdesc="Window Navigator Construction Kit (GTK+3)"
-arch=('i686' 'x86_64')
-license=('LGPL')
-depends=('gtk3' 'startup-notification' 'libxres')
-makedepends=('intltool' 'gobject-introspection')
-url="http://www.gnome.org/";
-source=(http://ftp.gnome.org/pub/gnome/sources/$_pkgbasename/${pkgver%.*}/$_pkgbasename-$pkgver.tar.xz)
-sha256sums=('d48ac9c7f50c0d563097f63d07bcc83744c7d92a1b4ef65e5faeab32b5ccb723')
-
-build() {
-cd "$_pkgbasename-$pkgver"
-./configure --prefix=/usr --sysconfdir=/etc \
---localstatedir=/var --disable-static
-make
-}
-
-package() {
-cd "$_pkgbasename-$pkgver"
-make DESTDIR="$pkgdir" install
-}

Copied: libwnck3/repos/extra-i686/PKGBUILD (from rev 221103, 
libwnck3/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-09-07 21:37:48 UTC (rev 221104)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Ionut Biru 
+
+pkgname=libwnck3
+_pkgbasename=libwnck
+pkgver=3.4.9
+pkgrel=1
+pkgdesc="Window Navigator Construction Kit (GTK+3)"
+arch=('i686' 'x86_64')
+license=('LGPL')
+depends=('gtk3' 'startup-notification' 'libxres')
+makedepends=('intltool' 'gobject-introspection')
+url="http://www.gnome.org/";
+source=(http://ftp.gnome.org/pub/gnome/sources/$_pkgbasename/${pkgver%.*}/$_pkgbasename-$pkgver.tar.xz)
+sha256sums=('96e6353f2701a1ea565ece54d791a7bebef1832d96126f7377c54bb3516682c4')
+
+build() {
+cd "$_pkgbasename-$pkgver"
+./configure --prefix=/usr --sysconfdir=/etc \
+--localstatedir=/var --disable-static
+make
+}
+
+package() {
+cd "$_pkgbasename-$pkgver"
+make DESTDIR="$pkgdir" install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2014-09-07 21:11:54 UTC (rev 221103)
+++ extra-x86_64/PKGBUILD   2014-09-07 21:37:48 UTC (rev 221104)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru 
-
-pkgname=libwnck3
-_pkgbasename=libwnck
-pkgver=3.4.7
-pkgrel=1
-pkgdesc="Window Navigator Construction Kit (GTK+3)"
-arch=('i686' 'x86_64')
-license=('LGPL')
-depends=('gtk3' 'startup-notification' 'libxres')
-makedepends=('intltool' 'gobject-introspection')
-url="http://www.gnome.org/";
-source=(http://ftp.gnome.org/pub/gnome/sources/$_pkgbasename/${pkgver%.*}/$_pkgbasename-$pkgver.tar.xz)
-sha256sums=('d48ac9c7f50c0d563097f63d07bcc83744c7d92a1b4ef65e5faeab32b5ccb723')
-
-build() {
-cd "$_pkgbasename-$pkgver"
-./configure --prefix=/usr --sysconfdir=/etc \
---localstatedir=/var --disable-static
-make
-}
-
-package() {
-cd "$_pkgbasename-$pkgver"
-make DESTDIR="$pkgdir" install
-}

Copied: libwnck3/repos/extra-x86_64/PKGBUILD (from rev 221103, 
libwnck3/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2014-09-07 21:37:48 UTC (rev 221104)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Ionut Biru 
+
+pkgname=libwnck3
+_pkgbasename=libwnck
+pkgver=3.4.9
+pkgrel=1
+pkgdesc="Window Navigator Construction Kit (GTK+3)"
+arch=('i686' 'x86_64')
+license=('LGPL')
+depends=('gtk3' 'startup-notification' 'libxres')
+makedepends=('intltool' 'gobject-introspection')
+url="http://www.gnome.org/";
+source=(http://ftp.gnome.org/pub/gnome/sources/$_pkgbasename/${pkgver%.*}/$_pkgbasename-$pkgver.tar.xz)
+sha256sums=('96e6353f2701a1ea565ece54d791a7bebef1832d96126f7377c54bb3516682c4')
+
+build() {
+cd "$_pkgbasename-$pkgver"
+./configure --prefix=/usr --sysconfdir=/etc \
+--localstatedir=/var --disable-static
+make
+}
+
+package() {
+cd "$_pkgbasename-$pkgver"
+make DESTDIR="$pkgdir" install
+}



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

2013-08-20 Thread Jan Steffens
Date: Tuesday, August 20, 2013 @ 20:34:44
  Author: heftig
Revision: 193459

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-08-20 18:34:03 UTC (rev 193458)
+++ extra-i686/PKGBUILD 2013-08-20 18:34:44 UTC (rev 193459)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru 
-
-pkgname=libwnck3
-_pkgbasename=libwnck
-pkgver=3.4.6
-pkgrel=1
-pkgdesc="Window Navigator Construction Kit (GTK+3)"
-arch=('i686' 'x86_64')
-license=('LGPL')
-depends=('gtk3' 'startup-notification' 'libxres')
-makedepends=('intltool' 'gobject-introspection')
-options=('!libtool')
-url="http://www.gnome.org/";
-source=(http://ftp.gnome.org/pub/gnome/sources/$_pkgbasename/${pkgver%.*}/$_pkgbasename-$pkgver.tar.xz)
-sha256sums=('e3ae2d25b684910f49fc548dc96b8a54b77c431d94ad1fd5a37cbecab7bb1851')
-
-build() {
-cd "$_pkgbasename-$pkgver"
-./configure --prefix=/usr --sysconfdir=/etc \
---localstatedir=/var --disable-static
-make
-}
-
-package() {
-cd "$_pkgbasename-$pkgver"
-make DESTDIR="$pkgdir" install
-}

Copied: libwnck3/repos/extra-i686/PKGBUILD (from rev 193458, 
libwnck3/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-08-20 18:34:44 UTC (rev 193459)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Ionut Biru 
+
+pkgname=libwnck3
+_pkgbasename=libwnck
+pkgver=3.4.7
+pkgrel=1
+pkgdesc="Window Navigator Construction Kit (GTK+3)"
+arch=('i686' 'x86_64')
+license=('LGPL')
+depends=('gtk3' 'startup-notification' 'libxres')
+makedepends=('intltool' 'gobject-introspection')
+options=('!libtool')
+url="http://www.gnome.org/";
+source=(http://ftp.gnome.org/pub/gnome/sources/$_pkgbasename/${pkgver%.*}/$_pkgbasename-$pkgver.tar.xz)
+sha256sums=('d48ac9c7f50c0d563097f63d07bcc83744c7d92a1b4ef65e5faeab32b5ccb723')
+
+build() {
+cd "$_pkgbasename-$pkgver"
+./configure --prefix=/usr --sysconfdir=/etc \
+--localstatedir=/var --disable-static
+make
+}
+
+package() {
+cd "$_pkgbasename-$pkgver"
+make DESTDIR="$pkgdir" install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2013-08-20 18:34:03 UTC (rev 193458)
+++ extra-x86_64/PKGBUILD   2013-08-20 18:34:44 UTC (rev 193459)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru 
-
-pkgname=libwnck3
-_pkgbasename=libwnck
-pkgver=3.4.6
-pkgrel=1
-pkgdesc="Window Navigator Construction Kit (GTK+3)"
-arch=('i686' 'x86_64')
-license=('LGPL')
-depends=('gtk3' 'startup-notification' 'libxres')
-makedepends=('intltool' 'gobject-introspection')
-options=('!libtool')
-url="http://www.gnome.org/";
-source=(http://ftp.gnome.org/pub/gnome/sources/$_pkgbasename/${pkgver%.*}/$_pkgbasename-$pkgver.tar.xz)
-sha256sums=('e3ae2d25b684910f49fc548dc96b8a54b77c431d94ad1fd5a37cbecab7bb1851')
-
-build() {
-cd "$_pkgbasename-$pkgver"
-./configure --prefix=/usr --sysconfdir=/etc \
---localstatedir=/var --disable-static
-make
-}
-
-package() {
-cd "$_pkgbasename-$pkgver"
-make DESTDIR="$pkgdir" install
-}

Copied: libwnck3/repos/extra-x86_64/PKGBUILD (from rev 193458, 
libwnck3/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2013-08-20 18:34:44 UTC (rev 193459)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Ionut Biru 
+
+pkgname=libwnck3
+_pkgbasename=libwnck
+pkgver=3.4.7
+pkgrel=1
+pkgdesc="Window Navigator Construction Kit (GTK+3)"
+arch=('i686' 'x86_64')
+license=('LGPL')
+depends=('gtk3' 'startup-notification' 'libxres')
+makedepends=('intltool' 'gobject-introspection')
+options=('!libtool')
+url="http://www.gnome.org/";
+source=(http://ftp.gnome.org/pub/gnome/sources/$_pkgbasename/${pkgver%.*}/$_pkgbasename-$pkgver.tar.xz)
+sha256sums=('d48ac9c7f50c0d563097f63d07bcc83744c7d92a1b4ef65e5faeab32b5ccb723')
+
+build() {
+cd "$_pkgbasename-$pkgver"
+./configure --prefix=/usr --sysconfdir=/etc \
+--localstatedir=/var --disable-static
+make
+}
+
+package() {
+cd "$_pkgbasename-$pkgver"
+make DESTDIR="$pkgdir" install
+}



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

2013-08-06 Thread Jan Steffens
Date: Tuesday, August 6, 2013 @ 13:30:34
  Author: heftig
Revision: 192146

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-08-06 11:29:35 UTC (rev 192145)
+++ extra-i686/PKGBUILD 2013-08-06 11:30:34 UTC (rev 192146)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru 
-
-pkgname=libwnck3
-_pkgbasename=libwnck
-pkgver=3.4.5
-pkgrel=1
-pkgdesc="Window Navigator Construction Kit (GTK+3)"
-arch=('i686' 'x86_64')
-license=('LGPL')
-depends=('gtk3' 'startup-notification' 'libxres')
-makedepends=('intltool' 'gobject-introspection')
-options=('!libtool')
-url="http://www.gnome.org/";
-source=(http://ftp.gnome.org/pub/gnome/sources/$_pkgbasename/${pkgver%.*}/$_pkgbasename-$pkgver.tar.xz)
-sha256sums=('560f9709405fb33500c2f79efabdb1c4056866dec281f354ad3da97181fbf381')
-
-build() {
-cd "$_pkgbasename-$pkgver"
-./configure --prefix=/usr --sysconfdir=/etc \
---localstatedir=/var --disable-static
-make
-}
-
-package() {
-cd "$_pkgbasename-$pkgver"
-make DESTDIR="$pkgdir" install
-}

Copied: libwnck3/repos/extra-i686/PKGBUILD (from rev 192145, 
libwnck3/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-08-06 11:30:34 UTC (rev 192146)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Ionut Biru 
+
+pkgname=libwnck3
+_pkgbasename=libwnck
+pkgver=3.4.6
+pkgrel=1
+pkgdesc="Window Navigator Construction Kit (GTK+3)"
+arch=('i686' 'x86_64')
+license=('LGPL')
+depends=('gtk3' 'startup-notification' 'libxres')
+makedepends=('intltool' 'gobject-introspection')
+options=('!libtool')
+url="http://www.gnome.org/";
+source=(http://ftp.gnome.org/pub/gnome/sources/$_pkgbasename/${pkgver%.*}/$_pkgbasename-$pkgver.tar.xz)
+sha256sums=('e3ae2d25b684910f49fc548dc96b8a54b77c431d94ad1fd5a37cbecab7bb1851')
+
+build() {
+cd "$_pkgbasename-$pkgver"
+./configure --prefix=/usr --sysconfdir=/etc \
+--localstatedir=/var --disable-static
+make
+}
+
+package() {
+cd "$_pkgbasename-$pkgver"
+make DESTDIR="$pkgdir" install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2013-08-06 11:29:35 UTC (rev 192145)
+++ extra-x86_64/PKGBUILD   2013-08-06 11:30:34 UTC (rev 192146)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru 
-
-pkgname=libwnck3
-_pkgbasename=libwnck
-pkgver=3.4.5
-pkgrel=1
-pkgdesc="Window Navigator Construction Kit (GTK+3)"
-arch=('i686' 'x86_64')
-license=('LGPL')
-depends=('gtk3' 'startup-notification' 'libxres')
-makedepends=('intltool' 'gobject-introspection')
-options=('!libtool')
-url="http://www.gnome.org/";
-source=(http://ftp.gnome.org/pub/gnome/sources/$_pkgbasename/${pkgver%.*}/$_pkgbasename-$pkgver.tar.xz)
-sha256sums=('560f9709405fb33500c2f79efabdb1c4056866dec281f354ad3da97181fbf381')
-
-build() {
-cd "$_pkgbasename-$pkgver"
-./configure --prefix=/usr --sysconfdir=/etc \
---localstatedir=/var --disable-static
-make
-}
-
-package() {
-cd "$_pkgbasename-$pkgver"
-make DESTDIR="$pkgdir" install
-}

Copied: libwnck3/repos/extra-x86_64/PKGBUILD (from rev 192145, 
libwnck3/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2013-08-06 11:30:34 UTC (rev 192146)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Ionut Biru 
+
+pkgname=libwnck3
+_pkgbasename=libwnck
+pkgver=3.4.6
+pkgrel=1
+pkgdesc="Window Navigator Construction Kit (GTK+3)"
+arch=('i686' 'x86_64')
+license=('LGPL')
+depends=('gtk3' 'startup-notification' 'libxres')
+makedepends=('intltool' 'gobject-introspection')
+options=('!libtool')
+url="http://www.gnome.org/";
+source=(http://ftp.gnome.org/pub/gnome/sources/$_pkgbasename/${pkgver%.*}/$_pkgbasename-$pkgver.tar.xz)
+sha256sums=('e3ae2d25b684910f49fc548dc96b8a54b77c431d94ad1fd5a37cbecab7bb1851')
+
+build() {
+cd "$_pkgbasename-$pkgver"
+./configure --prefix=/usr --sysconfdir=/etc \
+--localstatedir=/var --disable-static
+make
+}
+
+package() {
+cd "$_pkgbasename-$pkgver"
+make DESTDIR="$pkgdir" install
+}



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

2013-04-10 Thread Jan Steffens
Date: Wednesday, April 10, 2013 @ 23:34:12
  Author: heftig
Revision: 182596

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-04-10 21:33:21 UTC (rev 182595)
+++ extra-i686/PKGBUILD 2013-04-10 21:34:12 UTC (rev 182596)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru 
-
-pkgname=libwnck3
-_pkgbasename=libwnck
-pkgver=3.4.4
-pkgrel=1
-pkgdesc="Window Navigator Construction Kit (GTK+3)"
-arch=('i686' 'x86_64')
-license=('LGPL')
-depends=('gtk3' 'startup-notification' 'libxres')
-makedepends=('intltool' 'gobject-introspection')
-options=('!libtool')
-url="http://www.gnome.org/";
-source=(http://ftp.gnome.org/pub/gnome/sources/$_pkgbasename/${pkgver%.*}/$_pkgbasename-$pkgver.tar.xz)
-sha256sums=('a545a23ea7681fafae033b4f68b69ef022d446a9325286291bb8882b9016a130')
-
-build() {
-cd "$_pkgbasename-$pkgver"
-./configure --prefix=/usr --sysconfdir=/etc \
---localstatedir=/var --disable-static
-make
-}
-
-package() {
-cd "$_pkgbasename-$pkgver"
-make DESTDIR="$pkgdir" install
-}

Copied: libwnck3/repos/extra-i686/PKGBUILD (from rev 182595, 
libwnck3/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-04-10 21:34:12 UTC (rev 182596)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Ionut Biru 
+
+pkgname=libwnck3
+_pkgbasename=libwnck
+pkgver=3.4.5
+pkgrel=1
+pkgdesc="Window Navigator Construction Kit (GTK+3)"
+arch=('i686' 'x86_64')
+license=('LGPL')
+depends=('gtk3' 'startup-notification' 'libxres')
+makedepends=('intltool' 'gobject-introspection')
+options=('!libtool')
+url="http://www.gnome.org/";
+source=(http://ftp.gnome.org/pub/gnome/sources/$_pkgbasename/${pkgver%.*}/$_pkgbasename-$pkgver.tar.xz)
+sha256sums=('560f9709405fb33500c2f79efabdb1c4056866dec281f354ad3da97181fbf381')
+
+build() {
+cd "$_pkgbasename-$pkgver"
+./configure --prefix=/usr --sysconfdir=/etc \
+--localstatedir=/var --disable-static
+make
+}
+
+package() {
+cd "$_pkgbasename-$pkgver"
+make DESTDIR="$pkgdir" install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2013-04-10 21:33:21 UTC (rev 182595)
+++ extra-x86_64/PKGBUILD   2013-04-10 21:34:12 UTC (rev 182596)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru 
-
-pkgname=libwnck3
-_pkgbasename=libwnck
-pkgver=3.4.4
-pkgrel=1
-pkgdesc="Window Navigator Construction Kit (GTK+3)"
-arch=('i686' 'x86_64')
-license=('LGPL')
-depends=('gtk3' 'startup-notification' 'libxres')
-makedepends=('intltool' 'gobject-introspection')
-options=('!libtool')
-url="http://www.gnome.org/";
-source=(http://ftp.gnome.org/pub/gnome/sources/$_pkgbasename/${pkgver%.*}/$_pkgbasename-$pkgver.tar.xz)
-sha256sums=('a545a23ea7681fafae033b4f68b69ef022d446a9325286291bb8882b9016a130')
-
-build() {
-cd "$_pkgbasename-$pkgver"
-./configure --prefix=/usr --sysconfdir=/etc \
---localstatedir=/var --disable-static
-make
-}
-
-package() {
-cd "$_pkgbasename-$pkgver"
-make DESTDIR="$pkgdir" install
-}

Copied: libwnck3/repos/extra-x86_64/PKGBUILD (from rev 182595, 
libwnck3/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2013-04-10 21:34:12 UTC (rev 182596)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Ionut Biru 
+
+pkgname=libwnck3
+_pkgbasename=libwnck
+pkgver=3.4.5
+pkgrel=1
+pkgdesc="Window Navigator Construction Kit (GTK+3)"
+arch=('i686' 'x86_64')
+license=('LGPL')
+depends=('gtk3' 'startup-notification' 'libxres')
+makedepends=('intltool' 'gobject-introspection')
+options=('!libtool')
+url="http://www.gnome.org/";
+source=(http://ftp.gnome.org/pub/gnome/sources/$_pkgbasename/${pkgver%.*}/$_pkgbasename-$pkgver.tar.xz)
+sha256sums=('560f9709405fb33500c2f79efabdb1c4056866dec281f354ad3da97181fbf381')
+
+build() {
+cd "$_pkgbasename-$pkgver"
+./configure --prefix=/usr --sysconfdir=/etc \
+--localstatedir=/var --disable-static
+make
+}
+
+package() {
+cd "$_pkgbasename-$pkgver"
+make DESTDIR="$pkgdir" install
+}



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

2012-11-12 Thread Jan Steffens
Date: Monday, November 12, 2012 @ 15:09:16
  Author: heftig
Revision: 170860

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

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

---+
 extra-i686/PKGBUILD   |   56 
 extra-x86_64/PKGBUILD |   56 
 2 files changed, 56 insertions(+), 56 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-11-12 20:08:14 UTC (rev 170859)
+++ extra-i686/PKGBUILD 2012-11-12 20:09:16 UTC (rev 170860)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru 
-
-pkgname=libwnck3
-_pkgbasename=libwnck
-pkgver=3.4.3
-pkgrel=1
-pkgdesc="Window Navigator Construction Kit (GTK+3)"
-arch=('i686' 'x86_64')
-license=('LGPL')
-depends=('gtk3' 'startup-notification' 'libxres')
-makedepends=('intltool' 'gobject-introspection')
-options=('!libtool')
-url="http://www.gnome.org/";
-source=(http://ftp.gnome.org/pub/gnome/sources/$_pkgbasename/${pkgver%.*}/$_pkgbasename-$pkgver.tar.xz)
-sha256sums=('e468118927d50231df250d1f00106b32139aaad1ee9249a4ef316e5526d17d1d')
-
-build() {
-cd "$_pkgbasename-$pkgver"
-./configure --prefix=/usr --sysconfdir=/etc \
---localstatedir=/var --disable-static
-make
-}
-
-package() {
-cd "$_pkgbasename-$pkgver"
-make DESTDIR="$pkgdir" install
-}

Copied: libwnck3/repos/extra-i686/PKGBUILD (from rev 170859, 
libwnck3/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-11-12 20:09:16 UTC (rev 170860)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Ionut Biru 
+
+pkgname=libwnck3
+_pkgbasename=libwnck
+pkgver=3.4.4
+pkgrel=1
+pkgdesc="Window Navigator Construction Kit (GTK+3)"
+arch=('i686' 'x86_64')
+license=('LGPL')
+depends=('gtk3' 'startup-notification' 'libxres')
+makedepends=('intltool' 'gobject-introspection')
+options=('!libtool')
+url="http://www.gnome.org/";
+source=(http://ftp.gnome.org/pub/gnome/sources/$_pkgbasename/${pkgver%.*}/$_pkgbasename-$pkgver.tar.xz)
+sha256sums=('a545a23ea7681fafae033b4f68b69ef022d446a9325286291bb8882b9016a130')
+
+build() {
+cd "$_pkgbasename-$pkgver"
+./configure --prefix=/usr --sysconfdir=/etc \
+--localstatedir=/var --disable-static
+make
+}
+
+package() {
+cd "$_pkgbasename-$pkgver"
+make DESTDIR="$pkgdir" install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2012-11-12 20:08:14 UTC (rev 170859)
+++ extra-x86_64/PKGBUILD   2012-11-12 20:09:16 UTC (rev 170860)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru 
-
-pkgname=libwnck3
-_pkgbasename=libwnck
-pkgver=3.4.3
-pkgrel=1
-pkgdesc="Window Navigator Construction Kit (GTK+3)"
-arch=('i686' 'x86_64')
-license=('LGPL')
-depends=('gtk3' 'startup-notification' 'libxres')
-makedepends=('intltool' 'gobject-introspection')
-options=('!libtool')
-url="http://www.gnome.org/";
-source=(http://ftp.gnome.org/pub/gnome/sources/$_pkgbasename/${pkgver%.*}/$_pkgbasename-$pkgver.tar.xz)
-sha256sums=('e468118927d50231df250d1f00106b32139aaad1ee9249a4ef316e5526d17d1d')
-
-build() {
-cd "$_pkgbasename-$pkgver"
-./configure --prefix=/usr --sysconfdir=/etc \
---localstatedir=/var --disable-static
-make
-}
-
-package() {
-cd "$_pkgbasename-$pkgver"
-make DESTDIR="$pkgdir" install
-}

Copied: libwnck3/repos/extra-x86_64/PKGBUILD (from rev 170859, 
libwnck3/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2012-11-12 20:09:16 UTC (rev 170860)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Ionut Biru 
+
+pkgname=libwnck3
+_pkgbasename=libwnck
+pkgver=3.4.4
+pkgrel=1
+pkgdesc="Window Navigator Construction Kit (GTK+3)"
+arch=('i686' 'x86_64')
+license=('LGPL')
+depends=('gtk3' 'startup-notification' 'libxres')
+makedepends=('intltool' 'gobject-introspection')
+options=('!libtool')
+url="http://www.gnome.org/";
+source=(http://ftp.gnome.org/pub/gnome/sources/$_pkgbasename/${pkgver%.*}/$_pkgbasename-$pkgver.tar.xz)
+sha256sums=('a545a23ea7681fafae033b4f68b69ef022d446a9325286291bb8882b9016a130')
+
+build() {
+cd "$_pkgbasename-$pkgver"
+./configure --prefix=/usr --sysconfdir=/etc \
+--localstatedir=/var --disable-static
+make
+}
+
+package() {
+cd "$_pkgbasename-$pkgver"
+make DESTDIR="$pkgdir" install
+}



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

2012-09-12 Thread Jan de Groot
Date: Wednesday, September 12, 2012 @ 13:32:14
  Author: jgc
Revision: 166583

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

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

---+
 extra-i686/PKGBUILD   |   56 
 extra-x86_64/PKGBUILD |   56 
 2 files changed, 56 insertions(+), 56 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-09-12 17:31:46 UTC (rev 166582)
+++ extra-i686/PKGBUILD 2012-09-12 17:32:14 UTC (rev 166583)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru 
-
-pkgname=libwnck3
-_pkgbasename=libwnck
-pkgver=3.4.2
-pkgrel=1
-pkgdesc="Window Navigator Construction Kit (GTK+3)"
-arch=('i686' 'x86_64')
-license=('LGPL')
-depends=('gtk3' 'startup-notification' 'libxres')
-makedepends=('intltool' 'gobject-introspection')
-options=('!libtool')
-url="http://www.gnome.org/";
-source=(http://ftp.gnome.org/pub/gnome/sources/$_pkgbasename/${pkgver%.*}/$_pkgbasename-$pkgver.tar.xz)
-sha256sums=('1d055d0d7bd1069d97416985d11241eaea48aedb4311a22ff0d3404871707051')
-
-build() {
-cd "$_pkgbasename-$pkgver"
-./configure --prefix=/usr --sysconfdir=/etc \
---localstatedir=/var --disable-static
-make
-}
-
-package() {
-cd "$_pkgbasename-$pkgver"
-make DESTDIR="$pkgdir" install
-}

Copied: libwnck3/repos/extra-i686/PKGBUILD (from rev 166582, 
libwnck3/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-09-12 17:32:14 UTC (rev 166583)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Ionut Biru 
+
+pkgname=libwnck3
+_pkgbasename=libwnck
+pkgver=3.4.3
+pkgrel=1
+pkgdesc="Window Navigator Construction Kit (GTK+3)"
+arch=('i686' 'x86_64')
+license=('LGPL')
+depends=('gtk3' 'startup-notification' 'libxres')
+makedepends=('intltool' 'gobject-introspection')
+options=('!libtool')
+url="http://www.gnome.org/";
+source=(http://ftp.gnome.org/pub/gnome/sources/$_pkgbasename/${pkgver%.*}/$_pkgbasename-$pkgver.tar.xz)
+sha256sums=('e468118927d50231df250d1f00106b32139aaad1ee9249a4ef316e5526d17d1d')
+
+build() {
+cd "$_pkgbasename-$pkgver"
+./configure --prefix=/usr --sysconfdir=/etc \
+--localstatedir=/var --disable-static
+make
+}
+
+package() {
+cd "$_pkgbasename-$pkgver"
+make DESTDIR="$pkgdir" install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2012-09-12 17:31:46 UTC (rev 166582)
+++ extra-x86_64/PKGBUILD   2012-09-12 17:32:14 UTC (rev 166583)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru 
-
-pkgname=libwnck3
-_pkgbasename=libwnck
-pkgver=3.4.2
-pkgrel=1
-pkgdesc="Window Navigator Construction Kit (GTK+3)"
-arch=('i686' 'x86_64')
-license=('LGPL')
-depends=('gtk3' 'startup-notification' 'libxres')
-makedepends=('intltool' 'gobject-introspection')
-options=('!libtool')
-url="http://www.gnome.org/";
-source=(http://ftp.gnome.org/pub/gnome/sources/$_pkgbasename/${pkgver%.*}/$_pkgbasename-$pkgver.tar.xz)
-sha256sums=('1d055d0d7bd1069d97416985d11241eaea48aedb4311a22ff0d3404871707051')
-
-build() {
-cd "$_pkgbasename-$pkgver"
-./configure --prefix=/usr --sysconfdir=/etc \
---localstatedir=/var --disable-static
-make
-}
-
-package() {
-cd "$_pkgbasename-$pkgver"
-make DESTDIR="$pkgdir" install
-}

Copied: libwnck3/repos/extra-x86_64/PKGBUILD (from rev 166582, 
libwnck3/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2012-09-12 17:32:14 UTC (rev 166583)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Ionut Biru 
+
+pkgname=libwnck3
+_pkgbasename=libwnck
+pkgver=3.4.3
+pkgrel=1
+pkgdesc="Window Navigator Construction Kit (GTK+3)"
+arch=('i686' 'x86_64')
+license=('LGPL')
+depends=('gtk3' 'startup-notification' 'libxres')
+makedepends=('intltool' 'gobject-introspection')
+options=('!libtool')
+url="http://www.gnome.org/";
+source=(http://ftp.gnome.org/pub/gnome/sources/$_pkgbasename/${pkgver%.*}/$_pkgbasename-$pkgver.tar.xz)
+sha256sums=('e468118927d50231df250d1f00106b32139aaad1ee9249a4ef316e5526d17d1d')
+
+build() {
+cd "$_pkgbasename-$pkgver"
+./configure --prefix=/usr --sysconfdir=/etc \
+--localstatedir=/var --disable-static
+make
+}
+
+package() {
+cd "$_pkgbasename-$pkgver"
+make DESTDIR="$pkgdir" install
+}



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

2012-05-15 Thread Jan Steffens
Date: Tuesday, May 15, 2012 @ 06:57:35
  Author: heftig
Revision: 159042

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

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

---+
 extra-i686/PKGBUILD   |   56 
 extra-x86_64/PKGBUILD |   56 
 2 files changed, 56 insertions(+), 56 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-05-15 10:56:20 UTC (rev 159041)
+++ extra-i686/PKGBUILD 2012-05-15 10:57:35 UTC (rev 159042)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru 
-
-pkgname=libwnck3
-_pkgbasename=libwnck
-pkgver=3.4.0
-pkgrel=1
-pkgdesc="Window Navigator Construction Kit (GTK+3)"
-arch=('i686' 'x86_64')
-license=('LGPL')
-depends=('gtk3' 'startup-notification' 'libxres')
-makedepends=('intltool' 'gobject-introspection')
-options=('!libtool')
-url="http://www.gnome.org/";
-source=(http://ftp.gnome.org/pub/gnome/sources/$_pkgbasename/${pkgver%.*}/$_pkgbasename-$pkgver.tar.xz)
-sha256sums=('34a97edf601ee066204bb640b23f58d6897e0f559ce1816b3c1d206d70ea62ad')
-
-build() {
-cd "$_pkgbasename-$pkgver"
-./configure --prefix=/usr --sysconfdir=/etc \
---localstatedir=/var --disable-static
-make
-}
-
-package() {
-cd "$_pkgbasename-$pkgver"
-make DESTDIR="$pkgdir" install
-}

Copied: libwnck3/repos/extra-i686/PKGBUILD (from rev 159041, 
libwnck3/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-05-15 10:57:35 UTC (rev 159042)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Ionut Biru 
+
+pkgname=libwnck3
+_pkgbasename=libwnck
+pkgver=3.4.2
+pkgrel=1
+pkgdesc="Window Navigator Construction Kit (GTK+3)"
+arch=('i686' 'x86_64')
+license=('LGPL')
+depends=('gtk3' 'startup-notification' 'libxres')
+makedepends=('intltool' 'gobject-introspection')
+options=('!libtool')
+url="http://www.gnome.org/";
+source=(http://ftp.gnome.org/pub/gnome/sources/$_pkgbasename/${pkgver%.*}/$_pkgbasename-$pkgver.tar.xz)
+sha256sums=('1d055d0d7bd1069d97416985d11241eaea48aedb4311a22ff0d3404871707051')
+
+build() {
+cd "$_pkgbasename-$pkgver"
+./configure --prefix=/usr --sysconfdir=/etc \
+--localstatedir=/var --disable-static
+make
+}
+
+package() {
+cd "$_pkgbasename-$pkgver"
+make DESTDIR="$pkgdir" install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2012-05-15 10:56:20 UTC (rev 159041)
+++ extra-x86_64/PKGBUILD   2012-05-15 10:57:35 UTC (rev 159042)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru 
-
-pkgname=libwnck3
-_pkgbasename=libwnck
-pkgver=3.4.0
-pkgrel=1
-pkgdesc="Window Navigator Construction Kit (GTK+3)"
-arch=('i686' 'x86_64')
-license=('LGPL')
-depends=('gtk3' 'startup-notification' 'libxres')
-makedepends=('intltool' 'gobject-introspection')
-options=('!libtool')
-url="http://www.gnome.org/";
-source=(http://ftp.gnome.org/pub/gnome/sources/$_pkgbasename/${pkgver%.*}/$_pkgbasename-$pkgver.tar.xz)
-sha256sums=('34a97edf601ee066204bb640b23f58d6897e0f559ce1816b3c1d206d70ea62ad')
-
-build() {
-cd "$_pkgbasename-$pkgver"
-./configure --prefix=/usr --sysconfdir=/etc \
---localstatedir=/var --disable-static
-make
-}
-
-package() {
-cd "$_pkgbasename-$pkgver"
-make DESTDIR="$pkgdir" install
-}

Copied: libwnck3/repos/extra-x86_64/PKGBUILD (from rev 159041, 
libwnck3/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2012-05-15 10:57:35 UTC (rev 159042)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Ionut Biru 
+
+pkgname=libwnck3
+_pkgbasename=libwnck
+pkgver=3.4.2
+pkgrel=1
+pkgdesc="Window Navigator Construction Kit (GTK+3)"
+arch=('i686' 'x86_64')
+license=('LGPL')
+depends=('gtk3' 'startup-notification' 'libxres')
+makedepends=('intltool' 'gobject-introspection')
+options=('!libtool')
+url="http://www.gnome.org/";
+source=(http://ftp.gnome.org/pub/gnome/sources/$_pkgbasename/${pkgver%.*}/$_pkgbasename-$pkgver.tar.xz)
+sha256sums=('1d055d0d7bd1069d97416985d11241eaea48aedb4311a22ff0d3404871707051')
+
+build() {
+cd "$_pkgbasename-$pkgver"
+./configure --prefix=/usr --sysconfdir=/etc \
+--localstatedir=/var --disable-static
+make
+}
+
+package() {
+cd "$_pkgbasename-$pkgver"
+make DESTDIR="$pkgdir" install
+}



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

2012-03-27 Thread Jan Steffens
Date: Tuesday, March 27, 2012 @ 07:40:55
  Author: heftig
Revision: 154377

archrelease: copy trunk to gnome-unstable-i686, gnome-unstable-x86_64

Added:
  libwnck3/repos/gnome-unstable-i686/PKGBUILD
(from rev 154375, libwnck3/trunk/PKGBUILD)
  libwnck3/repos/gnome-unstable-x86_64/PKGBUILD
(from rev 154375, libwnck3/trunk/PKGBUILD)
Deleted:
  libwnck3/repos/gnome-unstable-i686/PKGBUILD
  libwnck3/repos/gnome-unstable-x86_64/PKGBUILD

+
 gnome-unstable-i686/PKGBUILD   |   56 +++
 gnome-unstable-x86_64/PKGBUILD |   56 +++
 2 files changed, 56 insertions(+), 56 deletions(-)

Deleted: gnome-unstable-i686/PKGBUILD
===
--- gnome-unstable-i686/PKGBUILD2012-03-27 11:40:53 UTC (rev 154376)
+++ gnome-unstable-i686/PKGBUILD2012-03-27 11:40:55 UTC (rev 154377)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru 
-
-pkgname=libwnck3
-_pkgbasename=libwnck
-pkgver=3.3.5
-pkgrel=1
-pkgdesc="Window Navigator Construction Kit (GTK+3)"
-arch=('i686' 'x86_64')
-license=('LGPL')
-depends=('gtk3' 'startup-notification' 'libxres')
-makedepends=('intltool' 'gobject-introspection')
-options=('!libtool')
-url="http://www.gnome.org/";
-source=(http://ftp.gnome.org/pub/gnome/sources/$_pkgbasename/${pkgver%.*}/$_pkgbasename-$pkgver.tar.xz)
-sha256sums=('440340d4733f78130d581e88131df178367458004558c6a32f7c5f63a731ba19')
-
-build() {
-cd "$_pkgbasename-$pkgver"
-./configure --prefix=/usr --sysconfdir=/etc \
---localstatedir=/var --disable-static
-make
-}
-
-package() {
-cd "$_pkgbasename-$pkgver"
-make DESTDIR="$pkgdir" install
-}

Copied: libwnck3/repos/gnome-unstable-i686/PKGBUILD (from rev 154375, 
libwnck3/trunk/PKGBUILD)
===
--- gnome-unstable-i686/PKGBUILD(rev 0)
+++ gnome-unstable-i686/PKGBUILD2012-03-27 11:40:55 UTC (rev 154377)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Ionut Biru 
+
+pkgname=libwnck3
+_pkgbasename=libwnck
+pkgver=3.4.0
+pkgrel=1
+pkgdesc="Window Navigator Construction Kit (GTK+3)"
+arch=('i686' 'x86_64')
+license=('LGPL')
+depends=('gtk3' 'startup-notification' 'libxres')
+makedepends=('intltool' 'gobject-introspection')
+options=('!libtool')
+url="http://www.gnome.org/";
+source=(http://ftp.gnome.org/pub/gnome/sources/$_pkgbasename/${pkgver%.*}/$_pkgbasename-$pkgver.tar.xz)
+sha256sums=('34a97edf601ee066204bb640b23f58d6897e0f559ce1816b3c1d206d70ea62ad')
+
+build() {
+cd "$_pkgbasename-$pkgver"
+./configure --prefix=/usr --sysconfdir=/etc \
+--localstatedir=/var --disable-static
+make
+}
+
+package() {
+cd "$_pkgbasename-$pkgver"
+make DESTDIR="$pkgdir" install
+}

Deleted: gnome-unstable-x86_64/PKGBUILD
===
--- gnome-unstable-x86_64/PKGBUILD  2012-03-27 11:40:53 UTC (rev 154376)
+++ gnome-unstable-x86_64/PKGBUILD  2012-03-27 11:40:55 UTC (rev 154377)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru 
-
-pkgname=libwnck3
-_pkgbasename=libwnck
-pkgver=3.3.5
-pkgrel=1
-pkgdesc="Window Navigator Construction Kit (GTK+3)"
-arch=('i686' 'x86_64')
-license=('LGPL')
-depends=('gtk3' 'startup-notification' 'libxres')
-makedepends=('intltool' 'gobject-introspection')
-options=('!libtool')
-url="http://www.gnome.org/";
-source=(http://ftp.gnome.org/pub/gnome/sources/$_pkgbasename/${pkgver%.*}/$_pkgbasename-$pkgver.tar.xz)
-sha256sums=('440340d4733f78130d581e88131df178367458004558c6a32f7c5f63a731ba19')
-
-build() {
-cd "$_pkgbasename-$pkgver"
-./configure --prefix=/usr --sysconfdir=/etc \
---localstatedir=/var --disable-static
-make
-}
-
-package() {
-cd "$_pkgbasename-$pkgver"
-make DESTDIR="$pkgdir" install
-}

Copied: libwnck3/repos/gnome-unstable-x86_64/PKGBUILD (from rev 154375, 
libwnck3/trunk/PKGBUILD)
===
--- gnome-unstable-x86_64/PKGBUILD  (rev 0)
+++ gnome-unstable-x86_64/PKGBUILD  2012-03-27 11:40:55 UTC (rev 154377)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Ionut Biru 
+
+pkgname=libwnck3
+_pkgbasename=libwnck
+pkgver=3.4.0
+pkgrel=1
+pkgdesc="Window Navigator Construction Kit (GTK+3)"
+arch=('i686' 'x86_64')
+license=('LGPL')
+depends=('gtk3' 'startup-notification' 'libxres')
+makedepends=('intltool' 'gobject-introspection')
+options=('!libtool')
+url="http://www.gnome.org/";
+source=(http://ftp.gnome.org/pub/gnome/sources/$_pkgbasename/${pkgver%.*}/$_pkgbasename-$pkgver.tar.xz)
+sha256sums=('34a97edf601ee066204bb640b23f58d6897e0f559ce1816b3c1d206d70ea62ad')
+
+build() {
+cd "$_pkgbasename-$pkgver"
+./configure --prefix=/usr --sysconfdir=/etc \
+--localstatedir=/var --disable-static
+make
+}
+
+package() {
+cd "$_pkgbasename-$pkgver"
+make DEST

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

2012-03-09 Thread Ionut Biru
Date: Friday, March 9, 2012 @ 10:06:07
  Author: ibiru
Revision: 152758

archrelease: copy trunk to gnome-unstable-i686, gnome-unstable-x86_64

Added:
  libwnck3/repos/gnome-unstable-i686/
  libwnck3/repos/gnome-unstable-i686/PKGBUILD
(from rev 152757, libwnck3/trunk/PKGBUILD)
  libwnck3/repos/gnome-unstable-x86_64/
  libwnck3/repos/gnome-unstable-x86_64/PKGBUILD
(from rev 152757, libwnck3/trunk/PKGBUILD)

+
 gnome-unstable-i686/PKGBUILD   |   28 
 gnome-unstable-x86_64/PKGBUILD |   28 
 2 files changed, 56 insertions(+)

Copied: libwnck3/repos/gnome-unstable-i686/PKGBUILD (from rev 152757, 
libwnck3/trunk/PKGBUILD)
===
--- gnome-unstable-i686/PKGBUILD(rev 0)
+++ gnome-unstable-i686/PKGBUILD2012-03-09 15:06:07 UTC (rev 152758)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Ionut Biru 
+
+pkgname=libwnck3
+_pkgbasename=libwnck
+pkgver=3.3.5
+pkgrel=1
+pkgdesc="Window Navigator Construction Kit (GTK+3)"
+arch=('i686' 'x86_64')
+license=('LGPL')
+depends=('gtk3' 'startup-notification' 'libxres')
+makedepends=('intltool' 'gobject-introspection')
+options=('!libtool')
+url="http://www.gnome.org/";
+source=(http://ftp.gnome.org/pub/gnome/sources/$_pkgbasename/${pkgver%.*}/$_pkgbasename-$pkgver.tar.xz)
+sha256sums=('440340d4733f78130d581e88131df178367458004558c6a32f7c5f63a731ba19')
+
+build() {
+cd "$_pkgbasename-$pkgver"
+./configure --prefix=/usr --sysconfdir=/etc \
+--localstatedir=/var --disable-static
+make
+}
+
+package() {
+cd "$_pkgbasename-$pkgver"
+make DESTDIR="$pkgdir" install
+}

Copied: libwnck3/repos/gnome-unstable-x86_64/PKGBUILD (from rev 152757, 
libwnck3/trunk/PKGBUILD)
===
--- gnome-unstable-x86_64/PKGBUILD  (rev 0)
+++ gnome-unstable-x86_64/PKGBUILD  2012-03-09 15:06:07 UTC (rev 152758)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Ionut Biru 
+
+pkgname=libwnck3
+_pkgbasename=libwnck
+pkgver=3.3.5
+pkgrel=1
+pkgdesc="Window Navigator Construction Kit (GTK+3)"
+arch=('i686' 'x86_64')
+license=('LGPL')
+depends=('gtk3' 'startup-notification' 'libxres')
+makedepends=('intltool' 'gobject-introspection')
+options=('!libtool')
+url="http://www.gnome.org/";
+source=(http://ftp.gnome.org/pub/gnome/sources/$_pkgbasename/${pkgver%.*}/$_pkgbasename-$pkgver.tar.xz)
+sha256sums=('440340d4733f78130d581e88131df178367458004558c6a32f7c5f63a731ba19')
+
+build() {
+cd "$_pkgbasename-$pkgver"
+./configure --prefix=/usr --sysconfdir=/etc \
+--localstatedir=/var --disable-static
+make
+}
+
+package() {
+cd "$_pkgbasename-$pkgver"
+make DESTDIR="$pkgdir" install
+}



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

2011-10-16 Thread Jan Steffens
Date: Sunday, October 16, 2011 @ 11:04:26
  Author: heftig
Revision: 140524

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

Added:
  libwnck3/repos/testing-i686/
  libwnck3/repos/testing-i686/PKGBUILD
(from rev 140523, libwnck3/trunk/PKGBUILD)
  libwnck3/repos/testing-x86_64/
  libwnck3/repos/testing-x86_64/PKGBUILD
(from rev 140523, libwnck3/trunk/PKGBUILD)

-+
 testing-i686/PKGBUILD   |   28 
 testing-x86_64/PKGBUILD |   28 
 2 files changed, 56 insertions(+)

Copied: libwnck3/repos/testing-i686/PKGBUILD (from rev 140523, 
libwnck3/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2011-10-16 15:04:26 UTC (rev 140524)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Ionut Biru 
+
+pkgname=libwnck3
+_pkgbasename=libwnck
+pkgver=3.2.1
+pkgrel=1
+pkgdesc="Window Navigator Construction Kit (GTK+3)"
+arch=('i686' 'x86_64')
+license=('LGPL')
+depends=('gtk3' 'startup-notification' 'libxres')
+makedepends=('intltool' 'gobject-introspection')
+options=('!libtool')
+url="http://www.gnome.org/";
+source=(http://ftp.gnome.org/pub/gnome/sources/${_pkgbasename}/${pkgver%.*}/${_pkgbasename}-${pkgver}.tar.xz)
+sha256sums=('eaba586d8e092770e45ab8a3073eb57b5386e1ea7512b5424fa558906f26a3da')
+
+build() {
+cd "${srcdir}/${_pkgbasename}-${pkgver}"
+./configure --prefix=/usr --sysconfdir=/etc \
+--localstatedir=/var --disable-static
+make
+}
+
+package() {
+cd "${srcdir}/${_pkgbasename}-${pkgver}"
+make DESTDIR="${pkgdir}" install
+}

Copied: libwnck3/repos/testing-x86_64/PKGBUILD (from rev 140523, 
libwnck3/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2011-10-16 15:04:26 UTC (rev 140524)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Ionut Biru 
+
+pkgname=libwnck3
+_pkgbasename=libwnck
+pkgver=3.2.1
+pkgrel=1
+pkgdesc="Window Navigator Construction Kit (GTK+3)"
+arch=('i686' 'x86_64')
+license=('LGPL')
+depends=('gtk3' 'startup-notification' 'libxres')
+makedepends=('intltool' 'gobject-introspection')
+options=('!libtool')
+url="http://www.gnome.org/";
+source=(http://ftp.gnome.org/pub/gnome/sources/${_pkgbasename}/${pkgver%.*}/${_pkgbasename}-${pkgver}.tar.xz)
+sha256sums=('eaba586d8e092770e45ab8a3073eb57b5386e1ea7512b5424fa558906f26a3da')
+
+build() {
+cd "${srcdir}/${_pkgbasename}-${pkgver}"
+./configure --prefix=/usr --sysconfdir=/etc \
+--localstatedir=/var --disable-static
+make
+}
+
+package() {
+cd "${srcdir}/${_pkgbasename}-${pkgver}"
+make DESTDIR="${pkgdir}" install
+}



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

2011-09-27 Thread Ionut Biru
Date: Tuesday, September 27, 2011 @ 07:03:59
  Author: ibiru
Revision: 138563

archrelease: copy trunk to gnome-unstable-i686, gnome-unstable-x86_64

Added:
  libwnck3/repos/gnome-unstable-i686/PKGBUILD
(from rev 138562, libwnck3/trunk/PKGBUILD)
  libwnck3/repos/gnome-unstable-x86_64/PKGBUILD
(from rev 138562, libwnck3/trunk/PKGBUILD)
Deleted:
  libwnck3/repos/gnome-unstable-i686/PKGBUILD
  libwnck3/repos/gnome-unstable-x86_64/PKGBUILD

+
 gnome-unstable-i686/PKGBUILD   |   56 +++
 gnome-unstable-x86_64/PKGBUILD |   56 +++
 2 files changed, 56 insertions(+), 56 deletions(-)

Deleted: gnome-unstable-i686/PKGBUILD
===
--- gnome-unstable-i686/PKGBUILD2011-09-27 11:02:27 UTC (rev 138562)
+++ gnome-unstable-i686/PKGBUILD2011-09-27 11:03:59 UTC (rev 138563)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru 
-
-pkgname=libwnck3
-_pkgbasename=libwnck
-pkgver=3.1.92
-pkgrel=1
-pkgdesc="Window Navigator Construction Kit (GTK+3)"
-arch=('i686' 'x86_64')
-license=('LGPL')
-depends=('gtk3' 'startup-notification' 'libxres')
-makedepends=('intltool' 'gobject-introspection')
-options=('!libtool')
-url="http://www.gnome.org/";
-source=(http://ftp.gnome.org/pub/gnome/sources/${_pkgbasename}/${pkgver%.*}/${_pkgbasename}-${pkgver}.tar.xz)
-sha256sums=('5ec890c2cec6c090a8790cdee2234fee1fb2529ed6216d2721310bda19d270db')
-
-build() {
-cd "${srcdir}/${_pkgbasename}-${pkgver}"
-./configure --prefix=/usr --sysconfdir=/etc \
---localstatedir=/var --disable-static
-make
-}
-
-package() {
-cd "${srcdir}/${_pkgbasename}-${pkgver}"
-make DESTDIR="${pkgdir}" install
-}

Copied: libwnck3/repos/gnome-unstable-i686/PKGBUILD (from rev 138562, 
libwnck3/trunk/PKGBUILD)
===
--- gnome-unstable-i686/PKGBUILD(rev 0)
+++ gnome-unstable-i686/PKGBUILD2011-09-27 11:03:59 UTC (rev 138563)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Ionut Biru 
+
+pkgname=libwnck3
+_pkgbasename=libwnck
+pkgver=3.2.0
+pkgrel=1
+pkgdesc="Window Navigator Construction Kit (GTK+3)"
+arch=('i686' 'x86_64')
+license=('LGPL')
+depends=('gtk3' 'startup-notification' 'libxres')
+makedepends=('intltool' 'gobject-introspection')
+options=('!libtool')
+url="http://www.gnome.org/";
+source=(http://ftp.gnome.org/pub/gnome/sources/${_pkgbasename}/${pkgver%.*}/${_pkgbasename}-${pkgver}.tar.xz)
+sha256sums=('7cb92e6dbe8f20f4dba327fa078fb3caa35c0ae89445bbbdf1e7a17e5116f542')
+
+build() {
+cd "${srcdir}/${_pkgbasename}-${pkgver}"
+./configure --prefix=/usr --sysconfdir=/etc \
+--localstatedir=/var --disable-static
+make
+}
+
+package() {
+cd "${srcdir}/${_pkgbasename}-${pkgver}"
+make DESTDIR="${pkgdir}" install
+}

Deleted: gnome-unstable-x86_64/PKGBUILD
===
--- gnome-unstable-x86_64/PKGBUILD  2011-09-27 11:02:27 UTC (rev 138562)
+++ gnome-unstable-x86_64/PKGBUILD  2011-09-27 11:03:59 UTC (rev 138563)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru 
-
-pkgname=libwnck3
-_pkgbasename=libwnck
-pkgver=3.1.92
-pkgrel=1
-pkgdesc="Window Navigator Construction Kit (GTK+3)"
-arch=('i686' 'x86_64')
-license=('LGPL')
-depends=('gtk3' 'startup-notification' 'libxres')
-makedepends=('intltool' 'gobject-introspection')
-options=('!libtool')
-url="http://www.gnome.org/";
-source=(http://ftp.gnome.org/pub/gnome/sources/${_pkgbasename}/${pkgver%.*}/${_pkgbasename}-${pkgver}.tar.xz)
-sha256sums=('5ec890c2cec6c090a8790cdee2234fee1fb2529ed6216d2721310bda19d270db')
-
-build() {
-cd "${srcdir}/${_pkgbasename}-${pkgver}"
-./configure --prefix=/usr --sysconfdir=/etc \
---localstatedir=/var --disable-static
-make
-}
-
-package() {
-cd "${srcdir}/${_pkgbasename}-${pkgver}"
-make DESTDIR="${pkgdir}" install
-}

Copied: libwnck3/repos/gnome-unstable-x86_64/PKGBUILD (from rev 138562, 
libwnck3/trunk/PKGBUILD)
===
--- gnome-unstable-x86_64/PKGBUILD  (rev 0)
+++ gnome-unstable-x86_64/PKGBUILD  2011-09-27 11:03:59 UTC (rev 138563)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Ionut Biru 
+
+pkgname=libwnck3
+_pkgbasename=libwnck
+pkgver=3.2.0
+pkgrel=1
+pkgdesc="Window Navigator Construction Kit (GTK+3)"
+arch=('i686' 'x86_64')
+license=('LGPL')
+depends=('gtk3' 'startup-notification' 'libxres')
+makedepends=('intltool' 'gobject-introspection')
+options=('!libtool')
+url="http://www.gnome.org/";
+source=(http://ftp.gnome.org/pub/gnome/sources/${_pkgbasename}/${pkgver%.*}/${_pkgbasename}-${pkgver}.tar.xz)
+sha256sums=('7cb92e6dbe8f20f4dba327fa078fb3caa35c0ae89445bbbdf1e7a17e5116f542')
+
+build() {
+cd "${srcdir}/${_pkgbasename}-${pkgver}"
+./configure --prefix=/usr --syscon

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

2011-09-19 Thread Ionut Biru
Date: Monday, September 19, 2011 @ 14:02:28
  Author: ibiru
Revision: 138265

archrelease: copy trunk to gnome-unstable-i686, gnome-unstable-x86_64

Added:
  libwnck3/repos/gnome-unstable-i686/PKGBUILD
(from rev 138264, libwnck3/trunk/PKGBUILD)
  libwnck3/repos/gnome-unstable-x86_64/PKGBUILD
(from rev 138264, libwnck3/trunk/PKGBUILD)
Deleted:
  libwnck3/repos/gnome-unstable-i686/PKGBUILD
  libwnck3/repos/gnome-unstable-x86_64/PKGBUILD

+
 gnome-unstable-i686/PKGBUILD   |   55 +++
 gnome-unstable-x86_64/PKGBUILD |   55 +++
 2 files changed, 56 insertions(+), 54 deletions(-)

Deleted: gnome-unstable-i686/PKGBUILD
===
--- gnome-unstable-i686/PKGBUILD2011-09-19 18:01:15 UTC (rev 138264)
+++ gnome-unstable-i686/PKGBUILD2011-09-19 18:02:28 UTC (rev 138265)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru 
-pkgname=libwnck3
-_pkgbasename=libwnck
-pkgver=3.1.90
-pkgrel=1
-pkgdesc="Window Navigator Construction Kit (GTK+3)"
-arch=('i686' 'x86_64')
-license=('LGPL')
-depends=('gtk3' 'startup-notification' 'libxres')
-makedepends=('intltool' 'gobject-introspection')
-options=('!libtool')
-url="http://www.gnome.org/";
-source=(http://ftp.gnome.org/pub/gnome/sources/${_pkgbasename}/${pkgver%.*}/${_pkgbasename}-${pkgver}.tar.xz)
-sha256sums=('1404693cbe10b6ff42a347d49e4f2e6cea3ad44b7162b5e4e72fdb067fc52641')
-
-build() {
-cd "${srcdir}/${_pkgbasename}-${pkgver}"
-./configure --prefix=/usr --sysconfdir=/etc \
---localstatedir=/var --disable-static
-make
-}
-
-package() {
-cd "${srcdir}/${_pkgbasename}-${pkgver}"
-make DESTDIR="${pkgdir}" install
-}

Copied: libwnck3/repos/gnome-unstable-i686/PKGBUILD (from rev 138264, 
libwnck3/trunk/PKGBUILD)
===
--- gnome-unstable-i686/PKGBUILD(rev 0)
+++ gnome-unstable-i686/PKGBUILD2011-09-19 18:02:28 UTC (rev 138265)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Ionut Biru 
+
+pkgname=libwnck3
+_pkgbasename=libwnck
+pkgver=3.1.92
+pkgrel=1
+pkgdesc="Window Navigator Construction Kit (GTK+3)"
+arch=('i686' 'x86_64')
+license=('LGPL')
+depends=('gtk3' 'startup-notification' 'libxres')
+makedepends=('intltool' 'gobject-introspection')
+options=('!libtool')
+url="http://www.gnome.org/";
+source=(http://ftp.gnome.org/pub/gnome/sources/${_pkgbasename}/${pkgver%.*}/${_pkgbasename}-${pkgver}.tar.xz)
+sha256sums=('5ec890c2cec6c090a8790cdee2234fee1fb2529ed6216d2721310bda19d270db')
+
+build() {
+cd "${srcdir}/${_pkgbasename}-${pkgver}"
+./configure --prefix=/usr --sysconfdir=/etc \
+--localstatedir=/var --disable-static
+make
+}
+
+package() {
+cd "${srcdir}/${_pkgbasename}-${pkgver}"
+make DESTDIR="${pkgdir}" install
+}

Deleted: gnome-unstable-x86_64/PKGBUILD
===
--- gnome-unstable-x86_64/PKGBUILD  2011-09-19 18:01:15 UTC (rev 138264)
+++ gnome-unstable-x86_64/PKGBUILD  2011-09-19 18:02:28 UTC (rev 138265)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru 
-pkgname=libwnck3
-_pkgbasename=libwnck
-pkgver=3.1.90
-pkgrel=1
-pkgdesc="Window Navigator Construction Kit (GTK+3)"
-arch=('i686' 'x86_64')
-license=('LGPL')
-depends=('gtk3' 'startup-notification' 'libxres')
-makedepends=('intltool' 'gobject-introspection')
-options=('!libtool')
-url="http://www.gnome.org/";
-source=(http://ftp.gnome.org/pub/gnome/sources/${_pkgbasename}/${pkgver%.*}/${_pkgbasename}-${pkgver}.tar.xz)
-sha256sums=('1404693cbe10b6ff42a347d49e4f2e6cea3ad44b7162b5e4e72fdb067fc52641')
-
-build() {
-cd "${srcdir}/${_pkgbasename}-${pkgver}"
-./configure --prefix=/usr --sysconfdir=/etc \
---localstatedir=/var --disable-static
-make
-}
-
-package() {
-cd "${srcdir}/${_pkgbasename}-${pkgver}"
-make DESTDIR="${pkgdir}" install
-}

Copied: libwnck3/repos/gnome-unstable-x86_64/PKGBUILD (from rev 138264, 
libwnck3/trunk/PKGBUILD)
===
--- gnome-unstable-x86_64/PKGBUILD  (rev 0)
+++ gnome-unstable-x86_64/PKGBUILD  2011-09-19 18:02:28 UTC (rev 138265)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Ionut Biru 
+
+pkgname=libwnck3
+_pkgbasename=libwnck
+pkgver=3.1.92
+pkgrel=1
+pkgdesc="Window Navigator Construction Kit (GTK+3)"
+arch=('i686' 'x86_64')
+license=('LGPL')
+depends=('gtk3' 'startup-notification' 'libxres')
+makedepends=('intltool' 'gobject-introspection')
+options=('!libtool')
+url="http://www.gnome.org/";
+source=(http://ftp.gnome.org/pub/gnome/sources/${_pkgbasename}/${pkgver%.*}/${_pkgbasename}-${pkgver}.tar.xz)
+sha256sums=('5ec890c2cec6c090a8790cdee2234fee1fb2529ed6216d2721310bda19d270db')
+
+build() {
+cd "${srcdir}/${_pkgbasename}-${pkgver}"
+./configure --prefix=/usr --sysconfdi

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

2011-08-31 Thread Ionut Biru
Date: Wednesday, August 31, 2011 @ 07:44:34
  Author: ibiru
Revision: 136659

archrelease: copy trunk to gnome-unstable-i686, gnome-unstable-x86_64

Added:
  libwnck3/repos/gnome-unstable-i686/
  libwnck3/repos/gnome-unstable-i686/PKGBUILD
(from rev 136658, libwnck3/trunk/PKGBUILD)
  libwnck3/repos/gnome-unstable-x86_64/
  libwnck3/repos/gnome-unstable-x86_64/PKGBUILD
(from rev 136658, libwnck3/trunk/PKGBUILD)

+
 gnome-unstable-i686/PKGBUILD   |   27 +++
 gnome-unstable-x86_64/PKGBUILD |   27 +++
 2 files changed, 54 insertions(+)

Copied: libwnck3/repos/gnome-unstable-i686/PKGBUILD (from rev 136658, 
libwnck3/trunk/PKGBUILD)
===
--- gnome-unstable-i686/PKGBUILD(rev 0)
+++ gnome-unstable-i686/PKGBUILD2011-08-31 11:44:34 UTC (rev 136659)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Ionut Biru 
+pkgname=libwnck3
+_pkgbasename=libwnck
+pkgver=3.1.90
+pkgrel=1
+pkgdesc="Window Navigator Construction Kit (GTK+3)"
+arch=('i686' 'x86_64')
+license=('LGPL')
+depends=('gtk3' 'startup-notification' 'libxres')
+makedepends=('intltool' 'gobject-introspection')
+options=('!libtool')
+url="http://www.gnome.org/";
+source=(http://ftp.gnome.org/pub/gnome/sources/${_pkgbasename}/${pkgver%.*}/${_pkgbasename}-${pkgver}.tar.xz)
+sha256sums=('1404693cbe10b6ff42a347d49e4f2e6cea3ad44b7162b5e4e72fdb067fc52641')
+
+build() {
+cd "${srcdir}/${_pkgbasename}-${pkgver}"
+./configure --prefix=/usr --sysconfdir=/etc \
+--localstatedir=/var --disable-static
+make
+}
+
+package() {
+cd "${srcdir}/${_pkgbasename}-${pkgver}"
+make DESTDIR="${pkgdir}" install
+}

Copied: libwnck3/repos/gnome-unstable-x86_64/PKGBUILD (from rev 136658, 
libwnck3/trunk/PKGBUILD)
===
--- gnome-unstable-x86_64/PKGBUILD  (rev 0)
+++ gnome-unstable-x86_64/PKGBUILD  2011-08-31 11:44:34 UTC (rev 136659)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Ionut Biru 
+pkgname=libwnck3
+_pkgbasename=libwnck
+pkgver=3.1.90
+pkgrel=1
+pkgdesc="Window Navigator Construction Kit (GTK+3)"
+arch=('i686' 'x86_64')
+license=('LGPL')
+depends=('gtk3' 'startup-notification' 'libxres')
+makedepends=('intltool' 'gobject-introspection')
+options=('!libtool')
+url="http://www.gnome.org/";
+source=(http://ftp.gnome.org/pub/gnome/sources/${_pkgbasename}/${pkgver%.*}/${_pkgbasename}-${pkgver}.tar.xz)
+sha256sums=('1404693cbe10b6ff42a347d49e4f2e6cea3ad44b7162b5e4e72fdb067fc52641')
+
+build() {
+cd "${srcdir}/${_pkgbasename}-${pkgver}"
+./configure --prefix=/usr --sysconfdir=/etc \
+--localstatedir=/var --disable-static
+make
+}
+
+package() {
+cd "${srcdir}/${_pkgbasename}-${pkgver}"
+make DESTDIR="${pkgdir}" install
+}