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

Felix Yan fyan at archlinux.org
Tue Aug 12 00:09:27 UTC 2014


    Date: Tuesday, August 12, 2014 @ 02:09:27
  Author: fyan
Revision: 117212

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

Added:
  glom/repos/community-staging-i686/
  glom/repos/community-staging-i686/PKGBUILD
    (from rev 117211, glom/trunk/PKGBUILD)
  glom/repos/community-staging-i686/glom.changelog
    (from rev 117211, glom/trunk/glom.changelog)
  glom/repos/community-staging-i686/glom.install
    (from rev 117211, glom/trunk/glom.install)
  glom/repos/community-staging-x86_64/
  glom/repos/community-staging-x86_64/PKGBUILD
    (from rev 117211, glom/trunk/PKGBUILD)
  glom/repos/community-staging-x86_64/glom.changelog
    (from rev 117211, glom/trunk/glom.changelog)
  glom/repos/community-staging-x86_64/glom.install
    (from rev 117211, glom/trunk/glom.install)

-----------------------------------------+
 community-staging-i686/PKGBUILD         |   37 ++++++++++++++++++++++++++++++
 community-staging-i686/glom.changelog   |    2 +
 community-staging-i686/glom.install     |   13 ++++++++++
 community-staging-x86_64/PKGBUILD       |   37 ++++++++++++++++++++++++++++++
 community-staging-x86_64/glom.changelog |    2 +
 community-staging-x86_64/glom.install   |   13 ++++++++++
 6 files changed, 104 insertions(+)

Copied: glom/repos/community-staging-i686/PKGBUILD (from rev 117211, glom/trunk/PKGBUILD)
===================================================================
--- community-staging-i686/PKGBUILD	                        (rev 0)
+++ community-staging-i686/PKGBUILD	2014-08-12 00:09:27 UTC (rev 117212)
@@ -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.24.2
+pkgrel=3
+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')
+install=$pkgname.install
+changelog=$pkgname.changelog
+source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/1.24/$pkgname-$pkgver.tar.xz)
+sha256sums=('7bd16c9ac0db15d273667c1a39c1f5056669281d69e9c779548b1f6bdaef798b')
+
+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-i686/glom.changelog (from rev 117211, glom/trunk/glom.changelog)
===================================================================
--- community-staging-i686/glom.changelog	                        (rev 0)
+++ community-staging-i686/glom.changelog	2014-08-12 00:09:27 UTC (rev 117212)
@@ -0,0 +1,2 @@
+2013-11-11 Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
+    * glom-1.24.2-1

Copied: glom/repos/community-staging-i686/glom.install (from rev 117211, glom/trunk/glom.install)
===================================================================
--- community-staging-i686/glom.install	                        (rev 0)
+++ community-staging-i686/glom.install	2014-08-12 00:09:27 UTC (rev 117212)
@@ -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
+}

Copied: glom/repos/community-staging-x86_64/PKGBUILD (from rev 117211, glom/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD	                        (rev 0)
+++ community-staging-x86_64/PKGBUILD	2014-08-12 00:09:27 UTC (rev 117212)
@@ -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.24.2
+pkgrel=3
+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')
+install=$pkgname.install
+changelog=$pkgname.changelog
+source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/1.24/$pkgname-$pkgver.tar.xz)
+sha256sums=('7bd16c9ac0db15d273667c1a39c1f5056669281d69e9c779548b1f6bdaef798b')
+
+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 117211, glom/trunk/glom.changelog)
===================================================================
--- community-staging-x86_64/glom.changelog	                        (rev 0)
+++ community-staging-x86_64/glom.changelog	2014-08-12 00:09:27 UTC (rev 117212)
@@ -0,0 +1,2 @@
+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 117211, glom/trunk/glom.install)
===================================================================
--- community-staging-x86_64/glom.install	                        (rev 0)
+++ community-staging-x86_64/glom.install	2014-08-12 00:09:27 UTC (rev 117212)
@@ -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