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

Andreas Radke andyrtr at nymeria.archlinux.org
Sat Dec 21 18:25:32 UTC 2013


    Date: Saturday, December 21, 2013 @ 19:25:32
  Author: andyrtr
Revision: 202416

archrelease: copy trunk to staging-i686, staging-x86_64

Added:
  libgda/repos/staging-i686/
  libgda/repos/staging-i686/PKGBUILD
    (from rev 202415, libgda/trunk/PKGBUILD)
  libgda/repos/staging-i686/libgda.install
    (from rev 202415, libgda/trunk/libgda.install)
  libgda/repos/staging-x86_64/
  libgda/repos/staging-x86_64/PKGBUILD
    (from rev 202415, libgda/trunk/PKGBUILD)
  libgda/repos/staging-x86_64/libgda.install
    (from rev 202415, libgda/trunk/libgda.install)

-------------------------------+
 staging-i686/PKGBUILD         |   33 +++++++++++++++++++++++++++++++++
 staging-i686/libgda.install   |   12 ++++++++++++
 staging-x86_64/PKGBUILD       |   33 +++++++++++++++++++++++++++++++++
 staging-x86_64/libgda.install |   12 ++++++++++++
 4 files changed, 90 insertions(+)

Copied: libgda/repos/staging-i686/PKGBUILD (from rev 202415, libgda/trunk/PKGBUILD)
===================================================================
--- staging-i686/PKGBUILD	                        (rev 0)
+++ staging-i686/PKGBUILD	2013-12-21 18:25:32 UTC (rev 202416)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: tobias <tobias at archlinux.org>
+# Contributor: Tobias Kieslich <tobias at justdreams.de>
+
+pkgname=libgda
+pkgver=5.2.1
+pkgrel=2
+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' 'itstool')
+url="http://www.gnome-db.org"
+install=libgda.install
+source=(http://ftp.gnome.org/pub/GNOME/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz)
+sha256sums=('c29aa77e9a2f22cacf2d2af0429e0828feece7386fb07709b519642dcdb3f041')
+
+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 --enable-gda-gi
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+}

Copied: libgda/repos/staging-i686/libgda.install (from rev 202415, libgda/trunk/libgda.install)
===================================================================
--- staging-i686/libgda.install	                        (rev 0)
+++ staging-i686/libgda.install	2013-12-21 18:25:32 UTC (rev 202416)
@@ -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/staging-x86_64/PKGBUILD (from rev 202415, libgda/trunk/PKGBUILD)
===================================================================
--- staging-x86_64/PKGBUILD	                        (rev 0)
+++ staging-x86_64/PKGBUILD	2013-12-21 18:25:32 UTC (rev 202416)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: tobias <tobias at archlinux.org>
+# Contributor: Tobias Kieslich <tobias at justdreams.de>
+
+pkgname=libgda
+pkgver=5.2.1
+pkgrel=2
+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' 'itstool')
+url="http://www.gnome-db.org"
+install=libgda.install
+source=(http://ftp.gnome.org/pub/GNOME/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz)
+sha256sums=('c29aa77e9a2f22cacf2d2af0429e0828feece7386fb07709b519642dcdb3f041')
+
+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 --enable-gda-gi
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+}

Copied: libgda/repos/staging-x86_64/libgda.install (from rev 202415, libgda/trunk/libgda.install)
===================================================================
--- staging-x86_64/libgda.install	                        (rev 0)
+++ staging-x86_64/libgda.install	2013-12-21 18:25:32 UTC (rev 202416)
@@ -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