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

2017-07-19 Thread Levente Polyak
Date: Wednesday, July 19, 2017 @ 20:18:11
  Author: anthraxx
Revision: 245740

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

Added:
  pgadmin3/repos/community-i686/PKGBUILD
(from rev 245739, pgadmin3/trunk/PKGBUILD)
  pgadmin3/repos/community-i686/pgadmin3-fix-segfault.patch
(from rev 245739, pgadmin3/trunk/pgadmin3-fix-segfault.patch)
  pgadmin3/repos/community-x86_64/PKGBUILD
(from rev 245739, pgadmin3/trunk/PKGBUILD)
  pgadmin3/repos/community-x86_64/pgadmin3-fix-segfault.patch
(from rev 245739, pgadmin3/trunk/pgadmin3-fix-segfault.patch)
Deleted:
  pgadmin3/repos/community-i686/PKGBUILD
  pgadmin3/repos/community-i686/pgadmin3-fix-segfault.patch
  pgadmin3/repos/community-x86_64/PKGBUILD
  pgadmin3/repos/community-x86_64/pgadmin3-fix-segfault.patch

--+
 /PKGBUILD|  108 +
 /pgadmin3-fix-segfault.patch |   22 +
 community-i686/PKGBUILD  |   54 
 community-i686/pgadmin3-fix-segfault.patch   |   11 --
 community-x86_64/PKGBUILD|   54 
 community-x86_64/pgadmin3-fix-segfault.patch |   11 --
 6 files changed, 130 insertions(+), 130 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-07-19 20:17:58 UTC (rev 245739)
+++ community-i686/PKGBUILD 2017-07-19 20:18:11 UTC (rev 245740)
@@ -1,54 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Maintainer: Douglas Soares de Andrade 
-# Contributor: Benjamin Andresen 
-# Contributor: bekks 
-
-pkgname=pgadmin3
-pkgver=1.22.2
-pkgrel=5
-pkgdesc="Comprehensive design and management interface for PostgreSQL"
-arch=('i686' 'x86_64')
-url="http://www.pgadmin.org;
-license=('custom')
-# Dependency wxgtk3 is not supported due to segmentation fault (FS#54676)
-depends=('wxgtk2' 'postgresql-libs' 'libxslt' 'libgcrypt')
-makedepends=('libpqxx' 'krb5' 'postgresql' 'imagemagick')
-validpgpkeys=('E0C4CEEB826B1FDA4FB468E024ADFAAF698F1519')
-source=(https://ftp.postgresql.org/pub/pgadmin/pgadmin3/v${pkgver}/src/pgadmin3-${pkgver}.tar.gz{,.sig}
-pgadmin3-fix-segfault.patch)
-sha256sums=('9b68b0e3d3f0a261344fb8196825967d1e7acaca1d8cc82c42e12368ca5844ac'
-'SKIP'
-'b175869b77bcbfa43f1bc256277966882789883792c4f9dd26038ec248def6a2')
-
-prepare() {
-  cd "$srcdir"
-  convert pgadmin3-${pkgver}/pgadmin/include/images/pgAdmin3.ico pgAdmin3.png
-
-# Fix segfault at startup (Debian)
-  cd $pkgname-$pkgver
-  patch -p1 -i ../pgadmin3-fix-segfault.patch
-}
-
-build() {
-  cd "$srcdir"/pgadmin3-${pkgver}
-  ./configure --prefix=/usr --with-wx-version=3.0 --with-libgcrypt
-  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-1.png" 
"$pkgdir/usr/share/pgadmin3/pgAdmin3.png"
-
-  install -Dm644 "$srcdir/pgAdmin3-3.png" 
"$pkgdir/usr/share/icons/hicolor/16x16/apps/pgAdmin3.png"
-  install -Dm644 "$srcdir/pgAdmin3-2.png" 
"$pkgdir/usr/share/icons/hicolor/32x32/apps/pgAdmin3.png"
-  install -Dm644 "$srcdir/pgAdmin3-1.png" 
"$pkgdir/usr/share/icons/hicolor/48x48/apps/pgAdmin3.png"
-
-  install -Dm644 "pkg/pgadmin3.desktop" 
"$pkgdir/usr/share/applications/pgadmin3.desktop"
-}

