[arch-commits] Commit in pgadmin3/repos (10 files)

Eric Bélanger eric at nymeria.archlinux.org
Tue Jan 14 05:57:45 UTC 2014


    Date: Tuesday, January 14, 2014 @ 06:57:45
  Author: eric
Revision: 103960

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

Added:
  pgadmin3/repos/community-i686/PKGBUILD
    (from rev 103959, pgadmin3/trunk/PKGBUILD)
  pgadmin3/repos/community-i686/pgadmin3.install
    (from rev 103959, pgadmin3/trunk/pgadmin3.install)
  pgadmin3/repos/community-x86_64/PKGBUILD
    (from rev 103959, pgadmin3/trunk/PKGBUILD)
  pgadmin3/repos/community-x86_64/pgadmin3.install
    (from rev 103959, pgadmin3/trunk/pgadmin3.install)
Deleted:
  pgadmin3/repos/community-i686/ChangeLog
  pgadmin3/repos/community-i686/PKGBUILD
  pgadmin3/repos/community-i686/pgadmin3.install
  pgadmin3/repos/community-x86_64/ChangeLog
  pgadmin3/repos/community-x86_64/PKGBUILD
  pgadmin3/repos/community-x86_64/pgadmin3.install

-----------------------------------+
 /PKGBUILD                         |   78 ++++++++++++++++++++++++++++++++++++
 /pgadmin3.install                 |   22 ++++++++++
 community-i686/ChangeLog          |   28 ------------
 community-i686/PKGBUILD           |   38 -----------------
 community-i686/pgadmin3.install   |   11 -----
 community-x86_64/ChangeLog        |   28 ------------
 community-x86_64/PKGBUILD         |   38 -----------------
 community-x86_64/pgadmin3.install |   11 -----
 8 files changed, 100 insertions(+), 154 deletions(-)

