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

Jan de Groot jgc at archlinux.org
Fri Sep 26 10:57:07 UTC 2014


    Date: Friday, September 26, 2014 @ 12:57:07
  Author: jgc
Revision: 223137

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

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

-------------------------+
 testing-i686/PKGBUILD   |   26 ++++++++++++++++++++++++++
 testing-x86_64/PKGBUILD |   26 ++++++++++++++++++++++++++
 2 files changed, 52 insertions(+)

Copied: gdl/repos/testing-i686/PKGBUILD (from rev 223030, gdl/repos/gnome-unstable-i686/PKGBUILD)
===================================================================
--- testing-i686/PKGBUILD	                        (rev 0)
+++ testing-i686/PKGBUILD	2014-09-26 10:57:07 UTC (rev 223137)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Jan de Groot <jgc at archlinux.org>
+
+pkgname=gdl
+pkgver=3.14.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' 'python2')
+source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('4b903c28a8894a82b997a1732a443c8b1d6a510304b3c3b511023339ff5d01db')
+
+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 223030, gdl/repos/gnome-unstable-x86_64/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD	                        (rev 0)
+++ testing-x86_64/PKGBUILD	2014-09-26 10:57:07 UTC (rev 223137)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Jan de Groot <jgc at archlinux.org>
+
+pkgname=gdl
+pkgver=3.14.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' 'python2')
+source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('4b903c28a8894a82b997a1732a443c8b1d6a510304b3c3b511023339ff5d01db')
+
+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