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

Bartłomiej Piotrowski bpiotrowski at nymeria.archlinux.org
Sun Mar 10 11:33:47 UTC 2013


    Date: Sunday, March 10, 2013 @ 12:33:47
  Author: bpiotrowski
Revision: 85963

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 85962, glom/trunk/PKGBUILD)
  glom/repos/community-staging-i686/glom.install
    (from rev 85962, glom/trunk/glom.install)
  glom/repos/community-staging-x86_64/
  glom/repos/community-staging-x86_64/PKGBUILD
    (from rev 85962, glom/trunk/PKGBUILD)
  glom/repos/community-staging-x86_64/glom.install
    (from rev 85962, glom/trunk/glom.install)

---------------------------------------+
 community-staging-i686/PKGBUILD       |   37 ++++++++++++++++++++++++++++++++
 community-staging-i686/glom.install   |   13 +++++++++++
 community-staging-x86_64/PKGBUILD     |   37 ++++++++++++++++++++++++++++++++
 community-staging-x86_64/glom.install |   13 +++++++++++
 4 files changed, 100 insertions(+)

Copied: glom/repos/community-staging-i686/PKGBUILD (from rev 85962, glom/trunk/PKGBUILD)
===================================================================
--- community-staging-i686/PKGBUILD	                        (rev 0)
+++ community-staging-i686/PKGBUILD	2013-03-10 11:33:47 UTC (rev 85963)
@@ -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.22.0
+pkgrel=4
+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')
+options=('!libtool')
+install=$pkgname.install
+source=(ftp://ftp.archlinux.org/other/community/$pkgname/$pkgname-$pkgver.tar.xz)
+sha256sums=('e6ce1b0c76cec8c85beba4900a80f257de3cc23a2c65908262fd8be87c2e546a')
+
+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.install (from rev 85962, glom/trunk/glom.install)
===================================================================
--- community-staging-i686/glom.install	                        (rev 0)
+++ community-staging-i686/glom.install	2013-03-10 11:33:47 UTC (rev 85963)
@@ -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 85962, glom/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD	                        (rev 0)
+++ community-staging-x86_64/PKGBUILD	2013-03-10 11:33:47 UTC (rev 85963)
@@ -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.22.0
+pkgrel=4
+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')
+options=('!libtool')
+install=$pkgname.install
+source=(ftp://ftp.archlinux.org/other/community/$pkgname/$pkgname-$pkgver.tar.xz)
+sha256sums=('e6ce1b0c76cec8c85beba4900a80f257de3cc23a2c65908262fd8be87c2e546a')
+
+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.install (from rev 85962, glom/trunk/glom.install)
===================================================================
--- community-staging-x86_64/glom.install	                        (rev 0)
+++ community-staging-x86_64/glom.install	2013-03-10 11:33:47 UTC (rev 85963)
@@ -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