Deleted: community-i686/ChangeLog
===================================================================
--- community-i686/ChangeLog	2014-01-14 05:57:06 UTC (rev 103959)
+++ community-i686/ChangeLog	2014-01-14 05:57:45 UTC (rev 103960)
@@ -1,28 +0,0 @@
-2008-08-21  Douglas Soares de Andrade  <douglas at archlinux.org>
-
-	* Updated for i686: 1.8.5
-
-2008-06-24  Douglas Soares de Andrade  <dsa at aur.archlinux.org>
-
-	* Updated for i686   - 1.8.4
-
-2008-02-21  Douglas Soares de Andrade  <dsa at aur.archlinux.org>
-
-	* Updated for i686   - 1.8.2
-
-2008-01-05  Douglas Soares de Andrade  <dsa at aur.archlinux.org>
-
-	* Updated for x86_64 - 1.8.1
-	* Updated for i686   - 1.8.1
-
-2007-10-28  Douglas Soares de Andrade  <dsa at aur.archlinux.org>
-
-	* Updated version
-
-2007-10-11  Douglas Soares de Andrade  <dsa at aur.archlinux.org>
-
-	* Updated version
-
-2007-06-28  tardo  <tardo at nagi-fanboi.net>
-	
-	* Built for x86_64

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2014-01-14 05:57:06 UTC (rev 103959)
+++ community-i686/PKGBUILD	2014-01-14 05:57:45 UTC (rev 103960)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
-# Maintainer: Douglas Soares de Andrade <dsa at aur.archlinux.org>
-# Contributor: Benjamin Andresen <benny at klapmuetz.org>
-# Contributor: bekks <eduard.warkentin at gmx.de>
-
-pkgname=pgadmin3
-pkgver=1.18.1
-pkgrel=7
-pkgdesc="Comprehensive design and management interface for PostgreSQL"
-arch=('i686' 'x86_64')
-url="http://www.pgadmin.org"
-license=('custom')
-depends=('wxgtk' 'postgresql-libs' 'libxslt')
-makedepends=('libpqxx' 'krb5' 'postgresql' 'imagemagick')
-install=pgadmin3.install
-source=(http://ftp.postgresql.org/pub/pgadmin3/release/v${pkgver}/src/pgadmin3-${pkgver}.tar.gz)
-md5sums=('7dde96680407c900af72d0839a377de4')
-
-build() {
-  cd "$srcdir"
-  convert pgadmin3-${pkgver}/pgadmin/include/images/pgAdmin3.ico pgadmin3.png
-
-  cd "pgadmin3-${pkgver}"
-  [ -f Makefile ] || ./configure --prefix=/usr --with-wx-version=3.0
-  make
-}
-
-package() {
-  cd $srcdir/pgadmin3-${pkgver}
-
-  make DESTDIR=$pkgdir/ install
-  install -Dm644 i18n/$pkgname.lng $pkgdir/usr/share/pgadmin3/i18n
-  install -Dm644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
-  install -Dm644 pgadmin/include/images/pgAdmin3.ico $pkgdir/usr/share/pgadmin3/pgAdmin3.ico
-  install -Dm644 "$srcdir/pgadmin3-3.png" "$pkgdir/usr/share/pgadmin3/pgAdmin3.png"
-  install -Dm644 "pkg/pgadmin3.desktop" "$pkgdir/usr/share/applications/pgadmin3.desktop"
-}

Copied: pgadmin3/repos/community-i686/PKGBUILD (from rev 103959, pgadmin3/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2014-01-14 05:57:45 UTC (rev 103960)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
+# Maintainer: Douglas Soares de Andrade <dsa at aur.archlinux.org>
+# Contributor: Benjamin Andresen <benny at klapmuetz.org>
+# Contributor: bekks <eduard.warkentin at gmx.de>
+
+pkgname=pgadmin3
+pkgver=1.18.1
+pkgrel=8
+pkgdesc="Comprehensive design and management interface for PostgreSQL"
+arch=('i686' 'x86_64')
+url="http://www.pgadmin.org"
+license=('custom')
+depends=('wxgtk2.8' 'postgresql-libs' 'libxslt')
+makedepends=('libpqxx' 'krb5' 'postgresql' 'imagemagick')
+install=pgadmin3.install
+source=(http://ftp.postgresql.org/pub/pgadmin3/release/v${pkgver}/src/pgadmin3-${pkgver}.tar.gz)
+md5sums=('7dde96680407c900af72d0839a377de4')
+
+build() {
+  cd "$srcdir"
+  convert pgadmin3-${pkgver}/pgadmin/include/images/pgAdmin3.ico pgadmin3.png
+
+  cd "pgadmin3-${pkgver}"
+  sed -i 's/wx-config/wx-config-2.8/' configure
+  [ -f Makefile ] ||  ./configure --prefix=/usr --with-wx-version=2.8
+  make
+}
+
+package() {
+  cd "$srcdir"/pgadmin3-${pkgver}
+
+  make DESTDIR="$pkgdir/" install
+  install -Dm644 i18n/$pkgname.lng "$pkgdir/usr/share/pgadmin3/i18n"
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+  install -Dm644 pgadmin/include/images/pgAdmin3.ico "$pkgdir/usr/share/pgadmin3/pgAdmin3.ico"
+  install -Dm644 "$srcdir/pgadmin3-3.png" "$pkgdir/usr/share/pgadmin3/pgAdmin3.png"
+  install -Dm644 "pkg/pgadmin3.desktop" "$pkgdir/usr/share/applications/pgadmin3.desktop"
+}

Deleted: community-i686/pgadmin3.install
===================================================================
--- community-i686/pgadmin3.install	2014-01-14 05:57:06 UTC (rev 103959)
+++ community-i686/pgadmin3.install	2014-01-14 05:57:45 UTC (rev 103960)
@@ -1,11 +0,0 @@
-post_install() {
-  [ -x usr/bin/update-desktop-database ] && update-desktop-database -q || true
-}
-
-post_upgrade() {
-  [ -x usr/bin/update-desktop-database ] && update-desktop-database -q || true
-}
-
-post_remove() {
-  [ -x usr/bin/update-desktop-database ] && update-desktop-database -q || true
-}

Copied: pgadmin3/repos/community-i686/pgadmin3.install (from rev 103959, pgadmin3/trunk/pgadmin3.install)
===================================================================
--- community-i686/pgadmin3.install	                        (rev 0)
+++ community-i686/pgadmin3.install	2014-01-14 05:57:45 UTC (rev 103960)
@@ -0,0 +1,11 @@
+post_install() {
+  [ -x usr/bin/update-desktop-database ] && update-desktop-database -q || true
+}
+
+post_upgrade() {
+  [ -x usr/bin/update-desktop-database ] && update-desktop-database -q || true
+}
+
+post_remove() {
+  [ -x usr/bin/update-desktop-database ] && update-desktop-database -q || true
+}

Deleted: community-x86_64/ChangeLog
===================================================================
--- community-x86_64/ChangeLog	2014-01-14 05:57:06 UTC (rev 103959)
+++ community-x86_64/ChangeLog	2014-01-14 05:57:45 UTC (rev 103960)
@@ -1,28 +0,0 @@
-2008-08-21  Douglas Soares de Andrade  <douglas at archlinux.org>
-
-	* Updated for i686: 1.8.5
-
-2008-06-24  Douglas Soares de Andrade  <dsa at aur.archlinux.org>
-
-	* Updated for i686   - 1.8.4
-
-2008-02-21  Douglas Soares de Andrade  <dsa at aur.archlinux.org>
-
-	* Updated for i686   - 1.8.2
-
-2008-01-05  Douglas Soares de Andrade  <dsa at aur.archlinux.org>
-
-	* Updated for x86_64 - 1.8.1
-	* Updated for i686   - 1.8.1
-
-2007-10-28  Douglas Soares de Andrade  <dsa at aur.archlinux.org>
-
-	* Updated version
-
-2007-10-11  Douglas Soares de Andrade  <dsa at aur.archlinux.org>
-
-	* Updated version
-
-2007-06-28  tardo  <tardo at nagi-fanboi.net>
-	
-	* Built for x86_64

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2014-01-14 05:57:06 UTC (rev 103959)
+++ community-x86_64/PKGBUILD	2014-01-14 05:57:45 UTC (rev 103960)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
-# Maintainer: Douglas Soares de Andrade <dsa at aur.archlinux.org>
-# Contributor: Benjamin Andresen <benny at klapmuetz.org>
-# Contributor: bekks <eduard.warkentin at gmx.de>
-
-pkgname=pgadmin3
-pkgver=1.18.1
-pkgrel=7
-pkgdesc="Comprehensive design and management interface for PostgreSQL"
-arch=('i686' 'x86_64')
-url="http://www.pgadmin.org"
-license=('custom')
-depends=('wxgtk' 'postgresql-libs' 'libxslt')
-makedepends=('libpqxx' 'krb5' 'postgresql' 'imagemagick')
-install=pgadmin3.install
-source=(http://ftp.postgresql.org/pub/pgadmin3/release/v${pkgver}/src/pgadmin3-${pkgver}.tar.gz)
-md5sums=('7dde96680407c900af72d0839a377de4')
-
-build() {
-  cd "$srcdir"
-  convert pgadmin3-${pkgver}/pgadmin/include/images/pgAdmin3.ico pgadmin3.png
-
-  cd "pgadmin3-${pkgver}"
-  [ -f Makefile ] || ./configure --prefix=/usr --with-wx-version=3.0
-  make
-}
-
-package() {
-  cd $srcdir/pgadmin3-${pkgver}
-
-  make DESTDIR=$pkgdir/ install
-  install -Dm644 i18n/$pkgname.lng $pkgdir/usr/share/pgadmin3/i18n
-  install -Dm644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
-  install -Dm644 pgadmin/include/images/pgAdmin3.ico $pkgdir/usr/share/pgadmin3/pgAdmin3.ico
-  install -Dm644 "$srcdir/pgadmin3-3.png" "$pkgdir/usr/share/pgadmin3/pgAdmin3.png"
-  install -Dm644 "pkg/pgadmin3.desktop" "$pkgdir/usr/share/applications/pgadmin3.desktop"
-}

Copied: pgadmin3/repos/community-x86_64/PKGBUILD (from rev 103959, pgadmin3/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2014-01-14 05:57:45 UTC (rev 103960)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
+# Maintainer: Douglas Soares de Andrade <dsa at aur.archlinux.org>
+# Contributor: Benjamin Andresen <benny at klapmuetz.org>
+# Contributor: bekks <eduard.warkentin at gmx.de>
+
+pkgname=pgadmin3
+pkgver=1.18.1
+pkgrel=8
+pkgdesc="Comprehensive design and management interface for PostgreSQL"
+arch=('i686' 'x86_64')
+url="http://www.pgadmin.org"
+license=('custom')
+depends=('wxgtk2.8' 'postgresql-libs' 'libxslt')
+makedepends=('libpqxx' 'krb5' 'postgresql' 'imagemagick')
+install=pgadmin3.install
+source=(http://ftp.postgresql.org/pub/pgadmin3/release/v${pkgver}/src/pgadmin3-${pkgver}.tar.gz)
+md5sums=('7dde96680407c900af72d0839a377de4')
+
+build() {
+  cd "$srcdir"
+  convert pgadmin3-${pkgver}/pgadmin/include/images/pgAdmin3.ico pgadmin3.png
+
+  cd "pgadmin3-${pkgver}"
+  sed -i 's/wx-config/wx-config-2.8/' configure
+  [ -f Makefile ] ||  ./configure --prefix=/usr --with-wx-version=2.8
+  make
+}
+
+package() {
+  cd "$srcdir"/pgadmin3-${pkgver}
+
+  make DESTDIR="$pkgdir/" install
+  install -Dm644 i18n/$pkgname.lng "$pkgdir/usr/share/pgadmin3/i18n"
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+  install -Dm644 pgadmin/include/images/pgAdmin3.ico "$pkgdir/usr/share/pgadmin3/pgAdmin3.ico"
+  install -Dm644 "$srcdir/pgadmin3-3.png" "$pkgdir/usr/share/pgadmin3/pgAdmin3.png"
+  install -Dm644 "pkg/pgadmin3.desktop" "$pkgdir/usr/share/applications/pgadmin3.desktop"
+}

Deleted: community-x86_64/pgadmin3.install
===================================================================
--- community-x86_64/pgadmin3.install	2014-01-14 05:57:06 UTC (rev 103959)
+++ community-x86_64/pgadmin3.install	2014-01-14 05:57:45 UTC (rev 103960)
@@ -1,11 +0,0 @@
-post_install() {
-  [ -x usr/bin/update-desktop-database ] && update-desktop-database -q || true
-}
-
-post_upgrade() {
-  [ -x usr/bin/update-desktop-database ] && update-desktop-database -q || true
-}
-
-post_remove() {
-  [ -x usr/bin/update-desktop-database ] && update-desktop-database -q || true
-}

Copied: pgadmin3/repos/community-x86_64/pgadmin3.install (from rev 103959, pgadmin3/trunk/pgadmin3.install)
===================================================================
--- community-x86_64/pgadmin3.install	                        (rev 0)
+++ community-x86_64/pgadmin3.install	2014-01-14 05:57:45 UTC (rev 103960)
@@ -0,0 +1,11 @@
+post_install() {
+  [ -x usr/bin/update-desktop-database ] && update-desktop-database -q || true
+}
+
+post_upgrade() {
+  [ -x usr/bin/update-desktop-database ] && update-desktop-database -q || true
+}
+
+post_remove() {
+  [ -x usr/bin/update-desktop-database ] && update-desktop-database -q || true
+}




More information about the arch-commits mailing list