Copied: pgadmin3/repos/community-i686/PKGBUILD (from rev 245739, 
pgadmin3/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-07-19 20:18:11 UTC (rev 245740)
@@ -0,0 +1,54 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Maintainer: Douglas Soares de Andrade 
+# Contributor: Benjamin Andresen 
+# Contributor: bekks 
+
+pkgname=pgadmin3
+pkgver=1.22.2
+pkgrel=6
+pkgdesc="Comprehensive design and management interface for PostgreSQL"
+arch=('i686' 'x86_64')
+url="http://www.pgadmin.org;
+license=('custom')
+# Dependency wxgtk3 is not supported due to segmentation fault (FS#54676)
+depends=('wxgtk2' 'postgresql-libs' 'libxslt' 'libgcrypt')
+makedepends=('libpqxx' 'krb5' 'postgresql' 'imagemagick')
+validpgpkeys=('E0C4CEEB826B1FDA4FB468E024ADFAAF698F1519')
+source=(https://ftp.postgresql.org/pub/pgadmin/pgadmin3/v${pkgver}/src/pgadmin3-${pkgver}.tar.gz{,.sig}
+pgadmin3-fix-segfault.patch)
+sha256sums=('9b68b0e3d3f0a261344fb8196825967d1e7acaca1d8cc82c42e12368ca5844ac'
+'SKIP'
+

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

2017-07-03 Thread Balló György
Date: Tuesday, July 4, 2017 @ 05:53:17
  Author: bgyorgy
Revision: 242258

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

Added:
  pgadmin3/repos/community-i686/PKGBUILD
(from rev 242257, pgadmin3/trunk/PKGBUILD)
  pgadmin3/repos/community-i686/pgadmin3-fix-segfault.patch
(from rev 242257, pgadmin3/trunk/pgadmin3-fix-segfault.patch)
  pgadmin3/repos/community-x86_64/PKGBUILD
(from rev 242257, pgadmin3/trunk/PKGBUILD)
  pgadmin3/repos/community-x86_64/pgadmin3-fix-segfault.patch
(from rev 242257, pgadmin3/trunk/pgadmin3-fix-segfault.patch)
Deleted:
  pgadmin3/repos/community-i686/PKGBUILD
  pgadmin3/repos/community-i686/pgadmin3-fix-segfault.patch
  pgadmin3/repos/community-x86_64/PKGBUILD
  pgadmin3/repos/community-x86_64/pgadmin3-fix-segfault.patch

--+
 /PKGBUILD|  108 +
 /pgadmin3-fix-segfault.patch |   22 +
 community-i686/PKGBUILD  |   56 
 community-i686/pgadmin3-fix-segfault.patch   |   11 --
 community-x86_64/PKGBUILD|   56 
 community-x86_64/pgadmin3-fix-segfault.patch |   11 --
 6 files changed, 130 insertions(+), 134 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-07-04 05:53:06 UTC (rev 242257)
+++ community-i686/PKGBUILD 2017-07-04 05:53:17 UTC (rev 242258)
@@ -1,56 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Maintainer: Douglas Soares de Andrade 
-# Contributor: Benjamin Andresen 
-# Contributor: bekks 
-
-pkgname=pgadmin3
-pkgver=1.22.2
-pkgrel=4
-pkgdesc="Comprehensive design and management interface for PostgreSQL"
-arch=('i686' 'x86_64')
-url="http://www.pgadmin.org;
-license=('custom')
-depends=('wxgtk3' 'postgresql-libs' 'libxslt' 'libgcrypt')
-makedepends=('libpqxx' 'krb5' 'postgresql' 'imagemagick')
-validpgpkeys=('E0C4CEEB826B1FDA4FB468E024ADFAAF698F1519')
-source=(https://ftp.postgresql.org/pub/pgadmin/pgadmin3/v${pkgver}/src/pgadmin3-${pkgver}.tar.gz{,.sig}
-pgadmin3-fix-segfault.patch)
-sha256sums=('9b68b0e3d3f0a261344fb8196825967d1e7acaca1d8cc82c42e12368ca5844ac'
-'SKIP'
-'b175869b77bcbfa43f1bc256277966882789883792c4f9dd26038ec248def6a2')
-
-prepare() {
-  cd "$srcdir"
-  convert pgadmin3-${pkgver}/pgadmin/include/images/pgAdmin3.ico pgAdmin3.png
-
-# Fix segfault at startup (Debian)
-  cd $pkgname-$pkgver
-  patch -p1 -i ../pgadmin3-fix-segfault.patch
-
-# Build with wxgtk3
-  sed -i 's|/bin/wx-config|/bin/wx-config-gtk3|' configure
-}
-
-build() {
-  cd "$srcdir"/pgadmin3-${pkgver}
-  ./configure --prefix=/usr --with-wx-version=3.0 --with-libgcrypt
-  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-1.png" 
"$pkgdir/usr/share/pgadmin3/pgAdmin3.png"
-
-  install -Dm644 "$srcdir/pgAdmin3-3.png" 
"$pkgdir/usr/share/icons/hicolor/16x16/apps/pgAdmin3.png"
-  install -Dm644 "$srcdir/pgAdmin3-2.png" 
"$pkgdir/usr/share/icons/hicolor/32x32/apps/pgAdmin3.png"
-  install -Dm644 "$srcdir/pgAdmin3-1.png" 
"$pkgdir/usr/share/icons/hicolor/48x48/apps/pgAdmin3.png"
-
-  install -Dm644 "pkg/pgadmin3.desktop" 
"$pkgdir/usr/share/applications/pgadmin3.desktop"
-}

Copied: pgadmin3/repos/community-i686/PKGBUILD (from rev 242257, 
pgadmin3/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-07-04 05:53:17 UTC (rev 242258)
@@ -0,0 +1,54 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Maintainer: Douglas Soares de Andrade 
+# Contributor: Benjamin Andresen 
+# Contributor: bekks 
+
+pkgname=pgadmin3
+pkgver=1.22.2
+pkgrel=5
+pkgdesc="Comprehensive design and management interface for PostgreSQL"
+arch=('i686' 'x86_64')
+url="http://www.pgadmin.org;
+license=('custom')
+# Dependency wxgtk3 is not supported due to segmentation fault (FS#54676)
+depends=('wxgtk2' 'postgresql-libs' 'libxslt' 'libgcrypt')
+makedepends=('libpqxx' 'krb5' 'postgresql' 'imagemagick')
+validpgpkeys=('E0C4CEEB826B1FDA4FB468E024ADFAAF698F1519')
+source=(https://ftp.postgresql.org/pub/pgadmin/pgadmin3/v${pkgver}/src/pgadmin3-${pkgver}.tar.gz{,.sig}
+pgadmin3-fix-segfault.patch)
+sha256sums=('9b68b0e3d3f0a261344fb8196825967d1e7acaca1d8cc82c42e12368ca5844ac'
+'SKIP'
+

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

2017-07-02 Thread Balló György
Date: Sunday, July 2, 2017 @ 18:17:42
  Author: bgyorgy
Revision: 242083

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

Added:
  pgadmin3/repos/community-i686/PKGBUILD
(from rev 242082, pgadmin3/trunk/PKGBUILD)
  pgadmin3/repos/community-i686/pgadmin3-fix-segfault.patch
(from rev 242082, pgadmin3/trunk/pgadmin3-fix-segfault.patch)
  pgadmin3/repos/community-x86_64/PKGBUILD
(from rev 242082, pgadmin3/trunk/PKGBUILD)
  pgadmin3/repos/community-x86_64/pgadmin3-fix-segfault.patch
(from rev 242082, pgadmin3/trunk/pgadmin3-fix-segfault.patch)
Deleted:
  pgadmin3/repos/community-i686/PKGBUILD
  pgadmin3/repos/community-i686/pgadmin3-fix-segfault.patch
  pgadmin3/repos/community-x86_64/PKGBUILD
  pgadmin3/repos/community-x86_64/pgadmin3-fix-segfault.patch

--+
 /PKGBUILD|  112 +
 /pgadmin3-fix-segfault.patch |   22 
 community-i686/PKGBUILD  |   53 ---
 community-i686/pgadmin3-fix-segfault.patch   |   11 --
 community-x86_64/PKGBUILD|   53 ---
 community-x86_64/pgadmin3-fix-segfault.patch |   11 --
 6 files changed, 134 insertions(+), 128 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-07-02 18:17:34 UTC (rev 242082)
+++ community-i686/PKGBUILD 2017-07-02 18:17:42 UTC (rev 242083)
@@ -1,53 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Maintainer: Douglas Soares de Andrade 
-# Contributor: Benjamin Andresen 
-# Contributor: bekks 
-
-pkgname=pgadmin3
-pkgver=1.22.2
-pkgrel=3
-pkgdesc="Comprehensive design and management interface for PostgreSQL"
-arch=('i686' 'x86_64')
-url="http://www.pgadmin.org;
-license=('custom')
-depends=('wxgtk' 'postgresql-libs' 'libxslt' 'libgcrypt')
-makedepends=('libpqxx' 'krb5' 'postgresql' 'imagemagick')
-validpgpkeys=('E0C4CEEB826B1FDA4FB468E024ADFAAF698F1519')
-source=(https://ftp.postgresql.org/pub/pgadmin3/release/v${pkgver}/src/pgadmin3-${pkgver}.tar.gz{,.sig}
-pgadmin3-fix-segfault.patch)
-sha256sums=('9b68b0e3d3f0a261344fb8196825967d1e7acaca1d8cc82c42e12368ca5844ac'
-'SKIP'
-'b175869b77bcbfa43f1bc256277966882789883792c4f9dd26038ec248def6a2')
-
-prepare() {
-  cd "$srcdir"
-  convert pgadmin3-${pkgver}/pgadmin/include/images/pgAdmin3.ico pgAdmin3.png
-
-# Fix segfault at startup (Debian)
-  cd $pkgname-$pkgver
-  patch -p1 -i ../pgadmin3-fix-segfault.patch
-}
-
-build() {
-  cd "$srcdir"/pgadmin3-${pkgver}
-  ./configure --prefix=/usr --with-wx-version=3.0 --with-libgcrypt
-  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-1.png" 
"$pkgdir/usr/share/pgadmin3/pgAdmin3.png"
-
-  install -Dm644 "$srcdir/pgAdmin3-3.png" 
"$pkgdir/usr/share/icons/hicolor/16x16/apps/pgAdmin3.png"
-  install -Dm644 "$srcdir/pgAdmin3-2.png" 
"$pkgdir/usr/share/icons/hicolor/32x32/apps/pgAdmin3.png"
-  install -Dm644 "$srcdir/pgAdmin3-1.png" 
"$pkgdir/usr/share/icons/hicolor/48x48/apps/pgAdmin3.png"
-
-  install -Dm644 "pkg/pgadmin3.desktop" 
"$pkgdir/usr/share/applications/pgadmin3.desktop"
-}

Copied: pgadmin3/repos/community-i686/PKGBUILD (from rev 242082, 
pgadmin3/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-07-02 18:17:42 UTC (rev 242083)
@@ -0,0 +1,56 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Maintainer: Douglas Soares de Andrade 
+# Contributor: Benjamin Andresen 
+# Contributor: bekks 
+
+pkgname=pgadmin3
+pkgver=1.22.2
+pkgrel=4
+pkgdesc="Comprehensive design and management interface for PostgreSQL"
+arch=('i686' 'x86_64')
+url="http://www.pgadmin.org;
+license=('custom')
+depends=('wxgtk3' 'postgresql-libs' 'libxslt' 'libgcrypt')
+makedepends=('libpqxx' 'krb5' 'postgresql' 'imagemagick')
+validpgpkeys=('E0C4CEEB826B1FDA4FB468E024ADFAAF698F1519')
+source=(https://ftp.postgresql.org/pub/pgadmin/pgadmin3/v${pkgver}/src/pgadmin3-${pkgver}.tar.gz{,.sig}
+pgadmin3-fix-segfault.patch)
+sha256sums=('9b68b0e3d3f0a261344fb8196825967d1e7acaca1d8cc82c42e12368ca5844ac'
+'SKIP'
+'b175869b77bcbfa43f1bc256277966882789883792c4f9dd26038ec248def6a2')
+
+prepare() {
+  cd "$srcdir"
+  convert pgadmin3-${pkgver}/pgadmin/include/images/pgAdmin3.ico pgAdmin3.png
+
+# Fix segfault at 

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

2015-12-06 Thread Bartłomiej Piotrowski
Date: Monday, December 7, 2015 @ 07:22:46
  Author: bpiotrowski
Revision: 149647

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

Added:
  pgadmin3/repos/community-staging-i686/
  
pgadmin3/repos/community-staging-i686/0001-Move-misplaced-unlock-of-s_currentObjectMutex.patch
(from rev 149646, 
pgadmin3/trunk/0001-Move-misplaced-unlock-of-s_currentObjectMutex.patch)
  pgadmin3/repos/community-staging-i686/PKGBUILD
(from rev 149646, pgadmin3/trunk/PKGBUILD)
  pgadmin3/repos/community-staging-i686/pgadmin3.install
(from rev 149646, pgadmin3/trunk/pgadmin3.install)
  pgadmin3/repos/community-staging-x86_64/
  
pgadmin3/repos/community-staging-x86_64/0001-Move-misplaced-unlock-of-s_currentObjectMutex.patch
(from rev 149646, 
pgadmin3/trunk/0001-Move-misplaced-unlock-of-s_currentObjectMutex.patch)
  pgadmin3/repos/community-staging-x86_64/PKGBUILD
(from rev 149646, pgadmin3/trunk/PKGBUILD)
  pgadmin3/repos/community-staging-x86_64/pgadmin3.install
(from rev 149646, pgadmin3/trunk/pgadmin3.install)

---+
 
community-staging-i686/0001-Move-misplaced-unlock-of-s_currentObjectMutex.patch 
  |   31 +
 community-staging-i686/PKGBUILD
   |   54 ++
 community-staging-i686/pgadmin3.install
   |   12 ++
 
community-staging-x86_64/0001-Move-misplaced-unlock-of-s_currentObjectMutex.patch
 |   31 +
 community-staging-x86_64/PKGBUILD  
   |   54 ++
 community-staging-x86_64/pgadmin3.install  
   |   12 ++
 6 files changed, 194 insertions(+)

Copied: 
pgadmin3/repos/community-staging-i686/0001-Move-misplaced-unlock-of-s_currentObjectMutex.patch
 (from rev 149646, 
pgadmin3/trunk/0001-Move-misplaced-unlock-of-s_currentObjectMutex.patch)
===
--- 
community-staging-i686/0001-Move-misplaced-unlock-of-s_currentObjectMutex.patch 
(rev 0)
+++ 
community-staging-i686/0001-Move-misplaced-unlock-of-s_currentObjectMutex.patch 
2015-12-07 06:22:46 UTC (rev 149647)
@@ -0,0 +1,31 @@
+From d17a268572648b8e45ba6dc5854549a1dbf81c0a Mon Sep 17 00:00:00 2001
+From: Wander Nauta 
+Date: Sun, 19 Apr 2015 16:37:41 +0200
+Subject: [PATCH] Move misplaced unlock of s_currentObjectMutex
+
+The current implementation would unlock the mutex, even if it didn't own
+it.
+---
+ pgadmin/frm/events.cpp | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/pgadmin/frm/events.cpp b/pgadmin/frm/events.cpp
+index 4baaf42..f2ad570 100644
+--- a/pgadmin/frm/events.cpp
 b/pgadmin/frm/events.cpp
+@@ -750,11 +750,11 @@ void frmMain::OnSelRightClick(wxTreeEvent )
+   //
+   s_currentObjectMutex.Lock();
+   currentObject = browser->GetObject(item);
++  s_currentObjectMutex.Unlock();
+   }
+ 
+   if (currentObject)
+   doPopup(browser, event.GetPoint(), currentObject);
+-  s_currentObjectMutex.Unlock();
+ }
+ 
+ 
+-- 
+2.3.5
+

Copied: pgadmin3/repos/community-staging-i686/PKGBUILD (from rev 149646, 
pgadmin3/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2015-12-07 06:22:46 UTC (rev 149647)
@@ -0,0 +1,54 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Maintainer: Douglas Soares de Andrade 
+# Contributor: Benjamin Andresen 
+# Contributor: bekks 
+
+pkgname=pgadmin3
+pkgver=1.20.0
+pkgrel=6
+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
+   0001-Move-misplaced-unlock-of-s_currentObjectMutex.patch)
+md5sums=('3ca39fb598d0866eca90d30b85d5d5c4'
+ '69fbfdfe1bac75d7d1cdfeacd322cf5d')
+
+prepare() {
+  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
+  sed -i 's/wxrc/wxrc-2.8/g' stringextract pgadmin/ui/embed-xrc
+
+  patch -p1 <$srcdir/0001-Move-misplaced-unlock-of-s_currentObjectMutex.patch
+}
+
+build() {
+  cd "$srcdir"/pgadmin3-${pkgver}
+  [ -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 

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

2015-04-16 Thread Sergej Pupykin
Date: Thursday, April 16, 2015 @ 19:23:12
  Author: spupykin
Revision: 131488

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

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

---+
 /PKGBUILD |   92 
 /pgadmin3.install |   24 +
 community-i686/PKGBUILD   |   42 
 community-i686/pgadmin3.install   |   12 
 community-x86_64/PKGBUILD |   42 
 community-x86_64/pgadmin3.install |   12 
 6 files changed, 116 insertions(+), 108 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-04-16 17:22:44 UTC (rev 131487)
+++ community-i686/PKGBUILD 2015-04-16 17:23:12 UTC (rev 131488)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Maintainer: Douglas Soares de Andrade d...@aur.archlinux.org
-# Contributor: Benjamin Andresen be...@klapmuetz.org
-# Contributor: bekks eduard.warken...@gmx.de
-
-pkgname=pgadmin3
-pkgver=1.20.0
-pkgrel=3
-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=('3ca39fb598d0866eca90d30b85d5d5c4')
-
-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
-  sed -i 's/wxrc/wxrc-2.8/g' stringextract pgadmin/ui/embed-xrc
-  [ -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-5.png 
$pkgdir/usr/share/icons/hicolor/16x16/apps/pgAdmin3.png
-  install -Dm644 $srcdir/pgAdmin3-4.png 
$pkgdir/usr/share/icons/hicolor/32x32/apps/pgAdmin3.png
-  install -Dm644 $srcdir/pgAdmin3-3.png 
$pkgdir/usr/share/icons/hicolor/48x48/apps/pgAdmin3.png
-  install -Dm644 pkg/pgadmin3.desktop 
$pkgdir/usr/share/applications/pgadmin3.desktop
-}

Copied: pgadmin3/repos/community-i686/PKGBUILD (from rev 131487, 
pgadmin3/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-04-16 17:23:12 UTC (rev 131488)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Maintainer: Douglas Soares de Andrade d...@aur.archlinux.org
+# Contributor: Benjamin Andresen be...@klapmuetz.org
+# Contributor: bekks eduard.warken...@gmx.de
+
+pkgname=pgadmin3
+pkgver=1.20.0
+pkgrel=4
+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=('3ca39fb598d0866eca90d30b85d5d5c4')
+
+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
+  sed -i 's/wxrc/wxrc-2.8/g' stringextract pgadmin/ui/embed-xrc
+  [ -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 $srcdir/pgAdmin3-5.png 
$pkgdir/usr/share/icons/hicolor/16x16/apps/pgAdmin3.png
+  install -Dm644 

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

2015-04-14 Thread Sergej Pupykin
Date: Tuesday, April 14, 2015 @ 19:13:50
  Author: spupykin
Revision: 131349

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

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

---+
 /PKGBUILD |   84 
 /pgadmin3.install |   24 ++
 community-i686/PKGBUILD   |   41 -
 community-i686/pgadmin3.install   |   11 
 community-x86_64/PKGBUILD |   41 -
 community-x86_64/pgadmin3.install |   11 
 6 files changed, 108 insertions(+), 104 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-04-14 17:13:17 UTC (rev 131348)
+++ community-i686/PKGBUILD 2015-04-14 17:13:50 UTC (rev 131349)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Maintainer: Douglas Soares de Andrade d...@aur.archlinux.org
-# Contributor: Benjamin Andresen be...@klapmuetz.org
-# Contributor: bekks eduard.warken...@gmx.de
-
-pkgname=pgadmin3
-pkgver=1.20.0
-pkgrel=2
-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=('3ca39fb598d0866eca90d30b85d5d5c4')
-
-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
-  sed -i 's/wxrc/wxrc-2.8/g' stringextract pgadmin/ui/embed-xrc
-  [ -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
-  sed -i 's|Icon=.*|Icon=pgAdmin3|' 
$pkgdir/usr/share/applications/pgadmin3.desktop
-}

Copied: pgadmin3/repos/community-i686/PKGBUILD (from rev 131348, 
pgadmin3/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-04-14 17:13:50 UTC (rev 131349)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Maintainer: Douglas Soares de Andrade d...@aur.archlinux.org
+# Contributor: Benjamin Andresen be...@klapmuetz.org
+# Contributor: bekks eduard.warken...@gmx.de
+
+pkgname=pgadmin3
+pkgver=1.20.0
+pkgrel=3
+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=('3ca39fb598d0866eca90d30b85d5d5c4')
+
+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
+  sed -i 's/wxrc/wxrc-2.8/g' stringextract pgadmin/ui/embed-xrc
+  [ -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-5.png 
$pkgdir/usr/share/icons/hicolor/16x16/apps/pgAdmin3.png
+  install -Dm644 $srcdir/pgAdmin3-4.png 
$pkgdir/usr/share/icons/hicolor/32x32/apps/pgAdmin3.png
+  install -Dm644 $srcdir/pgAdmin3-3.png 
$pkgdir/usr/share/icons/hicolor/48x48/apps/pgAdmin3.png
+  install -Dm644 

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

2015-03-30 Thread Sergej Pupykin
Date: Monday, March 30, 2015 @ 12:30:02
  Author: spupykin
Revision: 130241

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

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

---+
 /PKGBUILD |   82 
 /pgadmin3.install |   22 +
 community-i686/PKGBUILD   |   40 -
 community-i686/pgadmin3.install   |   11 
 community-x86_64/PKGBUILD |   40 -
 community-x86_64/pgadmin3.install |   11 
 6 files changed, 104 insertions(+), 102 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-03-30 10:29:50 UTC (rev 130240)
+++ community-i686/PKGBUILD 2015-03-30 10:30:02 UTC (rev 130241)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Maintainer: Douglas Soares de Andrade d...@aur.archlinux.org
-# Contributor: Benjamin Andresen be...@klapmuetz.org
-# Contributor: bekks eduard.warken...@gmx.de
-
-pkgname=pgadmin3
-pkgver=1.20.0
-pkgrel=1
-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=('3ca39fb598d0866eca90d30b85d5d5c4')
-
-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
-  sed -i 's/wxrc/wxrc-2.8/g' stringextract pgadmin/ui/embed-xrc
-  [ -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
-}

Copied: pgadmin3/repos/community-i686/PKGBUILD (from rev 130240, 
pgadmin3/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-03-30 10:30:02 UTC (rev 130241)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Maintainer: Douglas Soares de Andrade d...@aur.archlinux.org
+# Contributor: Benjamin Andresen be...@klapmuetz.org
+# Contributor: bekks eduard.warken...@gmx.de
+
+pkgname=pgadmin3
+pkgver=1.20.0
+pkgrel=2
+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=('3ca39fb598d0866eca90d30b85d5d5c4')
+
+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
+  sed -i 's/wxrc/wxrc-2.8/g' stringextract pgadmin/ui/embed-xrc
+  [ -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
+  sed -i 's|Icon=.*|Icon=pgAdmin3|' 
$pkgdir/usr/share/applications/pgadmin3.desktop
+}

Deleted: community-i686/pgadmin3.install
===
--- community-i686/pgadmin3.install 

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

2014-12-25 Thread Sergej Pupykin
Date: Thursday, December 25, 2014 @ 13:52:00
  Author: spupykin
Revision: 124537

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

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

---+
 /PKGBUILD |   80 
 /pgadmin3.install |   22 +
 community-i686/PKGBUILD   |   39 -
 community-i686/pgadmin3.install   |   11 
 community-x86_64/PKGBUILD |   39 -
 community-x86_64/pgadmin3.install |   11 
 6 files changed, 102 insertions(+), 100 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-12-25 12:51:46 UTC (rev 124536)
+++ community-i686/PKGBUILD 2014-12-25 12:52:00 UTC (rev 124537)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Maintainer: Douglas Soares de Andrade d...@aur.archlinux.org
-# Contributor: Benjamin Andresen be...@klapmuetz.org
-# Contributor: bekks eduard.warken...@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
-}

Copied: pgadmin3/repos/community-i686/PKGBUILD (from rev 124536, 
pgadmin3/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-12-25 12:52:00 UTC (rev 124537)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Maintainer: Douglas Soares de Andrade d...@aur.archlinux.org
+# Contributor: Benjamin Andresen be...@klapmuetz.org
+# Contributor: bekks eduard.warken...@gmx.de
+
+pkgname=pgadmin3
+pkgver=1.20.0
+pkgrel=1
+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=('3ca39fb598d0866eca90d30b85d5d5c4')
+
+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
+  sed -i 's/wxrc/wxrc-2.8/g' stringextract pgadmin/ui/embed-xrc
+  [ -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-12-25 12:51:46 UTC (rev 124536)
+++ community-i686/pgadmin3.install 2014-12-25 12:52:00 UTC (rev 124537)
@@ -1,11 +0,0 @@
-post_install() {
- 

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

2014-01-05 Thread Sergej Pupykin
Date: Sunday, January 5, 2014 @ 21:35:12
  Author: spupykin
Revision: 103427

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

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

---+
 community-staging-i686/ChangeLog  |   28 
 community-staging-i686/PKGBUILD   |   38 
 community-staging-i686/pgadmin3.install   |   11 
 community-staging-x86_64/ChangeLog|   28 
 community-staging-x86_64/PKGBUILD |   38 
 community-staging-x86_64/pgadmin3.install |   11 
 6 files changed, 154 insertions(+)

Copied: pgadmin3/repos/community-staging-i686/ChangeLog (from rev 103426, 
pgadmin3/trunk/ChangeLog)
===
--- community-staging-i686/ChangeLog(rev 0)
+++ community-staging-i686/ChangeLog2014-01-05 20:35:12 UTC (rev 103427)
@@ -0,0 +1,28 @@
+2008-08-21  Douglas Soares de Andrade  doug...@archlinux.org
+
+   * Updated for i686: 1.8.5
+
+2008-06-24  Douglas Soares de Andrade  d...@aur.archlinux.org
+
+   * Updated for i686   - 1.8.4
+
+2008-02-21  Douglas Soares de Andrade  d...@aur.archlinux.org
+
+   * Updated for i686   - 1.8.2
+
+2008-01-05  Douglas Soares de Andrade  d...@aur.archlinux.org
+
+   * Updated for x86_64 - 1.8.1
+   * Updated for i686   - 1.8.1
+
+2007-10-28  Douglas Soares de Andrade  d...@aur.archlinux.org
+
+   * Updated version
+
+2007-10-11  Douglas Soares de Andrade  d...@aur.archlinux.org
+
+   * Updated version
+
+2007-06-28  tardo  ta...@nagi-fanboi.net
+   
+   * Built for x86_64

Copied: pgadmin3/repos/community-staging-i686/PKGBUILD (from rev 103426, 
pgadmin3/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2014-01-05 20:35:12 UTC (rev 103427)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Maintainer: Douglas Soares de Andrade d...@aur.archlinux.org
+# Contributor: Benjamin Andresen be...@klapmuetz.org
+# Contributor: bekks eduard.warken...@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-staging-i686/pgadmin3.install (from rev 
103426, pgadmin3/trunk/pgadmin3.install)
===
--- community-staging-i686/pgadmin3.install (rev 0)
+++ community-staging-i686/pgadmin3.install 2014-01-05 20:35:12 UTC (rev 
103427)
@@ -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
+}

Copied: pgadmin3/repos/community-staging-x86_64/ChangeLog (from rev 103426, 
pgadmin3/trunk/ChangeLog)
===
--- 

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

2013-10-23 Thread Sergej Pupykin
Date: Wednesday, October 23, 2013 @ 14:11:30
  Author: spupykin
Revision: 99053

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

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

+
 /ChangeLog |   56 
 /PKGBUILD  |   74 +++
 community-i686/ChangeLog   |   28 
 community-i686/PKGBUILD|   39 --
 community-x86_64/ChangeLog |   28 
 community-x86_64/PKGBUILD  |   39 --
 6 files changed, 130 insertions(+), 134 deletions(-)

Deleted: community-i686/ChangeLog
===
--- community-i686/ChangeLog2013-10-23 12:11:16 UTC (rev 99052)
+++ community-i686/ChangeLog2013-10-23 12:11:30 UTC (rev 99053)
@@ -1,28 +0,0 @@
-2008-08-21  Douglas Soares de Andrade  doug...@archlinux.org
-
-   * Updated for i686: 1.8.5
-
-2008-06-24  Douglas Soares de Andrade  d...@aur.archlinux.org
-
-   * Updated for i686   - 1.8.4
-
-2008-02-21  Douglas Soares de Andrade  d...@aur.archlinux.org
-
-   * Updated for i686   - 1.8.2
-
-2008-01-05  Douglas Soares de Andrade  d...@aur.archlinux.org
-
-   * Updated for x86_64 - 1.8.1
-   * Updated for i686   - 1.8.1
-
-2007-10-28  Douglas Soares de Andrade  d...@aur.archlinux.org
-
-   * Updated version
-
-2007-10-11  Douglas Soares de Andrade  d...@aur.archlinux.org
-
-   * Updated version
-
-2007-06-28  tardo  ta...@nagi-fanboi.net
-   
-   * Built for x86_64

Copied: pgadmin3/repos/community-i686/ChangeLog (from rev 99052, 
pgadmin3/trunk/ChangeLog)
===
--- community-i686/ChangeLog(rev 0)
+++ community-i686/ChangeLog2013-10-23 12:11:30 UTC (rev 99053)
@@ -0,0 +1,28 @@
+2008-08-21  Douglas Soares de Andrade  doug...@archlinux.org
+
+   * Updated for i686: 1.8.5
+
+2008-06-24  Douglas Soares de Andrade  d...@aur.archlinux.org
+
+   * Updated for i686   - 1.8.4
+
+2008-02-21  Douglas Soares de Andrade  d...@aur.archlinux.org
+
+   * Updated for i686   - 1.8.2
+
+2008-01-05  Douglas Soares de Andrade  d...@aur.archlinux.org
+
+   * Updated for x86_64 - 1.8.1
+   * Updated for i686   - 1.8.1
+
+2007-10-28  Douglas Soares de Andrade  d...@aur.archlinux.org
+
+   * Updated version
+
+2007-10-11  Douglas Soares de Andrade  d...@aur.archlinux.org
+
+   * Updated version
+
+2007-06-28  tardo  ta...@nagi-fanboi.net
+   
+   * Built for x86_64

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-10-23 12:11:16 UTC (rev 99052)
+++ community-i686/PKGBUILD 2013-10-23 12:11:30 UTC (rev 99053)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Maintainer: Douglas Soares de Andrade d...@aur.archlinux.org
-# Contributor: Benjamin Andresen be...@klapmuetz.org
-# Contributor: bekks eduard.warken...@gmx.de
-
-pkgname=pgadmin3
-pkgver=1.18.1
-pkgrel=1
-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')
-_categories=Development;Application
-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
-  cp pgadmin3-3.png pgadmin3.png
-
-  cd pgadmin3-${pkgver}
-  [ -f Makefile ] || ./configure --prefix=/usr
-  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/pixmaps/pgAdmin3.ico
-  install -Dm644 $srcdir/pgadmin3.png 
$pkgdir/usr/share/pixmaps/pgadmin3.png
-  install -Dm644 pkg/pgadmin3.desktop 
$pkgdir/usr/share/applications/pgadmin3.desktop
-}

Copied: pgadmin3/repos/community-i686/PKGBUILD (from rev 99052, 
pgadmin3/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD

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

2013-10-11 Thread Sergej Pupykin
Date: Friday, October 11, 2013 @ 12:07:30
  Author: spupykin
Revision: 98468

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

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

+
 /ChangeLog |   56 ++
 /PKGBUILD  |   78 +++
 community-i686/ChangeLog   |   28 ---
 community-i686/PKGBUILD|   39 -
 community-x86_64/ChangeLog |   28 ---
 community-x86_64/PKGBUILD  |   39 -
 6 files changed, 134 insertions(+), 134 deletions(-)

Deleted: community-i686/ChangeLog
===
--- community-i686/ChangeLog2013-10-11 10:07:16 UTC (rev 98467)
+++ community-i686/ChangeLog2013-10-11 10:07:30 UTC (rev 98468)
@@ -1,28 +0,0 @@
-2008-08-21  Douglas Soares de Andrade  doug...@archlinux.org
-
-   * Updated for i686: 1.8.5
-
-2008-06-24  Douglas Soares de Andrade  d...@aur.archlinux.org
-
-   * Updated for i686   - 1.8.4
-
-2008-02-21  Douglas Soares de Andrade  d...@aur.archlinux.org
-
-   * Updated for i686   - 1.8.2
-
-2008-01-05  Douglas Soares de Andrade  d...@aur.archlinux.org
-
-   * Updated for x86_64 - 1.8.1
-   * Updated for i686   - 1.8.1
-
-2007-10-28  Douglas Soares de Andrade  d...@aur.archlinux.org
-
-   * Updated version
-
-2007-10-11  Douglas Soares de Andrade  d...@aur.archlinux.org
-
-   * Updated version
-
-2007-06-28  tardo  ta...@nagi-fanboi.net
-   
-   * Built for x86_64

Copied: pgadmin3/repos/community-i686/ChangeLog (from rev 98467, 
pgadmin3/trunk/ChangeLog)
===
--- community-i686/ChangeLog(rev 0)
+++ community-i686/ChangeLog2013-10-11 10:07:30 UTC (rev 98468)
@@ -0,0 +1,28 @@
+2008-08-21  Douglas Soares de Andrade  doug...@archlinux.org
+
+   * Updated for i686: 1.8.5
+
+2008-06-24  Douglas Soares de Andrade  d...@aur.archlinux.org
+
+   * Updated for i686   - 1.8.4
+
+2008-02-21  Douglas Soares de Andrade  d...@aur.archlinux.org
+
+   * Updated for i686   - 1.8.2
+
+2008-01-05  Douglas Soares de Andrade  d...@aur.archlinux.org
+
+   * Updated for x86_64 - 1.8.1
+   * Updated for i686   - 1.8.1
+
+2007-10-28  Douglas Soares de Andrade  d...@aur.archlinux.org
+
+   * Updated version
+
+2007-10-11  Douglas Soares de Andrade  d...@aur.archlinux.org
+
+   * Updated version
+
+2007-06-28  tardo  ta...@nagi-fanboi.net
+   
+   * Built for x86_64

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-10-11 10:07:16 UTC (rev 98467)
+++ community-i686/PKGBUILD 2013-10-11 10:07:30 UTC (rev 98468)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Maintainer: Douglas Soares de Andrade d...@aur.archlinux.org
-# Contributor: Benjamin Andresen be...@klapmuetz.org
-# Contributor: bekks eduard.warken...@gmx.de
-
-pkgname=pgadmin3
-pkgver=1.18.0
-pkgrel=2
-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')
-_categories=Development;Application
-source=(http://ftp.postgresql.org/pub/pgadmin3/release/v${pkgver}/src/pgadmin3-${pkgver}.tar.gz)
-md5sums=('ed1968a9abda0064be68bf57d7ccad43')
-
-build() {
-  cd $srcdir
-  convert pgadmin3-${pkgver}/pgadmin/include/images/pgAdmin3.ico pgadmin3.png
-  cp pgadmin3-3.png pgadmin3.png
-
-  cd pgadmin3-${pkgver}
-  [ -f Makefile ] || ./configure --prefix=/usr
-  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/pixmaps/pgAdmin3.ico
-  install -Dm644 $srcdir/pgadmin3.png 
$pkgdir/usr/share/pixmaps/pgadmin3.png
-  install -Dm644 pkg/pgadmin3.desktop 
$pkgdir/usr/share/applications/pgadmin3.desktop
-}

Copied: pgadmin3/repos/community-i686/PKGBUILD (from rev 98467, 
pgadmin3/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD 

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

2013-09-30 Thread Sergej Pupykin
Date: Monday, September 30, 2013 @ 12:03:39
  Author: spupykin
Revision: 97840

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

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

+
 /ChangeLog |   56 ++
 /PKGBUILD  |   78 +++
 community-i686/ChangeLog   |   28 ---
 community-i686/PKGBUILD|   40 --
 community-x86_64/ChangeLog |   28 ---
 community-x86_64/PKGBUILD  |   40 --
 6 files changed, 134 insertions(+), 136 deletions(-)

Deleted: community-i686/ChangeLog
===
--- community-i686/ChangeLog2013-09-30 10:03:24 UTC (rev 97839)
+++ community-i686/ChangeLog2013-09-30 10:03:39 UTC (rev 97840)
@@ -1,28 +0,0 @@
-2008-08-21  Douglas Soares de Andrade  doug...@archlinux.org
-
-   * Updated for i686: 1.8.5
-
-2008-06-24  Douglas Soares de Andrade  d...@aur.archlinux.org
-
-   * Updated for i686   - 1.8.4
-
-2008-02-21  Douglas Soares de Andrade  d...@aur.archlinux.org
-
-   * Updated for i686   - 1.8.2
-
-2008-01-05  Douglas Soares de Andrade  d...@aur.archlinux.org
-
-   * Updated for x86_64 - 1.8.1
-   * Updated for i686   - 1.8.1
-
-2007-10-28  Douglas Soares de Andrade  d...@aur.archlinux.org
-
-   * Updated version
-
-2007-10-11  Douglas Soares de Andrade  d...@aur.archlinux.org
-
-   * Updated version
-
-2007-06-28  tardo  ta...@nagi-fanboi.net
-   
-   * Built for x86_64

Copied: pgadmin3/repos/community-i686/ChangeLog (from rev 97839, 
pgadmin3/trunk/ChangeLog)
===
--- community-i686/ChangeLog(rev 0)
+++ community-i686/ChangeLog2013-09-30 10:03:39 UTC (rev 97840)
@@ -0,0 +1,28 @@
+2008-08-21  Douglas Soares de Andrade  doug...@archlinux.org
+
+   * Updated for i686: 1.8.5
+
+2008-06-24  Douglas Soares de Andrade  d...@aur.archlinux.org
+
+   * Updated for i686   - 1.8.4
+
+2008-02-21  Douglas Soares de Andrade  d...@aur.archlinux.org
+
+   * Updated for i686   - 1.8.2
+
+2008-01-05  Douglas Soares de Andrade  d...@aur.archlinux.org
+
+   * Updated for x86_64 - 1.8.1
+   * Updated for i686   - 1.8.1
+
+2007-10-28  Douglas Soares de Andrade  d...@aur.archlinux.org
+
+   * Updated version
+
+2007-10-11  Douglas Soares de Andrade  d...@aur.archlinux.org
+
+   * Updated version
+
+2007-06-28  tardo  ta...@nagi-fanboi.net
+   
+   * Built for x86_64

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-09-30 10:03:24 UTC (rev 97839)
+++ community-i686/PKGBUILD 2013-09-30 10:03:39 UTC (rev 97840)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Maintainer: Douglas Soares de Andrade d...@aur.archlinux.org
-# Contributor: Benjamin Andresen be...@klapmuetz.org
-# Contributor: bekks eduard.warken...@gmx.de
-
-pkgname=pgadmin3
-pkgver=1.18.0
-pkgrel=1
-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' 'gendesk' 'imagemagick')
-_categories=Development;Application
-source=(http://ftp.postgresql.org/pub/pgadmin3/release/v${pkgver}/src/pgadmin3-${pkgver}.tar.gz)
-md5sums=('ed1968a9abda0064be68bf57d7ccad43')
-
-build() {
-  cd $srcdir
-  convert pgadmin3-${pkgver}/pgadmin/include/images/pgAdmin3.ico pgadmin3.png
-  cp pgadmin3-3.png pgadmin3.png
-  gendesk $startdir/PKGBUILD
-
-  cd pgadmin3-${pkgver}
-  [ -f Makefile ] || ./configure --prefix=/usr
-  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/pixmaps/pgAdmin3.ico
-  install -Dm644 $srcdir/pgadmin3.png 
$pkgdir/usr/share/pixmaps/pgadmin3.png
-  install -Dm644 $srcdir/pgadmin3.desktop 
$pkgdir/usr/share/applications/pgadmin3.desktop
-}

Copied: pgadmin3/repos/community-i686/PKGBUILD (from rev 97839, 
pgadmin3/trunk/PKGBUILD)

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

2013-09-10 Thread Sergej Pupykin
Date: Tuesday, September 10, 2013 @ 12:15:36
  Author: spupykin
Revision: 97013

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

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

+
 /ChangeLog |   56 ++
 /PKGBUILD  |   80 +++
 community-i686/ChangeLog   |   28 ---
 community-i686/PKGBUILD|   40 -
 community-x86_64/ChangeLog |   28 ---
 community-x86_64/PKGBUILD  |   40 -
 6 files changed, 136 insertions(+), 136 deletions(-)

Deleted: community-i686/ChangeLog
===
--- community-i686/ChangeLog2013-09-10 10:15:17 UTC (rev 97012)
+++ community-i686/ChangeLog2013-09-10 10:15:36 UTC (rev 97013)
@@ -1,28 +0,0 @@
-2008-08-21  Douglas Soares de Andrade  doug...@archlinux.org
-
-   * Updated for i686: 1.8.5
-
-2008-06-24  Douglas Soares de Andrade  d...@aur.archlinux.org
-
-   * Updated for i686   - 1.8.4
-
-2008-02-21  Douglas Soares de Andrade  d...@aur.archlinux.org
-
-   * Updated for i686   - 1.8.2
-
-2008-01-05  Douglas Soares de Andrade  d...@aur.archlinux.org
-
-   * Updated for x86_64 - 1.8.1
-   * Updated for i686   - 1.8.1
-
-2007-10-28  Douglas Soares de Andrade  d...@aur.archlinux.org
-
-   * Updated version
-
-2007-10-11  Douglas Soares de Andrade  d...@aur.archlinux.org
-
-   * Updated version
-
-2007-06-28  tardo  ta...@nagi-fanboi.net
-   
-   * Built for x86_64

Copied: pgadmin3/repos/community-i686/ChangeLog (from rev 97012, 
pgadmin3/trunk/ChangeLog)
===
--- community-i686/ChangeLog(rev 0)
+++ community-i686/ChangeLog2013-09-10 10:15:36 UTC (rev 97013)
@@ -0,0 +1,28 @@
+2008-08-21  Douglas Soares de Andrade  doug...@archlinux.org
+
+   * Updated for i686: 1.8.5
+
+2008-06-24  Douglas Soares de Andrade  d...@aur.archlinux.org
+
+   * Updated for i686   - 1.8.4
+
+2008-02-21  Douglas Soares de Andrade  d...@aur.archlinux.org
+
+   * Updated for i686   - 1.8.2
+
+2008-01-05  Douglas Soares de Andrade  d...@aur.archlinux.org
+
+   * Updated for x86_64 - 1.8.1
+   * Updated for i686   - 1.8.1
+
+2007-10-28  Douglas Soares de Andrade  d...@aur.archlinux.org
+
+   * Updated version
+
+2007-10-11  Douglas Soares de Andrade  d...@aur.archlinux.org
+
+   * Updated version
+
+2007-06-28  tardo  ta...@nagi-fanboi.net
+   
+   * Built for x86_64

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-09-10 10:15:17 UTC (rev 97012)
+++ community-i686/PKGBUILD 2013-09-10 10:15:36 UTC (rev 97013)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Maintainer: Douglas Soares de Andrade d...@aur.archlinux.org
-# Contributor: Benjamin Andresen be...@klapmuetz.org
-# Contributor: bekks eduard.warken...@gmx.de
-
-pkgname=pgadmin3
-pkgver=1.16.1
-pkgrel=2
-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' 'gendesk' 'imagemagick')
-_categories=Development;Application
-source=(http://ftp.postgresql.org/pub/pgadmin3/release/v${pkgver}/src/pgadmin3-${pkgver}.tar.gz)
-md5sums=('f3bc59630f0dc9600d4ad125097ce2fa')
-
-build() {
-  cd $srcdir
-  convert pgadmin3-${pkgver}/pgadmin/include/images/pgAdmin3.ico pgadmin3.png
-  cp pgadmin3-3.png pgadmin3.png
-  gendesk $startdir/PKGBUILD
-
-  cd pgadmin3-${pkgver}
-  [ -f Makefile ] || ./configure --prefix=/usr
-  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/pixmaps/pgAdmin3.ico
-  install -Dm644 $srcdir/pgadmin3.png 
$pkgdir/usr/share/pixmaps/pgadmin3.png
-  install -Dm644 $srcdir/pgadmin3.desktop 
$pkgdir/usr/share/applications/pgadmin3.desktop
-}

Copied: pgadmin3/repos/community-i686/PKGBUILD (from rev 97012, 
pgadmin3/trunk/PKGBUILD)

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

2013-06-13 Thread Sergej Pupykin
Date: Thursday, June 13, 2013 @ 14:58:46
  Author: spupykin
Revision: 92722

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

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

+
 /ChangeLog |   56 ++
 /PKGBUILD  |   80 +++
 community-i686/ChangeLog   |   28 ---
 community-i686/PKGBUILD|   39 
 community-x86_64/ChangeLog |   28 ---
 community-x86_64/PKGBUILD  |   39 
 6 files changed, 136 insertions(+), 134 deletions(-)

Deleted: community-i686/ChangeLog
===
--- community-i686/ChangeLog2013-06-13 12:58:30 UTC (rev 92721)
+++ community-i686/ChangeLog2013-06-13 12:58:46 UTC (rev 92722)
@@ -1,28 +0,0 @@
-2008-08-21  Douglas Soares de Andrade  doug...@archlinux.org
-
-   * Updated for i686: 1.8.5
-
-2008-06-24  Douglas Soares de Andrade  d...@aur.archlinux.org
-
-   * Updated for i686   - 1.8.4
-
-2008-02-21  Douglas Soares de Andrade  d...@aur.archlinux.org
-
-   * Updated for i686   - 1.8.2
-
-2008-01-05  Douglas Soares de Andrade  d...@aur.archlinux.org
-
-   * Updated for x86_64 - 1.8.1
-   * Updated for i686   - 1.8.1
-
-2007-10-28  Douglas Soares de Andrade  d...@aur.archlinux.org
-
-   * Updated version
-
-2007-10-11  Douglas Soares de Andrade  d...@aur.archlinux.org
-
-   * Updated version
-
-2007-06-28  tardo  ta...@nagi-fanboi.net
-   
-   * Built for x86_64

Copied: pgadmin3/repos/community-i686/ChangeLog (from rev 92721, 
pgadmin3/trunk/ChangeLog)
===
--- community-i686/ChangeLog(rev 0)
+++ community-i686/ChangeLog2013-06-13 12:58:46 UTC (rev 92722)
@@ -0,0 +1,28 @@
+2008-08-21  Douglas Soares de Andrade  doug...@archlinux.org
+
+   * Updated for i686: 1.8.5
+
+2008-06-24  Douglas Soares de Andrade  d...@aur.archlinux.org
+
+   * Updated for i686   - 1.8.4
+
+2008-02-21  Douglas Soares de Andrade  d...@aur.archlinux.org
+
+   * Updated for i686   - 1.8.2
+
+2008-01-05  Douglas Soares de Andrade  d...@aur.archlinux.org
+
+   * Updated for x86_64 - 1.8.1
+   * Updated for i686   - 1.8.1
+
+2007-10-28  Douglas Soares de Andrade  d...@aur.archlinux.org
+
+   * Updated version
+
+2007-10-11  Douglas Soares de Andrade  d...@aur.archlinux.org
+
+   * Updated version
+
+2007-06-28  tardo  ta...@nagi-fanboi.net
+   
+   * Built for x86_64

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-06-13 12:58:30 UTC (rev 92721)
+++ community-i686/PKGBUILD 2013-06-13 12:58:46 UTC (rev 92722)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Maintainer: Douglas Soares de Andrade d...@aur.archlinux.org
-# Contributor: Benjamin Andresen be...@klapmuetz.org
-# Contributor: bekks eduard.warken...@gmx.de
-
-pkgname=pgadmin3
-pkgver=1.16.1
-pkgrel=1
-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' 'gendesk' 'imagemagick')
-source=(http://ftp.postgresql.org/pub/pgadmin3/release/v${pkgver}/src/pgadmin3-${pkgver}.tar.gz)
-md5sums=('f3bc59630f0dc9600d4ad125097ce2fa')
-
-build() {
-  cd $srcdir
-  convert pgadmin3-${pkgver}/pgadmin/include/images/pgAdmin3.ico pgadmin3.png
-  cp pgadmin3-3.png pgadmin3.png
-  gendesk
-
-  cd pgadmin3-${pkgver}
-  [ -f Makefile ] || ./configure --prefix=/usr
-  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/pixmaps/pgAdmin3.ico
-  install -Dm644 $srcdir/pgadmin3.png 
$pkgdir/usr/share/pixmaps/pgadmin3.png
-  install -Dm644 $srcdir/pgadmin3.desktop 
$pkgdir/usr/share/applications/pgadmin3.desktop
-}

Copied: pgadmin3/repos/community-i686/PKGBUILD (from rev 92721, 
pgadmin3/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD