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

Jan de Groot jgc at archlinux.org
Thu Oct 18 19:28:07 UTC 2012


    Date: Thursday, October 18, 2012 @ 15:28:06
  Author: jgc
Revision: 169247

db-move: moved gdl from [gnome-unstable] to [testing] (i686, x86_64)

Added:
  gdl/repos/testing-i686/
  gdl/repos/testing-i686/PKGBUILD
    (from rev 169138, gdl/repos/gnome-unstable-i686/PKGBUILD)
  gdl/repos/testing-x86_64/
  gdl/repos/testing-x86_64/PKGBUILD
    (from rev 169138, gdl/repos/gnome-unstable-x86_64/PKGBUILD)
Deleted:
  gdl/repos/gnome-unstable-i686/
  gdl/repos/gnome-unstable-x86_64/

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

Copied: gdl/repos/testing-i686/PKGBUILD (from rev 169138, gdl/repos/gnome-unstable-i686/PKGBUILD)
===================================================================
--- testing-i686/PKGBUILD	                        (rev 0)
+++ testing-i686/PKGBUILD	2012-10-18 19:28:06 UTC (rev 169247)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Jan de Groot <jgc at archlinux.org>
+
+pkgname=gdl
+pkgver=3.6.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=('32a04fc96667e2f7ca1e3c853b996da3e62f4811b2a90d62cb2081f68aeecac3')
+
+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/testing-x86_64/PKGBUILD (from rev 169138, gdl/repos/gnome-unstable-x86_64/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD	                        (rev 0)
+++ testing-x86_64/PKGBUILD	2012-10-18 19:28:06 UTC (rev 169247)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Jan de Groot <jgc at archlinux.org>
+
+pkgname=gdl
+pkgver=3.6.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=('32a04fc96667e2f7ca1e3c853b996da3e62f4811b2a90d62cb2081f68aeecac3')
+
+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