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

Jan Steffens heftig at archlinux.org
Sun Apr 1 11:35:49 UTC 2012


    Date: Sunday, April 1, 2012 @ 07:35:49
  Author: heftig
Revision: 155215

db-move: moved libwnck3 from [gnome-unstable] to [testing] (i686)

Added:
  libwnck3/repos/testing-i686/
  libwnck3/repos/testing-i686/PKGBUILD
    (from rev 155005, libwnck3/repos/gnome-unstable-i686/PKGBUILD)
Deleted:
  libwnck3/repos/gnome-unstable-i686/

----------+
 PKGBUILD |   28 ++++++++++++++++++++++++++++
 1 file changed, 28 insertions(+)

Copied: libwnck3/repos/testing-i686/PKGBUILD (from rev 155005, libwnck3/repos/gnome-unstable-i686/PKGBUILD)
===================================================================
--- testing-i686/PKGBUILD	                        (rev 0)
+++ testing-i686/PKGBUILD	2012-04-01 11:35:49 UTC (rev 155215)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Ionut Biru <ibiru at archlinux.org>
+
+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
+}




More information about the arch-commits mailing list