Date: Friday, March 29, 2013 @ 20:32:13
  Author: stephane
Revision: 87290

db-move: moved glom from [community-staging] to [community-testing] (i686, 
x86_64)

Added:
  glom/repos/community-testing-i686/
  glom/repos/community-testing-i686/PKGBUILD
    (from rev 87277, glom/repos/community-staging-i686/PKGBUILD)
  glom/repos/community-testing-i686/glom.install
    (from rev 87277, glom/repos/community-staging-i686/glom.install)
  glom/repos/community-testing-x86_64/
  glom/repos/community-testing-x86_64/PKGBUILD
    (from rev 87277, glom/repos/community-staging-x86_64/PKGBUILD)
  glom/repos/community-testing-x86_64/glom.install
    (from rev 87277, glom/repos/community-staging-x86_64/glom.install)
Deleted:
  glom/repos/community-staging-i686/
  glom/repos/community-staging-x86_64/

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

Copied: glom/repos/community-testing-i686/PKGBUILD (from rev 87277, 
glom/repos/community-staging-i686/PKGBUILD)
===================================================================
--- community-testing-i686/PKGBUILD                             (rev 0)
+++ community-testing-i686/PKGBUILD     2013-03-29 19:32:13 UTC (rev 87290)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau <[email protected]>
+# Contributor: Roman Kyrylych <[email protected]>
+# Contributor: William Rea <[email protected]>
+# Contributor: Jaroslav Lichtblau <[email protected]>
+
+pkgname=glom
+pkgver=1.22.0
+pkgrel=5
+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-testing-i686/glom.install (from rev 87277, 
glom/repos/community-staging-i686/glom.install)
===================================================================
--- community-testing-i686/glom.install                         (rev 0)
+++ community-testing-i686/glom.install 2013-03-29 19:32:13 UTC (rev 87290)
@@ -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-testing-x86_64/PKGBUILD (from rev 87277, 
glom/repos/community-staging-x86_64/PKGBUILD)
===================================================================
--- community-testing-x86_64/PKGBUILD                           (rev 0)
+++ community-testing-x86_64/PKGBUILD   2013-03-29 19:32:13 UTC (rev 87290)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau <[email protected]>
+# Contributor: Roman Kyrylych <[email protected]>
+# Contributor: William Rea <[email protected]>
+# Contributor: Jaroslav Lichtblau <[email protected]>
+
+pkgname=glom
+pkgver=1.22.0
+pkgrel=5
+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-testing-x86_64/glom.install (from rev 87277, 
glom/repos/community-staging-x86_64/glom.install)
===================================================================
--- community-testing-x86_64/glom.install                               (rev 0)
+++ community-testing-x86_64/glom.install       2013-03-29 19:32:13 UTC (rev 
87290)
@@ -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
+}

Reply via email to