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

2015-05-04 Thread Antonio Rojas
Date: Monday, May 4, 2015 @ 09:10:16
  Author: arojas
Revision: 238455

Add missing makedepends (FS#44834)

Modified:
  bluedevil/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-05-04 05:54:36 UTC (rev 238454)
+++ PKGBUILD2015-05-04 07:10:16 UTC (rev 238455)
@@ -12,7 +12,7 @@
 url='https://projects.kde.org/projects/kde/workspace/bluedevil'
 license=('GPL2')
 depends=('bluez-qt' 'kio')
-makedepends=('extra-cmake-modules')
+makedepends=('extra-cmake-modules' 'plasma-framework' 'kded')
 conflicts=('bluedevil-frameworks')
 replaces=('bluedevil-frameworks')
 install=$pkgname.install


[arch-commits] Commit in bluedevil/repos/extra-x86_64 (4 files)

2015-05-04 Thread Antonio Rojas
Date: Monday, May 4, 2015 @ 09:12:53
  Author: arojas
Revision: 238456

archrelease: copy trunk to extra-x86_64

Added:
  bluedevil/repos/extra-x86_64/PKGBUILD
(from rev 238455, bluedevil/trunk/PKGBUILD)
  bluedevil/repos/extra-x86_64/bluedevil.install
(from rev 238455, bluedevil/trunk/bluedevil.install)
Deleted:
  bluedevil/repos/extra-x86_64/PKGBUILD
  bluedevil/repos/extra-x86_64/bluedevil.install

---+
 PKGBUILD  |   84 ++--
 bluedevil.install |   24 +++---
 2 files changed, 54 insertions(+), 54 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-05-04 07:10:16 UTC (rev 238455)
+++ PKGBUILD2015-05-04 07:12:53 UTC (rev 238456)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@archlinux.org
-# Contributor: Andrea Scarpino and...@archlinux.org
-# Contributor: Antonio Rojas aro...@archlinux.org
-
-pkgname=bluedevil
-pkgver=5.3.0
-pkgrel=1
-epoch=1
-pkgdesc='Integrate the Bluetooth technology within KDE workspace and 
applications'
-arch=('i686' 'x86_64')
-url='https://projects.kde.org/projects/kde/workspace/bluedevil'
-license=('GPL2')
-depends=('bluez-qt' 'kio')
-makedepends=('extra-cmake-modules')
-conflicts=('bluedevil-frameworks')
-replaces=('bluedevil-frameworks')
-install=$pkgname.install
-groups=('plasma')
-source=(http://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz;)
-md5sums=('be64849a93c5938db123d9774f9d6d1a')
-
-prepare() {
-  mkdir build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release \
--DLIB_INSTALL_DIR=lib \
--DLIBEXEC_INSTALL_DIR=lib \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=$pkgdir install
-}

Copied: bluedevil/repos/extra-x86_64/PKGBUILD (from rev 238455, 
bluedevil/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-05-04 07:12:53 UTC (rev 238456)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+# Contributor: Antonio Rojas aro...@archlinux.org
+
+pkgname=bluedevil
+pkgver=5.3.0
+pkgrel=1
+epoch=1
+pkgdesc='Integrate the Bluetooth technology within KDE workspace and 
applications'
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/kde/workspace/bluedevil'
+license=('GPL2')
+depends=('bluez-qt' 'kio')
+makedepends=('extra-cmake-modules' 'plasma-framework' 'kded')
+conflicts=('bluedevil-frameworks')
+replaces=('bluedevil-frameworks')
+install=$pkgname.install
+groups=('plasma')
+source=(http://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz;)
+md5sums=('be64849a93c5938db123d9774f9d6d1a')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release \
+-DLIB_INSTALL_DIR=lib \
+-DLIBEXEC_INSTALL_DIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+}

Deleted: bluedevil.install
===
--- bluedevil.install   2015-05-04 07:10:16 UTC (rev 238455)
+++ bluedevil.install   2015-05-04 07:12:53 UTC (rev 238456)
@@ -1,12 +0,0 @@
-post_install() {
-  update-mime-database usr/share/mime  /dev/null
-  update-desktop-database -q
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Copied: bluedevil/repos/extra-x86_64/bluedevil.install (from rev 238455, 
bluedevil/trunk/bluedevil.install)
===
--- bluedevil.install   (rev 0)
+++ bluedevil.install   2015-05-04 07:12:53 UTC (rev 238456)
@@ -0,0 +1,12 @@
+post_install() {
+  update-mime-database usr/share/mime  /dev/null
+  update-desktop-database -q
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}


[arch-commits] Commit in bluedevil/repos/extra-i686 (4 files)

2015-05-04 Thread Antonio Rojas
Date: Monday, May 4, 2015 @ 09:13:01
  Author: arojas
Revision: 238457

archrelease: copy trunk to extra-i686

Added:
  bluedevil/repos/extra-i686/PKGBUILD
(from rev 238456, bluedevil/trunk/PKGBUILD)
  bluedevil/repos/extra-i686/bluedevil.install
(from rev 238456, bluedevil/trunk/bluedevil.install)
Deleted:
  bluedevil/repos/extra-i686/PKGBUILD
  bluedevil/repos/extra-i686/bluedevil.install

---+
 PKGBUILD  |   84 ++--
 bluedevil.install |   24 +++---
 2 files changed, 54 insertions(+), 54 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-05-04 07:12:53 UTC (rev 238456)
+++ PKGBUILD2015-05-04 07:13:01 UTC (rev 238457)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@archlinux.org
-# Contributor: Andrea Scarpino and...@archlinux.org
-# Contributor: Antonio Rojas aro...@archlinux.org
-
-pkgname=bluedevil
-pkgver=5.3.0
-pkgrel=1
-epoch=1
-pkgdesc='Integrate the Bluetooth technology within KDE workspace and 
applications'
-arch=('i686' 'x86_64')
-url='https://projects.kde.org/projects/kde/workspace/bluedevil'
-license=('GPL2')
-depends=('bluez-qt' 'kio')
-makedepends=('extra-cmake-modules')
-conflicts=('bluedevil-frameworks')
-replaces=('bluedevil-frameworks')
-install=$pkgname.install
-groups=('plasma')
-source=(http://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz;)
-md5sums=('be64849a93c5938db123d9774f9d6d1a')
-
-prepare() {
-  mkdir build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release \
--DLIB_INSTALL_DIR=lib \
--DLIBEXEC_INSTALL_DIR=lib \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=$pkgdir install
-}

Copied: bluedevil/repos/extra-i686/PKGBUILD (from rev 238456, 
bluedevil/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-05-04 07:13:01 UTC (rev 238457)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+# Contributor: Antonio Rojas aro...@archlinux.org
+
+pkgname=bluedevil
+pkgver=5.3.0
+pkgrel=1
+epoch=1
+pkgdesc='Integrate the Bluetooth technology within KDE workspace and 
applications'
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/kde/workspace/bluedevil'
+license=('GPL2')
+depends=('bluez-qt' 'kio')
+makedepends=('extra-cmake-modules' 'plasma-framework' 'kded')
+conflicts=('bluedevil-frameworks')
+replaces=('bluedevil-frameworks')
+install=$pkgname.install
+groups=('plasma')
+source=(http://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz;)
+md5sums=('be64849a93c5938db123d9774f9d6d1a')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release \
+-DLIB_INSTALL_DIR=lib \
+-DLIBEXEC_INSTALL_DIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+}

Deleted: bluedevil.install
===
--- bluedevil.install   2015-05-04 07:12:53 UTC (rev 238456)
+++ bluedevil.install   2015-05-04 07:13:01 UTC (rev 238457)
@@ -1,12 +0,0 @@
-post_install() {
-  update-mime-database usr/share/mime  /dev/null
-  update-desktop-database -q
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Copied: bluedevil/repos/extra-i686/bluedevil.install (from rev 238456, 
bluedevil/trunk/bluedevil.install)
===
--- bluedevil.install   (rev 0)
+++ bluedevil.install   2015-05-04 07:13:01 UTC (rev 238457)
@@ -0,0 +1,12 @@
+post_install() {
+  update-mime-database usr/share/mime  /dev/null
+  update-desktop-database -q
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}


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

2015-05-04 Thread Antonio Rojas
Date: Monday, May 4, 2015 @ 10:55:11
  Author: arojas
Revision: 238459

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

Added:
  plasma-desktop/repos/extra-i686/PKGBUILD
(from rev 238458, plasma-desktop/trunk/PKGBUILD)
  plasma-desktop/repos/extra-i686/plasma-desktop.install
(from rev 238458, plasma-desktop/trunk/plasma-desktop.install)
  plasma-desktop/repos/extra-x86_64/PKGBUILD
(from rev 238458, plasma-desktop/trunk/PKGBUILD)
  plasma-desktop/repos/extra-x86_64/plasma-desktop.install
(from rev 238458, plasma-desktop/trunk/plasma-desktop.install)
Deleted:
  plasma-desktop/repos/extra-i686/PKGBUILD
  plasma-desktop/repos/extra-i686/plasma-desktop.install
  plasma-desktop/repos/extra-x86_64/PKGBUILD
  plasma-desktop/repos/extra-x86_64/plasma-desktop.install

-+
 /PKGBUILD   |   88 ++
 /plasma-desktop.install |   24 +
 extra-i686/PKGBUILD |   44 -
 extra-i686/plasma-desktop.install   |   12 
 extra-x86_64/PKGBUILD   |   44 -
 extra-x86_64/plasma-desktop.install |   12 
 6 files changed, 112 insertions(+), 112 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-05-04 08:54:46 UTC (rev 238458)
+++ extra-i686/PKGBUILD 2015-05-04 08:55:11 UTC (rev 238459)
@@ -1,44 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@archlinux.org
-# Contributor: Andrea Scarpino and...@archlinux.org
-# Contributor: Antonio Rojas
-
-pkgname=plasma-desktop
-pkgver=5.3.0
-pkgrel=1
-pkgdesc='KDE Plasma Desktop'
-arch=('i686' 'x86_64')
-url='https://www.kde.org/workspaces/plasmadesktop/'
-license=('LGPL')
-depends=('powerdevil' 'polkit-kde-agent'
- 'libcanberra' 'kwin' 'libusb-compat' 'libxkbfile' 'kmenuedit'
- 'systemsettings' 'ksysguard' 'kpeople' 'baloo')
-makedepends=('extra-cmake-modules' 'kdoctools' 'boost' 'xf86-input-synaptics' 
'xorg-server-devel')
-optdepends=('plasma-nm: Network manager applet')
-conflicts=('kdebase-workspace' 'kcm-touchpad-frameworks')
-replaces=('kcm-touchpad-frameworks')
-install=${pkgname}.install
-groups=('plasma')
-source=(http://download.kde.org/stable/plasma/${pkgver}/$pkgname-$pkgver.tar.xz;)
-md5sums=('3f2b87f8b1d61dd06fd882a6576f4047')
-
-prepare() {
-  mkdir build
-}
-
-build() {
-  cd build
-  cmake ../${pkgname}-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DLIB_INSTALL_DIR=lib \
--DLIBEXEC_INSTALL_DIR=lib \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=${pkgdir} install
-}

Copied: plasma-desktop/repos/extra-i686/PKGBUILD (from rev 238458, 
plasma-desktop/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-05-04 08:55:11 UTC (rev 238459)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+# Contributor: Antonio Rojas
+
+pkgname=plasma-desktop
+pkgver=5.3.0
+pkgrel=2
+pkgdesc='KDE Plasma Desktop'
+arch=('i686' 'x86_64')
+url='https://www.kde.org/workspaces/plasmadesktop/'
+license=('LGPL')
+depends=('powerdevil' 'polkit-kde-agent'
+ 'libcanberra' 'kwin' 'libusb-compat' 'libxkbfile' 'kmenuedit'
+ 'systemsettings' 'ksysguard' 'kpeople' 'baloo')
+makedepends=('extra-cmake-modules' 'kdoctools' 'boost' 'xf86-input-synaptics' 
'xorg-server-devel')
+optdepends=('plasma-nm: Network manager applet')
+conflicts=('kdebase-workspace' 'kcm-touchpad-frameworks')
+replaces=('kcm-touchpad-frameworks')
+install=${pkgname}.install
+groups=('plasma')
+source=(http://download.kde.org/stable/plasma/${pkgver}/$pkgname-$pkgver.tar.xz;)
+md5sums=('3f2b87f8b1d61dd06fd882a6576f4047')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLIB_INSTALL_DIR=lib \
+-DLIBEXEC_INSTALL_DIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Deleted: extra-i686/plasma-desktop.install
===
--- extra-i686/plasma-desktop.install   2015-05-04 08:54:46 UTC (rev 238458)
+++ extra-i686/plasma-desktop.install   2015-05-04 08:55:11 UTC (rev 238459)
@@ -1,12 +0,0 @@
-post_install() {
-xdg-icon-resource forceupdate --theme hicolor  /dev/null
-update-desktop-database -q
-}
-
-post_upgrade() {
-post_install
-}
-
-post_remove() {
-post_install
-}

Copied: plasma-desktop/repos/extra-i686/plasma-desktop.install (from rev 
238458, plasma-desktop/trunk/plasma-desktop.install)

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

2015-05-04 Thread Antonio Rojas
Date: Monday, May 4, 2015 @ 10:54:46
  Author: arojas
Revision: 238458

Rebuild with GCC 4.9

Modified:
  plasma-desktop/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-05-04 07:13:01 UTC (rev 238457)
+++ PKGBUILD2015-05-04 08:54:46 UTC (rev 238458)
@@ -5,7 +5,7 @@
 
 pkgname=plasma-desktop
 pkgver=5.3.0
-pkgrel=1
+pkgrel=2
 pkgdesc='KDE Plasma Desktop'
 arch=('i686' 'x86_64')
 url='https://www.kde.org/workspaces/plasmadesktop/'


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

2015-05-04 Thread Tobias Powalowski
Date: Monday, May 4, 2015 @ 11:15:04
  Author: tpowa
Revision: 238460

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

Added:
  gpgme/repos/core-i686/PKGBUILD
(from rev 238459, gpgme/repos/testing-i686/PKGBUILD)
  gpgme/repos/core-i686/gpgme.install
(from rev 238459, gpgme/repos/testing-i686/gpgme.install)
  gpgme/repos/core-x86_64/PKGBUILD
(from rev 238459, gpgme/repos/testing-x86_64/PKGBUILD)
  gpgme/repos/core-x86_64/gpgme.install
(from rev 238459, gpgme/repos/testing-x86_64/gpgme.install)
Deleted:
  gpgme/repos/core-i686/PKGBUILD
  gpgme/repos/core-i686/gpgme.install
  gpgme/repos/core-x86_64/PKGBUILD
  gpgme/repos/core-x86_64/gpgme.install
  gpgme/repos/testing-i686/
  gpgme/repos/testing-x86_64/

---+
 /PKGBUILD |   72 
 /gpgme.install|   40 
 core-i686/PKGBUILD|   35 -
 core-i686/gpgme.install   |   20 
 core-x86_64/PKGBUILD  |   35 -
 core-x86_64/gpgme.install |   20 
 6 files changed, 112 insertions(+), 110 deletions(-)

Deleted: core-i686/PKGBUILD
===
--- core-i686/PKGBUILD  2015-05-04 08:55:11 UTC (rev 238459)
+++ core-i686/PKGBUILD  2015-05-04 09:15:04 UTC (rev 238460)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Tobias Powalowski tp...@archlinux.org
-# Contributor: Roman Kyrylych ro...@archlinux.org
-# Contributor: Sarah Hay sa...@archlinux.org
-
-pkgname=gpgme
-pkgver=1.5.3
-pkgrel=1
-pkgdesc=A C wrapper library for GnuPG
-arch=('i686' 'x86_64')
-url=http://www.gnupg.org/related_software/gpgme/;
-license=('LGPL')
-depends=('libgpg-error' 'pth' 'gnupg=2')
-install=${pkgname}.install
-options=('!emptydirs')
-source=(ftp://ftp.gnupg.org/gcrypt/${pkgname}/${pkgname}-${pkgver}.tar.bz2{,.sig})
-md5sums=('082ab2632e7f051f5c09bafd5c4bfacf'
- 'SKIP')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  ./configure --prefix=/usr --disable-fd-passing --disable-static \
-  --disable-gpgsm-test
-  make
-}
-
-check() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make check
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-}

Copied: gpgme/repos/core-i686/PKGBUILD (from rev 238459, 
gpgme/repos/testing-i686/PKGBUILD)
===
--- core-i686/PKGBUILD  (rev 0)
+++ core-i686/PKGBUILD  2015-05-04 09:15:04 UTC (rev 238460)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Tobias Powalowski tp...@archlinux.org
+# Contributor: Roman Kyrylych ro...@archlinux.org
+# Contributor: Sarah Hay sa...@archlinux.org
+
+pkgname=gpgme
+pkgver=1.5.4
+pkgrel=1
+pkgdesc=A C wrapper library for GnuPG
+arch=('i686' 'x86_64')
+url=http://www.gnupg.org/related_software/gpgme/;
+license=('LGPL')
+depends=('libgpg-error' 'pth' 'gnupg=2')
+install=${pkgname}.install
+options=('!emptydirs')
+source=(ftp://ftp.gnupg.org/gcrypt/${pkgname}/${pkgname}-${pkgver}.tar.bz2{,.sig})
+md5sums=('feafa03ea064e1d1dc11bc2b88404623'
+ 'SKIP')
+validpgpkeys=('D8692123C4065DEA5E0F3AB5249B39D24F25E3B6') # Werner Koch
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr --disable-fd-passing --disable-static \
+  --disable-gpgsm-test
+  make
+}
+
+check() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make check
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}

Deleted: core-i686/gpgme.install
===
--- core-i686/gpgme.install 2015-05-04 08:55:11 UTC (rev 238459)
+++ core-i686/gpgme.install 2015-05-04 09:15:04 UTC (rev 238460)
@@ -1,20 +0,0 @@
-infodir=usr/share/info
-filelist=(gpgme.info gpgme.info-1 gpgme.info-2)
-
-post_install() {
-  [ -x usr/bin/install-info ] || return 0
-  for file in ${filelist[@]}; do
-install-info $infodir/$file.gz $infodir/dir 2 /dev/null
-  done
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-pre_remove() {
-  [ -x usr/bin/install-info ] || return 0
-  for file in ${filelist[@]}; do
-install-info --delete $infodir/$file.gz $infodir/dir 2 /dev/null
-  done
-}

Copied: gpgme/repos/core-i686/gpgme.install (from rev 238459, 
gpgme/repos/testing-i686/gpgme.install)
===
--- core-i686/gpgme.install (rev 0)
+++ core-i686/gpgme.install 2015-05-04 09:15:04 UTC (rev 238460)
@@ -0,0 +1,20 @@
+infodir=usr/share/info
+filelist=(gpgme.info gpgme.info-1 gpgme.info-2)
+
+post_install() {
+  [ -x usr/bin/install-info ] || return 0
+  for file in ${filelist[@]}; do
+install-info $infodir/$file.gz $infodir/dir 2 /dev/null
+  done
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+pre_remove() {
+  [ -x usr/bin/install-info ] || return 0
+  for file in ${filelist[@]}; do
+

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

2015-05-04 Thread Tobias Powalowski
Date: Monday, May 4, 2015 @ 11:15:05
  Author: tpowa
Revision: 238461

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

Added:
  pinentry/repos/core-i686/PKGBUILD
(from rev 238459, pinentry/repos/testing-i686/PKGBUILD)
  pinentry/repos/core-i686/pinentry.install
(from rev 238459, pinentry/repos/testing-i686/pinentry.install)
  pinentry/repos/core-x86_64/PKGBUILD
(from rev 238459, pinentry/repos/testing-x86_64/PKGBUILD)
  pinentry/repos/core-x86_64/pinentry.install
(from rev 238459, pinentry/repos/testing-x86_64/pinentry.install)
Deleted:
  pinentry/repos/core-i686/PKGBUILD
  pinentry/repos/core-i686/pinentry.install
  pinentry/repos/core-i686/qt4-pinentry-window.patch
  pinentry/repos/core-x86_64/PKGBUILD
  pinentry/repos/core-x86_64/pinentry.install
  pinentry/repos/core-x86_64/qt4-pinentry-window.patch
  pinentry/repos/testing-i686/
  pinentry/repos/testing-x86_64/

---+
 /PKGBUILD |   72 
 /pinentry.install |   40 +
 core-i686/PKGBUILD|   36 
 core-i686/pinentry.install|   20 
 core-i686/qt4-pinentry-window.patch   |   28 
 core-x86_64/PKGBUILD  |   36 
 core-x86_64/pinentry.install  |   20 
 core-x86_64/qt4-pinentry-window.patch |   28 
 8 files changed, 112 insertions(+), 168 deletions(-)

Deleted: core-i686/PKGBUILD
===
--- core-i686/PKGBUILD  2015-05-04 09:15:04 UTC (rev 238460)
+++ core-i686/PKGBUILD  2015-05-04 09:15:05 UTC (rev 238461)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Tobias Powalowski tp...@archlinux.org
-pkgname=pinentry
-pkgver=0.9.0
-pkgrel=1
-pkgdesc=a collection of simple PIN or passphrase entry dialogs which utilize 
the Assuan protocol
-arch=('i686' 'x86_64')
-license=('GPL')
-url=http://gnupg.org/related_software/pinentry/;
-depends=('ncurses' 'libcap=2.16')
-makedepends=('gtk2' 'qt4')
-optdepends=('gtk2: for gtk2 backend'
-'qt4: for qt4 backend')  
-source=(ftp://ftp.gnupg.org/gcrypt/$pkgname/$pkgname-$pkgver.tar.bz2)
-install=pinentry.install
-md5sums=('40a05856cb3accf6679987b7899b0f5a')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  for file in qt4/*.moc; do
-   moc-qt4 ${file/.moc/.h}  ${file}
-   done
-  ./configure --prefix=/usr \
-   --enable-pinentry-curses \
---disable-pinentry-gtk \
---disable-pinentry-qt \
-   --enable-pinentry-gtk2 \
---enable-pinentry-qt4 \
-   --enable-fallback-curses
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  make DESTDIR=${pkgdir} install 
-}

Copied: pinentry/repos/core-i686/PKGBUILD (from rev 238459, 
pinentry/repos/testing-i686/PKGBUILD)
===
--- core-i686/PKGBUILD  (rev 0)
+++ core-i686/PKGBUILD  2015-05-04 09:15:05 UTC (rev 238461)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Tobias Powalowski tp...@archlinux.org
+pkgname=pinentry
+pkgver=0.9.1
+pkgrel=1
+pkgdesc=a collection of simple PIN or passphrase entry dialogs which utilize 
the Assuan protocol
+arch=('i686' 'x86_64')
+license=('GPL')
+url=http://gnupg.org/related_software/pinentry/;
+depends=('ncurses' 'libcap=2.16')
+makedepends=('gtk2' 'qt4')
+optdepends=('gtk2: for gtk2 backend'
+'qt4: for qt4 backend')  
+source=(ftp://ftp.gnupg.org/gcrypt/$pkgname/$pkgname-$pkgver.tar.bz2{,.sig})
+install=pinentry.install
+md5sums=('d224d031130aedb44b05164cb04ed88b'
+ 'SKIP')
+validpgpkeys=('D8692123C4065DEA5E0F3AB5249B39D24F25E3B6') # Werner Koch
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  #for file in qt4/*.moc; do
+  # moc-qt4 ${file/.moc/.h}  ${file}
+  # done
+  ./configure --prefix=/usr \
+   --enable-pinentry-curses \
+   --enable-pinentry-gtk2 \
+--enable-pinentry-qt4 \
+   --enable-fallback-curses
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=${pkgdir} install 
+}

Deleted: core-i686/pinentry.install
===
--- core-i686/pinentry.install  2015-05-04 09:15:04 UTC (rev 238460)
+++ core-i686/pinentry.install  2015-05-04 09:15:05 UTC (rev 238461)
@@ -1,20 +0,0 @@
-infodir=usr/share/info
-filelist=(pinentry.info)
-
-post_install() {
-  [ -x usr/bin/install-info ] || return 0
-  for file in ${filelist[@]}; do
-install-info $infodir/$file.gz $infodir/dir 2 /dev/null
-  done
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-pre_remove() {
-  [ -x usr/bin/install-info ] || return 0
-  for file in ${filelist[@]}; do
-install-info --delete $infodir/$file.gz $infodir/dir 2 /dev/null
-  done
-}

Copied: pinentry/repos/core-i686/pinentry.install (from rev 238459, 
pinentry/repos/testing-i686/pinentry.install)

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

2015-05-04 Thread Tobias Powalowski
Date: Monday, May 4, 2015 @ 11:15:06
  Author: tpowa
Revision: 238462

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

Added:
  pciutils/repos/core-i686/PKGBUILD
(from rev 238459, pciutils/repos/testing-i686/PKGBUILD)
  pciutils/repos/core-x86_64/PKGBUILD
(from rev 238459, pciutils/repos/testing-x86_64/PKGBUILD)
Deleted:
  pciutils/repos/core-i686/PKGBUILD
  pciutils/repos/core-x86_64/PKGBUILD
  pciutils/repos/testing-i686/
  pciutils/repos/testing-x86_64/

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

Deleted: core-i686/PKGBUILD
===
--- core-i686/PKGBUILD  2015-05-04 09:15:05 UTC (rev 238461)
+++ core-i686/PKGBUILD  2015-05-04 09:15:06 UTC (rev 238462)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Tobias Powalowski tp...@archlinux.org
-pkgname=pciutils
-pkgver=3.3.0
-pkgrel=1
-pkgdesc=PCI bus configuration space access library and tools
-arch=(i686 x86_64)
-license=('GPL2')
-groups=('base')
-url=http://mj.ucw.cz/sw/pciutils/;
-depends=('glibc' 'hwids' 'kmod')
-source=(#ftp://ftp.kernel.org/pub/software/utils/${pkgname}/${pkgname}-${pkgver}.tar.bz2
-   
ftp://atrey.karlin.mff.cuni.cz/pub/linux/pci/${pkgname}-${pkgver}.tar.gz)
-md5sums=('b73bca5b1c2fd20a17a19f5040411521')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make OPT=${CFLAGS} -fPIC -DPIC ZLIB=no SHARED=no PREFIX=/usr 
SHAREDIR=/usr/share/hwdata MANDIR=/usr/share/man SBINDIR=/usr/bin lib/libpci.a 
-  cp lib/libpci.a ${srcdir}/
-  make clean
-  make OPT=${CFLAGS} ZLIB=no SHARED=yes PREFIX=/usr SBINDIR=/usr/bin 
SHAREDIR=/usr/share/hwdata MANDIR=/usr/share/man all
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make SHARED=yes PREFIX=/usr SBINDIR=/usr/bin SHAREDIR=/usr/share/hwdata 
MANDIR=/usr/share/man DESTDIR=${pkgdir} install install-lib
-  install -m644 ${srcdir}/libpci.a ${pkgdir}/usr/lib/
-  # this is now supplied by the hwids package
-  rm -rf 
$pkgdir/usr/{sbin/update-pciids,share/{man/man8/update-pciids.8,hwdata}}
-}

Copied: pciutils/repos/core-i686/PKGBUILD (from rev 238459, 
pciutils/repos/testing-i686/PKGBUILD)
===
--- core-i686/PKGBUILD  (rev 0)
+++ core-i686/PKGBUILD  2015-05-04 09:15:06 UTC (rev 238462)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Tobias Powalowski tp...@archlinux.org
+pkgname=pciutils
+pkgver=3.3.1
+pkgrel=1
+pkgdesc=PCI bus configuration space access library and tools
+arch=(i686 x86_64)
+license=('GPL2')
+groups=('base')
+url=http://mj.ucw.cz/sw/pciutils/;
+depends=('glibc' 'hwids' 'kmod')
+source=(#ftp://ftp.kernel.org/pub/software/utils/${pkgname}/${pkgname}-${pkgver}.tar.bz2
+   
ftp://atrey.karlin.mff.cuni.cz/pub/linux/pci/${pkgname}-${pkgver}.tar.gz)
+md5sums=('d76ba41d0ec0e16f12a4723cbd1477e9')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make OPT=${CFLAGS} -fPIC -DPIC ZLIB=no SHARED=no PREFIX=/usr 
SHAREDIR=/usr/share/hwdata MANDIR=/usr/share/man SBINDIR=/usr/bin lib/libpci.a 
+  cp lib/libpci.a ${srcdir}/
+  make clean
+  make OPT=${CFLAGS} ZLIB=no SHARED=yes PREFIX=/usr SBINDIR=/usr/bin 
SHAREDIR=/usr/share/hwdata MANDIR=/usr/share/man all
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make SHARED=yes PREFIX=/usr SBINDIR=/usr/bin SHAREDIR=/usr/share/hwdata 
MANDIR=/usr/share/man DESTDIR=${pkgdir} install install-lib
+  # this is now supplied by the hwids package
+  rm -rf 
$pkgdir/usr/{sbin/update-pciids,share/{man/man8/update-pciids.8,hwdata}}
+}

Deleted: core-x86_64/PKGBUILD
===
--- core-x86_64/PKGBUILD2015-05-04 09:15:05 UTC (rev 238461)
+++ core-x86_64/PKGBUILD2015-05-04 09:15:06 UTC (rev 238462)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Tobias Powalowski tp...@archlinux.org
-pkgname=pciutils
-pkgver=3.3.0
-pkgrel=1
-pkgdesc=PCI bus configuration space access library and tools
-arch=(i686 x86_64)
-license=('GPL2')
-groups=('base')
-url=http://mj.ucw.cz/sw/pciutils/;
-depends=('glibc' 'hwids' 'kmod')
-source=(#ftp://ftp.kernel.org/pub/software/utils/${pkgname}/${pkgname}-${pkgver}.tar.bz2
-   
ftp://atrey.karlin.mff.cuni.cz/pub/linux/pci/${pkgname}-${pkgver}.tar.gz)
-md5sums=('b73bca5b1c2fd20a17a19f5040411521')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make OPT=${CFLAGS} -fPIC -DPIC ZLIB=no SHARED=no PREFIX=/usr 
SHAREDIR=/usr/share/hwdata MANDIR=/usr/share/man SBINDIR=/usr/bin lib/libpci.a 
-  cp lib/libpci.a ${srcdir}/
-  make clean
-  make OPT=${CFLAGS} ZLIB=no SHARED=yes PREFIX=/usr SBINDIR=/usr/bin 
SHAREDIR=/usr/share/hwdata MANDIR=/usr/share/man all
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make SHARED=yes PREFIX=/usr SBINDIR=/usr/bin SHAREDIR=/usr/share/hwdata 

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

2015-05-04 Thread Tobias Powalowski
Date: Monday, May 4, 2015 @ 11:15:28
  Author: tpowa
Revision: 238464

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

Added:
  cracklib/repos/core-i686/PKGBUILD
(from rev 238463, cracklib/repos/testing-i686/PKGBUILD)
  cracklib/repos/core-x86_64/PKGBUILD
(from rev 238463, cracklib/repos/testing-x86_64/PKGBUILD)
Deleted:
  cracklib/repos/core-i686/PKGBUILD
  cracklib/repos/core-x86_64/PKGBUILD
  cracklib/repos/testing-i686/
  cracklib/repos/testing-x86_64/

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

Deleted: core-i686/PKGBUILD
===
--- core-i686/PKGBUILD  2015-05-04 09:15:19 UTC (rev 238463)
+++ core-i686/PKGBUILD  2015-05-04 09:15:28 UTC (rev 238464)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Tobias Powalowski tp...@archlinux.org
-# Contributor: Federico Quagliata (quaqo) qu...@despammed.com
-
-pkgname=cracklib
-pkgver=2.9.1
-pkgrel=1
-pkgdesc=Password Checking Library
-arch=('i686' 'x86_64')
-license=('GPL')
-url=http://sourceforge.net/projects/cracklib;
-depends=('glibc' 'zlib')
-source=(http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz)
-md5sums=('90536219c520add2ceb3c26f0d7da404')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  ./configure --prefix=/usr --sbindir=/usr/bin --without-python
-  make 
-}
-
-check() {
-  cd $srcdir/$pkgname-$pkgver
-  make check
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-  # symlink cracklib-small #34778
-  mkdir -p $pkgdir/usr/share/dict
-  ln -sf /usr/share/cracklib/cracklib-small 
$pkgdir/usr/share/dict/cracklib-small
-  sh ./util/cracklib-format dicts/cracklib-small \
-| sh ./util/cracklib-packer $pkgdir/usr/share/cracklib/pw_dict
-}

Copied: cracklib/repos/core-i686/PKGBUILD (from rev 238463, 
cracklib/repos/testing-i686/PKGBUILD)
===
--- core-i686/PKGBUILD  (rev 0)
+++ core-i686/PKGBUILD  2015-05-04 09:15:28 UTC (rev 238464)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Tobias Powalowski tp...@archlinux.org
+# Contributor: Federico Quagliata (quaqo) qu...@despammed.com
+
+pkgname=cracklib
+pkgver=2.9.4
+pkgrel=1
+pkgdesc=Password Checking Library
+arch=('i686' 'x86_64')
+license=('GPL')
+url=http://sourceforge.net/projects/cracklib;
+depends=('glibc' 'zlib')
+source=(http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz)
+md5sums=('b31f7e3618cda7a2ac38588067275013')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  ./configure --prefix=/usr --sbindir=/usr/bin --without-python
+  make 
+}
+
+check() {
+  cd $srcdir/$pkgname-$pkgver
+  make check
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+  # symlink cracklib-small #34778
+  mkdir -p $pkgdir/usr/share/dict
+  ln -sf /usr/share/cracklib/cracklib-small 
$pkgdir/usr/share/dict/cracklib-small
+  sh ./util/cracklib-format dicts/cracklib-small \
+| sh ./util/cracklib-packer $pkgdir/usr/share/cracklib/pw_dict
+}

Deleted: core-x86_64/PKGBUILD
===
--- core-x86_64/PKGBUILD2015-05-04 09:15:19 UTC (rev 238463)
+++ core-x86_64/PKGBUILD2015-05-04 09:15:28 UTC (rev 238464)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Tobias Powalowski tp...@archlinux.org
-# Contributor: Federico Quagliata (quaqo) qu...@despammed.com
-
-pkgname=cracklib
-pkgver=2.9.1
-pkgrel=1
-pkgdesc=Password Checking Library
-arch=('i686' 'x86_64')
-license=('GPL')
-url=http://sourceforge.net/projects/cracklib;
-depends=('glibc' 'zlib')
-source=(http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz)
-md5sums=('90536219c520add2ceb3c26f0d7da404')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  ./configure --prefix=/usr --sbindir=/usr/bin --without-python
-  make 
-}
-
-check() {
-  cd $srcdir/$pkgname-$pkgver
-  make check
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-  # symlink cracklib-small #34778
-  mkdir -p $pkgdir/usr/share/dict
-  ln -sf /usr/share/cracklib/cracklib-small 
$pkgdir/usr/share/dict/cracklib-small
-  sh ./util/cracklib-format dicts/cracklib-small \
-| sh ./util/cracklib-packer $pkgdir/usr/share/cracklib/pw_dict
-}

Copied: cracklib/repos/core-x86_64/PKGBUILD (from rev 238463, 
cracklib/repos/testing-x86_64/PKGBUILD)
===
--- core-x86_64/PKGBUILD(rev 0)
+++ core-x86_64/PKGBUILD2015-05-04 09:15:28 UTC (rev 238464)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Tobias Powalowski tp...@archlinux.org
+# Contributor: Federico Quagliata (quaqo) qu...@despammed.com
+
+pkgname=cracklib
+pkgver=2.9.4

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

2015-05-04 Thread Tobias Powalowski
Date: Monday, May 4, 2015 @ 11:15:19
  Author: tpowa
Revision: 238463

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

Added:
  gawk/repos/core-i686/PKGBUILD
(from rev 238462, gawk/repos/testing-i686/PKGBUILD)
  gawk/repos/core-i686/gawk.install
(from rev 238462, gawk/repos/testing-i686/gawk.install)
  gawk/repos/core-x86_64/PKGBUILD
(from rev 238462, gawk/repos/testing-x86_64/PKGBUILD)
  gawk/repos/core-x86_64/gawk.install
(from rev 238462, gawk/repos/testing-x86_64/gawk.install)
Deleted:
  gawk/repos/core-i686/PKGBUILD
  gawk/repos/core-i686/gawk.install
  gawk/repos/core-x86_64/PKGBUILD
  gawk/repos/core-x86_64/gawk.install
  gawk/repos/testing-i686/
  gawk/repos/testing-x86_64/

--+
 /PKGBUILD|   78 +
 /gawk.install|   44 +
 core-i686/PKGBUILD   |   38 -
 core-i686/gawk.install   |   22 
 core-x86_64/PKGBUILD |   38 -
 core-x86_64/gawk.install |   22 
 6 files changed, 122 insertions(+), 120 deletions(-)

Deleted: core-i686/PKGBUILD
===
--- core-i686/PKGBUILD  2015-05-04 09:15:06 UTC (rev 238462)
+++ core-i686/PKGBUILD  2015-05-04 09:15:19 UTC (rev 238463)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer:
-# Contributor: Tom Newsom jeeps...@gmx.co.uk
-
-pkgname=gawk
-pkgver=4.1.1
-pkgrel=1
-pkgdesc=GNU version of awk
-arch=('i686' 'x86_64')
-url=http://www.gnu.org/software/gawk/;
-license=('GPL')
-groups=('base' 'base-devel')
-depends=('sh' 'glibc' 'mpfr')
-provides=('awk')
-install=gawk.install
-source=(ftp://ftp.gnu.org/pub/gnu/${pkgname}/${pkgname}-${pkgver}.tar.gz{,.sig})
-md5sums=('45f5b09aa87b4744c4c53bf274e96ed0'
- 'SKIP')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  ./configure --prefix=/usr --libexecdir=/usr/lib --without-libsigsegv
-  make 
-}
-
-check() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make check
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-
-  #install -dm755 ${pkgdir}/bin 
-  #ln -sf /usr/bin/gawk ${pkgdir}/bin/
-  #ln -sf gawk ${pkgdir}/bin/awk
-}

Copied: gawk/repos/core-i686/PKGBUILD (from rev 238462, 
gawk/repos/testing-i686/PKGBUILD)
===
--- core-i686/PKGBUILD  (rev 0)
+++ core-i686/PKGBUILD  2015-05-04 09:15:19 UTC (rev 238463)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer:
+# Contributor: Tom Newsom jeeps...@gmx.co.uk
+
+pkgname=gawk
+pkgver=4.1.2
+pkgrel=1
+pkgdesc=GNU version of awk
+arch=('i686' 'x86_64')
+url=http://www.gnu.org/software/gawk/;
+license=('GPL')
+groups=('base' 'base-devel')
+depends=('sh' 'glibc' 'mpfr')
+provides=('awk')
+install=gawk.install
+source=(ftp://ftp.gnu.org/pub/gnu/${pkgname}/${pkgname}-${pkgver}.tar.gz{,.sig})
+md5sums=('c72124f8cf44e2f2d946afb281b9e125'
+ 'SKIP')
+validpgpkeys=('D1967C63788713177D861ED7DF597815937EC0D2') # Arnold Robbins
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr --libexecdir=/usr/lib --without-libsigsegv
+  make 
+}
+
+check() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make check
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+
+  #install -dm755 ${pkgdir}/bin 
+  #ln -sf /usr/bin/gawk ${pkgdir}/bin/
+  #ln -sf gawk ${pkgdir}/bin/awk
+}

Deleted: core-i686/gawk.install
===
--- core-i686/gawk.install  2015-05-04 09:15:06 UTC (rev 238462)
+++ core-i686/gawk.install  2015-05-04 09:15:19 UTC (rev 238463)
@@ -1,22 +0,0 @@
-infodir=usr/share/info
-filelist=(gawk.info.gz gawkinet.info.gz)
-
-post_install() {
-  [ -x usr/bin/install-info ] || return 0
-  for file in ${filelist[@]}; do
-install-info $infodir/$file $infodir/dir 2 /dev/null
-  done
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-pre_remove() {
-  [ -x usr/bin/install-info ] || return 0
-  for file in ${filelist[@]}; do
-install-info --delete $infodir/$file $infodir/dir 2 /dev/null
-  done
-}
-
-# vim:set ts=2 sw=2 et:

Copied: gawk/repos/core-i686/gawk.install (from rev 238462, 
gawk/repos/testing-i686/gawk.install)
===
--- core-i686/gawk.install  (rev 0)
+++ core-i686/gawk.install  2015-05-04 09:15:19 UTC (rev 238463)
@@ -0,0 +1,22 @@
+infodir=usr/share/info
+filelist=(gawk.info.gz gawkinet.info.gz)
+
+post_install() {
+  [ -x usr/bin/install-info ] || return 0
+  for file in ${filelist[@]}; do
+install-info $infodir/$file $infodir/dir 2 /dev/null
+  done
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+pre_remove() {
+  [ -x usr/bin/install-info ] || return 0
+  for file in ${filelist[@]}; do
+install-info --delete $infodir/$file $infodir/dir 2 /dev/null
+  done
+}
+
+# vim:set ts=2 sw=2 

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

2015-05-04 Thread Florian Pritz
Date: Monday, May 4, 2015 @ 11:36:34
  Author: bluewind
Revision: 132686

archrelease: copy trunk to multilib-x86_64

Deleted:
  lib32-gnutls/repos/multilib-x86_64/PKGBUILD

--+
 PKGBUILD |   60 
 1 file changed, 60 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-05-04 09:36:31 UTC (rev 132685)
+++ PKGBUILD2015-05-04 09:36:34 UTC (rev 132686)
@@ -1,60 +0,0 @@
-# $Id$
-# Maintainer: Florian Pritz bluew...@xinu.at
-# Contributor: Christoph Vigano mail at cvigano dot de
-# Contributor: Biru Ionut io...@archlinux.ro
-# Contributor: Pierre Schmitz pie...@archlinux.de
-# Contributor: Mikko Seppälä t-r-...@mbnet.fi
-
-_pkgbasename=gnutls
-pkgname=lib32-$_pkgbasename
-pkgver=3.4.0
-pkgrel=1
-pkgdesc=A library which provides a secure layer over a reliable transport 
layer (32-bit)
-arch=('x86_64')
-license=('GPL3' 'LGPL2.1')
-url=http://gnutls.org/;
-depends=('lib32-zlib' 'lib32-nettle' 'lib32-p11-kit' 'lib32-libtasn1' 
$_pkgbasename)
-makedepends=('gcc-multilib' 'lib32-libidn')
-source=(ftp://ftp.gnutls.org/gcrypt/gnutls/v3.4/${_pkgbasename}-${pkgver}.tar.xz{,.sig}
-buildfix.diff)
-md5sums=('aa015c2666b031044edfb01b01980d84'
- 'SKIP'
- 'ffce1bd795445aaecf54100f44299fa7')
-validpgpkeys=(1F42418905D8206AA754CCDC29EE58B996865171)
-
-prepare(){
-  cd ${_pkgbasename}-${pkgver}
-  # buildfix 
https://gitlab.com/gnutls/gnutls/commit/7e63027a5caafa55dcca65c5b9bff3bf76c5a41c?view=inline
-  patch -Np1 -i ${srcdir}/buildfix.diff
-  autoreconf -vfi
-}
-
-
-build() {
-  export CC=gcc -m32
-  export CXX=g++ -m32
-  export PKG_CONFIG_PATH=/usr/lib32/pkgconfig
-
-  cd ${srcdir}/${_pkgbasename}-${pkgver}
-
-  # build fails without --disable-hardware-acceleration because of assembler 
errors
-  ./configure --prefix=/usr --libdir=/usr/lib32 \
---with-zlib \
---disable-static \
---disable-guile \
---disable-valgrind-tests --disable-hardware-acceleration
-  make
-}
-
-check() {
-  cd ${srcdir}/${_pkgbasename}-${pkgver}
-  #make -k check
-}
-
-package() {
-  cd ${srcdir}/${_pkgbasename}-${pkgver}
-  make DESTDIR=${pkgdir} install
-  find $pkgdir
-
-  rm -rf ${pkgdir}/usr/{bin,include,share}
-}


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

2015-05-04 Thread Florian Pritz
Date: Monday, May 4, 2015 @ 11:36:31
  Author: bluewind
Revision: 132685

upgpkg: lib32-gnutls 3.4.0-2

fix missing lib32-libidn dep

Modified:
  lib32-gnutls/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-05-04 05:48:28 UTC (rev 132684)
+++ PKGBUILD2015-05-04 09:36:31 UTC (rev 132685)
@@ -8,13 +8,13 @@
 _pkgbasename=gnutls
 pkgname=lib32-$_pkgbasename
 pkgver=3.4.0
-pkgrel=1
+pkgrel=2
 pkgdesc=A library which provides a secure layer over a reliable transport 
layer (32-bit)
 arch=('x86_64')
 license=('GPL3' 'LGPL2.1')
 url=http://gnutls.org/;
-depends=('lib32-zlib' 'lib32-nettle' 'lib32-p11-kit' 'lib32-libtasn1' 
$_pkgbasename)
-makedepends=('gcc-multilib' 'lib32-libidn')
+depends=('lib32-zlib' 'lib32-nettle' 'lib32-libidn' 'lib32-p11-kit' 
'lib32-libtasn1' $_pkgbasename)
+makedepends=('gcc-multilib')
 
source=(ftp://ftp.gnutls.org/gcrypt/gnutls/v3.4/${_pkgbasename}-${pkgver}.tar.xz{,.sig}
 buildfix.diff)
 md5sums=('aa015c2666b031044edfb01b01980d84'


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

2015-05-04 Thread Florian Pritz
Date: Monday, May 4, 2015 @ 11:37:39
  Author: bluewind
Revision: 132688

archrelease: copy trunk to multilib-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2015-05-04 09:37:36 UTC (rev 132687)
+++ PKGBUILD2015-05-04 09:37:39 UTC (rev 132688)
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer: Andreas Radke andy...@archlinux.org
-
-_pkgbasename=libcups
-pkgname=lib32-$_pkgbasename
-pkgver=2.0.2
-pkgrel=1
-pkgdesc=The CUPS Printing System - client libraries (32-bit)
-arch=('x86_64')
-license=('GPL')
-url=http://www.cups.org/;
-depends=(lib32-krb5 lib32-libtiff lib32-libpng lib32-gnutls $_pkgbasename)
-makedepends=(gcc-multilib)
-source=(#ftp://ftp.easysw.com/pub/cups/${pkgver}/cups-${pkgver}-source.tar.bz2
-http://www.cups.org/software/${pkgver}/cups-${pkgver}-source.tar.bz2{,.sig})
-md5sums=('6e0ea72dbafcf5baaa1cf4178e71096d'
- 'SKIP')
-validpgpkeys=(3737FD0D0E63B30172440D2DDBA3A7AB08D76223)
-
-build() {
-  export CC=gcc -m32
-  export CXX=g++ -m32
-  export PKG_CONFIG_PATH=/usr/lib32/pkgconfig
-
-  cd ${srcdir}/cups-${pkgver}
-
-  aclocal -I config-scripts
-  autoconf -I config-scripts
-
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
- --disable-ldap --enable-raw-printing --disable-gssapi --disable-dbus \
- --enable-ssl=yes--enable-threads --enable-libusb=no \
---disable-avahi --disable-dnssd \
- --with-optim=$CFLAGS --libdir=/usr/lib32
-  make libs
-}
-
-package() {
-  cd ${srcdir}/cups-${pkgver}
-  make BUILDROOT=${pkgdir} install-libs
-  rm -rf $pkgdir/usr/lib
-}
-

Copied: lib32-libcups/repos/multilib-x86_64/PKGBUILD (from rev 132687, 
lib32-libcups/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-05-04 09:37:39 UTC (rev 132688)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Andreas Radke andy...@archlinux.org
+
+_pkgbasename=libcups
+pkgname=lib32-$_pkgbasename
+pkgver=2.0.2
+pkgrel=2
+pkgdesc=The CUPS Printing System - client libraries (32-bit)
+arch=('x86_64')
+license=('GPL')
+url=http://www.cups.org/;
+depends=(lib32-krb5 lib32-libtiff lib32-libpng lib32-gnutls $_pkgbasename)
+makedepends=(gcc-multilib)
+source=(#ftp://ftp.easysw.com/pub/cups/${pkgver}/cups-${pkgver}-source.tar.bz2
+http://www.cups.org/software/${pkgver}/cups-${pkgver}-source.tar.bz2{,.sig})
+md5sums=('6e0ea72dbafcf5baaa1cf4178e71096d'
+ 'SKIP')
+validpgpkeys=(3737FD0D0E63B30172440D2DDBA3A7AB08D76223)
+
+build() {
+  export CC=gcc -m32
+  export CXX=g++ -m32
+  export PKG_CONFIG_PATH=/usr/lib32/pkgconfig
+
+  cd ${srcdir}/cups-${pkgver}
+
+  aclocal -I config-scripts
+  autoconf -I config-scripts
+
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+ --disable-ldap --enable-raw-printing --disable-gssapi --disable-dbus \
+ --enable-ssl=yes--enable-threads --enable-libusb=no \
+--disable-avahi --disable-dnssd \
+ --with-optim=$CFLAGS --libdir=/usr/lib32
+  make libs
+}
+
+package() {
+  cd ${srcdir}/cups-${pkgver}
+  make BUILDROOT=${pkgdir} install-libs
+  rm -rf $pkgdir/usr/lib
+}
+


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

2015-05-04 Thread Florian Pritz
Date: Monday, May 4, 2015 @ 11:37:36
  Author: bluewind
Revision: 132687

upgpkg: lib32-libcups 2.0.2-2

rebuild for lib32-gnutls 3.4

Modified:
  lib32-libcups/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-05-04 09:36:34 UTC (rev 132686)
+++ PKGBUILD2015-05-04 09:37:36 UTC (rev 132687)
@@ -4,7 +4,7 @@
 _pkgbasename=libcups
 pkgname=lib32-$_pkgbasename
 pkgver=2.0.2
-pkgrel=1
+pkgrel=2
 pkgdesc=The CUPS Printing System - client libraries (32-bit)
 arch=('x86_64')
 license=('GPL')


[arch-commits] Commit in lib32-gnutls/repos/multilib-x86_64 (3 files)

2015-05-04 Thread Florian Pritz
Date: Monday, May 4, 2015 @ 11:46:46
  Author: bluewind
Revision: 132689

archrelease: copy trunk to multilib-x86_64

Added:
  lib32-gnutls/repos/multilib-x86_64/PKGBUILD
(from rev 132688, lib32-gnutls/trunk/PKGBUILD)
  lib32-gnutls/repos/multilib-x86_64/buildfix.diff
(from rev 132688, lib32-gnutls/trunk/buildfix.diff)
Deleted:
  lib32-gnutls/repos/multilib-x86_64/buildfix.diff

---+
 PKGBUILD  |   60 
 buildfix.diff |   54 +-
 2 files changed, 87 insertions(+), 27 deletions(-)

Copied: lib32-gnutls/repos/multilib-x86_64/PKGBUILD (from rev 132688, 
lib32-gnutls/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-05-04 09:46:46 UTC (rev 132689)
@@ -0,0 +1,60 @@
+# $Id$
+# Maintainer: Florian Pritz bluew...@xinu.at
+# Contributor: Christoph Vigano mail at cvigano dot de
+# Contributor: Biru Ionut io...@archlinux.ro
+# Contributor: Pierre Schmitz pie...@archlinux.de
+# Contributor: Mikko Seppälä t-r-...@mbnet.fi
+
+_pkgbasename=gnutls
+pkgname=lib32-$_pkgbasename
+pkgver=3.4.0
+pkgrel=2
+pkgdesc=A library which provides a secure layer over a reliable transport 
layer (32-bit)
+arch=('x86_64')
+license=('GPL3' 'LGPL2.1')
+url=http://gnutls.org/;
+depends=('lib32-zlib' 'lib32-nettle' 'lib32-libidn' 'lib32-p11-kit' 
'lib32-libtasn1' $_pkgbasename)
+makedepends=('gcc-multilib')
+source=(ftp://ftp.gnutls.org/gcrypt/gnutls/v3.4/${_pkgbasename}-${pkgver}.tar.xz{,.sig}
+buildfix.diff)
+md5sums=('aa015c2666b031044edfb01b01980d84'
+ 'SKIP'
+ 'ffce1bd795445aaecf54100f44299fa7')
+validpgpkeys=(1F42418905D8206AA754CCDC29EE58B996865171)
+
+prepare(){
+  cd ${_pkgbasename}-${pkgver}
+  # buildfix 
https://gitlab.com/gnutls/gnutls/commit/7e63027a5caafa55dcca65c5b9bff3bf76c5a41c?view=inline
+  patch -Np1 -i ${srcdir}/buildfix.diff
+  autoreconf -vfi
+}
+
+
+build() {
+  export CC=gcc -m32
+  export CXX=g++ -m32
+  export PKG_CONFIG_PATH=/usr/lib32/pkgconfig
+
+  cd ${srcdir}/${_pkgbasename}-${pkgver}
+
+  # build fails without --disable-hardware-acceleration because of assembler 
errors
+  ./configure --prefix=/usr --libdir=/usr/lib32 \
+--with-zlib \
+--disable-static \
+--disable-guile \
+--disable-valgrind-tests --disable-hardware-acceleration
+  make
+}
+
+check() {
+  cd ${srcdir}/${_pkgbasename}-${pkgver}
+  #make -k check
+}
+
+package() {
+  cd ${srcdir}/${_pkgbasename}-${pkgver}
+  make DESTDIR=${pkgdir} install
+  find $pkgdir
+
+  rm -rf ${pkgdir}/usr/{bin,include,share}
+}

Deleted: buildfix.diff
===
--- buildfix.diff   2015-05-04 09:37:39 UTC (rev 132688)
+++ buildfix.diff   2015-05-04 09:46:46 UTC (rev 132689)
@@ -1,27 +0,0 @@
-diff --git a/doc/manpages/Makefile.am b/doc/manpages/Makefile.am
-index 8e793d3..68de757 100644
 a/doc/manpages/Makefile.am
-+++ b/doc/manpages/Makefile.am
-@@ -134,11 +134,8 @@ APIMANS += gnutls_certificate_get_peers.3
- APIMANS += gnutls_certificate_get_peers_subkey_id.3
- APIMANS += gnutls_certificate_get_trust_list.3
- APIMANS += gnutls_certificate_get_verify_flags.3
--APIMANS += gnutls_certificate_get_verify_flags.3
--APIMANS += gnutls_certificate_get_x509_crt.3
- APIMANS += gnutls_certificate_get_x509_crt.3
- APIMANS += gnutls_certificate_get_x509_key.3
--APIMANS += gnutls_certificate_get_x509_key.3
- APIMANS += gnutls_certificate_send_x509_rdn_sequence.3
- APIMANS += gnutls_certificate_server_set_request.3
- APIMANS += gnutls_certificate_set_dh_params.3
-@@ -1101,7 +1098,7 @@ compare-makefile:
-   @echo 
**
-   @echo If the following step fails copy 
$(srcdir)/doc/manpages/tmp-compare-makefile to doc/manpages/Makefile.am
-   @echo 
**
--  FUNCS=`cat $(top_srcdir)/lib/includes/gnutls/*.h | 
$(top_srcdir)/doc/scripts/getfuncs.pl|sort -d`; \
-+  FUNCS=`cat $(top_srcdir)/lib/includes/gnutls/*.h | 
$(top_srcdir)/doc/scripts/getfuncs.pl|sort -d|uniq`; \
-   MANS=; \
-   for i in $$FUNCS; do \
-   MANS=$$MANS\nAPIMANS += $$i.3; \
---
-libgit2 0.21.4

Copied: lib32-gnutls/repos/multilib-x86_64/buildfix.diff (from rev 132688, 
lib32-gnutls/trunk/buildfix.diff)
===
--- buildfix.diff   (rev 0)
+++ buildfix.diff   2015-05-04 09:46:46 UTC (rev 132689)
@@ -0,0 +1,27 @@
+diff --git a/doc/manpages/Makefile.am b/doc/manpages/Makefile.am
+index 8e793d3..68de757 100644
+--- a/doc/manpages/Makefile.am
 b/doc/manpages/Makefile.am
+@@ -134,11 +134,8 @@ APIMANS += gnutls_certificate_get_peers.3
+ APIMANS += gnutls_certificate_get_peers_subkey_id.3
+ APIMANS += 

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

2015-05-04 Thread Laurent Carlier
Date: Monday, May 4, 2015 @ 11:54:22
  Author: lcarlier
Revision: 132691

archrelease: copy trunk to multilib-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2015-05-04 09:54:09 UTC (rev 132690)
+++ PKGBUILD2015-05-04 09:54:22 UTC (rev 132691)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-# Contributor: Alexander Baldeck alexan...@archlinux.org
-
-_pkgbasename=libpciaccess
-pkgname=lib32-${_pkgbasename}
-pkgver=0.13.3
-pkgrel=1
-pkgdesc=X11 PCI access library (32-bit
-arch=(i686 x86_64)
-license=('custom')
-url=http://xorg.freedesktop.org/;
-depends=('lib32-glibc' ${_pkgbasename})
-makedepends=('gcc-multilib' 'pkgconfig' 'xorg-util-macros')
-options=('!libtool')
-source=(${url}/releases/individual/lib/${_pkgbasename}-${pkgver}.tar.bz2{,.sig})
-sha256sums=('6cd76ccae4e06eee47d3ead84a118740e9406e2a9b7adc9b08e92c69ce89c2e3'
-'SKIP')
-validpgpkeys=('4A193C06D35E7C670FA4EF0BA2FB9E081F2D130E') # Alan Coopersmith 
alan.coopersm...@oracle.com
-
-build() {
-  cd ${srcdir}/${_pkgbasename}-${pkgver}
-
-  export CC=gcc -m32
-  export CXX=g++ -m32
-  export PKG_CONFIG_PATH=/usr/lib32/pkgconfig
-
-  ./configure --prefix=/usr --sysconfdir=/etc \
---libdir=/usr/lib32
-  make
-}
-
-package() {
-  cd ${srcdir}/${_pkgbasename}-${pkgver}
-  make DESTDIR=${pkgdir} install
-
-  rm -rf ${pkgdir}/usr/include
-  mkdir -p $pkgdir/usr/share/licenses
-  ln -s $_pkgbasename $pkgdir/usr/share/licenses/$pkgname
-}

Copied: lib32-libpciaccess/repos/multilib-x86_64/PKGBUILD (from rev 132690, 
lib32-libpciaccess/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-05-04 09:54:22 UTC (rev 132691)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+# Contributor: Alexander Baldeck alexan...@archlinux.org
+
+_pkgbasename=libpciaccess
+pkgname=lib32-${_pkgbasename}
+pkgver=0.13.4
+pkgrel=1
+pkgdesc=X11 PCI access library (32-bit
+arch=(i686 x86_64)
+license=('custom')
+url=http://xorg.freedesktop.org/;
+depends=('lib32-glibc' ${_pkgbasename})
+makedepends=('gcc-multilib' 'pkgconfig' 'xorg-util-macros')
+options=('!libtool')
+source=(${url}/releases/individual/lib/${_pkgbasename}-${pkgver}.tar.bz2{,.sig})
+sha256sums=('07f864654561e4ac8629a0ef9c8f07fbc1f8592d1b6c418431593e9ba2cf2fcf'
+'SKIP')
+validpgpkeys=('4A193C06D35E7C670FA4EF0BA2FB9E081F2D130E') # Alan Coopersmith 
alan.coopersm...@oracle.com
+
+build() {
+  cd ${srcdir}/${_pkgbasename}-${pkgver}
+
+  export CC=gcc -m32
+  export CXX=g++ -m32
+  export PKG_CONFIG_PATH=/usr/lib32/pkgconfig
+
+  ./configure --prefix=/usr --sysconfdir=/etc \
+--libdir=/usr/lib32
+  make
+}
+
+package() {
+  cd ${srcdir}/${_pkgbasename}-${pkgver}
+  make DESTDIR=${pkgdir} install
+
+  rm -rf ${pkgdir}/usr/include
+  mkdir -p $pkgdir/usr/share/licenses
+  ln -s $_pkgbasename $pkgdir/usr/share/licenses/$pkgname
+}


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

2015-05-04 Thread Laurent Carlier
Date: Monday, May 4, 2015 @ 11:54:09
  Author: lcarlier
Revision: 132690

upgpkg: lib32-libpciaccess 0.13.4-1

upstream update 0.13.4

Modified:
  lib32-libpciaccess/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-05-04 09:46:46 UTC (rev 132689)
+++ PKGBUILD2015-05-04 09:54:09 UTC (rev 132690)
@@ -4,7 +4,7 @@
 
 _pkgbasename=libpciaccess
 pkgname=lib32-${_pkgbasename}
-pkgver=0.13.3
+pkgver=0.13.4
 pkgrel=1
 pkgdesc=X11 PCI access library (32-bit
 arch=(i686 x86_64)
@@ -14,7 +14,7 @@
 makedepends=('gcc-multilib' 'pkgconfig' 'xorg-util-macros')
 options=('!libtool')
 
source=(${url}/releases/individual/lib/${_pkgbasename}-${pkgver}.tar.bz2{,.sig})
-sha256sums=('6cd76ccae4e06eee47d3ead84a118740e9406e2a9b7adc9b08e92c69ce89c2e3'
+sha256sums=('07f864654561e4ac8629a0ef9c8f07fbc1f8592d1b6c418431593e9ba2cf2fcf'
 'SKIP')
 validpgpkeys=('4A193C06D35E7C670FA4EF0BA2FB9E081F2D130E') # Alan Coopersmith 
alan.coopersm...@oracle.com
 


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

2015-05-04 Thread Laurent Carlier
Date: Monday, May 4, 2015 @ 11:55:35
  Author: lcarlier
Revision: 132692

remove useless i686

Modified:
  lib32-libpciaccess/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-05-04 09:54:22 UTC (rev 132691)
+++ PKGBUILD2015-05-04 09:55:35 UTC (rev 132692)
@@ -7,7 +7,7 @@
 pkgver=0.13.4
 pkgrel=1
 pkgdesc=X11 PCI access library (32-bit
-arch=(i686 x86_64)
+arch=(x86_64)
 license=('custom')
 url=http://xorg.freedesktop.org/;
 depends=('lib32-glibc' ${_pkgbasename})


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

2015-05-04 Thread Evangelos Foutras
Date: Monday, May 4, 2015 @ 11:56:54
  Author: foutrelis
Revision: 132693

upgpkg: gbrainy 1:2.2.5-1

New upstream release.

Modified:
  gbrainy/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-05-04 09:55:35 UTC (rev 132692)
+++ PKGBUILD2015-05-04 09:56:54 UTC (rev 132693)
@@ -3,7 +3,7 @@
 # Contributor: Javier 'Phrodo_00' Aravena phrodo...@gmail.com
 
 pkgname=gbrainy
-pkgver=2.2.4
+pkgver=2.2.5
 pkgrel=1
 epoch=1
 pkgdesc=A brain teaser game and trainer to have fun and to keep your brain 
trained
@@ -15,7 +15,7 @@
 makedepends=('intltool' 'gettext' 'gnome-doc-utils')
 install=gbrainy.install
 source=(http://gent.softcatala.org/jmas/$pkgname/$pkgname-$pkgver.tar.gz)
-sha256sums=('e8c940f0de2696335c2354139c856c6e2b9ae2ea57f90f7b96a4bd186a4fa449')
+sha256sums=('74d1c66ef4c8eaf7cfc3e09525224296f684ca1ccb8529c067a03cd7189be3cd')
 
 build() {
   cd $srcdir/$pkgname-$pkgver


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

2015-05-04 Thread Evangelos Foutras
Date: Monday, May 4, 2015 @ 11:57:06
  Author: foutrelis
Revision: 132694

archrelease: copy trunk to community-any

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

-+
 PKGBUILD|   72 +++---
 gbrainy.install |   28 ++---
 2 files changed, 50 insertions(+), 50 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-05-04 09:56:54 UTC (rev 132693)
+++ PKGBUILD2015-05-04 09:57:06 UTC (rev 132694)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Evangelos Foutras evange...@foutrelis.com
-# Contributor: Javier 'Phrodo_00' Aravena phrodo...@gmail.com
-
-pkgname=gbrainy
-pkgver=2.2.4
-pkgrel=1
-epoch=1
-pkgdesc=A brain teaser game and trainer to have fun and to keep your brain 
trained
-arch=('any')
-url=https://wiki.gnome.org/Apps/gbrainy;
-license=('GPL2')
-depends=('gtk-sharp-2' 'mono-addins' 'librsvg' 'hicolor-icon-theme'
- 'desktop-file-utils')
-makedepends=('intltool' 'gettext' 'gnome-doc-utils')
-install=gbrainy.install
-source=(http://gent.softcatala.org/jmas/$pkgname/$pkgname-$pkgver.tar.gz)
-sha256sums=('e8c940f0de2696335c2354139c856c6e2b9ae2ea57f90f7b96a4bd186a4fa449')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-
-  export MONO_SHARED_DIR=$srcdir
-  ./configure \
---prefix=/usr \
---enable-addins
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-
-  make DESTDIR=$pkgdir install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: gbrainy/repos/community-any/PKGBUILD (from rev 132693, 
gbrainy/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-05-04 09:57:06 UTC (rev 132694)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Evangelos Foutras evange...@foutrelis.com
+# Contributor: Javier 'Phrodo_00' Aravena phrodo...@gmail.com
+
+pkgname=gbrainy
+pkgver=2.2.5
+pkgrel=1
+epoch=1
+pkgdesc=A brain teaser game and trainer to have fun and to keep your brain 
trained
+arch=('any')
+url=https://wiki.gnome.org/Apps/gbrainy;
+license=('GPL2')
+depends=('gtk-sharp-2' 'mono-addins' 'librsvg' 'hicolor-icon-theme'
+ 'desktop-file-utils')
+makedepends=('intltool' 'gettext' 'gnome-doc-utils')
+install=gbrainy.install
+source=(http://gent.softcatala.org/jmas/$pkgname/$pkgname-$pkgver.tar.gz)
+sha256sums=('74d1c66ef4c8eaf7cfc3e09525224296f684ca1ccb8529c067a03cd7189be3cd')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+
+  export MONO_SHARED_DIR=$srcdir
+  ./configure \
+--prefix=/usr \
+--enable-addins
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+
+  make DESTDIR=$pkgdir install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: gbrainy.install
===
--- gbrainy.install 2015-05-04 09:56:54 UTC (rev 132693)
+++ gbrainy.install 2015-05-04 09:57:06 UTC (rev 132694)
@@ -1,14 +0,0 @@
-post_install() {
-  update-desktop-database -q
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: gbrainy/repos/community-any/gbrainy.install (from rev 132693, 
gbrainy/trunk/gbrainy.install)
===
--- gbrainy.install (rev 0)
+++ gbrainy.install 2015-05-04 09:57:06 UTC (rev 132694)
@@ -0,0 +1,14 @@
+post_install() {
+  update-desktop-database -q
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}
+
+# vim:set ts=2 sw=2 et:


[arch-commits] Commit in gnome-pie/trunk (PKGBUILD gnome.patch)

2015-05-04 Thread Balló György
Date: Monday, May 4, 2015 @ 12:09:08
  Author: bgyorgy
Revision: 132695

upgpkg: gnome-pie 0.6.2-1

Update to version 0.6.2

Modified:
  gnome-pie/trunk/PKGBUILD
Deleted:
  gnome-pie/trunk/gnome.patch

-+
 PKGBUILD|   15 +
 gnome.patch |  161 --
 2 files changed, 3 insertions(+), 173 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-05-04 09:57:06 UTC (rev 132694)
+++ PKGBUILD2015-05-04 10:09:08 UTC (rev 132695)
@@ -3,7 +3,7 @@
 
 pkgname=gnome-pie
 _pkgname=Gnome-Pie
-pkgver=0.6.1
+pkgver=0.6.2
 pkgrel=1
 pkgdesc=Circular application launcher for GNOME
 arch=('i686' 'x86_64')
@@ -12,18 +12,9 @@
 depends=('bamf' 'libgee' 'gnome-menus')
 makedepends=('cmake' 'vala')
 install=$pkgname.install
-source=($_pkgname-$pkgver.tar.gz::https://github.com/Simmesimme/$_pkgname/archive/v$pkgver.tar.gz
-gnome.patch)
-md5sums=('3540af02d551695d9fe6d6a5969e214f'
- '8868652bc69593667f015bd73f9dad77')
+source=($_pkgname-$pkgver.tar.gz::https://github.com/Simmesimme/$_pkgname/archive/v$pkgver.tar.gz)
+md5sums=('e733bdf0670726221ac9eab1256a7e5d')
 
-prepare() {
-  cd $_pkgname-$pkgver
-
-  # Compatibility fixes for recent GNOME versions
-  patch -Np1 -i ../gnome.patch
-}
-
 build() {
   cd $_pkgname-$pkgver
   [[ -d build ]] || mkdir build

Deleted: gnome.patch
===
--- gnome.patch 2015-05-04 09:57:06 UTC (rev 132694)
+++ gnome.patch 2015-05-04 10:09:08 UTC (rev 132695)
@@ -1,161 +0,0 @@
-diff -Naur Gnome-Pie-0.6.1.orig/src/actionGroups/devicesGroup.vala 
Gnome-Pie-0.6.1/src/actionGroups/devicesGroup.vala
 Gnome-Pie-0.6.1.orig/src/actionGroups/devicesGroup.vala2015-04-20 
14:16:01.012535306 +
-+++ Gnome-Pie-0.6.1/src/actionGroups/devicesGroup.vala 2015-04-20 
14:34:13.181211266 +
-@@ -33,7 +33,7 @@
- public static GroupRegistry.TypeDescription register() {
- var description = new GroupRegistry.TypeDescription();
- description.name = _(Group: Devices);
--description.icon = harddrive;
-+description.icon = drive-harddisk;
- description.description = _(Shows a Slice for each plugged in 
devices, like USB-Sticks.);
- description.id = devices;
- return description;
-@@ -82,7 +82,7 @@
- 
- private void load() {
- // add root device
--this.add_action(new UriAction(_(Root), harddrive, file:///));
-+this.add_action(new UriAction(_(Root), drive-harddisk, 
file:///));
- 
- // add all other devices
- foreach(var mount in this.monitor.get_mounts()) {
-diff -Naur Gnome-Pie-0.6.1.orig/src/actionGroups/menuGroup.vala 
Gnome-Pie-0.6.1/src/actionGroups/menuGroup.vala
 Gnome-Pie-0.6.1.orig/src/actionGroups/menuGroup.vala   2015-04-20 
14:16:01.012535306 +
-+++ Gnome-Pie-0.6.1/src/actionGroups/menuGroup.vala2015-04-20 
14:22:30.410914120 +
-@@ -33,7 +33,7 @@
- public static GroupRegistry.TypeDescription register() {
- var description = new GroupRegistry.TypeDescription();
- description.name = _(Group: Main menu);
--description.icon = gnome-main-menu;
-+description.icon = start-here;
- description.description = _(Displays your main menu structure.);
- description.id = menu;
- return description;
-diff -Naur Gnome-Pie-0.6.1.orig/src/actionGroups/sessionGroup.vala 
Gnome-Pie-0.6.1/src/actionGroups/sessionGroup.vala
 Gnome-Pie-0.6.1.orig/src/actionGroups/sessionGroup.vala2015-04-20 
14:16:01.012535306 +
-+++ Gnome-Pie-0.6.1/src/actionGroups/sessionGroup.vala 2015-04-20 
14:39:11.883213936 +
-@@ -33,7 +33,7 @@
- public static GroupRegistry.TypeDescription register() {
- var description = new GroupRegistry.TypeDescription();
- description.name = _(Group: Session Control);
--description.icon = gnome-logout;
-+description.icon = system-log-out;
- description.description = _(Shows a Slice for Shutdown, Reboot, and 
Hibernate.);
- description.id = session;
- return description;
-@@ -57,14 +57,14 @@
- //iface = GLib.Bus.get_proxy_sync(GLib.BusType.SESSION, 
org.kde.ksmserver, /KSMServer);
- //iface = GLib.Bus.get_proxy_sync(GLib.BusType.SESSION, 
org.freedesktop.ConsoleKit, /org/freedesktop/ConsoleKit/Manager);
- 
--this.add_action(new AppAction(_(Shutdown), gnome-shutdown,
--dbus-send --print-reply --dest=org.gnome.SessionManager 
/org/gnome/SessionManager org.gnome.SessionManager.RequestShutdown));
-+this.add_action(new AppAction(_(Shutdown), system-shutdown,
-+dbus-send --print-reply --dest=org.gnome.SessionManager 
/org/gnome/SessionManager org.gnome.SessionManager.Shutdown));
- 
--this.add_action(new AppAction(_(Logout), gnome-session-logout,
-+this.add_action(new 

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

2015-05-04 Thread Balló György
Date: Monday, May 4, 2015 @ 12:09:15
  Author: bgyorgy
Revision: 132696

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

Added:
  gnome-pie/repos/community-i686/PKGBUILD
(from rev 132695, gnome-pie/trunk/PKGBUILD)
  gnome-pie/repos/community-i686/gnome-pie.install
(from rev 132695, gnome-pie/trunk/gnome-pie.install)
  gnome-pie/repos/community-x86_64/PKGBUILD
(from rev 132695, gnome-pie/trunk/PKGBUILD)
  gnome-pie/repos/community-x86_64/gnome-pie.install
(from rev 132695, gnome-pie/trunk/gnome-pie.install)
Deleted:
  gnome-pie/repos/community-i686/PKGBUILD
  gnome-pie/repos/community-i686/gnome-pie.install
  gnome-pie/repos/community-i686/gnome.patch
  gnome-pie/repos/community-x86_64/PKGBUILD
  gnome-pie/repos/community-x86_64/gnome-pie.install
  gnome-pie/repos/community-x86_64/gnome.patch

+
 /PKGBUILD  |   58 
 /gnome-pie.install |   22 
 community-i686/PKGBUILD|   38 
 community-i686/gnome-pie.install   |   11 --
 community-i686/gnome.patch |  161 ---
 community-x86_64/PKGBUILD  |   38 
 community-x86_64/gnome-pie.install |   11 --
 community-x86_64/gnome.patch   |  161 ---
 8 files changed, 80 insertions(+), 420 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-05-04 10:09:08 UTC (rev 132695)
+++ community-i686/PKGBUILD 2015-05-04 10:09:15 UTC (rev 132696)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Balló György ballogyor+arch at gmail dot com
-
-pkgname=gnome-pie
-_pkgname=Gnome-Pie
-pkgver=0.6.1
-pkgrel=1
-pkgdesc=Circular application launcher for GNOME
-arch=('i686' 'x86_64')
-url=http://gnome-pie.simonschneegans.de/;
-license=('GPL')
-depends=('bamf' 'libgee' 'gnome-menus')
-makedepends=('cmake' 'vala')
-install=$pkgname.install
-source=($_pkgname-$pkgver.tar.gz::https://github.com/Simmesimme/$_pkgname/archive/v$pkgver.tar.gz
-gnome.patch)
-md5sums=('3540af02d551695d9fe6d6a5969e214f'
- '8868652bc69593667f015bd73f9dad77')
-
-prepare() {
-  cd $_pkgname-$pkgver
-
-  # Compatibility fixes for recent GNOME versions
-  patch -Np1 -i ../gnome.patch
-}
-
-build() {
-  cd $_pkgname-$pkgver
-  [[ -d build ]] || mkdir build
-  cd build
-  cmake .. -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release
-  make
-}
-
-package() {
-  cd $_pkgname-$pkgver/build
-  make DESTDIR=$pkgdir install
-}

Copied: gnome-pie/repos/community-i686/PKGBUILD (from rev 132695, 
gnome-pie/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-05-04 10:09:15 UTC (rev 132696)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Balló György ballogyor+arch at gmail dot com
+
+pkgname=gnome-pie
+_pkgname=Gnome-Pie
+pkgver=0.6.2
+pkgrel=1
+pkgdesc=Circular application launcher for GNOME
+arch=('i686' 'x86_64')
+url=http://gnome-pie.simonschneegans.de/;
+license=('GPL')
+depends=('bamf' 'libgee' 'gnome-menus')
+makedepends=('cmake' 'vala')
+install=$pkgname.install
+source=($_pkgname-$pkgver.tar.gz::https://github.com/Simmesimme/$_pkgname/archive/v$pkgver.tar.gz)
+md5sums=('e733bdf0670726221ac9eab1256a7e5d')
+
+build() {
+  cd $_pkgname-$pkgver
+  [[ -d build ]] || mkdir build
+  cd build
+  cmake .. -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release
+  make
+}
+
+package() {
+  cd $_pkgname-$pkgver/build
+  make DESTDIR=$pkgdir install
+}

Deleted: community-i686/gnome-pie.install
===
--- community-i686/gnome-pie.install2015-05-04 10:09:08 UTC (rev 132695)
+++ community-i686/gnome-pie.install2015-05-04 10:09:15 UTC (rev 132696)
@@ -1,11 +0,0 @@
-post_install() {
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-post_remove() {
-  post_install $1
-}

Copied: gnome-pie/repos/community-i686/gnome-pie.install (from rev 132695, 
gnome-pie/trunk/gnome-pie.install)
===
--- community-i686/gnome-pie.install(rev 0)
+++ community-i686/gnome-pie.install2015-05-04 10:09:15 UTC (rev 132696)
@@ -0,0 +1,11 @@
+post_install() {
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+post_remove() {
+  post_install $1
+}

Deleted: community-i686/gnome.patch
===
--- community-i686/gnome.patch  2015-05-04 10:09:08 UTC (rev 132695)
+++ community-i686/gnome.patch  2015-05-04 10:09:15 UTC (rev 132696)
@@ -1,161 +0,0 @@
-diff -Naur Gnome-Pie-0.6.1.orig/src/actionGroups/devicesGroup.vala 
Gnome-Pie-0.6.1/src/actionGroups/devicesGroup.vala
 

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

2015-05-04 Thread Balló György
Date: Monday, May 4, 2015 @ 12:11:43
  Author: bgyorgy
Revision: 132697

upgpkg: guake 0.7.0-1

Update to version 0.7.0

Modified:
  guake/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-05-04 10:09:15 UTC (rev 132696)
+++ PKGBUILD2015-05-04 10:11:43 UTC (rev 132697)
@@ -5,7 +5,7 @@
 # Contributor: Attila Bukor r1pp3rj...@w4it.eu
 
 pkgname=guake
-pkgver=0.6.0
+pkgver=0.7.0
 pkgrel=1
 pkgdesc='Drop-down terminal for GNOME'
 arch=('i686' 'x86_64')
@@ -15,7 +15,7 @@
 makedepends=('intltool' 'gnome-common')
 install=$pkgname.install
 
source=($pkgname-$pkgver.tar.gz::https://github.com/Guake/$pkgname/archive/$pkgver.tar.gz)
-md5sums=('86502b6a8e12d42d74e6da7eaa403877')
+md5sums=('33b19878c97a565bbbda7699ddc496ef')
 
 prepare() {
   cd $srcdir/$pkgname-$pkgver


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

2015-05-04 Thread Balló György
Date: Monday, May 4, 2015 @ 12:14:48
  Author: bgyorgy
Revision: 132698

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

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

+
 /PKGBUILD  |   78 +++
 /guake.install |   44 ++
 community-i686/PKGBUILD|   39 ---
 community-i686/guake.install   |   22 ---
 community-x86_64/PKGBUILD  |   39 ---
 community-x86_64/guake.install |   22 ---
 6 files changed, 122 insertions(+), 122 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-05-04 10:11:43 UTC (rev 132697)
+++ community-i686/PKGBUILD 2015-05-04 10:14:48 UTC (rev 132698)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Balló György ballogyor+arch at gmail dot com
-# Contributor: Angel Velasquez an...@archlinux.org
-# Contributor: Wilson Pinto Júnior (N3RD3X) n3r...@linuxmail.org
-# Contributor: Attila Bukor r1pp3rj...@w4it.eu
-
-pkgname=guake
-pkgver=0.6.0
-pkgrel=1
-pkgdesc='Drop-down terminal for GNOME'
-arch=('i686' 'x86_64')
-url=https://github.com/Guake/guake/;
-license=('GPL')
-depends=('python2-notify' 'vte' 'python2-gconf' 'python2-dbus' 'python2-xdg' 
'libutempter')
-makedepends=('intltool' 'gnome-common')
-install=$pkgname.install
-source=($pkgname-$pkgver.tar.gz::https://github.com/Guake/$pkgname/archive/$pkgver.tar.gz)
-md5sums=('86502b6a8e12d42d74e6da7eaa403877')
-
-prepare() {
-  cd $srcdir/$pkgname-$pkgver
-
-  # Python2 fix
-  sed -i 's|/usr/bin/env python|/usr/bin/python2|' src/guake/prefs.py
-}
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  ./autogen.sh --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
-   --disable-static --disable-schemas-install \
-   --with-gconf-schema-file-dir=/usr/share/gconf/schemas \
-   PYTHON=python2
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}

Copied: guake/repos/community-i686/PKGBUILD (from rev 132697, 
guake/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-05-04 10:14:48 UTC (rev 132698)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Balló György ballogyor+arch at gmail dot com
+# Contributor: Angel Velasquez an...@archlinux.org
+# Contributor: Wilson Pinto Júnior (N3RD3X) n3r...@linuxmail.org
+# Contributor: Attila Bukor r1pp3rj...@w4it.eu
+
+pkgname=guake
+pkgver=0.7.0
+pkgrel=1
+pkgdesc='Drop-down terminal for GNOME'
+arch=('i686' 'x86_64')
+url=https://github.com/Guake/guake/;
+license=('GPL')
+depends=('python2-notify' 'vte' 'python2-gconf' 'python2-dbus' 'python2-xdg' 
'libutempter')
+makedepends=('intltool' 'gnome-common')
+install=$pkgname.install
+source=($pkgname-$pkgver.tar.gz::https://github.com/Guake/$pkgname/archive/$pkgver.tar.gz)
+md5sums=('33b19878c97a565bbbda7699ddc496ef')
+
+prepare() {
+  cd $srcdir/$pkgname-$pkgver
+
+  # Python2 fix
+  sed -i 's|/usr/bin/env python|/usr/bin/python2|' src/guake/prefs.py
+}
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  ./autogen.sh --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+   --disable-static --disable-schemas-install \
+   --with-gconf-schema-file-dir=/usr/share/gconf/schemas \
+   PYTHON=python2
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Deleted: community-i686/guake.install
===
--- community-i686/guake.install2015-05-04 10:11:43 UTC (rev 132697)
+++ community-i686/guake.install2015-05-04 10:14:48 UTC (rev 132698)
@@ -1,22 +0,0 @@
-pkgname=guake
-
-post_install() {
-  usr/sbin/gconfpkg --install ${pkgname}
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}
-
-pre_upgrade() {
-  pre_remove $1
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-pre_remove() {
-  usr/sbin/gconfpkg --uninstall ${pkgname}
-}
-
-post_remove() {
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}

Copied: guake/repos/community-i686/guake.install (from rev 132697, 
guake/trunk/guake.install)
===
--- community-i686/guake.install(rev 0)
+++ 

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

2015-05-04 Thread Balló György
Date: Monday, May 4, 2015 @ 12:16:35
  Author: bgyorgy
Revision: 132699

upgpkg: python2-futures 3.0.1-1

Update to version 3.0.1

Modified:
  python2-futures/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-05-04 10:14:48 UTC (rev 132698)
+++ PKGBUILD2015-05-04 10:16:35 UTC (rev 132699)
@@ -5,16 +5,16 @@
 
 pkgname=python2-futures
 _pkgname=futures
-pkgver=2.2.0
+pkgver=3.0.1
 pkgrel=1
 pkgdesc=Backport of the concurrent.futures package from Python 3.2
 arch=('any')
-url=http://code.google.com/p/pythonfutures/;
+url=https://github.com/agronholm/pythonfutures;
 license=('BSD')
 depends=('python2')
 
source=(http://pypi.python.org/packages/source/f/$_pkgname/$_pkgname-$pkgver.tar.gz;
  LICENSE)
-md5sums=('310e446de8609ddb59d0886e35edb534'
+md5sums=('c872d96e128fb79371409f68f8c17f74'
  'dd6708d05936d3f6c4e20ed14c87b5e3')
 
 build() {


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

2015-05-04 Thread Balló György
Date: Monday, May 4, 2015 @ 12:16:40
  Author: bgyorgy
Revision: 132700

archrelease: copy trunk to community-any

Added:
  python2-futures/repos/community-any/LICENSE
(from rev 132699, python2-futures/trunk/LICENSE)
  python2-futures/repos/community-any/PKGBUILD
(from rev 132699, python2-futures/trunk/PKGBUILD)
Deleted:
  python2-futures/repos/community-any/LICENSE
  python2-futures/repos/community-any/PKGBUILD

--+
 LICENSE  |   42 +-
 PKGBUILD |   60 ++--
 2 files changed, 51 insertions(+), 51 deletions(-)

Deleted: LICENSE
===
--- LICENSE 2015-05-04 10:16:35 UTC (rev 132699)
+++ LICENSE 2015-05-04 10:16:40 UTC (rev 132700)
@@ -1,21 +0,0 @@
-Copyright 2009 Brian Quinlan. All rights reserved.
-
-Redistribution and use in source and binary forms, with or without 
modification,
-are permitted provided that the following conditions are met:
-
-   1. Redistributions of source code must retain the above copyright notice,
-  this list of conditions and the following disclaimer.
-   2. Redistributions in binary form must reproduce the above copyright notice,
-  this list of conditions and the following disclaimer in the documentation
-  and/or other materials provided with the distribution.
-
-THIS SOFTWARE IS PROVIDED BY BRIAN QUINLAN AS IS AND ANY EXPRESS OR IMPLIED
-WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
-MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO 
EVENT
-HALL THE FREEBSD PROJECT OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
-INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
-LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
-PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
-LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE
-OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
-ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
\ No newline at end of file

Copied: python2-futures/repos/community-any/LICENSE (from rev 132699, 
python2-futures/trunk/LICENSE)
===
--- LICENSE (rev 0)
+++ LICENSE 2015-05-04 10:16:40 UTC (rev 132700)
@@ -0,0 +1,21 @@
+Copyright 2009 Brian Quinlan. All rights reserved.
+
+Redistribution and use in source and binary forms, with or without 
modification,
+are permitted provided that the following conditions are met:
+
+   1. Redistributions of source code must retain the above copyright notice,
+  this list of conditions and the following disclaimer.
+   2. Redistributions in binary form must reproduce the above copyright notice,
+  this list of conditions and the following disclaimer in the documentation
+  and/or other materials provided with the distribution.
+
+THIS SOFTWARE IS PROVIDED BY BRIAN QUINLAN AS IS AND ANY EXPRESS OR IMPLIED
+WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
+MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO 
EVENT
+HALL THE FREEBSD PROJECT OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
+INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
+LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
+PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
+LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE
+OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
+ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
\ No newline at end of file

Deleted: PKGBUILD
===
--- PKGBUILD2015-05-04 10:16:35 UTC (rev 132699)
+++ PKGBUILD2015-05-04 10:16:40 UTC (rev 132700)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Balló György ballogyor+arch at gmail dot com
-# Contributor: Jaroslav Lichtblau dragonl...@aur.archlinux.org
-# Contributor: Allan McRae al...@archlinux.org
-
-pkgname=python2-futures
-_pkgname=futures
-pkgver=2.2.0
-pkgrel=1
-pkgdesc=Backport of the concurrent.futures package from Python 3.2
-arch=('any')
-url=http://code.google.com/p/pythonfutures/;
-license=('BSD')
-depends=('python2')
-source=(http://pypi.python.org/packages/source/f/$_pkgname/$_pkgname-$pkgver.tar.gz;
- LICENSE)
-md5sums=('310e446de8609ddb59d0886e35edb534'
- 'dd6708d05936d3f6c4e20ed14c87b5e3')
-
-build() {
-  cd $_pkgname-$pkgver
-  python2 setup.py build
-}
-
-package() {
-  cd $_pkgname-$pkgver
-  python2 setup.py install --root $pkgdir --optimize=1
-
-  install -Dm644 ../LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
-}

Copied: python2-futures/repos/community-any/PKGBUILD (from rev 132699, 
python2-futures/trunk/PKGBUILD)

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

2015-05-04 Thread Florian Pritz
Date: Monday, May 4, 2015 @ 12:22:37
  Author: bluewind
Revision: 132701

upgpkg: wine 1.7.42-2

rebuild for lib32-gnutls 3.4

Modified:
  wine/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-05-04 10:16:40 UTC (rev 132700)
+++ PKGBUILD2015-05-04 10:22:37 UTC (rev 132701)
@@ -6,7 +6,7 @@
 
 pkgname=wine
 pkgver=1.7.42
-pkgrel=1
+pkgrel=2
 
 _pkgbasever=${pkgver/rc/-rc}
 


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

2015-05-04 Thread Balló György
Date: Monday, May 4, 2015 @ 12:25:45
  Author: bgyorgy
Revision: 132702

upgpkg: uget 2.0-1

Update to version 2.0

Modified:
  uget/trunk/PKGBUILD
  uget/trunk/uget.install

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

Modified: PKGBUILD
===
--- PKGBUILD2015-05-04 10:22:37 UTC (rev 132701)
+++ PKGBUILD2015-05-04 10:25:45 UTC (rev 132702)
@@ -2,18 +2,18 @@
 # Maintainer: Balló György ballogyor+arch at gmail dot com
 
 pkgname=uget
-pkgver=1.10.4
+pkgver=2.0
 pkgrel=1
 pkgdesc=GTK+ download manager featuring download classification and HTML 
import
 arch=('i686' 'x86_64')
 url=http://ugetdm.com/;
 license=('LGPL')
-depends=('libnotify' 'gtk3' 'gstreamer' 'curl' 'hicolor-icon-theme' 
'xdg-utils')
+depends=('libnotify' 'gtk3' 'gstreamer' 'curl')
 makedepends=('intltool')
 optdepends=('aria2: alternative backend')
 install=$pkgname.install
 source=(http://downloads.sourceforge.net/urlget/$pkgname-$pkgver.tar.gz)
-md5sums=('58139de0bd043cfeae0f22c239f4bbc5')
+md5sums=('f9db710bd6f73461edf736e1a6040dcd')
 
 build() {
   cd $srcdir/$pkgname-$pkgver

Modified: uget.install
===
--- uget.install2015-05-04 10:22:37 UTC (rev 132701)
+++ uget.install2015-05-04 10:25:45 UTC (rev 132702)
@@ -1,5 +1,5 @@
 post_install() {
-  xdg-icon-resource forceupdate
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
 }
 
 post_upgrade() {


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

2015-05-04 Thread Balló György
Date: Monday, May 4, 2015 @ 12:25:52
  Author: bgyorgy
Revision: 132703

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

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

---+
 /PKGBUILD |   56 
 /uget.install |   22 +++
 community-i686/PKGBUILD   |   28 
 community-i686/uget.install   |   11 ---
 community-x86_64/PKGBUILD |   28 
 community-x86_64/uget.install |   11 ---
 6 files changed, 78 insertions(+), 78 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-05-04 10:25:45 UTC (rev 132702)
+++ community-i686/PKGBUILD 2015-05-04 10:25:52 UTC (rev 132703)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Balló György ballogyor+arch at gmail dot com
-
-pkgname=uget
-pkgver=1.10.4
-pkgrel=1
-pkgdesc=GTK+ download manager featuring download classification and HTML 
import
-arch=('i686' 'x86_64')
-url=http://ugetdm.com/;
-license=('LGPL')
-depends=('libnotify' 'gtk3' 'gstreamer' 'curl' 'hicolor-icon-theme' 
'xdg-utils')
-makedepends=('intltool')
-optdepends=('aria2: alternative backend')
-install=$pkgname.install
-source=(http://downloads.sourceforge.net/urlget/$pkgname-$pkgver.tar.gz)
-md5sums=('58139de0bd043cfeae0f22c239f4bbc5')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
-  --disable-appindicator
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  make DESTDIR=$pkgdir/ install
-}

Copied: uget/repos/community-i686/PKGBUILD (from rev 132702, 
uget/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-05-04 10:25:52 UTC (rev 132703)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Balló György ballogyor+arch at gmail dot com
+
+pkgname=uget
+pkgver=2.0
+pkgrel=1
+pkgdesc=GTK+ download manager featuring download classification and HTML 
import
+arch=('i686' 'x86_64')
+url=http://ugetdm.com/;
+license=('LGPL')
+depends=('libnotify' 'gtk3' 'gstreamer' 'curl')
+makedepends=('intltool')
+optdepends=('aria2: alternative backend')
+install=$pkgname.install
+source=(http://downloads.sourceforge.net/urlget/$pkgname-$pkgver.tar.gz)
+md5sums=('f9db710bd6f73461edf736e1a6040dcd')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+  --disable-appindicator
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir/ install
+}

Deleted: community-i686/uget.install
===
--- community-i686/uget.install 2015-05-04 10:25:45 UTC (rev 132702)
+++ community-i686/uget.install 2015-05-04 10:25:52 UTC (rev 132703)
@@ -1,11 +0,0 @@
-post_install() {
-  xdg-icon-resource forceupdate
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-post_remove() {
-  post_install $1
-}

Copied: uget/repos/community-i686/uget.install (from rev 132702, 
uget/trunk/uget.install)
===
--- community-i686/uget.install (rev 0)
+++ community-i686/uget.install 2015-05-04 10:25:52 UTC (rev 132703)
@@ -0,0 +1,11 @@
+post_install() {
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+post_remove() {
+  post_install $1
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-05-04 10:25:45 UTC (rev 132702)
+++ community-x86_64/PKGBUILD   2015-05-04 10:25:52 UTC (rev 132703)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Balló György ballogyor+arch at gmail dot com
-
-pkgname=uget
-pkgver=1.10.4
-pkgrel=1
-pkgdesc=GTK+ download manager featuring download classification and HTML 
import
-arch=('i686' 'x86_64')
-url=http://ugetdm.com/;
-license=('LGPL')
-depends=('libnotify' 'gtk3' 'gstreamer' 'curl' 'hicolor-icon-theme' 
'xdg-utils')
-makedepends=('intltool')
-optdepends=('aria2: alternative backend')
-install=$pkgname.install
-source=(http://downloads.sourceforge.net/urlget/$pkgname-$pkgver.tar.gz)
-md5sums=('58139de0bd043cfeae0f22c239f4bbc5')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc 

[arch-commits] Commit in wine/repos/multilib-x86_64 (6 files)

2015-05-04 Thread Florian Pritz
Date: Monday, May 4, 2015 @ 12:44:48
  Author: bluewind
Revision: 132704

archrelease: copy trunk to multilib-x86_64

Added:
  wine/repos/multilib-x86_64/30-win32-aliases.conf
(from rev 132703, wine/trunk/30-win32-aliases.conf)
  wine/repos/multilib-x86_64/PKGBUILD
(from rev 132703, wine/trunk/PKGBUILD)
  wine/repos/multilib-x86_64/wine.install
(from rev 132703, wine/trunk/wine.install)
Deleted:
  wine/repos/multilib-x86_64/30-win32-aliases.conf
  wine/repos/multilib-x86_64/PKGBUILD
  wine/repos/multilib-x86_64/wine.install

---+
 30-win32-aliases.conf |   40 ++---
 PKGBUILD  |  366 
 wine.install  |   24 +--
 3 files changed, 215 insertions(+), 215 deletions(-)

Deleted: 30-win32-aliases.conf
===
--- 30-win32-aliases.conf   2015-05-04 10:25:52 UTC (rev 132703)
+++ 30-win32-aliases.conf   2015-05-04 10:44:48 UTC (rev 132704)
@@ -1,20 +0,0 @@
-?xml version=1.0?
-!DOCTYPE fontconfig SYSTEM fonts.dtd
-fontconfig
-  alias binding=same
-familyMS Shell Dlg/family
-acceptfamilyMicrosoft Sans Serif/family/accept
-defaultfamilysans-serif/family/default
-  /alias
-  alias binding=same
-familyMS Shell Dlg 2/family
-acceptfamilyTahoma/family/accept
-defaultfamilysans-serif/family/default
-  /alias
-
-  alias binding=same
-familyMS Sans Serif/family
-preferfamilyMicrosoft Sans Serif/family/prefer
-defaultfamilysans-serif/family/default
-  /alias
-/fontconfig

Copied: wine/repos/multilib-x86_64/30-win32-aliases.conf (from rev 132703, 
wine/trunk/30-win32-aliases.conf)
===
--- 30-win32-aliases.conf   (rev 0)
+++ 30-win32-aliases.conf   2015-05-04 10:44:48 UTC (rev 132704)
@@ -0,0 +1,20 @@
+?xml version=1.0?
+!DOCTYPE fontconfig SYSTEM fonts.dtd
+fontconfig
+  alias binding=same
+familyMS Shell Dlg/family
+acceptfamilyMicrosoft Sans Serif/family/accept
+defaultfamilysans-serif/family/default
+  /alias
+  alias binding=same
+familyMS Shell Dlg 2/family
+acceptfamilyTahoma/family/accept
+defaultfamilysans-serif/family/default
+  /alias
+
+  alias binding=same
+familyMS Sans Serif/family
+preferfamilyMicrosoft Sans Serif/family/prefer
+defaultfamilysans-serif/family/default
+  /alias
+/fontconfig

Deleted: PKGBUILD
===
--- PKGBUILD2015-05-04 10:25:52 UTC (rev 132703)
+++ PKGBUILD2015-05-04 10:44:48 UTC (rev 132704)
@@ -1,183 +0,0 @@
-# $Id$
-# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
-# Contributor: Jan heftig Steffens jan.steff...@gmail.com
-# Contributor: Eduardo Romero edua...@archlinux.org
-# Contributor: Giovanni Scafora giova...@archlinux.org
-
-pkgname=wine
-pkgver=1.7.42
-pkgrel=1
-
-_pkgbasever=${pkgver/rc/-rc}
-
-source=(http://prdownloads.sourceforge.net/$pkgname/$pkgname-$_pkgbasever.tar.bz2{,.sign}
-30-win32-aliases.conf)
-sha1sums=('82845fb3e45bbfa00ac6c9aaf8392f3e2732d2ff'
-  'SKIP'
-  '023a5c901c6a091c56e76b6a62d141d87cce9fdb')
-validpgpkeys=(5AC1A08B03BD7A313E0A955AF5E6E9EEB9461DD7)
-
-pkgdesc=A compatibility layer for running Windows programs
-url=http://www.winehq.com;
-arch=(i686 x86_64)
-options=(staticlibs)
-license=(LGPL)
-install=wine.install
-
-_depends=(
-  fontconfig  lib32-fontconfig
-  libxcursor  lib32-libxcursor
-  libxrandr   lib32-libxrandr
-  libxdamage  lib32-libxdamage
-  libxi   lib32-libxi
-  gettext lib32-gettext
-  freetype2   lib32-freetype2
-  glu lib32-glu
-  libsm   lib32-libsm
-  gcc-libslib32-gcc-libs
-  libpcap lib32-libpcap
-  desktop-file-utils
-)
-
-makedepends=(autoconf ncurses bison perl fontforge flex prelink
-  'gcc=4.5.0-2'  'gcc-multilib=4.5.0-2'
-  giflib  lib32-giflib
-  libpng  lib32-libpng
-  gnutls  lib32-gnutls
-  libxinerama lib32-libxinerama
-  libxcomposite   lib32-libxcomposite
-  libxmu  lib32-libxmu
-  libxxf86vm  lib32-libxxf86vm
-  libxml2 lib32-libxml2
-  libldap lib32-libldap
-  lcms2   lib32-lcms2
-  mpg123  lib32-mpg123
-  openal  lib32-openal
-  v4l-utils   lib32-v4l-utils
-  alsa-liblib32-alsa-lib
-  libxcomposite   lib32-libxcomposite
-  mesalib32-mesa
-  mesa-libgl  lib32-mesa-libgl
-  libcl   lib32-libcl
-  libxslt lib32-libxslt
-  samba
-  opencl-headers
-)
-  
-optdepends=(
-  giflib  lib32-giflib
-  libpng  lib32-libpng
-  libldap lib32-libldap
-  gnutls  lib32-gnutls
-  lcms2   lib32-lcms2
-  libxml2 lib32-libxml2
-  mpg123  lib32-mpg123
-  openal  lib32-openal
-  v4l-utils   lib32-v4l-utils
-  libpulselib32-libpulse
-  alsa-plugins

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

2015-05-04 Thread Sergej Pupykin
Date: Monday, May 4, 2015 @ 13:52:36
  Author: spupykin
Revision: 132705

FS#44829

Modified:
  workrave/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-05-04 10:44:48 UTC (rev 132704)
+++ PKGBUILD2015-05-04 11:52:36 UTC (rev 132705)
@@ -11,6 +11,7 @@
 url=http://workrave.org;
 depends=('libxtst' 'gtkmm3' 'gdome2' 'gstreamer' 'libsm' 'libice' 'libxss')
 makedepends=('intltool' 'gobject-introspection' 'python2-cheetah')
+optdepends=('gst-plugins-good: to play sound events')
 install=$pkgname.install
 
source=($pkgname-$pkgver.tar.gz::https://github.com/rcaelers/workrave/archive/v${pkgver//./_}.tar.gz)
 md5sums=('6f9ee65b9d6878cac33e7d0a0e51bc38')


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

2015-05-04 Thread Sergej Pupykin
Date: Monday, May 4, 2015 @ 14:15:20
  Author: spupykin
Revision: 132706

upgpkg: devede 4.0-3

upd

Modified:
  devede/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-05-04 11:52:36 UTC (rev 132705)
+++ PKGBUILD2015-05-04 12:15:20 UTC (rev 132706)
@@ -6,13 +6,15 @@
 
 pkgname=devede
 pkgver=4.0
-pkgrel=2
+pkgrel=3
 pkgdesc=A program to create VideoDVDs and CDs
 arch=('any')
 url=http://www.rastersoft.com/programas/devede.html;
 license=('GPL3')
 depends=('mplayer' 'mencoder' 'ffmpeg' 'dvdauthor' 'vcdimager'
-'cdrkit' 'pygtk' 'ttf-dejavu' 'python-dbus' 'python-cairo')
+'cdrkit' 'pygtk' 'ttf-dejavu'
+'python-dbus' 'python-cairo' 'python-setuptools' 'python-gobject'
+'python-pip')
 
source=($pkgname-$pkgver.tar.gz::https://github.com/rastersoft/devedeng/archive/$pkgver.tar.gz)
 md5sums=('8707e935f16d029387fbc8743a75')
 


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

2015-05-04 Thread Sergej Pupykin
Date: Monday, May 4, 2015 @ 14:15:36
  Author: spupykin
Revision: 132708

upgpkg: libvirt 1.2.15-1

upd

Modified:
  libvirt/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-05-04 12:15:33 UTC (rev 132707)
+++ PKGBUILD2015-05-04 12:15:36 UTC (rev 132708)
@@ -3,8 +3,8 @@
 # Contributor: Jonathan Wiersma archaur at jonw dot org
 
 pkgname=libvirt
-pkgver=1.2.14
-pkgrel=3
+pkgver=1.2.15
+pkgrel=1
 pkgdesc=API for controlling virtualization engines 
(openvz,kvm,qemu,virtualbox,xen,etc)
 arch=('i686' 'x86_64')
 url=http://libvirt.org/;
@@ -64,7 +64,7 @@
libvirtd.conf.d
libvirtd-guests.conf.d
libvirt.tmpfiles.d)
-md5sums=('983345c4ee6535437a6ba408dd59289a'
+md5sums=('08c2ea825d076ee67b1bbc600c220b97'
  '5e31269067dbd12ca871234450bb66bb'
  '384fff96c6248d4f020f6fa66c32b357'
  '020971887442ebbf1b6949e031c8dd3f')
@@ -113,8 +113,8 @@
   install -D -m644 $srcdir/libvirtd-guests.conf.d 
$pkgdir/etc/conf.d/libvirt-guests
   install -D -m644 $srcdir/libvirt.tmpfiles.d 
$pkgdir/usr/lib/tmpfiles.d/libvirt.conf
 
-  chown -R 0:78 $pkgdir/var/lib/libvirt/qemu/channel/target/
-  chmod 0770 $pkgdir/var/lib/libvirt/qemu/channel/target/
+  chown -R 0:78 $pkgdir/var/lib/libvirt/qemu
+  chmod 0770 $pkgdir/var/lib/libvirt/qemu
 
   rm -rf \
$pkgdir/var/run \


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

2015-05-04 Thread Sergej Pupykin
Date: Monday, May 4, 2015 @ 14:15:33
  Author: spupykin
Revision: 132707

archrelease: copy trunk to community-any

Added:
  devede/repos/community-any/PKGBUILD
(from rev 132706, devede/trunk/PKGBUILD)
Deleted:
  devede/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2015-05-04 12:15:20 UTC (rev 132706)
+++ PKGBUILD2015-05-04 12:15:33 UTC (rev 132707)
@@ -1,22 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor: Andrea Scarpino and...@archlinux.org
-# Contributor: Javier 'Phrodo_00' Aravena phrodo...@gmail.com
-# Maintainer: Daniel J Griffiths ghost1...@archlinux.us
-
-pkgname=devede
-pkgver=4.0
-pkgrel=2
-pkgdesc=A program to create VideoDVDs and CDs
-arch=('any')
-url=http://www.rastersoft.com/programas/devede.html;
-license=('GPL3')
-depends=('mplayer' 'mencoder' 'ffmpeg' 'dvdauthor' 'vcdimager'
-'cdrkit' 'pygtk' 'ttf-dejavu' 'python-dbus' 'python-cairo')
-source=($pkgname-$pkgver.tar.gz::https://github.com/rastersoft/devedeng/archive/$pkgver.tar.gz)
-md5sums=('8707e935f16d029387fbc8743a75')
-
-package() {
-  cd ${srcdir}/${pkgname}ng-$pkgver
-  python setup.py install --root=${pkgdir}
-}

Copied: devede/repos/community-any/PKGBUILD (from rev 132706, 
devede/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-05-04 12:15:33 UTC (rev 132707)
@@ -0,0 +1,24 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: Andrea Scarpino and...@archlinux.org
+# Contributor: Javier 'Phrodo_00' Aravena phrodo...@gmail.com
+# Maintainer: Daniel J Griffiths ghost1...@archlinux.us
+
+pkgname=devede
+pkgver=4.0
+pkgrel=3
+pkgdesc=A program to create VideoDVDs and CDs
+arch=('any')
+url=http://www.rastersoft.com/programas/devede.html;
+license=('GPL3')
+depends=('mplayer' 'mencoder' 'ffmpeg' 'dvdauthor' 'vcdimager'
+'cdrkit' 'pygtk' 'ttf-dejavu'
+'python-dbus' 'python-cairo' 'python-setuptools' 'python-gobject'
+'python-pip')
+source=($pkgname-$pkgver.tar.gz::https://github.com/rastersoft/devedeng/archive/$pkgver.tar.gz)
+md5sums=('8707e935f16d029387fbc8743a75')
+
+package() {
+  cd ${srcdir}/${pkgname}ng-$pkgver
+  python setup.py install --root=${pkgdir}
+}


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

2015-05-04 Thread Sergej Pupykin
Date: Monday, May 4, 2015 @ 14:15:55
  Author: spupykin
Revision: 132709

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

Added:
  libvirt/repos/community-i686/PKGBUILD
(from rev 132708, libvirt/trunk/PKGBUILD)
  libvirt/repos/community-i686/libvirt.install
(from rev 132708, libvirt/trunk/libvirt.install)
  libvirt/repos/community-i686/libvirt.tmpfiles.d
(from rev 132708, libvirt/trunk/libvirt.tmpfiles.d)
  libvirt/repos/community-i686/libvirtd-guests.conf.d
(from rev 132708, libvirt/trunk/libvirtd-guests.conf.d)
  libvirt/repos/community-i686/libvirtd.conf.d
(from rev 132708, libvirt/trunk/libvirtd.conf.d)
  libvirt/repos/community-x86_64/PKGBUILD
(from rev 132708, libvirt/trunk/PKGBUILD)
  libvirt/repos/community-x86_64/libvirt.install
(from rev 132708, libvirt/trunk/libvirt.install)
  libvirt/repos/community-x86_64/libvirt.tmpfiles.d
(from rev 132708, libvirt/trunk/libvirt.tmpfiles.d)
  libvirt/repos/community-x86_64/libvirtd-guests.conf.d
(from rev 132708, libvirt/trunk/libvirtd-guests.conf.d)
  libvirt/repos/community-x86_64/libvirtd.conf.d
(from rev 132708, libvirt/trunk/libvirtd.conf.d)
Deleted:
  libvirt/repos/community-i686/PKGBUILD
  libvirt/repos/community-i686/libvirt.install
  libvirt/repos/community-i686/libvirt.tmpfiles.d
  libvirt/repos/community-i686/libvirtd-guests.conf.d
  libvirt/repos/community-i686/libvirtd.conf.d
  libvirt/repos/community-x86_64/PKGBUILD
  libvirt/repos/community-x86_64/libvirt.install
  libvirt/repos/community-x86_64/libvirt.tmpfiles.d
  libvirt/repos/community-x86_64/libvirtd-guests.conf.d
  libvirt/repos/community-x86_64/libvirtd.conf.d

-+
 /PKGBUILD   |  246 ++
 /libvirt.install|   30 +++
 /libvirt.tmpfiles.d |8 
 /libvirtd-guests.conf.d |   18 ++
 /libvirtd.conf.d|2 
 community-i686/PKGBUILD |  122 --
 community-i686/libvirt.install  |   15 -
 community-i686/libvirt.tmpfiles.d   |4 
 community-i686/libvirtd-guests.conf.d   |9 -
 community-i686/libvirtd.conf.d  |1 
 community-x86_64/PKGBUILD   |  122 --
 community-x86_64/libvirt.install|   15 -
 community-x86_64/libvirt.tmpfiles.d |4 
 community-x86_64/libvirtd-guests.conf.d |9 -
 community-x86_64/libvirtd.conf.d|1 
 15 files changed, 304 insertions(+), 302 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-05-04 12:15:36 UTC (rev 132708)
+++ community-i686/PKGBUILD 2015-05-04 12:15:55 UTC (rev 132709)
@@ -1,122 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor: Jonathan Wiersma archaur at jonw dot org
-
-pkgname=libvirt
-pkgver=1.2.14
-pkgrel=2
-pkgdesc=API for controlling virtualization engines 
(openvz,kvm,qemu,virtualbox,xen,etc)
-arch=('i686' 'x86_64')
-url=http://libvirt.org/;
-license=('LGPL')
-depends=('e2fsprogs' 'gnutls' 'iptables' 'libxml2' 'parted' 'polkit' 'python2'
-'avahi' 'yajl' 'libpciaccess' 'udev' 'dbus' 'libxau' 'libxdmcp' 
'libpcap'
-'curl' 'libsasl' 'libgcrypt' 'libgpg-error' 'openssl' 'libxcb' 
'gcc-libs'
-'iproute2' 'libnl' 'libx11' 'numactl' 'gettext')
-   # 'audit'
-makedepends=('pkgconfig' 'lvm2' 'linux-api-headers' 'dnsmasq' 'lxc'
-'libiscsi' 'open-iscsi'
-'perl-xml-xpath' 'libxslt')
-optdepends=('ebtables: required for default NAT networking'
-   'dnsmasq: required for default NAT/DHCP for guests'
-   'bridge-utils: for brigded networking'
-   'openbsd-netcat: for remote management over ssh'
-   'qemu'
-   'radvd'
-   'dmidecode'
-   'pm-utils: host power management')
-options=('emptydirs')
-backup=('etc/conf.d/libvirt-guests'
-   'etc/conf.d/libvirtd'
-   'etc/libvirt/libvirt.conf'
-   'etc/libvirt/libvirtd.conf'
-   'etc/libvirt/lxc.conf'
-   'etc/libvirt/nwfilter/allow-arp.xml'
-   'etc/libvirt/nwfilter/allow-dhcp-server.xml'
-   'etc/libvirt/nwfilter/allow-dhcp.xml'
-   'etc/libvirt/nwfilter/allow-incoming-ipv4.xml'
-   'etc/libvirt/nwfilter/allow-ipv4.xml'
-   'etc/libvirt/nwfilter/clean-traffic.xml'
-   'etc/libvirt/nwfilter/no-arp-ip-spoofing.xml'
-   'etc/libvirt/nwfilter/no-arp-mac-spoofing.xml'
-   'etc/libvirt/nwfilter/no-arp-spoofing.xml'
-   'etc/libvirt/nwfilter/no-ip-multicast.xml'
-   'etc/libvirt/nwfilter/no-ip-spoofing.xml'
-   'etc/libvirt/nwfilter/no-mac-broadcast.xml'
-   'etc/libvirt/nwfilter/no-mac-spoofing.xml'
-   'etc/libvirt/nwfilter/no-other-l2-traffic.xml'
-   'etc/libvirt/nwfilter/no-other-rarp-traffic.xml'
-   'etc/libvirt/nwfilter/qemu-announce-self-rarp.xml'
-   

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

2015-05-04 Thread Bartłomiej Piotrowski
Date: Monday, May 4, 2015 @ 14:21:24
  Author: bpiotrowski
Revision: 132710

upgpkg: haproxy 1.5.12-1

new upstream release

Modified:
  haproxy/trunk/PKGBUILD
  haproxy/trunk/haproxy.install

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

Modified: PKGBUILD
===
--- PKGBUILD2015-05-04 12:15:55 UTC (rev 132709)
+++ PKGBUILD2015-05-04 12:21:24 UTC (rev 132710)
@@ -2,7 +2,7 @@
 # Maintainer:  Bartłomiej Piotrowski bpiotrow...@archlinux.org
 
 pkgname=haproxy
-pkgver=1.5.11
+pkgver=1.5.12
 pkgrel=1
 pkgdesc='Reliable, high performance TCP/HTTP load balancer'
 arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@
 install=haproxy.install
 source=(http://haproxy.org/download/${pkgver%.*}/src/haproxy-$pkgver.tar.gz
 haproxy.cfg)
-md5sums=('5500a79d0d2b238d4a1e9749bd0c2cb2'
+md5sums=('4b94b257f16d88c315716b062b22e48a'
  '7e41518332eeae70fa30dc30861c17c8')
 
 prepare() {

Modified: haproxy.install
===
--- haproxy.install 2015-05-04 12:15:55 UTC (rev 132709)
+++ haproxy.install 2015-05-04 12:21:24 UTC (rev 132710)
@@ -2,7 +2,3 @@
   getent passwd haproxy /dev/null || useradd -r -M -d / \
 -s /usr/bin/nologin haproxy /dev/null
 }
-
-post_remove() {
-  getent passwd haproxy /dev/null  userdel haproxy /dev/null
-}


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

2015-05-04 Thread Bartłomiej Piotrowski
Date: Monday, May 4, 2015 @ 14:21:37
  Author: bpiotrowski
Revision: 132711

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

Added:
  haproxy/repos/community-i686/PKGBUILD
(from rev 132710, haproxy/trunk/PKGBUILD)
  haproxy/repos/community-i686/haproxy.cfg
(from rev 132710, haproxy/trunk/haproxy.cfg)
  haproxy/repos/community-i686/haproxy.install
(from rev 132710, haproxy/trunk/haproxy.install)
  haproxy/repos/community-x86_64/PKGBUILD
(from rev 132710, haproxy/trunk/PKGBUILD)
  haproxy/repos/community-x86_64/haproxy.cfg
(from rev 132710, haproxy/trunk/haproxy.cfg)
  haproxy/repos/community-x86_64/haproxy.install
(from rev 132710, haproxy/trunk/haproxy.install)
Deleted:
  haproxy/repos/community-i686/PKGBUILD
  haproxy/repos/community-i686/haproxy.cfg
  haproxy/repos/community-i686/haproxy.install
  haproxy/repos/community-x86_64/PKGBUILD
  haproxy/repos/community-x86_64/haproxy.cfg
  haproxy/repos/community-x86_64/haproxy.install

--+
 /PKGBUILD|  118 +
 /haproxy.cfg |  104 
 /haproxy.install |8 ++
 community-i686/PKGBUILD  |   59 --
 community-i686/haproxy.cfg   |   52 
 community-i686/haproxy.install   |8 --
 community-x86_64/PKGBUILD|   59 --
 community-x86_64/haproxy.cfg |   52 
 community-x86_64/haproxy.install |8 --
 9 files changed, 230 insertions(+), 238 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-05-04 12:21:24 UTC (rev 132710)
+++ community-i686/PKGBUILD 2015-05-04 12:21:37 UTC (rev 132711)
@@ -1,59 +0,0 @@
-# $Id$
-# Maintainer:  Bartłomiej Piotrowski bpiotrow...@archlinux.org
-
-pkgname=haproxy
-pkgver=1.5.11
-pkgrel=1
-pkgdesc='Reliable, high performance TCP/HTTP load balancer'
-arch=('i686' 'x86_64')
-url='http://haproxy.org/'
-license=('GPL')
-depends=('openssl' 'pcre' 'zlib')
-backup=('etc/haproxy/haproxy.cfg')
-install=haproxy.install
-source=(http://haproxy.org/download/${pkgver%.*}/src/haproxy-$pkgver.tar.gz
-haproxy.cfg)
-md5sums=('5500a79d0d2b238d4a1e9749bd0c2cb2'
- '7e41518332eeae70fa30dc30861c17c8')
-
-prepare() {
-  cd $pkgname-$pkgver
-  sed -i 's:/usr/sbin/haproxy:/usr/bin/haproxy:' src/haproxy-systemd-wrapper.c
-}
-
-build() {
-  cd $pkgname-$pkgver
-  make CPU=generic TARGET=linux2628 \
-USE_GETADDRINFO=1 \
-USE_OPENSSL=1 \
-USE_PCRE=1 USE_PCRE_JIT=1 \
-USE_ZLIB=1
-
-  for contrib in halog iprange systemd; do
-make -C contrib/$contrib SBINDIR=/usr/bin
-  done
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make PREFIX=$pkgdir/usr \
-SBINDIR=$pkgdir/usr/bin \
-DOCDIR=$pkgdir/usr/share/$pkgname \
-install
-
-  for contrib in halog iprange; do
-install -Dm755 contrib/$contrib/$contrib $pkgdir/usr/bin/$contrib
-  done
-
-  install -Dm644 ../haproxy.cfg $pkgdir/etc/haproxy/haproxy.cfg
-  install -Dm644 contrib/systemd/haproxy.service \
-$pkgdir/usr/lib/systemd/system/haproxy.service
-
-  install -d $pkgdir/usr/share/haproxy/examples/errorfiles
-  install -m644 examples/*.cfg $pkgdir/usr/share/haproxy/examples/
-  install -m644 examples/errorfiles/*.http \
-$pkgdir/usr/share/haproxy/examples/errorfiles/
-
-  install -Dm644 examples/haproxy.vim \
-$pkgdir/usr/share/vim/vimfiles/syntax/haproxy.vim
-}

Copied: haproxy/repos/community-i686/PKGBUILD (from rev 132710, 
haproxy/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-05-04 12:21:37 UTC (rev 132711)
@@ -0,0 +1,59 @@
+# $Id$
+# Maintainer:  Bartłomiej Piotrowski bpiotrow...@archlinux.org
+
+pkgname=haproxy
+pkgver=1.5.12
+pkgrel=1
+pkgdesc='Reliable, high performance TCP/HTTP load balancer'
+arch=('i686' 'x86_64')
+url='http://haproxy.org/'
+license=('GPL')
+depends=('openssl' 'pcre' 'zlib')
+backup=('etc/haproxy/haproxy.cfg')
+install=haproxy.install
+source=(http://haproxy.org/download/${pkgver%.*}/src/haproxy-$pkgver.tar.gz
+haproxy.cfg)
+md5sums=('4b94b257f16d88c315716b062b22e48a'
+ '7e41518332eeae70fa30dc30861c17c8')
+
+prepare() {
+  cd $pkgname-$pkgver
+  sed -i 's:/usr/sbin/haproxy:/usr/bin/haproxy:' src/haproxy-systemd-wrapper.c
+}
+
+build() {
+  cd $pkgname-$pkgver
+  make CPU=generic TARGET=linux2628 \
+USE_GETADDRINFO=1 \
+USE_OPENSSL=1 \
+USE_PCRE=1 USE_PCRE_JIT=1 \
+USE_ZLIB=1
+
+  for contrib in halog iprange systemd; do
+make -C contrib/$contrib SBINDIR=/usr/bin
+  done
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make PREFIX=$pkgdir/usr \
+SBINDIR=$pkgdir/usr/bin \
+DOCDIR=$pkgdir/usr/share/$pkgname \
+install
+
+  for contrib in halog iprange; do
+install -Dm755 

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

2015-05-04 Thread Sergej Pupykin
Date: Monday, May 4, 2015 @ 14:27:51
  Author: spupykin
Revision: 132712

upgpkg: libvirt-python 1.2.15-1

upd

Modified:
  libvirt-python/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-05-04 12:21:37 UTC (rev 132711)
+++ PKGBUILD2015-05-04 12:27:51 UTC (rev 132712)
@@ -4,7 +4,7 @@
 
 pkgbase=libvirt-python
 pkgname=(libvirt-python libvirt-python3)
-pkgver=1.2.14
+pkgver=1.2.15
 pkgrel=1
 pkgdesc=libvirt python binding
 arch=('i686' 'x86_64')
@@ -14,7 +14,7 @@
 options=('emptydirs')
 install=libvirt-python.install
 source=(http://libvirt.org/sources/python/libvirt-python-$pkgver.tar.gz;)
-md5sums=('30b63b31d739d91f012fc8ce80233c4e')
+md5sums=('f13b566b54fe71ec0f26992aee11dd09')
 
 package_libvirt-python() {
   depends=('python2' 'libvirt')


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

2015-05-04 Thread Sergej Pupykin
Date: Monday, May 4, 2015 @ 14:28:03
  Author: spupykin
Revision: 132713

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

Added:
  libvirt-python/repos/community-i686/PKGBUILD
(from rev 132712, libvirt-python/trunk/PKGBUILD)
  libvirt-python/repos/community-i686/libvirt-python.install
(from rev 132712, libvirt-python/trunk/libvirt-python.install)
  libvirt-python/repos/community-x86_64/PKGBUILD
(from rev 132712, libvirt-python/trunk/PKGBUILD)
  libvirt-python/repos/community-x86_64/libvirt-python.install
(from rev 132712, libvirt-python/trunk/libvirt-python.install)
Deleted:
  libvirt-python/repos/community-i686/PKGBUILD
  libvirt-python/repos/community-i686/libvirt-python.install
  libvirt-python/repos/community-x86_64/PKGBUILD
  libvirt-python/repos/community-x86_64/libvirt-python.install

-+
 /PKGBUILD   |   66 ++
 /libvirt-python.install |6 ++
 community-i686/PKGBUILD |   33 ---
 community-i686/libvirt-python.install   |3 -
 community-x86_64/PKGBUILD   |   33 ---
 community-x86_64/libvirt-python.install |3 -
 6 files changed, 72 insertions(+), 72 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-05-04 12:27:51 UTC (rev 132712)
+++ community-i686/PKGBUILD 2015-05-04 12:28:03 UTC (rev 132713)
@@ -1,33 +0,0 @@
-# $Id: PKGBUILD 101980 2013-12-03 09:48:38Z spupykin $
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor: Jonathan Wiersma archaur at jonw dot org
-
-pkgbase=libvirt-python
-pkgname=(libvirt-python libvirt-python3)
-pkgver=1.2.14
-pkgrel=1
-pkgdesc=libvirt python binding
-arch=('i686' 'x86_64')
-url=http://libvirt.org/;
-license=('LGPL')
-makedepends=('python' 'python2' 'libvirt')
-options=('emptydirs')
-install=libvirt-python.install
-source=(http://libvirt.org/sources/python/libvirt-python-$pkgver.tar.gz;)
-md5sums=('30b63b31d739d91f012fc8ce80233c4e')
-
-package_libvirt-python() {
-  depends=('python2' 'libvirt')
-
-  cd $srcdir/$pkgbase-$pkgver
-  python2 setup.py clean
-  python2 setup.py install --root=$pkgdir
-}
-
-package_libvirt-python3() {
-  depends=('python' 'libvirt')
-
-  cd $srcdir/$pkgbase-$pkgver
-  python setup.py clean
-  python setup.py install --root=$pkgdir
-}

Copied: libvirt-python/repos/community-i686/PKGBUILD (from rev 132712, 
libvirt-python/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-05-04 12:28:03 UTC (rev 132713)
@@ -0,0 +1,33 @@
+# $Id: PKGBUILD 101980 2013-12-03 09:48:38Z spupykin $
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: Jonathan Wiersma archaur at jonw dot org
+
+pkgbase=libvirt-python
+pkgname=(libvirt-python libvirt-python3)
+pkgver=1.2.15
+pkgrel=1
+pkgdesc=libvirt python binding
+arch=('i686' 'x86_64')
+url=http://libvirt.org/;
+license=('LGPL')
+makedepends=('python' 'python2' 'libvirt')
+options=('emptydirs')
+install=libvirt-python.install
+source=(http://libvirt.org/sources/python/libvirt-python-$pkgver.tar.gz;)
+md5sums=('f13b566b54fe71ec0f26992aee11dd09')
+
+package_libvirt-python() {
+  depends=('python2' 'libvirt')
+
+  cd $srcdir/$pkgbase-$pkgver
+  python2 setup.py clean
+  python2 setup.py install --root=$pkgdir
+}
+
+package_libvirt-python3() {
+  depends=('python' 'libvirt')
+
+  cd $srcdir/$pkgbase-$pkgver
+  python setup.py clean
+  python setup.py install --root=$pkgdir
+}

Deleted: community-i686/libvirt-python.install
===
--- community-i686/libvirt-python.install   2015-05-04 12:27:51 UTC (rev 
132712)
+++ community-i686/libvirt-python.install   2015-05-04 12:28:03 UTC (rev 
132713)
@@ -1,3 +0,0 @@
-post_remove() {
-   rm -f /usr/lib/python[0-9].[0-9]/site-packages/libvirt.pyc
-}

Copied: libvirt-python/repos/community-i686/libvirt-python.install (from rev 
132712, libvirt-python/trunk/libvirt-python.install)
===
--- community-i686/libvirt-python.install   (rev 0)
+++ community-i686/libvirt-python.install   2015-05-04 12:28:03 UTC (rev 
132713)
@@ -0,0 +1,3 @@
+post_remove() {
+   rm -f /usr/lib/python[0-9].[0-9]/site-packages/libvirt.pyc
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-05-04 12:27:51 UTC (rev 132712)
+++ community-x86_64/PKGBUILD   2015-05-04 12:28:03 UTC (rev 132713)
@@ -1,33 +0,0 @@
-# $Id: PKGBUILD 101980 2013-12-03 09:48:38Z spupykin $
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor: Jonathan Wiersma archaur at jonw dot org
-

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

2015-05-04 Thread Sergej Pupykin
Date: Monday, May 4, 2015 @ 14:28:07
  Author: spupykin
Revision: 132714

upgpkg: spice-gtk3 0.28-1

upd

Modified:
  spice-gtk3/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-05-04 12:28:03 UTC (rev 132713)
+++ PKGBUILD2015-05-04 12:28:07 UTC (rev 132714)
@@ -5,8 +5,8 @@
 # Contributor: Lucio Zara penn...@gmail.com
 
 pkgname=spice-gtk3
-pkgver=0.27
-pkgrel=2
+pkgver=0.28
+pkgrel=1
 pkgdesc=Gtk client and libraries for SPICE remote desktop servers (gtk3 
version)
 arch=('i686' 'x86_64')
 url=http://spice-space.org;
@@ -17,6 +17,7 @@
 source=(http://www.spice-space.org/download/gtk/spice-gtk-$pkgver.tar.bz2;)
 sha256sums=('6efe500845f910945670f11664f584fd13b9db494075c41137eb7bacd60d1ed1')
 sha256sums=('5075e07010db434146649110ade31f5a6cdcdb4efbb4bedd40f1a977f090430c')
+sha256sums=('15aeeb63422cb3bfaa2edbf4602ed2025baa4455abfd1677f631245a0d0f81c4')
 
 prepare() {
   cd $srcdir/spice-gtk-$pkgver


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

2015-05-04 Thread Sergej Pupykin
Date: Monday, May 4, 2015 @ 14:28:20
  Author: spupykin
Revision: 132715

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

Added:
  spice-gtk3/repos/community-i686/PKGBUILD
(from rev 132714, spice-gtk3/trunk/PKGBUILD)
  spice-gtk3/repos/community-x86_64/PKGBUILD
(from rev 132714, spice-gtk3/trunk/PKGBUILD)
Deleted:
  spice-gtk3/repos/community-i686/PKGBUILD
  spice-gtk3/repos/community-x86_64/PKGBUILD

---+
 /PKGBUILD |   82 
 community-i686/PKGBUILD   |   40 -
 community-x86_64/PKGBUILD |   40 -
 3 files changed, 82 insertions(+), 80 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-05-04 12:28:07 UTC (rev 132714)
+++ community-i686/PKGBUILD 2015-05-04 12:28:20 UTC (rev 132715)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor: Stefano Facchini stefano.facch...@gmail.com
-# Contributor: Jonathan Lestrelin za...@daemontux.org
-# Contributor: Lucio Zara penn...@gmail.com
-
-pkgname=spice-gtk3
-pkgver=0.27
-pkgrel=2
-pkgdesc=Gtk client and libraries for SPICE remote desktop servers (gtk3 
version)
-arch=('i686' 'x86_64')
-url=http://spice-space.org;
-license=('LGPL2.1')
-depends=('celt0.5.1' 'dbus-glib' 'gtk3' 'libcacard' 'libpulse' 'usbredir' 
'libsoup')
-makedepends=('gobject-introspection' 'intltool' 'python2-pyparsing' 
'spice-protocol' 'usbutils'
-'vala' 'sdl')
-source=(http://www.spice-space.org/download/gtk/spice-gtk-$pkgver.tar.bz2;)
-sha256sums=('6efe500845f910945670f11664f584fd13b9db494075c41137eb7bacd60d1ed1')
-sha256sums=('5075e07010db434146649110ade31f5a6cdcdb4efbb4bedd40f1a977f090430c')
-
-prepare() {
-  cd $srcdir/spice-gtk-$pkgver
-  sed -i 's,/usr/bin/env python,/usr/bin/python2,' 
spice-common/spice_codegen.py
-  sed -i 's|#define SPICE_GTK_MICRO_VERSION.*|#define SPICE_GTK_MICRO_VERSION 
(0)|g' gtk/spice-version.h*
-}
-
-build() {
-  cd $srcdir/spice-gtk-$pkgver
-  PYTHON=python2 ./configure --prefix=/usr \
---disable-static --enable-vala --with-gtk=3.0 \
---with-audio=pulse \
---with-coroutine=gthread --sbindir=/usr/bin \
---enable-smartcard
-  make
-}
-
-package() {
-  cd $srcdir/spice-gtk-$pkgver
-  make DESTDIR=$pkgdir/ install
-}

Copied: spice-gtk3/repos/community-i686/PKGBUILD (from rev 132714, 
spice-gtk3/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-05-04 12:28:20 UTC (rev 132715)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: Stefano Facchini stefano.facch...@gmail.com
+# Contributor: Jonathan Lestrelin za...@daemontux.org
+# Contributor: Lucio Zara penn...@gmail.com
+
+pkgname=spice-gtk3
+pkgver=0.28
+pkgrel=1
+pkgdesc=Gtk client and libraries for SPICE remote desktop servers (gtk3 
version)
+arch=('i686' 'x86_64')
+url=http://spice-space.org;
+license=('LGPL2.1')
+depends=('celt0.5.1' 'dbus-glib' 'gtk3' 'libcacard' 'libpulse' 'usbredir' 
'libsoup')
+makedepends=('gobject-introspection' 'intltool' 'python2-pyparsing' 
'spice-protocol' 'usbutils'
+'vala' 'sdl')
+source=(http://www.spice-space.org/download/gtk/spice-gtk-$pkgver.tar.bz2;)
+sha256sums=('6efe500845f910945670f11664f584fd13b9db494075c41137eb7bacd60d1ed1')
+sha256sums=('5075e07010db434146649110ade31f5a6cdcdb4efbb4bedd40f1a977f090430c')
+sha256sums=('15aeeb63422cb3bfaa2edbf4602ed2025baa4455abfd1677f631245a0d0f81c4')
+
+prepare() {
+  cd $srcdir/spice-gtk-$pkgver
+  sed -i 's,/usr/bin/env python,/usr/bin/python2,' 
spice-common/spice_codegen.py
+  sed -i 's|#define SPICE_GTK_MICRO_VERSION.*|#define SPICE_GTK_MICRO_VERSION 
(0)|g' gtk/spice-version.h*
+}
+
+build() {
+  cd $srcdir/spice-gtk-$pkgver
+  PYTHON=python2 ./configure --prefix=/usr \
+--disable-static --enable-vala --with-gtk=3.0 \
+--with-audio=pulse \
+--with-coroutine=gthread --sbindir=/usr/bin \
+--enable-smartcard
+  make
+}
+
+package() {
+  cd $srcdir/spice-gtk-$pkgver
+  make DESTDIR=$pkgdir/ install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-05-04 12:28:07 UTC (rev 132714)
+++ community-x86_64/PKGBUILD   2015-05-04 12:28:20 UTC (rev 132715)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor: Stefano Facchini stefano.facch...@gmail.com
-# Contributor: Jonathan Lestrelin za...@daemontux.org
-# Contributor: Lucio Zara penn...@gmail.com
-
-pkgname=spice-gtk3
-pkgver=0.27
-pkgrel=2
-pkgdesc=Gtk client and libraries for SPICE remote desktop servers (gtk3 
version)
-arch=('i686' 'x86_64')
-url=http://spice-space.org;
-license=('LGPL2.1')
-depends=('celt0.5.1' 'dbus-glib' 'gtk3' 

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

2015-05-04 Thread Sergej Pupykin
Date: Monday, May 4, 2015 @ 15:05:56
  Author: spupykin
Revision: 132716

upgpkg: qmc2 0.51-1

upd

Modified:
  qmc2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-05-04 12:28:20 UTC (rev 132715)
+++ PKGBUILD2015-05-04 13:05:56 UTC (rev 132716)
@@ -3,7 +3,7 @@
 # Contributor: JJDaNiMoTh jjdanim...@gmail.com
 
 pkgname=qmc2
-pkgver=0.50
+pkgver=0.51
 pkgrel=1
 pkgdesc=Qt 4 based UNIX MAME frontend supporting SDLMAME
 url=http://qmc2.arcadehits.net;
@@ -12,7 +12,7 @@
 depends=('qtwebkit' 'phonon' 'sdl')
 makedepends=('rsync' 'mesa')
 
source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-$pkgver.tar.bz2;)
-md5sums=('742085b3cbab5801b0331f488f8eff1c')
+md5sums=('2c918c525bbfa5503bd89a57efdea017')
 
 build() {
   cd $srcdir/$pkgname


[arch-commits] Commit in qmc2/repos/community-i686 (PKGBUILD PKGBUILD)

2015-05-04 Thread Sergej Pupykin
Date: Monday, May 4, 2015 @ 15:06:07
  Author: spupykin
Revision: 132717

archrelease: copy trunk to community-i686

Added:
  qmc2/repos/community-i686/PKGBUILD
(from rev 132716, qmc2/trunk/PKGBUILD)
Deleted:
  qmc2/repos/community-i686/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2015-05-04 13:05:56 UTC (rev 132716)
+++ PKGBUILD2015-05-04 13:06:07 UTC (rev 132717)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor: JJDaNiMoTh jjdanim...@gmail.com
-
-pkgname=qmc2
-pkgver=0.50
-pkgrel=1
-pkgdesc=Qt 4 based UNIX MAME frontend supporting SDLMAME
-url=http://qmc2.arcadehits.net;
-license=(GPL)
-arch=('i686' 'x86_64')
-depends=('qtwebkit' 'phonon' 'sdl')
-makedepends=('rsync' 'mesa')
-source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-$pkgver.tar.bz2;)
-md5sums=('742085b3cbab5801b0331f488f8eff1c')
-
-build() {
-  cd $srcdir/$pkgname
-  export CTIME=0
-  make PREFIX=/usr DATADIR=/usr/share SYSCONFDIR=/etc QTDIR=/usr 
QMAKE=qmake-qt4
-}
-
-package() {
-  cd $srcdir/$pkgname
-  make PREFIX=/usr DATADIR=/usr/share SYSCONFDIR=/etc QTDIR=/usr 
QMAKE=qmake-qt4 DESTDIR=$pkgdir install
-  install -d $pkgdir/usr/share/{applications,pixmaps}
-  install -D -m644 $srcdir/qmc2/data/img/mame.png $pkgdir/usr/share/pixmaps
-}

Copied: qmc2/repos/community-i686/PKGBUILD (from rev 132716, 
qmc2/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-05-04 13:06:07 UTC (rev 132717)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: JJDaNiMoTh jjdanim...@gmail.com
+
+pkgname=qmc2
+pkgver=0.51
+pkgrel=1
+pkgdesc=Qt 4 based UNIX MAME frontend supporting SDLMAME
+url=http://qmc2.arcadehits.net;
+license=(GPL)
+arch=('i686' 'x86_64')
+depends=('qtwebkit' 'phonon' 'sdl')
+makedepends=('rsync' 'mesa')
+source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-$pkgver.tar.bz2;)
+md5sums=('2c918c525bbfa5503bd89a57efdea017')
+
+build() {
+  cd $srcdir/$pkgname
+  export CTIME=0
+  make PREFIX=/usr DATADIR=/usr/share SYSCONFDIR=/etc QTDIR=/usr 
QMAKE=qmake-qt4
+}
+
+package() {
+  cd $srcdir/$pkgname
+  make PREFIX=/usr DATADIR=/usr/share SYSCONFDIR=/etc QTDIR=/usr 
QMAKE=qmake-qt4 DESTDIR=$pkgdir install
+  install -d $pkgdir/usr/share/{applications,pixmaps}
+  install -D -m644 $srcdir/qmc2/data/img/mame.png $pkgdir/usr/share/pixmaps
+}


[arch-commits] Commit in squid/repos (32 files)

2015-05-04 Thread Sergej Pupykin
Date: Monday, May 4, 2015 @ 15:06:40
  Author: spupykin
Revision: 132719

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

Added:
  squid/repos/community-i686/PKGBUILD
(from rev 132718, squid/trunk/PKGBUILD)
  squid/repos/community-i686/squid-rotate.service
(from rev 132718, squid/trunk/squid-rotate.service)
  squid/repos/community-i686/squid-rotate.timer
(from rev 132718, squid/trunk/squid-rotate.timer)
  squid/repos/community-i686/squid.install
(from rev 132718, squid/trunk/squid.install)
  squid/repos/community-i686/squid.pam
(from rev 132718, squid/trunk/squid.pam)
  squid/repos/community-i686/squid.service
(from rev 132718, squid/trunk/squid.service)
  squid/repos/community-i686/squid.sysusers
(from rev 132718, squid/trunk/squid.sysusers)
  squid/repos/community-i686/squid.tmpfiles
(from rev 132718, squid/trunk/squid.tmpfiles)
  squid/repos/community-x86_64/PKGBUILD
(from rev 132718, squid/trunk/PKGBUILD)
  squid/repos/community-x86_64/squid-rotate.service
(from rev 132718, squid/trunk/squid-rotate.service)
  squid/repos/community-x86_64/squid-rotate.timer
(from rev 132718, squid/trunk/squid-rotate.timer)
  squid/repos/community-x86_64/squid.install
(from rev 132718, squid/trunk/squid.install)
  squid/repos/community-x86_64/squid.pam
(from rev 132718, squid/trunk/squid.pam)
  squid/repos/community-x86_64/squid.service
(from rev 132718, squid/trunk/squid.service)
  squid/repos/community-x86_64/squid.sysusers
(from rev 132718, squid/trunk/squid.sysusers)
  squid/repos/community-x86_64/squid.tmpfiles
(from rev 132718, squid/trunk/squid.tmpfiles)
Deleted:
  squid/repos/community-i686/PKGBUILD
  squid/repos/community-i686/squid-rotate.service
  squid/repos/community-i686/squid-rotate.timer
  squid/repos/community-i686/squid.install
  squid/repos/community-i686/squid.pam
  squid/repos/community-i686/squid.service
  squid/repos/community-i686/squid.sysusers
  squid/repos/community-i686/squid.tmpfiles
  squid/repos/community-x86_64/PKGBUILD
  squid/repos/community-x86_64/squid-rotate.service
  squid/repos/community-x86_64/squid-rotate.timer
  squid/repos/community-x86_64/squid.install
  squid/repos/community-x86_64/squid.pam
  squid/repos/community-x86_64/squid.service
  squid/repos/community-x86_64/squid.sysusers
  squid/repos/community-x86_64/squid.tmpfiles

---+
 /PKGBUILD |  214 
 /squid-rotate.service |   18 ++
 /squid-rotate.timer   |   14 ++
 /squid.install|   24 +++
 /squid.pam|8 +
 /squid.service|   26 +++
 /squid.sysusers   |2 
 /squid.tmpfiles   |2 
 community-i686/PKGBUILD   |  107 
 community-i686/squid-rotate.service   |9 -
 community-i686/squid-rotate.timer |7 -
 community-i686/squid.install  |9 -
 community-i686/squid.pam  |4 
 community-i686/squid.service  |   13 -
 community-i686/squid.sysusers |1 
 community-i686/squid.tmpfiles |1 
 community-x86_64/PKGBUILD |  107 
 community-x86_64/squid-rotate.service |9 -
 community-x86_64/squid-rotate.timer   |7 -
 community-x86_64/squid.install|9 -
 community-x86_64/squid.pam|4 
 community-x86_64/squid.service|   13 -
 community-x86_64/squid.sysusers   |1 
 community-x86_64/squid.tmpfiles   |1 
 24 files changed, 308 insertions(+), 302 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-05-04 13:06:14 UTC (rev 132718)
+++ community-i686/PKGBUILD 2015-05-04 13:06:40 UTC (rev 132719)
@@ -1,107 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor: Mark Coolen mark.coo...@gmail.com
-# Contributor: Tom Newsom jeeps...@gmx.co.uk
-# Contributor: Kevin Piche ke...@archlinux.org
-
-pkgname=squid
-pkgver=3.5.4
-pkgrel=1
-pkgdesc='Full-featured Web proxy cache server'
-arch=('x86_64' 'i686')
-url='http://www.squid-cache.org'
-depends=('openssl' 'pam' 'perl' 'libltdl' 'libcap' 'nettle')
-makedepends=('libcap' 'krb5')
-optdepends=('gnutls: for squidclient')
-license=('GPL')
-options=('emptydirs')
-backup=('etc/squid/squid.conf'
-'etc/squid/mime.conf'
-'etc/squid/errorpage.css'
-'etc/squid/cachemgr.conf'
-'etc/squid/msntauth.conf')
-install=$pkgname.install
-source=(http://www.squid-cache.org/Versions/v3/3.5/$pkgname-$pkgver.tar.xz;
-'squid.pam'
-'squid.service'
-'squid.tmpfiles'
-'squid.sysusers'
-'squid-rotate.service'
-'squid-rotate.timer')
-md5sums=('5b53d5bb47fa033b76857f7956d0c36b'
- '270977cdd9b47ef44c0c427ab9034777'
- 

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

2015-05-04 Thread Sergej Pupykin
Date: Monday, May 4, 2015 @ 15:06:14
  Author: spupykin
Revision: 132718

upgpkg: squid 3.5.4-2

upd

Modified:
  squid/trunk/PKGBUILD
  squid/trunk/squid.install

---+
 PKGBUILD  |2 +-
 squid.install |3 +++
 2 files changed, 4 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-05-04 13:06:07 UTC (rev 132717)
+++ PKGBUILD2015-05-04 13:06:14 UTC (rev 132718)
@@ -6,7 +6,7 @@
 
 pkgname=squid
 pkgver=3.5.4
-pkgrel=1
+pkgrel=2
 pkgdesc='Full-featured Web proxy cache server'
 arch=('x86_64' 'i686')
 url='http://www.squid-cache.org'

Modified: squid.install
===
--- squid.install   2015-05-04 13:06:07 UTC (rev 132717)
+++ squid.install   2015-05-04 13:06:14 UTC (rev 132718)
@@ -6,4 +6,7 @@
 
 post_upgrade() {
   post_install
+  if [ `vercmp $2 3.5.4-1` -le 0 ]; then
+echo - Add 'dns_v4_first on' option into config unless you provider 
support ipv6!
+  fi
 }


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

2015-05-04 Thread Sergej Pupykin
Date: Monday, May 4, 2015 @ 15:08:12
  Author: spupykin
Revision: 132720

archrelease: copy trunk to community-x86_64

Added:
  qmc2/repos/community-x86_64/PKGBUILD
(from rev 132719, qmc2/trunk/PKGBUILD)
Deleted:
  qmc2/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2015-05-04 13:06:40 UTC (rev 132719)
+++ PKGBUILD2015-05-04 13:08:12 UTC (rev 132720)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor: JJDaNiMoTh jjdanim...@gmail.com
-
-pkgname=qmc2
-pkgver=0.50
-pkgrel=1
-pkgdesc=Qt 4 based UNIX MAME frontend supporting SDLMAME
-url=http://qmc2.arcadehits.net;
-license=(GPL)
-arch=('i686' 'x86_64')
-depends=('qtwebkit' 'phonon' 'sdl')
-makedepends=('rsync' 'mesa')
-source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-$pkgver.tar.bz2;)
-md5sums=('742085b3cbab5801b0331f488f8eff1c')
-
-build() {
-  cd $srcdir/$pkgname
-  export CTIME=0
-  make PREFIX=/usr DATADIR=/usr/share SYSCONFDIR=/etc QTDIR=/usr 
QMAKE=qmake-qt4
-}
-
-package() {
-  cd $srcdir/$pkgname
-  make PREFIX=/usr DATADIR=/usr/share SYSCONFDIR=/etc QTDIR=/usr 
QMAKE=qmake-qt4 DESTDIR=$pkgdir install
-  install -d $pkgdir/usr/share/{applications,pixmaps}
-  install -D -m644 $srcdir/qmc2/data/img/mame.png $pkgdir/usr/share/pixmaps
-}

Copied: qmc2/repos/community-x86_64/PKGBUILD (from rev 132719, 
qmc2/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-05-04 13:08:12 UTC (rev 132720)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: JJDaNiMoTh jjdanim...@gmail.com
+
+pkgname=qmc2
+pkgver=0.51
+pkgrel=1
+pkgdesc=Qt 4 based UNIX MAME frontend supporting SDLMAME
+url=http://qmc2.arcadehits.net;
+license=(GPL)
+arch=('i686' 'x86_64')
+depends=('qtwebkit' 'phonon' 'sdl')
+makedepends=('rsync' 'mesa')
+source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-$pkgver.tar.bz2;)
+md5sums=('2c918c525bbfa5503bd89a57efdea017')
+
+build() {
+  cd $srcdir/$pkgname
+  export CTIME=0
+  make PREFIX=/usr DATADIR=/usr/share SYSCONFDIR=/etc QTDIR=/usr 
QMAKE=qmake-qt4
+}
+
+package() {
+  cd $srcdir/$pkgname
+  make PREFIX=/usr DATADIR=/usr/share SYSCONFDIR=/etc QTDIR=/usr 
QMAKE=qmake-qt4 DESTDIR=$pkgdir install
+  install -d $pkgdir/usr/share/{applications,pixmaps}
+  install -D -m644 $srcdir/qmc2/data/img/mame.png $pkgdir/usr/share/pixmaps
+}


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

2015-05-04 Thread Christian Hesse
Date: Monday, May 4, 2015 @ 15:12:54
  Author: eworm
Revision: 132721

clean up dependencies

* remove duplicate dependency for libguess (FS#44839)
* remove libdvdread, it is a dependency of libdvdnav (FS#44839)
* do NOT add libdvdcss, it is an optional dependency of libdvdread (FS#44634)

Modified:
  mpv/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-05-04 13:08:12 UTC (rev 132720)
+++ PKGBUILD2015-05-04 13:12:54 UTC (rev 132721)
@@ -10,7 +10,7 @@
 license=('GPL')
 url='http://mpv.io'
 depends=(
-  'ffmpeg' 'lcms2' 'libdvdread' 'libcdio-paranoia' 'libgl' 'enca' 'libguess'
+  'ffmpeg' 'lcms2' 'libcdio-paranoia' 'libgl' 'enca'
   'libxinerama' 'libxv' 'libxkbcommon' 'libva' 'wayland'
   'desktop-file-utils' 'hicolor-icon-theme' 'xdg-utils' 'lua' 'libdvdnav'
   'libguess' 'libxrandr' 'jack' 'smbclient' 'rubberband'


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

2015-05-04 Thread Maxime Gauduin
Date: Monday, May 4, 2015 @ 15:24:48
  Author: alucryd
Revision: 132723

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

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

+
 /PKGBUILD  |   70 +++
 /plank.install |   30 
 community-i686/PKGBUILD|   35 ---
 community-i686/plank.install   |   15 
 community-x86_64/PKGBUILD  |   35 ---
 community-x86_64/plank.install |   15 
 6 files changed, 100 insertions(+), 100 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-05-04 13:24:28 UTC (rev 132722)
+++ community-i686/PKGBUILD 2015-05-04 13:24:48 UTC (rev 132723)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin aluc...@archlinux.org
-# Contributor: Ner0 darkelfdarkelf...@yahoo.co.uk
-# Contributor: dcelasun dcela...@gmail.com
-
-pkgname=plank
-pkgver=0.9.0
-pkgrel=1
-pkgdesc='Elegant, simple, clean dock'
-arch=('i686' 'x86_64')
-url='https://launchpad.net/plank'
-license=('GPL3')
-depends=('bamf' 'libgee')
-makedepends=('gnome-common' 'intltool' 'vala')
-install='plank.install'
-source=(https://launchpad.net/plank/1.0/${pkgver}/+download/plank-${pkgver}.tar.xz;)
-sha256sums=('3a878a393a1e274d44ee88e80e879d30132af1cb1e76c4274dde1a01a0d4')
-
-build() {
-  cd plank-${pkgver}
-
-  ./configure \
---prefix='/usr' \
---sysconfdir='/etc' \
---disable-apport
-  make
-}
-
-package() {
-  cd plank-${pkgver}
-
-  make DESTDIR=${pkgdir} install
-}
-
-# vim: ts=2 sw=2 et:

Copied: plank/repos/community-i686/PKGBUILD (from rev 132722, 
plank/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-05-04 13:24:48 UTC (rev 132723)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Maxime Gauduin aluc...@archlinux.org
+# Contributor: Ner0 darkelfdarkelf...@yahoo.co.uk
+# Contributor: dcelasun dcela...@gmail.com
+
+pkgname=plank
+pkgver=0.9.1
+pkgrel=1
+pkgdesc='Elegant, simple, clean dock'
+arch=('i686' 'x86_64')
+url='https://launchpad.net/plank'
+license=('GPL3')
+depends=('bamf' 'libgee')
+makedepends=('gnome-common' 'intltool' 'vala')
+install='plank.install'
+source=(https://launchpad.net/plank/1.0/${pkgver}/+download/plank-${pkgver}.tar.xz;)
+sha256sums=('884cd57a0fcc78cf82cf01072dedc46c34b6f766871d5f773b68ee498fded9a2')
+
+build() {
+  cd plank-${pkgver}
+
+  ./configure \
+--prefix='/usr' \
+--sysconfdir='/etc' \
+--disable-apport
+  make
+}
+
+package() {
+  cd plank-${pkgver}
+
+  make DESTDIR=${pkgdir} install
+}
+
+# vim: ts=2 sw=2 et:

Deleted: community-i686/plank.install
===
--- community-i686/plank.install2015-05-04 13:24:28 UTC (rev 132722)
+++ community-i686/plank.install2015-05-04 13:24:48 UTC (rev 132723)
@@ -1,15 +0,0 @@
-post_install() {
-  gtk-update-icon-cache -ftq usr/share/icons/hicolor
-}
-
-post_upgrade()
-{
-  post_install
-}
-
-post_remove()
-{
-  post_install
-}
-
-# vim: ts=2 sw=2 et:

Copied: plank/repos/community-i686/plank.install (from rev 132722, 
plank/trunk/plank.install)
===
--- community-i686/plank.install(rev 0)
+++ community-i686/plank.install2015-05-04 13:24:48 UTC (rev 132723)
@@ -0,0 +1,15 @@
+post_install() {
+  gtk-update-icon-cache -ftq usr/share/icons/hicolor
+}
+
+post_upgrade()
+{
+  post_install
+}
+
+post_remove()
+{
+  post_install
+}
+
+# vim: ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-05-04 13:24:28 UTC (rev 132722)
+++ community-x86_64/PKGBUILD   2015-05-04 13:24:48 UTC (rev 132723)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin aluc...@archlinux.org
-# Contributor: Ner0 darkelfdarkelf...@yahoo.co.uk
-# Contributor: dcelasun dcela...@gmail.com
-
-pkgname=plank
-pkgver=0.9.0
-pkgrel=1
-pkgdesc='Elegant, simple, clean dock'
-arch=('i686' 'x86_64')
-url='https://launchpad.net/plank'
-license=('GPL3')
-depends=('bamf' 'libgee')
-makedepends=('gnome-common' 'intltool' 'vala')
-install='plank.install'

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

2015-05-04 Thread Maxime Gauduin
Date: Monday, May 4, 2015 @ 15:24:28
  Author: alucryd
Revision: 132722

upgpkg: plank 0.9.1-1

Modified:
  plank/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-05-04 13:12:54 UTC (rev 132721)
+++ PKGBUILD2015-05-04 13:24:28 UTC (rev 132722)
@@ -4,7 +4,7 @@
 # Contributor: dcelasun dcela...@gmail.com
 
 pkgname=plank
-pkgver=0.9.0
+pkgver=0.9.1
 pkgrel=1
 pkgdesc='Elegant, simple, clean dock'
 arch=('i686' 'x86_64')
@@ -14,7 +14,7 @@
 makedepends=('gnome-common' 'intltool' 'vala')
 install='plank.install'
 
source=(https://launchpad.net/plank/1.0/${pkgver}/+download/plank-${pkgver}.tar.xz;)
-sha256sums=('3a878a393a1e274d44ee88e80e879d30132af1cb1e76c4274dde1a01a0d4')
+sha256sums=('884cd57a0fcc78cf82cf01072dedc46c34b6f766871d5f773b68ee498fded9a2')
 
 build() {
   cd plank-${pkgver}


[arch-commits] Commit in plex-home-theater/trunk (PKGBUILD)

2015-05-04 Thread Maxime Gauduin
Date: Monday, May 4, 2015 @ 16:00:11
  Author: alucryd
Revision: 132724

upgpkg: plex-home-theater 1.4.0.459-1

Modified:
  plex-home-theater/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-05-04 13:24:48 UTC (rev 132723)
+++ PKGBUILD2015-05-04 14:00:11 UTC (rev 132724)
@@ -3,9 +3,9 @@
 # Contributor: Daniel Wallace daniel.wall...@gatech.edu
 
 pkgname=plex-home-theater
-_pkgver=1.3.6.441-309e72d1
+_pkgver=1.4.0.459-b41b1814
 pkgver=${_pkgver%-*}
-pkgrel=2
+pkgrel=1
 pkgdesc='Plex Home Theater'
 arch=('i686' 'x86_64')
 url='http://www.plexapp.com/'
@@ -24,7 +24,7 @@
 'plex-ffmpeg-compat.patch'
 'plex-libcec-2.2.0.patch'
 'plexhometheater.sh')
-sha256sums=('b92ed31c38e9aff4b5a84a9ef5ced6cd4740c2ee91da48299c076254aa2d56b3'
+sha256sums=('cc6485100afa0f7a4d483e05eeafba72764f55749bb3f3ee0a529646e076bbe4'
 '5b370e4dec6998130df46ad6bd5ca6258e3a040dd6c6cc4085c335dc3d6050bd'
 '13032e8da35b0abdd22109f9ee34c63e43e0f9863fe81d4fa503c05ede23a212'
 'dc6bd394c07a2ececbb2f8c53cb54afd5d78f7c00a0b34acab3e71217da085fb')


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

2015-05-04 Thread Felix Yan
Date: Monday, May 4, 2015 @ 16:18:53
  Author: fyan
Revision: 132725

upgpkg: python-qiniu 7.0.4-1

Modified:
  python-qiniu/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-05-04 14:00:11 UTC (rev 132724)
+++ PKGBUILD2015-05-04 14:18:53 UTC (rev 132725)
@@ -4,8 +4,8 @@
 pkgbase=python-qiniu
 pkgname=(python-qiniu python2-qiniu)
 _pkgname=qiniu
-pkgver=7.0.3
-pkgrel=2
+pkgver=7.0.4
+pkgrel=1
 pkgdesc=Qiniu Resource Storage SDK for Python
 arch=('any')
 url='https://github.com/qiniu/python-sdk'
@@ -13,7 +13,7 @@
 makedepends=('python-setuptools' 'python2-setuptools')
 source=(https://pypi.python.org/packages/source/q/qiniu/qiniu-$pkgver.tar.gz;
 LICENSE)
-sha512sums=('9a0f8bc71617579880cb8946d999a3188094470746dcc42791f8cbd5d1e1436d5bd32fbadab649d42d6757fac85695e5ddc8e34fa4d5e10ea69bc06c537ccfc6'
+sha512sums=('36a984a61ebeaa08974788be6378de761009cd265beec6b8be9a1302eadc1e596d05506ff5bfc07a0ed5177253d2f02edf4f224ed55db861896dcc646426fd34'
 
'4fbb1090b3ee0d230d40b45db7bcd164873872d1860bd83b51197ed5d03e9d4be7785a400f1d314d6e3c0a6fcba7e1afdf3fdab04ae9970df59f96b18862c529')
 
 prepare() {


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

2015-05-04 Thread Felix Yan
Date: Monday, May 4, 2015 @ 16:19:14
  Author: fyan
Revision: 132726

archrelease: copy trunk to community-any

Added:
  python-qiniu/repos/community-any/LICENSE
(from rev 132725, python-qiniu/trunk/LICENSE)
  python-qiniu/repos/community-any/PKGBUILD
(from rev 132725, python-qiniu/trunk/PKGBUILD)
Deleted:
  python-qiniu/repos/community-any/LICENSE
  python-qiniu/repos/community-any/PKGBUILD

--+
 LICENSE  |   44 +++
 PKGBUILD |   84 ++---
 2 files changed, 64 insertions(+), 64 deletions(-)

Deleted: LICENSE
===
--- LICENSE 2015-05-04 14:18:53 UTC (rev 132725)
+++ LICENSE 2015-05-04 14:19:14 UTC (rev 132726)
@@ -1,22 +0,0 @@
-The MIT License (MIT)
-
-Copyright (c) 2014 Qiniu, Ltd.s...@qiniu.com
-
-Permission is hereby granted, free of charge, to any person obtaining a copy
-of this software and associated documentation files (the Software), to deal
-in the Software without restriction, including without limitation the rights
-to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
-copies of the Software, and to permit persons to whom the Software is
-furnished to do so, subject to the following conditions:
-
-The above copyright notice and this permission notice shall be included in all
-copies or substantial portions of the Software.
-
-THE SOFTWARE IS PROVIDED AS IS, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
-IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
-FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
-AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
-LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
-OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
-SOFTWARE.
-

Copied: python-qiniu/repos/community-any/LICENSE (from rev 132725, 
python-qiniu/trunk/LICENSE)
===
--- LICENSE (rev 0)
+++ LICENSE 2015-05-04 14:19:14 UTC (rev 132726)
@@ -0,0 +1,22 @@
+The MIT License (MIT)
+
+Copyright (c) 2014 Qiniu, Ltd.s...@qiniu.com
+
+Permission is hereby granted, free of charge, to any person obtaining a copy
+of this software and associated documentation files (the Software), to deal
+in the Software without restriction, including without limitation the rights
+to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+copies of the Software, and to permit persons to whom the Software is
+furnished to do so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in all
+copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED AS IS, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
+SOFTWARE.
+

Deleted: PKGBUILD
===
--- PKGBUILD2015-05-04 14:18:53 UTC (rev 132725)
+++ PKGBUILD2015-05-04 14:19:14 UTC (rev 132726)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@archlinux.org
-
-pkgbase=python-qiniu
-pkgname=(python-qiniu python2-qiniu)
-_pkgname=qiniu
-pkgver=7.0.3
-pkgrel=2
-pkgdesc=Qiniu Resource Storage SDK for Python
-arch=('any')
-url='https://github.com/qiniu/python-sdk'
-license=('MIT')
-makedepends=('python-setuptools' 'python2-setuptools')
-source=(https://pypi.python.org/packages/source/q/qiniu/qiniu-$pkgver.tar.gz;
-LICENSE)
-sha512sums=('9a0f8bc71617579880cb8946d999a3188094470746dcc42791f8cbd5d1e1436d5bd32fbadab649d42d6757fac85695e5ddc8e34fa4d5e10ea69bc06c537ccfc6'
-
'4fbb1090b3ee0d230d40b45db7bcd164873872d1860bd83b51197ed5d03e9d4be7785a400f1d314d6e3c0a6fcba7e1afdf3fdab04ae9970df59f96b18862c529')
-
-prepare() {
-  cp -a ${_pkgname}-$pkgver{,-py2}
-}
-
-package_python-qiniu() {
-  depends=('python-requests' 'python-setuptools')
-
-  cd ${_pkgname}-$pkgver
-  python setup.py install -O1 --root ${pkgdir}
-
-  install -Dm644 ../LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
-}
-
-package_python2-qiniu() {
-  depends=('python2-requests' 'python2-setuptools')
-
-  cd ${_pkgname}-$pkgver-py2
-  python2 setup.py install -O1 --root ${pkgdir}
-
-  install -Dm644 ../LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
-
-  # Don't conflict with python 3.x version
-  mv $pkgdir/usr/bin/qiniupy{,2}
-}

Copied: python-qiniu/repos/community-any/PKGBUILD (from rev 132725, 
python-qiniu/trunk/PKGBUILD)

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

2015-05-04 Thread Felix Yan
Date: Monday, May 4, 2015 @ 16:19:51
  Author: fyan
Revision: 132727

upgpkg: python-requests-oauthlib 0.5.0-1

Modified:
  python-requests-oauthlib/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-05-04 14:19:14 UTC (rev 132726)
+++ PKGBUILD2015-05-04 14:19:51 UTC (rev 132727)
@@ -6,7 +6,7 @@
 pkgbase=python-requests-oauthlib
 pkgname=('python-requests-oauthlib' 'python2-requests-oauthlib')
 _pkgname=requests-oauthlib
-pkgver=0.4.2
+pkgver=0.5.0
 pkgrel=1
 pkgdesc=First-class OAuth library support for Requests
 arch=('any')
@@ -15,7 +15,7 @@
 makedepends=('python-setuptools' 'python2-setuptools' 'python-requests' 
'python2-requests' 'python-oauthlib' 'python2-oauthlib')
 checkdepends=('python-pytest' 'python2-pytest' 'python-mock' 'python2-mock')
 
source=(https://pypi.python.org/packages/source/r/${_pkgname}/${_pkgname}-${pkgver}.tar.gz;)
-md5sums=('df930abe3971fb418c67a8545de54661')
+md5sums=('139a17c495fb593b5842634faf72ebb0')
 
 prepare() {
   cp -a ${_pkgname}-$pkgver{,-py2}


[arch-commits] Commit in python-requests-oauthlib/repos/community-any (2 files)

2015-05-04 Thread Felix Yan
Date: Monday, May 4, 2015 @ 16:20:05
  Author: fyan
Revision: 132728

archrelease: copy trunk to community-any

Added:
  python-requests-oauthlib/repos/community-any/PKGBUILD
(from rev 132727, python-requests-oauthlib/trunk/PKGBUILD)
Deleted:
  python-requests-oauthlib/repos/community-any/PKGBUILD

--+
 PKGBUILD |  108 ++---
 1 file changed, 54 insertions(+), 54 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-05-04 14:19:51 UTC (rev 132727)
+++ PKGBUILD2015-05-04 14:20:05 UTC (rev 132728)
@@ -1,54 +0,0 @@
-# $Id: PKGBUILD 122344 2014-11-11 08:16:49Z fyan $
-# Maintainer: Felix Yan felixonm...@archlinux.org
-# Contributor: Sebastien Leduc sebast...@sleduc.fr
-# Contributor: Roberto Catini roberto.cat...@gmail.com
-
-pkgbase=python-requests-oauthlib
-pkgname=('python-requests-oauthlib' 'python2-requests-oauthlib')
-_pkgname=requests-oauthlib
-pkgver=0.4.2
-pkgrel=1
-pkgdesc=First-class OAuth library support for Requests
-arch=('any')
-url=https://pypi.python.org/pypi/requests-oauthlib;
-license=('custom:ISC')
-makedepends=('python-setuptools' 'python2-setuptools' 'python-requests' 
'python2-requests' 'python-oauthlib' 'python2-oauthlib')
-checkdepends=('python-pytest' 'python2-pytest' 'python-mock' 'python2-mock')
-source=(https://pypi.python.org/packages/source/r/${_pkgname}/${_pkgname}-${pkgver}.tar.gz;)
-md5sums=('df930abe3971fb418c67a8545de54661')
-
-prepare() {
-  cp -a ${_pkgname}-$pkgver{,-py2}
-}
-
-build() {
-  cd $srcdir/${_pkgname}-$pkgver
-  python setup.py build
-
-  cd $srcdir/${_pkgname}-$pkgver-py2
-  python2 setup.py build
-}
-
-check() {
-  cd $srcdir/${_pkgname}-$pkgver
-  py.test
-
-  cd $srcdir/${_pkgname}-$pkgver-py2
-  py.test2
-}
-
-package_python-requests-oauthlib() {
-  depends=('python-requests' 'python-oauthlib')
-
-  cd $srcdir/${_pkgname}-$pkgver
-  python setup.py install --root=$pkgdir/ --optimize=1
-  install -D -m644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-}
-
-package_python2-requests-oauthlib() {
-  depends=('python2-requests' 'python2-oauthlib')
-
-  cd $srcdir/${_pkgname}-$pkgver-py2
-  python2 setup.py install --root=$pkgdir/ --optimize=1
-  install -D -m644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-}

Copied: python-requests-oauthlib/repos/community-any/PKGBUILD (from rev 132727, 
python-requests-oauthlib/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-05-04 14:20:05 UTC (rev 132728)
@@ -0,0 +1,54 @@
+# $Id: PKGBUILD 122344 2014-11-11 08:16:49Z fyan $
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Sebastien Leduc sebast...@sleduc.fr
+# Contributor: Roberto Catini roberto.cat...@gmail.com
+
+pkgbase=python-requests-oauthlib
+pkgname=('python-requests-oauthlib' 'python2-requests-oauthlib')
+_pkgname=requests-oauthlib
+pkgver=0.5.0
+pkgrel=1
+pkgdesc=First-class OAuth library support for Requests
+arch=('any')
+url=https://pypi.python.org/pypi/requests-oauthlib;
+license=('custom:ISC')
+makedepends=('python-setuptools' 'python2-setuptools' 'python-requests' 
'python2-requests' 'python-oauthlib' 'python2-oauthlib')
+checkdepends=('python-pytest' 'python2-pytest' 'python-mock' 'python2-mock')
+source=(https://pypi.python.org/packages/source/r/${_pkgname}/${_pkgname}-${pkgver}.tar.gz;)
+md5sums=('139a17c495fb593b5842634faf72ebb0')
+
+prepare() {
+  cp -a ${_pkgname}-$pkgver{,-py2}
+}
+
+build() {
+  cd $srcdir/${_pkgname}-$pkgver
+  python setup.py build
+
+  cd $srcdir/${_pkgname}-$pkgver-py2
+  python2 setup.py build
+}
+
+check() {
+  cd $srcdir/${_pkgname}-$pkgver
+  py.test
+
+  cd $srcdir/${_pkgname}-$pkgver-py2
+  py.test2
+}
+
+package_python-requests-oauthlib() {
+  depends=('python-requests' 'python-oauthlib')
+
+  cd $srcdir/${_pkgname}-$pkgver
+  python setup.py install --root=$pkgdir/ --optimize=1
+  install -D -m644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}
+
+package_python2-requests-oauthlib() {
+  depends=('python2-requests' 'python2-oauthlib')
+
+  cd $srcdir/${_pkgname}-$pkgver-py2
+  python2 setup.py install --root=$pkgdir/ --optimize=1
+  install -D -m644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}


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

2015-05-04 Thread Felix Yan
Date: Monday, May 4, 2015 @ 16:20:47
  Author: fyan
Revision: 132729

upgpkg: thefuck 1.35-1

Modified:
  thefuck/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-05-04 14:20:05 UTC (rev 132728)
+++ PKGBUILD2015-05-04 14:20:47 UTC (rev 132729)
@@ -2,7 +2,7 @@
 # Maintainer: Felix Yan felixonm...@archlinux.org
 
 pkgname=thefuck
-pkgver=1.34
+pkgver=1.35
 pkgrel=1
 pkgdesc=Magnificent app which corrects your previous console command
 arch=('any')


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

2015-05-04 Thread Felix Yan
Date: Monday, May 4, 2015 @ 16:21:05
  Author: fyan
Revision: 132730

archrelease: copy trunk to community-any

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

-+
 PKGBUILD|   70 +++---
 thefuck.install |6 ++--
 2 files changed, 38 insertions(+), 38 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-05-04 14:20:47 UTC (rev 132729)
+++ PKGBUILD2015-05-04 14:21:05 UTC (rev 132730)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@archlinux.org
-
-pkgname=thefuck
-pkgver=1.34
-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-pathlib' 'python-psutil' 'python-six' 
'python-colorama')
-makedepends=('git')
-checkdepends=('python-pytest' 'python-mock')
-install=thefuck.install
-source=(git+https://github.com/nvbn/thefuck.git#tag=$pkgver;)
-sha256sums=('SKIP')
-
-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 132729, 
thefuck/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-05-04 14:21:05 UTC (rev 132730)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+
+pkgname=thefuck
+pkgver=1.35
+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-pathlib' 'python-psutil' 'python-six' 
'python-colorama')
+makedepends=('git')
+checkdepends=('python-pytest' 'python-mock')
+install=thefuck.install
+source=(git+https://github.com/nvbn/thefuck.git#tag=$pkgver;)
+sha256sums=('SKIP')
+
+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:

Deleted: thefuck.install
===
--- thefuck.install 2015-05-04 14:20:47 UTC (rev 132729)
+++ thefuck.install 2015-05-04 14:21:05 UTC (rev 132730)
@@ -1,3 +0,0 @@
-post_install() {
-  printf '%s\n' '= Add: alias fuck=''$(thefuck $(fc -ln -1))'' to your 
.bashrc or .zshrc.'
-}

Copied: thefuck/repos/community-any/thefuck.install (from rev 132729, 
thefuck/trunk/thefuck.install)
===
--- thefuck.install (rev 0)
+++ thefuck.install 2015-05-04 14:21:05 UTC (rev 132730)
@@ -0,0 +1,3 @@
+post_install() {
+  printf '%s\n' '= Add: alias fuck=''$(thefuck $(fc -ln -1))'' to your 
.bashrc or .zshrc.'
+}


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

2015-05-04 Thread Anatol Pomozov
Date: Monday, May 4, 2015 @ 17:21:12
  Author: anatolik
Revision: 238465

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

Added:
  lua/repos/staging-i686/
  lua/repos/staging-i686/LICENSE
(from rev 238464, lua/trunk/LICENSE)
  lua/repos/staging-i686/PKGBUILD
(from rev 238464, lua/trunk/PKGBUILD)
  lua/repos/staging-i686/liblua.so.patch
(from rev 238464, lua/trunk/liblua.so.patch)
  lua/repos/staging-i686/lua.pc
(from rev 238464, lua/trunk/lua.pc)
  lua/repos/staging-x86_64/
  lua/repos/staging-x86_64/LICENSE
(from rev 238464, lua/trunk/LICENSE)
  lua/repos/staging-x86_64/PKGBUILD
(from rev 238464, lua/trunk/PKGBUILD)
  lua/repos/staging-x86_64/liblua.so.patch
(from rev 238464, lua/trunk/liblua.so.patch)
  lua/repos/staging-x86_64/lua.pc
(from rev 238464, lua/trunk/lua.pc)

+
 staging-i686/LICENSE   |   30 +++
 staging-i686/PKGBUILD  |   51 +
 staging-i686/liblua.so.patch   |   60 +++
 staging-i686/lua.pc|   20 +
 staging-x86_64/LICENSE |   30 +++
 staging-x86_64/PKGBUILD|   51 +
 staging-x86_64/liblua.so.patch |   60 +++
 staging-x86_64/lua.pc  |   20 +
 8 files changed, 322 insertions(+)

Copied: lua/repos/staging-i686/LICENSE (from rev 238464, lua/trunk/LICENSE)
===
--- staging-i686/LICENSE(rev 0)
+++ staging-i686/LICENSE2015-05-04 15:21:12 UTC (rev 238465)
@@ -0,0 +1,30 @@
+License
+
+Lua is free software distributed under the terms of the MIT license
+reproduced below; it may be used for any purpose, including commercial
+purposes, at absolutely no cost without having to ask us. The only
+requirement is that if you do use Lua, then you should give us credit
+by including the appropriate copyright notice somewhere in your
+product or its documentation.
+
+Copyright © 1994–2012 Lua.org, PUC-Rio.
+
+Permission is hereby granted, free of charge, to any person
+obtaining a copy of this software and associated documentation
+files (the Software), to deal in the Software without
+restriction, including without limitation the rights to use, copy,
+modify, merge, publish, distribute, sublicense, and/or sell copies
+of the Software, and to permit persons to whom the Software is
+furnished to do so, subject to the following conditions: 
+
+The above copyright notice and this permission notice shall be
+included in all copies or substantial portions of the Software. 
+
+THE SOFTWARE IS PROVIDED AS IS, WITHOUT WARRANTY OF ANY KIND,
+EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
+MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
+NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
+HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
+WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
+DEALINGS IN THE SOFTWARE.  

Copied: lua/repos/staging-i686/PKGBUILD (from rev 238464, lua/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2015-05-04 15:21:12 UTC (rev 238465)
@@ -0,0 +1,51 @@
+# $Id$
+# Maintainer: Sébastien Luttringer se...@archlinux.org
+# Contributor: Juergen Hoetzel juer...@archlinux.org
+# Contributor: Damir Perisa damir.per...@bluewin.ch
+
+pkgname=lua
+pkgver=5.3.0
+pkgrel=1
+pkgdesc='Powerful lightweight programming language designed for extending 
applications'
+arch=('i686' 'x86_64')
+url='http://www.lua.org/'
+depends=('readline')
+license=('MIT')
+options=('!emptydirs')
+source=(http://www.lua.org/ftp/lua-$pkgver.tar.gz
+liblua.so.patch
+lua.pc
+LICENSE)
+md5sums=('a1b0a7e92d0c85bbff7a8d27bf29f8af'
+ '85fe4e5f780376457eba3bc23d2cb2d3'
+ 'e7ba6c2b695b0b84a5ea0cbff5fc9067'
+ '0e2bd67b909b9ff673da844ca3480df2')
+
+prepare() {
+  cd lua-$pkgver
+  patch -p1 -i ../liblua.so.patch
+
+  sed s/%VER%/${pkgver%.*}/g;s/%REL%/$pkgver/g ../lua.pc  lua.pc
+}
+
+build() {
+  cd lua-$pkgver
+
+  make MYCFLAGS=$CFLAGS -fPIC MYLDFLAGS=$LDFLAGS linux
+}
+
+package() {
+  cd lua-$pkgver
+
+  make \
+TO_LIB=liblua.a liblua.so liblua.so.5.3 liblua.so.$pkgver \
+INSTALL_DATA='cp -d' \
+INSTALL_TOP=$pkgdir/usr \
+INSTALL_MAN=$pkgdir/usr/share/man/man1 \
+install
+  install -Dm644 lua.pc $pkgdir/usr/lib/pkgconfig/$pkgname.pc
+
+  install -d $pkgdir/usr/share/doc/$pkgname
+  install -m644 doc/*.{gif,png,css,html} $pkgdir/usr/share/doc/$pkgname
+  install -Dm644 ../LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
+}

Copied: 

[arch-commits] Commit in lua52 (11 files)

2015-05-04 Thread Anatol Pomozov
Date: Monday, May 4, 2015 @ 17:23:04
  Author: anatolik
Revision: 238466

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

Added:
  lua52/repos/
  lua52/repos/staging-i686/
  lua52/repos/staging-i686/LICENSE
(from rev 238465, lua52/trunk/LICENSE)
  lua52/repos/staging-i686/PKGBUILD
(from rev 238465, lua52/trunk/PKGBUILD)
  lua52/repos/staging-i686/liblua.so.patch
(from rev 238465, lua52/trunk/liblua.so.patch)
  lua52/repos/staging-i686/lua.pc
(from rev 238465, lua52/trunk/lua.pc)
  lua52/repos/staging-x86_64/
  lua52/repos/staging-x86_64/LICENSE
(from rev 238465, lua52/trunk/LICENSE)
  lua52/repos/staging-x86_64/PKGBUILD
(from rev 238465, lua52/trunk/PKGBUILD)
  lua52/repos/staging-x86_64/liblua.so.patch
(from rev 238465, lua52/trunk/liblua.so.patch)
  lua52/repos/staging-x86_64/lua.pc
(from rev 238465, lua52/trunk/lua.pc)

+
 staging-i686/LICENSE   |   30 ++
 staging-i686/PKGBUILD  |   63 +++
 staging-i686/liblua.so.patch   |   57 +++
 staging-i686/lua.pc|   20 
 staging-x86_64/LICENSE |   30 ++
 staging-x86_64/PKGBUILD|   63 +++
 staging-x86_64/liblua.so.patch |   57 +++
 staging-x86_64/lua.pc  |   20 
 8 files changed, 340 insertions(+)

Copied: lua52/repos/staging-i686/LICENSE (from rev 238465, lua52/trunk/LICENSE)
===
--- repos/staging-i686/LICENSE  (rev 0)
+++ repos/staging-i686/LICENSE  2015-05-04 15:23:04 UTC (rev 238466)
@@ -0,0 +1,30 @@
+License
+
+Lua is free software distributed under the terms of the MIT license
+reproduced below; it may be used for any purpose, including commercial
+purposes, at absolutely no cost without having to ask us. The only
+requirement is that if you do use Lua, then you should give us credit
+by including the appropriate copyright notice somewhere in your
+product or its documentation.
+
+Copyright © 1994–2012 Lua.org, PUC-Rio.
+
+Permission is hereby granted, free of charge, to any person
+obtaining a copy of this software and associated documentation
+files (the Software), to deal in the Software without
+restriction, including without limitation the rights to use, copy,
+modify, merge, publish, distribute, sublicense, and/or sell copies
+of the Software, and to permit persons to whom the Software is
+furnished to do so, subject to the following conditions: 
+
+The above copyright notice and this permission notice shall be
+included in all copies or substantial portions of the Software. 
+
+THE SOFTWARE IS PROVIDED AS IS, WITHOUT WARRANTY OF ANY KIND,
+EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
+MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
+NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
+HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
+WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
+DEALINGS IN THE SOFTWARE.  

Copied: lua52/repos/staging-i686/PKGBUILD (from rev 238465, 
lua52/trunk/PKGBUILD)
===
--- repos/staging-i686/PKGBUILD (rev 0)
+++ repos/staging-i686/PKGBUILD 2015-05-04 15:23:04 UTC (rev 238466)
@@ -0,0 +1,63 @@
+# $Id: PKGBUILD 234446 2015-03-21 17:59:50Z bpiotrowski $
+# Maintainer: Sébastien Luttringer se...@archlinux.org
+# Contributor: Juergen Hoetzel juer...@archlinux.org
+# Contributor: Damir Perisa damir.per...@bluewin.ch
+
+pkgname=lua52
+pkgver=5.2.4
+pkgrel=1
+pkgdesc='Powerful lightweight programming language designed for extending 
applications'
+arch=('i686' 'x86_64')
+url='http://www.lua.org/'
+depends=('readline')
+license=('MIT')
+options=('!emptydirs')
+source=(http://www.lua.org/ftp/lua-$pkgver.tar.gz
+liblua.so.patch
+lua.pc
+LICENSE)
+md5sums=('913fdb32207046b273fdb17aad70be13'
+ 'bdc663c7b82ffc0b5df67611621fb625'
+ 'e7ba6c2b695b0b84a5ea0cbff5fc9067'
+ '0e2bd67b909b9ff673da844ca3480df2')
+
+prepare() {
+  cd lua-$pkgver
+  patch -p1 -i ../liblua.so.patch
+
+  sed s/%VER%/${pkgver%.*}/g;s/%REL%/$pkgver/g ../lua.pc  lua.pc
+  sed -e 's:llua:llua5.2:' -e 's:/include:/include/lua5.2:' -i lua.pc
+  sed -r -e '/^LUA_(SO|A|T)=/ s/lua/lua5.2/' -e '/^LUAC_T=/ s/luac/luac5.2/' 
-i src/Makefile
+}
+
+build() {
+  cd lua-$pkgver
+
+  make MYCFLAGS=$CFLAGS -fPIC MYLDFLAGS=$LDFLAGS linux
+}
+
+package() {
+  cd lua-$pkgver
+
+  make \
+TO_BIN='lua5.2 luac5.2' \
+TO_LIB=liblua5.2.a liblua5.2.so liblua5.2.so.5.2 liblua5.2.so.$pkgver \
+INSTALL_DATA='cp -d' \
+INSTALL_TOP=$pkgdir/usr \
+

[arch-commits] Commit in lua-alt-getopt/trunk (PKGBUILD)

2015-05-04 Thread Anatol Pomozov
Date: Monday, May 4, 2015 @ 17:45:16
  Author: anatolik
Revision: 132731

lua51-* package should depend only on lua5.1

Modified:
  lua-alt-getopt/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-05-04 14:21:05 UTC (rev 132730)
+++ PKGBUILD2015-05-04 15:45:16 UTC (rev 132731)
@@ -11,8 +11,7 @@
 license=('MIT')
 arch=('any')
 url=http://luaforge.net/projects/alt-getopt/;
-depends=('lua' 'lua51')
-makedepends=('bmake')
+makedepends=('bmake' 'lua' 'lua51')
 
source=(http://mova.org/~cheusov/pub/lua_alt_getopt/lua-alt-getopt-${pkgver}.tar.gz;
 'LICENSE')
 sha1sums=('431b590002f5fdced78e0745a9a283aefdd1dfa0'
@@ -28,6 +27,7 @@
 }
 
 package_lua51-alt-getopt() {
+  depends=('lua51')
   cd $srcdir/build51
   install -Dm755 alt_getopt ${pkgdir}/usr/bin/alt_getopt5.1
   install -Dm664 alt_getopt.lua ${pkgdir}/usr/share/lua/5.1/alt_getopt.lua
@@ -35,6 +35,7 @@
 }
 
 package_lua-alt-getopt() {
+  depends=('lua')
   cd $srcdir/build52
   install -Dm755 alt_getopt ${pkgdir}/usr/bin/alt_getopt
   install -Dm664 alt_getopt.lua ${pkgdir}/usr/share/lua/5.2/alt_getopt.lua


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

2015-05-04 Thread Anatol Pomozov
Date: Monday, May 4, 2015 @ 18:14:48
  Author: anatolik
Revision: 238467

Lua 5.3 rebuild

Modified:
  vim/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-05-04 15:23:04 UTC (rev 238466)
+++ PKGBUILD2015-05-04 16:14:48 UTC (rev 238467)
@@ -7,7 +7,7 @@
 pkgname=('vim-minimal' 'vim' 'vim-python3' 'gvim' 'gvim-python3' 'vim-runtime')
 # list of tags can be found at https://code.google.com/p/vim/source/list
 _topver=7.4
-_patchlevel=712
+_patchlevel=723
 _tag=v${_topver/./-}-${_patchlevel}
 _versiondir=vim${_topver//./}
 pkgver=${_topver}.${_patchlevel}


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

2015-05-04 Thread Anatol Pomozov
Date: Monday, May 4, 2015 @ 18:15:43
  Author: anatolik
Revision: 238468

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

Added:
  vim/repos/staging-i686/
  vim/repos/staging-i686/PKGBUILD
(from rev 238467, vim/trunk/PKGBUILD)
  vim/repos/staging-i686/archlinux.vim
(from rev 238467, vim/trunk/archlinux.vim)
  vim/repos/staging-i686/gvim.desktop
(from rev 238467, vim/trunk/gvim.desktop)
  vim/repos/staging-i686/gvim.install
(from rev 238467, vim/trunk/gvim.install)
  vim/repos/staging-i686/vimrc
(from rev 238467, vim/trunk/vimrc)
  vim/repos/staging-x86_64/
  vim/repos/staging-x86_64/PKGBUILD
(from rev 238467, vim/trunk/PKGBUILD)
  vim/repos/staging-x86_64/archlinux.vim
(from rev 238467, vim/trunk/archlinux.vim)
  vim/repos/staging-x86_64/gvim.desktop
(from rev 238467, vim/trunk/gvim.desktop)
  vim/repos/staging-x86_64/gvim.install
(from rev 238467, vim/trunk/gvim.install)
  vim/repos/staging-x86_64/vimrc
(from rev 238467, vim/trunk/vimrc)

--+
 staging-i686/PKGBUILD|  392 +
 staging-i686/archlinux.vim   |   25 ++
 staging-i686/gvim.desktop|   63 ++
 staging-i686/gvim.install|   15 +
 staging-i686/vimrc   |   16 +
 staging-x86_64/PKGBUILD  |  392 +
 staging-x86_64/archlinux.vim |   25 ++
 staging-x86_64/gvim.desktop  |   63 ++
 staging-x86_64/gvim.install  |   15 +
 staging-x86_64/vimrc |   16 +
 10 files changed, 1022 insertions(+)

Copied: vim/repos/staging-i686/PKGBUILD (from rev 238467, vim/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2015-05-04 16:15:43 UTC (rev 238468)
@@ -0,0 +1,392 @@
+# Maintainer: Thomas Dziedzic gos...@gmail.com
+# Contributor: Jan heftig Steffens jan.steff...@gmail.com
+# Contributor: tobias [ tobias at archlinux org ]
+# Contributor: Daniel J Griffiths ghost1...@archlinux.us
+
+pkgbase=vim
+pkgname=('vim-minimal' 'vim' 'vim-python3' 'gvim' 'gvim-python3' 'vim-runtime')
+# list of tags can be found at https://code.google.com/p/vim/source/list
+_topver=7.4
+_patchlevel=723
+_tag=v${_topver/./-}-${_patchlevel}
+_versiondir=vim${_topver//./}
+pkgver=${_topver}.${_patchlevel}
+pkgrel=1
+arch=('i686' 'x86_64')
+license=('custom:vim')
+url=http://www.vim.org;
+makedepends=('gpm' 'python2' 'python' 'ruby' 'libxt' 'desktop-file-utils' 
'gtk2' 'lua' 'mercurial')
+# It would be great to use downloadable archives 
https://vim.googlecode.com/archive/$tag.tar.gz
+# unfortunately its content changes each time you download one (files 
modification date is different)
+source=(${pkgbase}-repo::hg+https://vim.googlecode.com/hg#tag=${_tag};
+'vimrc'
+'archlinux.vim'
+'gvim.desktop')
+sha1sums=('SKIP'
+  '15ebf3f48693f1f219fe2d8edb7643683139eb6b'
+  '94f7bb87b5d06bace86bc4b3ef1372813b4eedf2'
+  '4a579cf66590d711f49c5dfb4a25e5df116ff7ba')
+
+prepare() {
+  cd ${pkgbase}-repo
+
+  _latesttag=$(hg parents --template '{latesttag}' -r default)
+  if (( $_tag != $_latesttag )); then
+printf 'You are not building the latest revision!\n'
+printf Consider updating to tag $_latesttag.\n
+  fi
+
+  # define the place for the global (g)vimrc file (set to /etc/vimrc)
+  sed -i 's|^.*\(#define SYS_.*VIMRC_FILE.*\) .*$|\1|' \
+src/feature.h
+  sed -i 's|^.*\(#define VIMRC_FILE.*\) .*$|\1|' \
+src/feature.h
+
+  (cd src  autoconf)
+
+  cd ..
+  for pkg in ${pkgname[@]}
+  do
+cp -a ${pkgbase}-repo ${pkg}-build
+  done
+}
+
+build() {
+  cd ${srcdir}/vim-runtime-build
+
+  ./configure \
+--prefix=/usr \
+--localstatedir=/var/lib/vim \
+--with-features=huge \
+--with-compiledby='Arch Linux' \
+--enable-gpm \
+--enable-acl \
+--with-x=no \
+--disable-gui \
+--enable-multibyte \
+--enable-cscope \
+--disable-netbeans \
+--enable-perlinterp \
+--disable-pythoninterp \
+--disable-python3interp \
+--disable-rubyinterp \
+--disable-luainterp
+
+  make
+
+  cd ${srcdir}/vim-minimal-build
+
+  ./configure \
+--prefix=/usr \
+--localstatedir=/var/lib/vim \
+--with-features=huge \
+--with-compiledby='Arch Linux' \
+--enable-gpm \
+--enable-acl \
+--with-x=no \
+--disable-gui \
+--enable-multibyte \
+--enable-cscope \
+--disable-netbeans \
+--enable-perlinterp \
+--disable-pythoninterp \
+--disable-python3interp \
+--disable-rubyinterp \
+--disable-luainterp
+
+  make
+
+  cd ${srcdir}/vim-build
+
+  ./configure \
+--prefix=/usr \
+--localstatedir=/var/lib/vim \
+--with-features=huge \
+--with-compiledby='Arch Linux' \
+--enable-gpm \
+--enable-acl \
+--with-x=no \
+--disable-gui \
+--enable-multibyte \
+--enable-cscope \
+--enable-netbeans \
+

[arch-commits] Commit in apache/trunk (PKGBUILD lua53_fixes.patch)

2015-05-04 Thread Anatol Pomozov
Date: Monday, May 4, 2015 @ 18:25:22
  Author: anatolik
Revision: 238469

Lua 5.3 rebuild

Added:
  apache/trunk/lua53_fixes.patch
Modified:
  apache/trunk/PKGBUILD

---+
 PKGBUILD  |   16 +++
 lua53_fixes.patch |   55 
 2 files changed, 67 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-05-04 16:15:43 UTC (rev 238468)
+++ PKGBUILD2015-05-04 16:25:22 UTC (rev 238469)
@@ -5,7 +5,7 @@
 
 pkgname=apache
 pkgver=2.4.12
-pkgrel=2
+pkgrel=3
 pkgdesc='A high performance Unix-based HTTP server'
 arch=('i686' 'x86_64')
 url='http://www.apache.org/dist/httpd'
@@ -34,6 +34,7 @@
 httpd.logrotate
 httpd.service
 arch.layout
+lua53_fixes.patch
 )
 sha256sums=('ad6d39edfe4621d8cc9a2791f6f8d6876943a9da41ac8533d77407a2e630eae4'
 'SKIP'
@@ -40,10 +41,11 @@
 '63da1a420f4714a3e7af2672d28384419cc7eedbe7bf35baebd02938fabc15bf'
 '875903831634edf35d8d57e9a51bacb818255ecb3bfff29627f03e43d1ab65c3'
 '14d0a775eea7f8c66ba55399a9ad1e4fd29e0302f479a15b28bbfc754c5aa347'
-'dda05c6e76f12624e418ca18a36f2e90ec1c5b1cc52fed7142fce6076ec413f3')
+'dda05c6e76f12624e418ca18a36f2e90ec1c5b1cc52fed7142fce6076ec413f3'
+'e2c3fe0747908971449dba8f1526f008fc27b9ff5c3b490ea9d43a2a5fe8c1e4')
 validpgpkeys=('A93D62ECC3C8EA12DB220EC934EA76E6791485A8') # Jim Jagielski
 
-build() {
+prepare() {
   cd httpd-${pkgver}
 
   # set default user
@@ -52,7 +54,13 @@
   -i docs/conf/httpd.conf.in
 
   cat ${srcdir}/arch.layout  config.layout
-   
+
+  patch -p3  ../lua53_fixes.patch
+}
+
+build() {
+  cd httpd-${pkgver}
+
   ./configure --sbindir=/usr/bin \
   --enable-layout=Arch \
   --enable-mpms-shared=all \

Added: lua53_fixes.patch
===
--- lua53_fixes.patch   (rev 0)
+++ lua53_fixes.patch   2015-05-04 16:25:22 UTC (rev 238469)
@@ -0,0 +1,55 @@
+Author: fuankg
+Date: Mon Jan 19 00:35:25 2015
+New Revision: 1652886
+
+URL: http://svn.apache.org/r1652886
+Log:
+Enable to build mod_lua against Lua 5.3.
+
+Modified:
+httpd/httpd/trunk/modules/lua/NWGNUmakefile
+httpd/httpd/trunk/modules/lua/mod_lua.h
+
+Modified: httpd/httpd/trunk/modules/lua/NWGNUmakefile
+URL: 
http://svn.apache.org/viewvc/httpd/httpd/trunk/modules/lua/NWGNUmakefile?rev=1652886r1=1652885r2=1652886view=diff
+==
+--- httpd/httpd/trunk/modules/lua/NWGNUmakefile (original)
 httpd/httpd/trunk/modules/lua/NWGNUmakefile Mon Jan 19 00:35:25 2015
+@@ -46,6 +46,9 @@ XCFLAGS  += \
+ #
+ XDEFINES  += \
+   -DLUA_COMPAT_ALL \
++  -DLUA_COMPAT_5_2 \
++  -DLUA_COMPAT_5_1 \
++  -DLUA_COMPAT_MODULE \
+   $(EOLIST)
+ 
+ #
+
+Modified: httpd/httpd/trunk/modules/lua/mod_lua.h
+URL: 
http://svn.apache.org/viewvc/httpd/httpd/trunk/modules/lua/mod_lua.h?rev=1652886r1=1652885r2=1652886view=diff
+==
+--- httpd/httpd/trunk/modules/lua/mod_lua.h (original)
 httpd/httpd/trunk/modules/lua/mod_lua.h Mon Jan 19 00:35:25 2015
+@@ -43,6 +43,10 @@
+ 
+ /* Allow for Lua 5.2 backwards compatibility */
+ #define LUA_COMPAT_ALL
++/* Allow for Lua 5.3 backwards compatibility */
++#define LUA_COMPAT_5_2
++#define LUA_COMPAT_5_1
++#define LUA_COMPAT_MODULE
+ 
+ #include lua.h
+ #include lauxlib.h
+@@ -55,6 +59,10 @@
+ #else
+ #define lua_rawlen(L,i)   lua_objlen(L, (i))
+ #endif
++#if LUA_VERSION_NUM  502
++/* Load mode for lua_dump() */
++#define lua_dump(a,b,c)   lua_dump(a,b,c,0)
++#endif
+ 
+ /* Create a set of AP_LUA_DECLARE(type), AP_LUA_DECLARE_NONSTD(type) and
+  * AP_LUA_DECLARE_DATA with appropriate export and import tags for the 
platform


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

2015-05-04 Thread Anatol Pomozov
Date: Monday, May 4, 2015 @ 18:26:28
  Author: anatolik
Revision: 238470

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

Added:
  apache/repos/staging-i686/
  apache/repos/staging-i686/PKGBUILD
(from rev 238469, apache/trunk/PKGBUILD)
  apache/repos/staging-i686/apache.install
(from rev 238469, apache/trunk/apache.install)
  apache/repos/staging-i686/apache.tmpfiles.conf
(from rev 238469, apache/trunk/apache.tmpfiles.conf)
  apache/repos/staging-i686/arch.layout
(from rev 238469, apache/trunk/arch.layout)
  apache/repos/staging-i686/httpd.logrotate
(from rev 238469, apache/trunk/httpd.logrotate)
  apache/repos/staging-i686/httpd.service
(from rev 238469, apache/trunk/httpd.service)
  apache/repos/staging-i686/lua53_fixes.patch
(from rev 238469, apache/trunk/lua53_fixes.patch)
  apache/repos/staging-x86_64/
  apache/repos/staging-x86_64/PKGBUILD
(from rev 238469, apache/trunk/PKGBUILD)
  apache/repos/staging-x86_64/apache.install
(from rev 238469, apache/trunk/apache.install)
  apache/repos/staging-x86_64/apache.tmpfiles.conf
(from rev 238469, apache/trunk/apache.tmpfiles.conf)
  apache/repos/staging-x86_64/arch.layout
(from rev 238469, apache/trunk/arch.layout)
  apache/repos/staging-x86_64/httpd.logrotate
(from rev 238469, apache/trunk/httpd.logrotate)
  apache/repos/staging-x86_64/httpd.service
(from rev 238469, apache/trunk/httpd.service)
  apache/repos/staging-x86_64/lua53_fixes.patch
(from rev 238469, apache/trunk/lua53_fixes.patch)

-+
 staging-i686/PKGBUILD   |  126 ++
 staging-i686/apache.install |   16 
 staging-i686/apache.tmpfiles.conf   |1 
 staging-i686/arch.layout|   22 +
 staging-i686/httpd.logrotate|6 +
 staging-i686/httpd.service  |   15 
 staging-i686/lua53_fixes.patch  |   55 ++
 staging-x86_64/PKGBUILD |  126 ++
 staging-x86_64/apache.install   |   16 
 staging-x86_64/apache.tmpfiles.conf |1 
 staging-x86_64/arch.layout  |   22 +
 staging-x86_64/httpd.logrotate  |6 +
 staging-x86_64/httpd.service|   15 
 staging-x86_64/lua53_fixes.patch|   55 ++
 14 files changed, 482 insertions(+)

Copied: apache/repos/staging-i686/PKGBUILD (from rev 238469, 
apache/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2015-05-04 16:26:28 UTC (rev 238470)
@@ -0,0 +1,126 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+# Contributor: Pierre Schmitz pie...@archlinux.de
+
+pkgname=apache
+pkgver=2.4.12
+pkgrel=3
+pkgdesc='A high performance Unix-based HTTP server'
+arch=('i686' 'x86_64')
+url='http://www.apache.org/dist/httpd'
+license=('APACHE')
+backup=(
+etc/httpd/conf/httpd.conf
+etc/httpd/conf/extra/httpd-{autoindex,dav,default,info,languages}.conf
+etc/httpd/conf/extra/httpd-{manual,mpm,multilang-errordoc}.conf
+etc/httpd/conf/extra/httpd-{ssl,userdir,vhosts}.conf
+etc/httpd/conf/extra/proxy-html.conf
+etc/httpd/conf/{mime.types,magic}
+etc/logrotate.d/httpd
+)
+depends=('zlib' 'apr-util' 'pcre')
+makedepends=('libxml2' 'lua' 'openssl')
+optdepends=(
+'lua: for mod_lua module'
+'openssl: for mod_ssl module'
+'libxml2: for mod_proxy_html, mod_xml2enc modules' 
+'lynx: apachectl status'
+)
+install=apache.install
+source=(
+http://www.apache.org/dist/httpd/httpd-${pkgver}.tar.bz2{,.asc}
+apache.tmpfiles.conf
+httpd.logrotate
+httpd.service
+arch.layout
+lua53_fixes.patch
+)
+sha256sums=('ad6d39edfe4621d8cc9a2791f6f8d6876943a9da41ac8533d77407a2e630eae4'
+'SKIP'
+'63da1a420f4714a3e7af2672d28384419cc7eedbe7bf35baebd02938fabc15bf'
+'875903831634edf35d8d57e9a51bacb818255ecb3bfff29627f03e43d1ab65c3'
+'14d0a775eea7f8c66ba55399a9ad1e4fd29e0302f479a15b28bbfc754c5aa347'
+'dda05c6e76f12624e418ca18a36f2e90ec1c5b1cc52fed7142fce6076ec413f3'
+'e2c3fe0747908971449dba8f1526f008fc27b9ff5c3b490ea9d43a2a5fe8c1e4')
+validpgpkeys=('A93D62ECC3C8EA12DB220EC934EA76E6791485A8') # Jim Jagielski
+
+prepare() {
+  cd httpd-${pkgver}
+
+  # set default user
+  sed -e 's#User daemon#User http#' \
+  -e 's#Group daemon#Group http#' \
+  -i docs/conf/httpd.conf.in
+
+  cat ${srcdir}/arch.layout  config.layout
+
+  patch -p3  ../lua53_fixes.patch
+}
+
+build() {
+  cd httpd-${pkgver}
+
+  ./configure --sbindir=/usr/bin \
+  --enable-layout=Arch \
+  --enable-mpms-shared=all \
+  --enable-modules=all \
+  --enable-mods-shared=all \
+  --enable-so \
+  --enable-suexec \
+  --with-suexec-caller=http \
+  --with-suexec-docroot=/srv/http \
+  

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

2015-05-04 Thread Anatol Pomozov
Date: Monday, May 4, 2015 @ 18:33:30
  Author: anatolik
Revision: 132732

upgpkg: luarocks 2.2.1-1

Lua 5.3 rebuild

Modified:
  luarocks/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-05-04 15:45:16 UTC (rev 132731)
+++ PKGBUILD2015-05-04 16:33:30 UTC (rev 132732)
@@ -4,14 +4,14 @@
 # Contributor: Geoffroy Carrier geoff...@archlinux.org
 
 pkgbase=luarocks
-pkgname=('luarocks' 'luarocks5.1')
-pkgver=2.2.0
+pkgname=('luarocks' 'luarocks5.1' 'luarocks5.2')
+pkgver=2.2.1
 pkgrel=1
 arch=('any')
 url='http://luarocks.org/'
 license=('custom')
 depends=('unzip' 'zip' 'curl')
-makedepends=('lua' 'lua51')
+makedepends=('lua' 'lua51' 'lua52')
 optdepends=('cvs: for fetching sources from CVS repositories'
 'git: for fetching sources from git repositories'
 'mercurial: for fetching sources from mercurial repositories'
@@ -18,10 +18,11 @@
 'cmake: for building rocks that use the cmake build system')
 options=('!makeflags')
 source=(http://luarocks.org/releases/$pkgname-$pkgver.tar.gz)
-md5sums=('eb142e0f0891ea4243ef3b7582cfbbaa')
+md5sums=('718a0e8c257aace3ec16ebc2cfe9c696')
 
 prepare() {
   cp -r $pkgbase-$pkgver ${pkgbase}5.1-$pkgver
+  cp -r $pkgbase-$pkgver ${pkgbase}5.2-$pkgver
 }
 
 build() {
@@ -29,7 +30,7 @@
   cd $pkgbase-$pkgver
   LUA_VERSION= ./configure --prefix=/usr \
 --sysconfdir=/etc/luarocks \
---lua-version=5.2 \
+--lua-version=5.3 \
 --with-lua-include=/usr/include \
 --with-downloader=curl \
 --versioned-rocks-dir
@@ -45,11 +46,20 @@
   make
   sed -i 's/env lua/env lua5.1/' src/bin/luarocks{,-admin}
 
+  cd ../${pkgbase}5.2-$pkgver
+  ./configure --prefix=/usr \
+--sysconfdir=/etc/luarocks \
+--lua-version=5.2 \
+--with-lua-include=/usr/include/lua5.2 \
+--with-downloader=curl \
+--versioned-rocks-dir
+  make
+  sed -i 's/env lua/env lua5.2/' src/bin/luarocks{,-admin}
 }
 
 package_luarocks() {
-  pkgdesc='Deployment and management system for Lua 5.2 modules'
-  backup=('etc/luarocks/config-5.2.lua')
+  pkgdesc='Deployment and management system for Lua 5.3 modules'
+  backup=('etc/luarocks/config-5.3.lua')
   depends+=('lua')
   optdepends+=('lua-sec: HTTPS support')
 
@@ -58,7 +68,7 @@
   install -D COPYING $pkgdir/usr/share/licenses/$pkgname/LICENSE
 
   # FS#40388
-  sed -i '/^LUAROCKS_UNAME_M/d' 
$pkgdir/usr/share/lua/5.2/luarocks/site_config.lua
+  sed -i '/^LUAROCKS_UNAME_M/d' 
$pkgdir/usr/share/lua/5.3/luarocks/site_config.lua
 }
 
 package_luarocks5.1() {
@@ -75,3 +85,18 @@
   # FS#40388
   sed -i '/^LUAROCKS_UNAME_M/d' 
$pkgdir/usr/share/lua/5.1/luarocks/site_config.lua
 }
+
+package_luarocks5.2() {
+  pkgdesc='Deployment and management system for Lua 5.2 modules'
+  backup=('etc/luarocks/config-5.2.lua')
+  depends+=('lua52')
+  optdepends+=('lua52-sec: HTTPS support')
+
+  cd $pkgname-$pkgver
+  make install DESTDIR=$pkgdir
+  install -D COPYING $pkgdir/usr/share/licenses/$pkgname/LICENSE
+  rm $pkgdir/usr/bin/luarocks{,-admin}
+
+  # FS#40388
+  sed -i '/^LUAROCKS_UNAME_M/d' 
$pkgdir/usr/share/lua/5.2/luarocks/site_config.lua
+}


[arch-commits] Commit in luarocks/repos (2 files)

2015-05-04 Thread Anatol Pomozov
Date: Monday, May 4, 2015 @ 18:33:49
  Author: anatolik
Revision: 132733

archrelease: copy trunk to community-staging-any

Added:
  luarocks/repos/community-staging-any/
  luarocks/repos/community-staging-any/PKGBUILD
(from rev 132732, luarocks/trunk/PKGBUILD)

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

Copied: luarocks/repos/community-staging-any/PKGBUILD (from rev 132732, 
luarocks/trunk/PKGBUILD)
===
--- community-staging-any/PKGBUILD  (rev 0)
+++ community-staging-any/PKGBUILD  2015-05-04 16:33:49 UTC (rev 132733)
@@ -0,0 +1,102 @@
+# $Id$
+# Maintainer:  Bartłomiej Piotrowski bpiotrow...@archlinux.org
+# Contributor: Chris Brannon cmbranno...@gmail.com
+# Contributor: Geoffroy Carrier geoff...@archlinux.org
+
+pkgbase=luarocks
+pkgname=('luarocks' 'luarocks5.1' 'luarocks5.2')
+pkgver=2.2.1
+pkgrel=1
+arch=('any')
+url='http://luarocks.org/'
+license=('custom')
+depends=('unzip' 'zip' 'curl')
+makedepends=('lua' 'lua51' 'lua52')
+optdepends=('cvs: for fetching sources from CVS repositories'
+'git: for fetching sources from git repositories'
+'mercurial: for fetching sources from mercurial repositories'
+'cmake: for building rocks that use the cmake build system')
+options=('!makeflags')
+source=(http://luarocks.org/releases/$pkgname-$pkgver.tar.gz)
+md5sums=('718a0e8c257aace3ec16ebc2cfe9c696')
+
+prepare() {
+  cp -r $pkgbase-$pkgver ${pkgbase}5.1-$pkgver
+  cp -r $pkgbase-$pkgver ${pkgbase}5.2-$pkgver
+}
+
+build() {
+
+  cd $pkgbase-$pkgver
+  LUA_VERSION= ./configure --prefix=/usr \
+--sysconfdir=/etc/luarocks \
+--lua-version=5.3 \
+--with-lua-include=/usr/include \
+--with-downloader=curl \
+--versioned-rocks-dir
+  make
+
+  cd ../${pkgbase}5.1-$pkgver
+  ./configure --prefix=/usr \
+--sysconfdir=/etc/luarocks \
+--lua-version=5.1 \
+--with-lua-include=/usr/include/lua5.1 \
+--with-downloader=curl \
+--versioned-rocks-dir
+  make
+  sed -i 's/env lua/env lua5.1/' src/bin/luarocks{,-admin}
+
+  cd ../${pkgbase}5.2-$pkgver
+  ./configure --prefix=/usr \
+--sysconfdir=/etc/luarocks \
+--lua-version=5.2 \
+--with-lua-include=/usr/include/lua5.2 \
+--with-downloader=curl \
+--versioned-rocks-dir
+  make
+  sed -i 's/env lua/env lua5.2/' src/bin/luarocks{,-admin}
+}
+
+package_luarocks() {
+  pkgdesc='Deployment and management system for Lua 5.3 modules'
+  backup=('etc/luarocks/config-5.3.lua')
+  depends+=('lua')
+  optdepends+=('lua-sec: HTTPS support')
+
+  cd $pkgname-$pkgver
+  make install DESTDIR=$pkgdir
+  install -D COPYING $pkgdir/usr/share/licenses/$pkgname/LICENSE
+
+  # FS#40388
+  sed -i '/^LUAROCKS_UNAME_M/d' 
$pkgdir/usr/share/lua/5.3/luarocks/site_config.lua
+}
+
+package_luarocks5.1() {
+  pkgdesc='Deployment and management system for Lua 5.1 modules'
+  backup=('etc/luarocks/config-5.1.lua')
+  depends+=('lua51')
+  optdepends+=('lua51-sec: HTTPS support')
+
+  cd $pkgname-$pkgver
+  make install DESTDIR=$pkgdir
+  install -D COPYING $pkgdir/usr/share/licenses/$pkgname/LICENSE
+  rm $pkgdir/usr/bin/luarocks{,-admin}
+
+  # FS#40388
+  sed -i '/^LUAROCKS_UNAME_M/d' 
$pkgdir/usr/share/lua/5.1/luarocks/site_config.lua
+}
+
+package_luarocks5.2() {
+  pkgdesc='Deployment and management system for Lua 5.2 modules'
+  backup=('etc/luarocks/config-5.2.lua')
+  depends+=('lua52')
+  optdepends+=('lua52-sec: HTTPS support')
+
+  cd $pkgname-$pkgver
+  make install DESTDIR=$pkgdir
+  install -D COPYING $pkgdir/usr/share/licenses/$pkgname/LICENSE
+  rm $pkgdir/usr/bin/luarocks{,-admin}
+
+  # FS#40388
+  sed -i '/^LUAROCKS_UNAME_M/d' 
$pkgdir/usr/share/lua/5.2/luarocks/site_config.lua
+}


[arch-commits] Commit in arm-none-eabi-gcc/trunk (PKGBUILD)

2015-05-04 Thread Anatol Pomozov
Date: Monday, May 4, 2015 @ 18:36:29
  Author: anatolik
Revision: 132734

upgpkg: arm-none-eabi-gcc 5.1.0-2

Modified:
  arm-none-eabi-gcc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-05-04 16:33:49 UTC (rev 132733)
+++ PKGBUILD2015-05-04 16:36:29 UTC (rev 132734)
@@ -5,8 +5,8 @@
 pkgname=$_target-gcc
 pkgver=5.1.0
 _islver=0.14.1
-pkgrel=1
-#_snapshot=5.1.0-RC-20150412
+pkgrel=2
+_snapshot=5-20150428
 pkgdesc='The GNU Compiler Collection - cross compiler for ARM EABI 
(bare-metal) target'
 arch=(i686 x86_64)
 url='http://gcc.gnu.org/'
@@ -15,11 +15,11 @@
 makedepends=(gmp mpfr $_target-newlib)
 optdepends=('arm-none-eabi-newlib: Standard C library optimized for embedded 
systems')
 options=(!emptydirs !strip)
-source=(ftp://gcc.gnu.org/pub/gcc/releases/gcc-$pkgver/gcc-$pkgver.tar.bz2
-#ftp://gcc.gnu.org/pub/gcc/snapshots/$_snapshot/gcc-$_snapshot.tar.bz2
+source=(#ftp://gcc.gnu.org/pub/gcc/releases/gcc-$pkgver/gcc-$pkgver.tar.bz2
+ftp://gcc.gnu.org/pub/gcc/snapshots/$_snapshot/gcc-$_snapshot.tar.bz2
 http://isl.gforge.inria.fr/isl-$_islver.tar.bz2
 enable-with-multilib-list-for-arm.patch)
-sha256sums=('b7dafdf89cbb0e20333dbf5b5349319ae06e3d1a30bf3515b5488f7e89dca5ad'
+sha256sums=('bf736ffd3881527ab8d74199800440c32770689dc94bc0693297dae993dcd005'
 '1f20561843eb9f6ae2076800bc45f3680ff7696520257cd5734ccfb843464cae'
 'ee8c74097c1ff01918bda9acf9b45783fd3ba3a4c493e9e9255fa3c2130bf690')
 


[arch-commits] Commit in arm-none-eabi-gcc/repos (3 files)

2015-05-04 Thread Anatol Pomozov
Date: Monday, May 4, 2015 @ 18:36:47
  Author: anatolik
Revision: 132735

archrelease: copy trunk to community-staging-x86_64

Added:
  arm-none-eabi-gcc/repos/community-staging-x86_64/
  arm-none-eabi-gcc/repos/community-staging-x86_64/PKGBUILD
(from rev 132734, arm-none-eabi-gcc/trunk/PKGBUILD)
  
arm-none-eabi-gcc/repos/community-staging-x86_64/enable-with-multilib-list-for-arm.patch
(from rev 132734, 
arm-none-eabi-gcc/trunk/enable-with-multilib-list-for-arm.patch)

-+
 PKGBUILD|  127 ++
 enable-with-multilib-list-for-arm.patch |  201 ++
 2 files changed, 328 insertions(+)

Copied: arm-none-eabi-gcc/repos/community-staging-x86_64/PKGBUILD (from rev 
132734, arm-none-eabi-gcc/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2015-05-04 16:36:47 UTC (rev 132735)
@@ -0,0 +1,127 @@
+# Maintainer: Anatol Pomozov anatol.pomo...@gmail.com
+# Contributor: Martin Schmölzer mschmoel...@gmail.com
+
+_target=arm-none-eabi
+pkgname=$_target-gcc
+pkgver=5.1.0
+_islver=0.14.1
+pkgrel=2
+_snapshot=5-20150428
+pkgdesc='The GNU Compiler Collection - cross compiler for ARM EABI 
(bare-metal) target'
+arch=(i686 x86_64)
+url='http://gcc.gnu.org/'
+license=(GPL LGPL FDL)
+depends=($_target-binutils zlib libmpc)
+makedepends=(gmp mpfr $_target-newlib)
+optdepends=('arm-none-eabi-newlib: Standard C library optimized for embedded 
systems')
+options=(!emptydirs !strip)
+source=(#ftp://gcc.gnu.org/pub/gcc/releases/gcc-$pkgver/gcc-$pkgver.tar.bz2
+ftp://gcc.gnu.org/pub/gcc/snapshots/$_snapshot/gcc-$_snapshot.tar.bz2
+http://isl.gforge.inria.fr/isl-$_islver.tar.bz2
+enable-with-multilib-list-for-arm.patch)
+sha256sums=('bf736ffd3881527ab8d74199800440c32770689dc94bc0693297dae993dcd005'
+'1f20561843eb9f6ae2076800bc45f3680ff7696520257cd5734ccfb843464cae'
+'ee8c74097c1ff01918bda9acf9b45783fd3ba3a4c493e9e9255fa3c2130bf690')
+
+if [ -n $_snapshot ]; then
+  _basedir=gcc-$_snapshot
+else
+  _basedir=gcc-$pkgver
+fi
+
+prepare() {
+  cd $_basedir
+
+  # link isl for in-tree builds
+  ln -s ../isl-$_islver isl
+
+  echo $pkgver  gcc/BASE-VER
+
+  # hack! - some configure tests for header files using $CPP $CPPFLAGS
+  sed -i /ac_cpp=/s/\$CPPFLAGS/\$CPPFLAGS -O2/ {libiberty,gcc}/configure
+
+  patch -p1  $srcdir/enable-with-multilib-list-for-arm.patch
+
+  mkdir $srcdir/build-{gcc,gcc-nano}
+}
+
+_build_gcc() {
+  $srcdir/$_basedir/configure \
+--target=$_target \
+--prefix=/usr \
+--with-sysroot=/usr/$_target \
+--with-native-system-header-dir=/include \
+--libexecdir=/usr/lib \
+--enable-languages=c,c++ \
+--enable-plugins \
+--disable-decimal-float \
+--disable-libffi \
+--disable-libgomp \
+--disable-libmudflap \
+--disable-libquadmath \
+--disable-libssp \
+--disable-libstdcxx-pch \
+--disable-nls \
+--disable-shared \
+--disable-threads \
+--disable-tls \
+--with-gnu-as \
+--with-gnu-ld \
+--with-system-zlib \
+--with-newlib \
+--with-headers=/usr/$_target/include \
+--with-python-dir=share/gcc-arm-none-eabi \
+--with-gmp \
+--with-mpfr \
+--with-mpc \
+--with-isl \
+--with-libelf \
+--enable-gnu-indirect-function \
+--with-host-libstdcxx='-static-libgcc -Wl,-Bstatic,-lstdc++,-Bdynamic -lm' 
\
+--with-pkgversion='Arch Repository' \
+--with-bugurl='https://bugs.archlinux.org/' \
+--with-multilib-list=armv6-m,armv7-m,armv7e-m,armv7-r
+
+  make INHIBIT_LIBC_CFLAGS='-DUSE_TM_CLONE_REGISTRY=0'
+}
+
+build() {
+  cd $srcdir/build-gcc
+  export CFLAGS_FOR_TARGET='-g -Os -ffunction-sections -fdata-sections'
+  export CXXFLAGS_FOR_TARGET='-g -Os -ffunction-sections -fdata-sections'
+  _build_gcc
+
+  # Build libstdc++ without exceptions support (the 'nano' variant)
+  cd $srcdir/build-gcc-nano
+  export CFLAGS_FOR_TARGET='-g -Os -ffunction-sections -fdata-sections 
-fno-exceptions'
+  export CXXFLAGS_FOR_TARGET='-g -Os -ffunction-sections -fdata-sections 
-fno-exceptions'  
+  _build_gcc
+}
+
+package() {
+  cd $srcdir/build-gcc
+  make DESTDIR=$pkgdir install -j1
+
+  cd $srcdir/build-gcc-nano
+  make DESTDIR=$pkgdir.nano install -j1
+  # we need only libstdc nano files
+  multilibs=( $($pkgdir/usr/bin/$_target-gcc -print-multi-lib 2/dev/null) )
+  for multilib in ${multilibs[@]}; do
+dir=${multilib%%;*}
+from_dir=$pkgdir.nano/usr/$_target/lib/$dir
+to_dir=$pkgdir/usr/$_target/lib/$dir
+cp -f $from_dir/libstdc++.a $to_dir/libstdc++_nano.a
+cp -f $from_dir/libsupc++.a $to_dir/libsupc++_nano.a
+  done
+
+  # strip target binaries
+  find $pkgdir/usr/lib/gcc/$_target/$pkgver $pkgdir/usr/$_target/lib -type 
f -and \( -name \*.a -or -name \*.o \) -exec $_target-objcopy -R 

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

2015-05-04 Thread Anatol Pomozov
Date: Monday, May 4, 2015 @ 18:45:34
  Author: anatolik
Revision: 132736

Lua 5.3 rebuild

Modified:
  vicious/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-05-04 16:36:47 UTC (rev 132735)
+++ PKGBUILD2015-05-04 16:45:34 UTC (rev 132736)
@@ -3,7 +3,7 @@
 
 pkgname=vicious
 pkgver=2.1.3
-pkgrel=1
+pkgrel=2
 pkgdesc='Widgets for the Awesome window manager'
 arch=('any')
 url='http://git.sysphere.org/vicious/about/'
@@ -21,10 +21,10 @@
 package() {
   cd $pkgname-$pkgver
   # Install the vicious library
-  install -dm755 $pkgdir/usr/share/lua/5.2/$pkgname/{widgets,contrib}
-  install -m644 *.lua $pkgdir/usr/share/lua/5.2/$pkgname
-  install -m644 widgets/*.lua $pkgdir/usr/share/lua/5.2/$pkgname/widgets
-  install -m644 contrib/*.lua $pkgdir/usr/share/lua/5.2/$pkgname/contrib
+  install -dm755 $pkgdir/usr/share/lua/5.3/$pkgname/{widgets,contrib}
+  install -m644 *.lua $pkgdir/usr/share/lua/5.3/$pkgname
+  install -m644 widgets/*.lua $pkgdir/usr/share/lua/5.3/$pkgname/widgets
+  install -m644 contrib/*.lua $pkgdir/usr/share/lua/5.3/$pkgname/contrib
   # Install documentation
   install -dm755 $pkgdir/usr/share/doc/$pkgname
   install -m644 README CHANGES $pkgdir/usr/share/doc/$pkgname


[arch-commits] Commit in vicious/repos (2 files)

2015-05-04 Thread Anatol Pomozov
Date: Monday, May 4, 2015 @ 18:45:53
  Author: anatolik
Revision: 132737

archrelease: copy trunk to community-staging-any

Added:
  vicious/repos/community-staging-any/
  vicious/repos/community-staging-any/PKGBUILD
(from rev 132736, vicious/trunk/PKGBUILD)

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

Copied: vicious/repos/community-staging-any/PKGBUILD (from rev 132736, 
vicious/trunk/PKGBUILD)
===
--- community-staging-any/PKGBUILD  (rev 0)
+++ community-staging-any/PKGBUILD  2015-05-04 16:45:53 UTC (rev 132737)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Sébastien Luttringer
+
+pkgname=vicious
+pkgver=2.1.3
+pkgrel=2
+pkgdesc='Widgets for the Awesome window manager'
+arch=('any')
+url='http://git.sysphere.org/vicious/about/'
+license=('GPL2')
+depends=('lua')
+optdepends=(
+  'hddtemp: for the HDD Temp widget type'
+  'alsa-utils: for the Volume widget type'
+  'wireless_tools: for the Wireless widget type'
+  'curl: for widget types accessing network resources'
+)
+source=(http://git.sysphere.org/vicious/snapshot/vicious-$pkgver.tar.xz;)
+md5sums=('457c286dae9ec4870f3349bf7cbff0f7')
+
+package() {
+  cd $pkgname-$pkgver
+  # Install the vicious library
+  install -dm755 $pkgdir/usr/share/lua/5.3/$pkgname/{widgets,contrib}
+  install -m644 *.lua $pkgdir/usr/share/lua/5.3/$pkgname
+  install -m644 widgets/*.lua $pkgdir/usr/share/lua/5.3/$pkgname/widgets
+  install -m644 contrib/*.lua $pkgdir/usr/share/lua/5.3/$pkgname/contrib
+  # Install documentation
+  install -dm755 $pkgdir/usr/share/doc/$pkgname
+  install -m644 README CHANGES $pkgdir/usr/share/doc/$pkgname
+}
+
+# vim:set ts=2 sw=2 et:


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

2015-05-04 Thread Sven-Hendrik Haase
Date: Monday, May 4, 2015 @ 19:06:46
  Author: svenstaro
Revision: 132739

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-05-04 17:06:35 UTC (rev 132738)
+++ community-i686/PKGBUILD 2015-05-04 17:06:46 UTC (rev 132739)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
-# Contributor: Mateusz Herych heni...@gmail.com
-# Contributor: Bj?indeijer bj...@lindeijer.nl
-
-pkgname=enet
-pkgver=1.3.12
-pkgrel=1
-pkgdesc='A relatively thin, simple and robust network communication layer on 
top of UDP.'
-arch=('i686' 'x86_64')
-url='http://enet.bespin.org/'
-license=('custom')
-depends=('glibc')
-source=(http://enet.bespin.org/download/${pkgname}-${pkgver}.tar.gz;)
-sha1sums=('5fd9ef590dc7bcff652e99fef3e7241b3a743f25')
-
-build() {
-  cd ${pkgname}-${pkgver}
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-  install -Dm644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-}

Copied: enet/repos/community-i686/PKGBUILD (from rev 132738, 
enet/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-05-04 17:06:46 UTC (rev 132739)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
+# Contributor: Mateusz Herych heni...@gmail.com
+# Contributor: Bj?indeijer bj...@lindeijer.nl
+
+pkgname=enet
+pkgver=1.3.13
+pkgrel=1
+pkgdesc='A relatively thin, simple and robust network communication layer on 
top of UDP'
+arch=('i686' 'x86_64')
+url='http://enet.bespin.org/'
+license=('custom')
+depends=('glibc')
+source=(http://enet.bespin.org/download/${pkgname}-${pkgver}.tar.gz;)
+sha1sums=('5bcf9aa1a8f2e54cc85c1435d7dac0970d382b7e')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+  install -Dm644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-05-04 17:06:35 UTC (rev 132738)
+++ community-x86_64/PKGBUILD   2015-05-04 17:06:46 UTC (rev 132739)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
-# Contributor: Mateusz Herych heni...@gmail.com
-# Contributor: Bj?indeijer bj...@lindeijer.nl
-
-pkgname=enet
-pkgver=1.3.12
-pkgrel=1
-pkgdesc='A relatively thin, simple and robust network communication layer on 
top of UDP.'
-arch=('i686' 'x86_64')
-url='http://enet.bespin.org/'
-license=('custom')
-depends=('glibc')
-source=(http://enet.bespin.org/download/${pkgname}-${pkgver}.tar.gz;)
-sha1sums=('5fd9ef590dc7bcff652e99fef3e7241b3a743f25')
-
-build() {
-  cd ${pkgname}-${pkgver}
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-  install -Dm644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-}

Copied: enet/repos/community-x86_64/PKGBUILD (from rev 132738, 
enet/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2015-05-04 17:06:46 UTC (rev 132739)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
+# Contributor: Mateusz Herych heni...@gmail.com
+# Contributor: Bj?indeijer bj...@lindeijer.nl
+
+pkgname=enet
+pkgver=1.3.13
+pkgrel=1
+pkgdesc='A relatively thin, simple and robust network communication layer on 
top of UDP'
+arch=('i686' 'x86_64')
+url='http://enet.bespin.org/'
+license=('custom')
+depends=('glibc')
+source=(http://enet.bespin.org/download/${pkgname}-${pkgver}.tar.gz;)
+sha1sums=('5bcf9aa1a8f2e54cc85c1435d7dac0970d382b7e')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+  install -Dm644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}


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

2015-05-04 Thread Sven-Hendrik Haase
Date: Monday, May 4, 2015 @ 19:06:35
  Author: svenstaro
Revision: 132738

upgpkg: enet 1.3.13-1

upstream release 1.3.13

Modified:
  enet/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-05-04 16:45:53 UTC (rev 132737)
+++ PKGBUILD2015-05-04 17:06:35 UTC (rev 132738)
@@ -4,15 +4,15 @@
 # Contributor: Bj?indeijer bj...@lindeijer.nl
 
 pkgname=enet
-pkgver=1.3.12
+pkgver=1.3.13
 pkgrel=1
-pkgdesc='A relatively thin, simple and robust network communication layer on 
top of UDP.'
+pkgdesc='A relatively thin, simple and robust network communication layer on 
top of UDP'
 arch=('i686' 'x86_64')
 url='http://enet.bespin.org/'
 license=('custom')
 depends=('glibc')
 source=(http://enet.bespin.org/download/${pkgname}-${pkgver}.tar.gz;)
-sha1sums=('5fd9ef590dc7bcff652e99fef3e7241b3a743f25')
+sha1sums=('5bcf9aa1a8f2e54cc85c1435d7dac0970d382b7e')
 
 build() {
   cd ${pkgname}-${pkgver}


[arch-commits] Commit in wesnoth/repos (14 files)

2015-05-04 Thread Sven-Hendrik Haase
Date: Monday, May 4, 2015 @ 19:07:21
  Author: svenstaro
Revision: 132741

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

Added:
  wesnoth/repos/community-staging-i686/
  wesnoth/repos/community-staging-i686/PKGBUILD
(from rev 132740, wesnoth/trunk/PKGBUILD)
  wesnoth/repos/community-staging-i686/wesnoth-boost.patch
(from rev 132740, wesnoth/trunk/wesnoth-boost.patch)
  wesnoth/repos/community-staging-i686/wesnoth.install
(from rev 132740, wesnoth/trunk/wesnoth.install)
  wesnoth/repos/community-staging-i686/wesnoth.tmpfiles.conf
(from rev 132740, wesnoth/trunk/wesnoth.tmpfiles.conf)
  wesnoth/repos/community-staging-i686/wesnothd.service
(from rev 132740, wesnoth/trunk/wesnothd.service)
  wesnoth/repos/community-staging-i686/wesnothd.tmpfiles.conf
(from rev 132740, wesnoth/trunk/wesnothd.tmpfiles.conf)
  wesnoth/repos/community-staging-x86_64/
  wesnoth/repos/community-staging-x86_64/PKGBUILD
(from rev 132740, wesnoth/trunk/PKGBUILD)
  wesnoth/repos/community-staging-x86_64/wesnoth-boost.patch
(from rev 132740, wesnoth/trunk/wesnoth-boost.patch)
  wesnoth/repos/community-staging-x86_64/wesnoth.install
(from rev 132740, wesnoth/trunk/wesnoth.install)
  wesnoth/repos/community-staging-x86_64/wesnoth.tmpfiles.conf
(from rev 132740, wesnoth/trunk/wesnoth.tmpfiles.conf)
  wesnoth/repos/community-staging-x86_64/wesnothd.service
(from rev 132740, wesnoth/trunk/wesnothd.service)
  wesnoth/repos/community-staging-x86_64/wesnothd.tmpfiles.conf
(from rev 132740, wesnoth/trunk/wesnothd.tmpfiles.conf)

-+
 community-staging-i686/PKGBUILD |   56 ++
 community-staging-i686/wesnoth-boost.patch  |   12 
 community-staging-i686/wesnoth.install  |   14 +
 community-staging-i686/wesnoth.tmpfiles.conf|1 
 community-staging-i686/wesnothd.service |9 +++
 community-staging-i686/wesnothd.tmpfiles.conf   |1 
 community-staging-x86_64/PKGBUILD   |   56 ++
 community-staging-x86_64/wesnoth-boost.patch|   12 
 community-staging-x86_64/wesnoth.install|   14 +
 community-staging-x86_64/wesnoth.tmpfiles.conf  |1 
 community-staging-x86_64/wesnothd.service   |9 +++
 community-staging-x86_64/wesnothd.tmpfiles.conf |1 
 12 files changed, 186 insertions(+)

Copied: wesnoth/repos/community-staging-i686/PKGBUILD (from rev 132740, 
wesnoth/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2015-05-04 17:07:21 UTC (rev 132741)
@@ -0,0 +1,56 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
+# Contributor: Jan de Groot j...@archlinux.org
+# Contributor: Tobias Powalowski tp...@archlinux.org
+# Contributor: Jacobo Arvelo unix4...@ya.com
+# Contributor: Douglas Soares de Andrade doug...@archlinux.org
+
+pkgname=wesnoth
+pkgver=1.12.2
+pkgrel=3
+pkgdesc=A turn-based strategy game on a fantasy world
+arch=('i686' 'x86_64')
+license=('GPL')
+url=http://www.wesnoth.org/;
+depends=('sdl_ttf' 'sdl_net' 'sdl_mixer' 'sdl_image' 'fribidi' 'boost-libs' 
'pango' 'lua52' 'wesnoth-data' 'dbus' 'python2')
+makedepends=('boost' 'cmake'' git')
+install=wesnoth.install
+options=(!emptydirs)
+source=(git://github.com/wesnoth/wesnoth.git#tag=${pkgver}
+wesnoth-boost.patch
+wesnothd.tmpfiles.conf
+wesnothd.service)
+md5sums=('SKIP'
+ '9a4ad99ba66990bfc17cb12966b3823b'
+ '2d2fea6b3d86dfd589f5ad35a3be1f97'
+ 'd1b6bf1d3dc05086ee6a370adff0ae4a')
+
+build() {
+  cd $srcdir/$pkgname
+  
+  # Try this again in a new version when they fix their linking to boost
+  patch -Np1  ${srcdir}/wesnoth-boost.patch
+
+  mkdir build  cd build
+  cmake .. \
+  -DCMAKE_INSTALL_PREFIX=/usr \
+  -DENABLE_OMP=ON \
+  -DENABLE_TOOLS=ON \
+  -DMANDIR=share/man
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname
+
+  cd build
+  make DESTDIR=$pkgdir install
+
+  rm -r $pkgdir/usr/share/applications
+  rm -r $pkgdir/usr/share/doc
+  rm -r $pkgdir/usr/share/pixmaps
+  rm -r $pkgdir/usr/share/wesnoth
+
+  install -Dm644 $srcdir/wesnothd.tmpfiles.conf 
$pkgdir/usr/lib/tmpfiles.d/wesnothd.conf
+  install -Dm644 $srcdir/wesnothd.service 
$pkgdir/usr/lib/systemd/system/wesnothd.service
+}

Copied: wesnoth/repos/community-staging-i686/wesnoth-boost.patch (from rev 
132740, wesnoth/trunk/wesnoth-boost.patch)
===
--- community-staging-i686/wesnoth-boost.patch  (rev 0)
+++ community-staging-i686/wesnoth-boost.patch  2015-05-04 17:07:21 UTC (rev 
132741)
@@ -0,0 +1,12 @@
+diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
+index 43a20d7..61f36e0 100644
+--- a/src/CMakeLists.txt
 b/src/CMakeLists.txt
+@@ -79,6 +79,7 @@ 

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

2015-05-04 Thread Sven-Hendrik Haase
Date: Monday, May 4, 2015 @ 19:07:26
  Author: svenstaro
Revision: 132742

upgpkg: wesnoth-data 1.12.2-2

lua52 rebuild

Modified:
  wesnoth-data/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-05-04 17:07:21 UTC (rev 132741)
+++ PKGBUILD2015-05-04 17:07:26 UTC (rev 132742)
@@ -7,12 +7,12 @@
 
 pkgname=wesnoth-data
 pkgver=1.12.2
-pkgrel=1
+pkgrel=2
 pkgdesc=A turn-based strategy game on a fantasy world (data files)
 arch=('any')
 license=('GPL')
 url=http://www.wesnoth.org/;
-makedepends=('boost' 'cmake' 'sdl_image' 'sdl_ttf' 'sdl_mixer' 'sdl_net' 'lua' 
'pango' 'git')
+makedepends=('boost' 'cmake' 'sdl_image' 'sdl_ttf' 'sdl_mixer' 'sdl_net' 
'lua52' 'pango' 'git')
 options=(!emptydirs)
 source=(git://github.com/wesnoth/wesnoth.git#tag=${pkgver}
 wesnoth-boost.patch)


[arch-commits] Commit in wesnoth-data/repos (3 files)

2015-05-04 Thread Sven-Hendrik Haase
Date: Monday, May 4, 2015 @ 19:07:34
  Author: svenstaro
Revision: 132743

archrelease: copy trunk to community-staging-any

Added:
  wesnoth-data/repos/community-staging-any/
  wesnoth-data/repos/community-staging-any/PKGBUILD
(from rev 132742, wesnoth-data/trunk/PKGBUILD)
  wesnoth-data/repos/community-staging-any/wesnoth-boost.patch
(from rev 132742, wesnoth-data/trunk/wesnoth-boost.patch)

-+
 PKGBUILD|   50 ++
 wesnoth-boost.patch |   12 
 2 files changed, 62 insertions(+)

Copied: wesnoth-data/repos/community-staging-any/PKGBUILD (from rev 132742, 
wesnoth-data/trunk/PKGBUILD)
===
--- community-staging-any/PKGBUILD  (rev 0)
+++ community-staging-any/PKGBUILD  2015-05-04 17:07:34 UTC (rev 132743)
@@ -0,0 +1,50 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
+# Contributor: Jan de Groot j...@archlinux.org
+# Contributor: Tobias Powalowski tp...@archlinux.org
+# Contributor: Jacobo Arvelo unix4...@ya.com
+# Contributor: Douglas Soares de Andrade doug...@archlinux.org
+
+pkgname=wesnoth-data
+pkgver=1.12.2
+pkgrel=2
+pkgdesc=A turn-based strategy game on a fantasy world (data files)
+arch=('any')
+license=('GPL')
+url=http://www.wesnoth.org/;
+makedepends=('boost' 'cmake' 'sdl_image' 'sdl_ttf' 'sdl_mixer' 'sdl_net' 
'lua52' 'pango' 'git')
+options=(!emptydirs)
+source=(git://github.com/wesnoth/wesnoth.git#tag=${pkgver}
+wesnoth-boost.patch)
+md5sums=('SKIP'
+ '9a4ad99ba66990bfc17cb12966b3823b')
+
+build() {
+  cd ${srcdir}/wesnoth
+
+  # Try this again in a new version when they fix their linking to boost
+  patch -Np1  ${srcdir}/wesnoth-boost.patch
+
+  mkdir build  cd build
+  cmake .. \
+  -DCMAKE_INSTALL_PREFIX=/usr \
+  -DENABLE_OMP=ON \
+  -DENABLE_TOOLS=ON \
+  -DMANDIR=share/man \
+  -DFIFO_DIR=/var/run/wesnothd
+  make
+}
+
+package() {
+  cd ${srcdir}/wesnoth
+
+  cd build
+  make DESTDIR=$pkgdir install
+
+  rm -r $pkgdir/usr/bin
+  rm -r $pkgdir/usr/share/man
+
+  for file in $(grep -l python $pkgdir/usr/share/wesnoth/data/tools/*); do
+sed -i s|#!/usr/bi#n/env python|#!/usr/bin/env python2| $file;
+  done
+}

Copied: wesnoth-data/repos/community-staging-any/wesnoth-boost.patch (from rev 
132742, wesnoth-data/trunk/wesnoth-boost.patch)
===
--- community-staging-any/wesnoth-boost.patch   (rev 0)
+++ community-staging-any/wesnoth-boost.patch   2015-05-04 17:07:34 UTC (rev 
132743)
@@ -0,0 +1,12 @@
+diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
+index 43a20d7..61f36e0 100644
+--- a/src/CMakeLists.txt
 b/src/CMakeLists.txt
+@@ -79,6 +79,7 @@ else(MSVC)
+   ${Boost_IOSTREAMS_LIBRARY}
+   ${Boost_REGEX_LIBRARY}
+   ${Boost_PROGRAM_OPTIONS_LIBRARY}
++${Boost_SYSTEM_LIBRARIES}
+   ${LIBINTL_LIBRARIES}
+   )
+ endif(MSVC)


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

2015-05-04 Thread Sven-Hendrik Haase
Date: Monday, May 4, 2015 @ 19:07:09
  Author: svenstaro
Revision: 132740

upgpkg: wesnoth 1.12.2-3

lua52 rebuild

Modified:
  wesnoth/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-05-04 17:06:46 UTC (rev 132739)
+++ PKGBUILD2015-05-04 17:07:09 UTC (rev 132740)
@@ -7,12 +7,12 @@
 
 pkgname=wesnoth
 pkgver=1.12.2
-pkgrel=2
+pkgrel=3
 pkgdesc=A turn-based strategy game on a fantasy world
 arch=('i686' 'x86_64')
 license=('GPL')
 url=http://www.wesnoth.org/;
-depends=('sdl_ttf' 'sdl_net' 'sdl_mixer' 'sdl_image' 'fribidi' 'boost-libs' 
'pango' 'lua' 'wesnoth-data' 'dbus' 'python2')
+depends=('sdl_ttf' 'sdl_net' 'sdl_mixer' 'sdl_image' 'fribidi' 'boost-libs' 
'pango' 'lua52' 'wesnoth-data' 'dbus' 'python2')
 makedepends=('boost' 'cmake'' git')
 install=wesnoth.install
 options=(!emptydirs)


[arch-commits] Commit in arm-none-eabi-gcc/repos (7 files)

2015-05-04 Thread Anatol Pomozov
Date: Monday, May 4, 2015 @ 19:14:54
  Author: anatolik
Revision: 132744

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

Added:
  arm-none-eabi-gcc/repos/community-staging-i686/
  arm-none-eabi-gcc/repos/community-staging-i686/PKGBUILD
(from rev 132743, arm-none-eabi-gcc/trunk/PKGBUILD)
  
arm-none-eabi-gcc/repos/community-staging-i686/enable-with-multilib-list-for-arm.patch
(from rev 132743, 
arm-none-eabi-gcc/trunk/enable-with-multilib-list-for-arm.patch)
  arm-none-eabi-gcc/repos/community-staging-x86_64/PKGBUILD
(from rev 132743, arm-none-eabi-gcc/trunk/PKGBUILD)
  
arm-none-eabi-gcc/repos/community-staging-x86_64/enable-with-multilib-list-for-arm.patch
(from rev 132743, 
arm-none-eabi-gcc/trunk/enable-with-multilib-list-for-arm.patch)
Deleted:
  arm-none-eabi-gcc/repos/community-staging-x86_64/PKGBUILD
  
arm-none-eabi-gcc/repos/community-staging-x86_64/enable-with-multilib-list-for-arm.patch

--+
 /PKGBUILD|  127 ++
 /enable-with-multilib-list-for-arm.patch |  201 
++
 community-staging-i686/PKGBUILD  |  127 ++
 community-staging-i686/enable-with-multilib-list-for-arm.patch   |  201 
++
 community-staging-x86_64/PKGBUILD|  127 --
 community-staging-x86_64/enable-with-multilib-list-for-arm.patch |  201 
--
 6 files changed, 656 insertions(+), 328 deletions(-)

Copied: arm-none-eabi-gcc/repos/community-staging-i686/PKGBUILD (from rev 
132743, arm-none-eabi-gcc/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2015-05-04 17:14:54 UTC (rev 132744)
@@ -0,0 +1,127 @@
+# Maintainer: Anatol Pomozov anatol.pomo...@gmail.com
+# Contributor: Martin Schmölzer mschmoel...@gmail.com
+
+_target=arm-none-eabi
+pkgname=$_target-gcc
+pkgver=5.1.0
+_islver=0.14.1
+pkgrel=2
+_snapshot=5-20150428
+pkgdesc='The GNU Compiler Collection - cross compiler for ARM EABI 
(bare-metal) target'
+arch=(i686 x86_64)
+url='http://gcc.gnu.org/'
+license=(GPL LGPL FDL)
+depends=($_target-binutils zlib libmpc)
+makedepends=(gmp mpfr $_target-newlib)
+optdepends=('arm-none-eabi-newlib: Standard C library optimized for embedded 
systems')
+options=(!emptydirs !strip)
+source=(#ftp://gcc.gnu.org/pub/gcc/releases/gcc-$pkgver/gcc-$pkgver.tar.bz2
+ftp://gcc.gnu.org/pub/gcc/snapshots/$_snapshot/gcc-$_snapshot.tar.bz2
+http://isl.gforge.inria.fr/isl-$_islver.tar.bz2
+enable-with-multilib-list-for-arm.patch)
+sha256sums=('bf736ffd3881527ab8d74199800440c32770689dc94bc0693297dae993dcd005'
+'1f20561843eb9f6ae2076800bc45f3680ff7696520257cd5734ccfb843464cae'
+'ee8c74097c1ff01918bda9acf9b45783fd3ba3a4c493e9e9255fa3c2130bf690')
+
+if [ -n $_snapshot ]; then
+  _basedir=gcc-$_snapshot
+else
+  _basedir=gcc-$pkgver
+fi
+
+prepare() {
+  cd $_basedir
+
+  # link isl for in-tree builds
+  ln -s ../isl-$_islver isl
+
+  echo $pkgver  gcc/BASE-VER
+
+  # hack! - some configure tests for header files using $CPP $CPPFLAGS
+  sed -i /ac_cpp=/s/\$CPPFLAGS/\$CPPFLAGS -O2/ {libiberty,gcc}/configure
+
+  patch -p1  $srcdir/enable-with-multilib-list-for-arm.patch
+
+  mkdir $srcdir/build-{gcc,gcc-nano}
+}
+
+_build_gcc() {
+  $srcdir/$_basedir/configure \
+--target=$_target \
+--prefix=/usr \
+--with-sysroot=/usr/$_target \
+--with-native-system-header-dir=/include \
+--libexecdir=/usr/lib \
+--enable-languages=c,c++ \
+--enable-plugins \
+--disable-decimal-float \
+--disable-libffi \
+--disable-libgomp \
+--disable-libmudflap \
+--disable-libquadmath \
+--disable-libssp \
+--disable-libstdcxx-pch \
+--disable-nls \
+--disable-shared \
+--disable-threads \
+--disable-tls \
+--with-gnu-as \
+--with-gnu-ld \
+--with-system-zlib \
+--with-newlib \
+--with-headers=/usr/$_target/include \
+--with-python-dir=share/gcc-arm-none-eabi \
+--with-gmp \
+--with-mpfr \
+--with-mpc \
+--with-isl \
+--with-libelf \
+--enable-gnu-indirect-function \
+--with-host-libstdcxx='-static-libgcc -Wl,-Bstatic,-lstdc++,-Bdynamic -lm' 
\
+--with-pkgversion='Arch Repository' \
+--with-bugurl='https://bugs.archlinux.org/' \
+--with-multilib-list=armv6-m,armv7-m,armv7e-m,armv7-r
+
+  make INHIBIT_LIBC_CFLAGS='-DUSE_TM_CLONE_REGISTRY=0'
+}
+
+build() {
+  cd $srcdir/build-gcc
+  export CFLAGS_FOR_TARGET='-g -Os -ffunction-sections -fdata-sections'
+  export CXXFLAGS_FOR_TARGET='-g -Os -ffunction-sections -fdata-sections'
+  _build_gcc
+
+  # Build libstdc++ without exceptions support (the 'nano' variant)
+  cd $srcdir/build-gcc-nano
+  export CFLAGS_FOR_TARGET='-g -Os 

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

2015-05-04 Thread Anatol Pomozov
Date: Monday, May 4, 2015 @ 19:34:43
  Author: anatolik
Revision: 132746

upgpkg: luarocks 2.2.2-1

Lua 5.3 rebuild

Modified:
  luarocks/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-05-04 17:17:06 UTC (rev 132745)
+++ PKGBUILD2015-05-04 17:34:43 UTC (rev 132746)
@@ -5,7 +5,7 @@
 
 pkgbase=luarocks
 pkgname=('luarocks' 'luarocks5.1' 'luarocks5.2')
-pkgver=2.2.1
+pkgver=2.2.2
 pkgrel=1
 arch=('any')
 url='http://luarocks.org/'
@@ -18,7 +18,7 @@
 'cmake: for building rocks that use the cmake build system')
 options=('!makeflags')
 source=(http://luarocks.org/releases/$pkgname-$pkgver.tar.gz)
-md5sums=('718a0e8c257aace3ec16ebc2cfe9c696')
+md5sums=('5a830953d27715cc955119609f8096e6')
 
 prepare() {
   cp -r $pkgbase-$pkgver ${pkgbase}5.1-$pkgver
@@ -40,6 +40,7 @@
   ./configure --prefix=/usr \
 --sysconfdir=/etc/luarocks \
 --lua-version=5.1 \
+--lua-suffix=5.1 \
 --with-lua-include=/usr/include/lua5.1 \
 --with-downloader=curl \
 --versioned-rocks-dir
@@ -50,6 +51,7 @@
   ./configure --prefix=/usr \
 --sysconfdir=/etc/luarocks \
 --lua-version=5.2 \
+--lua-suffix=5.2 \
 --with-lua-include=/usr/include/lua5.2 \
 --with-downloader=curl \
 --versioned-rocks-dir


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

2015-05-04 Thread Anatol Pomozov
Date: Monday, May 4, 2015 @ 19:35:09
  Author: anatolik
Revision: 132747

archrelease: copy trunk to community-staging-any

Added:
  luarocks/repos/community-staging-any/PKGBUILD
(from rev 132746, luarocks/trunk/PKGBUILD)
Deleted:
  luarocks/repos/community-staging-any/PKGBUILD

--+
 PKGBUILD |  206 ++---
 1 file changed, 104 insertions(+), 102 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-05-04 17:34:43 UTC (rev 132746)
+++ PKGBUILD2015-05-04 17:35:09 UTC (rev 132747)
@@ -1,102 +0,0 @@
-# $Id$
-# Maintainer:  Bartłomiej Piotrowski bpiotrow...@archlinux.org
-# Contributor: Chris Brannon cmbranno...@gmail.com
-# Contributor: Geoffroy Carrier geoff...@archlinux.org
-
-pkgbase=luarocks
-pkgname=('luarocks' 'luarocks5.1' 'luarocks5.2')
-pkgver=2.2.1
-pkgrel=1
-arch=('any')
-url='http://luarocks.org/'
-license=('custom')
-depends=('unzip' 'zip' 'curl')
-makedepends=('lua' 'lua51' 'lua52')
-optdepends=('cvs: for fetching sources from CVS repositories'
-'git: for fetching sources from git repositories'
-'mercurial: for fetching sources from mercurial repositories'
-'cmake: for building rocks that use the cmake build system')
-options=('!makeflags')
-source=(http://luarocks.org/releases/$pkgname-$pkgver.tar.gz)
-md5sums=('718a0e8c257aace3ec16ebc2cfe9c696')
-
-prepare() {
-  cp -r $pkgbase-$pkgver ${pkgbase}5.1-$pkgver
-  cp -r $pkgbase-$pkgver ${pkgbase}5.2-$pkgver
-}
-
-build() {
-
-  cd $pkgbase-$pkgver
-  LUA_VERSION= ./configure --prefix=/usr \
---sysconfdir=/etc/luarocks \
---lua-version=5.3 \
---with-lua-include=/usr/include \
---with-downloader=curl \
---versioned-rocks-dir
-  make
-
-  cd ../${pkgbase}5.1-$pkgver
-  ./configure --prefix=/usr \
---sysconfdir=/etc/luarocks \
---lua-version=5.1 \
---with-lua-include=/usr/include/lua5.1 \
---with-downloader=curl \
---versioned-rocks-dir
-  make
-  sed -i 's/env lua/env lua5.1/' src/bin/luarocks{,-admin}
-
-  cd ../${pkgbase}5.2-$pkgver
-  ./configure --prefix=/usr \
---sysconfdir=/etc/luarocks \
---lua-version=5.2 \
---with-lua-include=/usr/include/lua5.2 \
---with-downloader=curl \
---versioned-rocks-dir
-  make
-  sed -i 's/env lua/env lua5.2/' src/bin/luarocks{,-admin}
-}
-
-package_luarocks() {
-  pkgdesc='Deployment and management system for Lua 5.3 modules'
-  backup=('etc/luarocks/config-5.3.lua')
-  depends+=('lua')
-  optdepends+=('lua-sec: HTTPS support')
-
-  cd $pkgname-$pkgver
-  make install DESTDIR=$pkgdir
-  install -D COPYING $pkgdir/usr/share/licenses/$pkgname/LICENSE
-
-  # FS#40388
-  sed -i '/^LUAROCKS_UNAME_M/d' 
$pkgdir/usr/share/lua/5.3/luarocks/site_config.lua
-}
-
-package_luarocks5.1() {
-  pkgdesc='Deployment and management system for Lua 5.1 modules'
-  backup=('etc/luarocks/config-5.1.lua')
-  depends+=('lua51')
-  optdepends+=('lua51-sec: HTTPS support')
-
-  cd $pkgname-$pkgver
-  make install DESTDIR=$pkgdir
-  install -D COPYING $pkgdir/usr/share/licenses/$pkgname/LICENSE
-  rm $pkgdir/usr/bin/luarocks{,-admin}
-
-  # FS#40388
-  sed -i '/^LUAROCKS_UNAME_M/d' 
$pkgdir/usr/share/lua/5.1/luarocks/site_config.lua
-}
-
-package_luarocks5.2() {
-  pkgdesc='Deployment and management system for Lua 5.2 modules'
-  backup=('etc/luarocks/config-5.2.lua')
-  depends+=('lua52')
-  optdepends+=('lua52-sec: HTTPS support')
-
-  cd $pkgname-$pkgver
-  make install DESTDIR=$pkgdir
-  install -D COPYING $pkgdir/usr/share/licenses/$pkgname/LICENSE
-  rm $pkgdir/usr/bin/luarocks{,-admin}
-
-  # FS#40388
-  sed -i '/^LUAROCKS_UNAME_M/d' 
$pkgdir/usr/share/lua/5.2/luarocks/site_config.lua
-}

Copied: luarocks/repos/community-staging-any/PKGBUILD (from rev 132746, 
luarocks/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-05-04 17:35:09 UTC (rev 132747)
@@ -0,0 +1,104 @@
+# $Id$
+# Maintainer:  Bartłomiej Piotrowski bpiotrow...@archlinux.org
+# Contributor: Chris Brannon cmbranno...@gmail.com
+# Contributor: Geoffroy Carrier geoff...@archlinux.org
+
+pkgbase=luarocks
+pkgname=('luarocks' 'luarocks5.1' 'luarocks5.2')
+pkgver=2.2.2
+pkgrel=1
+arch=('any')
+url='http://luarocks.org/'
+license=('custom')
+depends=('unzip' 'zip' 'curl')
+makedepends=('lua' 'lua51' 'lua52')
+optdepends=('cvs: for fetching sources from CVS repositories'
+'git: for fetching sources from git repositories'
+'mercurial: for fetching sources from mercurial repositories'
+'cmake: for building rocks that use the cmake build system')
+options=('!makeflags')
+source=(http://luarocks.org/releases/$pkgname-$pkgver.tar.gz)
+md5sums=('5a830953d27715cc955119609f8096e6')
+
+prepare() {
+  cp -r $pkgbase-$pkgver ${pkgbase}5.1-$pkgver
+  cp -r $pkgbase-$pkgver ${pkgbase}5.2-$pkgver
+}
+
+build() {
+
+  cd 

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

2015-05-04 Thread Sven-Hendrik Haase
Date: Monday, May 4, 2015 @ 19:56:56
  Author: svenstaro
Revision: 132748

upgpkg: bumblebee 3.2.1-10

Fix FS#44833

Modified:
  bumblebee/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-05-04 17:35:09 UTC (rev 132747)
+++ PKGBUILD2015-05-04 17:56:56 UTC (rev 132748)
@@ -3,7 +3,7 @@
 
 pkgname=bumblebee
 pkgver=3.2.1
-pkgrel=9
+pkgrel=10
 pkgdesc=NVIDIA Optimus support for Linux through VirtualGL
 arch=('i686' 'x86_64')
 depends=('virtualgl' 'glib2' 'mesa-libgl')
@@ -63,4 +63,6 @@
 
 # Make bash_completion work
 mv -v ${pkgdir}/etc/bash_completion.d/bumblebee 
${pkgdir}/etc/bash_completion.d/optirun
+
+echo blacklist nouveau  ${pkgdir}/usr/lib/modprobe.d/bumblebee.conf
 }


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

2015-05-04 Thread Sven-Hendrik Haase
Date: Monday, May 4, 2015 @ 19:57:04
  Author: svenstaro
Revision: 132749

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

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

+
 /PKGBUILD  |  136 +++
 /bumblebee.install |   16 
 community-i686/PKGBUILD|   66 
 community-i686/bumblebee.install   |8 --
 community-x86_64/PKGBUILD  |   66 
 community-x86_64/bumblebee.install |8 --
 6 files changed, 152 insertions(+), 148 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-05-04 17:56:56 UTC (rev 132748)
+++ community-i686/PKGBUILD 2015-05-04 17:57:04 UTC (rev 132749)
@@ -1,66 +0,0 @@
-# $Id$
-# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
-
-pkgname=bumblebee
-pkgver=3.2.1
-pkgrel=9
-pkgdesc=NVIDIA Optimus support for Linux through VirtualGL
-arch=('i686' 'x86_64')
-depends=('virtualgl' 'glib2' 'mesa-libgl')
-makedepends=('help2man')
-optdepends=('bbswitch: switch on/off discrete card' 
-'nvidia: NVIDIA kernel driver'
-'nvidia-340xx: NVIDIA kernel driver for older devices'
-'nvidia-304xx: NVIDIA kernel driver for even older devices'
-'primus: faster back-end for optirun')
-if [ $CARCH = x86_64 ]; then
- optdepends[${#optdepends[@]}]='lib32-virtualgl: run 32bit applications 
with optirun'
- optdepends[${#optdepends[@]}]='lib32-primus: faster back-end for optirun'
-fi
-conflicts=('nvidia-libgl' 'nvidia-340xx-libgl' 'nvidia-304xx-libgl')
-provides=('nvidia-libgl' 'nvidia-340xx-libgl' 'nvidia-304xx-libgl')
-url=http://www.bumblebee-project.org;
-license=(GPL3)
-install='bumblebee.install'
-backup=('etc/bumblebee/bumblebee.conf' 
-'etc/bumblebee/xorg.conf.nouveau' 
-'etc/bumblebee/xorg.conf.nvidia')
-source=(http://www.bumblebee-project.org/${pkgname}-${pkgver}.tar.gz;
-
bumblebee-hexadecimal.patch::https://github.com/Bumblebee-Project/Bumblebee/commit/2073f8537412aa47755eb6f3f22a114403e5285b.patch;)
-md5sums=('30974e677bb13e8a3825fd6f3e7d3b24'
- 'd0a7d504a717e34b05fb4bc9ee68f881')
-
-build() {
-cd ${srcdir}/${pkgname}-${pkgver}
-
-patch -Np1  ${srcdir}/bumblebee-hexadecimal.patch
-
-./configure \
-CONF_DRIVER_MODULE_NVIDIA=nvidia \
-CONF_LDPATH_NVIDIA=/usr/lib/nvidia:/usr/lib32/nvidia \
-CONF_MODPATH_NVIDIA=/usr/lib/nvidia/xorg/,/usr/lib/xorg/modules \
---prefix=/usr \
---sbindir=/usr/bin \
---with-udev-rules=/usr/lib/udev/rules.d/ \
---sysconfdir=/etc \
---without-pidfile
-
-make
-}
-
-package() {
-cd ${srcdir}/${pkgname}-${pkgver}
-
-make install DESTDIR=$pkgdir
-
-# Stop nvidia from loading on boot
-mkdir -p ${pkgdir}/usr/lib/modprobe.d/
-echo blacklist nvidia  ${pkgdir}/usr/lib/modprobe.d/bumblebee.conf
-
-# Install systemd unit
-install -D -m644 scripts/systemd/bumblebeed.service 
${pkgdir}/usr/lib/systemd/system/bumblebeed.service
-sed -i s/sbin/bin/ ${pkgdir}/usr/lib/systemd/system/bumblebeed.service
-
-# Make bash_completion work
-mv -v ${pkgdir}/etc/bash_completion.d/bumblebee 
${pkgdir}/etc/bash_completion.d/optirun
-}

Copied: bumblebee/repos/community-i686/PKGBUILD (from rev 132748, 
bumblebee/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-05-04 17:57:04 UTC (rev 132749)
@@ -0,0 +1,68 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
+
+pkgname=bumblebee
+pkgver=3.2.1
+pkgrel=10
+pkgdesc=NVIDIA Optimus support for Linux through VirtualGL
+arch=('i686' 'x86_64')
+depends=('virtualgl' 'glib2' 'mesa-libgl')
+makedepends=('help2man')
+optdepends=('bbswitch: switch on/off discrete card' 
+'nvidia: NVIDIA kernel driver'
+'nvidia-340xx: NVIDIA kernel driver for older devices'
+'nvidia-304xx: NVIDIA kernel driver for even older devices'
+'primus: faster back-end for optirun')
+if [ $CARCH = x86_64 ]; then
+ optdepends[${#optdepends[@]}]='lib32-virtualgl: run 32bit applications 
with optirun'
+ optdepends[${#optdepends[@]}]='lib32-primus: faster back-end for 

[arch-commits] Commit in mpv/trunk (0001-mpv-lua52.patch PKGBUILD)

2015-05-04 Thread Christian Hesse
Date: Monday, May 4, 2015 @ 20:16:18
  Author: eworm
Revision: 132750

rebuild for lua52 package

Upstream did not port to lua 5.3 and refuses it since commit 9b59c175
(lua: reject Lua 5.3). So we build against lua52.

Added:
  mpv/trunk/0001-mpv-lua52.patch
Modified:
  mpv/trunk/PKGBUILD

--+
 0001-mpv-lua52.patch |   13 +
 PKGBUILD |   14 +-
 2 files changed, 22 insertions(+), 5 deletions(-)

Added: 0001-mpv-lua52.patch
===
--- 0001-mpv-lua52.patch(rev 0)
+++ 0001-mpv-lua52.patch2015-05-04 18:16:18 UTC (rev 132750)
@@ -0,0 +1,13 @@
+diff --git a/waftools/checks/custom.py b/waftools/checks/custom.py
+index 97c65e3..de38fc5 100644
+--- a/waftools/checks/custom.py
 b/waftools/checks/custom.py
+@@ -54,7 +54,7 @@ def check_lua(ctx, dependency_identifier):
+ ( '51', 'lua = 5.1.0 lua  5.2.0'),
+ ( '51deb',  'lua5.1 = 5.1.0'), # debian
+ ( '51fbsd', 'lua-5.1 = 5.1.0'), # FreeBSD
+-( '52', 'lua = 5.2.0 lua  5.3.0' ),
++( '52', 'lua52 = 5.2.0 lua52  5.3.0' ),
+ ( '52deb',  'lua5.2 = 5.2.0'), # debian
+ ( '52fbsd', 'lua-5.2 = 5.2.0'), # FreeBSD
+ ( 'luajit', 'luajit = 2.0.0' ),

Modified: PKGBUILD
===
--- PKGBUILD2015-05-04 17:57:04 UTC (rev 132749)
+++ PKGBUILD2015-05-04 18:16:18 UTC (rev 132750)
@@ -1,10 +1,11 @@
 # $Id$
-# Maintainer:  Bartłomiej Piotrowski bpiotrow...@archlinux.org
+# Maintainer: Christian Hesse m...@eworm.de
+# Contributor:  Bartłomiej Piotrowski bpiotrow...@archlinux.org
 # Contributor: Eivind Uggedal eiv...@uggedal.com
 
 pkgname=mpv
 pkgver=0.9.1
-pkgrel=1
+pkgrel=2
 pkgdesc='Video player based on MPlayer/mplayer2'
 arch=('i686' 'x86_64')
 license=('GPL')
@@ -12,7 +13,7 @@
 depends=(
   'ffmpeg' 'lcms2' 'libcdio-paranoia' 'libgl' 'enca'
   'libxinerama' 'libxv' 'libxkbcommon' 'libva' 'wayland'
-  'desktop-file-utils' 'hicolor-icon-theme' 'xdg-utils' 'lua' 'libdvdnav'
+  'desktop-file-utils' 'hicolor-icon-theme' 'xdg-utils' 'lua52' 'libdvdnav'
   'libguess' 'libxrandr' 'jack' 'smbclient' 'rubberband'
 )
 makedepends=('mesa' 'python-docutils' 'ladspa' 'hardening-wrapper')
@@ -19,11 +20,14 @@
 optdepends=('youtube-dl: for video-sharing websites playback')
 options=('!emptydirs' '!buildflags')
 install=mpv.install
-source=($pkgname-$pkgver.tar.gz::https://github.com/mpv-player/$pkgname/archive/v$pkgver.tar.gz)
-md5sums=('c766cf3d6a7eb82a74564c47fa14d4a5')
+source=($pkgname-$pkgver.tar.gz::https://github.com/mpv-player/$pkgname/archive/v$pkgver.tar.gz;
+  '0001-mpv-lua52.patch')
+md5sums=('c766cf3d6a7eb82a74564c47fa14d4a5'
+  'cb4fdc39561bf11fefd2b93769c91fec')
 
 prepare() {
   cd $pkgname-$pkgver
+  patch -Np1  $srcdir/0001-mpv-lua52.patch
   ./bootstrap.py
 }
 


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

2015-05-04 Thread Christian Hesse
Date: Monday, May 4, 2015 @ 20:24:25
  Author: eworm
Revision: 132751

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

Added:
  mpv/repos/community-staging-i686/
  mpv/repos/community-staging-i686/0001-mpv-lua52.patch
(from rev 132750, mpv/trunk/0001-mpv-lua52.patch)
  mpv/repos/community-staging-i686/PKGBUILD
(from rev 132750, mpv/trunk/PKGBUILD)
  mpv/repos/community-staging-i686/mpv.install
(from rev 132750, mpv/trunk/mpv.install)
  mpv/repos/community-staging-x86_64/
  mpv/repos/community-staging-x86_64/0001-mpv-lua52.patch
(from rev 132750, mpv/trunk/0001-mpv-lua52.patch)
  mpv/repos/community-staging-x86_64/PKGBUILD
(from rev 132750, mpv/trunk/PKGBUILD)
  mpv/repos/community-staging-x86_64/mpv.install
(from rev 132750, mpv/trunk/mpv.install)

---+
 community-staging-i686/0001-mpv-lua52.patch   |   13 +
 community-staging-i686/PKGBUILD   |   55 
 community-staging-i686/mpv.install|   12 +
 community-staging-x86_64/0001-mpv-lua52.patch |   13 +
 community-staging-x86_64/PKGBUILD |   55 
 community-staging-x86_64/mpv.install  |   12 +
 6 files changed, 160 insertions(+)

Copied: mpv/repos/community-staging-i686/0001-mpv-lua52.patch (from rev 132750, 
mpv/trunk/0001-mpv-lua52.patch)
===
--- community-staging-i686/0001-mpv-lua52.patch (rev 0)
+++ community-staging-i686/0001-mpv-lua52.patch 2015-05-04 18:24:25 UTC (rev 
132751)
@@ -0,0 +1,13 @@
+diff --git a/waftools/checks/custom.py b/waftools/checks/custom.py
+index 97c65e3..de38fc5 100644
+--- a/waftools/checks/custom.py
 b/waftools/checks/custom.py
+@@ -54,7 +54,7 @@ def check_lua(ctx, dependency_identifier):
+ ( '51', 'lua = 5.1.0 lua  5.2.0'),
+ ( '51deb',  'lua5.1 = 5.1.0'), # debian
+ ( '51fbsd', 'lua-5.1 = 5.1.0'), # FreeBSD
+-( '52', 'lua = 5.2.0 lua  5.3.0' ),
++( '52', 'lua52 = 5.2.0 lua52  5.3.0' ),
+ ( '52deb',  'lua5.2 = 5.2.0'), # debian
+ ( '52fbsd', 'lua-5.2 = 5.2.0'), # FreeBSD
+ ( 'luajit', 'luajit = 2.0.0' ),

Copied: mpv/repos/community-staging-i686/PKGBUILD (from rev 132750, 
mpv/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2015-05-04 18:24:25 UTC (rev 132751)
@@ -0,0 +1,55 @@
+# $Id$
+# Maintainer: Christian Hesse m...@eworm.de
+# Contributor:  Bartłomiej Piotrowski bpiotrow...@archlinux.org
+# Contributor: Eivind Uggedal eiv...@uggedal.com
+
+pkgname=mpv
+pkgver=0.9.1
+pkgrel=2
+pkgdesc='Video player based on MPlayer/mplayer2'
+arch=('i686' 'x86_64')
+license=('GPL')
+url='http://mpv.io'
+depends=(
+  'ffmpeg' 'lcms2' 'libcdio-paranoia' 'libgl' 'enca'
+  'libxinerama' 'libxv' 'libxkbcommon' 'libva' 'wayland'
+  'desktop-file-utils' 'hicolor-icon-theme' 'xdg-utils' 'lua52' 'libdvdnav'
+  'libguess' 'libxrandr' 'jack' 'smbclient' 'rubberband'
+)
+makedepends=('mesa' 'python-docutils' 'ladspa' 'hardening-wrapper')
+optdepends=('youtube-dl: for video-sharing websites playback')
+options=('!emptydirs' '!buildflags')
+install=mpv.install
+source=($pkgname-$pkgver.tar.gz::https://github.com/mpv-player/$pkgname/archive/v$pkgver.tar.gz;
+  '0001-mpv-lua52.patch')
+md5sums=('c766cf3d6a7eb82a74564c47fa14d4a5'
+  'cb4fdc39561bf11fefd2b93769c91fec')
+
+prepare() {
+  cd $pkgname-$pkgver
+  patch -Np1  $srcdir/0001-mpv-lua52.patch
+  ./bootstrap.py
+}
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./waf configure --prefix=/usr \
+--confdir=/etc/mpv \
+--enable-zsh-comp \
+--enable-libmpv-shared \
+--enable-cdda
+
+  ./waf build
+}
+
+package() {
+  cd $pkgname-$pkgver
+  ./waf install --destdir=$pkgdir
+
+  install -d $pkgdir/usr/share/doc/mpv/examples
+  install -m644 etc/{input,example}.conf \
+$pkgdir/usr/share/doc/mpv/examples
+  install -m644 DOCS/{encoding.rst,tech-overview.txt} \
+$pkgdir/usr/share/doc/mpv
+}

Copied: mpv/repos/community-staging-i686/mpv.install (from rev 132750, 
mpv/trunk/mpv.install)
===
--- community-staging-i686/mpv.install  (rev 0)
+++ community-staging-i686/mpv.install  2015-05-04 18:24:25 UTC (rev 132751)
@@ -0,0 +1,12 @@
+post_install() {
+  xdg-icon-resource forceupdate --theme hicolor  /dev/null
+  update-desktop-database -q
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Copied: mpv/repos/community-staging-x86_64/0001-mpv-lua52.patch (from rev 
132750, mpv/trunk/0001-mpv-lua52.patch)
===
--- community-staging-x86_64/0001-mpv-lua52.patch   
(rev 0)
+++ 

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

2015-05-04 Thread Gaetan Bisson
Date: Monday, May 4, 2015 @ 21:01:13
  Author: bisson
Revision: 238471

rebuild for lua-5.3

Modified:
  conky/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-05-04 16:26:28 UTC (rev 238470)
+++ PKGBUILD2015-05-04 19:01:13 UTC (rev 238471)
@@ -6,7 +6,7 @@
 
 pkgname=conky
 pkgver=1.9.0
-pkgrel=6
+pkgrel=7
 pkgdesc='Lightweight system monitor for X'
 url='http://conky.sourceforge.net/'
 license=('BSD' 'GPL')


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

2015-05-04 Thread Gaetan Bisson
Date: Monday, May 4, 2015 @ 21:02:12
  Author: bisson
Revision: 238472

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

Added:
  conky/repos/staging-i686/
  conky/repos/staging-i686/PKGBUILD
(from rev 238471, conky/trunk/PKGBUILD)
  conky/repos/staging-i686/PKGBUILD.cmake
(from rev 238471, conky/trunk/PKGBUILD.cmake)
  conky/repos/staging-x86_64/
  conky/repos/staging-x86_64/PKGBUILD
(from rev 238471, conky/trunk/PKGBUILD)
  conky/repos/staging-x86_64/PKGBUILD.cmake
(from rev 238471, conky/trunk/PKGBUILD.cmake)

---+
 staging-i686/PKGBUILD |   44 +++
 staging-i686/PKGBUILD.cmake   |   49 
 staging-x86_64/PKGBUILD   |   44 +++
 staging-x86_64/PKGBUILD.cmake |   49 
 4 files changed, 186 insertions(+)

Copied: conky/repos/staging-i686/PKGBUILD (from rev 238471, 
conky/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2015-05-04 19:02:12 UTC (rev 238472)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Gaetan Bisson bis...@archlinux.org
+# Contributor: Giovanni Scafora giova...@archlinux.org
+# Contributor: James Rayner ja...@archlinux.org
+# Contributor: Partha Chowdhury kira.lau...@gmail.com
+
+pkgname=conky
+pkgver=1.9.0
+pkgrel=7
+pkgdesc='Lightweight system monitor for X'
+url='http://conky.sourceforge.net/'
+license=('BSD' 'GPL')
+arch=('i686' 'x86_64')
+makedepends=('docbook2x')
+depends=('glib2' 'curl' 'lua' 'wireless_tools' 'libxml2' 'libxft' 'libxdamage' 
'imlib2')
+source=(http://downloads.sourceforge.net/project/${pkgname}/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
+sha1sums=('a8d26d002370c9b877ae77ad3a3bbd2566b38e5d')
+
+backup=('etc/conky/'conky{,_no_x11}.conf)
+options=('!emptydirs')
+
+build() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+
+   CPPFLAGS=${CXXFLAGS} LIBS=${LDFLAGS} ./configure \
+   --prefix=/usr \
+   --sysconfdir=/etc \
+   --enable-ibm \
+   --enable-curl \
+   --enable-rss \
+   --enable-weather-xoap \
+   --enable-imlib2 \
+   --enable-wlan \
+
+   make
+}
+
+package() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+   make DESTDIR=${pkgdir} install
+   install -Dm644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+   install -Dm644 extras/vim/syntax/conkyrc.vim 
${pkgdir}/usr/share/vim/vimfiles/syntax/conkyrc.vim
+   install -Dm644 extras/vim/ftdetect/conkyrc.vim 
${pkgdir}/usr/share/vim/vimfiles/ftdetect/conkyrc.vim
+}

Copied: conky/repos/staging-i686/PKGBUILD.cmake (from rev 238471, 
conky/trunk/PKGBUILD.cmake)
===
--- staging-i686/PKGBUILD.cmake (rev 0)
+++ staging-i686/PKGBUILD.cmake 2015-05-04 19:02:12 UTC (rev 238472)
@@ -0,0 +1,49 @@
+# $Id: PKGBUILD 118899 2011-04-09 10:32:42Z bisson $
+# Contributor: Giovanni Scafora giova...@archlinux.org
+# Contributor: James Rayner ja...@archlinux.org
+# Contributor: Partha Chowdhury kira.lau...@gmail.com
+# Maintainer: Gaetan Bisson bis...@archlinux.org
+
+pkgname=conky
+pkgver=1.8.2git20111021
+pkgrel=1
+pkgdesc='Lightweight system monitor for X'
+url='http://conky.sourceforge.net/'
+license=('BSD' 'GPL')
+arch=('i686' 'x86_64')
+makedepends=('pkg-config' 'cmake' 'git' 'docbook2x')
+depends=('alsa-lib' 'libxml2' 'curl' 'wireless_tools' 'libxft' 'libxdamage' 
'imlib2' 'lua')
+
+replaces=('torsmo')
+
+build() {
+   cd ${srcdir}
+
+   cd conky  { git pull origin; cd ..; } || git clone 
git://git.omp.am/conky.git
+   rm -fr build; mkdir build; cd build
+
+   cmake \
+   -D CMAKE_BUILD_TYPE:STRING=Release \
+   -D MAINTAINER_MODE:BOOL=ON \
+   -D BUILD_CURL:BOOL=ON \
+   -D BUILD_IMLIB2:BOOL=ON \
+   -D BUILD_LUA_IMLIB2:BOOL=OFF \
+   -D BUILD_MYSQL:BOOL=OFF \
+   -D BUILD_RSS:BOOL=ON \
+   -D BUILD_WEATHER_METAR:BOOL=ON \
+   -D BUILD_WEATHER_XOAP:BOOL=ON \
+   -D BUILD_WLAN:BOOL=ON \
+   -D CMAKE_INSTALL_PREFIX:PATH=/usr \
+   ../conky
+
+   make
+}
+
+package() {
+   cd ${srcdir}/build
+   make DESTDIR=${pkgdir} install
+   install -d ${pkgdir}/usr/share/licenses/${pkgname}
+   install -m644 ../conky/{COPYING,LICENSE}* 
${pkgdir}/usr/share/licenses/${pkgname}
+   install -Dm644 extras/vim/syntax/conkyrc.vim 
${pkgdir}/usr/share/vim/vimfiles/syntax/conkyrc.vim
+   install -Dm644 extras/vim/ftdetect/conkyrc.vim 
${pkgdir}/usr/share/vim/vimfiles/ftdetect/conkyrc.vim
+}

Copied: conky/repos/staging-x86_64/PKGBUILD (from rev 238471, 
conky/trunk/PKGBUILD)

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

2015-05-04 Thread Gaetan Bisson
Date: Monday, May 4, 2015 @ 21:23:58
  Author: bisson
Revision: 238473

rebuild with lua52

Modified:
  nmap/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-05-04 19:02:12 UTC (rev 238472)
+++ PKGBUILD2015-05-04 19:23:58 UTC (rev 238473)
@@ -5,7 +5,7 @@
 
 pkgname=nmap
 pkgver=6.47
-pkgrel=2
+pkgrel=3
 pkgdesc='Utility for network discovery and security auditing'
 url='http://nmap.org/'
 arch=('i686' 'x86_64')
@@ -16,7 +16,7 @@
 'xterm: privilege escalation for zenmap'
 'kdebase-runtime: privilege escalation for zenmap'
 'gksu: privilege escalation for zenmap')
-depends=('pcre' 'openssl' 'lua')
+depends=('pcre' 'openssl' 'lua52')
 source=(http://nmap.org/dist/${pkgname}-${pkgver}.tar.bz2;)
 sha1sums=('0c917453a91a5e85c2a217d27c3853b0f3e0e6ac')
 


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

2015-05-04 Thread Gaetan Bisson
Date: Monday, May 4, 2015 @ 21:24:23
  Author: bisson
Revision: 238474

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

Added:
  nmap/repos/staging-i686/
  nmap/repos/staging-i686/PKGBUILD
(from rev 238473, nmap/trunk/PKGBUILD)
  nmap/repos/staging-x86_64/
  nmap/repos/staging-x86_64/PKGBUILD
(from rev 238473, nmap/trunk/PKGBUILD)

-+
 staging-i686/PKGBUILD   |   41 +
 staging-x86_64/PKGBUILD |   41 +
 2 files changed, 82 insertions(+)

Copied: nmap/repos/staging-i686/PKGBUILD (from rev 238473, nmap/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2015-05-04 19:24:23 UTC (rev 238474)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Gaetan Bisson bis...@archlinux.org
+# Contributor: Angel Velasquez an...@archlinux.org
+# Contributor: Hugo Doria h...@archlinux.org
+
+pkgname=nmap
+pkgver=6.47
+pkgrel=3
+pkgdesc='Utility for network discovery and security auditing'
+url='http://nmap.org/'
+arch=('i686' 'x86_64')
+license=('GPL2')
+makedepends=('pygtk')
+optdepends=('pygtk: zenmap'
+'sudo: privilege escalation for zenmap'
+'xterm: privilege escalation for zenmap'
+'kdebase-runtime: privilege escalation for zenmap'
+'gksu: privilege escalation for zenmap')
+depends=('pcre' 'openssl' 'lua52')
+source=(http://nmap.org/dist/${pkgname}-${pkgver}.tar.bz2;)
+sha1sums=('0c917453a91a5e85c2a217d27c3853b0f3e0e6ac')
+
+build() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+   export PYTHON=python2
+   ./configure \
+   --prefix=/usr \
+   --libexecdir=/usr/lib \
+   --mandir=/usr/share/man \
+   --with-libpcap=included \
+
+   make
+}
+
+package() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+   make DESTDIR=${pkgdir} install
+   rm ${pkgdir}/usr/bin/uninstall_zenmap
+   install -Dm644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+   python2 -m compileall 
${pkgdir}/usr/lib/python2.7/site-packages/zenmapCore
+}

Copied: nmap/repos/staging-x86_64/PKGBUILD (from rev 238473, 
nmap/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2015-05-04 19:24:23 UTC (rev 238474)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Gaetan Bisson bis...@archlinux.org
+# Contributor: Angel Velasquez an...@archlinux.org
+# Contributor: Hugo Doria h...@archlinux.org
+
+pkgname=nmap
+pkgver=6.47
+pkgrel=3
+pkgdesc='Utility for network discovery and security auditing'
+url='http://nmap.org/'
+arch=('i686' 'x86_64')
+license=('GPL2')
+makedepends=('pygtk')
+optdepends=('pygtk: zenmap'
+'sudo: privilege escalation for zenmap'
+'xterm: privilege escalation for zenmap'
+'kdebase-runtime: privilege escalation for zenmap'
+'gksu: privilege escalation for zenmap')
+depends=('pcre' 'openssl' 'lua52')
+source=(http://nmap.org/dist/${pkgname}-${pkgver}.tar.bz2;)
+sha1sums=('0c917453a91a5e85c2a217d27c3853b0f3e0e6ac')
+
+build() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+   export PYTHON=python2
+   ./configure \
+   --prefix=/usr \
+   --libexecdir=/usr/lib \
+   --mandir=/usr/share/man \
+   --with-libpcap=included \
+
+   make
+}
+
+package() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+   make DESTDIR=${pkgdir} install
+   rm ${pkgdir}/usr/bin/uninstall_zenmap
+   install -Dm644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+   python2 -m compileall 
${pkgdir}/usr/lib/python2.7/site-packages/zenmapCore
+}


[arch-commits] Commit in (3 files)

2015-05-04 Thread Antonio Rojas
Date: Monday, May 4, 2015 @ 21:28:05
  Author: arojas
Revision: 238475

Build against KF5

Added:
  kde-dev-scripts/
  kde-dev-scripts/trunk/
  kde-dev-scripts/trunk/PKGBUILD

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

Added: kde-dev-scripts/trunk/PKGBUILD
===
--- kde-dev-scripts/trunk/PKGBUILD  (rev 0)
+++ kde-dev-scripts/trunk/PKGBUILD  2015-05-04 19:28:05 UTC (rev 238475)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Maintainer: Antonio Rojas aro...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=kde-dev-scripts
+pkgver=15.04.0
+pkgrel=1
+pkgdesc='Scripts and setting files useful during development of KDE software'
+url='https://projects.kde.org/projects/kde/kdesdk/kde-dev-scripts'
+arch=('any')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde-applications' 'kdesdk')
+makedepends=('extra-cmake-modules' 'kdoctools' 'kdelibs4support')
+replaces=('kdesdk-dev-scripts')
+conflicts=('kdesdk-dev-scripts')
+source=(http://download.kde.org/stable/applications/${pkgver}/src/kde-dev-scripts-${pkgver}.tar.xz;)
+sha1sums=('e32b495c82e4377fe2e32e98aee5eec6c3cbe21f')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+
+  # Fix python 2 path
+  sed -i 's|#!/usr/bin/env python|#!/usr/bin/env python2|' \
+
${pkgdir}/usr/bin/{zonetab2pot.py,kde-systemsettings-tree.py,reviewboard-am}
+  sed -i 's|#! /usr/bin/env python|#!/usr/bin/env python2|' \
+${pkgdir}/usr/bin/{kdelnk2desktop.py,kde_generate_export_header}
+}


Property changes on: kde-dev-scripts/trunk/PKGBUILD
___
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property


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

2015-05-04 Thread Giovanni Scafora
Date: Monday, May 4, 2015 @ 21:28:12
  Author: giovanni
Revision: 238476

upgpkg: mercurial 3.4-1

upstream release

Modified:
  mercurial/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-05-04 19:28:05 UTC (rev 238475)
+++ PKGBUILD2015-05-04 19:28:12 UTC (rev 238476)
@@ -3,7 +3,7 @@
 # Contributor: Douglas Soares de Andrade doug...@archlinux.org
 
 pkgname=mercurial
-pkgver=3.3.3
+pkgver=3.4
 pkgrel=1
 pkgdesc=A scalable distributed SCM tool
 arch=('i686' 'x86_64')
@@ -14,7 +14,7 @@
 backup=('etc/mercurial/hgrc')
 source=(http://mercurial.selenic.com/release/${pkgname}-${pkgver}.tar.gz;
 'mercurial.profile')
-md5sums=('8648a6980fc12a5a424abe809ab4c6e5'
+md5sums=('4a2dcf2bd9fa11e758d44e481136eab7'
  '43e1d36564d4c7fbe9a091d3ea370a44')
 
 prepare() {


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

2015-05-04 Thread Giovanni Scafora
Date: Monday, May 4, 2015 @ 21:28:19
  Author: giovanni
Revision: 238477

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

Added:
  mercurial/repos/extra-i686/PKGBUILD
(from rev 238476, mercurial/trunk/PKGBUILD)
  mercurial/repos/extra-i686/mercurial.profile
(from rev 238476, mercurial/trunk/mercurial.profile)
  mercurial/repos/extra-x86_64/PKGBUILD
(from rev 238476, mercurial/trunk/PKGBUILD)
  mercurial/repos/extra-x86_64/mercurial.profile
(from rev 238476, mercurial/trunk/mercurial.profile)
Deleted:
  mercurial/repos/extra-i686/PKGBUILD
  mercurial/repos/extra-i686/mercurial.profile
  mercurial/repos/extra-x86_64/PKGBUILD
  mercurial/repos/extra-x86_64/mercurial.profile

+
 /PKGBUILD  |  102 +++
 /mercurial.profile |2 
 extra-i686/PKGBUILD|   51 ---
 extra-i686/mercurial.profile   |1 
 extra-x86_64/PKGBUILD  |   51 ---
 extra-x86_64/mercurial.profile |1 
 6 files changed, 104 insertions(+), 104 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-05-04 19:28:12 UTC (rev 238476)
+++ extra-i686/PKGBUILD 2015-05-04 19:28:19 UTC (rev 238477)
@@ -1,51 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora giova...@archlinux.org
-# Contributor: Douglas Soares de Andrade doug...@archlinux.org
-
-pkgname=mercurial
-pkgver=3.3.3
-pkgrel=1
-pkgdesc=A scalable distributed SCM tool
-arch=('i686' 'x86_64')
-url=http://mercurial.selenic.com/;
-license=('GPL')
-depends=('python2')
-optdepends=('tk: for the hgk GUI')
-backup=('etc/mercurial/hgrc')
-source=(http://mercurial.selenic.com/release/${pkgname}-${pkgver}.tar.gz;
-'mercurial.profile')
-md5sums=('8648a6980fc12a5a424abe809ab4c6e5'
- '43e1d36564d4c7fbe9a091d3ea370a44')
-
-prepare() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  sed -i -e 's#env python#env python2#' mercurial/lsprof.py
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  python2 setup.py install --root=${pkgdir}/ --optimize=1
-
-  install -d ${pkgdir}/usr/share/man/{man1,man5}
-  install -m644 doc/hg.1 ${pkgdir}/usr/share/man/man1
-  install -m644 doc/{hgrc.5,hgignore.5} ${pkgdir}/usr/share/man/man5
-  install -m755 contrib/hgk ${pkgdir}/usr/bin
-  install -m644 -D contrib/zsh_completion 
${pkgdir}/usr/share/zsh/site-functions/_hg
-  install -m644 -D contrib/bash_completion 
${pkgdir}/usr/share/bash-completion/completions/hg
-  install -d ${pkgdir}/usr/share/emacs/site-lisp
-  install -m644 contrib/{mq.el,mercurial.el} 
${pkgdir}/usr/share/emacs/site-lisp
-
-  vimpath=${pkgdir}/usr/share/vim/vimfiles
-  install -Dm644 contrib/vim/HGAnnotate.vim ${vimpath}/syntax/HGAnnotate.vim
-
-  # set some variables
-  install -m755 -d ${pkgdir}/etc/profile.d
-  install -m755 ${srcdir}/mercurial.profile 
${pkgdir}/etc/profile.d/mercurial.sh
-
-  # install configuration file
-  install -m755 -d ${pkgdir}/etc/mercurial
-  # install -m644 contrib/sample.hgrc ${pkgdir}/etc/mercurial/hgrc
-
-  # FS#38825 - Add certs config to package
-  echo -e \n[web]\ncacerts = /etc/ssl/certs/ca-certificates.crt\n  
${pkgdir}/etc/mercurial/hgrc
-}

Copied: mercurial/repos/extra-i686/PKGBUILD (from rev 238476, 
mercurial/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-05-04 19:28:19 UTC (rev 238477)
@@ -0,0 +1,51 @@
+# $Id$
+# Maintainer: Giovanni Scafora giova...@archlinux.org
+# Contributor: Douglas Soares de Andrade doug...@archlinux.org
+
+pkgname=mercurial
+pkgver=3.4
+pkgrel=1
+pkgdesc=A scalable distributed SCM tool
+arch=('i686' 'x86_64')
+url=http://mercurial.selenic.com/;
+license=('GPL')
+depends=('python2')
+optdepends=('tk: for the hgk GUI')
+backup=('etc/mercurial/hgrc')
+source=(http://mercurial.selenic.com/release/${pkgname}-${pkgver}.tar.gz;
+'mercurial.profile')
+md5sums=('4a2dcf2bd9fa11e758d44e481136eab7'
+ '43e1d36564d4c7fbe9a091d3ea370a44')
+
+prepare() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  sed -i -e 's#env python#env python2#' mercurial/lsprof.py
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  python2 setup.py install --root=${pkgdir}/ --optimize=1
+
+  install -d ${pkgdir}/usr/share/man/{man1,man5}
+  install -m644 doc/hg.1 ${pkgdir}/usr/share/man/man1
+  install -m644 doc/{hgrc.5,hgignore.5} ${pkgdir}/usr/share/man/man5
+  install -m755 contrib/hgk ${pkgdir}/usr/bin
+  install -m644 -D contrib/zsh_completion 
${pkgdir}/usr/share/zsh/site-functions/_hg
+  install -m644 -D contrib/bash_completion 
${pkgdir}/usr/share/bash-completion/completions/hg
+  install -d ${pkgdir}/usr/share/emacs/site-lisp
+  install -m644 contrib/{mq.el,mercurial.el} 
${pkgdir}/usr/share/emacs/site-lisp
+
+  vimpath=${pkgdir}/usr/share/vim/vimfiles
+  install -Dm644 contrib/vim/HGAnnotate.vim 

[arch-commits] Commit in kde-dev-scripts (3 files)

2015-05-04 Thread Antonio Rojas
Date: Monday, May 4, 2015 @ 21:28:54
  Author: arojas
Revision: 238478

archrelease: copy trunk to extra-any

Added:
  kde-dev-scripts/repos/
  kde-dev-scripts/repos/extra-any/
  kde-dev-scripts/repos/extra-any/PKGBUILD
(from rev 238477, kde-dev-scripts/trunk/PKGBUILD)

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

Copied: kde-dev-scripts/repos/extra-any/PKGBUILD (from rev 238477, 
kde-dev-scripts/trunk/PKGBUILD)
===
--- repos/extra-any/PKGBUILD(rev 0)
+++ repos/extra-any/PKGBUILD2015-05-04 19:28:54 UTC (rev 238478)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Maintainer: Antonio Rojas aro...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=kde-dev-scripts
+pkgver=15.04.0
+pkgrel=1
+pkgdesc='Scripts and setting files useful during development of KDE software'
+url='https://projects.kde.org/projects/kde/kdesdk/kde-dev-scripts'
+arch=('any')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde-applications' 'kdesdk')
+makedepends=('extra-cmake-modules' 'kdoctools' 'kdelibs4support')
+replaces=('kdesdk-dev-scripts')
+conflicts=('kdesdk-dev-scripts')
+source=(http://download.kde.org/stable/applications/${pkgver}/src/kde-dev-scripts-${pkgver}.tar.xz;)
+sha1sums=('e32b495c82e4377fe2e32e98aee5eec6c3cbe21f')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+
+  # Fix python 2 path
+  sed -i 's|#!/usr/bin/env python|#!/usr/bin/env python2|' \
+
${pkgdir}/usr/bin/{zonetab2pot.py,kde-systemsettings-tree.py,reviewboard-am}
+  sed -i 's|#! /usr/bin/env python|#!/usr/bin/env python2|' \
+${pkgdir}/usr/bin/{kdelnk2desktop.py,kde_generate_export_header}
+}


[arch-commits] Commit in kde-applications-meta/trunk (PKGBUILD)

2015-05-04 Thread Antonio Rojas
Date: Monday, May 4, 2015 @ 21:29:53
  Author: arojas
Revision: 238479

kde-dev-scripts is now built against KF5

Modified:
  kde-applications-meta/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-05-04 19:28:54 UTC (rev 238478)
+++ PKGBUILD2015-05-04 19:29:53 UTC (rev 238479)
@@ -20,7 +20,7 @@
  'kde-meta-kdewebdev'
  'telepathy-kde-meta')
 pkgver=15.04
-pkgrel=5
+pkgrel=6
 arch=('any')
 url='http://www.archlinux.org/'
 license=('GPL')
@@ -231,7 +231,7 @@
pkgdesc=('Meta package for kdesdk')
depends=('kdesdk-cervisia'
 'kdesdk-dolphin-plugins'
-'kdesdk-dev-scripts'
+'kde-dev-scripts'
  'kdesdk-dev-utils'
  'kapptemplate'
 'kdesdk-kcachegrind'


[arch-commits] Commit in kde-applications-meta/repos/extra-any (PKGBUILD PKGBUILD)

2015-05-04 Thread Antonio Rojas
Date: Monday, May 4, 2015 @ 21:30:35
  Author: arojas
Revision: 238480

archrelease: copy trunk to extra-any

Added:
  kde-applications-meta/repos/extra-any/PKGBUILD
(from rev 238479, kde-applications-meta/trunk/PKGBUILD)
Deleted:
  kde-applications-meta/repos/extra-any/PKGBUILD

--+
 PKGBUILD |  612 ++---
 1 file changed, 306 insertions(+), 306 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-05-04 19:29:53 UTC (rev 238479)
+++ PKGBUILD2015-05-04 19:30:35 UTC (rev 238480)
@@ -1,306 +0,0 @@
-# $Id: PKGBUILD 233809 2015-03-14 17:55:07Z arojas $
-# Maintainer: Felix Yan felixonm...@archlinux.org
-# Contributor: Andrea Scarpino and...@archlinux.org
-# Contributor: Pierre Schmitz pie...@archlinux.de
-
-pkgbase=kde-applications-meta
-pkgname=('kde-meta-kdeaccessibility'
- 'kde-meta-kdeadmin'
- 'kde-meta-kdeartwork'
- 'kde-meta-kdebase'
- 'kde-meta-kdeedu'
- 'kde-meta-kdegames'
- 'kde-meta-kdegraphics'
- 'kde-meta-kdemultimedia'
- 'kde-meta-kdenetwork'
- 'kde-meta-kdepim'
- 'kde-meta-kdesdk'
- 'kde-meta-kdetoys'
- 'kde-meta-kdeutils'
- 'kde-meta-kdewebdev'
- 'telepathy-kde-meta')
-pkgver=15.04
-pkgrel=5
-arch=('any')
-url='http://www.archlinux.org/'
-license=('GPL')
-
-package_kde-meta-kdeaccessibility() {
-   pkgdesc=('Meta package for kdeaccessibility')
-   depends=('kdeaccessibility-jovie'
- 'kdeaccessibility-kaccessible'
-'kdeaccessibility-kmag'
-'kdeaccessibility-kmousetool'
-'kdeaccessibility-kmouth')
-   replaces=('kdeaccessibility')
-   conflicts=('kdeaccessibility')
-   groups=('kde-applications-meta')
-}
-
-package_kde-meta-kdeadmin() {
-   pkgdesc=('Meta package for kdeadmin')
-   depends=('kcron'
-'kdeadmin-ksystemlog'
- 'kdeadmin-kuser')
-   replaces=('kdeadmin')
-   conflicts=('kdeadmin')
-   groups=('kde-applications-meta')
-}
-
-package_kde-meta-kdeartwork() {
-   pkgdesc=('Meta package for kdeartwork')
-   depends=('kdeartwork-colorschemes'
-'kdeartwork-desktopthemes'
-'kdeartwork-emoticons'
-'kdeartwork-iconthemes'
-'kdeartwork-kscreensaver'
-'kdeartwork-styles'
-'kdeartwork-wallpapers'
-'kdeartwork-weatherwallpapers')
-   replaces=('kdeartwork')
-   conflicts=('kdeartwork')
-}
-
-package_kde-meta-kdebase() {
-   pkgdesc=('Meta package for kdebase')
-   depends=('kdebase-dolphin'
-'kdebase-kdepasswd'
-'kdebase-kdialog'
-'kdebase-kfind'
- 'kdebase-keditbookmarks'
-'kdebase-konqueror'
- 'kdebase-konq-plugins'
-'konsole'
-'kate'
-'kwrite')
-   replaces=('kdebase')
-   conflicts=('kdebase')
-   groups=('kde-applications-meta')
-}
-
-package_kde-meta-kdeedu() {
-   pkgdesc=('Meta package for kdeedu')
-   depends=('kdeedu-artikulate'
-'blinken'
-'cantor'
-'kalgebra'
-'kdeedu-kalzium'
-'kanagram'
-'kbruch'
-'kgeography'
-'khangman'
-'kig'
-'kiten'
-'klettres'
-'kmplot'
-'kstars'
-'kdeedu-ktouch'
-'kturtle'
-'kwordquiz'
-'kdeedu-marble'
- 'kdeedu-pairs'
-'parley'
-'rocs'
-'step')
-   replaces=('kdeedu')
-   conflicts=('kdeedu')
-   groups=('kde-applications-meta')
-}
-
-package_kde-meta-kdegames() {
-   pkgdesc=('Meta package for kdegames')
-   depends=('bomber'
-'bovo'
-'granatier'
-'kdegames-kajongg'
-'kapman'
-'katomic'
-'kblackbox'
-'kblocks'
-'kbounce'
-'kbreakout'
-'kdiamond'
-'kfourinline'
-'kdegames-kgoldrunner'
-'kdegames-kigo'
-'killbots'
-'kdegames-kiriki'
-'kjumpingcube'
-'klines'
-'kdegames-klickety'
-'kdegames-kmahjongg'
-'kmines'
-'kdegames-knavalbattle' 
- 'knetwalk'
-'kdegames-kolf'
-'kollision'
-'kdegames-konquest'
-'kpatience'
-'kdegames-kreversi'
-'kshisen'
-'kdegames-ksirk'
- 'kdegames-ksnakeduel'
-

[arch-commits] Commit in lpeg/trunk (PKGBUILD lpeg-0.12-makefile.patch)

2015-05-04 Thread Anatol Pomozov
Date: Monday, May 4, 2015 @ 22:20:47
  Author: anatolik
Revision: 238483

upgpkg: lpeg 0.12.2-1

Lua 5.3 rebuild

Modified:
  lpeg/trunk/PKGBUILD
Deleted:
  lpeg/trunk/lpeg-0.12-makefile.patch

--+
 PKGBUILD |   51 +
 lpeg-0.12-makefile.patch |   37 
 2 files changed, 38 insertions(+), 50 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-05-04 19:37:22 UTC (rev 238482)
+++ PKGBUILD2015-05-04 20:20:47 UTC (rev 238483)
@@ -3,26 +3,24 @@
 # Contributor: Gustavo Alvarez sl1pk...@gmail.com
 
 pkgbase=lpeg
-pkgname=(lua-lpeg lua51-lpeg)
-pkgver=0.12
-pkgrel=2
+pkgname=(lua-lpeg lua51-lpeg lua52-lpeg)
+pkgver=0.12.2
+pkgrel=1
 arch=('i686' 'x86_64')
 url='http://www.inf.puc-rio.br/~roberto/lpeg'
 license=('MIT')
-makedepends=('lua' 'lua51')
+makedepends=('lua' 'lua51' 'lua52')
 source=(http://www.inf.puc-rio.br/~roberto/$pkgbase/$pkgbase-$pkgver.tar.gz
-lpeg-0.12-makefile.patch
 LICENSE)
-md5sums=('4abb3c28cd8b6565c6a65e88f06c9162'
- '75ea7deffd790f482c9473ff2e9e1cdf'
+md5sums=('fabb614eb46e370d4f6b8fd82d17ca7e'
  'dccb97b431c3a3ccaacc216c6242e9fd')
 
 prepare() {
-  pushd $pkgbase-$pkgver
-  patch -p1 -i ../lpeg-0.12-makefile.patch
-  popd
+  sed 's/^CFLAGS =/CFLAGS +=/' -i $pkgbase-$pkgver/makefile
+  sed 's/^COPT =/# COPT =/' -i $pkgbase-$pkgver/makefile
 
   cp -r $pkgbase-$pkgver $pkgbase-$pkgver-51
+  cp -r $pkgbase-$pkgver $pkgbase-$pkgver-52
 }
 
 build() {
@@ -31,15 +29,32 @@
 
   cd $srcdir/$pkgbase-$pkgver-51
   make LUADIR=/usr/include/lua5.1
+
+  cd $srcdir/$pkgbase-$pkgver-52
+  make LUADIR=/usr/include/lua5.2
 }
 
+check() {
+  msg2 Testing with Lua 5.3
+  cd $srcdir/$pkgbase-$pkgver
+  lua test.lua
+
+  msg2 Testing with Lua 5.1
+  cd $srcdir/$pkgbase-$pkgver-51
+  lua5.1 test.lua
+
+  msg2 Testing with Lua 5.2
+  cd $srcdir/$pkgbase-$pkgver-52
+  lua5.2 test.lua
+}
+
 package_lua-lpeg() {
-  pkgdesc='Pattern-matching library for Lua 5.2'
+  pkgdesc='Pattern-matching library for Lua 5.3'
   depends=('lua')
 
   cd $pkgbase-$pkgver
-  install -Dm755 $pkgbase.so $pkgdir/usr/lib/lua/5.2/$pkgbase.so
-  install -Dm644 re.lua $pkgdir/usr/share/lua/5.2/re.lua
+  install -Dm755 $pkgbase.so $pkgdir/usr/lib/lua/5.3/$pkgbase.so
+  install -Dm644 re.lua $pkgdir/usr/share/lua/5.3/re.lua
   install -Dm644 ../LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
 }
 
@@ -52,3 +67,13 @@
   install -Dm644 re.lua $pkgdir/usr/share/lua/5.1/re.lua
   install -Dm644 ../LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
 }
+
+package_lua52-lpeg() {
+  pkgdesc='Pattern-matching library for Lua 5.2'
+  depends=('lua52')
+
+  cd $pkgbase-$pkgver-52
+  install -Dm755 $pkgbase.so $pkgdir/usr/lib/lua/5.2/$pkgbase.so
+  install -Dm644 re.lua $pkgdir/usr/share/lua/5.2/re.lua
+  install -Dm644 ../LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
+}

Deleted: lpeg-0.12-makefile.patch
===
--- lpeg-0.12-makefile.patch2015-05-04 19:37:22 UTC (rev 238482)
+++ lpeg-0.12-makefile.patch2015-05-04 20:20:47 UTC (rev 238483)
@@ -1,37 +0,0 @@
 lpeg-0.12/makefile
-+++ lpeg-0.12/makefile
-@@ -1,7 +1,7 @@
- LIBNAME = lpeg
- LUADIR = /usr/include/lua5.1/
- 
--COPT = -O2
-+#COPT = -O2
- # COPT = -DLPEG_DEBUG -g
- 
- CWARNS = -Wall -Wextra -pedantic \
-@@ -22,21 +22,21 @@
- # -Wunreachable-code \
- 
- 
--CFLAGS = $(CWARNS) $(COPT) -ansi -I$(LUADIR) -fPIC
-+CFLAGS += $(CWARNS) $(COPT) -ansi -I$(LUADIR) -fPIC
- CC = gcc
- 
- FILES = lpvm.o lpcap.o lptree.o lpcode.o lpprint.o
- 
- # For Linux
- linux:
--  make lpeg.so DLLFLAGS = -shared -fPIC
-+  $(MAKE) lpeg.so DLLFLAGS = -shared -fPIC
- 
- # For Mac OS
- macosx:
--  make lpeg.so DLLFLAGS = -bundle -undefined dynamic_lookup
-+  $(MAKE) lpeg.so DLLFLAGS = -bundle -undefined dynamic_lookup
- 
- lpeg.so: $(FILES)
--  env $(CC) $(DLLFLAGS) $(FILES) -o lpeg.so
-+  env $(CC) $(CFLAGS) $(DLLFLAGS) $(LDFLAGS) $(FILES) -o lpeg.so
- 
- $(FILES): makefile
- 


[arch-commits] Commit in pcre/trunk (001-fix-heap-overflow.patch PKGBUILD)

2015-05-04 Thread Sébastien Luttringer
Date: Tuesday, May 5, 2015 @ 00:00:53
  Author: seblu
Revision: 238495

upgpkg: pcre 8.37-1

Modified:
  pcre/trunk/PKGBUILD
Deleted:
  pcre/trunk/001-fix-heap-overflow.patch

-+
 001-fix-heap-overflow.patch |   16 
 PKGBUILD|   18 --
 2 files changed, 8 insertions(+), 26 deletions(-)

Deleted: 001-fix-heap-overflow.patch
===
--- 001-fix-heap-overflow.patch 2015-05-04 21:00:31 UTC (rev 238494)
+++ 001-fix-heap-overflow.patch 2015-05-04 22:00:53 UTC (rev 238495)
@@ -1,16 +0,0 @@
 a/code/trunk/pcre_exec.c   2014/11/05 15:08:03 1510
-+++ b/code/trunk/pcre_exec.c   2014/11/19 20:57:13 1513
-@@ -1404,8 +1404,11 @@
- condition = TRUE;
- 
- /* Advance ecode past the assertion to the start of the first branch,
--but adjust it so that the general choosing code below works. */
--
-+but adjust it so that the general choosing code below works. If the 
-+assertion has a quantifier that allows zero repeats we must skip over 
-+the BRAZERO. This is a lunatic thing to do, but somebody did! */
-+
-+if (*ecode == OP_BRAZERO) ecode++; 
- ecode += GET(ecode, 1);
- while (*ecode == OP_ALT) ecode += GET(ecode, 1);
- ecode += 1 + LINK_SIZE - PRIV(OP_lengths)[condcode];

Modified: PKGBUILD
===
--- PKGBUILD2015-05-04 21:00:31 UTC (rev 238494)
+++ PKGBUILD2015-05-04 22:00:53 UTC (rev 238495)
@@ -5,8 +5,8 @@
 # Contributor: John Proctor jproc...@prium.net
 
 pkgname=pcre
-pkgver=8.36
-pkgrel=2
+pkgver=8.37
+pkgrel=1
 pkgdesc='A library that implements Perl 5-style regular expressions'
 arch=('i686' 'x86_64')
 url='http://www.pcre.org/'
@@ -13,15 +13,13 @@
 license=('BSD')
 depends=('gcc-libs' 'readline' 'zlib' 'bzip2' 'bash')
 validpgpkeys=('45F68D54BBE23FB3039B46E59766E084FB0F43D8') # Philip Hazel
-source=(ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/$pkgname-$pkgver.tar.bz2{,.sig}
-'001-fix-heap-overflow.patch')
-md5sums=('b767bc9af0c20bc9c1fe403b0d41ad97'
- 'SKIP'
- '44a7e4fca07eff04d07bef65c982de9a')
+source=(ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/$pkgname-$pkgver.tar.bz2{,.sig})
+md5sums=('ed91be292cb01d21bc7e526816c26981'
+ 'SKIP')
 
-prepare() {
-  patch -d $pkgname-$pkgver  001-fix-heap-overflow.patch
-}
+#prepare() {
+#  patch -d $pkgname-$pkgver  001-fix-heap-overflow.patch
+#}
 
 build() {
   cd $pkgname-$pkgver


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

2015-05-04 Thread Sébastien Luttringer
Date: Tuesday, May 5, 2015 @ 00:01:16
  Author: seblu
Revision: 238496

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

Added:
  pcre/repos/testing-i686/
  pcre/repos/testing-i686/PKGBUILD
(from rev 238495, pcre/trunk/PKGBUILD)
  pcre/repos/testing-x86_64/
  pcre/repos/testing-x86_64/PKGBUILD
(from rev 238495, pcre/trunk/PKGBUILD)

-+
 testing-i686/PKGBUILD   |   50 ++
 testing-x86_64/PKGBUILD |   50 ++
 2 files changed, 100 insertions(+)

Copied: pcre/repos/testing-i686/PKGBUILD (from rev 238495, pcre/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2015-05-04 22:01:16 UTC (rev 238496)
@@ -0,0 +1,50 @@
+# $Id$
+# Maintainer: Sébastien Seblu Luttringer
+# Contributor: Allan McRae al...@archlinux.org
+# Contributor: Eric Belanger e...@archlinux.org
+# Contributor: John Proctor jproc...@prium.net
+
+pkgname=pcre
+pkgver=8.37
+pkgrel=1
+pkgdesc='A library that implements Perl 5-style regular expressions'
+arch=('i686' 'x86_64')
+url='http://www.pcre.org/'
+license=('BSD')
+depends=('gcc-libs' 'readline' 'zlib' 'bzip2' 'bash')
+validpgpkeys=('45F68D54BBE23FB3039B46E59766E084FB0F43D8') # Philip Hazel
+source=(ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/$pkgname-$pkgver.tar.bz2{,.sig})
+md5sums=('ed91be292cb01d21bc7e526816c26981'
+ 'SKIP')
+
+#prepare() {
+#  patch -d $pkgname-$pkgver  001-fix-heap-overflow.patch
+#}
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure \
+--prefix=/usr \
+--enable-unicode-properties \
+--enable-pcre16 \
+--enable-pcre32 \
+--enable-jit \
+--enable-pcregrep-libz \
+--enable-pcregrep-libbz2 \
+--enable-pcretest-libreadline
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  make -j1 check
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+
+  install -Dm644 LICENCE $pkgdir/usr/share/licenses/$pkgname/LICENSE
+}
+
+# vim:set ts=2 sw=2 et:

Copied: pcre/repos/testing-x86_64/PKGBUILD (from rev 238495, 
pcre/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2015-05-04 22:01:16 UTC (rev 238496)
@@ -0,0 +1,50 @@
+# $Id$
+# Maintainer: Sébastien Seblu Luttringer
+# Contributor: Allan McRae al...@archlinux.org
+# Contributor: Eric Belanger e...@archlinux.org
+# Contributor: John Proctor jproc...@prium.net
+
+pkgname=pcre
+pkgver=8.37
+pkgrel=1
+pkgdesc='A library that implements Perl 5-style regular expressions'
+arch=('i686' 'x86_64')
+url='http://www.pcre.org/'
+license=('BSD')
+depends=('gcc-libs' 'readline' 'zlib' 'bzip2' 'bash')
+validpgpkeys=('45F68D54BBE23FB3039B46E59766E084FB0F43D8') # Philip Hazel
+source=(ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/$pkgname-$pkgver.tar.bz2{,.sig})
+md5sums=('ed91be292cb01d21bc7e526816c26981'
+ 'SKIP')
+
+#prepare() {
+#  patch -d $pkgname-$pkgver  001-fix-heap-overflow.patch
+#}
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure \
+--prefix=/usr \
+--enable-unicode-properties \
+--enable-pcre16 \
+--enable-pcre32 \
+--enable-jit \
+--enable-pcregrep-libz \
+--enable-pcregrep-libbz2 \
+--enable-pcretest-libreadline
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  make -j1 check
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+
+  install -Dm644 LICENCE $pkgdir/usr/share/licenses/$pkgname/LICENSE
+}
+
+# vim:set ts=2 sw=2 et:


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

2015-05-04 Thread Anatol Pomozov
Date: Monday, May 4, 2015 @ 22:29:49
  Author: anatolik
Revision: 238488

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

Added:
  lpeg/repos/staging-i686/LICENSE
(from rev 238487, lpeg/trunk/LICENSE)
  lpeg/repos/staging-i686/PKGBUILD
(from rev 238487, lpeg/trunk/PKGBUILD)
  lpeg/repos/staging-x86_64/LICENSE
(from rev 238487, lpeg/trunk/LICENSE)
  lpeg/repos/staging-x86_64/PKGBUILD
(from rev 238487, lpeg/trunk/PKGBUILD)
Deleted:
  lpeg/repos/staging-i686/LICENSE
  lpeg/repos/staging-i686/PKGBUILD
  lpeg/repos/staging-x86_64/LICENSE
  lpeg/repos/staging-x86_64/PKGBUILD

-+
 /LICENSE|   14 
 /PKGBUILD   |  158 ++
 staging-i686/LICENSE|7 --
 staging-i686/PKGBUILD   |   79 ---
 staging-x86_64/LICENSE  |7 --
 staging-x86_64/PKGBUILD |   79 ---
 6 files changed, 172 insertions(+), 172 deletions(-)

Deleted: staging-i686/LICENSE
===
--- staging-i686/LICENSE2015-05-04 20:29:14 UTC (rev 238487)
+++ staging-i686/LICENSE2015-05-04 20:29:49 UTC (rev 238488)
@@ -1,7 +0,0 @@
-Copyright © 2008 Lua.org, PUC-Rio.
-
-Permission is hereby granted, free of charge, to any person obtaining a copy 
of this software and associated documentation files (the Software), to deal 
in the Software without restriction, including without limitation the rights to 
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies 
of the Software, and to permit persons to whom the Software is furnished to do 
so, subject to the following conditions:
-
-The above copyright notice and this permission notice shall be included in all 
copies or substantial portions of the Software.
-
-THE SOFTWARE IS PROVIDED AS IS, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 
SOFTWARE. 

Copied: lpeg/repos/staging-i686/LICENSE (from rev 238487, lpeg/trunk/LICENSE)
===
--- staging-i686/LICENSE(rev 0)
+++ staging-i686/LICENSE2015-05-04 20:29:49 UTC (rev 238488)
@@ -0,0 +1,7 @@
+Copyright © 2008 Lua.org, PUC-Rio.
+
+Permission is hereby granted, free of charge, to any person obtaining a copy 
of this software and associated documentation files (the Software), to deal 
in the Software without restriction, including without limitation the rights to 
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies 
of the Software, and to permit persons to whom the Software is furnished to do 
so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in all 
copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED AS IS, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 
SOFTWARE. 

Deleted: staging-i686/PKGBUILD
===
--- staging-i686/PKGBUILD   2015-05-04 20:29:14 UTC (rev 238487)
+++ staging-i686/PKGBUILD   2015-05-04 20:29:49 UTC (rev 238488)
@@ -1,79 +0,0 @@
-# $Id$
-# Maintainer:
-# Contributor: Gustavo Alvarez sl1pk...@gmail.com
-
-pkgbase=lpeg
-pkgname=(lua-lpeg lua51-lpeg lua52-lpeg)
-pkgver=0.12.2
-pkgrel=1
-arch=('i686' 'x86_64')
-url='http://www.inf.puc-rio.br/~roberto/lpeg'
-license=('MIT')
-makedepends=('lua' 'lua51' 'lua52')
-source=(http://www.inf.puc-rio.br/~roberto/$pkgbase/$pkgbase-$pkgver.tar.gz
-LICENSE)
-md5sums=('fabb614eb46e370d4f6b8fd82d17ca7e'
- 'dccb97b431c3a3ccaacc216c6242e9fd')
-
-prepare() {
-  sed 's/^CFLAGS =/CFLAGS +=/' -i $pkgbase-$pkgver/makefile
-  sed 's/^COPT =/# COPT =/' -i $pkgbase-$pkgver/makefile
-
-  cp -r $pkgbase-$pkgver $pkgbase-$pkgver-51
-  cp -r $pkgbase-$pkgver $pkgbase-$pkgver-52
-}
-
-build() {
-  cd $pkgbase-$pkgver
-  make LUADIR=/usr/include
-
-  cd $srcdir/$pkgbase-$pkgver-51
-  make LUADIR=/usr/include/lua5.1
-
-  cd $srcdir/$pkgbase-$pkgver-52
-  make LUADIR=/usr/include/lua5.2
-}
-
-check() {
-  msg2 Testing with Lua 5.3
-  cd $srcdir/$pkgbase-$pkgver
-  lua test.lua
-
-  msg2 Testing with Lua 5.1
-  cd 

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

2015-05-04 Thread Anatol Pomozov
Date: Monday, May 4, 2015 @ 22:29:14
  Author: anatolik
Revision: 238487

upgpkg: lpeg 0.12.2-2

Rebuilding the package to fix 'db-update' glitch that dit allow me to update 
the database.

Modified:
  lpeg/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-05-04 20:26:52 UTC (rev 238486)
+++ PKGBUILD2015-05-04 20:29:14 UTC (rev 238487)
@@ -5,7 +5,7 @@
 pkgbase=lpeg
 pkgname=(lua-lpeg lua51-lpeg lua52-lpeg)
 pkgver=0.12.2
-pkgrel=1
+pkgrel=2
 arch=('i686' 'x86_64')
 url='http://www.inf.puc-rio.br/~roberto/lpeg'
 license=('MIT')


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

2015-05-04 Thread Antonio Rojas
Date: Monday, May 4, 2015 @ 22:30:37
  Author: arojas
Revision: 132752

Switch to udisks2

Modified:
  cantata/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-05-04 18:24:25 UTC (rev 132751)
+++ PKGBUILD2015-05-04 20:30:37 UTC (rev 132752)
@@ -6,13 +6,13 @@
 
 pkgname=cantata
 pkgver=1.5.2
-pkgrel=1
+pkgrel=2
 pkgdesc='Qt5 client for the music player daemon (MPD)'
 arch=('i686' 'x86_64')
 url='https://code.google.com/p/cantata/'
 license=('GPL')
 depends=('qt5-multimedia' 'qt5-svg' 'libmtp' 'libcddb' 'libmusicbrainz5' 
'mpg123'
- 'taglib-extras' 'hicolor-icon-theme' 'cdparanoia' 'speex' 
'media-player-info')
+ 'taglib-extras' 'hicolor-icon-theme' 'cdparanoia' 'speex' 
'media-player-info' 'udisks2')
 optdepends=('perl-uri: dynamic playlist' 'mpd: playback' 'ffmpeg: ReplayGain 
support')
 makedepends=('cmake' 'qt5-tools' 'qt5-svg' 'ffmpeg')
 install=$pkgname.install
@@ -29,8 +29,8 @@
 -DCMAKE_INSTALL_PREFIX=/usr \
 -DCMAKE_BUILD_TYPE=Release \
 -DENABLE_HTTP_STREAM_PLAYBACK=ON \
--DENABLE_KDE=OFF -DENABLE_QT5=ON
-
+-DENABLE_KDE=OFF -DENABLE_QT5=ON \
+-DENABLE_UDISKS2=ON
   make
 }
 


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

2015-05-04 Thread Anatol Pomozov
Date: Monday, May 4, 2015 @ 22:38:40
  Author: anatolik
Revision: 238489

upgpkg: lgi 0.9.0-1

Lua 5.3 rebuild

Modified:
  lgi/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-05-04 20:29:49 UTC (rev 238488)
+++ PKGBUILD2015-05-04 20:38:40 UTC (rev 238489)
@@ -4,8 +4,8 @@
 
 pkgbase=lgi
 pkgname=(lua-lgi)
-pkgver=0.8.0
-pkgrel=2
+pkgver=0.9.0
+pkgrel=1
 pkgdesc='Lua bindings for gnome/gobject using gobject-introspection library'
 arch=(i686 x86_64)
 url='https://github.com/pavouk/lgi'
@@ -15,7 +15,7 @@
 replaces=('lgi')
 conflicts=('lgi')
 
source=($pkgbase-$pkgver.tar.gz::https://github.com/pavouk/$pkgbase/archive/$pkgver.tar.gz;)
-md5sums=('f0a161fc07b65afabdd09aa5455390a3')
+md5sums=('cc433a597f23cfabdfc905c6c2cd3d7c')
 
 build() {
   cd $pkgbase-$pkgver
@@ -25,8 +25,8 @@
 package_lua-lgi() {
   cd $pkgbase-$pkgver
   make \
-LUA_LIBDIR=/usr/lib/lua/5.2 \
-LUA_SHAREDIR=/usr/share/lua/5.2 \
+LUA_LIBDIR=/usr/lib/lua/5.3 \
+LUA_SHAREDIR=/usr/share/lua/5.3 \
 DESTDIR=$pkgdir/ install
 
   # dump typelib tool


[arch-commits] Commit in (kdesdk-dev-scripts)

2015-05-04 Thread Antonio Rojas
Date: Monday, May 4, 2015 @ 21:37:22
  Author: arojas
Revision: 238482

Replaced by kde-dev-scripts

Deleted:
  kdesdk-dev-scripts/


  1   2   >