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

Evangelos Foutras foutrelis at archlinux.org
Tue Oct 20 04:22:37 UTC 2015


    Date: Tuesday, October 20, 2015 @ 06:22:37
  Author: foutrelis
Revision: 144393

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

-----------------------------------------+
 community-staging-i686/PKGBUILD         |   39 ++++++++++++++++++++++++++++++
 community-staging-i686/glom.changelog   |   11 ++++++++
 community-staging-i686/glom.install     |   13 ++++++++++
 community-staging-x86_64/PKGBUILD       |   39 ++++++++++++++++++++++++++++++
 community-staging-x86_64/glom.changelog |   11 ++++++++
 community-staging-x86_64/glom.install   |   13 ++++++++++
 6 files changed, 126 insertions(+)

Copied: glom/repos/community-staging-i686/PKGBUILD (from rev 144392, glom/trunk/PKGBUILD)
===================================================================
--- community-staging-i686/PKGBUILD	                        (rev 0)
+++ community-staging-i686/PKGBUILD	2015-10-20 04:22:37 UTC (rev 144393)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau <svetlemodry at 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.5
+pkgrel=2
+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' 'python-sphinx' 'boost' 'itstool' 'libgda-postgres'
+             'libgda-mysql')
+install=$pkgname.install
+changelog=$pkgname.changelog
+source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('4a94fb638028c9999f7bf5c4ebad6e1667ed595b940cd94124d17174392fe814')
+
+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 144392, glom/trunk/glom.changelog)
===================================================================
--- community-staging-i686/glom.changelog	                        (rev 0)
+++ community-staging-i686/glom.changelog	2015-10-20 04:22:37 UTC (rev 144393)
@@ -0,0 +1,11 @@
+2015-07-13 Jaroslav Lichtblau <svetlemodry at archlinux.org>
+    * glom-1.28.5-1
+
+2015-03-28 Jaroslav Lichtblau <svetlemodry at archlinux.org>
+    * glom-1.28.4-1
+
+2014-11-05 Jaroslav Lichtblau <svetlemodry at archlinux.org>
+    * glom-1.28.0-1
+
+2013-11-11 Jaroslav Lichtblau <svetlemodry at archlinux.org>
+    * glom-1.24.2-1

Copied: glom/repos/community-staging-i686/glom.install (from rev 144392, glom/trunk/glom.install)
===================================================================
--- community-staging-i686/glom.install	                        (rev 0)
+++ community-staging-i686/glom.install	2015-10-20 04:22:37 UTC (rev 144393)
@@ -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 144392, glom/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD	                        (rev 0)
+++ community-staging-x86_64/PKGBUILD	2015-10-20 04:22:37 UTC (rev 144393)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau <svetlemodry at 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.5
+pkgrel=2
+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' 'python-sphinx' 'boost' 'itstool' 'libgda-postgres'
+             'libgda-mysql')
+install=$pkgname.install
+changelog=$pkgname.changelog
+source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('4a94fb638028c9999f7bf5c4ebad6e1667ed595b940cd94124d17174392fe814')
+
+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 144392, glom/trunk/glom.changelog)
===================================================================
--- community-staging-x86_64/glom.changelog	                        (rev 0)
+++ community-staging-x86_64/glom.changelog	2015-10-20 04:22:37 UTC (rev 144393)
@@ -0,0 +1,11 @@
+2015-07-13 Jaroslav Lichtblau <svetlemodry at archlinux.org>
+    * glom-1.28.5-1
+
+2015-03-28 Jaroslav Lichtblau <svetlemodry at archlinux.org>
+    * glom-1.28.4-1
+
+2014-11-05 Jaroslav Lichtblau <svetlemodry at archlinux.org>
+    * glom-1.28.0-1
+
+2013-11-11 Jaroslav Lichtblau <svetlemodry at archlinux.org>
+    * glom-1.24.2-1

Copied: glom/repos/community-staging-x86_64/glom.install (from rev 144392, glom/trunk/glom.install)
===================================================================
--- community-staging-x86_64/glom.install	                        (rev 0)
+++ community-staging-x86_64/glom.install	2015-10-20 04:22:37 UTC (rev 144393)
@@ -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