[arch-commits] Commit in gsql/repos/community-x86_64 (PKGBUILD PKGBUILD)

Balló György bgyorgy at archlinux.org
Thu Mar 29 02:14:25 UTC 2018


    Date: Thursday, March 29, 2018 @ 02:14:24
  Author: bgyorgy
Revision: 313225

archrelease: copy trunk to community-x86_64

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

----------+
 PKGBUILD |   79 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 39 insertions(+), 40 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-03-29 02:14:14 UTC (rev 313224)
+++ PKGBUILD	2018-03-29 02:14:24 UTC (rev 313225)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Balló György <ballogyor+arch at gmail dot com>
-# Contributor: Michael Kanis <mkanis at gmx.de>
-
-pkgname=gsql
-pkgver=0.2.2
-pkgrel=12
-pkgdesc="Integrated database development tool for GNOME"
-url="http://gsql.org/"
-license=('GPL')
-arch=('x86_64')
-depends=('gconf' 'gtksourceview2' 'libglade' 'libnotify')
-makedepends=('libmariadbclient' 'libssh' 'postgresql-libs' 'vte')
-optdepends=('libmariadbclient: MySQL engine'
-            'libssh: SSH tunneling plugin'
-            'postgresql-libs: PostgreSQL engine'
-            'vte: Terminal session plugin')
-source=($pkgname-$pkgver.tar.gz::"https://github.com/halturin/$pkgname/archive/release-$pkgver.tar.gz")
-sha256sums=('a0372e492d9d72410d4c3d5d1e4ab9ce2b9eb9fc69996d2c78e318fb637c9ded')
-
-prepare() {
-  cd $pkgname-release-$pkgver
-  sed -i 's/notify_notification_new (subj, message, NULL, NULL);/notify_notification_new (subj, message, NULL);/' libgsql/notify.c
-  ./autogen.sh
-}
-
-build() {
-  cd $pkgname-release-$pkgver
-  export LDFLAGS="$LDFLAGS -lgthread-2.0"
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
-              --without-gnome \
-              --with-gconf-schema-file-dir=/usr/share/gconf/schemas
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-  make
-}
-
-package() {
-  cd $pkgname-release-$pkgver
-  make GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1 DESTDIR="$pkgdir" install
-}

Copied: gsql/repos/community-x86_64/PKGBUILD (from rev 313224, gsql/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-03-29 02:14:24 UTC (rev 313225)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Balló György <ballogyor+arch at gmail dot com>
+# Contributor: Michael Kanis <mkanis at gmx.de>
+
+pkgname=gsql
+pkgver=0.2.2
+pkgrel=13
+pkgdesc="Integrated database development tool for GNOME"
+url="http://gsql.org/"
+license=('GPL')
+arch=('x86_64')
+depends=('gconf' 'gtksourceview2' 'libglade' 'libnotify')
+makedepends=('libmariadbclient' 'libssh' 'postgresql-libs')
+optdepends=('libmariadbclient: MySQL engine'
+            'libssh: SSH tunneling plugin'
+            'postgresql-libs: PostgreSQL engine')
+source=($pkgname-$pkgver.tar.gz::"https://github.com/halturin/$pkgname/archive/release-$pkgver.tar.gz")
+sha256sums=('a0372e492d9d72410d4c3d5d1e4ab9ce2b9eb9fc69996d2c78e318fb637c9ded')
+
+prepare() {
+  cd $pkgname-release-$pkgver
+  sed -i 's/notify_notification_new (subj, message, NULL, NULL);/notify_notification_new (subj, message, NULL);/' libgsql/notify.c
+  ./autogen.sh
+}
+
+build() {
+  cd $pkgname-release-$pkgver
+  export LDFLAGS="$LDFLAGS -lgthread-2.0"
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+              --without-gnome --disable-plugin-vte \
+              --with-gconf-schema-file-dir=/usr/share/gconf/schemas
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make
+}
+
+package() {
+  cd $pkgname-release-$pkgver
+  make GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1 DESTDIR="$pkgdir" install
+}



More information about the arch-commits mailing list