[arch-commits] Commit in lxappearance/trunk (PKGBUILD)

2014-10-23 Thread Bartłomiej Piotrowski
Date: Thursday, October 23, 2014 @ 08:59:52
  Author: bpiotrowski
Revision: 121263

upgpkg: lxappearance 0.6.0-1

new upstream release

Modified:
  lxappearance/trunk/PKGBUILD

--+
 PKGBUILD |   11 +--
 1 file changed, 5 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-10-23 00:38:41 UTC (rev 121262)
+++ PKGBUILD2014-10-23 06:59:52 UTC (rev 121263)
@@ -1,10 +1,10 @@
 #$Id$
 # Maintainer:  Bartłomiej Piotrowski bpiotrow...@archlinux.org
-# Contributor: Angel Velasquez an...@archlinux.org  
+# Contributor: Angel Velasquez an...@archlinux.org
 # Contributor: Geoffroy Carrier geoffroy.carr...@koon.fr
 
 pkgname=lxappearance
-pkgver=0.5.6
+pkgver=0.6.0
 pkgrel=1
 pkgdesc='Feature-rich GTK+ theme switcher of the LXDE Desktop'
 arch=('i686' 'x86_64')
@@ -14,16 +14,15 @@
 depends=('gtk2' 'dbus-glib')
 makedepends=('intltool')
 
source=(http://downloads.sourceforge.net/sourceforge/lxde/$pkgname-$pkgver.tar.xz)
-md5sums=('90bed417817a42b24af368f85cb5fc58')
+md5sums=('20effaef8d943a70533b366b468c')
 
 build() {
   cd $pkgname-$pkgver
   ./configure --sysconfdir=/etc --prefix=/usr \
 --enable-dbus
-  make 
+  make
 }
 
 package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install 
+  make -C $pkgname-$pkgver DESTDIR=$pkgdir install
 }


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

2014-10-23 Thread Bartłomiej Piotrowski
Date: Thursday, October 23, 2014 @ 09:00:04
  Author: bpiotrowski
Revision: 121264

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

Added:
  lxappearance/repos/community-i686/PKGBUILD
(from rev 121263, lxappearance/trunk/PKGBUILD)
  lxappearance/repos/community-i686/gtk-3.0.patch
(from rev 121263, lxappearance/trunk/gtk-3.0.patch)
  lxappearance/repos/community-x86_64/PKGBUILD
(from rev 121263, lxappearance/trunk/PKGBUILD)
  lxappearance/repos/community-x86_64/gtk-3.0.patch
(from rev 121263, lxappearance/trunk/gtk-3.0.patch)
Deleted:
  lxappearance/repos/community-i686/PKGBUILD
  lxappearance/repos/community-i686/gtk-3.0.patch
  lxappearance/repos/community-x86_64/PKGBUILD
  lxappearance/repos/community-x86_64/gtk-3.0.patch

+
 /PKGBUILD  |   56 +
 /gtk-3.0.patch |  222 +++
 community-i686/PKGBUILD|   29 -
 community-i686/gtk-3.0.patch   |  111 ---
 community-x86_64/PKGBUILD  |   29 -
 community-x86_64/gtk-3.0.patch |  111 ---
 6 files changed, 278 insertions(+), 280 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-10-23 06:59:52 UTC (rev 121263)
+++ community-i686/PKGBUILD 2014-10-23 07:00:04 UTC (rev 121264)
@@ -1,29 +0,0 @@
-#$Id$
-# Maintainer:  Bartłomiej Piotrowski bpiotrow...@archlinux.org
-# Contributor: Angel Velasquez an...@archlinux.org  
-# Contributor: Geoffroy Carrier geoffroy.carr...@koon.fr
-
-pkgname=lxappearance
-pkgver=0.5.6
-pkgrel=1
-pkgdesc='Feature-rich GTK+ theme switcher of the LXDE Desktop'
-arch=('i686' 'x86_64')
-license=('GPL2')
-url='http://lxde.org/'
-groups=('lxde')
-depends=('gtk2' 'dbus-glib')
-makedepends=('intltool')
-source=(http://downloads.sourceforge.net/sourceforge/lxde/$pkgname-$pkgver.tar.xz)
-md5sums=('90bed417817a42b24af368f85cb5fc58')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --sysconfdir=/etc --prefix=/usr \
---enable-dbus
-  make 
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install 
-}

