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

2015-07-08 Thread Antonio Rojas
Date: Wednesday, July 8, 2015 @ 13:51:06
  Author: arojas
Revision: 241871

libusb-compat is not needed anymore

Modified:
  libindi/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-07-08 09:15:03 UTC (rev 241870)
+++ PKGBUILD2015-07-08 11:51:06 UTC (rev 241871)
@@ -9,7 +9,7 @@
 url=http://www.indilib.org/index.php?title=Main_Page;
 license=('GPL2')
 arch=('i686' 'x86_64')
-depends=('libnova' 'cfitsio' 'boost-libs' 'libusb-compat' 'libjpeg' 'gsl')
+depends=('libnova' 'cfitsio' 'boost-libs' 'libusb' 'libjpeg' 'gsl')
 makedepends=('cmake' 'boost')
 options=('staticlibs') # libindiclient builds as static only
 source=(http://www.indilib.org/jdownloads/Source/${pkgname}_${pkgver}.tar.gz;)


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

2015-07-08 Thread Sébastien Luttringer
Date: Wednesday, July 8, 2015 @ 13:21:17
  Author: seblu
Revision: 136555

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

Added:
  keepalived/repos/community-i686/PKGBUILD
(from rev 136554, keepalived/trunk/PKGBUILD)
  keepalived/repos/community-i686/keepalived.service
(from rev 136554, keepalived/trunk/keepalived.service)
  keepalived/repos/community-x86_64/PKGBUILD
(from rev 136554, keepalived/trunk/PKGBUILD)
  keepalived/repos/community-x86_64/keepalived.service
(from rev 136554, keepalived/trunk/keepalived.service)
Deleted:
  keepalived/repos/community-i686/PKGBUILD
  keepalived/repos/community-i686/keepalived.service
  keepalived/repos/community-x86_64/PKGBUILD
  keepalived/repos/community-x86_64/keepalived.service

-+
 /PKGBUILD   |   76 ++
 /keepalived.service |   18 
 community-i686/PKGBUILD |   38 -
 community-i686/keepalived.service   |9 
 community-x86_64/PKGBUILD   |   38 -
 community-x86_64/keepalived.service |9 
 6 files changed, 94 insertions(+), 94 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-07-08 11:21:02 UTC (rev 136554)
+++ community-i686/PKGBUILD 2015-07-08 11:21:17 UTC (rev 136555)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Sébastien Luttringer
-# Contributor: Andrea Zucchelli zukk...@gmail.com
-
-pkgname=keepalived
-pkgver=1.2.18
-pkgrel=1
-pkgdesc='Failover and monitoring daemon for LVS clusters'
-arch=('i686' 'x86_64')
-url='http://www.keepalived.org/'
-license=('GPL2')
-backup=('etc/keepalived/keepalived.conf')
-depends=('openssl' 'popt' 'libnl1')
-source=(http://www.keepalived.org/software/$pkgname-$pkgver.tar.gz;
-'keepalived.service')
-md5sums=('4238a97f24e84bf9465dfa384104157e'
- '0a5171f4298528315e8a8004b55befb7')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc --sbindir=/usr/bin
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-  # clean pacakge init scripts
-  rm -r $pkgdir/etc/rc.d $pkgdir/etc/sysconfig
-  # move examples to /usr/share
-  install -d -m 755 $pkgdir/usr/share/$pkgname
-  mv $pkgdir/etc/keepalived/samples $pkgdir/usr/share/$pkgname/samples
-  # systemd
-  install -D -m 644 $srcdir/$pkgname.service \
-$pkgdir/usr/lib/systemd/system/$pkgname.service
-}
-
-# vim:set ts=2 sw=2 et:

