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

2016-05-11 Thread Antonio Rojas
Date: Thursday, May 12, 2016 @ 08:52:34
  Author: arojas
Revision: 267828

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

Added:
  rrdtool/repos/staging-i686/PKGBUILD
(from rev 267827, rrdtool/trunk/PKGBUILD)
  rrdtool/repos/staging-x86_64/PKGBUILD
(from rev 267827, rrdtool/trunk/PKGBUILD)
Deleted:
  rrdtool/repos/staging-i686/PKGBUILD
  rrdtool/repos/staging-x86_64/PKGBUILD

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

Deleted: staging-i686/PKGBUILD
===
--- staging-i686/PKGBUILD   2016-05-12 06:51:41 UTC (rev 267827)
+++ staging-i686/PKGBUILD   2016-05-12 06:52:34 UTC (rev 267828)
@@ -1,46 +0,0 @@
-# $Id$
-# Maintainer: Eric Bélanger 
-
-pkgname=rrdtool
-pkgver=1.5.5
-pkgrel=2
-pkgdesc="Data logging and graphing application"
-arch=('i686' 'x86_64')
-url="http://www.rrdtool.org";
-license=('GPL' 'custom')
-depends=('libxml2' 'pango' 'ttf-dejavu')
-makedepends=('intltool' 'ruby' 'python2' 'tcl' 'lua51')
-optdepends=('perl: to use corresponding binding'
-   'tcl: to use corresponding binding'
-'python2: to use corresponding binding'
-'ruby: to use corresponding binding'
-'lua51: to use corresponding binding')
-options=('!emptydirs' '!makeflags')
-source=(http://oss.oetiker.ch/rrdtool/pub/rrdtool-${pkgver}.tar.gz)
-sha1sums=('8275cd4dd3fb2086686ee5acfc7cc5e756483e0e')
-
-prepare() {
-  cd ${pkgname}-${pkgver}
-  sed -i 's|/usr/bin/python|/usr/bin/python2|' examples/stripes.py
-  # fix FS#28521 make ruby install to vendor_ruby instead of site_ruby
-  sed -e 's/$(RUBY) ${abs_srcdir}\/ruby\/extconf.rb/& --vendor/' -i 
bindings/Makefile.am
-  aclocal
-  automake
-}
-
-build() {
-  cd ${pkgname}-${pkgver}
-  PYTHON=python2 LUA=/usr/bin/lua5.1 \
-LUA_CFLAGS="-I/usr/include/lua5.1 -llua5.1" 
LUA_INSTALL_CMOD="/usr/lib/lua/5.1" \
-./configure --prefix=/usr --localstatedir=/var --disable-rpath \
---enable-perl --enable-perl-site-install 
--with-perl-options='INSTALLDIRS=vendor' \
---enable-ruby --enable-ruby-site-install --enable-python \
---enable-lua --enable-lua-site-install --enable-tcl --disable-libwrap
-  make LIBS+="-lglib-2.0"
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR="${pkgdir}" includedir=/usr/include install
-  install -D -m644 COPYRIGHT "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}

Copied: rrdtool/repos/staging-i686/PKGBUILD (from rev 267827, 
rrdtool/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2016-05-12 06:52:34 UTC (rev 267828)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Eric Bélanger 
+
+pkgname=rrdtool
+pkgver=1.5.6
+pkgrel=1
+pkgdesc="Data logging and graphing application"
+arch=('i686' 'x86_64')
+url="http://www.rrdtool.org";
+license=('GPL' 'custom')
+depends=('libxml2' 'pango' 'ttf-dejavu')
+makedepends=('intltool' 'ruby' 'python2' 'tcl' 'lua51')
+optdepends=('perl: to use corresponding binding'
+   'tcl: to use corresponding binding'
+'python2: to use corresponding binding'
+'ruby: to use corresponding binding'
+'lua51: to use corresponding binding')
+options=('!emptydirs' '!makeflags')
+source=(http://oss.oetiker.ch/rrdtool/pub/rrdtool-${pkgver}.tar.gz)
+sha1sums=('4363f92565638d240f80f410a49014919f887508')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+  sed -i 's|/usr/bin/python|/usr/bin/python2|' examples/stripes.py
+  # fix FS#28521 make ruby install to vendor_ruby instead of site_ruby
+  sed -e 's/$(RUBY) ${abs_srcdir}\/ruby\/extconf.rb/& --vendor/' -i 
bindings/Makefile.am
+  aclocal
+  automake
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+  PYTHON=python2 LUA=/usr/bin/lua5.1 \
+LUA_CFLAGS="-I/usr/include/lua5.1 -llua5.1" 
LUA_INSTALL_CMOD="/usr/lib/lua/5.1" \
+./configure --prefix=/usr --localstatedir=/var --disable-rpath \
+--enable-perl --enable-perl-site-install 
--with-perl-options='INSTALLDIRS=vendor' \
+--enable-ruby --enable-ruby-site-install --enable-python \
+--enable-lua --enable-lua-site-install --enable-tcl --disable-libwrap
+  make LIBS+="-lglib-2.0"
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" includedir=/usr/include install
+  install -D -m644 COPYRIGHT "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}

Deleted: staging-x86_64/PKGBUILD
===
--- staging-x86_64/PKGBUILD 2016-05-12 06:51:41 UTC (rev 267827)
+++ staging-x86_64/PKGBUILD 2016-05-12 06:52:34 UTC (rev 267828)
@@ -1,46 +0,0 @@
-# $Id$
-# Maintainer: Eric Bélanger 
-
-pkgname=rrdtool
-pkgver=1.5.5
-pkgrel=2
-pkgdesc="Data logg

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

2016-05-11 Thread Antonio Rojas
Date: Thursday, May 12, 2016 @ 08:51:41
  Author: arojas
Revision: 267827

Update to 1.5.6

Modified:
  rrdtool/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-05-12 05:17:04 UTC (rev 267826)
+++ PKGBUILD2016-05-12 06:51:41 UTC (rev 267827)
@@ -2,8 +2,8 @@
 # Maintainer: Eric Bélanger 
 
 pkgname=rrdtool
-pkgver=1.5.5
-pkgrel=2
+pkgver=1.5.6
+pkgrel=1
 pkgdesc="Data logging and graphing application"
 arch=('i686' 'x86_64')
 url="http://www.rrdtool.org";
@@ -17,7 +17,7 @@
 'lua51: to use corresponding binding')
 options=('!emptydirs' '!makeflags')
 source=(http://oss.oetiker.ch/rrdtool/pub/rrdtool-${pkgver}.tar.gz)
-sha1sums=('8275cd4dd3fb2086686ee5acfc7cc5e756483e0e')
+sha1sums=('4363f92565638d240f80f410a49014919f887508')
 
 prepare() {
   cd ${pkgname}-${pkgver}


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

2016-05-11 Thread Tobias Powalowski
Date: Thursday, May 12, 2016 @ 07:17:04
  Author: tpowa
Revision: 267826

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

Added:
  linux/repos/testing-i686/
  linux/repos/testing-i686/PKGBUILD
(from rev 267825, linux/trunk/PKGBUILD)
  linux/repos/testing-i686/change-default-console-loglevel.patch
(from rev 267825, linux/trunk/change-default-console-loglevel.patch)
  linux/repos/testing-i686/config
(from rev 267825, linux/trunk/config)
  linux/repos/testing-i686/config.x86_64
(from rev 267825, linux/trunk/config.x86_64)
  linux/repos/testing-i686/linux.install
(from rev 267825, linux/trunk/linux.install)
  linux/repos/testing-i686/linux.preset
(from rev 267825, linux/trunk/linux.preset)
  linux/repos/testing-x86_64/
  linux/repos/testing-x86_64/PKGBUILD
(from rev 267825, linux/trunk/PKGBUILD)
  linux/repos/testing-x86_64/change-default-console-loglevel.patch
(from rev 267825, linux/trunk/change-default-console-loglevel.patch)
  linux/repos/testing-x86_64/config
(from rev 267825, linux/trunk/config)
  linux/repos/testing-x86_64/config.x86_64
(from rev 267825, linux/trunk/config.x86_64)
  linux/repos/testing-x86_64/linux.install
(from rev 267825, linux/trunk/linux.install)
  linux/repos/testing-x86_64/linux.preset
(from rev 267825, linux/trunk/linux.preset)

--+
 testing-i686/PKGBUILD|  295 
 testing-i686/change-default-console-loglevel.patch   |   11 
 testing-i686/config  | 8003 +
 testing-i686/config.x86_64   | 7760 
 testing-i686/linux.install   |   37 
 testing-i686/linux.preset|   14 
 testing-x86_64/PKGBUILD  |  295 
 testing-x86_64/change-default-console-loglevel.patch |   11 
 testing-x86_64/config| 8003 +
 testing-x86_64/config.x86_64 | 7760 
 testing-x86_64/linux.install |   37 
 testing-x86_64/linux.preset  |   14 
 12 files changed, 32240 insertions(+)

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


[arch-commits] Commit in linux-grsec/repos (24 files)

2016-05-11 Thread Daniel Micay
Date: Thursday, May 12, 2016 @ 05:11:59
  Author: thestinger
Revision: 174846

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

Added:
  linux-grsec/repos/community-i686/PKGBUILD
(from rev 174844, linux-grsec/trunk/PKGBUILD)
  linux-grsec/repos/community-i686/change-default-console-loglevel.patch
(from rev 174844, linux-grsec/trunk/change-default-console-loglevel.patch)
  linux-grsec/repos/community-i686/config
(from rev 174844, linux-grsec/trunk/config)
  linux-grsec/repos/community-i686/config.x86_64
(from rev 174844, linux-grsec/trunk/config.x86_64)
  linux-grsec/repos/community-i686/linux-grsec.install
(from rev 174844, linux-grsec/trunk/linux-grsec.install)
  linux-grsec/repos/community-i686/linux.preset
(from rev 174844, linux-grsec/trunk/linux.preset)
  linux-grsec/repos/community-x86_64/PKGBUILD
(from rev 174845, linux-grsec/trunk/PKGBUILD)
  linux-grsec/repos/community-x86_64/change-default-console-loglevel.patch
(from rev 174845, linux-grsec/trunk/change-default-console-loglevel.patch)
  linux-grsec/repos/community-x86_64/config
(from rev 174845, linux-grsec/trunk/config)
  linux-grsec/repos/community-x86_64/config.x86_64
(from rev 174845, linux-grsec/trunk/config.x86_64)
  linux-grsec/repos/community-x86_64/linux-grsec.install
(from rev 174845, linux-grsec/trunk/linux-grsec.install)
  linux-grsec/repos/community-x86_64/linux.preset
(from rev 174845, linux-grsec/trunk/linux.preset)
Deleted:
  linux-grsec/repos/community-i686/PKGBUILD
  linux-grsec/repos/community-i686/change-default-console-loglevel.patch
  linux-grsec/repos/community-i686/config
  linux-grsec/repos/community-i686/config.x86_64
  linux-grsec/repos/community-i686/linux-grsec.install
  linux-grsec/repos/community-i686/linux.preset
  linux-grsec/repos/community-x86_64/PKGBUILD
  linux-grsec/repos/community-x86_64/change-default-console-loglevel.patch
  linux-grsec/repos/community-x86_64/config
  linux-grsec/repos/community-x86_64/config.x86_64
  linux-grsec/repos/community-x86_64/linux-grsec.install
  linux-grsec/repos/community-x86_64/linux.preset

+
 /PKGBUILD  |  652 
 /change-default-console-loglevel.patch |   22 
 /config|16138 +++
 /config.x86_64 |15550 ++
 /linux-grsec.install   |   74 
 /linux.preset  |   28 
 community-i686/PKGBUILD|  326 
 community-i686/change-default-console-loglevel.patch   |   11 
 community-i686/config  | 8069 ---
 community-i686/config.x86_64   | 7775 ---
 community-i686/linux-grsec.install |   37 
 community-i686/linux.preset|   14 
 community-x86_64/PKGBUILD  |  326 
 community-x86_64/change-default-console-loglevel.patch |   11 
 community-x86_64/config| 8069 ---
 community-x86_64/config.x86_64 | 7775 ---
 community-x86_64/linux-grsec.install   |   37 
 community-x86_64/linux.preset  |   14 
 18 files changed, 32464 insertions(+), 32464 deletions(-)

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


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

2016-05-11 Thread Jiachen Yang
Date: Thursday, May 12, 2016 @ 05:11:28
  Author: farseerfc
Revision: 174845

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

Added:
  qtox/repos/community-i686/PKGBUILD
(from rev 174843, qtox/trunk/PKGBUILD)
  qtox/repos/community-x86_64/PKGBUILD
(from rev 174844, qtox/trunk/PKGBUILD)
Deleted:
  qtox/repos/community-i686/PKGBUILD
  qtox/repos/community-x86_64/PKGBUILD

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-05-12 03:10:58 UTC (rev 174844)
+++ community-i686/PKGBUILD 2016-05-12 03:11:28 UTC (rev 174845)
@@ -1,39 +0,0 @@
-# Maintainer: Jiachen Yang 
-# AUR Maintainer: Vlad M. 
-# Contributor: Håvard Pettersson 
-# Contributor: Kevin MacMartin 
-
-pkgname=qtox
-_pkgname=qTox
-pkgver=1.4.0
-pkgrel=4
-pkgdesc='Powerful Tox client written in C++/Qt that follows the Tox design 
guidelines'
-arch=('i686' 'x86_64')
-url='https://github.com/tux3/qTox'
-license=('GPL3')
-depends=('libxss'
- 'desktop-file-utils'
- 'openal'
- 'gtk2'
- 'ffmpeg'
- 'qrencode'
- 'qt5-svg'
- 'sqlcipher'
- 'toxcore')
-makedepends=('qt5-tools')
-source=("https://github.com/tux3/$pkgname/archive/v$pkgver/$pkgname-$pkgver.tar.gz";)
-sha512sums=('4c93e90ec20e8c9289f5be628f6543d356c99f59d72e735814ba2640b257fbb78f18a9dbd42070a5cfb7fded492906f07cc678d1ae737ac795da689b3e6abe2d')
-
-build() {
-  cd $_pkgname-$pkgver
-  install -d build
-  cd build
-  qmake-qt5 ENABLE_SYSTRAY_UNITY_BACKEND=NO ..
-  make
-}
-
-package() {
-  # executable
-  cd $_pkgname-$pkgver/build
-  make INSTALL_ROOT="$pkgdir" install
-}

Copied: qtox/repos/community-i686/PKGBUILD (from rev 174843, 
qtox/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-05-12 03:11:28 UTC (rev 174845)
@@ -0,0 +1,39 @@
+# Maintainer: Jiachen Yang 
+# AUR Maintainer: Vlad M. 
+# Contributor: Håvard Pettersson 
+# Contributor: Kevin MacMartin 
+
+pkgname=qtox
+_pkgname=qTox
+pkgver=1.4.1
+pkgrel=1
+pkgdesc='Powerful Tox client written in C++/Qt that follows the Tox design 
guidelines'
+arch=('i686' 'x86_64')
+url='https://github.com/tux3/qTox'
+license=('GPL3')
+depends=('libxss'
+ 'desktop-file-utils'
+ 'openal'
+ 'gtk2'
+ 'ffmpeg'
+ 'qrencode'
+ 'qt5-svg'
+ 'sqlcipher'
+ 'toxcore')
+makedepends=('qt5-tools')
+source=("https://github.com/tux3/$pkgname/archive/v$pkgver/$pkgname-$pkgver.tar.gz";)
+sha512sums=('79281f8a7c9b7836a3cfd3054434b4a27ceed0543894361142ca473f0500790d262f7e1547ce0bde3f4e78c99a99f4770fbe346ec98ae594291e7c538f70792d')
+
+build() {
+  cd $_pkgname-$pkgver
+  install -d build
+  cd build
+  qmake-qt5 ENABLE_SYSTRAY_UNITY_BACKEND=NO ..
+  make
+}
+
+package() {
+  # executable
+  cd $_pkgname-$pkgver/build
+  make INSTALL_ROOT="$pkgdir" install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-05-12 03:10:58 UTC (rev 174844)
+++ community-x86_64/PKGBUILD   2016-05-12 03:11:28 UTC (rev 174845)
@@ -1,39 +0,0 @@
-# Maintainer: Jiachen Yang 
-# AUR Maintainer: Vlad M. 
-# Contributor: Håvard Pettersson 
-# Contributor: Kevin MacMartin 
-
-pkgname=qtox
-_pkgname=qTox
-pkgver=1.4.0
-pkgrel=4
-pkgdesc='Powerful Tox client written in C++/Qt that follows the Tox design 
guidelines'
-arch=('i686' 'x86_64')
-url='https://github.com/tux3/qTox'
-license=('GPL3')
-depends=('libxss'
- 'desktop-file-utils'
- 'openal'
- 'gtk2'
- 'ffmpeg'
- 'qrencode'
- 'qt5-svg'
- 'sqlcipher'
- 'toxcore')
-makedepends=('qt5-tools')
-source=("https://github.com/tux3/$pkgname/archive/v$pkgver/$pkgname-$pkgver.tar.gz";)
-sha512sums=('4c93e90ec20e8c9289f5be628f6543d356c99f59d72e735814ba2640b257fbb78f18a9dbd42070a5cfb7fded492906f07cc678d1ae737ac795da689b3e6abe2d')
-
-build() {
-  cd $_pkgname-$pkgver
-  install -d build
-  cd build
-  qmake-qt5 ENABLE_SYSTRAY_UNITY_BACKEND=NO ..
-  make
-}
-
-package() {
-  # executable
-  cd $_pkgname-$pkgver/build
-  make INSTALL_ROOT="$pkgdir" install
-}

Copied: qtox/repos/community-x86_64/PKGBUILD (from rev 174844, 
qtox/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2016-05-12 03:11:28 UTC (rev 174845)
@@ -0,0 +1,39 @@
+# Maintainer: Jiachen Yang 
+# AUR Maintainer: Vlad M. 
+# Contributor: Håvard Pettersson 
+# Contributor: Kevin MacMartin 
+

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

2016-05-11 Thread Daniel Micay
Date: Thursday, May 12, 2016 @ 05:10:58
  Author: thestinger
Revision: 174844

upgpkg: linux-grsec 4.5.4.201605112030-1

Modified:
  linux-grsec/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-05-12 03:10:18 UTC (rev 174843)
+++ PKGBUILD2016-05-12 03:10:58 UTC (rev 174844)
@@ -7,9 +7,9 @@
 
 pkgbase=linux-grsec
 _srcname=linux-4.5
-_pkgver=4.5.3
+_pkgver=4.5.4
 _grsecver=3.1
-_timestamp=201605102138
+_timestamp=201605112030
 _grsec_patch="grsecurity-$_grsecver-$_pkgver-$_timestamp.patch"
 pkgver=$_pkgver.$_timestamp
 pkgrel=1
@@ -32,9 +32,9 @@
 
 sha256sums=('a40defb401e01b37d6b8c8ad5c1bbab665be6ac6310cdeed59950c96b31a519c'
 'SKIP'
-'02a1a3fb190031130f6a304a1d3ebb72ce0b4e6dcc608c9e423780e4df10dec7'
+'6a9cfe691ac77346c48b7f83375a1880ebb379594de1000acad45da45d711e42'
 'SKIP'
-'d2f2d725cfadee55c3a77b1a784d70c263b7e10751aec93b14d137ec05c5a6ce'
+'0403703a5f41aca57b8033cff95b61ab3dd915c8f8903ddeef6b617876525a19'
 'SKIP'
 '7b43f12da9658279a3289e0c2517d5d53da0a0c075d72ea81fb28a3c46738901'
 '935169a95bbc205142277c16d0665514b207b1ad8ddae9355f1a1575d553642d'


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

2016-05-11 Thread Jiachen Yang
Date: Thursday, May 12, 2016 @ 05:10:18
  Author: farseerfc
Revision: 174843

upgpkg: qtox 1.4.1-1

updpkg: qtox 1.4.1-1

Modified:
  qtox/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-05-12 02:33:52 UTC (rev 174842)
+++ PKGBUILD2016-05-12 03:10:18 UTC (rev 174843)
@@ -5,8 +5,8 @@
 
 pkgname=qtox
 _pkgname=qTox
-pkgver=1.4.0
-pkgrel=4
+pkgver=1.4.1
+pkgrel=1
 pkgdesc='Powerful Tox client written in C++/Qt that follows the Tox design 
guidelines'
 arch=('i686' 'x86_64')
 url='https://github.com/tux3/qTox'
@@ -22,7 +22,7 @@
  'toxcore')
 makedepends=('qt5-tools')
 
source=("https://github.com/tux3/$pkgname/archive/v$pkgver/$pkgname-$pkgver.tar.gz";)
-sha512sums=('4c93e90ec20e8c9289f5be628f6543d356c99f59d72e735814ba2640b257fbb78f18a9dbd42070a5cfb7fded492906f07cc678d1ae737ac795da689b3e6abe2d')
+sha512sums=('79281f8a7c9b7836a3cfd3054434b4a27ceed0543894361142ca473f0500790d262f7e1547ce0bde3f4e78c99a99f4770fbe346ec98ae594291e7c538f70792d')
 
 build() {
   cd $_pkgname-$pkgver


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

2016-05-11 Thread Felix Yan
Date: Thursday, May 12, 2016 @ 04:33:52
  Author: fyan
Revision: 174842

archrelease: copy trunk to community-any

Added:
  yapf/repos/community-any/PKGBUILD
(from rev 174841, yapf/trunk/PKGBUILD)
Deleted:
  yapf/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2016-05-12 02:32:07 UTC (rev 174841)
+++ PKGBUILD2016-05-12 02:33:52 UTC (rev 174842)
@@ -1,52 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-
-pkgbase=yapf
-pkgname=("yapf" "python2-yapf")
-pkgver=0.7.1
-pkgrel=1
-pkgdesc="Python style guide checker"
-arch=('any')
-url="http://github.com/google/yapf";
-license=('Apache')
-makedepends=('python-setuptools' 'python2-setuptools' 'git')
-checkdepends=('python-nose' 'python2-nose')
-source=("git+https://github.com/google/yapf.git#tag=v$pkgver";)
-sha256sums=('SKIP')
-
-prepare() {
-  cp -a yapf{,-py2}
-}
-
-build() {
-  cd "$srcdir"/yapf
-  python setup.py build
-
-  cd "$srcdir"/yapf-py2
-  python2 setup.py build
-}
-
-check() {
-  cd "$srcdir"/yapf
-  nosetests3
-
-  cd "$srcdir"/yapf-py2
-  nosetests2
-}
-
-package_yapf() {
-  depends=('python-setuptools')
-
-  cd yapf
-  python setup.py install -O1 --root="$pkgdir"
-}
-
-package_python2-yapf() {
-  depends=('python2-setuptools')
-
-  cd yapf-py2
-  python2 setup.py install -O1 --root="$pkgdir"
-  mv "$pkgdir"/usr/bin/yapf{,2}
-}
-
-# vim:set ts=2 sw=2 et:

Copied: yapf/repos/community-any/PKGBUILD (from rev 174841, yapf/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-05-12 02:33:52 UTC (rev 174842)
@@ -0,0 +1,52 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgbase=yapf
+pkgname=("yapf" "python2-yapf")
+pkgver=0.8.0
+pkgrel=1
+pkgdesc="Python style guide checker"
+arch=('any')
+url="http://github.com/google/yapf";
+license=('Apache')
+makedepends=('python-setuptools' 'python2-setuptools' 'git')
+checkdepends=('python-nose' 'python2-nose')
+source=("git+https://github.com/google/yapf.git#tag=v$pkgver";)
+sha256sums=('SKIP')
+
+prepare() {
+  cp -a yapf{,-py2}
+}
+
+build() {
+  cd "$srcdir"/yapf
+  python setup.py build
+
+  cd "$srcdir"/yapf-py2
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir"/yapf
+  nosetests3
+
+  cd "$srcdir"/yapf-py2
+  nosetests2
+}
+
+package_yapf() {
+  depends=('python-setuptools')
+
+  cd yapf
+  python setup.py install -O1 --root="$pkgdir"
+}
+
+package_python2-yapf() {
+  depends=('python2-setuptools')
+
+  cd yapf-py2
+  python2 setup.py install -O1 --root="$pkgdir"
+  mv "$pkgdir"/usr/bin/yapf{,2}
+}
+
+# vim:set ts=2 sw=2 et:


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

2016-05-11 Thread Felix Yan
Date: Thursday, May 12, 2016 @ 04:32:07
  Author: fyan
Revision: 174841

upgpkg: yapf 0.8.0-1

Modified:
  yapf/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-05-12 02:01:34 UTC (rev 174840)
+++ PKGBUILD2016-05-12 02:32:07 UTC (rev 174841)
@@ -3,7 +3,7 @@
 
 pkgbase=yapf
 pkgname=("yapf" "python2-yapf")
-pkgver=0.7.1
+pkgver=0.8.0
 pkgrel=1
 pkgdesc="Python style guide checker"
 arch=('any')


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

2016-05-11 Thread Jiachen Yang
Date: Thursday, May 12, 2016 @ 04:01:34
  Author: farseerfc
Revision: 174840

archrelease: copy trunk to community-any

Added:
  retext/repos/community-any/PKGBUILD
(from rev 174839, retext/trunk/PKGBUILD)
  retext/repos/community-any/x-retext-markdown.xml
(from rev 174839, retext/trunk/x-retext-markdown.xml)
  retext/repos/community-any/x-retext-rst.xml
(from rev 174839, retext/trunk/x-retext-rst.xml)
Deleted:
  retext/repos/community-any/PKGBUILD
  retext/repos/community-any/x-retext-markdown.xml
  retext/repos/community-any/x-retext-rst.xml

--+
 PKGBUILD |  118 ++---
 1 file changed, 59 insertions(+), 59 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2016-05-12 02:00:45 UTC (rev 174839)
+++ PKGBUILD2016-05-12 02:01:34 UTC (rev 174840)
@@ -1,59 +0,0 @@
-# Maintainer: Jiachen Yang 
-# AUR Maintainer: Hyacinthe Cartiaux 
-# Contributor: Bartosz Chmura 
-# Contributor: Alessio Sergi 
-# Contributor: alfplayer
-# Contributor: menta
-
-pkgname=retext
-pkgver=5.3.1
-pkgrel=4
-pkgdesc="A simple editor for Markdown and ReStructuredText markup languages"
-arch=('any')
-url="https://github.com/retext-project/retext";
-license=('GPL3')
-# for desktop integration: 'shared-mime-info' 'xdg-utils' 'desktop-file-utils'
-# for toolbar icons (see http://sourceforge.net/p/retext/tickets/44/): 'gconf'
-depends=('python-pyqt5' 'qt5-webkit' 'python-markups' 'shared-mime-info' 
'xdg-utils' 'desktop-file-utils' 'gconf' 'hicolor-icon-theme')
-makedepends=('imagemagick' 'qt5-tools' 'qtchooser')
-optdepends=('python-markdown: for Markdown language support'
-'python-docutils: for reStructuredText language support'
-'python-pyenchant: for spell checking support')
-source=("https://github.com/retext-project/${pkgname}/archive/${pkgver}.tar.gz";
-"x-retext-markdown.xml"
-"x-retext-rst.xml")
-sha256sums=('917382e521646ca97bc36d05cc6694640b6f582bd77118dd57273957c72f0c11'
-'b51611479d3224eec2b58264ed91ace3eccb502b7b806dae3e7a3ab4aab8c4b8'
-'6fef80cccb14813d9cc74810c397a6cd7831d1ca243536759a47c6e8b6cc977a')
-
-prepare () {
-cd "$srcdir/retext-${pkgver}"
-}
-
-build () {
-cd "$srcdir/retext-${pkgver}"
-python3 setup.py build
-}
-
-package () {
-cd "$srcdir/retext-${pkgver}"
-python3 setup.py install --root="$pkgdir" -O1
-
-# create /usr/share/* dirs
-_SHAREDIR="$pkgdir/usr/share"
-install -d -m 755 $_SHAREDIR/{applications,mime/packages}
-
-# install icons
-_ICONSDIR="$_SHAREDIR/icons/hicolor"
-for size in 16 22 24 32 48 128; do
-  install -d -m 755 $_ICONSDIR/${size}x${size}/apps
-  convert -resize $size icons/$pkgname.png 
$_ICONSDIR/${size}x${size}/apps/$pkgname.png
-done
-install -d -m 755 $_ICONSDIR/scalable/apps
-install -m 644 icons/$pkgname.svg $_ICONSDIR/scalable/apps/$pkgname.svg
-
-# install mime files
-install -m 644 $srcdir/x-retext-{markdown,rst}.xml 
$_SHAREDIR/mime/packages/
-}
-
-# vim:set ts=2 sw=2 et:

Copied: retext/repos/community-any/PKGBUILD (from rev 174839, 
retext/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-05-12 02:01:34 UTC (rev 174840)
@@ -0,0 +1,59 @@
+# Maintainer: Jiachen Yang 
+# AUR Maintainer: Hyacinthe Cartiaux 
+# Contributor: Bartosz Chmura 
+# Contributor: Alessio Sergi 
+# Contributor: alfplayer
+# Contributor: menta
+
+pkgname=retext
+pkgver=6.0.0
+pkgrel=1
+pkgdesc="A simple editor for Markdown and ReStructuredText markup languages"
+arch=('any')
+url="https://github.com/retext-project/retext";
+license=('GPL3')
+# for desktop integration: 'shared-mime-info' 'xdg-utils' 'desktop-file-utils'
+# for toolbar icons (see http://sourceforge.net/p/retext/tickets/44/): 'gconf'
+depends=('python-pyqt5' 'qt5-webkit' 'python-markups>=2.0.0' 
'shared-mime-info' 'xdg-utils' 'desktop-file-utils' 'gconf' 
'hicolor-icon-theme')
+makedepends=('imagemagick' 'qt5-tools' 'qtchooser')
+optdepends=('python-markdown: for Markdown language support'
+'python-docutils: for reStructuredText language support'
+'python-pyenchant: for spell checking support')
+source=("https://github.com/retext-project/${pkgname}/archive/${pkgver}.tar.gz";
+"x-retext-markdown.xml"
+"x-retext-rst.xml")
+sha256sums=('a59447d9ab9814fa6d6fe29888d7abc34f4b62102a7ff922d8e51a5328f7c81b'
+'b51611479d3224eec2b58264ed91ace3eccb502b7b806dae3e7a3ab4aab8c4b8'
+'6fef80cccb14813d9cc74810c397a6cd7831d1ca243536759a47c6e8b6cc977a')
+
+prepare () {
+cd "$srcdir/retext-${pkgver}"
+}
+
+build () {
+cd "$srcdir/retext-${pkgver}"
+python3 setup.py build
+}
+
+package () {
+cd "$srcdir/retext-${pkgver}"
+python3 setup.py install --root="$pkgdir" -O1
+
+# create /usr/share/* dirs
+_SHARE

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

2016-05-11 Thread Jiachen Yang
Date: Thursday, May 12, 2016 @ 04:00:45
  Author: farseerfc
Revision: 174839

upgpkg: retext 6.0.0-1

updpkg: retext 6.0.0

Modified:
  retext/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-05-12 01:36:23 UTC (rev 174838)
+++ PKGBUILD2016-05-12 02:00:45 UTC (rev 174839)
@@ -6,8 +6,8 @@
 # Contributor: menta
 
 pkgname=retext
-pkgver=5.3.1
-pkgrel=4
+pkgver=6.0.0
+pkgrel=1
 pkgdesc="A simple editor for Markdown and ReStructuredText markup languages"
 arch=('any')
 url="https://github.com/retext-project/retext";
@@ -14,7 +14,7 @@
 license=('GPL3')
 # for desktop integration: 'shared-mime-info' 'xdg-utils' 'desktop-file-utils'
 # for toolbar icons (see http://sourceforge.net/p/retext/tickets/44/): 'gconf'
-depends=('python-pyqt5' 'qt5-webkit' 'python-markups' 'shared-mime-info' 
'xdg-utils' 'desktop-file-utils' 'gconf' 'hicolor-icon-theme')
+depends=('python-pyqt5' 'qt5-webkit' 'python-markups>=2.0.0' 
'shared-mime-info' 'xdg-utils' 'desktop-file-utils' 'gconf' 
'hicolor-icon-theme')
 makedepends=('imagemagick' 'qt5-tools' 'qtchooser')
 optdepends=('python-markdown: for Markdown language support'
 'python-docutils: for reStructuredText language support'
@@ -22,7 +22,7 @@
 source=("https://github.com/retext-project/${pkgname}/archive/${pkgver}.tar.gz";
 "x-retext-markdown.xml"
 "x-retext-rst.xml")
-sha256sums=('917382e521646ca97bc36d05cc6694640b6f582bd77118dd57273957c72f0c11'
+sha256sums=('a59447d9ab9814fa6d6fe29888d7abc34f4b62102a7ff922d8e51a5328f7c81b'
 'b51611479d3224eec2b58264ed91ace3eccb502b7b806dae3e7a3ab4aab8c4b8'
 '6fef80cccb14813d9cc74810c397a6cd7831d1ca243536759a47c6e8b6cc977a')
 


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

2016-05-11 Thread Pierre Neidhardt
Date: Thursday, May 12, 2016 @ 03:36:23
  Author: ambrevar
Revision: 174838

archrelease: copy trunk to community-any

Added:
  udiskie/repos/community-any/PKGBUILD
(from rev 174837, udiskie/trunk/PKGBUILD)
Deleted:
  udiskie/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2016-05-12 01:35:38 UTC (rev 174837)
+++ PKGBUILD2016-05-12 01:36:23 UTC (rev 174838)
@@ -1,31 +0,0 @@
-# $Id: PKGBUILD 73684 2012-07-14 05:00:28Z dwallace $
-# Maintainer: Pierre Neidhardt 
-# Contributor: Daniel Wallace 
-# Contributor: Byron Clark 
-
-pkgname=udiskie
-pkgver=1.4.8
-pkgrel=1
-pkgdesc="Removable disk automounter using udisks"
-arch=('any')
-url="https://pypi.python.org/pypi/udiskie";
-license=('MIT')
-depends=('udisks2' 'python-gobject' 'python-setuptools' 'python-yaml' 
'python-docopt' 'gettext' 'libnotify')
-makedepends=('asciidoc')
-optdepends=('zenity: for luks decryption'
-   'pygtk: for tray icon'
-   'udisks: optional for use with old backend')
-options=(!emptydirs)
-source=("https://pypi.python.org/packages/source/${pkgname:0:1}/$pkgname/$pkgname-$pkgver.tar.gz";)
-md5sums=('2a38128376572ffec378c212dd81c091')
-
-package() {
-   cd "$srcdir/$pkgname-$pkgver"
-   export LC_ALL=en_US.utf8
-
-   python setup.py install --root="$pkgdir" --optimize=1
-
-   make -C doc
-   install -m 0644 -D "doc/${pkgname}.8" 
"$pkgdir/usr/share/man/man8/${pkgname}.8"
-   install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}

Copied: udiskie/repos/community-any/PKGBUILD (from rev 174837, 
udiskie/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-05-12 01:36:23 UTC (rev 174838)
@@ -0,0 +1,29 @@
+# $Id: PKGBUILD 73684 2012-07-14 05:00:28Z dwallace $
+# Maintainer: Pierre Neidhardt 
+# Contributor: Daniel Wallace 
+# Contributor: Byron Clark 
+
+pkgname=udiskie
+pkgver=1.4.10
+pkgrel=1
+pkgdesc="Removable disk automounter using udisks"
+arch=("any")
+url="https://pypi.python.org/pypi/udiskie";
+license=("MIT")
+depends=("udisks2" "python-gobject" "python-setuptools" "python-yaml" 
"python-docopt" "gettext" "libnotify" "hicolor-icon-theme")
+makedepends=("asciidoc")
+optdepends=("udisks: optional for use with old backend")
+options=(!emptydirs)
+source=("$pkgname-$pkgver.tar.gz::https://codeload.github.com/coldfix/$pkgname/tar.gz/$pkgver";)
+md5sums=('b032523110e01469cf2920f1483e76a5')
+
+package() {
+   cd "$srcdir/$pkgname-$pkgver"
+   export LC_ALL=en_US.utf8
+
+   python setup.py install --root="$pkgdir" --optimize=1
+
+   make -C doc
+   install -m 0644 -D "doc/$pkgname.8" 
"$pkgdir/usr/share/man/man8/$pkgname.8"
+   install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}


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

2016-05-11 Thread Pierre Neidhardt
Date: Thursday, May 12, 2016 @ 03:35:38
  Author: ambrevar
Revision: 174837

upgpkg: udiskie 1.4.10-1

Update to 1.4.10 and remove unneeded opt dep

Modified:
  udiskie/trunk/PKGBUILD

--+
 PKGBUILD |   20 +---
 1 file changed, 9 insertions(+), 11 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-05-11 20:26:36 UTC (rev 174836)
+++ PKGBUILD2016-05-12 01:35:38 UTC (rev 174837)
@@ -4,20 +4,18 @@
 # Contributor: Byron Clark 
 
 pkgname=udiskie
-pkgver=1.4.8
+pkgver=1.4.10
 pkgrel=1
 pkgdesc="Removable disk automounter using udisks"
-arch=('any')
+arch=("any")
 url="https://pypi.python.org/pypi/udiskie";
-license=('MIT')
-depends=('udisks2' 'python-gobject' 'python-setuptools' 'python-yaml' 
'python-docopt' 'gettext' 'libnotify')
-makedepends=('asciidoc')
-optdepends=('zenity: for luks decryption'
-   'pygtk: for tray icon'
-   'udisks: optional for use with old backend')
+license=("MIT")
+depends=("udisks2" "python-gobject" "python-setuptools" "python-yaml" 
"python-docopt" "gettext" "libnotify" "hicolor-icon-theme")
+makedepends=("asciidoc")
+optdepends=("udisks: optional for use with old backend")
 options=(!emptydirs)
-source=("https://pypi.python.org/packages/source/${pkgname:0:1}/$pkgname/$pkgname-$pkgver.tar.gz";)
-md5sums=('2a38128376572ffec378c212dd81c091')
+source=("$pkgname-$pkgver.tar.gz::https://codeload.github.com/coldfix/$pkgname/tar.gz/$pkgver";)
+md5sums=('b032523110e01469cf2920f1483e76a5')
 
 package() {
cd "$srcdir/$pkgname-$pkgver"
@@ -26,6 +24,6 @@
python setup.py install --root="$pkgdir" --optimize=1
 
make -C doc
-   install -m 0644 -D "doc/${pkgname}.8" 
"$pkgdir/usr/share/man/man8/${pkgname}.8"
+   install -m 0644 -D "doc/$pkgname.8" 
"$pkgdir/usr/share/man/man8/$pkgname.8"
install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
 }


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

2016-05-11 Thread Allan McRae
Date: Thursday, May 12, 2016 @ 01:51:33
  Author: allan
Revision: 267825

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

Added:
  glibc/repos/testing-i686/PKGBUILD
(from rev 267824, glibc/trunk/PKGBUILD)
  glibc/repos/testing-i686/glibc.install
(from rev 267824, glibc/trunk/glibc.install)
  glibc/repos/testing-i686/locale-gen
(from rev 267824, glibc/trunk/locale-gen)
  glibc/repos/testing-i686/locale.gen.txt
(from rev 267824, glibc/trunk/locale.gen.txt)
  glibc/repos/testing-x86_64/PKGBUILD
(from rev 267824, glibc/trunk/PKGBUILD)
  glibc/repos/testing-x86_64/glibc.install
(from rev 267824, glibc/trunk/glibc.install)
  glibc/repos/testing-x86_64/locale-gen
(from rev 267824, glibc/trunk/locale-gen)
  glibc/repos/testing-x86_64/locale.gen.txt
(from rev 267824, glibc/trunk/locale.gen.txt)
Deleted:
  glibc/repos/testing-i686/PKGBUILD
  glibc/repos/testing-i686/glibc.install
  glibc/repos/testing-i686/locale-gen
  glibc/repos/testing-i686/locale.gen.txt
  glibc/repos/testing-x86_64/PKGBUILD
  glibc/repos/testing-x86_64/glibc.install
  glibc/repos/testing-x86_64/locale-gen
  glibc/repos/testing-x86_64/locale.gen.txt

---+
 /PKGBUILD |  274 
 /glibc.install|   10 +
 /locale-gen   |   84 
 /locale.gen.txt   |   46 ++
 testing-i686/PKGBUILD |  137 
 testing-i686/glibc.install|5 
 testing-i686/locale-gen   |   42 --
 testing-i686/locale.gen.txt   |   23 ---
 testing-x86_64/PKGBUILD   |  137 
 testing-x86_64/glibc.install  |5 
 testing-x86_64/locale-gen |   42 --
 testing-x86_64/locale.gen.txt |   23 ---
 12 files changed, 414 insertions(+), 414 deletions(-)

Deleted: testing-i686/PKGBUILD
===
--- testing-i686/PKGBUILD   2016-05-11 23:15:32 UTC (rev 267824)
+++ testing-i686/PKGBUILD   2016-05-11 23:51:33 UTC (rev 267825)
@@ -1,137 +0,0 @@
-# $Id$
-# Maintainer: Allan McRae 
-
-# toolchain build order: 
linux-api-headers->glibc->binutils->gcc->binutils->glibc
-# NOTE: valgrind requires rebuilt with each major glibc version
-
-pkgname=glibc
-pkgver=2.23
-pkgrel=3
-_commit=bbea74b2
-pkgdesc="GNU C Library"
-arch=('i686' 'x86_64')
-url="http://www.gnu.org/software/libc";
-license=('GPL' 'LGPL')
-groups=('base')
-depends=('linux-api-headers>=4.1' 'tzdata' 'filesystem')
-makedepends=('gcc>=5.2' 'git')
-backup=(etc/gai.conf
-etc/locale.gen
-etc/nscd.conf)
-options=('!strip' 'staticlibs')
-install=glibc.install
-source=(git://sourceware.org/git/glibc.git#commit=${_commit}
-locale.gen.txt
-locale-gen)
-md5sums=('SKIP'
- '07ac979b6ab5eeb778d55f041529d623'
- '476e9113489f93b348b21e144b6a8fcf')
-
-prepare() {
-  mkdir glibc-build
-}
-
-build() {
-  cd glibc-build
-
-  if [[ ${CARCH} = "i686" ]]; then
-# Hack to fix NPTL issues with Xen, only required on 32bit platforms
-# TODO: make separate glibc-xen package for i686
-export CFLAGS="${CFLAGS} -mno-tls-direct-seg-refs"
-  fi
-
-  echo "slibdir=/usr/lib" >> configparms
-  echo "rtlddir=/usr/lib" >> configparms
-  echo "sbindir=/usr/bin" >> configparms
-  echo "rootsbindir=/usr/bin" >> configparms
-
-  # remove hardening options for building libraries
-  CFLAGS=${CFLAGS/-fstack-protector-strong/}
-  CPPFLAGS=${CPPFLAGS/-D_FORTIFY_SOURCE=2/}
-
-  ../${pkgname}/configure --prefix=/usr \
-  --libdir=/usr/lib --libexecdir=/usr/lib \
-  --with-headers=/usr/include \
-  --with-bugurl=https://bugs.archlinux.org/ \
-  --enable-add-ons \
-  --enable-obsolete-rpc \
-  --enable-kernel=2.6.32 \
-  --enable-bind-now --disable-profile \
-  --enable-stackguard-randomization \
-  --enable-lock-elision \
-  --enable-multi-arch \
-  --disable-werror
-
-  # build libraries with hardening disabled
-  echo "build-programs=no" >> configparms
-  make
-
-  # re-enable hardening for programs
-  sed -i "/build-programs=/s#no#yes#" configparms
-  echo "CC += -fstack-protector-strong -D_FORTIFY_SOURCE=2" >> configparms
-  echo "CXX += -fstack-protector-strong -D_FORTIFY_SOURCE=2" >> configparms
-  make
-
-  # remove harding in preparation to run test-suite
-  sed -i '/FORTIFY/d' configparms
-}
-
-check() {
-  cd glibc-build
-
-  # some failures are "expected"
-  make check || true
-}
-
-package() {
-  cd glibc-build
-
-  install -dm755 ${pkgdir}/etc
-  touch ${pkgdir}/etc/ld.so.conf
-
-  make install_root=${pkgdir} install
-
-  rm -f ${pkgdir}/etc/ld.so.{cache,conf}
-
-  install -dm755 ${pkgdir}/usr/lib/{locale,systemd/system,tmpfiles.d}
-
-  install -m644 ${srcdir}/${pkgname}/nscd/nscd.conf ${pkgdir}/etc/nscd.conf
-  install -m644 ${srcdir}/${pkgname}/nscd/nscd.service 
${pkgdir}/usr/lib/systemd/system
-  install -m644 ${srcdir}/${pkgname}/nscd/nscd.tmpfiles 
${pkgdi

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

2016-05-11 Thread Jan Steffens
Date: Thursday, May 12, 2016 @ 01:15:32
  Author: heftig
Revision: 267824

4.5.4-1

Modified:
  linux-zen/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-05-11 20:46:01 UTC (rev 267823)
+++ PKGBUILD2016-05-11 23:15:32 UTC (rev 267824)
@@ -6,8 +6,8 @@
 pkgbase=linux-zen   # Build -zen kernel
 #pkgbase=linux-custom   # Build kernel with a different name
 _srcname=linux-4.5
-_zenpatch=9ce52c5edb6009b0c8e77335091b16f2c1c13fff
-pkgver=4.5.3
+_zenpatch=zen-4.5.4-0e6f3784431a3c624eaaa00217de426c470e741d.diff
+pkgver=4.5.4
 pkgrel=1
 arch=('i686' 'x86_64')
 url="https://github.com/zen-kernel/zen-kernel";
@@ -18,24 +18,27 @@
 "https://www.kernel.org/pub/linux/kernel/v4.x/${_srcname}.tar.sign";
 "https://www.kernel.org/pub/linux/kernel/v4.x/patch-${pkgver}.xz";
 "https://www.kernel.org/pub/linux/kernel/v4.x/patch-${pkgver}.sign";
+"http://pkgbuild.com/~heftig/zen-patches/${_zenpatch}.xz";
+"http://pkgbuild.com/~heftig/zen-patches/${_zenpatch}.sign";
 # the main kernel config files
 'config' 'config.x86_64'
 # standard config files for mkinitcpio ramdisk
 'linux.preset'
-"zen-${_zenpatch}.patch::$url/commit/${_zenpatch}.patch"
 'change-default-console-loglevel.patch')
 sha256sums=('a40defb401e01b37d6b8c8ad5c1bbab665be6ac6310cdeed59950c96b31a519c'
 'SKIP'
-'02a1a3fb190031130f6a304a1d3ebb72ce0b4e6dcc608c9e423780e4df10dec7'
+'6a9cfe691ac77346c48b7f83375a1880ebb379594de1000acad45da45d711e42'
 'SKIP'
+'afb1e305fde0a46615634850a22be594cdc28891c6dbdf0321524b06c64fe52b'
+'SKIP'
 'c312718d978176347d1094c5e0317cfe1dc73c6c2b8fb3677ead2c732c2ef32e'
 '92fd527086f962bd7d587f8e2cb1cab742f434b3ca71102b72f2a14bf0ed82bb'
 'f0d90e756f14533ee67afda280500511a62465b4f76adcc5effa95a40045179c'
-'97c6f357d94d895a669a09871f15717fe5ca6e0c3765326a81a80384fc9623b1'
 '1256b241cd477b265a3c2d64bdc19ffe3c9bbcee82ea3994c590c2c76e767d99')
 validpgpkeys=(
   'ABAF11C65A2970B130ABE3C479BE3E4300411886' # Linus Torvalds
   '647F28654894E3BD457199BE38DBBDC86092693E' # Greg Kroah-Hartman
+  '8218F88849AAC522E94CF470A5E9288C4FA415FA' # Jan Alexander 
Steffens (heftig)
  )
 
 _kernelname=${pkgbase#linux}
@@ -50,7 +53,7 @@
   # http://git.kernel.org/?p=linux/kernel/git/stable/stable-queue.git
 
   # add zen patch
-  patch -p1 -i "${srcdir}/zen-${_zenpatch}.patch"
+  patch -p1 -i "${srcdir}/${_zenpatch}"
 
   # set DEFAULT_CONSOLE_LOGLEVEL to 4 (same value as the 'quiet' kernel param)
   # remove this when a Kconfig knob is made available by upstream


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

2016-05-11 Thread Tobias Powalowski
Date: Wednesday, May 11, 2016 @ 22:46:01
  Author: tpowa
Revision: 267823

upgpkg: linux 4.5.4-1

bump to latest version

Modified:
  linux/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-05-11 19:58:29 UTC (rev 267822)
+++ PKGBUILD2016-05-11 20:46:01 UTC (rev 267823)
@@ -5,7 +5,7 @@
 pkgbase=linux   # Build stock -ARCH kernel
 #pkgbase=linux-custom   # Build kernel with a different name
 _srcname=linux-4.5
-pkgver=4.5.3
+pkgver=4.5.4
 pkgrel=1
 arch=('i686' 'x86_64')
 url="http://www.kernel.org/";
@@ -24,7 +24,7 @@
 
 sha256sums=('a40defb401e01b37d6b8c8ad5c1bbab665be6ac6310cdeed59950c96b31a519c'
 'SKIP'
-'02a1a3fb190031130f6a304a1d3ebb72ce0b4e6dcc608c9e423780e4df10dec7'
+'6a9cfe691ac77346c48b7f83375a1880ebb379594de1000acad45da45d711e42'
 'SKIP'
 '2355efbab340d16c1b60a7805b987a78e57266809ba6c986ceef68ef7ce71db0'
 'cee1781f96e55a909757c4533cdacb57c3ffe6f6f01f709e8a5a837dc4a68bba'


[arch-commits] Commit in linux-grsec/repos (24 files)

2016-05-11 Thread Daniel Micay
Date: Wednesday, May 11, 2016 @ 22:26:36
  Author: thestinger
Revision: 174836

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

Added:
  linux-grsec/repos/community-i686/PKGBUILD
(from rev 174835, linux-grsec/trunk/PKGBUILD)
  linux-grsec/repos/community-i686/change-default-console-loglevel.patch
(from rev 174835, linux-grsec/trunk/change-default-console-loglevel.patch)
  linux-grsec/repos/community-i686/config
(from rev 174835, linux-grsec/trunk/config)
  linux-grsec/repos/community-i686/config.x86_64
(from rev 174835, linux-grsec/trunk/config.x86_64)
  linux-grsec/repos/community-i686/linux-grsec.install
(from rev 174835, linux-grsec/trunk/linux-grsec.install)
  linux-grsec/repos/community-i686/linux.preset
(from rev 174835, linux-grsec/trunk/linux.preset)
  linux-grsec/repos/community-x86_64/PKGBUILD
(from rev 174835, linux-grsec/trunk/PKGBUILD)
  linux-grsec/repos/community-x86_64/change-default-console-loglevel.patch
(from rev 174835, linux-grsec/trunk/change-default-console-loglevel.patch)
  linux-grsec/repos/community-x86_64/config
(from rev 174835, linux-grsec/trunk/config)
  linux-grsec/repos/community-x86_64/config.x86_64
(from rev 174835, linux-grsec/trunk/config.x86_64)
  linux-grsec/repos/community-x86_64/linux-grsec.install
(from rev 174835, linux-grsec/trunk/linux-grsec.install)
  linux-grsec/repos/community-x86_64/linux.preset
(from rev 174835, linux-grsec/trunk/linux.preset)
Deleted:
  linux-grsec/repos/community-i686/PKGBUILD
  linux-grsec/repos/community-i686/change-default-console-loglevel.patch
  linux-grsec/repos/community-i686/config
  linux-grsec/repos/community-i686/config.x86_64
  linux-grsec/repos/community-i686/linux-grsec.install
  linux-grsec/repos/community-i686/linux.preset
  linux-grsec/repos/community-x86_64/PKGBUILD
  linux-grsec/repos/community-x86_64/change-default-console-loglevel.patch
  linux-grsec/repos/community-x86_64/config
  linux-grsec/repos/community-x86_64/config.x86_64
  linux-grsec/repos/community-x86_64/linux-grsec.install
  linux-grsec/repos/community-x86_64/linux.preset

+
 /PKGBUILD  |  652 
 /change-default-console-loglevel.patch |   22 
 /config|16138 +++
 /config.x86_64 |15550 ++
 /linux-grsec.install   |   74 
 /linux.preset  |   28 
 community-i686/PKGBUILD|  321 
 community-i686/change-default-console-loglevel.patch   |   11 
 community-i686/config  | 8069 ---
 community-i686/config.x86_64   | 7775 ---
 community-i686/linux-grsec.install |   37 
 community-i686/linux.preset|   14 
 community-x86_64/PKGBUILD  |  321 
 community-x86_64/change-default-console-loglevel.patch |   11 
 community-x86_64/config| 8069 ---
 community-x86_64/config.x86_64 | 7775 ---
 community-x86_64/linux-grsec.install   |   37 
 community-x86_64/linux.preset  |   14 
 18 files changed, 32464 insertions(+), 32454 deletions(-)

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


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

2016-05-11 Thread Daniel Micay
Date: Wednesday, May 11, 2016 @ 22:25:37
  Author: thestinger
Revision: 174835

upgpkg: linux-grsec 4.5.3.201605102138-1

Modified:
  linux-grsec/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-05-11 19:32:42 UTC (rev 174834)
+++ PKGBUILD2016-05-11 20:25:37 UTC (rev 174835)
@@ -9,7 +9,7 @@
 _srcname=linux-4.5
 _pkgver=4.5.3
 _grsecver=3.1
-_timestamp=201605080858
+_timestamp=201605102138
 _grsec_patch="grsecurity-$_grsecver-$_pkgver-$_timestamp.patch"
 pkgver=$_pkgver.$_timestamp
 pkgrel=1
@@ -34,7 +34,7 @@
 'SKIP'
 '02a1a3fb190031130f6a304a1d3ebb72ce0b4e6dcc608c9e423780e4df10dec7'
 'SKIP'
-'d280e99702ec25a6801120670ac5307abcee3a3dbd11938500c47a956c21dd54'
+'d2f2d725cfadee55c3a77b1a784d70c263b7e10751aec93b14d137ec05c5a6ce'
 'SKIP'
 '7b43f12da9658279a3289e0c2517d5d53da0a0c075d72ea81fb28a3c46738901'
 '935169a95bbc205142277c16d0665514b207b1ad8ddae9355f1a1575d553642d'
@@ -172,9 +172,11 @@
   mkdir -p 
"$pkgdir/usr/lib/modules/${_kernver}/build/tools/gcc/size_overflow_plugin"
   install -m644 tools/gcc/size_overflow_plugin/Makefile 
tools/gcc/size_overflow_plugin/size_overflow_plugin.so \
 "$pkgdir/usr/lib/modules/${_kernver}/build/tools/gcc/size_overflow_plugin"
-  mkdir -p "$pkgdir/usr/lib/modules/${_kernver}/build/tools/gcc/rap_plugin"
-  install -m644 tools/gcc/rap_plugin/Makefile 
tools/gcc/rap_plugin/rap_plugin.so \
-"$pkgdir/usr/lib/modules/${_kernver}/build/tools/gcc/rap_plugin"
+  if [[ $CARCH == x86_64 ]]; then
+mkdir -p "$pkgdir/usr/lib/modules/${_kernver}/build/tools/gcc/rap_plugin"
+install -m644 tools/gcc/rap_plugin/Makefile 
tools/gcc/rap_plugin/rap_plugin.so \
+  "$pkgdir/usr/lib/modules/${_kernver}/build/tools/gcc/rap_plugin"
+  fi
 }
 
 _package-headers() {


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

2016-05-11 Thread Gaetan Bisson
Date: Wednesday, May 11, 2016 @ 21:58:29
  Author: bisson
Revision: 267822

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

Added:
  gnupg/repos/testing-i686/
  gnupg/repos/testing-i686/PKGBUILD
(from rev 267821, gnupg/trunk/PKGBUILD)
  gnupg/repos/testing-i686/install
(from rev 267821, gnupg/trunk/install)
  gnupg/repos/testing-i686/sig-check-correction.diff
(from rev 267821, gnupg/trunk/sig-check-correction.diff)
  gnupg/repos/testing-x86_64/
  gnupg/repos/testing-x86_64/PKGBUILD
(from rev 267821, gnupg/trunk/PKGBUILD)
  gnupg/repos/testing-x86_64/install
(from rev 267821, gnupg/trunk/install)
  gnupg/repos/testing-x86_64/sig-check-correction.diff
(from rev 267821, gnupg/trunk/sig-check-correction.diff)

--+
 testing-i686/PKGBUILD|   65 +
 testing-i686/install |4 +
 testing-i686/sig-check-correction.diff   |   50 ++
 testing-x86_64/PKGBUILD  |   65 +
 testing-x86_64/install   |4 +
 testing-x86_64/sig-check-correction.diff |   50 ++
 6 files changed, 238 insertions(+)

Copied: gnupg/repos/testing-i686/PKGBUILD (from rev 267821, 
gnupg/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2016-05-11 19:58:29 UTC (rev 267822)
@@ -0,0 +1,65 @@
+# $Id$
+# Maintainer: Gaetan Bisson 
+# Contributor: Tobias Powalowski 
+# Contributor: Andreas Radke 
+# Contributor: Judd Vinet 
+
+pkgname=gnupg
+pkgver=2.1.12
+pkgrel=2
+pkgdesc='Complete and free implementation of the OpenPGP standard'
+url='http://www.gnupg.org/'
+license=('GPL')
+arch=('i686' 'x86_64')
+optdepends=('libldap: gpg2keys_ldap'
+'libusb-compat: scdaemon')
+makedepends=('libldap' 'libusb-compat')
+depends=('npth' 'libgpg-error' 'libgcrypt' 'libksba' 'libassuan'
+ 'pinentry' 'bzip2' 'readline' 'gnutls' 'sqlite')
+validpgpkeys=('D8692123C4065DEA5E0F3AB5249B39D24F25E3B6'
+  '46CC730865BB5C78EBABADCF04376F3EE0856959'
+  '031EC2536E580D8EA286A9F22071B08A33BD3F06'
+  'D238EA65D64C67ED4C3073F28A861B1C7EFD60D9')
+source=("https://gnupg.org/ftp/gcrypt/${pkgname}/${pkgname}-${pkgver}.tar.bz2"{,.sig}
+'sig-check-correction.diff')
+sha1sums=('3b01a35ac04277ea31cc01b4ac4e230e54b5480c' 'SKIP'
+  '3b9e42ff60a3ec28f507e3da9401a7201e3cff14')
+
+install=install
+
+conflicts=('dirmngr' 'gnupg2')
+provides=('dirmngr' "gnupg2=${pkgver}")
+replaces=('dirmngr' 'gnupg2')
+
+prepare() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   sed '/noinst_SCRIPTS = gpg-zip/c sbin_SCRIPTS += gpg-zip' -i 
tools/Makefile.in
+   patch -p1 -i ../sig-check-correction.diff
+}
+
+build() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   ./configure \
+   --prefix=/usr \
+   --sysconfdir=/etc \
+   --sbindir=/usr/bin \
+   --libexecdir=/usr/lib/gnupg \
+   --enable-maintainer-mode \
+   --enable-symcryptrun \
+
+   make
+}
+
+check() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   make check
+}
+
+package() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   make DESTDIR="${pkgdir}" install
+   ln -s gpg2 "${pkgdir}"/usr/bin/gpg
+   ln -s gpgv2 "${pkgdir}"/usr/bin/gpgv
+   ln -s gpg2.1.gz "${pkgdir}"/usr/share/man/man1/gpg.1.gz
+   rm "${pkgdir}/usr/share/gnupg/com-certs.pem" # FS#33059
+}

Copied: gnupg/repos/testing-i686/install (from rev 267821, gnupg/trunk/install)
===
--- testing-i686/install(rev 0)
+++ testing-i686/install2016-05-11 19:58:29 UTC (rev 267822)
@@ -0,0 +1,4 @@
+post_install() {
+   # See FS#42798 and FS#47371
+   dirmngr /dev/null || true
+}

Copied: gnupg/repos/testing-i686/sig-check-correction.diff (from rev 267821, 
gnupg/trunk/sig-check-correction.diff)
===
--- testing-i686/sig-check-correction.diff  (rev 0)
+++ testing-i686/sig-check-correction.diff  2016-05-11 19:58:29 UTC (rev 
267822)
@@ -0,0 +1,50 @@
+From 83a90a916e8e2f8e44c3b11d11e1dd75f65a87fb Mon Sep 17 00:00:00 2001
+From: NIIBE Yutaka 
+Date: Wed, 11 May 2016 19:27:03 +0900
+Subject: [PATCH 1/1] g10: Fix signature checking.
+
+* g10/sig-check.c (check_signature_over_key_or_uid): Fix call to
+walk_kbnode.
+
+--
+
+Thanks to Vincent Brillault (Feandil).
+
+GnuPG-bug-id: 2351
+Signed-off-by: NIIBE Yutaka 
+---
+ g10/sig-check.c | 13 +
+ 1 file changed, 9 insertions(+), 4 deletions(-)
+
+diff --git a/g10/sig-check.c b/g10/sig-check.c
+index 290f19a..7000b48 100644
+--- a/g10/sig-check.c
 b/g10/sig-check.c
+@@ -797,15 +797,20 @@ check_signat

[arch-commits] Commit in gnupg/trunk (PKGBUILD sig-check-correction.diff)

2016-05-11 Thread Gaetan Bisson
Date: Wednesday, May 11, 2016 @ 21:57:40
  Author: bisson
Revision: 267821

fix FS#49280

Added:
  gnupg/trunk/sig-check-correction.diff
Modified:
  gnupg/trunk/PKGBUILD

---+
 PKGBUILD  |9 +--
 sig-check-correction.diff |   50 
 2 files changed, 56 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-05-11 19:42:07 UTC (rev 267820)
+++ PKGBUILD2016-05-11 19:57:40 UTC (rev 267821)
@@ -6,7 +6,7 @@
 
 pkgname=gnupg
 pkgver=2.1.12
-pkgrel=1
+pkgrel=2
 pkgdesc='Complete and free implementation of the OpenPGP standard'
 url='http://www.gnupg.org/'
 license=('GPL')
@@ -20,8 +20,10 @@
   '46CC730865BB5C78EBABADCF04376F3EE0856959'
   '031EC2536E580D8EA286A9F22071B08A33BD3F06'
   'D238EA65D64C67ED4C3073F28A861B1C7EFD60D9')
-source=("https://gnupg.org/ftp/gcrypt/${pkgname}/${pkgname}-${pkgver}.tar.bz2"{,.sig})
-sha1sums=('3b01a35ac04277ea31cc01b4ac4e230e54b5480c' 'SKIP')
+source=("https://gnupg.org/ftp/gcrypt/${pkgname}/${pkgname}-${pkgver}.tar.bz2"{,.sig}
+'sig-check-correction.diff')
+sha1sums=('3b01a35ac04277ea31cc01b4ac4e230e54b5480c' 'SKIP'
+  '3b9e42ff60a3ec28f507e3da9401a7201e3cff14')
 
 install=install
 
@@ -32,6 +34,7 @@
 prepare() {
cd "${srcdir}/${pkgname}-${pkgver}"
sed '/noinst_SCRIPTS = gpg-zip/c sbin_SCRIPTS += gpg-zip' -i 
tools/Makefile.in
+   patch -p1 -i ../sig-check-correction.diff
 }
 
 build() {

Added: sig-check-correction.diff
===
--- sig-check-correction.diff   (rev 0)
+++ sig-check-correction.diff   2016-05-11 19:57:40 UTC (rev 267821)
@@ -0,0 +1,50 @@
+From 83a90a916e8e2f8e44c3b11d11e1dd75f65a87fb Mon Sep 17 00:00:00 2001
+From: NIIBE Yutaka 
+Date: Wed, 11 May 2016 19:27:03 +0900
+Subject: [PATCH 1/1] g10: Fix signature checking.
+
+* g10/sig-check.c (check_signature_over_key_or_uid): Fix call to
+walk_kbnode.
+
+--
+
+Thanks to Vincent Brillault (Feandil).
+
+GnuPG-bug-id: 2351
+Signed-off-by: NIIBE Yutaka 
+---
+ g10/sig-check.c | 13 +
+ 1 file changed, 9 insertions(+), 4 deletions(-)
+
+diff --git a/g10/sig-check.c b/g10/sig-check.c
+index 290f19a..7000b48 100644
+--- a/g10/sig-check.c
 b/g10/sig-check.c
+@@ -797,15 +797,20 @@ check_signature_over_key_or_uid (PKT_public_key *signer,
+ *is_selfsig = 1;
+ }
+   else
+-/* See if one of the subkeys was the signer (although this is
+-   extremely unlikely).  */
+ {
+   kbnode_t ctx = NULL;
+   kbnode_t n;
+ 
+-  while ((n = walk_kbnode (kb, &ctx, PKT_PUBLIC_SUBKEY)))
++  /* See if one of the subkeys was the signer (although this
++ is extremely unlikely).  */
++  while ((n = walk_kbnode (kb, &ctx, 0)))
+ {
+-  PKT_public_key *subk = n->pkt->pkt.public_key;
++  PKT_public_key *subk;
++
++  if (n->pkt->pkttype != PKT_PUBLIC_SUBKEY)
++continue;
++
++  subk = n->pkt->pkt.public_key;
+   if (sig->keyid[0] == subk->keyid[0]
+   && sig->keyid[1] == subk->keyid[1])
+ /* Issued by a subkey.  */
+-- 
+2.8.0.rc3
+


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

2016-05-11 Thread Andreas Radke
Date: Wednesday, May 11, 2016 @ 21:42:07
  Author: andyrtr
Revision: 267820

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

Added:
  linux-lts/repos/testing-i686/
  linux-lts/repos/testing-i686/0001-sdhci-revert.patch
(from rev 267819, linux-lts/trunk/0001-sdhci-revert.patch)
  linux-lts/repos/testing-i686/PKGBUILD
(from rev 267819, linux-lts/trunk/PKGBUILD)
  linux-lts/repos/testing-i686/change-default-console-loglevel.patch
(from rev 267819, linux-lts/trunk/change-default-console-loglevel.patch)
  linux-lts/repos/testing-i686/config
(from rev 267819, linux-lts/trunk/config)
  linux-lts/repos/testing-i686/config.x86_64
(from rev 267819, linux-lts/trunk/config.x86_64)
  linux-lts/repos/testing-i686/linux-lts.install
(from rev 267819, linux-lts/trunk/linux-lts.install)
  linux-lts/repos/testing-i686/linux-lts.preset
(from rev 267819, linux-lts/trunk/linux-lts.preset)
  linux-lts/repos/testing-x86_64/
  linux-lts/repos/testing-x86_64/0001-sdhci-revert.patch
(from rev 267819, linux-lts/trunk/0001-sdhci-revert.patch)
  linux-lts/repos/testing-x86_64/PKGBUILD
(from rev 267819, linux-lts/trunk/PKGBUILD)
  linux-lts/repos/testing-x86_64/change-default-console-loglevel.patch
(from rev 267819, linux-lts/trunk/change-default-console-loglevel.patch)
  linux-lts/repos/testing-x86_64/config
(from rev 267819, linux-lts/trunk/config)
  linux-lts/repos/testing-x86_64/config.x86_64
(from rev 267819, linux-lts/trunk/config.x86_64)
  linux-lts/repos/testing-x86_64/linux-lts.install
(from rev 267819, linux-lts/trunk/linux-lts.install)
  linux-lts/repos/testing-x86_64/linux-lts.preset
(from rev 267819, linux-lts/trunk/linux-lts.preset)

--+
 testing-i686/0001-sdhci-revert.patch |   25 
 testing-i686/PKGBUILD|  293 
 testing-i686/change-default-console-loglevel.patch   |   11 
 testing-i686/config  | 7903 +
 testing-i686/config.x86_64   | 7662 
 testing-i686/linux-lts.install   |   37 
 testing-i686/linux-lts.preset|   14 
 testing-x86_64/0001-sdhci-revert.patch   |   25 
 testing-x86_64/PKGBUILD  |  293 
 testing-x86_64/change-default-console-loglevel.patch |   11 
 testing-x86_64/config| 7903 +
 testing-x86_64/config.x86_64 | 7662 
 testing-x86_64/linux-lts.install |   37 
 testing-x86_64/linux-lts.preset  |   14 
 14 files changed, 31890 insertions(+)

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


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

2016-05-11 Thread Andreas Radke
Date: Wednesday, May 11, 2016 @ 21:41:39
  Author: andyrtr
Revision: 267819

upgpkg: linux-lts 4.4.10-1

upstream update 4.4.10

Modified:
  linux-lts/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-05-11 19:30:20 UTC (rev 267818)
+++ PKGBUILD2016-05-11 19:41:39 UTC (rev 267819)
@@ -3,7 +3,7 @@
 
 pkgbase=linux-lts
 _srcname=linux-4.4
-pkgver=4.4.9
+pkgver=4.4.10
 pkgrel=1
 arch=('i686' 'x86_64')
 url="http://www.kernel.org/";
@@ -21,7 +21,7 @@
 # https://www.kernel.org/pub/linux/kernel/v4.x/sha256sums.asc
 sha256sums=('401d7c8fef594999a460d10c72c5a94e9c2e1022f16795ec51746b0d165418b2'
 'SKIP'
-'44be6ca02de24c3f2041dd163a458a62d75e926e54b628cc30e41e9fde6b'
+'df66bd2532cac85dfb85d6ca9b750689e02278442652a0b047304e3322947d17'
 'SKIP'
 'b11702727b1503e5a613946790978481d34d8ecc6870337fadd3ce1ef084a8e2'
 '68c7296ff2f5f55d69e83aa4d20f925df740b1eb1e6bdb0f13e8a170360ed09f'


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

2016-05-11 Thread Gaetan Bisson
Date: Wednesday, May 11, 2016 @ 21:32:42
  Author: bisson
Revision: 174834

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

Added:
  collectd/repos/community-staging-i686/PKGBUILD
(from rev 174833, collectd/trunk/PKGBUILD)
  collectd/repos/community-staging-i686/service
(from rev 174833, collectd/trunk/service)
  collectd/repos/community-staging-x86_64/PKGBUILD
(from rev 174833, collectd/trunk/PKGBUILD)
  collectd/repos/community-staging-x86_64/service
(from rev 174833, collectd/trunk/service)
Deleted:
  collectd/repos/community-staging-i686/PKGBUILD
  collectd/repos/community-staging-i686/service
  collectd/repos/community-staging-x86_64/PKGBUILD
  collectd/repos/community-staging-x86_64/service

---+
 /PKGBUILD |  154 
 /service  |   26 ++
 community-staging-i686/PKGBUILD   |   75 -
 community-staging-i686/service|   13 ---
 community-staging-x86_64/PKGBUILD |   75 -
 community-staging-x86_64/service  |   13 ---
 6 files changed, 180 insertions(+), 176 deletions(-)

Deleted: community-staging-i686/PKGBUILD
===
--- community-staging-i686/PKGBUILD 2016-05-11 19:31:46 UTC (rev 174833)
+++ community-staging-i686/PKGBUILD 2016-05-11 19:32:42 UTC (rev 174834)
@@ -1,75 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson 
-# Contributor: Gerhard Brauer 
-
-pkgname=collectd
-pkgver=5.5.1
-pkgrel=3
-pkgdesc='Daemon which collects system performance statistics periodically'
-url='http://collectd.org/'
-arch=('i686' 'x86_64')
-license=('GPL')
-
-optdepends=('curl: apache, ascent, curl, nginx, and write_http plugins'
-'libdbi: dbi plugin'
-'libesmtp: notify_email plugin'
-'libgcrypt: encryption and authentication for network plugin'
-'libmemcached: memcachec plugin'
-'libmariadbclient: mysql plugin'
-'iproute2: netlink plugin'
-'net-snmp: snmp plugin'
-'libnotify: notify_desktop plugin'
-'openipmi: ipmi plugin'
-'liboping: ping plugin'
-'libpcap: dns plugin'
-'perl: perl plugin'
-'postgresql-libs: postgresql plugin'
-'python2: python plugin'
-'rrdtool: rrdtool and rrdcached plugins'
-'lm_sensors: lm_sensors and sensors plugins'
-'libvirt: libvirt plugin'
-'libxml2: ascent and libvirt plugins'
-'yajl: curl_json plugin'
-'libatasmart: smart plugin'
-'lvm2: lvm plugin')
-
-makedepends=('curl' 'libdbi' 'libesmtp' 'libgcrypt' 'libmemcached'
- 'libmariadbclient' 'iproute2' 'net-snmp' 'libnotify' 'openipmi'
- 'liboping' 'libpcap' 'postgresql-libs' 'python2' 'rrdtool'
- 'lm_sensors' 'libvirt' 'libxml2' 'yajl' 'libatasmart' 'lvm2')
-
-depends=('libltdl' 'iptables')
-
-source=("${url}files/${pkgname}-${pkgver}.tar.bz2"
-'service')
-sha1sums=('91df348504f0f9d5c2a2be50933c0695386d7871'
-  '04f676d0b76c34df0bbf94629813e035b1febe04')
-
-backup=('etc/collectd.conf')
-
-prepare() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   sed 's/-Werror//g' -i *.ac */*.{am,in} */*/*.{am,in}
-   autoreconf
-}
-
-build() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   export MAKEFLAGS='-j1'
-   ./configure \
-   --prefix=/usr \
-   --sysconfdir=/etc \
-   --localstatedir=/var \
-   --sbindir=/usr/bin \
-   --with-python=/usr/bin/python2 \
-   --with-perl-bindings='INSTALLDIRS=vendor'
-   make all
-}
-
-package() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   make DESTDIR="${pkgdir}" install
-   rmdir "${pkgdir}/var/run" # FS#30201
-   install -Dm644 ../service 
"${pkgdir}"/usr/lib/systemd/system/collectd.service
-   install -Dm644 contrib/collectd2html.pl 
"${pkgdir}"/usr/share/collectd/collectd2html.pl
-}

Copied: collectd/repos/community-staging-i686/PKGBUILD (from rev 174833, 
collectd/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-05-11 19:32:42 UTC (rev 174834)
@@ -0,0 +1,77 @@
+# $Id$
+# Maintainer: Gaetan Bisson 
+# Contributor: Gerhard Brauer 
+
+pkgname=collectd
+pkgver=5.5.1
+pkgrel=4
+pkgdesc='Daemon which collects system performance statistics periodically'
+url='http://collectd.org/'
+arch=('i686' 'x86_64')
+license=('GPL')
+
+optdepends=('curl: apache, ascent, curl, nginx, and write_http plugins'
+'libdbi: dbi plugin'
+'libesmtp: notify_email plugin'
+'libgcrypt: encryption and authentication for network plugin'
+'libmemcached: memcachec plugin'
+

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

2016-05-11 Thread Gaetan Bisson
Date: Wednesday, May 11, 2016 @ 21:31:46
  Author: bisson
Revision: 174833

build optional write_riemann plugin

Modified:
  collectd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-05-11 19:19:30 UTC (rev 174832)
+++ PKGBUILD2016-05-11 19:31:46 UTC (rev 174833)
@@ -4,7 +4,7 @@
 
 pkgname=collectd
 pkgver=5.5.1
-pkgrel=3
+pkgrel=4
 pkgdesc='Daemon which collects system performance statistics periodically'
 url='http://collectd.org/'
 arch=('i686' 'x86_64')
@@ -31,12 +31,14 @@
 'libxml2: ascent and libvirt plugins'
 'yajl: curl_json plugin'
 'libatasmart: smart plugin'
-'lvm2: lvm plugin')
+'lvm2: lvm plugin'
+'protobuf-c: write_riemann plugin')
 
 makedepends=('curl' 'libdbi' 'libesmtp' 'libgcrypt' 'libmemcached'
  'libmariadbclient' 'iproute2' 'net-snmp' 'libnotify' 'openipmi'
  'liboping' 'libpcap' 'postgresql-libs' 'python2' 'rrdtool'
- 'lm_sensors' 'libvirt' 'libxml2' 'yajl' 'libatasmart' 'lvm2')
+ 'lm_sensors' 'libvirt' 'libxml2' 'yajl' 'libatasmart' 'lvm2'
+ 'protobuf-c')
 
 depends=('libltdl' 'iptables')
 


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

2016-05-11 Thread Jaroslav Lichtblau
Date: Wednesday, May 11, 2016 @ 21:19:30
  Author: jlichtblau
Revision: 174832

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

Added:
  goldendict/repos/community-i686/PKGBUILD
(from rev 174831, goldendict/trunk/PKGBUILD)
  goldendict/repos/community-i686/goldendict.changelog
(from rev 174831, goldendict/trunk/goldendict.changelog)
  goldendict/repos/community-x86_64/PKGBUILD
(from rev 174831, goldendict/trunk/PKGBUILD)
  goldendict/repos/community-x86_64/goldendict.changelog
(from rev 174831, goldendict/trunk/goldendict.changelog)
Deleted:
  
goldendict/repos/community-i686/Fix-compilation-with-last-FFMpeg-versions-issue-673.patch
  goldendict/repos/community-i686/PKGBUILD
  goldendict/repos/community-i686/goldendict-paths.patch
  goldendict/repos/community-i686/goldendict.changelog
  
goldendict/repos/community-x86_64/Fix-compilation-with-last-FFMpeg-versions-issue-673.patch
  goldendict/repos/community-x86_64/PKGBUILD
  goldendict/repos/community-x86_64/goldendict-paths.patch
  goldendict/repos/community-x86_64/goldendict.changelog

+
 /PKGBUILD  |   
72 ++
 /goldendict.changelog  |   
40 +
 community-i686/Fix-compilation-with-last-FFMpeg-versions-issue-673.patch   |   
52 ---
 community-i686/PKGBUILD|   
47 --
 community-i686/goldendict-paths.patch  |   
12 -
 community-i686/goldendict.changelog|   
17 --
 community-x86_64/Fix-compilation-with-last-FFMpeg-versions-issue-673.patch |   
52 ---
 community-x86_64/PKGBUILD  |   
47 --
 community-x86_64/goldendict-paths.patch|   
12 -
 community-x86_64/goldendict.changelog  |   
17 --
 10 files changed, 112 insertions(+), 256 deletions(-)

Deleted: 
community-i686/Fix-compilation-with-last-FFMpeg-versions-issue-673.patch
===
--- community-i686/Fix-compilation-with-last-FFMpeg-versions-issue-673.patch
2016-05-11 19:19:02 UTC (rev 174831)
+++ community-i686/Fix-compilation-with-last-FFMpeg-versions-issue-673.patch
2016-05-11 19:19:30 UTC (rev 174832)
@@ -1,52 +0,0 @@
-From cabc5aa7c353812f847b5d2ccc3f9767c30bde7f Mon Sep 17 00:00:00 2001
-From: Abs62 
-Date: Wed, 17 Feb 2016 17:37:23 +0300
-Subject: [PATCH] Fix compilation with last FFMpeg versions (issue #673)
-

- ffmpegaudio.cc | 12 +++-
- 1 file changed, 11 insertions(+), 1 deletion(-)
-
-diff --git a/ffmpegaudio.cc b/ffmpegaudio.cc
-index 2a13e77..19eecc8 100644
 a/ffmpegaudio.cc
-+++ b/ffmpegaudio.cc
-@@ -334,7 +334,11 @@ void DecoderContext::closeOutputDevice()
- 
- bool DecoderContext::play( QString & errorString )
- {
-+#if LIBAVCODEC_VERSION_MAJOR < 55 || ( LIBAVCODEC_VERSION_MAJOR == 55 && 
LIBAVCODEC_VERSION_MINOR < 28 )
-   AVFrame * frame = avcodec_alloc_frame();
-+#else
-+  AVFrame * frame = av_frame_alloc();
-+#endif
-   if ( !frame )
-   {
- errorString = QObject::tr( "avcodec_alloc_frame() failed." );
-@@ -365,7 +369,11 @@ bool DecoderContext::play( QString & errorString )
-   while( pack.size > 0 );
- }
- // av_free_packet() must be called after each call to av_read_frame()
-+#if LIBAVCODEC_VERSION_MAJOR < 57 || ( LIBAVCODEC_VERSION_MAJOR == 57 && 
LIBAVCODEC_VERSION_MINOR < 7 )
- av_free_packet( &packet );
-+#else
-+av_packet_unref( &packet );
-+#endif
-   }
- 
-   if ( !isCancelled_ && codecContext_->codec->capabilities & CODEC_CAP_DELAY )
-@@ -382,8 +390,10 @@ bool DecoderContext::play( QString & errorString )
- 
- #if LIBAVCODEC_VERSION_MAJOR < 54
-   av_free( frame );
--#else
-+#elif LIBAVCODEC_VERSION_MAJOR < 55 || ( LIBAVCODEC_VERSION_MAJOR == 55 && 
LIBAVCODEC_VERSION_MINOR < 28 )
-   avcodec_free_frame( &frame );
-+#else
-+  av_frame_free( &frame );
- #endif
- 
-   return true;
--- 
-2.7.1
-

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-05-11 19:19:02 UTC (rev 174831)
+++ community-i686/PKGBUILD 2016-05-11 19:19:30 UTC (rev 174832)
@@ -1,47 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau 
-# Contributor: m0rph 
-
-pkgname=goldendict
-pkgver=1.5.0RC
-pkgrel=3
-pkgdesc="Feature-rich dictionary lookup program"
-arch=('i686' 'x86_64')
-url="http://goldendict.org";
-license=('GPL3')
-depends=('hunspell' 'libxtst' 'libzip' 'libao' 'qtwebkit' 'phonon-qt4' 
'ffmpeg')
-provides=('stardict')
-changelog=$pkgname.changelog
-source=($pkgname-$pkgver.tar.gz::https://github.com/goldendict/goldendict/archive/1.5.0-RC.tar.gz
-$pkgname-paths.patch
-Fix-compilation-with-last-FFMpeg-vers

[arch-commits] Commit in goldendict/trunk (4 files)

2016-05-11 Thread Jaroslav Lichtblau
Date: Wednesday, May 11, 2016 @ 21:19:02
  Author: jlichtblau
Revision: 174831

upgpkg: goldendict 1.5.0RC2-1 - new upstream release

Modified:
  goldendict/trunk/PKGBUILD
  goldendict/trunk/goldendict.changelog
Deleted:
  goldendict/trunk/Fix-compilation-with-last-FFMpeg-versions-issue-673.patch
  goldendict/trunk/goldendict-paths.patch

---+
 Fix-compilation-with-last-FFMpeg-versions-issue-673.patch |   52 
 PKGBUILD  |   27 +-
 goldendict-paths.patch|   12 --
 goldendict.changelog  |3 
 4 files changed, 11 insertions(+), 83 deletions(-)

Deleted: Fix-compilation-with-last-FFMpeg-versions-issue-673.patch
===
--- Fix-compilation-with-last-FFMpeg-versions-issue-673.patch   2016-05-11 
18:43:41 UTC (rev 174830)
+++ Fix-compilation-with-last-FFMpeg-versions-issue-673.patch   2016-05-11 
19:19:02 UTC (rev 174831)
@@ -1,52 +0,0 @@
-From cabc5aa7c353812f847b5d2ccc3f9767c30bde7f Mon Sep 17 00:00:00 2001
-From: Abs62 
-Date: Wed, 17 Feb 2016 17:37:23 +0300
-Subject: [PATCH] Fix compilation with last FFMpeg versions (issue #673)
-

- ffmpegaudio.cc | 12 +++-
- 1 file changed, 11 insertions(+), 1 deletion(-)
-
-diff --git a/ffmpegaudio.cc b/ffmpegaudio.cc
-index 2a13e77..19eecc8 100644
 a/ffmpegaudio.cc
-+++ b/ffmpegaudio.cc
-@@ -334,7 +334,11 @@ void DecoderContext::closeOutputDevice()
- 
- bool DecoderContext::play( QString & errorString )
- {
-+#if LIBAVCODEC_VERSION_MAJOR < 55 || ( LIBAVCODEC_VERSION_MAJOR == 55 && 
LIBAVCODEC_VERSION_MINOR < 28 )
-   AVFrame * frame = avcodec_alloc_frame();
-+#else
-+  AVFrame * frame = av_frame_alloc();
-+#endif
-   if ( !frame )
-   {
- errorString = QObject::tr( "avcodec_alloc_frame() failed." );
-@@ -365,7 +369,11 @@ bool DecoderContext::play( QString & errorString )
-   while( pack.size > 0 );
- }
- // av_free_packet() must be called after each call to av_read_frame()
-+#if LIBAVCODEC_VERSION_MAJOR < 57 || ( LIBAVCODEC_VERSION_MAJOR == 57 && 
LIBAVCODEC_VERSION_MINOR < 7 )
- av_free_packet( &packet );
-+#else
-+av_packet_unref( &packet );
-+#endif
-   }
- 
-   if ( !isCancelled_ && codecContext_->codec->capabilities & CODEC_CAP_DELAY )
-@@ -382,8 +390,10 @@ bool DecoderContext::play( QString & errorString )
- 
- #if LIBAVCODEC_VERSION_MAJOR < 54
-   av_free( frame );
--#else
-+#elif LIBAVCODEC_VERSION_MAJOR < 55 || ( LIBAVCODEC_VERSION_MAJOR == 55 && 
LIBAVCODEC_VERSION_MINOR < 28 )
-   avcodec_free_frame( &frame );
-+#else
-+  av_frame_free( &frame );
- #endif
- 
-   return true;
--- 
-2.7.1
-

Modified: PKGBUILD
===
--- PKGBUILD2016-05-11 18:43:41 UTC (rev 174830)
+++ PKGBUILD2016-05-11 19:19:02 UTC (rev 174831)
@@ -3,38 +3,27 @@
 # Contributor: m0rph 
 
 pkgname=goldendict
-pkgver=1.5.0RC
-pkgrel=3
+pkgver=1.5.0RC2
+pkgrel=1
 pkgdesc="Feature-rich dictionary lookup program"
 arch=('i686' 'x86_64')
 url="http://goldendict.org";
 license=('GPL3')
-depends=('hunspell' 'libxtst' 'libzip' 'libao' 'qtwebkit' 'phonon-qt4' 
'ffmpeg')
+depends=('hunspell' 'libxtst' 'libzip' 'libao' 'qt5-webkit' 'qt5-svg' 
'qt5-tools' 'phonon-qt5' 'ffmpeg')
 provides=('stardict')
 changelog=$pkgname.changelog
-source=($pkgname-$pkgver.tar.gz::https://github.com/goldendict/goldendict/archive/1.5.0-RC.tar.gz
-$pkgname-paths.patch
-Fix-compilation-with-last-FFMpeg-versions-issue-673.patch)
-sha256sums=('5705d5197509596221faf16a806965c799de7371a41fe2d2c4dc00b737ffe22e'
-'5281dc2f57a93e2aa416de35bd702926bd90b4746d62f81d8dc434f6a689d55e'
-'80bffcac787445ef272c06dfe4b73ab09da4a00733404198f60f25f2bb9edba9')
+source=($pkgname-$pkgver.tar.gz::https://github.com/$pkgname/$pkgname/archive/1.5.0-RC2.tar.gz)
+sha256sums=('bccee0a3d3902f8fa31e439e220a405065fff774e5f8c581be2b0743d3f83fde')
 
-prepare(){
-  cd "${srcdir}"/$pkgname-1.5.0-RC
-
-  patch -Np0 -i "${srcdir}"/$pkgname-paths.patch
-  patch -Np1 -i 
"${srcdir}"/Fix-compilation-with-last-FFMpeg-versions-issue-673.patch
-}
-
 build(){
-  cd "${srcdir}"/$pkgname-1.5.0-RC
+  cd "${srcdir}"/$pkgname-1.5.0-RC2
 
-  qmake-qt4 PREFIX="/usr"
+  qmake-qt5 "CONFIG+=no_epwing_support" PREFIX="/usr" 
   make
 }
 
 package() {
-  cd "${srcdir}"/$pkgname-1.5.0-RC
+  cd "${srcdir}"/$pkgname-1.5.0-RC2
 
   make INSTALL_ROOT="${pkgdir}" install
 

Deleted: goldendict-paths.patch
===
--- goldendict-paths.patch  2016-05-11 18:43:41 UTC (rev 174830)
+++ goldendict-paths.patch  2016-05-11 19:19:02 UTC (rev 174831)
@@ -1,12 +0,0 @@
 goldendict.pro.orig2013-06-06 15:39:06.0 +0200
-+++ goldendict.pro 2015-02-02 12:10:35.393194928 +0100
-@@ -84,6 +84,6 @@
- PREFIX = $$(PRE

[arch-commits] Commit in cvs/repos (78 files)

2016-05-11 Thread Lukas Fleischer
Date: Wednesday, May 11, 2016 @ 20:38:56
  Author: lfleischer
Revision: 267817

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

Added:
  cvs/repos/extra-i686/PKGBUILD
(from rev 267814, cvs/trunk/PKGBUILD)
  cvs/repos/extra-i686/cvs-1.11.19-abortabort.patch
(from rev 267814, cvs/trunk/cvs-1.11.19-abortabort.patch)
  cvs/repos/extra-i686/cvs-1.11.19-comp.patch
(from rev 267814, cvs/trunk/cvs-1.11.19-comp.patch)
  cvs/repos/extra-i686/cvs-1.11.19-extzlib.patch
(from rev 267814, cvs/trunk/cvs-1.11.19-extzlib.patch)
  cvs/repos/extra-i686/cvs-1.11.19-logmsg.patch
(from rev 267814, cvs/trunk/cvs-1.11.19-logmsg.patch)
  cvs/repos/extra-i686/cvs-1.11.19-netbsd-tag.patch
(from rev 267814, cvs/trunk/cvs-1.11.19-netbsd-tag.patch)
  cvs/repos/extra-i686/cvs-1.11.19-tagname.patch
(from rev 267814, cvs/trunk/cvs-1.11.19-tagname.patch)
  cvs/repos/extra-i686/cvs-1.11.19-tmp.patch
(from rev 267814, cvs/trunk/cvs-1.11.19-tmp.patch)
  cvs/repos/extra-i686/cvs-1.11.21-diff-kk.patch
(from rev 267814, cvs/trunk/cvs-1.11.21-diff-kk.patch)
  cvs/repos/extra-i686/cvs-1.11.21-diff.patch
(from rev 267814, cvs/trunk/cvs-1.11.21-diff.patch)
  cvs/repos/extra-i686/cvs-1.11.21-sort.patch
(from rev 267814, cvs/trunk/cvs-1.11.21-sort.patch)
  cvs/repos/extra-i686/cvs-1.11.23-Pass-compilation-with-Wformat-security.patch
(from rev 267814, 
cvs/trunk/cvs-1.11.23-Pass-compilation-with-Wformat-security.patch)
  cvs/repos/extra-i686/cvs-1.11.23-cve-2010-3846.patch
(from rev 267814, cvs/trunk/cvs-1.11.23-cve-2010-3846.patch)
  cvs/repos/extra-i686/cvs-1.11.23-cvspass.patch
(from rev 267814, cvs/trunk/cvs-1.11.23-cvspass.patch)
  cvs/repos/extra-i686/cvs-1.11.23-doc-Add-mandatory-argument-to-sp.patch
(from rev 267814, 
cvs/trunk/cvs-1.11.23-doc-Add-mandatory-argument-to-sp.patch)
  cvs/repos/extra-i686/cvs-1.11.23-getline64.patch
(from rev 267814, cvs/trunk/cvs-1.11.23-getline64.patch)
  cvs/repos/extra-i686/cvs-1.11.23-make_make_check_sanity_testing_verbose.patch
(from rev 267814, 
cvs/trunk/cvs-1.11.23-make_make_check_sanity_testing_verbose.patch)
  cvs/repos/extra-i686/cvs-1.11.23-remove_undefined_date_from_cvs_1_header.patch
(from rev 267814, 
cvs/trunk/cvs-1.11.23-remove_undefined_date_from_cvs_1_header.patch)
  cvs/repos/extra-i686/cvs-1.11.23-sanity.patch
(from rev 267814, cvs/trunk/cvs-1.11.23-sanity.patch)
  cvs/repos/extra-x86_64/PKGBUILD
(from rev 267814, cvs/trunk/PKGBUILD)
  cvs/repos/extra-x86_64/cvs-1.11.19-abortabort.patch
(from rev 267814, cvs/trunk/cvs-1.11.19-abortabort.patch)
  cvs/repos/extra-x86_64/cvs-1.11.19-comp.patch
(from rev 267814, cvs/trunk/cvs-1.11.19-comp.patch)
  cvs/repos/extra-x86_64/cvs-1.11.19-extzlib.patch
(from rev 267814, cvs/trunk/cvs-1.11.19-extzlib.patch)
  cvs/repos/extra-x86_64/cvs-1.11.19-logmsg.patch
(from rev 267815, cvs/trunk/cvs-1.11.19-logmsg.patch)
  cvs/repos/extra-x86_64/cvs-1.11.19-netbsd-tag.patch
(from rev 267815, cvs/trunk/cvs-1.11.19-netbsd-tag.patch)
  cvs/repos/extra-x86_64/cvs-1.11.19-tagname.patch
(from rev 267815, cvs/trunk/cvs-1.11.19-tagname.patch)
  cvs/repos/extra-x86_64/cvs-1.11.19-tmp.patch
(from rev 267815, cvs/trunk/cvs-1.11.19-tmp.patch)
  cvs/repos/extra-x86_64/cvs-1.11.21-diff-kk.patch
(from rev 267815, cvs/trunk/cvs-1.11.21-diff-kk.patch)
  cvs/repos/extra-x86_64/cvs-1.11.21-diff.patch
(from rev 267815, cvs/trunk/cvs-1.11.21-diff.patch)
  cvs/repos/extra-x86_64/cvs-1.11.21-sort.patch
(from rev 267815, cvs/trunk/cvs-1.11.21-sort.patch)
  
cvs/repos/extra-x86_64/cvs-1.11.23-Pass-compilation-with-Wformat-security.patch
(from rev 267815, 
cvs/trunk/cvs-1.11.23-Pass-compilation-with-Wformat-security.patch)
  cvs/repos/extra-x86_64/cvs-1.11.23-cve-2010-3846.patch
(from rev 267815, cvs/trunk/cvs-1.11.23-cve-2010-3846.patch)
  cvs/repos/extra-x86_64/cvs-1.11.23-cvspass.patch
(from rev 267815, cvs/trunk/cvs-1.11.23-cvspass.patch)
  cvs/repos/extra-x86_64/cvs-1.11.23-doc-Add-mandatory-argument-to-sp.patch
(from rev 267815, 
cvs/trunk/cvs-1.11.23-doc-Add-mandatory-argument-to-sp.patch)
  cvs/repos/extra-x86_64/cvs-1.11.23-getline64.patch
(from rev 267815, cvs/trunk/cvs-1.11.23-getline64.patch)
  
cvs/repos/extra-x86_64/cvs-1.11.23-make_make_check_sanity_testing_verbose.patch
(from rev 267815, 
cvs/trunk/cvs-1.11.23-make_make_check_sanity_testing_verbose.patch)
  
cvs/repos/extra-x86_64/cvs-1.11.23-remove_undefined_date_from_cvs_1_header.patch
(from rev 267815, 
cvs/trunk/cvs-1.11.23-remove_undefined_date_from_cvs_1_header.patch)
  cvs/repos/extra-x86_64/cvs-1.11.23-sanity.patch
(from rev 267815, cvs/trunk/cvs-1.11.23-sanity.patch)
Deleted:
  cvs/repos/extra-i686/PKGBUILD
  cvs/repos/extra-i686/cvs-1.11.19-abortabort.patch
  cvs/repos/extra-i686/cvs-1.11.19-comp.patch
  cvs/repos/extra-i686/cvs-1.11.19-extzlib.patch
  cvs/repos/extra-i686/cvs-1.11.19-logmsg.patch
  cvs/repos/extra-i686/cvs-1.11.19-netbsd-tag.patch
  cvs/repo

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

2016-05-11 Thread Lukas Fleischer
Date: Wednesday, May 11, 2016 @ 20:43:29
  Author: lfleischer
Revision: 174829

upgpkg: stunnel 5.32-1

Upstream update.

Modified:
  stunnel/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-05-11 18:37:04 UTC (rev 174828)
+++ PKGBUILD2016-05-11 18:43:29 UTC (rev 174829)
@@ -4,8 +4,8 @@
 # Contributor: Kevin Piche 
 
 pkgname=stunnel
-pkgver=5.31
-pkgrel=2
+pkgver=5.32
+pkgrel=1
 pkgdesc="A program that allows you to encrypt arbitrary TCP connections inside 
SSL"
 arch=('i686' 'x86_64')
 url="https://www.stunnel.org/";
@@ -15,7 +15,7 @@
 
source=("https://www.stunnel.org/downloads/archive/5.x/$pkgname-$pkgver.tar.gz"{,.asc}
 'Makefile.patch'
 'stunnel.tmpfiles.conf')
-md5sums=('a39b89624984cefc6d229a54f34b33ec'
+md5sums=('60462f97b62e745288541089e8c0877c'
  'SKIP'
  '579f198ecb90a42fcbfd8a4e48006264'
  '2e065a39998e57727ee79887bbd1751e')


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

2016-05-11 Thread Lukas Fleischer
Date: Wednesday, May 11, 2016 @ 20:43:41
  Author: lfleischer
Revision: 174830

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

Added:
  stunnel/repos/community-i686/Makefile.patch
(from rev 174829, stunnel/trunk/Makefile.patch)
  stunnel/repos/community-i686/PKGBUILD
(from rev 174829, stunnel/trunk/PKGBUILD)
  stunnel/repos/community-i686/stunnel.install
(from rev 174829, stunnel/trunk/stunnel.install)
  stunnel/repos/community-i686/stunnel.tmpfiles.conf
(from rev 174829, stunnel/trunk/stunnel.tmpfiles.conf)
  stunnel/repos/community-x86_64/Makefile.patch
(from rev 174829, stunnel/trunk/Makefile.patch)
  stunnel/repos/community-x86_64/PKGBUILD
(from rev 174829, stunnel/trunk/PKGBUILD)
  stunnel/repos/community-x86_64/stunnel.install
(from rev 174829, stunnel/trunk/stunnel.install)
  stunnel/repos/community-x86_64/stunnel.tmpfiles.conf
(from rev 174829, stunnel/trunk/stunnel.tmpfiles.conf)
Deleted:
  stunnel/repos/community-i686/Makefile.patch
  stunnel/repos/community-i686/PKGBUILD
  stunnel/repos/community-i686/stunnel.install
  stunnel/repos/community-i686/stunnel.tmpfiles.conf
  stunnel/repos/community-x86_64/Makefile.patch
  stunnel/repos/community-x86_64/PKGBUILD
  stunnel/repos/community-x86_64/stunnel.install
  stunnel/repos/community-x86_64/stunnel.tmpfiles.conf

+
 /Makefile.patch|   24 +++
 /PKGBUILD  |  102 +++
 /stunnel.install   |   40 
 /stunnel.tmpfiles.conf |2 
 community-i686/Makefile.patch  |   12 ---
 community-i686/PKGBUILD|   51 ---
 community-i686/stunnel.install |   20 --
 community-i686/stunnel.tmpfiles.conf   |1 
 community-x86_64/Makefile.patch|   12 ---
 community-x86_64/PKGBUILD  |   51 ---
 community-x86_64/stunnel.install   |   20 --
 community-x86_64/stunnel.tmpfiles.conf |1 
 12 files changed, 168 insertions(+), 168 deletions(-)

Deleted: community-i686/Makefile.patch
===
--- community-i686/Makefile.patch   2016-05-11 18:43:29 UTC (rev 174829)
+++ community-i686/Makefile.patch   2016-05-11 18:43:41 UTC (rev 174830)
@@ -1,12 +0,0 @@
 tools/Makefile.in  2010-03-31 04:45:09.0 -0500
-+++ tools/Makefile.in  2010-04-11 17:17:41.0 -0500
-@@ -334,8 +334,7 @@
- 
- info-am:
- 
--install-data-am: install-confDATA install-data-local \
--  install-examplesDATA
-+install-data-am: install-confDATA install-examplesDATA
- 
- install-dvi: install-dvi-am
- 

Copied: stunnel/repos/community-i686/Makefile.patch (from rev 174829, 
stunnel/trunk/Makefile.patch)
===
--- community-i686/Makefile.patch   (rev 0)
+++ community-i686/Makefile.patch   2016-05-11 18:43:41 UTC (rev 174830)
@@ -0,0 +1,12 @@
+--- tools/Makefile.in  2010-03-31 04:45:09.0 -0500
 tools/Makefile.in  2010-04-11 17:17:41.0 -0500
+@@ -334,8 +334,7 @@
+ 
+ info-am:
+ 
+-install-data-am: install-confDATA install-data-local \
+-  install-examplesDATA
++install-data-am: install-confDATA install-examplesDATA
+ 
+ install-dvi: install-dvi-am
+ 

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-05-11 18:43:29 UTC (rev 174829)
+++ community-i686/PKGBUILD 2016-05-11 18:43:41 UTC (rev 174830)
@@ -1,51 +0,0 @@
-# Maintainer: Lukas Fleischer 
-# Contributor: Kaiting Chen 
-# Contributor: Daniel J Griffiths 
-# Contributor: Kevin Piche 
-
-pkgname=stunnel
-pkgver=5.31
-pkgrel=2
-pkgdesc="A program that allows you to encrypt arbitrary TCP connections inside 
SSL"
-arch=('i686' 'x86_64')
-url="https://www.stunnel.org/";
-license=('GPL')
-depends=('openssl')
-install=$pkgname.install
-source=("https://www.stunnel.org/downloads/archive/5.x/$pkgname-$pkgver.tar.gz"{,.asc}
-'Makefile.patch'
-'stunnel.tmpfiles.conf')
-md5sums=('a39b89624984cefc6d229a54f34b33ec'
- 'SKIP'
- '579f198ecb90a42fcbfd8a4e48006264'
- '2e065a39998e57727ee79887bbd1751e')
-validpgpkeys=('AC915EA30645D9D3D4DAE4FEB1048932DD33') # Michał Trojnara
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  # don't create a certificate...
-  patch -p0 <"$srcdir/Makefile.patch"
-
-  ./configure --prefix=/usr \
---sysconfdir=/etc \
---localstatedir=/var \
---enable-ipv6 \
---disable-libwrap
-
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  make DESTDIR="$pkgdir" install
-
-  install -Dm644 tools/stunnel.service 
"$pkgdir/usr/lib/systemd/system/stunnel.service"
-  install -Dm644 "$srcdir/stunnel.tmpfiles.conf" 
"$pkgdir/usr/lib/tmpfiles.d/stunnel.conf"
-
-  sed -e "s:/usr/var/lib/stunnel/:/var/run/stunne

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

2016-05-11 Thread Lukas Fleischer
Date: Wednesday, May 11, 2016 @ 20:38:28
  Author: lfleischer
Revision: 267815

upgpkg: enscript 1.6.6-2

Hooks (part 1) rebuild.

Modified:
  enscript/trunk/PKGBUILD
Deleted:
  enscript/trunk/enscript.install

--+
 PKGBUILD |7 +++
 enscript.install |   15 ---
 2 files changed, 3 insertions(+), 19 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-05-11 18:37:27 UTC (rev 267814)
+++ PKGBUILD2016-05-11 18:38:28 UTC (rev 267815)
@@ -1,10 +1,10 @@
-# $Id$
-# Maintainer: Paul Mattal 
+# Maintainer: Lukas Fleischer 
+# Contributor: Paul Mattal 
 # Contributor: Tom Newsom 
 
 pkgname=enscript
 pkgver=1.6.6
-pkgrel=1
+pkgrel=2
 pkgdesc="Convert ASCII files to PostScript suitable for printing"
 arch=('i686' 'x86_64')
 url="http://git.savannah.gnu.org/cgit/enscript.git";
@@ -11,7 +11,6 @@
 license=('GPL3')
 depends=('glibc')
 backup=('etc/enscript/enscript.cfg')
-install=enscript.install
 source=(ftp://ftp.gnu.org/gnu/$pkgname/$pkgname-$pkgver.tar.gz)
 md5sums=('3acc242b829adacabcaf28533f049afd')
 

Deleted: enscript.install
===
--- enscript.install2016-05-11 18:37:27 UTC (rev 267814)
+++ enscript.install2016-05-11 18:38:28 UTC (rev 267815)
@@ -1,15 +0,0 @@
-infodir=usr/share/info
-
-post_install() {
-  [[ -x usr/bin/install-info ]] || return 0
-install-info "$infodir/enscript.info.gz" "$infodir/dir" 2> /dev/null
-}
-
-post_upgrade() {
-  post_install "$1"
-}
-
-pre_remove() {
-  [[ -x usr/bin/install-info ]] || return 0
-install-info --delete "$infodir/enscript.info.gz" "$infodir/dir" 2> 
/dev/null
-}


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

2016-05-11 Thread Lukas Fleischer
Date: Wednesday, May 11, 2016 @ 20:38:36
  Author: lfleischer
Revision: 267816

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

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

---+
 /PKGBUILD |   62 
 extra-i686/PKGBUILD   |   32 
 extra-i686/enscript.install   |   15 -
 extra-x86_64/PKGBUILD |   32 
 extra-x86_64/enscript.install |   15 -
 5 files changed, 62 insertions(+), 94 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-05-11 18:38:28 UTC (rev 267815)
+++ extra-i686/PKGBUILD 2016-05-11 18:38:36 UTC (rev 267816)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Paul Mattal 
-# Contributor: Tom Newsom 
-
-pkgname=enscript
-pkgver=1.6.6
-pkgrel=1
-pkgdesc="Convert ASCII files to PostScript suitable for printing"
-arch=('i686' 'x86_64')
-url="http://git.savannah.gnu.org/cgit/enscript.git";
-license=('GPL3')
-depends=('glibc')
-backup=('etc/enscript/enscript.cfg')
-install=enscript.install
-source=(ftp://ftp.gnu.org/gnu/$pkgname/$pkgname-$pkgver.tar.gz)
-md5sums=('3acc242b829adacabcaf28533f049afd')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc/enscript
-  make
-}
-
-check() {
-  cd $pkgname-$pkgver
-  make check
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: enscript/repos/extra-i686/PKGBUILD (from rev 267815, 
enscript/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-05-11 18:38:36 UTC (rev 267816)
@@ -0,0 +1,31 @@
+# Maintainer: Lukas Fleischer 
+# Contributor: Paul Mattal 
+# Contributor: Tom Newsom 
+
+pkgname=enscript
+pkgver=1.6.6
+pkgrel=2
+pkgdesc="Convert ASCII files to PostScript suitable for printing"
+arch=('i686' 'x86_64')
+url="http://git.savannah.gnu.org/cgit/enscript.git";
+license=('GPL3')
+depends=('glibc')
+backup=('etc/enscript/enscript.cfg')
+source=(ftp://ftp.gnu.org/gnu/$pkgname/$pkgname-$pkgver.tar.gz)
+md5sums=('3acc242b829adacabcaf28533f049afd')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc/enscript
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  make check
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}

Deleted: extra-i686/enscript.install
===
--- extra-i686/enscript.install 2016-05-11 18:38:28 UTC (rev 267815)
+++ extra-i686/enscript.install 2016-05-11 18:38:36 UTC (rev 267816)
@@ -1,15 +0,0 @@
-infodir=usr/share/info
-
-post_install() {
-  [[ -x usr/bin/install-info ]] || return 0
-install-info "$infodir/enscript.info.gz" "$infodir/dir" 2> /dev/null
-}
-
-post_upgrade() {
-  post_install "$1"
-}
-
-pre_remove() {
-  [[ -x usr/bin/install-info ]] || return 0
-install-info --delete "$infodir/enscript.info.gz" "$infodir/dir" 2> 
/dev/null
-}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2016-05-11 18:38:28 UTC (rev 267815)
+++ extra-x86_64/PKGBUILD   2016-05-11 18:38:36 UTC (rev 267816)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Paul Mattal 
-# Contributor: Tom Newsom 
-
-pkgname=enscript
-pkgver=1.6.6
-pkgrel=1
-pkgdesc="Convert ASCII files to PostScript suitable for printing"
-arch=('i686' 'x86_64')
-url="http://git.savannah.gnu.org/cgit/enscript.git";
-license=('GPL3')
-depends=('glibc')
-backup=('etc/enscript/enscript.cfg')
-install=enscript.install
-source=(ftp://ftp.gnu.org/gnu/$pkgname/$pkgname-$pkgver.tar.gz)
-md5sums=('3acc242b829adacabcaf28533f049afd')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc/enscript
-  make
-}
-
-check() {
-  cd $pkgname-$pkgver
-  make check
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: enscript/repos/extra-x86_64/PKGBUILD (from rev 267815, 
enscript/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2016-05-11 18:38:36 UTC (rev 267816)
@@ -0,0 +1,31 @@
+# Maintainer: Lukas Fleischer 
+# Contributor: Paul Mattal 
+# Contributor: Tom Newsom 
+
+pkgname=enscript
+pkgver=1.6.6
+pkgrel=2
+pkgdesc="Convert ASCII files to PostScript suitable for printing"
+arch=('i686' 'x86_64')
+url="http://git.savannah.gnu.org/cgit/enscript.git";
+license=('GPL3')
+depends=('glibc')
+backup=('etc/en

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

2016-05-11 Thread Lukas Fleischer
Date: Wednesday, May 11, 2016 @ 20:37:27
  Author: lfleischer
Revision: 267814

upgpkg: cvs 1.11.23-11

Hooks (part 1) rebuild.

Modified:
  cvs/trunk/PKGBUILD
Deleted:
  cvs/trunk/cvs.install

-+
 PKGBUILD|7 +++
 cvs.install |   20 
 2 files changed, 3 insertions(+), 24 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-05-11 18:16:30 UTC (rev 267813)
+++ PKGBUILD2016-05-11 18:37:27 UTC (rev 267814)
@@ -1,10 +1,10 @@
-# $Id$
+# Maintainer: Lukas Fleischer 
 # Contributor: dorphell 
-# Maintainer: Dan McGee 
+# Contributor: Dan McGee 
 
 pkgname=cvs
 pkgver=1.11.23
-pkgrel=10
+pkgrel=11
 pkgdesc="Concurrent Versions System - a source control system"
 arch=(i686 x86_64)
 url="http://cvs.nongnu.org/";
@@ -13,7 +13,6 @@
 makedepends=('vim')
 optdepends=('openssh: for using cvs over ssh'
 'inetutils: for using cvs over rsh')
-install=cvs.install
 
source=(ftp://ftp.gnu.org/non-gnu/cvs/source/stable/${pkgver}/${pkgname}-${pkgver}.tar.bz2
 cvs-1.11.19-abortabort.patch
 cvs-1.11.19-comp.patch

Deleted: cvs.install
===
--- cvs.install 2016-05-11 18:16:30 UTC (rev 267813)
+++ cvs.install 2016-05-11 18:37:27 UTC (rev 267814)
@@ -1,20 +0,0 @@
-infodir=/usr/share/info
-filelist=(cvs.info cvs-info-1 cvs-info-2 cvsclient.info)
-
-post_install() {
-  for file in ${filelist[@]}; do
-install-info $infodir/$file $infodir/dir 2> /dev/null
-  done
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-pre_remove() {
-  for file in ${filelist[@]}; do
-install-info --delete $infodir/$file $infodir/dir 2> /dev/null
-  done
-}
-
-# vim:set ts=2 sw=2 et:


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

2016-05-11 Thread Jaroslav Lichtblau
Date: Wednesday, May 11, 2016 @ 20:37:04
  Author: jlichtblau
Revision: 174828

archrelease: copy trunk to community-any

Added:
  python-markups/repos/community-any/PKGBUILD
(from rev 174827, python-markups/trunk/PKGBUILD)
Deleted:
  python-markups/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2016-05-11 18:36:49 UTC (rev 174827)
+++ PKGBUILD2016-05-11 18:37:04 UTC (rev 174828)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau 
-# Contributor: Thomas Weißschuh 
-
-pkgbase=python-markups
-pkgname=(python-markups python2-markups)
-pkgver=1.0.1
-pkgrel=1
-pkgdesc='Wrapper around various text markups'
-arch=('any')
-url='https://launchpad.net/python-markups'
-license=('BSD')
-makedepends=('python-setuptools' 'python2-setuptools')
-source=(http://pypi.python.org/packages/source/M/Markups/Markups-$pkgver.tar.gz)
-sha256sums=('74464b7532aa355f6ed2767fd5cfb5eb5b484dd773b33bae4016a7fa9354b4ee')
-
-package_python-markups() {
-  depends=('python')
-  optdepends=('python-markdown: markdown support'
-  'python-docutils: reST support')
-
-  cd "${srcdir}"/Markups-$pkgver
-  python setup.py install --root="${pkgdir}"
-  install -Dm644 LICENSE "${pkgdir}"/usr/share/licenses/$pkgname/LICENSE
-}
-
-package_python2-markups() {
-  depends=('python2')
-  optdepends=('python-markdown2: markdown support'
-  'python-docutils2: reST support')
-
-  cd "${srcdir}"/Markups-$pkgver
-  python2 setup.py install --root="${pkgdir}"
-  install -Dm644 LICENSE "${pkgdir}"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: python-markups/repos/community-any/PKGBUILD (from rev 174827, 
python-markups/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-05-11 18:37:04 UTC (rev 174828)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau 
+# Contributor: Thomas Weißschuh 
+
+pkgbase=python-markups
+pkgname=('python-markups' 'python2-markups')
+pkgver=2.0.0
+pkgrel=1
+pkgdesc='Wrapper around various text markups'
+arch=('any')
+url='https://launchpad.net/python-markups'
+license=('BSD')
+makedepends=('python-setuptools' 'python2-setuptools')
+source=($pkgname-$pkgver.tar.gz::http://github.com/retext-project/pymarkups/archive/$pkgver.tar.gz)
+sha256sums=('0d1ac398ecde6ec3904ec842abee7538d58a3a2d51ac2e61584a822dc6d73a06')
+
+package_python-markups() {
+  depends=('python')
+
+  cd "${srcdir}"/pymarkups-$pkgver
+  python setup.py install --root="${pkgdir}"
+  install -Dm644 LICENSE "${pkgdir}"/usr/share/licenses/$pkgname/LICENSE
+}
+
+package_python2-markups() {
+  depends=('python2')
+
+  cd "${srcdir}"/pymarkups-$pkgver
+  python2 setup.py install --root="${pkgdir}"
+  install -Dm644 LICENSE "${pkgdir}"/usr/share/licenses/$pkgname/LICENSE
+}


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

2016-05-11 Thread Jaroslav Lichtblau
Date: Wednesday, May 11, 2016 @ 20:36:49
  Author: jlichtblau
Revision: 174827

upgpkg: python-markups 2.0.0-1 - new upstream release

Modified:
  python-markups/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-05-11 18:09:21 UTC (rev 174826)
+++ PKGBUILD2016-05-11 18:36:49 UTC (rev 174827)
@@ -3,8 +3,8 @@
 # Contributor: Thomas Weißschuh 
 
 pkgbase=python-markups
-pkgname=(python-markups python2-markups)
-pkgver=1.0.1
+pkgname=('python-markups' 'python2-markups')
+pkgver=2.0.0
 pkgrel=1
 pkgdesc='Wrapper around various text markups'
 arch=('any')
@@ -11,15 +11,13 @@
 url='https://launchpad.net/python-markups'
 license=('BSD')
 makedepends=('python-setuptools' 'python2-setuptools')
-source=(http://pypi.python.org/packages/source/M/Markups/Markups-$pkgver.tar.gz)
-sha256sums=('74464b7532aa355f6ed2767fd5cfb5eb5b484dd773b33bae4016a7fa9354b4ee')
+source=($pkgname-$pkgver.tar.gz::http://github.com/retext-project/pymarkups/archive/$pkgver.tar.gz)
+sha256sums=('0d1ac398ecde6ec3904ec842abee7538d58a3a2d51ac2e61584a822dc6d73a06')
 
 package_python-markups() {
   depends=('python')
-  optdepends=('python-markdown: markdown support'
-  'python-docutils: reST support')
 
-  cd "${srcdir}"/Markups-$pkgver
+  cd "${srcdir}"/pymarkups-$pkgver
   python setup.py install --root="${pkgdir}"
   install -Dm644 LICENSE "${pkgdir}"/usr/share/licenses/$pkgname/LICENSE
 }
@@ -26,10 +24,8 @@
 
 package_python2-markups() {
   depends=('python2')
-  optdepends=('python-markdown2: markdown support'
-  'python-docutils2: reST support')
 
-  cd "${srcdir}"/Markups-$pkgver
+  cd "${srcdir}"/pymarkups-$pkgver
   python2 setup.py install --root="${pkgdir}"
   install -Dm644 LICENSE "${pkgdir}"/usr/share/licenses/$pkgname/LICENSE
 }


[arch-commits] Commit in adwaita-icon-theme/repos/extra-any (3 files)

2016-05-11 Thread Lukas Fleischer
Date: Wednesday, May 11, 2016 @ 20:16:30
  Author: lfleischer
Revision: 267813

archrelease: copy trunk to extra-any

Added:
  adwaita-icon-theme/repos/extra-any/PKGBUILD
(from rev 267812, adwaita-icon-theme/trunk/PKGBUILD)
Deleted:
  adwaita-icon-theme/repos/extra-any/PKGBUILD
  adwaita-icon-theme/repos/extra-any/adwaita-icon-theme.install

+
 PKGBUILD   |   55 +--
 adwaita-icon-theme.install |   11 
 2 files changed, 27 insertions(+), 39 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2016-05-11 18:16:24 UTC (rev 267812)
+++ PKGBUILD2016-05-11 18:16:30 UTC (rev 267813)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot 
-
-pkgname=adwaita-icon-theme
-pkgver=3.20
-pkgrel=1
-pkgdesc="Adwaita icon theme"
-arch=(any)
-depends=('hicolor-icon-theme' 'gtk-update-icon-cache' 'librsvg')
-makedepends=('intltool' 'icon-naming-utils')
-url="http://www.gnome.org";
-license=('GPL')
-groups=('gnome')
-install=adwaita-icon-theme.install
-options=('!emptydirs')
-source=(https://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('7a0a887349f340dd644032f89d81264b694c4b006bd51af1c2c368d431e7ae35')
-
-build() {
-cd "$pkgname-$pkgver"
-./configure --prefix=/usr
-make
-}
-
-package() {
-cd "$pkgname-$pkgver"
-make DESTDIR="$pkgdir" install
-}

Copied: adwaita-icon-theme/repos/extra-any/PKGBUILD (from rev 267812, 
adwaita-icon-theme/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-05-11 18:16:30 UTC (rev 267813)
@@ -0,0 +1,27 @@
+# Maintainer: Lukas Fleischer 
+# Contributor: Jan de Groot 
+
+pkgname=adwaita-icon-theme
+pkgver=3.20
+pkgrel=2
+pkgdesc="Adwaita icon theme"
+arch=(any)
+depends=('hicolor-icon-theme' 'gtk-update-icon-cache' 'librsvg')
+makedepends=('intltool' 'icon-naming-utils')
+url="http://www.gnome.org";
+license=('GPL')
+groups=('gnome')
+options=('!emptydirs')
+source=(https://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('7a0a887349f340dd644032f89d81264b694c4b006bd51af1c2c368d431e7ae35')
+
+build() {
+cd "$pkgname-$pkgver"
+./configure --prefix=/usr
+make
+}
+
+package() {
+cd "$pkgname-$pkgver"
+make DESTDIR="$pkgdir" install
+}

Deleted: adwaita-icon-theme.install
===
--- adwaita-icon-theme.install  2016-05-11 18:16:24 UTC (rev 267812)
+++ adwaita-icon-theme.install  2016-05-11 18:16:30 UTC (rev 267813)
@@ -1,11 +0,0 @@
-post_install() {
-  gtk-update-icon-cache -q -t -f /usr/share/icons/Adwaita
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}


[arch-commits] Commit in adwaita-icon-theme/trunk (2 files)

2016-05-11 Thread Lukas Fleischer
Date: Wednesday, May 11, 2016 @ 20:16:24
  Author: lfleischer
Revision: 267812

upgpkg: adwaita-icon-theme 3.20-2

Hooks (part 1) rebuild.

Modified:
  adwaita-icon-theme/trunk/PKGBUILD
Deleted:
  adwaita-icon-theme/trunk/adwaita-icon-theme.install

+
 PKGBUILD   |7 +++
 adwaita-icon-theme.install |   11 ---
 2 files changed, 3 insertions(+), 15 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-05-11 14:36:15 UTC (rev 267811)
+++ PKGBUILD2016-05-11 18:16:24 UTC (rev 267812)
@@ -1,9 +1,9 @@
-# $Id$
-# Maintainer: Jan de Groot 
+# Maintainer: Lukas Fleischer 
+# Contributor: Jan de Groot 
 
 pkgname=adwaita-icon-theme
 pkgver=3.20
-pkgrel=1
+pkgrel=2
 pkgdesc="Adwaita icon theme"
 arch=(any)
 depends=('hicolor-icon-theme' 'gtk-update-icon-cache' 'librsvg')
@@ -11,7 +11,6 @@
 url="http://www.gnome.org";
 license=('GPL')
 groups=('gnome')
-install=adwaita-icon-theme.install
 options=('!emptydirs')
 
source=(https://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
 sha256sums=('7a0a887349f340dd644032f89d81264b694c4b006bd51af1c2c368d431e7ae35')

Deleted: adwaita-icon-theme.install
===
--- adwaita-icon-theme.install  2016-05-11 14:36:15 UTC (rev 267811)
+++ adwaita-icon-theme.install  2016-05-11 18:16:24 UTC (rev 267812)
@@ -1,11 +0,0 @@
-post_install() {
-  gtk-update-icon-cache -q -t -f /usr/share/icons/Adwaita
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}


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

2016-05-11 Thread Lukas Fleischer
Date: Wednesday, May 11, 2016 @ 20:09:13
  Author: lfleischer
Revision: 174825

upgpkg: mpop 1.2.4-3

Hooks (part 1) rebuild.

Modified:
  mpop/trunk/PKGBUILD
  mpop/trunk/mpop.install

--+
 PKGBUILD |2 +-
 mpop.install |8 
 2 files changed, 1 insertion(+), 9 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-05-11 18:08:28 UTC (rev 174824)
+++ PKGBUILD2016-05-11 18:09:13 UTC (rev 174825)
@@ -4,7 +4,7 @@
 
 pkgname=mpop
 pkgver=1.2.4
-pkgrel=2
+pkgrel=3
 pkgdesc="A small, fast POP3 client suitable as a fetchmail replacement"
 arch=('i686' 'x86_64')
 url="http://mpop.sourceforge.net/";

Modified: mpop.install
===
--- mpop.install2016-05-11 18:08:28 UTC (rev 174824)
+++ mpop.install2016-05-11 18:09:13 UTC (rev 174825)
@@ -1,8 +1,4 @@
-infodir=/usr/share/info
-
 post_install() {
-  install-info "$infodir/mpop.info" "$infodir/dir" 2>/dev/null
-
   echo "==> Sample config: /usr/share/mpop/mpoprc.example"
   echo "==> Copy it to your home folder as ~/.mpoprc."
 }
@@ -10,7 +6,3 @@
 post_upgrade() {
   post_install $1
 }
-
-pre_remove() {
-  install-info --delete "$infodir/mpop.info" "$infodir/dir" 2>/dev/null
-}


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

2016-05-11 Thread Lukas Fleischer
Date: Wednesday, May 11, 2016 @ 20:09:21
  Author: lfleischer
Revision: 174826

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

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

---+
 /PKGBUILD |   62 
 /mpop.install |   16 ++
 community-i686/PKGBUILD   |   31 
 community-i686/mpop.install   |   16 --
 community-x86_64/PKGBUILD |   31 
 community-x86_64/mpop.install |   16 --
 6 files changed, 78 insertions(+), 94 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-05-11 18:09:13 UTC (rev 174825)
+++ community-i686/PKGBUILD 2016-05-11 18:09:21 UTC (rev 174826)
@@ -1,31 +0,0 @@
-# Maintainer: Lukas Fleischer 
-# Contributor: Israel Herraiz 
-# Contributor: Roberto Alsina 
-
-pkgname=mpop
-pkgver=1.2.4
-pkgrel=2
-pkgdesc="A small, fast POP3 client suitable as a fetchmail replacement"
-arch=('i686' 'x86_64')
-url="http://mpop.sourceforge.net/";
-license=('GPL3')
-depends=('gnutls' 'libidn')
-install=mpop.install
-source=("http://downloads.sourceforge.net/mpop/mpop-$pkgver.tar.xz"{,.sig})
-md5sums=('7ceca49cb4a453c52374afcf9ae90c21'
- 'SKIP')
-validpgpkeys=('2F788CDEF4181652720EF132F4926138953E5294')
-
-build() {
-  cd "$srcdir/mpop-$pkgver"
-
-  ./configure --prefix=/usr --with-ssl=gnutls
-  make
-}
-
-package() {
-  cd "$srcdir/mpop-$pkgver"
-
-  make DESTDIR="$pkgdir" install
-  install -Dm644 doc/mpoprc.example "$pkgdir/usr/share/mpop/mpoprc.example"
-}

Copied: mpop/repos/community-i686/PKGBUILD (from rev 174825, 
mpop/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-05-11 18:09:21 UTC (rev 174826)
@@ -0,0 +1,31 @@
+# Maintainer: Lukas Fleischer 
+# Contributor: Israel Herraiz 
+# Contributor: Roberto Alsina 
+
+pkgname=mpop
+pkgver=1.2.4
+pkgrel=3
+pkgdesc="A small, fast POP3 client suitable as a fetchmail replacement"
+arch=('i686' 'x86_64')
+url="http://mpop.sourceforge.net/";
+license=('GPL3')
+depends=('gnutls' 'libidn')
+install=mpop.install
+source=("http://downloads.sourceforge.net/mpop/mpop-$pkgver.tar.xz"{,.sig})
+md5sums=('7ceca49cb4a453c52374afcf9ae90c21'
+ 'SKIP')
+validpgpkeys=('2F788CDEF4181652720EF132F4926138953E5294')
+
+build() {
+  cd "$srcdir/mpop-$pkgver"
+
+  ./configure --prefix=/usr --with-ssl=gnutls
+  make
+}
+
+package() {
+  cd "$srcdir/mpop-$pkgver"
+
+  make DESTDIR="$pkgdir" install
+  install -Dm644 doc/mpoprc.example "$pkgdir/usr/share/mpop/mpoprc.example"
+}

Deleted: community-i686/mpop.install
===
--- community-i686/mpop.install 2016-05-11 18:09:13 UTC (rev 174825)
+++ community-i686/mpop.install 2016-05-11 18:09:21 UTC (rev 174826)
@@ -1,16 +0,0 @@
-infodir=/usr/share/info
-
-post_install() {
-  install-info "$infodir/mpop.info" "$infodir/dir" 2>/dev/null
-
-  echo "==> Sample config: /usr/share/mpop/mpoprc.example"
-  echo "==> Copy it to your home folder as ~/.mpoprc."
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-pre_remove() {
-  install-info --delete "$infodir/mpop.info" "$infodir/dir" 2>/dev/null
-}

Copied: mpop/repos/community-i686/mpop.install (from rev 174825, 
mpop/trunk/mpop.install)
===
--- community-i686/mpop.install (rev 0)
+++ community-i686/mpop.install 2016-05-11 18:09:21 UTC (rev 174826)
@@ -0,0 +1,8 @@
+post_install() {
+  echo "==> Sample config: /usr/share/mpop/mpoprc.example"
+  echo "==> Copy it to your home folder as ~/.mpoprc."
+}
+
+post_upgrade() {
+  post_install $1
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-05-11 18:09:13 UTC (rev 174825)
+++ community-x86_64/PKGBUILD   2016-05-11 18:09:21 UTC (rev 174826)
@@ -1,31 +0,0 @@
-# Maintainer: Lukas Fleischer 
-# Contributor: Israel Herraiz 
-# Contributor: Roberto Alsina 
-
-pkgname=mpop
-pkgver=1.2.4
-pkgrel=2
-pkgdesc="A small, fast POP3 client suitable as a fetchmail replacement"
-arch=('i686' 'x86_64')
-url="http://mpop.sourceforge.net/";
-license=('GPL3')
-depends=('gnutls' 'libidn')
-install=mpop.install
-source=("http://downloads.sourcefor

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

2016-05-11 Thread Lukas Fleischer
Date: Wednesday, May 11, 2016 @ 20:08:28
  Author: lfleischer
Revision: 174824

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

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

---+
 /PKGBUILD |   64 
 community-i686/PKGBUILD   |   33 
 community-i686/sxiv.install   |   12 ---
 community-x86_64/PKGBUILD |   33 
 community-x86_64/sxiv.install |   12 ---
 5 files changed, 64 insertions(+), 90 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-05-11 18:08:19 UTC (rev 174823)
+++ community-i686/PKGBUILD 2016-05-11 18:08:28 UTC (rev 174824)
@@ -1,33 +0,0 @@
-# Maintainer: Lukas Fleischer 
-# Contributor: Bartłomiej Piotrowski 
-# Contributor: Thomas Dziedzic < gostrc at gmail >
-# Contributor: Bert Muennich 
-# Contributor: Brad Fanella 
-
-pkgname=sxiv
-pkgver=1.3.2
-pkgrel=2
-pkgdesc='Simple X Image Viewer'
-arch=('i686' 'x86_64')
-license=('GPL2')
-install=sxiv.install
-url='https://github.com/muennich/sxiv'
-depends=('imlib2' 'desktop-file-utils' 'xdg-utils' 'hicolor-icon-theme' 
'libexif')
-source=("$pkgname-$pkgver.tar.gz"::"https://github.com/muennich/sxiv/archive/v$pkgver.tar.gz";)
-md5sums=('44822b3d4672a7ed22f1a14c86a0914f')
-
-prepare() {
-  cd "$pkgname-$pkgver"
-  ln -s config.def.h config.h
-}
-
-build() {
-  make -C "$pkgname-$pkgver"
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-  make PREFIX=/usr DESTDIR="$pkgdir" install
-  make -C icon PREFIX=/usr DESTDIR="$pkgdir" install
-  install -Dm644 sxiv.desktop "$pkgdir"/usr/share/applications/sxiv.desktop
-}

Copied: sxiv/repos/community-i686/PKGBUILD (from rev 174823, 
sxiv/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-05-11 18:08:28 UTC (rev 174824)
@@ -0,0 +1,32 @@
+# Maintainer: Lukas Fleischer 
+# Contributor: Bartłomiej Piotrowski 
+# Contributor: Thomas Dziedzic < gostrc at gmail >
+# Contributor: Bert Muennich 
+# Contributor: Brad Fanella 
+
+pkgname=sxiv
+pkgver=1.3.2
+pkgrel=3
+pkgdesc='Simple X Image Viewer'
+arch=('i686' 'x86_64')
+license=('GPL2')
+url='https://github.com/muennich/sxiv'
+depends=('imlib2' 'desktop-file-utils' 'xdg-utils' 'hicolor-icon-theme' 
'libexif')
+source=("$pkgname-$pkgver.tar.gz"::"https://github.com/muennich/sxiv/archive/v$pkgver.tar.gz";)
+md5sums=('44822b3d4672a7ed22f1a14c86a0914f')
+
+prepare() {
+  cd "$pkgname-$pkgver"
+  ln -s config.def.h config.h
+}
+
+build() {
+  make -C "$pkgname-$pkgver"
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  make PREFIX=/usr DESTDIR="$pkgdir" install
+  make -C icon PREFIX=/usr DESTDIR="$pkgdir" install
+  install -Dm644 sxiv.desktop "$pkgdir"/usr/share/applications/sxiv.desktop
+}

Deleted: community-i686/sxiv.install
===
--- community-i686/sxiv.install 2016-05-11 18:08:19 UTC (rev 174823)
+++ community-i686/sxiv.install 2016-05-11 18:08:28 UTC (rev 174824)
@@ -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
-}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-05-11 18:08:19 UTC (rev 174823)
+++ community-x86_64/PKGBUILD   2016-05-11 18:08:28 UTC (rev 174824)
@@ -1,33 +0,0 @@
-# Maintainer: Lukas Fleischer 
-# Contributor: Bartłomiej Piotrowski 
-# Contributor: Thomas Dziedzic < gostrc at gmail >
-# Contributor: Bert Muennich 
-# Contributor: Brad Fanella 
-
-pkgname=sxiv
-pkgver=1.3.2
-pkgrel=2
-pkgdesc='Simple X Image Viewer'
-arch=('i686' 'x86_64')
-license=('GPL2')
-install=sxiv.install
-url='https://github.com/muennich/sxiv'
-depends=('imlib2' 'desktop-file-utils' 'xdg-utils' 'hicolor-icon-theme' 
'libexif')
-source=("$pkgname-$pkgver.tar.gz"::"https://github.com/muennich/sxiv/archive/v$pkgver.tar.gz";)
-md5sums=('44822b3d4672a7ed22f1a14c86a0914f')
-
-prepare() {
-  cd "$pkgname-$pkgver"
-  ln -s config.def.h config.h
-}
-
-build() {
-  make -C "$pkgname-$pkgver"
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-  make PREFIX=/usr DESTDIR="$pkgdir" install
-  make -C icon PREFIX=/usr DESTDIR="$pkgdir" install
-  install -Dm644 sxiv.desktop "$pkgdir"/usr/share/applications/sxiv.desktop
-}

Copied: sxiv/repos/community-x86_64/PKGBUILD (from rev 174823, 
sxiv/trunk/PKGBUILD)
=

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

2016-05-11 Thread Lukas Fleischer
Date: Wednesday, May 11, 2016 @ 20:08:19
  Author: lfleischer
Revision: 174823

upgpkg: sxiv 1.3.2-3

Hooks (part 1) rebuild.

Modified:
  sxiv/trunk/PKGBUILD
Deleted:
  sxiv/trunk/sxiv.install

--+
 PKGBUILD |3 +--
 sxiv.install |   12 
 2 files changed, 1 insertion(+), 14 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-05-11 18:06:06 UTC (rev 174822)
+++ PKGBUILD2016-05-11 18:08:19 UTC (rev 174823)
@@ -6,11 +6,10 @@
 
 pkgname=sxiv
 pkgver=1.3.2
-pkgrel=2
+pkgrel=3
 pkgdesc='Simple X Image Viewer'
 arch=('i686' 'x86_64')
 license=('GPL2')
-install=sxiv.install
 url='https://github.com/muennich/sxiv'
 depends=('imlib2' 'desktop-file-utils' 'xdg-utils' 'hicolor-icon-theme' 
'libexif')
 
source=("$pkgname-$pkgver.tar.gz"::"https://github.com/muennich/sxiv/archive/v$pkgver.tar.gz";)

Deleted: sxiv.install
===
--- sxiv.install2016-05-11 18:06:06 UTC (rev 174822)
+++ sxiv.install2016-05-11 18:08:19 UTC (rev 174823)
@@ -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
-}


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

2016-05-11 Thread Lukas Fleischer
Date: Wednesday, May 11, 2016 @ 20:06:06
  Author: lfleischer
Revision: 174822

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

Added:
  easystroke/repos/community-i686/PKGBUILD
(from rev 174821, easystroke/trunk/PKGBUILD)
  easystroke/repos/community-i686/replace-sigc-group-with-lambda.patch
(from rev 174821, easystroke/trunk/replace-sigc-group-with-lambda.patch)
  easystroke/repos/community-x86_64/PKGBUILD
(from rev 174821, easystroke/trunk/PKGBUILD)
  easystroke/repos/community-x86_64/replace-sigc-group-with-lambda.patch
(from rev 174821, easystroke/trunk/replace-sigc-group-with-lambda.patch)
Deleted:
  easystroke/repos/community-i686/PKGBUILD
  easystroke/repos/community-i686/easystroke.install
  easystroke/repos/community-i686/replace-sigc-group-with-lambda.patch
  easystroke/repos/community-x86_64/PKGBUILD
  easystroke/repos/community-x86_64/easystroke.install
  easystroke/repos/community-x86_64/replace-sigc-group-with-lambda.patch

---+
 /PKGBUILD |   78 +++
 /replace-sigc-group-with-lambda.patch |   80 
 community-i686/PKGBUILD   |   41 
 community-i686/easystroke.install |   13 --
 community-i686/replace-sigc-group-with-lambda.patch   |   40 
 community-x86_64/PKGBUILD |   41 
 community-x86_64/easystroke.install   |   13 --
 community-x86_64/replace-sigc-group-with-lambda.patch |   40 
 8 files changed, 158 insertions(+), 188 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-05-11 18:05:58 UTC (rev 174821)
+++ community-i686/PKGBUILD 2016-05-11 18:06:06 UTC (rev 174822)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Lukas Fleischer 
-# Contributor: Kevin Sullivan 
-
-pkgname=easystroke
-pkgver=0.6.0
-pkgrel=10
-pkgdesc='Use mouse gestures to initiate commands and hotkeys.'
-arch=('i686' 'x86_64')
-url='http://easystroke.sourceforge.net/'
-license=('custom:ISC')
-depends=('gtkmm3' 'boost-libs' 'libxtst' 'dbus-glib' 'xorg-server')
-makedepends=('boost' 'inputproto' 'intltool' 'gettext' 'xorg-server-devel' 
'help2man')
-install=easystroke.install
-source=("http://downloads.sourceforge.net/easystroke/${pkgname}-${pkgver}.tar.gz";
-'replace-sigc-group-with-lambda.patch')
-md5sums=('3b4f25d02a6b5ac57a8b7a06545869db'
- '4a27e1336df773e2f1cd67788477cc3b')
-
-prepare() {
-  cd "${pkgname}-${pkgver}"
-  # fix build with libsigc++ 2.6; also build in C++11 mode
-  # (not sure if the lambda is correct, but seems to work)
-  patch -Np1 -i ../replace-sigc-group-with-lambda.patch
-}
-
-build() {
-  cd "${pkgname}-${pkgver}"
-
-  make
-  make man
-}
-
-package() {
-  cd "${pkgname}-${pkgver}"
-
-  make PREFIX=/usr DESTDIR="${pkgdir}" install
-
-  install -Dm0644 "${pkgname}.1" "${pkgdir}/usr/share/man/man1/${pkgname}.1"
-  install -Dm0644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}

Copied: easystroke/repos/community-i686/PKGBUILD (from rev 174821, 
easystroke/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-05-11 18:06:06 UTC (rev 174822)
@@ -0,0 +1,39 @@
+# Maintainer: Lukas Fleischer 
+# Contributor: Kevin Sullivan 
+
+pkgname=easystroke
+pkgver=0.6.0
+pkgrel=11
+pkgdesc='Use mouse gestures to initiate commands and hotkeys.'
+arch=('i686' 'x86_64')
+url='http://easystroke.sourceforge.net/'
+license=('custom:ISC')
+depends=('gtkmm3' 'boost-libs' 'libxtst' 'dbus-glib' 'xorg-server')
+makedepends=('boost' 'inputproto' 'intltool' 'gettext' 'xorg-server-devel' 
'help2man')
+source=("http://downloads.sourceforge.net/easystroke/${pkgname}-${pkgver}.tar.gz";
+'replace-sigc-group-with-lambda.patch')
+md5sums=('3b4f25d02a6b5ac57a8b7a06545869db'
+ '4a27e1336df773e2f1cd67788477cc3b')
+
+prepare() {
+  cd "${pkgname}-${pkgver}"
+  # fix build with libsigc++ 2.6; also build in C++11 mode
+  # (not sure if the lambda is correct, but seems to work)
+  patch -Np1 -i ../replace-sigc-group-with-lambda.patch
+}
+
+build() {
+  cd "${pkgname}-${pkgver}"
+
+  make
+  make man
+}
+
+package() {
+  cd "${pkgname}-${pkgver}"
+
+  make PREFIX=/usr DESTDIR="${pkgdir}" install
+
+  install -Dm0644 "${pkgname}.1" "${pkgdir}/usr/share/man/man1/${pkgname}.1"
+  install -Dm0644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}

Deleted: community-i686/easystroke.install
===
--- community-i686/easystroke.install   2016-05-11 18:05:58 UTC (rev 174821)
+++ community-i686/easystroke.install   2016-05-11 18:06:06 UTC (rev 174822)
@@ -1,13 +0,0 @@
-pkgname=easystroke
-
-post_install() {
-  gtk-update-ico

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

2016-05-11 Thread Lukas Fleischer
Date: Wednesday, May 11, 2016 @ 20:05:58
  Author: lfleischer
Revision: 174821

upgpkg: easystroke 0.6.0-11

Hooks (part 1) rebuild.

Modified:
  easystroke/trunk/PKGBUILD
Deleted:
  easystroke/trunk/easystroke.install

+
 PKGBUILD   |4 +---
 easystroke.install |   13 -
 2 files changed, 1 insertion(+), 16 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-05-11 18:00:41 UTC (rev 174820)
+++ PKGBUILD2016-05-11 18:05:58 UTC (rev 174821)
@@ -1,10 +1,9 @@
-# $Id$
 # Maintainer: Lukas Fleischer 
 # Contributor: Kevin Sullivan 
 
 pkgname=easystroke
 pkgver=0.6.0
-pkgrel=10
+pkgrel=11
 pkgdesc='Use mouse gestures to initiate commands and hotkeys.'
 arch=('i686' 'x86_64')
 url='http://easystroke.sourceforge.net/'
@@ -11,7 +10,6 @@
 license=('custom:ISC')
 depends=('gtkmm3' 'boost-libs' 'libxtst' 'dbus-glib' 'xorg-server')
 makedepends=('boost' 'inputproto' 'intltool' 'gettext' 'xorg-server-devel' 
'help2man')
-install=easystroke.install
 
source=("http://downloads.sourceforge.net/easystroke/${pkgname}-${pkgver}.tar.gz";
 'replace-sigc-group-with-lambda.patch')
 md5sums=('3b4f25d02a6b5ac57a8b7a06545869db'

Deleted: easystroke.install
===
--- easystroke.install  2016-05-11 18:00:41 UTC (rev 174820)
+++ easystroke.install  2016-05-11 18:05:58 UTC (rev 174821)
@@ -1,13 +0,0 @@
-pkgname=easystroke
-
-post_install() {
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-post_remove() {
-  post_install $1
-}


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

2016-05-11 Thread Lukas Fleischer
Date: Wednesday, May 11, 2016 @ 20:00:33
  Author: lfleischer
Revision: 174819

upgpkg: redshift 1.11-3

Hooks (part 1) rebuild.

Modified:
  redshift/trunk/PKGBUILD
Deleted:
  redshift/trunk/redshift.install

--+
 PKGBUILD |3 +--
 redshift.install |   11 ---
 2 files changed, 1 insertion(+), 13 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-05-11 17:59:50 UTC (rev 174818)
+++ PKGBUILD2016-05-11 18:00:33 UTC (rev 174819)
@@ -6,7 +6,7 @@
 
 pkgname=redshift
 pkgver=1.11
-pkgrel=2
+pkgrel=3
 pkgdesc='Adjusts the color temperature of your screen according to your 
surroundings.'
 arch=('i686' 'x86_64')
 url='http://jonls.dk/redshift/'
@@ -16,7 +16,6 @@
 'python-xdg: for redshift-gtk'
 'librsvg: for redshift-gtk')
 makedepends=('intltool' 'python')
-install='redshift.install'
 
source=("https://github.com/jonls/${pkgname}/releases/download/v${pkgver}/${pkgname}-${pkgver}.tar.xz";)
 md5sums=('a31d768b0348c5202e58612855a9027e')
 

Deleted: redshift.install
===
--- redshift.install2016-05-11 17:59:50 UTC (rev 174818)
+++ redshift.install2016-05-11 18:00:33 UTC (rev 174819)
@@ -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
-}


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

2016-05-11 Thread Lukas Fleischer
Date: Wednesday, May 11, 2016 @ 20:00:41
  Author: lfleischer
Revision: 174820

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

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

---+
 /PKGBUILD |   66 
 community-i686/PKGBUILD   |   34 --
 community-i686/redshift.install   |   11 --
 community-x86_64/PKGBUILD |   34 --
 community-x86_64/redshift.install |   11 --
 5 files changed, 66 insertions(+), 90 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-05-11 18:00:33 UTC (rev 174819)
+++ community-i686/PKGBUILD 2016-05-11 18:00:41 UTC (rev 174820)
@@ -1,34 +0,0 @@
-# Maintainer: Lukas Fleischer 
-# Contributor: Geoffrey Teale 
-# Contributor: Mark, Huo Mian 
-# Contributor: Biginoz 
-# Contributor: Mattias Andrée <`base64 -d`(bWFhbmRyZWUK)@member.fsf.org>
-
-pkgname=redshift
-pkgver=1.11
-pkgrel=2
-pkgdesc='Adjusts the color temperature of your screen according to your 
surroundings.'
-arch=('i686' 'x86_64')
-url='http://jonls.dk/redshift/'
-license=('GPL3')
-depends=('geoclue2' 'libdrm' 'libxcb' 'libxxf86vm')
-optdepends=('python-gobject: for redshift-gtk'
-'python-xdg: for redshift-gtk'
-'librsvg: for redshift-gtk')
-makedepends=('intltool' 'python')
-install='redshift.install'
-source=("https://github.com/jonls/${pkgname}/releases/download/v${pkgver}/${pkgname}-${pkgver}.tar.xz";)
-md5sums=('a31d768b0348c5202e58612855a9027e')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  ./configure --prefix=/usr --enable-drm --enable-randr --enable-vidmode 
--enable-geoclue2 \
---with-systemduserunitdir=/usr/lib/systemd/user
-  make
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  make DESTDIR="${pkgdir}" install
-}

Copied: redshift/repos/community-i686/PKGBUILD (from rev 174819, 
redshift/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-05-11 18:00:41 UTC (rev 174820)
@@ -0,0 +1,33 @@
+# Maintainer: Lukas Fleischer 
+# Contributor: Geoffrey Teale 
+# Contributor: Mark, Huo Mian 
+# Contributor: Biginoz 
+# Contributor: Mattias Andrée <`base64 -d`(bWFhbmRyZWUK)@member.fsf.org>
+
+pkgname=redshift
+pkgver=1.11
+pkgrel=3
+pkgdesc='Adjusts the color temperature of your screen according to your 
surroundings.'
+arch=('i686' 'x86_64')
+url='http://jonls.dk/redshift/'
+license=('GPL3')
+depends=('geoclue2' 'libdrm' 'libxcb' 'libxxf86vm')
+optdepends=('python-gobject: for redshift-gtk'
+'python-xdg: for redshift-gtk'
+'librsvg: for redshift-gtk')
+makedepends=('intltool' 'python')
+source=("https://github.com/jonls/${pkgname}/releases/download/v${pkgver}/${pkgname}-${pkgver}.tar.xz";)
+md5sums=('a31d768b0348c5202e58612855a9027e')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  ./configure --prefix=/usr --enable-drm --enable-randr --enable-vidmode 
--enable-geoclue2 \
+--with-systemduserunitdir=/usr/lib/systemd/user
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+}

Deleted: community-i686/redshift.install
===
--- community-i686/redshift.install 2016-05-11 18:00:33 UTC (rev 174819)
+++ community-i686/redshift.install 2016-05-11 18:00:41 UTC (rev 174820)
@@ -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
-}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-05-11 18:00:33 UTC (rev 174819)
+++ community-x86_64/PKGBUILD   2016-05-11 18:00:41 UTC (rev 174820)
@@ -1,34 +0,0 @@
-# Maintainer: Lukas Fleischer 
-# Contributor: Geoffrey Teale 
-# Contributor: Mark, Huo Mian 
-# Contributor: Biginoz 
-# Contributor: Mattias Andrée <`base64 -d`(bWFhbmRyZWUK)@member.fsf.org>
-
-pkgname=redshift
-pkgver=1.11
-pkgrel=2
-pkgdesc='Adjusts the color temperature of your screen according to your 
surroundings.'
-arch=('i686' 'x86_64')
-url='http://jonls.dk/redshift/'
-license=('GPL3')
-depends=('geoclue2' 'libdrm' 'libxcb' 'libxxf86vm')
-optdepends=('python-gobject: for redshift-gtk'
-'python-xdg: for redshift-gtk'
-'librsvg: for redshift-gtk')
-makedepends=('intltool' 'python')
-

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

2016-05-11 Thread Lukas Fleischer
Date: Wednesday, May 11, 2016 @ 19:59:50
  Author: lfleischer
Revision: 174818

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

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

+
 /PKGBUILD  |   80 +
 /caja.patch|  482 +++
 community-i686/PKGBUILD|   42 --
 community-i686/caja.patch  |  241 ---
 community-i686/gnome-mplayer.install   |   22 -
 community-x86_64/PKGBUILD  |   42 --
 community-x86_64/caja.patch|  241 ---
 community-x86_64/gnome-mplayer.install |   22 -
 8 files changed, 562 insertions(+), 610 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-05-11 17:59:37 UTC (rev 174817)
+++ community-i686/PKGBUILD 2016-05-11 17:59:50 UTC (rev 174818)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Lukas Fleischer 
-# Contributor: Allan McRae 
-# Contributor: Daniel J Griffiths 
-
-pkgname=gnome-mplayer
-pkgver=1.0.9
-pkgrel=2
-pkgdesc='A simple MPlayer GUI.'
-arch=('i686' 'x86_64')
-url='http://gnome-mplayer.googlecode.com/'
-license=('GPL')
-depends=('mplayer' 'dbus-glib' 'libnotify' 'hicolor-icon-theme' 'dconf' 'gmtk')
-makedepends=('nautilus' 'nemo' 'caja' 'gconf')
-install="${pkgname}.install"
-source=("https://${pkgname}.googlecode.com/svn/packages/${pkgname}-${pkgver}.tar.gz";
-"caja.patch")
-md5sums=('26c3ab335b6fcdda220b05c977f5b0f1'
- '60e40a9a3de78f82a99582bc70aa9f91')
-
-prepare() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  patch -Np0 -i "${srcdir}/caja.patch"
-  autoreconf -fi
-}
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  ./configure --prefix=/usr --sysconfdir=/etc --disable-schemas-install
-  make
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  make DESTDIR="${pkgdir}" install
-
-  sed -i 's@Exec=gnome-mplayer %U@Exec=gnome-mplayer %F@' \
-"${pkgdir}/usr/share/applications/${pkgname}.desktop"
-}

Copied: gnome-mplayer/repos/community-i686/PKGBUILD (from rev 174817, 
gnome-mplayer/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-05-11 17:59:50 UTC (rev 174818)
@@ -0,0 +1,40 @@
+# Maintainer: Lukas Fleischer 
+# Contributor: Allan McRae 
+# Contributor: Daniel J Griffiths 
+
+pkgname=gnome-mplayer
+pkgver=1.0.9
+pkgrel=3
+pkgdesc='A simple MPlayer GUI.'
+arch=('i686' 'x86_64')
+url='http://gnome-mplayer.googlecode.com/'
+license=('GPL')
+depends=('mplayer' 'dbus-glib' 'libnotify' 'hicolor-icon-theme' 'dconf' 'gmtk')
+makedepends=('nautilus' 'nemo' 'caja' 'gconf')
+source=("https://${pkgname}.googlecode.com/svn/packages/${pkgname}-${pkgver}.tar.gz";
+"caja.patch")
+md5sums=('26c3ab335b6fcdda220b05c977f5b0f1'
+ '60e40a9a3de78f82a99582bc70aa9f91')
+
+prepare() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  patch -Np0 -i "${srcdir}/caja.patch"
+  autoreconf -fi
+}
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  ./configure --prefix=/usr --sysconfdir=/etc --disable-schemas-install
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  make DESTDIR="${pkgdir}" install
+
+  sed -i 's@Exec=gnome-mplayer %U@Exec=gnome-mplayer %F@' \
+"${pkgdir}/usr/share/applications/${pkgname}.desktop"
+}

Deleted: community-i686/caja.patch
===
--- community-i686/caja.patch   2016-05-11 17:59:37 UTC (rev 174817)
+++ community-i686/caja.patch   2016-05-11 17:59:50 UTC (rev 174818)
@@ -1,241 +0,0 @@
-Index: src/Makefile.am
-===
 src/Makefile.am(revision 2474)
-+++ src/Makefile.am(working copy)
-@@ -144,7 +144,34 @@
- 
- endif #HAVE_NEMO
- 
-+if HAVE_CAJA
- 
-+cajadir = $(CAJADIR)
-+caja_PROGRAMS = libgnome-mplayer-caja-properties-page.so
-+
-+libgnome_mplayer_caja_properties_page_so_SOURCES = \
-+../config.h \
-+mime_types.h \
-+caja_property_page.c \
-+property_page_common.c \
-+property_page_common.h
-+
-+libgnome_mplayer_caja_properties_page_so_CFLAGS = 

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

2016-05-11 Thread Lukas Fleischer
Date: Wednesday, May 11, 2016 @ 19:59:37
  Author: lfleischer
Revision: 174817

upgpkg: gnome-mplayer 1.0.9-3

Hooks (part 1) rebuild.

Modified:
  gnome-mplayer/trunk/PKGBUILD
Deleted:
  gnome-mplayer/trunk/gnome-mplayer.install

---+
 PKGBUILD  |4 +---
 gnome-mplayer.install |   22 --
 2 files changed, 1 insertion(+), 25 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-05-11 17:57:59 UTC (rev 174816)
+++ PKGBUILD2016-05-11 17:59:37 UTC (rev 174817)
@@ -1,4 +1,3 @@
-# $Id$
 # Maintainer: Lukas Fleischer 
 # Contributor: Allan McRae 
 # Contributor: Daniel J Griffiths 
@@ -5,7 +4,7 @@
 
 pkgname=gnome-mplayer
 pkgver=1.0.9
-pkgrel=2
+pkgrel=3
 pkgdesc='A simple MPlayer GUI.'
 arch=('i686' 'x86_64')
 url='http://gnome-mplayer.googlecode.com/'
@@ -12,7 +11,6 @@
 license=('GPL')
 depends=('mplayer' 'dbus-glib' 'libnotify' 'hicolor-icon-theme' 'dconf' 'gmtk')
 makedepends=('nautilus' 'nemo' 'caja' 'gconf')
-install="${pkgname}.install"
 
source=("https://${pkgname}.googlecode.com/svn/packages/${pkgname}-${pkgver}.tar.gz";
 "caja.patch")
 md5sums=('26c3ab335b6fcdda220b05c977f5b0f1'

Deleted: gnome-mplayer.install
===
--- gnome-mplayer.install   2016-05-11 17:57:59 UTC (rev 174816)
+++ gnome-mplayer.install   2016-05-11 17:59:37 UTC (rev 174817)
@@ -1,22 +0,0 @@
-post_install() {
-  glib-compile-schemas usr/share/glib-2.0/schemas
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-  update-desktop-database -q
-}
-
-pre_upgrade() {
-  pre_remove $1
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-pre_remove() {
-  glib-compile-schemas usr/share/glib-2.0/schemas
-}
-
-post_remove() {
-  update-desktop-database -q
-  gtk-update-icon-cache -q -f -t usr/share/icons/hicolor
-}


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

2016-05-11 Thread Jaroslav Lichtblau
Date: Wednesday, May 11, 2016 @ 19:57:23
  Author: jlichtblau
Revision: 174815

upgpkg: pork 0.99.8.1-11 Perl 5.24 rebuild

Modified:
  pork/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-05-11 17:46:39 UTC (rev 174814)
+++ PKGBUILD2016-05-11 17:57:23 UTC (rev 174815)
@@ -1,10 +1,10 @@
 # $Id$
-# Maintainer: Jaroslav Lichtblau 
+# Maintainer: Jaroslav Lichtblau 
 # Contributor: William Rea 
 
 pkgname=pork
 pkgver=0.99.8.1
-pkgrel=10
+pkgrel=11
 pkgdesc="Console-based AOL Instant Messenger & IRC client"
 arch=('i686' 'x86_64')
 url="http://dev.ojnk.net/";
@@ -25,5 +25,5 @@
 package() {
   cd $pkgname-$pkgver
 
-  make DESTDIR=${pkgdir} install
+  make DESTDIR="${pkgdir}" install
 }


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

2016-05-11 Thread Jaroslav Lichtblau
Date: Wednesday, May 11, 2016 @ 19:57:59
  Author: jlichtblau
Revision: 174816

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

Added:
  pork/repos/community-staging-i686/
  pork/repos/community-staging-i686/PKGBUILD
(from rev 174815, pork/trunk/PKGBUILD)
  pork/repos/community-staging-x86_64/
  pork/repos/community-staging-x86_64/PKGBUILD
(from rev 174815, pork/trunk/PKGBUILD)

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

Copied: pork/repos/community-staging-i686/PKGBUILD (from rev 174815, 
pork/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-05-11 17:57:59 UTC (rev 174816)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau 
+# Contributor: William Rea 
+
+pkgname=pork
+pkgver=0.99.8.1
+pkgrel=11
+pkgdesc="Console-based AOL Instant Messenger & IRC client"
+arch=('i686' 'x86_64')
+url="http://dev.ojnk.net/";
+license=('GPL')
+depends=('ncurses' 'perl')
+source=(http://downloads.sourceforge.net/sourceforge/ojnk/$pkgname-$pkgver.tar.gz)
+sha256sums=('f0d4cad21017fd75b3c200342c54dd56d9ff7bc38d1e9b3c8ba686ba53d585ed')
+
+build() {
+  cd $pkgname-$pkgver
+
+  CFLAGS+=' -fgnu89-inline'
+
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+
+  make DESTDIR="${pkgdir}" install
+}

Copied: pork/repos/community-staging-x86_64/PKGBUILD (from rev 174815, 
pork/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-05-11 17:57:59 UTC (rev 174816)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau 
+# Contributor: William Rea 
+
+pkgname=pork
+pkgver=0.99.8.1
+pkgrel=11
+pkgdesc="Console-based AOL Instant Messenger & IRC client"
+arch=('i686' 'x86_64')
+url="http://dev.ojnk.net/";
+license=('GPL')
+depends=('ncurses' 'perl')
+source=(http://downloads.sourceforge.net/sourceforge/ojnk/$pkgname-$pkgver.tar.gz)
+sha256sums=('f0d4cad21017fd75b3c200342c54dd56d9ff7bc38d1e9b3c8ba686ba53d585ed')
+
+build() {
+  cd $pkgname-$pkgver
+
+  CFLAGS+=' -fgnu89-inline'
+
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+
+  make DESTDIR="${pkgdir}" install
+}


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

2016-05-11 Thread Jaroslav Lichtblau
Date: Wednesday, May 11, 2016 @ 19:46:20
  Author: jlichtblau
Revision: 174813

upgpkg: skrooge 2.4.0-1 - new upstream releae

Modified:
  skrooge/trunk/PKGBUILD
  skrooge/trunk/skrooge.changelog
Deleted:
  skrooge/trunk/skrooge-gcc-fix.patch

---+
 PKGBUILD  |   16 +++-
 skrooge-gcc-fix.patch |   63 
 skrooge.changelog |3 ++
 3 files changed, 7 insertions(+), 75 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-05-11 17:44:48 UTC (rev 174812)
+++ PKGBUILD2016-05-11 17:46:20 UTC (rev 174813)
@@ -5,8 +5,8 @@
 # Contributor: neuromante 
 
 pkgname=skrooge
-pkgver=2.3.0
-pkgrel=3
+pkgver=2.4.0
+pkgrel=1
 pkgdesc="A personal finances manager for KDE"
 arch=('i686' 'x86_64')
 url="http://skrooge.org/";
@@ -17,17 +17,9 @@
 options=('!emptydirs')
 install=$pkgname.install
 changelog=$pkgname.changelog
-source=(http://download.kde.org/stable/$pkgname/$pkgname-$pkgver.tar.xz
-$pkgname-gcc-fix.patch)
-sha256sums=('76f57e2cede320848f1f1bef41b3be128aec9d59a8e643701b30bcae61f8a11a'
-'9fce467043903e4e82b75cc95c96fa57facef99867bb08243adb910bbca990b8')
+source=(http://download.kde.org/stable/$pkgname/$pkgname-$pkgver.tar.xz)
+sha256sums=('132d022337140f841f51420536c31dfe07c90fa3a38878279026825f5d2526fe')
 
-prepare() {
-  cd "${srcdir}"/$pkgname-$pkgver
-#https://bugs.kde.org/show_bug.cgi?id=359679
-  patch -Np1 -i "${srcdir}"/$pkgname-gcc-fix.patch
-}
-
 build() {
   cd "${srcdir}"/$pkgname-$pkgver
 

Deleted: skrooge-gcc-fix.patch
===
--- skrooge-gcc-fix.patch   2016-05-11 17:44:48 UTC (rev 174812)
+++ skrooge-gcc-fix.patch   2016-05-11 17:46:20 UTC (rev 174813)
@@ -1,63 +0,0 @@
 a/skgbasemodeler/skgdocument.cpp
-+++ b/skgbasemodeler/skgdocument.cpp
-@@ -42,7 +42,6 @@
- #include 
- 
- #include 
--#include 
- #include 
- 
- #include "skgtraces.h"
-@@ -51,11 +50,6 @@
- #include "skgpropertyobject.h"
- #include "skgtransactionmng.h"
- #include "skgreport.h"
--
--#ifdef Q_OS_WIN
--#define isnan(a) _isnan(a)
--#define isinf(a) !_finite(a)
--#endif
- 
- #ifdef SKGCIPHER
- #define SQLDRIVERNAME QStringLiteral("SKGSQLCIPHER")
-@@ -2693,7 +2687,7 @@
- if (iValue > 0) {
- p = '+' % p;
- }
--if (p.count() > 10 || isnan(iValue) || isinf(iValue)) {
-+if (p.count() > 10 || std::isnan(iValue) || std::isinf(iValue)) {
- p = QChar(8734);
- }
- return "
- #include 
--#include 
- #include 
- 
- #include "skgtraces.h"
-@@ -36,11 +35,6 @@
- #include "skgobjectbase.h"
- #include "skgpayeeobject.h"
- #include "skgimportexportmanager.h"
--
--#ifdef Q_OS_WIN
--#define isnan(a) _isnan(a)
--#define isinf(a) !_finite(a)
--#endif
- 
- /**
-  * This plugin factory.
-@@ -386,7 +380,7 @@
- }
- }
- 
--if (!isnan(info.value)) {
-+if (!std::isnan(info.value)) {
- QChar accountType = 
mapIdType[info.account.text()];
- if (accountType == 'C') {
- 
suboperationsList.push_front(info);

Modified: skrooge.changelog
===
--- skrooge.changelog   2016-05-11 17:44:48 UTC (rev 174812)
+++ skrooge.changelog   2016-05-11 17:46:20 UTC (rev 174813)
@@ -1,3 +1,6 @@
+2016-05-11 Jaroslav Lichtblau 
+   * skrooge 2.4.0-1
+
 2016-05-01 Jaroslav Lichtblau 
* skrooge 2.3.0-3 pacman hooks rebuild
 


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

2016-05-11 Thread Jaroslav Lichtblau
Date: Wednesday, May 11, 2016 @ 19:46:39
  Author: jlichtblau
Revision: 174814

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

Added:
  skrooge/repos/community-i686/PKGBUILD
(from rev 174813, skrooge/trunk/PKGBUILD)
  skrooge/repos/community-i686/skrooge.changelog
(from rev 174813, skrooge/trunk/skrooge.changelog)
  skrooge/repos/community-i686/skrooge.install
(from rev 174813, skrooge/trunk/skrooge.install)
  skrooge/repos/community-x86_64/PKGBUILD
(from rev 174813, skrooge/trunk/PKGBUILD)
  skrooge/repos/community-x86_64/skrooge.changelog
(from rev 174813, skrooge/trunk/skrooge.changelog)
  skrooge/repos/community-x86_64/skrooge.install
(from rev 174813, skrooge/trunk/skrooge.install)
Deleted:
  skrooge/repos/community-i686/PKGBUILD
  skrooge/repos/community-i686/skrooge-gcc-fix.patch
  skrooge/repos/community-i686/skrooge.changelog
  skrooge/repos/community-i686/skrooge.install
  skrooge/repos/community-x86_64/PKGBUILD
  skrooge/repos/community-x86_64/skrooge-gcc-fix.patch
  skrooge/repos/community-x86_64/skrooge.changelog
  skrooge/repos/community-x86_64/skrooge.install

+
 /PKGBUILD  |   76 
 /skrooge.changelog |  142 +++
 /skrooge.install   |   22 
 community-i686/PKGBUILD|   46 --
 community-i686/skrooge-gcc-fix.patch   |   63 -
 community-i686/skrooge.changelog   |   68 --
 community-i686/skrooge.install |   11 --
 community-x86_64/PKGBUILD  |   46 --
 community-x86_64/skrooge-gcc-fix.patch |   63 -
 community-x86_64/skrooge.changelog |   68 --
 community-x86_64/skrooge.install   |   11 --
 11 files changed, 240 insertions(+), 376 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-05-11 17:46:20 UTC (rev 174813)
+++ community-i686/PKGBUILD 2016-05-11 17:46:39 UTC (rev 174814)
@@ -1,46 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau 
-# Contributor: Ray Rashif 
-# Contributor: Andrea Scarpino 
-# Contributor: neuromante 
-
-pkgname=skrooge
-pkgver=2.3.0
-pkgrel=3
-pkgdesc="A personal finances manager for KDE"
-arch=('i686' 'x86_64')
-url="http://skrooge.org/";
-license=('GPL')
-depends=('qt5-base' 'qt5-tools' 'qca-qt5' 'qt5-script' 'libofx' 'grantlee-qt5'
- 'kross' 'knewstuff' 'krunner' 'knotifyconfig' 'kdelibs4support' 
'sqlcipher')
-makedepends=('cmake' 'kdoctools' 'extra-cmake-modules' 'python')
-options=('!emptydirs')
-install=$pkgname.install
-changelog=$pkgname.changelog
-source=(http://download.kde.org/stable/$pkgname/$pkgname-$pkgver.tar.xz
-$pkgname-gcc-fix.patch)
-sha256sums=('76f57e2cede320848f1f1bef41b3be128aec9d59a8e643701b30bcae61f8a11a'
-'9fce467043903e4e82b75cc95c96fa57facef99867bb08243adb910bbca990b8')
-
-prepare() {
-  cd "${srcdir}"/$pkgname-$pkgver
-#https://bugs.kde.org/show_bug.cgi?id=359679
-  patch -Np1 -i "${srcdir}"/$pkgname-gcc-fix.patch
-}
-
-build() {
-  cd "${srcdir}"/$pkgname-$pkgver
-
-  export
-  cmake . -DCMAKE_BUILD_TYPE=Release \
-  -DCMAKE_INSTALL_PREFIX=`kf5-config --prefix` \
-  -DKDE_INSTALL_QTPLUGINDIR=`kf5-config --qt-plugins` \
-  -DKDE_INSTALL_LIBDIR=/usr/lib
-  make
-}
-
-package() {
-  cd "${srcdir}"/$pkgname-$pkgver
-
-  make DESTDIR="${pkgdir}" install
-}

Copied: skrooge/repos/community-i686/PKGBUILD (from rev 174813, 
skrooge/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-05-11 17:46:39 UTC (rev 174814)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau 
+# Contributor: Ray Rashif 
+# Contributor: Andrea Scarpino 
+# Contributor: neuromante 
+
+pkgname=skrooge
+pkgver=2.4.0
+pkgrel=1
+pkgdesc="A personal finances manager for KDE"
+arch=('i686' 'x86_64')
+url="http://skrooge.org/";
+license=('GPL')
+depends=('qt5-base' 'qt5-tools' 'qca-qt5' 'qt5-script' 'libofx' 'grantlee-qt5'
+ 'kross' 'knewstuff' 'krunner' 'knotifyconfig' 'kdelibs4support' 
'sqlcipher')
+makedepends=('cmake' 'kdoctools' 'extra-cmake-modules' 'python')
+options=('!emptydirs')
+install=$pkgname.install
+changelog=$pkgname.changelog
+source=(http://download.kde.org/stable/$pkgname/$pkgname-$pkgver.tar.xz)
+sha256sums=('132d022337140f841f51420536c31dfe07c90fa3a38878279026825f5d2526fe')
+
+build() {
+  cd "${srcdir}"/$pkgname-$pkgver
+
+  export
+  cmake . -DCMAKE_BUILD_TYPE=Release \
+  -DCMAKE_INSTALL_PREFIX=`kf5-config --prefix` \
+  -DKDE_INSTALL_QTPLUGINDIR=`kf5-config --qt-plugins` \
+  -DKDE_INSTALL_LIBDIR=/usr/lib
+  make
+}
+
+package() {
+  cd "${srcdir}"/$pkgname-$pkgver
+
+  make DESTDIR="${pkgdir}" install
+}

Deleted: community-i686/skroog

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

2016-05-11 Thread Lukas Fleischer
Date: Wednesday, May 11, 2016 @ 19:44:48
  Author: lfleischer
Revision: 174812

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

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

+
 /PKGBUILD  |   58 +++
 community-i686/PKGBUILD|   31 
 community-i686/clamz.install   |   16 --
 community-x86_64/PKGBUILD  |   31 
 community-x86_64/clamz.install |   16 --
 5 files changed, 58 insertions(+), 94 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-05-11 17:44:40 UTC (rev 174811)
+++ community-i686/PKGBUILD 2016-05-11 17:44:48 UTC (rev 174812)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Lukas Fleischer 
-# Contributor: Daniel J Griffiths 
-
-pkgname=clamz
-pkgver=0.5
-pkgrel=2
-pkgdesc="Command-line program to download MP3 files from Amazon.com's music 
store."
-arch=('i686' 'x86_64')
-url='http://code.google.com/p/clamz/'
-license=('GPL3')
-depends=('libgcrypt' 'curl' 'expat' 'shared-mime-info' 'desktop-file-utils')
-install='clamz.install'
-source=("http://clamz.googlecode.com/files/clamz-${pkgver}.tar.gz";)
-md5sums=('84543c9346b285bdc218879e241941a8')
-
-build() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-
-   # Fix issue with update-mime-database
-   sed -i 's|$(UPDATE_DESKTOP_DATABASE)\ $(DESTDIR)$(applications_dir)||' 
Makefile.in
-   sed -i 's|$(UPDATE_MIME_DATABASE)\ $(DESTDIR)$(mime_dir)||' Makefile.in
-
-   ./configure --prefix=/usr/
-   make
-}
-
-package() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   make DESTDIR="${pkgdir}" install
-}

Copied: clamz/repos/community-i686/PKGBUILD (from rev 174811, 
clamz/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-05-11 17:44:48 UTC (rev 174812)
@@ -0,0 +1,29 @@
+# Maintainer: Lukas Fleischer 
+# Contributor: Daniel J Griffiths 
+
+pkgname=clamz
+pkgver=0.5
+pkgrel=3
+pkgdesc="Command-line program to download MP3 files from Amazon.com's music 
store."
+arch=('i686' 'x86_64')
+url='http://code.google.com/p/clamz/'
+license=('GPL3')
+depends=('libgcrypt' 'curl' 'expat' 'shared-mime-info' 'desktop-file-utils')
+source=("http://clamz.googlecode.com/files/clamz-${pkgver}.tar.gz";)
+md5sums=('84543c9346b285bdc218879e241941a8')
+
+build() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+
+   # Fix issue with update-mime-database
+   sed -i 's|$(UPDATE_DESKTOP_DATABASE)\ $(DESTDIR)$(applications_dir)||' 
Makefile.in
+   sed -i 's|$(UPDATE_MIME_DATABASE)\ $(DESTDIR)$(mime_dir)||' Makefile.in
+
+   ./configure --prefix=/usr/
+   make
+}
+
+package() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   make DESTDIR="${pkgdir}" install
+}

Deleted: community-i686/clamz.install
===
--- community-i686/clamz.install2016-05-11 17:44:40 UTC (rev 174811)
+++ community-i686/clamz.install2016-05-11 17:44:48 UTC (rev 174812)
@@ -1,16 +0,0 @@
-post_install() {
-  update-mime-database /usr/share/mime 
-  update-desktop-database -q
-}
-
-post_upgrade() {
-  update-mime-database /usr/share/mime
-  update-desktop-database -q
-}
-
-post_remove() {
-  update-mime-database /usr/share/mime
-  update-desktop-database -q
-}
-
-# vim:set ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-05-11 17:44:40 UTC (rev 174811)
+++ community-x86_64/PKGBUILD   2016-05-11 17:44:48 UTC (rev 174812)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Lukas Fleischer 
-# Contributor: Daniel J Griffiths 
-
-pkgname=clamz
-pkgver=0.5
-pkgrel=2
-pkgdesc="Command-line program to download MP3 files from Amazon.com's music 
store."
-arch=('i686' 'x86_64')
-url='http://code.google.com/p/clamz/'
-license=('GPL3')
-depends=('libgcrypt' 'curl' 'expat' 'shared-mime-info' 'desktop-file-utils')
-install='clamz.install'
-source=("http://clamz.googlecode.com/files/clamz-${pkgver}.tar.gz";)
-md5sums=('84543c9346b285bdc218879e241941a8')
-
-build() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-
-   # Fix issue with update-mime-database
-   sed -i 's|$(UPDATE_DESKTOP_DATABASE)\ $(DESTDIR)$(applications_dir)||' 
Makefile.in
-   sed -i 's|$(UPDATE_MIME_DATABASE)\ $(DESTDIR)$(mime_dir)||' Makefile.in
-
-   ./configure --prefix=/usr/
-   make
-}
-
-package() {
-   cd "${srcdir}/${pkgname}-${pk

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

2016-05-11 Thread Lukas Fleischer
Date: Wednesday, May 11, 2016 @ 19:44:40
  Author: lfleischer
Revision: 174811

upgpkg: clamz 0.5-3

Hooks (part 1) rebuild.

Modified:
  clamz/trunk/PKGBUILD
Deleted:
  clamz/trunk/clamz.install

---+
 PKGBUILD  |4 +---
 clamz.install |   16 
 2 files changed, 1 insertion(+), 19 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-05-11 17:44:24 UTC (rev 174810)
+++ PKGBUILD2016-05-11 17:44:40 UTC (rev 174811)
@@ -1,16 +1,14 @@
-# $Id$
 # Maintainer: Lukas Fleischer 
 # Contributor: Daniel J Griffiths 
 
 pkgname=clamz
 pkgver=0.5
-pkgrel=2
+pkgrel=3
 pkgdesc="Command-line program to download MP3 files from Amazon.com's music 
store."
 arch=('i686' 'x86_64')
 url='http://code.google.com/p/clamz/'
 license=('GPL3')
 depends=('libgcrypt' 'curl' 'expat' 'shared-mime-info' 'desktop-file-utils')
-install='clamz.install'
 source=("http://clamz.googlecode.com/files/clamz-${pkgver}.tar.gz";)
 md5sums=('84543c9346b285bdc218879e241941a8')
 

Deleted: clamz.install
===
--- clamz.install   2016-05-11 17:44:24 UTC (rev 174810)
+++ clamz.install   2016-05-11 17:44:40 UTC (rev 174811)
@@ -1,16 +0,0 @@
-post_install() {
-  update-mime-database /usr/share/mime 
-  update-desktop-database -q
-}
-
-post_upgrade() {
-  update-mime-database /usr/share/mime
-  update-desktop-database -q
-}
-
-post_remove() {
-  update-mime-database /usr/share/mime
-  update-desktop-database -q
-}
-
-# vim:set ts=2 sw=2 et:


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

2016-05-11 Thread Lukas Fleischer
Date: Wednesday, May 11, 2016 @ 19:44:24
  Author: lfleischer
Revision: 174810

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

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

-+
 /PKGBUILD   |   66 ++
 community-i686/PKGBUILD |   34 -
 community-i686/cellwriter.install   |   14 ---
 community-x86_64/PKGBUILD   |   34 -
 community-x86_64/cellwriter.install |   14 ---
 5 files changed, 66 insertions(+), 96 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-05-11 17:44:10 UTC (rev 174809)
+++ community-i686/PKGBUILD 2016-05-11 17:44:24 UTC (rev 174810)
@@ -1,34 +0,0 @@
-# Maintainer: Lukas Fleischer 
-# Contributor: Cilyan Olowen 
-# Contributor: Alexander Markov 
-# Contributor: Winston Weinert
-
-pkgname=cellwriter
-pkgver=1.3.5
-pkgrel=2
-pkgdesc='A grid-entry natural handwriting input panel.'
-arch=('i686' 'x86_64')
-license=('GPL')
-url='http://v1.risujin.org/cellwriter/'
-depends=('gtk2' 'libxtst' 'libgnome' 'hicolor-icon-theme')
-source=("http://v1.risujin.org/pub/cellwriter/${pkgname}-${pkgver}.tar.gz";
-
"http://launchpadlibrarian.net/18959127/${pkgname}-1.3.4-cellwidget-dont-disable-xinput.diff";)
-md5sums=('16db87415c3c669e0489f9c4d795ec7d'
- '5e8c61309c5ec8f67f0af7bb5ceb1aea')
-install="${pkgname}.install"
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}/src"
-
-  patch -p0 < "${srcdir}/${pkgname}-1.3.4-cellwidget-dont-disable-xinput.diff"
-
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  env LDFLAGS='-lX11' ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  make DESTDIR="${pkgdir}" install
-}

Copied: cellwriter/repos/community-i686/PKGBUILD (from rev 174809, 
cellwriter/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-05-11 17:44:24 UTC (rev 174810)
@@ -0,0 +1,33 @@
+# Maintainer: Lukas Fleischer 
+# Contributor: Cilyan Olowen 
+# Contributor: Alexander Markov 
+# Contributor: Winston Weinert
+
+pkgname=cellwriter
+pkgver=1.3.5
+pkgrel=3
+pkgdesc='A grid-entry natural handwriting input panel.'
+arch=('i686' 'x86_64')
+license=('GPL')
+url='http://v1.risujin.org/cellwriter/'
+depends=('gtk2' 'libxtst' 'libgnome' 'hicolor-icon-theme')
+source=("http://v1.risujin.org/pub/cellwriter/${pkgname}-${pkgver}.tar.gz";
+
"http://launchpadlibrarian.net/18959127/${pkgname}-1.3.4-cellwidget-dont-disable-xinput.diff";)
+md5sums=('16db87415c3c669e0489f9c4d795ec7d'
+ '5e8c61309c5ec8f67f0af7bb5ceb1aea')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}/src"
+
+  patch -p0 < "${srcdir}/${pkgname}-1.3.4-cellwidget-dont-disable-xinput.diff"
+
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  env LDFLAGS='-lX11' ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+}

Deleted: community-i686/cellwriter.install
===
--- community-i686/cellwriter.install   2016-05-11 17:44:10 UTC (rev 174809)
+++ community-i686/cellwriter.install   2016-05-11 17:44:24 UTC (rev 174810)
@@ -1,14 +0,0 @@
-post_install() {
-  echo "Updating GTK icon cache ..."
-  /usr/bin/gtk-update-icon-cache -f -t /usr/share/icons/hicolor
-}
-
-post_upgrade() {
-  echo "Updating GTK icon cache ..."
-  /usr/bin/gtk-update-icon-cache -f -t /usr/share/icons/hicolor
-}
-
-post_remove() {
-  echo "Updating GTK icon cache ..."
-  /usr/bin/gtk-update-icon-cache -f -t /usr/share/icons/hicolor
-}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-05-11 17:44:10 UTC (rev 174809)
+++ community-x86_64/PKGBUILD   2016-05-11 17:44:24 UTC (rev 174810)
@@ -1,34 +0,0 @@
-# Maintainer: Lukas Fleischer 
-# Contributor: Cilyan Olowen 
-# Contributor: Alexander Markov 
-# Contributor: Winston Weinert
-
-pkgname=cellwriter
-pkgver=1.3.5
-pkgrel=2
-pkgdesc='A grid-entry natural handwriting input panel.'
-arch=('i686' 'x86_64')
-license=('GPL')
-url='http://v1.risujin.org/cellwriter/'
-depends=('gtk2' 'libxtst' 'libgnome' 'hicolor-icon-theme')
-source=("http://v1.risujin.org/pub/cellwriter/${pkgname}-${pkgver}.tar.gz";
-
"http://launchpadlibrarian.net/18959127/${pkgname}-1.3.4-cellwidget-dont-disable-xinput.diff";)
-md5sums=('16db874

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

2016-05-11 Thread Lukas Fleischer
Date: Wednesday, May 11, 2016 @ 19:44:10
  Author: lfleischer
Revision: 174809

upgpkg: cellwriter 1.3.5-3

Hooks (part 1) rebuild.

Modified:
  cellwriter/trunk/PKGBUILD
Deleted:
  cellwriter/trunk/cellwriter.install

+
 PKGBUILD   |3 +--
 cellwriter.install |   14 --
 2 files changed, 1 insertion(+), 16 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-05-11 15:19:49 UTC (rev 174808)
+++ PKGBUILD2016-05-11 17:44:10 UTC (rev 174809)
@@ -5,7 +5,7 @@
 
 pkgname=cellwriter
 pkgver=1.3.5
-pkgrel=2
+pkgrel=3
 pkgdesc='A grid-entry natural handwriting input panel.'
 arch=('i686' 'x86_64')
 license=('GPL')
@@ -15,7 +15,6 @@
 
"http://launchpadlibrarian.net/18959127/${pkgname}-1.3.4-cellwidget-dont-disable-xinput.diff";)
 md5sums=('16db87415c3c669e0489f9c4d795ec7d'
  '5e8c61309c5ec8f67f0af7bb5ceb1aea')
-install="${pkgname}.install"
 
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}/src"

Deleted: cellwriter.install
===
--- cellwriter.install  2016-05-11 15:19:49 UTC (rev 174808)
+++ cellwriter.install  2016-05-11 17:44:10 UTC (rev 174809)
@@ -1,14 +0,0 @@
-post_install() {
-  echo "Updating GTK icon cache ..."
-  /usr/bin/gtk-update-icon-cache -f -t /usr/share/icons/hicolor
-}
-
-post_upgrade() {
-  echo "Updating GTK icon cache ..."
-  /usr/bin/gtk-update-icon-cache -f -t /usr/share/icons/hicolor
-}
-
-post_remove() {
-  echo "Updating GTK icon cache ..."
-  /usr/bin/gtk-update-icon-cache -f -t /usr/share/icons/hicolor
-}


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

2016-05-11 Thread Felix Yan
Date: Wednesday, May 11, 2016 @ 17:19:49
  Author: fyan
Revision: 174808

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-05-11 15:18:57 UTC (rev 174807)
+++ community-i686/PKGBUILD 2016-05-11 15:19:49 UTC (rev 174808)
@@ -1,65 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-
-pkgname=phonegap
-pkgver=6.2.1
-pkgrel=1
-pkgdesc="PhoneGap command-line interface and node.js library"
-arch=('i686' 'x86_64')
-url="https://github.com/phonegap/phonegap-cli";
-license=('Apache')
-depends=('npm' 'semver' 'cordova' 'browserify')
-makedepends=('python2')
-source=(http://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz)
-noextract=($pkgname-$pkgver.tgz)
-sha256sums=('dc2dfb0b5f410fc62f9bfc8f8a0796a906cd835432d883889cc6c74ab4bd14b9')
-
-package() {
-  PYTHON=python2 npm install -g --user root --prefix "$pkgdir"/usr 
"$srcdir"/$pkgname-$pkgver.tgz
-  rm -r "$pkgdir"/usr/etc
-
-  # Experimental dedup
-  cd "$pkgdir"/usr/lib/node_modules/$pkgname/node_modules
-  for dep in semver cordova npm browserify; do
-rm -r $dep;
-npm link $dep;
-  done
-
-  cd 
"$pkgdir"/usr/lib/node_modules/$pkgname/node_modules/cordova-lib/node_modules
-  for dep in semver; do
-rm -r $dep;
-npm link $dep;
-  done
-
-  cd 
"$pkgdir"/usr/lib/node_modules/$pkgname/node_modules/npm-package-arg/node_modules
-  for dep in semver; do
-rm -r $dep;
-npm link $dep;
-  done
-
-  cd 
"$pkgdir"/usr/lib/node_modules/$pkgname/node_modules/normalize-package-data/node_modules
-  for dep in semver; do
-rm -r $dep;
-npm link $dep;
-  done
-
-  cd 
"$pkgdir"/usr/lib/node_modules/$pkgname/node_modules/init-package-json/node_modules
-  for dep in semver; do
-rm -r $dep;
-npm link $dep;
-  done
-
-  cd 
"$pkgdir"/usr/lib/node_modules/$pkgname/node_modules/semver-diff/node_modules
-  for dep in semver; do
-rm -r $dep;
-npm link $dep;
-  done
-
-  cd 
"$pkgdir"/usr/lib/node_modules/$pkgname/node_modules/cordova-lib/node_modules/cordova-common/node_modules
-  for dep in semver; do
-rm -r $dep;
-npm link $dep;
-  done
-}
-
-# vim:set ts=2 sw=2 et:

Copied: phonegap/repos/community-i686/PKGBUILD (from rev 174807, 
phonegap/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-05-11 15:19:49 UTC (rev 174808)
@@ -0,0 +1,65 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgname=phonegap
+pkgver=6.2.2
+pkgrel=1
+pkgdesc="PhoneGap command-line interface and node.js library"
+arch=('i686' 'x86_64')
+url="https://github.com/phonegap/phonegap-cli";
+license=('Apache')
+depends=('npm' 'semver' 'cordova' 'browserify')
+makedepends=('python2')
+source=(http://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz)
+noextract=($pkgname-$pkgver.tgz)
+sha256sums=('327658c062de9d3c203851dedb70b6b021987e5415fec1f57c05a1afb7765321')
+
+package() {
+  PYTHON=python2 npm install -g --user root --prefix "$pkgdir"/usr 
"$srcdir"/$pkgname-$pkgver.tgz
+  rm -r "$pkgdir"/usr/etc
+
+  # Experimental dedup
+  cd "$pkgdir"/usr/lib/node_modules/$pkgname/node_modules
+  for dep in semver cordova npm browserify; do
+rm -r $dep;
+npm link $dep;
+  done
+
+  cd 
"$pkgdir"/usr/lib/node_modules/$pkgname/node_modules/cordova-lib/node_modules
+  for dep in semver; do
+rm -r $dep;
+npm link $dep;
+  done
+
+  cd 
"$pkgdir"/usr/lib/node_modules/$pkgname/node_modules/npm-package-arg/node_modules
+  for dep in semver; do
+rm -r $dep;
+npm link $dep;
+  done
+
+  cd 
"$pkgdir"/usr/lib/node_modules/$pkgname/node_modules/normalize-package-data/node_modules
+  for dep in semver; do
+rm -r $dep;
+npm link $dep;
+  done
+
+  cd 
"$pkgdir"/usr/lib/node_modules/$pkgname/node_modules/init-package-json/node_modules
+  for dep in semver; do
+rm -r $dep;
+npm link $dep;
+  done
+
+  cd 
"$pkgdir"/usr/lib/node_modules/$pkgname/node_modules/semver-diff/node_modules
+  for dep in semver; do
+rm -r $dep;
+npm link $dep;
+  done
+
+  cd 
"$pkgdir"/usr/lib/node_modules/$pkgname/node_modules/cordova-lib/node_modules/cordova-common/node_modules
+  for dep in semver; do
+rm -r $dep;
+npm link $dep;
+  done
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
==

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

2016-05-11 Thread Felix Yan
Date: Wednesday, May 11, 2016 @ 17:18:57
  Author: fyan
Revision: 174807

upgpkg: phonegap 6.2.2-1

Modified:
  phonegap/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-05-11 14:05:37 UTC (rev 174806)
+++ PKGBUILD2016-05-11 15:18:57 UTC (rev 174807)
@@ -2,7 +2,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=phonegap
-pkgver=6.2.1
+pkgver=6.2.2
 pkgrel=1
 pkgdesc="PhoneGap command-line interface and node.js library"
 arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@
 makedepends=('python2')
 source=(http://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz)
 noextract=($pkgname-$pkgver.tgz)
-sha256sums=('dc2dfb0b5f410fc62f9bfc8f8a0796a906cd835432d883889cc6c74ab4bd14b9')
+sha256sums=('327658c062de9d3c203851dedb70b6b021987e5415fec1f57c05a1afb7765321')
 
 package() {
   PYTHON=python2 npm install -g --user root --prefix "$pkgdir"/usr 
"$srcdir"/$pkgname-$pkgver.tgz


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

2016-05-11 Thread Sven-Hendrik Haase
Date: Wednesday, May 11, 2016 @ 16:36:15
  Author: svenstaro
Revision: 267811

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

Added:
  qtcreator/repos/testing-i686/PKGBUILD
(from rev 267810, qtcreator/trunk/PKGBUILD)
  qtcreator/repos/testing-i686/qt-creator_llvmincdir.patch
(from rev 267810, qtcreator/trunk/qt-creator_llvmincdir.patch)
  qtcreator/repos/testing-i686/qtcreator.desktop
(from rev 267810, qtcreator/trunk/qtcreator.desktop)
  qtcreator/repos/testing-i686/qtcreator.install
(from rev 267810, qtcreator/trunk/qtcreator.install)
  qtcreator/repos/testing-x86_64/PKGBUILD
(from rev 267810, qtcreator/trunk/PKGBUILD)
  qtcreator/repos/testing-x86_64/qt-creator_llvmincdir.patch
(from rev 267810, qtcreator/trunk/qt-creator_llvmincdir.patch)
  qtcreator/repos/testing-x86_64/qtcreator.desktop
(from rev 267810, qtcreator/trunk/qtcreator.desktop)
  qtcreator/repos/testing-x86_64/qtcreator.install
(from rev 267810, qtcreator/trunk/qtcreator.install)
Deleted:
  qtcreator/repos/testing-i686/PKGBUILD
  qtcreator/repos/testing-i686/qt-creator_llvmincdir.patch
  qtcreator/repos/testing-i686/qtcreator.desktop
  qtcreator/repos/testing-i686/qtcreator.install
  qtcreator/repos/testing-x86_64/PKGBUILD
  qtcreator/repos/testing-x86_64/qt-creator_llvmincdir.patch
  qtcreator/repos/testing-x86_64/qtcreator.desktop
  qtcreator/repos/testing-x86_64/qtcreator.install

+
 /PKGBUILD  |  148 +++
 /qt-creator_llvmincdir.patch   |   24 
 /qtcreator.desktop |   20 +++
 /qtcreator.install |   24 
 testing-i686/PKGBUILD  |   80 --
 testing-i686/qt-creator_llvmincdir.patch   |   12 --
 testing-i686/qtcreator.desktop |   10 -
 testing-i686/qtcreator.install |   12 --
 testing-x86_64/PKGBUILD|   80 --
 testing-x86_64/qt-creator_llvmincdir.patch |   12 --
 testing-x86_64/qtcreator.desktop   |   10 -
 testing-x86_64/qtcreator.install   |   12 --
 12 files changed, 216 insertions(+), 228 deletions(-)

Deleted: testing-i686/PKGBUILD
===
--- testing-i686/PKGBUILD   2016-05-11 14:36:03 UTC (rev 267810)
+++ testing-i686/PKGBUILD   2016-05-11 14:36:15 UTC (rev 267811)
@@ -1,80 +0,0 @@
-# $Id$
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: Imanol Celaya 
-# Contributor: Lukas Jirkovsky 
-# Contributor: Dan Vratil 
-# Contributor: thotypous 
-# Contributor: delor 
-
-pkgname=qtcreator
-pkgver=3.6.1
-_pkgver=v3.6.1
-pkgrel=3
-pkgdesc='Lightweight, cross-platform integrated development environment'
-arch=('i686' 'x86_64')
-url='http://qt-project.org'
-license=('LGPL')
-depends=('qt5-tools' 'qt5-declarative' 'qt5-script' 'qt5-quickcontrols' 
'qt5-webkit')
-makedepends=('git' 'mesa' 'clang')
-options=('docs')
-optdepends=('qt5-doc: integrated Qt documentation'
-'qt5-examples: welcome page examples'
-'gdb: debugger'
-'cmake: cmake project support'
-'openssh-askpass: ssh support'
-'git: git support'
-'mercurial: mercurial support'
-'bzr: bazaar support'
-'clang: Clang code model'
-'valgrind: analyze support')
-install=qtcreator.install
-source=("git://code.qt.io/qt-creator/qt-creator.git#tag=${_pkgver}"
-"git://code.qt.io/qt-labs/qbs.git"
-'qt-creator_llvmincdir.patch'
-'qtcreator.desktop')
-md5sums=('SKIP'
- 'SKIP'
- 'ab50147c509e8043c69625afa7cca7fe'
- '800c94165c547b64012a207d9830250a')
-
-prepare() {
-  cd qt-creator
-  git submodule init
-  git config submodule.qbs.url $srcdir/qbs
-  git submodule update
-
-  # Debugger: Allow LLDB-MI to be used as debugger
-  # https://bugreports.qt.io/browse/QTCREATORBUG-15131
-  # https://code.qt.io/cgit/qt-creator/qt-creator.git/commit/?id=97e9f113879c
-  # https://code.qt.io/cgit/qt-creator/qt-creator.git/commit/?id=e57b0db0f959
-  git cherry-pick -n 97e9f113879c e57b0db0f959
-
-  # Fix build with GCC 6 (patch from Fedora)
-  # 
https://lists.fedoraproject.org/archives/list/de...@lists.fedoraproject.org/thread/Q5SWCUUMWQ4EMS7CU2CBOZHV3WZYOOTT/
-  patch -Np1 -i ../qt-creator_llvmincdir.patch
-}
-
-build() {
-  [[ -d build ]] && rm -r build
-  mkdir build && cd build
-
-  LLVM_INSTALL_DIR=/usr qmake CONFIG+=journald -r ../qt-creator/qtcreator.pro
-  make
-  make docs -j1
-}
-
-package() {
-  cd build
-
-  make INSTALL_ROOT="${pkgdir}/usr/" install
-  make INSTALL_ROOT="${pkgdir}/usr/" install_docs
-
-  # Workaround for FS#40583
-  mv "${pkgdir}"/usr/bin/qtcreator "${pkgdir}"/usr/bin/qtcreator-bin
-  echo "#!/bin/sh" > "${pkgdir}"/usr/bin/qtcreator
-  echo "QT_LOGGING_TO_CONSOLE=1 qtcreator-bin \$@" >> 
"${pkgdir}"/usr/bin/qtcreator
-  chmod +x "${pkgdir}"/usr/bin/qtcrea

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

2016-05-11 Thread Sven-Hendrik Haase
Date: Wednesday, May 11, 2016 @ 16:36:03
  Author: svenstaro
Revision: 267810

upgpkg: qtcreator 4.0.0-1

upstream release 4.0.0

Modified:
  qtcreator/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-05-11 13:57:24 UTC (rev 267809)
+++ PKGBUILD2016-05-11 14:36:03 UTC (rev 267810)
@@ -7,9 +7,9 @@
 # Contributor: delor 
 
 pkgname=qtcreator
-pkgver=3.6.1
-_pkgver=v3.6.1
-pkgrel=3
+pkgver=4.0.0
+_pkgver=v4.0.0
+pkgrel=1
 pkgdesc='Lightweight, cross-platform integrated development environment'
 arch=('i686' 'x86_64')
 url='http://qt-project.org'
@@ -43,12 +43,6 @@
   git config submodule.qbs.url $srcdir/qbs
   git submodule update
 
-  # Debugger: Allow LLDB-MI to be used as debugger
-  # https://bugreports.qt.io/browse/QTCREATORBUG-15131
-  # https://code.qt.io/cgit/qt-creator/qt-creator.git/commit/?id=97e9f113879c
-  # https://code.qt.io/cgit/qt-creator/qt-creator.git/commit/?id=e57b0db0f959
-  git cherry-pick -n 97e9f113879c e57b0db0f959
-
   # Fix build with GCC 6 (patch from Fedora)
   # 
https://lists.fedoraproject.org/archives/list/de...@lists.fedoraproject.org/thread/Q5SWCUUMWQ4EMS7CU2CBOZHV3WZYOOTT/
   patch -Np1 -i ../qt-creator_llvmincdir.patch
@@ -76,5 +70,5 @@
   chmod +x "${pkgdir}"/usr/bin/qtcreator
 
   install -Dm644 ${srcdir}/qtcreator.desktop 
${pkgdir}/usr/share/applications/qtcreator.desktop
-  install -Dm644 ${srcdir}/qt-creator/LGPL_EXCEPTION.TXT 
${pkgdir}/usr/share/licenses/qtcreator/LGPL_EXCEPTION.TXT
+  install -Dm644 ${srcdir}/qt-creator/LICENSE.GPL3-EXCEPT 
${pkgdir}/usr/share/licenses/qtcreator/LICENSE.GPL3-EXCEPT
 }


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

2016-05-11 Thread Florian Pritz
Date: Wednesday, May 11, 2016 @ 16:01:38
  Author: bluewind
Revision: 174803

upgpkg: libfilezilla 0.5.1-1

upstream update

Modified:
  libfilezilla/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-05-11 06:45:57 UTC (rev 174802)
+++ PKGBUILD2016-05-11 14:01:38 UTC (rev 174803)
@@ -2,7 +2,7 @@
 # Contributor: Martchus 
 
 pkgname=libfilezilla
-pkgver=0.5.0
+pkgver=0.5.1
 pkgrel=1
 pkgdesc="Small and modern C++ library, offering some basic functionality to 
build high-performing, platform-independent programs"
 arch=('i686' 'x86_64')
@@ -30,4 +30,4 @@
   cd "${srcdir}/$pkgname-$pkgver"
   make DESTDIR="${pkgdir}" install
 }
-md5sums=('57b9cfba8acc2874cb31cdbeffd5b9bb')
+md5sums=('47a86eebbc0f7c7d0f68401d57633bba')


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

2016-05-11 Thread Jan Steffens
Date: Wednesday, May 11, 2016 @ 15:55:59
  Author: heftig
Revision: 267807

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

Added:
  networkmanager-pptp/repos/extra-i686/PKGBUILD
(from rev 267806, networkmanager-pptp/trunk/PKGBUILD)
  networkmanager-pptp/repos/extra-x86_64/PKGBUILD
(from rev 267806, networkmanager-pptp/trunk/PKGBUILD)
Deleted:
  networkmanager-pptp/repos/extra-i686/PKGBUILD
  networkmanager-pptp/repos/extra-x86_64/PKGBUILD

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-05-11 13:55:16 UTC (rev 267806)
+++ extra-i686/PKGBUILD 2016-05-11 13:55:59 UTC (rev 267807)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Ionut Biru 
-
-pkgname=networkmanager-pptp
-pkgver=1.2.0
-pkgrel=1
-pkgdesc="NetworkManager VPN plugin for PPTP"
-arch=(i686 x86_64)
-license=(GPL)
-url="http://www.gnome.org/projects/NetworkManager/";
-_pppver=2.4.7
-depends=(libnm-gtk libsecret "ppp=$_pppver" pptpclient)
-makedepends=(intltool python)
-source=(http://ftp.gnome.org/pub/GNOME/sources/NetworkManager-pptp/${pkgver::3}/NetworkManager-pptp-${pkgver}.tar.xz)
-sha256sums=('28de8b13e80020dfbe9b81243a0ec01d482adc2054afa0b6ac22aa9f74748ac5')
-
-build() {
-  cd NetworkManager-pptp-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
---libexecdir=/usr/lib/networkmanager \
---with-pppd-plugin-dir=/usr/lib/pppd/$_pppver \
---enable-more-warnings=yes \
---disable-static
-  make
-}
-
-package() {
-  cd NetworkManager-pptp-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: networkmanager-pptp/repos/extra-i686/PKGBUILD (from rev 267806, 
networkmanager-pptp/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-05-11 13:55:59 UTC (rev 267807)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Ionut Biru 
+
+pkgname=networkmanager-pptp
+pkgver=1.2.2
+pkgrel=1
+pkgdesc="NetworkManager VPN plugin for PPTP"
+url="https://wiki.gnome.org/Projects/NetworkManager";
+arch=(i686 x86_64)
+license=(GPL)
+_pppver=2.4.7
+depends=(libnm-gtk libsecret "ppp=$_pppver" pptpclient)
+makedepends=(intltool python)
+source=(http://ftp.gnome.org/pub/GNOME/sources/NetworkManager-pptp/${pkgver::3}/NetworkManager-pptp-${pkgver}.tar.xz)
+sha256sums=('a72cb88ecc0a9edec836e8042c592d68b8b290c0d78082e6b25cf08b46c6be5d')
+
+build() {
+  cd NetworkManager-pptp-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+--libexecdir=/usr/lib/networkmanager \
+--with-pppd-plugin-dir=/usr/lib/pppd/$_pppver \
+--enable-more-warnings=yes \
+--disable-static
+  make
+}
+
+package() {
+  cd NetworkManager-pptp-$pkgver
+  make DESTDIR="$pkgdir" install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2016-05-11 13:55:16 UTC (rev 267806)
+++ extra-x86_64/PKGBUILD   2016-05-11 13:55:59 UTC (rev 267807)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Ionut Biru 
-
-pkgname=networkmanager-pptp
-pkgver=1.2.0
-pkgrel=1
-pkgdesc="NetworkManager VPN plugin for PPTP"
-arch=(i686 x86_64)
-license=(GPL)
-url="http://www.gnome.org/projects/NetworkManager/";
-_pppver=2.4.7
-depends=(libnm-gtk libsecret "ppp=$_pppver" pptpclient)
-makedepends=(intltool python)
-source=(http://ftp.gnome.org/pub/GNOME/sources/NetworkManager-pptp/${pkgver::3}/NetworkManager-pptp-${pkgver}.tar.xz)
-sha256sums=('28de8b13e80020dfbe9b81243a0ec01d482adc2054afa0b6ac22aa9f74748ac5')
-
-build() {
-  cd NetworkManager-pptp-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
---libexecdir=/usr/lib/networkmanager \
---with-pppd-plugin-dir=/usr/lib/pppd/$_pppver \
---enable-more-warnings=yes \
---disable-static
-  make
-}
-
-package() {
-  cd NetworkManager-pptp-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: networkmanager-pptp/repos/extra-x86_64/PKGBUILD (from rev 267806, 
networkmanager-pptp/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2016-05-11 13:55:59 UTC (rev 267807)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Ionut Biru 
+
+pkgname=networkmanager-pptp
+pkgver=1.2.2
+pkgrel=1
+pkgdesc="NetworkManager VPN plugin for PPTP"
+url="https://wiki.gnome.org/Projects/NetworkManager";
+arch=(i686 x86_64)
+license=(GPL)
+_pppver=2.4.7
+depends=(libn

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

2016-05-11 Thread Florian Pritz
Date: Wednesday, May 11, 2016 @ 16:05:30
  Author: bluewind
Revision: 174805

upgpkg: filezilla 3.17.0.1-1

upstream update

Modified:
  filezilla/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-05-11 14:01:44 UTC (rev 174804)
+++ PKGBUILD2016-05-11 14:05:30 UTC (rev 174805)
@@ -3,8 +3,8 @@
 # Maintainer: Daniel J Griffiths 
 
 pkgname=filezilla
-pkgver=3.17.0
-pkgrel=2
+pkgver=3.17.0.1
+pkgrel=1
 pkgdesc="Fast and reliable FTP, FTPS and SFTP client"
 arch=('i686' 'x86_64')
 url="http://filezilla-project.org/";
@@ -33,4 +33,4 @@
 
   make DESTDIR="${pkgdir}" install
 }
-md5sums=('0a69a0b4a7a805a3d0fe50177698c98e')
+md5sums=('eaebf6951335e97f0175964e5acc23ca')


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

2016-05-11 Thread Florian Pritz
Date: Wednesday, May 11, 2016 @ 16:05:37
  Author: bluewind
Revision: 174806

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-05-11 14:05:30 UTC (rev 174805)
+++ community-i686/PKGBUILD 2016-05-11 14:05:37 UTC (rev 174806)
@@ -1,36 +0,0 @@
-# $Id$
-# Contributor: Alexander Fehr 
-# Maintainer: Daniel J Griffiths 
-
-pkgname=filezilla
-pkgver=3.17.0
-pkgrel=2
-pkgdesc="Fast and reliable FTP, FTPS and SFTP client"
-arch=('i686' 'x86_64')
-url="http://filezilla-project.org/";
-license=('GPL')
-depends=('dbus' 'xdg-utils' 'wxgtk' 'libidn' 'hicolor-icon-theme' 'sqlite' 
'gnutls' "libfilezilla")
-source=("http://downloads.sourceforge.net/project/filezilla/FileZilla_Client/${pkgver}/FileZilla_${pkgver}_src.tar.bz2";)
-
-prepare() {
-  cd "${pkgname}-${pkgver}"
-}
-
-build() {
-  cd "${pkgname}-${pkgver}"
-  ./configure \
---prefix=/usr \
---disable-manualupdatecheck \
---disable-autoupdatecheck \
---disable-static \
---with-pugixml=builtin
-
-  make
-}
-
-package() {
-  cd "${pkgname}-${pkgver}"
-
-  make DESTDIR="${pkgdir}" install
-}
-md5sums=('0a69a0b4a7a805a3d0fe50177698c98e')

Copied: filezilla/repos/community-i686/PKGBUILD (from rev 174805, 
filezilla/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-05-11 14:05:37 UTC (rev 174806)
@@ -0,0 +1,36 @@
+# $Id$
+# Contributor: Alexander Fehr 
+# Maintainer: Daniel J Griffiths 
+
+pkgname=filezilla
+pkgver=3.17.0.1
+pkgrel=1
+pkgdesc="Fast and reliable FTP, FTPS and SFTP client"
+arch=('i686' 'x86_64')
+url="http://filezilla-project.org/";
+license=('GPL')
+depends=('dbus' 'xdg-utils' 'wxgtk' 'libidn' 'hicolor-icon-theme' 'sqlite' 
'gnutls' "libfilezilla")
+source=("http://downloads.sourceforge.net/project/filezilla/FileZilla_Client/${pkgver}/FileZilla_${pkgver}_src.tar.bz2";)
+
+prepare() {
+  cd "${pkgname}-${pkgver}"
+}
+
+build() {
+  cd "${pkgname}-${pkgver}"
+  ./configure \
+--prefix=/usr \
+--disable-manualupdatecheck \
+--disable-autoupdatecheck \
+--disable-static \
+--with-pugixml=builtin
+
+  make
+}
+
+package() {
+  cd "${pkgname}-${pkgver}"
+
+  make DESTDIR="${pkgdir}" install
+}
+md5sums=('eaebf6951335e97f0175964e5acc23ca')

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-05-11 14:05:30 UTC (rev 174805)
+++ community-x86_64/PKGBUILD   2016-05-11 14:05:37 UTC (rev 174806)
@@ -1,36 +0,0 @@
-# $Id$
-# Contributor: Alexander Fehr 
-# Maintainer: Daniel J Griffiths 
-
-pkgname=filezilla
-pkgver=3.17.0
-pkgrel=2
-pkgdesc="Fast and reliable FTP, FTPS and SFTP client"
-arch=('i686' 'x86_64')
-url="http://filezilla-project.org/";
-license=('GPL')
-depends=('dbus' 'xdg-utils' 'wxgtk' 'libidn' 'hicolor-icon-theme' 'sqlite' 
'gnutls' "libfilezilla")
-source=("http://downloads.sourceforge.net/project/filezilla/FileZilla_Client/${pkgver}/FileZilla_${pkgver}_src.tar.bz2";)
-
-prepare() {
-  cd "${pkgname}-${pkgver}"
-}
-
-build() {
-  cd "${pkgname}-${pkgver}"
-  ./configure \
---prefix=/usr \
---disable-manualupdatecheck \
---disable-autoupdatecheck \
---disable-static \
---with-pugixml=builtin
-
-  make
-}
-
-package() {
-  cd "${pkgname}-${pkgver}"
-
-  make DESTDIR="${pkgdir}" install
-}
-md5sums=('0a69a0b4a7a805a3d0fe50177698c98e')

Copied: filezilla/repos/community-x86_64/PKGBUILD (from rev 174805, 
filezilla/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2016-05-11 14:05:37 UTC (rev 174806)
@@ -0,0 +1,36 @@
+# $Id$
+# Contributor: Alexander Fehr 
+# Maintainer: Daniel J Griffiths 
+
+pkgname=filezilla
+pkgver=3.17.0.1
+pkgrel=1
+pkgdesc="Fast and reliable FTP, FTPS and SFTP client"
+arch=('i686' 'x86_64')
+url="http://filezilla-project.org/";
+license=('GPL')
+depends=('dbus' 'xdg-utils' 'wxgtk' 'libidn' 'hicolor-icon-theme' 'sqlite' 
'gnutls' "libfilezilla")
+source=("http://downloads.sourceforge.net/project/filezilla/FileZilla_Client/${pkgver}/FileZilla_${pkgver}_src.tar.bz2";)
+
+prepare() {
+  cd "${pkgname}-${pkgver}"
+}
+
+build() 

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

2016-05-11 Thread Florian Pritz
Date: Wednesday, May 11, 2016 @ 16:01:44
  Author: bluewind
Revision: 174804

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-05-11 14:01:38 UTC (rev 174803)
+++ community-i686/PKGBUILD 2016-05-11 14:01:44 UTC (rev 174804)
@@ -1,33 +0,0 @@
-# Maintainer: Florian Pritz 
-# Contributor: Martchus 
-
-pkgname=libfilezilla
-pkgver=0.5.0
-pkgrel=1
-pkgdesc="Small and modern C++ library, offering some basic functionality to 
build high-performing, platform-independent programs"
-arch=('i686' 'x86_64')
-url="https://filezilla-project.org/";
-license=('GPL')
-depends=('gcc-libs')
-checkdepends=('cppunit')
-source=("http://downloads.sourceforge.net/project/filezilla/libfilezilla/${pkgver}/libfilezilla-${pkgver}.tar.bz2";)
-
-build() {
-  cd "${srcdir}/$pkgname-$pkgver"
-  ./configure \
---prefix=/usr \
---disable-static
-  make
-}
-
-check() {
-  cd "${srcdir}/$pkgname-$pkgver"
-  # LANG needed to fix string_test::test_conversion2
-  LANG=en_US.UTF-8 make check
-}
-
-package() {
-  cd "${srcdir}/$pkgname-$pkgver"
-  make DESTDIR="${pkgdir}" install
-}
-md5sums=('57b9cfba8acc2874cb31cdbeffd5b9bb')

Copied: libfilezilla/repos/community-i686/PKGBUILD (from rev 174803, 
libfilezilla/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-05-11 14:01:44 UTC (rev 174804)
@@ -0,0 +1,33 @@
+# Maintainer: Florian Pritz 
+# Contributor: Martchus 
+
+pkgname=libfilezilla
+pkgver=0.5.1
+pkgrel=1
+pkgdesc="Small and modern C++ library, offering some basic functionality to 
build high-performing, platform-independent programs"
+arch=('i686' 'x86_64')
+url="https://filezilla-project.org/";
+license=('GPL')
+depends=('gcc-libs')
+checkdepends=('cppunit')
+source=("http://downloads.sourceforge.net/project/filezilla/libfilezilla/${pkgver}/libfilezilla-${pkgver}.tar.bz2";)
+
+build() {
+  cd "${srcdir}/$pkgname-$pkgver"
+  ./configure \
+--prefix=/usr \
+--disable-static
+  make
+}
+
+check() {
+  cd "${srcdir}/$pkgname-$pkgver"
+  # LANG needed to fix string_test::test_conversion2
+  LANG=en_US.UTF-8 make check
+}
+
+package() {
+  cd "${srcdir}/$pkgname-$pkgver"
+  make DESTDIR="${pkgdir}" install
+}
+md5sums=('47a86eebbc0f7c7d0f68401d57633bba')

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-05-11 14:01:38 UTC (rev 174803)
+++ community-x86_64/PKGBUILD   2016-05-11 14:01:44 UTC (rev 174804)
@@ -1,33 +0,0 @@
-# Maintainer: Florian Pritz 
-# Contributor: Martchus 
-
-pkgname=libfilezilla
-pkgver=0.5.0
-pkgrel=1
-pkgdesc="Small and modern C++ library, offering some basic functionality to 
build high-performing, platform-independent programs"
-arch=('i686' 'x86_64')
-url="https://filezilla-project.org/";
-license=('GPL')
-depends=('gcc-libs')
-checkdepends=('cppunit')
-source=("http://downloads.sourceforge.net/project/filezilla/libfilezilla/${pkgver}/libfilezilla-${pkgver}.tar.bz2";)
-
-build() {
-  cd "${srcdir}/$pkgname-$pkgver"
-  ./configure \
---prefix=/usr \
---disable-static
-  make
-}
-
-check() {
-  cd "${srcdir}/$pkgname-$pkgver"
-  # LANG needed to fix string_test::test_conversion2
-  LANG=en_US.UTF-8 make check
-}
-
-package() {
-  cd "${srcdir}/$pkgname-$pkgver"
-  make DESTDIR="${pkgdir}" install
-}
-md5sums=('57b9cfba8acc2874cb31cdbeffd5b9bb')

Copied: libfilezilla/repos/community-x86_64/PKGBUILD (from rev 174803, 
libfilezilla/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2016-05-11 14:01:44 UTC (rev 174804)
@@ -0,0 +1,33 @@
+# Maintainer: Florian Pritz 
+# Contributor: Martchus 
+
+pkgname=libfilezilla
+pkgver=0.5.1
+pkgrel=1
+pkgdesc="Small and modern C++ library, offering some basic functionality to 
build high-performing, platform-independent programs"
+arch=('i686' 'x86_64')
+url="https://filezilla-project.org/";
+license=('GPL')
+depends=('gcc-libs')
+checkdepends=('cppunit')
+source=("http://downloads.sourceforge.net/project/filezilla/libfilezilla/${pkgver}/libfilezilla-${pkgver}.tar.bz2";)
+
+build() {
+  cd "${srcdi

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

2016-05-11 Thread Jan Steffens
Date: Wednesday, May 11, 2016 @ 15:57:24
  Author: heftig
Revision: 267809

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

Added:
  networkmanager-openconnect/repos/extra-i686/PKGBUILD
(from rev 267808, networkmanager-openconnect/trunk/PKGBUILD)
  networkmanager-openconnect/repos/extra-i686/networkmanager-openconnect.install
(from rev 267808, 
networkmanager-openconnect/trunk/networkmanager-openconnect.install)
  networkmanager-openconnect/repos/extra-x86_64/PKGBUILD
(from rev 267808, networkmanager-openconnect/trunk/PKGBUILD)
  
networkmanager-openconnect/repos/extra-x86_64/networkmanager-openconnect.install
(from rev 267808, 
networkmanager-openconnect/trunk/networkmanager-openconnect.install)
Deleted:
  networkmanager-openconnect/repos/extra-i686/PKGBUILD
  networkmanager-openconnect/repos/extra-i686/networkmanager-openconnect.install
  networkmanager-openconnect/repos/extra-x86_64/PKGBUILD
  
networkmanager-openconnect/repos/extra-x86_64/networkmanager-openconnect.install

-+
 /PKGBUILD   |   60 ++
 /networkmanager-openconnect.install |   26 +
 extra-i686/PKGBUILD |   30 ---
 extra-i686/networkmanager-openconnect.install   |   13 
 extra-x86_64/PKGBUILD   |   30 ---
 extra-x86_64/networkmanager-openconnect.install |   13 
 6 files changed, 86 insertions(+), 86 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-05-11 13:56:40 UTC (rev 267808)
+++ extra-i686/PKGBUILD 2016-05-11 13:57:24 UTC (rev 267809)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Ionut Biru 
-
-pkgname=networkmanager-openconnect
-pkgver=1.2.0
-pkgrel=1
-pkgdesc="NetworkManager VPN plugin for OpenConnect"
-arch=(i686 x86_64)
-license=(GPL)
-url="http://www.gnome.org/projects/NetworkManager/";
-depends=(libnm-gtk libsecret openconnect)
-makedepends=(intltool python)
-install=networkmanager-openconnect.install
-source=(http://ftp.gnome.org/pub/GNOME/sources/NetworkManager-openconnect/${pkgver::3}/NetworkManager-openconnect-${pkgver}.tar.xz)
-sha256sums=('d431fad109da4bb4271204ce669cce9461fa828065904816be0f9d96c5aed96c')
-
-build() {
-  cd NetworkManager-openconnect-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
---libexecdir=/usr/lib/networkmanager \
---enable-more-warnings=yes \
---disable-static
-  make
-}
-
-package() {
-  cd NetworkManager-openconnect-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: networkmanager-openconnect/repos/extra-i686/PKGBUILD (from rev 267808, 
networkmanager-openconnect/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-05-11 13:57:24 UTC (rev 267809)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Ionut Biru 
+
+pkgname=networkmanager-openconnect
+pkgver=1.2.2
+pkgrel=1
+pkgdesc="NetworkManager VPN plugin for OpenConnect"
+url="https://wiki.gnome.org/Projects/NetworkManager";
+arch=(i686 x86_64)
+license=(GPL)
+depends=(libnm-gtk libsecret openconnect)
+makedepends=(intltool python)
+install=networkmanager-openconnect.install
+source=(http://ftp.gnome.org/pub/GNOME/sources/NetworkManager-openconnect/${pkgver::3}/NetworkManager-openconnect-${pkgver}.tar.xz)
+sha256sums=('522979593e21b4e884112816708db9eb66148b3491580dacfad53472b94aafec')
+
+build() {
+  cd NetworkManager-openconnect-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+--libexecdir=/usr/lib/networkmanager \
+--enable-more-warnings=yes \
+--disable-static
+  make
+}
+
+package() {
+  cd NetworkManager-openconnect-$pkgver
+  make DESTDIR="$pkgdir" install
+}

Deleted: extra-i686/networkmanager-openconnect.install
===
--- extra-i686/networkmanager-openconnect.install   2016-05-11 13:56:40 UTC 
(rev 267808)
+++ extra-i686/networkmanager-openconnect.install   2016-05-11 13:57:24 UTC 
(rev 267809)
@@ -1,13 +0,0 @@
-post_install() {
-  if ! getent passwd nm-openconnect >/dev/null; then
-useradd -r -U -d / -c 'NetworkManager OpenConnect' -s /usr/bin/nologin 
nm-openconnect
-  fi
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-post_remove() {
-  post_install $1
-}

Copied: 
networkmanager-openconnect/repos/extra-i686/networkmanager-openconnect.install 
(from rev 267808, 
networkmanager-openconnect/trunk/networkmanager-openconnect.install)
===
--- extra-i686/networkmanager-openconnect.install   
(rev 0)
+++ extra-i686/networkmanager-openconnect.install   2016-05-11 13:57:24 UTC 
(rev 267809)
@

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

2016-05-11 Thread Jan Steffens
Date: Wednesday, May 11, 2016 @ 15:56:40
  Author: heftig
Revision: 267808

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

Added:
  networkmanager-openvpn/repos/extra-i686/PKGBUILD
(from rev 267807, networkmanager-openvpn/trunk/PKGBUILD)
  networkmanager-openvpn/repos/extra-i686/networkmanager-openvpn.install
(from rev 267807, 
networkmanager-openvpn/trunk/networkmanager-openvpn.install)
  networkmanager-openvpn/repos/extra-x86_64/PKGBUILD
(from rev 267807, networkmanager-openvpn/trunk/PKGBUILD)
  networkmanager-openvpn/repos/extra-x86_64/networkmanager-openvpn.install
(from rev 267807, 
networkmanager-openvpn/trunk/networkmanager-openvpn.install)
Deleted:
  networkmanager-openvpn/repos/extra-i686/PKGBUILD
  networkmanager-openvpn/repos/extra-i686/networkmanager-openvpn.install
  networkmanager-openvpn/repos/extra-x86_64/PKGBUILD
  networkmanager-openvpn/repos/extra-x86_64/networkmanager-openvpn.install

-+
 /PKGBUILD   |   60 ++
 /networkmanager-openvpn.install |   26 +++
 extra-i686/PKGBUILD |   30 -
 extra-i686/networkmanager-openvpn.install   |   13 -
 extra-x86_64/PKGBUILD   |   30 -
 extra-x86_64/networkmanager-openvpn.install |   13 -
 6 files changed, 86 insertions(+), 86 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-05-11 13:55:59 UTC (rev 267807)
+++ extra-i686/PKGBUILD 2016-05-11 13:56:40 UTC (rev 267808)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Ionut Biru 
-
-pkgname=networkmanager-openvpn
-pkgver=1.2.0
-pkgrel=1
-pkgdesc="NetworkManager VPN plugin for OpenVPN"
-arch=(i686 x86_64)
-license=(GPL)
-url="http://www.gnome.org/projects/NetworkManager/";
-depends=(libnm-gtk libsecret openvpn)
-makedepends=(intltool python)
-install=networkmanager-openvpn.install
-source=(http://ftp.gnome.org/pub/GNOME/sources/NetworkManager-openvpn/${pkgver::3}/NetworkManager-openvpn-${pkgver}.tar.xz)
-sha256sums=('6a633880ca5583e6ed28b16acfa255cf5b36551581a78cd88e8930890e0026de')
-
-build() {
-  cd NetworkManager-openvpn-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
---libexecdir=/usr/lib/networkmanager \
---enable-more-warnings=yes \
---disable-static
-  make
-}
-
-package() {
-  cd NetworkManager-openvpn-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: networkmanager-openvpn/repos/extra-i686/PKGBUILD (from rev 267807, 
networkmanager-openvpn/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-05-11 13:56:40 UTC (rev 267808)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Ionut Biru 
+
+pkgname=networkmanager-openvpn
+pkgver=1.2.2
+pkgrel=1
+pkgdesc="NetworkManager VPN plugin for OpenVPN"
+url="https://wiki.gnome.org/Projects/NetworkManager";
+arch=(i686 x86_64)
+license=(GPL)
+depends=(libnm-gtk libsecret openvpn)
+makedepends=(intltool python)
+install=networkmanager-openvpn.install
+source=(http://ftp.gnome.org/pub/GNOME/sources/NetworkManager-openvpn/${pkgver::3}/NetworkManager-openvpn-${pkgver}.tar.xz)
+sha256sums=('47a6d219a781eff8491c7876b7fb95b12dcfb8f8a05f916f95afc65c7babddef')
+
+build() {
+  cd NetworkManager-openvpn-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+--libexecdir=/usr/lib/networkmanager \
+--enable-more-warnings=yes \
+--disable-static
+  make
+}
+
+package() {
+  cd NetworkManager-openvpn-$pkgver
+  make DESTDIR="$pkgdir" install
+}

Deleted: extra-i686/networkmanager-openvpn.install
===
--- extra-i686/networkmanager-openvpn.install   2016-05-11 13:55:59 UTC (rev 
267807)
+++ extra-i686/networkmanager-openvpn.install   2016-05-11 13:56:40 UTC (rev 
267808)
@@ -1,13 +0,0 @@
-post_install() {
-  if ! getent passwd nm-openvpn >/dev/null; then
-useradd -r -U -d / -c 'NetworkManager OpenVPN' -s /usr/bin/nologin 
nm-openvpn
-  fi
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-post_remove() {
-  post_install $1
-}

Copied: networkmanager-openvpn/repos/extra-i686/networkmanager-openvpn.install 
(from rev 267807, networkmanager-openvpn/trunk/networkmanager-openvpn.install)
===
--- extra-i686/networkmanager-openvpn.install   (rev 0)
+++ extra-i686/networkmanager-openvpn.install   2016-05-11 13:56:40 UTC (rev 
267808)
@@ -0,0 +1,13 @@
+post_install() {
+  if ! getent passwd nm-openvpn >/dev/null; then
+useradd -r -U -d / -c 'NetworkManager OpenVPN' -s /usr/bin/nologin 
nm-openvpn
+  fi
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+post_re

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

2016-05-11 Thread Jan Steffens
Date: Wednesday, May 11, 2016 @ 15:55:16
  Author: heftig
Revision: 267806

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

Added:
  networkmanager-vpnc/repos/extra-i686/PKGBUILD
(from rev 267805, networkmanager-vpnc/trunk/PKGBUILD)
  networkmanager-vpnc/repos/extra-x86_64/PKGBUILD
(from rev 267805, networkmanager-vpnc/trunk/PKGBUILD)
Deleted:
  networkmanager-vpnc/repos/extra-i686/PKGBUILD
  networkmanager-vpnc/repos/extra-x86_64/PKGBUILD

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-05-11 13:54:19 UTC (rev 267805)
+++ extra-i686/PKGBUILD 2016-05-11 13:55:16 UTC (rev 267806)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Ionut Biru 
-
-pkgname=networkmanager-vpnc
-pkgver=1.2.0
-pkgrel=1
-pkgdesc="NetworkManager VPN plugin for VPNC"
-arch=(i686 x86_64)
-license=(GPL)
-url="http://www.gnome.org/projects/NetworkManager/";
-depends=(libnm-gtk libsecret vpnc)
-makedepends=(intltool python)
-source=(http://ftp.gnome.org/pub/GNOME/sources/NetworkManager-vpnc/${pkgver::3}/NetworkManager-vpnc-${pkgver}.tar.xz)
-sha256sums=('fa8a8cc3b9f744b2807ae96a86a6e1f761d918701aa69bfe538da595c4e815fc')
-
-build() {
-  cd NetworkManager-vpnc-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
---libexecdir=/usr/lib/networkmanager \
---enable-more-warnings=yes \
---disable-static
-  make
-}
-
-package() {
-  cd NetworkManager-vpnc-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: networkmanager-vpnc/repos/extra-i686/PKGBUILD (from rev 267805, 
networkmanager-vpnc/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-05-11 13:55:16 UTC (rev 267806)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Ionut Biru 
+
+pkgname=networkmanager-vpnc
+pkgver=1.2.2
+pkgrel=1
+pkgdesc="NetworkManager VPN plugin for VPNC"
+url="https://wiki.gnome.org/Projects/NetworkManager";
+arch=(i686 x86_64)
+license=(GPL)
+depends=(libnm-gtk libsecret vpnc)
+makedepends=(intltool python)
+source=(http://ftp.gnome.org/pub/GNOME/sources/NetworkManager-vpnc/${pkgver::3}/NetworkManager-vpnc-${pkgver}.tar.xz)
+sha256sums=('e900f6500026f8c3ee4feb92e1d0a0c0abbee9ba507dad915b47a8ab7df9e1f3')
+
+build() {
+  cd NetworkManager-vpnc-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+--libexecdir=/usr/lib/networkmanager \
+--enable-more-warnings=yes \
+--disable-static
+  make
+}
+
+package() {
+  cd NetworkManager-vpnc-$pkgver
+  make DESTDIR="$pkgdir" install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2016-05-11 13:54:19 UTC (rev 267805)
+++ extra-x86_64/PKGBUILD   2016-05-11 13:55:16 UTC (rev 267806)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Ionut Biru 
-
-pkgname=networkmanager-vpnc
-pkgver=1.2.0
-pkgrel=1
-pkgdesc="NetworkManager VPN plugin for VPNC"
-arch=(i686 x86_64)
-license=(GPL)
-url="http://www.gnome.org/projects/NetworkManager/";
-depends=(libnm-gtk libsecret vpnc)
-makedepends=(intltool python)
-source=(http://ftp.gnome.org/pub/GNOME/sources/NetworkManager-vpnc/${pkgver::3}/NetworkManager-vpnc-${pkgver}.tar.xz)
-sha256sums=('fa8a8cc3b9f744b2807ae96a86a6e1f761d918701aa69bfe538da595c4e815fc')
-
-build() {
-  cd NetworkManager-vpnc-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
---libexecdir=/usr/lib/networkmanager \
---enable-more-warnings=yes \
---disable-static
-  make
-}
-
-package() {
-  cd NetworkManager-vpnc-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: networkmanager-vpnc/repos/extra-x86_64/PKGBUILD (from rev 267805, 
networkmanager-vpnc/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2016-05-11 13:55:16 UTC (rev 267806)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Ionut Biru 
+
+pkgname=networkmanager-vpnc
+pkgver=1.2.2
+pkgrel=1
+pkgdesc="NetworkManager VPN plugin for VPNC"
+url="https://wiki.gnome.org/Projects/NetworkManager";
+arch=(i686 x86_64)
+license=(GPL)
+depends=(libnm-gtk libsecret vpnc)
+makedepends=(intltool python)
+source=(http://ftp.gnome.org/pub/GNOME/sources/NetworkManager-vpnc/${pkgver::3}/NetworkManager-vpnc-${pkgver}.tar.xz)
+sha256sums=('e900f6500026f8c3ee4feb92e1d0a0c0abbee9ba507dad915b47a8ab7df9e1f3')
+
+build() {
+  cd NetworkMan

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

2016-05-11 Thread Jan Steffens
Date: Wednesday, May 11, 2016 @ 15:54:19
  Author: heftig
Revision: 267805

1.2.2-1

Modified:
  networkmanager-openconnect/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-05-11 13:52:05 UTC (rev 267804)
+++ PKGBUILD2016-05-11 13:54:19 UTC (rev 267805)
@@ -3,17 +3,17 @@
 # Contributor: Ionut Biru 
 
 pkgname=networkmanager-openconnect
-pkgver=1.2.0
+pkgver=1.2.2
 pkgrel=1
 pkgdesc="NetworkManager VPN plugin for OpenConnect"
+url="https://wiki.gnome.org/Projects/NetworkManager";
 arch=(i686 x86_64)
 license=(GPL)
-url="http://www.gnome.org/projects/NetworkManager/";
 depends=(libnm-gtk libsecret openconnect)
 makedepends=(intltool python)
 install=networkmanager-openconnect.install
 
source=(http://ftp.gnome.org/pub/GNOME/sources/NetworkManager-openconnect/${pkgver::3}/NetworkManager-openconnect-${pkgver}.tar.xz)
-sha256sums=('d431fad109da4bb4271204ce669cce9461fa828065904816be0f9d96c5aed96c')
+sha256sums=('522979593e21b4e884112816708db9eb66148b3491580dacfad53472b94aafec')
 
 build() {
   cd NetworkManager-openconnect-$pkgver


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

2016-05-11 Thread Jan Steffens
Date: Wednesday, May 11, 2016 @ 15:52:05
  Author: heftig
Revision: 267804

1.2.2-1

Modified:
  networkmanager-openvpn/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-05-11 13:51:00 UTC (rev 267803)
+++ PKGBUILD2016-05-11 13:52:05 UTC (rev 267804)
@@ -3,17 +3,17 @@
 # Contributor: Ionut Biru 
 
 pkgname=networkmanager-openvpn
-pkgver=1.2.0
+pkgver=1.2.2
 pkgrel=1
 pkgdesc="NetworkManager VPN plugin for OpenVPN"
+url="https://wiki.gnome.org/Projects/NetworkManager";
 arch=(i686 x86_64)
 license=(GPL)
-url="http://www.gnome.org/projects/NetworkManager/";
 depends=(libnm-gtk libsecret openvpn)
 makedepends=(intltool python)
 install=networkmanager-openvpn.install
 
source=(http://ftp.gnome.org/pub/GNOME/sources/NetworkManager-openvpn/${pkgver::3}/NetworkManager-openvpn-${pkgver}.tar.xz)
-sha256sums=('6a633880ca5583e6ed28b16acfa255cf5b36551581a78cd88e8930890e0026de')
+sha256sums=('47a6d219a781eff8491c7876b7fb95b12dcfb8f8a05f916f95afc65c7babddef')
 
 build() {
   cd NetworkManager-openvpn-$pkgver


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

2016-05-11 Thread Jan Steffens
Date: Wednesday, May 11, 2016 @ 15:51:00
  Author: heftig
Revision: 267803

1.2.2-1

Modified:
  networkmanager-pptp/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-05-11 13:49:05 UTC (rev 267802)
+++ PKGBUILD2016-05-11 13:51:00 UTC (rev 267803)
@@ -3,17 +3,17 @@
 # Contributor: Ionut Biru 
 
 pkgname=networkmanager-pptp
-pkgver=1.2.0
+pkgver=1.2.2
 pkgrel=1
 pkgdesc="NetworkManager VPN plugin for PPTP"
+url="https://wiki.gnome.org/Projects/NetworkManager";
 arch=(i686 x86_64)
 license=(GPL)
-url="http://www.gnome.org/projects/NetworkManager/";
 _pppver=2.4.7
 depends=(libnm-gtk libsecret "ppp=$_pppver" pptpclient)
 makedepends=(intltool python)
 
source=(http://ftp.gnome.org/pub/GNOME/sources/NetworkManager-pptp/${pkgver::3}/NetworkManager-pptp-${pkgver}.tar.xz)
-sha256sums=('28de8b13e80020dfbe9b81243a0ec01d482adc2054afa0b6ac22aa9f74748ac5')
+sha256sums=('a72cb88ecc0a9edec836e8042c592d68b8b290c0d78082e6b25cf08b46c6be5d')
 
 build() {
   cd NetworkManager-pptp-$pkgver


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

2016-05-11 Thread Jan Steffens
Date: Wednesday, May 11, 2016 @ 15:49:05
  Author: heftig
Revision: 267802

1.2.2-1

Modified:
  networkmanager-vpnc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-05-11 13:01:08 UTC (rev 267801)
+++ PKGBUILD2016-05-11 13:49:05 UTC (rev 267802)
@@ -3,16 +3,16 @@
 # Contributor: Ionut Biru 
 
 pkgname=networkmanager-vpnc
-pkgver=1.2.0
+pkgver=1.2.2
 pkgrel=1
 pkgdesc="NetworkManager VPN plugin for VPNC"
+url="https://wiki.gnome.org/Projects/NetworkManager";
 arch=(i686 x86_64)
 license=(GPL)
-url="http://www.gnome.org/projects/NetworkManager/";
 depends=(libnm-gtk libsecret vpnc)
 makedepends=(intltool python)
 
source=(http://ftp.gnome.org/pub/GNOME/sources/NetworkManager-vpnc/${pkgver::3}/NetworkManager-vpnc-${pkgver}.tar.xz)
-sha256sums=('fa8a8cc3b9f744b2807ae96a86a6e1f761d918701aa69bfe538da595c4e815fc')
+sha256sums=('e900f6500026f8c3ee4feb92e1d0a0c0abbee9ba507dad915b47a8ab7df9e1f3')
 
 build() {
   cd NetworkManager-vpnc-$pkgver


[arch-commits] Commit in network-manager-applet/repos (8 files)

2016-05-11 Thread Jan Steffens
Date: Wednesday, May 11, 2016 @ 15:01:08
  Author: heftig
Revision: 267801

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

Added:
  network-manager-applet/repos/extra-i686/PKGBUILD
(from rev 267800, network-manager-applet/trunk/PKGBUILD)
  network-manager-applet/repos/extra-x86_64/PKGBUILD
(from rev 267800, network-manager-applet/trunk/PKGBUILD)
Deleted:
  network-manager-applet/repos/extra-i686/PKGBUILD
  network-manager-applet/repos/extra-i686/network-manager-applet.install
  network-manager-applet/repos/extra-i686/nm-connection-editor.install
  network-manager-applet/repos/extra-x86_64/PKGBUILD
  network-manager-applet/repos/extra-x86_64/network-manager-applet.install
  network-manager-applet/repos/extra-x86_64/nm-connection-editor.install

-+
 /PKGBUILD   |  160 ++
 extra-i686/PKGBUILD |   84 -
 extra-i686/network-manager-applet.install   |   17 --
 extra-i686/nm-connection-editor.install |   12 -
 extra-x86_64/PKGBUILD   |   84 -
 extra-x86_64/network-manager-applet.install |   17 --
 extra-x86_64/nm-connection-editor.install   |   12 -
 7 files changed, 160 insertions(+), 226 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-05-11 13:00:04 UTC (rev 267800)
+++ extra-i686/PKGBUILD 2016-05-11 13:01:08 UTC (rev 267801)
@@ -1,84 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot 
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Arjan Timmerman 
-# Contributor: Wael Nasreddine 
-# Contributor: Tor Krill 
-# Contributor: Will Rea 
-
-pkgbase=network-manager-applet
-pkgname=(nm-connection-editor network-manager-applet)
-pkgver=1.2.0
-pkgrel=1
-pkgdesc="Applet for managing network connections"
-arch=(i686 x86_64)
-license=(GPL2 LGPL2.1)
-url="http://www.gnome.org/projects/NetworkManager/";
-makedepends=(libnm-glib libsecret gtk3 mobile-broadband-provider-info iso-codes
- libnotify libmm-glib intltool gobject-introspection libgudev)
-options=('!emptydirs')
-source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgbase/${pkgver::3}/$pkgbase-$pkgver.tar.xz)
-sha256sums=('934f244fbad1753cca06f456033547023a6f6c3364cf4b97b1b219bfdb981b36')
-
-prepare() {
-  mkdir -p nma/etc/xdg nma/usr/bin \
-nma/usr/share/{applications,icons/hicolor/22x22/apps,man/man1,nm-applet}
-  cd $pkgbase-$pkgver
-}
-
-build() {
-  cd $pkgbase-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc \
-  --localstatedir=/var \
-  --libexecdir=/usr/lib/networkmanager \
-  --disable-static \
-  --disable-maintainer-mode \
-  --disable-migration \
-  --with-modem-manager-1
-
-  # https://bugzilla.gnome.org/show_bug.cgi?id=655517
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-
-  make
-}
-
-check() {
-  cd $pkgbase-$pkgver
-  make -k check
-}
-
-package_nm-connection-editor() {
-  pkgdesc="NetworkManager GUI connection editor"
-  depends=(libnm-glib libgudev gtk3 mobile-broadband-provider-info iso-codes)
-  provides=("libnm-gtk=$pkgver-$pkgrel")
-  conflicts=(libnm-gtk)
-  replaces=(libnm-gtk)
-  install=nm-connection-editor.install
-
-  cd $pkgbase-$pkgver
-  make DESTDIR="$pkgdir" install
-
-### Split network-manager-applet
-  cd ../nma
-  mv "$pkgdir"/etc/xdg/autostart etc/xdg/
-  mv "$pkgdir"/usr/bin/nm-applet usr/bin/
-  mv "$pkgdir"/usr/share/GConf usr/share/
-
-  cd usr/share
-  mv "$pkgdir"/usr/share/applications/nm-applet.desktop applications/
-  mv "$pkgdir"/usr/share/man/man1/nm-applet.1 man/man1/
-  mv "$pkgdir"/usr/share/nm-applet/{{8021x,gsm-unlock,info}.ui,keyring.png} 
nm-applet/
-  
-  cd icons/hicolor/22x22
-  mv 
"$pkgdir"/usr/share/icons/hicolor/22x22/apps/nm-{adhoc,mb-roam,wwan-tower}.png 
apps/
-  mv 
"$pkgdir"/usr/share/icons/hicolor/22x22/apps/nm-{secure,vpn-active}-lock.png 
apps/
-  mv "$pkgdir"/usr/share/icons/hicolor/22x22/apps/nm-{signal,tech}-*.png apps/
-  mv "$pkgdir"/usr/share/icons/hicolor/22x22/apps/nm-*connecting*.png apps/
-}
-
-package_network-manager-applet() {
-  depends=(nm-connection-editor libmm-glib libnotify libsecret)
-  install=network-manager-applet.install
-
-  mv nma/* "$pkgdir"
-}

Copied: network-manager-applet/repos/extra-i686/PKGBUILD (from rev 267800, 
network-manager-applet/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-05-11 13:01:08 UTC (rev 267801)
@@ -0,0 +1,80 @@
+# $Id$
+# Maintainer: Jan de Groot 
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Arjan Timmerman 
+# Contributor: Wael Nasreddine 
+# Contributor: Tor Krill 
+# Contributor: Will Rea 
+
+pkgbase=network-manager-applet
+pkgname=(nm-connection-editor network-manager-applet)
+pkgdesc="Applet for managing network connections"
+url="https://wiki.gnome.org/Projects

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

2016-05-11 Thread Jan Steffens
Date: Wednesday, May 11, 2016 @ 15:00:04
  Author: heftig
Revision: 267800

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

Added:
  networkmanager/repos/extra-i686/NetworkManager.conf
(from rev 267799, networkmanager/trunk/NetworkManager.conf)
  networkmanager/repos/extra-i686/PKGBUILD
(from rev 267799, networkmanager/trunk/PKGBUILD)
  networkmanager/repos/extra-x86_64/NetworkManager.conf
(from rev 267799, networkmanager/trunk/NetworkManager.conf)
  networkmanager/repos/extra-x86_64/PKGBUILD
(from rev 267799, networkmanager/trunk/PKGBUILD)
Deleted:
  networkmanager/repos/extra-i686/NetworkManager.conf
  networkmanager/repos/extra-i686/PKGBUILD
  networkmanager/repos/extra-i686/dhcpv6-mixed.patch
  networkmanager/repos/extra-i686/hidepid.patch
  networkmanager/repos/extra-x86_64/NetworkManager.conf
  networkmanager/repos/extra-x86_64/PKGBUILD
  networkmanager/repos/extra-x86_64/dhcpv6-mixed.patch
  networkmanager/repos/extra-x86_64/hidepid.patch

--+
 /NetworkManager.conf |   18 ++
 /PKGBUILD|  236 +
 extra-i686/NetworkManager.conf   |9 -
 extra-i686/PKGBUILD  |  127 ---
 extra-i686/dhcpv6-mixed.patch|   34 -
 extra-i686/hidepid.patch |   54 
 extra-x86_64/NetworkManager.conf |9 -
 extra-x86_64/PKGBUILD|  127 ---
 extra-x86_64/dhcpv6-mixed.patch  |   34 -
 extra-x86_64/hidepid.patch   |   54 
 10 files changed, 254 insertions(+), 448 deletions(-)

Deleted: extra-i686/NetworkManager.conf
===
--- extra-i686/NetworkManager.conf  2016-05-11 12:55:16 UTC (rev 267799)
+++ extra-i686/NetworkManager.conf  2016-05-11 13:00:04 UTC (rev 267800)
@@ -1,9 +0,0 @@
-[main]
-plugins=keyfile
-dhcp=internal
-dns=default
-
-## HTTP-based connectivity check
-#[connectivity]
-#uri=http://nmcheck.gnome.org/check_network_status.txt
-#interval=100

Copied: networkmanager/repos/extra-i686/NetworkManager.conf (from rev 267799, 
networkmanager/trunk/NetworkManager.conf)
===
--- extra-i686/NetworkManager.conf  (rev 0)
+++ extra-i686/NetworkManager.conf  2016-05-11 13:00:04 UTC (rev 267800)
@@ -0,0 +1,9 @@
+[main]
+plugins=keyfile
+dhcp=internal
+dns=default
+
+## HTTP-based connectivity check
+#[connectivity]
+#uri=http://nmcheck.gnome.org/check_network_status.txt
+#interval=100

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-05-11 12:55:16 UTC (rev 267799)
+++ extra-i686/PKGBUILD 2016-05-11 13:00:04 UTC (rev 267800)
@@ -1,127 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Maintainer: Jan de Groot 
-# Contributor: Wael Nasreddine 
-# Contributor: Tor Krill 
-# Contributor: Will Rea 
-# Contributor: Valentine Sinitsyn 
-
-pkgbase=networkmanager
-pkgname=(networkmanager libnm-glib)
-pkgver=1.2.0
-pkgrel=3
-pkgdesc="Network Management daemon"
-arch=(i686 x86_64)
-license=(GPL2 LGPL2.1)
-url="http://www.gnome.org/projects/NetworkManager/";
-_pppver=2.4.7
-makedepends=(intltool dhclient iptables gobject-introspection gtk-doc
- "ppp=$_pppver" modemmanager dbus-glib iproute2 nss polkit
- wpa_supplicant libsoup systemd libgudev libmm-glib rp-pppoe
- libnewt libndp libteam vala perl-yaml python-gobject)
-checkdepends=(libx11 python-dbus)
-source=(https://download.gnome.org/sources/NetworkManager/${pkgver:0:3}/NetworkManager-$pkgver.tar.xz
-hidepid.patch dhcpv6-mixed.patch
-NetworkManager.conf)
-sha256sums=('e947cf30fa3d19dce88e6f6af51f06dc282b7db7996f946aaa37b03526ef2a80'
-'1de5b511b6b4a933739b0ef48ede1830fa3d6dea2277c1302b12b08fa83a73f1'
-'f7771790485f24d788fe35f5922ad044a29c6d89b34458d9e99938503b2a3b39'
-'452e4f77c1de92b1e08f6f58674a6c52a2b2d65b7deb0ba436e9afa91ee15103')
-
-prepare() {
-  cd NetworkManager-$pkgver
-
-  # https://bugs.archlinux.org/task/48984
-  patch -Np1 -i ../hidepid.patch
-
-  # https://bugs.archlinux.org/task/49081
-  patch -Np1 -i ../dhcpv6-mixed.patch
-
-  2to3 -w libnm src tools
-
-  NOCONFIGURE=1 ./autogen.sh
-}
-
-build() {
-  cd NetworkManager-$pkgver
-  ./configure --prefix=/usr \
---sysconfdir=/etc \
---localstatedir=/var \
---sbindir=/usr/bin \
---libexecdir=/usr/lib/networkmanager \
---with-crypto=nss \
---with-dhclient=/usr/bin/dhclient \
---without-dhcpcd \
---with-dnsmasq=/usr/bin/dnsmasq \
---with-iptables=/usr/bin/iptables \
---with-systemdsystemunitdir=/usr/lib/systemd/system \
---with-udev-dir=/usr/lib/udev \
---with-resolvconf=/usr/bin/resolvconf \
---with-pppd=/usr/bin/pppd \
---with-pppd-plugin-dir=/usr/lib/pppd/$_pppver \
---with-pppoe=/usr/bin/pppoe \
---with-

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

2016-05-11 Thread Allan McRae
Date: Wednesday, May 11, 2016 @ 14:55:16
  Author: allan
Revision: 267799

CVE-2016-3706, revert dlsym/dlvsym lookup errors patch

Modified:
  glibc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-05-11 12:47:28 UTC (rev 267798)
+++ PKGBUILD2016-05-11 12:55:16 UTC (rev 267799)
@@ -6,8 +6,8 @@
 
 pkgname=glibc
 pkgver=2.23
-pkgrel=3
-_commit=bbea74b2
+pkgrel=4
+_commit=a37d61a6
 pkgdesc="GNU C Library"
 arch=('i686' 'x86_64')
 url="http://www.gnu.org/software/libc";


[arch-commits] Commit in network-manager-applet/trunk (3 files)

2016-05-11 Thread Jan Steffens
Date: Wednesday, May 11, 2016 @ 14:47:28
  Author: heftig
Revision: 267798

1.2.2-1

Modified:
  network-manager-applet/trunk/PKGBUILD
Deleted:
  network-manager-applet/trunk/network-manager-applet.install
  network-manager-applet/trunk/nm-connection-editor.install

+
 PKGBUILD   |   20 
 network-manager-applet.install |   17 -
 nm-connection-editor.install   |   12 
 3 files changed, 8 insertions(+), 41 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-05-11 12:27:02 UTC (rev 267797)
+++ PKGBUILD2016-05-11 12:47:28 UTC (rev 267798)
@@ -8,17 +8,17 @@
 
 pkgbase=network-manager-applet
 pkgname=(nm-connection-editor network-manager-applet)
-pkgver=1.2.0
+pkgdesc="Applet for managing network connections"
+url="https://wiki.gnome.org/Projects/NetworkManager/";
+pkgver=1.2.2
 pkgrel=1
-pkgdesc="Applet for managing network connections"
 arch=(i686 x86_64)
 license=(GPL2 LGPL2.1)
-url="http://www.gnome.org/projects/NetworkManager/";
-makedepends=(libnm-glib libsecret gtk3 mobile-broadband-provider-info iso-codes
- libnotify libmm-glib intltool gobject-introspection libgudev)
-options=('!emptydirs')
-source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgbase/${pkgver::3}/$pkgbase-$pkgver.tar.xz)
-sha256sums=('934f244fbad1753cca06f456033547023a6f6c3364cf4b97b1b219bfdb981b36')
+depends=(libnm-glib libgudev gtk3 mobile-broadband-provider-info iso-codes)
+makedepends=(libsecret libnotify libmm-glib intltool gobject-introspection)
+options=(!emptydirs)
+source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgbase/${pkgver:0:3}/$pkgbase-$pkgver.tar.xz)
+sha256sums=('02b42e7c17c9cd6c840563750da92ce58da1ec621df7f0c2402016026e727756')
 
 prepare() {
   mkdir -p nma/etc/xdg nma/usr/bin \
@@ -49,11 +49,9 @@
 
 package_nm-connection-editor() {
   pkgdesc="NetworkManager GUI connection editor"
-  depends=(libnm-glib libgudev gtk3 mobile-broadband-provider-info iso-codes)
   provides=("libnm-gtk=$pkgver-$pkgrel")
   conflicts=(libnm-gtk)
   replaces=(libnm-gtk)
-  install=nm-connection-editor.install
 
   cd $pkgbase-$pkgver
   make DESTDIR="$pkgdir" install
@@ -78,7 +76,5 @@
 
 package_network-manager-applet() {
   depends=(nm-connection-editor libmm-glib libnotify libsecret)
-  install=network-manager-applet.install
-
   mv nma/* "$pkgdir"
 }

Deleted: network-manager-applet.install
===
--- network-manager-applet.install  2016-05-11 12:27:02 UTC (rev 267797)
+++ network-manager-applet.install  2016-05-11 12:47:28 UTC (rev 267798)
@@ -1,17 +0,0 @@
-post_install() {
-  gtk-update-icon-cache -f -q -t /usr/share/icons/hicolor
-}
-
-pre_upgrade() {
-  if (( $(vercmp $2 0.9.6.0) < 0 )); then
-gconfpkg --uninstall network-manager-applet
-  fi
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-} 

Deleted: nm-connection-editor.install
===
--- nm-connection-editor.install2016-05-11 12:27:02 UTC (rev 267797)
+++ nm-connection-editor.install2016-05-11 12:47:28 UTC (rev 267798)
@@ -1,12 +0,0 @@
-post_install() {
-  glib-compile-schemas /usr/share/glib-2.0/schemas
-  gtk-update-icon-cache -f -q -t /usr/share/icons/hicolor
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-} 


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

2016-05-11 Thread Jan Steffens
Date: Wednesday, May 11, 2016 @ 14:27:02
  Author: heftig
Revision: 267797

1.2.2-1

Modified:
  networkmanager/trunk/PKGBUILD
Deleted:
  networkmanager/trunk/dhcpv6-mixed.patch
  networkmanager/trunk/hidepid.patch

+
 PKGBUILD   |   15 ++
 dhcpv6-mixed.patch |   34 
 hidepid.patch  |   54 ---
 3 files changed, 3 insertions(+), 100 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-05-11 12:00:10 UTC (rev 267796)
+++ PKGBUILD2016-05-11 12:27:02 UTC (rev 267797)
@@ -8,8 +8,8 @@
 
 pkgbase=networkmanager
 pkgname=(networkmanager libnm-glib)
-pkgver=1.2.0
-pkgrel=3
+pkgver=1.2.2
+pkgrel=1
 pkgdesc="Network Management daemon"
 arch=(i686 x86_64)
 license=(GPL2 LGPL2.1)
@@ -21,22 +21,13 @@
  libnewt libndp libteam vala perl-yaml python-gobject)
 checkdepends=(libx11 python-dbus)
 
source=(https://download.gnome.org/sources/NetworkManager/${pkgver:0:3}/NetworkManager-$pkgver.tar.xz
-hidepid.patch dhcpv6-mixed.patch
 NetworkManager.conf)
-sha256sums=('e947cf30fa3d19dce88e6f6af51f06dc282b7db7996f946aaa37b03526ef2a80'
-'1de5b511b6b4a933739b0ef48ede1830fa3d6dea2277c1302b12b08fa83a73f1'
-'f7771790485f24d788fe35f5922ad044a29c6d89b34458d9e99938503b2a3b39'
+sha256sums=('41d8082e027f58bb5fa4181f93742606ab99c659794a18e2823eff22df0eecd9'
 '452e4f77c1de92b1e08f6f58674a6c52a2b2d65b7deb0ba436e9afa91ee15103')
 
 prepare() {
   cd NetworkManager-$pkgver
 
-  # https://bugs.archlinux.org/task/48984
-  patch -Np1 -i ../hidepid.patch
-
-  # https://bugs.archlinux.org/task/49081
-  patch -Np1 -i ../dhcpv6-mixed.patch
-
   2to3 -w libnm src tools
 
   NOCONFIGURE=1 ./autogen.sh

Deleted: dhcpv6-mixed.patch
===
--- dhcpv6-mixed.patch  2016-05-11 12:00:10 UTC (rev 267796)
+++ dhcpv6-mixed.patch  2016-05-11 12:27:02 UTC (rev 267797)
@@ -1,34 +0,0 @@
-From 50dc5fecabc2c3434d7a652b4f5642556b4e87bf Mon Sep 17 00:00:00 2001
-From: Dan Williams 
-Date: Mon, 25 Apr 2016 15:39:50 -0500
-Subject: dhcp/systemd: actually hook up information-only mode
-
-Fixes: 89d1e466157839096b446068a780cb2563424a5a
-Tested-by: Celti on IRC
-(cherry picked from commit 8c8a577a30acc0b5f1d4765493f6547f275477b0)
-
-diff --git a/src/dhcp-manager/nm-dhcp-systemd.c 
b/src/dhcp-manager/nm-dhcp-systemd.c
-index 5d49c27..1674341 100644
 a/src/dhcp-manager/nm-dhcp-systemd.c
-+++ b/src/dhcp-manager/nm-dhcp-systemd.c
-@@ -857,6 +857,7 @@ dhcp6_event_cb (sd_dhcp6_client *client, int event, 
gpointer user_data)
-   nm_dhcp_client_set_state (NM_DHCP_CLIENT (user_data), 
NM_DHCP_STATE_FAIL, NULL, NULL);
-   break;
-   case SD_DHCP6_CLIENT_EVENT_IP_ACQUIRE:
-+  case SD_DHCP6_CLIENT_EVENT_INFORMATION_REQUEST:
-   bound6_handle (self);
-   break;
-   default:
-@@ -893,6 +894,9 @@ ip6_start (NMDhcpClient *client,
-   return FALSE;
-   }
- 
-+  if (info_only)
-+  sd_dhcp6_client_set_information_request (priv->client6, 1);
-+
-   /* NM stores the entire DUID which includes the uint16 "type", while 
systemd
-* wants the type passed separately from the following data.
-*/
--- 
-cgit v0.10.2
-

Deleted: hidepid.patch
===
--- hidepid.patch   2016-05-11 12:00:10 UTC (rev 267796)
+++ hidepid.patch   2016-05-11 12:27:02 UTC (rev 267797)
@@ -1,54 +0,0 @@
-From 4f06ae603e268f237d439afe3f3e7e662a0c2727 Mon Sep 17 00:00:00 2001
-From: Thomas Haller 
-Date: Fri, 22 Apr 2016 11:36:26 +0200
-Subject: auth: allow failures to read process start_time from /proc/$PID/stat
- with hidepid
-
-When mounting /proc with hidepid, we might fail to read the
-start-time of the process from /proc/$PID/stat. In this case,
-we should just accept a start-time of zero.
-
-On the other side of authentication, polkit should accept a zero
-start-time too.
-
-nm_utils_get_start_time_for_pid() has other uses in NetworkManager,
-mostly when killing a process from a PIDFILE or during
-nm_utils_kill_process_sync(). In both these cases, this will only
-succeed if we try to kill a process that also runs a root.
-
-For processes started by the current instance, we don't care about the
-PIDFILE and use nm_utils_kill_child_?sync() -- so there is no problem
-with hidepid there.
-
-https://bugzilla.gnome.org/show_bug.cgi?id=764502
-(cherry picked from commit 3d505b3f87c9cb9bfdc9b9a1fc67f57330701d03)
-
-diff --git a/src/nm-auth-subject.c b/src/nm-auth-subject.c
-index 494d52d..86b873f 100644
 a/src/nm-auth-subject.c
-+++ b/src/nm-auth-subject.c
-@@ -360,9 +360,18 @@ constructed (GObject *object)
-   priv->unix_process.start_time = nm_utils_get_start_time_for_pid 
(priv->unix_process.pid, NULL, NULL);
- 
- 

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

2016-05-11 Thread Florian Pritz
Date: Wednesday, May 11, 2016 @ 14:00:10
  Author: bluewind
Revision: 267796

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

Added:
  razor/repos/staging-i686/PKGBUILD
(from rev 267795, razor/trunk/PKGBUILD)
  razor/repos/staging-i686/razor-2.85-cosmetic-pv-fix.patch
(from rev 267795, razor/trunk/razor-2.85-cosmetic-pv-fix.patch)
  razor/repos/staging-i686/razor-2.85-makefile-quoting-fix.patch
(from rev 267795, razor/trunk/razor-2.85-makefile-quoting-fix.patch)
  razor/repos/staging-x86_64/PKGBUILD
(from rev 267795, razor/trunk/PKGBUILD)
  razor/repos/staging-x86_64/razor-2.85-cosmetic-pv-fix.patch
(from rev 267795, razor/trunk/razor-2.85-cosmetic-pv-fix.patch)
  razor/repos/staging-x86_64/razor-2.85-makefile-quoting-fix.patch
(from rev 267795, razor/trunk/razor-2.85-makefile-quoting-fix.patch)
Deleted:
  razor/repos/staging-i686/PKGBUILD
  razor/repos/staging-i686/razor-2.85-cosmetic-pv-fix.patch
  razor/repos/staging-i686/razor-2.85-makefile-quoting-fix.patch
  razor/repos/staging-x86_64/PKGBUILD
  razor/repos/staging-x86_64/razor-2.85-cosmetic-pv-fix.patch
  razor/repos/staging-x86_64/razor-2.85-makefile-quoting-fix.patch

--+
 /PKGBUILD|  106 +
 /razor-2.85-cosmetic-pv-fix.patch|   44 +++
 /razor-2.85-makefile-quoting-fix.patch   |   30 
 staging-i686/PKGBUILD|   53 
 staging-i686/razor-2.85-cosmetic-pv-fix.patch|   22 ---
 staging-i686/razor-2.85-makefile-quoting-fix.patch   |   15 --
 staging-x86_64/PKGBUILD  |   53 
 staging-x86_64/razor-2.85-cosmetic-pv-fix.patch  |   22 ---
 staging-x86_64/razor-2.85-makefile-quoting-fix.patch |   15 --
 9 files changed, 180 insertions(+), 180 deletions(-)

Deleted: staging-i686/PKGBUILD
===
--- staging-i686/PKGBUILD   2016-05-11 12:00:04 UTC (rev 267795)
+++ staging-i686/PKGBUILD   2016-05-11 12:00:10 UTC (rev 267796)
@@ -1,53 +0,0 @@
-# $Id$
-# Maintainer:
-# Contributor: Dale Blount 
-# Contributor: Manolis Tzanidakis
-
-pkgname=razor
-pkgver=2.85
-pkgrel=6
-pkgdesc="A distributed, collaborative, spam detection and filtering network"
-arch=('i686' 'x86_64')
-url="http://razor.sourceforge.net";
-license=('PerlArtistic')
-depends=('perl-net-dns' 'perl-digest-sha1' 'perl-uri' 'perl-digest-nilsimsa' 
'perl')
-options=('!emptydirs')
-source=("http://downloads.sourceforge.net/${pkgname}/${pkgname}-agents-${pkgver}.tar.bz2";
- razor-2.85-cosmetic-pv-fix.patch
- razor-2.85-makefile-quoting-fix.patch)
-md5sums=('014d08db40187cb1316482191566b012'
- '850645e088b21845f4b6653623d59515'
- '6543caaf0a4086e65de1fb61c8dd5b7b')
-
-prepare() {
-  cd ${pkgname}-agents-${pkgver}
-
-  patch -p1 -i ../razor-2.85-cosmetic-pv-fix.patch
-
-  # ExtUtils::MakeMaker >= 6.99_09 has quotes around paths
-  patch -p1 -i ../razor-2.85-makefile-quoting-fix.patch
-}
-
-build() {
-  cd ${pkgname}-agents-${pkgver}
-  perl Makefile.PL INSTALLDIRS=vendor
-  make
-}
-
-check() {
-  cd ${pkgname}-agents-${pkgver}
-  make test
-}
-
-package() {
-  cd ${pkgname}-agents-${pkgver}
-  make DESTDIR="${pkgdir}" install
-
-# template start; name=perl-binary-module-dependency; version=1;
-if [[ $(find "$pkgdir/usr/lib/perl5/" -name "*.so") ]]; then
-   _perlver_min=$(perl -e '$v = $^V->{version}; print 
$v->[0].".".($v->[1]);')
-   _perlver_max=$(perl -e '$v = $^V->{version}; print 
$v->[0].".".($v->[1]+1);')
-   depends+=("perl>=$_perlver_min" "perl<$_perlver_max")
-fi
-# template end;
-}

Copied: razor/repos/staging-i686/PKGBUILD (from rev 267795, 
razor/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2016-05-11 12:00:10 UTC (rev 267796)
@@ -0,0 +1,53 @@
+# $Id$
+# Maintainer:
+# Contributor: Dale Blount 
+# Contributor: Manolis Tzanidakis
+
+pkgname=razor
+pkgver=2.85
+pkgrel=7
+pkgdesc="A distributed, collaborative, spam detection and filtering network"
+arch=('i686' 'x86_64')
+url="http://razor.sourceforge.net";
+license=('PerlArtistic')
+depends=('perl-net-dns' 'perl-digest-sha1' 'perl-uri' 'perl-digest-nilsimsa' 
'perl')
+options=('!emptydirs')
+source=("http://downloads.sourceforge.net/${pkgname}/${pkgname}-agents-${pkgver}.tar.bz2";
+ razor-2.85-cosmetic-pv-fix.patch
+ razor-2.85-makefile-quoting-fix.patch)
+md5sums=('014d08db40187cb1316482191566b012'
+ '850645e088b21845f4b6653623d59515'
+ '6543caaf0a4086e65de1fb61c8dd5b7b')
+
+prepare() {
+  cd ${pkgname}-agents-${pkgver}
+
+  patch -p1 -i ../razor-2.85-cosmetic-pv-fix.patch
+
+  # ExtUtils::MakeMaker >= 6.99_09 has quotes around paths
+  patch -p1 -i ../razor-2.85-makefile-quoting-fix.patch
+}
+
+build(

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

2016-05-11 Thread Florian Pritz
Date: Wednesday, May 11, 2016 @ 14:00:04
  Author: bluewind
Revision: 267795

upgpkg: razor 2.85-7

perl 5.24 rebuild

Modified:
  razor/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-05-11 11:57:57 UTC (rev 267794)
+++ PKGBUILD2016-05-11 12:00:04 UTC (rev 267795)
@@ -5,7 +5,7 @@
 
 pkgname=razor
 pkgver=2.85
-pkgrel=6
+pkgrel=7
 pkgdesc="A distributed, collaborative, spam detection and filtering network"
 arch=('i686' 'x86_64')
 url="http://razor.sourceforge.net";


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

2016-05-11 Thread Andreas Radke
Date: Wednesday, May 11, 2016 @ 13:57:57
  Author: andyrtr
Revision: 267794

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

Added:
  claws-mail/repos/staging-i686/
  claws-mail/repos/staging-i686/PKGBUILD
(from rev 267793, claws-mail/trunk/PKGBUILD)
  claws-mail/repos/staging-x86_64/
  claws-mail/repos/staging-x86_64/PKGBUILD
(from rev 267793, claws-mail/trunk/PKGBUILD)

-+
 staging-i686/PKGBUILD   |   74 ++
 staging-x86_64/PKGBUILD |   74 ++
 2 files changed, 148 insertions(+)

Copied: claws-mail/repos/staging-i686/PKGBUILD (from rev 267793, 
claws-mail/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2016-05-11 11:57:57 UTC (rev 267794)
@@ -0,0 +1,74 @@
+# $Id$
+# Maintainer: Andreas Radke 
+
+pkgname=claws-mail
+pkgver=3.13.2
+pkgrel=5
+pkgdesc="A GTK+ based e-mail client."
+arch=('i686' 'x86_64')
+license=('GPL3')
+url="http://www.claws-mail.org";
+depends=('gtk2' 'gnutls' 'startup-notification' 'enchant' 'gpgme' 'libetpan' 
'compface'
+ 'libsm' 'dbus-glib' 'hicolor-icon-theme' 'desktop-file-utils')
+makedepends=('spamassassin' 'bogofilter' 'valgrind'
+ # dependencies for plugins
+ 'libsoup' 'libgdata' 'webkitgtk2' 'libnotify' 'libcanberra' 
'poppler-glib' 'pygtk'
+ # deps to build the docs
+ 'docbook-utils') 
+ #'libchamplain' needed for geolocation plugin, disabled for now - 
most time it's not compatible with current gnome releases
+optdepends=('python2:   needed for some tools and python plugin'
+'perl:  needed for some tools and perl plugin'
+'spamassassin:  adds support for spamfiltering'
+'bogofilter:adds support for spamfiltering'
+'libnotify: for notification plugin'
+'libcanberra:   for notification plugin'
+'dbus:  for notification plugin'
+'libxml2:   for gtkhtml2_viewer and rssyl plugins'
+'curl:  for gtkhtml2_viewer, vcalendar, rssyl and 
spamreport plugins'
+'libarchive:for archive plugin and various other plugins'
+'libytnef:  for tnef_parse plugin'
+'webkitgtk2:for the fancy webkit html plugin'
+'libsoup:   for the fancy webkit html plugin'
+   'libgdata:  for gdata plugin'
+   'poppler-glib:  for pdf viewer plugin'
+   'ghostscript:   for pdf viewer plugin')
+replaces=('sylpheed-claws' 'claws-mail-extra-plugins')
+conflicts=('claws-mail-extra-plugins')
+provides=('claws')
+source=(http://www.claws-mail.org/download.php?file=releases/claws-mail-$pkgver.tar.xz{,.asc})
+sha256sums=('6a731052814b3284abeca1662d47817a86e018bc7123ab428f015f0cfab40ad1'
+'SKIP')
+validpgpkeys=('8B3B297A03468356692F8D592CD716D654D6BBD4') # Paul 

+
+build() {
+  cd ${pkgname}-${pkgver}
+ 
+  # fixes for python2
+  export PYTHON="/usr/bin/python2"
+  sed -i 's@^#!.*python.*@#!/usr/bin/python2@' tools/*.py
+  sed -i 's:python -c:python2 -c:g' configure
+  
+  ./configure --prefix=/usr --disable-static \
+--enable-enchant \
+--enable-gnutls \
+--enable-ldap \
+--enable-crash-dialog \
+--enable-pgpmime-plugin \
+--enable-spamassassin-plugin \
+--enable-bogofilter-plugin#--help
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+
+  # build and install extra tools
+  cd tools
+  make
+   # all executables and .conf files ; only top directory
+  find -maxdepth 1 -type f -and -perm /111 -or -name '*.conf' | while read i ; 
do
+  install -D -m755 ${i} \
+${pkgdir}/usr/lib/claws-mail/tools/${i}
+  done
+}

Copied: claws-mail/repos/staging-x86_64/PKGBUILD (from rev 267793, 
claws-mail/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2016-05-11 11:57:57 UTC (rev 267794)
@@ -0,0 +1,74 @@
+# $Id$
+# Maintainer: Andreas Radke 
+
+pkgname=claws-mail
+pkgver=3.13.2
+pkgrel=5
+pkgdesc="A GTK+ based e-mail client."
+arch=('i686' 'x86_64')
+license=('GPL3')
+url="http://www.claws-mail.org";
+depends=('gtk2' 'gnutls' 'startup-notification' 'enchant' 'gpgme' 'libetpan' 
'compface'
+ 'libsm' 'dbus-glib' 'hicolor-icon-theme' 'desktop-file-utils')
+makedepends=('spamassassin' 'bogofilter' 'valgrind'
+ # dependencies for plugins
+ 'libsoup' 'libgdata' 'webkitgtk2' 'libnotify' 'libcanberra' 
'poppler-glib' 'pygtk'
+ # deps to build the docs
+ 'docbook-utils') 
+ #'libchamplain' needed for geolocation plugin, disabled for n

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

2016-05-11 Thread Andreas Radke
Date: Wednesday, May 11, 2016 @ 13:57:44
  Author: andyrtr
Revision: 267793

upgpkg: claws-mail 3.13.2-5

perl 5.24 rebuild

Modified:
  claws-mail/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-05-11 11:50:21 UTC (rev 267792)
+++ PKGBUILD2016-05-11 11:57:44 UTC (rev 267793)
@@ -3,7 +3,7 @@
 
 pkgname=claws-mail
 pkgver=3.13.2
-pkgrel=4
+pkgrel=5
 pkgdesc="A GTK+ based e-mail client."
 arch=('i686' 'x86_64')
 license=('GPL3')


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

2016-05-11 Thread Florian Pritz
Date: Wednesday, May 11, 2016 @ 13:50:15
  Author: bluewind
Revision: 267791

upgpkg: perl-crypt-ssleay 0.73_04-4

perl 5.24 rebuild

Modified:
  perl-crypt-ssleay/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-05-11 10:17:53 UTC (rev 267790)
+++ PKGBUILD2016-05-11 11:50:15 UTC (rev 267791)
@@ -4,7 +4,7 @@
 
 pkgname=perl-crypt-ssleay
 pkgver=0.73_04
-pkgrel=3
+pkgrel=4
 pkgdesc="OpenSSL glue that provides LWP https support"
 arch=('i686' 'x86_64')
 url="http://search.cpan.org/dist/Crypt-SSLeay";


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

2016-05-11 Thread Florian Pritz
Date: Wednesday, May 11, 2016 @ 13:50:21
  Author: bluewind
Revision: 267792

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

Added:
  perl-crypt-ssleay/repos/staging-i686/PKGBUILD
(from rev 267791, perl-crypt-ssleay/trunk/PKGBUILD)
  perl-crypt-ssleay/repos/staging-x86_64/PKGBUILD
(from rev 267791, perl-crypt-ssleay/trunk/PKGBUILD)
Deleted:
  perl-crypt-ssleay/repos/staging-i686/PKGBUILD
  perl-crypt-ssleay/repos/staging-x86_64/PKGBUILD

-+
 /PKGBUILD   |   90 ++
 staging-i686/PKGBUILD   |   45 ---
 staging-x86_64/PKGBUILD |   45 ---
 3 files changed, 90 insertions(+), 90 deletions(-)

Deleted: staging-i686/PKGBUILD
===
--- staging-i686/PKGBUILD   2016-05-11 11:50:15 UTC (rev 267791)
+++ staging-i686/PKGBUILD   2016-05-11 11:50:21 UTC (rev 267792)
@@ -1,45 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora 
-# Contributor: François Charette 
-
-pkgname=perl-crypt-ssleay
-pkgver=0.73_04
-pkgrel=3
-pkgdesc="OpenSSL glue that provides LWP https support"
-arch=('i686' 'x86_64')
-url="http://search.cpan.org/dist/Crypt-SSLeay";
-license=('GPL' 'PerlArtistic')
-depends=('perl-lwp-protocol-https' 'perl-try-tiny' 'perl-path-class')
-options=('!emptydirs')
-source=(http://www.cpan.org/CPAN/authors/id/N/NA/NANIS/Crypt-SSLeay-$pkgver.tar.gz)
-md5sums=('7508b2a34da2202cc0c78deb59e36526')
-
-build() {
-  cd  "${srcdir}/Crypt-SSLeay-${pkgver}"
-
-  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
-  make
-}
-
-check() {
-  cd  "${srcdir}/Crypt-SSLeay-${pkgver}"
-
-#  make test
-}
-
-package() {
-  cd  "${srcdir}/Crypt-SSLeay-${pkgver}"
-
-  make install DESTDIR="${pkgdir}"
-
-  find ${pkgdir} -name '.packlist' -delete
-  find ${pkgdir} -name '*.pod' -delete
-
-# template start; name=perl-binary-module-dependency; version=1;
-if [[ $(find "$pkgdir/usr/lib/perl5/" -name "*.so") ]]; then
-   _perlver_min=$(perl -e '$v = $^V->{version}; print 
$v->[0].".".($v->[1]);')
-   _perlver_max=$(perl -e '$v = $^V->{version}; print 
$v->[0].".".($v->[1]+1);')
-   depends+=("perl>=$_perlver_min" "perl<$_perlver_max")
-fi
-# template end;
-}

Copied: perl-crypt-ssleay/repos/staging-i686/PKGBUILD (from rev 267791, 
perl-crypt-ssleay/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2016-05-11 11:50:21 UTC (rev 267792)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Giovanni Scafora 
+# Contributor: François Charette 
+
+pkgname=perl-crypt-ssleay
+pkgver=0.73_04
+pkgrel=4
+pkgdesc="OpenSSL glue that provides LWP https support"
+arch=('i686' 'x86_64')
+url="http://search.cpan.org/dist/Crypt-SSLeay";
+license=('GPL' 'PerlArtistic')
+depends=('perl-lwp-protocol-https' 'perl-try-tiny' 'perl-path-class')
+options=('!emptydirs')
+source=(http://www.cpan.org/CPAN/authors/id/N/NA/NANIS/Crypt-SSLeay-$pkgver.tar.gz)
+md5sums=('7508b2a34da2202cc0c78deb59e36526')
+
+build() {
+  cd  "${srcdir}/Crypt-SSLeay-${pkgver}"
+
+  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd  "${srcdir}/Crypt-SSLeay-${pkgver}"
+
+#  make test
+}
+
+package() {
+  cd  "${srcdir}/Crypt-SSLeay-${pkgver}"
+
+  make install DESTDIR="${pkgdir}"
+
+  find ${pkgdir} -name '.packlist' -delete
+  find ${pkgdir} -name '*.pod' -delete
+
+# template start; name=perl-binary-module-dependency; version=1;
+if [[ $(find "$pkgdir/usr/lib/perl5/" -name "*.so") ]]; then
+   _perlver_min=$(perl -e '$v = $^V->{version}; print 
$v->[0].".".($v->[1]);')
+   _perlver_max=$(perl -e '$v = $^V->{version}; print 
$v->[0].".".($v->[1]+1);')
+   depends+=("perl>=$_perlver_min" "perl<$_perlver_max")
+fi
+# template end;
+}

Deleted: staging-x86_64/PKGBUILD
===
--- staging-x86_64/PKGBUILD 2016-05-11 11:50:15 UTC (rev 267791)
+++ staging-x86_64/PKGBUILD 2016-05-11 11:50:21 UTC (rev 267792)
@@ -1,45 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora 
-# Contributor: François Charette 
-
-pkgname=perl-crypt-ssleay
-pkgver=0.73_04
-pkgrel=3
-pkgdesc="OpenSSL glue that provides LWP https support"
-arch=('i686' 'x86_64')
-url="http://search.cpan.org/dist/Crypt-SSLeay";
-license=('GPL' 'PerlArtistic')
-depends=('perl-lwp-protocol-https' 'perl-try-tiny' 'perl-path-class')
-options=('!emptydirs')
-source=(http://www.cpan.org/CPAN/authors/id/N/NA/NANIS/Crypt-SSLeay-$pkgver.tar.gz)
-md5sums=('7508b2a34da2202cc0c78deb59e36526')
-
-build() {
-  cd  "${srcdir}/Crypt-SSLeay-${pkgver}"
-
-  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
-  make
-}
-
-check() {
-  cd  "${srcdir}/Crypt-SSLeay-${pkgver}"
-
-#  make test
-}
-
-package() {
-  cd  "${srcdir}/Crypt-SSLeay-${pkgver}"
-
-  make install DESTDIR="${pkgdir}"
-
-  find ${pkgdir} -name '.pac

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

2016-05-11 Thread Evangelos Foutras
Date: Wednesday, May 11, 2016 @ 12:17:53
  Author: foutrelis
Revision: 267790

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

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

+
 /PKGBUILD  |  104 +++
 /p7zip.install |   18 +++
 extra-i686/PKGBUILD|   54 --
 extra-i686/p7zip.install   |9 ---
 extra-x86_64/PKGBUILD  |   54 --
 extra-x86_64/p7zip.install |9 ---
 6 files changed, 122 insertions(+), 126 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-05-11 10:17:43 UTC (rev 267789)
+++ extra-i686/PKGBUILD 2016-05-11 10:17:53 UTC (rev 267790)
@@ -1,54 +0,0 @@
-# $Id$
-# Maintainer: Evangelos Foutras 
-# Contributor: Gaetan Bisson 
-# Contributor: Thayer Williams 
-# Contributor: Hugo Doria 
-# Contributor: TuxSpirit  2007/11/17 21:22:36 UTC
-# Contributor: Daniel J Griffiths 
-
-pkgname=p7zip
-pkgver=9.38.1
-pkgrel=4
-pkgdesc="Command-line file archiver with high compression ratio"
-arch=('i686' 'x86_64')
-url="http://p7zip.sourceforge.net/";
-license=('LGPL' 'custom:unRAR')
-depends=('gcc-libs' 'sh')
-makedepends_i686=('nasm')
-makedepends_x86_64=('yasm')
-install=$pkgname.install
-source=(https://downloads.sourceforge.net/project/$pkgname/$pkgname/$pkgver/${pkgname}_${pkgver}_src_all.tar.bz2)
-sha256sums=('fd5019109c9a1bf34ad3257d37a6853eae8151ff50345f0a3ffba7d8c5fdb995')
-
-prepare() {
-  cd "$srcdir/${pkgname}_$pkgver"
-
-  if [[ $CARCH = x86_64 ]]; then
-cp makefile.linux_amd64_asm makefile.machine
-  else
-cp makefile.linux_x86_asm_gcc_4.X makefile.machine
-  fi
-}
-
-build() {
-  cd "$srcdir/${pkgname}_$pkgver"
-  make all3 OPTFLAGS="$CFLAGS"
-}
-
-package() {
-  cd "$srcdir/${pkgname}_$pkgver"
-
-  make install \
-DEST_DIR="$pkgdir" \
-DEST_HOME=/usr \
-DEST_MAN=/usr/share/man
-
-  install -d "${pkgdir}"/usr/share/licenses/p7zip
-  ln -s -t "$pkgdir/usr/share/licenses/p7zip/" \
-/usr/share/doc/p7zip/DOC/License.txt \
-/usr/share/doc/p7zip/DOC/unRarLicense.txt
-
-  chmod -R a+r,u+w,a+X "$pkgdir/usr"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: p7zip/repos/extra-i686/PKGBUILD (from rev 267789, p7zip/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-05-11 10:17:53 UTC (rev 267790)
@@ -0,0 +1,52 @@
+# $Id$
+# Maintainer: Evangelos Foutras 
+# Contributor: Gaetan Bisson 
+# Contributor: Thayer Williams 
+# Contributor: Hugo Doria 
+# Contributor: TuxSpirit  2007/11/17 21:22:36 UTC
+# Contributor: Daniel J Griffiths 
+
+pkgname=p7zip
+pkgver=15.14.1
+pkgrel=1
+pkgdesc="Command-line file archiver with high compression ratio"
+arch=('i686' 'x86_64')
+url="http://p7zip.sourceforge.net/";
+license=('LGPL' 'custom:unRAR')
+depends=('gcc-libs' 'sh')
+makedepends_i686=('nasm')
+makedepends_x86_64=('yasm')
+install=$pkgname.install
+source=(https://downloads.sourceforge.net/project/$pkgname/$pkgname/$pkgver/${pkgname}_${pkgver}_src_all.tar.bz2)
+sha256sums=('699db4da3621904113e040703220abb1148dfef477b55305e2f14a4f1f8f25d4')
+
+prepare() {
+  cd "$srcdir/${pkgname}_$pkgver"
+
+  if [[ $CARCH = x86_64 ]]; then
+cp makefile.linux_amd64_asm makefile.machine
+  else
+cp makefile.linux_x86_asm_gcc_4.X makefile.machine
+  fi
+}
+
+build() {
+  cd "$srcdir/${pkgname}_$pkgver"
+  make all3 OPTFLAGS="$CFLAGS"
+}
+
+package() {
+  cd "$srcdir/${pkgname}_$pkgver"
+
+  make install \
+DEST_DIR="$pkgdir" \
+DEST_HOME=/usr \
+DEST_MAN=/usr/share/man
+
+  install -d "${pkgdir}"/usr/share/licenses/p7zip
+  ln -s -t "$pkgdir/usr/share/licenses/p7zip/" \
+/usr/share/doc/p7zip/DOC/License.txt \
+/usr/share/doc/p7zip/DOC/unRarLicense.txt
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: extra-i686/p7zip.install
===
--- extra-i686/p7zip.install2016-05-11 10:17:43 UTC (rev 267789)
+++ extra-i686/p7zip.install2016-05-11 10:17:53 UTC (rev 267790)
@@ -1,9 +0,0 @@
-post_upgrade() {
-  if (($(vercmp $2 9.38.1-3) < 0)); then
-echo ':: The 7zFM graphical frontend is no longer included in this 
package.'
-echo '   If you used it, consider installing one of the following 
packages:'
-echo '   1) file-roller, 2) engrampa, 3) kdeutils-ark.'
-  fi
-}
-
-# vim:set ts=2 sw=2 et:

Copied: p7zip/repos/extra-i686/p7z

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

2016-05-11 Thread Evangelos Foutras
Date: Wednesday, May 11, 2016 @ 12:17:43
  Author: foutrelis
Revision: 267789

upgpkg: p7zip 15.14.1-1

New upstream release.

Modified:
  p7zip/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-05-11 08:48:24 UTC (rev 267788)
+++ PKGBUILD2016-05-11 10:17:43 UTC (rev 267789)
@@ -7,8 +7,8 @@
 # Contributor: Daniel J Griffiths 
 
 pkgname=p7zip
-pkgver=9.38.1
-pkgrel=4
+pkgver=15.14.1
+pkgrel=1
 pkgdesc="Command-line file archiver with high compression ratio"
 arch=('i686' 'x86_64')
 url="http://p7zip.sourceforge.net/";
@@ -18,7 +18,7 @@
 makedepends_x86_64=('yasm')
 install=$pkgname.install
 
source=(https://downloads.sourceforge.net/project/$pkgname/$pkgname/$pkgver/${pkgname}_${pkgver}_src_all.tar.bz2)
-sha256sums=('fd5019109c9a1bf34ad3257d37a6853eae8151ff50345f0a3ffba7d8c5fdb995')
+sha256sums=('699db4da3621904113e040703220abb1148dfef477b55305e2f14a4f1f8f25d4')
 
 prepare() {
   cd "$srcdir/${pkgname}_$pkgver"
@@ -47,8 +47,6 @@
   ln -s -t "$pkgdir/usr/share/licenses/p7zip/" \
 /usr/share/doc/p7zip/DOC/License.txt \
 /usr/share/doc/p7zip/DOC/unRarLicense.txt
-
-  chmod -R a+r,u+w,a+X "$pkgdir/usr"
 }
 
 # vim:set ts=2 sw=2 et:


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

2016-05-11 Thread Andreas Radke
Date: Wednesday, May 11, 2016 @ 10:48:24
  Author: andyrtr
Revision: 267788

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

Added:
  gtk3/repos/extra-i686/PKGBUILD
(from rev 267787, gtk3/trunk/PKGBUILD)
  gtk3/repos/extra-i686/gtk-query-immodules-3.0.hook
(from rev 267787, gtk3/trunk/gtk-query-immodules-3.0.hook)
  gtk3/repos/extra-i686/gtk-update-icon-cache.hook
(from rev 267787, gtk3/trunk/gtk-update-icon-cache.hook)
  gtk3/repos/extra-i686/gtk-update-icon-cache.script
(from rev 267787, gtk3/trunk/gtk-update-icon-cache.script)
  gtk3/repos/extra-i686/gtk3.install
(from rev 267787, gtk3/trunk/gtk3.install)
  gtk3/repos/extra-i686/settings.ini
(from rev 267787, gtk3/trunk/settings.ini)
  gtk3/repos/extra-i686/trap_possible_X_error.diff
(from rev 267787, gtk3/trunk/trap_possible_X_error.diff)
  gtk3/repos/extra-x86_64/PKGBUILD
(from rev 267787, gtk3/trunk/PKGBUILD)
  gtk3/repos/extra-x86_64/gtk-query-immodules-3.0.hook
(from rev 267787, gtk3/trunk/gtk-query-immodules-3.0.hook)
  gtk3/repos/extra-x86_64/gtk-update-icon-cache.hook
(from rev 267787, gtk3/trunk/gtk-update-icon-cache.hook)
  gtk3/repos/extra-x86_64/gtk-update-icon-cache.script
(from rev 267787, gtk3/trunk/gtk-update-icon-cache.script)
  gtk3/repos/extra-x86_64/gtk3.install
(from rev 267787, gtk3/trunk/gtk3.install)
  gtk3/repos/extra-x86_64/settings.ini
(from rev 267787, gtk3/trunk/settings.ini)
  gtk3/repos/extra-x86_64/trap_possible_X_error.diff
(from rev 267787, gtk3/trunk/trap_possible_X_error.diff)
Deleted:
  gtk3/repos/extra-i686/PKGBUILD
  gtk3/repos/extra-i686/gtk-query-immodules-3.0.hook
  gtk3/repos/extra-i686/gtk-update-icon-cache.hook
  gtk3/repos/extra-i686/gtk-update-icon-cache.script
  gtk3/repos/extra-i686/gtk3.install
  gtk3/repos/extra-i686/settings.ini
  gtk3/repos/extra-x86_64/PKGBUILD
  gtk3/repos/extra-x86_64/gtk-query-immodules-3.0.hook
  gtk3/repos/extra-x86_64/gtk-update-icon-cache.hook
  gtk3/repos/extra-x86_64/gtk-update-icon-cache.script
  gtk3/repos/extra-x86_64/gtk3.install
  gtk3/repos/extra-x86_64/settings.ini

---+
 /PKGBUILD |  164 
 /gtk-query-immodules-3.0.hook |   22 +++
 /gtk-update-icon-cache.hook   |   26 
 /gtk-update-icon-cache.script |   20 +++
 /gtk3.install |6 +
 /settings.ini |8 +
 extra-i686/PKGBUILD   |   75 
 extra-i686/gtk-query-immodules-3.0.hook   |   11 -
 extra-i686/gtk-update-icon-cache.hook |   13 --
 extra-i686/gtk-update-icon-cache.script   |   10 -
 extra-i686/gtk3.install   |3 
 extra-i686/settings.ini   |4 
 extra-i686/trap_possible_X_error.diff |   30 +
 extra-x86_64/PKGBUILD |   75 
 extra-x86_64/gtk-query-immodules-3.0.hook |   11 -
 extra-x86_64/gtk-update-icon-cache.hook   |   13 --
 extra-x86_64/gtk-update-icon-cache.script |   10 -
 extra-x86_64/gtk3.install |3 
 extra-x86_64/settings.ini |4 
 extra-x86_64/trap_possible_X_error.diff   |   30 +
 20 files changed, 306 insertions(+), 232 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-05-11 08:48:01 UTC (rev 267787)
+++ extra-i686/PKGBUILD 2016-05-11 08:48:24 UTC (rev 267788)
@@ -1,75 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru 
-# Maintainer: Jan Alexander Steffens (heftig) 
-
-pkgbase=gtk3
-pkgname=(gtk3 gtk-update-icon-cache)
-pkgver=3.20.4
-pkgrel=1
-pkgdesc="GObject-based multi-platform GUI toolkit"
-arch=(i686 x86_64)
-url="http://www.gtk.org/";
-depends=(atk cairo libcups libxcursor libxinerama libxrandr libxi libepoxy 
gdk-pixbuf2
- libxcomposite libxdamage pango shared-mime-info colord at-spi2-atk 
wayland libxkbcommon
- adwaita-icon-theme json-glib rest librsvg wayland-protocols 
desktop-file-utils)
-makedepends=(gobject-introspection libcanberra gtk-doc)
-license=(LGPL)
-source=(https://download.gnome.org/sources/gtk+/${pkgver:0:4}/gtk+-$pkgver.tar.xz
-settings.ini
-gtk-query-immodules-3.0.hook
-gtk-update-icon-cache.hook
-gtk-update-icon-cache.script)
-sha256sums=('e7e3aaf54a54dd1c1ca0588939254abe31329e0bcd280a12290d5306b41ea03f'
-'01fc1d81dc82c4a052ac6e25bf9a04e7647267cc3017bc91f9ce3e63e5eb9202'
-'de46e5514ff39a7a65e01e485e874775ab1c0ad20b8e94ada43f4a6af1370845'
-'496064a9dd6214bd58f689dd817dbdc4d7f17d42a8c9940a87018c3f829ce308'
-'bbe06e1b4e1ad5d61a4e703445a2bb93c6be918964d6dd76c0420c6667fa11eb')
-
-prepare() {
-cd gtk+-$pkgver
-NOCONFIGURE=1 ./autogen.sh
-}
-
-build() {
-cd "gtk+-$pkgver"
-
-CXX=/bin/false ./configure --prefix=/usr \
---sysconfdir=/etc \
---localstatedir=/var \
-   

[arch-commits] Commit in gtk3/trunk (PKGBUILD trap_possible_X_error.diff)

2016-05-11 Thread Andreas Radke
Date: Wednesday, May 11, 2016 @ 10:48:01
  Author: andyrtr
Revision: 267787

upgpkg: gtk3 3.20.4-2

add upstream fix to solve XI2 related crashes in X2go sessions

Added:
  gtk3/trunk/trap_possible_X_error.diff
Modified:
  gtk3/trunk/PKGBUILD

+
 PKGBUILD   |   13 ++---
 trap_possible_X_error.diff |   30 ++
 2 files changed, 40 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-05-11 08:42:37 UTC (rev 267786)
+++ PKGBUILD2016-05-11 08:48:01 UTC (rev 267787)
@@ -5,7 +5,7 @@
 pkgbase=gtk3
 pkgname=(gtk3 gtk-update-icon-cache)
 pkgver=3.20.4
-pkgrel=1
+pkgrel=2
 pkgdesc="GObject-based multi-platform GUI toolkit"
 arch=(i686 x86_64)
 url="http://www.gtk.org/";
@@ -18,16 +18,23 @@
 settings.ini
 gtk-query-immodules-3.0.hook
 gtk-update-icon-cache.hook
-gtk-update-icon-cache.script)
+gtk-update-icon-cache.script
+trap_possible_X_error.diff)
 sha256sums=('e7e3aaf54a54dd1c1ca0588939254abe31329e0bcd280a12290d5306b41ea03f'
 '01fc1d81dc82c4a052ac6e25bf9a04e7647267cc3017bc91f9ce3e63e5eb9202'
 'de46e5514ff39a7a65e01e485e874775ab1c0ad20b8e94ada43f4a6af1370845'
 '496064a9dd6214bd58f689dd817dbdc4d7f17d42a8c9940a87018c3f829ce308'
-'bbe06e1b4e1ad5d61a4e703445a2bb93c6be918964d6dd76c0420c6667fa11eb')
+'bbe06e1b4e1ad5d61a4e703445a2bb93c6be918964d6dd76c0420c6667fa11eb'
+'1204b67e45938304ce8500c4b9de52af5d2d90bcb4a2e28bc665f5b29803f28d')
 
 prepare() {
 cd gtk+-$pkgver
 NOCONFIGURE=1 ./autogen.sh
+
+# upstream fix for crashes with X servers not supporting XI2
+# https://bugzilla.gnome.org/show_bug.cgi?id=766233
+# 
https://github.com/GNOME/gtk/commit/7e7d7991cc8e7c7a2b50ce6530a8ebafd673516b
+patch -Np1 -i ${srcdir}/trap_possible_X_error.diff
 }
 
 build() {

Added: trap_possible_X_error.diff
===
--- trap_possible_X_error.diff  (rev 0)
+++ trap_possible_X_error.diff  2016-05-11 08:48:01 UTC (rev 267787)
@@ -0,0 +1,30 @@
+diff --git a/gdk/x11/gdkdisplay-x11.c b/gdk/x11/gdkdisplay-x11.c
+index f7c79c4..ad65e29 100644
+--- a/gdk/x11/gdkdisplay-x11.c
 b/gdk/x11/gdkdisplay-x11.c
+@@ -2881,10 +2881,14 @@ gdk_x11_display_get_default_seat (GdkDisplay *display)
+ {
+   GList *seats, *l;
+   int device_id;
++  gboolean result = FALSE;
+ 
+   seats = gdk_display_list_seats (display);
+-  XIGetClientPointer (GDK_DISPLAY_XDISPLAY (display),
+-  None, &device_id);
++
++  gdk_x11_display_error_trap_push (display);
++  result = XIGetClientPointer (GDK_DISPLAY_XDISPLAY (display),
++   None, &device_id);
++  gdk_x11_display_error_trap_pop_ignored (display);
+ 
+   for (l = seats; l; l = l->next)
+ {
+@@ -2892,7 +2896,7 @@ gdk_x11_display_get_default_seat (GdkDisplay *display)
+ 
+   pointer = gdk_seat_get_pointer (l->data);
+ 
+-  if (gdk_x11_device_get_id (pointer) == device_id)
++  if (gdk_x11_device_get_id (pointer) == device_id || !result)
+ {
+   GdkSeat *seat = l->data;
+   g_list_free (seats);


[arch-commits] Commit in pacman-mirrorlist/repos/core-any (6 files)

2016-05-11 Thread Florian Pritz
Date: Wednesday, May 11, 2016 @ 10:42:37
  Author: bluewind
Revision: 267786

archrelease: copy trunk to core-any

Added:
  pacman-mirrorlist/repos/core-any/PKGBUILD
(from rev 267785, pacman-mirrorlist/trunk/PKGBUILD)
  pacman-mirrorlist/repos/core-any/mirrorlist
(from rev 267785, pacman-mirrorlist/trunk/mirrorlist)
  pacman-mirrorlist/repos/core-any/upgpkg
(from rev 267785, pacman-mirrorlist/trunk/upgpkg)
Deleted:
  pacman-mirrorlist/repos/core-any/PKGBUILD
  pacman-mirrorlist/repos/core-any/mirrorlist
  pacman-mirrorlist/repos/core-any/upgpkg

+
 PKGBUILD   |   62 ++--
 mirrorlist |  883 +--
 upgpkg |8 
 3 files changed, 475 insertions(+), 478 deletions(-)

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


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

2016-05-11 Thread Florian Pritz
Date: Wednesday, May 11, 2016 @ 10:42:33
  Author: bluewind
Revision: 267785

upgpkg: pacman-mirrorlist 20160511-1

upstream update

Modified:
  pacman-mirrorlist/trunk/PKGBUILD
  pacman-mirrorlist/trunk/mirrorlist

+
 PKGBUILD   |6 +++---
 mirrorlist |7 ++-
 2 files changed, 5 insertions(+), 8 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-05-11 07:27:14 UTC (rev 267784)
+++ PKGBUILD2016-05-11 08:42:33 UTC (rev 267785)
@@ -2,7 +2,7 @@
 # Maintainer: Dan McGee 
 
 pkgname=pacman-mirrorlist
-pkgver=20160504
+pkgver=20160511
 pkgrel=1
 pkgdesc="Arch Linux mirror list for use by pacman"
 arch=('any')
@@ -27,5 +27,5 @@
   install -m644 $srcdir/mirrorlist $pkgdir/etc/pacman.d/
 }
 
-md5sums=('ce872c4d600170df2afe09811a490c16')
-sha256sums=('8dafeed38c6bd6668d9391ed52dc24745009d33677962a935d4c3d6dc453b054')
+md5sums=('d673a22b8e84b47c16e943757e3d7ed3')
+sha256sums=('45e53966423f55f04237c9d0f7c7f3e48ffe65d6229700f8f75f6668c6912111')

Modified: mirrorlist
===
--- mirrorlist  2016-05-11 07:27:14 UTC (rev 267784)
+++ mirrorlist  2016-05-11 08:42:33 UTC (rev 267785)
@@ -1,9 +1,10 @@
 ##
 ## Arch Linux repository mirrorlist
-## Generated on 2016-05-04
+## Generated on 2016-05-11
 ##
 
 ## Worldwide
+#Server = http://mirrors.evowise.com/archlinux/$repo/os/$arch
 #Server = http://mirror.rackspace.com/archlinux/$repo/os/$arch
 
 ## Australia
@@ -128,7 +129,6 @@
 #Server = https://archlinux.mirror.pkern.at/$repo/os/$arch
 #Server = http://archlinux.polymorf.fr/$repo/os/$arch
 #Server = http://arch.static.lu/$repo/os/$arch
-#Server = https://arch.static.lu/$repo/os/$arch
 #Server = http://arch.tamcore.eu/$repo/os/$arch
 #Server = http://mirrors.theblazehen.com/archlinux/$repo/os/$arch
 #Server = http://mirror.tyborek.pl/arch/$repo/os/$arch
@@ -282,9 +282,6 @@
 #Server = http://mirror.lagoon.nc/pub/archlinux/$repo/os/$arch
 #Server = http://archlinux.nautile.nc/archlinux/$repo/os/$arch
 
-## New Zealand
-#Server = http://mirror.xnet.co.nz/pub/archlinux/$repo/os/$arch
-
 ## Norway
 #Server = http://mirror.archlinux.no/$repo/os/$arch
 #Server = http://archlinux.uib.no/$repo/os/$arch


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

2016-05-11 Thread Felix Yan
Date: Wednesday, May 11, 2016 @ 09:27:14
  Author: fyan
Revision: 267784

prepare 1.9.4, fixing python tests

Modified:
  subversion/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-05-11 07:23:31 UTC (rev 267783)
+++ PKGBUILD2016-05-11 07:27:14 UTC (rev 267784)
@@ -6,8 +6,8 @@
 # Contributor: Jason Chu 
 
 pkgname=subversion
-pkgver=1.9.3
-pkgrel=2
+pkgver=1.9.4
+pkgrel=1
 pkgdesc="A Modern Concurrent Version Control System"
 arch=('i686' 'x86_64')
 url="http://subversion.apache.org/";
@@ -32,7 +32,7 @@
 svnserve.service
 subversion.rpath.fix.patch
 fix_ruby22_tests.patch)
-md5sums=('243036eb28b50ce517fc228eb3250add'
+md5sums=('29121a038f87641055a8183f49e9739f'
  'SKIP'
  'a0db6dd43af33952739b6ec089852630'
  'af1dd703cc28e61d2e2a132ce3eec37a'
@@ -50,7 +50,7 @@
cd ${pkgname}-${pkgver}
patch -Np0 -i ../subversion.rpath.fix.patch
patch -p1 -i ../fix_ruby22_tests.patch
-   sed -i 's|/usr/bin/env python|/usr/bin/env python2|' 
tools/hook-scripts/{,mailer/{,tests/}}*.py
+   sed -i 's|/usr/bin/env python|/usr/bin/env python2|' 
tools/hook-scripts/{,mailer/{,tests/}}*.py subversion/tests/cmdline/*.py
 }
 
 build() {


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

2016-05-11 Thread Felix Yan
Date: Wednesday, May 11, 2016 @ 09:23:31
  Author: fyan
Revision: 267783

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

Added:
  weechat/repos/staging-i686/
  weechat/repos/staging-i686/PKGBUILD
(from rev 267782, weechat/trunk/PKGBUILD)
  weechat/repos/staging-x86_64/
  weechat/repos/staging-x86_64/PKGBUILD
(from rev 267782, weechat/trunk/PKGBUILD)

-+
 staging-i686/PKGBUILD   |   40 
 staging-x86_64/PKGBUILD |   40 
 2 files changed, 80 insertions(+)

Copied: weechat/repos/staging-i686/PKGBUILD (from rev 267782, 
weechat/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2016-05-11 07:23:31 UTC (rev 267783)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Giovanni Scafora 
+# Contributor: lucke 
+
+pkgname=weechat
+pkgver=1.5
+pkgrel=2
+pkgdesc="Fast, light and extensible IRC client (curses UI)"
+arch=('i686' 'x86_64')
+url="http://www.weechat.org/";
+license=('GPL')
+depends=('gnutls' 'curl' 'libgcrypt')
+makedepends=('asciidoc' 'source-highlight' 'cmake' 'pkg-config' 'perl' 
'python2'
+ 'lua' 'tcl' 'ruby' 'aspell' 'guile')
+optdepends=('perl' 'python2' 'lua' 'tcl' 'ruby' 'aspell' 'guile')
+source=("http://www.weechat.org/files/src/${pkgname}-${pkgver}.tar.bz2";)
+md5sums=('fdf901d70234e7a6335afd5a16e9d42b')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+
+  cmake -Wno-dev ../${pkgname}-${pkgver} \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DPYTHON_EXECUTABLE=/usr/bin/python2 \
+-DPYTHON_LIBRARY=/usr/lib/libpython2.7.so \
+-DENABLE_MAN=ON \
+-DENABLE_DOC=ON
+
+  make
+}
+
+package() {
+  cd build
+
+  make DESTDIR="${pkgdir}/" install
+}

Copied: weechat/repos/staging-x86_64/PKGBUILD (from rev 267782, 
weechat/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2016-05-11 07:23:31 UTC (rev 267783)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Giovanni Scafora 
+# Contributor: lucke 
+
+pkgname=weechat
+pkgver=1.5
+pkgrel=2
+pkgdesc="Fast, light and extensible IRC client (curses UI)"
+arch=('i686' 'x86_64')
+url="http://www.weechat.org/";
+license=('GPL')
+depends=('gnutls' 'curl' 'libgcrypt')
+makedepends=('asciidoc' 'source-highlight' 'cmake' 'pkg-config' 'perl' 
'python2'
+ 'lua' 'tcl' 'ruby' 'aspell' 'guile')
+optdepends=('perl' 'python2' 'lua' 'tcl' 'ruby' 'aspell' 'guile')
+source=("http://www.weechat.org/files/src/${pkgname}-${pkgver}.tar.bz2";)
+md5sums=('fdf901d70234e7a6335afd5a16e9d42b')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+
+  cmake -Wno-dev ../${pkgname}-${pkgver} \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DPYTHON_EXECUTABLE=/usr/bin/python2 \
+-DPYTHON_LIBRARY=/usr/lib/libpython2.7.so \
+-DENABLE_MAN=ON \
+-DENABLE_DOC=ON
+
+  make
+}
+
+package() {
+  cd build
+
+  make DESTDIR="${pkgdir}/" install
+}


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

2016-05-11 Thread Felix Yan
Date: Wednesday, May 11, 2016 @ 09:23:03
  Author: fyan
Revision: 267782

upgpkg: weechat 1.5-2

rebuild with perl 5.24

Modified:
  weechat/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-05-11 07:07:16 UTC (rev 267781)
+++ PKGBUILD2016-05-11 07:23:03 UTC (rev 267782)
@@ -4,7 +4,7 @@
 
 pkgname=weechat
 pkgver=1.5
-pkgrel=1
+pkgrel=2
 pkgdesc="Fast, light and extensible IRC client (curses UI)"
 arch=('i686' 'x86_64')
 url="http://www.weechat.org/";


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

2016-05-11 Thread Antonio Rojas
Date: Wednesday, May 11, 2016 @ 09:07:16
  Author: arojas
Revision: 267781

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

Added:
  kdenetwork-kopete/repos/extra-i686/PKGBUILD
(from rev 267780, kdenetwork-kopete/trunk/PKGBUILD)
  kdenetwork-kopete/repos/extra-i686/kopete-gcc6.patch
(from rev 267780, kdenetwork-kopete/trunk/kopete-gcc6.patch)
  kdenetwork-kopete/repos/extra-x86_64/PKGBUILD
(from rev 267780, kdenetwork-kopete/trunk/PKGBUILD)
  kdenetwork-kopete/repos/extra-x86_64/kopete-gcc6.patch
(from rev 267780, kdenetwork-kopete/trunk/kopete-gcc6.patch)
Deleted:
  kdenetwork-kopete/repos/extra-i686/PKGBUILD
  kdenetwork-kopete/repos/extra-x86_64/PKGBUILD

+
 /PKGBUILD  |   84 +++
 extra-i686/PKGBUILD|   37 -
 extra-i686/kopete-gcc6.patch   |   12 +
 extra-x86_64/PKGBUILD  |   37 -
 extra-x86_64/kopete-gcc6.patch |   12 +
 5 files changed, 108 insertions(+), 74 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-05-11 07:07:02 UTC (rev 267780)
+++ extra-i686/PKGBUILD 2016-05-11 07:07:16 UTC (rev 267781)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=kdenetwork-kopete
-pkgver=16.04.1
-pkgrel=1
-pkgdesc='Instant Messenger'
-url='http://kde.org/applications/internet/kopete/'
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde-applications' 'kdenetwork')
-depends=('kdebase-runtime' 'libotr' 'qimageblitz' 'jsoncpp')
-makedepends=('cmake' 'automoc4' 'boost' 'mediastreamer' 'libgadu')
-optdepends=('mediastreamer: jingle support' 'libgadu: Gadu-Gadu protocol')
-source=("http://download.kde.org/stable/applications/${pkgver}/src/kopete-${pkgver}.tar.xz";)
-sha1sums=('bbf5c00dbbdc14be87b88757d472f0651040fe7e')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../kopete-$pkgver \
--DCMAKE_BUILD_TYPE=Release \
--DKDE4_BUILD_TESTS=OFF \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_SKIP_RPATH=ON \
--DWITH_Libmsn=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: kdenetwork-kopete/repos/extra-i686/PKGBUILD (from rev 267780, 
kdenetwork-kopete/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-05-11 07:07:16 UTC (rev 267781)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kdenetwork-kopete
+pkgver=16.04.1
+pkgrel=1
+pkgdesc='Instant Messenger'
+url='http://kde.org/applications/internet/kopete/'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde-applications' 'kdenetwork')
+depends=('kdebase-runtime' 'libotr' 'qimageblitz' 'jsoncpp')
+makedepends=('cmake' 'automoc4' 'boost' 'mediastreamer' 'libgadu')
+optdepends=('mediastreamer: jingle support' 'libgadu: Gadu-Gadu protocol')
+source=("http://download.kde.org/stable/applications/${pkgver}/src/kopete-${pkgver}.tar.xz";
 kopete-gcc6.patch)
+sha1sums=('bbf5c00dbbdc14be87b88757d472f0651040fe7e'
+  '98bf4a261f5a8097bf9ea6ab4b5ded3d895e2695')
+
+prepare() {
+  mkdir -p build
+
+# Fix build with GCC 6 (Fedora)
+  cd kopete-$pkgver
+  patch -p1 -i ../kopete-gcc6.patch
+}
+
+build() {
+  cd build
+  cmake ../kopete-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_SKIP_RPATH=ON \
+-DWITH_Libmsn=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Copied: kdenetwork-kopete/repos/extra-i686/kopete-gcc6.patch (from rev 267780, 
kdenetwork-kopete/trunk/kopete-gcc6.patch)
===
--- extra-i686/kopete-gcc6.patch(rev 0)
+++ extra-i686/kopete-gcc6.patch2016-05-11 07:07:16 UTC (rev 267781)
@@ -0,0 +1,12 @@
+diff -up kopete-15.12.2/plugins/history2/history2logger.h.than 
kopete-15.12.2/plugins/history2/history2logger.h
+--- kopete-15.12.2/plugins/history2/history2logger.h.than  2016-02-16 
23:43:48.245204675 +0100
 kopete-15.12.2/plugins/history2/history2logger.h   2016-02-16 
23:46:49.042349833 +0100
+@@ -94,7 +94,7 @@ public:
+* from Kopete::Contact @param c in the given @param sens
+*/
+   QList readMessages(int lines,
+-  int offset=0, const 
Kopete::MetaContact *c=false, bool reverseOrder=true);
++  int offset=0, const 
Kopete::MetaContact *c=0, bool reverseOrder=true);
+ 
+   /**
+* Same as the following, but for one date. I did'nt reuse the above 
function

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2016-

[arch-commits] Commit in kdenetwork-kopete/trunk (PKGBUILD kopete-gcc6.patch)

2016-05-11 Thread Antonio Rojas
Date: Wednesday, May 11, 2016 @ 09:07:02
  Author: arojas
Revision: 267780

Fix build with GCC 6 (FS#49294)

Added:
  kdenetwork-kopete/trunk/kopete-gcc6.patch
Modified:
  kdenetwork-kopete/trunk/PKGBUILD

---+
 PKGBUILD  |9 +++--
 kopete-gcc6.patch |   12 
 2 files changed, 19 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-05-11 07:01:56 UTC (rev 267779)
+++ PKGBUILD2016-05-11 07:07:02 UTC (rev 267780)
@@ -13,11 +13,16 @@
 depends=('kdebase-runtime' 'libotr' 'qimageblitz' 'jsoncpp')
 makedepends=('cmake' 'automoc4' 'boost' 'mediastreamer' 'libgadu')
 optdepends=('mediastreamer: jingle support' 'libgadu: Gadu-Gadu protocol')
-source=("http://download.kde.org/stable/applications/${pkgver}/src/kopete-${pkgver}.tar.xz";)
-sha1sums=('bbf5c00dbbdc14be87b88757d472f0651040fe7e')
+source=("http://download.kde.org/stable/applications/${pkgver}/src/kopete-${pkgver}.tar.xz";
 kopete-gcc6.patch)
+sha1sums=('bbf5c00dbbdc14be87b88757d472f0651040fe7e'
+  '98bf4a261f5a8097bf9ea6ab4b5ded3d895e2695')
 
 prepare() {
   mkdir -p build
+
+# Fix build with GCC 6 (Fedora)
+  cd kopete-$pkgver
+  patch -p1 -i ../kopete-gcc6.patch
 }
 
 build() {

Added: kopete-gcc6.patch
===
--- kopete-gcc6.patch   (rev 0)
+++ kopete-gcc6.patch   2016-05-11 07:07:02 UTC (rev 267780)
@@ -0,0 +1,12 @@
+diff -up kopete-15.12.2/plugins/history2/history2logger.h.than 
kopete-15.12.2/plugins/history2/history2logger.h
+--- kopete-15.12.2/plugins/history2/history2logger.h.than  2016-02-16 
23:43:48.245204675 +0100
 kopete-15.12.2/plugins/history2/history2logger.h   2016-02-16 
23:46:49.042349833 +0100
+@@ -94,7 +94,7 @@ public:
+* from Kopete::Contact @param c in the given @param sens
+*/
+   QList readMessages(int lines,
+-  int offset=0, const 
Kopete::MetaContact *c=false, bool reverseOrder=true);
++  int offset=0, const 
Kopete::MetaContact *c=0, bool reverseOrder=true);
+ 
+   /**
+* Same as the following, but for one date. I did'nt reuse the above 
function


[arch-commits] Commit in krfb (7 files)

2016-05-11 Thread Antonio Rojas
Date: Wednesday, May 11, 2016 @ 09:01:56
  Author: arojas
Revision: 267779

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

Added:
  krfb/repos/
  krfb/repos/extra-i686/
  krfb/repos/extra-i686/PKGBUILD
(from rev 267778, krfb/trunk/PKGBUILD)
  krfb/repos/extra-i686/krfb-gcc6.patch
(from rev 267778, krfb/trunk/krfb-gcc6.patch)
  krfb/repos/extra-x86_64/
  krfb/repos/extra-x86_64/PKGBUILD
(from rev 267778, krfb/trunk/PKGBUILD)
  krfb/repos/extra-x86_64/krfb-gcc6.patch
(from rev 267778, krfb/trunk/krfb-gcc6.patch)

--+
 extra-i686/PKGBUILD  |   43 +
 extra-i686/krfb-gcc6.patch   |   13 
 extra-x86_64/PKGBUILD|   43 +
 extra-x86_64/krfb-gcc6.patch |   13 
 4 files changed, 112 insertions(+)

Copied: krfb/repos/extra-i686/PKGBUILD (from rev 267778, krfb/trunk/PKGBUILD)
===
--- repos/extra-i686/PKGBUILD   (rev 0)
+++ repos/extra-i686/PKGBUILD   2016-05-11 07:01:56 UTC (rev 267779)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+# Maintainer: Felix Yan 
+
+pkgname=krfb
+pkgver=16.04.1
+pkgrel=1
+pkgdesc='Desktop Sharing'
+url='http://www.kde.org/applications/system/krfb'
+arch=(i686 x86_64)
+license=(LGPL)
+depends=(kdnssd kxmlgui kwallet libvncserver libxdamage)
+makedepends=(extra-cmake-modules kdoctools python)
+conflicts=(kdenetwork-krfb)
+replaces=(kdenetwork-krfb)
+groups=(kde-applications kdenetwork)
+source=("http://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz";
 krfb-gcc6.patch)
+md5sums=('192e84897d0ab7e0c76cf0f32bedefa1'
+ 'fc342abdbbac31a98c9839b2f61b88e7')
+
+prepare() {
+  mkdir -p build
+
+# Fix build with GCC6 (Fedora)
+  cd $pkgname-$pkgver
+  patch -p1 -i ../krfb-gcc6.patch
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DKDE_INSTALL_LIBDIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Copied: krfb/repos/extra-i686/krfb-gcc6.patch (from rev 267778, 
krfb/trunk/krfb-gcc6.patch)
===
--- repos/extra-i686/krfb-gcc6.patch(rev 0)
+++ repos/extra-i686/krfb-gcc6.patch2016-05-11 07:01:56 UTC (rev 267779)
@@ -0,0 +1,13 @@
+diff -up krfb-15.12.2/krfb/rfb.h.than krfb-15.12.2/krfb/rfb.h
+--- krfb-15.12.2/krfb/rfb.h.than   2016-02-18 14:31:57.918262431 +0100
 krfb-15.12.2/krfb/rfb.h2016-02-18 14:35:20.029628544 +0100
+@@ -8,6 +8,9 @@
+ 
+ #include "rfb/rfb.h"
+ 
++#ifdef max // fix conflict with max() macro using gcc6 
++#undef max
++#endif
+ #undef TRUE
+ #undef FALSE
+ 

Copied: krfb/repos/extra-x86_64/PKGBUILD (from rev 267778, krfb/trunk/PKGBUILD)
===
--- repos/extra-x86_64/PKGBUILD (rev 0)
+++ repos/extra-x86_64/PKGBUILD 2016-05-11 07:01:56 UTC (rev 267779)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+# Maintainer: Felix Yan 
+
+pkgname=krfb
+pkgver=16.04.1
+pkgrel=1
+pkgdesc='Desktop Sharing'
+url='http://www.kde.org/applications/system/krfb'
+arch=(i686 x86_64)
+license=(LGPL)
+depends=(kdnssd kxmlgui kwallet libvncserver libxdamage)
+makedepends=(extra-cmake-modules kdoctools python)
+conflicts=(kdenetwork-krfb)
+replaces=(kdenetwork-krfb)
+groups=(kde-applications kdenetwork)
+source=("http://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz";
 krfb-gcc6.patch)
+md5sums=('192e84897d0ab7e0c76cf0f32bedefa1'
+ 'fc342abdbbac31a98c9839b2f61b88e7')
+
+prepare() {
+  mkdir -p build
+
+# Fix build with GCC6 (Fedora)
+  cd $pkgname-$pkgver
+  patch -p1 -i ../krfb-gcc6.patch
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DKDE_INSTALL_LIBDIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Copied: krfb/repos/extra-x86_64/krfb-gcc6.patch (from rev 267778, 
krfb/trunk/krfb-gcc6.patch)
===
--- repos/extra-x86_64/krfb-gcc6.patch  (rev 0)
+++ repos/extra-x86_64/krfb-gcc6.patch  2016-05-11 07:01:56 UTC (rev 267779)
@@ -0,0 +1,13 @@
+diff -up krfb-15.12.2/krfb/rfb.h.than krfb-15.12.2/krfb/rfb.h
+--- krfb-15.12.2/krfb/rfb.h.than   2016-02-18 14:31:57.918262431 +0100
 krfb-15.12.2/krfb/rfb.h2016-02-18 14:35:20.029628544 +0100
+@@ -8,6 +8,9 @@
+ 
+ #include "rfb/rfb.h"
+ 
++#ifdef max // fix conflict with max() macro using gcc6 
++#undef max
++#endif
+ #undef TRUE
+ #undef FALSE
+ 


[arch-commits] Commit in krfb (repos)

2016-05-11 Thread Antonio Rojas
Date: Wednesday, May 11, 2016 @ 09:01:46
  Author: arojas
Revision: 267778

Deleted:
  krfb/repos/


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

2016-05-11 Thread Antonio Rojas
Date: Wednesday, May 11, 2016 @ 09:01:07
  Author: arojas
Revision: 26

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

Added:
  krfb/repos/extra-i686/krfb-gcc6.patch
(from rev 267776, krfb/trunk/krfb-gcc6.patch)
  krfb/repos/extra-x86_64/krfb-gcc6.patch
(from rev 267776, krfb/trunk/krfb-gcc6.patch)
Deleted:
  krfb/repos/extra-i686/PKGBUILD
  krfb/repos/extra-x86_64/PKGBUILD

--+
 extra-i686/PKGBUILD  |   38 --
 extra-i686/krfb-gcc6.patch   |   13 +
 extra-x86_64/PKGBUILD|   38 --
 extra-x86_64/krfb-gcc6.patch |   13 +
 4 files changed, 26 insertions(+), 76 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-05-11 07:00:39 UTC (rev 267776)
+++ extra-i686/PKGBUILD 2016-05-11 07:01:07 UTC (rev 26)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas 
-# Maintainer: Felix Yan 
-
-pkgname=krfb
-pkgver=16.04.1
-pkgrel=1
-pkgdesc='Desktop Sharing'
-url='http://www.kde.org/applications/system/krfb'
-arch=(i686 x86_64)
-license=(LGPL)
-depends=(kdnssd kxmlgui kwallet libvncserver libxdamage)
-makedepends=(extra-cmake-modules kdoctools python)
-conflicts=(kdenetwork-krfb)
-replaces=(kdenetwork-krfb)
-groups=(kde-applications kdenetwork)
-source=("http://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz";)
-md5sums=('192e84897d0ab7e0c76cf0f32bedefa1')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DKDE_INSTALL_LIBDIR=lib \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: krfb/repos/extra-i686/krfb-gcc6.patch (from rev 267776, 
krfb/trunk/krfb-gcc6.patch)
===
--- extra-i686/krfb-gcc6.patch  (rev 0)
+++ extra-i686/krfb-gcc6.patch  2016-05-11 07:01:07 UTC (rev 26)
@@ -0,0 +1,13 @@
+diff -up krfb-15.12.2/krfb/rfb.h.than krfb-15.12.2/krfb/rfb.h
+--- krfb-15.12.2/krfb/rfb.h.than   2016-02-18 14:31:57.918262431 +0100
 krfb-15.12.2/krfb/rfb.h2016-02-18 14:35:20.029628544 +0100
+@@ -8,6 +8,9 @@
+ 
+ #include "rfb/rfb.h"
+ 
++#ifdef max // fix conflict with max() macro using gcc6 
++#undef max
++#endif
+ #undef TRUE
+ #undef FALSE
+ 

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2016-05-11 07:00:39 UTC (rev 267776)
+++ extra-x86_64/PKGBUILD   2016-05-11 07:01:07 UTC (rev 26)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas 
-# Maintainer: Felix Yan 
-
-pkgname=krfb
-pkgver=16.04.1
-pkgrel=1
-pkgdesc='Desktop Sharing'
-url='http://www.kde.org/applications/system/krfb'
-arch=(i686 x86_64)
-license=(LGPL)
-depends=(kdnssd kxmlgui kwallet libvncserver libxdamage)
-makedepends=(extra-cmake-modules kdoctools python)
-conflicts=(kdenetwork-krfb)
-replaces=(kdenetwork-krfb)
-groups=(kde-applications kdenetwork)
-source=("http://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz";)
-md5sums=('192e84897d0ab7e0c76cf0f32bedefa1')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DKDE_INSTALL_LIBDIR=lib \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: krfb/repos/extra-x86_64/krfb-gcc6.patch (from rev 267776, 
krfb/trunk/krfb-gcc6.patch)
===
--- extra-x86_64/krfb-gcc6.patch(rev 0)
+++ extra-x86_64/krfb-gcc6.patch2016-05-11 07:01:07 UTC (rev 26)
@@ -0,0 +1,13 @@
+diff -up krfb-15.12.2/krfb/rfb.h.than krfb-15.12.2/krfb/rfb.h
+--- krfb-15.12.2/krfb/rfb.h.than   2016-02-18 14:31:57.918262431 +0100
 krfb-15.12.2/krfb/rfb.h2016-02-18 14:35:20.029628544 +0100
+@@ -8,6 +8,9 @@
+ 
+ #include "rfb/rfb.h"
+ 
++#ifdef max // fix conflict with max() macro using gcc6 
++#undef max
++#endif
+ #undef TRUE
+ #undef FALSE
+ 


[arch-commits] Commit in krfb/trunk (PKGBUILD krfb-gcc6.patch)

2016-05-11 Thread Antonio Rojas
Date: Wednesday, May 11, 2016 @ 09:00:39
  Author: arojas
Revision: 267776

Fix build with GCC 6 (FS#49294)

Added:
  krfb/trunk/krfb-gcc6.patch
Modified:
  krfb/trunk/PKGBUILD

-+
 PKGBUILD|9 +++--
 krfb-gcc6.patch |   13 +
 2 files changed, 20 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-05-11 06:56:53 UTC (rev 267775)
+++ PKGBUILD2016-05-11 07:00:39 UTC (rev 267776)
@@ -14,11 +14,16 @@
 conflicts=(kdenetwork-krfb)
 replaces=(kdenetwork-krfb)
 groups=(kde-applications kdenetwork)
-source=("http://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz";)
-md5sums=('192e84897d0ab7e0c76cf0f32bedefa1')
+source=("http://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz";
 krfb-gcc6.patch)
+md5sums=('192e84897d0ab7e0c76cf0f32bedefa1'
+ 'fc342abdbbac31a98c9839b2f61b88e7')
 
 prepare() {
   mkdir -p build
+
+# Fix build with GCC6 (Fedora)
+  cd $pkgname-$pkgver
+  patch -p1 -i ../krfb-gcc6.patch
 }
 
 build() {

Added: krfb-gcc6.patch
===
--- krfb-gcc6.patch (rev 0)
+++ krfb-gcc6.patch 2016-05-11 07:00:39 UTC (rev 267776)
@@ -0,0 +1,13 @@
+diff -up krfb-15.12.2/krfb/rfb.h.than krfb-15.12.2/krfb/rfb.h
+--- krfb-15.12.2/krfb/rfb.h.than   2016-02-18 14:31:57.918262431 +0100
 krfb-15.12.2/krfb/rfb.h2016-02-18 14:35:20.029628544 +0100
+@@ -8,6 +8,9 @@
+ 
+ #include "rfb/rfb.h"
+ 
++#ifdef max // fix conflict with max() macro using gcc6 
++#undef max
++#endif
+ #undef TRUE
+ #undef FALSE
+