Copied: lxappearance/repos/community-i686/PKGBUILD (from rev 121263, 
lxappearance/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-10-23 07:00:04 UTC (rev 121264)
@@ -0,0 +1,28 @@
+#$Id$
+# Maintainer:  Bartłomiej Piotrowski bpiotrow...@archlinux.org
+# Contributor: Angel Velasquez an...@archlinux.org
+# Contributor: Geoffroy Carrier geoffroy.carr...@koon.fr
+
+pkgname=lxappearance
+pkgver=0.6.0
+pkgrel=1
+pkgdesc='Feature-rich GTK+ theme switcher of the LXDE Desktop'
+arch=('i686' 'x86_64')
+license=('GPL2')
+url='http://lxde.org/'
+groups=('lxde')
+depends=('gtk2' 'dbus-glib')
+makedepends=('intltool')
+source=(http://downloads.sourceforge.net/sourceforge/lxde/$pkgname-$pkgver.tar.xz)
+md5sums=('20effaef8d943a70533b366b468c')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --sysconfdir=/etc --prefix=/usr \
+--enable-dbus
+  make
+}
+
+package() {
+  make -C $pkgname-$pkgver DESTDIR=$pkgdir install
+}

Deleted: community-i686/gtk-3.0.patch
===
--- community-i686/gtk-3.0.patch2014-10-23 06:59:52 UTC (rev 121263)
+++ community-i686/gtk-3.0.patch2014-10-23 07:00:04 UTC (rev 121264)
@@ -1,111 +0,0 @@
 src/lxappearance.c 2011-07-29 16:50:19.0 +0200
-+++ src/lxappearance1.c2011-07-30 18:51:40.323368701 +0200
-@@ -153,21 +153,33 @@
- 
- char* file_path = g_build_filename(g_get_home_dir(), .gtkrc-2.0, NULL);
- GString* content = g_string_sized_new(512);
-+GString* content3 = g_string_sized_new(512);
- g_string_append(content,
- # DO NOT EDIT! This file will be overwritten by LXAppearance.\n
- # Any customization should be done in ~/.gtkrc-2.0.mine 
instead.\n\n);
-+g_string_append(content3, [Settings]\n
-+# DO NOT EDIT! This file will be overwritten by LXAppearance.\n);
-+
- if(app.widget_theme)
- g_string_append_printf(content,
- gtk-theme-name=\%s\\n, app.widget_theme);
-+g_string_append_printf(content3,
-+gtk-theme-name = %s\n, app.widget_theme);
- if(app.icon_theme)
- g_string_append_printf(content,
--gtk-icon-theme-name=\%s\\n, app.icon_theme);
-+gtk-icon-theme-name=\%s\\n, app.icon_theme);
-+g_string_append_printf(content3,
-+gtk-icon-theme-name = %s\n, app.icon_theme);
- if(app.default_font)
- g_string_append_printf(content,
- gtk-font-name=\%s\\n, app.default_font);
-+g_string_append_printf(content3,
-+gtk-font-name = %s\n, app.default_font);
- if(app.cursor_theme)
- 

[arch-commits] Commit in whois/trunk (PKGBUILD)

2014-10-23 Thread Giovanni Scafora
Date: Thursday, October 23, 2014 @ 10:16:17
  Author: giovanni
Revision: 225212

upgpkg: whois 5.2.1-1

upstream release

Modified:
  whois/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-10-23 05:14:08 UTC (rev 225211)
+++ PKGBUILD2014-10-23 08:16:17 UTC (rev 225212)
@@ -3,7 +3,7 @@
 # Contributor: Tom Newsom jeeps...@gmx.co.uk
 
 pkgname=whois
-pkgver=5.1.3
+pkgver=5.2.1
 pkgrel=1
 pkgdesc=The whois client by Marco d'Itri
 arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@
 makedepends=('perl')
 backup=('etc/whois.conf')
 
source=(http://ftp.debian.org/debian/pool/main/w/whois/${pkgname}_${pkgver}.tar.xz;)
-md5sums=('2817d6065bbd8f274a3e5240e0bf7dd5')
+md5sums=('c671b90e23f161fba147d910784df995')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}


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

2014-10-23 Thread Giovanni Scafora
Date: Thursday, October 23, 2014 @ 10:16:27
  Author: giovanni
Revision: 225213

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

Added:
  whois/repos/extra-i686/PKGBUILD
(from rev 225212, whois/trunk/PKGBUILD)
  whois/repos/extra-x86_64/PKGBUILD
(from rev 225212, whois/trunk/PKGBUILD)
Deleted:
  whois/repos/extra-i686/PKGBUILD
  whois/repos/extra-x86_64/PKGBUILD

---+
 /PKGBUILD |   66 
 extra-i686/PKGBUILD   |   33 
 extra-x86_64/PKGBUILD |   33 
 3 files changed, 66 insertions(+), 66 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-10-23 08:16:17 UTC (rev 225212)
+++ extra-i686/PKGBUILD 2014-10-23 08:16:27 UTC (rev 225213)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora giova...@archlinux.org
-# Contributor: Tom Newsom jeeps...@gmx.co.uk
-
-pkgname=whois
-pkgver=5.1.3
-pkgrel=1
-pkgdesc=The whois client by Marco d'Itri
-arch=('i686' 'x86_64')
-url=http://www.linux.it/~md/software/;
-license=('GPL')
-depends=('libidn')
-makedepends=('perl')
-backup=('etc/whois.conf')
-source=(http://ftp.debian.org/debian/pool/main/w/whois/${pkgname}_${pkgver}.tar.xz;)
-md5sums=('2817d6065bbd8f274a3e5240e0bf7dd5')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  make prefix=/usr \
-   CFLAGS=$CFLAGS $CPPFLAGS \
-   CONFIG_FILE=/etc/whois.conf \
-   HAVE_LIBIDN=1 \
-   HAVE_ICONV=1
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  make prefix=/usr BASEDIR=${pkgdir} install-whois
-  install -D -m644 whois.conf ${pkgdir}/etc/whois.conf
-}

Copied: whois/repos/extra-i686/PKGBUILD (from rev 225212, whois/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-10-23 08:16:27 UTC (rev 225213)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Giovanni Scafora giova...@archlinux.org
+# Contributor: Tom Newsom jeeps...@gmx.co.uk
+
+pkgname=whois
+pkgver=5.2.1
+pkgrel=1
+pkgdesc=The whois client by Marco d'Itri
+arch=('i686' 'x86_64')
+url=http://www.linux.it/~md/software/;
+license=('GPL')
+depends=('libidn')
+makedepends=('perl')
+backup=('etc/whois.conf')
+source=(http://ftp.debian.org/debian/pool/main/w/whois/${pkgname}_${pkgver}.tar.xz;)
+md5sums=('c671b90e23f161fba147d910784df995')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  make prefix=/usr \
+   CFLAGS=$CFLAGS $CPPFLAGS \
+   CONFIG_FILE=/etc/whois.conf \
+   HAVE_LIBIDN=1 \
+   HAVE_ICONV=1
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  make prefix=/usr BASEDIR=${pkgdir} install-whois
+  install -D -m644 whois.conf ${pkgdir}/etc/whois.conf
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2014-10-23 08:16:17 UTC (rev 225212)
+++ extra-x86_64/PKGBUILD   2014-10-23 08:16:27 UTC (rev 225213)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora giova...@archlinux.org
-# Contributor: Tom Newsom jeeps...@gmx.co.uk
-
-pkgname=whois
-pkgver=5.1.3
-pkgrel=1
-pkgdesc=The whois client by Marco d'Itri
-arch=('i686' 'x86_64')
-url=http://www.linux.it/~md/software/;
-license=('GPL')
-depends=('libidn')
-makedepends=('perl')
-backup=('etc/whois.conf')
-source=(http://ftp.debian.org/debian/pool/main/w/whois/${pkgname}_${pkgver}.tar.xz;)
-md5sums=('2817d6065bbd8f274a3e5240e0bf7dd5')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  make prefix=/usr \
-   CFLAGS=$CFLAGS $CPPFLAGS \
-   CONFIG_FILE=/etc/whois.conf \
-   HAVE_LIBIDN=1 \
-   HAVE_ICONV=1
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  make prefix=/usr BASEDIR=${pkgdir} install-whois
-  install -D -m644 whois.conf ${pkgdir}/etc/whois.conf
-}

Copied: whois/repos/extra-x86_64/PKGBUILD (from rev 225212, 
whois/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2014-10-23 08:16:27 UTC (rev 225213)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Giovanni Scafora giova...@archlinux.org
+# Contributor: Tom Newsom jeeps...@gmx.co.uk
+
+pkgname=whois
+pkgver=5.2.1
+pkgrel=1
+pkgdesc=The whois client by Marco d'Itri
+arch=('i686' 'x86_64')
+url=http://www.linux.it/~md/software/;
+license=('GPL')
+depends=('libidn')
+makedepends=('perl')
+backup=('etc/whois.conf')
+source=(http://ftp.debian.org/debian/pool/main/w/whois/${pkgname}_${pkgver}.tar.xz;)
+md5sums=('c671b90e23f161fba147d910784df995')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  make prefix=/usr \
+   CFLAGS=$CFLAGS $CPPFLAGS \
+   CONFIG_FILE=/etc/whois.conf \
+   HAVE_LIBIDN=1 \
+   HAVE_ICONV=1
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  make prefix=/usr BASEDIR=${pkgdir} 

[arch-commits] Commit in perl-dbd-sqlite/trunk (PKGBUILD)

2014-10-23 Thread Felix Yan
Date: Thursday, October 23, 2014 @ 10:18:47
  Author: fyan
Revision: 225214

upgpkg: perl-dbd-sqlite 1.44-1

Modified:
  perl-dbd-sqlite/trunk/PKGBUILD

--+
 PKGBUILD |8 
 1 file changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-10-23 08:16:27 UTC (rev 225213)
+++ PKGBUILD2014-10-23 08:18:47 UTC (rev 225214)
@@ -1,9 +1,9 @@
 # $Id$
-# Maintainer: Felix Yan felixonm...@gmail.com
+# Maintainer: Felix Yan felixonm...@archlinux.org
 
 pkgname=perl-dbd-sqlite
-pkgver=1.42
-pkgrel=2
+pkgver=1.44
+pkgrel=1
 pkgdesc=Self-contained RDBMS in a DBI driver
 arch=('i686' 'x86_64')
 url=http://search.cpan.org/dist/DBD-SQLite;
@@ -11,7 +11,7 @@
 depends=('perl-dbi' 'sqlite')
 options=('!emptydirs')
 
source=(http://www.cpan.org/authors/id/I/IS/ISHIGAKI/DBD-SQLite-${pkgver}.tar.gz)
-md5sums=('86cfaf477cb9ddc39508f74f4268fc79')
+md5sums=('354b826b912f8b5972179a13b1b8c4e1')
 
 build() {
   cd DBD-SQLite-${pkgver}


[arch-commits] Commit in perl-dbd-sqlite/repos (4 files)

2014-10-23 Thread Felix Yan
Date: Thursday, October 23, 2014 @ 10:19:18
  Author: fyan
Revision: 225215

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

Added:
  perl-dbd-sqlite/repos/extra-i686/PKGBUILD
(from rev 225214, perl-dbd-sqlite/trunk/PKGBUILD)
  perl-dbd-sqlite/repos/extra-x86_64/PKGBUILD
(from rev 225214, perl-dbd-sqlite/trunk/PKGBUILD)
Deleted:
  perl-dbd-sqlite/repos/extra-i686/PKGBUILD
  perl-dbd-sqlite/repos/extra-x86_64/PKGBUILD

---+
 /PKGBUILD |   60 
 extra-i686/PKGBUILD   |   30 
 extra-x86_64/PKGBUILD |   30 
 3 files changed, 60 insertions(+), 60 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-10-23 08:18:47 UTC (rev 225214)
+++ extra-i686/PKGBUILD 2014-10-23 08:19:18 UTC (rev 225215)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@gmail.com
-
-pkgname=perl-dbd-sqlite
-pkgver=1.42
-pkgrel=2
-pkgdesc=Self-contained RDBMS in a DBI driver
-arch=('i686' 'x86_64')
-url=http://search.cpan.org/dist/DBD-SQLite;
-license=('GPL' 'PerlArtistic')
-depends=('perl-dbi' 'sqlite')
-options=('!emptydirs')
-source=(http://www.cpan.org/authors/id/I/IS/ISHIGAKI/DBD-SQLite-${pkgver}.tar.gz)
-md5sums=('86cfaf477cb9ddc39508f74f4268fc79')
-
-build() {
-  cd DBD-SQLite-${pkgver}
-  perl Makefile.PL INSTALLDIRS=vendor
-  make
-}
-
-check() {
-  cd DBD-SQLite-${pkgver}
-  make test
-}
-
-package() {
-  cd DBD-SQLite-${pkgver}
-  make install DESTDIR=${pkgdir}
-}

Copied: perl-dbd-sqlite/repos/extra-i686/PKGBUILD (from rev 225214, 
perl-dbd-sqlite/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-10-23 08:19:18 UTC (rev 225215)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+
+pkgname=perl-dbd-sqlite
+pkgver=1.44
+pkgrel=1
+pkgdesc=Self-contained RDBMS in a DBI driver
+arch=('i686' 'x86_64')
+url=http://search.cpan.org/dist/DBD-SQLite;
+license=('GPL' 'PerlArtistic')
+depends=('perl-dbi' 'sqlite')
+options=('!emptydirs')
+source=(http://www.cpan.org/authors/id/I/IS/ISHIGAKI/DBD-SQLite-${pkgver}.tar.gz)
+md5sums=('354b826b912f8b5972179a13b1b8c4e1')
+
+build() {
+  cd DBD-SQLite-${pkgver}
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd DBD-SQLite-${pkgver}
+  make test
+}
+
+package() {
+  cd DBD-SQLite-${pkgver}
+  make install DESTDIR=${pkgdir}
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2014-10-23 08:18:47 UTC (rev 225214)
+++ extra-x86_64/PKGBUILD   2014-10-23 08:19:18 UTC (rev 225215)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@gmail.com
-
-pkgname=perl-dbd-sqlite
-pkgver=1.42
-pkgrel=2
-pkgdesc=Self-contained RDBMS in a DBI driver
-arch=('i686' 'x86_64')
-url=http://search.cpan.org/dist/DBD-SQLite;
-license=('GPL' 'PerlArtistic')
-depends=('perl-dbi' 'sqlite')
-options=('!emptydirs')
-source=(http://www.cpan.org/authors/id/I/IS/ISHIGAKI/DBD-SQLite-${pkgver}.tar.gz)
-md5sums=('86cfaf477cb9ddc39508f74f4268fc79')
-
-build() {
-  cd DBD-SQLite-${pkgver}
-  perl Makefile.PL INSTALLDIRS=vendor
-  make
-}
-
-check() {
-  cd DBD-SQLite-${pkgver}
-  make test
-}
-
-package() {
-  cd DBD-SQLite-${pkgver}
-  make install DESTDIR=${pkgdir}
-}

Copied: perl-dbd-sqlite/repos/extra-x86_64/PKGBUILD (from rev 225214, 
perl-dbd-sqlite/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2014-10-23 08:19:18 UTC (rev 225215)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+
+pkgname=perl-dbd-sqlite
+pkgver=1.44
+pkgrel=1
+pkgdesc=Self-contained RDBMS in a DBI driver
+arch=('i686' 'x86_64')
+url=http://search.cpan.org/dist/DBD-SQLite;
+license=('GPL' 'PerlArtistic')
+depends=('perl-dbi' 'sqlite')
+options=('!emptydirs')
+source=(http://www.cpan.org/authors/id/I/IS/ISHIGAKI/DBD-SQLite-${pkgver}.tar.gz)
+md5sums=('354b826b912f8b5972179a13b1b8c4e1')
+
+build() {
+  cd DBD-SQLite-${pkgver}
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd DBD-SQLite-${pkgver}
+  make test
+}
+
+package() {
+  cd DBD-SQLite-${pkgver}
+  make install DESTDIR=${pkgdir}
+}


[arch-commits] Commit in live-media/trunk (PKGBUILD)

2014-10-23 Thread Giovanni Scafora
Date: Thursday, October 23, 2014 @ 10:21:53
  Author: giovanni
Revision: 225216

upgpkg: live-media 2014.10.21-1

upstream release

Modified:
  live-media/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-10-23 08:19:18 UTC (rev 225215)
+++ PKGBUILD2014-10-23 08:21:53 UTC (rev 225216)
@@ -3,7 +3,7 @@
 # Contributor: Gilles CHAUVIN gcn...@gmail.com
 
 pkgname=live-media
-pkgver=2014.08.26
+pkgver=2014.10.21
 pkgrel=1
 pkgdesc=A set of C++ libraries for multimedia streaming
 arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@
 depends=('gcc-libs')
 options=('staticlibs')
 source=(http://live555.com/liveMedia/public/live.${pkgver}.tar.gz;)
-md5sums=('24dfd57f164c3a1041c9dceded210444')
+md5sums=('c07bbbe7be3add603879431b624b8092')
 
 build() {
   cd ${srcdir}/live


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

2014-10-23 Thread Giovanni Scafora
Date: Thursday, October 23, 2014 @ 10:22:03
  Author: giovanni
Revision: 225217

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

Added:
  live-media/repos/extra-i686/PKGBUILD
(from rev 225216, live-media/trunk/PKGBUILD)
  live-media/repos/extra-x86_64/PKGBUILD
(from rev 225216, live-media/trunk/PKGBUILD)
Deleted:
  live-media/repos/extra-i686/PKGBUILD
  live-media/repos/extra-x86_64/PKGBUILD

---+
 /PKGBUILD |   78 
 extra-i686/PKGBUILD   |   39 
 extra-x86_64/PKGBUILD |   39 
 3 files changed, 78 insertions(+), 78 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-10-23 08:21:53 UTC (rev 225216)
+++ extra-i686/PKGBUILD 2014-10-23 08:22:03 UTC (rev 225217)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora giova...@archlinux.org
-# Contributor: Gilles CHAUVIN gcn...@gmail.com
-
-pkgname=live-media
-pkgver=2014.08.26
-pkgrel=1
-pkgdesc=A set of C++ libraries for multimedia streaming
-arch=('i686' 'x86_64')
-license=('LGPL')
-url=http://live555.com/liveMedia;
-depends=('gcc-libs')
-options=('staticlibs')
-source=(http://live555.com/liveMedia/public/live.${pkgver}.tar.gz;)
-md5sums=('24dfd57f164c3a1041c9dceded210444')
-
-build() {
-  cd ${srcdir}/live
-
-  sed \
-  -e 's/$(INCLUDES) -I. -O2 -DSOCKLEN_T/$(INCLUDES) -I. -O2 -I. -fPIC 
-DRTSPCLIENT_SYNCHRONOUS_INTERFACE=1 -DSOCKLEN_T/g' \
-  -i config.linux
-  ./genMakefiles linux
-  make
-}
-
-package() {
-  cd ${srcdir}/live
-
-  for dir in BasicUsageEnvironment groupsock liveMedia UsageEnvironment; do
-install -dm755 ${pkgdir}/usr/{bin,lib,include/${dir}}
-install -m644 ${dir}/*.a ${pkgdir}/usr/lib
-install -m644 ${dir}/include/*.h* ${pkgdir}/usr/include/${dir}
-  done
-
-  for testprog in `find testProgs -type f -perm 755`; do
-install ${testprog} ${pkgdir}/usr/bin
-  done
-}

Copied: live-media/repos/extra-i686/PKGBUILD (from rev 225216, 
live-media/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-10-23 08:22:03 UTC (rev 225217)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Giovanni Scafora giova...@archlinux.org
+# Contributor: Gilles CHAUVIN gcn...@gmail.com
+
+pkgname=live-media
+pkgver=2014.10.21
+pkgrel=1
+pkgdesc=A set of C++ libraries for multimedia streaming
+arch=('i686' 'x86_64')
+license=('LGPL')
+url=http://live555.com/liveMedia;
+depends=('gcc-libs')
+options=('staticlibs')
+source=(http://live555.com/liveMedia/public/live.${pkgver}.tar.gz;)
+md5sums=('c07bbbe7be3add603879431b624b8092')
+
+build() {
+  cd ${srcdir}/live
+
+  sed \
+  -e 's/$(INCLUDES) -I. -O2 -DSOCKLEN_T/$(INCLUDES) -I. -O2 -I. -fPIC 
-DRTSPCLIENT_SYNCHRONOUS_INTERFACE=1 -DSOCKLEN_T/g' \
+  -i config.linux
+  ./genMakefiles linux
+  make
+}
+
+package() {
+  cd ${srcdir}/live
+
+  for dir in BasicUsageEnvironment groupsock liveMedia UsageEnvironment; do
+install -dm755 ${pkgdir}/usr/{bin,lib,include/${dir}}
+install -m644 ${dir}/*.a ${pkgdir}/usr/lib
+install -m644 ${dir}/include/*.h* ${pkgdir}/usr/include/${dir}
+  done
+
+  for testprog in `find testProgs -type f -perm 755`; do
+install ${testprog} ${pkgdir}/usr/bin
+  done
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2014-10-23 08:21:53 UTC (rev 225216)
+++ extra-x86_64/PKGBUILD   2014-10-23 08:22:03 UTC (rev 225217)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora giova...@archlinux.org
-# Contributor: Gilles CHAUVIN gcn...@gmail.com
-
-pkgname=live-media
-pkgver=2014.08.26
-pkgrel=1
-pkgdesc=A set of C++ libraries for multimedia streaming
-arch=('i686' 'x86_64')
-license=('LGPL')
-url=http://live555.com/liveMedia;
-depends=('gcc-libs')
-options=('staticlibs')
-source=(http://live555.com/liveMedia/public/live.${pkgver}.tar.gz;)
-md5sums=('24dfd57f164c3a1041c9dceded210444')
-
-build() {
-  cd ${srcdir}/live
-
-  sed \
-  -e 's/$(INCLUDES) -I. -O2 -DSOCKLEN_T/$(INCLUDES) -I. -O2 -I. -fPIC 
-DRTSPCLIENT_SYNCHRONOUS_INTERFACE=1 -DSOCKLEN_T/g' \
-  -i config.linux
-  ./genMakefiles linux
-  make
-}
-
-package() {
-  cd ${srcdir}/live
-
-  for dir in BasicUsageEnvironment groupsock liveMedia UsageEnvironment; do
-install -dm755 ${pkgdir}/usr/{bin,lib,include/${dir}}
-install -m644 ${dir}/*.a ${pkgdir}/usr/lib
-install -m644 ${dir}/include/*.h* ${pkgdir}/usr/include/${dir}
-  done
-
-  for testprog in `find testProgs -type f -perm 755`; do
-install ${testprog} ${pkgdir}/usr/bin
-  done
-}

Copied: live-media/repos/extra-x86_64/PKGBUILD (from rev 225216, 
live-media/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)

[arch-commits] Commit in srm/trunk (PKGBUILD)

2014-10-23 Thread Giovanni Scafora
Date: Thursday, October 23, 2014 @ 10:32:52
  Author: giovanni
Revision: 121265

upgpkg: srm 1.2.14-1

upstream release

Modified:
  srm/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-10-23 07:00:04 UTC (rev 121264)
+++ PKGBUILD2014-10-23 08:32:52 UTC (rev 121265)
@@ -3,7 +3,7 @@
 # Contributor: Tom Newsom jeeps...@gmx.co.uk
 
 pkgname=srm
-pkgver=1.2.13
+pkgver=1.2.14
 pkgrel=1
 pkgdesc=A secure replacement for rm(1) that overwrites data before unlinking
 arch=('i686' 'x86_64')
@@ -11,7 +11,7 @@
 license=('custom')
 depends=('glibc')
 
source=(http://sourceforge.net/projects/${pkgname}/files/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
-md5sums=('123f8fbf086a5c50aadb2a23991b9416')
+md5sums=('dc86ea4b36eb4663eb6486d38388f908')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}


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

2014-10-23 Thread Giovanni Scafora
Date: Thursday, October 23, 2014 @ 10:33:02
  Author: giovanni
Revision: 121266

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

Added:
  srm/repos/community-i686/PKGBUILD
(from rev 121265, srm/trunk/PKGBUILD)
  srm/repos/community-x86_64/PKGBUILD
(from rev 121265, srm/trunk/PKGBUILD)
Deleted:
  srm/repos/community-i686/PKGBUILD
  srm/repos/community-x86_64/PKGBUILD

---+
 /PKGBUILD |   56 
 community-i686/PKGBUILD   |   28 --
 community-x86_64/PKGBUILD |   28 --
 3 files changed, 56 insertions(+), 56 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-10-23 08:32:52 UTC (rev 121265)
+++ community-i686/PKGBUILD 2014-10-23 08:33:02 UTC (rev 121266)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora giova...@archlinux.org
-# Contributor: Tom Newsom jeeps...@gmx.co.uk
-
-pkgname=srm
-pkgver=1.2.13
-pkgrel=1
-pkgdesc=A secure replacement for rm(1) that overwrites data before unlinking
-arch=('i686' 'x86_64')
-url=http://srm.sourceforge.net/;
-license=('custom')
-depends=('glibc')
-source=(http://sourceforge.net/projects/${pkgname}/files/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
-md5sums=('123f8fbf086a5c50aadb2a23991b9416')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  make prefix=${pkgdir}/usr install
-  install -Dm644 COPYING ${pkgdir}/usr/share/licenses/srm/LICENSE
-}

Copied: srm/repos/community-i686/PKGBUILD (from rev 121265, srm/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-10-23 08:33:02 UTC (rev 121266)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Giovanni Scafora giova...@archlinux.org
+# Contributor: Tom Newsom jeeps...@gmx.co.uk
+
+pkgname=srm
+pkgver=1.2.14
+pkgrel=1
+pkgdesc=A secure replacement for rm(1) that overwrites data before unlinking
+arch=('i686' 'x86_64')
+url=http://srm.sourceforge.net/;
+license=('custom')
+depends=('glibc')
+source=(http://sourceforge.net/projects/${pkgname}/files/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
+md5sums=('dc86ea4b36eb4663eb6486d38388f908')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  make prefix=${pkgdir}/usr install
+  install -Dm644 COPYING ${pkgdir}/usr/share/licenses/srm/LICENSE
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2014-10-23 08:32:52 UTC (rev 121265)
+++ community-x86_64/PKGBUILD   2014-10-23 08:33:02 UTC (rev 121266)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora giova...@archlinux.org
-# Contributor: Tom Newsom jeeps...@gmx.co.uk
-
-pkgname=srm
-pkgver=1.2.13
-pkgrel=1
-pkgdesc=A secure replacement for rm(1) that overwrites data before unlinking
-arch=('i686' 'x86_64')
-url=http://srm.sourceforge.net/;
-license=('custom')
-depends=('glibc')
-source=(http://sourceforge.net/projects/${pkgname}/files/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
-md5sums=('123f8fbf086a5c50aadb2a23991b9416')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  make prefix=${pkgdir}/usr install
-  install -Dm644 COPYING ${pkgdir}/usr/share/licenses/srm/LICENSE
-}

Copied: srm/repos/community-x86_64/PKGBUILD (from rev 121265, 
srm/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2014-10-23 08:33:02 UTC (rev 121266)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Giovanni Scafora giova...@archlinux.org
+# Contributor: Tom Newsom jeeps...@gmx.co.uk
+
+pkgname=srm
+pkgver=1.2.14
+pkgrel=1
+pkgdesc=A secure replacement for rm(1) that overwrites data before unlinking
+arch=('i686' 'x86_64')
+url=http://srm.sourceforge.net/;
+license=('custom')
+depends=('glibc')
+source=(http://sourceforge.net/projects/${pkgname}/files/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
+md5sums=('dc86ea4b36eb4663eb6486d38388f908')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  make prefix=${pkgdir}/usr install
+  install -Dm644 COPYING ${pkgdir}/usr/share/licenses/srm/LICENSE
+}


[arch-commits] Commit in perl-net-ssleay/repos (4 files)

2014-10-23 Thread Giovanni Scafora
Date: Thursday, October 23, 2014 @ 10:37:49
  Author: giovanni
Revision: 225220

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

Added:
  perl-net-ssleay/repos/extra-i686/PKGBUILD
(from rev 225219, perl-net-ssleay/trunk/PKGBUILD)
  perl-net-ssleay/repos/extra-x86_64/PKGBUILD
(from rev 225219, perl-net-ssleay/trunk/PKGBUILD)
Deleted:
  perl-net-ssleay/repos/extra-i686/PKGBUILD
  perl-net-ssleay/repos/extra-x86_64/PKGBUILD

---+
 /PKGBUILD |   88 
 extra-i686/PKGBUILD   |   44 
 extra-x86_64/PKGBUILD |   44 
 3 files changed, 88 insertions(+), 88 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-10-23 08:37:38 UTC (rev 225219)
+++ extra-i686/PKGBUILD 2014-10-23 08:37:49 UTC (rev 225220)
@@ -1,44 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora giova...@archlinux.org
-# Contributor: Manolis Tzanidakis
-
-pkgname=perl-net-ssleay
-_cpanname=Net-SSLeay
-pkgver=1.63
-pkgrel=2
-pkgdesc=Perl extension for using OpenSSL
-arch=('i686' 'x86_64')
-license=('custom:BSD')
-url=http://search.cpan.org/dist/${_cpanname}/;
-depends=('openssl')
-options=(!emptydirs)
-replaces=('net-ssleay')
-provides=('net-ssleay')
-source=(http://www.cpan.org/authors/id/M/MI/MIKEM/${_cpanname}-${pkgver}.tar.gz;)
-md5sums=('9b95548e1ed415f8aeed0e004fa68226')
-
-prepare() {
-  cd ${srcdir}/${_cpanname}-${pkgver}
-
-  sed -i \
-  -e /\$opts-{optimize} = '-O2 -g';/d \
-  inc/Module/Install/PRIVATE/Net/SSLeay.pm
-}
-
-build() {
-  cd ${srcdir}/${_cpanname}-${pkgver}
-
-  export OPTIMIZE=$CFLAGS
-  export OPENSSL_PREFIX=/usr
-
-  # install module in vendor directories.
-  PERL_MM_USE_DEFAULT=1 perl Makefile.PL -- INSTALLDIRS=vendor 
-  make
-}
-
-package() {
-  cd ${srcdir}/${_cpanname}-${pkgver}
-
-  make install DESTDIR=${pkgdir} 
-  install -D -m644 README ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-}

Copied: perl-net-ssleay/repos/extra-i686/PKGBUILD (from rev 225219, 
perl-net-ssleay/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-10-23 08:37:49 UTC (rev 225220)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Giovanni Scafora giova...@archlinux.org
+# Contributor: Manolis Tzanidakis
+
+pkgname=perl-net-ssleay
+_cpanname=Net-SSLeay
+pkgver=1.66
+pkgrel=1
+pkgdesc=Perl extension for using OpenSSL
+arch=('i686' 'x86_64')
+license=('custom:BSD')
+url=http://search.cpan.org/dist/${_cpanname}/;
+depends=('openssl')
+options=(!emptydirs)
+replaces=('net-ssleay')
+provides=('net-ssleay')
+source=(http://www.cpan.org/authors/id/M/MI/MIKEM/${_cpanname}-${pkgver}.tar.gz;)
+md5sums=('d18646abb41011607cbb0046c4fb0426')
+
+prepare() {
+  cd ${srcdir}/${_cpanname}-${pkgver}
+
+  sed -i \
+  -e /\$opts-{optimize} = '-O2 -g';/d \
+  inc/Module/Install/PRIVATE/Net/SSLeay.pm
+}
+
+build() {
+  cd ${srcdir}/${_cpanname}-${pkgver}
+
+  export OPTIMIZE=$CFLAGS
+  export OPENSSL_PREFIX=/usr
+
+  # install module in vendor directories.
+  PERL_MM_USE_DEFAULT=1 perl Makefile.PL -- INSTALLDIRS=vendor 
+  make
+}
+
+package() {
+  cd ${srcdir}/${_cpanname}-${pkgver}
+
+  make install DESTDIR=${pkgdir} 
+  install -D -m644 README ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2014-10-23 08:37:38 UTC (rev 225219)
+++ extra-x86_64/PKGBUILD   2014-10-23 08:37:49 UTC (rev 225220)
@@ -1,44 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora giova...@archlinux.org
-# Contributor: Manolis Tzanidakis
-
-pkgname=perl-net-ssleay
-_cpanname=Net-SSLeay
-pkgver=1.63
-pkgrel=2
-pkgdesc=Perl extension for using OpenSSL
-arch=('i686' 'x86_64')
-license=('custom:BSD')
-url=http://search.cpan.org/dist/${_cpanname}/;
-depends=('openssl')
-options=(!emptydirs)
-replaces=('net-ssleay')
-provides=('net-ssleay')
-source=(http://www.cpan.org/authors/id/M/MI/MIKEM/${_cpanname}-${pkgver}.tar.gz;)
-md5sums=('9b95548e1ed415f8aeed0e004fa68226')
-
-prepare() {
-  cd ${srcdir}/${_cpanname}-${pkgver}
-
-  sed -i \
-  -e /\$opts-{optimize} = '-O2 -g';/d \
-  inc/Module/Install/PRIVATE/Net/SSLeay.pm
-}
-
-build() {
-  cd ${srcdir}/${_cpanname}-${pkgver}
-
-  export OPTIMIZE=$CFLAGS
-  export OPENSSL_PREFIX=/usr
-
-  # install module in vendor directories.
-  PERL_MM_USE_DEFAULT=1 perl Makefile.PL -- INSTALLDIRS=vendor 
-  make
-}
-
-package() {
-  cd ${srcdir}/${_cpanname}-${pkgver}
-
-  make install DESTDIR=${pkgdir} 
-  install -D -m644 README ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-}

Copied: perl-net-ssleay/repos/extra-x86_64/PKGBUILD (from rev 225219, 
perl-net-ssleay/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD

[arch-commits] Commit in perl-net-ssleay/trunk (PKGBUILD)

2014-10-23 Thread Giovanni Scafora
Date: Thursday, October 23, 2014 @ 10:37:38
  Author: giovanni
Revision: 225219

upgpkg: perl-net-ssleay 1.66-1

upstream release

Modified:
  perl-net-ssleay/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-10-23 08:25:49 UTC (rev 225218)
+++ PKGBUILD2014-10-23 08:37:38 UTC (rev 225219)
@@ -4,8 +4,8 @@
 
 pkgname=perl-net-ssleay
 _cpanname=Net-SSLeay
-pkgver=1.63
-pkgrel=2
+pkgver=1.66
+pkgrel=1
 pkgdesc=Perl extension for using OpenSSL
 arch=('i686' 'x86_64')
 license=('custom:BSD')
@@ -15,7 +15,7 @@
 replaces=('net-ssleay')
 provides=('net-ssleay')
 
source=(http://www.cpan.org/authors/id/M/MI/MIKEM/${_cpanname}-${pkgver}.tar.gz;)
-md5sums=('9b95548e1ed415f8aeed0e004fa68226')
+md5sums=('d18646abb41011607cbb0046c4fb0426')
 
 prepare() {
   cd ${srcdir}/${_cpanname}-${pkgver}


[arch-commits] Commit in (mlton)

2014-10-23 Thread Alexander Rødseth
Date: Thursday, October 23, 2014 @ 10:47:28
  Author: arodseth
Revision: 121267

Mlton did not compile, will move when ready

Deleted:
  mlton/


[arch-commits] Commit in amule/trunk (PKGBUILD)

2014-10-23 Thread Giovanni Scafora
Date: Thursday, October 23, 2014 @ 10:52:43
  Author: giovanni
Revision: 225221

upgpkg: amule 10852-1

upstream release

Modified:
  amule/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-10-23 08:37:49 UTC (rev 225220)
+++ PKGBUILD2014-10-23 08:52:43 UTC (rev 225221)
@@ -6,7 +6,7 @@
 # Contributor: Anatol Pomozov anatol.pomo...@gmail.com
 
 pkgname=amule
-pkgver=10845
+pkgver=10852
 pkgrel=1
 pkgdesc=An eMule-like client for ed2k p2p network
 arch=('i686' 'x86_64')
@@ -17,7 +17,7 @@
 source=(http://amule.sourceforge.net/tarballs/aMule-SVN-r${pkgver}.tar.bz2;
 'amuled.systemd'
 'amuleweb.systemd')
-md5sums=('96f09042004c8a9ef0b846ab46e85d04'
+md5sums=('7869cd9f40f709b084b5b4d9d726f7e7'
  '59772c41860e238f1c822feb8ca8d47f'
  '05975c5d94bfc41fddb894d98b1115d5')
 


[arch-commits] Commit in amule/repos (16 files)

2014-10-23 Thread Giovanni Scafora
Date: Thursday, October 23, 2014 @ 10:52:54
  Author: giovanni
Revision: 225222

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

Added:
  amule/repos/extra-i686/PKGBUILD
(from rev 225221, amule/trunk/PKGBUILD)
  amule/repos/extra-i686/amule.install
(from rev 225221, amule/trunk/amule.install)
  amule/repos/extra-i686/amuled.systemd
(from rev 225221, amule/trunk/amuled.systemd)
  amule/repos/extra-i686/amuleweb.systemd
(from rev 225221, amule/trunk/amuleweb.systemd)
  amule/repos/extra-x86_64/PKGBUILD
(from rev 225221, amule/trunk/PKGBUILD)
  amule/repos/extra-x86_64/amule.install
(from rev 225221, amule/trunk/amule.install)
  amule/repos/extra-x86_64/amuled.systemd
(from rev 225221, amule/trunk/amuled.systemd)
  amule/repos/extra-x86_64/amuleweb.systemd
(from rev 225221, amule/trunk/amuleweb.systemd)
Deleted:
  amule/repos/extra-i686/PKGBUILD
  amule/repos/extra-i686/amule.install
  amule/repos/extra-i686/amuled.systemd
  amule/repos/extra-i686/amuleweb.systemd
  amule/repos/extra-x86_64/PKGBUILD
  amule/repos/extra-x86_64/amule.install
  amule/repos/extra-x86_64/amuled.systemd
  amule/repos/extra-x86_64/amuleweb.systemd

---+
 /PKGBUILD |  108 
 /amule.install|   58 +
 /amuled.systemd   |   22 
 /amuleweb.systemd |   26 +
 extra-i686/PKGBUILD   |   54 
 extra-i686/amule.install  |   29 --
 extra-i686/amuled.systemd |   11 
 extra-i686/amuleweb.systemd   |   13 
 extra-x86_64/PKGBUILD |   54 
 extra-x86_64/amule.install|   29 --
 extra-x86_64/amuled.systemd   |   11 
 extra-x86_64/amuleweb.systemd |   13 
 12 files changed, 214 insertions(+), 214 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-10-23 08:52:43 UTC (rev 225221)
+++ extra-i686/PKGBUILD 2014-10-23 08:52:54 UTC (rev 225222)
@@ -1,54 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora giova...@archlinux.org
-# Contributor: Henrik Ronellenfitsch seari...@web.de
-# Contributor: Alessio Sergi sergi.alessio {at} gmail.com
-# Contributor: Dario 'Dax' Vilardi dax [at] deelab [dot] org
-# Contributor: Anatol Pomozov anatol.pomo...@gmail.com
-
-pkgname=amule
-pkgver=10845
-pkgrel=1
-pkgdesc=An eMule-like client for ed2k p2p network
-arch=('i686' 'x86_64')
-url=http://www.amule.org;
-license=('GPL')
-depends=('wxgtk' 'wxgtk2.8' 'gd' 'geoip' 'libupnp' 'crypto++' 'libsm')
-install=amule.install
-source=(http://amule.sourceforge.net/tarballs/aMule-SVN-r${pkgver}.tar.bz2;
-'amuled.systemd'
-'amuleweb.systemd')
-md5sums=('96f09042004c8a9ef0b846ab46e85d04'
- '59772c41860e238f1c822feb8ca8d47f'
- '05975c5d94bfc41fddb894d98b1115d5')
-
-build() {
-  cd ${srcdir}/aMule-SVN-r${pkgver}
-
-  ./configure --prefix=/usr \
-  --mandir=/usr/share/man \
-  --enable-cas \
-  --enable-wxcas \
-  --enable-amule-daemon \
-  --enable-amulecmd \
-  --enable-amule-gui \
-  --enable-alc \
-  --enable-alcc \
-  --enable-webserver \
-  --disable-debug \
-  --enable-optimize \
-  --enable-ccache \
-  --enable-geoip \
-  --enable-upnp \
-  --with-wxversion=2.8
-
-  make
-}
-
-package() {
-  cd ${srcdir}/aMule-SVN-r${pkgver}
-
-  make DESTDIR=${pkgdir} install
-
-  install -D -m644 ${srcdir}/amuled.systemd 
${pkgdir}/usr/lib/systemd/system/amuled.service
-  install -D -m644 ${srcdir}/amuleweb.systemd 
${pkgdir}/usr/lib/systemd/system/amuleweb.service
-}

Copied: amule/repos/extra-i686/PKGBUILD (from rev 225221, amule/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-10-23 08:52:54 UTC (rev 225222)
@@ -0,0 +1,54 @@
+# $Id$
+# Maintainer: Giovanni Scafora giova...@archlinux.org
+# Contributor: Henrik Ronellenfitsch seari...@web.de
+# Contributor: Alessio Sergi sergi.alessio {at} gmail.com
+# Contributor: Dario 'Dax' Vilardi dax [at] deelab [dot] org
+# Contributor: Anatol Pomozov anatol.pomo...@gmail.com
+
+pkgname=amule
+pkgver=10852
+pkgrel=1
+pkgdesc=An eMule-like client for ed2k p2p network
+arch=('i686' 'x86_64')
+url=http://www.amule.org;
+license=('GPL')
+depends=('wxgtk' 'wxgtk2.8' 'gd' 'geoip' 'libupnp' 'crypto++' 'libsm')
+install=amule.install
+source=(http://amule.sourceforge.net/tarballs/aMule-SVN-r${pkgver}.tar.bz2;
+'amuled.systemd'
+'amuleweb.systemd')
+md5sums=('7869cd9f40f709b084b5b4d9d726f7e7'
+ '59772c41860e238f1c822feb8ca8d47f'
+ '05975c5d94bfc41fddb894d98b1115d5')
+
+build() {
+  cd ${srcdir}/aMule-SVN-r${pkgver}
+
+  

[arch-commits] Commit in keepass/trunk (PKGBUILD keepass.install)

2014-10-23 Thread Timothy Redaelli
Date: Thursday, October 23, 2014 @ 11:01:01
  Author: tredaelli
Revision: 121268

upgpkg: keepass 2.28-2

FS#42506

Modified:
  keepass/trunk/PKGBUILD
  keepass/trunk/keepass.install

-+
 PKGBUILD|6 +-
 keepass.install |2 +-
 2 files changed, 2 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-10-23 08:47:28 UTC (rev 121267)
+++ PKGBUILD2014-10-23 09:01:01 UTC (rev 121268)
@@ -5,7 +5,7 @@
 
 pkgname=keepass
 pkgver=2.28
-pkgrel=1
+pkgrel=2
 pkgdesc='A easy-to-use password manager for Windows, Linux, Mac OS X and 
mobile devices.'
 arch=('any')
 url='http://keepass.info/'
@@ -36,10 +36,6 @@
   pushd Build /dev/null
   bash PrepMonoDev.sh
   popd /dev/null
-
-  # FIXME Right alignment doesn't work correctly (truncated text).
-#  sed -i 
's/^\(\s*\S*\.TextAlign\s*=\s*System\.Windows\.Forms\.HorizontalAlignment\).Right\(;\s*\)$/\1.Left\2/g'
 \
-#KeePass/Forms/*.Designer.cs
 }
 
 build() {

Modified: keepass.install
===
--- keepass.install 2014-10-23 08:47:28 UTC (rev 121267)
+++ keepass.install 2014-10-23 09:01:01 UTC (rev 121268)
@@ -3,7 +3,7 @@
   rmdir --ignore-fail-on-non-empty usr/share/keepass
   gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
   update-desktop-database -q
-  update-mime-database usr/share/mime
+  update-mime-database usr/share/mime /dev/null
 }
 
 post_install() {


[arch-commits] Commit in keepass/repos/community-any (12 files)

2014-10-23 Thread Timothy Redaelli
Date: Thursday, October 23, 2014 @ 11:01:12
  Author: tredaelli
Revision: 121269

archrelease: copy trunk to community-any

Added:
  keepass/repos/community-any/PKGBUILD
(from rev 121268, keepass/trunk/PKGBUILD)
  keepass/repos/community-any/keepass
(from rev 121268, keepass/trunk/keepass)
  keepass/repos/community-any/keepass.1
(from rev 121268, keepass/trunk/keepass.1)
  keepass/repos/community-any/keepass.desktop
(from rev 121268, keepass/trunk/keepass.desktop)
  keepass/repos/community-any/keepass.install
(from rev 121268, keepass/trunk/keepass.install)
  keepass/repos/community-any/keepass.xml
(from rev 121268, keepass/trunk/keepass.xml)
Deleted:
  keepass/repos/community-any/PKGBUILD
  keepass/repos/community-any/keepass
  keepass/repos/community-any/keepass.1
  keepass/repos/community-any/keepass.desktop
  keepass/repos/community-any/keepass.install
  keepass/repos/community-any/keepass.xml

-+
 PKGBUILD|  146 ++
 keepass |4 -
 keepass.1   |   46 -
 keepass.desktop |   24 
 keepass.install |   32 +--
 5 files changed, 124 insertions(+), 128 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-10-23 09:01:01 UTC (rev 121268)
+++ PKGBUILD2014-10-23 09:01:12 UTC (rev 121269)
@@ -1,75 +0,0 @@
-# $Id$
-# Maintainer: Timothy Redaelli timothy.redae...@gmail.com
-# Contributor: Kirill reflexing Churin reflex...@reflexing.ru
-# Contributor: Andrej Gelenberg andrej.gelenb...@udo.edu
-
-pkgname=keepass
-pkgver=2.28
-pkgrel=1
-pkgdesc='A easy-to-use password manager for Windows, Linux, Mac OS X and 
mobile devices.'
-arch=('any')
-url='http://keepass.info/'
-license=('GPL')
-depends=('mono' 'desktop-file-utils' 'xdg-utils' 'shared-mime-info' 
'hicolor-icon-theme' 'gtk-update-icon-cache')
-makedepends=('icoutils')
-optdepends=('xdotool: if you want to use auto-type'
-'xsel: clipboard operations in order to work around Mono clipboard 
bugs')
-install=$pkgname.install
-source=(http://downloads.sourceforge.net/keepass/KeePass-$pkgver-Source.zip;
-http://keepass.info/integrity/v2/KeePass-$pkgver-Source.zip.asc;
-'keepass'
-'keepass.1'
-'keepass.desktop'
-'keepass.xml')
-
-sha256sums=('2bd3291308fbb592ee8da21c42457320f81d00eda189c9ee39f03a12783ff91b'
-'SKIP'
-'7547f2af38771b66c8c2f3d7900b051b37214af49de3dfa27a5d383bf847d582'
-'a5fff678466443c0c8256c4771128c86103da47b6a2c49351d9941191b65dd6f'
-'1d5420e8babce5f4bbb3c68bdffe3bc0d3c3be25ad689138cd02fa14edd89140'
-'3d017c17a8788166c644e2460ba3596fd503f300342561921201fe5f69e5d194')
-
-prepare() {
-  # Extract icons
-  icotool -x KeePass/KeePass.ico
-
-  pushd Build /dev/null
-  bash PrepMonoDev.sh
-  popd /dev/null
-
-  # FIXME Right alignment doesn't work correctly (truncated text).
-#  sed -i 
's/^\(\s*\S*\.TextAlign\s*=\s*System\.Windows\.Forms\.HorizontalAlignment\).Right\(;\s*\)$/\1.Left\2/g'
 \
-#KeePass/Forms/*.Designer.cs
-}
-
-build() {
-  xbuild /target:KeePass /property:Configuration=Release
-  cp Ext/KeePass.exe.config Build/KeePass/Release/
-}
-
-package() {
-  install -dm755 $pkgdir/usr/bin
-  install -dm755 $pkgdir/usr/share/keepass/XSL
-
-  install -Dm755 keepass $pkgdir/usr/bin/keepass
-  install -Dm755 Build/KeePass/Release/KeePass.exe 
$pkgdir/usr/share/keepass/KeePass.exe
-  install -Dm755 Ext/KeePass.config.xml 
$pkgdir/usr/share/keepass/KeePass.config.xml
-  install -Dm755 Ext/KeePass.exe.config 
$pkgdir/usr/share/keepass/KeePass.exe.config
-
-  install -m644 Ext/XSL/* $pkgdir/usr/share/keepass/XSL
-
-  install -Dm644 keepass.1 $pkgdir/usr/share/man/man1/keepass.1
-
-  # Proper installation of .desktop file
-  desktop-file-install -m 644 --dir $pkgdir/usr/share/applications/ 
keepass.desktop
-
-  # Install icons
-  for size in 16 32 48 256; do
-install -Dm644 \
-KeePass_*_${size}x${size}x32.png \
-$pkgdir/usr/share/icons/hicolor/${size}x${size}/apps/keepass.png
-  done
-
-  # Needed for postinst with xdg-utils
-  install -Dm644 keepass.xml $pkgdir/usr/share/mime/packages/keepass.xml
-}

Copied: keepass/repos/community-any/PKGBUILD (from rev 121268, 
keepass/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-10-23 09:01:12 UTC (rev 121269)
@@ -0,0 +1,71 @@
+# $Id$
+# Maintainer: Timothy Redaelli timothy.redae...@gmail.com
+# Contributor: Kirill reflexing Churin reflex...@reflexing.ru
+# Contributor: Andrej Gelenberg andrej.gelenb...@udo.edu
+
+pkgname=keepass
+pkgver=2.28
+pkgrel=2
+pkgdesc='A easy-to-use password manager for Windows, Linux, Mac OS X and 
mobile devices.'
+arch=('any')
+url='http://keepass.info/'
+license=('GPL')
+depends=('mono' 'desktop-file-utils' 'xdg-utils' 'shared-mime-info' 

[arch-commits] Commit in firewalld/repos/community-any (8 files)

2014-10-23 Thread Maxime Gauduin
Date: Thursday, October 23, 2014 @ 11:35:25
  Author: alucryd
Revision: 121271

archrelease: copy trunk to community-any

Added:
  firewalld/repos/community-any/PKGBUILD
(from rev 121270, firewalld/trunk/PKGBUILD)
  firewalld/repos/community-any/firewalld-paths.patch
(from rev 121270, firewalld/trunk/firewalld-paths.patch)
  firewalld/repos/community-any/firewalld-syntax.patch
(from rev 121270, firewalld/trunk/firewalld-syntax.patch)
  firewalld/repos/community-any/firewalld.install
(from rev 121270, firewalld/trunk/firewalld.install)
Deleted:
  firewalld/repos/community-any/PKGBUILD
  firewalld/repos/community-any/firewalld-paths.patch
  firewalld/repos/community-any/firewalld-syntax.patch
  firewalld/repos/community-any/firewalld.install

+
 PKGBUILD   |   95 ++-
 firewalld-paths.patch  |  234 +++
 firewalld-syntax.patch |   46 -
 firewalld.install  |   28 ++---
 4 files changed, 204 insertions(+), 199 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-10-23 09:35:13 UTC (rev 121270)
+++ PKGBUILD2014-10-23 09:35:25 UTC (rev 121271)
@@ -1,45 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin aluc...@gmail.com
-# Contributor: unikum unikum...@gmail.com
-# Contributor: speed145a jonat...@tagchapter.com
-
-pkgname=firewalld
-pkgver=0.3.11
-pkgrel=1
-pkgdesc='A dynamic firewall daemon with a D-BUS interface'
-arch=('any')
-url=http://fedorahosted.org/${pkgname};
-license=('GPL2')
-depends=('ebtables' 'gtk3' 'iptables' 'libnotify' 'networkmanager' 
'python-slip')
-makedepends=('intltool' 'docbook-xsl')
-backup=('etc/conf.d/firewalld'
-'etc/firewalld/firewalld.conf')
-install=${pkgname}.install
-source=(http://fedorahosted.org/released/${pkgname}/${pkgname}-${pkgver}.tar.bz2;
-${pkgname}-paths.patch
-${pkgname}-syntax.patch)
-sha256sums=('02aeea580954d62abe7ad9ec053c2d943c7575d3f30e48e518a24d420b8a994f'
-'41591c5358c5ad8d43b29d72f42c331fcfc25e3d38c0ba5b3c818fc757ceef2f'
-'42f0e4dbf574ac7b87df77117816dbc4a2ac17f709a22990eeeb973950cc6322')
-
-prepare() {
-  cd ${pkgname}-${pkgver}
-
-  patch -Np1 -i ../${pkgname}-paths.patch
-  patch -Np1 -i ../${pkgname}-syntax.patch
-}
-
-build() {
-  cd ${pkgname}-${pkgver}
-
-  ./configure --prefix='/usr' --sbindir='/usr/bin' --sysconfdir='/etc' 
--disable-schemas-compile
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-
-  make DESTDIR=${pkgdir} install
-}
-
-# vim: ts=2 sw=2 et:

Copied: firewalld/repos/community-any/PKGBUILD (from rev 121270, 
firewalld/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-10-23 09:35:25 UTC (rev 121271)
@@ -0,0 +1,50 @@
+# $Id$
+# Maintainer: Maxime Gauduin aluc...@archlinux.org.com
+# Contributor: unikum unikum...@gmail.com
+# Contributor: speed145a jonat...@tagchapter.com
+
+pkgname=firewalld
+pkgver=0.3.12
+pkgrel=1
+pkgdesc='A dynamic firewall daemon with a D-BUS interface'
+arch=('any')
+url='http://fedorahosted.org/firewalld'
+license=('GPL2')
+depends=('ebtables' 'gtk3' 'iptables' 'libnotify' 'networkmanager'
+ 'python-slip')
+makedepends=('intltool' 'docbook-xsl')
+backup=('etc/conf.d/firewalld'
+'etc/firewalld/firewalld.conf')
+install='firewalld.install'
+source=(http://fedorahosted.org/released/firewalld/firewalld-${pkgver}.tar.bz2;
+firewalld-paths.patch
+firewalld-syntax.patch)
+sha256sums=('7909e29ef276f4c87e52a0c26d3184ad7dd1cf6bff04a4ab875662bc519bf48c'
+'41591c5358c5ad8d43b29d72f42c331fcfc25e3d38c0ba5b3c818fc757ceef2f'
+'42f0e4dbf574ac7b87df77117816dbc4a2ac17f709a22990eeeb973950cc6322')
+
+prepare() {
+  cd firewalld-${pkgver}
+
+  patch -Np1 -i ../firewalld-paths.patch
+  patch -Np1 -i ../firewalld-syntax.patch
+}
+
+build() {
+  cd firewalld-${pkgver}
+
+  ./configure --prefix='/usr'\
+  --localstatedir='/var' \
+  --sbindir='/usr/bin' \
+  --sysconfdir='/etc' \
+  --disable-schemas-compile
+  make
+}
+
+package() {
+  cd firewalld-${pkgver}
+
+  make DESTDIR=${pkgdir} install
+}
+
+# vim: ts=2 sw=2 et:

Deleted: firewalld-paths.patch
===
--- firewalld-paths.patch   2014-10-23 09:35:13 UTC (rev 121270)
+++ firewalld-paths.patch   2014-10-23 09:35:25 UTC (rev 121271)
@@ -1,117 +0,0 @@
-diff -rupN firewalld-0.3.10.orig/config/firewalld.service.in 
firewalld-0.3.10/config/firewalld.service.in
 firewalld-0.3.10.orig/config/firewalld.service.in  2014-06-10 
11:07:27.864758482 +0200
-+++ firewalld-0.3.10/config/firewalld.service.in   2014-06-10 
11:07:39.582420959 +0200
-@@ -6,7 +6,7 @@ Before=NetworkManager.service
- Conflicts=iptables.service ip6tables.service ebtables.service
- 
- [Service]

[arch-commits] Commit in firewalld/trunk (PKGBUILD)

2014-10-23 Thread Maxime Gauduin
Date: Thursday, October 23, 2014 @ 11:35:13
  Author: alucryd
Revision: 121270

upgpkg: firewalld 0.3.12-1

Modified:
  firewalld/trunk/PKGBUILD

--+
 PKGBUILD |   35 ---
 1 file changed, 20 insertions(+), 15 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-10-23 09:01:12 UTC (rev 121269)
+++ PKGBUILD2014-10-23 09:35:13 UTC (rev 121270)
@@ -1,43 +1,48 @@
 # $Id$
-# Maintainer: Maxime Gauduin aluc...@gmail.com
+# Maintainer: Maxime Gauduin aluc...@archlinux.org.com
 # Contributor: unikum unikum...@gmail.com
 # Contributor: speed145a jonat...@tagchapter.com
 
 pkgname=firewalld
-pkgver=0.3.11
+pkgver=0.3.12
 pkgrel=1
 pkgdesc='A dynamic firewall daemon with a D-BUS interface'
 arch=('any')
-url=http://fedorahosted.org/${pkgname};
+url='http://fedorahosted.org/firewalld'
 license=('GPL2')
-depends=('ebtables' 'gtk3' 'iptables' 'libnotify' 'networkmanager' 
'python-slip')
+depends=('ebtables' 'gtk3' 'iptables' 'libnotify' 'networkmanager'
+ 'python-slip')
 makedepends=('intltool' 'docbook-xsl')
 backup=('etc/conf.d/firewalld'
 'etc/firewalld/firewalld.conf')
-install=${pkgname}.install
-source=(http://fedorahosted.org/released/${pkgname}/${pkgname}-${pkgver}.tar.bz2;
-${pkgname}-paths.patch
-${pkgname}-syntax.patch)
-sha256sums=('02aeea580954d62abe7ad9ec053c2d943c7575d3f30e48e518a24d420b8a994f'
+install='firewalld.install'
+source=(http://fedorahosted.org/released/firewalld/firewalld-${pkgver}.tar.bz2;
+firewalld-paths.patch
+firewalld-syntax.patch)
+sha256sums=('7909e29ef276f4c87e52a0c26d3184ad7dd1cf6bff04a4ab875662bc519bf48c'
 '41591c5358c5ad8d43b29d72f42c331fcfc25e3d38c0ba5b3c818fc757ceef2f'
 '42f0e4dbf574ac7b87df77117816dbc4a2ac17f709a22990eeeb973950cc6322')
 
 prepare() {
-  cd ${pkgname}-${pkgver}
+  cd firewalld-${pkgver}
 
-  patch -Np1 -i ../${pkgname}-paths.patch
-  patch -Np1 -i ../${pkgname}-syntax.patch
+  patch -Np1 -i ../firewalld-paths.patch
+  patch -Np1 -i ../firewalld-syntax.patch
 }
 
 build() {
-  cd ${pkgname}-${pkgver}
+  cd firewalld-${pkgver}
 
-  ./configure --prefix='/usr' --sbindir='/usr/bin' --sysconfdir='/etc' 
--disable-schemas-compile
+  ./configure --prefix='/usr'\
+  --localstatedir='/var' \
+  --sbindir='/usr/bin' \
+  --sysconfdir='/etc' \
+  --disable-schemas-compile
   make
 }
 
 package() {
-  cd ${pkgname}-${pkgver}
+  cd firewalld-${pkgver}
 
   make DESTDIR=${pkgdir} install
 }


[arch-commits] Commit in python-matplotlib/trunk (PKGBUILD)

2014-10-23 Thread Felix Yan
Date: Thursday, October 23, 2014 @ 11:40:05
  Author: fyan
Revision: 121272

upgpkg: python-matplotlib 1.4.2-1

Modified:
  python-matplotlib/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-10-23 09:35:25 UTC (rev 121271)
+++ PKGBUILD2014-10-23 09:40:05 UTC (rev 121272)
@@ -7,7 +7,7 @@
 
 pkgbase=python-matplotlib
 pkgname=('python2-matplotlib' 'python-matplotlib')
-pkgver=1.4.1
+pkgver=1.4.2
 pkgrel=1
 pkgdesc=A python plotting library, making publication quality plots
 arch=('i686' 'x86_64')
@@ -22,7 +22,7 @@
  'python-tornado' 'python2-tornado' 'gtk3' 'wxpython' 
'python-pyqt5' 'python2-pyqt5'
  'libxkbcommon-x11' 'python-pillow' 'python2-pillow')
 source=(https://github.com/matplotlib/matplotlib/archive/v$pkgver.tar.gz;)
-sha512sums=('8c7ae4595dce64cb1169cba5c53cf7454d5e34ce7cad2742cb252ff580d86d79b5f7024f743769f8083c6c8435870d4ba3601c719e1e0e1a3ffaef1572c7b6f5')
+sha512sums=('60e7cca791fe607f17db85e5e5a85d4a503c7ae584cd0333ff271ca0a92acbb3f08774c2d0f6e03414a1fe116187d0bcf5c47d29935e77c5a0e91e493db8333f')
 
 prepare() {
cp -a matplotlib-${pkgver} matplotlib-${pkgver}-py2


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

2014-10-23 Thread Felix Yan
Date: Thursday, October 23, 2014 @ 11:40:34
  Author: fyan
Revision: 121273

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

Added:
  python-matplotlib/repos/community-i686/PKGBUILD
(from rev 121272, python-matplotlib/trunk/PKGBUILD)
  python-matplotlib/repos/community-i686/ffmpeg-2.0.patch
(from rev 121272, python-matplotlib/trunk/ffmpeg-2.0.patch)
  python-matplotlib/repos/community-x86_64/PKGBUILD
(from rev 121272, python-matplotlib/trunk/PKGBUILD)
  python-matplotlib/repos/community-x86_64/ffmpeg-2.0.patch
(from rev 121272, python-matplotlib/trunk/ffmpeg-2.0.patch)
Deleted:
  python-matplotlib/repos/community-i686/PKGBUILD
  python-matplotlib/repos/community-i686/ffmpeg-2.0.patch
  python-matplotlib/repos/community-x86_64/PKGBUILD
  python-matplotlib/repos/community-x86_64/ffmpeg-2.0.patch

---+
 /PKGBUILD |  222 
 /ffmpeg-2.0.patch |  196 +++
 community-i686/PKGBUILD   |  111 --
 community-i686/ffmpeg-2.0.patch   |   98 ---
 community-x86_64/PKGBUILD |  111 --
 community-x86_64/ffmpeg-2.0.patch |   98 ---
 6 files changed, 418 insertions(+), 418 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-10-23 09:40:05 UTC (rev 121272)
+++ community-i686/PKGBUILD 2014-10-23 09:40:34 UTC (rev 121273)
@@ -1,111 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@archlinux.org
-# Contributor: Stéphane Gaudreault steph...@archlinux.org
-# Contributor: Stefan Husmann stefan-husm...@t-online.de
-# Contributor: Angel 'angvp' Velasquez angvp[at]archlinux.com.ve
-# Contributor: Douglas Soares de Andrade d...@aur.archlinux.org
-
-pkgbase=python-matplotlib
-pkgname=('python2-matplotlib' 'python-matplotlib')
-pkgver=1.4.1
-pkgrel=1
-pkgdesc=A python plotting library, making publication quality plots
-arch=('i686' 'x86_64')
-url='http://matplotlib.org'
-license=('custom')
-checkdepends=('python-nose' 'python2-nose' 'python-mock' 'python2-mock' 
'xorg-server-xvfb'
-  'texlive-core' 'texlive-latexextra' 'imagemagick' 'ffmpeg' 
'mencoder' 'inkscape')
-makedepends=('python2-pytz' 'python2-numpy' 'python2-pyqt4' 'python-pytz' 
'python-numpy'
- 'python-pyqt4' 'tk' 'python-cairo' 'python2-cairo' 
'python-dateutil'
- 'python2-dateutil' 'python-gobject' 'python2-gobject' 
'python-pyparsing'
- 'python2-pyparsing' 'pygtk' 'python-six' 'ghostscript' 
'texlive-bin'
- 'python-tornado' 'python2-tornado' 'gtk3' 'wxpython' 
'python-pyqt5' 'python2-pyqt5'
- 'libxkbcommon-x11' 'python-pillow' 'python2-pillow')
-source=(https://github.com/matplotlib/matplotlib/archive/v$pkgver.tar.gz;)
-sha512sums=('8c7ae4595dce64cb1169cba5c53cf7454d5e34ce7cad2742cb252ff580d86d79b5f7024f743769f8083c6c8435870d4ba3601c719e1e0e1a3ffaef1572c7b6f5')
-
-prepare() {
-   cp -a matplotlib-${pkgver} matplotlib-${pkgver}-py2
-
-   cd matplotlib-${pkgver}
-   for file in $(find . -name '*.py' -print); do
-  sed -i -e s|^#!.*/usr/bin/python|#!/usr/bin/python2| \
- -e s|^#!.*/usr/bin/env *python|#!/usr/bin/env python3| ${file}
-   done
-
-   cd ../matplotlib-${pkgver}-py2
-   for file in $(find . -name '*.py' -print); do
-  sed -i -e s|^#!.*/usr/bin/python|#!/usr/bin/python3| \
- -e s|^#!.*/usr/bin/env *python|#!/usr/bin/env python2| ${file}
-   done
-}
-
-build() {
-   # this seems to need to be present or gtk/gdk dies
-   # and hangs the build checking if gtk3cairo is installed
-   export XDG_RUNTIME_DIR=/tmp
-
-   cd matplotlib-${pkgver}
-   python3 setup.py build
-
-   cd ../matplotlib-${pkgver}-py2
-   python2 setup.py build
-}
-
-check() {
-   cd matplotlib-${pkgver}
-   (
- export PYTHONPATH=$PWD/build/lib.linux-$CARCH-3.4:$PYTHONPATH
- python -c from matplotlib import font_manager
- rm -rf ../tmp_test_dir  mkdir ../tmp_test_dir  cd ../tmp_test_dir
- xvfb-run -a -s +extension GLX +extension RANDR +render -screen 0 
1280x1024x24 \
-   python ../matplotlib-${pkgver}/tests.py -sv --processes=8 
--process-timeout=300 || warning Tests failed
-   )
-
-   cd ../matplotlib-${pkgver}-py2
-   (
- export PYTHONPATH=$PWD/build/lib.linux-$CARCH-2.7:$PYTHONPATH
- python2 -c from matplotlib import font_manager
- rm -rf ../tmp_test_dir  mkdir ../tmp_test_dir  cd ../tmp_test_dir
- xvfb-run -a -s +extension GLX +extension RANDR +render -screen 0 
1280x1024x24 \
-   python2 ../matplotlib-${pkgver}-py2/tests.py -sv --processes=8 
--process-timeout=300 || warning Tests failed
-   )
-}
-
-package_python2-matplotlib() {
-   depends=('python2-pytz' 'python2-numpy' 'python2-cairo' 'python2-pyqt5' 
'python2-dateutil' 'python2-pyparsing' 'libxkbcommon-x11')
-   optdepends=('pygtk: for GTK/GTKAgg/GTKCairo 

[arch-commits] Commit in asio/trunk (PKGBUILD)

2014-10-23 Thread Giovanni Scafora
Date: Thursday, October 23, 2014 @ 11:50:30
  Author: giovanni
Revision: 225223

upgpkg: asio 1.10.2-1

upstream release

Modified:
  asio/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-10-23 08:52:54 UTC (rev 225222)
+++ PKGBUILD2014-10-23 09:50:30 UTC (rev 225223)
@@ -3,7 +3,7 @@
 # Contributor: Aaron Griffin aa...@archlinux.org
 
 pkgname=asio
-pkgver=1.10.1
+pkgver=1.10.2
 pkgrel=1
 pkgdesc=Cross-platform C++ library for ASynchronous network I/O
 arch=('i686' 'x86_64')
@@ -11,7 +11,7 @@
 license=('custom')
 depends=('boost')
 
source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.bz2;)
-md5sums=('4d508c9947404fee40945375b8a5fd32')
+md5sums=('cf518ce6978b525b69a8f543f8fe419f')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}


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

2014-10-23 Thread Giovanni Scafora
Date: Thursday, October 23, 2014 @ 11:50:40
  Author: giovanni
Revision: 225224

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

Added:
  asio/repos/extra-i686/PKGBUILD
(from rev 225223, asio/trunk/PKGBUILD)
  asio/repos/extra-x86_64/PKGBUILD
(from rev 225223, asio/trunk/PKGBUILD)
Deleted:
  asio/repos/extra-i686/PKGBUILD
  asio/repos/extra-x86_64/PKGBUILD

---+
 /PKGBUILD |   58 
 extra-i686/PKGBUILD   |   29 
 extra-x86_64/PKGBUILD |   29 
 3 files changed, 58 insertions(+), 58 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-10-23 09:50:30 UTC (rev 225223)
+++ extra-i686/PKGBUILD 2014-10-23 09:50:40 UTC (rev 225224)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora giova...@archlinux.org
-# Contributor: Aaron Griffin aa...@archlinux.org
-
-pkgname=asio
-pkgver=1.10.1
-pkgrel=1
-pkgdesc=Cross-platform C++ library for ASynchronous network I/O
-arch=('i686' 'x86_64')
-url=http://asio.sourceforge.net;
-license=('custom')
-depends=('boost')
-source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.bz2;)
-md5sums=('4d508c9947404fee40945375b8a5fd32')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  make DESTDIR=${pkgdir} install
-  #license
-  install -D -m644 LICENSE_1_0.txt 
${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-}

Copied: asio/repos/extra-i686/PKGBUILD (from rev 225223, asio/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-10-23 09:50:40 UTC (rev 225224)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Giovanni Scafora giova...@archlinux.org
+# Contributor: Aaron Griffin aa...@archlinux.org
+
+pkgname=asio
+pkgver=1.10.2
+pkgrel=1
+pkgdesc=Cross-platform C++ library for ASynchronous network I/O
+arch=('i686' 'x86_64')
+url=http://asio.sourceforge.net;
+license=('custom')
+depends=('boost')
+source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.bz2;)
+md5sums=('cf518ce6978b525b69a8f543f8fe419f')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  make DESTDIR=${pkgdir} install
+  #license
+  install -D -m644 LICENSE_1_0.txt 
${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2014-10-23 09:50:30 UTC (rev 225223)
+++ extra-x86_64/PKGBUILD   2014-10-23 09:50:40 UTC (rev 225224)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora giova...@archlinux.org
-# Contributor: Aaron Griffin aa...@archlinux.org
-
-pkgname=asio
-pkgver=1.10.1
-pkgrel=1
-pkgdesc=Cross-platform C++ library for ASynchronous network I/O
-arch=('i686' 'x86_64')
-url=http://asio.sourceforge.net;
-license=('custom')
-depends=('boost')
-source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.bz2;)
-md5sums=('4d508c9947404fee40945375b8a5fd32')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  make DESTDIR=${pkgdir} install
-  #license
-  install -D -m644 LICENSE_1_0.txt 
${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-}

Copied: asio/repos/extra-x86_64/PKGBUILD (from rev 225223, asio/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2014-10-23 09:50:40 UTC (rev 225224)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Giovanni Scafora giova...@archlinux.org
+# Contributor: Aaron Griffin aa...@archlinux.org
+
+pkgname=asio
+pkgver=1.10.2
+pkgrel=1
+pkgdesc=Cross-platform C++ library for ASynchronous network I/O
+arch=('i686' 'x86_64')
+url=http://asio.sourceforge.net;
+license=('custom')
+depends=('boost')
+source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.bz2;)
+md5sums=('cf518ce6978b525b69a8f543f8fe419f')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  make DESTDIR=${pkgdir} install
+  #license
+  install -D -m644 LICENSE_1_0.txt 
${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}


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

2014-10-23 Thread Giovanni Scafora
Date: Thursday, October 23, 2014 @ 11:56:04
  Author: giovanni
Revision: 121275

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

Added:
  ccid/repos/community-i686/PKGBUILD
(from rev 121274, ccid/trunk/PKGBUILD)
  ccid/repos/community-x86_64/PKGBUILD
(from rev 121274, ccid/trunk/PKGBUILD)
Deleted:
  ccid/repos/community-i686/PKGBUILD
  ccid/repos/community-x86_64/PKGBUILD

---+
 /PKGBUILD |   70 
 community-i686/PKGBUILD   |   35 --
 community-x86_64/PKGBUILD |   35 --
 3 files changed, 70 insertions(+), 70 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-10-23 09:55:52 UTC (rev 121274)
+++ community-i686/PKGBUILD 2014-10-23 09:56:04 UTC (rev 121275)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora giova...@archlinux.org
-# Contributor: Daniel Plaza daniel.plaza.e...@gmail.com
-
-pkgname=ccid
-pkgver=1.4.17
-pkgrel=1
-pkgdesc=A generic USB Chip/Smart Card Interface Devices driver
-arch=('i686' 'x86_64')
-url=http://pcsclite.alioth.debian.org/ccid.html;
-license=('LGPL' 'GPL')
-depends=('pcsclite' 'libusbx' 'flex')
-makedepends=('pkg-config')
-backup=(etc/reader.conf.d/libccidtwin)
-source=(https://alioth.debian.org/frs/download.php/file/4091/${pkgname}-${pkgver}.tar.bz2;)
-md5sums=('a227a20a0dd034cd4bb7400806a0a2d0')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  ./configure --prefix=/usr \
-  --sysconfdir=/etc \
-  --enable-twinserial \
-  --enable-serialconfdir=/etc/reader.conf.d
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  make DESTDIR=${pkgdir} install
-  # move the configuration file in /etc and create a symbolic link
-  mv ${pkgdir}/usr/lib/pcsc/drivers/ifd-ccid.bundle/Contents/Info.plist 
${pkgdir}/etc/libccid_Info.plist
-  ln -s /etc/libccid_Info.plist 
${pkgdir}/usr/lib/pcsc/drivers/ifd-ccid.bundle/Contents/Info.plist
-}

Copied: ccid/repos/community-i686/PKGBUILD (from rev 121274, 
ccid/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-10-23 09:56:04 UTC (rev 121275)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Giovanni Scafora giova...@archlinux.org
+# Contributor: Daniel Plaza daniel.plaza.e...@gmail.com
+
+pkgname=ccid
+pkgver=1.4.18
+pkgrel=1
+pkgdesc=A generic USB Chip/Smart Card Interface Devices driver
+arch=('i686' 'x86_64')
+url=http://pcsclite.alioth.debian.org/ccid.html;
+license=('LGPL' 'GPL')
+depends=('pcsclite' 'libusbx' 'flex')
+makedepends=('pkg-config')
+backup=(etc/reader.conf.d/libccidtwin)
+source=(https://alioth.debian.org/frs/download.php/file/4111/${pkgname}-${pkgver}.tar.bz2;)
+md5sums=('8d57342bda53aaee706ef2d02409c4f4')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  ./configure --prefix=/usr \
+  --sysconfdir=/etc \
+  --enable-twinserial \
+  --enable-serialconfdir=/etc/reader.conf.d
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  make DESTDIR=${pkgdir} install
+  # move the configuration file in /etc and create a symbolic link
+  mv ${pkgdir}/usr/lib/pcsc/drivers/ifd-ccid.bundle/Contents/Info.plist 
${pkgdir}/etc/libccid_Info.plist
+  ln -s /etc/libccid_Info.plist 
${pkgdir}/usr/lib/pcsc/drivers/ifd-ccid.bundle/Contents/Info.plist
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2014-10-23 09:55:52 UTC (rev 121274)
+++ community-x86_64/PKGBUILD   2014-10-23 09:56:04 UTC (rev 121275)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora giova...@archlinux.org
-# Contributor: Daniel Plaza daniel.plaza.e...@gmail.com
-
-pkgname=ccid
-pkgver=1.4.17
-pkgrel=1
-pkgdesc=A generic USB Chip/Smart Card Interface Devices driver
-arch=('i686' 'x86_64')
-url=http://pcsclite.alioth.debian.org/ccid.html;
-license=('LGPL' 'GPL')
-depends=('pcsclite' 'libusbx' 'flex')
-makedepends=('pkg-config')
-backup=(etc/reader.conf.d/libccidtwin)
-source=(https://alioth.debian.org/frs/download.php/file/4091/${pkgname}-${pkgver}.tar.bz2;)
-md5sums=('a227a20a0dd034cd4bb7400806a0a2d0')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  ./configure --prefix=/usr \
-  --sysconfdir=/etc \
-  --enable-twinserial \
-  --enable-serialconfdir=/etc/reader.conf.d
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  make DESTDIR=${pkgdir} install
-  # move the configuration file in /etc and create a symbolic link
-  mv ${pkgdir}/usr/lib/pcsc/drivers/ifd-ccid.bundle/Contents/Info.plist 
${pkgdir}/etc/libccid_Info.plist
-  ln -s /etc/libccid_Info.plist 
${pkgdir}/usr/lib/pcsc/drivers/ifd-ccid.bundle/Contents/Info.plist
-}

Copied: 

[arch-commits] Commit in ccid/trunk (PKGBUILD)

2014-10-23 Thread Giovanni Scafora
Date: Thursday, October 23, 2014 @ 11:55:52
  Author: giovanni
Revision: 121274

upgpkg: ccid 1.4.18-1

upstream release

Modified:
  ccid/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-10-23 09:40:34 UTC (rev 121273)
+++ PKGBUILD2014-10-23 09:55:52 UTC (rev 121274)
@@ -3,7 +3,7 @@
 # Contributor: Daniel Plaza daniel.plaza.e...@gmail.com
 
 pkgname=ccid
-pkgver=1.4.17
+pkgver=1.4.18
 pkgrel=1
 pkgdesc=A generic USB Chip/Smart Card Interface Devices driver
 arch=('i686' 'x86_64')
@@ -12,8 +12,8 @@
 depends=('pcsclite' 'libusbx' 'flex')
 makedepends=('pkg-config')
 backup=(etc/reader.conf.d/libccidtwin)
-source=(https://alioth.debian.org/frs/download.php/file/4091/${pkgname}-${pkgver}.tar.bz2;)
-md5sums=('a227a20a0dd034cd4bb7400806a0a2d0')
+source=(https://alioth.debian.org/frs/download.php/file/4111/${pkgname}-${pkgver}.tar.bz2;)
+md5sums=('8d57342bda53aaee706ef2d02409c4f4')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}


[arch-commits] Commit in c++-gtk-utils/trunk (PKGBUILD)

2014-10-23 Thread Giovanni Scafora
Date: Thursday, October 23, 2014 @ 12:01:14
  Author: giovanni
Revision: 121276

upgpkg: c++-gtk-utils 2.0.26-1

upstream release

Modified:
  c++-gtk-utils/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-10-23 09:56:04 UTC (rev 121275)
+++ PKGBUILD2014-10-23 10:01:14 UTC (rev 121276)
@@ -2,7 +2,7 @@
 # Maintainer: Giovanni Scafora giova...@archlinux.org
 
 pkgname=c++-gtk-utils
-pkgver=2.0.22
+pkgver=2.0.26
 pkgrel=1
 pkgdesc=Classes and functions for programming in GTK+
 arch=('i686' 'x86_64')
@@ -11,7 +11,7 @@
 depends=('gtk3')
 options=('!docs' '!emptydirs')
 
source=(http://downloads.sourceforge.net/project/cxx-gtk-utils/cxx-gtk-utils/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
-md5sums=('c00afed7f58c6d71e38d226f9447266a')
+md5sums=('c06d72d30d2c04bf3748a490bc9dd611')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}


[arch-commits] Commit in c++-gtk-utils/repos (4 files)

2014-10-23 Thread Giovanni Scafora
Date: Thursday, October 23, 2014 @ 12:01:24
  Author: giovanni
Revision: 121277

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

Added:
  c++-gtk-utils/repos/community-i686/PKGBUILD
(from rev 121276, c++-gtk-utils/trunk/PKGBUILD)
  c++-gtk-utils/repos/community-x86_64/PKGBUILD
(from rev 121276, c++-gtk-utils/trunk/PKGBUILD)
Deleted:
  c++-gtk-utils/repos/community-i686/PKGBUILD
  c++-gtk-utils/repos/community-x86_64/PKGBUILD

---+
 /PKGBUILD |   58 
 community-i686/PKGBUILD   |   29 --
 community-x86_64/PKGBUILD |   29 --
 3 files changed, 58 insertions(+), 58 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-10-23 10:01:14 UTC (rev 121276)
+++ community-i686/PKGBUILD 2014-10-23 10:01:24 UTC (rev 121277)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora giova...@archlinux.org
-
-pkgname=c++-gtk-utils
-pkgver=2.0.22
-pkgrel=1
-pkgdesc=Classes and functions for programming in GTK+
-arch=('i686' 'x86_64')
-url=http://cxx-gtk-utils.sourceforge.net/;
-license=('LGPL2.1')
-depends=('gtk3')
-options=('!docs' '!emptydirs')
-source=(http://downloads.sourceforge.net/project/cxx-gtk-utils/cxx-gtk-utils/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
-md5sums=('c00afed7f58c6d71e38d226f9447266a')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  ./configure --prefix=/usr \
-  --disable-rpath \
-  --disable-static
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  make DESTDIR=${pkgdir} install
-}

Copied: c++-gtk-utils/repos/community-i686/PKGBUILD (from rev 121276, 
c++-gtk-utils/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-10-23 10:01:24 UTC (rev 121277)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Giovanni Scafora giova...@archlinux.org
+
+pkgname=c++-gtk-utils
+pkgver=2.0.26
+pkgrel=1
+pkgdesc=Classes and functions for programming in GTK+
+arch=('i686' 'x86_64')
+url=http://cxx-gtk-utils.sourceforge.net/;
+license=('LGPL2.1')
+depends=('gtk3')
+options=('!docs' '!emptydirs')
+source=(http://downloads.sourceforge.net/project/cxx-gtk-utils/cxx-gtk-utils/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
+md5sums=('c06d72d30d2c04bf3748a490bc9dd611')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  ./configure --prefix=/usr \
+  --disable-rpath \
+  --disable-static
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  make DESTDIR=${pkgdir} install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2014-10-23 10:01:14 UTC (rev 121276)
+++ community-x86_64/PKGBUILD   2014-10-23 10:01:24 UTC (rev 121277)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora giova...@archlinux.org
-
-pkgname=c++-gtk-utils
-pkgver=2.0.22
-pkgrel=1
-pkgdesc=Classes and functions for programming in GTK+
-arch=('i686' 'x86_64')
-url=http://cxx-gtk-utils.sourceforge.net/;
-license=('LGPL2.1')
-depends=('gtk3')
-options=('!docs' '!emptydirs')
-source=(http://downloads.sourceforge.net/project/cxx-gtk-utils/cxx-gtk-utils/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
-md5sums=('c00afed7f58c6d71e38d226f9447266a')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  ./configure --prefix=/usr \
-  --disable-rpath \
-  --disable-static
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  make DESTDIR=${pkgdir} install
-}

Copied: c++-gtk-utils/repos/community-x86_64/PKGBUILD (from rev 121276, 
c++-gtk-utils/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2014-10-23 10:01:24 UTC (rev 121277)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Giovanni Scafora giova...@archlinux.org
+
+pkgname=c++-gtk-utils
+pkgver=2.0.26
+pkgrel=1
+pkgdesc=Classes and functions for programming in GTK+
+arch=('i686' 'x86_64')
+url=http://cxx-gtk-utils.sourceforge.net/;
+license=('LGPL2.1')
+depends=('gtk3')
+options=('!docs' '!emptydirs')
+source=(http://downloads.sourceforge.net/project/cxx-gtk-utils/cxx-gtk-utils/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
+md5sums=('c06d72d30d2c04bf3748a490bc9dd611')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  ./configure --prefix=/usr \
+  --disable-rpath \
+  --disable-static
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  make DESTDIR=${pkgdir} install
+}


[arch-commits] Commit in converseen/trunk (PKGBUILD)

2014-10-23 Thread Giovanni Scafora
Date: Thursday, October 23, 2014 @ 12:08:21
  Author: giovanni
Revision: 121278

upgpkg: converseen 0.8.4-1

upstream release

Modified:
  converseen/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-10-23 10:01:24 UTC (rev 121277)
+++ PKGBUILD2014-10-23 10:08:21 UTC (rev 121278)
@@ -3,7 +3,7 @@
 # Contributor: archtux antonio.arias9 at gmail.com
 
 pkgname=converseen
-pkgver=0.8.3
+pkgver=0.8.4
 pkgrel=1
 pkgdesc=The batch image converter and resizer
 arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@
 makedepends=('cmake')
 install=converseen.install
 
source=(http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.bz2;)
-md5sums=('a64bb1d91889927e77f52943d7e167ee')
+md5sums=('a2072823eb566b95b562cf34e3ee2071')
 
 build() {
   cd ${srcdir}


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

2014-10-23 Thread Giovanni Scafora
Date: Thursday, October 23, 2014 @ 12:08:29
  Author: giovanni
Revision: 121279

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

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

-+
 /PKGBUILD   |   64 ++
 /converseen.install |   22 +++
 community-i686/PKGBUILD |   32 -
 community-i686/converseen.install   |   11 -
 community-x86_64/PKGBUILD   |   32 -
 community-x86_64/converseen.install |   11 -
 6 files changed, 86 insertions(+), 86 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-10-23 10:08:21 UTC (rev 121278)
+++ community-i686/PKGBUILD 2014-10-23 10:08:29 UTC (rev 121279)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora giova...@archlinux.org
-# Contributor: archtux antonio.arias9 at gmail.com
-
-pkgname=converseen
-pkgver=0.8.3
-pkgrel=1
-pkgdesc=The batch image converter and resizer
-arch=('i686' 'x86_64')
-url=http://converseen.sourceforge.net/;
-license=('GPL3')
-depends=('imagemagick' 'qt4' 'libwmf' 'openexr' 'libwebp' 'openjpeg2' 
'librsvg' 'ghostscript')
-makedepends=('cmake')
-install=converseen.install
-source=(http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.bz2;)
-md5sums=('a64bb1d91889927e77f52943d7e167ee')
-
-build() {
-  cd ${srcdir}
-  mkdir build
-  cd build
-  cmake ../${pkgname}-${pkgver} \
-  -DCMAKE_BUILD_TYPE=Release \
-  -DCMAKE_INSTALL_PREFIX=/usr 
-  make
-}
-
-package() {
-  cd ${srcdir}/build
-
-  make DESTDIR=${pkgdir} install
-}

Copied: converseen/repos/community-i686/PKGBUILD (from rev 121278, 
converseen/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-10-23 10:08:29 UTC (rev 121279)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Giovanni Scafora giova...@archlinux.org
+# Contributor: archtux antonio.arias9 at gmail.com
+
+pkgname=converseen
+pkgver=0.8.4
+pkgrel=1
+pkgdesc=The batch image converter and resizer
+arch=('i686' 'x86_64')
+url=http://converseen.sourceforge.net/;
+license=('GPL3')
+depends=('imagemagick' 'qt4' 'libwmf' 'openexr' 'libwebp' 'openjpeg2' 
'librsvg' 'ghostscript')
+makedepends=('cmake')
+install=converseen.install
+source=(http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.bz2;)
+md5sums=('a2072823eb566b95b562cf34e3ee2071')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+  -DCMAKE_BUILD_TYPE=Release \
+  -DCMAKE_INSTALL_PREFIX=/usr 
+  make
+}
+
+package() {
+  cd ${srcdir}/build
+
+  make DESTDIR=${pkgdir} install
+}

Deleted: community-i686/converseen.install
===
--- community-i686/converseen.install   2014-10-23 10:08:21 UTC (rev 121278)
+++ community-i686/converseen.install   2014-10-23 10:08:29 UTC (rev 121279)
@@ -1,11 +0,0 @@
-post_install() {
- xdg-icon-resource forceupdate --theme hicolor  /dev/null
-}
-
-post_upgrade() {
- post_install
-}
-
-post_remove() {
- post_install
-}

Copied: converseen/repos/community-i686/converseen.install (from rev 121278, 
converseen/trunk/converseen.install)
===
--- community-i686/converseen.install   (rev 0)
+++ community-i686/converseen.install   2014-10-23 10:08:29 UTC (rev 121279)
@@ -0,0 +1,11 @@
+post_install() {
+ xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+ post_install
+}
+
+post_remove() {
+ post_install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2014-10-23 10:08:21 UTC (rev 121278)
+++ community-x86_64/PKGBUILD   2014-10-23 10:08:29 UTC (rev 121279)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora giova...@archlinux.org
-# Contributor: archtux antonio.arias9 at gmail.com
-
-pkgname=converseen
-pkgver=0.8.3
-pkgrel=1
-pkgdesc=The batch image converter and resizer
-arch=('i686' 'x86_64')
-url=http://converseen.sourceforge.net/;
-license=('GPL3')
-depends=('imagemagick' 

[arch-commits] Commit in diffstat/trunk (PKGBUILD)

2014-10-23 Thread Giovanni Scafora
Date: Thursday, October 23, 2014 @ 12:12:54
  Author: giovanni
Revision: 121280

upgpkg: diffstat 1.59-1

upstream release

Modified:
  diffstat/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-10-23 10:08:29 UTC (rev 121279)
+++ PKGBUILD2014-10-23 10:12:54 UTC (rev 121280)
@@ -3,7 +3,7 @@
 # Contributor: Matthias-Christian Ott matthias.christian.at.tiscali.de
 
 pkgname=diffstat
-pkgver=1.58
+pkgver=1.59
 pkgrel=1
 pkgdesc=Display a histogram of diff changes
 arch=('i686' 'x86_64')
@@ -11,7 +11,7 @@
 depends=('glibc')
 license=('MIT')
 source=(ftp://invisible-island.net/${pkgname}/${pkgname}-${pkgver}.tgz;)
-md5sums=('6d6e13f7dcfe4db5da65c5175260ea47')
+md5sums=('1dc7bc48ce846a0686a1af0d091ff8fb')
 
 build () {
   cd ${srcdir}/${pkgname}-${pkgver}


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

2014-10-23 Thread Giovanni Scafora
Date: Thursday, October 23, 2014 @ 12:13:03
  Author: giovanni
Revision: 121281

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

Added:
  diffstat/repos/community-i686/PKGBUILD
(from rev 121280, diffstat/trunk/PKGBUILD)
  diffstat/repos/community-x86_64/PKGBUILD
(from rev 121280, diffstat/trunk/PKGBUILD)
Deleted:
  diffstat/repos/community-i686/PKGBUILD
  diffstat/repos/community-x86_64/PKGBUILD

---+
 /PKGBUILD |   58 
 community-i686/PKGBUILD   |   29 --
 community-x86_64/PKGBUILD |   29 --
 3 files changed, 58 insertions(+), 58 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-10-23 10:12:54 UTC (rev 121280)
+++ community-i686/PKGBUILD 2014-10-23 10:13:03 UTC (rev 121281)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora giova...@archlinux.org
-# Contributor: Matthias-Christian Ott matthias.christian.at.tiscali.de
-
-pkgname=diffstat
-pkgver=1.58
-pkgrel=1
-pkgdesc=Display a histogram of diff changes
-arch=('i686' 'x86_64')
-url=http://invisible-island.net/diffstat;
-depends=('glibc')
-license=('MIT')
-source=(ftp://invisible-island.net/${pkgname}/${pkgname}-${pkgver}.tgz;)
-md5sums=('6d6e13f7dcfe4db5da65c5175260ea47')
-
-build () {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  ./configure --prefix=/usr \
-  --mandir=/usr/share/man
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  make DESTDIR=${pkgdir}/ install
-  install -Dm644 package/debian/copyright 
${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-}

Copied: diffstat/repos/community-i686/PKGBUILD (from rev 121280, 
diffstat/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-10-23 10:13:03 UTC (rev 121281)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Giovanni Scafora giova...@archlinux.org
+# Contributor: Matthias-Christian Ott matthias.christian.at.tiscali.de
+
+pkgname=diffstat
+pkgver=1.59
+pkgrel=1
+pkgdesc=Display a histogram of diff changes
+arch=('i686' 'x86_64')
+url=http://invisible-island.net/diffstat;
+depends=('glibc')
+license=('MIT')
+source=(ftp://invisible-island.net/${pkgname}/${pkgname}-${pkgver}.tgz;)
+md5sums=('1dc7bc48ce846a0686a1af0d091ff8fb')
+
+build () {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  ./configure --prefix=/usr \
+  --mandir=/usr/share/man
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  make DESTDIR=${pkgdir}/ install
+  install -Dm644 package/debian/copyright 
${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2014-10-23 10:12:54 UTC (rev 121280)
+++ community-x86_64/PKGBUILD   2014-10-23 10:13:03 UTC (rev 121281)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora giova...@archlinux.org
-# Contributor: Matthias-Christian Ott matthias.christian.at.tiscali.de
-
-pkgname=diffstat
-pkgver=1.58
-pkgrel=1
-pkgdesc=Display a histogram of diff changes
-arch=('i686' 'x86_64')
-url=http://invisible-island.net/diffstat;
-depends=('glibc')
-license=('MIT')
-source=(ftp://invisible-island.net/${pkgname}/${pkgname}-${pkgver}.tgz;)
-md5sums=('6d6e13f7dcfe4db5da65c5175260ea47')
-
-build () {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  ./configure --prefix=/usr \
-  --mandir=/usr/share/man
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  make DESTDIR=${pkgdir}/ install
-  install -Dm644 package/debian/copyright 
${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-}

Copied: diffstat/repos/community-x86_64/PKGBUILD (from rev 121280, 
diffstat/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2014-10-23 10:13:03 UTC (rev 121281)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Giovanni Scafora giova...@archlinux.org
+# Contributor: Matthias-Christian Ott matthias.christian.at.tiscali.de
+
+pkgname=diffstat
+pkgver=1.59
+pkgrel=1
+pkgdesc=Display a histogram of diff changes
+arch=('i686' 'x86_64')
+url=http://invisible-island.net/diffstat;
+depends=('glibc')
+license=('MIT')
+source=(ftp://invisible-island.net/${pkgname}/${pkgname}-${pkgver}.tgz;)
+md5sums=('1dc7bc48ce846a0686a1af0d091ff8fb')
+
+build () {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  ./configure --prefix=/usr \
+  --mandir=/usr/share/man
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  make DESTDIR=${pkgdir}/ install
+  install -Dm644 package/debian/copyright 
${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}


[arch-commits] Commit in mate-notification-daemon/trunk (PKGBUILD)

2014-10-23 Thread Martin Wimpress
Date: Thursday, October 23, 2014 @ 12:54:45
  Author: flexiondotorg
Revision: 121282

upgpkg: mate-notification-daemon 1.8.1-1 - New upstream release

Modified:
  mate-notification-daemon/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-10-23 10:13:03 UTC (rev 121281)
+++ PKGBUILD2014-10-23 10:54:45 UTC (rev 121282)
@@ -1,7 +1,7 @@
 # Maintainer : Martin Wimpress c...@flexion.org
 
 pkgname=mate-notification-daemon
-pkgver=1.8.0
+pkgver=1.8.1
 pkgrel=1
 pkgdesc=Notification daemon for MATE
 url=http://mate-desktop.org;
@@ -12,7 +12,7 @@
 groups=('mate')
 provides=('notification-daemon')
 source=(http://pub.mate-desktop.org/releases/1.8/${pkgname}-${pkgver}.tar.xz;)
-sha1sums=('5f663ee460b7a4cdeab9d4ee3b17746e0eabb78d')
+sha1sums=('6f7cba78f3eb9f3e96b67e12bee35186b734a5cb')
 install=${pkgname}.install
 
 build() {


[arch-commits] Commit in mate-notification-daemon/repos (8 files)

2014-10-23 Thread Martin Wimpress
Date: Thursday, October 23, 2014 @ 12:54:58
  Author: flexiondotorg
Revision: 121283

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

Added:
  mate-notification-daemon/repos/community-i686/PKGBUILD
(from rev 121282, mate-notification-daemon/trunk/PKGBUILD)
  mate-notification-daemon/repos/community-i686/mate-notification-daemon.install
(from rev 121282, 
mate-notification-daemon/trunk/mate-notification-daemon.install)
  mate-notification-daemon/repos/community-x86_64/PKGBUILD
(from rev 121282, mate-notification-daemon/trunk/PKGBUILD)
  
mate-notification-daemon/repos/community-x86_64/mate-notification-daemon.install
(from rev 121282, 
mate-notification-daemon/trunk/mate-notification-daemon.install)
Deleted:
  mate-notification-daemon/repos/community-i686/PKGBUILD
  mate-notification-daemon/repos/community-i686/mate-notification-daemon.install
  mate-notification-daemon/repos/community-x86_64/PKGBUILD
  
mate-notification-daemon/repos/community-x86_64/mate-notification-daemon.install

---+
 /PKGBUILD |   62 
 /mate-notification-daemon.install |   24 +++
 community-i686/PKGBUILD   |   32 --
 community-i686/mate-notification-daemon.install   |   12 ---
 community-x86_64/PKGBUILD |   32 --
 community-x86_64/mate-notification-daemon.install |   12 ---
 6 files changed, 86 insertions(+), 88 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-10-23 10:54:45 UTC (rev 121282)
+++ community-i686/PKGBUILD 2014-10-23 10:54:58 UTC (rev 121283)
@@ -1,32 +0,0 @@
-# Maintainer : Martin Wimpress c...@flexion.org
-
-pkgname=mate-notification-daemon
-pkgver=1.8.0
-pkgrel=1
-pkgdesc=Notification daemon for MATE
-url=http://mate-desktop.org;
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL')
-depends=('dconf' 'dbus-glib' 'gtk2' 'libcanberra' 'libwnck' 'libnotify')
-makedepends=('mate-common' 'perl-xml-parser')
-options=('!emptydirs')
-groups=('mate')
-provides=('notification-daemon')
-source=(http://pub.mate-desktop.org/releases/1.8/${pkgname}-${pkgver}.tar.xz;)
-sha1sums=('5f663ee460b7a4cdeab9d4ee3b17746e0eabb78d')
-install=${pkgname}.install
-
-build() {
-cd ${srcdir}/${pkgname}-${pkgver}
-./configure \
---prefix=/usr \
---libexecdir=/usr/lib/${pkgname} \
---with-gtk=2.0 \
---disable-static
-make
-}
-
-package() {
-cd ${srcdir}/${pkgname}-${pkgver}
-make DESTDIR=${pkgdir} install
-}

Copied: mate-notification-daemon/repos/community-i686/PKGBUILD (from rev 
121282, mate-notification-daemon/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-10-23 10:54:58 UTC (rev 121283)
@@ -0,0 +1,31 @@
+# Maintainer : Martin Wimpress c...@flexion.org
+
+pkgname=mate-notification-daemon
+pkgver=1.8.1
+pkgrel=1
+pkgdesc=Notification daemon for MATE
+url=http://mate-desktop.org;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL')
+depends=('dconf' 'dbus-glib' 'gtk2' 'libcanberra' 'libwnck' 'libnotify')
+makedepends=('mate-common' 'perl-xml-parser')
+groups=('mate')
+provides=('notification-daemon')
+source=(http://pub.mate-desktop.org/releases/1.8/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('6f7cba78f3eb9f3e96b67e12bee35186b734a5cb')
+install=${pkgname}.install
+
+build() {
+cd ${srcdir}/${pkgname}-${pkgver}
+./configure \
+--prefix=/usr \
+--libexecdir=/usr/lib/${pkgname} \
+--with-gtk=2.0 \
+--disable-static
+make
+}
+
+package() {
+cd ${srcdir}/${pkgname}-${pkgver}
+make DESTDIR=${pkgdir} install
+}

Deleted: community-i686/mate-notification-daemon.install
===
--- community-i686/mate-notification-daemon.install 2014-10-23 10:54:45 UTC 
(rev 121282)
+++ community-i686/mate-notification-daemon.install 2014-10-23 10:54:58 UTC 
(rev 121283)
@@ -1,12 +0,0 @@
-post_install() {
-glib-compile-schemas /usr/share/glib-2.0/schemas/
-gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
-}
-
-post_upgrade() {
-post_install
-}
-
-post_remove() {
-post_install
-}

Copied: 
mate-notification-daemon/repos/community-i686/mate-notification-daemon.install 
(from rev 121282, 
mate-notification-daemon/trunk/mate-notification-daemon.install)
===
--- community-i686/mate-notification-daemon.install 
(rev 0)
+++ community-i686/mate-notification-daemon.install 2014-10-23 10:54:58 UTC 
(rev 121283)
@@ -0,0 +1,12 @@
+post_install() {
+glib-compile-schemas /usr/share/glib-2.0/schemas/
+gtk-update-icon-cache -q -t -f 

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

2014-10-23 Thread Sven-Hendrik Haase
Date: Thursday, October 23, 2014 @ 13:09:27
  Author: svenstaro
Revision: 121284

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

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

--+
 /PKGBUILD|  208 +
 /blender.install |   26 
 community-i686/PKGBUILD  |  104 --
 community-i686/blender.install   |   13 --
 community-x86_64/PKGBUILD|  104 --
 community-x86_64/blender.install |   13 --
 6 files changed, 234 insertions(+), 234 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-10-23 10:54:58 UTC (rev 121283)
+++ community-i686/PKGBUILD 2014-10-23 11:09:27 UTC (rev 121284)
@@ -1,104 +0,0 @@
-# $Id$
-# Contributor: John Sowiak j...@archlinux.org
-# Contributor: tobias tob...@archlinux.org
-# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
-
-# Sometimes blender.org takes some time to release patch releases and because 
Arch users
-# are impatient, we sometimes need to build from git directly.
-# Update because I get so many queries on this:
-# Due to our other rolling deps, it's sometimes not possible to build Blender 
stable releases.
-# More often than not, a new openshadinglanguage breaks it and I could either 
backport fixes
-# or simply roll with a new version. I usually choose the latter when the 
former seems
-# unreasonable.
-
-_gittag=v2.72
-#_gitcommit=d42c08
-
-pkgname=blender
-pkgver=2.72
-[[ -n $_gitcommit ]]  pkgver=${pkgver}.git1.${_gitcommit}
-pkgrel=1
-epoch=14
-pkgdesc=A fully integrated 3D graphics creation suite
-arch=('i686' 'x86_64')
-license=('GPL')
-url=http://www.blender.org;
-depends=('libpng' 'libtiff' 'openexr' 'python' 'desktop-file-utils'
- 'shared-mime-info' 'hicolor-icon-theme' 'xdg-utils' 'glew'
- 'freetype2' 'openal' 'ffmpeg' 'fftw' 'boost-libs' 'opencollada' 'llvm'
- 'openimageio' 'libsndfile' 'jack' 'opencolorio' 'openshadinglanguage')
-makedepends=('cmake' 'boost' 'subversion' 'mesa' 'git')
-[[ $CARCH == x86_64 ]]  makedepends+=('cuda')
-optdepends=('cuda: cycles renderer cuda support')
-options=(!strip)
-install=blender.install
-source=(git://git.blender.org/blender-addons.git
-git://git.blender.org/blender-addons-contrib.git
-git://git.blender.org/blender-translations.git
-git://git.blender.org/scons.git)
-if [[ -n $_gittag ]]; then
-
source+=(${pkgname}-${pkgver}::git://git.blender.org/blender.git#tag=${_gittag})
-else
-
source+=(${pkgname}-${pkgver}::git://git.blender.org/blender.git#commit=${_gitcommit})
-fi
-md5sums=('SKIP'
- 'SKIP'
- 'SKIP'
- 'SKIP'
- 'SKIP')
-
-prepare() {
-  cd $srcdir/$pkgname-$pkgver
-
-  git submodule init
-  git config submodule.release/scripts/addons.url ${srcdir}/blender-addons
-  git config submodule.release/scripts/addons_contrib.url 
${srcdir}/blender-addons-contrib
-  git config submodule.release/datafiles/locale.url 
${srcdir}/blender-translations
-  git config submodule.scons.url ${srcdir}/scons
-  git submodule update
-}
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-
-  mkdir build  cd build
-
-  [[ $CARCH == i686 ]]  BUILDCUDA=OFF || BUILDCUDA=ON
-
-  cmake .. \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release \
--DWITH_INSTALL_PORTABLE=OFF \
--DWITH_PYTHON_INSTALL=OFF \
--DWITH_OPENCOLLADA=ON \
--DOPENIMAGEIO_ROOT_DIR=/usr \
--DWITH_GAMEENGINE=ON \
--DWITH_JACK=ON \
--DWITH_PLAYER=ON \
--DWITH_CODEC_FFMPEG=ON \
--DWITH_CODEC_SNDFILE=ON \
--DWITH_CYCLES=ON \
--DWITH_LLVM=ON \
--DLLVM_VERSION=3.5 \
--DLLVM_STATIC=OFF \
--DWITH_CYCLES_CUDA_BINARIES=$BUILDCUDA \
--DWITH_CYCLES_OSL=ON \
--DWITH_FFTW3=ON \
--DWITH_MOD_OCEANSIM=ON \
--DPYTHON_VERSION=3.4 \
--DPYTHON_LIBPATH=/usr/lib \
--DPYTHON_LIBRARY=python3.4m \
--DPYTHON_INCLUDE_DIRS=/usr/include/python3.4m \
--DCMAKE_CXX_FLAGS_RELEASE=-fno-delete-null-pointer-checks -DNDEBUG \
--DCMAKE_C_FLAGS_RELEASE=-fno-delete-null-pointer-checks -DNDEBUG
-  # Fix for gcc 4.9 :/
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver/build
-
-  make DESTDIR=${pkgdir} install
-  python -m compileall ${pkgdir}/usr/share/blender
-  python -O -m compileall ${pkgdir}/usr/share/blender
-}

Copied: 

[arch-commits] Commit in mate-settings-daemon/trunk (2 files)

2014-10-23 Thread Martin Wimpress
Date: Thursday, October 23, 2014 @ 13:30:27
  Author: flexiondotorg
Revision: 121285

upgpkg: mate-settings-daemon 1.8.2-2 - Add media key support for galculator.

Added:
  mate-settings-daemon/trunk/use_galculator_first.diff
Modified:
  mate-settings-daemon/trunk/PKGBUILD

---+
 PKGBUILD  |   14 +++---
 use_galculator_first.diff |   15 +++
 2 files changed, 26 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-10-23 11:09:27 UTC (rev 121284)
+++ PKGBUILD2014-10-23 11:30:27 UTC (rev 121285)
@@ -3,7 +3,7 @@
 pkgbase=mate-settings-daemon
 pkgname=(${pkgbase}-pulseaudio ${pkgbase}-gstreamer)
 pkgver=1.8.2
-pkgrel=1
+pkgrel=2
 url=http://mate-desktop.org;
 arch=('i686' 'x86_64')
 license=('GPL')
@@ -11,10 +11,18 @@
  'libcanberra-pulse' 'libmatekbd' 'libnotify' 'libxt' 'mate-desktop'
  'nss' 'polkit' 'pulseaudio-alsa')
 makedepends=('mate-common')
-source=(http://pub.mate-desktop.org/releases/1.8/${pkgbase}-${pkgver}.tar.xz;)
-sha1sums=('e465eb33b79394150514ad0af201bf32f07fd520')
+source=(http://pub.mate-desktop.org/releases/1.8/${pkgbase}-${pkgver}.tar.xz;
+'use_galculator_first.diff')
+sha1sums=('e465eb33b79394150514ad0af201bf32f07fd520'
+  '916dc6519a7778e97cd8dd18c46363e6c36d389a')
 install=${pkgbase}.install
 
+prepare() {
+cd ${srcdir}/${pkgbase}-${pkgver}
+# 
https://github.com/mate-desktop/mate-settings-daemon/commit/163f01a8b527c1ed801f68681fc7d82a54d42b1c
+patch -Np1 -i ${srcdir}/use_galculator_first.diff
+}
+
 build() {
 cd ${srcdir}
 cp -a ${pkgbase}-${pkgver}{,-gstreamer}

Added: use_galculator_first.diff
===
--- use_galculator_first.diff   (rev 0)
+++ use_galculator_first.diff   2014-10-23 11:30:27 UTC (rev 121285)
@@ -0,0 +1,15 @@
+diff --git a/plugins/media-keys/msd-media-keys-manager.c 
b/plugins/media-keys/msd-media-keys-manager.c
+index ad7665d..cc819c5 100644
+--- a/plugins/media-keys/msd-media-keys-manager.c
 b/plugins/media-keys/msd-media-keys-manager.c
+@@ -999,7 +999,9 @@ do_action (MsdMediaKeysManager *manager,
+ do_media_action (manager);
+ break;
+ case CALCULATOR_KEY:
+-if ((cmd = g_find_program_in_path (mate-calc))) {
++if ((cmd = g_find_program_in_path (galculator))) {
++execute (manager, galculator, FALSE, FALSE);
++} else if ((cmd = g_find_program_in_path (mate-calc))) {
+ execute (manager, mate-calc, FALSE, FALSE);
+ } else {
+ execute (manager, gcalctool, FALSE, FALSE);


[arch-commits] Commit in mate-settings-daemon/repos (10 files)

2014-10-23 Thread Martin Wimpress
Date: Thursday, October 23, 2014 @ 13:30:47
  Author: flexiondotorg
Revision: 121286

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

Added:
  mate-settings-daemon/repos/community-i686/PKGBUILD
(from rev 121285, mate-settings-daemon/trunk/PKGBUILD)
  mate-settings-daemon/repos/community-i686/mate-settings-daemon.install
(from rev 121285, mate-settings-daemon/trunk/mate-settings-daemon.install)
  mate-settings-daemon/repos/community-i686/use_galculator_first.diff
(from rev 121285, mate-settings-daemon/trunk/use_galculator_first.diff)
  mate-settings-daemon/repos/community-x86_64/PKGBUILD
(from rev 121285, mate-settings-daemon/trunk/PKGBUILD)
  mate-settings-daemon/repos/community-x86_64/mate-settings-daemon.install
(from rev 121285, mate-settings-daemon/trunk/mate-settings-daemon.install)
  mate-settings-daemon/repos/community-x86_64/use_galculator_first.diff
(from rev 121285, mate-settings-daemon/trunk/use_galculator_first.diff)
Deleted:
  mate-settings-daemon/repos/community-i686/PKGBUILD
  mate-settings-daemon/repos/community-i686/mate-settings-daemon.install
  mate-settings-daemon/repos/community-x86_64/PKGBUILD
  mate-settings-daemon/repos/community-x86_64/mate-settings-daemon.install

---+
 /PKGBUILD |  156 
 /mate-settings-daemon.install |   24 +++
 community-i686/PKGBUILD   |   70 --
 community-i686/mate-settings-daemon.install   |   12 -
 community-i686/use_galculator_first.diff  |   15 ++
 community-x86_64/PKGBUILD |   70 --
 community-x86_64/mate-settings-daemon.install |   12 -
 community-x86_64/use_galculator_first.diff|   15 ++
 8 files changed, 210 insertions(+), 164 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-10-23 11:30:27 UTC (rev 121285)
+++ community-i686/PKGBUILD 2014-10-23 11:30:47 UTC (rev 121286)
@@ -1,70 +0,0 @@
-# Maintainer : Martin Wimpress c...@flexion.org
-
-pkgbase=mate-settings-daemon
-pkgname=(${pkgbase}-pulseaudio ${pkgbase}-gstreamer)
-pkgver=1.8.2
-pkgrel=1
-url=http://mate-desktop.org;
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('dbus-glib' 'dconf' 'fontconfig' 'gstreamer0.10-base' 'gtk2'
- 'libcanberra-pulse' 'libmatekbd' 'libnotify' 'libxt' 'mate-desktop'
- 'nss' 'polkit' 'pulseaudio-alsa')
-makedepends=('mate-common')
-source=(http://pub.mate-desktop.org/releases/1.8/${pkgbase}-${pkgver}.tar.xz;)
-sha1sums=('e465eb33b79394150514ad0af201bf32f07fd520')
-install=${pkgbase}.install
-
-build() {
-cd ${srcdir}
-cp -a ${pkgbase}-${pkgver}{,-gstreamer}
-
-# build for pulseaudio
-cd ${srcdir}/${pkgbase}-${pkgver}
-./configure \
---prefix=/usr \
---libexecdir=/usr/lib/${pkgbase} \
---sysconfdir=/etc \
---with-gtk=2.0 \
---enable-polkit \
---enable-pulse \
---disable-gstreamer \
---disable-static
-make
-
-# build for gstreamer
-cd ${srcdir}/${pkgbase}-${pkgver}-gstreamer
-./configure \
---prefix=/usr \
---libexecdir=/usr/lib/${pkgbase} \
---sysconfdir=/etc \
---with-gtk=2.0 \
---enable-polkit \
---enable-gstreamer \
---disable-pulse \
---disable-static
-make
-}
-
-package_mate-settings-daemon-pulseaudio() {
-groups=('mate')
-pkgdesc=The MATE Settings daemon (pulseaudio)
-depends=('dbus-glib' 'dconf' 'fontconfig' 'gtk2' 'libcanberra-pulse'
-'libmatekbd' 'libnotify' 'libxt' 'mate-desktop' 'nss' 'polkit'
-'pulseaudio-alsa')
-conflicts=(${pkgbase}-gstreamer 'mate-media-gstreamer')
-provides=(${pkgbase})
-replaces=(${pkgbase})
-cd ${srcdir}/${pkgbase}-${pkgver}
-make DESTDIR=${pkgdir} install
-}
-
-package_mate-settings-daemon-gstreamer() {
-pkgdesc=The MATE Settings daemon (GStreamer)
-depends=('dbus-glib' 'dconf' 'fontconfig' 'gstreamer0.10-base' 'gtk2'
- 'libmatekbd' 'libnotify' 'libxt' 'mate-desktop' 'nss' 'polkit')
-conflicts=(${pkgbase}-pulseaudio 'mate-media-pulseaudio')
-provides=(${pkgbase})
-cd ${srcdir}/${pkgbase}-${pkgver}-gstreamer
-make DESTDIR=${pkgdir} install
-}

Copied: mate-settings-daemon/repos/community-i686/PKGBUILD (from rev 121285, 
mate-settings-daemon/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-10-23 11:30:47 UTC (rev 121286)
@@ -0,0 +1,78 @@
+# Maintainer : Martin Wimpress c...@flexion.org
+
+pkgbase=mate-settings-daemon
+pkgname=(${pkgbase}-pulseaudio ${pkgbase}-gstreamer)
+pkgver=1.8.2
+pkgrel=2
+url=http://mate-desktop.org;
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('dbus-glib' 'dconf' 'fontconfig' 

[arch-commits] Commit in efax-gtk/trunk (PKGBUILD)

2014-10-23 Thread Giovanni Scafora
Date: Thursday, October 23, 2014 @ 13:38:19
  Author: giovanni
Revision: 121287

upgpkg: efax-gtk 3.2.13-1

upstream release

Modified:
  efax-gtk/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-10-23 11:30:47 UTC (rev 121286)
+++ PKGBUILD2014-10-23 11:38:19 UTC (rev 121287)
@@ -2,7 +2,7 @@
 # Maintainer: Giovanni Scafora giova...@archlinux.org
 
 pkgname=efax-gtk
-pkgver=3.2.12
+pkgver=3.2.13
 pkgrel=1
 pkgdesc=A GUI front end for the 'efax' fax program
 arch=('i686' 'x86_64')
@@ -14,7 +14,7 @@
 backup=('etc/efax-gtkrc')
 install=efax-gtk.install
 
source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.src.tgz;)
-md5sums=('5d38ca4d4c90e0805f2cf8f191177fb6')
+md5sums=('87cfd9c0894080690474d2696782f79d')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}


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

2014-10-23 Thread Giovanni Scafora
Date: Thursday, October 23, 2014 @ 13:38:28
  Author: giovanni
Revision: 121288

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

Added:
  efax-gtk/repos/community-i686/PKGBUILD
(from rev 121287, efax-gtk/trunk/PKGBUILD)
  efax-gtk/repos/community-i686/efax-gtk.install
(from rev 121287, efax-gtk/trunk/efax-gtk.install)
  efax-gtk/repos/community-x86_64/PKGBUILD
(from rev 121287, efax-gtk/trunk/PKGBUILD)
  efax-gtk/repos/community-x86_64/efax-gtk.install
(from rev 121287, efax-gtk/trunk/efax-gtk.install)
Deleted:
  efax-gtk/repos/community-i686/PKGBUILD
  efax-gtk/repos/community-i686/efax-gtk.install
  efax-gtk/repos/community-x86_64/PKGBUILD
  efax-gtk/repos/community-x86_64/efax-gtk.install

---+
 /PKGBUILD |   66 
 /efax-gtk.install |   22 
 community-i686/PKGBUILD   |   33 --
 community-i686/efax-gtk.install   |   11 --
 community-x86_64/PKGBUILD |   33 --
 community-x86_64/efax-gtk.install |   11 --
 6 files changed, 88 insertions(+), 88 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-10-23 11:38:19 UTC (rev 121287)
+++ community-i686/PKGBUILD 2014-10-23 11:38:28 UTC (rev 121288)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora giova...@archlinux.org
-
-pkgname=efax-gtk
-pkgver=3.2.12
-pkgrel=1
-pkgdesc=A GUI front end for the 'efax' fax program
-arch=('i686' 'x86_64')
-url=http://efax-gtk.sourceforge.net/;
-license=('GPL')
-depends=('dbus-glib' 'ghostscript' 'c++-gtk-utils')
-makedepends=('pkg-config')
-optdepends=('heirloom-mailx: to use the mail_fax script')
-backup=('etc/efax-gtkrc')
-install=efax-gtk.install
-source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.src.tgz;)
-md5sums=('5d38ca4d4c90e0805f2cf8f191177fb6')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  ./configure --prefix=/usr \
-  --sysconfdir=/etc \
-  --with-spooldir=/usr/bin
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  make DESTDIR=${pkgdir} install
-  install -m 755 mail_fax print_fax ${pkgdir}/usr/bin
-}

Copied: efax-gtk/repos/community-i686/PKGBUILD (from rev 121287, 
efax-gtk/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-10-23 11:38:28 UTC (rev 121288)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Giovanni Scafora giova...@archlinux.org
+
+pkgname=efax-gtk
+pkgver=3.2.13
+pkgrel=1
+pkgdesc=A GUI front end for the 'efax' fax program
+arch=('i686' 'x86_64')
+url=http://efax-gtk.sourceforge.net/;
+license=('GPL')
+depends=('dbus-glib' 'ghostscript' 'c++-gtk-utils')
+makedepends=('pkg-config')
+optdepends=('heirloom-mailx: to use the mail_fax script')
+backup=('etc/efax-gtkrc')
+install=efax-gtk.install
+source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.src.tgz;)
+md5sums=('87cfd9c0894080690474d2696782f79d')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  ./configure --prefix=/usr \
+  --sysconfdir=/etc \
+  --with-spooldir=/usr/bin
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  make DESTDIR=${pkgdir} install
+  install -m 755 mail_fax print_fax ${pkgdir}/usr/bin
+}

Deleted: community-i686/efax-gtk.install
===
--- community-i686/efax-gtk.install 2014-10-23 11:38:19 UTC (rev 121287)
+++ community-i686/efax-gtk.install 2014-10-23 11:38:28 UTC (rev 121288)
@@ -1,11 +0,0 @@
-post_install() {
-   gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}

Copied: efax-gtk/repos/community-i686/efax-gtk.install (from rev 121287, 
efax-gtk/trunk/efax-gtk.install)
===
--- community-i686/efax-gtk.install (rev 0)
+++ community-i686/efax-gtk.install 2014-10-23 11:38:28 UTC (rev 121288)
@@ -0,0 +1,11 @@
+post_install() {
+   gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2014-10-23 11:38:19 UTC (rev 121287)
+++ community-x86_64/PKGBUILD   2014-10-23 11:38:28 UTC (rev 121288)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora giova...@archlinux.org
-
-pkgname=efax-gtk
-pkgver=3.2.12
-pkgrel=1
-pkgdesc=A GUI front end for the 'efax' fax program
-arch=('i686' 'x86_64')
-url=http://efax-gtk.sourceforge.net/;
-license=('GPL')
-depends=('dbus-glib' 'ghostscript' 'c++-gtk-utils')

[arch-commits] Commit in enca/trunk (PKGBUILD)

2014-10-23 Thread Giovanni Scafora
Date: Thursday, October 23, 2014 @ 13:45:56
  Author: giovanni
Revision: 225225

upgpkg: enca 1.16-1

upstream release

Modified:
  enca/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-10-23 09:50:40 UTC (rev 225224)
+++ PKGBUILD2014-10-23 11:45:56 UTC (rev 225225)
@@ -3,7 +3,7 @@
 # Contributor: Filip Dvorak f...@pruda.com
 
 pkgname=enca
-pkgver=1.15
+pkgver=1.16
 pkgrel=1
 pkgdesc=Charset analyser and converter
 arch=('i686' 'x86_64')
@@ -11,8 +11,8 @@
 license=('GPL')
 depends=('recode')
 options=('!docs')
-source=(http://dl.cihar.com/${pkgname}/${pkgname}-${pkgver}.tar.bz2;)
-md5sums=('fef132969d26e649719eae08297a4a52')
+source=(http://dl.cihar.com/${pkgname}/${pkgname}-${pkgver}.tar.xz;)
+md5sums=('0a1483530b1fdb9e2a54786489ee0b69')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}


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

2014-10-23 Thread Giovanni Scafora
Date: Thursday, October 23, 2014 @ 13:46:06
  Author: giovanni
Revision: 225226

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

Added:
  enca/repos/extra-i686/PKGBUILD
(from rev 225225, enca/trunk/PKGBUILD)
  enca/repos/extra-x86_64/PKGBUILD
(from rev 225225, enca/trunk/PKGBUILD)
Deleted:
  enca/repos/extra-i686/PKGBUILD
  enca/repos/extra-x86_64/PKGBUILD

---+
 /PKGBUILD |   64 
 extra-i686/PKGBUILD   |   32 
 extra-x86_64/PKGBUILD |   32 
 3 files changed, 64 insertions(+), 64 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-10-23 11:45:56 UTC (rev 225225)
+++ extra-i686/PKGBUILD 2014-10-23 11:46:06 UTC (rev 225226)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora giova...@archlinux.org
-# Contributor: Filip Dvorak f...@pruda.com
-
-pkgname=enca
-pkgver=1.15
-pkgrel=1
-pkgdesc=Charset analyser and converter
-arch=('i686' 'x86_64')
-url=http://cihar.com/software/enca/;
-license=('GPL')
-depends=('recode')
-options=('!docs')
-source=(http://dl.cihar.com/${pkgname}/${pkgname}-${pkgver}.tar.bz2;)
-md5sums=('fef132969d26e649719eae08297a4a52')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  ./configure --prefix=/usr \
-  --libexecdir=/usr/lib \
-  --mandir=/usr/share/man \
-  --with-librecode=/usr \
-  --enable-external
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  make DESTDIR=${pkgdir} install
-}

Copied: enca/repos/extra-i686/PKGBUILD (from rev 225225, enca/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-10-23 11:46:06 UTC (rev 225226)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Giovanni Scafora giova...@archlinux.org
+# Contributor: Filip Dvorak f...@pruda.com
+
+pkgname=enca
+pkgver=1.16
+pkgrel=1
+pkgdesc=Charset analyser and converter
+arch=('i686' 'x86_64')
+url=http://cihar.com/software/enca/;
+license=('GPL')
+depends=('recode')
+options=('!docs')
+source=(http://dl.cihar.com/${pkgname}/${pkgname}-${pkgver}.tar.xz;)
+md5sums=('0a1483530b1fdb9e2a54786489ee0b69')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  ./configure --prefix=/usr \
+  --libexecdir=/usr/lib \
+  --mandir=/usr/share/man \
+  --with-librecode=/usr \
+  --enable-external
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  make DESTDIR=${pkgdir} install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2014-10-23 11:45:56 UTC (rev 225225)
+++ extra-x86_64/PKGBUILD   2014-10-23 11:46:06 UTC (rev 225226)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora giova...@archlinux.org
-# Contributor: Filip Dvorak f...@pruda.com
-
-pkgname=enca
-pkgver=1.15
-pkgrel=1
-pkgdesc=Charset analyser and converter
-arch=('i686' 'x86_64')
-url=http://cihar.com/software/enca/;
-license=('GPL')
-depends=('recode')
-options=('!docs')
-source=(http://dl.cihar.com/${pkgname}/${pkgname}-${pkgver}.tar.bz2;)
-md5sums=('fef132969d26e649719eae08297a4a52')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  ./configure --prefix=/usr \
-  --libexecdir=/usr/lib \
-  --mandir=/usr/share/man \
-  --with-librecode=/usr \
-  --enable-external
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  make DESTDIR=${pkgdir} install
-}

Copied: enca/repos/extra-x86_64/PKGBUILD (from rev 225225, enca/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2014-10-23 11:46:06 UTC (rev 225226)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Giovanni Scafora giova...@archlinux.org
+# Contributor: Filip Dvorak f...@pruda.com
+
+pkgname=enca
+pkgver=1.16
+pkgrel=1
+pkgdesc=Charset analyser and converter
+arch=('i686' 'x86_64')
+url=http://cihar.com/software/enca/;
+license=('GPL')
+depends=('recode')
+options=('!docs')
+source=(http://dl.cihar.com/${pkgname}/${pkgname}-${pkgver}.tar.xz;)
+md5sums=('0a1483530b1fdb9e2a54786489ee0b69')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  ./configure --prefix=/usr \
+  --libexecdir=/usr/lib \
+  --mandir=/usr/share/man \
+  --with-librecode=/usr \
+  --enable-external
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  make DESTDIR=${pkgdir} install
+}


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

2014-10-23 Thread Giovanni Scafora
Date: Thursday, October 23, 2014 @ 13:50:50
  Author: giovanni
Revision: 225228

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

Added:
  fping/repos/extra-i686/PKGBUILD
(from rev 225227, fping/trunk/PKGBUILD)
  fping/repos/extra-x86_64/PKGBUILD
(from rev 225227, fping/trunk/PKGBUILD)
Deleted:
  fping/repos/extra-i686/PKGBUILD
  fping/repos/extra-x86_64/PKGBUILD

---+
 /PKGBUILD |   72 
 extra-i686/PKGBUILD   |   36 
 extra-x86_64/PKGBUILD |   36 
 3 files changed, 72 insertions(+), 72 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-10-23 11:50:41 UTC (rev 225227)
+++ extra-i686/PKGBUILD 2014-10-23 11:50:50 UTC (rev 225228)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora giova...@archlinux.org
-# Contributor: Tom Newsom jeeps...@gmx.co.uk
-
-pkgname=fping
-pkgver=3.9
-pkgrel=1
-pkgdesc=A utility to ping multiple hosts at once
-arch=('i686' 'x86_64')
-url=http://www.fping.org/;
-license=('custom') 
-depends=('glibc')
-source=(http://www.fping.org/dist/${pkgname}-${pkgver}.tar.gz;)
-md5sums=('7ad0313646681c33e975f7b946d8d283')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-
-  ./configure --prefix=/usr \
-  --sbindir=/usr/bin \
-  --mandir=/usr/share/man \
-  --enable-ipv4 \
-  --enable-ipv6
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-
-  make DESTDIR=${pkgdir} install
-
-  # install license
-  install -D -m644 COPYING ${pkgdir}/usr/share/licenses/$pkgname/LICENSE
-  chmod 4555 ${pkgdir}/usr/bin/fping
-  chmod 4555 ${pkgdir}/usr/bin/fping6
-}

Copied: fping/repos/extra-i686/PKGBUILD (from rev 225227, fping/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-10-23 11:50:50 UTC (rev 225228)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Giovanni Scafora giova...@archlinux.org
+# Contributor: Tom Newsom jeeps...@gmx.co.uk
+
+pkgname=fping
+pkgver=3.10
+pkgrel=1
+pkgdesc=A utility to ping multiple hosts at once
+arch=('i686' 'x86_64')
+url=http://www.fping.org/;
+license=('custom') 
+depends=('glibc')
+source=(http://www.fping.org/dist/${pkgname}-${pkgver}.tar.gz;)
+md5sums=('6a0ddecb671df1d580d20c0dd1095773')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+
+  ./configure --prefix=/usr \
+  --sbindir=/usr/bin \
+  --mandir=/usr/share/man \
+  --enable-ipv4 \
+  --enable-ipv6
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+
+  make DESTDIR=${pkgdir} install
+
+  # install license
+  install -D -m644 COPYING ${pkgdir}/usr/share/licenses/$pkgname/LICENSE
+  chmod 4555 ${pkgdir}/usr/bin/fping
+  chmod 4555 ${pkgdir}/usr/bin/fping6
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2014-10-23 11:50:41 UTC (rev 225227)
+++ extra-x86_64/PKGBUILD   2014-10-23 11:50:50 UTC (rev 225228)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora giova...@archlinux.org
-# Contributor: Tom Newsom jeeps...@gmx.co.uk
-
-pkgname=fping
-pkgver=3.9
-pkgrel=1
-pkgdesc=A utility to ping multiple hosts at once
-arch=('i686' 'x86_64')
-url=http://www.fping.org/;
-license=('custom') 
-depends=('glibc')
-source=(http://www.fping.org/dist/${pkgname}-${pkgver}.tar.gz;)
-md5sums=('7ad0313646681c33e975f7b946d8d283')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-
-  ./configure --prefix=/usr \
-  --sbindir=/usr/bin \
-  --mandir=/usr/share/man \
-  --enable-ipv4 \
-  --enable-ipv6
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-
-  make DESTDIR=${pkgdir} install
-
-  # install license
-  install -D -m644 COPYING ${pkgdir}/usr/share/licenses/$pkgname/LICENSE
-  chmod 4555 ${pkgdir}/usr/bin/fping
-  chmod 4555 ${pkgdir}/usr/bin/fping6
-}

Copied: fping/repos/extra-x86_64/PKGBUILD (from rev 225227, 
fping/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2014-10-23 11:50:50 UTC (rev 225228)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Giovanni Scafora giova...@archlinux.org
+# Contributor: Tom Newsom jeeps...@gmx.co.uk
+
+pkgname=fping
+pkgver=3.10
+pkgrel=1
+pkgdesc=A utility to ping multiple hosts at once
+arch=('i686' 'x86_64')
+url=http://www.fping.org/;
+license=('custom') 
+depends=('glibc')
+source=(http://www.fping.org/dist/${pkgname}-${pkgver}.tar.gz;)
+md5sums=('6a0ddecb671df1d580d20c0dd1095773')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+
+  ./configure --prefix=/usr \
+  --sbindir=/usr/bin \
+  --mandir=/usr/share/man \
+  --enable-ipv4 \
+  --enable-ipv6

[arch-commits] Commit in fping/trunk (PKGBUILD)

2014-10-23 Thread Giovanni Scafora
Date: Thursday, October 23, 2014 @ 13:50:41
  Author: giovanni
Revision: 225227

upgpkg: fping 3.10-1

upstream release

Modified:
  fping/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-10-23 11:46:06 UTC (rev 225226)
+++ PKGBUILD2014-10-23 11:50:41 UTC (rev 225227)
@@ -3,7 +3,7 @@
 # Contributor: Tom Newsom jeeps...@gmx.co.uk
 
 pkgname=fping
-pkgver=3.9
+pkgver=3.10
 pkgrel=1
 pkgdesc=A utility to ping multiple hosts at once
 arch=('i686' 'x86_64')
@@ -11,7 +11,7 @@
 license=('custom') 
 depends=('glibc')
 source=(http://www.fping.org/dist/${pkgname}-${pkgver}.tar.gz;)
-md5sums=('7ad0313646681c33e975f7b946d8d283')
+md5sums=('6a0ddecb671df1d580d20c0dd1095773')
 
 build() {
   cd $srcdir/$pkgname-$pkgver


[arch-commits] Commit in gif2png/trunk (PKGBUILD)

2014-10-23 Thread Giovanni Scafora
Date: Thursday, October 23, 2014 @ 13:56:16
  Author: giovanni
Revision: 121289

upgpkg: gif2png 2.5.9-1

upstream release

Modified:
  gif2png/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-10-23 11:38:28 UTC (rev 121288)
+++ PKGBUILD2014-10-23 11:56:16 UTC (rev 121289)
@@ -4,8 +4,8 @@
 # Contributor: Andrew Rose o...@netrux.com
 
 pkgname=gif2png
-pkgver=2.5.8
-pkgrel=2
+pkgver=2.5.9
+pkgrel=1
 pkgdesc=A GIF to PNG image format converter
 arch=('i686' 'x86_64')
 url=http://www.catb.org/~esr/gif2png/;
@@ -13,7 +13,7 @@
 depends=('libpng')
 optdepends=('python2: for using web2png')
 source=(http://www.catb.org/~esr/${pkgname}/${pkgname}-${pkgver}.tar.gz;)
-md5sums=('0f5caeeca561ade7f267ef3f2a9944b4')
+md5sums=('fff45072725c13927ceb5f498e8d4d17')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}


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

2014-10-23 Thread Giovanni Scafora
Date: Thursday, October 23, 2014 @ 13:56:26
  Author: giovanni
Revision: 121290

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

Added:
  gif2png/repos/community-i686/PKGBUILD
(from rev 121289, gif2png/trunk/PKGBUILD)
  gif2png/repos/community-x86_64/PKGBUILD
(from rev 121289, gif2png/trunk/PKGBUILD)
Deleted:
  gif2png/repos/community-i686/PKGBUILD
  gif2png/repos/community-x86_64/PKGBUILD

---+
 /PKGBUILD |   66 
 community-i686/PKGBUILD   |   33 --
 community-x86_64/PKGBUILD |   33 --
 3 files changed, 66 insertions(+), 66 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-10-23 11:56:16 UTC (rev 121289)
+++ community-i686/PKGBUILD 2014-10-23 11:56:26 UTC (rev 121290)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora giova...@archlinux.org
-# Contributor: eric e...@archlinux.org
-# Contributor: Andrew Rose o...@netrux.com
-
-pkgname=gif2png
-pkgver=2.5.8
-pkgrel=2
-pkgdesc=A GIF to PNG image format converter
-arch=('i686' 'x86_64')
-url=http://www.catb.org/~esr/gif2png/;
-license=('ZLIB')
-depends=('libpng')
-optdepends=('python2: for using web2png')
-source=(http://www.catb.org/~esr/${pkgname}/${pkgname}-${pkgver}.tar.gz;)
-md5sums=('0f5caeeca561ade7f267ef3f2a9944b4')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  sed -i 's#env python#env python2#' web2png
-
-  ./configure --prefix=/usr \
-  --mandir=/usr/share/man
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  make DESTDIR=${pkgdir} install
-  install -D -m644 COPYING ${pkgdir}/usr/share/licenses/$pkgname/LICENSE
-}

Copied: gif2png/repos/community-i686/PKGBUILD (from rev 121289, 
gif2png/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-10-23 11:56:26 UTC (rev 121290)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Giovanni Scafora giova...@archlinux.org
+# Contributor: eric e...@archlinux.org
+# Contributor: Andrew Rose o...@netrux.com
+
+pkgname=gif2png
+pkgver=2.5.9
+pkgrel=1
+pkgdesc=A GIF to PNG image format converter
+arch=('i686' 'x86_64')
+url=http://www.catb.org/~esr/gif2png/;
+license=('ZLIB')
+depends=('libpng')
+optdepends=('python2: for using web2png')
+source=(http://www.catb.org/~esr/${pkgname}/${pkgname}-${pkgver}.tar.gz;)
+md5sums=('fff45072725c13927ceb5f498e8d4d17')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  sed -i 's#env python#env python2#' web2png
+
+  ./configure --prefix=/usr \
+  --mandir=/usr/share/man
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  make DESTDIR=${pkgdir} install
+  install -D -m644 COPYING ${pkgdir}/usr/share/licenses/$pkgname/LICENSE
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2014-10-23 11:56:16 UTC (rev 121289)
+++ community-x86_64/PKGBUILD   2014-10-23 11:56:26 UTC (rev 121290)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora giova...@archlinux.org
-# Contributor: eric e...@archlinux.org
-# Contributor: Andrew Rose o...@netrux.com
-
-pkgname=gif2png
-pkgver=2.5.8
-pkgrel=2
-pkgdesc=A GIF to PNG image format converter
-arch=('i686' 'x86_64')
-url=http://www.catb.org/~esr/gif2png/;
-license=('ZLIB')
-depends=('libpng')
-optdepends=('python2: for using web2png')
-source=(http://www.catb.org/~esr/${pkgname}/${pkgname}-${pkgver}.tar.gz;)
-md5sums=('0f5caeeca561ade7f267ef3f2a9944b4')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  sed -i 's#env python#env python2#' web2png
-
-  ./configure --prefix=/usr \
-  --mandir=/usr/share/man
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  make DESTDIR=${pkgdir} install
-  install -D -m644 COPYING ${pkgdir}/usr/share/licenses/$pkgname/LICENSE
-}

Copied: gif2png/repos/community-x86_64/PKGBUILD (from rev 121289, 
gif2png/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2014-10-23 11:56:26 UTC (rev 121290)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Giovanni Scafora giova...@archlinux.org
+# Contributor: eric e...@archlinux.org
+# Contributor: Andrew Rose o...@netrux.com
+
+pkgname=gif2png
+pkgver=2.5.9
+pkgrel=1
+pkgdesc=A GIF to PNG image format converter
+arch=('i686' 'x86_64')
+url=http://www.catb.org/~esr/gif2png/;
+license=('ZLIB')
+depends=('libpng')
+optdepends=('python2: for using web2png')
+source=(http://www.catb.org/~esr/${pkgname}/${pkgname}-${pkgver}.tar.gz;)
+md5sums=('fff45072725c13927ceb5f498e8d4d17')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  sed -i 's#env python#env python2#' web2png
+
+  ./configure --prefix=/usr 

[arch-commits] Commit in curl/trunk (PKGBUILD)

2014-10-23 Thread Dave Reisner
Date: Thursday, October 23, 2014 @ 14:05:30
  Author: dreisner
Revision: 225229

upgpkg: curl 7.38.0-3

- link against libidn (FS#42352)

Modified:
  curl/trunk/PKGBUILD

--+
 PKGBUILD |   10 ++
 1 file changed, 6 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-10-23 11:50:50 UTC (rev 225228)
+++ PKGBUILD2014-10-23 12:05:30 UTC (rev 225229)
@@ -7,20 +7,22 @@
 
 pkgname=curl
 pkgver=7.38.0
-pkgrel=2
+pkgrel=3
 pkgdesc=An URL retrieval utility and library
 arch=('i686' 'x86_64')
 url=http://curl.haxx.se;
 license=('MIT')
-depends=('ca-certificates' 'krb5' 'libssh2' 'openssl' 'zlib')
+depends=('ca-certificates' 'krb5' 'libssh2' 'libidn' 'openssl' 'zlib')
 provides=('libcurl.so')
 options=('strip' 'debug')
-source=(http://curl.haxx.se/download/$pkgname-$pkgver.tar.gz;
+source=(http://curl.haxx.se/download/$pkgname-$pkgver.tar.gz{,.asc}
 0001-threaded-resolver-revert-Curl_expire_latest-switch.patch
 curlbuild.h)
 md5sums=('b6e3ea55bb718f2270489581efa50a8a'
+ 'SKIP'
  '845110402d78209a957bb9b342d8bb9e'
  '751bd433ede935c8fae727377625a8ae')
+validpgpkeys=('914C533DF9B2ADA2204F586D78E11C6B279D5C91')  # Daniel Stenberg
 
 prepare() {
   cd $pkgname-$pkgver
@@ -41,7 +43,7 @@
   --enable-versioned-symbols \
   --enable-threaded-resolver \
   --with-gssapi \
-  --without-libidn \
+  --with-libidn \
   --with-random=/dev/urandom \
   --with-ca-bundle=/etc/ssl/certs/ca-certificates.crt
 


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

2014-10-23 Thread Dave Reisner
Date: Thursday, October 23, 2014 @ 14:07:39
  Author: dreisner
Revision: 225230

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

Added:
  curl/repos/testing-i686/
  
curl/repos/testing-i686/0001-threaded-resolver-revert-Curl_expire_latest-switch.patch
(from rev 225229, 
curl/trunk/0001-threaded-resolver-revert-Curl_expire_latest-switch.patch)
  curl/repos/testing-i686/PKGBUILD
(from rev 225229, curl/trunk/PKGBUILD)
  curl/repos/testing-i686/curlbuild.h
(from rev 225229, curl/trunk/curlbuild.h)
  curl/repos/testing-x86_64/
  
curl/repos/testing-x86_64/0001-threaded-resolver-revert-Curl_expire_latest-switch.patch
(from rev 225229, 
curl/trunk/0001-threaded-resolver-revert-Curl_expire_latest-switch.patch)
  curl/repos/testing-x86_64/PKGBUILD
(from rev 225229, curl/trunk/PKGBUILD)
  curl/repos/testing-x86_64/curlbuild.h
(from rev 225229, curl/trunk/curlbuild.h)

--+
 testing-i686/0001-threaded-resolver-revert-Curl_expire_latest-switch.patch   | 
  32 
 testing-i686/PKGBUILD| 
  73 ++
 testing-i686/curlbuild.h | 
   9 +
 testing-x86_64/0001-threaded-resolver-revert-Curl_expire_latest-switch.patch | 
  32 
 testing-x86_64/PKGBUILD  | 
  73 ++
 testing-x86_64/curlbuild.h   | 
   9 +
 6 files changed, 228 insertions(+)

Copied: 
curl/repos/testing-i686/0001-threaded-resolver-revert-Curl_expire_latest-switch.patch
 (from rev 225229, 
curl/trunk/0001-threaded-resolver-revert-Curl_expire_latest-switch.patch)
===
--- testing-i686/0001-threaded-resolver-revert-Curl_expire_latest-switch.patch  
(rev 0)
+++ testing-i686/0001-threaded-resolver-revert-Curl_expire_latest-switch.patch  
2014-10-23 12:07:39 UTC (rev 225230)
@@ -0,0 +1,32 @@
+From d9762a7cdb35e70f8cb0bf1c2f8019e8391616e1 Mon Sep 17 00:00:00 2001
+From: Daniel Stenberg dan...@haxx.se
+Date: Tue, 23 Sep 2014 11:44:03 +0200
+Subject: [PATCH] threaded-resolver: revert Curl_expire_latest() switch
+
+The switch to using Curl_expire_latest() in commit cacdc27f52b was a
+mistake and was against the advice even mentioned in that commit. The
+comparison in asyn-thread.c:Curl_resolver_is_resolved() makes
+Curl_expire() the suitable function to use.
+
+Bug: http://curl.haxx.se/bug/view.cgi?id=1426
+Reported-By: graysky
+---
+ lib/asyn-thread.c | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/lib/asyn-thread.c b/lib/asyn-thread.c
+index e4ad32b..6cdc9ad 100644
+--- a/lib/asyn-thread.c
 b/lib/asyn-thread.c
+@@ -541,7 +541,7 @@ CURLcode Curl_resolver_is_resolved(struct connectdata 
*conn,
+   td-poll_interval = 250;
+ 
+ td-interval_end = elapsed + td-poll_interval;
+-Curl_expire_latest(conn-data, td-poll_interval);
++Curl_expire(conn-data, td-poll_interval);
+   }
+ 
+   return CURLE_OK;
+-- 
+2.1.0
+

Copied: curl/repos/testing-i686/PKGBUILD (from rev 225229, curl/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-10-23 12:07:39 UTC (rev 225230)
@@ -0,0 +1,73 @@
+# $Id$
+# Maintainer: Dave Reisner dreis...@archlinux.org
+# Contributor: Angel Velasquez an...@archlinux.org
+# Contributor: Eric Belanger e...@archlinux.org
+# Contributor: Lucien Immink l.imm...@student.fnt.hvu.nl
+# Contributor: Daniel J Griffiths ghost1...@archlinux.us
+
+pkgname=curl
+pkgver=7.38.0
+pkgrel=3
+pkgdesc=An URL retrieval utility and library
+arch=('i686' 'x86_64')
+url=http://curl.haxx.se;
+license=('MIT')
+depends=('ca-certificates' 'krb5' 'libssh2' 'libidn' 'openssl' 'zlib')
+provides=('libcurl.so')
+options=('strip' 'debug')
+source=(http://curl.haxx.se/download/$pkgname-$pkgver.tar.gz{,.asc}
+0001-threaded-resolver-revert-Curl_expire_latest-switch.patch
+curlbuild.h)
+md5sums=('b6e3ea55bb718f2270489581efa50a8a'
+ 'SKIP'
+ '845110402d78209a957bb9b342d8bb9e'
+ '751bd433ede935c8fae727377625a8ae')
+validpgpkeys=('914C533DF9B2ADA2204F586D78E11C6B279D5C91')  # Daniel Stenberg
+
+prepare() {
+  cd $pkgname-$pkgver
+
+  patch -Np1 ../0001-threaded-resolver-revert-Curl_expire_latest-switch.patch
+}
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./configure \
+  --prefix=/usr \
+  --mandir=/usr/share/man \
+  --disable-ldap \
+  --disable-ldaps \
+  --enable-ipv6 \
+  --enable-manual \
+  --enable-versioned-symbols \
+  --enable-threaded-resolver \
+  --with-gssapi \
+  --with-libidn \
+  --with-random=/dev/urandom \
+  --with-ca-bundle=/etc/ssl/certs/ca-certificates.crt
+
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+

[arch-commits] Commit in help2man/trunk (PKGBUILD)

2014-10-23 Thread Giovanni Scafora
Date: Thursday, October 23, 2014 @ 14:08:23
  Author: giovanni
Revision: 225231

upgpkg: help2man 1.46.4-1

upstream release

Modified:
  help2man/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-10-23 12:07:39 UTC (rev 225230)
+++ PKGBUILD2014-10-23 12:08:23 UTC (rev 225231)
@@ -3,7 +3,7 @@
 # Contributor: Paul Mattal p...@mattal.com
 
 pkgname=help2man
-pkgver=1.44.1
+pkgver=1.46.4
 pkgrel=1
 pkgdesc=Conversion tool to create man files
 arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@
 depends=('perl-locale-gettext')
 install=help2man.install
 source=(http://ftp.gnu.org/gnu/${pkgname}/${pkgname}-${pkgver}.tar.xz;)
-md5sums=('a5dc6530340b41f0e492d400670dd7ae')
+md5sums=('a1b7fe49eddae8a2537ed74ee9ef11cb')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}


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

2014-10-23 Thread Giovanni Scafora
Date: Thursday, October 23, 2014 @ 14:08:36
  Author: giovanni
Revision: 225232

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

Added:
  help2man/repos/extra-i686/PKGBUILD
(from rev 225231, help2man/trunk/PKGBUILD)
  help2man/repos/extra-i686/help2man.install
(from rev 225231, help2man/trunk/help2man.install)
  help2man/repos/extra-x86_64/PKGBUILD
(from rev 225231, help2man/trunk/PKGBUILD)
  help2man/repos/extra-x86_64/help2man.install
(from rev 225231, help2man/trunk/help2man.install)
Deleted:
  help2man/repos/extra-i686/PKGBUILD
  help2man/repos/extra-i686/help2man.install
  help2man/repos/extra-x86_64/PKGBUILD
  help2man/repos/extra-x86_64/help2man.install

---+
 /PKGBUILD |   62 
 /help2man.install |   36 +++
 extra-i686/PKGBUILD   |   31 
 extra-i686/help2man.install   |   18 ---
 extra-x86_64/PKGBUILD |   31 
 extra-x86_64/help2man.install |   18 ---
 6 files changed, 98 insertions(+), 98 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-10-23 12:08:23 UTC (rev 225231)
+++ extra-i686/PKGBUILD 2014-10-23 12:08:36 UTC (rev 225232)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora giova...@archlinux.org
-# Contributor: Paul Mattal p...@mattal.com
-
-pkgname=help2man
-pkgver=1.44.1
-pkgrel=1
-pkgdesc=Conversion tool to create man files
-arch=('i686' 'x86_64')
-url=http://www.gnu.org/software/help2man/;
-license=('GPL')
-depends=('perl-locale-gettext')
-install=help2man.install
-source=(http://ftp.gnu.org/gnu/${pkgname}/${pkgname}-${pkgver}.tar.xz;)
-md5sums=('a5dc6530340b41f0e492d400670dd7ae')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  ./configure --prefix=/usr \
-  --mandir=/usr/share/man \
- --infodir=/usr/share/info \
- --libdir=/usr/lib
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  make DESTDIR=${pkgdir} install
-}

Copied: help2man/repos/extra-i686/PKGBUILD (from rev 225231, 
help2man/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-10-23 12:08:36 UTC (rev 225232)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Giovanni Scafora giova...@archlinux.org
+# Contributor: Paul Mattal p...@mattal.com
+
+pkgname=help2man
+pkgver=1.46.4
+pkgrel=1
+pkgdesc=Conversion tool to create man files
+arch=('i686' 'x86_64')
+url=http://www.gnu.org/software/help2man/;
+license=('GPL')
+depends=('perl-locale-gettext')
+install=help2man.install
+source=(http://ftp.gnu.org/gnu/${pkgname}/${pkgname}-${pkgver}.tar.xz;)
+md5sums=('a1b7fe49eddae8a2537ed74ee9ef11cb')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  ./configure --prefix=/usr \
+  --mandir=/usr/share/man \
+ --infodir=/usr/share/info \
+ --libdir=/usr/lib
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  make DESTDIR=${pkgdir} install
+}

Deleted: extra-i686/help2man.install
===
--- extra-i686/help2man.install 2014-10-23 12:08:23 UTC (rev 225231)
+++ extra-i686/help2man.install 2014-10-23 12:08:36 UTC (rev 225232)
@@ -1,18 +0,0 @@
-info_dir=/usr/share/info
-info_files=(help2man.info)
-
-post_install() {
-  for f in ${info_files[@]}; do
-install-info ${info_dir}/$f.gz ${info_dir}/dir 2 /dev/null
-  done
-}
-
-post_upgrade() {
-  post_install
-}
-
-pre_remove() {
-  for f in ${info_files[@]}; do
-install-info --delete ${info_dir}/$f.gz ${info_dir}/dir 2 /dev/null
-  done
-}

Copied: help2man/repos/extra-i686/help2man.install (from rev 225231, 
help2man/trunk/help2man.install)
===
--- extra-i686/help2man.install (rev 0)
+++ extra-i686/help2man.install 2014-10-23 12:08:36 UTC (rev 225232)
@@ -0,0 +1,18 @@
+info_dir=/usr/share/info
+info_files=(help2man.info)
+
+post_install() {
+  for f in ${info_files[@]}; do
+install-info ${info_dir}/$f.gz ${info_dir}/dir 2 /dev/null
+  done
+}
+
+post_upgrade() {
+  post_install
+}
+
+pre_remove() {
+  for f in ${info_files[@]}; do
+install-info --delete ${info_dir}/$f.gz ${info_dir}/dir 2 /dev/null
+  done
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2014-10-23 12:08:23 UTC (rev 225231)
+++ extra-x86_64/PKGBUILD   2014-10-23 12:08:36 UTC (rev 225232)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora giova...@archlinux.org
-# Contributor: Paul Mattal p...@mattal.com
-
-pkgname=help2man
-pkgver=1.44.1
-pkgrel=1
-pkgdesc=Conversion tool to create man files
-arch=('i686' 'x86_64')

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

2014-10-23 Thread Giovanni Scafora
Date: Thursday, October 23, 2014 @ 14:23:33
  Author: giovanni
Revision: 225234

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

Added:
  unrar/repos/extra-i686/PKGBUILD
(from rev 225233, unrar/trunk/PKGBUILD)
  unrar/repos/extra-i686/unrar-5.2.1-soname.patch
(from rev 225233, unrar/trunk/unrar-5.2.1-soname.patch)
  unrar/repos/extra-x86_64/PKGBUILD
(from rev 225233, unrar/trunk/PKGBUILD)
  unrar/repos/extra-x86_64/unrar-5.2.1-soname.patch
(from rev 225233, unrar/trunk/unrar-5.2.1-soname.patch)
Deleted:
  unrar/repos/extra-i686/PKGBUILD
  unrar/repos/extra-i686/unrar-5.1.7-soname.patch
  unrar/repos/extra-x86_64/PKGBUILD
  unrar/repos/extra-x86_64/unrar-5.1.7-soname.patch

---+
 /PKGBUILD |  100 
 extra-i686/PKGBUILD   |   50 
 extra-i686/unrar-5.1.7-soname.patch   |   11 ---
 extra-i686/unrar-5.2.1-soname.patch   |   11 +++
 extra-x86_64/PKGBUILD |   50 
 extra-x86_64/unrar-5.1.7-soname.patch |   11 ---
 extra-x86_64/unrar-5.2.1-soname.patch |   11 +++
 7 files changed, 122 insertions(+), 122 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-10-23 12:23:23 UTC (rev 225233)
+++ extra-i686/PKGBUILD 2014-10-23 12:23:33 UTC (rev 225234)
@@ -1,50 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora giova...@archlinux.org
-# Contributor: dorphell dorph...@gmx.net
-
-pkgbase=unrar
-pkgname=('unrar' 'libunrar')
-pkgver=5.1.7
-pkgrel=1
-epoch=1
-arch=('i686' 'x86_64')
-url=http://www.rarlab.com/rar_add.htm;
-license=('custom')
-makedepends=('gcc-libs')
-source=(http://www.rarlab.com/rar/unrarsrc-${pkgver}.tar.gz;
-'unrar-5.1.7-soname.patch')
-md5sums=('af571529a358c972872b91792ffc0a80'
- 'cd9a5291db0379d73148872cf6e6d3ce')
-
-prepare() {
-  cd ${srcdir}/${pkgbase}
-  patch -Np1 -i ${srcdir}/unrar-5.1.7-soname.patch
-}
-
-build() {
-  cd ${srcdir}/${pkgbase}
-  cp -a ${srcdir}/unrar ${srcdir}/libunrar
-  make -C ${srcdir}/libunrar lib libversion=${pkgver} CXXFLAGS=-fPIC 
${CXXFLAGS}
-  make CXXFLAGS=-fPIC ${CXXFLAGS} STRIP=true
-}
-
-package_unrar() {
-  pkgdesc=The RAR uncompression program
-  depends=('gcc-libs')
-  cd ${srcdir}/${pkgbase}
-  install -Dm755 unrar ${pkgdir}/usr/bin/unrar
-  # install license
-  install -Dm644 license.txt ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-}
-
-package_libunrar() {
-  pkgdesc=Library and header file for applications that use libunrar
-  depends=('gcc-libs')
-  cd ${srcdir}/libunrar
-  install -Dm755 libunrar.so.${pkgver} 
${pkgdir}/usr/lib/libunrar.so.${pkgver}
-  install -Dm644 dll.hpp ${pkgdir}/usr/include/unrar/dll.hpp
-  ln -s libunrar.so.${pkgver} ${pkgdir}/usr/lib/libunrar.so.5
-  ln -s libunrar.so.${pkgver} ${pkgdir}/usr/lib/libunrar.so
-  # install license
-  install -Dm644 license.txt ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-}

Copied: unrar/repos/extra-i686/PKGBUILD (from rev 225233, unrar/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-10-23 12:23:33 UTC (rev 225234)
@@ -0,0 +1,50 @@
+# $Id$
+# Maintainer: Giovanni Scafora giova...@archlinux.org
+# Contributor: dorphell dorph...@gmx.net
+
+pkgbase=unrar
+pkgname=('unrar' 'libunrar')
+pkgver=5.2.1
+pkgrel=1
+epoch=1
+arch=('i686' 'x86_64')
+url=http://www.rarlab.com/rar_add.htm;
+license=('custom')
+makedepends=('gcc-libs')
+source=(http://www.rarlab.com/rar/unrarsrc-${pkgver}.tar.gz;
+'unrar-5.2.1-soname.patch')
+md5sums=('451d75ce182abccfa60b47f605aaf736'
+ 'cd9a5291db0379d73148872cf6e6d3ce')
+
+prepare() {
+  cd ${srcdir}/${pkgbase}
+  patch -Np1 -i ${srcdir}/unrar-5.2.1-soname.patch
+}
+
+build() {
+  cd ${srcdir}/${pkgbase}
+  cp -a ${srcdir}/unrar ${srcdir}/libunrar
+  make -C ${srcdir}/libunrar lib libversion=${pkgver} CXXFLAGS=-fPIC 
${CXXFLAGS}
+  make CXXFLAGS=-fPIC ${CXXFLAGS} STRIP=true
+}
+
+package_unrar() {
+  pkgdesc=The RAR uncompression program
+  depends=('gcc-libs')
+  cd ${srcdir}/${pkgbase}
+  install -Dm755 unrar ${pkgdir}/usr/bin/unrar
+  # install license
+  install -Dm644 license.txt ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}
+
+package_libunrar() {
+  pkgdesc=Library and header file for applications that use libunrar
+  depends=('gcc-libs')
+  cd ${srcdir}/libunrar
+  install -Dm755 libunrar.so.${pkgver} 
${pkgdir}/usr/lib/libunrar.so.${pkgver}
+  install -Dm644 dll.hpp ${pkgdir}/usr/include/unrar/dll.hpp
+  ln -s libunrar.so.${pkgver} ${pkgdir}/usr/lib/libunrar.so.5
+  ln -s libunrar.so.${pkgver} ${pkgdir}/usr/lib/libunrar.so
+  # install license
+  install -Dm644 license.txt ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}

Deleted: extra-i686/unrar-5.1.7-soname.patch
===
--- 

[arch-commits] Commit in unrar/trunk (3 files)

2014-10-23 Thread Giovanni Scafora
Date: Thursday, October 23, 2014 @ 14:23:23
  Author: giovanni
Revision: 225233

upgpkg: unrar 1:5.2.1-1

upstream release

Added:
  unrar/trunk/unrar-5.2.1-soname.patch
Modified:
  unrar/trunk/PKGBUILD
Deleted:
  unrar/trunk/unrar-5.1.7-soname.patch

--+
 PKGBUILD |8 
 unrar-5.1.7-soname.patch |   11 ---
 unrar-5.2.1-soname.patch |   11 +++
 3 files changed, 15 insertions(+), 15 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-10-23 12:08:36 UTC (rev 225232)
+++ PKGBUILD2014-10-23 12:23:23 UTC (rev 225233)
@@ -4,7 +4,7 @@
 
 pkgbase=unrar
 pkgname=('unrar' 'libunrar')
-pkgver=5.1.7
+pkgver=5.2.1
 pkgrel=1
 epoch=1
 arch=('i686' 'x86_64')
@@ -12,13 +12,13 @@
 license=('custom')
 makedepends=('gcc-libs')
 source=(http://www.rarlab.com/rar/unrarsrc-${pkgver}.tar.gz;
-'unrar-5.1.7-soname.patch')
-md5sums=('af571529a358c972872b91792ffc0a80'
+'unrar-5.2.1-soname.patch')
+md5sums=('451d75ce182abccfa60b47f605aaf736'
  'cd9a5291db0379d73148872cf6e6d3ce')
 
 prepare() {
   cd ${srcdir}/${pkgbase}
-  patch -Np1 -i ${srcdir}/unrar-5.1.7-soname.patch
+  patch -Np1 -i ${srcdir}/unrar-5.2.1-soname.patch
 }
 
 build() {

Deleted: unrar-5.1.7-soname.patch
===
--- unrar-5.1.7-soname.patch2014-10-23 12:08:36 UTC (rev 225232)
+++ unrar-5.1.7-soname.patch2014-10-23 12:23:23 UTC (rev 225233)
@@ -1,11 +0,0 @@
 a/makefile 2013-04-29 16:27:05.0 +0200
-+++ b/makefile 2013-10-01 22:07:29.611485989 +0200
-@@ -133,7 +133,7 @@
- lib:  CXXFLAGS+=$(LIBFLAGS)
- lib:  clean $(OBJECTS) $(LIB_OBJ)
-   @rm -f libunrar.so
--  $(LINK) -shared -o libunrar.so $(LDFLAGS) $(OBJECTS) $(LIB_OBJ)
-+  $(LINK) -shared -Wl,-soname,libunrar.so.$(libversion) -o 
libunrar.so.$(libversion) $(LDFLAGS) $(OBJECTS) $(LIB_OBJ)
- 
- install-unrar:
-   install -D unrar $(DESTDIR)/bin/unrar

Added: unrar-5.2.1-soname.patch
===
--- unrar-5.2.1-soname.patch(rev 0)
+++ unrar-5.2.1-soname.patch2014-10-23 12:23:23 UTC (rev 225233)
@@ -0,0 +1,11 @@
+--- a/makefile 2013-04-29 16:27:05.0 +0200
 b/makefile 2013-10-01 22:07:29.611485989 +0200
+@@ -133,7 +133,7 @@
+ lib:  CXXFLAGS+=$(LIBFLAGS)
+ lib:  clean $(OBJECTS) $(LIB_OBJ)
+   @rm -f libunrar.so
+-  $(LINK) -shared -o libunrar.so $(LDFLAGS) $(OBJECTS) $(LIB_OBJ)
++  $(LINK) -shared -Wl,-soname,libunrar.so.$(libversion) -o 
libunrar.so.$(libversion) $(LDFLAGS) $(OBJECTS) $(LIB_OBJ)
+ 
+ install-unrar:
+   install -D unrar $(DESTDIR)/bin/unrar


[arch-commits] Commit in link-grammar/trunk (PKGBUILD)

2014-10-23 Thread Giovanni Scafora
Date: Thursday, October 23, 2014 @ 14:29:01
  Author: giovanni
Revision: 225235

upgpkg: link-grammar 5.1.3-1

upstream release

Modified:
  link-grammar/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-10-23 12:23:33 UTC (rev 225234)
+++ PKGBUILD2014-10-23 12:29:01 UTC (rev 225235)
@@ -3,7 +3,7 @@
 # Contributor: Jan de Groot j...@archlinux.org
 
 pkgname=link-grammar
-pkgver=4.8.6
+pkgver=5.1.3
 pkgrel=1
 pkgdesc=A Grammar Checking library
 arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@
 depends=('aspell')
 options=('!makeflags')
 
source=(http://www.abisource.com/downloads/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
-md5sums=('12058702fb9434254a47d09a9c661acb')
+md5sums=('76e4c0b2fe45617a0305551e9ac61b50')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}


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

2014-10-23 Thread Giovanni Scafora
Date: Thursday, October 23, 2014 @ 14:29:11
  Author: giovanni
Revision: 225236

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

Added:
  link-grammar/repos/extra-i686/PKGBUILD
(from rev 225235, link-grammar/trunk/PKGBUILD)
  link-grammar/repos/extra-x86_64/PKGBUILD
(from rev 225235, link-grammar/trunk/PKGBUILD)
Deleted:
  link-grammar/repos/extra-i686/PKGBUILD
  link-grammar/repos/extra-x86_64/PKGBUILD

---+
 /PKGBUILD |   60 
 extra-i686/PKGBUILD   |   30 
 extra-x86_64/PKGBUILD |   30 
 3 files changed, 60 insertions(+), 60 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-10-23 12:29:01 UTC (rev 225235)
+++ extra-i686/PKGBUILD 2014-10-23 12:29:11 UTC (rev 225236)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora giova...@archlinux.org
-# Contributor: Jan de Groot j...@archlinux.org
-
-pkgname=link-grammar
-pkgver=4.8.6
-pkgrel=1
-pkgdesc=A Grammar Checking library
-arch=('i686' 'x86_64')
-url=http://www.abisource.com/downloads/link-grammar/;
-license=('BSD')
-depends=('aspell')
-options=('!makeflags')
-source=(http://www.abisource.com/downloads/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
-md5sums=('12058702fb9434254a47d09a9c661acb')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  make DESTDIR=${pkgdir} install
-
-  install -Dm644 LICENSE ${pkgdir}/usr/share/licenses/link-grammar/LICENSE
-}

Copied: link-grammar/repos/extra-i686/PKGBUILD (from rev 225235, 
link-grammar/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-10-23 12:29:11 UTC (rev 225236)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Giovanni Scafora giova...@archlinux.org
+# Contributor: Jan de Groot j...@archlinux.org
+
+pkgname=link-grammar
+pkgver=5.1.3
+pkgrel=1
+pkgdesc=A Grammar Checking library
+arch=('i686' 'x86_64')
+url=http://www.abisource.com/downloads/link-grammar/;
+license=('BSD')
+depends=('aspell')
+options=('!makeflags')
+source=(http://www.abisource.com/downloads/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
+md5sums=('76e4c0b2fe45617a0305551e9ac61b50')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  make DESTDIR=${pkgdir} install
+
+  install -Dm644 LICENSE ${pkgdir}/usr/share/licenses/link-grammar/LICENSE
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2014-10-23 12:29:01 UTC (rev 225235)
+++ extra-x86_64/PKGBUILD   2014-10-23 12:29:11 UTC (rev 225236)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora giova...@archlinux.org
-# Contributor: Jan de Groot j...@archlinux.org
-
-pkgname=link-grammar
-pkgver=4.8.6
-pkgrel=1
-pkgdesc=A Grammar Checking library
-arch=('i686' 'x86_64')
-url=http://www.abisource.com/downloads/link-grammar/;
-license=('BSD')
-depends=('aspell')
-options=('!makeflags')
-source=(http://www.abisource.com/downloads/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
-md5sums=('12058702fb9434254a47d09a9c661acb')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  make DESTDIR=${pkgdir} install
-
-  install -Dm644 LICENSE ${pkgdir}/usr/share/licenses/link-grammar/LICENSE
-}

Copied: link-grammar/repos/extra-x86_64/PKGBUILD (from rev 225235, 
link-grammar/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2014-10-23 12:29:11 UTC (rev 225236)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Giovanni Scafora giova...@archlinux.org
+# Contributor: Jan de Groot j...@archlinux.org
+
+pkgname=link-grammar
+pkgver=5.1.3
+pkgrel=1
+pkgdesc=A Grammar Checking library
+arch=('i686' 'x86_64')
+url=http://www.abisource.com/downloads/link-grammar/;
+license=('BSD')
+depends=('aspell')
+options=('!makeflags')
+source=(http://www.abisource.com/downloads/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
+md5sums=('76e4c0b2fe45617a0305551e9ac61b50')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  make DESTDIR=${pkgdir} install
+
+  install -Dm644 LICENSE ${pkgdir}/usr/share/licenses/link-grammar/LICENSE
+}


[arch-commits] Commit in pcsc-tools/trunk (PKGBUILD)

2014-10-23 Thread Giovanni Scafora
Date: Thursday, October 23, 2014 @ 14:49:14
  Author: giovanni
Revision: 121291

upgpkg: pcsc-tools 1.4.23-1

upstream release

Modified:
  pcsc-tools/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-10-23 11:56:26 UTC (rev 121290)
+++ PKGBUILD2014-10-23 12:49:14 UTC (rev 121291)
@@ -4,7 +4,7 @@
 # Contributor: marc0s mar...@fsfe.org
 
 pkgname=pcsc-tools
-pkgver=1.4.22
+pkgver=1.4.23
 pkgrel=1
 pkgdesc=PC/SC Architecture smartcard tools
 arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@
 depends=('pcsclite' 'pcsc-perl' 'gtk2-perl' 'glib-perl')
 makedepends=('pkg-config')
 
source=(http://ludovic.rousseau.free.fr/softwares/${pkgname}/${pkgname}-${pkgver}.tar.gz;)
-md5sums=('b519862fa75b61da72b7d09f20bbbc9f')
+md5sums=('be8a7da2353f7601c21f8d155a2d6fd6')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}


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

2014-10-23 Thread Giovanni Scafora
Date: Thursday, October 23, 2014 @ 14:49:24
  Author: giovanni
Revision: 121292

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

Added:
  pcsc-tools/repos/community-i686/PKGBUILD
(from rev 121291, pcsc-tools/trunk/PKGBUILD)
  pcsc-tools/repos/community-x86_64/PKGBUILD
(from rev 121291, pcsc-tools/trunk/PKGBUILD)
Deleted:
  pcsc-tools/repos/community-i686/PKGBUILD
  pcsc-tools/repos/community-x86_64/PKGBUILD

---+
 /PKGBUILD |   60 
 community-i686/PKGBUILD   |   30 --
 community-x86_64/PKGBUILD |   30 --
 3 files changed, 60 insertions(+), 60 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-10-23 12:49:14 UTC (rev 121291)
+++ community-i686/PKGBUILD 2014-10-23 12:49:24 UTC (rev 121292)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora giova...@archlinux.org
-# Contributor: Lorenzo Nizzi Grifi Gargiolli lorenzo.nizzi.gr...@gmail.com
-# Contributor: marc0s mar...@fsfe.org
-
-pkgname=pcsc-tools
-pkgver=1.4.22
-pkgrel=1
-pkgdesc=PC/SC Architecture smartcard tools
-arch=('i686' 'x86_64')
-url=http://ludovic.rousseau.free.fr/softwares/pcsc-tools/;
-license=('GPL')
-depends=('pcsclite' 'pcsc-perl' 'gtk2-perl' 'glib-perl')
-makedepends=('pkg-config')
-source=(http://ludovic.rousseau.free.fr/softwares/${pkgname}/${pkgname}-${pkgver}.tar.gz;)
-md5sums=('b519862fa75b61da72b7d09f20bbbc9f')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  sed -i -e 's:-Wall -O2:${CFLAGS}:g' Makefile
-
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  make DESTDIR=${pkgdir}/usr install
-}

Copied: pcsc-tools/repos/community-i686/PKGBUILD (from rev 121291, 
pcsc-tools/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-10-23 12:49:24 UTC (rev 121292)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Giovanni Scafora giova...@archlinux.org
+# Contributor: Lorenzo Nizzi Grifi Gargiolli lorenzo.nizzi.gr...@gmail.com
+# Contributor: marc0s mar...@fsfe.org
+
+pkgname=pcsc-tools
+pkgver=1.4.23
+pkgrel=1
+pkgdesc=PC/SC Architecture smartcard tools
+arch=('i686' 'x86_64')
+url=http://ludovic.rousseau.free.fr/softwares/pcsc-tools/;
+license=('GPL')
+depends=('pcsclite' 'pcsc-perl' 'gtk2-perl' 'glib-perl')
+makedepends=('pkg-config')
+source=(http://ludovic.rousseau.free.fr/softwares/${pkgname}/${pkgname}-${pkgver}.tar.gz;)
+md5sums=('be8a7da2353f7601c21f8d155a2d6fd6')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  sed -i -e 's:-Wall -O2:${CFLAGS}:g' Makefile
+
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  make DESTDIR=${pkgdir}/usr install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2014-10-23 12:49:14 UTC (rev 121291)
+++ community-x86_64/PKGBUILD   2014-10-23 12:49:24 UTC (rev 121292)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora giova...@archlinux.org
-# Contributor: Lorenzo Nizzi Grifi Gargiolli lorenzo.nizzi.gr...@gmail.com
-# Contributor: marc0s mar...@fsfe.org
-
-pkgname=pcsc-tools
-pkgver=1.4.22
-pkgrel=1
-pkgdesc=PC/SC Architecture smartcard tools
-arch=('i686' 'x86_64')
-url=http://ludovic.rousseau.free.fr/softwares/pcsc-tools/;
-license=('GPL')
-depends=('pcsclite' 'pcsc-perl' 'gtk2-perl' 'glib-perl')
-makedepends=('pkg-config')
-source=(http://ludovic.rousseau.free.fr/softwares/${pkgname}/${pkgname}-${pkgver}.tar.gz;)
-md5sums=('b519862fa75b61da72b7d09f20bbbc9f')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  sed -i -e 's:-Wall -O2:${CFLAGS}:g' Makefile
-
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  make DESTDIR=${pkgdir}/usr install
-}

Copied: pcsc-tools/repos/community-x86_64/PKGBUILD (from rev 121291, 
pcsc-tools/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2014-10-23 12:49:24 UTC (rev 121292)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Giovanni Scafora giova...@archlinux.org
+# Contributor: Lorenzo Nizzi Grifi Gargiolli lorenzo.nizzi.gr...@gmail.com
+# Contributor: marc0s mar...@fsfe.org
+
+pkgname=pcsc-tools
+pkgver=1.4.23
+pkgrel=1
+pkgdesc=PC/SC Architecture smartcard tools
+arch=('i686' 'x86_64')
+url=http://ludovic.rousseau.free.fr/softwares/pcsc-tools/;
+license=('GPL')
+depends=('pcsclite' 'pcsc-perl' 'gtk2-perl' 'glib-perl')
+makedepends=('pkg-config')
+source=(http://ludovic.rousseau.free.fr/softwares/${pkgname}/${pkgname}-${pkgver}.tar.gz;)
+md5sums=('be8a7da2353f7601c21f8d155a2d6fd6')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  sed -i -e 's:-Wall -O2:${CFLAGS}:g' Makefile
+
+  make
+}
+
+package() {
+  cd 

[arch-commits] Commit in python2-pycountry/trunk (PKGBUILD)

2014-10-23 Thread Giovanni Scafora
Date: Thursday, October 23, 2014 @ 15:00:17
  Author: giovanni
Revision: 121293

upgpkg: python2-pycountry 1.8-1

upstream release

Modified:
  python2-pycountry/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-10-23 12:49:24 UTC (rev 121292)
+++ PKGBUILD2014-10-23 13:00:17 UTC (rev 121293)
@@ -3,7 +3,7 @@
 # Contributor:  Pawel kTT Salata rockplayer...@gmail.com
 
 pkgname=python2-pycountry
-pkgver=1.5
+pkgver=1.8
 pkgrel=1
 pkgdesc=ISO country, subdivision, language, currency and script definitions 
and their translations
 arch=('any')
@@ -11,8 +11,8 @@
 license=('LGPL2.1')
 depends=('python2-lxml')
 makedepends=('python2-setuptools')
-source=(http://pypi.python.org/packages/source/p/pycountry/pycountry-$pkgver.tar.gz;)
-md5sums=('c0acbfbdad5b4d044b459ec4f7a0e8b7')
+source=(http://pypi.python.org/packages/source/p/pycountry/pycountry-${pkgver}.zip;)
+md5sums=('2250ce5bd4253cd77fff39df48022069')
 
 package() {
   cd ${srcdir}/pycountry-${pkgver}


[arch-commits] Commit in python2-pycountry/repos/community-any (PKGBUILD PKGBUILD)

2014-10-23 Thread Giovanni Scafora
Date: Thursday, October 23, 2014 @ 15:00:27
  Author: giovanni
Revision: 121294

archrelease: copy trunk to community-any

Added:
  python2-pycountry/repos/community-any/PKGBUILD
(from rev 121293, python2-pycountry/trunk/PKGBUILD)
Deleted:
  python2-pycountry/repos/community-any/PKGBUILD

--+
 PKGBUILD |   42 +-
 1 file changed, 21 insertions(+), 21 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-10-23 13:00:17 UTC (rev 121293)
+++ PKGBUILD2014-10-23 13:00:27 UTC (rev 121294)
@@ -1,21 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora giova...@archlinux.org
-# Contributor:  Pawel kTT Salata rockplayer...@gmail.com
-
-pkgname=python2-pycountry
-pkgver=1.5
-pkgrel=1
-pkgdesc=ISO country, subdivision, language, currency and script definitions 
and their translations
-arch=('any')
-url=http://pypi.python.org/pypi/pycountry;
-license=('LGPL2.1')
-depends=('python2-lxml')
-makedepends=('python2-setuptools')
-source=(http://pypi.python.org/packages/source/p/pycountry/pycountry-$pkgver.tar.gz;)
-md5sums=('c0acbfbdad5b4d044b459ec4f7a0e8b7')
-
-package() {
-  cd ${srcdir}/pycountry-${pkgver}
-
-  python2 setup.py install --root=$pkgdir/ --optimize=1
-}

Copied: python2-pycountry/repos/community-any/PKGBUILD (from rev 121293, 
python2-pycountry/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-10-23 13:00:27 UTC (rev 121294)
@@ -0,0 +1,21 @@
+# $Id$
+# Maintainer: Giovanni Scafora giova...@archlinux.org
+# Contributor:  Pawel kTT Salata rockplayer...@gmail.com
+
+pkgname=python2-pycountry
+pkgver=1.8
+pkgrel=1
+pkgdesc=ISO country, subdivision, language, currency and script definitions 
and their translations
+arch=('any')
+url=http://pypi.python.org/pypi/pycountry;
+license=('LGPL2.1')
+depends=('python2-lxml')
+makedepends=('python2-setuptools')
+source=(http://pypi.python.org/packages/source/p/pycountry/pycountry-${pkgver}.zip;)
+md5sums=('2250ce5bd4253cd77fff39df48022069')
+
+package() {
+  cd ${srcdir}/pycountry-${pkgver}
+
+  python2 setup.py install --root=$pkgdir/ --optimize=1
+}


[arch-commits] Commit in phantomjs/trunk (PKGBUILD)

2014-10-23 Thread Felix Yan
Date: Thursday, October 23, 2014 @ 16:21:25
  Author: fyan
Revision: 121295

upgpkg: phantomjs 1.9.8-1

Modified:
  phantomjs/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-10-23 13:00:27 UTC (rev 121294)
+++ PKGBUILD2014-10-23 14:21:25 UTC (rev 121295)
@@ -6,7 +6,7 @@
 # Contributor: Henry Tang henry...@gmail.com
 
 pkgname=phantomjs
-pkgver=1.9.7
+pkgver=1.9.8
 pkgrel=1
 pkgdesc=Headless WebKit with JavaScript API
 url=http://www.phantomjs.org/;


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

2014-10-23 Thread Felix Yan
Date: Thursday, October 23, 2014 @ 16:22:02
  Author: fyan
Revision: 121296

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

Added:
  phantomjs/repos/community-i686/PKGBUILD
(from rev 121295, phantomjs/trunk/PKGBUILD)
  phantomjs/repos/community-x86_64/PKGBUILD
(from rev 121295, phantomjs/trunk/PKGBUILD)
Deleted:
  phantomjs/repos/community-i686/PKGBUILD
  phantomjs/repos/community-x86_64/PKGBUILD

---+
 /PKGBUILD |   76 
 community-i686/PKGBUILD   |   38 --
 community-x86_64/PKGBUILD |   38 --
 3 files changed, 76 insertions(+), 76 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-10-23 14:21:25 UTC (rev 121295)
+++ community-i686/PKGBUILD 2014-10-23 14:22:02 UTC (rev 121296)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@gmail.com
-# Contributor: grimsock lord.grimsock at gmail dot com
-# Contributor: Dieter Plaetinck die...@plaetinck.be
-# Contributor: Vladimir Chizhov jagot...@gmail.com
-# Contributor: Henry Tang henry...@gmail.com
-
-pkgname=phantomjs
-pkgver=1.9.7
-pkgrel=1
-pkgdesc=Headless WebKit with JavaScript API
-url=http://www.phantomjs.org/;
-license=('BSD' 'LGPL' 'MIT')
-arch=('i686' 'x86_64')
-depends=('gstreamer0.10-base' 'fontconfig' 'freetype2' 'gcc-libs')
-makedepends=('git')
-source=(git+https://github.com/ariya/${pkgname}.git#tag=$pkgver;)
-
-build() {
-  cd $pkgname
-
-  # workaround for http://code.google.com/p/phantomjs/issues/detail?id=635
-  sed -i 's/QMAKE_LFLAGS+=-fuse-ld=gold/#QMAKE_LFLAGS+=-fuse-ld=gold/' 
src/qt/src/3rdparty/webkit/Source/common.pri
-
-  ./build.sh --confirm --qt-config -no-rpath
-}
-
-package() {
-  install -Dm755 $srcdir/$pkgname/bin/phantomjs $pkgdir/usr/bin/phantomjs
-
-  mkdir -p $pkgdir/usr/share/$pkgname
-  cp -r $srcdir/$pkgname/examples $pkgdir/usr/share/$pkgname/
-
-  install -Dm644 $srcdir/$pkgname/LICENSE.BSD 
$pkgdir/usr/share/licenses/$pkgname/LICENSE.BSD
-  install -Dm644 $srcdir/$pkgname/third-party.txt 
$pkgdir/usr/share/licenses/$pkgname/third-party.txt
-}
-
-sha512sums=('SKIP')

Copied: phantomjs/repos/community-i686/PKGBUILD (from rev 121295, 
phantomjs/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-10-23 14:22:02 UTC (rev 121296)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@gmail.com
+# Contributor: grimsock lord.grimsock at gmail dot com
+# Contributor: Dieter Plaetinck die...@plaetinck.be
+# Contributor: Vladimir Chizhov jagot...@gmail.com
+# Contributor: Henry Tang henry...@gmail.com
+
+pkgname=phantomjs
+pkgver=1.9.8
+pkgrel=1
+pkgdesc=Headless WebKit with JavaScript API
+url=http://www.phantomjs.org/;
+license=('BSD' 'LGPL' 'MIT')
+arch=('i686' 'x86_64')
+depends=('gstreamer0.10-base' 'fontconfig' 'freetype2' 'gcc-libs')
+makedepends=('git')
+source=(git+https://github.com/ariya/${pkgname}.git#tag=$pkgver;)
+
+build() {
+  cd $pkgname
+
+  # workaround for http://code.google.com/p/phantomjs/issues/detail?id=635
+  sed -i 's/QMAKE_LFLAGS+=-fuse-ld=gold/#QMAKE_LFLAGS+=-fuse-ld=gold/' 
src/qt/src/3rdparty/webkit/Source/common.pri
+
+  ./build.sh --confirm --qt-config -no-rpath
+}
+
+package() {
+  install -Dm755 $srcdir/$pkgname/bin/phantomjs $pkgdir/usr/bin/phantomjs
+
+  mkdir -p $pkgdir/usr/share/$pkgname
+  cp -r $srcdir/$pkgname/examples $pkgdir/usr/share/$pkgname/
+
+  install -Dm644 $srcdir/$pkgname/LICENSE.BSD 
$pkgdir/usr/share/licenses/$pkgname/LICENSE.BSD
+  install -Dm644 $srcdir/$pkgname/third-party.txt 
$pkgdir/usr/share/licenses/$pkgname/third-party.txt
+}
+
+sha512sums=('SKIP')

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2014-10-23 14:21:25 UTC (rev 121295)
+++ community-x86_64/PKGBUILD   2014-10-23 14:22:02 UTC (rev 121296)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@gmail.com
-# Contributor: grimsock lord.grimsock at gmail dot com
-# Contributor: Dieter Plaetinck die...@plaetinck.be
-# Contributor: Vladimir Chizhov jagot...@gmail.com
-# Contributor: Henry Tang henry...@gmail.com
-
-pkgname=phantomjs
-pkgver=1.9.7
-pkgrel=1
-pkgdesc=Headless WebKit with JavaScript API
-url=http://www.phantomjs.org/;
-license=('BSD' 'LGPL' 'MIT')
-arch=('i686' 'x86_64')
-depends=('gstreamer0.10-base' 'fontconfig' 'freetype2' 'gcc-libs')
-makedepends=('git')
-source=(git+https://github.com/ariya/${pkgname}.git#tag=$pkgver;)
-
-build() {
-  cd $pkgname
-
-  # workaround for http://code.google.com/p/phantomjs/issues/detail?id=635
-  sed -i 's/QMAKE_LFLAGS+=-fuse-ld=gold/#QMAKE_LFLAGS+=-fuse-ld=gold/' 
src/qt/src/3rdparty/webkit/Source/common.pri
-
-  ./build.sh --confirm --qt-config -no-rpath
-}
-
-package() {
-  

[arch-commits] Commit in perl-anyevent-i3/trunk (PKGBUILD)

2014-10-23 Thread Eric Bélanger
Date: Thursday, October 23, 2014 @ 17:52:01
  Author: eric
Revision: 121297

upgpkg: perl-anyevent-i3 0.16-1

Upstream update, Add check function, Clean up PKGBUILD

Modified:
  perl-anyevent-i3/trunk/PKGBUILD

--+
 PKGBUILD |   35 ++-
 1 file changed, 18 insertions(+), 17 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-10-23 14:22:02 UTC (rev 121296)
+++ PKGBUILD2014-10-23 15:52:01 UTC (rev 121297)
@@ -1,30 +1,31 @@
 # $Id$
-# Maintainer: Thorsten Töpper atsutane...@freethoughts.de
-# Contributor: Jan-Erik Rediger badboy at archlinux dot us
+# Maintainer: 
 
 pkgname=perl-anyevent-i3
-_cpanname=AnyEvent-I3
-pkgver=0.15
+pkgver=0.16
 pkgrel=1
-pkgdesc=communicate with the i3 window manager
+pkgdesc=Communicate with the i3 window manager
 arch=('any')
-url=http://search.cpan.org/~mstplbg/${_cpanname}/;
+url=http://search.cpan.org/~mstplbg/AnyEvent-I3/;
 license=('GPL')
-depends=('perl=5.10.0' 'perl-anyevent')
-options=(!emptydirs)
-source=(http://search.cpan.org/CPAN/authors/id/M/MS/MSTPLBG/${_cpanname}-${pkgver}.tar.gz;)
-md5sums=('a282c832cee131e3c53dc5891a99a149')
+depends=('perl' 'perl-anyevent')
+checkdepends=('perl-json-xs')
+options=('!emptydirs')
+source=(http://search.cpan.org/CPAN/authors/id/M/MS/MSTPLBG/AnyEvent-I3-${pkgver}.tar.gz)
+md5sums=('88bd53dbfe356aa8aa136fe19ab7d8e6')
 
 build() {
-  cd $srcdir/${_cpanname}-${pkgver}
-  # install module in vendor directories.
-  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
+  cd AnyEvent-I3-${pkgver}
+  perl Makefile.PL INSTALLDIRS=vendor
   make
 }
 
+check() {
+  cd AnyEvent-I3-${pkgver}
+  make test
+}
+
 package() {
-  cd $srcdir/${_cpanname}-${pkgver}
-  make install DESTDIR=$pkgdir/
+  cd AnyEvent-I3-${pkgver}
+  make install DESTDIR=${pkgdir}
 }
-
-# vim:set ts=2 sw=2 et:


[arch-commits] Commit in perl-anyevent-i3/repos/community-any (PKGBUILD PKGBUILD)

2014-10-23 Thread Eric Bélanger
Date: Thursday, October 23, 2014 @ 17:53:47
  Author: eric
Revision: 121298

archrelease: copy trunk to community-any

Added:
  perl-anyevent-i3/repos/community-any/PKGBUILD
(from rev 121297, perl-anyevent-i3/trunk/PKGBUILD)
Deleted:
  perl-anyevent-i3/repos/community-any/PKGBUILD

--+
 PKGBUILD |   61 +++--
 1 file changed, 31 insertions(+), 30 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-10-23 15:52:01 UTC (rev 121297)
+++ PKGBUILD2014-10-23 15:53:47 UTC (rev 121298)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Thorsten Töpper atsutane...@freethoughts.de
-# Contributor: Jan-Erik Rediger badboy at archlinux dot us
-
-pkgname=perl-anyevent-i3
-_cpanname=AnyEvent-I3
-pkgver=0.15
-pkgrel=1
-pkgdesc=communicate with the i3 window manager
-arch=('any')
-url=http://search.cpan.org/~mstplbg/${_cpanname}/;
-license=('GPL')
-depends=('perl=5.10.0' 'perl-anyevent')
-options=(!emptydirs)
-source=(http://search.cpan.org/CPAN/authors/id/M/MS/MSTPLBG/${_cpanname}-${pkgver}.tar.gz;)
-md5sums=('a282c832cee131e3c53dc5891a99a149')
-
-build() {
-  cd $srcdir/${_cpanname}-${pkgver}
-  # install module in vendor directories.
-  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
-  make
-}
-
-package() {
-  cd $srcdir/${_cpanname}-${pkgver}
-  make install DESTDIR=$pkgdir/
-}
-
-# vim:set ts=2 sw=2 et:

Copied: perl-anyevent-i3/repos/community-any/PKGBUILD (from rev 121297, 
perl-anyevent-i3/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-10-23 15:53:47 UTC (rev 121298)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: 
+
+pkgname=perl-anyevent-i3
+pkgver=0.16
+pkgrel=1
+pkgdesc=Communicate with the i3 window manager
+arch=('any')
+url=http://search.cpan.org/~mstplbg/AnyEvent-I3/;
+license=('GPL')
+depends=('perl' 'perl-anyevent')
+checkdepends=('perl-json-xs')
+options=('!emptydirs')
+source=(http://search.cpan.org/CPAN/authors/id/M/MS/MSTPLBG/AnyEvent-I3-${pkgver}.tar.gz)
+md5sums=('88bd53dbfe356aa8aa136fe19ab7d8e6')
+
+build() {
+  cd AnyEvent-I3-${pkgver}
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd AnyEvent-I3-${pkgver}
+  make test
+}
+
+package() {
+  cd AnyEvent-I3-${pkgver}
+  make install DESTDIR=${pkgdir}
+}


[arch-commits] Commit in logrotate/trunk (PKGBUILD)

2014-10-23 Thread Pierre Schmitz
Date: Thursday, October 23, 2014 @ 18:26:18
  Author: pierre
Revision: 225237

upgpkg: logrotate 3.8.8-2

Modified:
  logrotate/trunk/PKGBUILD

--+
 PKGBUILD |3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-10-23 12:29:11 UTC (rev 225236)
+++ PKGBUILD2014-10-23 16:26:18 UTC (rev 225237)
@@ -3,11 +3,12 @@
 
 pkgname=logrotate
 pkgver=3.8.8
-pkgrel=1
+pkgrel=2
 pkgdesc=Rotates system logs automatically
 arch=('i686' 'x86_64')
 url=https://fedorahosted.org/logrotate/;
 license=('GPL')
+groups=('base')
 depends=('popt' 'gzip' 'acl')
 backup=('etc/logrotate.conf')
 
source=(https://fedorahosted.org/releases/l/o/logrotate/logrotate-${pkgver}.tar.gz;


[arch-commits] Commit in logrotate/repos (20 files)

2014-10-23 Thread Pierre Schmitz
Date: Thursday, October 23, 2014 @ 18:26:47
  Author: pierre
Revision: 225238

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

Added:
  logrotate/repos/testing-i686/PKGBUILD
(from rev 225237, logrotate/trunk/PKGBUILD)
  logrotate/repos/testing-i686/logrotate.conf
(from rev 225237, logrotate/trunk/logrotate.conf)
  logrotate/repos/testing-i686/logrotate.service
(from rev 225237, logrotate/trunk/logrotate.service)
  logrotate/repos/testing-i686/logrotate.timer
(from rev 225237, logrotate/trunk/logrotate.timer)
  logrotate/repos/testing-i686/paths.patch
(from rev 225237, logrotate/trunk/paths.patch)
  logrotate/repos/testing-x86_64/PKGBUILD
(from rev 225237, logrotate/trunk/PKGBUILD)
  logrotate/repos/testing-x86_64/logrotate.conf
(from rev 225237, logrotate/trunk/logrotate.conf)
  logrotate/repos/testing-x86_64/logrotate.service
(from rev 225237, logrotate/trunk/logrotate.service)
  logrotate/repos/testing-x86_64/logrotate.timer
(from rev 225237, logrotate/trunk/logrotate.timer)
  logrotate/repos/testing-x86_64/paths.patch
(from rev 225237, logrotate/trunk/paths.patch)
Deleted:
  logrotate/repos/testing-i686/PKGBUILD
  logrotate/repos/testing-i686/logrotate.conf
  logrotate/repos/testing-i686/logrotate.service
  logrotate/repos/testing-i686/logrotate.timer
  logrotate/repos/testing-i686/paths.patch
  logrotate/repos/testing-x86_64/PKGBUILD
  logrotate/repos/testing-x86_64/logrotate.conf
  logrotate/repos/testing-x86_64/logrotate.service
  logrotate/repos/testing-x86_64/logrotate.timer
  logrotate/repos/testing-x86_64/paths.patch

--+
 /PKGBUILD|  112 +
 /logrotate.conf  |   76 +
 /logrotate.service   |   18 +
 /logrotate.timer |   14 
 /paths.patch |   50 
 testing-i686/PKGBUILD|   55 --
 testing-i686/logrotate.conf  |   38 
 testing-i686/logrotate.service   |9 --
 testing-i686/logrotate.timer |7 --
 testing-i686/paths.patch |   25 
 testing-x86_64/PKGBUILD  |   55 --
 testing-x86_64/logrotate.conf|   38 
 testing-x86_64/logrotate.service |9 --
 testing-x86_64/logrotate.timer   |7 --
 testing-x86_64/paths.patch   |   25 
 15 files changed, 270 insertions(+), 268 deletions(-)

Deleted: testing-i686/PKGBUILD
===
--- testing-i686/PKGBUILD   2014-10-23 16:26:18 UTC (rev 225237)
+++ testing-i686/PKGBUILD   2014-10-23 16:26:47 UTC (rev 225238)
@@ -1,55 +0,0 @@
-# $Id$
-# Maintainer: Pierre Schmitz pie...@archlinux.de
-
-pkgname=logrotate
-pkgver=3.8.8
-pkgrel=1
-pkgdesc=Rotates system logs automatically
-arch=('i686' 'x86_64')
-url=https://fedorahosted.org/logrotate/;
-license=('GPL')
-depends=('popt' 'gzip' 'acl')
-backup=('etc/logrotate.conf')
-source=(https://fedorahosted.org/releases/l/o/logrotate/logrotate-${pkgver}.tar.gz;
-'paths.patch'
-'logrotate.conf'
-logrotate.{timer,service})
-md5sums=('49846e873dddea15964cd0355b9943ca'
- 'e76526bcd6fc33c9d921e1cb1eff1ffb'
- '94dae4d3eded2fab9ae879533d3680db'
- '287c2ad9b074cb5478db7692f385827c'
- '85560be5272ed68a88bb77a0a2293369')
-
-build() {
-   cd $srcdir/${pkgname}-${pkgver}
-
-   patch -p0 -i $srcdir/paths.patch
-
-   ./autogen.sh
-   ./configure \
-   --prefix=/usr \
-   --sbindir=/usr/bin \
-   --mandir=/usr/share/man \
-   --with-acl
-   make
-}
-
-check() {
-   cd $srcdir/${pkgname}-${pkgver}
-
-   make test
-}
-
-package() {
-   cd $srcdir/${pkgname}-${pkgver}
-
-   make DESTDIR=$pkgdir install
-
-   install -dm755 $pkgdir/etc/logrotate.d
-   install -Dm644 $srcdir/logrotate.conf $pkgdir/etc/logrotate.conf
-
-   install -D -m644 ${srcdir}/logrotate.timer 
${pkgdir}/usr/lib/systemd/system/logrotate.timer
-   install -D -m644 ${srcdir}/logrotate.service 
${pkgdir}/usr/lib/systemd/system/logrotate.service
-   install -d -m755 
${pkgdir}/usr/lib/systemd/system/multi-user.target.wants
-   ln -s ../logrotate.timer 
${pkgdir}//usr/lib/systemd/system/multi-user.target.wants/logrotate.timer
-}

Copied: logrotate/repos/testing-i686/PKGBUILD (from rev 225237, 
logrotate/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-10-23 16:26:47 UTC (rev 225238)
@@ -0,0 +1,56 @@
+# $Id$
+# Maintainer: Pierre Schmitz pie...@archlinux.de
+
+pkgname=logrotate
+pkgver=3.8.8
+pkgrel=2
+pkgdesc=Rotates system logs automatically
+arch=('i686' 'x86_64')
+url=https://fedorahosted.org/logrotate/;
+license=('GPL')
+groups=('base')

[arch-commits] Commit in tzdata/trunk (PKGBUILD)

2014-10-23 Thread Andreas Radke
Date: Thursday, October 23, 2014 @ 18:44:42
  Author: andyrtr
Revision: 225239

upgpkg: tzdata 2014i-1

upstream update 2014i

Modified:
  tzdata/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-10-23 16:26:47 UTC (rev 225238)
+++ PKGBUILD2014-10-23 16:44:42 UTC (rev 225239)
@@ -2,7 +2,7 @@
 # Maintainer: Andreas Radke andy...@archlinux.org
 
 pkgname=tzdata
-pkgver=2014h
+pkgver=2014i
 pkgrel=1
 pkgdesc=Sources for time zone and daylight saving time data
 arch=('any')
@@ -10,7 +10,7 @@
 license=('GPL')
 options=('!emptydirs')
 
source=(http://www.iana.org/time-zones/repository/releases/${pkgname}${pkgver}.tar.gz{,.asc})
-sha1sums=('438ebb346e5b266288817d8f9e457dc461a6241f'
+sha1sums=('4e44c5ff587a8afd187275338510aeabeaaf2181'
   'SKIP')
 
 timezones=('africa' 'antarctica' 'asia' 'australasia'


[arch-commits] Commit in tzdata/repos (testing-any testing-any/PKGBUILD)

2014-10-23 Thread Andreas Radke
Date: Thursday, October 23, 2014 @ 18:44:51
  Author: andyrtr
Revision: 225240

archrelease: copy trunk to testing-any

Added:
  tzdata/repos/testing-any/
  tzdata/repos/testing-any/PKGBUILD
(from rev 225239, tzdata/trunk/PKGBUILD)

--+
 PKGBUILD |   29 +
 1 file changed, 29 insertions(+)

Copied: tzdata/repos/testing-any/PKGBUILD (from rev 225239, 
tzdata/trunk/PKGBUILD)
===
--- testing-any/PKGBUILD(rev 0)
+++ testing-any/PKGBUILD2014-10-23 16:44:51 UTC (rev 225240)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Andreas Radke andy...@archlinux.org
+
+pkgname=tzdata
+pkgver=2014i
+pkgrel=1
+pkgdesc=Sources for time zone and daylight saving time data
+arch=('any')
+url=http://www.iana.org/time-zones;
+license=('GPL')
+options=('!emptydirs')
+source=(http://www.iana.org/time-zones/repository/releases/${pkgname}${pkgver}.tar.gz{,.asc})
+sha1sums=('4e44c5ff587a8afd187275338510aeabeaaf2181'
+  'SKIP')
+
+timezones=('africa' 'antarctica' 'asia' 'australasia'
+   'europe' 'northamerica' 'southamerica'
+   'pacificnew' 'etcetera' 'backward'
+   'systemv' 'factory')
+
+package() {
+  cd ${srcdir}
+  zic -y ./yearistype -d ${pkgdir}/usr/share/zoneinfo ${timezones[@]}
+  zic -y ./yearistype -d ${pkgdir}/usr/share/zoneinfo/posix ${timezones[@]}
+  zic -y ./yearistype -d ${pkgdir}/usr/share/zoneinfo/right -L leapseconds 
${timezones[@]}
+  
+  zic -y ./yearistype -d ${pkgdir}/usr/share/zoneinfo -p America/New_York
+  install -m444 -t ${pkgdir}/usr/share/zoneinfo iso3166.tab zone1970.tab 
zone.tab # zone.tab is depricated and will go soon
+}


[arch-commits] Commit in perl-anyevent-i3/repos/community-any (PKGBUILD PKGBUILD)

2014-10-23 Thread Eric Bélanger
Date: Thursday, October 23, 2014 @ 19:15:52
  Author: eric
Revision: 121299

archrelease: copy trunk to community-any

Added:
  perl-anyevent-i3/repos/community-any/PKGBUILD
(from rev 121298, perl-anyevent-i3/trunk/PKGBUILD)
Deleted:
  perl-anyevent-i3/repos/community-any/PKGBUILD

--+
 PKGBUILD |   62 ++---
 1 file changed, 31 insertions(+), 31 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-10-23 15:53:47 UTC (rev 121298)
+++ PKGBUILD2014-10-23 17:15:52 UTC (rev 121299)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: 
-
-pkgname=perl-anyevent-i3
-pkgver=0.16
-pkgrel=1
-pkgdesc=Communicate with the i3 window manager
-arch=('any')
-url=http://search.cpan.org/~mstplbg/AnyEvent-I3/;
-license=('GPL')
-depends=('perl' 'perl-anyevent')
-checkdepends=('perl-json-xs')
-options=('!emptydirs')
-source=(http://search.cpan.org/CPAN/authors/id/M/MS/MSTPLBG/AnyEvent-I3-${pkgver}.tar.gz)
-md5sums=('88bd53dbfe356aa8aa136fe19ab7d8e6')
-
-build() {
-  cd AnyEvent-I3-${pkgver}
-  perl Makefile.PL INSTALLDIRS=vendor
-  make
-}
-
-check() {
-  cd AnyEvent-I3-${pkgver}
-  make test
-}
-
-package() {
-  cd AnyEvent-I3-${pkgver}
-  make install DESTDIR=${pkgdir}
-}

Copied: perl-anyevent-i3/repos/community-any/PKGBUILD (from rev 121298, 
perl-anyevent-i3/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-10-23 17:15:52 UTC (rev 121299)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: 
+
+pkgname=perl-anyevent-i3
+pkgver=0.16
+pkgrel=1
+pkgdesc=Communicate with the i3 window manager
+arch=('any')
+url=http://search.cpan.org/~mstplbg/AnyEvent-I3/;
+license=('GPL')
+depends=('perl' 'perl-anyevent')
+checkdepends=('perl-json-xs')
+options=('!emptydirs')
+source=(http://search.cpan.org/CPAN/authors/id/M/MS/MSTPLBG/AnyEvent-I3-${pkgver}.tar.gz)
+md5sums=('88bd53dbfe356aa8aa136fe19ab7d8e6')
+
+build() {
+  cd AnyEvent-I3-${pkgver}
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd AnyEvent-I3-${pkgver}
+  make test
+}
+
+package() {
+  cd AnyEvent-I3-${pkgver}
+  make install DESTDIR=${pkgdir}
+}


[arch-commits] Commit in mg/trunk (PKGBUILD)

2014-10-23 Thread Sergej Pupykin
Date: Thursday, October 23, 2014 @ 19:23:17
  Author: spupykin
Revision: 121300

upgpkg: mg 20141007-1

upd

Modified:
  mg/trunk/PKGBUILD

--+
 PKGBUILD |   10 +-
 1 file changed, 5 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-10-23 17:15:52 UTC (rev 121299)
+++ PKGBUILD2014-10-23 17:23:17 UTC (rev 121300)
@@ -3,9 +3,9 @@
 # Contributor: Hannes Rist hr...@phreeknet.org
 
 pkgname=mg
-pkgver=20140414
+pkgver=20141007
 pkgrel=1
-pkgdesc=mg is Micro GNU/emacs, this is a portable version of the mg 
maintained by the OpenBSD team.
+pkgdesc=Micro GNU/emacs, this is a portable version of the mg maintained by 
the OpenBSD team.
 arch=('i686' 'x86_64')
 url=http://homepage.boetes.org/software/mg/;
 depends=('ncurses' 'libbsd')
@@ -13,7 +13,7 @@
 license=('custom')
 source=(http://homepage.boetes.org/software/mg/mg-$pkgver.tar.gz
cleanup.patch)
-md5sums=('ad4a99a5e26d25db75af7936c6657fbe'
+md5sums=('63c30d438867c2e7cfbe4e5b1d744a05'
  '545eac98585e2f5fe0781093ddc07b36')
 
 prepare() {
@@ -23,7 +23,7 @@
 
 build() {
   cd $srcdir/$pkgname-$pkgver
-  make prefix=/usr
+  make prefix=/usr mandir=/usr/share/man
 }
 
 package() {
@@ -30,7 +30,7 @@
   cd $srcdir/$pkgname-$pkgver
 
   mkdir -p $pkgdir/usr/bin
-  make install INSTALL=install prefix=/usr DESTDIR=$pkgdir BINDIR=/usr/bin
+  make install INSTALL=install prefix=/usr mandir=/usr/share/man 
DESTDIR=$pkgdir BINDIR=/usr/bin
 
   mkdir -p $pkgdir/usr/share/
   install -D -m0644 README $pkgdir/usr/share/licenses/$pkgname/README


[arch-commits] Commit in moinmoin/repos/community-any (4 files)

2014-10-23 Thread Sergej Pupykin
Date: Thursday, October 23, 2014 @ 19:23:42
  Author: spupykin
Revision: 121303

archrelease: copy trunk to community-any

Added:
  moinmoin/repos/community-any/PKGBUILD
(from rev 121302, moinmoin/trunk/PKGBUILD)
  moinmoin/repos/community-any/moinmoin.install
(from rev 121302, moinmoin/trunk/moinmoin.install)
Deleted:
  moinmoin/repos/community-any/PKGBUILD
  moinmoin/repos/community-any/moinmoin.install

--+
 PKGBUILD |   68 ++---
 moinmoin.install |   64 -
 2 files changed, 66 insertions(+), 66 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-10-23 17:23:35 UTC (rev 121302)
+++ PKGBUILD2014-10-23 17:23:42 UTC (rev 121303)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor: Samuel Mathieson smathie...@gmail.com
-
-pkgname=moinmoin
-_xpkgname=moin
-pkgver=1.9.7
-pkgrel=2
-pkgdesc=A python wiki clone
-arch=(any)
-url=http://moinmo.in/;
-license=('GPL')
-depends=('python2')
-conflicts=('moin')
-install=moinmoin.install
-source=(http://static.moinmo.in/files/moin-$pkgver.tar.gz)
-md5sums=('cc2b00f6a27717c097d27da34e8d3249')
-
-build() {
-  cd $srcdir/${_xpkgname}-$pkgver
-
-  # python2 fix
-  for file in $(find . -name '*.py' -print) wiki/server/*; do
-sed -i 's_^#!.*/usr/bin/python_#!/usr/bin/python2_' $file
-sed -i 's_^#!.*/usr/bin/env.*python_#!/usr/bin/env python2_' $file
-  done
-
-  python2 setup.py build
-}
-
-package() {
-  cd $srcdir/${_xpkgname}-$pkgver
-  python2 setup.py install --root=$pkgdir --record=INSTALLED_FILES
-}

Copied: moinmoin/repos/community-any/PKGBUILD (from rev 121302, 
moinmoin/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-10-23 17:23:42 UTC (rev 121303)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: Samuel Mathieson smathie...@gmail.com
+
+pkgname=moinmoin
+_xpkgname=moin
+pkgver=1.9.8
+pkgrel=1
+pkgdesc=A python wiki clone
+arch=(any)
+url=http://moinmo.in/;
+license=('GPL')
+depends=('python2')
+conflicts=('moin')
+install=moinmoin.install
+source=(http://static.moinmo.in/files/moin-$pkgver.tar.gz)
+md5sums=('375a57b62565c789488c4d5b759c182c')
+
+build() {
+  cd $srcdir/${_xpkgname}-$pkgver
+
+  # python2 fix
+  for file in $(find . -name '*.py' -print) wiki/server/*; do
+sed -i 's_^#!.*/usr/bin/python_#!/usr/bin/python2_' $file
+sed -i 's_^#!.*/usr/bin/env.*python_#!/usr/bin/env python2_' $file
+  done
+
+  python2 setup.py build
+}
+
+package() {
+  cd $srcdir/${_xpkgname}-$pkgver
+  python2 setup.py install --root=$pkgdir --record=INSTALLED_FILES
+}

Deleted: moinmoin.install
===
--- moinmoin.install2014-10-23 17:23:35 UTC (rev 121302)
+++ moinmoin.install2014-10-23 17:23:42 UTC (rev 121303)
@@ -1,32 +0,0 @@
-post_install() {
-  echo 
-Remember to add these lines to your apache configuration:
-/etc/httpd/conf/httpd.conf
-
-Alias /wiki/ \/usr/share/moin/htdocs/\
-Directory /usr/share/moin/htdocs/
-Order deny,allow
-Allow from all
-/Directory
-Location /mywiki
-SetHandler python-program
-PythonPath \['/home/httpd/html/mywiki'] + sys.path\
-PythonHandler MoinMoin.request::RequestModPy.run
-PythonOption Location /mywiki
-/Location
-
-

-
-Then copy wikiconfig.py into /home/httpd/html/wiki/wikiconfig.py and
-change the following:
-
-data_dir = '/usr/share/moin/data'
-data_underlay_dir = '/usr/share/moin/underlay'
-
-Don't forget to give write access to these dirs.
-
-Restart apache and enjoy at the following:
-httpd://localhost/mywiki/
-
-}

Copied: moinmoin/repos/community-any/moinmoin.install (from rev 121302, 
moinmoin/trunk/moinmoin.install)
===
--- moinmoin.install(rev 0)
+++ moinmoin.install2014-10-23 17:23:42 UTC (rev 121303)
@@ -0,0 +1,32 @@
+post_install() {
+  echo 
+Remember to add these lines to your apache configuration:
+/etc/httpd/conf/httpd.conf
+
+Alias /wiki/ \/usr/share/moin/htdocs/\
+Directory /usr/share/moin/htdocs/
+Order deny,allow
+Allow from all
+/Directory
+Location /mywiki
+SetHandler python-program
+PythonPath \['/home/httpd/html/mywiki'] + sys.path\
+PythonHandler MoinMoin.request::RequestModPy.run
+PythonOption Location /mywiki
+/Location
+
+
+---
+
+Then copy wikiconfig.py into /home/httpd/html/wiki/wikiconfig.py and
+change the following:
+
+data_dir = '/usr/share/moin/data'
+data_underlay_dir = '/usr/share/moin/underlay'
+
+Don't forget to give write access to these dirs.
+
+Restart apache and enjoy at the following:
+httpd://localhost/mywiki/
+
+}


[arch-commits] Commit in moinmoin/trunk (PKGBUILD)

2014-10-23 Thread Sergej Pupykin
Date: Thursday, October 23, 2014 @ 19:23:35
  Author: spupykin
Revision: 121302

upgpkg: moinmoin 1.9.8-1

upd

Modified:
  moinmoin/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-10-23 17:23:32 UTC (rev 121301)
+++ PKGBUILD2014-10-23 17:23:35 UTC (rev 121302)
@@ -4,8 +4,8 @@
 
 pkgname=moinmoin
 _xpkgname=moin
-pkgver=1.9.7
-pkgrel=2
+pkgver=1.9.8
+pkgrel=1
 pkgdesc=A python wiki clone
 arch=(any)
 url=http://moinmo.in/;
@@ -14,7 +14,7 @@
 conflicts=('moin')
 install=moinmoin.install
 source=(http://static.moinmo.in/files/moin-$pkgver.tar.gz)
-md5sums=('cc2b00f6a27717c097d27da34e8d3249')
+md5sums=('375a57b62565c789488c4d5b759c182c')
 
 build() {
   cd $srcdir/${_xpkgname}-$pkgver


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

2014-10-23 Thread Sergej Pupykin
Date: Thursday, October 23, 2014 @ 19:23:32
  Author: spupykin
Revision: 121301

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

Added:
  mg/repos/community-i686/PKGBUILD
(from rev 121300, mg/trunk/PKGBUILD)
  mg/repos/community-i686/cleanup.patch
(from rev 121300, mg/trunk/cleanup.patch)
  mg/repos/community-x86_64/PKGBUILD
(from rev 121300, mg/trunk/PKGBUILD)
  mg/repos/community-x86_64/cleanup.patch
(from rev 121300, mg/trunk/cleanup.patch)
Deleted:
  mg/repos/community-i686/PKGBUILD
  mg/repos/community-i686/cleanup.patch
  mg/repos/community-x86_64/PKGBUILD
  mg/repos/community-x86_64/cleanup.patch

+
 /PKGBUILD  |   74 +++
 /cleanup.patch |   26 +
 community-i686/PKGBUILD|   37 ---
 community-i686/cleanup.patch   |   13 --
 community-x86_64/PKGBUILD  |   37 ---
 community-x86_64/cleanup.patch |   13 --
 6 files changed, 100 insertions(+), 100 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-10-23 17:23:17 UTC (rev 121300)
+++ community-i686/PKGBUILD 2014-10-23 17:23:32 UTC (rev 121301)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor: Hannes Rist hr...@phreeknet.org
-
-pkgname=mg
-pkgver=20140414
-pkgrel=1
-pkgdesc=mg is Micro GNU/emacs, this is a portable version of the mg 
maintained by the OpenBSD team.
-arch=('i686' 'x86_64')
-url=http://homepage.boetes.org/software/mg/;
-depends=('ncurses' 'libbsd')
-makedepends=('libclens')
-license=('custom')
-source=(http://homepage.boetes.org/software/mg/mg-$pkgver.tar.gz
-   cleanup.patch)
-md5sums=('ad4a99a5e26d25db75af7936c6657fbe'
- '545eac98585e2f5fe0781093ddc07b36')
-
-prepare() {
-  cd $srcdir/$pkgname-$pkgver
-  patch -p1 $srcdir/cleanup.patch
-}
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  make prefix=/usr
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-
-  mkdir -p $pkgdir/usr/bin
-  make install INSTALL=install prefix=/usr DESTDIR=$pkgdir BINDIR=/usr/bin
-
-  mkdir -p $pkgdir/usr/share/
-  install -D -m0644 README $pkgdir/usr/share/licenses/$pkgname/README
-}

Copied: mg/repos/community-i686/PKGBUILD (from rev 121300, mg/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-10-23 17:23:32 UTC (rev 121301)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: Hannes Rist hr...@phreeknet.org
+
+pkgname=mg
+pkgver=20141007
+pkgrel=1
+pkgdesc=Micro GNU/emacs, this is a portable version of the mg maintained by 
the OpenBSD team.
+arch=('i686' 'x86_64')
+url=http://homepage.boetes.org/software/mg/;
+depends=('ncurses' 'libbsd')
+makedepends=('libclens')
+license=('custom')
+source=(http://homepage.boetes.org/software/mg/mg-$pkgver.tar.gz
+   cleanup.patch)
+md5sums=('63c30d438867c2e7cfbe4e5b1d744a05'
+ '545eac98585e2f5fe0781093ddc07b36')
+
+prepare() {
+  cd $srcdir/$pkgname-$pkgver
+  patch -p1 $srcdir/cleanup.patch
+}
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  make prefix=/usr mandir=/usr/share/man
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+
+  mkdir -p $pkgdir/usr/bin
+  make install INSTALL=install prefix=/usr mandir=/usr/share/man 
DESTDIR=$pkgdir BINDIR=/usr/bin
+
+  mkdir -p $pkgdir/usr/share/
+  install -D -m0644 README $pkgdir/usr/share/licenses/$pkgname/README
+}

Deleted: community-i686/cleanup.patch
===
--- community-i686/cleanup.patch2014-10-23 17:23:17 UTC (rev 121300)
+++ community-i686/cleanup.patch2014-10-23 17:23:32 UTC (rev 121301)
@@ -1,13 +0,0 @@
-diff -wbBur mg-20140306/Makefile mg-20140306.my/Makefile
 mg-20140306/Makefile   2014-02-20 02:30:17.0 +0400
-+++ mg-20140306.my/Makefile2014-03-13 13:12:46.628940661 +0400
-@@ -15,6 +15,9 @@
- #
- CFLAGS+=-Wall -DFKEYS -DREGEX -DXKEYS
- 
-+CFLAGS += -I/usr/include/clens -isystem /usr/include/bsd -DLIBBSD_OVERLAY 
-D__dead -O2
-+LDADD+=---lcurses -lutil -lclens -lbsd
-+
- SRCS= autoexec.c basic.c bell.c buffer.c cinfo.c dir.c display.c \
-   echo.c extend.c file.c fileio.c funmap.c help.c kbd.c keymap.c \
-   line.c macro.c main.c match.c modes.c paragraph.c random.c \

Copied: mg/repos/community-i686/cleanup.patch (from rev 121300, 
mg/trunk/cleanup.patch)
===
--- community-i686/cleanup.patch(rev 0)
+++ community-i686/cleanup.patch2014-10-23 17:23:32 UTC (rev 121301)
@@ -0,0 +1,13 @@
+diff -wbBur mg-20140306/Makefile mg-20140306.my/Makefile
+--- mg-20140306/Makefile   2014-02-20 02:30:17.0 +0400
 

[arch-commits] Commit in perl-devel-patchperl/trunk (PKGBUILD)

2014-10-23 Thread Sergej Pupykin
Date: Thursday, October 23, 2014 @ 19:23:49
  Author: spupykin
Revision: 121304

upgpkg: perl-devel-patchperl 1.28-1

upd

Modified:
  perl-devel-patchperl/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-10-23 17:23:42 UTC (rev 121303)
+++ PKGBUILD2014-10-23 17:23:49 UTC (rev 121304)
@@ -2,7 +2,7 @@
 # Maintainer:
 
 pkgname=perl-devel-patchperl
-pkgver=1.24
+pkgver=1.28
 pkgrel=1
 pkgdesc=Patch perl source a la Devel::PPPort's buildperl.pl
 arch=('any')
@@ -11,7 +11,7 @@
 depends=('perl' 'perl-file-pushd' 'perl-module-pluggable')
 options=('!emptydirs')
 
source=(http://search.cpan.org/CPAN/authors/id/B/BI/BINGOS/Devel-PatchPerl-$pkgver.tar.gz;)
-md5sums=('cce7d533c1441c90c8ac2bb252649d3b')
+md5sums=('40f51b409621cdd36133775389387ac7')
 
 build() {
   cd Devel-PatchPerl-$pkgver


[arch-commits] Commit in perl-file-pushd/trunk (PKGBUILD)

2014-10-23 Thread Sergej Pupykin
Date: Thursday, October 23, 2014 @ 19:24:00
  Author: spupykin
Revision: 121306

upgpkg: perl-file-pushd 1.009-1

upd

Modified:
  perl-file-pushd/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-10-23 17:23:57 UTC (rev 121305)
+++ PKGBUILD2014-10-23 17:24:00 UTC (rev 121306)
@@ -2,7 +2,7 @@
 # Maintainer:
 
 pkgname=perl-file-pushd
-pkgver=1.006
+pkgver=1.009
 pkgrel=1
 pkgdesc=Change directory temporarily for a limited scope
 arch=('any')
@@ -12,7 +12,7 @@
 makedepends=('perl-extutils-makemaker')
 options=('!emptydirs')
 
source=(http://search.cpan.org/CPAN/authors/id/D/DA/DAGOLDEN/File-pushd-${pkgver}.tar.gz;)
-md5sums=('11271246807662e9b3615ad7c0cab99b')
+md5sums=('a6a6226d70e90883ae9fdad69227279c')
 
 build() {
   cd File-pushd-${pkgver}


[arch-commits] Commit in perl-devel-patchperl/repos/community-any (PKGBUILD PKGBUILD)

2014-10-23 Thread Sergej Pupykin
Date: Thursday, October 23, 2014 @ 19:23:57
  Author: spupykin
Revision: 121305

archrelease: copy trunk to community-any

Added:
  perl-devel-patchperl/repos/community-any/PKGBUILD
(from rev 121304, perl-devel-patchperl/trunk/PKGBUILD)
Deleted:
  perl-devel-patchperl/repos/community-any/PKGBUILD

--+
 PKGBUILD |   62 ++---
 1 file changed, 31 insertions(+), 31 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-10-23 17:23:49 UTC (rev 121304)
+++ PKGBUILD2014-10-23 17:23:57 UTC (rev 121305)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer:
-
-pkgname=perl-devel-patchperl
-pkgver=1.24
-pkgrel=1
-pkgdesc=Patch perl source a la Devel::PPPort's buildperl.pl
-arch=('any')
-url=http://search.cpan.org/dist/Devel-PatchPerl/;
-license=('PerlArtistic' 'GPL')
-depends=('perl' 'perl-file-pushd' 'perl-module-pluggable')
-options=('!emptydirs')
-source=(http://search.cpan.org/CPAN/authors/id/B/BI/BINGOS/Devel-PatchPerl-$pkgver.tar.gz;)
-md5sums=('cce7d533c1441c90c8ac2bb252649d3b')
-
-build() {
-  cd Devel-PatchPerl-$pkgver
-  perl Makefile.PL INSTALLDIRS=vendor
-  make
-}
-
-check() {
-  cd Devel-PatchPerl-$pkgver
-  make test
-}
-
-package() {
-  cd Devel-PatchPerl-$pkgver
-  make install DESTDIR=$pkgdir
-}
-

Copied: perl-devel-patchperl/repos/community-any/PKGBUILD (from rev 121304, 
perl-devel-patchperl/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-10-23 17:23:57 UTC (rev 121305)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer:
+
+pkgname=perl-devel-patchperl
+pkgver=1.28
+pkgrel=1
+pkgdesc=Patch perl source a la Devel::PPPort's buildperl.pl
+arch=('any')
+url=http://search.cpan.org/dist/Devel-PatchPerl/;
+license=('PerlArtistic' 'GPL')
+depends=('perl' 'perl-file-pushd' 'perl-module-pluggable')
+options=('!emptydirs')
+source=(http://search.cpan.org/CPAN/authors/id/B/BI/BINGOS/Devel-PatchPerl-$pkgver.tar.gz;)
+md5sums=('40f51b409621cdd36133775389387ac7')
+
+build() {
+  cd Devel-PatchPerl-$pkgver
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd Devel-PatchPerl-$pkgver
+  make test
+}
+
+package() {
+  cd Devel-PatchPerl-$pkgver
+  make install DESTDIR=$pkgdir
+}
+


[arch-commits] Commit in perl-file-pushd/repos/community-any (PKGBUILD PKGBUILD)

2014-10-23 Thread Sergej Pupykin
Date: Thursday, October 23, 2014 @ 19:24:07
  Author: spupykin
Revision: 121307

archrelease: copy trunk to community-any

Added:
  perl-file-pushd/repos/community-any/PKGBUILD
(from rev 121306, perl-file-pushd/trunk/PKGBUILD)
Deleted:
  perl-file-pushd/repos/community-any/PKGBUILD

--+
 PKGBUILD |   62 ++---
 1 file changed, 31 insertions(+), 31 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-10-23 17:24:00 UTC (rev 121306)
+++ PKGBUILD2014-10-23 17:24:07 UTC (rev 121307)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer:
-
-pkgname=perl-file-pushd
-pkgver=1.006
-pkgrel=1
-pkgdesc=Change directory temporarily for a limited scope
-arch=('any')
-url=https://metacpan.org/release/File-pushd;
-license=('Apache')
-depends=('perl')
-makedepends=('perl-extutils-makemaker')
-options=('!emptydirs')
-source=(http://search.cpan.org/CPAN/authors/id/D/DA/DAGOLDEN/File-pushd-${pkgver}.tar.gz;)
-md5sums=('11271246807662e9b3615ad7c0cab99b')
-
-build() {
-  cd File-pushd-${pkgver}
-  perl Makefile.PL INSTALLDIRS=vendor
-  make
-}
-
-check() {
-  cd File-pushd-${pkgver}
-  make test
-}
-
-package() {
-  cd File-pushd-${pkgver}
-  make DESTDIR=$pkgdir install
-}

Copied: perl-file-pushd/repos/community-any/PKGBUILD (from rev 121306, 
perl-file-pushd/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-10-23 17:24:07 UTC (rev 121307)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer:
+
+pkgname=perl-file-pushd
+pkgver=1.009
+pkgrel=1
+pkgdesc=Change directory temporarily for a limited scope
+arch=('any')
+url=https://metacpan.org/release/File-pushd;
+license=('Apache')
+depends=('perl')
+makedepends=('perl-extutils-makemaker')
+options=('!emptydirs')
+source=(http://search.cpan.org/CPAN/authors/id/D/DA/DAGOLDEN/File-pushd-${pkgver}.tar.gz;)
+md5sums=('a6a6226d70e90883ae9fdad69227279c')
+
+build() {
+  cd File-pushd-${pkgver}
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd File-pushd-${pkgver}
+  make test
+}
+
+package() {
+  cd File-pushd-${pkgver}
+  make DESTDIR=$pkgdir install
+}


[arch-commits] Commit in perl-xml-writer/repos/community-any (PKGBUILD PKGBUILD)

2014-10-23 Thread Sergej Pupykin
Date: Thursday, October 23, 2014 @ 19:24:30
  Author: spupykin
Revision: 121311

archrelease: copy trunk to community-any

Added:
  perl-xml-writer/repos/community-any/PKGBUILD
(from rev 121310, perl-xml-writer/trunk/PKGBUILD)
Deleted:
  perl-xml-writer/repos/community-any/PKGBUILD

--+
 PKGBUILD |   64 ++---
 1 file changed, 32 insertions(+), 32 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-10-23 17:24:21 UTC (rev 121310)
+++ PKGBUILD2014-10-23 17:24:30 UTC (rev 121311)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Justin Davis jrc...@gmail.com
-# Contributor: François Charette firmicus ατ gmx δοτ net
-
-pkgname=perl-xml-writer
-pkgver=0.624
-pkgrel=1
-pkgdesc=Module for writing XML documents
-arch=('any')
-url=http://search.cpan.org/dist/XML-Writer;
-license=('custom')
-depends=('perl')
-options=('!emptydirs')
-source=(http://www.cpan.org/authors/id/J/JO/JOSEPHW/XML-Writer-$pkgver.tar.gz)
-md5sums=('ac797a3f49b837f39131240869b9d789')
-
-build() {
-  cd XML-Writer-$pkgver
-  perl Makefile.PL INSTALLDIRS=vendor
-  make
-}
-
-check() {
-  cd XML-Writer-$pkgver
-  make test
-}
-
-package() {
-  cd  XML-Writer-$pkgver
-  make DESTDIR=${pkgdir} install
-  install -D -m644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-}

Copied: perl-xml-writer/repos/community-any/PKGBUILD (from rev 121310, 
perl-xml-writer/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-10-23 17:24:30 UTC (rev 121311)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Justin Davis jrc...@gmail.com
+# Contributor: François Charette firmicus ατ gmx δοτ net
+
+pkgname=perl-xml-writer
+pkgver=0.625
+pkgrel=1
+pkgdesc=Module for writing XML documents
+arch=('any')
+url=http://search.cpan.org/dist/XML-Writer;
+license=('custom')
+depends=('perl')
+options=('!emptydirs')
+source=(http://www.cpan.org/authors/id/J/JO/JOSEPHW/XML-Writer-$pkgver.tar.gz)
+md5sums=('b9c2420c243c6a36ce45a008740fcede')
+
+build() {
+  cd XML-Writer-$pkgver
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd XML-Writer-$pkgver
+  make test
+}
+
+package() {
+  cd  XML-Writer-$pkgver
+  make DESTDIR=${pkgdir} install
+  install -D -m644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}


[arch-commits] Commit in perl-test-deep/trunk (PKGBUILD)

2014-10-23 Thread Sergej Pupykin
Date: Thursday, October 23, 2014 @ 19:24:10
  Author: spupykin
Revision: 121308

upgpkg: perl-test-deep 0.113-1

upd

Modified:
  perl-test-deep/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-10-23 17:24:07 UTC (rev 121307)
+++ PKGBUILD2014-10-23 17:24:10 UTC (rev 121308)
@@ -3,7 +3,7 @@
 # Contributor: Francois Charette firmi...@gmx.net
 
 pkgname=perl-test-deep
-pkgver=0.112
+pkgver=0.113
 pkgrel=1
 pkgdesc=Extremely flexible deep comparison 
 arch=('any')
@@ -12,7 +12,7 @@
 depends=('perl-test-nowarnings' 'perl-test-tester')
 options=('!emptydirs')
 
source=(http://search.cpan.org/CPAN/authors/id/R/RJ/RJBS/Test-Deep-$pkgver.tar.gz)
-md5sums=('8568575c2ebfd793574250ddb7da6ac8')
+md5sums=('1b68990b46afee0ad89f2d6b86ea4114')
 
 build() {
   cd  $srcdir/Test-Deep-$pkgver


[arch-commits] Commit in python2-ldap/trunk (PKGBUILD)

2014-10-23 Thread Sergej Pupykin
Date: Thursday, October 23, 2014 @ 19:24:32
  Author: spupykin
Revision: 121312

upgpkg: python2-ldap 2.4.18-1

upd

Modified:
  python2-ldap/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-10-23 17:24:30 UTC (rev 121311)
+++ PKGBUILD2014-10-23 17:24:32 UTC (rev 121312)
@@ -3,7 +3,7 @@
 # Contributor: Morgan LEFIEUX comete_AT_archlinuxfr.org
 
 pkgname=python2-ldap
-pkgver=2.4.17
+pkgver=2.4.18
 pkgrel=1
 pkgdesc=Provides an object-oriented API to access LDAP directory servers from 
Python programs
 arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@
 makedepends=('chrpath')
 replaces=('python-ldap')
 
source=(http://pypi.python.org/packages/source/p/python-ldap/python-ldap-$pkgver.tar.gz)
-md5sums=('298e0cebe2a256dc9efb00d5d1138d12')
+md5sums=('9bee878cc3582d7184b0a48083446efb')
 
 build() {
   cd $srcdir/python-ldap-$pkgver


[arch-commits] Commit in perl-xml-writer/trunk (PKGBUILD)

2014-10-23 Thread Sergej Pupykin
Date: Thursday, October 23, 2014 @ 19:24:21
  Author: spupykin
Revision: 121310

upgpkg: perl-xml-writer 0.625-1

upd

Modified:
  perl-xml-writer/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-10-23 17:24:18 UTC (rev 121309)
+++ PKGBUILD2014-10-23 17:24:21 UTC (rev 121310)
@@ -3,7 +3,7 @@
 # Contributor: François Charette firmicus ατ gmx δοτ net
 
 pkgname=perl-xml-writer
-pkgver=0.624
+pkgver=0.625
 pkgrel=1
 pkgdesc=Module for writing XML documents
 arch=('any')
@@ -12,7 +12,7 @@
 depends=('perl')
 options=('!emptydirs')
 source=(http://www.cpan.org/authors/id/J/JO/JOSEPHW/XML-Writer-$pkgver.tar.gz)
-md5sums=('ac797a3f49b837f39131240869b9d789')
+md5sums=('b9c2420c243c6a36ce45a008740fcede')
 
 build() {
   cd XML-Writer-$pkgver


[arch-commits] Commit in perl-test-deep/repos/community-any (PKGBUILD PKGBUILD)

2014-10-23 Thread Sergej Pupykin
Date: Thursday, October 23, 2014 @ 19:24:18
  Author: spupykin
Revision: 121309

archrelease: copy trunk to community-any

Added:
  perl-test-deep/repos/community-any/PKGBUILD
(from rev 121308, perl-test-deep/trunk/PKGBUILD)
Deleted:
  perl-test-deep/repos/community-any/PKGBUILD

--+
 PKGBUILD |   56 
 1 file changed, 28 insertions(+), 28 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-10-23 17:24:10 UTC (rev 121308)
+++ PKGBUILD2014-10-23 17:24:18 UTC (rev 121309)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor: Francois Charette firmi...@gmx.net
-
-pkgname=perl-test-deep
-pkgver=0.112
-pkgrel=1
-pkgdesc=Extremely flexible deep comparison 
-arch=('any')
-url=http://search.cpan.org/dist/Test-Deep;
-license=('GPL' 'PerlArtistic')
-depends=('perl-test-nowarnings' 'perl-test-tester')
-options=('!emptydirs')
-source=(http://search.cpan.org/CPAN/authors/id/R/RJ/RJBS/Test-Deep-$pkgver.tar.gz)
-md5sums=('8568575c2ebfd793574250ddb7da6ac8')
-
-build() {
-  cd  $srcdir/Test-Deep-$pkgver
-  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
-  make
-}
-
-package() {
-  cd  $srcdir/Test-Deep-$pkgver
-  make install DESTDIR=$pkgdir
-  find $pkgdir -name '.packlist' -delete
-  find $pkgdir -name '*.pod' -delete
-}

Copied: perl-test-deep/repos/community-any/PKGBUILD (from rev 121308, 
perl-test-deep/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-10-23 17:24:18 UTC (rev 121309)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: Francois Charette firmi...@gmx.net
+
+pkgname=perl-test-deep
+pkgver=0.113
+pkgrel=1
+pkgdesc=Extremely flexible deep comparison 
+arch=('any')
+url=http://search.cpan.org/dist/Test-Deep;
+license=('GPL' 'PerlArtistic')
+depends=('perl-test-nowarnings' 'perl-test-tester')
+options=('!emptydirs')
+source=(http://search.cpan.org/CPAN/authors/id/R/RJ/RJBS/Test-Deep-$pkgver.tar.gz)
+md5sums=('1b68990b46afee0ad89f2d6b86ea4114')
+
+build() {
+  cd  $srcdir/Test-Deep-$pkgver
+  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+package() {
+  cd  $srcdir/Test-Deep-$pkgver
+  make install DESTDIR=$pkgdir
+  find $pkgdir -name '.packlist' -delete
+  find $pkgdir -name '*.pod' -delete
+}


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

2014-10-23 Thread Sergej Pupykin
Date: Thursday, October 23, 2014 @ 19:24:46
  Author: spupykin
Revision: 121313

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

Added:
  python2-ldap/repos/community-i686/PKGBUILD
(from rev 121312, python2-ldap/trunk/PKGBUILD)
  python2-ldap/repos/community-x86_64/PKGBUILD
(from rev 121312, python2-ldap/trunk/PKGBUILD)
Deleted:
  python2-ldap/repos/community-i686/PKGBUILD
  python2-ldap/repos/community-x86_64/PKGBUILD

---+
 /PKGBUILD |   58 
 community-i686/PKGBUILD   |   29 --
 community-x86_64/PKGBUILD |   29 --
 3 files changed, 58 insertions(+), 58 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-10-23 17:24:32 UTC (rev 121312)
+++ community-i686/PKGBUILD 2014-10-23 17:24:46 UTC (rev 121313)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor: Morgan LEFIEUX comete_AT_archlinuxfr.org
-
-pkgname=python2-ldap
-pkgver=2.4.17
-pkgrel=1
-pkgdesc=Provides an object-oriented API to access LDAP directory servers from 
Python programs
-arch=('i686' 'x86_64')
-url=http://python-ldap.sourceforge.net;
-license=('custom')
-depends=('python2' 'libldap=2.4.26')
-makedepends=('chrpath')
-replaces=('python-ldap')
-source=(http://pypi.python.org/packages/source/p/python-ldap/python-ldap-$pkgver.tar.gz)
-md5sums=('298e0cebe2a256dc9efb00d5d1138d12')
-
-build() {
-  cd $srcdir/python-ldap-$pkgver
-  sed -i 's|sasl.h|sasl/sasl.h|' Modules/LDAPObject.c
-  python2 setup.py build
-}
-
-package() {
-  cd $srcdir/python-ldap-$pkgver
-  python2 setup.py install --root $pkgdir
-  install -D -m644 LICENCE $pkgdir/usr/share/licenses/$pkgname/LICENSE
-  chrpath -d $pkgdir/usr/lib/python2.7/site-packages/_ldap.so
-}

Copied: python2-ldap/repos/community-i686/PKGBUILD (from rev 121312, 
python2-ldap/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-10-23 17:24:46 UTC (rev 121313)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: Morgan LEFIEUX comete_AT_archlinuxfr.org
+
+pkgname=python2-ldap
+pkgver=2.4.18
+pkgrel=1
+pkgdesc=Provides an object-oriented API to access LDAP directory servers from 
Python programs
+arch=('i686' 'x86_64')
+url=http://python-ldap.sourceforge.net;
+license=('custom')
+depends=('python2' 'libldap=2.4.26')
+makedepends=('chrpath')
+replaces=('python-ldap')
+source=(http://pypi.python.org/packages/source/p/python-ldap/python-ldap-$pkgver.tar.gz)
+md5sums=('9bee878cc3582d7184b0a48083446efb')
+
+build() {
+  cd $srcdir/python-ldap-$pkgver
+  sed -i 's|sasl.h|sasl/sasl.h|' Modules/LDAPObject.c
+  python2 setup.py build
+}
+
+package() {
+  cd $srcdir/python-ldap-$pkgver
+  python2 setup.py install --root $pkgdir
+  install -D -m644 LICENCE $pkgdir/usr/share/licenses/$pkgname/LICENSE
+  chrpath -d $pkgdir/usr/lib/python2.7/site-packages/_ldap.so
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2014-10-23 17:24:32 UTC (rev 121312)
+++ community-x86_64/PKGBUILD   2014-10-23 17:24:46 UTC (rev 121313)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor: Morgan LEFIEUX comete_AT_archlinuxfr.org
-
-pkgname=python2-ldap
-pkgver=2.4.17
-pkgrel=1
-pkgdesc=Provides an object-oriented API to access LDAP directory servers from 
Python programs
-arch=('i686' 'x86_64')
-url=http://python-ldap.sourceforge.net;
-license=('custom')
-depends=('python2' 'libldap=2.4.26')
-makedepends=('chrpath')
-replaces=('python-ldap')
-source=(http://pypi.python.org/packages/source/p/python-ldap/python-ldap-$pkgver.tar.gz)
-md5sums=('298e0cebe2a256dc9efb00d5d1138d12')
-
-build() {
-  cd $srcdir/python-ldap-$pkgver
-  sed -i 's|sasl.h|sasl/sasl.h|' Modules/LDAPObject.c
-  python2 setup.py build
-}
-
-package() {
-  cd $srcdir/python-ldap-$pkgver
-  python2 setup.py install --root $pkgdir
-  install -D -m644 LICENCE $pkgdir/usr/share/licenses/$pkgname/LICENSE
-  chrpath -d $pkgdir/usr/lib/python2.7/site-packages/_ldap.so
-}

Copied: python2-ldap/repos/community-x86_64/PKGBUILD (from rev 121312, 
python2-ldap/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2014-10-23 17:24:46 UTC (rev 121313)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: Morgan LEFIEUX comete_AT_archlinuxfr.org
+
+pkgname=python2-ldap
+pkgver=2.4.18
+pkgrel=1
+pkgdesc=Provides an object-oriented API to access LDAP directory servers from 
Python programs
+arch=('i686' 'x86_64')

[arch-commits] Commit in perl-devel-globaldestruction/trunk (PKGBUILD)

2014-10-23 Thread Eric Bélanger
Date: Thursday, October 23, 2014 @ 19:25:54
  Author: eric
Revision: 121314

upgpkg: perl-devel-globaldestruction 0.13-1

Upstream update, Clean up PKGBUILD

Modified:
  perl-devel-globaldestruction/trunk/PKGBUILD

--+
 PKGBUILD |   40 +---
 1 file changed, 13 insertions(+), 27 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-10-23 17:24:46 UTC (rev 121313)
+++ PKGBUILD2014-10-23 17:25:54 UTC (rev 121314)
@@ -1,44 +1,30 @@
 # $Id$
-# Maintainer: Jonathan Steel jst...@aur.archlinux.org
-# Contributor: Alan Young harley...@gmail.com
+# Maintainer:
 
 pkgname=perl-devel-globaldestruction
-_pkgname=Devel-GlobalDestruction
-pkgver=0.12
+pkgver=0.13
 pkgrel=1
 pkgdesc=Expose the flag which marks global
 arch=('any')
+url=http://search.cpan.org/dist/Devel-GlobalDestruction;
 license=('PerlArtistic' 'GPL')
+depends=('perl' 'perl-sub-exporter' 'perl-sub-exporter-progressive')
 options=('!emptydirs')
-depends=('perl' 'perl-sub-exporter' 'perl-sub-exporter-progressive')
-url=http://search.cpan.org/dist/Devel-GlobalDestruction;
-source=(http://search.cpan.org/CPAN/authors/id/H/HA/HAARG/$_pkgname-$pkgver.tar.gz)
-md5sums=('87382bd2f512b0703dd55da6b2b16ec4')
+source=(http://search.cpan.org/CPAN/authors/id/H/HA/HAARG/Devel-GlobalDestruction-$pkgver.tar.gz)
+md5sums=('e7be00040827e204b2b6cba2f3166074')
 
 build() {
-  ( export PERL_MM_USE_DEFAULT=1 PERL5LIB=  \
-  PERL_AUTOINSTALL=--skipdeps   \
-  PERL_MM_OPT=INSTALLDIRS=vendor\
-  PERL_MB_OPT=--installdirs vendor  \
-  MODULEBUILDRC=/dev/null
-
-cd $srcdir/$_pkgname-$pkgver
-
-/usr/bin/perl Makefile.PL
-make
-  )
+  cd Devel-GlobalDestruction-$pkgver
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
 }
 
 check() {
-  cd $srcdir/$_pkgname-$pkgver
-
-  ( export PERL_MM_USE_DEFAULT=1 PERL5LIB=
-make test
-  )
+ cd Devel-GlobalDestruction-$pkgver
+ make test
 }
 
 package() {
-  cd $srcdir/$_pkgname-$pkgver
-
-  make DESTDIR=$pkgdir/ install
+  cd Devel-GlobalDestruction-$pkgver
+  make DESTDIR=$pkgdir install
 }


[arch-commits] Commit in perl-devel-globaldestruction/repos/community-any (2 files)

2014-10-23 Thread Eric Bélanger
Date: Thursday, October 23, 2014 @ 19:27:17
  Author: eric
Revision: 121315

archrelease: copy trunk to community-any

Added:
  perl-devel-globaldestruction/repos/community-any/PKGBUILD
(from rev 121314, perl-devel-globaldestruction/trunk/PKGBUILD)
Deleted:
  perl-devel-globaldestruction/repos/community-any/PKGBUILD

--+
 PKGBUILD |   74 -
 1 file changed, 30 insertions(+), 44 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-10-23 17:25:54 UTC (rev 121314)
+++ PKGBUILD2014-10-23 17:27:17 UTC (rev 121315)
@@ -1,44 +0,0 @@
-# $Id$
-# Maintainer: Jonathan Steel jst...@aur.archlinux.org
-# Contributor: Alan Young harley...@gmail.com
-
-pkgname=perl-devel-globaldestruction
-_pkgname=Devel-GlobalDestruction
-pkgver=0.12
-pkgrel=1
-pkgdesc=Expose the flag which marks global
-arch=('any')
-license=('PerlArtistic' 'GPL')
-options=('!emptydirs')
-depends=('perl' 'perl-sub-exporter' 'perl-sub-exporter-progressive')
-url=http://search.cpan.org/dist/Devel-GlobalDestruction;
-source=(http://search.cpan.org/CPAN/authors/id/H/HA/HAARG/$_pkgname-$pkgver.tar.gz)
-md5sums=('87382bd2f512b0703dd55da6b2b16ec4')
-
-build() {
-  ( export PERL_MM_USE_DEFAULT=1 PERL5LIB=  \
-  PERL_AUTOINSTALL=--skipdeps   \
-  PERL_MM_OPT=INSTALLDIRS=vendor\
-  PERL_MB_OPT=--installdirs vendor  \
-  MODULEBUILDRC=/dev/null
-
-cd $srcdir/$_pkgname-$pkgver
-
-/usr/bin/perl Makefile.PL
-make
-  )
-}
-
-check() {
-  cd $srcdir/$_pkgname-$pkgver
-
-  ( export PERL_MM_USE_DEFAULT=1 PERL5LIB=
-make test
-  )
-}
-
-package() {
-  cd $srcdir/$_pkgname-$pkgver
-
-  make DESTDIR=$pkgdir/ install
-}

Copied: perl-devel-globaldestruction/repos/community-any/PKGBUILD (from rev 
121314, perl-devel-globaldestruction/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-10-23 17:27:17 UTC (rev 121315)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer:
+
+pkgname=perl-devel-globaldestruction
+pkgver=0.13
+pkgrel=1
+pkgdesc=Expose the flag which marks global
+arch=('any')
+url=http://search.cpan.org/dist/Devel-GlobalDestruction;
+license=('PerlArtistic' 'GPL')
+depends=('perl' 'perl-sub-exporter' 'perl-sub-exporter-progressive')
+options=('!emptydirs')
+source=(http://search.cpan.org/CPAN/authors/id/H/HA/HAARG/Devel-GlobalDestruction-$pkgver.tar.gz)
+md5sums=('e7be00040827e204b2b6cba2f3166074')
+
+build() {
+  cd Devel-GlobalDestruction-$pkgver
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+ cd Devel-GlobalDestruction-$pkgver
+ make test
+}
+
+package() {
+  cd Devel-GlobalDestruction-$pkgver
+  make DESTDIR=$pkgdir install
+}


[arch-commits] Commit in slop/trunk (PKGBUILD)

2014-10-23 Thread Bartłomiej Piotrowski
Date: Thursday, October 23, 2014 @ 19:48:43
  Author: bpiotrowski
Revision: 121316

upgpkg: slop 3.1.9-1

new upstream release

Modified:
  slop/trunk/PKGBUILD

--+
 PKGBUILD |9 ++---
 1 file changed, 6 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-10-23 17:27:17 UTC (rev 121315)
+++ PKGBUILD2014-10-23 17:48:43 UTC (rev 121316)
@@ -3,7 +3,7 @@
 # Contributor: naelstrof naelst...@gmail.com
 
 pkgname=slop
-pkgver=3.1.5
+pkgver=3.1.9
 pkgrel=1
 pkgdesc='Utility to query the user for a selection and print the region to 
stdout'
 arch=('i686' 'x86_64')
@@ -10,11 +10,14 @@
 url='https://github.com/naelstrof/slop'
 license=('GPL3')
 depends=('libxext' 'libx11' 'gcc-libs')
+makedepends=('cmake')
 source=($url/archive/v$pkgver.tar.gz)
-md5sums=('8dc4c3d0e03cfd883919c9d14800baec')
+md5sums=('92b0d2e511d0c7de6be513b3d29af480')
 
 build() {
-  make -C $pkgname-$pkgver
+  cd $pkgname-$pkgver
+  cmake -DCMAKE_INSTALL_PREFIX=/usr/bin . .
+  make
 }
 
 package() {


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

2014-10-23 Thread Bartłomiej Piotrowski
Date: Thursday, October 23, 2014 @ 19:48:57
  Author: bpiotrowski
Revision: 121317

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

Added:
  slop/repos/community-i686/PKGBUILD
(from rev 121316, slop/trunk/PKGBUILD)
  slop/repos/community-x86_64/PKGBUILD
(from rev 121316, slop/trunk/PKGBUILD)
Deleted:
  slop/repos/community-i686/PKGBUILD
  slop/repos/community-x86_64/PKGBUILD

---+
 /PKGBUILD |   50 
 community-i686/PKGBUILD   |   22 ---
 community-x86_64/PKGBUILD |   22 ---
 3 files changed, 50 insertions(+), 44 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-10-23 17:48:43 UTC (rev 121316)
+++ community-i686/PKGBUILD 2014-10-23 17:48:57 UTC (rev 121317)
@@ -1,22 +0,0 @@
-# $Id$
-# Maintainer:  Bartłomiej Piotrowski bpiotrow...@archlinux.org
-# Contributor: naelstrof naelst...@gmail.com
-
-pkgname=slop
-pkgver=3.1.5
-pkgrel=1
-pkgdesc='Utility to query the user for a selection and print the region to 
stdout'
-arch=('i686' 'x86_64')
-url='https://github.com/naelstrof/slop'
-license=('GPL3')
-depends=('libxext' 'libx11' 'gcc-libs')
-source=($url/archive/v$pkgver.tar.gz)
-md5sums=('8dc4c3d0e03cfd883919c9d14800baec')
-
-build() {
-  make -C $pkgname-$pkgver
-}
-
-package() {
-  make -C $pkgname-$pkgver DESTDIR=$pkgdir install
-}

Copied: slop/repos/community-i686/PKGBUILD (from rev 121316, 
slop/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-10-23 17:48:57 UTC (rev 121317)
@@ -0,0 +1,25 @@
+# $Id$
+# Maintainer:  Bartłomiej Piotrowski bpiotrow...@archlinux.org
+# Contributor: naelstrof naelst...@gmail.com
+
+pkgname=slop
+pkgver=3.1.9
+pkgrel=1
+pkgdesc='Utility to query the user for a selection and print the region to 
stdout'
+arch=('i686' 'x86_64')
+url='https://github.com/naelstrof/slop'
+license=('GPL3')
+depends=('libxext' 'libx11' 'gcc-libs')
+makedepends=('cmake')
+source=($url/archive/v$pkgver.tar.gz)
+md5sums=('92b0d2e511d0c7de6be513b3d29af480')
+
+build() {
+  cd $pkgname-$pkgver
+  cmake -DCMAKE_INSTALL_PREFIX=/usr/bin . .
+  make
+}
+
+package() {
+  make -C $pkgname-$pkgver DESTDIR=$pkgdir install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2014-10-23 17:48:43 UTC (rev 121316)
+++ community-x86_64/PKGBUILD   2014-10-23 17:48:57 UTC (rev 121317)
@@ -1,22 +0,0 @@
-# $Id$
-# Maintainer:  Bartłomiej Piotrowski bpiotrow...@archlinux.org
-# Contributor: naelstrof naelst...@gmail.com
-
-pkgname=slop
-pkgver=3.1.5
-pkgrel=1
-pkgdesc='Utility to query the user for a selection and print the region to 
stdout'
-arch=('i686' 'x86_64')
-url='https://github.com/naelstrof/slop'
-license=('GPL3')
-depends=('libxext' 'libx11' 'gcc-libs')
-source=($url/archive/v$pkgver.tar.gz)
-md5sums=('8dc4c3d0e03cfd883919c9d14800baec')
-
-build() {
-  make -C $pkgname-$pkgver
-}
-
-package() {
-  make -C $pkgname-$pkgver DESTDIR=$pkgdir install
-}

Copied: slop/repos/community-x86_64/PKGBUILD (from rev 121316, 
slop/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2014-10-23 17:48:57 UTC (rev 121317)
@@ -0,0 +1,25 @@
+# $Id$
+# Maintainer:  Bartłomiej Piotrowski bpiotrow...@archlinux.org
+# Contributor: naelstrof naelst...@gmail.com
+
+pkgname=slop
+pkgver=3.1.9
+pkgrel=1
+pkgdesc='Utility to query the user for a selection and print the region to 
stdout'
+arch=('i686' 'x86_64')
+url='https://github.com/naelstrof/slop'
+license=('GPL3')
+depends=('libxext' 'libx11' 'gcc-libs')
+makedepends=('cmake')
+source=($url/archive/v$pkgver.tar.gz)
+md5sums=('92b0d2e511d0c7de6be513b3d29af480')
+
+build() {
+  cd $pkgname-$pkgver
+  cmake -DCMAKE_INSTALL_PREFIX=/usr/bin . .
+  make
+}
+
+package() {
+  make -C $pkgname-$pkgver DESTDIR=$pkgdir install
+}


[arch-commits] Commit in perl-mouse/trunk (PKGBUILD)

2014-10-23 Thread Eric Bélanger
Date: Thursday, October 23, 2014 @ 20:16:51
  Author: eric
Revision: 121318

upgpkg: perl-mouse 2.4.1-1

Upstream update, Clean up PKGBUILD

Modified:
  perl-mouse/trunk/PKGBUILD

--+
 PKGBUILD |   33 ++---
 1 file changed, 10 insertions(+), 23 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-10-23 17:48:57 UTC (rev 121317)
+++ PKGBUILD2014-10-23 18:16:51 UTC (rev 121318)
@@ -1,9 +1,8 @@
 # $Id$
-# Maintainer: Jonathan Steel jsteel at aur.archlinux.org
-# Contributor: Justin Davis jrc...@gmail.com
+# Maintainer:
 
 pkgname=perl-mouse
-pkgver=2.3.0
+pkgver=2.4.1
 pkgrel=1
 pkgdesc=Moose minus the antlers
 arch=('i686' 'x86_64')
@@ -15,32 +14,20 @@
  'perl-test-leaktrace' 'perl-test-output' 'perl-test-deep'
  'perl-io-string')
 source=(http://search.cpan.org/CPAN/authors/id/G/GF/GFUJI/Mouse-$pkgver.tar.gz)
-md5sums=('aae2b55f280f773a92fa16c6bdcc358d')
+md5sums=('2e265bdde5f148cf0c1f788cf0f87291')
 
 build() {
-  cd $srcdir/Mouse-$pkgver
-
-  ( export PERL_MM_USE_DEFAULT=1 PERL5LIB=  \
-  PERL_AUTOINSTALL=--skipdeps \
-  PERL_MM_OPT=INSTALLDIRS=vendor DESTDIR='$pkgdir'  \
-  PERL_MB_OPT=--installdirs vendor --destdir '$pkgdir'  \
-  MODULEBUILDRC=/dev/null
-
-/usr/bin/perl Build.PL
-./Build
-  )
+  cd Mouse-$pkgver
+  perl Build.PL --installdirs=vendor
+  ./Build
 }
 
 check() {
-  cd $srcdir/Mouse-$pkgver
-
-  ( export PERL_MM_USE_DEFAULT=1 PERL5LIB=
-./Build test
-  )
+  cd Mouse-$pkgver
+  ./Build test
 }
 
 package() {
-  cd $srcdir/Mouse-$pkgver
-
-  ./Build install
+  cd Mouse-$pkgver
+  ./Build install --destdir=${pkgdir}
 }


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

2014-10-23 Thread Eric Bélanger
Date: Thursday, October 23, 2014 @ 20:19:11
  Author: eric
Revision: 121319

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

Added:
  perl-mouse/repos/community-i686/PKGBUILD
(from rev 121318, perl-mouse/trunk/PKGBUILD)
  perl-mouse/repos/community-x86_64/PKGBUILD
(from rev 121318, perl-mouse/trunk/PKGBUILD)
Deleted:
  perl-mouse/repos/community-i686/PKGBUILD
  perl-mouse/repos/community-x86_64/PKGBUILD

---+
 /PKGBUILD |   66 
 community-i686/PKGBUILD   |   46 --
 community-x86_64/PKGBUILD |   46 --
 3 files changed, 66 insertions(+), 92 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-10-23 18:16:51 UTC (rev 121318)
+++ community-i686/PKGBUILD 2014-10-23 18:19:11 UTC (rev 121319)
@@ -1,46 +0,0 @@
-# $Id$
-# Maintainer: Jonathan Steel jsteel at aur.archlinux.org
-# Contributor: Justin Davis jrc...@gmail.com
-
-pkgname=perl-mouse
-pkgver=2.3.0
-pkgrel=1
-pkgdesc=Moose minus the antlers
-arch=('i686' 'x86_64')
-url=http://search.cpan.org/dist/Mouse;
-license=('PerlArtistic' 'GPL')
-depends=('perl')
-makedepends=('perl-test-exception' 'perl-test-fatal' 'perl-module-build'
- 'perl-module-build-xsutil' 'perl-test-requires'
- 'perl-test-leaktrace' 'perl-test-output' 'perl-test-deep'
- 'perl-io-string')
-source=(http://search.cpan.org/CPAN/authors/id/G/GF/GFUJI/Mouse-$pkgver.tar.gz)
-md5sums=('aae2b55f280f773a92fa16c6bdcc358d')
-
-build() {
-  cd $srcdir/Mouse-$pkgver
-
-  ( export PERL_MM_USE_DEFAULT=1 PERL5LIB=  \
-  PERL_AUTOINSTALL=--skipdeps \
-  PERL_MM_OPT=INSTALLDIRS=vendor DESTDIR='$pkgdir'  \
-  PERL_MB_OPT=--installdirs vendor --destdir '$pkgdir'  \
-  MODULEBUILDRC=/dev/null
-
-/usr/bin/perl Build.PL
-./Build
-  )
-}
-
-check() {
-  cd $srcdir/Mouse-$pkgver
-
-  ( export PERL_MM_USE_DEFAULT=1 PERL5LIB=
-./Build test
-  )
-}
-
-package() {
-  cd $srcdir/Mouse-$pkgver
-
-  ./Build install
-}

Copied: perl-mouse/repos/community-i686/PKGBUILD (from rev 121318, 
perl-mouse/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-10-23 18:19:11 UTC (rev 121319)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer:
+
+pkgname=perl-mouse
+pkgver=2.4.1
+pkgrel=1
+pkgdesc=Moose minus the antlers
+arch=('i686' 'x86_64')
+url=http://search.cpan.org/dist/Mouse;
+license=('PerlArtistic' 'GPL')
+depends=('perl')
+makedepends=('perl-test-exception' 'perl-test-fatal' 'perl-module-build'
+ 'perl-module-build-xsutil' 'perl-test-requires'
+ 'perl-test-leaktrace' 'perl-test-output' 'perl-test-deep'
+ 'perl-io-string')
+source=(http://search.cpan.org/CPAN/authors/id/G/GF/GFUJI/Mouse-$pkgver.tar.gz)
+md5sums=('2e265bdde5f148cf0c1f788cf0f87291')
+
+build() {
+  cd Mouse-$pkgver
+  perl Build.PL --installdirs=vendor
+  ./Build
+}
+
+check() {
+  cd Mouse-$pkgver
+  ./Build test
+}
+
+package() {
+  cd Mouse-$pkgver
+  ./Build install --destdir=${pkgdir}
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2014-10-23 18:16:51 UTC (rev 121318)
+++ community-x86_64/PKGBUILD   2014-10-23 18:19:11 UTC (rev 121319)
@@ -1,46 +0,0 @@
-# $Id$
-# Maintainer: Jonathan Steel jsteel at aur.archlinux.org
-# Contributor: Justin Davis jrc...@gmail.com
-
-pkgname=perl-mouse
-pkgver=2.3.0
-pkgrel=1
-pkgdesc=Moose minus the antlers
-arch=('i686' 'x86_64')
-url=http://search.cpan.org/dist/Mouse;
-license=('PerlArtistic' 'GPL')
-depends=('perl')
-makedepends=('perl-test-exception' 'perl-test-fatal' 'perl-module-build'
- 'perl-module-build-xsutil' 'perl-test-requires'
- 'perl-test-leaktrace' 'perl-test-output' 'perl-test-deep'
- 'perl-io-string')
-source=(http://search.cpan.org/CPAN/authors/id/G/GF/GFUJI/Mouse-$pkgver.tar.gz)
-md5sums=('aae2b55f280f773a92fa16c6bdcc358d')
-
-build() {
-  cd $srcdir/Mouse-$pkgver
-
-  ( export PERL_MM_USE_DEFAULT=1 PERL5LIB=  \
-  PERL_AUTOINSTALL=--skipdeps \
-  PERL_MM_OPT=INSTALLDIRS=vendor DESTDIR='$pkgdir'  \
-  PERL_MB_OPT=--installdirs vendor --destdir '$pkgdir'  \
-  MODULEBUILDRC=/dev/null
-
-/usr/bin/perl Build.PL
-./Build
-  )
-}
-
-check() {
-  cd $srcdir/Mouse-$pkgver
-
-  ( export PERL_MM_USE_DEFAULT=1 PERL5LIB=
-./Build test
-  )
-}
-
-package() {
-  cd $srcdir/Mouse-$pkgver
-
-  ./Build install
-}

Copied: perl-mouse/repos/community-x86_64/PKGBUILD (from rev 121318, 
perl-mouse/trunk/PKGBUILD)
===
--- 

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

2014-10-23 Thread Eric Bélanger
Date: Thursday, October 23, 2014 @ 20:22:52
  Author: eric
Revision: 121320

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

Added:
  perl-mouse/repos/community-i686/PKGBUILD
(from rev 121319, perl-mouse/trunk/PKGBUILD)
  perl-mouse/repos/community-x86_64/PKGBUILD
(from rev 121319, perl-mouse/trunk/PKGBUILD)
Deleted:
  perl-mouse/repos/community-i686/PKGBUILD
  perl-mouse/repos/community-x86_64/PKGBUILD

---+
 /PKGBUILD |   66 
 community-i686/PKGBUILD   |   33 --
 community-x86_64/PKGBUILD |   33 --
 3 files changed, 66 insertions(+), 66 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-10-23 18:19:11 UTC (rev 121319)
+++ community-i686/PKGBUILD 2014-10-23 18:22:52 UTC (rev 121320)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer:
-
-pkgname=perl-mouse
-pkgver=2.4.1
-pkgrel=1
-pkgdesc=Moose minus the antlers
-arch=('i686' 'x86_64')
-url=http://search.cpan.org/dist/Mouse;
-license=('PerlArtistic' 'GPL')
-depends=('perl')
-makedepends=('perl-test-exception' 'perl-test-fatal' 'perl-module-build'
- 'perl-module-build-xsutil' 'perl-test-requires'
- 'perl-test-leaktrace' 'perl-test-output' 'perl-test-deep'
- 'perl-io-string')
-source=(http://search.cpan.org/CPAN/authors/id/G/GF/GFUJI/Mouse-$pkgver.tar.gz)
-md5sums=('2e265bdde5f148cf0c1f788cf0f87291')
-
-build() {
-  cd Mouse-$pkgver
-  perl Build.PL --installdirs=vendor
-  ./Build
-}
-
-check() {
-  cd Mouse-$pkgver
-  ./Build test
-}
-
-package() {
-  cd Mouse-$pkgver
-  ./Build install --destdir=${pkgdir}
-}

Copied: perl-mouse/repos/community-i686/PKGBUILD (from rev 121319, 
perl-mouse/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-10-23 18:22:52 UTC (rev 121320)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer:
+
+pkgname=perl-mouse
+pkgver=2.4.1
+pkgrel=1
+pkgdesc=Moose minus the antlers
+arch=('i686' 'x86_64')
+url=http://search.cpan.org/dist/Mouse;
+license=('PerlArtistic' 'GPL')
+depends=('perl')
+makedepends=('perl-test-exception' 'perl-test-fatal' 'perl-module-build'
+ 'perl-module-build-xsutil' 'perl-test-requires'
+ 'perl-test-leaktrace' 'perl-test-output' 'perl-test-deep'
+ 'perl-io-string')
+source=(http://search.cpan.org/CPAN/authors/id/G/GF/GFUJI/Mouse-$pkgver.tar.gz)
+md5sums=('2e265bdde5f148cf0c1f788cf0f87291')
+
+build() {
+  cd Mouse-$pkgver
+  perl Build.PL --installdirs=vendor
+  ./Build
+}
+
+check() {
+  cd Mouse-$pkgver
+  ./Build test
+}
+
+package() {
+  cd Mouse-$pkgver
+  ./Build install --destdir=${pkgdir}
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2014-10-23 18:19:11 UTC (rev 121319)
+++ community-x86_64/PKGBUILD   2014-10-23 18:22:52 UTC (rev 121320)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer:
-
-pkgname=perl-mouse
-pkgver=2.4.1
-pkgrel=1
-pkgdesc=Moose minus the antlers
-arch=('i686' 'x86_64')
-url=http://search.cpan.org/dist/Mouse;
-license=('PerlArtistic' 'GPL')
-depends=('perl')
-makedepends=('perl-test-exception' 'perl-test-fatal' 'perl-module-build'
- 'perl-module-build-xsutil' 'perl-test-requires'
- 'perl-test-leaktrace' 'perl-test-output' 'perl-test-deep'
- 'perl-io-string')
-source=(http://search.cpan.org/CPAN/authors/id/G/GF/GFUJI/Mouse-$pkgver.tar.gz)
-md5sums=('2e265bdde5f148cf0c1f788cf0f87291')
-
-build() {
-  cd Mouse-$pkgver
-  perl Build.PL --installdirs=vendor
-  ./Build
-}
-
-check() {
-  cd Mouse-$pkgver
-  ./Build test
-}
-
-package() {
-  cd Mouse-$pkgver
-  ./Build install --destdir=${pkgdir}
-}

Copied: perl-mouse/repos/community-x86_64/PKGBUILD (from rev 121319, 
perl-mouse/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2014-10-23 18:22:52 UTC (rev 121320)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer:
+
+pkgname=perl-mouse
+pkgver=2.4.1
+pkgrel=1
+pkgdesc=Moose minus the antlers
+arch=('i686' 'x86_64')
+url=http://search.cpan.org/dist/Mouse;
+license=('PerlArtistic' 'GPL')
+depends=('perl')
+makedepends=('perl-test-exception' 'perl-test-fatal' 'perl-module-build'
+ 'perl-module-build-xsutil' 'perl-test-requires'
+ 'perl-test-leaktrace' 'perl-test-output' 'perl-test-deep'
+ 'perl-io-string')
+source=(http://search.cpan.org/CPAN/authors/id/G/GF/GFUJI/Mouse-$pkgver.tar.gz)
+md5sums=('2e265bdde5f148cf0c1f788cf0f87291')
+
+build() {
+  cd Mouse-$pkgver
+  perl Build.PL --installdirs=vendor
+  ./Build
+}
+
+check() {
+  cd Mouse-$pkgver
+  ./Build test
+}
+
+package() {
+  cd Mouse-$pkgver

[arch-commits] Commit in (4 files)

2014-10-23 Thread Jonathan Steel
Date: Thursday, October 23, 2014 @ 21:23:43
  Author: jsteel
Revision: 121321

Adding monitoring-plugins to [community]

Added:
  monitoring-plugins/
  monitoring-plugins/repos/
  monitoring-plugins/trunk/
  monitoring-plugins/trunk/PKGBUILD

--+
 PKGBUILD |   36 
 1 file changed, 36 insertions(+)

Added: monitoring-plugins/trunk/PKGBUILD
===
--- monitoring-plugins/trunk/PKGBUILD   (rev 0)
+++ monitoring-plugins/trunk/PKGBUILD   2014-10-23 19:23:43 UTC (rev 121321)
@@ -0,0 +1,36 @@
+# Maintainer: Jonathan Steel jsteel at archlinux.org
+# Contributor: Idares idares at seznam dot cz
+
+pkgname=monitoring-plugins
+pkgver=2.1
+pkgrel=2
+pkgdesc=Plugins for Icinga, Naemon, Nagios, Shinken, Sensu, and other 
monitoring applications.
+arch=('i686' 'x86_64')
+url=http://www.monitoring-plugins.org;
+license=('GPL')
+depends=('libldap')
+makedepends=('net-snmp')
+optdepends=('net-snmp: for SNMP checking')
+provides=('nagios-plugins')
+conflicts=('nagios-plugins')
+replaces=('nagios-plugins')
+source=(https://www.monitoring-plugins.org/download/$pkgname-$pkgver.tar.gz;)
+md5sums=('9dc3f7d39cfdea60f3929ecdbb4cbb4a')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+
+  ./configure --prefix=/usr --libexecdir=/usr/lib/monitoring-plugins
+
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+
+  make DESTDIR=$pkgdir/ install
+
+  install -Dm644 FAQ $pkgdir/usr/share/doc/$pkgname/FAQ
+  install -Dm644 README $pkgdir/usr/share/doc/$pkgname/README
+  install -Dm644 LEGAL $pkgdir/usr/share/licenses/$pkgname/LEGAL
+}


[arch-commits] Commit in pidgin/trunk (PKGBUILD)

2014-10-23 Thread Evangelos Foutras
Date: Thursday, October 23, 2014 @ 21:29:17
  Author: foutrelis
Revision: 225241

upgpkg: pidgin 2.10.10-2

- Build against system libgadu; fixes support for the Gadu-Gadu protocol.
- Remove versioned dependency of finch on libpurple.

Modified:
  pidgin/trunk/PKGBUILD

--+
 PKGBUILD |   10 +-
 1 file changed, 5 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-10-23 16:44:51 UTC (rev 225240)
+++ PKGBUILD2014-10-23 19:29:17 UTC (rev 225241)
@@ -7,13 +7,13 @@
 
 pkgname=('pidgin' 'libpurple' 'finch')
 pkgver=2.10.10
-pkgrel=1
+pkgrel=2
 arch=('i686' 'x86_64')
 url=http://pidgin.im/;
 license=('GPL')
 makedepends=('startup-notification' 'gtkspell' 'libxss' 'nss' 'libsasl' 'libsm'
- 'libidn' 'python2' 'hicolor-icon-theme' 'farstream-0.1' 'avahi'
- 'tk' 'ca-certificates' 'intltool' 'networkmanager')
+ 'libidn' 'libgadu' 'python2' 'hicolor-icon-theme' 'farstream-0.1'
+ 'avahi' 'tk' 'ca-certificates' 'intltool' 'networkmanager')
 
source=(https://downloads.sourceforge.net/project/$pkgname/Pidgin/$pkgver/$pkgname-$pkgver.tar.bz2{,.asc})
 sha256sums=('dc6b95512eaec75aef170aabce471491fc70584932599dfead20f1f1c45c822d'
 'SKIP')
@@ -67,7 +67,7 @@
 
 package_libpurple(){
   pkgdesc=IM library extracted from Pidgin
-  depends=('farstream-0.1' 'libsasl' 'libidn' 'dbus-glib' 'nss')
+  depends=('farstream-0.1' 'libsasl' 'libidn' 'libgadu' 'dbus-glib' 'nss')
   optdepends=('avahi: Bonjour protocol support'
   'ca-certificates: SSL CA certificates'
   'python2-dbus: for purple-remote and purple-url-handler'
@@ -86,7 +86,7 @@
 
 package_finch(){
   pkgdesc=A ncurses-based messaging client
-  depends=(libpurple=$pkgver-$pkgrel 'libx11' 'python2')
+  depends=('libpurple' 'libx11' 'python2')
 
   cd $srcdir/pidgin-$pkgver
 


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

2014-10-23 Thread Evangelos Foutras
Date: Thursday, October 23, 2014 @ 21:29:27
  Author: foutrelis
Revision: 225242

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

Added:
  pidgin/repos/extra-i686/PKGBUILD
(from rev 225241, pidgin/trunk/PKGBUILD)
  pidgin/repos/extra-i686/pidgin.install
(from rev 225241, pidgin/trunk/pidgin.install)
  pidgin/repos/extra-x86_64/PKGBUILD
(from rev 225241, pidgin/trunk/PKGBUILD)
  pidgin/repos/extra-x86_64/pidgin.install
(from rev 225241, pidgin/trunk/pidgin.install)
Deleted:
  pidgin/repos/extra-i686/PKGBUILD
  pidgin/repos/extra-i686/pidgin.install
  pidgin/repos/extra-x86_64/PKGBUILD
  pidgin/repos/extra-x86_64/pidgin.install

-+
 /PKGBUILD   |  210 ++
 /pidgin.install |   22 
 extra-i686/PKGBUILD |  105 -
 extra-i686/pidgin.install   |   11 --
 extra-x86_64/PKGBUILD   |  105 -
 extra-x86_64/pidgin.install |   11 --
 6 files changed, 232 insertions(+), 232 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-10-23 19:29:17 UTC (rev 225241)
+++ extra-i686/PKGBUILD 2014-10-23 19:29:27 UTC (rev 225242)
@@ -1,105 +0,0 @@
-# $Id$
-# Maintainer: Evangelos Foutras evange...@foutrelis.com
-# Contributor: Ionut Biru ib...@archlinux.org
-# Contributor: Andrea Scarpino and...@archlinux.org
-# Contributor: Alexander Fehr pizzapunk gmail com
-# Contributor: Lucien Immink l.imm...@student.fnt.hvu.nl
-
-pkgname=('pidgin' 'libpurple' 'finch')
-pkgver=2.10.10
-pkgrel=1
-arch=('i686' 'x86_64')
-url=http://pidgin.im/;
-license=('GPL')
-makedepends=('startup-notification' 'gtkspell' 'libxss' 'nss' 'libsasl' 'libsm'
- 'libidn' 'python2' 'hicolor-icon-theme' 'farstream-0.1' 'avahi'
- 'tk' 'ca-certificates' 'intltool' 'networkmanager')
-source=(https://downloads.sourceforge.net/project/$pkgname/Pidgin/$pkgver/$pkgname-$pkgver.tar.bz2{,.asc})
-sha256sums=('dc6b95512eaec75aef170aabce471491fc70584932599dfead20f1f1c45c822d'
-'SKIP')
-prepare() {
-  cd $srcdir/$pkgname-$pkgver
-
-  # Use Python 2
-  sed -i 's/env python$/2/' */plugins/*.py \
-libpurple/purple-{remote,notifications-example,url-handler}
-}
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-
-  ./configure \
---prefix=/usr \
---sysconfdir=/etc \
---disable-schemas-install \
---disable-meanwhile \
---disable-gnutls \
---enable-cyrus-sasl \
---disable-doxygen \
---enable-nm \
---with-python=/usr/bin/python2 \
---with-system-ssl-certs=/etc/ssl/certs
-make
-}
-
-package_pidgin(){
-  pkgdesc=Multi-protocol instant messaging client
-  depends=('libpurple' 'startup-notification' 'gtkspell' 'libxss' 'libsm'
-   'hicolor-icon-theme')
-  optdepends=('aspell: for spelling correction')
-  install=pidgin.install
-
-  cd $srcdir/pidgin-$pkgver
-
-  # For linking
-  make -C libpurple DESTDIR=$pkgdir install-libLTLIBRARIES
-
-  make -C pidgin DESTDIR=$pkgdir install
-  make -C doc DESTDIR=$pkgdir install
-
-  # Remove files that are packaged in libpurle
-  make -C libpurple DESTDIR=$pkgdir uninstall-libLTLIBRARIES
-
-  install -Dm644 pidgin.desktop $pkgdir/usr/share/applications/pidgin.desktop
-
-  rm $pkgdir/usr/share/man/man1/finch.1
-}
-
-package_libpurple(){
-  pkgdesc=IM library extracted from Pidgin
-  depends=('farstream-0.1' 'libsasl' 'libidn' 'dbus-glib' 'nss')
-  optdepends=('avahi: Bonjour protocol support'
-  'ca-certificates: SSL CA certificates'
-  'python2-dbus: for purple-remote and purple-url-handler'
-  'tk: Tcl/Tk scripting support')
-
-  cd $srcdir/pidgin-$pkgver
-
-  for _dir in libpurple share/sounds share/ca-certs m4macros po; do
-make -C $_dir DESTDIR=$pkgdir install
-  done
-
-  # Remove GConf schema file
-  rm $pkgdir/etc/gconf/schemas/purple.schemas
-  rmdir $pkgdir/etc{/gconf{/schemas,},}
-}
-
-package_finch(){
-  pkgdesc=A ncurses-based messaging client
-  depends=(libpurple=$pkgver-$pkgrel 'libx11' 'python2')
-
-  cd $srcdir/pidgin-$pkgver
-
-  # For linking
-  make -C libpurple DESTDIR=$pkgdir install-libLTLIBRARIES
-
-  make -C finch DESTDIR=$pkgdir install
-  make -C doc DESTDIR=$pkgdir install
-
-  # Remove files that are packaged in libpurle
-  make -C libpurple DESTDIR=$pkgdir uninstall-libLTLIBRARIES
-
-  rm $pkgdir/usr/share/man/man1/pidgin.1
-}
-
-# vim:set ts=2 sw=2 et:

Copied: pidgin/repos/extra-i686/PKGBUILD (from rev 225241, 
pidgin/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-10-23 19:29:27 UTC (rev 225242)
@@ -0,0 +1,105 @@
+# $Id$
+# Maintainer: Evangelos Foutras evange...@foutrelis.com
+# Contributor: Ionut Biru ib...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+# Contributor: Alexander Fehr pizzapunk gmail com

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

2014-10-23 Thread Jonathan Steel
Date: Thursday, October 23, 2014 @ 21:33:53
  Author: jsteel
Revision: 121323

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

Added:
  monitoring-plugins/repos/community-i686/
  monitoring-plugins/repos/community-i686/PKGBUILD
(from rev 121322, monitoring-plugins/trunk/PKGBUILD)
  monitoring-plugins/repos/community-x86_64/
  monitoring-plugins/repos/community-x86_64/PKGBUILD
(from rev 121322, monitoring-plugins/trunk/PKGBUILD)

---+
 community-i686/PKGBUILD   |   36 
 community-x86_64/PKGBUILD |   36 
 2 files changed, 72 insertions(+)

Copied: monitoring-plugins/repos/community-i686/PKGBUILD (from rev 121322, 
monitoring-plugins/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-10-23 19:33:53 UTC (rev 121323)
@@ -0,0 +1,36 @@
+# Maintainer: Jonathan Steel jsteel at archlinux.org
+# Contributor: Idares idares at seznam dot cz
+
+pkgname=monitoring-plugins
+pkgver=2.1
+pkgrel=2
+pkgdesc=Plugins for Icinga, Naemon, Nagios, Shinken, Sensu, and other 
monitoring applications.
+arch=('i686' 'x86_64')
+url=http://www.monitoring-plugins.org;
+license=('GPL3')
+depends=('libldap')
+makedepends=('net-snmp')
+optdepends=('net-snmp: for SNMP checking')
+provides=('nagios-plugins')
+conflicts=('nagios-plugins')
+replaces=('nagios-plugins')
+source=(https://www.monitoring-plugins.org/download/$pkgname-$pkgver.tar.gz)
+md5sums=('9dc3f7d39cfdea60f3929ecdbb4cbb4a')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+
+  ./configure --prefix=/usr --libexecdir=/usr/lib/monitoring-plugins
+
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+
+  make DESTDIR=$pkgdir/ install
+
+  install -Dm644 FAQ $pkgdir/usr/share/doc/$pkgname/FAQ
+  install -Dm644 README $pkgdir/usr/share/doc/$pkgname/README
+  install -Dm644 LEGAL $pkgdir/usr/share/licenses/$pkgname/LEGAL
+}

Copied: monitoring-plugins/repos/community-x86_64/PKGBUILD (from rev 121322, 
monitoring-plugins/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2014-10-23 19:33:53 UTC (rev 121323)
@@ -0,0 +1,36 @@
+# Maintainer: Jonathan Steel jsteel at archlinux.org
+# Contributor: Idares idares at seznam dot cz
+
+pkgname=monitoring-plugins
+pkgver=2.1
+pkgrel=2
+pkgdesc=Plugins for Icinga, Naemon, Nagios, Shinken, Sensu, and other 
monitoring applications.
+arch=('i686' 'x86_64')
+url=http://www.monitoring-plugins.org;
+license=('GPL3')
+depends=('libldap')
+makedepends=('net-snmp')
+optdepends=('net-snmp: for SNMP checking')
+provides=('nagios-plugins')
+conflicts=('nagios-plugins')
+replaces=('nagios-plugins')
+source=(https://www.monitoring-plugins.org/download/$pkgname-$pkgver.tar.gz)
+md5sums=('9dc3f7d39cfdea60f3929ecdbb4cbb4a')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+
+  ./configure --prefix=/usr --libexecdir=/usr/lib/monitoring-plugins
+
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+
+  make DESTDIR=$pkgdir/ install
+
+  install -Dm644 FAQ $pkgdir/usr/share/doc/$pkgname/FAQ
+  install -Dm644 README $pkgdir/usr/share/doc/$pkgname/README
+  install -Dm644 LEGAL $pkgdir/usr/share/licenses/$pkgname/LEGAL
+}


[arch-commits] Commit in monitoring-plugins/trunk (PKGBUILD)

2014-10-23 Thread Jonathan Steel
Date: Thursday, October 23, 2014 @ 21:33:37
  Author: jsteel
Revision: 121322

upgpkg: monitoring-plugins 2.1-2

Modified:
  monitoring-plugins/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-10-23 19:23:43 UTC (rev 121321)
+++ PKGBUILD2014-10-23 19:33:37 UTC (rev 121322)
@@ -7,7 +7,7 @@
 pkgdesc=Plugins for Icinga, Naemon, Nagios, Shinken, Sensu, and other 
monitoring applications.
 arch=('i686' 'x86_64')
 url=http://www.monitoring-plugins.org;
-license=('GPL')
+license=('GPL3')
 depends=('libldap')
 makedepends=('net-snmp')
 optdepends=('net-snmp: for SNMP checking')
@@ -14,7 +14,7 @@
 provides=('nagios-plugins')
 conflicts=('nagios-plugins')
 replaces=('nagios-plugins')
-source=(https://www.monitoring-plugins.org/download/$pkgname-$pkgver.tar.gz;)
+source=(https://www.monitoring-plugins.org/download/$pkgname-$pkgver.tar.gz)
 md5sums=('9dc3f7d39cfdea60f3929ecdbb4cbb4a')
 
 build() {


[arch-commits] Commit in maim/trunk (PKGBUILD)

2014-10-23 Thread Bartłomiej Piotrowski
Date: Thursday, October 23, 2014 @ 21:38:27
  Author: bpiotrowski
Revision: 121324

upgpkg: maim 2.3.30-1

new upstream release

Modified:
  maim/trunk/PKGBUILD

--+
 PKGBUILD |   11 +++
 1 file changed, 7 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-10-23 19:33:53 UTC (rev 121323)
+++ PKGBUILD2014-10-23 19:38:27 UTC (rev 121324)
@@ -3,7 +3,7 @@
 # Contributor: naelstrof naelst...@gmail.com
 
 pkgname=maim
-pkgver=2.3.17
+pkgver=2.3.30
 pkgrel=1
 pkgdesc='Utility to take a screenshot using imlib2'
 arch=('i686' 'x86_64')
@@ -10,14 +10,17 @@
 url='https://github.com/naelstrof/maim'
 license=('GPL3')
 depends=('freetype2' 'imlib2' 'libx11' 'libxext' 'libxfixes' 'libxrandr')
+makedepends=('cmake')
 optdepends=('slop: region selection support')
 source=($url/archive/v$pkgver.tar.gz)
-md5sums=('afeeed04ef6fd4690d72fca0e8165dec')
+md5sums=('61e13734d0d8aef6bba3da1c516b1d09')
 
 build() {
-make -C $pkgname-$pkgver
+  cd $pkgname-$pkgver
+  cmake -DCMAKE_INSTALL_PREFIX=/usr/bin .
+  make
 }
 
 package() {
-make -C $pkgname-$pkgver DESTDIR=$pkgdir install
+  make -C $pkgname-$pkgver DESTDIR=$pkgdir install
 }


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

2014-10-23 Thread Bartłomiej Piotrowski
Date: Thursday, October 23, 2014 @ 21:38:45
  Author: bpiotrowski
Revision: 121325

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

Added:
  maim/repos/community-i686/PKGBUILD
(from rev 121324, maim/trunk/PKGBUILD)
  maim/repos/community-x86_64/PKGBUILD
(from rev 121324, maim/trunk/PKGBUILD)
Deleted:
  maim/repos/community-i686/PKGBUILD
  maim/repos/community-x86_64/PKGBUILD

---+
 /PKGBUILD |   52 
 community-i686/PKGBUILD   |   23 ---
 community-x86_64/PKGBUILD |   23 ---
 3 files changed, 52 insertions(+), 46 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-10-23 19:38:27 UTC (rev 121324)
+++ community-i686/PKGBUILD 2014-10-23 19:38:45 UTC (rev 121325)
@@ -1,23 +0,0 @@
-# $Id$
-# Maintainer:  Bartłomiej Piotrowski bpiotrow...@archlinux.org
-# Contributor: naelstrof naelst...@gmail.com
-
-pkgname=maim
-pkgver=2.3.17
-pkgrel=1
-pkgdesc='Utility to take a screenshot using imlib2'
-arch=('i686' 'x86_64')
-url='https://github.com/naelstrof/maim'
-license=('GPL3')
-depends=('freetype2' 'imlib2' 'libx11' 'libxext' 'libxfixes' 'libxrandr')
-optdepends=('slop: region selection support')
-source=($url/archive/v$pkgver.tar.gz)
-md5sums=('afeeed04ef6fd4690d72fca0e8165dec')
-
-build() {
-make -C $pkgname-$pkgver
-}
-
-package() {
-make -C $pkgname-$pkgver DESTDIR=$pkgdir install
-}

Copied: maim/repos/community-i686/PKGBUILD (from rev 121324, 
maim/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-10-23 19:38:45 UTC (rev 121325)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer:  Bartłomiej Piotrowski bpiotrow...@archlinux.org
+# Contributor: naelstrof naelst...@gmail.com
+
+pkgname=maim
+pkgver=2.3.30
+pkgrel=1
+pkgdesc='Utility to take a screenshot using imlib2'
+arch=('i686' 'x86_64')
+url='https://github.com/naelstrof/maim'
+license=('GPL3')
+depends=('freetype2' 'imlib2' 'libx11' 'libxext' 'libxfixes' 'libxrandr')
+makedepends=('cmake')
+optdepends=('slop: region selection support')
+source=($url/archive/v$pkgver.tar.gz)
+md5sums=('61e13734d0d8aef6bba3da1c516b1d09')
+
+build() {
+  cd $pkgname-$pkgver
+  cmake -DCMAKE_INSTALL_PREFIX=/usr/bin .
+  make
+}
+
+package() {
+  make -C $pkgname-$pkgver DESTDIR=$pkgdir install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2014-10-23 19:38:27 UTC (rev 121324)
+++ community-x86_64/PKGBUILD   2014-10-23 19:38:45 UTC (rev 121325)
@@ -1,23 +0,0 @@
-# $Id$
-# Maintainer:  Bartłomiej Piotrowski bpiotrow...@archlinux.org
-# Contributor: naelstrof naelst...@gmail.com
-
-pkgname=maim
-pkgver=2.3.17
-pkgrel=1
-pkgdesc='Utility to take a screenshot using imlib2'
-arch=('i686' 'x86_64')
-url='https://github.com/naelstrof/maim'
-license=('GPL3')
-depends=('freetype2' 'imlib2' 'libx11' 'libxext' 'libxfixes' 'libxrandr')
-optdepends=('slop: region selection support')
-source=($url/archive/v$pkgver.tar.gz)
-md5sums=('afeeed04ef6fd4690d72fca0e8165dec')
-
-build() {
-make -C $pkgname-$pkgver
-}
-
-package() {
-make -C $pkgname-$pkgver DESTDIR=$pkgdir install
-}

Copied: maim/repos/community-x86_64/PKGBUILD (from rev 121324, 
maim/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2014-10-23 19:38:45 UTC (rev 121325)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer:  Bartłomiej Piotrowski bpiotrow...@archlinux.org
+# Contributor: naelstrof naelst...@gmail.com
+
+pkgname=maim
+pkgver=2.3.30
+pkgrel=1
+pkgdesc='Utility to take a screenshot using imlib2'
+arch=('i686' 'x86_64')
+url='https://github.com/naelstrof/maim'
+license=('GPL3')
+depends=('freetype2' 'imlib2' 'libx11' 'libxext' 'libxfixes' 'libxrandr')
+makedepends=('cmake')
+optdepends=('slop: region selection support')
+source=($url/archive/v$pkgver.tar.gz)
+md5sums=('61e13734d0d8aef6bba3da1c516b1d09')
+
+build() {
+  cd $pkgname-$pkgver
+  cmake -DCMAKE_INSTALL_PREFIX=/usr/bin .
+  make
+}
+
+package() {
+  make -C $pkgname-$pkgver DESTDIR=$pkgdir install
+}


[arch-commits] Commit in puppet/trunk (PKGBUILD)

2014-10-23 Thread Jonathan Steel
Date: Thursday, October 23, 2014 @ 21:42:18
  Author: jsteel
Revision: 121326

upgpkg: puppet 3.7.2-1

Modified:
  puppet/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-10-23 19:38:45 UTC (rev 121325)
+++ PKGBUILD2014-10-23 19:42:18 UTC (rev 121326)
@@ -9,7 +9,7 @@
 # Contributor: Niels Abspoel aboe76 (at) Gmail (dot) com
 
 pkgname=puppet
-pkgver=3.7.1
+pkgver=3.7.2
 pkgrel=1
 pkgdesc=Server automation framework and application
 arch=('any')
@@ -22,7 +22,7 @@
 'etc/puppet/puppet.conf' 'etc/puppet/tagmail.conf')
 install=$pkgname.install
 
source=($pkgname-$pkgver.tar.gz::http://github.com/puppetlabs/$pkgname/archive/$pkgver.tar.gz)
-md5sums=('28e2794d47a4e915504e3fabb454ac1f')
+md5sums=('87535ed8ce3f2013f4232e664ee14f9f')
 
 package() {
   cd $srcdir/$pkgname-$pkgver


[arch-commits] Commit in puppet/repos/community-any (4 files)

2014-10-23 Thread Jonathan Steel
Date: Thursday, October 23, 2014 @ 21:42:28
  Author: jsteel
Revision: 121327

archrelease: copy trunk to community-any

Added:
  puppet/repos/community-any/PKGBUILD
(from rev 121326, puppet/trunk/PKGBUILD)
  puppet/repos/community-any/puppet.install
(from rev 121326, puppet/trunk/puppet.install)
Deleted:
  puppet/repos/community-any/PKGBUILD
  puppet/repos/community-any/puppet.install

+
 PKGBUILD   |  128 +++
 puppet.install |   46 +--
 2 files changed, 87 insertions(+), 87 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-10-23 19:42:18 UTC (rev 121326)
+++ PKGBUILD2014-10-23 19:42:28 UTC (rev 121327)
@@ -1,64 +0,0 @@
-# $Id$
-# Maintainer: Jonathan Steel jsteel at archlinux.org
-# Contributor: Greg Sutcliffe puppet-aur (at) emeraldreverie (dot) org
-# Contributor: Hyacinthe Cartiaux hyacinthe (dot) cartiaux (at) free (dot) fr
-# Contributor: Thomas S Hatch thatch45 (at) Gmail (dot) com
-# Contributor: Xavion Xavion (dot) 0 (at) Gmail (dot) com
-# Contributor: Miah Johnson miah (at) chia-pet dot org
-# Contributor: Dave Simons miouhpi (at) Gmail (dot) com
-# Contributor: Niels Abspoel aboe76 (at) Gmail (dot) com
-
-pkgname=puppet
-pkgver=3.7.1
-pkgrel=1
-pkgdesc=Server automation framework and application
-arch=('any')
-url=http://puppetlabs.com/puppet/puppet-open-source;
-license=('APACHE')
-depends=('facter' 'hiera')
-optdepends=('ruby-shadow: user password management'
-'logrotate')
-backup=('etc/puppet/auth.conf' 'etc/puppet/fileserver.conf'
-'etc/puppet/puppet.conf' 'etc/puppet/tagmail.conf')
-install=$pkgname.install
-source=($pkgname-$pkgver.tar.gz::http://github.com/puppetlabs/$pkgname/archive/$pkgver.tar.gz)
-md5sums=('28e2794d47a4e915504e3fabb454ac1f')
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-
-  ruby install.rb --destdir=$pkgdir/ --sitelibdir=$( ruby -e \
-'puts RbConfig::CONFIG[vendorlibdir]' )
-
-  install -Dm644 $srcdir/$pkgname-$pkgver/ext/redhat/$pkgname.conf \
-$pkgdir/etc/$pkgname/$pkgname.conf
-  install -Dm644 $srcdir/$pkgname-$pkgver/ext/redhat/logrotate \
-$pkgdir/etc/logrotate.d/$pkgname
-  install -Dm644 $srcdir/$pkgname-$pkgver/conf/fileserver.conf \
-$pkgdir/etc/$pkgname/fileserver.conf
-  install -Dm644 $srcdir/$pkgname-$pkgver/conf/tagmail.conf \
-$pkgdir/etc/$pkgname/tagmail.conf
-
-  install -d $pkgdir/{var/lib/$pkgname,usr/lib/tmpfiles.d}/
-
-  echo d /var/run/$pkgname 0755 $pkgname $pkgname -  \
-$pkgdir/usr/lib/tmpfiles.d/$pkgname.conf
-
-  # systemd
-  install -Dm644 $srcdir/$pkgname-$pkgver/ext/systemd/$pkgname.service \
-$pkgdir/usr/lib/systemd/system/$pkgname.service
-  install -Dm644 
$srcdir/$pkgname-$pkgver/ext/systemd/${pkgname}master.service \
-$pkgdir/usr/lib/systemd/system/${pkgname}master.service
-
-  # vim and emacs
-  install -Dm644 $srcdir/$pkgname-$pkgver/ext/vim/ftdetect/$pkgname.vim \
-$pkgdir/usr/share/vim/vimfiles/ftdetect/$pkgname.vim
-  install -Dm644 $srcdir/$pkgname-$pkgver/ext/vim/syntax/$pkgname.vim \
-$pkgdir/usr/share/vim/vimfiles/syntax/$pkgname.vim
-  install -Dm644 $srcdir/$pkgname-$pkgver/ext/emacs/$pkgname-mode.el \
-$pkgdir/usr/share/emacs/site-lisp/$pkgname-mode.el
-  install -Dm644 $srcdir/$pkgname-$pkgver/ext/emacs/$pkgname-mode-init.el \
-$pkgdir/usr/share/emacs/site-lisp/site-start.d/$pkgname-mode-init.el
-
-  install -Dm644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
-}

Copied: puppet/repos/community-any/PKGBUILD (from rev 121326, 
puppet/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-10-23 19:42:28 UTC (rev 121327)
@@ -0,0 +1,64 @@
+# $Id$
+# Maintainer: Jonathan Steel jsteel at archlinux.org
+# Contributor: Greg Sutcliffe puppet-aur (at) emeraldreverie (dot) org
+# Contributor: Hyacinthe Cartiaux hyacinthe (dot) cartiaux (at) free (dot) fr
+# Contributor: Thomas S Hatch thatch45 (at) Gmail (dot) com
+# Contributor: Xavion Xavion (dot) 0 (at) Gmail (dot) com
+# Contributor: Miah Johnson miah (at) chia-pet dot org
+# Contributor: Dave Simons miouhpi (at) Gmail (dot) com
+# Contributor: Niels Abspoel aboe76 (at) Gmail (dot) com
+
+pkgname=puppet
+pkgver=3.7.2
+pkgrel=1
+pkgdesc=Server automation framework and application
+arch=('any')
+url=http://puppetlabs.com/puppet/puppet-open-source;
+license=('APACHE')
+depends=('facter' 'hiera')
+optdepends=('ruby-shadow: user password management'
+'logrotate')
+backup=('etc/puppet/auth.conf' 'etc/puppet/fileserver.conf'
+'etc/puppet/puppet.conf' 'etc/puppet/tagmail.conf')
+install=$pkgname.install
+source=($pkgname-$pkgver.tar.gz::http://github.com/puppetlabs/$pkgname/archive/$pkgver.tar.gz)
+md5sums=('87535ed8ce3f2013f4232e664ee14f9f')
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+
+  ruby install.rb 

[arch-commits] Commit in perl-devel-stacktrace/trunk (PKGBUILD)

2014-10-23 Thread Jaroslav Lichtblau
Date: Thursday, October 23, 2014 @ 21:48:45
  Author: jlichtblau
Revision: 121328

upgpkg: perl-devel-stacktrace 1.34-1

Modified:
  perl-devel-stacktrace/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-10-23 19:42:28 UTC (rev 121327)
+++ PKGBUILD2014-10-23 19:48:45 UTC (rev 121328)
@@ -3,8 +3,8 @@
 # Contributor: Moritz Bunkus mor...@bunkus.org
 
 pkgname=perl-devel-stacktrace
-pkgver=1.32
-pkgrel=2
+pkgver=1.34
+pkgrel=1
 pkgdesc='An object representing a stack trace'
 arch=('any')
 url=https://metacpan.org/release/Devel-StackTrace;
@@ -12,7 +12,7 @@
 depends=('perl=5.6')
 options=('!emptydirs')
 
source=(http://search.cpan.org/CPAN/authors/id/D/DR/DROLSKY/Devel-StackTrace-$pkgver.tar.gz)
-sha256sums=('276c1f45f7d82d3e4c4a2b02804268eb651ab4120389c89b857ca3ac3a5dd01e')
+sha256sums=('e882ccd7f4cbab0d0cdad53897f3f3bf29bdcf47d2bdfde1ac07f1bc7d7ebd16')
 
 build() {
   cd ${srcdir}/Devel-StackTrace-$pkgver


[arch-commits] Commit in perl-devel-stacktrace/repos/community-any (PKGBUILD PKGBUILD)

2014-10-23 Thread Jaroslav Lichtblau
Date: Thursday, October 23, 2014 @ 21:48:56
  Author: jlichtblau
Revision: 121329

archrelease: copy trunk to community-any

Added:
  perl-devel-stacktrace/repos/community-any/PKGBUILD
(from rev 121328, perl-devel-stacktrace/trunk/PKGBUILD)
Deleted:
  perl-devel-stacktrace/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2014-10-23 19:48:45 UTC (rev 121328)
+++ PKGBUILD2014-10-23 19:48:56 UTC (rev 121329)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau dragonl...@aur.archlinux.org
-# Contributor: Moritz Bunkus mor...@bunkus.org
-
-pkgname=perl-devel-stacktrace
-pkgver=1.32
-pkgrel=2
-pkgdesc='An object representing a stack trace'
-arch=('any')
-url=https://metacpan.org/release/Devel-StackTrace;
-license=('PerlArtistic' 'GPL')
-depends=('perl=5.6')
-options=('!emptydirs')
-source=(http://search.cpan.org/CPAN/authors/id/D/DR/DROLSKY/Devel-StackTrace-$pkgver.tar.gz)
-sha256sums=('276c1f45f7d82d3e4c4a2b02804268eb651ab4120389c89b857ca3ac3a5dd01e')
-
-build() {
-  cd ${srcdir}/Devel-StackTrace-$pkgver
-
-  export PERL_MM_USE_DEFAULT=1 PERL_AUTOINSTALL=--skipdeps
-  unset PERL5LIB PERL_MM_OPT
-  perl Makefile.PL
-  make
-}
-
-check() {
-  cd ${srcdir}/Devel-StackTrace-$pkgver
-
-  export PERL_MM_USE_DEFAULT=1
-  unset PERL5LIB
-  make test
-}
-
-package() {
-  cd ${srcdir}/Devel-StackTrace-$pkgver
-
-  make install INSTALLDIRS=vendor DESTDIR=${pkgdir}
-
-  find ${pkgdir} -name .packlist -o -name perllocal.pod -delete
-}

Copied: perl-devel-stacktrace/repos/community-any/PKGBUILD (from rev 121328, 
perl-devel-stacktrace/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-10-23 19:48:56 UTC (rev 121329)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau dragonl...@aur.archlinux.org
+# Contributor: Moritz Bunkus mor...@bunkus.org
+
+pkgname=perl-devel-stacktrace
+pkgver=1.34
+pkgrel=1
+pkgdesc='An object representing a stack trace'
+arch=('any')
+url=https://metacpan.org/release/Devel-StackTrace;
+license=('PerlArtistic' 'GPL')
+depends=('perl=5.6')
+options=('!emptydirs')
+source=(http://search.cpan.org/CPAN/authors/id/D/DR/DROLSKY/Devel-StackTrace-$pkgver.tar.gz)
+sha256sums=('e882ccd7f4cbab0d0cdad53897f3f3bf29bdcf47d2bdfde1ac07f1bc7d7ebd16')
+
+build() {
+  cd ${srcdir}/Devel-StackTrace-$pkgver
+
+  export PERL_MM_USE_DEFAULT=1 PERL_AUTOINSTALL=--skipdeps
+  unset PERL5LIB PERL_MM_OPT
+  perl Makefile.PL
+  make
+}
+
+check() {
+  cd ${srcdir}/Devel-StackTrace-$pkgver
+
+  export PERL_MM_USE_DEFAULT=1
+  unset PERL5LIB
+  make test
+}
+
+package() {
+  cd ${srcdir}/Devel-StackTrace-$pkgver
+
+  make install INSTALLDIRS=vendor DESTDIR=${pkgdir}
+
+  find ${pkgdir} -name .packlist -o -name perllocal.pod -delete
+}


[arch-commits] Commit in stuntrally/trunk (PKGBUILD)

2014-10-23 Thread Sven-Hendrik Haase
Date: Thursday, October 23, 2014 @ 22:37:01
  Author: svenstaro
Revision: 121330

upgpkg: stuntrally 2.4-3

rebuild

Modified:
  stuntrally/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-10-23 19:48:56 UTC (rev 121329)
+++ PKGBUILD2014-10-23 20:37:01 UTC (rev 121330)
@@ -5,7 +5,7 @@
 
 pkgname=stuntrally
 pkgver=2.4
-pkgrel=2
+pkgrel=3
 pkgdesc='Stunt Rally game with track editor, based on VDrift'
 arch=('x86_64' 'i686')
 license=('GPL3')


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

2014-10-23 Thread Sven-Hendrik Haase
Date: Thursday, October 23, 2014 @ 22:37:09
  Author: svenstaro
Revision: 121331

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

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

-+
 /PKGBUILD   |   74 ++
 /stuntrally.install |   26 +++
 community-i686/PKGBUILD |   37 -
 community-i686/stuntrally.install   |   13 -
 community-x86_64/PKGBUILD   |   37 -
 community-x86_64/stuntrally.install |   13 -
 6 files changed, 100 insertions(+), 100 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-10-23 20:37:01 UTC (rev 121330)
+++ community-i686/PKGBUILD 2014-10-23 20:37:09 UTC (rev 121331)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
-# Contributor: Sven Schneider archlinux.sandm...@googlemail.com
-# Contributor: Jason Melton jason.mel...@gmail.com
-
-pkgname=stuntrally
-pkgver=2.4
-pkgrel=2
-pkgdesc='Stunt Rally game with track editor, based on VDrift'
-arch=('x86_64' 'i686')
-license=('GPL3')
-url='http://code.google.com/p/vdrift-ogre'
-depends=('libvorbis' 'mygui' 'sdl2' 'enet' 'gtk-update-icon-cache' 
'stuntrally-data')
-makedepends=('cmake' 'boost' 'git')
-install=stuntrally.install
-source=($pkgname-$pkgver.tar.gz::https://github.com/stuntrally/stuntrally/archive/${pkgver}.tar.gz;)
-sha256sums=('273697fae75de64509aa26d8fc5fdfe662764c3ac7fc3fa9b8d72f8a76c7a677')
-
-build() {
-  cd $srcdir/stuntrally-$pkgver/
-
-  rm -rf build
-  mkdir build  cd build
-  cmake .. \
--DCMAKE_INSTALL_PREFIX=/usr \
--DSHARE_INSTALL=share/stuntrally
-  make
-}
-
-package() {
-  cd $srcdir/stuntrally-$pkgver/build/
-
-  make DESTDIR=$pkgdir install
-  rm -rf $pkgdir/usr/share/stuntrally/
-}
-
-# vim:set ts=2 sw=2 et:

Copied: stuntrally/repos/community-i686/PKGBUILD (from rev 121330, 
stuntrally/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-10-23 20:37:09 UTC (rev 121331)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
+# Contributor: Sven Schneider archlinux.sandm...@googlemail.com
+# Contributor: Jason Melton jason.mel...@gmail.com
+
+pkgname=stuntrally
+pkgver=2.4
+pkgrel=3
+pkgdesc='Stunt Rally game with track editor, based on VDrift'
+arch=('x86_64' 'i686')
+license=('GPL3')
+url='http://code.google.com/p/vdrift-ogre'
+depends=('libvorbis' 'mygui' 'sdl2' 'enet' 'gtk-update-icon-cache' 
'stuntrally-data')
+makedepends=('cmake' 'boost' 'git')
+install=stuntrally.install
+source=($pkgname-$pkgver.tar.gz::https://github.com/stuntrally/stuntrally/archive/${pkgver}.tar.gz;)
+sha256sums=('273697fae75de64509aa26d8fc5fdfe662764c3ac7fc3fa9b8d72f8a76c7a677')
+
+build() {
+  cd $srcdir/stuntrally-$pkgver/
+
+  rm -rf build
+  mkdir build  cd build
+  cmake .. \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DSHARE_INSTALL=share/stuntrally
+  make
+}
+
+package() {
+  cd $srcdir/stuntrally-$pkgver/build/
+
+  make DESTDIR=$pkgdir install
+  rm -rf $pkgdir/usr/share/stuntrally/
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-i686/stuntrally.install
===
--- community-i686/stuntrally.install   2014-10-23 20:37:01 UTC (rev 121330)
+++ community-i686/stuntrally.install   2014-10-23 20:37:09 UTC (rev 121331)
@@ -1,13 +0,0 @@
-post_install() {
-  gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
- post_install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: stuntrally/repos/community-i686/stuntrally.install (from rev 121330, 
stuntrally/trunk/stuntrally.install)
===
--- community-i686/stuntrally.install   (rev 0)
+++ community-i686/stuntrally.install   2014-10-23 20:37:09 UTC (rev 121331)
@@ -0,0 +1,13 @@
+post_install() {
+  gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+ post_install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD

[arch-commits] Commit in nrpe/repos (16 files)

2014-10-23 Thread Jonathan Steel
Date: Thursday, October 23, 2014 @ 23:03:55
  Author: jsteel
Revision: 121333

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

Added:
  nrpe/repos/community-i686/
  nrpe/repos/community-i686/PKGBUILD
(from rev 121332, nrpe/trunk/PKGBUILD)
  nrpe/repos/community-i686/nrpe.install
(from rev 121332, nrpe/trunk/nrpe.install)
  nrpe/repos/community-i686/nrpe.service
(from rev 121332, nrpe/trunk/nrpe.service)
  nrpe/repos/community-i686/nrpe.socket
(from rev 121332, nrpe/trunk/nrpe.socket)
  nrpe/repos/community-i686/nrpe.tmpfiles
(from rev 121332, nrpe/trunk/nrpe.tmpfiles)
  nrpe/repos/community-i686/nrpe@.service
(from rev 121332, nrpe/trunk/nrpe@.service)
  nrpe/repos/community-i686/syslog.patch
(from rev 121332, nrpe/trunk/syslog.patch)
  nrpe/repos/community-x86_64/
  nrpe/repos/community-x86_64/PKGBUILD
(from rev 121332, nrpe/trunk/PKGBUILD)
  nrpe/repos/community-x86_64/nrpe.install
(from rev 121332, nrpe/trunk/nrpe.install)
  nrpe/repos/community-x86_64/nrpe.service
(from rev 121332, nrpe/trunk/nrpe.service)
  nrpe/repos/community-x86_64/nrpe.socket
(from rev 121332, nrpe/trunk/nrpe.socket)
  nrpe/repos/community-x86_64/nrpe.tmpfiles
(from rev 121332, nrpe/trunk/nrpe.tmpfiles)
  nrpe/repos/community-x86_64/nrpe@.service
(from rev 121332, nrpe/trunk/nrpe@.service)
  nrpe/repos/community-x86_64/syslog.patch
(from rev 121332, nrpe/trunk/syslog.patch)

+
 community-i686/PKGBUILD|   79 +++
 community-i686/nrpe.install|   28 +
 community-i686/nrpe.service|   13 ++
 community-i686/nrpe.socket |9 
 community-i686/nrpe.tmpfiles   |1 
 community-i686/nrpe@.service   |8 +++
 community-i686/syslog.patch|   22 ++
 community-x86_64/PKGBUILD  |   79 +++
 community-x86_64/nrpe.install  |   28 +
 community-x86_64/nrpe.service  |   13 ++
 community-x86_64/nrpe.socket   |9 
 community-x86_64/nrpe.tmpfiles |1 
 community-x86_64/nrpe@.service |8 +++
 community-x86_64/syslog.patch  |   22 ++
 14 files changed, 320 insertions(+)

Copied: nrpe/repos/community-i686/PKGBUILD (from rev 121332, 
nrpe/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-10-23 21:03:55 UTC (rev 121333)
@@ -0,0 +1,79 @@
+# Maintainer: Jonathan Steel jsteel at archlinux.org
+# Contributor: Phillip Smith fuka...@no-spam.gmail.com
+# Contributor: Dale Blount d...@archlinux.org
+
+pkgname=nrpe
+pkgver=2.15
+pkgrel=3
+pkgdesc=Nagios Remote Plugin Executor
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('openssl')
+optdepends=(monitoring-plugins: common tools for monitoring using $pkgname)
+replaces=('nagios-nrpe')
+install=$pkgname.install
+backup=('etc/nrpe/nrpe.cfg' 'etc/xinetd.d/nrpe')
+url=http://exchange.nagios.org/directory/Addons/Monitoring-Agents/NRPE--2D-Nagios-Remote-Plugin-Executor/details;
+source=(http://downloads.sourceforge.net/nagios/$pkgname-$pkgver.tar.gz
+$pkgname.service $pkgname.socket $pkgname@.service $pkgname.tmpfiles
+syslog.patch)
+md5sums=('3921ddc598312983f604541784b35a50'
+ '265512fbfc65f89eab1ca23d11ec749d'
+ 'f239bb4e7b885449d1f4067b209d89fd'
+ '143278e9495821bd887cf84ce0f97af6'
+ 'd4b89b7ff8ffb187d44fedf294e7f5de'
+ 'e68e6460f5a2999635254dac64056679')
+
+prepare() {
+  cd $srcdir/$pkgname-$pkgver
+
+  # fix directory permissions
+  sed -i 's/775/755/' Makefile.in src/Makefile.in
+
+  # fix run directory
+  sed -i 's/nrpe.pid/nrpe\/nrpe.pid/' sample-config/nrpe.cfg.in
+
+  # set the nrpe user and group
+  sed -i 's/@nrpe_user@/31/' sample-config/nrpe.cfg.in
+  sed -i 's/@nrpe_group@/31/' sample-config/nrpe.cfg.in
+
+  # fix logging binary data to journal/syslog when ipv4 disconnects with 
debug=1
+  patch -Np1 -i $srcdir/syslog.patch
+}
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+
+  ./configure \
+--prefix=/usr \
+--sysconfdir=/etc/nrpe \
+--libexecdir=/usr/lib/monitoring-plugins \
+--enable-command-args \
+--with-nrpe-user=0 --with-nrpe-group=0 \
+--with-nagios-user=0 --with-nagios-group=0
+  
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+
+  make DESTDIR=$pkgdir/ install
+  make DESTDIR=$pkgdir/ install-daemon-config
+
+  install -Dm644 sample-config/nrpe.xinetd $pkgdir/etc/xinetd.d/nrpe
+
+  install -D -m644 $srcdir/nrpe.service \
+$pkgdir/usr/lib/systemd/system/nrpe.service
+  install -D -m644 $srcdir/nrpe.socket \
+$pkgdir/usr/lib/systemd/system/nrpe.socket
+  install -D -m644 $srcdir/nrpe@.service \
+$pkgdir/usr/lib/systemd/system/nrpe@.service
+  install -D -m644 $srcdir/nrpe.tmpfiles \
+$pkgdir/usr/lib/tmpfiles.d/nrpe.conf
+
+  install -Dm644 README $pkgdir/usr/share/doc/$pkgname/README
+  install 

  1   2   >