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

Evangelos Foutras foutrelis at archlinux.org
Wed May 31 08:38:41 UTC 2017


    Date: Wednesday, May 31, 2017 @ 08:38:41
  Author: foutrelis
Revision: 231460

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

Added:
  gsql/repos/community-staging-i686/PKGBUILD
    (from rev 231459, gsql/trunk/PKGBUILD)
  gsql/repos/community-staging-x86_64/PKGBUILD
    (from rev 231459, gsql/trunk/PKGBUILD)
Deleted:
  gsql/repos/community-staging-i686/PKGBUILD
  gsql/repos/community-staging-x86_64/PKGBUILD

-----------------------------------+
 /PKGBUILD                         |   74 ++++++++++++++++++++++++++++++++++++
 community-staging-i686/PKGBUILD   |   37 ------------------
 community-staging-x86_64/PKGBUILD |   37 ------------------
 3 files changed, 74 insertions(+), 74 deletions(-)

Deleted: community-staging-i686/PKGBUILD
===================================================================
--- community-staging-i686/PKGBUILD	2017-05-31 08:38:27 UTC (rev 231459)
+++ community-staging-i686/PKGBUILD	2017-05-31 08:38:41 UTC (rev 231460)
@@ -1,37 +0,0 @@
-# $Id$
-# Contributor: Michael Kanis <mkanis at gmx.de>
-
-pkgname=gsql
-pkgver=0.2.2
-pkgrel=10
-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' 'libmariadb' 'postgresql-libs' 'libssh')
-optdepends=('libmariadb: MySQL engine'
-            'libssh: SSH tunneling plugin'
-            'postgresql-libs: PostgreSQL engine'
-            'vte: Terminal session plugin')
-options=(!emptydirs)
-source=($pkgname-$pkgver.tar.gz::"https://github.com/halturin/gsql/archive/release-$pkgver.tar.gz")
-md5sums=('dbe43c17e133fdfe2372c2060a1c4ef1')
-
-build() {
-  cd "$srcdir/$pkgname-release-$pkgver"
-  sed -i 's/notify_notification_new (subj, message, NULL, NULL);/notify_notification_new (subj, message, NULL);/' libgsql/notify.c
-  ./autogen.sh
-  LDFLAGS="$LDFLAGS `pkg-config --libs gthread-2.0`" ./configure --prefix=/usr --sysconfdir=/etc \
-              --disable-static --without-gnome
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-release-$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-staging-i686/PKGBUILD (from rev 231459, gsql/trunk/PKGBUILD)
===================================================================
--- community-staging-i686/PKGBUILD	                        (rev 0)
+++ community-staging-i686/PKGBUILD	2017-05-31 08:38:41 UTC (rev 231460)
@@ -0,0 +1,37 @@
+# $Id$
+# Contributor: Michael Kanis <mkanis at gmx.de>
+
+pkgname=gsql
+pkgver=0.2.2
+pkgrel=11
+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' 'libmariadb' 'postgresql-libs' 'libssh')
+optdepends=('libmariadb: MySQL engine'
+            'libssh: SSH tunneling plugin'
+            'postgresql-libs: PostgreSQL engine'
+            'vte: Terminal session plugin')
+options=(!emptydirs)
+source=($pkgname-$pkgver.tar.gz::"https://github.com/halturin/gsql/archive/release-$pkgver.tar.gz")
+md5sums=('dbe43c17e133fdfe2372c2060a1c4ef1')
+
+build() {
+  cd "$srcdir/$pkgname-release-$pkgver"
+  sed -i 's/notify_notification_new (subj, message, NULL, NULL);/notify_notification_new (subj, message, NULL);/' libgsql/notify.c
+  ./autogen.sh
+  LDFLAGS="$LDFLAGS `pkg-config --libs gthread-2.0`" ./configure --prefix=/usr --sysconfdir=/etc \
+              --disable-static --without-gnome
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-release-$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-staging-x86_64/PKGBUILD
===================================================================
--- community-staging-x86_64/PKGBUILD	2017-05-31 08:38:27 UTC (rev 231459)
+++ community-staging-x86_64/PKGBUILD	2017-05-31 08:38:41 UTC (rev 231460)
@@ -1,37 +0,0 @@
-# $Id$
-# Contributor: Michael Kanis <mkanis at gmx.de>
-
-pkgname=gsql
-pkgver=0.2.2
-pkgrel=10
-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' 'libmariadb' 'postgresql-libs' 'libssh')
-optdepends=('libmariadb: MySQL engine'
-            'libssh: SSH tunneling plugin'
-            'postgresql-libs: PostgreSQL engine'
-            'vte: Terminal session plugin')
-options=(!emptydirs)
-source=($pkgname-$pkgver.tar.gz::"https://github.com/halturin/gsql/archive/release-$pkgver.tar.gz")
-md5sums=('dbe43c17e133fdfe2372c2060a1c4ef1')
-
-build() {
-  cd "$srcdir/$pkgname-release-$pkgver"
-  sed -i 's/notify_notification_new (subj, message, NULL, NULL);/notify_notification_new (subj, message, NULL);/' libgsql/notify.c
-  ./autogen.sh
-  LDFLAGS="$LDFLAGS `pkg-config --libs gthread-2.0`" ./configure --prefix=/usr --sysconfdir=/etc \
-              --disable-static --without-gnome
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-release-$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-staging-x86_64/PKGBUILD (from rev 231459, gsql/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD	                        (rev 0)
+++ community-staging-x86_64/PKGBUILD	2017-05-31 08:38:41 UTC (rev 231460)
@@ -0,0 +1,37 @@
+# $Id$
+# Contributor: Michael Kanis <mkanis at gmx.de>
+
+pkgname=gsql
+pkgver=0.2.2
+pkgrel=11
+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' 'libmariadb' 'postgresql-libs' 'libssh')
+optdepends=('libmariadb: MySQL engine'
+            'libssh: SSH tunneling plugin'
+            'postgresql-libs: PostgreSQL engine'
+            'vte: Terminal session plugin')
+options=(!emptydirs)
+source=($pkgname-$pkgver.tar.gz::"https://github.com/halturin/gsql/archive/release-$pkgver.tar.gz")
+md5sums=('dbe43c17e133fdfe2372c2060a1c4ef1')
+
+build() {
+  cd "$srcdir/$pkgname-release-$pkgver"
+  sed -i 's/notify_notification_new (subj, message, NULL, NULL);/notify_notification_new (subj, message, NULL);/' libgsql/notify.c
+  ./autogen.sh
+  LDFLAGS="$LDFLAGS `pkg-config --libs gthread-2.0`" ./configure --prefix=/usr --sysconfdir=/etc \
+              --disable-static --without-gnome
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-release-$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
+}



More information about the arch-commits mailing list