[arch-commits] Commit in glom/repos (4 files)
Jaroslav Lichtblau
jlichtblau at archlinux.org
Wed Nov 5 10:57:46 UTC 2014
Date: Wednesday, November 5, 2014 @ 11:57:45
Author: jlichtblau
Revision: 121941
archrelease: copy trunk to community-staging-x86_64
Added:
glom/repos/community-staging-x86_64/
glom/repos/community-staging-x86_64/PKGBUILD
(from rev 121940, glom/trunk/PKGBUILD)
glom/repos/community-staging-x86_64/glom.changelog
(from rev 121940, glom/trunk/glom.changelog)
glom/repos/community-staging-x86_64/glom.install
(from rev 121940, glom/trunk/glom.install)
----------------+
PKGBUILD | 37 +++++++++++++++++++++++++++++++++++++
glom.changelog | 5 +++++
glom.install | 13 +++++++++++++
3 files changed, 55 insertions(+)
Copied: glom/repos/community-staging-x86_64/PKGBUILD (from rev 121940, glom/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD (rev 0)
+++ community-staging-x86_64/PKGBUILD 2014-11-05 10:57:45 UTC (rev 121941)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
+# Contributor: Roman Kyrylych <Roman.Kyrylych at gmail.com>
+# Contributor: William Rea <sillywilly at gmail.com>
+# Contributor: Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
+
+pkgname=glom
+pkgver=1.28.0
+pkgrel=1
+pkgdesc="An easy-to-use database designer and user interface"
+arch=('i686' 'x86_64')
+url="http://www.glom.org/"
+license=('GPL')
+depends=('gettext' 'boost-libs' 'libgdamm' 'libxml++' 'python2-gobject' 'libepc' 'goocanvasmm' 'gtksourceviewmm' 'evince' 'postgresql')
+makedepends=('intltool' 'gnome-doc-utils' 'python-sphinx' 'boost' 'itstool')
+install=$pkgname.install
+changelog=$pkgname.changelog
+source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/1.28/$pkgname-$pkgver.tar.xz)
+sha256sums=('bac4c97cdcca57c8eb1fb41263a7c5de4af84c6a266802f25fee338cf1b9081b')
+
+build() {
+ cd "${srcdir}"/$pkgname-$pkgver
+
+ ./configure --prefix=/usr \
+ --with-postgres-utils=/usr/bin \
+ --disable-scrollkeeper \
+ --disable-update-mime-database \
+ --disable-static \
+ PYTHON=python2
+ make
+}
+
+package() {
+ cd "${srcdir}"/$pkgname-$pkgver
+
+ make DESTDIR="${pkgdir}" install
+}
Copied: glom/repos/community-staging-x86_64/glom.changelog (from rev 121940, glom/trunk/glom.changelog)
===================================================================
--- community-staging-x86_64/glom.changelog (rev 0)
+++ community-staging-x86_64/glom.changelog 2014-11-05 10:57:45 UTC (rev 121941)
@@ -0,0 +1,5 @@
+2014-11-05 Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
+ * glom-1.28.0-1
+
+2013-11-11 Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
+ * glom-1.24.2-1
Copied: glom/repos/community-staging-x86_64/glom.install (from rev 121940, glom/trunk/glom.install)
===================================================================
--- community-staging-x86_64/glom.install (rev 0)
+++ community-staging-x86_64/glom.install 2014-11-05 10:57:45 UTC (rev 121941)
@@ -0,0 +1,13 @@
+post_install() {
+ gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+ update-desktop-database -q
+ update-mime-database usr/share/mime > /dev/null
+}
+
+post_upgrade() {
+ post_install
+}
+
+post_remove() {
+ post_install
+}
More information about the arch-commits
mailing list