[arch-commits] Commit in libgda/repos (8 files)

Jan Steffens heftig at nymeria.archlinux.org
Wed Apr 10 19:13:47 UTC 2013


    Date: Wednesday, April 10, 2013 @ 21:13:47
  Author: heftig
Revision: 182545

db-move: moved libgda from [staging] to [testing] (i686, x86_64)

Added:
  libgda/repos/testing-i686/
  libgda/repos/testing-i686/PKGBUILD
    (from rev 182430, libgda/repos/staging-i686/PKGBUILD)
  libgda/repos/testing-i686/libgda.install
    (from rev 182430, libgda/repos/staging-i686/libgda.install)
  libgda/repos/testing-x86_64/
  libgda/repos/testing-x86_64/PKGBUILD
    (from rev 182430, libgda/repos/staging-x86_64/PKGBUILD)
  libgda/repos/testing-x86_64/libgda.install
    (from rev 182430, libgda/repos/staging-x86_64/libgda.install)
Deleted:
  libgda/repos/staging-i686/
  libgda/repos/staging-x86_64/

-------------------------------+
 testing-i686/PKGBUILD         |   34 ++++++++++++++++++++++++++++++++++
 testing-i686/libgda.install   |   12 ++++++++++++
 testing-x86_64/PKGBUILD       |   34 ++++++++++++++++++++++++++++++++++
 testing-x86_64/libgda.install |   12 ++++++++++++
 4 files changed, 92 insertions(+)

Copied: libgda/repos/testing-i686/PKGBUILD (from rev 182430, libgda/repos/staging-i686/PKGBUILD)
===================================================================
--- testing-i686/PKGBUILD	                        (rev 0)
+++ testing-i686/PKGBUILD	2013-04-10 19:13:47 UTC (rev 182545)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: tobias <tobias at archlinux.org>
+# Contributor: Tobias Kieslich <tobias at justdreams.de>
+
+pkgname=libgda
+pkgver=5.1.2
+pkgrel=1
+pkgdesc="Data abstraction layer with mysql, pgsql, xml, sqlite providers"
+arch=(i686 x86_64)
+license=('GPL')
+depends=('gtksourceview3' 'libxslt' 'json-glib' 'db' 'ncurses' 'libsoup'
+         'libmariadbclient' 'postgresql-libs' 'python2' 'libsecret'
+         'hicolor-icon-theme' 'desktop-file-utils' 'graphviz' 'gdk-pixbuf2'
+         'iso-codes' 'openssl' 'libgcrypt' 'libldap')
+makedepends=('intltool' 'gobject-introspection' 'gtk-doc' 'vala')
+options=('!libtool')
+url="http://www.gnome-db.org"
+install=libgda.install
+source=(http://ftp.gnome.org/pub/GNOME/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz)
+sha256sums=('59c4416a151297a406091fcfe7af781ea88af3381d10b365ba73b1eb8e23b6c5')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  sed -i '1s/python$/&2/' libgda-report/RML/trml*/trml*.py
+  ./configure --prefix=/usr --sysconfdir=/etc \
+      --with-bdb=/usr --with-bdb-libdir-name=lib \
+      --disable-static --enable-json
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+}

Copied: libgda/repos/testing-i686/libgda.install (from rev 182430, libgda/repos/staging-i686/libgda.install)
===================================================================
--- testing-i686/libgda.install	                        (rev 0)
+++ testing-i686/libgda.install	2013-04-10 19:13:47 UTC (rev 182545)
@@ -0,0 +1,12 @@
+post_install() {
+  update-desktop-database -q
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Copied: libgda/repos/testing-x86_64/PKGBUILD (from rev 182430, libgda/repos/staging-x86_64/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD	                        (rev 0)
+++ testing-x86_64/PKGBUILD	2013-04-10 19:13:47 UTC (rev 182545)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: tobias <tobias at archlinux.org>
+# Contributor: Tobias Kieslich <tobias at justdreams.de>
+
+pkgname=libgda
+pkgver=5.1.2
+pkgrel=1
+pkgdesc="Data abstraction layer with mysql, pgsql, xml, sqlite providers"
+arch=(i686 x86_64)
+license=('GPL')
+depends=('gtksourceview3' 'libxslt' 'json-glib' 'db' 'ncurses' 'libsoup'
+         'libmariadbclient' 'postgresql-libs' 'python2' 'libsecret'
+         'hicolor-icon-theme' 'desktop-file-utils' 'graphviz' 'gdk-pixbuf2'
+         'iso-codes' 'openssl' 'libgcrypt' 'libldap')
+makedepends=('intltool' 'gobject-introspection' 'gtk-doc' 'vala')
+options=('!libtool')
+url="http://www.gnome-db.org"
+install=libgda.install
+source=(http://ftp.gnome.org/pub/GNOME/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz)
+sha256sums=('59c4416a151297a406091fcfe7af781ea88af3381d10b365ba73b1eb8e23b6c5')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  sed -i '1s/python$/&2/' libgda-report/RML/trml*/trml*.py
+  ./configure --prefix=/usr --sysconfdir=/etc \
+      --with-bdb=/usr --with-bdb-libdir-name=lib \
+      --disable-static --enable-json
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+}

Copied: libgda/repos/testing-x86_64/libgda.install (from rev 182430, libgda/repos/staging-x86_64/libgda.install)
===================================================================
--- testing-x86_64/libgda.install	                        (rev 0)
+++ testing-x86_64/libgda.install	2013-04-10 19:13:47 UTC (rev 182545)
@@ -0,0 +1,12 @@
+post_install() {
+  update-desktop-database -q
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}




More information about the arch-commits mailing list