Copied: keepalived/repos/community-i686/PKGBUILD (from rev 136554, 
keepalived/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-07-08 11:21:17 UTC (rev 136555)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Sébastien Luttringer
+# Contributor: Andrea Zucchelli zukk...@gmail.com
+
+pkgname=keepalived
+pkgver=1.2.19
+pkgrel=1
+pkgdesc='Failover and monitoring daemon for LVS clusters'
+arch=('i686' 'x86_64')
+url='http://www.keepalived.org/'
+license=('GPL2')
+backup=('etc/keepalived/keepalived.conf')
+depends=('openssl' 'popt' 'libnl1')
+source=(http://www.keepalived.org/software/$pkgname-$pkgver.tar.gz;
+'keepalived.service')
+md5sums=('5c98b06639dd50a6bff76901b53febb6'
+ '0a5171f4298528315e8a8004b55befb7')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc --sbindir=/usr/bin
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+  # clean pacakge init scripts
+  rm -r $pkgdir/etc/rc.d $pkgdir/etc/sysconfig
+  # move examples to /usr/share
+  install -d -m 755 $pkgdir/usr/share/$pkgname
+  mv $pkgdir/etc/keepalived/samples $pkgdir/usr/share/$pkgname/samples
+  # systemd
+  install -D -m 644 $srcdir/$pkgname.service \
+$pkgdir/usr/lib/systemd/system/$pkgname.service
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-i686/keepalived.service
===
--- community-i686/keepalived.service   2015-07-08 11:21:02 UTC (rev 136554)
+++ community-i686/keepalived.service   2015-07-08 11:21:17 UTC (rev 136555)
@@ -1,9 +0,0 @@
-[Unit]
-Description=Keepalive Daemon
-After=network.target
-
-[Service]
-ExecStart=/usr/bin/keepalived --dont-fork
-
-[Install]
-WantedBy=multi-user.target

Copied: keepalived/repos/community-i686/keepalived.service (from rev 136554, 
keepalived/trunk/keepalived.service)
===
--- community-i686/keepalived.service   (rev 0)
+++ community-i686/keepalived.service   2015-07-08 11:21:17 UTC (rev 136555)
@@ -0,0 +1,9 @@
+[Unit]
+Description=Keepalive Daemon
+After=network.target
+
+[Service]
+ExecStart=/usr/bin/keepalived --dont-fork
+
+[Install]
+WantedBy=multi-user.target

Deleted: community-x86_64/PKGBUILD

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

2015-07-08 Thread Sébastien Luttringer
Date: Wednesday, July 8, 2015 @ 13:21:02
  Author: seblu
Revision: 136554

upgpkg: keepalived 1.2.19-1

Modified:
  keepalived/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-07-08 09:36:16 UTC (rev 136553)
+++ PKGBUILD2015-07-08 11:21:02 UTC (rev 136554)
@@ -3,7 +3,7 @@
 # Contributor: Andrea Zucchelli zukk...@gmail.com
 
 pkgname=keepalived
-pkgver=1.2.18
+pkgver=1.2.19
 pkgrel=1
 pkgdesc='Failover and monitoring daemon for LVS clusters'
 arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@
 depends=('openssl' 'popt' 'libnl1')
 source=(http://www.keepalived.org/software/$pkgname-$pkgver.tar.gz;
 'keepalived.service')
-md5sums=('4238a97f24e84bf9465dfa384104157e'
+md5sums=('5c98b06639dd50a6bff76901b53febb6'
  '0a5171f4298528315e8a8004b55befb7')
 
 build() {


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

2015-07-08 Thread Felix Yan
Date: Wednesday, July 8, 2015 @ 13:56:41
  Author: fyan
Revision: 241873

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-07-08 11:56:23 UTC (rev 241872)
+++ extra-i686/PKGBUILD 2015-07-08 11:56:41 UTC (rev 241873)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@archlinux.org
-# Contributor: Stéphane Gaudreault steph...@archlinux.org
-# Contributor: Tom Newsom jeeps...@gmx.co.uk
-
-pkgname=swig
-pkgver=3.0.5
-pkgrel=1
-pkgdesc=Generate scripting interfaces to C/C++ code
-arch=('i686' 'x86_64')
-url=http://www.swig.org/;
-license=('custom')
-depends=('pcre' 'gcc-libs')
-checkdepends=('ruby' 'python2' 'java-environment' 'tcl' 'php' 'lua' 'ocaml' 
'r' 'go' 'python2-cffi' 'camlp4')
-source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz)
-sha1sums=('271813b317e4836853d2249fc8ce2df34c2a062a')
-
-build() {
-  cd ${pkgname}-${pkgver}
-  ./configure --prefix=/usr
-  make
-}
-
-check() {
-  cd ${pkgname}-${pkgver}
-  make check || warning Tests failed
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-  install -D -m644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-  install -D -m644 LICENSE-UNIVERSITIES 
${pkgdir}/usr/share/licenses/${pkgname}/LICENSE-UNIVERSITIES
-}

Copied: swig/repos/extra-i686/PKGBUILD (from rev 241872, swig/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-07-08 11:56:41 UTC (rev 241873)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Stéphane Gaudreault steph...@archlinux.org
+# Contributor: Tom Newsom jeeps...@gmx.co.uk
+
+pkgname=swig
+pkgver=3.0.6
+pkgrel=1
+pkgdesc=Generate scripting interfaces to C/C++ code
+arch=('i686' 'x86_64')
+url=http://www.swig.org/;
+license=('custom')
+depends=('pcre' 'gcc-libs')
+checkdepends=('ruby' 'python2' 'java-environment' 'tcl' 'php' 'lua' 'ocaml' 
'r' 'go' 'python2-cffi' 'camlp4')
+source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz)
+sha1sums=('901dd1888581289b5fdc6c0f4452109652bcf244')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+check() {
+  cd ${pkgname}-${pkgver}
+  make check || warning Tests failed
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+  install -D -m644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+  install -D -m644 LICENSE-UNIVERSITIES 
${pkgdir}/usr/share/licenses/${pkgname}/LICENSE-UNIVERSITIES
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2015-07-08 11:56:23 UTC (rev 241872)
+++ extra-x86_64/PKGBUILD   2015-07-08 11:56:41 UTC (rev 241873)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@archlinux.org
-# Contributor: Stéphane Gaudreault steph...@archlinux.org
-# Contributor: Tom Newsom jeeps...@gmx.co.uk
-
-pkgname=swig
-pkgver=3.0.5
-pkgrel=1
-pkgdesc=Generate scripting interfaces to C/C++ code
-arch=('i686' 'x86_64')
-url=http://www.swig.org/;
-license=('custom')
-depends=('pcre' 'gcc-libs')
-checkdepends=('ruby' 'python2' 'java-environment' 'tcl' 'php' 'lua' 'ocaml' 
'r' 'go' 'python2-cffi' 'camlp4')
-source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz)
-sha1sums=('271813b317e4836853d2249fc8ce2df34c2a062a')
-
-build() {
-  cd ${pkgname}-${pkgver}
-  ./configure --prefix=/usr
-  make
-}
-
-check() {
-  cd ${pkgname}-${pkgver}
-  make check || warning Tests failed
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-  install -D -m644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-  install -D -m644 LICENSE-UNIVERSITIES 
${pkgdir}/usr/share/licenses/${pkgname}/LICENSE-UNIVERSITIES
-}

Copied: swig/repos/extra-x86_64/PKGBUILD (from rev 241872, swig/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2015-07-08 11:56:41 UTC (rev 241873)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Stéphane Gaudreault steph...@archlinux.org
+# Contributor: Tom Newsom jeeps...@gmx.co.uk
+
+pkgname=swig
+pkgver=3.0.6
+pkgrel=1

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

2015-07-08 Thread Felix Yan
Date: Wednesday, July 8, 2015 @ 13:56:23
  Author: fyan
Revision: 241872

upgpkg: swig 3.0.6-1

Modified:
  swig/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-07-08 11:51:06 UTC (rev 241871)
+++ PKGBUILD2015-07-08 11:56:23 UTC (rev 241872)
@@ -4,7 +4,7 @@
 # Contributor: Tom Newsom jeeps...@gmx.co.uk
 
 pkgname=swig
-pkgver=3.0.5
+pkgver=3.0.6
 pkgrel=1
 pkgdesc=Generate scripting interfaces to C/C++ code
 arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@
 depends=('pcre' 'gcc-libs')
 checkdepends=('ruby' 'python2' 'java-environment' 'tcl' 'php' 'lua' 'ocaml' 
'r' 'go' 'python2-cffi' 'camlp4')
 
source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz)
-sha1sums=('271813b317e4836853d2249fc8ce2df34c2a062a')
+sha1sums=('901dd1888581289b5fdc6c0f4452109652bcf244')
 
 build() {
   cd ${pkgname}-${pkgver}


[arch-commits] Commit in lib32-flashplugin/repos/multilib-x86_64 (PKGBUILD PKGBUILD)

2015-07-08 Thread Evangelos Foutras
Date: Wednesday, July 8, 2015 @ 11:15:02
  Author: foutrelis
Revision: 136551

archrelease: copy trunk to multilib-x86_64

Added:
  lib32-flashplugin/repos/multilib-x86_64/PKGBUILD
(from rev 136550, lib32-flashplugin/trunk/PKGBUILD)
Deleted:
  lib32-flashplugin/repos/multilib-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2015-07-08 09:14:57 UTC (rev 136550)
+++ PKGBUILD2015-07-08 09:15:02 UTC (rev 136551)
@@ -1,22 +0,0 @@
-# $Id$
-# Maintainer: Daniel Wallace danielwallace at gtmanfred dot com
-
-pkgname=lib32-flashplugin
-_licensefile='PlatformClients_PC_WWEULA_Combined_20100108_1657.pdf'
-pkgver=11.2.202.468
-pkgrel=1
-license=('custom')
-pkgdesc='Adobe Flash Player for 32-bit Mozilla-based browsers'
-url=http://get.adobe.com/flashplayer;
-arch=('x86_64')
-depends=('mozilla-common' 'lib32-libxt' 'lib32-gtk2' 'lib32-nss' 'lib32-curl' 
'lib32-alsa-lib')
-#optdepends=('lib32-libvdpau: video hardware decoding for supporting players')
-options=(!strip)
-source=(flashplugin_$pkgver.i386.tar.gz::http://fpdownload.macromedia.com/get/flashplayer/pdc/$pkgver/install_flash_player_11_linux.i386.tar.gz;)
-md5sums=('fd90ed0ebfdbb827cf4aa54f0e584538')
-
-package() {
-  install -Dm644 ${srcdir}/libflashplayer.so 
${pkgdir}/usr/lib32/mozilla/plugins/libflashplayer.so
-  install -d $pkgdir/usr/share/licenses
-  ln -s ${pkgname#*-} $pkgdir/usr/share/licenses/$pkgname
-}

Copied: lib32-flashplugin/repos/multilib-x86_64/PKGBUILD (from rev 136550, 
lib32-flashplugin/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-07-08 09:15:02 UTC (rev 136551)
@@ -0,0 +1,22 @@
+# $Id$
+# Maintainer: Daniel Wallace danielwallace at gtmanfred dot com
+
+pkgname=lib32-flashplugin
+_licensefile='PlatformClients_PC_WWEULA_Combined_20100108_1657.pdf'
+pkgver=11.2.202.481
+pkgrel=1
+license=('custom')
+pkgdesc='Adobe Flash Player for 32-bit Mozilla-based browsers'
+url=http://get.adobe.com/flashplayer;
+arch=('x86_64')
+depends=('mozilla-common' 'lib32-libxt' 'lib32-gtk2' 'lib32-nss' 'lib32-curl' 
'lib32-alsa-lib')
+#optdepends=('lib32-libvdpau: video hardware decoding for supporting players')
+options=(!strip)
+source=(flashplugin_$pkgver.i386.tar.gz::http://fpdownload.macromedia.com/get/flashplayer/pdc/$pkgver/install_flash_player_11_linux.i386.tar.gz;)
+md5sums=('5ab30a7c2ac4c4c7388602b16ce0c3eb')
+
+package() {
+  install -Dm644 ${srcdir}/libflashplayer.so 
${pkgdir}/usr/lib32/mozilla/plugins/libflashplayer.so
+  install -d $pkgdir/usr/share/licenses
+  ln -s ${pkgname#*-} $pkgdir/usr/share/licenses/$pkgname
+}


[arch-commits] Commit in flashplugin/repos (12 files)

2015-07-08 Thread Evangelos Foutras
Date: Wednesday, July 8, 2015 @ 11:15:03
  Author: foutrelis
Revision: 241870

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

Added:
  flashplugin/repos/extra-i686/PKGBUILD
(from rev 241869, flashplugin/trunk/PKGBUILD)
  flashplugin/repos/extra-i686/flashplugin.install
(from rev 241869, flashplugin/trunk/flashplugin.install)
  flashplugin/repos/extra-i686/mms.cfg
(from rev 241869, flashplugin/trunk/mms.cfg)
  flashplugin/repos/extra-x86_64/PKGBUILD
(from rev 241869, flashplugin/trunk/PKGBUILD)
  flashplugin/repos/extra-x86_64/flashplugin.install
(from rev 241869, flashplugin/trunk/flashplugin.install)
  flashplugin/repos/extra-x86_64/mms.cfg
(from rev 241869, flashplugin/trunk/mms.cfg)
Deleted:
  flashplugin/repos/extra-i686/PKGBUILD
  flashplugin/repos/extra-i686/flashplugin.install
  flashplugin/repos/extra-i686/mms.cfg
  flashplugin/repos/extra-x86_64/PKGBUILD
  flashplugin/repos/extra-x86_64/flashplugin.install
  flashplugin/repos/extra-x86_64/mms.cfg

--+
 /PKGBUILD|   88 +
 /flashplugin.install |   28 +++
 /mms.cfg |4 +
 extra-i686/PKGBUILD  |   44 --
 extra-i686/flashplugin.install   |   14 -
 extra-i686/mms.cfg   |2 
 extra-x86_64/PKGBUILD|   44 --
 extra-x86_64/flashplugin.install |   14 -
 extra-x86_64/mms.cfg |2 
 9 files changed, 120 insertions(+), 120 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-07-08 09:14:49 UTC (rev 241869)
+++ extra-i686/PKGBUILD 2015-07-08 09:15:03 UTC (rev 241870)
@@ -1,44 +0,0 @@
-# $Id$
-# Maintainer : Ionut Biru ib...@archlinux.org
-# Contributor: Andrea Scarpino and...@archlinux.org
-
-pkgname=flashplugin
-_licensefile='PlatformClients_PC_WWEULA_Combined_20100108_1657.pdf'
-pkgver=11.2.202.468
-pkgrel=1
-pkgdesc='Adobe Flash Player'
-url='http://get.adobe.com/flashplayer'
-arch=('i686' 'x86_64')
-depends=('mozilla-common' 'libxt' 'libxpm' 'gtk2' 'nss' 'curl' 
'hicolor-icon-theme')
-optdepends=('libvdpau: GPU acceleration on Nvidia card')
-provides=('flashplayer')
-license=('custom')
-options=(!strip)
-install=flashplugin.install
-backup=(etc/adobe/mms.cfg)
-source=(http://www.adobe.com/products/eulas/pdfs/${_licensefile}
-mms.cfg)
-source_i686=(flashplugin_$pkgver.i386.tar.gz::http://fpdownload.macromedia.com/get/flashplayer/pdc/$pkgver/install_flash_player_11_linux.i386.tar.gz)
-source_x86_64=(flashplugin_$pkgver.x86_64.tar.gz::http://fpdownload.macromedia.com/get/flashplayer/pdc/$pkgver/install_flash_player_11_linux.x86_64.tar.gz)
-md5sums=('94ca2aecb409abfe36494d1a7ec7591d'
- 'f34aae6279b40e0bd2abfb0d9963d7b8')
-md5sums_i686=('fd90ed0ebfdbb827cf4aa54f0e584538')
-md5sums_x86_64=('b3194b15b304d53c34e4a8ef50380fea')
-
-package () {
-install -Dm755 libflashplayer.so 
$pkgdir/usr/lib/mozilla/plugins/libflashplayer.so
-if [ $CARCH = x86_64 ]; then
-install -Dm755 usr/lib64/kde4/kcm_adobe_flash_player.so 
$pkgdir/usr/lib/kde4/kcm_adobe_flash_player.so
-else
-install -Dm755 usr/lib/kde4/kcm_adobe_flash_player.so 
$pkgdir/usr/lib/kde4/kcm_adobe_flash_player.so
-fi
-install -Dm755 usr/bin/flash-player-properties 
$pkgdir/usr/bin/flash-player-properties
-for i in 16x16 22x22 24x24 32x32 48x48; do
-install -Dm644 
usr/share/icons/hicolor/$i/apps/flash-player-properties.png \
-
$pkgdir/usr/share/icons/hicolor/$i/apps/flash-player-properties.png
-done
-install -Dm644 usr/share/applications/flash-player-properties.desktop 
$pkgdir/usr/share/applications/flash-player-properties.desktop
-install -Dm644 usr/share/kde4/services/kcm_adobe_flash_player.desktop 
$pkgdir/usr/share/kde4/services/kcm_adobe_flash_player.desktop
-install -Dm644 ${_licensefile} 
$pkgdir/usr/share/licenses/$pkgname/LICENSE.pdf
-install -Dm644 mms.cfg $pkgdir/etc/adobe/mms.cfg
-}

Copied: flashplugin/repos/extra-i686/PKGBUILD (from rev 241869, 
flashplugin/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-07-08 09:15:03 UTC (rev 241870)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer : Ionut Biru ib...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=flashplugin
+_licensefile='PlatformClients_PC_WWEULA_Combined_20100108_1657.pdf'
+pkgver=11.2.202.481
+pkgrel=1
+pkgdesc='Adobe Flash Player'
+url='http://get.adobe.com/flashplayer'
+arch=('i686' 'x86_64')
+depends=('mozilla-common' 'libxt' 'libxpm' 'gtk2' 'nss' 'curl' 
'hicolor-icon-theme')
+optdepends=('libvdpau: GPU acceleration on Nvidia card')
+provides=('flashplayer')
+license=('custom')
+options=(!strip)
+install=flashplugin.install
+backup=(etc/adobe/mms.cfg)

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

2015-07-08 Thread Evangelos Foutras
Date: Wednesday, July 8, 2015 @ 11:14:49
  Author: foutrelis
Revision: 241869

upgpkg: flashplugin 11.2.202.481-1

New upstream release.

Modified:
  flashplugin/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-07-08 02:59:19 UTC (rev 241868)
+++ PKGBUILD2015-07-08 09:14:49 UTC (rev 241869)
@@ -4,7 +4,7 @@
 
 pkgname=flashplugin
 _licensefile='PlatformClients_PC_WWEULA_Combined_20100108_1657.pdf'
-pkgver=11.2.202.468
+pkgver=11.2.202.481
 pkgrel=1
 pkgdesc='Adobe Flash Player'
 url='http://get.adobe.com/flashplayer'
@@ -22,8 +22,8 @@
 
source_x86_64=(flashplugin_$pkgver.x86_64.tar.gz::http://fpdownload.macromedia.com/get/flashplayer/pdc/$pkgver/install_flash_player_11_linux.x86_64.tar.gz)
 md5sums=('94ca2aecb409abfe36494d1a7ec7591d'
  'f34aae6279b40e0bd2abfb0d9963d7b8')
-md5sums_i686=('fd90ed0ebfdbb827cf4aa54f0e584538')
-md5sums_x86_64=('b3194b15b304d53c34e4a8ef50380fea')
+md5sums_i686=('5ab30a7c2ac4c4c7388602b16ce0c3eb')
+md5sums_x86_64=('a41c1a9519ea4e3009c1e89934fe0bf6')
 
 package () {
 install -Dm755 libflashplayer.so 
$pkgdir/usr/lib/mozilla/plugins/libflashplayer.so


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

2015-07-08 Thread Evangelos Foutras
Date: Wednesday, July 8, 2015 @ 11:14:57
  Author: foutrelis
Revision: 136550

upgpkg: lib32-flashplugin 11.2.202.481-1

New upstream release.

Modified:
  lib32-flashplugin/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-07-08 07:21:57 UTC (rev 136549)
+++ PKGBUILD2015-07-08 09:14:57 UTC (rev 136550)
@@ -3,7 +3,7 @@
 
 pkgname=lib32-flashplugin
 _licensefile='PlatformClients_PC_WWEULA_Combined_20100108_1657.pdf'
-pkgver=11.2.202.468
+pkgver=11.2.202.481
 pkgrel=1
 license=('custom')
 pkgdesc='Adobe Flash Player for 32-bit Mozilla-based browsers'
@@ -13,7 +13,7 @@
 #optdepends=('lib32-libvdpau: video hardware decoding for supporting players')
 options=(!strip)
 
source=(flashplugin_$pkgver.i386.tar.gz::http://fpdownload.macromedia.com/get/flashplayer/pdc/$pkgver/install_flash_player_11_linux.i386.tar.gz;)
-md5sums=('fd90ed0ebfdbb827cf4aa54f0e584538')
+md5sums=('5ab30a7c2ac4c4c7388602b16ce0c3eb')
 
 package() {
   install -Dm644 ${srcdir}/libflashplayer.so 
${pkgdir}/usr/lib32/mozilla/plugins/libflashplayer.so


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

2015-07-08 Thread Sergej Pupykin
Date: Wednesday, July 8, 2015 @ 11:36:16
  Author: spupykin
Revision: 136553

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

Added:
  zynaddsubfx/repos/community-i686/PKGBUILD
(from rev 136552, zynaddsubfx/trunk/PKGBUILD)
  zynaddsubfx/repos/community-i686/zynaddsubfx.svg
(from rev 136552, zynaddsubfx/trunk/zynaddsubfx.svg)
  zynaddsubfx/repos/community-x86_64/PKGBUILD
(from rev 136552, zynaddsubfx/trunk/PKGBUILD)
  zynaddsubfx/repos/community-x86_64/zynaddsubfx.svg
(from rev 136552, zynaddsubfx/trunk/zynaddsubfx.svg)
Deleted:
  zynaddsubfx/repos/community-i686/PKGBUILD
  zynaddsubfx/repos/community-i686/zynaddsubfx.svg
  zynaddsubfx/repos/community-x86_64/PKGBUILD
  zynaddsubfx/repos/community-x86_64/zynaddsubfx.svg

--+
 /PKGBUILD|  126 +++
 /zynaddsubfx.svg |  626 +
 community-i686/PKGBUILD  |   63 ---
 community-i686/zynaddsubfx.svg   |  313 --
 community-x86_64/PKGBUILD|   63 ---
 community-x86_64/zynaddsubfx.svg |  313 --
 6 files changed, 752 insertions(+), 752 deletions(-)

The diff is longer than the limit of 200KB.
Use svn diff -r 136552:136553 to see the changes.


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

2015-07-08 Thread Sébastien Luttringer
Date: Wednesday, July 8, 2015 @ 15:17:53
  Author: seblu
Revision: 241874

upgpkg: less 479-1

Modified:
  less/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-07-08 11:56:41 UTC (rev 241873)
+++ PKGBUILD2015-07-08 13:17:53 UTC (rev 241874)
@@ -4,7 +4,7 @@
 # Contributor: judd jvi...@zeroflux.org
 
 pkgname=less
-pkgver=478
+pkgver=479
 pkgrel=1
 pkgdesc='A terminal based program for viewing text files'
 license=('GPL3')
@@ -14,7 +14,7 @@
 depends=('glibc' 'ncurses' 'pcre')
 validpgpkeys=('AE27252BD6846E7D6EAE1DD6F153A7C833235259') # Mark Nudelman
 
source=(http://www.greenwoodsoftware.com/$pkgname/$pkgname-$pkgver.tar.gz{,.sig})
-md5sums=('934fcc9f137b9ef66a943c224f413d39'
+md5sums=('049f51ccfe2686009c6ce943eeb4bbaf'
  'SKIP')
 
 build() {


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

2015-07-08 Thread Sven-Hendrik Haase
Date: Wednesday, July 8, 2015 @ 15:14:19
  Author: svenstaro
Revision: 136557

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

Added:
  blender/repos/community-i686/PKGBUILD
(from rev 136556, blender/trunk/PKGBUILD)
  blender/repos/community-i686/blender.install
(from rev 136556, blender/trunk/blender.install)
  blender/repos/community-x86_64/PKGBUILD
(from rev 136556, blender/trunk/PKGBUILD)
  blender/repos/community-x86_64/blender.install
(from rev 136556, 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|  192 +
 /blender.install |   26 +
 community-i686/PKGBUILD  |   96 --
 community-i686/blender.install   |   13 --
 community-x86_64/PKGBUILD|   96 --
 community-x86_64/blender.install |   13 --
 6 files changed, 218 insertions(+), 218 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-07-08 13:14:07 UTC (rev 136556)
+++ community-i686/PKGBUILD 2015-07-08 13:14:19 UTC (rev 136557)
@@ -1,96 +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.75
-#_gitcommit=c6b042be
-
-pkgname=blender
-pkgver=2.75
-[[ -n $_gitcommit ]]  pkgver=${pkgver}.git1.${_gitcommit}
-pkgrel=2
-epoch=17
-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' 
'python-requests'
- 'shared-mime-info' 'hicolor-icon-theme' 'xdg-utils' 'glew' 'openjpeg'
- 'freetype2' 'openal' 'ffmpeg' 'fftw' 'boost-libs' 'opencollada'
- 'openimageio' 'libsndfile' 'jack' 'opencolorio' 'openshadinglanguage'
- 'jemalloc' 'libspnav')
-makedepends=('cmake' 'boost' 'mesa' 'git' 'llvm35')
-[[ $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 -C../build_files/cmake/config/blender_full.cmake .. \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release \
--DWITH_INSTALL_PORTABLE=OFF \
--DWITH_PYTHON_INSTALL=OFF \
--DOPENIMAGEIO_ROOT_DIR=/usr \
--DWITH_LLVM=ON \
--DWITH_SYSTEM_OPENJPEG=ON \
--DWITH_GL_PROFILE_CORE=OFF \
--DWITH_GL_PROFILE_ES20=OFF \
--DLLVM_VERSION=3.5 \
--DLLVM_STATIC=ON \
--DWITH_CYCLES_CUDA_BINARIES=$BUILDCUDA \
--DWITH_CYCLES_OSL=ON \
--DPYTHON_VERSION=3.4 \
--DPYTHON_LIBPATH=/usr/lib \
--DPYTHON_LIBRARY=python3.4m \
--DPYTHON_INCLUDE_DIRS=/usr/include/python3.4m
-  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: blender/repos/community-i686/PKGBUILD (from rev 136556, 
blender/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ 

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

2015-07-08 Thread Sven-Hendrik Haase
Date: Wednesday, July 8, 2015 @ 15:14:07
  Author: svenstaro
Revision: 136556

upgpkg: blender 17:2.75.a-1

upstream release 2.75.a (now without epochs!)

Modified:
  blender/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-07-08 11:21:17 UTC (rev 136555)
+++ PKGBUILD2015-07-08 13:14:07 UTC (rev 136556)
@@ -11,13 +11,13 @@
 # or simply roll with a new version. I usually choose the latter when the 
former seems
 # unreasonable.
 
-_gittag=v2.75
+_gittag=v2.75a
 #_gitcommit=c6b042be
 
 pkgname=blender
-pkgver=2.75
+pkgver=2.75.a
 [[ -n $_gitcommit ]]  pkgver=${pkgver}.git1.${_gitcommit}
-pkgrel=2
+pkgrel=1
 epoch=17
 pkgdesc=A fully integrated 3D graphics creation suite
 arch=('i686' 'x86_64')


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

2015-07-08 Thread Sébastien Luttringer
Date: Wednesday, July 8, 2015 @ 15:18:06
  Author: seblu
Revision: 241875

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

Added:
  less/repos/testing-i686/
  less/repos/testing-i686/PKGBUILD
(from rev 241874, less/trunk/PKGBUILD)
  less/repos/testing-x86_64/
  less/repos/testing-x86_64/PKGBUILD
(from rev 241874, less/trunk/PKGBUILD)

-+
 testing-i686/PKGBUILD   |   31 +++
 testing-x86_64/PKGBUILD |   31 +++
 2 files changed, 62 insertions(+)

Copied: less/repos/testing-i686/PKGBUILD (from rev 241874, less/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2015-07-08 13:18:06 UTC (rev 241875)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Sébastien Seblu Luttringer se...@archlinux.org
+# Contributor: Allan McRae al...@archlinux.org
+# Contributor: judd jvi...@zeroflux.org
+
+pkgname=less
+pkgver=479
+pkgrel=1
+pkgdesc='A terminal based program for viewing text files'
+license=('GPL3')
+arch=('i686' 'x86_64')
+url='http://www.greenwoodsoftware.com/less'
+groups=('base')
+depends=('glibc' 'ncurses' 'pcre')
+validpgpkeys=('AE27252BD6846E7D6EAE1DD6F153A7C833235259') # Mark Nudelman
+source=(http://www.greenwoodsoftware.com/$pkgname/$pkgname-$pkgver.tar.gz{,.sig})
+md5sums=('049f51ccfe2686009c6ce943eeb4bbaf'
+ 'SKIP')
+
+build() {
+  cd $pkgname-$pkgver
+  sh configure --prefix=/usr --sysconfdir=/etc --with-regex=pcre
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}
+
+# vim:set ts=2 sw=2 et:

Copied: less/repos/testing-x86_64/PKGBUILD (from rev 241874, 
less/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2015-07-08 13:18:06 UTC (rev 241875)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Sébastien Seblu Luttringer se...@archlinux.org
+# Contributor: Allan McRae al...@archlinux.org
+# Contributor: judd jvi...@zeroflux.org
+
+pkgname=less
+pkgver=479
+pkgrel=1
+pkgdesc='A terminal based program for viewing text files'
+license=('GPL3')
+arch=('i686' 'x86_64')
+url='http://www.greenwoodsoftware.com/less'
+groups=('base')
+depends=('glibc' 'ncurses' 'pcre')
+validpgpkeys=('AE27252BD6846E7D6EAE1DD6F153A7C833235259') # Mark Nudelman
+source=(http://www.greenwoodsoftware.com/$pkgname/$pkgname-$pkgver.tar.gz{,.sig})
+md5sums=('049f51ccfe2686009c6ce943eeb4bbaf'
+ 'SKIP')
+
+build() {
+  cd $pkgname-$pkgver
+  sh configure --prefix=/usr --sysconfdir=/etc --with-regex=pcre
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}
+
+# vim:set ts=2 sw=2 et:


[arch-commits] Commit in (lib32-libcl)

2015-07-08 Thread Laurent Carlier
Date: Wednesday, July 8, 2015 @ 17:26:45
  Author: lcarlier
Revision: 136561

replaced with lib32-ocl-icd

Deleted:
  lib32-libcl/


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

2015-07-08 Thread Giovanni Scafora
Date: Wednesday, July 8, 2015 @ 16:48:18
  Author: giovanni
Revision: 136559

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

Added:
  diffstat/repos/community-i686/PKGBUILD
(from rev 136558, diffstat/trunk/PKGBUILD)
  diffstat/repos/community-x86_64/PKGBUILD
(from rev 136558, 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 2015-07-08 14:48:08 UTC (rev 136558)
+++ community-i686/PKGBUILD 2015-07-08 14:48:18 UTC (rev 136559)
@@ -1,29 +0,0 @@
-# $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
-}

Copied: diffstat/repos/community-i686/PKGBUILD (from rev 136558, 
diffstat/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-07-08 14:48:18 UTC (rev 136559)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Giovanni Scafora giova...@archlinux.org
+# Contributor: Matthias-Christian Ott matthias.christian.at.tiscali.de
+
+pkgname=diffstat
+pkgver=1.60
+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=('ba889da4c06b547aa2d78fa96800ae6f')
+
+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   2015-07-08 14:48:08 UTC (rev 136558)
+++ community-x86_64/PKGBUILD   2015-07-08 14:48:18 UTC (rev 136559)
@@ -1,29 +0,0 @@
-# $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
-}

Copied: diffstat/repos/community-x86_64/PKGBUILD (from rev 136558, 
diffstat/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2015-07-08 14:48:18 UTC (rev 136559)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Giovanni Scafora giova...@archlinux.org
+# Contributor: Matthias-Christian Ott matthias.christian.at.tiscali.de
+
+pkgname=diffstat
+pkgver=1.60
+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=('ba889da4c06b547aa2d78fa96800ae6f')
+
+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 diffstat/trunk (PKGBUILD)

2015-07-08 Thread Giovanni Scafora
Date: Wednesday, July 8, 2015 @ 16:48:08
  Author: giovanni
Revision: 136558

upgpkg: diffstat 1.60-1

upstream release

Modified:
  diffstat/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-07-08 13:14:19 UTC (rev 136557)
+++ PKGBUILD2015-07-08 14:48:08 UTC (rev 136558)
@@ -3,7 +3,7 @@
 # Contributor: Matthias-Christian Ott matthias.christian.at.tiscali.de
 
 pkgname=diffstat
-pkgver=1.59
+pkgver=1.60
 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=('1dc7bc48ce846a0686a1af0d091ff8fb')
+md5sums=('ba889da4c06b547aa2d78fa96800ae6f')
 
 build () {
   cd ${srcdir}/${pkgname}-${pkgver}


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

2015-07-08 Thread Antonio Rojas
Date: Wednesday, July 8, 2015 @ 16:50:08
  Author: arojas
Revision: 241876

Update to 3.2.5

Modified:
  eigen/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-07-08 13:18:06 UTC (rev 241875)
+++ PKGBUILD2015-07-08 14:50:08 UTC (rev 241876)
@@ -4,7 +4,7 @@
 # Contributor: Kringel
 
 pkgname=eigen
-pkgver=3.2.4
+pkgver=3.2.5
 pkgrel=1
 pkgdesc=Lightweight C++ template library for vector and matrix math, a.k.a. 
linear algebra.
 arch=('any')
@@ -18,7 +18,7 @@
 replaces=('eigen3')
 provides=('eigen3')
 
source=(${pkgname}-${pkgver}.tar.bz2::http://bitbucket.org/eigen/eigen/get/${pkgver}.tar.bz2;)
-sha1sums=('64ea809acc449adbd8fe616def7d48ff4f0776a8')
+sha1sums=('aa4667f0b134f5688c5dff5f03335d9a19aa9b3d')
 
 build() {
mkdir -p build


[arch-commits] Commit in eigen/repos/extra-any (PKGBUILD PKGBUILD)

2015-07-08 Thread Antonio Rojas
Date: Wednesday, July 8, 2015 @ 16:50:40
  Author: arojas
Revision: 241877

archrelease: copy trunk to extra-any

Added:
  eigen/repos/extra-any/PKGBUILD
(from rev 241876, eigen/trunk/PKGBUILD)
Deleted:
  eigen/repos/extra-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2015-07-08 14:50:08 UTC (rev 241876)
+++ PKGBUILD2015-07-08 14:50:40 UTC (rev 241877)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Ronald van Haren ron...@archlinux.org
-# Contributor: Chirantan Ekbote chirantan.ekbote at gmail.com
-# Contributor: Kringel
-
-pkgname=eigen
-pkgver=3.2.4
-pkgrel=1
-pkgdesc=Lightweight C++ template library for vector and matrix math, a.k.a. 
linear algebra.
-arch=('any')
-url='http://eigen.tuxfamily.org'
-license=('GPL3' 'LGPL2.1' 'BSD' 'custom:MPL2' 'custom:MINPACK')
-makedepends=('cmake' 'pkg-config')
-optdepends=('qt4: for example programs'
-'superlu: optional backend'
-'scotch: optional backend'
-'metis: optional backend')
-replaces=('eigen3')
-provides=('eigen3')
-source=(${pkgname}-${pkgver}.tar.bz2::http://bitbucket.org/eigen/eigen/get/${pkgver}.tar.bz2;)
-sha1sums=('64ea809acc449adbd8fe616def7d48ff4f0776a8')
-
-build() {
-   mkdir -p build
-   cd build
-   cmake ../eigen-eigen-* \
-   -DCMAKE_BUILD_TYPE=Release \
-   -DCMAKE_INSTALL_PREFIX=/usr
-}
-
-package() {
-   cd build
-   make DESTDIR=$pkgdir install
-
-   # install custom licenses
-   install -Dm644 ../eigen-eigen-*/COPYING.MPL2 
$pkgdir/usr/share/licenses/$pkgname/LICENSE
-install -Dm644 ../eigen-eigen-*/COPYING.BSD 
$pkgdir/usr/share/licenses/$pkgname/LICENSE
-install -Dm644 ../eigen-eigen-*/COPYING.MINPACK 
$pkgdir/usr/share/licenses/$pkgname/LICENSE
-}

Copied: eigen/repos/extra-any/PKGBUILD (from rev 241876, eigen/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-07-08 14:50:40 UTC (rev 241877)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Ronald van Haren ron...@archlinux.org
+# Contributor: Chirantan Ekbote chirantan.ekbote at gmail.com
+# Contributor: Kringel
+
+pkgname=eigen
+pkgver=3.2.5
+pkgrel=1
+pkgdesc=Lightweight C++ template library for vector and matrix math, a.k.a. 
linear algebra.
+arch=('any')
+url='http://eigen.tuxfamily.org'
+license=('GPL3' 'LGPL2.1' 'BSD' 'custom:MPL2' 'custom:MINPACK')
+makedepends=('cmake' 'pkg-config')
+optdepends=('qt4: for example programs'
+'superlu: optional backend'
+'scotch: optional backend'
+'metis: optional backend')
+replaces=('eigen3')
+provides=('eigen3')
+source=(${pkgname}-${pkgver}.tar.bz2::http://bitbucket.org/eigen/eigen/get/${pkgver}.tar.bz2;)
+sha1sums=('aa4667f0b134f5688c5dff5f03335d9a19aa9b3d')
+
+build() {
+   mkdir -p build
+   cd build
+   cmake ../eigen-eigen-* \
+   -DCMAKE_BUILD_TYPE=Release \
+   -DCMAKE_INSTALL_PREFIX=/usr
+}
+
+package() {
+   cd build
+   make DESTDIR=$pkgdir install
+
+   # install custom licenses
+   install -Dm644 ../eigen-eigen-*/COPYING.MPL2 
$pkgdir/usr/share/licenses/$pkgname/LICENSE
+install -Dm644 ../eigen-eigen-*/COPYING.BSD 
$pkgdir/usr/share/licenses/$pkgname/LICENSE
+install -Dm644 ../eigen-eigen-*/COPYING.MINPACK 
$pkgdir/usr/share/licenses/$pkgname/LICENSE
+}


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

2015-07-08 Thread Sergej Pupykin
Date: Wednesday, July 8, 2015 @ 11:36:00
  Author: spupykin
Revision: 136552

upgpkg: zynaddsubfx 2.5.1-3

upd

Modified:
  zynaddsubfx/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-07-08 09:15:02 UTC (rev 136551)
+++ PKGBUILD2015-07-08 09:36:00 UTC (rev 136552)
@@ -6,12 +6,12 @@
 
 pkgname=zynaddsubfx
 pkgver=2.5.1
-pkgrel=2
+pkgrel=3
 pkgdesc=Opensource software synthesizer capable of making a countless number 
of instruments.
 arch=('i686' 'x86_64')
 url=http://zynaddsubfx.sourceforge.net;
 license=('GPL')
-depends=('fltk' 'portaudio' 'fftw' 'lash' 'mxml' 'jack2' 'libxpm' 'gcc-libs' 
'liblo')
+depends=('fltk' 'portaudio' 'fftw' 'lash' 'mxml' 'jack' 'libxpm' 'gcc-libs' 
'liblo')
 makedepends=('cmake' 'pkgconfig' 'mesa' 'setconf' 'gendesk')
 options=('!emptydirs')
 
source=(https://downloads.sourceforge.net/project/$pkgname/$pkgname/$pkgver/$pkgname-$pkgver.tar.gz;


[arch-commits] Commit in mopidy/repos/community-any (6 files)

2015-07-08 Thread Sven-Hendrik Haase
Date: Wednesday, July 8, 2015 @ 20:27:24
  Author: svenstaro
Revision: 136566

archrelease: copy trunk to community-any

Added:
  mopidy/repos/community-any/PKGBUILD
(from rev 136565, mopidy/trunk/PKGBUILD)
  mopidy/repos/community-any/mopidy.conf
(from rev 136565, mopidy/trunk/mopidy.conf)
  mopidy/repos/community-any/mopidy.install
(from rev 136565, mopidy/trunk/mopidy.install)
Deleted:
  mopidy/repos/community-any/PKGBUILD
  mopidy/repos/community-any/mopidy.conf
  mopidy/repos/community-any/mopidy.install

+
 PKGBUILD   |  137 ---
 mopidy.conf|   18 +++
 mopidy.install |8 +--
 3 files changed, 84 insertions(+), 79 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-07-08 18:27:09 UTC (rev 136565)
+++ PKGBUILD2015-07-08 18:27:24 UTC (rev 136566)
@@ -1,66 +0,0 @@
-# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
-# Contributor: Alexandre Petitjean alpetitjean at gmail dot com
-
-pkgname=mopidy
-pkgver=1.0.7
-pkgrel=1
-pkgdesc=Mopidy is a music server which can play music both from multiple 
sources, like your local hard drive, radio streams, and from Spotify and 
SoundCloud.
-arch=('any')
-url=http://www.mopidy.com;
-license=('APACHE')
-depends=('python2'
- 'python2-pykka=1.1'
- 'python2-setuptools'
- 'gstreamer0.10-python'
- 'gstreamer0.10-base-plugins'
- 'gstreamer0.10-good-plugins'
- 'gstreamer0.10-ugly-plugins'
- 'python2-tornado=2.3')
-optdepends=('mopidy-spotify: Spotify backend'
-'mopidy-scrobbler: Last.FM scrobbler'
-'mopidy-mopify: Web client with Spotify-inspired interface'
-'mopidy-soundcloud: Soundcloud backend')
-makedepends=('python2-sphinx')
-backup=('etc/mopidy/mopidy.conf')
-install=$pkgname.install
-source=(https://github.com/mopidy/mopidy/archive/v${pkgver}.tar.gz;
-'mopidy.conf'
-'mopidy.install')
-md5sums=('dfb2b8766c8140a60da89dba9bc37ff8'
- '5ec754e9f5aba08ee29527cb9a1a270b'
- 'bd513aa0e4e83c117340a55f53215cf2')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  make -C docs SPHINXBUILD=sphinx-build2 man
-  make -C docs SPHINXBUILD=sphinx-build2 html
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  python2 setup.py install --root=${pkgdir}/ --optimize=1
-
-  install -dm755 ${pkgdir}/usr/share/doc/mopidy
-  cp -r docs/_build/html ${pkgdir}/usr/share/doc/mopidy
-
-  install -dm755 ${pkgdir}/usr/share/man/man1/
-  gzip -c docs/_build/man/mopidy.1  
${pkgdir}/usr/share/man/man1/mopidy.1.gz 
-
-  install -Dm644 ${srcdir}/mopidy.conf ${pkgdir}/etc/mopidy/mopidy.conf
-
-  install -Dm644 extra/systemd/mopidy.service 
${pkgdir}/usr/lib/systemd/system/mopidy.service
-  install -Dm644 extra/desktop/mopidy.desktop 
${pkgdir}/usr/share/applications/mopidy.desktop
-
-  install -dm755 ${pkgdir}/etc/mopidy/extensions.d
-
-  install -dm755 -g 46 -o 46 ${pkgdir}/var/cache/mopidy
-  install -dm755 -g 46 -o 46 ${pkgdir}/var/log/mopidy
-  install -dm755 -g 46 -o 46 ${pkgdir}/var/lib/mopidy/local
-  install -dm755 -g 46 -o 46 ${pkgdir}/var/lib/mopidy/media
-  install -dm755 -g 46 -o 46 ${pkgdir}/var/lib/mopidy/playlists
-
-  install -Dm644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-}
-
-# vim:set ts=2 sw=2 et:

Copied: mopidy/repos/community-any/PKGBUILD (from rev 136565, 
mopidy/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-07-08 18:27:24 UTC (rev 136566)
@@ -0,0 +1,71 @@
+# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
+# Contributor: Alexandre Petitjean alpetitjean at gmail dot com
+
+pkgname=mopidy
+pkgver=1.0.7
+pkgrel=2
+pkgdesc=Mopidy is an extensible music server written in Python
+arch=('any')
+url=http://www.mopidy.com;
+license=('APACHE')
+depends=('python2'
+ 'python2-pykka=1.1'
+ 'python2-setuptools'
+ 'gstreamer0.10-python'
+ 'gstreamer0.10-base-plugins'
+ 'gstreamer0.10-good-plugins'
+ 'gstreamer0.10-ugly-plugins'
+ 'python2-tornado=2.3')
+optdepends=('mopidy-spotify: Spotify backend'
+'mopidy-scrobbler: Last.FM scrobbler'
+'mopidy-mopify: Web client with Spotify-inspired interface'
+'mopidy-soundcloud: Soundcloud backend')
+makedepends=('python2-sphinx')
+backup=('etc/mopidy/mopidy.conf')
+install=$pkgname.install
+source=(https://github.com/mopidy/mopidy/archive/v${pkgver}.tar.gz;
+'mopidy.conf'
+'mopidy.install')
+md5sums=('dfb2b8766c8140a60da89dba9bc37ff8'
+ '5ec754e9f5aba08ee29527cb9a1a270b'
+ 'bd513aa0e4e83c117340a55f53215cf2')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  make -C docs SPHINXBUILD=sphinx-build2 man
+  make -C docs SPHINXBUILD=sphinx-build2 html
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  

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

2015-07-08 Thread Sven-Hendrik Haase
Date: Wednesday, July 8, 2015 @ 20:27:09
  Author: svenstaro
Revision: 136565

upgpkg: mopidy 1.0.7-2

Add mopidyctl (fixes FS#45467)

Modified:
  mopidy/trunk/PKGBUILD

--+
 PKGBUILD |7 ++-
 1 file changed, 6 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-07-08 18:04:37 UTC (rev 136564)
+++ PKGBUILD2015-07-08 18:27:09 UTC (rev 136565)
@@ -3,7 +3,7 @@
 
 pkgname=mopidy
 pkgver=1.0.7
-pkgrel=1
+pkgrel=2
 pkgdesc=Mopidy is an extensible music server written in Python
 arch=('any')
 url=http://www.mopidy.com;
@@ -41,6 +41,8 @@
   cd ${srcdir}/${pkgname}-${pkgver}
   python2 setup.py install --root=${pkgdir}/ --optimize=1
 
+  install -Dm755 extra/mopidyctl/mopidyctl ${pkgdir}/usr/bin/mopidyctl
+
   install -dm755 ${pkgdir}/usr/share/doc/mopidy
   cp -r docs/_build/html ${pkgdir}/usr/share/doc/mopidy
 
@@ -47,6 +49,9 @@
   install -dm755 ${pkgdir}/usr/share/man/man1/
   gzip -c docs/_build/man/mopidy.1  
${pkgdir}/usr/share/man/man1/mopidy.1.gz 
 
+  install -dm755 ${pkgdir}/usr/share/man/man8/
+  gzip -c extra/mopidyctl/mopidyctl.8  
${pkgdir}/usr/share/man/man8/mopidyctl.8.gz 
+
   install -Dm644 ${srcdir}/mopidy.conf ${pkgdir}/etc/mopidy/mopidy.conf
 
   install -Dm644 extra/systemd/mopidy.service 
${pkgdir}/usr/lib/systemd/system/mopidy.service


[arch-commits] Commit in systemd/repos (18 files)

2015-07-08 Thread Dave Reisner
Date: Wednesday, July 8, 2015 @ 19:02:29
  Author: dreisner
Revision: 241879

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

Added:
  systemd/repos/testing-i686/
  systemd/repos/testing-i686/PKGBUILD
(from rev 241878, systemd/trunk/PKGBUILD)
  systemd/repos/testing-i686/arch.conf
(from rev 241878, systemd/trunk/arch.conf)
  systemd/repos/testing-i686/initcpio-hook-udev
(from rev 241878, systemd/trunk/initcpio-hook-udev)
  systemd/repos/testing-i686/initcpio-install-systemd
(from rev 241878, systemd/trunk/initcpio-install-systemd)
  systemd/repos/testing-i686/initcpio-install-udev
(from rev 241878, systemd/trunk/initcpio-install-udev)
  systemd/repos/testing-i686/loader.conf
(from rev 241878, systemd/trunk/loader.conf)
  systemd/repos/testing-i686/splash-arch.bmp
(from rev 241878, systemd/trunk/splash-arch.bmp)
  systemd/repos/testing-i686/systemd.install
(from rev 241878, systemd/trunk/systemd.install)
  systemd/repos/testing-x86_64/
  systemd/repos/testing-x86_64/PKGBUILD
(from rev 241878, systemd/trunk/PKGBUILD)
  systemd/repos/testing-x86_64/arch.conf
(from rev 241878, systemd/trunk/arch.conf)
  systemd/repos/testing-x86_64/initcpio-hook-udev
(from rev 241878, systemd/trunk/initcpio-hook-udev)
  systemd/repos/testing-x86_64/initcpio-install-systemd
(from rev 241878, systemd/trunk/initcpio-install-systemd)
  systemd/repos/testing-x86_64/initcpio-install-udev
(from rev 241878, systemd/trunk/initcpio-install-udev)
  systemd/repos/testing-x86_64/loader.conf
(from rev 241878, systemd/trunk/loader.conf)
  systemd/repos/testing-x86_64/splash-arch.bmp
(from rev 241878, systemd/trunk/splash-arch.bmp)
  systemd/repos/testing-x86_64/systemd.install
(from rev 241878, systemd/trunk/systemd.install)

-+
 testing-i686/PKGBUILD   |  178 ++
 testing-i686/arch.conf  |7 +
 testing-i686/initcpio-hook-udev |   22 +++
 testing-i686/initcpio-install-systemd   |  170 
 testing-i686/initcpio-install-udev  |   28 
 testing-i686/loader.conf|1 
 testing-i686/systemd.install|  205 ++
 testing-x86_64/PKGBUILD |  178 ++
 testing-x86_64/arch.conf|7 +
 testing-x86_64/initcpio-hook-udev   |   22 +++
 testing-x86_64/initcpio-install-systemd |  170 
 testing-x86_64/initcpio-install-udev|   28 
 testing-x86_64/loader.conf  |1 
 testing-x86_64/systemd.install  |  205 ++
 14 files changed, 1222 insertions(+)

The diff is longer than the limit of 200KB.
Use svn diff -r 241878:241879 to see the changes.


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

2015-07-08 Thread Dave Reisner
Date: Wednesday, July 8, 2015 @ 19:01:36
  Author: dreisner
Revision: 241878

upgpkg: systemd 222-1

Modified:
  systemd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-07-08 14:50:40 UTC (rev 241877)
+++ PKGBUILD2015-07-08 17:01:36 UTC (rev 241878)
@@ -3,8 +3,8 @@
 
 pkgbase=systemd
 pkgname=('systemd' 'libsystemd' 'systemd-sysvcompat')
-pkgver=221
-pkgrel=2
+pkgver=222
+pkgrel=1
 arch=('i686' 'x86_64')
 url=http://www.freedesktop.org/wiki/Software/systemd;
 makedepends=('acl' 'cryptsetup' 'docbook-xsl' 'gperf' 'lz4' 'xz' 'pam'
@@ -30,38 +30,6 @@
 prepare() {
   cd $pkgname
 
-  # pam_systemd: Properly check kdbus availability
-  # https://github.com/systemd/systemd/commit/c5d452bb228e
-  git cherry-pick -n c5d452bb228e
-
-  # udevd: suppress warning if we don't find cgroup
-  # https://github.com/systemd/systemd/commit/11b9fb15be96
-  git cherry-pick -n 11b9fb15be96
-
-  # core: fix reversed dependency check in unit_check_unneeded
-  # https://github.com/systemd/systemd/commit/084918ba41ac
-  git cherry-pick -n 084918ba41ac
-
-  # rules: remove all power management from udev
-  # https://github.com/systemd/systemd/commit/e2452eef02a8
-  git cherry-pick -n e2452eef02a8
-
-  # logind: fix delayed execution regression
-  # https://github.com/systemd/systemd/commit/418b22b88f79
-  git cherry-pick -n 418b22b88f79
-
-  # bus-proxy: never apply policy when sending signals
-  # https://github.com/systemd/systemd/commit/3723263f4989
-  git cherry-pick -n 3723263f4989
-
-  # sd-bus: don't leak kdbus notifications
-  # https://github.com/systemd/systemd/commit/0c9cc10dcca6
-  git cherry-pick -n 0c9cc10dcca6
-
-  # core: harden cgroups-agent forwarding
-  # https://github.com/systemd/systemd/commit/0a069ce62de9
-  git cherry-pick -n 0a069ce62de9
-
   ./autogen.sh
 }
 


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

2015-07-08 Thread Antonio Rojas
Date: Wednesday, July 8, 2015 @ 19:26:28
  Author: arojas
Revision: 241880

Update to 2.0.10

Modified:
  ffmpegthumbnailer/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-07-08 17:02:29 UTC (rev 241879)
+++ PKGBUILD2015-07-08 17:26:28 UTC (rev 241880)
@@ -3,20 +3,20 @@
 # Contributor: boro...@gmail.com
 
 pkgname=ffmpegthumbnailer
-pkgver=2.0.9
-pkgrel=2
+pkgver=2.0.10
+pkgrel=1
 pkgdesc=Lightweight video thumbnailer that can be used by file managers.
-url=http://code.google.com/p/ffmpegthumbnailer/;
+url=https://github.com/dirkvdb/ffmpegthumbnailer;
 license=('GPL2')
 arch=('i686' 'x86_64')
 depends=('ffmpeg' 'libjpeg' 'libpng')
 optdepends=('gvfs: support for gio uris')
-# mirror sources as getting a good download link from google drive is somewhat 
tricky
-source=(https://sources.archlinux.org/other/packages/$pkgname/${pkgname}-${pkgver}.tar.gz;)
-sha1sums=('0657e09ca926298f1b525e1fba06ad499c7663e7')
+source=(https://github.com/dirkvdb/$pkgname/archive/$pkgver.tar.gz;)
+sha1sums=('c947cb175dfc6b414046b2ffc7008246fa101f4f')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}
+  ./autogen.sh
   ./configure --prefix=/usr --enable-gio --enable-thumbnailer
   make
 }


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

2015-07-08 Thread Antonio Rojas
Date: Wednesday, July 8, 2015 @ 19:27:13
  Author: arojas
Revision: 241881

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-07-08 17:26:28 UTC (rev 241880)
+++ extra-i686/PKGBUILD 2015-07-08 17:27:13 UTC (rev 241881)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Ronald van Haren ronald.archlinux.org
-# Contributor: boro...@gmail.com
-
-pkgname=ffmpegthumbnailer
-pkgver=2.0.9
-pkgrel=2
-pkgdesc=Lightweight video thumbnailer that can be used by file managers.
-url=http://code.google.com/p/ffmpegthumbnailer/;
-license=('GPL2')
-arch=('i686' 'x86_64')
-depends=('ffmpeg' 'libjpeg' 'libpng')
-optdepends=('gvfs: support for gio uris')
-# mirror sources as getting a good download link from google drive is somewhat 
tricky
-source=(https://sources.archlinux.org/other/packages/$pkgname/${pkgname}-${pkgver}.tar.gz;)
-sha1sums=('0657e09ca926298f1b525e1fba06ad499c7663e7')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  ./configure --prefix=/usr --enable-gio --enable-thumbnailer
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-}

Copied: ffmpegthumbnailer/repos/extra-i686/PKGBUILD (from rev 241880, 
ffmpegthumbnailer/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-07-08 17:27:13 UTC (rev 241881)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Ronald van Haren ronald.archlinux.org
+# Contributor: boro...@gmail.com
+
+pkgname=ffmpegthumbnailer
+pkgver=2.0.10
+pkgrel=1
+pkgdesc=Lightweight video thumbnailer that can be used by file managers.
+url=https://github.com/dirkvdb/ffmpegthumbnailer;
+license=('GPL2')
+arch=('i686' 'x86_64')
+depends=('ffmpeg' 'libjpeg' 'libpng')
+optdepends=('gvfs: support for gio uris')
+source=(https://github.com/dirkvdb/$pkgname/archive/$pkgver.tar.gz;)
+sha1sums=('c947cb175dfc6b414046b2ffc7008246fa101f4f')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./autogen.sh
+  ./configure --prefix=/usr --enable-gio --enable-thumbnailer
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2015-07-08 17:26:28 UTC (rev 241880)
+++ extra-x86_64/PKGBUILD   2015-07-08 17:27:13 UTC (rev 241881)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Ronald van Haren ronald.archlinux.org
-# Contributor: boro...@gmail.com
-
-pkgname=ffmpegthumbnailer
-pkgver=2.0.9
-pkgrel=2
-pkgdesc=Lightweight video thumbnailer that can be used by file managers.
-url=http://code.google.com/p/ffmpegthumbnailer/;
-license=('GPL2')
-arch=('i686' 'x86_64')
-depends=('ffmpeg' 'libjpeg' 'libpng')
-optdepends=('gvfs: support for gio uris')
-# mirror sources as getting a good download link from google drive is somewhat 
tricky
-source=(https://sources.archlinux.org/other/packages/$pkgname/${pkgname}-${pkgver}.tar.gz;)
-sha1sums=('0657e09ca926298f1b525e1fba06ad499c7663e7')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  ./configure --prefix=/usr --enable-gio --enable-thumbnailer
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-}

Copied: ffmpegthumbnailer/repos/extra-x86_64/PKGBUILD (from rev 241880, 
ffmpegthumbnailer/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2015-07-08 17:27:13 UTC (rev 241881)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Ronald van Haren ronald.archlinux.org
+# Contributor: boro...@gmail.com
+
+pkgname=ffmpegthumbnailer
+pkgver=2.0.10
+pkgrel=1
+pkgdesc=Lightweight video thumbnailer that can be used by file managers.
+url=https://github.com/dirkvdb/ffmpegthumbnailer;
+license=('GPL2')
+arch=('i686' 'x86_64')
+depends=('ffmpeg' 'libjpeg' 'libpng')
+optdepends=('gvfs: support for gio uris')
+source=(https://github.com/dirkvdb/$pkgname/archive/$pkgver.tar.gz;)
+sha1sums=('c947cb175dfc6b414046b2ffc7008246fa101f4f')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./autogen.sh
+  ./configure --prefix=/usr --enable-gio --enable-thumbnailer
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}

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

2015-07-08 Thread Balló György
Date: Wednesday, July 8, 2015 @ 20:04:31
  Author: bgyorgy
Revision: 136563

upgpkg: cherrytree 0.35.9-1

Update to version 0.35.9

Modified:
  cherrytree/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-07-08 15:27:41 UTC (rev 136562)
+++ PKGBUILD2015-07-08 18:04:31 UTC (rev 136563)
@@ -6,7 +6,7 @@
 # Contributor: Tomas A. Schertel tscher...@gmail.com
 
 pkgname=cherrytree
-pkgver=0.35.8
+pkgver=0.35.9
 pkgrel=1
 pkgdesc='Hierarchical note taking application featuring rich text and syntax 
highlighting'
 arch=('any')
@@ -17,7 +17,7 @@
 'p7zip: for password protection support')
 install=cherrytree.install
 source=(http://www.giuspen.com/software/$pkgname-$pkgver.tar.xz)
-sha256sums=('a8e9c78347a05e01030123034f96e53b4649e4f59c7fe20a266e9cf65b0c0c6f')
+sha256sums=('4c597e70736aad6135c53e2f10ff9246e6d1133e35dfcdefece38fe0c185ca93')
 
 build() {
   cd $pkgname-$pkgver


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

2015-07-08 Thread Balló György
Date: Wednesday, July 8, 2015 @ 20:04:37
  Author: bgyorgy
Revision: 136564

archrelease: copy trunk to community-any

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

+
 PKGBUILD   |   66 +--
 cherrytree.install |   28 ++---
 2 files changed, 47 insertions(+), 47 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-07-08 18:04:31 UTC (rev 136563)
+++ PKGBUILD2015-07-08 18:04:37 UTC (rev 136564)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Balló György ballogyor+arch at gmail dot com
-# Contributor: Bartłomiej Piotrowski
-# Contributor: Brad Fanella bradfane...@archlinux.us
-# Contributor: Allan McRae al...@archlinux.org
-# Contributor: Tomas A. Schertel tscher...@gmail.com
-
-pkgname=cherrytree
-pkgver=0.35.8
-pkgrel=1
-pkgdesc='Hierarchical note taking application featuring rich text and syntax 
highlighting'
-arch=('any')
-url='http://www.giuspen.com/cherrytree/'
-license=('GPL3')
-depends=('pygtksourceview2' 'python2-dbus' 'desktop-file-utils')
-optdepends=('python2-pyenchant: for spell checking support'
-'p7zip: for password protection support')
-install=cherrytree.install
-source=(http://www.giuspen.com/software/$pkgname-$pkgver.tar.xz)
-sha256sums=('a8e9c78347a05e01030123034f96e53b4649e4f59c7fe20a266e9cf65b0c0c6f')
-
-build() {
-  cd $pkgname-$pkgver
-  python2 setup.py build
-}
-
-package() {
-  cd $pkgname-$pkgver
-  python2 setup.py install --root=$pkgdir/ --optimize=1
-
-  # Fix file permissions
-  find $pkgdir/usr/share -type f | xargs chmod 644
-}

Copied: cherrytree/repos/community-any/PKGBUILD (from rev 136563, 
cherrytree/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-07-08 18:04:37 UTC (rev 136564)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Balló György ballogyor+arch at gmail dot com
+# Contributor: Bartłomiej Piotrowski
+# Contributor: Brad Fanella bradfane...@archlinux.us
+# Contributor: Allan McRae al...@archlinux.org
+# Contributor: Tomas A. Schertel tscher...@gmail.com
+
+pkgname=cherrytree
+pkgver=0.35.9
+pkgrel=1
+pkgdesc='Hierarchical note taking application featuring rich text and syntax 
highlighting'
+arch=('any')
+url='http://www.giuspen.com/cherrytree/'
+license=('GPL3')
+depends=('pygtksourceview2' 'python2-dbus' 'desktop-file-utils')
+optdepends=('python2-pyenchant: for spell checking support'
+'p7zip: for password protection support')
+install=cherrytree.install
+source=(http://www.giuspen.com/software/$pkgname-$pkgver.tar.xz)
+sha256sums=('4c597e70736aad6135c53e2f10ff9246e6d1133e35dfcdefece38fe0c185ca93')
+
+build() {
+  cd $pkgname-$pkgver
+  python2 setup.py build
+}
+
+package() {
+  cd $pkgname-$pkgver
+  python2 setup.py install --root=$pkgdir/ --optimize=1
+
+  # Fix file permissions
+  find $pkgdir/usr/share -type f | xargs chmod 644
+}

Deleted: cherrytree.install
===
--- cherrytree.install  2015-07-08 18:04:31 UTC (rev 136563)
+++ cherrytree.install  2015-07-08 18:04:37 UTC (rev 136564)
@@ -1,14 +0,0 @@
-post_install()
-{
-   update-desktop-database -q
-   gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-   update-mime-database usr/share/mime  /dev/null
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}

Copied: cherrytree/repos/community-any/cherrytree.install (from rev 136563, 
cherrytree/trunk/cherrytree.install)
===
--- cherrytree.install  (rev 0)
+++ cherrytree.install  2015-07-08 18:04:37 UTC (rev 136564)
@@ -0,0 +1,14 @@
+post_install()
+{
+   update-desktop-database -q
+   gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+   update-mime-database usr/share/mime  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}


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

2015-07-08 Thread Anatol Pomozov
Date: Wednesday, July 8, 2015 @ 22:43:57
  Author: anatolik
Revision: 136568

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

Added:
  rethinkdb/repos/community-testing-i686/
  rethinkdb/repos/community-testing-i686/PKGBUILD
(from rev 136567, rethinkdb/trunk/PKGBUILD)
  rethinkdb/repos/community-testing-i686/rethinkdb-tmpfile.conf
(from rev 136567, rethinkdb/trunk/rethinkdb-tmpfile.conf)
  rethinkdb/repos/community-testing-i686/rethinkdb.install
(from rev 136567, rethinkdb/trunk/rethinkdb.install)
  rethinkdb/repos/community-testing-i686/rethinkdb.service
(from rev 136567, rethinkdb/trunk/rethinkdb.service)
  rethinkdb/repos/community-testing-x86_64/
  rethinkdb/repos/community-testing-x86_64/PKGBUILD
(from rev 136567, rethinkdb/trunk/PKGBUILD)
  rethinkdb/repos/community-testing-x86_64/rethinkdb-tmpfile.conf
(from rev 136567, rethinkdb/trunk/rethinkdb-tmpfile.conf)
  rethinkdb/repos/community-testing-x86_64/rethinkdb.install
(from rev 136567, rethinkdb/trunk/rethinkdb.install)
  rethinkdb/repos/community-testing-x86_64/rethinkdb.service
(from rev 136567, rethinkdb/trunk/rethinkdb.service)

-+
 community-testing-i686/PKGBUILD |   70 ++
 community-testing-i686/rethinkdb-tmpfile.conf   |1 
 community-testing-i686/rethinkdb.install|   22 ++
 community-testing-i686/rethinkdb.service|   12 +++
 community-testing-x86_64/PKGBUILD   |   70 ++
 community-testing-x86_64/rethinkdb-tmpfile.conf |1 
 community-testing-x86_64/rethinkdb.install  |   22 ++
 community-testing-x86_64/rethinkdb.service  |   12 +++
 8 files changed, 210 insertions(+)

Copied: rethinkdb/repos/community-testing-i686/PKGBUILD (from rev 136567, 
rethinkdb/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2015-07-08 20:43:57 UTC (rev 136568)
@@ -0,0 +1,70 @@
+# $Id$
+# Maintainer: Anatol Pomozov anatol.pomo...@gmail.com
+# Contributor: Massimiliano Torromeo massimiliano.torro...@gmail.com
+# Contributor: Sigmund Lahn sigm...@lahn.no
+
+pkgname=rethinkdb
+pkgver=2.0.4
+_tag=rethinkdb-$pkgver
+pkgrel=1
+pkgdesc='Distributed powerful and scalable NoSQL database'
+arch=(i686 x86_64)
+url='http://www.rethinkdb.com/'
+license=(AGPL)
+depends=(protobuf ncurses curl icu)
+makedepends=(boost python2 wget)
+backup=(etc/rethinkdb/instances.d/default.conf)
+install=rethinkdb.install
+options=(!emptydirs)
+source=(
+  http://download.rethinkdb.com/dist/$_tag.tgz
+  rethinkdb-tmpfile.conf
+  rethinkdb.service
+)
+sha256sums=('f11094093ea0dbe658b4dd3d8837f9c451713bb5d46c717f060a2947898a10a7'
+'656d3a42e75d087e723f71aa320fdd91cbbb82071ef72eb11fd3e4a619b429a4'
+'e56bffa2b9ebc3a00ef566ab2be0719a633c89d961a2461dfa2d9ffdb258c1a2')
+
+prepare() {
+  cd $_tag
+
+  sed \
+-e 's|#!/usr/bin/python|#!/usr/bin/python2|' \
+-e 's|#!/usr/bin/env python|#!/usr/bin/env python2|' \
+-i scripts/*.py external/v8_*/tools/*.py
+  sed -e 's|exec python|exec python2|g' -i external/v8_*/build/gyp/gyp
+  sed -e 's|\bpython\b|python2|g' -i 
external/v8_*/{Makefile,*/*.gyp,*/*.gypi,*/*/*.gyp}
+}
+
+build() {
+  cd $_tag
+  export PYTHON=/usr/bin/python2
+  ./configure --fetch v8 --fetch jemalloc --dynamic all 
--enable-precompiled-web --prefix=/usr --sysconfdir=/etc
+  make ALLOW_WARNINGS=1
+}
+
+check() {
+  cd $_tag
+
+  # these tests are flaky and extremely slow
+  # make build/release/rethinkdb-unittest
+  # ./build/release/rethinkdb-unittest 
--gtest_filter=-RDBBtree.*:RDBInterrupt.*
+  # some tests might be flaky on btrfs filesystem
+}
+
+package() {
+  cd $_tag
+  make DESTDIR=$pkgdir install
+
+  install -Dm644 $srcdir/rethinkdb-tmpfile.conf 
$pkgdir/usr/lib/tmpfiles.d/rethinkdb.conf
+  install -Dm644 $srcdir/rethinkdb.service 
$pkgdir/usr/lib/systemd/system/rethinkdb@.service
+
+  # create 'default' database instance
+  mv $pkgdir/etc/rethinkdb/default.conf.sample 
$pkgdir/etc/rethinkdb/instances.d/default.conf
+  sed -e 's|# directory=/var/lib/rethinkdb|directory=/var/lib/rethinkdb|' \
+  -e 's|# 
pid-file=/var/run/rethinkdb/rethinkdb.pid|pid-file=/var/run/rethinkdb/default.pid|'
 \
+  -i $pkgdir/etc/rethinkdb/instances.d/default.conf
+
+  # Arch uses systemd, no need for init.d scripts
+  rm -r $pkgdir/etc/init.d
+}

Copied: rethinkdb/repos/community-testing-i686/rethinkdb-tmpfile.conf (from rev 
136567, rethinkdb/trunk/rethinkdb-tmpfile.conf)
===
--- community-testing-i686/rethinkdb-tmpfile.conf   
(rev 0)
+++ community-testing-i686/rethinkdb-tmpfile.conf   2015-07-08 20:43:57 UTC 
(rev 136568)
@@ -0,0 +1 @@
+d /run/rethinkdb 0755 rethinkdb rethinkdb -
\ No newline at end of 

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

2015-07-08 Thread Anatol Pomozov
Date: Wednesday, July 8, 2015 @ 22:43:08
  Author: anatolik
Revision: 136567

upgpkg: rethinkdb 2.0.4-1

Modified:
  rethinkdb/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-07-08 18:27:24 UTC (rev 136566)
+++ PKGBUILD2015-07-08 20:43:08 UTC (rev 136567)
@@ -4,7 +4,7 @@
 # Contributor: Sigmund Lahn sigm...@lahn.no
 
 pkgname=rethinkdb
-pkgver=2.0.3
+pkgver=2.0.4
 _tag=rethinkdb-$pkgver
 pkgrel=1
 pkgdesc='Distributed powerful and scalable NoSQL database'
@@ -21,7 +21,7 @@
   rethinkdb-tmpfile.conf
   rethinkdb.service
 )
-sha256sums=('4d0fa17521d88594491a5550d18adc42f14115724af1b45abe13f14959810095'
+sha256sums=('f11094093ea0dbe658b4dd3d8837f9c451713bb5d46c717f060a2947898a10a7'
 '656d3a42e75d087e723f71aa320fdd91cbbb82071ef72eb11fd3e4a619b429a4'
 'e56bffa2b9ebc3a00ef566ab2be0719a633c89d961a2461dfa2d9ffdb258c1a2')
 


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

2015-07-08 Thread Kyle Keen
Date: Wednesday, July 8, 2015 @ 23:52:53
  Author: kkeen
Revision: 136569

upgpkg: jwm 2.3.1-1

Modified:
  jwm/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-07-08 20:43:57 UTC (rev 136568)
+++ PKGBUILD2015-07-08 21:52:53 UTC (rev 136569)
@@ -3,7 +3,7 @@
 # Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
 
 pkgname=jwm
-pkgver=2.3.0
+pkgver=2.3.1
 pkgrel=1
 pkgdesc=A lightweight window manager for the X11 Window System
 arch=('i686' 'x86_64')
@@ -13,7 +13,10 @@
 backup=('etc/system.jwmrc')
 source=(http://joewing.net/projects/jwm/releases/jwm-$pkgver.tar.xz
 jwm.desktop)
-md5sums=('35063dbd19636cdb90335d4ec0f04cb8')
+# contacted upstream about desktop
+# no reply
+md5sums=('172aef20a5c0396c168d891e86d3e379'
+ 'ad898472f7538ffc3ff511c055fee535')
 
 build() {
   cd $srcdir/$pkgname-$pkgver
@@ -27,5 +30,3 @@
SYSCONF=$pkgdir/etc install
   install -Dm644 $srcdir/jwm.desktop 
$pkgdir/usr/share/xsessions/jwm.desktop
 }
-md5sums=('8ad74eb047288ae8069a2df23ec021f7'
- 'ad898472f7538ffc3ff511c055fee535')


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

2015-07-08 Thread Maxime Gauduin
Date: Wednesday, July 8, 2015 @ 09:21:32
  Author: alucryd
Revision: 136548

upgpkg: lollypop 0.9.39-1

Modified:
  lollypop/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-07-08 04:07:08 UTC (rev 136547)
+++ PKGBUILD2015-07-08 07:21:32 UTC (rev 136548)
@@ -4,7 +4,7 @@
 # Contributor: Cédric Bellegarde gnu...@gmail.com
 
 pkgname=lollypop
-pkgver=0.9.36
+pkgver=0.9.39
 pkgrel=1
 pkgdesc='Music player for GNOME'
 arch=('any')
@@ -17,7 +17,7 @@
 'python-wikipedia: Wikipedia support')
 install='lollypop.install'
 
source=(https://github.com/gnumdk/lollypop/releases/download/${pkgver}/lollypop-${pkgver}.tar.xz;)
-sha256sums=('5a395e4604113f4b468612552e40e0bf86319d400d3871f940daa6508de37aa3')
+sha256sums=('5fe048ad71c342133e996d07f3dba648a1e2dcddba6a4af74ff33fc0ce87')
 
 build() {
   cd lollypop-${pkgver}


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

2015-07-08 Thread Maxime Gauduin
Date: Wednesday, July 8, 2015 @ 09:21:57
  Author: alucryd
Revision: 136549

archrelease: copy trunk to community-any

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

--+
 PKGBUILD |   74 ++---
 lollypop.install |   30 ++---
 2 files changed, 52 insertions(+), 52 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-07-08 07:21:32 UTC (rev 136548)
+++ PKGBUILD2015-07-08 07:21:57 UTC (rev 136549)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin aluc...@archlinux.org
-# Contributor: kirek rbu...@gmail.com
-# Contributor: Cédric Bellegarde gnu...@gmail.com
-
-pkgname=lollypop
-pkgver=0.9.36
-pkgrel=1
-pkgdesc='Music player for GNOME'
-arch=('any')
-url='https://github.com/gnumdk/lollypop'
-license=('GPL')
-depends=('desktop-file-utils' 'gobject-introspection' 'gtk3' 'python-cairo'
- 'python-dbus' 'python-gobject' 'totem-plparser')
-makedepends=('intltool' 'itstool' 'python')
-optdepends=('python-pylast: Last.FM support'
-'python-wikipedia: Wikipedia support')
-install='lollypop.install'
-source=(https://github.com/gnumdk/lollypop/releases/download/${pkgver}/lollypop-${pkgver}.tar.xz;)
-sha256sums=('5a395e4604113f4b468612552e40e0bf86319d400d3871f940daa6508de37aa3')
-
-build() {
-  cd lollypop-${pkgver}
-
-  ./configure \
---prefix='/usr' \
---disable-schemas-compile
-  make
-}
-
-package() {
-  cd lollypop-${pkgver}
-
-  make DESTDIR=${pkgdir} install
-}
-
-# vim: ts=2 sw=2 et:

Copied: lollypop/repos/community-any/PKGBUILD (from rev 136548, 
lollypop/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-07-08 07:21:57 UTC (rev 136549)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Maxime Gauduin aluc...@archlinux.org
+# Contributor: kirek rbu...@gmail.com
+# Contributor: Cédric Bellegarde gnu...@gmail.com
+
+pkgname=lollypop
+pkgver=0.9.39
+pkgrel=1
+pkgdesc='Music player for GNOME'
+arch=('any')
+url='https://github.com/gnumdk/lollypop'
+license=('GPL')
+depends=('desktop-file-utils' 'gobject-introspection' 'gtk3' 'python-cairo'
+ 'python-dbus' 'python-gobject' 'totem-plparser')
+makedepends=('intltool' 'itstool' 'python')
+optdepends=('python-pylast: Last.FM support'
+'python-wikipedia: Wikipedia support')
+install='lollypop.install'
+source=(https://github.com/gnumdk/lollypop/releases/download/${pkgver}/lollypop-${pkgver}.tar.xz;)
+sha256sums=('5fe048ad71c342133e996d07f3dba648a1e2dcddba6a4af74ff33fc0ce87')
+
+build() {
+  cd lollypop-${pkgver}
+
+  ./configure \
+--prefix='/usr' \
+--disable-schemas-compile
+  make
+}
+
+package() {
+  cd lollypop-${pkgver}
+
+  make DESTDIR=${pkgdir} install
+}
+
+# vim: ts=2 sw=2 et:

Deleted: lollypop.install
===
--- lollypop.install2015-07-08 07:21:32 UTC (rev 136548)
+++ lollypop.install2015-07-08 07:21:57 UTC (rev 136549)
@@ -1,15 +0,0 @@
-post_install() {
-  glib-compile-schemas /usr/share/glib-2.0/schemas
-  gtk-update-icon-cache -ftq /usr/share/icons/hicolor
-  update-desktop-database -q
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}
-
-# vim: ts=2 sw=2 et:

Copied: lollypop/repos/community-any/lollypop.install (from rev 136548, 
lollypop/trunk/lollypop.install)
===
--- lollypop.install(rev 0)
+++ lollypop.install2015-07-08 07:21:57 UTC (rev 136549)
@@ -0,0 +1,15 @@
+post_install() {
+  glib-compile-schemas /usr/share/glib-2.0/schemas
+  gtk-update-icon-cache -ftq /usr/share/icons/hicolor
+  update-desktop-database -q
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}
+
+# vim: ts=2 sw=2 et:


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

2015-07-08 Thread Kyle Keen
Date: Wednesday, July 8, 2015 @ 23:53:18
  Author: kkeen
Revision: 136570

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

Added:
  jwm/repos/community-i686/PKGBUILD
(from rev 136569, jwm/trunk/PKGBUILD)
  jwm/repos/community-i686/jwm.desktop
(from rev 136569, jwm/trunk/jwm.desktop)
  jwm/repos/community-x86_64/PKGBUILD
(from rev 136569, jwm/trunk/PKGBUILD)
  jwm/repos/community-x86_64/jwm.desktop
(from rev 136569, jwm/trunk/jwm.desktop)
Deleted:
  jwm/repos/community-i686/PKGBUILD
  jwm/repos/community-i686/jwm.desktop
  jwm/repos/community-x86_64/PKGBUILD
  jwm/repos/community-x86_64/jwm.desktop

--+
 /PKGBUILD|   64 +
 /jwm.desktop |   14 
 community-i686/PKGBUILD  |   31 ---
 community-i686/jwm.desktop   |7 
 community-x86_64/PKGBUILD|   31 ---
 community-x86_64/jwm.desktop |7 
 6 files changed, 78 insertions(+), 76 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-07-08 21:52:53 UTC (rev 136569)
+++ community-i686/PKGBUILD 2015-07-08 21:53:18 UTC (rev 136570)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Kyle Keen keen...@gmail.com
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-
-pkgname=jwm
-pkgver=2.3.0
-pkgrel=1
-pkgdesc=A lightweight window manager for the X11 Window System
-arch=('i686' 'x86_64')
-url=http://joewing.net/projects/jwm/;
-license=('GPL2')
-depends=('libx11' 'libxft' 'libjpeg=7' 'libxpm' 'libxinerama' 'libpng')
-backup=('etc/system.jwmrc')
-source=(http://joewing.net/projects/jwm/releases/jwm-$pkgver.tar.xz
-jwm.desktop)
-md5sums=('35063dbd19636cdb90335d4ec0f04cb8')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc --disable-fribidi 
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  make BINDIR=$pkgdir/usr/bin MANDIR=$pkgdir/usr/share/man \
-   SYSCONF=$pkgdir/etc install
-  install -Dm644 $srcdir/jwm.desktop 
$pkgdir/usr/share/xsessions/jwm.desktop
-}
-md5sums=('8ad74eb047288ae8069a2df23ec021f7'
- 'ad898472f7538ffc3ff511c055fee535')

Copied: jwm/repos/community-i686/PKGBUILD (from rev 136569, jwm/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-07-08 21:53:18 UTC (rev 136570)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Kyle Keen keen...@gmail.com
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+
+pkgname=jwm
+pkgver=2.3.1
+pkgrel=1
+pkgdesc=A lightweight window manager for the X11 Window System
+arch=('i686' 'x86_64')
+url=http://joewing.net/projects/jwm/;
+license=('GPL2')
+depends=('libx11' 'libxft' 'libjpeg=7' 'libxpm' 'libxinerama' 'libpng')
+backup=('etc/system.jwmrc')
+source=(http://joewing.net/projects/jwm/releases/jwm-$pkgver.tar.xz
+jwm.desktop)
+# contacted upstream about desktop
+# no reply
+md5sums=('172aef20a5c0396c168d891e86d3e379'
+ 'ad898472f7538ffc3ff511c055fee535')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc --disable-fribidi 
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make BINDIR=$pkgdir/usr/bin MANDIR=$pkgdir/usr/share/man \
+   SYSCONF=$pkgdir/etc install
+  install -Dm644 $srcdir/jwm.desktop 
$pkgdir/usr/share/xsessions/jwm.desktop
+}

Deleted: community-i686/jwm.desktop
===
--- community-i686/jwm.desktop  2015-07-08 21:52:53 UTC (rev 136569)
+++ community-i686/jwm.desktop  2015-07-08 21:53:18 UTC (rev 136570)
@@ -1,7 +0,0 @@
-[Desktop Entry]
-Encoding=UTF-8
-Name=JWM
-Comment=A lightweight window manger for the X11 Window System
-Exec=/usr/bin/jwm
-TryExec=/usr/bin/jwm
-Type=XSession

Copied: jwm/repos/community-i686/jwm.desktop (from rev 136569, 
jwm/trunk/jwm.desktop)
===
--- community-i686/jwm.desktop  (rev 0)
+++ community-i686/jwm.desktop  2015-07-08 21:53:18 UTC (rev 136570)
@@ -0,0 +1,7 @@
+[Desktop Entry]
+Encoding=UTF-8
+Name=JWM
+Comment=A lightweight window manger for the X11 Window System
+Exec=/usr/bin/jwm
+TryExec=/usr/bin/jwm
+Type=XSession

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-07-08 21:52:53 UTC (rev 136569)
+++ community-x86_64/PKGBUILD   2015-07-08 21:53:18 UTC (rev 136570)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Kyle Keen keen...@gmail.com
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-
-pkgname=jwm
-pkgver=2.3.0
-pkgrel=1
-pkgdesc=A lightweight window manager for the X11 Window System
-arch=('i686' 'x86_64')
-url=http://joewing.net/projects/jwm/;
-license=('GPL2')
-depends=('libx11' 

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

2015-07-08 Thread Felix Yan
Date: Thursday, July 9, 2015 @ 05:43:36
  Author: fyan
Revision: 136573

upgpkg: thefuck 1.48-1

Modified:
  thefuck/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-07-09 02:05:21 UTC (rev 136572)
+++ PKGBUILD2015-07-09 03:43:36 UTC (rev 136573)
@@ -2,7 +2,7 @@
 # Maintainer: Felix Yan felixonm...@archlinux.org
 
 pkgname=thefuck
-pkgver=1.47
+pkgver=1.48
 pkgrel=1
 pkgdesc=Magnificent app which corrects your previous console command
 arch=('any')


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

2015-07-08 Thread Felix Yan
Date: Thursday, July 9, 2015 @ 05:44:13
  Author: fyan
Revision: 136574

archrelease: copy trunk to community-any

Added:
  thefuck/repos/community-any/PKGBUILD
(from rev 136573, thefuck/trunk/PKGBUILD)
Deleted:
  thefuck/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2015-07-09 03:43:36 UTC (rev 136573)
+++ PKGBUILD2015-07-09 03:44:13 UTC (rev 136574)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@archlinux.org
-
-pkgname=thefuck
-pkgver=1.47
-pkgrel=1
-pkgdesc=Magnificent app which corrects your previous console command
-arch=('any')
-url=https://github.com/nvbn/thefuck;
-license=('MIT')
-depends=('python-setuptools' 'python-psutil' 'python-six' 'python-colorama')
-makedepends=('git')
-checkdepends=('python-pytest-mock' 'python-mock')
-source=(git+https://github.com/nvbn/thefuck.git#tag=$pkgver;)
-sha256sums=('SKIP')
-
-prepare() {
-  # pathlib is standard library since Python 3.4
-  sed -i s|install_requires=\['pathlib',|install_requires=[| thefuck/setup.py
-}
-
-build() {
-  cd thefuck
-  python setup.py build
-}
-
-check() {
-  cd thefuck
-  PYTHONPATH=$PWD/build/lib:$PYTHONPATH py.test
-}
-
-package() {
-  cd thefuck
-  python3 setup.py install -O1 --prefix=/usr --root=$pkgdir/
-
-  install -Dm644 LICENSE.md $pkgdir/usr/share/licenses/$pkgname/LICENSE.md
-}
-
-# vim:set ts=2 sw=2 et:

Copied: thefuck/repos/community-any/PKGBUILD (from rev 136573, 
thefuck/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-07-09 03:44:13 UTC (rev 136574)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+
+pkgname=thefuck
+pkgver=1.48
+pkgrel=1
+pkgdesc=Magnificent app which corrects your previous console command
+arch=('any')
+url=https://github.com/nvbn/thefuck;
+license=('MIT')
+depends=('python-setuptools' 'python-psutil' 'python-six' 'python-colorama')
+makedepends=('git')
+checkdepends=('python-pytest-mock' 'python-mock')
+source=(git+https://github.com/nvbn/thefuck.git#tag=$pkgver;)
+sha256sums=('SKIP')
+
+prepare() {
+  # pathlib is standard library since Python 3.4
+  sed -i s|install_requires=\['pathlib',|install_requires=[| thefuck/setup.py
+}
+
+build() {
+  cd thefuck
+  python setup.py build
+}
+
+check() {
+  cd thefuck
+  PYTHONPATH=$PWD/build/lib:$PYTHONPATH py.test
+}
+
+package() {
+  cd thefuck
+  python3 setup.py install -O1 --prefix=/usr --root=$pkgdir/
+
+  install -Dm644 LICENSE.md $pkgdir/usr/share/licenses/$pkgname/LICENSE.md
+}
+
+# vim:set ts=2 sw=2 et:


[arch-commits] Commit in perl-http-message/repos/extra-any (PKGBUILD PKGBUILD)

2015-07-08 Thread Felix Yan
Date: Thursday, July 9, 2015 @ 05:17:40
  Author: fyan
Revision: 241885

archrelease: copy trunk to extra-any

Added:
  perl-http-message/repos/extra-any/PKGBUILD
(from rev 241884, perl-http-message/trunk/PKGBUILD)
Deleted:
  perl-http-message/repos/extra-any/PKGBUILD

--+
 PKGBUILD |   87 +
 1 file changed, 37 insertions(+), 50 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-07-09 03:16:36 UTC (rev 241884)
+++ PKGBUILD2015-07-09 03:17:40 UTC (rev 241885)
@@ -1,50 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@gmail.com
-# Contributor: Justin juster Davis jrc...@gmail.com
-# Generator : pbjam 0.01
-
-pkgname=perl-http-message
-pkgver=6.06
-pkgrel=2
-pkgdesc=HTTP style messages
-arch=(any)
-url=http://search.cpan.org/dist/HTTP-Message
-license=(PerlArtistic GPL)
-options=('!emptydirs')
-depends=('perl' 'perl-encode-locale' 'perl-html-parser'
- 'perl-http-date' 'perl-lwp-mediatypes' 'perl-uri')
-checkdepends=('perl-io-html')
-conflicts=('perl-libwww6')
-source=(http://search.cpan.org/CPAN/authors/id/G/GA/GAAS/HTTP-Message-$pkgver.tar.gz)
-md5sums=('e563ac516e28d33f65bc0f295f625f85')
-
-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 HTTP-Message-$pkgver
-/usr/bin/perl Makefile.PL
-make
-  )
-}
-
-check() {
-  ( export PERL_MM_USE_DEFAULT=1 PERL5LIB=
-cd HTTP-Message-$pkgver
-make test
-  )
-}
-
-package() {
-cd HTTP-Message-$pkgver
-make DESTDIR=$pkgdir install
-}
-
-# Local Variables:
-# mode: shell-script
-# sh-basic-offset: 2
-# End:
-# vim:set ts=2 sw=2 et:

Copied: perl-http-message/repos/extra-any/PKGBUILD (from rev 241884, 
perl-http-message/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-07-09 03:17:40 UTC (rev 241885)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Justin juster Davis jrc...@gmail.com
+# Generator : pbjam 0.01
+
+pkgname=perl-http-message
+pkgver=6.07
+pkgrel=1
+pkgdesc=HTTP style messages
+arch=('any')
+url='http://search.cpan.org/dist/HTTP-Message'
+license=('PerlArtistic' 'GPL')
+options=('!emptydirs')
+depends=('perl' 'perl-encode-locale' 'perl-html-parser'
+ 'perl-http-date' 'perl-lwp-mediatypes' 'perl-uri')
+checkdepends=('perl-io-html')
+conflicts=('perl-libwww6')
+source=(http://search.cpan.org/CPAN/authors/id/E/ET/ETHER/HTTP-Message-$pkgver.tar.gz;)
+md5sums=('d5196378b5fd2f0082b0e603bf7571b7')
+
+build() {
+  cd HTTP-Message-$pkgver
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd HTTP-Message-$pkgver
+  make test
+}
+
+package() {
+  cd HTTP-Message-$pkgver
+  make DESTDIR=$pkgdir install
+}
+
+# vim:set ts=2 sw=2 et:


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

2015-07-08 Thread Felix Yan
Date: Thursday, July 9, 2015 @ 05:16:36
  Author: fyan
Revision: 241884

upgpkg: perl-http-message 6.07-1

Modified:
  perl-http-message/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-07-09 01:38:11 UTC (rev 241883)
+++ PKGBUILD2015-07-09 03:16:36 UTC (rev 241884)
@@ -1,50 +1,37 @@
 # $Id$
-# Maintainer: Felix Yan felixonm...@gmail.com
+# Maintainer: Felix Yan felixonm...@archlinux.org
 # Contributor: Justin juster Davis jrc...@gmail.com
 # Generator : pbjam 0.01
 
 pkgname=perl-http-message
-pkgver=6.06
-pkgrel=2
+pkgver=6.07
+pkgrel=1
 pkgdesc=HTTP style messages
-arch=(any)
-url=http://search.cpan.org/dist/HTTP-Message
-license=(PerlArtistic GPL)
+arch=('any')
+url='http://search.cpan.org/dist/HTTP-Message'
+license=('PerlArtistic' 'GPL')
 options=('!emptydirs')
 depends=('perl' 'perl-encode-locale' 'perl-html-parser'
  'perl-http-date' 'perl-lwp-mediatypes' 'perl-uri')
 checkdepends=('perl-io-html')
 conflicts=('perl-libwww6')
-source=(http://search.cpan.org/CPAN/authors/id/G/GA/GAAS/HTTP-Message-$pkgver.tar.gz)
-md5sums=('e563ac516e28d33f65bc0f295f625f85')
+source=(http://search.cpan.org/CPAN/authors/id/E/ET/ETHER/HTTP-Message-$pkgver.tar.gz;)
+md5sums=('d5196378b5fd2f0082b0e603bf7571b7')
 
 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 HTTP-Message-$pkgver
-/usr/bin/perl Makefile.PL
-make
-  )
+  cd HTTP-Message-$pkgver
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
 }
 
 check() {
-  ( export PERL_MM_USE_DEFAULT=1 PERL5LIB=
-cd HTTP-Message-$pkgver
-make test
-  )
+  cd HTTP-Message-$pkgver
+  make test
 }
 
 package() {
-cd HTTP-Message-$pkgver
-make DESTDIR=$pkgdir install
+  cd HTTP-Message-$pkgver
+  make DESTDIR=$pkgdir install
 }
 
-# Local Variables:
-# mode: shell-script
-# sh-basic-offset: 2
-# End:
 # vim:set ts=2 sw=2 et:


[arch-commits] Commit in s-nail/repos (6 files)

2015-07-08 Thread Gaetan Bisson
Date: Thursday, July 9, 2015 @ 07:16:20
  Author: bisson
Revision: 241886

db-move: moved s-nail from [testing] to [core] (i686, x86_64)

Added:
  s-nail/repos/core-i686/PKGBUILD
(from rev 241885, s-nail/repos/testing-i686/PKGBUILD)
  s-nail/repos/core-x86_64/PKGBUILD
(from rev 241885, s-nail/repos/testing-x86_64/PKGBUILD)
Deleted:
  s-nail/repos/core-i686/PKGBUILD
  s-nail/repos/core-x86_64/PKGBUILD
  s-nail/repos/testing-i686/
  s-nail/repos/testing-x86_64/

--+
 /PKGBUILD|  102 +
 core-i686/PKGBUILD   |   50 
 core-x86_64/PKGBUILD |   50 
 3 files changed, 102 insertions(+), 100 deletions(-)

Deleted: core-i686/PKGBUILD
===
--- core-i686/PKGBUILD  2015-07-09 03:17:40 UTC (rev 241885)
+++ core-i686/PKGBUILD  2015-07-09 05:16:20 UTC (rev 241886)
@@ -1,50 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson bis...@archlinux.org
-# Contributor: Stéphane Gaudreault steph...@archlinux.org
-# Contributor: Sergej Pupykin pupykin.s@a...@gmail.com
-# Contributor: Andreas Wagner andreas.wag...@em.uni-frankfurt.de
-
-pkgname=s-nail
-pkgver=14.8.2
-pkgrel=1
-pkgdesc='Mail processing system with a command syntax reminiscent of ed'
-url='http://sdaoden.users.sourceforge.net/code.html#s-nail'
-license=('custom:BSD')
-arch=('i686' 'x86_64')
-depends=('openssl' 'krb5')
-optdepends=('smtp-forwarder: for sending mail')
-source=(https://downloads.sourceforge.net/project/${pkgname}/${pkgname}-${pkgver//./_}.tar.xz;)
-sha1sums=('17223b35f759a80692d41787db507feff18975f4')
-
-groups=('base')
-backup=('etc/mail.rc')
-replaces=('mailx' 'mailx-heirloom' 'heirloom-mailx')
-provides=('mailx' 'mailx-heirloom' 'heirloom-mailx')
-conflicts=('mailx' 'mailx-heirloom' 'heirloom-mailx')
-
-build() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-   CFLAGS+= $CPPFLAGS
-   make \
-   PREFIX=/usr \
-   SYSCONFDIR=/etc \
-   MAILSPOOL=/var/spool/mail \
-   SID= NAIL=mail \
-   WANT_AUTOCC=0 \
-   config
-
-   make build
-}
-
-check() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-   make test
-}
-
-package() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-   make DESTDIR=${pkgdir} packager-install
-   ln -sf mail ${pkgdir}/usr/bin/mailx
-   ln -sf mail.1.gz ${pkgdir}/usr/share/man/man1/mailx.1.gz
-   install -Dm644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/COPYING
-}

Copied: s-nail/repos/core-i686/PKGBUILD (from rev 241885, 
s-nail/repos/testing-i686/PKGBUILD)
===
--- core-i686/PKGBUILD  (rev 0)
+++ core-i686/PKGBUILD  2015-07-09 05:16:20 UTC (rev 241886)
@@ -0,0 +1,51 @@
+# $Id$
+# Maintainer: Gaetan Bisson bis...@archlinux.org
+# Contributor: Stéphane Gaudreault steph...@archlinux.org
+# Contributor: Sergej Pupykin pupykin.s@a...@gmail.com
+# Contributor: Andreas Wagner andreas.wag...@em.uni-frankfurt.de
+
+pkgname=s-nail
+pkgver=14.8.3
+pkgrel=1
+pkgdesc='Mail processing system with a command syntax reminiscent of ed'
+url='http://sdaoden.users.sourceforge.net/code.html#s-nail'
+license=('custom:BSD')
+arch=('i686' 'x86_64')
+depends=('openssl' 'krb5')
+optdepends=('smtp-forwarder: for sending mail')
+source=(https://downloads.sourceforge.net/project/${pkgname}/${pkgname}-${pkgver//./_}.tar.xz;)
+sha1sums=('7592672fe694db89b0c62aff84198ff94af19122')
+
+groups=('base')
+backup=('etc/mail.rc')
+replaces=('mailx' 'mailx-heirloom' 'heirloom-mailx')
+provides=('mailx' 'mailx-heirloom' 'heirloom-mailx')
+conflicts=('mailx' 'mailx-heirloom' 'heirloom-mailx')
+
+build() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+   CFLAGS+= $CPPFLAGS
+   make \
+   PREFIX=/usr \
+   SYSCONFDIR=/etc \
+   LIBEXECDIR=/usr/lib \
+   MAILSPOOL=/var/spool/mail \
+   SID= NAIL=mail \
+   WANT_AUTOCC=0 \
+   config
+
+   make build
+}
+
+check() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+   make test
+}
+
+package() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+   make DESTDIR=${pkgdir} packager-install
+   ln -sf mail ${pkgdir}/usr/bin/mailx
+   ln -sf mail.1.gz ${pkgdir}/usr/share/man/man1/mailx.1.gz
+   install -Dm644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/COPYING
+}

Deleted: core-x86_64/PKGBUILD
===
--- core-x86_64/PKGBUILD2015-07-09 03:17:40 UTC (rev 241885)
+++ core-x86_64/PKGBUILD2015-07-09 05:16:20 UTC (rev 241886)
@@ -1,50 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson bis...@archlinux.org
-# Contributor: Stéphane Gaudreault steph...@archlinux.org
-# Contributor: Sergej Pupykin pupykin.s@a...@gmail.com
-# Contributor: Andreas Wagner andreas.wag...@em.uni-frankfurt.de
-

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

2015-07-08 Thread Dan McGee
Date: Thursday, July 9, 2015 @ 03:38:04
  Author: dan
Revision: 241882

upgpkg: django 1.8.3-1

Modified:
  django/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-07-08 17:27:13 UTC (rev 241881)
+++ PKGBUILD2015-07-09 01:38:04 UTC (rev 241882)
@@ -4,7 +4,7 @@
 
 pkgbase=django
 pkgname=('python-django' 'python2-django')
-pkgver=1.8.2
+pkgver=1.8.3
 pkgrel=1
 pkgdesc=A high-level Python Web framework that encourages rapid development 
and clean design
 arch=('any')
@@ -12,8 +12,8 @@
 url=http://www.djangoproject.com/;
 makedepends=('python2' 'python2-setuptools' 'python' 'python-setuptools')
 
source=(https://www.djangoproject.com/m/releases/${pkgver:0:3}/Django-$pkgver.tar.gz;)
-md5sums=('ec4330cd275dd6ce64230feebcb449c4')
-sha256sums=('3bb60536b2fb2084612fc9486634295e7208790029081842524916b5a66d206f')
+md5sums=('31760322115c3ae51fbd8ac85c9ac428')
+sha256sums=('2bb654fcc05fd53017c88caf2bc38b5c5ea23c91f8ac7f0a28b290daf2305bba')
 
 prepare() {
   cp -a $srcdir/Django-$pkgver $srcdir/Django-$pkgver-python2


[arch-commits] Commit in django/repos/extra-any (PKGBUILD PKGBUILD)

2015-07-08 Thread Dan McGee
Date: Thursday, July 9, 2015 @ 03:38:11
  Author: dan
Revision: 241883

archrelease: copy trunk to extra-any

Added:
  django/repos/extra-any/PKGBUILD
(from rev 241882, django/trunk/PKGBUILD)
Deleted:
  django/repos/extra-any/PKGBUILD

--+
 PKGBUILD |  140 ++---
 1 file changed, 70 insertions(+), 70 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-07-09 01:38:04 UTC (rev 241882)
+++ PKGBUILD2015-07-09 01:38:11 UTC (rev 241883)
@@ -1,70 +0,0 @@
-# $Id$
-# Maintainer: Dan McGee d...@archlinux.org
-# Contributor: Shahar Weiss swei...@gmx.net
-
-pkgbase=django
-pkgname=('python-django' 'python2-django')
-pkgver=1.8.2
-pkgrel=1
-pkgdesc=A high-level Python Web framework that encourages rapid development 
and clean design
-arch=('any')
-license=('BSD')
-url=http://www.djangoproject.com/;
-makedepends=('python2' 'python2-setuptools' 'python' 'python-setuptools')
-source=(https://www.djangoproject.com/m/releases/${pkgver:0:3}/Django-$pkgver.tar.gz;)
-md5sums=('ec4330cd275dd6ce64230feebcb449c4')
-sha256sums=('3bb60536b2fb2084612fc9486634295e7208790029081842524916b5a66d206f')
-
-prepare() {
-  cp -a $srcdir/Django-$pkgver $srcdir/Django-$pkgver-python2
-
-  find $srcdir/Django-$pkgver-python2 -name '*.py' | \
-xargs sed -i s|#!/usr/bin/env python$|#!/usr/bin/env python2|
-}
-
-build() {
-  cd $srcdir/Django-$pkgver
-  python setup.py build
-
-  cd $srcdir/Django-$pkgver-python2
-  python2 setup.py build
-}
-
-package_python-django() {
-  depends=('python' 'python-setuptools')
-  optdepends=('python-psycopg2: for PostgreSQL backend')
-  cd $srcdir/Django-$pkgver
-  python setup.py install --root=$pkgdir --optimize=1
-
-  ln -s django-admin.py $pkgdir/usr/bin/django-admin3.py
-  ln -s django-admin $pkgdir/usr/bin/django-admin3
-  install -Dm644 extras/django_bash_completion \
-$pkgdir/usr/share/bash-completion/completions/django-admin.py
-  ln -s django-admin.py \
-$pkgdir/usr/share/bash-completion/completions/django-admin
-  ln -s django-admin.py \
-$pkgdir/usr/share/bash-completion/completions/manage.py
-
-  install -Dm644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
-}
-
-package_python2-django() {
-  depends=('python2' 'python2-setuptools')
-  optdepends=('mysql-python: for MySQL backend'
-  'python2-psycopg2: for PostgreSQL backend')
-  replaces=('django')
-  conflicts=('django')
-  cd $srcdir/Django-$pkgver-python2
-  python2 setup.py install --root=$pkgdir --optimize=1
-
-  mv $pkgdir/usr/bin/django-admin.py $pkgdir/usr/bin/django-admin2.py
-  mv $pkgdir/usr/bin/django-admin $pkgdir/usr/bin/django-admin2
-  # TODO: this probably won't work due to the `complete` command within not
-  # knowing about modified our exectuable names
-  install -Dm644 extras/django_bash_completion \
-$pkgdir/usr/share/bash-completion/completions/django-admin2.py
-  ln -s django-admin2.py \
-$pkgdir/usr/share/bash-completion/completions/django-admin2
-
-  install -Dm644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
-}

Copied: django/repos/extra-any/PKGBUILD (from rev 241882, django/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-07-09 01:38:11 UTC (rev 241883)
@@ -0,0 +1,70 @@
+# $Id$
+# Maintainer: Dan McGee d...@archlinux.org
+# Contributor: Shahar Weiss swei...@gmx.net
+
+pkgbase=django
+pkgname=('python-django' 'python2-django')
+pkgver=1.8.3
+pkgrel=1
+pkgdesc=A high-level Python Web framework that encourages rapid development 
and clean design
+arch=('any')
+license=('BSD')
+url=http://www.djangoproject.com/;
+makedepends=('python2' 'python2-setuptools' 'python' 'python-setuptools')
+source=(https://www.djangoproject.com/m/releases/${pkgver:0:3}/Django-$pkgver.tar.gz;)
+md5sums=('31760322115c3ae51fbd8ac85c9ac428')
+sha256sums=('2bb654fcc05fd53017c88caf2bc38b5c5ea23c91f8ac7f0a28b290daf2305bba')
+
+prepare() {
+  cp -a $srcdir/Django-$pkgver $srcdir/Django-$pkgver-python2
+
+  find $srcdir/Django-$pkgver-python2 -name '*.py' | \
+xargs sed -i s|#!/usr/bin/env python$|#!/usr/bin/env python2|
+}
+
+build() {
+  cd $srcdir/Django-$pkgver
+  python setup.py build
+
+  cd $srcdir/Django-$pkgver-python2
+  python2 setup.py build
+}
+
+package_python-django() {
+  depends=('python' 'python-setuptools')
+  optdepends=('python-psycopg2: for PostgreSQL backend')
+  cd $srcdir/Django-$pkgver
+  python setup.py install --root=$pkgdir --optimize=1
+
+  ln -s django-admin.py $pkgdir/usr/bin/django-admin3.py
+  ln -s django-admin $pkgdir/usr/bin/django-admin3
+  install -Dm644 extras/django_bash_completion \
+$pkgdir/usr/share/bash-completion/completions/django-admin.py
+  ln -s django-admin.py \
+$pkgdir/usr/share/bash-completion/completions/django-admin
+  ln -s django-admin.py \
+

[arch-commits] Commit in ipython/repos/community-any (3 files)

2015-07-08 Thread Kyle Keen
Date: Thursday, July 9, 2015 @ 04:05:21
  Author: kkeen
Revision: 136572

archrelease: copy trunk to community-any

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

-+
 PKGBUILD|  235 --
 ipython.install |   12 ++
 2 files changed, 137 insertions(+), 110 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-07-09 02:03:07 UTC (rev 136571)
+++ PKGBUILD2015-07-09 02:05:21 UTC (rev 136572)
@@ -1,110 +0,0 @@
-# $Id$
-# Maintainer: Kyle Keen keen...@gmail.com
-# Contributor: PepeSmith
-# Contributor: Aron Asor aronasorman at gmail.com
-# Contributor: Chris Brannon ch...@the-brannons.com
-# Contributor : Douglas Soares de Andrade d...@aur.archlinux.org
-
-pkgbase=ipython 
-pkgname=(ipython ipython2 ipython-notebook ipython2-notebook)
-pkgver=3.2.0
-pkgrel=1
-pkgdesc=An enhanced Interactive Python shell.
-arch=('any')
-url=http://ipython.org;
-license=('BSD')
-depends=('python' 'sqlite' 'python-setuptools')
-makedepends=('python-setuptools' 'python2-setuptools' 'sqlite')
-optdepends=(python-nose: for IPython's test suite
-python-pyqt4: for ipython qtconsole
-python-sip: for ipython qtconsole
-python-pygments: for ipython qtconsole
-python-pyzmq: for ipython qtconsole)
-#source=(http://archive.ipython.org/release/$pkgver/ipython-$pkgver.tar.gz;)
-#source=(https://github.com/ipython/ipython/archive/rel-$pkgver.tar.gz;)
-source=(https://pypi.python.org/packages/source/i/ipython/$pkgbase-$pkgver.tar.gz;)
-md5sums=('41aa9b34f39484861e77c46ffb29b699')
-
-# confirm that an update does not break sage?
-
-build() {
-  cd $srcdir
-  cp -r ipython-$pkgver ipython2-$pkgver
-}
-
-package_ipython() {
-  provides=('ipython3')
-  replaces=('ipython3')
-  cd $srcdir/ipython-$pkgver
-
-  # see https://github.com/ipython/ipython/issues/2057
-  #export LC_ALL=en_US.UTF-8
-  python3 setup.py install --prefix=/usr --root=$pkgdir --optimize=0
-  find $pkgdir/ -name '*.pyc' -delete
-  find $pkgdir/ -type d -empty -delete
-
-  install -Dm644 docs/source/about/license_and_copyright.rst 
$pkgdir/usr/share/licenses/ipython/LICENSE
-
-  cd $srcdir/ipython-$pkgver/examples/IPython Kernel/
-  install -Dm644 ipython.desktop 
$pkgdir/usr/share/applications/ipython.desktop
-  install -Dm644 ipython-qtconsole.desktop 
$pkgdir/usr/share/applications/ipython-qtconsole.desktop
-}
-
-package_ipython2() {
-  pkgdesc=An enhanced Interactive Python2 shell.
-  depends=('python2' 'sqlite' 'python2-setuptools')
-  optdepends=(wxpython: needed for ipython2 --gui=wx
-  python2-nose: for IPython's test suite
-  python2-pyqt4: for ipython qtconsole
-  python2-sip: for ipython qtconsole
-  python2-pygments: for ipython qtconsole
-  python2-pyzmq: for ipython qtconsole)
-
-  cd $srcdir/ipython2-$pkgver
-
-  python2 setup.py install --prefix=/usr --root=$pkgdir --optimize=0
-  rm -rf $pkgdir/usr/share/doc
-  find $pkgdir -name '*.py' -print0 | xargs -0 \
-sed -i -e 's,^#!/usr/bin/env python$,#!/usr/bin/env python2,' \
--e 's,^#!/usr/bin/python$,#!/usr/bin/python2,'
-  find $pkgdir/ -name '*.pyc' -delete
-
-  install -Dm644 docs/source/about/license_and_copyright.rst 
$pkgdir/usr/share/licenses/ipython2/LICENSE
-
-  # hack to get around ipython collision
-  cd $pkgdir/usr/share/man/man1/
-  for i in *; do
-mv $i ${i/%.1/2.1}
-  done
-  find $pkgdir/usr/bin/ -type f -regex '.*[^2]$' -delete
-
-  cd $srcdir/ipython-$pkgver/examples/IPython Kernel/
-  sed -i 's/ython/ython2/g' *.desktop
-  install -Dm644 ipython.desktop 
$pkgdir/usr/share/applications/ipython2.desktop
-  install -Dm644 ipython-qtconsole.desktop 
$pkgdir/usr/share/applications/ipython2-qtconsole.desktop
-}
-
-# Nothing in these packages except dependencies because five optdeps is too 
many
-
-package_ipython-notebook() {
-  pkgdesc=Web-based environment where you can combine code, text, math, plots 
and media into a single document
-  depends=('python-pyzmq' 'python-tornado' 'python-terminado'
-   'python-jinja' 'python-jsonschema' 'python-mistune'
-   'python-pygments')
-  optdepends=('haskell-pandoc: ipython notebook conversion'
-  'texlive-bin: notebook pdf export')
-  cd $srcdir/ipython-$pkgver
-  install -Dm644 docs/source/about/license_and_copyright.rst 
$pkgdir/usr/share/licenses/ipython-notebook/LICENSE
-}
-
-package_ipython2-notebook() {
-  pkgdesc=Web-based environment where you can combine code, text, math, plots 
and media into a single document
-  depends=('python2-pyzmq' 'python2-tornado' 'python2-terminado'
-   'python2-jinja' 'python2-jsonschema' 'python2-mistune'
-   'python2-pygments')
- 

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

2015-07-08 Thread Kyle Keen
Date: Thursday, July 9, 2015 @ 04:03:07
  Author: kkeen
Revision: 136571

upgpkg: ipython 3.2.0-2  FS#45558 FS#45120

Added:
  ipython/trunk/ipython.install
Modified:
  ipython/trunk/PKGBUILD

-+
 PKGBUILD|   27 +--
 ipython.install |   12 
 2 files changed, 33 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-07-08 21:53:18 UTC (rev 136570)
+++ PKGBUILD2015-07-09 02:03:07 UTC (rev 136571)
@@ -8,7 +8,7 @@
 pkgbase=ipython 
 pkgname=(ipython ipython2 ipython-notebook ipython2-notebook)
 pkgver=3.2.0
-pkgrel=1
+pkgrel=2
 pkgdesc=An enhanced Interactive Python shell.
 arch=('any')
 url=http://ipython.org;
@@ -20,6 +20,7 @@
 python-sip: for ipython qtconsole
 python-pygments: for ipython qtconsole
 python-pyzmq: for ipython qtconsole)
+install=ipython.install
 #source=(http://archive.ipython.org/release/$pkgver/ipython-$pkgver.tar.gz;)
 #source=(https://github.com/ipython/ipython/archive/rel-$pkgver.tar.gz;)
 
source=(https://pypi.python.org/packages/source/i/ipython/$pkgbase-$pkgver.tar.gz;)
@@ -45,9 +46,15 @@
 
   install -Dm644 docs/source/about/license_and_copyright.rst 
$pkgdir/usr/share/licenses/ipython/LICENSE
 
-  cd $srcdir/ipython-$pkgver/examples/IPython Kernel/
+  pushd examples/IPython Kernel/
+  # FS#45120
+  sed -i 's/gnome-netstatus-idle/ipython/' *.desktop
   install -Dm644 ipython.desktop 
$pkgdir/usr/share/applications/ipython.desktop
   install -Dm644 ipython-qtconsole.desktop 
$pkgdir/usr/share/applications/ipython-qtconsole.desktop
+  popd
+  pushd IPython/qt/console/resources/icon/
+  install -Dm644 IPythonConsole.svg 
$pkgdir/usr/share/icons/hicolor/scalable/apps/ipython.svg
+  popd
 }
 
 package_ipython2() {
@@ -72,16 +79,24 @@
   install -Dm644 docs/source/about/license_and_copyright.rst 
$pkgdir/usr/share/licenses/ipython2/LICENSE
 
   # hack to get around ipython collision
-  cd $pkgdir/usr/share/man/man1/
+  pushd $pkgdir/usr/share/man/man1/
   for i in *; do
 mv $i ${i/%.1/2.1}
   done
   find $pkgdir/usr/bin/ -type f -regex '.*[^2]$' -delete
+  popd
 
-  cd $srcdir/ipython-$pkgver/examples/IPython Kernel/
+  pushd examples/IPython Kernel/
   sed -i 's/ython/ython2/g' *.desktop
+  sed -i 's/gnome-netstatus-idle/ipython2/' *.desktop
   install -Dm644 ipython.desktop 
$pkgdir/usr/share/applications/ipython2.desktop
   install -Dm644 ipython-qtconsole.desktop 
$pkgdir/usr/share/applications/ipython2-qtconsole.desktop
+  popd
+  pushd IPython/qt/console/resources/icon/
+  install -Dm644 IPythonConsole.svg 
$pkgdir/usr/share/icons/hicolor/scalable/apps/ipython2.svg
+  popd
+
+
 }
 
 # Nothing in these packages except dependencies because five optdeps is too 
many
@@ -88,7 +103,7 @@
 
 package_ipython-notebook() {
   pkgdesc=Web-based environment where you can combine code, text, math, plots 
and media into a single document
-  depends=('python-pyzmq' 'python-tornado' 'python-terminado'
+  depends=('ipython' 'python-pyzmq' 'python-tornado' 'python-terminado'
'python-jinja' 'python-jsonschema' 'python-mistune'
'python-pygments')
   optdepends=('haskell-pandoc: ipython notebook conversion'
@@ -99,7 +114,7 @@
 
 package_ipython2-notebook() {
   pkgdesc=Web-based environment where you can combine code, text, math, plots 
and media into a single document
-  depends=('python2-pyzmq' 'python2-tornado' 'python2-terminado'
+  depends=('ipython2' 'python2-pyzmq' 'python2-tornado' 'python2-terminado'
'python2-jinja' 'python2-jsonschema' 'python2-mistune'
'python2-pygments')
   optdepends=('haskell-pandoc: ipython notebook conversion'

Added: ipython.install
===
--- ipython.install (rev 0)
+++ ipython.install 2015-07-09 02:03:07 UTC (rev 136571)
@@ -0,0 +1,12 @@
+post_install() {
+  [[ -x usr/bin/gtk-update-icon-cache ]] || return 0
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor   
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+post_remove() {
+  post_install $1
+}