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

Jan Steffens heftig at nymeria.archlinux.org
Sun Mar 31 10:30:28 UTC 2013


    Date: Sunday, March 31, 2013 @ 12:30:28
  Author: heftig
Revision: 181082

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

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

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

Copied: gdl/repos/gnome-unstable-i686/PKGBUILD (from rev 181081, gdl/trunk/PKGBUILD)
===================================================================
--- gnome-unstable-i686/PKGBUILD	                        (rev 0)
+++ gnome-unstable-i686/PKGBUILD	2013-03-31 10:30:28 UTC (rev 181082)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Jan de Groot <jgc at archlinux.org>
+
+pkgname=gdl
+pkgver=3.8.0
+pkgrel=1
+pkgdesc="GNOME Docking Library"
+arch=(i686 x86_64)
+license=('GPL')
+url="http://www.gnome.org/"
+depends=('gtk3')
+makedepends=('gtk-doc' 'intltool' 'gobject-introspection')
+options=('!libtool')
+source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('d29aeae9582d6af1f9f1cf86a5248ba741770ae0078991e133f4e360f1e6c0e6')
+
+build() {
+  cd "$pkgname-$pkgver"
+  ./configure --prefix=/usr --sysconfdir=/etc \
+      --localstatedir=/var --disable-static
+  make
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+}

Copied: gdl/repos/gnome-unstable-x86_64/PKGBUILD (from rev 181081, gdl/trunk/PKGBUILD)
===================================================================
--- gnome-unstable-x86_64/PKGBUILD	                        (rev 0)
+++ gnome-unstable-x86_64/PKGBUILD	2013-03-31 10:30:28 UTC (rev 181082)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Jan de Groot <jgc at archlinux.org>
+
+pkgname=gdl
+pkgver=3.8.0
+pkgrel=1
+pkgdesc="GNOME Docking Library"
+arch=(i686 x86_64)
+license=('GPL')
+url="http://www.gnome.org/"
+depends=('gtk3')
+makedepends=('gtk-doc' 'intltool' 'gobject-introspection')
+options=('!libtool')
+source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('d29aeae9582d6af1f9f1cf86a5248ba741770ae0078991e133f4e360f1e6c0e6')
+
+build() {
+  cd "$pkgname-$pkgver"
+  ./configure --prefix=/usr --sysconfdir=/etc \
+      --localstatedir=/var --disable-static
+  make
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+}




More information about the arch-commits mailing list