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

Sergej Pupykin spupykin at archlinux.org
Wed Apr 27 23:01:40 UTC 2016


    Date: Thursday, April 28, 2016 @ 01:01:40
  Author: spupykin
Revision: 172271

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

Added:
  gsql/repos/community-i686/PKGBUILD
    (from rev 172270, gsql/trunk/PKGBUILD)
  gsql/repos/community-x86_64/PKGBUILD
    (from rev 172270, gsql/trunk/PKGBUILD)
Deleted:
  gsql/repos/community-i686/PKGBUILD
  gsql/repos/community-i686/gsql.install
  gsql/repos/community-x86_64/PKGBUILD
  gsql/repos/community-x86_64/gsql.install

-------------------------------+
 /PKGBUILD                     |   72 ++++++++++++++++++++++++++++++++++++++++
 community-i686/PKGBUILD       |   37 --------------------
 community-i686/gsql.install   |   24 -------------
 community-x86_64/PKGBUILD     |   37 --------------------
 community-x86_64/gsql.install |   24 -------------
 5 files changed, 72 insertions(+), 122 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2016-04-27 23:01:25 UTC (rev 172270)
+++ community-i686/PKGBUILD	2016-04-27 23:01:40 UTC (rev 172271)
@@ -1,37 +0,0 @@
-# $Id$
-# Contributor: Michael Kanis <mkanis at gmx.de>
-
-pkgname=gsql
-pkgver=0.2.2
-pkgrel=7
-pkgdesc="Integrated database development tool for GNOME"
-url="http://gsql.org/"
-license=('GPL')
-arch=('i686' 'x86_64')
-depends=('gtk2>=2.12' 'gtksourceview2' 'libglade' 'gconf'
-	 'desktop-file-utils' 'libnotify' 'hicolor-icon-theme')
-makedepends=('vte' 'libmariadbclient' 'postgresql-libs' 'libssh')
-optdepends=('libmariadbclient: MySQL engine'
-            'libssh: SSH tunneling plugin'
-            'postgresql-libs: PostgreSQL engine'
-            'vte: Terminal session plugin')
-install=gsql.install
-options=(!emptydirs)
-source=(http://gsql.googlecode.com/files/${pkgname}-${pkgver}.tar.bz2)
-md5sums=('8f3322a75390584729e84a8570e08bea')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-  sed -i 's/notify_notification_new (subj, message, NULL, NULL);/notify_notification_new (subj, message, NULL);/' libgsql/notify.c
-  LDFLAGS="$LDFLAGS `pkg-config --libs gthread-2.0`" ./configure --prefix=/usr --sysconfdir=/etc \
-              --disable-static --without-gnome
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-  make GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1 DESTDIR="$pkgdir" install
-  install -d "${pkgdir}/usr/share/gconf/schemas"
-  gconf-merge-schema "${pkgdir}/usr/share/gconf/schemas/${pkgname}.schemas" "${pkgdir}"/etc/gconf/schemas/*.schemas
-  rm -f "${pkgdir}"/etc/gconf/schemas/*.schemas
-}

Copied: gsql/repos/community-i686/PKGBUILD (from rev 172270, gsql/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2016-04-27 23:01:40 UTC (rev 172271)
@@ -0,0 +1,36 @@
+# $Id$
+# Contributor: Michael Kanis <mkanis at gmx.de>
+
+pkgname=gsql
+pkgver=0.2.2
+pkgrel=8
+pkgdesc="Integrated database development tool for GNOME"
+url="http://gsql.org/"
+license=('GPL')
+arch=('i686' 'x86_64')
+depends=('gtk2>=2.12' 'gtksourceview2' 'libglade' 'gconf'
+	 'desktop-file-utils' 'libnotify' 'hicolor-icon-theme')
+makedepends=('vte' 'libmariadbclient' 'postgresql-libs' 'libssh')
+optdepends=('libmariadbclient: MySQL engine'
+            'libssh: SSH tunneling plugin'
+            'postgresql-libs: PostgreSQL engine'
+            'vte: Terminal session plugin')
+options=(!emptydirs)
+source=(http://gsql.googlecode.com/files/${pkgname}-${pkgver}.tar.bz2)
+md5sums=('8f3322a75390584729e84a8570e08bea')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+  sed -i 's/notify_notification_new (subj, message, NULL, NULL);/notify_notification_new (subj, message, NULL);/' libgsql/notify.c
+  LDFLAGS="$LDFLAGS `pkg-config --libs gthread-2.0`" ./configure --prefix=/usr --sysconfdir=/etc \
+              --disable-static --without-gnome
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1 DESTDIR="$pkgdir" install
+  install -d "${pkgdir}/usr/share/gconf/schemas"
+  gconf-merge-schema "${pkgdir}/usr/share/gconf/schemas/${pkgname}.schemas" "${pkgdir}"/etc/gconf/schemas/*.schemas
+  rm -f "${pkgdir}"/etc/gconf/schemas/*.schemas
+}

Deleted: community-i686/gsql.install
===================================================================
--- community-i686/gsql.install	2016-04-27 23:01:25 UTC (rev 172270)
+++ community-i686/gsql.install	2016-04-27 23:01:40 UTC (rev 172271)
@@ -1,24 +0,0 @@
-pkgname=gsql
-
-post_install() {
-  usr/sbin/gconfpkg --install ${pkgname}
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-  update-desktop-database -q
-}
-
-pre_upgrade() {
-  pre_remove $1
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-pre_remove() {
-  usr/sbin/gconfpkg --uninstall ${pkgname}
-}
-
-post_remove() {
-  update-desktop-database -q
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2016-04-27 23:01:25 UTC (rev 172270)
+++ community-x86_64/PKGBUILD	2016-04-27 23:01:40 UTC (rev 172271)
@@ -1,37 +0,0 @@
-# $Id$
-# Contributor: Michael Kanis <mkanis at gmx.de>
-
-pkgname=gsql
-pkgver=0.2.2
-pkgrel=7
-pkgdesc="Integrated database development tool for GNOME"
-url="http://gsql.org/"
-license=('GPL')
-arch=('i686' 'x86_64')
-depends=('gtk2>=2.12' 'gtksourceview2' 'libglade' 'gconf'
-	 'desktop-file-utils' 'libnotify' 'hicolor-icon-theme')
-makedepends=('vte' 'libmariadbclient' 'postgresql-libs' 'libssh')
-optdepends=('libmariadbclient: MySQL engine'
-            'libssh: SSH tunneling plugin'
-            'postgresql-libs: PostgreSQL engine'
-            'vte: Terminal session plugin')
-install=gsql.install
-options=(!emptydirs)
-source=(http://gsql.googlecode.com/files/${pkgname}-${pkgver}.tar.bz2)
-md5sums=('8f3322a75390584729e84a8570e08bea')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-  sed -i 's/notify_notification_new (subj, message, NULL, NULL);/notify_notification_new (subj, message, NULL);/' libgsql/notify.c
-  LDFLAGS="$LDFLAGS `pkg-config --libs gthread-2.0`" ./configure --prefix=/usr --sysconfdir=/etc \
-              --disable-static --without-gnome
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-  make GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1 DESTDIR="$pkgdir" install
-  install -d "${pkgdir}/usr/share/gconf/schemas"
-  gconf-merge-schema "${pkgdir}/usr/share/gconf/schemas/${pkgname}.schemas" "${pkgdir}"/etc/gconf/schemas/*.schemas
-  rm -f "${pkgdir}"/etc/gconf/schemas/*.schemas
-}

Copied: gsql/repos/community-x86_64/PKGBUILD (from rev 172270, gsql/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2016-04-27 23:01:40 UTC (rev 172271)
@@ -0,0 +1,36 @@
+# $Id$
+# Contributor: Michael Kanis <mkanis at gmx.de>
+
+pkgname=gsql
+pkgver=0.2.2
+pkgrel=8
+pkgdesc="Integrated database development tool for GNOME"
+url="http://gsql.org/"
+license=('GPL')
+arch=('i686' 'x86_64')
+depends=('gtk2>=2.12' 'gtksourceview2' 'libglade' 'gconf'
+	 'desktop-file-utils' 'libnotify' 'hicolor-icon-theme')
+makedepends=('vte' 'libmariadbclient' 'postgresql-libs' 'libssh')
+optdepends=('libmariadbclient: MySQL engine'
+            'libssh: SSH tunneling plugin'
+            'postgresql-libs: PostgreSQL engine'
+            'vte: Terminal session plugin')
+options=(!emptydirs)
+source=(http://gsql.googlecode.com/files/${pkgname}-${pkgver}.tar.bz2)
+md5sums=('8f3322a75390584729e84a8570e08bea')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+  sed -i 's/notify_notification_new (subj, message, NULL, NULL);/notify_notification_new (subj, message, NULL);/' libgsql/notify.c
+  LDFLAGS="$LDFLAGS `pkg-config --libs gthread-2.0`" ./configure --prefix=/usr --sysconfdir=/etc \
+              --disable-static --without-gnome
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1 DESTDIR="$pkgdir" install
+  install -d "${pkgdir}/usr/share/gconf/schemas"
+  gconf-merge-schema "${pkgdir}/usr/share/gconf/schemas/${pkgname}.schemas" "${pkgdir}"/etc/gconf/schemas/*.schemas
+  rm -f "${pkgdir}"/etc/gconf/schemas/*.schemas
+}

Deleted: community-x86_64/gsql.install
===================================================================
--- community-x86_64/gsql.install	2016-04-27 23:01:25 UTC (rev 172270)
+++ community-x86_64/gsql.install	2016-04-27 23:01:40 UTC (rev 172271)
@@ -1,24 +0,0 @@
-pkgname=gsql
-
-post_install() {
-  usr/sbin/gconfpkg --install ${pkgname}
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-  update-desktop-database -q
-}
-
-pre_upgrade() {
-  pre_remove $1
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-pre_remove() {
-  usr/sbin/gconfpkg --uninstall ${pkgname}
-}
-
-post_remove() {
-  update-desktop-database -q
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}



More information about the arch-commits mailing list