[arch-commits] Commit in libgda/repos (4 files)
Jan Steffens
heftig at archlinux.org
Sun Apr 1 11:35:07 UTC 2012
Date: Sunday, April 1, 2012 @ 07:35:06
Author: heftig
Revision: 155186
db-move: moved libgda from [gnome-unstable] to [testing] (x86_64)
Added:
libgda/repos/testing-x86_64/
libgda/repos/testing-x86_64/PKGBUILD
(from rev 155005, libgda/repos/gnome-unstable-x86_64/PKGBUILD)
libgda/repos/testing-x86_64/libgda.install
(from rev 155005, libgda/repos/gnome-unstable-x86_64/libgda.install)
Deleted:
libgda/repos/gnome-unstable-x86_64/
----------------+
PKGBUILD | 34 ++++++++++++++++++++++++++++++++++
libgda.install | 12 ++++++++++++
2 files changed, 46 insertions(+)
Copied: libgda/repos/testing-x86_64/PKGBUILD (from rev 155005, libgda/repos/gnome-unstable-x86_64/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2012-04-01 11:35:06 UTC (rev 155186)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: tobias <tobias at archlinux.org>
+# Contributor: Tobias Kieslich <tobias at justdreams.de>
+
+pkgname=libgda
+pkgver=5.0.3
+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'
+ 'libmysqlclient' 'postgresql-libs' 'python2' 'libgnome-keyring'
+ 'hicolor-icon-theme' 'desktop-file-utils' 'graphviz' 'gdk-pixbuf2'
+ 'iso-codes' 'openssl' 'libgcrypt' 'libldap')
+makedepends=('intltool' 'gobject-introspection' 'openjdk6' '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=('82d204361b794103c366bb690484d25814bfc653cb97da0dfcf7c0a13409d1cc')
+
+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 155005, libgda/repos/gnome-unstable-x86_64/libgda.install)
===================================================================
--- testing-x86_64/libgda.install (rev 0)
+++ testing-x86_64/libgda.install 2012-04-01 11:35:06 UTC (rev 155186)
@@ -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