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

2016-02-10 Thread Guillaume Alaux
Date: Wednesday, February 10, 2016 @ 16:45:39
  Author: guillaume
Revision: 259033

Upstream release 8.0.32

Modified:
  tomcat8/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-02-10 14:51:53 UTC (rev 259032)
+++ PKGBUILD2016-02-10 15:45:39 UTC (rev 259033)
@@ -1,6 +1,6 @@
 # Maintainer: Guillaume ALAUX 
 pkgname=tomcat8
-pkgver=8.0.30
+pkgver=8.0.32
 pkgrel=1
 pkgdesc='Open source implementation of the Java Servlet 3.1 and JavaServer 
Pages 2.3 technologies'
 arch=('any')
@@ -21,7 +21,7 @@
 systemd_sysusers.d_${pkgname}.conf
 systemd_tmpfiles.d_${pkgname}.conf)
 
-sha256sums=('2fc3dde305e08388a12bd2868063ab6829a1d70acd9affe3a8707bd9679e0059'
+sha256sums=('7e23260f2481aca88f89838e91cb9ff00548a28ba5a19a88ff99388c7ee9a9b8'
 '01ba022e06d6afa71f6f7d774e48c042c63eca9e06f0c95c92cf8d5a3828a8b2'
 '02e7a1edb82ed117629189806d40c2c7b70ec994ecbafc11cb7dc7eec35af216'
 '0dc1fdb537d3488756755f3fb713a9638597d4c68596f6f94f2707e8363cf5e2')


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

2016-02-10 Thread Levente Polyak
Date: Wednesday, February 10, 2016 @ 15:44:27
  Author: anthraxx
Revision: 161055

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-02-10 14:44:20 UTC (rev 161054)
+++ community-i686/PKGBUILD 2016-02-10 14:44:27 UTC (rev 161055)
@@ -1,37 +0,0 @@
-# Maintainer: Levente Polyak 
-# Contributor: spider-mario 
-
-pkgname=afl
-pkgver=1.96b
-pkgrel=1
-pkgdesc='Security-oriented fuzzer using compile-time instrumentation and 
genetic algorithms'
-url="http://lcamtuf.coredump.cx/afl/;
-arch=('i686' 'x86_64')
-license=('Apache')
-depends=('glibc' 'bash')
-optdepends=(
-  'gcc: gcc instrumentation support'
-  'clang: clang instrumentation support'
-  'llvm: experimental clang-fast instrumentation support'
-  'gnuplot: graph plotting support'
-)
-makedepends=('clang' 'llvm' 'gcc')
-provides=('american-fuzzy-lop')
-replaces=('american-fuzzy-lop')
-options=('!emptydirs' '!strip')
-source=(${pkgname}-${pkgver}.tgz::http://lcamtuf.coredump.cx/${pkgname}/releases/${pkgname}-${pkgver}.tgz)
-sha512sums=('a55d89ffe9c89586b70f8a9ab80330cc0511f453d5918045ec06289093ca5321611b08a522bb058e3c16ddc9b5d5ec221ce1cab9819b79f4738cba15f2aadff0')
-
-build() {
-  cd ${pkgname}-${pkgver}
-  make PREFIX=/usr
-  make -C llvm_mode PREFIX=/usr
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make PREFIX=/usr DESTDIR="${pkgdir}" install
-  install -Dm 644 llvm_mode/README.llvm 
"${pkgdir}/usr/share/doc/${pkgname}/README.llvm"
-}
-
-# vim: ts=2 sw=2 et:

Copied: afl/repos/community-i686/PKGBUILD (from rev 161054, afl/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-02-10 14:44:27 UTC (rev 161055)
@@ -0,0 +1,37 @@
+# Maintainer: Levente Polyak 
+# Contributor: spider-mario 
+
+pkgname=afl
+pkgver=1.98b
+pkgrel=1
+pkgdesc='Security-oriented fuzzer using compile-time instrumentation and 
genetic algorithms'
+url="http://lcamtuf.coredump.cx/afl/;
+arch=('i686' 'x86_64')
+license=('Apache')
+depends=('glibc' 'bash')
+optdepends=(
+  'gcc: gcc instrumentation support'
+  'clang: clang instrumentation support'
+  'llvm: experimental clang-fast instrumentation support'
+  'gnuplot: graph plotting support'
+)
+makedepends=('clang' 'llvm' 'gcc')
+provides=('american-fuzzy-lop')
+replaces=('american-fuzzy-lop')
+options=('!emptydirs' '!strip')
+source=(${pkgname}-${pkgver}.tgz::http://lcamtuf.coredump.cx/${pkgname}/releases/${pkgname}-${pkgver}.tgz)
+sha512sums=('09822de2ae741531838ed22ae0ccac6277ec0fb211939f5eba4962829eb34d97d60d164d8da13f81402d03a42cb72f07d519facb80d999ac1d44ab510bfefdc9')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  make PREFIX=/usr
+  make -C llvm_mode PREFIX=/usr
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make PREFIX=/usr DESTDIR="${pkgdir}" install
+  install -Dm 644 llvm_mode/README.llvm 
"${pkgdir}/usr/share/doc/${pkgname}/README.llvm"
+}
+
+# vim: ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-02-10 14:44:20 UTC (rev 161054)
+++ community-x86_64/PKGBUILD   2016-02-10 14:44:27 UTC (rev 161055)
@@ -1,37 +0,0 @@
-# Maintainer: Levente Polyak 
-# Contributor: spider-mario 
-
-pkgname=afl
-pkgver=1.96b
-pkgrel=1
-pkgdesc='Security-oriented fuzzer using compile-time instrumentation and 
genetic algorithms'
-url="http://lcamtuf.coredump.cx/afl/;
-arch=('i686' 'x86_64')
-license=('Apache')
-depends=('glibc' 'bash')
-optdepends=(
-  'gcc: gcc instrumentation support'
-  'clang: clang instrumentation support'
-  'llvm: experimental clang-fast instrumentation support'
-  'gnuplot: graph plotting support'
-)
-makedepends=('clang' 'llvm' 'gcc')
-provides=('american-fuzzy-lop')
-replaces=('american-fuzzy-lop')
-options=('!emptydirs' '!strip')
-source=(${pkgname}-${pkgver}.tgz::http://lcamtuf.coredump.cx/${pkgname}/releases/${pkgname}-${pkgver}.tgz)
-sha512sums=('a55d89ffe9c89586b70f8a9ab80330cc0511f453d5918045ec06289093ca5321611b08a522bb058e3c16ddc9b5d5ec221ce1cab9819b79f4738cba15f2aadff0')
-
-build() {
-  cd ${pkgname}-${pkgver}
-  make PREFIX=/usr
-  make -C llvm_mode PREFIX=/usr

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

2016-02-10 Thread Levente Polyak
Date: Wednesday, February 10, 2016 @ 15:44:20
  Author: anthraxx
Revision: 161054

upgpkg: afl 1.98b-1

Modified:
  afl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-02-10 14:43:10 UTC (rev 161053)
+++ PKGBUILD2016-02-10 14:44:20 UTC (rev 161054)
@@ -2,7 +2,7 @@
 # Contributor: spider-mario 
 
 pkgname=afl
-pkgver=1.96b
+pkgver=1.98b
 pkgrel=1
 pkgdesc='Security-oriented fuzzer using compile-time instrumentation and 
genetic algorithms'
 url="http://lcamtuf.coredump.cx/afl/;
@@ -20,7 +20,7 @@
 replaces=('american-fuzzy-lop')
 options=('!emptydirs' '!strip')
 
source=(${pkgname}-${pkgver}.tgz::http://lcamtuf.coredump.cx/${pkgname}/releases/${pkgname}-${pkgver}.tgz)
-sha512sums=('a55d89ffe9c89586b70f8a9ab80330cc0511f453d5918045ec06289093ca5321611b08a522bb058e3c16ddc9b5d5ec221ce1cab9819b79f4738cba15f2aadff0')
+sha512sums=('09822de2ae741531838ed22ae0ccac6277ec0fb211939f5eba4962829eb34d97d60d164d8da13f81402d03a42cb72f07d519facb80d999ac1d44ab510bfefdc9')
 
 build() {
   cd ${pkgname}-${pkgver}


[arch-commits] Commit in tomcat8/repos/extra-any (10 files)

2016-02-10 Thread Guillaume Alaux
Date: Wednesday, February 10, 2016 @ 16:46:12
  Author: guillaume
Revision: 259034

archrelease: copy trunk to extra-any

Added:
  tomcat8/repos/extra-any/PKGBUILD
(from rev 259033, tomcat8/trunk/PKGBUILD)
  tomcat8/repos/extra-any/systemd_sysusers.d_tomcat8.conf
(from rev 259033, tomcat8/trunk/systemd_sysusers.d_tomcat8.conf)
  tomcat8/repos/extra-any/systemd_tmpfiles.d_tomcat8.conf
(from rev 259033, tomcat8/trunk/systemd_tmpfiles.d_tomcat8.conf)
  tomcat8/repos/extra-any/systemd_tomcat8.service
(from rev 259033, tomcat8/trunk/systemd_tomcat8.service)
  tomcat8/repos/extra-any/tomcat8.install
(from rev 259033, tomcat8/trunk/tomcat8.install)
Deleted:
  tomcat8/repos/extra-any/PKGBUILD
  tomcat8/repos/extra-any/systemd_sysusers.d_tomcat8.conf
  tomcat8/repos/extra-any/systemd_tmpfiles.d_tomcat8.conf
  tomcat8/repos/extra-any/systemd_tomcat8.service
  tomcat8/repos/extra-any/tomcat8.install

-+
 PKGBUILD|  156 +++---
 systemd_sysusers.d_tomcat8.conf |2 
 systemd_tmpfiles.d_tomcat8.conf |   10 +-
 systemd_tomcat8.service |   68 
 tomcat8.install |   38 -
 5 files changed, 138 insertions(+), 136 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2016-02-10 15:45:39 UTC (rev 259033)
+++ PKGBUILD2016-02-10 15:46:12 UTC (rev 259034)
@@ -1,78 +0,0 @@
-# Maintainer: Guillaume ALAUX 
-pkgname=tomcat8
-pkgver=8.0.30
-pkgrel=1
-pkgdesc='Open source implementation of the Java Servlet 3.1 and JavaServer 
Pages 2.3 technologies'
-arch=('any')
-url='http://tomcat.apache.org/'
-license=('APACHE')
-depends=('java-runtime>=7' 'java-jsvc' 'java-commons-daemon' 'eclipse-ecj')
-optdepends=('tomcat-native: to allow optimal performance in production 
environments')
-backup=(etc/${pkgname}/catalina.policy
-etc/${pkgname}/catalina.properties
-etc/${pkgname}/context.xml
-etc/${pkgname}/logging.properties
-etc/${pkgname}/server.xml
-etc/${pkgname}/tomcat-users.xml
-etc/${pkgname}/web.xml)
-install=${pkgname}.install
-source=(https://dist.apache.org/repos/dist/release/tomcat/tomcat-8/v${pkgver}/bin/apache-tomcat-${pkgver}.tar.gz
-systemd_${pkgname}.service
-systemd_sysusers.d_${pkgname}.conf
-systemd_tmpfiles.d_${pkgname}.conf)
-
-sha256sums=('2fc3dde305e08388a12bd2868063ab6829a1d70acd9affe3a8707bd9679e0059'
-'d44056248b7cdd6671fd4de08a9453b3bd1a83980343d249a99b74939d46f4d4'
-'02e7a1edb82ed117629189806d40c2c7b70ec994ecbafc11cb7dc7eec35af216'
-'0dc1fdb537d3488756755f3fb713a9638597d4c68596f6f94f2707e8363cf5e2')
-
-_gid_log=19
-_gid_tomcat=57
-_uid_tomcat=57
-
-package() {
-  cd "${srcdir}/apache-tomcat-${pkgver}"
-
-  # Tomcat general files
-  install -dm755 "${pkgdir}"/usr/share/{,java/}${pkgname}
-  cp -r bin "${pkgdir}"/usr/share/${pkgname}
-  # commons-daemon and tomcat-natives are packaged on their own
-  rm 
"${pkgdir}"/usr/share/${pkgname}/bin/{*.bat,commons-daemon*,tomcat-native.tar.gz}
-  ln -s /usr/share/java/commons-daemon.jar 
"${pkgdir}"/usr/share/${pkgname}/bin/commons-daemon.jar
-
-  install -m644 lib/* "${pkgdir}"/usr/share/java/${pkgname}
-  # eclipse-ecj is packaged on its own
-  rm "${pkgdir}"/usr/share/java/${pkgname}/ecj-*.jar
-  ln -s ../eclipse-ecj.jar "${pkgdir}"/usr/share/java/${pkgname}/ecj.jar
-
-  ln -s /usr/share/java/${pkgname} "${pkgdir}"/usr/share/${pkgname}/lib
-
-  # We log through systemd but this would still be required for stock Tomcat 
logging
-  install -dm775 -o ${_uid_tomcat} -g ${_gid_log} 
"${pkgdir}"/var/log/${pkgname}
-  ln -s /var/log/${pkgname} "${pkgdir}"/usr/share/${pkgname}/logs
-  touch "${pkgdir}"/var/log/${pkgname}/catalina.{out,err}
-  chgrp ${_gid_log} "${pkgdir}"/var/log/${pkgname}/catalina.{out,err}
-
-  install -dm775 "${pkgdir}"/etc/${pkgname}
-  install -g ${_gid_tomcat} -m640 conf/* "${pkgdir}"/etc/${pkgname}
-  install -d -g ${_gid_tomcat} -m775 "${pkgdir}"/etc/${pkgname}/Catalina
-  ln -s /etc/${pkgname} "${pkgdir}"/usr/share/${pkgname}/conf
-
-  install -dm775 "${pkgdir}"/var/lib/${pkgname}
-  cp -r webapps "${pkgdir}"/var/lib/${pkgname}
-  chown -R ${_uid_tomcat}:${_gid_tomcat} "${pkgdir}"/var/lib/${pkgname}
-  chmod 775 "${pkgdir}"/var/lib/${pkgname}/webapps
-  ln -s /var/lib/${pkgname}/webapps "${pkgdir}"/usr/share/${pkgname}/webapps
-
-  install -dm1777 "${pkgdir}"/var/tmp
-  install -dm775 -o ${_uid_tomcat} -g ${_gid_tomcat} 
"${pkgdir}"/var/tmp/${pkgname}/{temp,work}
-  ln -s /var/tmp/${pkgname}/temp "${pkgdir}"/usr/share/${pkgname}/temp
-  ln -s /var/tmp/${pkgname}/work "${pkgdir}"/usr/share/${pkgname}/work
-
-  install -Dm644 "${srcdir}"/systemd_${pkgname}.service \
- "${pkgdir}"/usr/lib/systemd/system/${pkgname}.service
-  install -Dm644 "${srcdir}"/systemd_sysusers.d_${pkgname}.conf \
-   

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

2016-02-10 Thread Levente Polyak
Date: Wednesday, February 10, 2016 @ 15:43:03
  Author: anthraxx
Revision: 161052

upgpkg: pngcrush 1.8.0-1

Modified:
  pngcrush/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-02-10 12:18:59 UTC (rev 161051)
+++ PKGBUILD2016-02-10 14:43:03 UTC (rev 161052)
@@ -4,7 +4,7 @@
 # Contributor: Stefan Husmann 
 
 pkgname=pngcrush
-pkgver=1.7.92
+pkgver=1.8.0
 pkgrel=1
 pkgdesc="A tool for optimizing the compression of PNG files"
 url="http://pmt.sourceforge.net/pngcrush;
@@ -13,7 +13,7 @@
 depends=('libpng')
 
source=(http://downloads.sourceforge.net/pmt/${pkgname}-${pkgver}-nolib.tar.xz{,.asc}
 LICENSE)
-sha512sums=('7e8a83dda07907ac6e014a9a3227d3e8bffd8f6608c3324b28696992b09bd676f02496571174ba5f6632b14e50bf894c960ca6507adbf4a74d2498961694304e'
+sha512sums=('270a9d5479f422ff396d025e73abdd4e9f4f715390d9398dfda1480348b26de644d974b41e9546f615f36f923aa9fa8bcddb96db951cb4d785496b5734fcc382'
 'SKIP'
 
'f18613b9da9b4f31a317411e726def5122246087ff57887fba6b46f0a7a7fae7109388ecb2ce049bbe992cc6ef0a3fbbe0f5c5bc816705efd7583836cbd4e69d')
 validpgpkeys=('8048643BA2C840F4F92A195FF54984BFA16C640F') # Glenn 
Randers-Pehrson (pngcrush) 
@@ -27,9 +27,7 @@
 
 build() {
   cd ${pkgname}-${pkgver}-nolib
-  LDFLAGS="${LDFLAGS} -Wl,-z,now -pie" \
-CFLAGS="${CFLAGS} -fPIE" \
-make
+  make
 }
 
 package() {


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

2016-02-10 Thread Levente Polyak
Date: Wednesday, February 10, 2016 @ 15:43:10
  Author: anthraxx
Revision: 161053

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

Added:
  pngcrush/repos/community-i686/LICENSE
(from rev 161052, pngcrush/trunk/LICENSE)
  pngcrush/repos/community-i686/PKGBUILD
(from rev 161052, pngcrush/trunk/PKGBUILD)
  pngcrush/repos/community-x86_64/LICENSE
(from rev 161052, pngcrush/trunk/LICENSE)
  pngcrush/repos/community-x86_64/PKGBUILD
(from rev 161052, pngcrush/trunk/PKGBUILD)
Deleted:
  pngcrush/repos/community-i686/LICENSE
  pngcrush/repos/community-i686/PKGBUILD
  pngcrush/repos/community-x86_64/LICENSE
  pngcrush/repos/community-x86_64/PKGBUILD

---+
 /LICENSE  |   84 
 /PKGBUILD |   78 
 community-i686/LICENSE|   42 --
 community-i686/PKGBUILD   |   41 -
 community-x86_64/LICENSE  |   42 --
 community-x86_64/PKGBUILD |   41 -
 6 files changed, 162 insertions(+), 166 deletions(-)

Deleted: community-i686/LICENSE
===
--- community-i686/LICENSE  2016-02-10 14:43:03 UTC (rev 161052)
+++ community-i686/LICENSE  2016-02-10 14:43:10 UTC (rev 161053)
@@ -1,42 +0,0 @@
-
-NOTICES
-
-If you have modified this source, you may insert additional notices
-immediately after this sentence.
-
-COPYRIGHT:
-
-Copyright (C) 1998-2002,2006-2009 Glenn Randers-Pehrson
-  (glennrp at users.sf.net)
-Copyright (C) 2005  Greg Roelofs
-
-DISCLAIMERS:
-
-The pngcrush computer program is supplied "AS IS".  The Author disclaims all
-warranties, expressed or implied, including, without limitation, the
-warranties of merchantability and of fitness for any purpose.  The
-Author assumes no liability for direct, indirect, incidental, special,
-exemplary, or consequential damages, which may result from the use of
-the computer program, even if advised of the possibility of such damage.
-There is no warranty against interference with your enjoyment of the
-computer program or against infringement.  There is no warranty that my
-efforts or the computer program will fulfill any of your particular purposes
-or needs.  This computer program is provided with all faults, and the entire
-risk of satisfactory quality, performance, accuracy, and effort is with
-the user.
-
-LICENSE:
-
-Permission is hereby irrevocably granted to everyone to use, copy, modify,
-and distribute this source code, or portions hereof, or executable programs
-compiled from it, for any purpose, without payment of any fee, subject to
-the following restrictions:
-
-1. The origin of this source code must not be misrepresented.
-
-2. Altered versions must be plainly marked as such and must not be
-   misrepresented as being the original source.
-
-3. This Copyright notice, disclaimer, and license may not be removed
-   or altered from any source or altered source distribution.
-

Copied: pngcrush/repos/community-i686/LICENSE (from rev 161052, 
pngcrush/trunk/LICENSE)
===
--- community-i686/LICENSE  (rev 0)
+++ community-i686/LICENSE  2016-02-10 14:43:10 UTC (rev 161053)
@@ -0,0 +1,42 @@
+
+NOTICES
+
+If you have modified this source, you may insert additional notices
+immediately after this sentence.
+
+COPYRIGHT:
+
+Copyright (C) 1998-2002,2006-2009 Glenn Randers-Pehrson
+  (glennrp at users.sf.net)
+Copyright (C) 2005  Greg Roelofs
+
+DISCLAIMERS:
+
+The pngcrush computer program is supplied "AS IS".  The Author disclaims all
+warranties, expressed or implied, including, without limitation, the
+warranties of merchantability and of fitness for any purpose.  The
+Author assumes no liability for direct, indirect, incidental, special,
+exemplary, or consequential damages, which may result from the use of
+the computer program, even if advised of the possibility of such damage.
+There is no warranty against interference with your enjoyment of the
+computer program or against infringement.  There is no warranty that my
+efforts or the computer program will fulfill any of your particular purposes
+or needs.  This computer program is provided with all faults, and the entire
+risk of satisfactory quality, performance, accuracy, and effort is with
+the user.
+
+LICENSE:
+
+Permission is hereby irrevocably granted to everyone to use, copy, modify,
+and distribute this source code, or portions hereof, or executable programs
+compiled from it, for any purpose, without payment of any fee, subject to
+the following restrictions:
+
+1. The origin of this source code must not be misrepresented.
+
+2. Altered versions must be plainly marked as such and must not be
+   misrepresented as being the original 

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

2016-02-10 Thread Florian Pritz
Date: Wednesday, February 10, 2016 @ 16:46:36
  Author: bluewind
Revision: 161057

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

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

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

Copied: libfilezilla/repos/community-i686/PKGBUILD (from rev 161056, 
libfilezilla/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-02-10 15:46:36 UTC (rev 161057)
@@ -0,0 +1,33 @@
+# Maintainer: Florian Pritz 
+# Contributor: Martchus 
+
+pkgname=libfilezilla
+pkgver=0.3.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=('b38566adef2f9f72f7feb45108d80b0c')

Copied: libfilezilla/repos/community-x86_64/PKGBUILD (from rev 161056, 
libfilezilla/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2016-02-10 15:46:36 UTC (rev 161057)
@@ -0,0 +1,33 @@
+# Maintainer: Florian Pritz 
+# Contributor: Martchus 
+
+pkgname=libfilezilla
+pkgver=0.3.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=('b38566adef2f9f72f7feb45108d80b0c')


[arch-commits] Commit in (4 files)

2016-02-10 Thread Florian Pritz
Date: Wednesday, February 10, 2016 @ 16:46:26
  Author: bluewind
Revision: 161056

Add libfilezilla

Added:
  libfilezilla/
  libfilezilla/repos/
  libfilezilla/trunk/
  libfilezilla/trunk/PKGBUILD

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

Added: libfilezilla/trunk/PKGBUILD
===
--- libfilezilla/trunk/PKGBUILD (rev 0)
+++ libfilezilla/trunk/PKGBUILD 2016-02-10 15:46:26 UTC (rev 161056)
@@ -0,0 +1,33 @@
+# Maintainer: Florian Pritz 
+# Contributor: Martchus 
+
+pkgname=libfilezilla
+pkgver=0.3.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=('b38566adef2f9f72f7feb45108d80b0c')


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

2016-02-10 Thread Florian Pritz
Date: Wednesday, February 10, 2016 @ 16:46:47
  Author: bluewind
Revision: 161058

upgpkg: filezilla 3.15.0-1

upstream update

Modified:
  filezilla/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-02-10 15:46:36 UTC (rev 161057)
+++ PKGBUILD2016-02-10 15:46:47 UTC (rev 161058)
@@ -3,13 +3,13 @@
 # Maintainer: Daniel J Griffiths 
 
 pkgname=filezilla
-pkgver=3.14.1
-pkgrel=2
+pkgver=3.15.0
+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')
+depends=('dbus' 'xdg-utils' 'wxgtk' 'libidn' 'hicolor-icon-theme' 'sqlite' 
'gnutls' "libfilezilla")
 install=filezilla.install
 
source=("http://downloads.sourceforge.net/project/filezilla/FileZilla_Client/${pkgver}/FileZilla_${pkgver}_src.tar.bz2;)
 
@@ -34,4 +34,4 @@
 
   make DESTDIR="${pkgdir}" install
 }
-md5sums=('034e51344c866f4ecab75be80f71ba3b')
+md5sums=('e541b2f0389e92b25b4358d6f9f36417')


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

2016-02-10 Thread Florian Pritz
Date: Wednesday, February 10, 2016 @ 16:46:53
  Author: bluewind
Revision: 161059

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

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

+
 /PKGBUILD  |   74 +++
 /filezilla.install |   22 ++
 community-i686/PKGBUILD|   37 -
 community-i686/filezilla.install   |   11 -
 community-x86_64/PKGBUILD  |   37 -
 community-x86_64/filezilla.install |   11 -
 6 files changed, 96 insertions(+), 96 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-02-10 15:46:47 UTC (rev 161058)
+++ community-i686/PKGBUILD 2016-02-10 15:46:53 UTC (rev 161059)
@@ -1,37 +0,0 @@
-# $Id$
-# Contributor: Alexander Fehr 
-# Maintainer: Daniel J Griffiths 
-
-pkgname=filezilla
-pkgver=3.14.1
-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')
-install=filezilla.install
-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=('034e51344c866f4ecab75be80f71ba3b')

Copied: filezilla/repos/community-i686/PKGBUILD (from rev 161058, 
filezilla/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-02-10 15:46:53 UTC (rev 161059)
@@ -0,0 +1,37 @@
+# $Id$
+# Contributor: Alexander Fehr 
+# Maintainer: Daniel J Griffiths 
+
+pkgname=filezilla
+pkgver=3.15.0
+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")
+install=filezilla.install
+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=('e541b2f0389e92b25b4358d6f9f36417')

Deleted: community-i686/filezilla.install
===
--- community-i686/filezilla.install2016-02-10 15:46:47 UTC (rev 161058)
+++ community-i686/filezilla.install2016-02-10 15:46:53 UTC (rev 161059)
@@ -1,11 +0,0 @@
-post_install() {
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Copied: filezilla/repos/community-i686/filezilla.install (from rev 161058, 
filezilla/trunk/filezilla.install)
===
--- community-i686/filezilla.install(rev 0)
+++ community-i686/filezilla.install2016-02-10 15:46:53 UTC (rev 161059)
@@ -0,0 +1,11 @@
+post_install() {
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-02-10 15:46:47 UTC (rev 161058)
+++ community-x86_64/PKGBUILD   2016-02-10 15:46:53 UTC (rev 161059)
@@ -1,37 +0,0 @@
-# $Id$
-# Contributor: Alexander Fehr 
-# Maintainer: Daniel J Griffiths 
-
-pkgname=filezilla
-pkgver=3.14.1
-pkgrel=2
-pkgdesc="Fast and reliable FTP, FTPS and SFTP client"

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

2016-02-10 Thread Felix Yan
Date: Wednesday, February 10, 2016 @ 18:12:05
  Author: fyan
Revision: 161068

upgpkg: lib32-nvidia-utils 361.28-2

use separate libglvnd package

Modified:
  lib32-nvidia-utils/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-02-10 17:00:36 UTC (rev 161067)
+++ PKGBUILD2016-02-10 17:12:05 UTC (rev 161068)
@@ -6,9 +6,10 @@
 pkgbase=lib32-$_pkgbasename
 pkgname=('lib32-nvidia-utils' 'lib32-nvidia-libgl' 'lib32-opencl-nvidia')
 pkgver=361.28
-pkgrel=1
+pkgrel=2
 arch=('x86_64')
 url="http://www.nvidia.com/;
+makedepends=('nvidia-libgl')  # To avoid conflict during installation in the 
build chroot
 license=('custom')
 options=('!strip')
 
@@ -49,7 +50,7 @@
 
 package_lib32-nvidia-libgl() {
 pkgdesc="NVIDIA drivers libraries symlinks (32-bit)"
-depends=('lib32-nvidia-utils')
+depends=('lib32-nvidia-utils' 'nvidia-libgl' 'lib32-libglvnd')
 replaces=('lib32-nvidia-utils<=313.26-1')
 conflicts=('lib32-libgl')
 provides=('lib32-libgl')
@@ -56,27 +57,10 @@
 cd "${_pkg}"
 
 mkdir -p "${pkgdir}/usr/lib32"
-ln -s "/usr/lib32/nvidia/libGLX.so.0" "${pkgdir}/usr/lib32/libGLX.so.0"
-ln -s "libGLX.so.0" "${pkgdir}/usr/lib32/libGLX.so.${pkgver}"
-ln -s "libGLX.so.0" "${pkgdir}/usr/lib32/libGLX.so"
-ln -s "libGLX_nvidia.so.${pkgver}" 
"${pkgdir}/usr/lib32/libGLX_indirect.so.0"
-
-ln -s "/usr/lib32/nvidia/libGL.so.1.0.0" 
"${pkgdir}/usr/lib32/libGL.so.1.0.0"
-ln -s "libGL.so.1.0.0" "${pkgdir}/usr/lib32/libGL.so.${pkgver}"
-ln -s "libGL.so.1.0.0" "${pkgdir}/usr/lib32/libGL.so"
-
 ln -s "/usr/lib32/nvidia/libEGL.so.1" "${pkgdir}/usr/lib32/libEGL.so.1"
 ln -s "libEGL.so.1" "${pkgdir}/usr/lib32/libEGL.so.${pkgver}"
 ln -s "libEGL.so.1" "${pkgdir}/usr/lib32/libEGL.so"
 
-ln -s "/usr/lib32/nvidia/libGLESv1_CM.so.1" 
"${pkgdir}/usr/lib32/libGLESv1_CM.so.1"
-ln -s "libGLESv1_CM.so.1" "${pkgdir}/usr/lib32/libGLESv1_CM.so.${pkgver}"
-ln -s "libGLESv1_CM.so.1" "${pkgdir}/usr/lib32/libGLESv1_CM.so"
-
-ln -s "/usr/lib32/nvidia/libGLESv2.so.2" 
"${pkgdir}/usr/lib32/libGLESv2.so.2"
-ln -s "libGLESv2.so.2" "${pkgdir}/usr/lib32/libGLESv2.so.${pkgver}"
-ln -s "libGLESv2.so.2" "${pkgdir}/usr/lib32/libGLESv2.so"
-
 mkdir -p "${pkgdir}/usr/share/licenses"
 ln -s $_pkgbasename "${pkgdir}/usr/share/licenses/lib32-nvidia-libgl"
 }
@@ -90,19 +74,14 @@
 # GLX extension module for X
 install -D -m755 "libglx.so.${pkgver}" 
"${pkgdir}/usr/lib32/nvidia/xorg/modules/extensions/libglx.so.${pkgver}"
 ln -s "libglx.so.${pkgver}" 
"${pkgdir}/usr/lib32/nvidia/xorg/modules/extensions/libglx.so" # X doesn't find 
glx otherwise
-install -D -m755 "libGLX.so.0" "${pkgdir}/usr/lib32/nvidia/libGLX.so.0"
 install -D -m755 "libGLX_nvidia.so.${pkgver}" 
"${pkgdir}/usr/lib32/libGLX_nvidia.so.${pkgver}"
+ln -s "libGLX_nvidia.so.${pkgver}" 
"${pkgdir}/usr/lib32/libGLX_indirect.so.0"
 
 # OpenGL libraries
-install -D -m755 "libGL.so.1.0.0" 
"${pkgdir}/usr/lib32/nvidia/libGL.so.1.0.0"
 install -D -m755 "libEGL.so.1" "${pkgdir}/usr/lib32/nvidia/libEGL.so.1"
 install -D -m755 "libEGL_nvidia.so.${pkgver}" 
"${pkgdir}/usr/lib32/libEGL_nvidia.so.${pkgver}"
-install -D -m755 "libGLESv1_CM.so.1" 
"${pkgdir}/usr/lib32/nvidia/libGLESv1_CM.so.1"
 install -D -m755 "libGLESv1_CM_nvidia.so.${pkgver}" 
"${pkgdir}/usr/lib32/libGLESv1_CM_nvidia.so.${pkgver}"
-install -D -m755 "libGLESv2.so.2" 
"${pkgdir}/usr/lib32/nvidia/libGLESv2.so.2"
 install -D -m755 "libGLESv2_nvidia.so.${pkgver}" 
"${pkgdir}/usr/lib32/libGLESv2_nvidia.so.${pkgver}"
-install -D -m755 "libOpenGL.so.0" "${pkgdir}/usr/lib32/libOpenGL.so.0"
-install -D -m755 "libGLdispatch.so.0" 
"${pkgdir}/usr/lib32/libGLdispatch.so.0"
 
 # OpenGL core library
 install -D -m755 "libnvidia-glcore.so.${pkgver}" 
"${pkgdir}/usr/lib32/libnvidia-glcore.so.${pkgver}"


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

2016-02-10 Thread Felix Yan
Date: Wednesday, February 10, 2016 @ 18:12:34
  Author: fyan
Revision: 161069

archrelease: copy trunk to multilib-x86_64

Added:
  lib32-nvidia-utils/repos/multilib-x86_64/PKGBUILD
(from rev 161068, lib32-nvidia-utils/trunk/PKGBUILD)
Deleted:
  lib32-nvidia-utils/repos/multilib-x86_64/PKGBUILD

--+
 PKGBUILD |  261 -
 1 file changed, 120 insertions(+), 141 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2016-02-10 17:12:05 UTC (rev 161068)
+++ PKGBUILD2016-02-10 17:12:34 UTC (rev 161069)
@@ -1,141 +0,0 @@
-# $Id$
-# Maintainer: Thomas Baechler 
-# Contributor: James Rayner 
-
-_pkgbasename=nvidia-utils
-pkgbase=lib32-$_pkgbasename
-pkgname=('lib32-nvidia-utils' 'lib32-nvidia-libgl' 'lib32-opencl-nvidia')
-pkgver=361.28
-pkgrel=1
-arch=('x86_64')
-url="http://www.nvidia.com/;
-license=('custom')
-options=('!strip')
-
-_arch='x86'
-_pkg="NVIDIA-Linux-${_arch}-${pkgver}"
-source=("http://us.download.nvidia.com/XFree86/Linux-${_arch}/${pkgver}/${_pkg}.run;)
-md5sums=('d4fc7fcf1204a46f15733d7cc2711ad2')
-
-create_links() {
-# create soname links
-for _lib in $(find "${pkgdir}" -name '*.so*' | grep -v 'xorg/'); do
-_soname=$(dirname "${_lib}")/$(readelf -d "${_lib}" | grep -Po 
'SONAME.*: \[\K[^]]*' || true)
-_base=$(echo ${_soname} | sed -r 's/(.*).so.*/\1.so/')
-[[ -e "${_soname}" ]] || ln -s $(basename "${_lib}") "${_soname}"
-[[ -e "${_base}" ]] || ln -s $(basename "${_soname}") "${_base}"
-done
-}
-
-build() {
-sh ${_pkg}.run --extract-only
-}
-
-package_lib32-opencl-nvidia() {
-pkgdesc="OpenCL implemention for NVIDIA (32-bit)"
-depends=('lib32-libcl' 'lib32-zlib' 'lib32-gcc-libs')
-optdepends=('opencl-headers: headers necessary for OpenCL development')
-cd "${_pkg}"
-
-# OpenCL
-install -D -m755 "libnvidia-compiler.so.${pkgver}" 
"${pkgdir}/usr/lib32/libnvidia-compiler.so.${pkgver}"
-install -D -m755 "libnvidia-opencl.so.${pkgver}" 
"${pkgdir}/usr/lib32/libnvidia-opencl.so.${pkgver}" 
-
-create_links
-
-mkdir -p "${pkgdir}/usr/share/licenses"
-ln -s $_pkgbasename "${pkgdir}/usr/share/licenses/lib32-opencl-nvidia"
-}
-
-package_lib32-nvidia-libgl() {
-pkgdesc="NVIDIA drivers libraries symlinks (32-bit)"
-depends=('lib32-nvidia-utils')
-replaces=('lib32-nvidia-utils<=313.26-1')
-conflicts=('lib32-libgl')
-provides=('lib32-libgl')
-cd "${_pkg}"
-
-mkdir -p "${pkgdir}/usr/lib32"
-ln -s "/usr/lib32/nvidia/libGLX.so.0" "${pkgdir}/usr/lib32/libGLX.so.0"
-ln -s "libGLX.so.0" "${pkgdir}/usr/lib32/libGLX.so.${pkgver}"
-ln -s "libGLX.so.0" "${pkgdir}/usr/lib32/libGLX.so"
-ln -s "libGLX_nvidia.so.${pkgver}" 
"${pkgdir}/usr/lib32/libGLX_indirect.so.0"
-
-ln -s "/usr/lib32/nvidia/libGL.so.1.0.0" 
"${pkgdir}/usr/lib32/libGL.so.1.0.0"
-ln -s "libGL.so.1.0.0" "${pkgdir}/usr/lib32/libGL.so.${pkgver}"
-ln -s "libGL.so.1.0.0" "${pkgdir}/usr/lib32/libGL.so"
-
-ln -s "/usr/lib32/nvidia/libEGL.so.1" "${pkgdir}/usr/lib32/libEGL.so.1"
-ln -s "libEGL.so.1" "${pkgdir}/usr/lib32/libEGL.so.${pkgver}"
-ln -s "libEGL.so.1" "${pkgdir}/usr/lib32/libEGL.so"
-
-ln -s "/usr/lib32/nvidia/libGLESv1_CM.so.1" 
"${pkgdir}/usr/lib32/libGLESv1_CM.so.1"
-ln -s "libGLESv1_CM.so.1" "${pkgdir}/usr/lib32/libGLESv1_CM.so.${pkgver}"
-ln -s "libGLESv1_CM.so.1" "${pkgdir}/usr/lib32/libGLESv1_CM.so"
-
-ln -s "/usr/lib32/nvidia/libGLESv2.so.2" 
"${pkgdir}/usr/lib32/libGLESv2.so.2"
-ln -s "libGLESv2.so.2" "${pkgdir}/usr/lib32/libGLESv2.so.${pkgver}"
-ln -s "libGLESv2.so.2" "${pkgdir}/usr/lib32/libGLESv2.so"
-
-mkdir -p "${pkgdir}/usr/share/licenses"
-ln -s $_pkgbasename "${pkgdir}/usr/share/licenses/lib32-nvidia-libgl"
-}
-
-package_lib32-nvidia-utils() {
-pkgdesc="NVIDIA drivers utilities (32-bit)"
-depends=('lib32-zlib' 'lib32-gcc-libs' 'nvidia-utils')
-optdepends=('lib32-opencl-nvidia')
-cd "${_pkg}"
-
-# GLX extension module for X
-install -D -m755 "libglx.so.${pkgver}" 
"${pkgdir}/usr/lib32/nvidia/xorg/modules/extensions/libglx.so.${pkgver}"
-ln -s "libglx.so.${pkgver}" 
"${pkgdir}/usr/lib32/nvidia/xorg/modules/extensions/libglx.so" # X doesn't find 
glx otherwise
-install -D -m755 "libGLX.so.0" "${pkgdir}/usr/lib32/nvidia/libGLX.so.0"
-install -D -m755 "libGLX_nvidia.so.${pkgver}" 
"${pkgdir}/usr/lib32/libGLX_nvidia.so.${pkgver}"
-
-# OpenGL libraries
-install -D -m755 "libGL.so.1.0.0" 
"${pkgdir}/usr/lib32/nvidia/libGL.so.1.0.0"
-install -D -m755 "libEGL.so.1" "${pkgdir}/usr/lib32/nvidia/libEGL.so.1"
-install -D -m755 "libEGL_nvidia.so.${pkgver}" 
"${pkgdir}/usr/lib32/libEGL_nvidia.so.${pkgver}"
-install -D -m755 "libGLESv1_CM.so.1" 
"${pkgdir}/usr/lib32/nvidia/libGLESv1_CM.so.1"
-install -D -m755 

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

2016-02-10 Thread Daniel Micay
Date: Wednesday, February 10, 2016 @ 17:31:44
  Author: thestinger
Revision: 161060

upgpkg: linux-grsec 4.3.5.201602092235-1

Modified:
  linux-grsec/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-02-10 15:46:53 UTC (rev 161059)
+++ PKGBUILD2016-02-10 16:31:44 UTC (rev 161060)
@@ -9,7 +9,7 @@
 _srcname=linux-4.3
 _pkgver=4.3.5
 _grsecver=3.1
-_timestamp=201602032209
+_timestamp=201602092235
 _grsec_patch="grsecurity-$_grsecver-$_pkgver-$_timestamp.patch"
 pkgver=$_pkgver.$_timestamp
 pkgrel=1
@@ -34,7 +34,7 @@
 'SKIP'
 '637b55eca2fe7b46cec0856bb60ce162a22b4d855e40fa0dff956561e70ce4ee'
 'SKIP'
-'2abf13c431b2c44a89c870a62d8165630a670cb3da1d9642c2f676975d814ec3'
+'d45b581d69d9dedbd23b76c652bf5fa70c3bb53dd0df5c226d40a60d3f9c6a35'
 'SKIP'
 '6beef54b29575e93d27f390857f8de92d21bc5c726671d24e182eefe54d541c6'
 'ccf8cde2be433a374e672c6cc5c4920e6b2d1541fab1183ea49258090c077d00'


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

2016-02-10 Thread Daniel Micay
Date: Wednesday, February 10, 2016 @ 17:32:44
  Author: thestinger
Revision: 161061

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

Added:
  linux-grsec/repos/community-i686/PKGBUILD
(from rev 161060, linux-grsec/trunk/PKGBUILD)
  linux-grsec/repos/community-i686/change-default-console-loglevel.patch
(from rev 161060, linux-grsec/trunk/change-default-console-loglevel.patch)
  linux-grsec/repos/community-i686/config
(from rev 161060, linux-grsec/trunk/config)
  linux-grsec/repos/community-i686/config.x86_64
(from rev 161060, linux-grsec/trunk/config.x86_64)
  linux-grsec/repos/community-i686/linux-grsec.install
(from rev 161060, linux-grsec/trunk/linux-grsec.install)
  linux-grsec/repos/community-i686/linux.preset
(from rev 161060, linux-grsec/trunk/linux.preset)
  linux-grsec/repos/community-x86_64/PKGBUILD
(from rev 161060, linux-grsec/trunk/PKGBUILD)
  linux-grsec/repos/community-x86_64/change-default-console-loglevel.patch
(from rev 161060, linux-grsec/trunk/change-default-console-loglevel.patch)
  linux-grsec/repos/community-x86_64/config
(from rev 161060, linux-grsec/trunk/config)
  linux-grsec/repos/community-x86_64/config.x86_64
(from rev 161060, linux-grsec/trunk/config.x86_64)
  linux-grsec/repos/community-x86_64/linux-grsec.install
(from rev 161060, linux-grsec/trunk/linux-grsec.install)
  linux-grsec/repos/community-x86_64/linux.preset
(from rev 161060, 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  |  632 
 /change-default-console-loglevel.patch |   22 
 /config|15752 +++
 /config.x86_64 |15158 ++
 /linux-grsec.install   |   74 
 /linux.preset  |   28 
 community-i686/PKGBUILD|  316 
 community-i686/change-default-console-loglevel.patch   |   11 
 community-i686/config  | 7876 ---
 community-i686/config.x86_64   | 7579 ---
 community-i686/linux-grsec.install |   37 
 community-i686/linux.preset|   14 
 community-x86_64/PKGBUILD  |  316 
 community-x86_64/change-default-console-loglevel.patch |   11 
 community-x86_64/config| 7876 ---
 community-x86_64/config.x86_64 | 7579 ---
 community-x86_64/linux-grsec.install   |   37 
 community-x86_64/linux.preset  |   14 
 18 files changed, 31666 insertions(+), 31666 deletions(-)

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


[arch-commits] Commit in (5 files)

2016-02-10 Thread Felix Yan
Date: Wednesday, February 10, 2016 @ 17:36:32
  Author: fyan
Revision: 161062

addpkg: lib32-libglvnd 0.0.0.20160210-1

Added:
  lib32-libglvnd/
  lib32-libglvnd/repos/
  lib32-libglvnd/trunk/
  lib32-libglvnd/trunk/LICENSE
  lib32-libglvnd/trunk/PKGBUILD

--+
 LICENSE  |   26 ++
 PKGBUILD |   36 
 2 files changed, 62 insertions(+)

Added: lib32-libglvnd/trunk/LICENSE
===
--- lib32-libglvnd/trunk/LICENSE(rev 0)
+++ lib32-libglvnd/trunk/LICENSE2016-02-10 16:36:32 UTC (rev 161062)
@@ -0,0 +1,26 @@
+Copyright (c) 2013, NVIDIA CORPORATION.
+
+Permission is hereby granted, free of charge, to any person obtaining a
+copy of this software and/or associated documentation files (the
+"Materials"), to deal in the Materials without restriction, including
+without limitation the rights to use, copy, modify, merge, publish,
+distribute, sublicense, and/or sell copies of the Materials, and to
+permit persons to whom the Materials are furnished to do so, subject to
+the following conditions:
+
+The above copyright notice and this permission notice shall be included
+unaltered in all copies or substantial portions of the Materials.
+Any additions, deletions, or changes to the original source files
+must be clearly indicated in accompanying documentation.
+
+If only executable code is distributed, then the accompanying
+documentation must state that "this software is based in part on the
+work of the Khronos Group."
+
+THE MATERIALS ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
+EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
+MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
+IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
+CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
+TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
+MATERIALS OR THE USE OR OTHER DEALINGS IN THE MATERIALS.
\ No newline at end of file

Added: lib32-libglvnd/trunk/PKGBUILD
===
--- lib32-libglvnd/trunk/PKGBUILD   (rev 0)
+++ lib32-libglvnd/trunk/PKGBUILD   2016-02-10 16:36:32 UTC (rev 161062)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgname=lib32-libglvnd
+pkgver=0.0.0.20160210
+_commit=236710018777d8b16f62b5c275e3ee95af7052cd
+pkgrel=1
+pkgdesc="The GL Vendor-Neutral Dispatch library"
+arch=('i686' 'x86_64')
+url="https://github.com/NVIDIA/libglvnd;
+license=('custom:BSD-like')
+depends=('lib32-libxext' 'libglvnd')
+makedepends=('xorg-server-devel' 'git' 'python2')
+source=("git+https://github.com/NVIDIA/libglvnd.git#commit=$_commit;)
+sha1sums=('SKIP')
+
+build() {
+  export CC='gcc -m32'
+  export CXX='g++ -m32'
+  export PKG_CONFIG_PATH='/usr/lib32/pkgconfig'
+
+  cd libglvnd
+  ./autogen.sh
+  ./configure --prefix=/usr --libdir=/usr/lib32/ --build=i686-unknown-linux-gnu
+  make
+}
+
+package() {
+  cd libglvnd
+  make DESTDIR="${pkgdir}" install
+
+  rm -r "$pkgdir/usr/include"
+
+  mkdir -p "$pkgdir/usr/share/licenses"
+  ln -s libglvnd "$pkgdir/usr/share/licenses/$pkgname"
+}


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


[arch-commits] Commit in libreoffice-fresh-i18n/trunk (PKGBUILD)

2016-02-10 Thread Andreas Radke
Date: Wednesday, February 10, 2016 @ 17:43:38
  Author: andyrtr
Revision: 259035

upgpkg: libreoffice-fresh-i18n 5.1.0-1

upstream update 5.1.0

Modified:
  libreoffice-fresh-i18n/trunk/PKGBUILD

--+
 PKGBUILD |  336 ++---
 1 file changed, 168 insertions(+), 168 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-02-10 15:46:12 UTC (rev 259034)
+++ PKGBUILD2016-02-10 16:43:38 UTC (rev 259035)
@@ -4,9 +4,9 @@
 
 pkgbase=libreoffice-fresh-i18n
 
-pkgver=5.0.4
+pkgver=5.1.0
 pkgrel=1
-_rcver=${pkgver}.2
+_rcver=${pkgver}.3
 #_oodlver=${pkgver}.0.beta1
 _oodlver=${pkgver}
 
@@ -136,172 +136,172 @@
   'zh-TW "Chinese (traditional)"'
   'zu"Zulu"'
 )
-md5sums=('2cd70c414c9d5c9cbcb2f25b3c8a114a'
- '976b180f9d7f834907cddf9c7c20f3e8'
- 'a9b0c0cef586df278fdac9f718bf5ece'
- '05abbe7372c7a44ca20a6bf42770bebf'
- '9543c9c0527d67a8d36c142901f5dcfc'
- '6b13e5543417ef9dcb5a1623c7cb6f24'
- 'dca756e0ba2c6f4104fb7d9dc753d20b'
- '50ad47a165d77fb7125be507711e0457'
- 'bf1d75b780962220f0c99117155c893a'
- '89ba4d8468fc8e5de8bba54c37079f2e'
- 'f375a335e94c2c65d43eabc4a20e59c3'
- '89fc2edd56516f90b4134c42bfe803a2'
- 'c8c4c923352b3083a7d08eedc86f77e7'
- '6c0c8bee29d083e4df7d29393cc370f8'
- '55f4b67d7e45b744feec2a9dd157a0f5'
- '61bb2940f0fb276d6799da1417e7753b'
- '01a923069e34262d7f1fa4fa53c59c72'
- '30584fc235407299ef13974aaa42d5f4'
- 'f57430a83deac70a240b413453e1cec7'
- '85be004784720043a13dce8994f63fda'
- '208c60e8c3bc5ca2cbb61e2729c7fdd0'
- '24674d960898e30f73ce9c543b87ed5c'
- '74a244055fb366da4b2c6c32b1b697f8'
- 'deb2c303ffa1c03adc7a1710101816f2'
- '1522e1db0d8e0d234c7ba2f574654b6c'
- 'f84885a8244701672b398e19e4b743ee'
- '66826f4f1036d8162ee21cf110ba6fbf'
- '2dfc542b77f5f51e8a0e434e0b4a8699'
- 'c073e697c648b8dd1163bb302371b944'
- 'fe8635e60c3d5228055136d78e55472b'
- '212894c0f16922fd8020ddf8e728effc'
- '349782867e9cb2c80c5f4aff25347217'
- 'f6635857221d78a7ce9aa9f2e45ed55d'
- 'e8571081d08cabc0de956bafd9632cce'
- 'b553cce160fbd76d42da0d941af4efc2'
- '9c835864861ec75612a0757d6229681a'
- 'd4d179eab325a3d2840025300d0be0a9'
- '72b6bdf258eb5342b81abd5bcf653b57'
- 'f2b6c3b61b0e5d368e5d525d97fde879'
- '1425c7935cd30f48b1b83a02b6359615'
- '2bc9dfe09c701154139ab5b2d676d368'
- 'f8e076f884209fc22ed280fc58869a7a'
- '16f4867aec78a51e1cb7f028043b5ff5'
- '6d28aaf189a29a81f4bea11bdb7ab3a1'
- '30fb346e28eac77398549cf7413762db'
- '3e4411e00344980196fc2d460939a652'
- '643d4c2f0de1db203ea0d54aecba1c27'
- '11c21ba780bc09f7752e2f89862a7874'
- '76ee8e39d117fff839fa82739cb8e557'
- '2a0173f0936f522caba3c338350912ce'
- '99e0ee838ad2cb3d83a7e6f0348fca1a'
- '88afb8ec9897083700c08d2fa89ce640'
- '4ead53383bb7df434ad8d24947afd556'
- 'c58cedfdf0bbdd12c0cdee33b49a79b1'
- '9dc4847847f9e6a4323ee01911c2928c'
- 'b9903efa5b499a56b0432876f7096551'
- '87f119a61df46ede14f81c1c77ac4bc2'
- 'fd86abfcdfe9537eb46fbda734bd3c1b'
- '7c5d20f143be3b336a733611431bf6c8'
- '3ca4e19e6897c464e30b10dc300af02b'
- '43a42f63ee338b6b12be462c2d88f9de'
- 'd48c95d5363c21c9c7e1fc56945c7d15'
- 'fea272b0533ed1ac57b33dfcdb3b2ce5'
- '76cc4a9fe5a27307396161d096476f79'
- '82d5209f5d23cceaac4ccf580b6413bb'
- '645bcacb19f45968c74dd4110a40e44e'
- 'def684ee70b18c12fd339817e9d961ba'
- '78c2a4363d4c0d2a1b218b4e666e0527'
- 'f8f1c999ee70c2a26e294308745cb460'
- 'f389c694a2923fd2aa8c417b7244ff47'
- 'eb587a28fc7d30e1e1fdaa6b5e6a7723'
- 'daaceaed31880a5643552783cf1fec65'
- '9e73d810bf61fbda32f586b43361d2ed'
- '9a3cfd9f178def03568834547dbf7f28'
- '29e8194797a29d797b1d55f6e0f12ebc'
- '20b2231cd179743b16128c9f2c06bec4'
- '253a964e0a0d66263526e2f457d5392a'
- 'fe07267f567b481323a4976e680e3327'
- 'b37321d03811f07ec31e03a4caa442b9'
- '2f64cd2432dcdbbd754cc1ac36bbdd65'
- 'e713fc71b2ccfd758083b365b700e148'
- '3558be694748e6eec466d37ad71f8853'
- 'c47f21327461fc7dc41b64507993891c'
- '5b443ed4b1eece760a015230cd3d7b23'
- '4df72a18614fa666b0045284fdccf11a'
- '63855b3a4cdbae0e94a6d0531189b6c5'
- '1a52fb537216bb14be4077c8ff403714'
- '1d0804e0d7f0b0a7ba775facea9d3ce1'
- '5e325cbc2d0f37364a55d4757aa1718a'
- '6cf2e5d570ae4e1faaa205d0b9402658'
- '5c2891e36b7f607ee3942bb48703167e'
- 'b65535dff1506835a058f8223184471f'
- 

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

2016-02-10 Thread Felix Yan
Date: Wednesday, February 10, 2016 @ 18:09:37
  Author: fyan
Revision: 259038

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

Added:
  nvidia-utils/repos/extra-i686/PKGBUILD
(from rev 259037, nvidia-utils/trunk/PKGBUILD)
  nvidia-utils/repos/extra-i686/nvidia-utils.install
(from rev 259037, nvidia-utils/trunk/nvidia-utils.install)
  nvidia-utils/repos/extra-x86_64/PKGBUILD
(from rev 259037, nvidia-utils/trunk/PKGBUILD)
  nvidia-utils/repos/extra-x86_64/nvidia-utils.install
(from rev 259037, nvidia-utils/trunk/nvidia-utils.install)
Deleted:
  nvidia-utils/repos/extra-i686/PKGBUILD
  nvidia-utils/repos/extra-i686/nvidia-utils.install
  nvidia-utils/repos/extra-x86_64/PKGBUILD
  nvidia-utils/repos/extra-x86_64/nvidia-utils.install

---+
 /PKGBUILD |  362 
 /nvidia-utils.install |   20 +
 extra-i686/PKGBUILD   |  203 
 extra-i686/nvidia-utils.install   |   10 
 extra-x86_64/PKGBUILD |  203 
 extra-x86_64/nvidia-utils.install |   10 
 6 files changed, 382 insertions(+), 426 deletions(-)

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


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

2016-02-10 Thread Felix Yan
Date: Wednesday, February 10, 2016 @ 18:09:01
  Author: fyan
Revision: 259037

upgpkg: nvidia-utils 361.28-2

use separate libglvnd package

Modified:
  nvidia-utils/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-02-10 16:45:19 UTC (rev 259036)
+++ PKGBUILD2016-02-10 17:09:01 UTC (rev 259037)
@@ -6,7 +6,7 @@
 pkgbase=nvidia-utils
 pkgname=('nvidia-utils' 'nvidia-libgl' 'opencl-nvidia')
 pkgver=361.28
-pkgrel=1
+pkgrel=2
 arch=('i686' 'x86_64')
 url="http://www.nvidia.com/;
 license=('custom')
@@ -54,7 +54,7 @@
 
 package_nvidia-libgl() {
 pkgdesc="NVIDIA drivers libraries symlinks"
-depends=('nvidia-utils')
+depends=('nvidia-utils' 'libglvnd')
 conflicts=('libgl')
 provides=('libgl')
 cd "${_pkg}"
@@ -64,27 +64,10 @@
 ln -s "libglx.so.${pkgver}" 
"${pkgdir}/usr/lib/xorg/modules/extensions/libglx.so.1"
 ln -s "libglx.so.${pkgver}" 
"${pkgdir}/usr/lib/xorg/modules/extensions/libglx.so"
 
-ln -s "/usr/lib/nvidia/libGLX.so.0" "${pkgdir}/usr/lib/libGLX.so.0"
-ln -s "libGLX.so.0" "${pkgdir}/usr/lib/libGLX.so.${pkgver}"
-ln -s "libGLX.so.0" "${pkgdir}/usr/lib/libGLX.so"
-ln -s "libGLX_nvidia.so.${pkgver}" "${pkgdir}/usr/lib/libGLX_indirect.so.0"
-
-ln -s "/usr/lib/nvidia/libGL.so.1.0.0" "${pkgdir}/usr/lib/libGL.so.1.0.0"
-ln -s "libGL.so.1.0.0" "${pkgdir}/usr/lib/libGL.so.${pkgver}"
-ln -s "libGL.so.1.0.0" "${pkgdir}/usr/lib/libGL.so"
-
 ln -s "/usr/lib/nvidia/libEGL.so.1" "${pkgdir}/usr/lib/libEGL.so.1"
 ln -s "libEGL.so.1" "${pkgdir}/usr/lib/libEGL.so.${pkgver}"
 ln -s "libEGL.so.1" "${pkgdir}/usr/lib/libEGL.so"
 
-ln -s "/usr/lib/nvidia/libGLESv1_CM.so.1" 
"${pkgdir}/usr/lib/libGLESv1_CM.so.1"
-ln -s "libGLESv1_CM.so.1" "${pkgdir}/usr/lib/libGLESv1_CM.so.${pkgver}"
-ln -s "libGLESv1_CM.so.1" "${pkgdir}/usr/lib/libGLESv1_CM.so"
-
-ln -s "/usr/lib/nvidia/libGLESv2.so.2" "${pkgdir}/usr/lib/libGLESv2.so.2"
-ln -s "libGLESv2.so.2" "${pkgdir}/usr/lib/libGLESv2.so.${pkgver}"
-ln -s "libGLESv2.so.2" "${pkgdir}/usr/lib/libGLESv2.so"
-
 mkdir -p "${pkgdir}/usr/share/licenses"
 ln -s nvidia "${pkgdir}/usr/share/licenses/nvidia-libgl"
 }
@@ -104,19 +87,14 @@
 # GLX extension module for X
 install -D -m755 "libglx.so.${pkgver}" 
"${pkgdir}/usr/lib/nvidia/xorg/modules/extensions/libglx.so.${pkgver}"
 ln -s "libglx.so.${pkgver}" 
"${pkgdir}/usr/lib/nvidia/xorg/modules/extensions/libglx.so"   # X doesn't find 
glx otherwise
-install -D -m755 "libGLX.so.0" "${pkgdir}/usr/lib/nvidia/libGLX.so.0"
 install -D -m755 "libGLX_nvidia.so.${pkgver}" 
"${pkgdir}/usr/lib/libGLX_nvidia.so.${pkgver}"
+ln -s "libGLX_nvidia.so.${pkgver}" "${pkgdir}/usr/lib/libGLX_indirect.so.0"
 
 # OpenGL libraries
-install -D -m755 "libGL.so.1.0.0" "${pkgdir}/usr/lib/nvidia/libGL.so.1.0.0"
 install -D -m755 "libEGL.so.1" "${pkgdir}/usr/lib/nvidia/libEGL.so.1"
 install -D -m755 "libEGL_nvidia.so.${pkgver}" 
"${pkgdir}/usr/lib/libEGL_nvidia.so.${pkgver}"
-install -D -m755 "libGLESv1_CM.so.1" 
"${pkgdir}/usr/lib/nvidia/libGLESv1_CM.so.1"
 install -D -m755 "libGLESv1_CM_nvidia.so.${pkgver}" 
"${pkgdir}/usr/lib/libGLESv1_CM_nvidia.so.${pkgver}"
-install -D -m755 "libGLESv2.so.2" "${pkgdir}/usr/lib/nvidia/libGLESv2.so.2"
 install -D -m755 "libGLESv2_nvidia.so.${pkgver}" 
"${pkgdir}/usr/lib/libGLESv2_nvidia.so.${pkgver}"
-install -D -m755 "libOpenGL.so.0" "${pkgdir}/usr/lib/libOpenGL.so.0"
-install -D -m755 "libGLdispatch.so.0" 
"${pkgdir}/usr/lib/libGLdispatch.so.0"
 
 # OpenGL core library
 install -D -m755 "libnvidia-glcore.so.${pkgver}" 
"${pkgdir}/usr/lib/libnvidia-glcore.so.${pkgver}"


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

2016-02-10 Thread Alexander Rødseth
Date: Wednesday, February 10, 2016 @ 17:50:41
  Author: arodseth
Revision: 161065

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

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

+
 /PKGBUILD  |   82 +++
 /gummi.install |   28 +
 community-i686/PKGBUILD|   41 ---
 community-i686/gummi.install   |   14 --
 community-x86_64/PKGBUILD  |   41 ---
 community-x86_64/gummi.install |   14 --
 6 files changed, 110 insertions(+), 110 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-02-10 16:49:31 UTC (rev 161064)
+++ community-i686/PKGBUILD 2016-02-10 16:50:41 UTC (rev 161065)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth 
-# Contributor: Thomas Dziedzic < gostrc at gmail >
-# Contributor: Sergio A. Morales 
-# Contributor: soeren 
-
-pkgname=gummi
-pkgver=0.6.5
-pkgrel=3
-pkgdesc='Simple LaTex editor for GTK users'
-arch=('x86_64' 'i686')
-url='http://gummi.midnightcoding.org/'
-license=('MIT')
-depends=('texlive-core' 'gtkspell' 'gtksourceview2' 'poppler-glib' 
'desktop-file-utils')
-makedepends=('glib2' 'gtk2' 'pango' 'poppler' 'intltool' 'setconf' 'git')
-install="$pkgname.install"
-source=("git://github.com/alexandervdm/gummi#commit=37480c8e80348b1863abc5f55819f9bc361bc135")
-md5sums=('SKIP')
-
-prepare() {
-  cd "$pkgname"
-
-  setconf autogen.sh AM_VERSION ''
-  ./autogen.sh
-}
- 
-build() {
-  cd "$pkgname"
-
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd "$pkgname"
-
-  make DESTDIR="$pkgdir" install
-  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: gummi/repos/community-i686/PKGBUILD (from rev 161064, 
gummi/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-02-10 16:50:41 UTC (rev 161065)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Alexander Rødseth 
+# Contributor: Thomas Dziedzic < gostrc at gmail >
+# Contributor: Sergio A. Morales 
+# Contributor: soeren 
+
+pkgname=gummi
+pkgver=0.6.6
+pkgrel=1
+pkgdesc='Simple LaTex editor for GTK users'
+arch=('x86_64' 'i686')
+url='http://gummi.midnightcoding.org/'
+license=('MIT')
+depends=('texlive-core' 'gtkspell' 'gtksourceview2' 'poppler-glib' 
'desktop-file-utils')
+makedepends=('glib2' 'gtk2' 'pango' 'poppler' 'intltool' 'setconf' 'git')
+install="$pkgname.install"
+source=("git://github.com/alexandervdm/gummi#commit=37480c8e80348b1863abc5f55819f9bc361bc135")
+md5sums=('SKIP')
+
+prepare() {
+  cd "$pkgname"
+
+  setconf autogen.sh AM_VERSION ''
+  ./autogen.sh
+}
+ 
+build() {
+  cd "$pkgname"
+
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "$pkgname"
+
+  make DESTDIR="$pkgdir" install
+  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-i686/gummi.install
===
--- community-i686/gummi.install2016-02-10 16:49:31 UTC (rev 161064)
+++ community-i686/gummi.install2016-02-10 16:50:41 UTC (rev 161065)
@@ -1,14 +0,0 @@
-post_upgrade() {
-  gtk-update-icon-cache -q -f -t /usr/share/icons/hicolor
-  update-desktop-database -q
-}
-
-post_install() {
-  post_upgrade
-}
-
-post_remove() {
-  post_upgrade
-}
-
-# vim:set ts=2 sw=2 et:

Copied: gummi/repos/community-i686/gummi.install (from rev 161064, 
gummi/trunk/gummi.install)
===
--- community-i686/gummi.install(rev 0)
+++ community-i686/gummi.install2016-02-10 16:50:41 UTC (rev 161065)
@@ -0,0 +1,14 @@
+post_upgrade() {
+  gtk-update-icon-cache -q -f -t /usr/share/icons/hicolor
+  update-desktop-database -q
+}
+
+post_install() {
+  post_upgrade
+}
+
+post_remove() {
+  post_upgrade
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-02-10 16:49:31 UTC (rev 161064)
+++ community-x86_64/PKGBUILD   2016-02-10 16:50:41 UTC (rev 

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

2016-02-10 Thread Alexander Rødseth
Date: Wednesday, February 10, 2016 @ 17:49:31
  Author: arodseth
Revision: 161064

upgpkg: gummi 0.6.6-1

Modified:
  gummi/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-02-10 16:36:48 UTC (rev 161063)
+++ PKGBUILD2016-02-10 16:49:31 UTC (rev 161064)
@@ -5,8 +5,8 @@
 # Contributor: soeren 
 
 pkgname=gummi
-pkgver=0.6.5
-pkgrel=3
+pkgver=0.6.6
+pkgrel=1
 pkgdesc='Simple LaTex editor for GTK users'
 arch=('x86_64' 'i686')
 url='http://gummi.midnightcoding.org/'


[arch-commits] Commit in lib32-libglvnd (4 files)

2016-02-10 Thread Felix Yan
Date: Wednesday, February 10, 2016 @ 17:36:48
  Author: fyan
Revision: 161063

archrelease: copy trunk to multilib-x86_64

Added:
  lib32-libglvnd/repos/multilib-x86_64/
  lib32-libglvnd/repos/multilib-x86_64/LICENSE
(from rev 161062, lib32-libglvnd/trunk/LICENSE)
  lib32-libglvnd/repos/multilib-x86_64/PKGBUILD
(from rev 161062, lib32-libglvnd/trunk/PKGBUILD)
Modified:
  lib32-libglvnd/trunk/PKGBUILD

+
 repos/multilib-x86_64/LICENSE  |   26 ++
 repos/multilib-x86_64/PKGBUILD |   36 
 trunk/PKGBUILD |2 +-
 3 files changed, 63 insertions(+), 1 deletion(-)

Copied: lib32-libglvnd/repos/multilib-x86_64/LICENSE (from rev 161062, 
lib32-libglvnd/trunk/LICENSE)
===
--- repos/multilib-x86_64/LICENSE   (rev 0)
+++ repos/multilib-x86_64/LICENSE   2016-02-10 16:36:48 UTC (rev 161063)
@@ -0,0 +1,26 @@
+Copyright (c) 2013, NVIDIA CORPORATION.
+
+Permission is hereby granted, free of charge, to any person obtaining a
+copy of this software and/or associated documentation files (the
+"Materials"), to deal in the Materials without restriction, including
+without limitation the rights to use, copy, modify, merge, publish,
+distribute, sublicense, and/or sell copies of the Materials, and to
+permit persons to whom the Materials are furnished to do so, subject to
+the following conditions:
+
+The above copyright notice and this permission notice shall be included
+unaltered in all copies or substantial portions of the Materials.
+Any additions, deletions, or changes to the original source files
+must be clearly indicated in accompanying documentation.
+
+If only executable code is distributed, then the accompanying
+documentation must state that "this software is based in part on the
+work of the Khronos Group."
+
+THE MATERIALS ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
+EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
+MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
+IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
+CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
+TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
+MATERIALS OR THE USE OR OTHER DEALINGS IN THE MATERIALS.
\ No newline at end of file

Copied: lib32-libglvnd/repos/multilib-x86_64/PKGBUILD (from rev 161062, 
lib32-libglvnd/trunk/PKGBUILD)
===
--- repos/multilib-x86_64/PKGBUILD  (rev 0)
+++ repos/multilib-x86_64/PKGBUILD  2016-02-10 16:36:48 UTC (rev 161063)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgname=lib32-libglvnd
+pkgver=0.0.0.20160210
+_commit=236710018777d8b16f62b5c275e3ee95af7052cd
+pkgrel=1
+pkgdesc="The GL Vendor-Neutral Dispatch library"
+arch=('i686' 'x86_64')
+url="https://github.com/NVIDIA/libglvnd;
+license=('custom:BSD-like')
+depends=('lib32-libxext' 'libglvnd')
+makedepends=('xorg-server-devel' 'git' 'python2')
+source=("git+https://github.com/NVIDIA/libglvnd.git#commit=$_commit;)
+sha1sums=('SKIP')
+
+build() {
+  export CC='gcc -m32'
+  export CXX='g++ -m32'
+  export PKG_CONFIG_PATH='/usr/lib32/pkgconfig'
+
+  cd libglvnd
+  ./autogen.sh
+  ./configure --prefix=/usr --libdir=/usr/lib32/ --build=i686-unknown-linux-gnu
+  make
+}
+
+package() {
+  cd libglvnd
+  make DESTDIR="${pkgdir}" install
+
+  rm -r "$pkgdir/usr/include"
+
+  mkdir -p "$pkgdir/usr/share/licenses"
+  ln -s libglvnd "$pkgdir/usr/share/licenses/$pkgname"
+}

Modified: trunk/PKGBUILD
===
--- trunk/PKGBUILD  2016-02-10 16:36:32 UTC (rev 161062)
+++ trunk/PKGBUILD  2016-02-10 16:36:48 UTC (rev 161063)
@@ -6,7 +6,7 @@
 _commit=236710018777d8b16f62b5c275e3ee95af7052cd
 pkgrel=1
 pkgdesc="The GL Vendor-Neutral Dispatch library"
-arch=('i686' 'x86_64')
+arch=('x86_64')
 url="https://github.com/NVIDIA/libglvnd;
 license=('custom:BSD-like')
 depends=('lib32-libxext' 'libglvnd')


[arch-commits] Commit in libreoffice-fresh-i18n/repos (2 files)

2016-02-10 Thread Andreas Radke
Date: Wednesday, February 10, 2016 @ 17:45:19
  Author: andyrtr
Revision: 259036

archrelease: copy trunk to testing-any

Added:
  libreoffice-fresh-i18n/repos/testing-any/
  libreoffice-fresh-i18n/repos/testing-any/PKGBUILD
(from rev 259035, libreoffice-fresh-i18n/trunk/PKGBUILD)

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

Copied: libreoffice-fresh-i18n/repos/testing-any/PKGBUILD (from rev 259035, 
libreoffice-fresh-i18n/trunk/PKGBUILD)
===
--- testing-any/PKGBUILD(rev 0)
+++ testing-any/PKGBUILD2016-02-10 16:45:19 UTC (rev 259036)
@@ -0,0 +1,354 @@
+# $Id$
+# Maintainer: Andreas Radke 
+# Maintainer: Bartłomiej Piotrowski 
+
+pkgbase=libreoffice-fresh-i18n
+
+pkgver=5.1.0
+pkgrel=1
+_rcver=${pkgver}.3
+#_oodlver=${pkgver}.0.beta1
+_oodlver=${pkgver}
+
+arch=('any')
+url="http://www.documentfoundation.org;
+license=('LGPL')
+makedepends=('rpmextract')
+
+#http://download.documentfoundation.org/mirrors/all.html
+_url="http://download.documentfoundation.org/libreoffice/stable;
+#_url="http://download.documentfoundation.org/libreoffice/testing;
+#_url="http://dev-builds.libreoffice.org/pre-releases;
+#_url="http://www.libreoffice.org/download/pre-releases;
+
+#_url+="/${pkgver}-rc2/rpm/x86"
+_url+="/${pkgver}/rpm/x86"
+#_url+="/rpm/x86"
+
+_languages=(
+  'af"Afrikaans"'
+  'am"Amharic"'
+  'ar"Arabic"'
+  'as"Assamese (India)"'
+  'ast   "Asturianu"'
+  'be"Belarusian"'
+  'bg"Bulgarian"'
+  'bn"Bengali"'
+  'bn-IN "Bengali (India)"'
+  'bo"Tibetan"'
+  'br"Breton"'
+  'brx   "Bodo"'
+  'bs"Bosnian"'
+  'ca"Catalan"'
+  'ca-valencia   "Catalan (Valencia)"'
+  'cs"Czech"'
+  'cy"Welsh"'
+  'da"Danish"'
+  'de"German"'
+  'dgo   "Dogri"'
+  'dz"Dzongkha"'
+  'el"Greek"'
+  'en-GB "English (GB)"'
+  'en-ZA "English (ZA)"'
+  'eo"Esperanto"'
+  'es"Spanish"'
+  'et"Estonian"'
+  'eu"Basque"'
+  'fa"Persian"'
+  'fi"Finnish"'
+  'fr"French"'
+  'ga"Irish"'
+  'gd"Gaelic (Scottish)"'
+  'gl"Galician"'
+  'gu"Gujarati"'
+  'he"Hebrew"'
+  'hi"Hindi"'
+  'hr"Croatian"'
+  'hu"Hungarian"'
+  'id"Indonesian"'
+  'is"Icelandic"'
+  'it"Italian"'
+  'ja"Japanese"'
+  'ka"Georgian"'
+  'kk"Kazakh"'
+  'km"Khmer (Cambodia)"'
+  'kmr-Latn  "Kurdish"'
+  'kn"Kannada"'
+  'ko"Korean"'
+  'kok   "Konkani"'
+  'ks"Kashmiri"'
+  'lb"Luxembourgish"'
+  'lo"Lao"'
+  'lt"Lithuanian"'
+  'lv"Latvian"'
+  'mai   "Maithili"'
+  'mk"Macedonian"'
+  'ml"Malayalam"'
+  'mn"Mongolian"'
+  'mni   "Manipuri"'
+  'mr"Marathi"'
+  'my"Burmese"'
+  'nb"Norwegian Bokmal"'
+  'ne"Nepali"'
+  'nl"Dutch"'
+  'nn"Norwegian Nynorsk"'
+  'nr"Ndebele (South)"'
+  'nso   "Northern Sotho"'
+  'oc"Occitan"'
+  'om"Oromo"'
+  'or"Oriya"'
+  'pa-IN "Punjabi (India)"'
+  'pl"Polish"'
+  'pt"Portuguese"'
+  'pt-BR "Portuguese (Brasil)"'
+  'ro"Romanian"'
+  'ru"Russian"'
+  'rw"Kinyarwanda"'
+  'sa-IN "Sanskrit (India)"'
+  'sat   "Santali"'
+  'sd"Sindhi"'
+  'si"Singhalese"'
+  'sid   "Sidama"'
+  'sk"Slovak"'
+  'sl"Slovenian"'
+  'sq"Albanien"'
+  'sr"Serbian"'
+  'sr-Latn   "Serbian (Latin)"'
+  'ss"Swati"'
+  'st"Southern Sotho"'
+  'sv"Swedish"'
+  'sw-TZ "Swahili (Tanzania)"'
+  'ta"Tamil"'
+  'te"Telugu"'
+  'tg"Tajik"'
+  'th"Thai"'
+  'tn"Tswana"'
+  'tr"Turkish"'
+  'ts"Tsonga"'
+  'tt"Tatar"'
+  'ug"Uighur"'
+  'uk"Ukrainian"'
+  'uz"Uzbek"'
+  've"Venda"'
+  'vi"Vietnamese"'
+  'xh"Xhosa"'
+  'zh-CN "Chinese (simplified)"'
+  'zh-TW "Chinese (traditional)"'
+  'zu"Zulu"'
+)
+md5sums=('f9e799ed94110ff1ea5d58f695f80755'
+ '6aed732096d9fd5eb2bcb409c1c68bec'
+ '54abb5c38329640f6c83b6479a17b780'
+ 

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

2016-02-10 Thread Florian Pritz
Date: Wednesday, February 10, 2016 @ 18:00:36
  Author: bluewind
Revision: 161067

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

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

+
 /PKGBUILD  |   74 +++
 /filezilla.install |   22 ++
 community-i686/PKGBUILD|   37 -
 community-i686/filezilla.install   |   11 -
 community-x86_64/PKGBUILD  |   37 -
 community-x86_64/filezilla.install |   11 -
 6 files changed, 96 insertions(+), 96 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-02-10 17:00:29 UTC (rev 161066)
+++ community-i686/PKGBUILD 2016-02-10 17:00:36 UTC (rev 161067)
@@ -1,37 +0,0 @@
-# $Id$
-# Contributor: Alexander Fehr 
-# Maintainer: Daniel J Griffiths 
-
-pkgname=filezilla
-pkgver=3.15.0
-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")
-install=filezilla.install
-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=('e541b2f0389e92b25b4358d6f9f36417')

Copied: filezilla/repos/community-i686/PKGBUILD (from rev 161066, 
filezilla/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-02-10 17:00:36 UTC (rev 161067)
@@ -0,0 +1,37 @@
+# $Id$
+# Contributor: Alexander Fehr 
+# Maintainer: Daniel J Griffiths 
+
+pkgname=filezilla
+pkgver=3.15.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")
+install=filezilla.install
+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=('f3c8eb38fe49a8366ac2f2f303e648ef')

Deleted: community-i686/filezilla.install
===
--- community-i686/filezilla.install2016-02-10 17:00:29 UTC (rev 161066)
+++ community-i686/filezilla.install2016-02-10 17:00:36 UTC (rev 161067)
@@ -1,11 +0,0 @@
-post_install() {
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Copied: filezilla/repos/community-i686/filezilla.install (from rev 161066, 
filezilla/trunk/filezilla.install)
===
--- community-i686/filezilla.install(rev 0)
+++ community-i686/filezilla.install2016-02-10 17:00:36 UTC (rev 161067)
@@ -0,0 +1,11 @@
+post_install() {
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-02-10 17:00:29 UTC (rev 161066)
+++ community-x86_64/PKGBUILD   2016-02-10 17:00:36 UTC (rev 161067)
@@ -1,37 +0,0 @@
-# $Id$
-# Contributor: Alexander Fehr 
-# Maintainer: Daniel J Griffiths 
-
-pkgname=filezilla
-pkgver=3.15.0
-pkgrel=1
-pkgdesc="Fast and reliable FTP, FTPS and 

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

2016-02-10 Thread Florian Pritz
Date: Wednesday, February 10, 2016 @ 18:00:29
  Author: bluewind
Revision: 161066

upgpkg: filezilla 3.15.0.1-1

upstream update

Modified:
  filezilla/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-02-10 16:50:41 UTC (rev 161065)
+++ PKGBUILD2016-02-10 17:00:29 UTC (rev 161066)
@@ -3,7 +3,7 @@
 # Maintainer: Daniel J Griffiths 
 
 pkgname=filezilla
-pkgver=3.15.0
+pkgver=3.15.0.1
 pkgrel=1
 pkgdesc="Fast and reliable FTP, FTPS and SFTP client"
 arch=('i686' 'x86_64')
@@ -34,4 +34,4 @@
 
   make DESTDIR="${pkgdir}" install
 }
-md5sums=('e541b2f0389e92b25b4358d6f9f36417')
+md5sums=('f3c8eb38fe49a8366ac2f2f303e648ef')


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

2016-02-10 Thread Levente Polyak
Date: Wednesday, February 10, 2016 @ 19:11:03
  Author: anthraxx
Revision: 161070

upgpkg: gradle 2.11-1

Modified:
  gradle/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-02-10 17:12:34 UTC (rev 161069)
+++ PKGBUILD2016-02-10 18:11:03 UTC (rev 161070)
@@ -5,9 +5,9 @@
 
 pkgbase=gradle
 pkgname=('gradle' 'gradle-doc' 'gradle-src')
-pkgver=2.10
+pkgver=2.11
 pkgrel=1
-pkgdesc=('A powerful build system for the JVM')
+pkgdesc='A powerful build system for the JVM'
 url='https://gradle.org/'
 arch=('any')
 license=('Apache')
@@ -14,7 +14,7 @@
 depends=('java-environment' 'bash')
 source=(https://services.gradle.org/distributions/${pkgbase}-${pkgver}-all.zip
 ${pkgbase}.sh)
-sha512sums=('4977eae3763f1f7e85ff30cbc6949ef7d15d239f4379476e7c416f4794811e64e60e04c3ddc01ca87673a742f8ca8e1e45ed52330c06f83ac8a19df8611f6fa3'
+sha512sums=('05be0ed4dbb085837020381537683e9ee29e974cf03bd9d7546cf571ea5e4b104b3559b5b60232b554310fd1825c142189d9f7bf5e93d94ac06e9875e69f8aee'
 
'f38e9b26e22948366acf6580d6f38e2c88c3791c425b24922368fe1bc78c744fa516a03ffdbef02e3755859da620a6259997d4b4e5f97e3dc8cb49b74a694616')
 
 package_gradle() {
@@ -46,7 +46,7 @@
 }
 
 package_gradle-doc() {
-  pkgdesc=('A powerful build system for the JVM (documentation and samples)')
+  pkgdesc='A powerful build system for the JVM (documentation and samples)'
   options=('!strip')
   optdepends=('gradle')
 
@@ -62,7 +62,7 @@
 }
 
 package_gradle-src() {
-  pkgdesc=('A powerful build system for the JVM (sources)')
+  pkgdesc='A powerful build system for the JVM (sources)'
   options=('!strip')
   optdepends=('gradle')
 


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

2016-02-10 Thread Sergej Pupykin
Date: Wednesday, February 10, 2016 @ 20:11:35
  Author: spupykin
Revision: 161073

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

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

+
 /PKGBUILD  |  128 +++
 /glusterfs.install |   16 
 community-i686/PKGBUILD|   64 -
 community-i686/glusterfs.install   |8 --
 community-x86_64/PKGBUILD  |   64 -
 community-x86_64/glusterfs.install |8 --
 6 files changed, 144 insertions(+), 144 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-02-10 19:11:19 UTC (rev 161072)
+++ community-i686/PKGBUILD 2016-02-10 19:11:35 UTC (rev 161073)
@@ -1,64 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Contributors:
-#   Andrei Antoukh - n...@niwi.be - http://www.niwi.be
-#   henning mueller 
-
-pkgname=glusterfs
-pkgver=3.7.6
-pkgrel=1
-pkgdesc='Is a cluster file-system capable of scaling to several peta-bytes.'
-arch=(i686 x86_64)
-url='http://www.gluster.org/'
-license=(GPL2 LGPL3)
-install=glusterfs.install
-depends=(fuse python2 libxml2 libaio liburcu)
-makedepends=(flex bison)
-optdepends=('rpcbind: NFS'
-   'glib2: qemu-block')
-#source=($pkgname-$pkgver.tar.gz::https://github.com/gluster/glusterfs/archive/v$pkgver.tar.gz)
-source=(https://download.gluster.org/pub/gluster/glusterfs/${pkgver%.?}/$pkgver/glusterfs-$pkgver.tar.gz)
-md5sums=('af8df703e4e6b44f8baa1fe6a9d81f5c')
-
-prepare() {
-  cd $srcdir/$pkgname-$pkgver
-  find -type f -name '*.py' -exec sed -i \
--e 's:env\ python:env\ python2:' \
--e 's:/usr/bin/python:/usr/bin/python2:' {} \;
-}
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  ./autogen.sh
-  ./configure \
---prefix=/usr \
---sbindir=/usr/bin \
---with-mountutildir=/usr/bin \
---sysconfdir=/etc \
---localstatedir=/var \
---mandir=/usr/share/man \
---libexecdir=/usr/lib/$pkgname \
---with-systemddir=/usr/lib/systemd/system \
-PYTHON=python2 LEXLIB=
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-
-  make -j1 DESTDIR=$pkgdir install
-
-  mkdir -p $pkgdir/usr/lib/tmpfiles.d
-  echo "d /var/run/glusterfs 0755 root root -" 
>$pkgdir/usr/lib/tmpfiles.d/glusterfs.conf
-
-  install -D -m 644 \
-$srcdir/$pkgname-$pkgver/{README.md,INSTALL,COPYING*} \
-$pkgdir/usr/share/doc/glusterfs/
-
-  cp -rf \
-$srcdir/$pkgname-$pkgver/doc/* \
-$pkgdir/usr/share/doc/glusterfs/
-  rm -rf $pkgdir/var/run
-}
-
-# vim:set ts=2 sw=2 et:

Copied: glusterfs/repos/community-i686/PKGBUILD (from rev 161072, 
glusterfs/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-02-10 19:11:35 UTC (rev 161073)
@@ -0,0 +1,64 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Contributors:
+#   Andrei Antoukh - n...@niwi.be - http://www.niwi.be
+#   henning mueller 
+
+pkgname=glusterfs
+pkgver=3.7.8
+pkgrel=1
+pkgdesc='Is a cluster file-system capable of scaling to several peta-bytes.'
+arch=(i686 x86_64)
+url='http://www.gluster.org/'
+license=(GPL2 LGPL3)
+install=glusterfs.install
+depends=(fuse python2 libxml2 libaio liburcu)
+makedepends=(flex bison)
+optdepends=('rpcbind: NFS'
+   'glib2: qemu-block')
+#source=($pkgname-$pkgver.tar.gz::https://github.com/gluster/glusterfs/archive/v$pkgver.tar.gz)
+source=(https://download.gluster.org/pub/gluster/glusterfs/${pkgver%.?}/$pkgver/glusterfs-$pkgver.tar.gz)
+md5sums=('c488a2f546f9c24ce873e3de6289e9aa')
+
+prepare() {
+  cd $srcdir/$pkgname-$pkgver
+  find -type f -name '*.py' -exec sed -i \
+-e 's:env\ python:env\ python2:' \
+-e 's:/usr/bin/python:/usr/bin/python2:' {} \;
+}
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  ./autogen.sh
+  ./configure \
+--prefix=/usr \
+--sbindir=/usr/bin \
+--with-mountutildir=/usr/bin \
+--sysconfdir=/etc \
+--localstatedir=/var \
+--mandir=/usr/share/man \
+--libexecdir=/usr/lib/$pkgname \
+--with-systemddir=/usr/lib/systemd/system \
+PYTHON=python2 LEXLIB=
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+
+  make -j1 

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

2016-02-10 Thread Sergej Pupykin
Date: Wednesday, February 10, 2016 @ 20:11:19
  Author: spupykin
Revision: 161072

upgpkg: glusterfs 3.7.8-1

upd

Modified:
  glusterfs/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-02-10 18:11:19 UTC (rev 161071)
+++ PKGBUILD2016-02-10 19:11:19 UTC (rev 161072)
@@ -5,7 +5,7 @@
 #   henning mueller 
 
 pkgname=glusterfs
-pkgver=3.7.6
+pkgver=3.7.8
 pkgrel=1
 pkgdesc='Is a cluster file-system capable of scaling to several peta-bytes.'
 arch=(i686 x86_64)
@@ -18,7 +18,7 @@
'glib2: qemu-block')
 
#source=($pkgname-$pkgver.tar.gz::https://github.com/gluster/glusterfs/archive/v$pkgver.tar.gz)
 
source=(https://download.gluster.org/pub/gluster/glusterfs/${pkgver%.?}/$pkgver/glusterfs-$pkgver.tar.gz)
-md5sums=('af8df703e4e6b44f8baa1fe6a9d81f5c')
+md5sums=('c488a2f546f9c24ce873e3de6289e9aa')
 
 prepare() {
   cd $srcdir/$pkgname-$pkgver


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

2016-02-10 Thread Antonio Rojas
Date: Wednesday, February 10, 2016 @ 21:04:15
  Author: arojas
Revision: 161074

Update to 2.1.1

Modified:
  owncloud-client/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-02-10 19:11:35 UTC (rev 161073)
+++ PKGBUILD2016-02-10 20:04:15 UTC (rev 161074)
@@ -4,8 +4,8 @@
 
 _name=owncloudclient
 pkgname=owncloud-client
-pkgver=2.1.0
-pkgrel=2
+pkgver=2.1.1
+pkgrel=1
 pkgdesc='ownCloud client based on mirall'
 arch=(i686 x86_64)
 url='http://owncloud.org/'
@@ -15,10 +15,8 @@
 optdepends=('python2-nautilus: integration with Nautilus')
 install=$pkgname.install
 backup=('etc/ownCloud/sync-exclude.lst')
-source=("https://download.owncloud.com/desktop/stable/$_name-$pkgver.tar.xz"{,.asc})
-md5sums=('6ab37353c8de73bd268aba6abb1f4020'
- 'SKIP')
-validpgpkeys=('F05F7DD7953A07DF36579DAA498C45EBE94E7B37')
+source=("https://download.owncloud.com/desktop/stable/$_name-$pkgver.tar.xz;)
+md5sums=('63a971158201a8dffe96a02c54b86819')
 
 prepare() {
   mkdir -p build


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

2016-02-10 Thread Laurent Carlier
Date: Wednesday, February 10, 2016 @ 21:57:08
  Author: lcarlier
Revision: 161077

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

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

---+
 /PKGBUILD |  106 
 /blobwars.install |   22 +++
 community-i686/PKGBUILD   |   41 -
 community-i686/blobwars.install   |   11 ---
 community-x86_64/PKGBUILD |   41 -
 community-x86_64/blobwars.install |   11 ---
 6 files changed, 128 insertions(+), 104 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-02-10 20:56:55 UTC (rev 161076)
+++ community-i686/PKGBUILD 2016-02-10 20:57:08 UTC (rev 161077)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau 
-# Contributor: Allan McRae 
-# Contributor: geekitus
-
-pkgname=blobwars
-pkgver=1.19
-pkgrel=6
-pkgdesc="Platform action game featuring a blob wih lot of weapons"
-arch=('i686' 'x86_64')
-url="http://sourceforge.net/projects/blobwars;
-license=('GPL')
-makedepends=('sdl_image' 'sdl_mixer' 'sdl_ttf' 'sdl_net')
-install=$pkgname.install
-source=(http://downloads.sourceforge.net/project/$pkgname/$pkgname-$pkgver.tar.gz)
-md5sums=('87e8aaa114b6e4742ea6ee28e7a7f984')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  # fix building with gcc 4.6
-  sed -i -e 's/-Werror/-Werror -Wno-error=unused-result/g' makefile
-
-  RELEASE=1 make 
-}
-
-package() {
-  depends=('hicolor-icon-theme' 'sdl_image' 'sdl_mixer' 'sdl_ttf' 'sdl_net' 
'blobwars-data>=1.19')
-
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  make PREFIX="${pkgdir}/usr" BINDIR="${pkgdir}/usr/bin/" install
-
-  # We remove data files (See blobwars-data)
-  rm -r "${pkgdir}/usr/share/games"
-
-  chmod a+r "${pkgdir}/usr/share/applications/${pkgname}.desktop"
-  chmod a+r -R "${pkgdir}/usr/share/icons/hicolor/"
-  install -dm755 "${pkgdir}/usr/share/pixmaps"
-  install -m644 icons/blobwars.png "${pkgdir}/usr/share/pixmaps/"
-}

Copied: blobwars/repos/community-i686/PKGBUILD (from rev 161076, 
blobwars/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-02-10 20:57:08 UTC (rev 161077)
@@ -0,0 +1,53 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau 
+# Contributor: Allan McRae 
+# Contributor: geekitus
+
+pkgname=blobwars
+pkgver=2.00
+pkgrel=1
+pkgdesc="Platform action game featuring a blob wih lot of weapons"
+arch=('i686' 'x86_64')
+url="http://sourceforge.net/projects/blobwars;
+license=('GPL')
+makedepends=('sdl2_image' 'sdl2_mixer' 'sdl2_ttf' 'sdl2_net')
+install=$pkgname.install
+source=(http://downloads.sourceforge.net/project/$pkgname/$pkgname-$pkgver.tar.gz)
+md5sums=('73baa49a41151140818cf14cb77d57b4')
+
+prepare() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  # use install instead of mkdir/cp
+  sed -i -e 's/mkdir -p/install -dm755/g' \
+-e 's/cp -pr/cp -r/g' \
+-e 's/cp -p /install -m644 /g' Makefile
+}
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  make RELEASE=1
+}
+
+package() {
+  depends=('hicolor-icon-theme' 'sdl2_image' 'sdl2_mixer' 'sdl2_ttf' 
'sdl2_net' 'blobwars-data>=2.0')
+
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  make DESTDIR=${pkgdir} BINDIR="/usr/bin/" install
+
+  # We remove data files (See blobwars-data)
+  rm -r "${pkgdir}/usr/share/games"
+
+  # namcap: does not have the world readable bit set.
+  #chmod 644 "${pkgdir}"/usr/share/doc/blobwars/*
+  #chmod 644 
"${pkgdir}"/usr/share/icons/hicolor/{16x16,32x32,48x48,64x64}/apps/*
+  #chmod 644 "${pkgdir}"/usr/share/applications/blobwars.desktop
+
+  #chmod a+r "${pkgdir}/usr/share/applications/${pkgname}.desktop"
+  #chmod a+r -R "${pkgdir}/usr/share/icons/hicolor/"
+  #install -dm755 "${pkgdir}/usr/share/pixmaps"
+  #install -m644 icons/blobwars.png "${pkgdir}/usr/share/pixmaps/"
+}
+

Deleted: community-i686/blobwars.install
===
--- community-i686/blobwars.install 2016-02-10 20:56:55 UTC (rev 161076)
+++ community-i686/blobwars.install 2016-02-10 20:57:08 UTC (rev 161077)
@@ -1,11 +0,0 @@
-post_install() {
-  which 

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

2016-02-10 Thread Laurent Carlier
Date: Wednesday, February 10, 2016 @ 21:56:55
  Author: lcarlier
Revision: 161076

upgpkg: blobwars 2.00-1

upstream update 2.0

Modified:
  blobwars/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-02-10 20:05:22 UTC (rev 161075)
+++ PKGBUILD2016-02-10 20:56:55 UTC (rev 161076)
@@ -4,38 +4,50 @@
 # Contributor: geekitus
 
 pkgname=blobwars
-pkgver=1.19
-pkgrel=6
+pkgver=2.00
+pkgrel=1
 pkgdesc="Platform action game featuring a blob wih lot of weapons"
 arch=('i686' 'x86_64')
 url="http://sourceforge.net/projects/blobwars;
 license=('GPL')
-makedepends=('sdl_image' 'sdl_mixer' 'sdl_ttf' 'sdl_net')
+makedepends=('sdl2_image' 'sdl2_mixer' 'sdl2_ttf' 'sdl2_net')
 install=$pkgname.install
 
source=(http://downloads.sourceforge.net/project/$pkgname/$pkgname-$pkgver.tar.gz)
-md5sums=('87e8aaa114b6e4742ea6ee28e7a7f984')
+md5sums=('73baa49a41151140818cf14cb77d57b4')
 
+prepare() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  # use install instead of mkdir/cp
+  sed -i -e 's/mkdir -p/install -dm755/g' \
+-e 's/cp -pr/cp -r/g' \
+-e 's/cp -p /install -m644 /g' Makefile
+}
+
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"
 
-  # fix building with gcc 4.6
-  sed -i -e 's/-Werror/-Werror -Wno-error=unused-result/g' makefile
-
-  RELEASE=1 make 
+  make RELEASE=1
 }
 
 package() {
-  depends=('hicolor-icon-theme' 'sdl_image' 'sdl_mixer' 'sdl_ttf' 'sdl_net' 
'blobwars-data>=1.19')
+  depends=('hicolor-icon-theme' 'sdl2_image' 'sdl2_mixer' 'sdl2_ttf' 
'sdl2_net' 'blobwars-data>=2.0')
 
   cd "${srcdir}/${pkgname}-${pkgver}"
 
-  make PREFIX="${pkgdir}/usr" BINDIR="${pkgdir}/usr/bin/" install
+  make DESTDIR=${pkgdir} BINDIR="/usr/bin/" install
 
   # We remove data files (See blobwars-data)
   rm -r "${pkgdir}/usr/share/games"
 
-  chmod a+r "${pkgdir}/usr/share/applications/${pkgname}.desktop"
-  chmod a+r -R "${pkgdir}/usr/share/icons/hicolor/"
-  install -dm755 "${pkgdir}/usr/share/pixmaps"
-  install -m644 icons/blobwars.png "${pkgdir}/usr/share/pixmaps/"
+  # namcap: does not have the world readable bit set.
+  #chmod 644 "${pkgdir}"/usr/share/doc/blobwars/*
+  #chmod 644 
"${pkgdir}"/usr/share/icons/hicolor/{16x16,32x32,48x48,64x64}/apps/*
+  #chmod 644 "${pkgdir}"/usr/share/applications/blobwars.desktop
+
+  #chmod a+r "${pkgdir}/usr/share/applications/${pkgname}.desktop"
+  #chmod a+r -R "${pkgdir}/usr/share/icons/hicolor/"
+  #install -dm755 "${pkgdir}/usr/share/pixmaps"
+  #install -m644 icons/blobwars.png "${pkgdir}/usr/share/pixmaps/"
 }
+


[arch-commits] Commit in libreoffice-still-i18n/trunk (PKGBUILD)

2016-02-10 Thread Andreas Radke
Date: Wednesday, February 10, 2016 @ 22:10:21
  Author: andyrtr
Revision: 259042

prepare next release

Modified:
  libreoffice-still-i18n/trunk/PKGBUILD

--+
 PKGBUILD |  334 ++---
 1 file changed, 167 insertions(+), 167 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-02-10 20:46:21 UTC (rev 259041)
+++ PKGBUILD2016-02-10 21:10:21 UTC (rev 259042)
@@ -4,7 +4,7 @@
 
 pkgbase=libreoffice-still-i18n
 
-pkgver=4.4.7
+pkgver=5.0.4
 pkgrel=1
 _rcver=${pkgver}.2
 #_oodlver=${pkgver}.0.beta1
@@ -136,172 +136,172 @@
   'zh-TW "Chinese (traditional)"'
   'zu"Zulu"'
 )
-md5sums=('056497502d7cd3106ec16774c622c814'
- '5f549557019c41027fa4fea9fe15008b'
- 'fe653b44dd5f8e433b1d69eb80b9fe15'
- '7371f53f8f918348abe84080d9449c42'
- '16b01663d20964a01bb6ae1609cc46e1'
- 'a109fe3e59d10b198722d293239ed8fa'
- 'f3cc4e395b97d28bd29cc4faf71f8324'
- '88a012bb9bdaa1a2acb3370bd46db9b8'
- '35f67b31e210675cbd11a1c7cabecef6'
- '430d3d3ea57e1cea90fe3a1a500c737c'
- 'c775d2ff4ceb6f58d1b93484d8555061'
- 'f8d6224fbc0d75fa53861c4789bc7f2a'
- '1b43c4fd36d477f1c605cfd77b261b9b'
- '1072a1d0e7fdf449964a03de06a24944'
- 'e55bb30f1c457b60dbfc7a8dd5441997'
- '3d6d7d776a21361a5fedf558057f89ed'
- '9389108b844ce14a534aadfb5e87eb52'
- '02438a5d0412e59c9d3239a1c8197b92'
- 'b90052916f15c9d7b8dfed17a38d301c'
- 'bcdcb060ecbd8c41e2e59d75b93901e8'
- 'e47dd9c0803c08d261438f63610534b4'
- '0d19379465fdf161f39c630370ceb541'
- '66a1fdab16237855cbc685e042f7fee0'
- 'ff22af9e50d7f35bc7b8e9210b09552d'
- '683e1087439db1260efe153accb95a64'
- 'd3377a6d5b562ce2f9362d59ba284dca'
- 'f1bd235453a7c095388255cd6ff8d419'
- '27fd5fa2ae5ed10e76305e48e5b18b50'
- '84ae8f95be102d6f9e9f3d61ac82b6f7'
- 'ebbcc4babc006f2f398c411273effe60'
- '1ce6c7ef85a14b0c448f49c6fa2d0fe7'
- 'a9ddf13c3c34dd5297a1fbee82483a28'
- '3b45e3efe5b5fa2a56f339ccb472aa1c'
- '802c510078f2bcd438f8c59bf980e499'
- 'c89b9a4958fd308789fd4b5c20d9d719'
- '29739d8172b00b5a5469bff4e51b6478'
- 'ae8087089510c66bc3bd44251276ec6b'
- 'fbbde97d32e040df4f07e115af696a40'
- 'bdea55c78fbbd756df6cf1b37a0c7c90'
- '9fd82b0ae9b2ae178d76803a1e8b23a5'
- 'd137a8e8f5da1b4ccd2a2393bf325512'
- '1b4ecadf82462cfbd5e89a18c45a4c60'
- 'ef55e6bb3759b4cacb55459fc0016d79'
- '33f8ef25da4f230a5eff834a94e68f7d'
- 'bebca5dbff2008395d774c36da3e6b88'
- 'c2ca046469de83ca8f52712cd0664984'
- '585ffb0f994fbef1aa8e0c0c8c7eeb07'
- 'ca9cad780f02184273584b4919750a25'
- '7a606a5fd88dc3a54b2bff7a0e0063ee'
- '2f5abeaeab3f4528eb6aaf5043db1bdc'
- '6ee8c89a3fb6cb6f6c56b600951d51f1'
- 'a86a2886899a3e876f6a19ea9347144b'
- '687f89b227fa76b0b09b6fe3e9b9b9fa'
- 'c8e2817b887548826b9b14f1440a2c3b'
- '6daec84fcb6d478a97f2438e8183ece7'
- '784f38bfb8c545ce9db5651b1222118e'
- 'bb1c76842d093c1633709f3a52a84cab'
- '862478adbefa16cba462bd98627a5d13'
- '6a6348f98bd5cf23a63799028c782f5f'
- 'a182c5df523d274899ddc87167e1fc01'
- '0cd4048abfaf28789d38507bb39d7187'
- 'ab20d1c450f234a8d7c2710a68f3185c'
- '595960c52427e1a3c26798ca26bb6cda'
- 'fd38ab749e25453ead6165e97a4e000a'
- '6fa12a0f9fb723788e54e87948d248f1'
- '67319dbf81fd0350d30b9b6b24a5443c'
- '5d326ae6283df9d65dc6b3398ec9dd61'
- '5fd03292c19948b9681d5120636e08a1'
- '56e957cb3bca1757d791b98c80166992'
- '33e80d61806ec3b66e6705d02ff3ec9d'
- 'b8f4b8fa28616c1e26f0232a3e215dbe'
- '7adb835dafaeb24a08bf3e97d71097a6'
- '6453ac171fc25280058f46df014e00e5'
- '3842002db40be2ec78e73859bb820ba7'
- '4d01701aca786618c8ba86d442f745c0'
- 'f28031f0f6d61962760e24488a61b9d3'
- '6b362448fe7d7496e055b42c8c29e09e'
- 'd1faa5bcb00712422b0e2434a8b9a6b3'
- 'e4775dc839b0044fc35620760fdfe730'
- 'fbe7a1c3726206f024d72213d5465690'
- 'da446fe696b9e20d0e457624b140c023'
- '98e2431a7d4e4f7313f3ae9ffe30ade1'
- '37f724232066d2de67d31cf3532708a1'
- '39c2c20724c54b764bb0014acda3bd45'
- '58e242e4626cf696d255be62bbe71a68'
- '7c03cc7178b43214eae64f07d8edaf21'
- 'f915498f402ddf4090d3a4d58e3d372b'
- 'af7d3a239f9f98779c862f7ff80b76f2'
- '0208c1ebf05fb2992b4385afd558583e'
- 'b8d5887a2d409ab9e63c64ab24e46ead'
- '4024932fb9b52581247b7342b6f31616'
- '8b0c9deeca1a7fbde60d3fbdccb98bc7'
- 'dedeaaf8e559a3b8508ce6c3695e57d2'
- '556a00705d18d7de4931e63aa4eca209'
- 

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

2016-02-10 Thread Laurent Carlier
Date: Wednesday, February 10, 2016 @ 21:57:42
  Author: lcarlier
Revision: 161078

upgpkg: blobwars-data 2.00-1

upstream update 2.0

Modified:
  blobwars-data/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-02-10 20:57:08 UTC (rev 161077)
+++ PKGBUILD2016-02-10 20:57:42 UTC (rev 161078)
@@ -5,30 +5,21 @@
 
 pkgname=blobwars-data
 _pkgname=blobwars
-pkgver=1.19
-pkgrel=3
+pkgver=2.00
+pkgrel=1
 pkgdesc="Platform action game featuring a blob wih lot of weapons - data files"
 arch=('any')
 url="http://sourceforge.net/projects/blobwars;
 license=('GPL')
-makedepends=('sdl_image' 'sdl_mixer' 'sdl_ttf' 'sdl_net')
 
source=(http://downloads.sourceforge.net/project/${_pkgname}/${_pkgname}-${pkgver}.tar.gz)
-md5sums=('87e8aaa114b6e4742ea6ee28e7a7f984')
+md5sums=('73baa49a41151140818cf14cb77d57b4')
 
-build() {
-  cd "${srcdir}/${_pkgname}-${pkgver}"
-
-  # fix building with gcc 4.6
-  sed -i -e 's/-Werror/-Werror -Wno-error=unused-result/g' makefile
-
-  RELEASE=1 make 
-}
-
 package() {
   cd "${srcdir}/${_pkgname}-${pkgver}"
 
-  make PREFIX="${pkgdir}/usr" BINDIR="${pkgdir}/usr/bin/" install
-
-  # We remove all except data files
-  rm -r "${pkgdir}"/usr/{bin,share/{applications,doc,icons,locale}}
+  install -dm755 ${pkgdir}/usr/share/games/blobwars/
+  cp -r {data,gfx,sound,music} ${pkgdir}/usr/share/games/blobwars/
+  # fix world readable bit
+  find ${pkgdir}/usr/share/games/blobwars/. -type d -exec chmod 755 {} +
+  find ${pkgdir}/usr/share/games/blobwars/. -type f -exec chmod 644 {} +
 }


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

2016-02-10 Thread Laurent Carlier
Date: Wednesday, February 10, 2016 @ 21:57:48
  Author: lcarlier
Revision: 161079

archrelease: copy trunk to community-any

Added:
  blobwars-data/repos/community-any/PKGBUILD
(from rev 161078, blobwars-data/trunk/PKGBUILD)
Deleted:
  blobwars-data/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2016-02-10 20:57:42 UTC (rev 161078)
+++ PKGBUILD2016-02-10 20:57:48 UTC (rev 161079)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau 
-# Contributor: Allan McRae 
-# Contributor: geekitus
-
-pkgname=blobwars-data
-_pkgname=blobwars
-pkgver=1.19
-pkgrel=3
-pkgdesc="Platform action game featuring a blob wih lot of weapons - data files"
-arch=('any')
-url="http://sourceforge.net/projects/blobwars;
-license=('GPL')
-makedepends=('sdl_image' 'sdl_mixer' 'sdl_ttf' 'sdl_net')
-source=(http://downloads.sourceforge.net/project/${_pkgname}/${_pkgname}-${pkgver}.tar.gz)
-md5sums=('87e8aaa114b6e4742ea6ee28e7a7f984')
-
-build() {
-  cd "${srcdir}/${_pkgname}-${pkgver}"
-
-  # fix building with gcc 4.6
-  sed -i -e 's/-Werror/-Werror -Wno-error=unused-result/g' makefile
-
-  RELEASE=1 make 
-}
-
-package() {
-  cd "${srcdir}/${_pkgname}-${pkgver}"
-
-  make PREFIX="${pkgdir}/usr" BINDIR="${pkgdir}/usr/bin/" install
-
-  # We remove all except data files
-  rm -r "${pkgdir}"/usr/{bin,share/{applications,doc,icons,locale}}
-}

Copied: blobwars-data/repos/community-any/PKGBUILD (from rev 161078, 
blobwars-data/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-02-10 20:57:48 UTC (rev 161079)
@@ -0,0 +1,25 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau 
+# Contributor: Allan McRae 
+# Contributor: geekitus
+
+pkgname=blobwars-data
+_pkgname=blobwars
+pkgver=2.00
+pkgrel=1
+pkgdesc="Platform action game featuring a blob wih lot of weapons - data files"
+arch=('any')
+url="http://sourceforge.net/projects/blobwars;
+license=('GPL')
+source=(http://downloads.sourceforge.net/project/${_pkgname}/${_pkgname}-${pkgver}.tar.gz)
+md5sums=('73baa49a41151140818cf14cb77d57b4')
+
+package() {
+  cd "${srcdir}/${_pkgname}-${pkgver}"
+
+  install -dm755 ${pkgdir}/usr/share/games/blobwars/
+  cp -r {data,gfx,sound,music} ${pkgdir}/usr/share/games/blobwars/
+  # fix world readable bit
+  find ${pkgdir}/usr/share/games/blobwars/. -type d -exec chmod 755 {} +
+  find ${pkgdir}/usr/share/games/blobwars/. -type f -exec chmod 644 {} +
+}


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

2016-02-10 Thread Andreas Radke
Date: Wednesday, February 10, 2016 @ 21:46:21
  Author: andyrtr
Revision: 259041

prepare next release; add libreofficekit headers - FS#48066

Modified:
  libreoffice-still/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-02-10 18:47:38 UTC (rev 259040)
+++ PKGBUILD2016-02-10 20:46:21 UTC (rev 259041)
@@ -4,13 +4,13 @@
 
 pkgbase=libreoffice-still
 pkgname=('libreoffice-still-sdk' 'libreoffice-still')
-_LOver=4.4.7.2
-pkgver=4.4.7
+_LOver=5.0.4.2
+pkgver=5.0.4
 pkgrel=4
 arch=('i686' 'x86_64')
 license=('LGPL3')
 url="http://www.libreoffice.org/;
-makedepends=('curl>=7.20.0' 'hunspell>=1.2.8' 'python>=3.5' 'libwpd>=0.9.2' # 
'libwps'
+makedepends=('curl>=7.20.0' 'hunspell>=1.2.8' 'python>=3.5' 'libwpd>=0.9.2' 
'libwps'
'neon>=0.28.6' 'pango' 'nspr' 'libjpeg' 'libxrandr' 'libgl' 'dbus-glib'
'libxslt' 'redland' 'icu' 'hyphen' 'lpsolve' 'gcc-libs' 'sh' 'graphite'
'lcms2' 'poppler>=0.24.0' 'libvisio' 'libetonyek' 'libodfgen' 'libcdr'
@@ -17,7 +17,7 @@
'libmspub' 'harfbuzz-icu' 'glew' 'nss' 'clucene' 'hicolor-icon-theme'
'desktop-file-utils' 'shared-mime-info' 'gtk2' 'xdg-utils' 
'gst-plugins-base-libs'
'glu' 'sane' 'perl-archive-zip' 'zip' 'unzip' 'unixodbc' 'apache-ant'
-   'gperf' 'kdelibs' 'gtk3' 'cppunit' 'beanshell2' 'vigra' 'clucene'
+   'gperf' 'kdelibs' 'cppunit' 'beanshell2' 'vigra' 'clucene' #'gtk3' 
'junit' 'libmythes' 'libwpg'  'mesa' 'java-environment' 
'postgresql-libs'
'bluez-libs' 'harfbuzz-icu' 'gdb' 'doxygen'  'libatomic_ops' 'mdds' 
'glew'
'apr' 'serf' 'ttf-liberation' 'glm' 'libxinerama' 'libpagemaker'
@@ -49,7 +49,7 @@

${_additional_source_url}/10d61fbaa6a06348823651b1bd7940fe-libexttextcat-3.4.4.tar.bz2

${_additional_source_url}/7681383be6ce489d84c1c74f4e7f9643-liborcus-0.7.0.tar.bz2

${_additional_source_url}/0168229624cfac409e766913506961a8-ucpp-1.3.2.tar.gz
-   ${_additional_source_url}/language-subtag-registry-2014-12-03.tar.bz2
+   ${_additional_source_url}/language-subtag-registry-2015-08-04.tar.bz2

${_additional_source_url}/4b87018f7fff1d054939d19920b751a0-collada2gltf-master-cb1d97788a.tar.bz2
${_additional_source_url}/OpenCOLLADA-master-6509aa13af.tar.bz2

${_additional_source_url}/17410483b5b5f267aa18b7e00b65e6e0-hsqldb_1_8_0.zip
@@ -58,9 +58,8 @@

${_additional_source_url}/d8bd5eed178db6e2b18eeed243f85aa8-flute-1.1.6.zip

${_additional_source_url}/ba2930200c9f019c2d93a8c88c651a0f-flow-engine-0.9.4.zip

${_additional_source_url}/5821b806a98e6c38370970e682ce76e8-libcmis-0.5.0.tar.gz
-   ${_additional_source_url}/libfreehand-0.1.0.tar.bz2
+   ${_additional_source_url}/libfreehand-0.1.1.tar.bz2

${_additional_source_url}/36271d3fa0d9dec1632029b6d7aac925-liblangtag-0.5.1.tar.bz2
-   ${_additional_source_url}/libwps-0.3.1.tar.bz2

${_additional_source_url2}/185d60944ea767075d27247c3162b3bc-unowinreg.dll
make-pyuno-work-with-system-wide-module-install.diff
libreoffice-still.sh libreoffice-still.csh)
@@ -85,7 +84,7 @@
10d61fbaa6a06348823651b1bd7940fe-libexttextcat-3.4.4.tar.bz2
7681383be6ce489d84c1c74f4e7f9643-liborcus-0.7.0.tar.bz2
0168229624cfac409e766913506961a8-ucpp-1.3.2.tar.gz
-   language-subtag-registry-2014-12-03.tar.bz2
+   language-subtag-registry-2015-08-04.tar.bz2
4b87018f7fff1d054939d19920b751a0-collada2gltf-master-cb1d97788a.tar.bz2
OpenCOLLADA-master-6509aa13af.tar.bz2
17410483b5b5f267aa18b7e00b65e6e0-hsqldb_1_8_0.zip
@@ -94,15 +93,15 @@
d8bd5eed178db6e2b18eeed243f85aa8-flute-1.1.6.zip
ba2930200c9f019c2d93a8c88c651a0f-flow-engine-0.9.4.zip
5821b806a98e6c38370970e682ce76e8-libcmis-0.5.0.tar.gz
-   libfreehand-0.1.0.tar.bz2
+   libfreehand-0.1.1.tar.bz2
36271d3fa0d9dec1632029b6d7aac925-liblangtag-0.5.1.tar.bz2
-   libwps-0.3.1.tar.bz2
185d60944ea767075d27247c3162b3bc-unowinreg.dll)
-md5sums=('ed22391a277699b8d9839e2bca997f06'
+validpgpkeys=('C2839ECAD9408FBE9531C3E9F434A1EFAFEEAEA3') # LibreOffice Build 
Team (CODE SIGNING KEY) 
+md5sums=('0c6381581f93ef7142b00837002755dd'
  'SKIP'
- 'ac69200cb1b65dda045e001f551dbd7b'
+ '82f2dcd28e6bfe33e0edb480b9c8f8e4'
  'SKIP'
- 'a577b6c88fbaa8128b55357cfb4c7433'
+ '73711d36f4d16b0e2657367c823e1872'
  'SKIP'
  'd6eef4b4cacb2183f2bf265a5a03a354'
  '1f24ab1d39f4a51faf22244c94a6203f'
@@ -125,7 +124,7 @@
  '10d61fbaa6a06348823651b1bd7940fe'
  '7681383be6ce489d84c1c74f4e7f9643'
  '0168229624cfac409e766913506961a8'
- '0f2677ec23bb43ddc7355d1b4cc8ed45'
+ 

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

2016-02-10 Thread Jan Steffens
Date: Wednesday, February 10, 2016 @ 22:13:52
  Author: heftig
Revision: 259045

2.6.3

Modified:
  freetype2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-02-10 21:10:27 UTC (rev 259044)
+++ PKGBUILD2016-02-10 21:13:52 UTC (rev 259045)
@@ -2,7 +2,7 @@
 # Maintainer: Jan de Groot 
 
 pkgname=freetype2
-pkgver=2.6.2
+pkgver=2.6.3
 pkgrel=1
 pkgdesc="TrueType font rendering library"
 arch=(i686 x86_64)
@@ -18,7 +18,7 @@
 0002-Enable-subpixel-rendering.patch
 0003-Enable-subpixel-hinting.patch
 0004-Mask-subpixel-hinting-with-an-env-var.patch)
-sha1sums=('29c22b85b77cb22cf95c13e7062e21f39fe6b17a'
+sha1sums=('6c98bd5d0be313207c37ca23d25faf983486aee5'
   'SKIP'
   '1c7bc438df0428a63f881e7e4343b22c5b09ecb1'
   'e2d2b8c4847ab9cfd497179c7140835e99ece711'


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

2016-02-10 Thread Antonio Rojas
Date: Wednesday, February 10, 2016 @ 21:05:22
  Author: arojas
Revision: 161075

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

Added:
  owncloud-client/repos/community-i686/PKGBUILD
(from rev 161074, owncloud-client/trunk/PKGBUILD)
  owncloud-client/repos/community-i686/owncloud-client.install
(from rev 161074, owncloud-client/trunk/owncloud-client.install)
  owncloud-client/repos/community-x86_64/PKGBUILD
(from rev 161074, owncloud-client/trunk/PKGBUILD)
  owncloud-client/repos/community-x86_64/owncloud-client.install
(from rev 161074, owncloud-client/trunk/owncloud-client.install)
Deleted:
  owncloud-client/repos/community-i686/PKGBUILD
  owncloud-client/repos/community-i686/owncloud-client.install
  owncloud-client/repos/community-x86_64/PKGBUILD
  owncloud-client/repos/community-x86_64/owncloud-client.install

--+
 /PKGBUILD|   82 +
 /owncloud-client.install |   22 +++
 community-i686/PKGBUILD  |   43 ---
 community-i686/owncloud-client.install   |   11 ---
 community-x86_64/PKGBUILD|   43 ---
 community-x86_64/owncloud-client.install |   11 ---
 6 files changed, 104 insertions(+), 108 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-02-10 20:04:15 UTC (rev 161074)
+++ community-i686/PKGBUILD 2016-02-10 20:05:22 UTC (rev 161075)
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas 
-# Contributor: Kuba Serafinowski 
-
-_name=owncloudclient
-pkgname=owncloud-client
-pkgver=2.1.0
-pkgrel=2
-pkgdesc='ownCloud client based on mirall'
-arch=(i686 x86_64)
-url='http://owncloud.org/'
-license=(GPL2)
-depends=(qtkeychain-qt5 qt5-webkit hicolor-icon-theme xdg-utils)
-makedepends=(extra-cmake-modules python-sphinx qt5-tools doxygen kio)
-optdepends=('python2-nautilus: integration with Nautilus')
-install=$pkgname.install
-backup=('etc/ownCloud/sync-exclude.lst')
-source=("https://download.owncloud.com/desktop/stable/$_name-$pkgver.tar.xz"{,.asc})
-md5sums=('6ab37353c8de73bd268aba6abb1f4020'
- 'SKIP')
-validpgpkeys=('F05F7DD7953A07DF36579DAA498C45EBE94E7B37')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-
-  cmake ../$_name-$pkgver \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_SYSCONFDIR=/etc/$pkgname \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON 
-  make
-  make doc-man
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: owncloud-client/repos/community-i686/PKGBUILD (from rev 161074, 
owncloud-client/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-02-10 20:05:22 UTC (rev 161075)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+# Contributor: Kuba Serafinowski 
+
+_name=owncloudclient
+pkgname=owncloud-client
+pkgver=2.1.1
+pkgrel=1
+pkgdesc='ownCloud client based on mirall'
+arch=(i686 x86_64)
+url='http://owncloud.org/'
+license=(GPL2)
+depends=(qtkeychain-qt5 qt5-webkit hicolor-icon-theme xdg-utils)
+makedepends=(extra-cmake-modules python-sphinx qt5-tools doxygen kio)
+optdepends=('python2-nautilus: integration with Nautilus')
+install=$pkgname.install
+backup=('etc/ownCloud/sync-exclude.lst')
+source=("https://download.owncloud.com/desktop/stable/$_name-$pkgver.tar.xz;)
+md5sums=('63a971158201a8dffe96a02c54b86819')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+
+  cmake ../$_name-$pkgver \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_SYSCONFDIR=/etc/$pkgname \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON 
+  make
+  make doc-man
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Deleted: community-i686/owncloud-client.install
===
--- community-i686/owncloud-client.install  2016-02-10 20:04:15 UTC (rev 
161074)
+++ community-i686/owncloud-client.install  2016-02-10 20:05:22 UTC (rev 
161075)
@@ -1,11 +0,0 @@
-post_install() {
-  xdg-icon-resource forceupdate --theme hicolor > /dev/null
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Copied: owncloud-client/repos/community-i686/owncloud-client.install (from rev 
161074, owncloud-client/trunk/owncloud-client.install)
===
--- community-i686/owncloud-client.install  (rev 0)
+++ community-i686/owncloud-client.install  2016-02-10 20:05:22 UTC (rev 

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

2016-02-10 Thread Sébastien Luttringer
Date: Wednesday, February 10, 2016 @ 22:10:27
  Author: seblu
Revision: 259044

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

Added:
  btrfs-progs/repos/core-i686/PKGBUILD
(from rev 259043, btrfs-progs/repos/testing-i686/PKGBUILD)
  btrfs-progs/repos/core-i686/btrfs-progs.install
(from rev 259043, btrfs-progs/repos/testing-i686/btrfs-progs.install)
  btrfs-progs/repos/core-i686/btrfs-scrub@.service
(from rev 259043, btrfs-progs/repos/testing-i686/btrfs-scrub@.service)
  btrfs-progs/repos/core-i686/btrfs-scrub@.timer
(from rev 259043, btrfs-progs/repos/testing-i686/btrfs-scrub@.timer)
  btrfs-progs/repos/core-i686/initcpio-hook-btrfs
(from rev 259043, btrfs-progs/repos/testing-i686/initcpio-hook-btrfs)
  btrfs-progs/repos/core-i686/initcpio-install-btrfs
(from rev 259043, btrfs-progs/repos/testing-i686/initcpio-install-btrfs)
  btrfs-progs/repos/core-x86_64/PKGBUILD
(from rev 259043, btrfs-progs/repos/testing-x86_64/PKGBUILD)
  btrfs-progs/repos/core-x86_64/btrfs-progs.install
(from rev 259043, btrfs-progs/repos/testing-x86_64/btrfs-progs.install)
  btrfs-progs/repos/core-x86_64/btrfs-scrub@.service
(from rev 259043, btrfs-progs/repos/testing-x86_64/btrfs-scrub@.service)
  btrfs-progs/repos/core-x86_64/btrfs-scrub@.timer
(from rev 259043, btrfs-progs/repos/testing-x86_64/btrfs-scrub@.timer)
  btrfs-progs/repos/core-x86_64/initcpio-hook-btrfs
(from rev 259043, btrfs-progs/repos/testing-x86_64/initcpio-hook-btrfs)
  btrfs-progs/repos/core-x86_64/initcpio-install-btrfs
(from rev 259043, btrfs-progs/repos/testing-x86_64/initcpio-install-btrfs)
Deleted:
  btrfs-progs/repos/core-i686/PKGBUILD
  btrfs-progs/repos/core-i686/btrfs-progs.install
  btrfs-progs/repos/core-i686/btrfs-scrub@.service
  btrfs-progs/repos/core-i686/btrfs-scrub@.timer
  btrfs-progs/repos/core-i686/initcpio-hook-btrfs
  btrfs-progs/repos/core-i686/initcpio-install-btrfs
  btrfs-progs/repos/core-x86_64/PKGBUILD
  btrfs-progs/repos/core-x86_64/btrfs-progs.install
  btrfs-progs/repos/core-x86_64/btrfs-scrub@.service
  btrfs-progs/repos/core-x86_64/btrfs-scrub@.timer
  btrfs-progs/repos/core-x86_64/initcpio-hook-btrfs
  btrfs-progs/repos/core-x86_64/initcpio-install-btrfs
  btrfs-progs/repos/testing-i686/
  btrfs-progs/repos/testing-x86_64/

+
 /PKGBUILD  |  120 +++
 /btrfs-progs.install   |   30 
 /btrfs-scrub@.service  |   14 
 /btrfs-scrub@.timer|   20 +
 /initcpio-hook-btrfs   |   14 
 /initcpio-install-btrfs|   34 +
 core-i686/PKGBUILD |   60 -
 core-i686/btrfs-progs.install  |   15 
 core-i686/btrfs-scrub@.service |7 --
 core-i686/btrfs-scrub@.timer   |   10 --
 core-i686/initcpio-hook-btrfs  |7 --
 core-i686/initcpio-install-btrfs   |   17 
 core-x86_64/PKGBUILD   |   60 -
 core-x86_64/btrfs-progs.install|   15 
 core-x86_64/btrfs-scrub@.service   |7 --
 core-x86_64/btrfs-scrub@.timer |   10 --
 core-x86_64/initcpio-hook-btrfs|7 --
 core-x86_64/initcpio-install-btrfs |   17 
 18 files changed, 232 insertions(+), 232 deletions(-)

Deleted: core-i686/PKGBUILD
===
--- core-i686/PKGBUILD  2016-02-10 21:10:24 UTC (rev 259043)
+++ core-i686/PKGBUILD  2016-02-10 21:10:27 UTC (rev 259044)
@@ -1,60 +0,0 @@
-# $Id$
-# Maintainer: Sébastien "Seblu" Luttringer 
-# Contributor: Tom Gundersen 
-# Contributor: Tobias Powalowski 
-
-pkgname=btrfs-progs
-pkgver=4.3.1
-pkgrel=2
-pkgdesc='Btrfs filesystem utilities'
-arch=('i686' 'x86_64')
-depends=('glibc' 'libutil-linux' 'e2fsprogs' 'lzo' 'zlib')
-makedepends=('git' 'asciidoc' 'xmlto')
-url='http://btrfs.wiki.kernel.org/'
-replaces=('btrfs-progs-unstable')
-conflicts=('btrfs-progs-unstable')
-provides=('btrfs-progs-unstable')
-license=('GPL2')
-source=("git://git.kernel.org/pub/scm/linux/kernel/git/kdave/$pkgname.git#tag=v$pkgver"
-'initcpio-install-btrfs'
-'initcpio-hook-btrfs'
-'btrfs-scrub@.service'
-'btrfs-scrub@.timer')
-install=btrfs-progs.install
-options=(!staticlibs)
-md5sums=('SKIP'
- '7241ba3a4286d08da0d50b7176941112'
- 'b09688a915a0ec8f40e2f5aacbabc9ad'
- '794b867e09451284c545bae112aa0cfd'
- 'a290e0ab88b7b4675cd20f5a2befc8cb')
-
-build() {
-  cd $pkgname
-  ./autogen.sh
-  ./configure --prefix=/usr
-  make
-}
-
-check() {
-  cd $pkgname
- ./btrfs filesystem show
-}
-
-package() {
-  cd $pkgname
-  make prefix="$pkgdir"/usr install
-
-  # install bash completion (FS#44618)
-  install -Dm644 btrfs-completion 
"$pkgdir/usr/share/bash-completion/completions/btrfs"
-
-  # install mkinitcpio hooks
-  cd "$srcdir"
-  install -Dm644 

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

2016-02-10 Thread Sébastien Luttringer
Date: Wednesday, February 10, 2016 @ 22:10:24
  Author: seblu
Revision: 259043

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

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

---+
 /PKGBUILD |  102 
 /coreutils.install|   34 +
 core-i686/PKGBUILD|   51 
 core-i686/coreutils.install   |   17 --
 core-x86_64/PKGBUILD  |   51 
 core-x86_64/coreutils.install |   17 --
 6 files changed, 136 insertions(+), 136 deletions(-)

Deleted: core-i686/PKGBUILD
===
--- core-i686/PKGBUILD  2016-02-10 21:10:21 UTC (rev 259042)
+++ core-i686/PKGBUILD  2016-02-10 21:10:24 UTC (rev 259043)
@@ -1,51 +0,0 @@
-# $Id$
-# Maintainer: Sébastien "Seblu" Luttringer
-# Contributor: Bartłomiej Piotrowski 
-# Contributor: Allan McRae 
-# Contributor: judd 
-
-pkgname=coreutils
-pkgver=8.24
-pkgrel=1
-pkgdesc='The basic file, shell and text manipulation utilities of the GNU 
operating system'
-arch=('i686' 'x86_64')
-license=('GPL3')
-url='http://www.gnu.org/software/coreutils'
-groups=('base')
-depends=('glibc' 'acl' 'attr' 'gmp' 'libcap' 'openssl')
-install=$pkgname.install
-source=("ftp://ftp.gnu.org/gnu/$pkgname/$pkgname-$pkgver.tar.xz"{,.sig})
-validpgpkeys=('6C37DC12121A5006BC1DB804DF6FD971306037D9') # Pádraig Brady
-md5sums=('40efdbce865d2458d8da0a9dcee7c16c'
- 'SKIP')
-
-prepare() {
-  local _p
-  for _p in *.patch; do
-   [[ -e $_p ]] || continue
-   msg2 "Applying $_p"
-   patch -p1 -d $pkgname-$pkgver < "$_p"
-  done
-}
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure \
-  --prefix=/usr \
-  --libexecdir=/usr/lib \
-  --with-openssl \
-  --enable-no-install-program=groups,hostname,kill,uptime
-  make
-}
-
-check() {
-  cd $pkgname-$pkgver
-  make check
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: coreutils/repos/core-i686/PKGBUILD (from rev 259042, 
coreutils/repos/testing-i686/PKGBUILD)
===
--- core-i686/PKGBUILD  (rev 0)
+++ core-i686/PKGBUILD  2016-02-10 21:10:24 UTC (rev 259043)
@@ -0,0 +1,51 @@
+# $Id$
+# Maintainer: Sébastien "Seblu" Luttringer
+# Contributor: Bartłomiej Piotrowski 
+# Contributor: Allan McRae 
+# Contributor: judd 
+
+pkgname=coreutils
+pkgver=8.25
+pkgrel=1
+pkgdesc='The basic file, shell and text manipulation utilities of the GNU 
operating system'
+arch=('i686' 'x86_64')
+license=('GPL3')
+url='http://www.gnu.org/software/coreutils'
+groups=('base')
+depends=('glibc' 'acl' 'attr' 'gmp' 'libcap' 'openssl')
+install=$pkgname.install
+source=("ftp://ftp.gnu.org/gnu/$pkgname/$pkgname-$pkgver.tar.xz"{,.sig})
+validpgpkeys=('6C37DC12121A5006BC1DB804DF6FD971306037D9') # Pádraig Brady
+md5sums=('070e43ba7f618d747414ef56ab248a48'
+ 'SKIP')
+
+prepare() {
+  local _p
+  for _p in *.patch; do
+   [[ -e $_p ]] || continue
+   msg2 "Applying $_p"
+   patch -p1 -d $pkgname-$pkgver < "$_p"
+  done
+}
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure \
+  --prefix=/usr \
+  --libexecdir=/usr/lib \
+  --with-openssl \
+  --enable-no-install-program=groups,hostname,kill,uptime
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  make check
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: core-i686/coreutils.install
===
--- core-i686/coreutils.install 2016-02-10 21:10:21 UTC (rev 259042)
+++ core-i686/coreutils.install 2016-02-10 21:10:24 UTC (rev 259043)
@@ -1,17 +0,0 @@
-infodir=usr/share/info
-file=coreutils.info
-
-post_install() {
-  [[ -x usr/bin/install-info ]] || return 0
-  install-info $infodir/$file.gz $infodir/dir 2> /dev/null
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-pre_remove() {
-  [[ -x usr/bin/install-info ]] || return 0
-  install-info --delete $infodir/$file.gz $infodir/dir 2> /dev/null
-}
-

Copied: 

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

2016-02-10 Thread Jan Steffens
Date: Wednesday, February 10, 2016 @ 22:14:57
  Author: heftig
Revision: 259046

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

Added:
  freetype2/repos/extra-i686/0001-Enable-table-validation-modules.patch
(from rev 259045, 
freetype2/trunk/0001-Enable-table-validation-modules.patch)
  freetype2/repos/extra-i686/0002-Enable-subpixel-rendering.patch
(from rev 259045, freetype2/trunk/0002-Enable-subpixel-rendering.patch)
  freetype2/repos/extra-i686/0003-Enable-subpixel-hinting.patch
(from rev 259045, freetype2/trunk/0003-Enable-subpixel-hinting.patch)
  freetype2/repos/extra-i686/0004-Mask-subpixel-hinting-with-an-env-var.patch
(from rev 259045, 
freetype2/trunk/0004-Mask-subpixel-hinting-with-an-env-var.patch)
  freetype2/repos/extra-i686/PKGBUILD
(from rev 259045, freetype2/trunk/PKGBUILD)
  freetype2/repos/extra-i686/freetype2.install
(from rev 259045, freetype2/trunk/freetype2.install)
  freetype2/repos/extra-x86_64/0001-Enable-table-validation-modules.patch
(from rev 259045, 
freetype2/trunk/0001-Enable-table-validation-modules.patch)
  freetype2/repos/extra-x86_64/0002-Enable-subpixel-rendering.patch
(from rev 259045, freetype2/trunk/0002-Enable-subpixel-rendering.patch)
  freetype2/repos/extra-x86_64/0003-Enable-subpixel-hinting.patch
(from rev 259045, freetype2/trunk/0003-Enable-subpixel-hinting.patch)
  freetype2/repos/extra-x86_64/0004-Mask-subpixel-hinting-with-an-env-var.patch
(from rev 259045, 
freetype2/trunk/0004-Mask-subpixel-hinting-with-an-env-var.patch)
  freetype2/repos/extra-x86_64/PKGBUILD
(from rev 259045, freetype2/trunk/PKGBUILD)
  freetype2/repos/extra-x86_64/freetype2.install
(from rev 259045, freetype2/trunk/freetype2.install)
Deleted:
  freetype2/repos/extra-i686/0001-Enable-table-validation-modules.patch
  freetype2/repos/extra-i686/0002-Enable-subpixel-rendering.patch
  freetype2/repos/extra-i686/0003-Enable-subpixel-hinting.patch
  freetype2/repos/extra-i686/0004-Mask-subpixel-hinting-with-an-env-var.patch
  freetype2/repos/extra-i686/PKGBUILD
  freetype2/repos/extra-i686/freetype2.install
  freetype2/repos/extra-x86_64/0001-Enable-table-validation-modules.patch
  freetype2/repos/extra-x86_64/0002-Enable-subpixel-rendering.patch
  freetype2/repos/extra-x86_64/0003-Enable-subpixel-hinting.patch
  freetype2/repos/extra-x86_64/0004-Mask-subpixel-hinting-with-an-env-var.patch
  freetype2/repos/extra-x86_64/PKGBUILD
  freetype2/repos/extra-x86_64/freetype2.install

---+
 /0001-Enable-table-validation-modules.patch   |   68 ++
 /0002-Enable-subpixel-rendering.patch |   50 
 /0003-Enable-subpixel-hinting.patch   |   50 
 /0004-Mask-subpixel-hinting-with-an-env-var.patch |   62 +
 /PKGBUILD |  112 ++
 /freetype2.install|   16 +
 extra-i686/0001-Enable-table-validation-modules.patch |   34 ---
 extra-i686/0002-Enable-subpixel-rendering.patch   |   25 --
 extra-i686/0003-Enable-subpixel-hinting.patch |   25 --
 extra-i686/0004-Mask-subpixel-hinting-with-an-env-var.patch   |   31 --
 extra-i686/PKGBUILD   |   56 -
 extra-i686/freetype2.install  |8 
 extra-x86_64/0001-Enable-table-validation-modules.patch   |   34 ---
 extra-x86_64/0002-Enable-subpixel-rendering.patch |   25 --
 extra-x86_64/0003-Enable-subpixel-hinting.patch   |   25 --
 extra-x86_64/0004-Mask-subpixel-hinting-with-an-env-var.patch |   31 --
 extra-x86_64/PKGBUILD |   56 -
 extra-x86_64/freetype2.install|8 
 18 files changed, 358 insertions(+), 358 deletions(-)

Deleted: extra-i686/0001-Enable-table-validation-modules.patch
===
--- extra-i686/0001-Enable-table-validation-modules.patch   2016-02-10 
21:13:52 UTC (rev 259045)
+++ extra-i686/0001-Enable-table-validation-modules.patch   2016-02-10 
21:14:57 UTC (rev 259046)
@@ -1,34 +0,0 @@
-From 27f765b5f41638de36de728e9018a1400b0be615 Mon Sep 17 00:00:00 2001
-From: "Jan Alexander Steffens (heftig)" 
-Date: Tue, 23 Jun 2015 08:40:29 +0200
-Subject: [PATCH 1/4] Enable table validation modules
-

- modules.cfg | 4 ++--
- 1 file changed, 2 insertions(+), 2 deletions(-)
-
-diff --git a/modules.cfg b/modules.cfg
-index 2984e51..a5db21d 100644
 a/modules.cfg
-+++ b/modules.cfg
-@@ -110,7 +110,7 @@ RASTER_MODULES += smooth
- AUX_MODULES += cache
- 
- # TrueType GX/AAT table validation.  Needs ftgxval.c below.
--# AUX_MODULES += gxvalid
-+AUX_MODULES += gxvalid
- 
- # Support for streams compressed with gzip (files with suffix .gz).
- #
-@@ -129,7 

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

2016-02-10 Thread Pierre Neidhardt
Date: Wednesday, February 10, 2016 @ 23:51:17
  Author: ambrevar
Revision: 161083

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-02-10 22:49:55 UTC (rev 161082)
+++ community-i686/PKGBUILD 2016-02-10 22:51:17 UTC (rev 161083)
@@ -1,24 +0,0 @@
-# Maintainer: Pierre Neidhardt 
-# Contributor: Auguste Pop 
-
-pkgname=uncrustify
-pkgver=0.61
-pkgrel=1
-pkgdesc="A source code beautifier"
-arch=("i686" "x86_64")
-url="http://uncrustify.sourceforge.net/;
-license=("GPL")
-depends=("gcc-libs")
-source=("http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz;)
-md5sums=("b6140106e74c64e831d0b1c4b6cf7727")
-
-build() {
-   cd "$srcdir/$pkgname-$pkgver"
-   ./configure --prefix=/usr
-   make
-}
-
-package() {
-   cd "$srcdir/$pkgname-$pkgver"
-   make DESTDIR="$pkgdir" install
-}

Copied: uncrustify/repos/community-i686/PKGBUILD (from rev 161082, 
uncrustify/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-02-10 22:51:17 UTC (rev 161083)
@@ -0,0 +1,24 @@
+# Maintainer: Pierre Neidhardt 
+# Contributor: Auguste Pop 
+
+pkgname=uncrustify
+pkgver=0.62
+pkgrel=1
+pkgdesc="A source code beautifier"
+arch=("i686" "x86_64")
+url="http://uncrustify.sourceforge.net/;
+license=("GPL")
+depends=("gcc-libs")
+source=("http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz;)
+md5sums=('fee7ed42a9530a5d7e259d703601161f')
+
+build() {
+   cd "$srcdir/$pkgname-$pkgver"
+   ./configure --prefix=/usr
+   make
+}
+
+package() {
+   cd "$srcdir/$pkgname-$pkgver"
+   make DESTDIR="$pkgdir" install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-02-10 22:49:55 UTC (rev 161082)
+++ community-x86_64/PKGBUILD   2016-02-10 22:51:17 UTC (rev 161083)
@@ -1,24 +0,0 @@
-# Maintainer: Pierre Neidhardt 
-# Contributor: Auguste Pop 
-
-pkgname=uncrustify
-pkgver=0.61
-pkgrel=1
-pkgdesc="A source code beautifier"
-arch=("i686" "x86_64")
-url="http://uncrustify.sourceforge.net/;
-license=("GPL")
-depends=("gcc-libs")
-source=("http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz;)
-md5sums=("b6140106e74c64e831d0b1c4b6cf7727")
-
-build() {
-   cd "$srcdir/$pkgname-$pkgver"
-   ./configure --prefix=/usr
-   make
-}
-
-package() {
-   cd "$srcdir/$pkgname-$pkgver"
-   make DESTDIR="$pkgdir" install
-}

Copied: uncrustify/repos/community-x86_64/PKGBUILD (from rev 161082, 
uncrustify/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2016-02-10 22:51:17 UTC (rev 161083)
@@ -0,0 +1,24 @@
+# Maintainer: Pierre Neidhardt 
+# Contributor: Auguste Pop 
+
+pkgname=uncrustify
+pkgver=0.62
+pkgrel=1
+pkgdesc="A source code beautifier"
+arch=("i686" "x86_64")
+url="http://uncrustify.sourceforge.net/;
+license=("GPL")
+depends=("gcc-libs")
+source=("http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz;)
+md5sums=('fee7ed42a9530a5d7e259d703601161f')
+
+build() {
+   cd "$srcdir/$pkgname-$pkgver"
+   ./configure --prefix=/usr
+   make
+}
+
+package() {
+   cd "$srcdir/$pkgname-$pkgver"
+   make DESTDIR="$pkgdir" install
+}


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

2016-02-10 Thread Antonio Rojas
Date: Wednesday, February 10, 2016 @ 22:41:25
  Author: arojas
Revision: 161080

Update to 2.8.1

Modified:
  arb/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-02-10 20:57:48 UTC (rev 161079)
+++ PKGBUILD2016-02-10 21:41:25 UTC (rev 161080)
@@ -2,7 +2,7 @@
 # Maintainer: Antonio Rojas 
 
 pkgname=arb
-pkgver=2.8.0
+pkgver=2.8.1
 pkgrel=1
 pkgdesc="C library for arbitrary-precision floating-point ball arithmetic"
 arch=(i686 x86_64)
@@ -10,8 +10,8 @@
 license=(GPL)
 depends=(flint)
 source=("https://github.com/fredrik-johansson/arb/archive/$pkgver.tar.gz;
-   
fix-flint-includes.patch::"http://git.sagemath.org/sage.git/plain/build/pkgs/arb/patches/flint_includes.patch?id=d0379c;)
-md5sums=('13ad8d7051e5d943456e4bfeee183066'
+   
fix-flint-includes.patch::"http://git.sagemath.org/sage.git/plain/build/pkgs/arb/patches/flint_includes.patch?id=83094377;)
+md5sums=('b6b94a39b71293b6811a191cb9542096'
  '666fff29e723bad787f4935b4417b3a8')
 
 prepare() {


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

2016-02-10 Thread Antonio Rojas
Date: Wednesday, February 10, 2016 @ 22:42:31
  Author: arojas
Revision: 161081

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-02-10 21:41:25 UTC (rev 161080)
+++ community-i686/PKGBUILD 2016-02-10 21:42:31 UTC (rev 161081)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas 
-
-pkgname=arb
-pkgver=2.8.0
-pkgrel=1
-pkgdesc="C library for arbitrary-precision floating-point ball arithmetic"
-arch=(i686 x86_64)
-url="http://fredrikj.net/arb/;
-license=(GPL)
-depends=(flint)
-source=("https://github.com/fredrik-johansson/arb/archive/$pkgver.tar.gz;
-   
fix-flint-includes.patch::"http://git.sagemath.org/sage.git/plain/build/pkgs/arb/patches/flint_includes.patch?id=d0379c;)
-md5sums=('13ad8d7051e5d943456e4bfeee183066'
- '666fff29e723bad787f4935b4417b3a8')
-
-prepare() {
-  cd $pkgname-$pkgver
-# Fix flint include paths
-  patch -p1 -i ../fix-flint-includes.patch
-}
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --with-flint=/usr --with-gmp=/usr --with-mpfr=/usr
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: arb/repos/community-i686/PKGBUILD (from rev 161080, arb/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-02-10 21:42:31 UTC (rev 161081)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+
+pkgname=arb
+pkgver=2.8.1
+pkgrel=1
+pkgdesc="C library for arbitrary-precision floating-point ball arithmetic"
+arch=(i686 x86_64)
+url="http://fredrikj.net/arb/;
+license=(GPL)
+depends=(flint)
+source=("https://github.com/fredrik-johansson/arb/archive/$pkgver.tar.gz;
+   
fix-flint-includes.patch::"http://git.sagemath.org/sage.git/plain/build/pkgs/arb/patches/flint_includes.patch?id=83094377;)
+md5sums=('b6b94a39b71293b6811a191cb9542096'
+ '666fff29e723bad787f4935b4417b3a8')
+
+prepare() {
+  cd $pkgname-$pkgver
+# Fix flint include paths
+  patch -p1 -i ../fix-flint-includes.patch
+}
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --with-flint=/usr --with-gmp=/usr --with-mpfr=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-02-10 21:41:25 UTC (rev 161080)
+++ community-x86_64/PKGBUILD   2016-02-10 21:42:31 UTC (rev 161081)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas 
-
-pkgname=arb
-pkgver=2.8.0
-pkgrel=1
-pkgdesc="C library for arbitrary-precision floating-point ball arithmetic"
-arch=(i686 x86_64)
-url="http://fredrikj.net/arb/;
-license=(GPL)
-depends=(flint)
-source=("https://github.com/fredrik-johansson/arb/archive/$pkgver.tar.gz;
-   
fix-flint-includes.patch::"http://git.sagemath.org/sage.git/plain/build/pkgs/arb/patches/flint_includes.patch?id=d0379c;)
-md5sums=('13ad8d7051e5d943456e4bfeee183066'
- '666fff29e723bad787f4935b4417b3a8')
-
-prepare() {
-  cd $pkgname-$pkgver
-# Fix flint include paths
-  patch -p1 -i ../fix-flint-includes.patch
-}
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --with-flint=/usr --with-gmp=/usr --with-mpfr=/usr
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: arb/repos/community-x86_64/PKGBUILD (from rev 161080, 
arb/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2016-02-10 21:42:31 UTC (rev 161081)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+
+pkgname=arb
+pkgver=2.8.1
+pkgrel=1
+pkgdesc="C library for arbitrary-precision floating-point ball arithmetic"
+arch=(i686 x86_64)
+url="http://fredrikj.net/arb/;
+license=(GPL)
+depends=(flint)
+source=("https://github.com/fredrik-johansson/arb/archive/$pkgver.tar.gz;
+   
fix-flint-includes.patch::"http://git.sagemath.org/sage.git/plain/build/pkgs/arb/patches/flint_includes.patch?id=83094377;)
+md5sums=('b6b94a39b71293b6811a191cb9542096'
+ '666fff29e723bad787f4935b4417b3a8')
+
+prepare() {
+  cd $pkgname-$pkgver
+# 

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

2016-02-10 Thread Pierre Neidhardt
Date: Wednesday, February 10, 2016 @ 23:49:55
  Author: ambrevar
Revision: 161082

upgpkg: uncrustify 0.62-1

Modified:
  uncrustify/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-02-10 21:42:31 UTC (rev 161081)
+++ PKGBUILD2016-02-10 22:49:55 UTC (rev 161082)
@@ -2,7 +2,7 @@
 # Contributor: Auguste Pop 
 
 pkgname=uncrustify
-pkgver=0.61
+pkgver=0.62
 pkgrel=1
 pkgdesc="A source code beautifier"
 arch=("i686" "x86_64")
@@ -10,7 +10,7 @@
 license=("GPL")
 depends=("gcc-libs")
 source=("http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz;)
-md5sums=("b6140106e74c64e831d0b1c4b6cf7727")
+md5sums=('fee7ed42a9530a5d7e259d703601161f')
 
 build() {
cd "$srcdir/$pkgname-$pkgver"


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

2016-02-10 Thread Sébastien Luttringer
Date: Thursday, February 11, 2016 @ 00:01:58
  Author: seblu
Revision: 259047

upgpkg: grep 2.23-1

Modified:
  grep/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-02-10 21:14:57 UTC (rev 259046)
+++ PKGBUILD2016-02-10 23:01:58 UTC (rev 259047)
@@ -4,7 +4,7 @@
 # Contributor: judd 
 
 pkgname=grep
-pkgver=2.22
+pkgver=2.23
 pkgrel=1
 pkgdesc='A string search utility'
 arch=('i686' 'x86_64')
@@ -16,7 +16,7 @@
 install=$pkgname.install
 validpgpkeys=('155D3FC500C834486D1EEA677FD9FCCB000B') # Jim Meyering
 source=("ftp://ftp.gnu.org/gnu/$pkgname/$pkgname-$pkgver.tar.xz"{,.sig})
-md5sums=('e1015e951a49a82b02e38891026ef5df'
+md5sums=('f46aa9d0d2577b9212a104348a286787'
  'SKIP')
 
 build() {


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

2016-02-10 Thread Levente Polyak
Date: Wednesday, February 10, 2016 @ 19:11:19
  Author: anthraxx
Revision: 161071

archrelease: copy trunk to community-any

Added:
  gradle/repos/community-any/PKGBUILD
(from rev 161070, gradle/trunk/PKGBUILD)
  gradle/repos/community-any/gradle.sh
(from rev 161070, gradle/trunk/gradle.sh)
Deleted:
  gradle/repos/community-any/PKGBUILD
  gradle/repos/community-any/gradle.sh

---+
 PKGBUILD  |  148 ++--
 gradle.sh |4 -
 2 files changed, 76 insertions(+), 76 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2016-02-10 18:11:03 UTC (rev 161070)
+++ PKGBUILD2016-02-10 18:11:19 UTC (rev 161071)
@@ -1,74 +0,0 @@
-# Maintainer: Levente Polyak 
-# Contributor: Simon Legner 
-# Contributor: Chris Molozian (novabyte) 
-# Contributor: Sanjuro Makabe (itti) 
-
-pkgbase=gradle
-pkgname=('gradle' 'gradle-doc' 'gradle-src')
-pkgver=2.10
-pkgrel=1
-pkgdesc=('A powerful build system for the JVM')
-url='https://gradle.org/'
-arch=('any')
-license=('Apache')
-depends=('java-environment' 'bash')
-source=(https://services.gradle.org/distributions/${pkgbase}-${pkgver}-all.zip
-${pkgbase}.sh)
-sha512sums=('4977eae3763f1f7e85ff30cbc6949ef7d15d239f4379476e7c416f4794811e64e60e04c3ddc01ca87673a742f8ca8e1e45ed52330c06f83ac8a19df8611f6fa3'
-
'f38e9b26e22948366acf6580d6f38e2c88c3791c425b24922368fe1bc78c744fa516a03ffdbef02e3755859da620a6259997d4b4e5f97e3dc8cb49b74a694616')
-
-package_gradle() {
-  cd ${pkgbase}-${pkgver}
-
-  # install profile.d script
-  install -Dm 755 "${srcdir}/${pkgbase}.sh" 
"${pkgdir}/etc/profile.d/${pkgbase}.sh"
-
-  # create the necessary directory structure
-  install -d "${pkgdir}/usr/share/java/${pkgname}/bin"
-  install -d "${pkgdir}/usr/share/java/${pkgname}/lib/plugins"
-  install -d "${pkgdir}/usr/share/java/${pkgname}/init.d"
-  install -d "${pkgdir}/usr/bin"
-
-  # copy across jar files
-  install -Dm 644 lib/*.jar "${pkgdir}/usr/share/java/${pkgname}/lib"
-  install -Dm 644 lib/plugins/*.jar 
"${pkgdir}/usr/share/java/${pkgname}/lib/plugins"
-
-  # copy across supporting text documentation and scripts
-  install -m 644 NOTICE "${pkgdir}/usr/share/java/${pkgname}"
-  install -m 644 LICENSE "${pkgdir}/usr/share/java/${pkgname}"
-  install -m 644 *.txt "${pkgdir}/usr/share/java/${pkgname}"
-  install -m 644 *.html "${pkgdir}/usr/share/java/${pkgname}"
-  install -m 755 bin/gradle "${pkgdir}/usr/share/java/${pkgname}/bin"
-  install -m 644 init.d/*.* "${pkgdir}/usr/share/java/${pkgname}/init.d"
-
-  # link gradle script to /usr/bin
-  ln -s /usr/share/java/${pkgname}/bin/${pkgname} "${pkgdir}/usr/bin"
-}
-
-package_gradle-doc() {
-  pkgdesc=('A powerful build system for the JVM (documentation and samples)')
-  options=('!strip')
-  optdepends=('gradle')
-
-  cd ${pkgbase}-${pkgver}
-
-  # create the necessary directory structure
-  install -d "${pkgdir}/usr/share/java/gradle/docs"
-  install -d "${pkgdir}/usr/share/java/gradle/samples"
-
-  # copy across documentation and samples
-  cp -r docs/* "${pkgdir}/usr/share/java/gradle/docs"
-  cp -r samples/* "${pkgdir}/usr/share/java/gradle/samples"
-}
-
-package_gradle-src() {
-  pkgdesc=('A powerful build system for the JVM (sources)')
-  options=('!strip')
-  optdepends=('gradle')
-
-  cd ${pkgbase}-${pkgver}
-  install -d "${pkgdir}/usr/share/java/gradle/src"
-  cp -r src/* "${pkgdir}/usr/share/java/gradle/src"
-}
-
-# vim: ts=2 sw=2 et:

Copied: gradle/repos/community-any/PKGBUILD (from rev 161070, 
gradle/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-02-10 18:11:19 UTC (rev 161071)
@@ -0,0 +1,74 @@
+# Maintainer: Levente Polyak 
+# Contributor: Simon Legner 
+# Contributor: Chris Molozian (novabyte) 
+# Contributor: Sanjuro Makabe (itti) 
+
+pkgbase=gradle
+pkgname=('gradle' 'gradle-doc' 'gradle-src')
+pkgver=2.11
+pkgrel=1
+pkgdesc='A powerful build system for the JVM'
+url='https://gradle.org/'
+arch=('any')
+license=('Apache')
+depends=('java-environment' 'bash')
+source=(https://services.gradle.org/distributions/${pkgbase}-${pkgver}-all.zip
+${pkgbase}.sh)
+sha512sums=('05be0ed4dbb085837020381537683e9ee29e974cf03bd9d7546cf571ea5e4b104b3559b5b60232b554310fd1825c142189d9f7bf5e93d94ac06e9875e69f8aee'
+
'f38e9b26e22948366acf6580d6f38e2c88c3791c425b24922368fe1bc78c744fa516a03ffdbef02e3755859da620a6259997d4b4e5f97e3dc8cb49b74a694616')
+
+package_gradle() {
+  cd ${pkgbase}-${pkgver}
+
+  # install profile.d script
+  install -Dm 755 "${srcdir}/${pkgbase}.sh" 
"${pkgdir}/etc/profile.d/${pkgbase}.sh"
+
+  # create the necessary directory structure
+  install -d "${pkgdir}/usr/share/java/${pkgname}/bin"
+  install -d 

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

2016-02-10 Thread Andreas Radke
Date: Wednesday, February 10, 2016 @ 19:47:38
  Author: andyrtr
Revision: 259040

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

Added:
  libreoffice-fresh/repos/testing-i686/
  libreoffice-fresh/repos/testing-i686/PKGBUILD
(from rev 259039, libreoffice-fresh/trunk/PKGBUILD)
  libreoffice-fresh/repos/testing-i686/libreoffice-fresh.csh
(from rev 259039, libreoffice-fresh/trunk/libreoffice-fresh.csh)
  libreoffice-fresh/repos/testing-i686/libreoffice-fresh.install
(from rev 259039, libreoffice-fresh/trunk/libreoffice-fresh.install)
  libreoffice-fresh/repos/testing-i686/libreoffice-fresh.sh
(from rev 259039, libreoffice-fresh/trunk/libreoffice-fresh.sh)
  
libreoffice-fresh/repos/testing-i686/make-pyuno-work-with-system-wide-module-install.diff
(from rev 259039, 
libreoffice-fresh/trunk/make-pyuno-work-with-system-wide-module-install.diff)
  libreoffice-fresh/repos/testing-x86_64/
  libreoffice-fresh/repos/testing-x86_64/PKGBUILD
(from rev 259039, libreoffice-fresh/trunk/PKGBUILD)
  libreoffice-fresh/repos/testing-x86_64/libreoffice-fresh.csh
(from rev 259039, libreoffice-fresh/trunk/libreoffice-fresh.csh)
  libreoffice-fresh/repos/testing-x86_64/libreoffice-fresh.install
(from rev 259039, libreoffice-fresh/trunk/libreoffice-fresh.install)
  libreoffice-fresh/repos/testing-x86_64/libreoffice-fresh.sh
(from rev 259039, libreoffice-fresh/trunk/libreoffice-fresh.sh)
  
libreoffice-fresh/repos/testing-x86_64/make-pyuno-work-with-system-wide-module-install.diff
(from rev 259039, 
libreoffice-fresh/trunk/make-pyuno-work-with-system-wide-module-install.diff)

-+
 testing-i686/PKGBUILD   |  367 
++
 testing-i686/libreoffice-fresh.csh  |6 
 testing-i686/libreoffice-fresh.install  |   17 
 testing-i686/libreoffice-fresh.sh   |6 
 testing-i686/make-pyuno-work-with-system-wide-module-install.diff   |   44 +
 testing-x86_64/PKGBUILD |  367 
++
 testing-x86_64/libreoffice-fresh.csh|6 
 testing-x86_64/libreoffice-fresh.install|   17 
 testing-x86_64/libreoffice-fresh.sh |6 
 testing-x86_64/make-pyuno-work-with-system-wide-module-install.diff |   44 +
 10 files changed, 880 insertions(+)

Copied: libreoffice-fresh/repos/testing-i686/PKGBUILD (from rev 259039, 
libreoffice-fresh/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2016-02-10 18:47:38 UTC (rev 259040)
@@ -0,0 +1,367 @@
+# $Id$
+# Maintainer: AndyRTR 
+# Maintainer: Bartłomiej Piotrowski 
+
+pkgbase=libreoffice-fresh
+pkgname=('libreoffice-fresh-sdk' 'libreoffice-fresh')
+_LOver=5.1.0.3
+pkgver=5.1.0
+pkgrel=1
+arch=('i686' 'x86_64')
+license=('LGPL3')
+url="http://www.libreoffice.org/;
+makedepends=('curl>=7.20.0' 'hunspell>=1.2.8' 'python>=3.5' 'libwpd>=0.9.2' 
'libwps'
+   'neon>=0.28.6' 'pango' 'nspr' 'libjpeg' 'libxrandr' 'libgl' 'dbus-glib'
+   'libxslt' 'redland' 'icu' 'hyphen' 'lpsolve' 'gcc-libs' 'sh' 'graphite'
+   'lcms2' 'poppler>=0.24.0' 'libvisio' 'libetonyek' 'libodfgen' 'libcdr'
+   'libmspub' 'harfbuzz-icu' 'glew' 'nss' 'clucene' 'hicolor-icon-theme'
+   'desktop-file-utils' 'shared-mime-info' 'gtk2' 'xdg-utils' 
'gst-plugins-base-libs'
+   'glu' 'sane' 'perl-archive-zip' 'zip' 'unzip' 'unixodbc' 'apache-ant'
+   'gperf' 'kdelibs' 'gtk3' 'cppunit' 'beanshell2' 'vigra' 'clucene'
+   'junit' 'libmythes' 'libwpg'  'mesa' 'java-environment' 
'postgresql-libs'
+   'bluez-libs' 'harfbuzz-icu' 'gdb' 'doxygen'  'libatomic_ops' 'mdds' 
'glew'
+   'apr' 'serf' 'ttf-liberation' 'glm' 'libxinerama' 'libpagemaker'
+   'libabw' 'libmwaw' 'libe-book' 'coin-or-mp' 'liborcus' 'liblangtag'
+   'libexttextcat' 'libfbclient')
+
+_mirror="http://download.documentfoundation.org/libreoffice/src/${pkgver};
+#_mirror="http://dev-builds.libreoffice.org/pre-releases/src;
+_additional_source_url="http://dev-www.libreoffice.org/src;
+_additional_source_url2="http://dev-www.libreoffice.org/extern;
+source=(${_mirror}/libreoffice{,-help,-translations}-${_LOver}.tar.xz{,.asc}
+   ${_additional_source_url}/boost_1_59_0.tar.bz2
+   
${_additional_source_url}/1f24ab1d39f4a51faf22244c94a6203f-xmlsec1-1.2.14.tar.gz
+   
${_additional_source_url}/35c94d2df8893241173de1d16b6034c0-swingExSrc.zip
+   
${_additional_source_url}/798b2ffdc8bcfe7bca2cf92b62caf685-rhino1_5R5.zip
+   
${_additional_source_url}/a7983f859eafb2677d7ff386a023bc40-xsltml_2.1.2.zip
+   ${_additional_source_url}/commons-logging-1.2-src.tar.gz
+   

[arch-commits] Commit in libreoffice-fresh/trunk (PKGBUILD PKGBUILD.51)

2016-02-10 Thread Andreas Radke
Date: Wednesday, February 10, 2016 @ 19:47:13
  Author: andyrtr
Revision: 259039

upgpkg: libreoffice-fresh 5.1.0-1

upstream update 5.1.0

Modified:
  libreoffice-fresh/trunk/PKGBUILD
Deleted:
  libreoffice-fresh/trunk/PKGBUILD.51

-+
 PKGBUILD|   71 --
 PKGBUILD.51 |  375 --
 2 files changed, 28 insertions(+), 418 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-02-10 17:09:37 UTC (rev 259038)
+++ PKGBUILD2016-02-10 18:47:13 UTC (rev 259039)
@@ -4,9 +4,9 @@
 
 pkgbase=libreoffice-fresh
 pkgname=('libreoffice-fresh-sdk' 'libreoffice-fresh')
-_LOver=5.0.4.2
-pkgver=5.0.4
-pkgrel=4
+_LOver=5.1.0.3
+pkgver=5.1.0
+pkgrel=1
 arch=('i686' 'x86_64')
 license=('LGPL3')
 url="http://www.libreoffice.org/;
@@ -17,11 +17,12 @@
'libmspub' 'harfbuzz-icu' 'glew' 'nss' 'clucene' 'hicolor-icon-theme'
'desktop-file-utils' 'shared-mime-info' 'gtk2' 'xdg-utils' 
'gst-plugins-base-libs'
'glu' 'sane' 'perl-archive-zip' 'zip' 'unzip' 'unixodbc' 'apache-ant'
-   'gperf' 'kdelibs' 'cppunit' 'beanshell2' 'vigra' 'clucene' #'gtk3' 
+   'gperf' 'kdelibs' 'gtk3' 'cppunit' 'beanshell2' 'vigra' 'clucene'
'junit' 'libmythes' 'libwpg'  'mesa' 'java-environment' 
'postgresql-libs'
'bluez-libs' 'harfbuzz-icu' 'gdb' 'doxygen'  'libatomic_ops' 'mdds' 
'glew'
'apr' 'serf' 'ttf-liberation' 'glm' 'libxinerama' 'libpagemaker'
-   'libabw' 'libmwaw' 'libe-book' 'coin-or-mp')
+   'libabw' 'libmwaw' 'libe-book' 'coin-or-mp' 'liborcus' 'liblangtag'
+   'libexttextcat' 'libfbclient')
 
 _mirror="http://download.documentfoundation.org/libreoffice/src/${pkgver};
 #_mirror="http://dev-builds.libreoffice.org/pre-releases/src;
@@ -28,7 +29,7 @@
 _additional_source_url="http://dev-www.libreoffice.org/src;
 _additional_source_url2="http://dev-www.libreoffice.org/extern;
 source=(${_mirror}/libreoffice{,-help,-translations}-${_LOver}.tar.xz{,.asc}
-   
${_additional_source_url}/d6eef4b4cacb2183f2bf265a5a03a354-boost_1_55_0.tar.bz2
+   ${_additional_source_url}/boost_1_59_0.tar.bz2

${_additional_source_url}/1f24ab1d39f4a51faf22244c94a6203f-xmlsec1-1.2.14.tar.gz

${_additional_source_url}/35c94d2df8893241173de1d16b6034c0-swingExSrc.zip

${_additional_source_url}/798b2ffdc8bcfe7bca2cf92b62caf685-rhino1_5R5.zip
@@ -46,24 +47,20 @@

${_additional_source_url}/3bdf40c0d199af31923e900d082ca2dd-libfonts-1.1.6.zip

${_additional_source_url}/ace6ab49184e329db254e454a010f56d-libxml-1.1.7.zip

${_additional_source_url}/db60e4fde8dd6d6807523deb71ee34dc-liblayout-0.2.10.zip
-   
${_additional_source_url}/10d61fbaa6a06348823651b1bd7940fe-libexttextcat-3.4.4.tar.bz2
-   
${_additional_source_url}/7681383be6ce489d84c1c74f4e7f9643-liborcus-0.7.0.tar.bz2

${_additional_source_url}/0168229624cfac409e766913506961a8-ucpp-1.3.2.tar.gz
${_additional_source_url}/language-subtag-registry-2015-08-04.tar.bz2

${_additional_source_url}/4b87018f7fff1d054939d19920b751a0-collada2gltf-master-cb1d97788a.tar.bz2
${_additional_source_url}/OpenCOLLADA-master-6509aa13af.tar.bz2

${_additional_source_url}/17410483b5b5f267aa18b7e00b65e6e0-hsqldb_1_8_0.zip
-   ${_additional_source_url}/Firebird-2.5.2.26540-0.tar.bz2
${_additional_source_url}/libgltf/libgltf-0.0.2.tar.bz2

${_additional_source_url}/d8bd5eed178db6e2b18eeed243f85aa8-flute-1.1.6.zip

${_additional_source_url}/ba2930200c9f019c2d93a8c88c651a0f-flow-engine-0.9.4.zip

${_additional_source_url}/5821b806a98e6c38370970e682ce76e8-libcmis-0.5.0.tar.gz
${_additional_source_url}/libfreehand-0.1.1.tar.bz2
-   
${_additional_source_url}/36271d3fa0d9dec1632029b6d7aac925-liblangtag-0.5.1.tar.bz2

${_additional_source_url2}/185d60944ea767075d27247c3162b3bc-unowinreg.dll
make-pyuno-work-with-system-wide-module-install.diff
libreoffice-fresh.sh libreoffice-fresh.csh)
-noextract=(d6eef4b4cacb2183f2bf265a5a03a354-boost_1_55_0.tar.bz2
+noextract=(boost_1_59_0.tar.bz2
1f24ab1d39f4a51faf22244c94a6203f-xmlsec1-1.2.14.tar.gz
35c94d2df8893241173de1d16b6034c0-swingExSrc.zip
798b2ffdc8bcfe7bca2cf92b62caf685-rhino1_5R5.zip
@@ -81,29 +78,25 @@
3bdf40c0d199af31923e900d082ca2dd-libfonts-1.1.6.zip
ace6ab49184e329db254e454a010f56d-libxml-1.1.7.zip
db60e4fde8dd6d6807523deb71ee34dc-liblayout-0.2.10.zip
-   10d61fbaa6a06348823651b1bd7940fe-libexttextcat-3.4.4.tar.bz2
-   7681383be6ce489d84c1c74f4e7f9643-liborcus-0.7.0.tar.bz2
0168229624cfac409e766913506961a8-ucpp-1.3.2.tar.gz
language-subtag-registry-2015-08-04.tar.bz2
4b87018f7fff1d054939d19920b751a0-collada2gltf-master-cb1d97788a.tar.bz2
OpenCOLLADA-master-6509aa13af.tar.bz2
17410483b5b5f267aa18b7e00b65e6e0-hsqldb_1_8_0.zip
-   

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

2016-02-10 Thread Felix Yan
Date: Thursday, February 11, 2016 @ 06:45:09
  Author: fyan
Revision: 259060

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-02-11 05:42:33 UTC (rev 259059)
+++ extra-i686/PKGBUILD 2016-02-11 05:45:09 UTC (rev 259060)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-
-pkgname=perl-dbd-sqlite
-pkgver=1.48
-pkgrel=1
-pkgdesc="Self-contained RDBMS in a DBI driver"
-arch=('i686' 'x86_64')
-url="http://search.cpan.org/dist/DBD-SQLite;
-license=('GPL' 'PerlArtistic')
-depends=('perl-dbi' 'sqlite')
-options=('!emptydirs')
-source=(http://www.cpan.org/authors/id/I/IS/ISHIGAKI/DBD-SQLite-${pkgver}.tar.gz)
-md5sums=('020c02ca595b2074a767a19af8506d2a')
-
-build() {
-  cd DBD-SQLite-${pkgver}
-  perl Makefile.PL INSTALLDIRS=vendor
-  make
-}
-
-check() {
-  cd DBD-SQLite-${pkgver}
-  make test
-}
-
-package() {
-  cd DBD-SQLite-${pkgver}
-  make install DESTDIR="${pkgdir}"
-# 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-dbd-sqlite/repos/extra-i686/PKGBUILD (from rev 259059, 
perl-dbd-sqlite/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-02-11 05:45:09 UTC (rev 259060)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgname=perl-dbd-sqlite
+pkgver=1.50
+pkgrel=1
+pkgdesc="Self-contained RDBMS in a DBI driver"
+arch=('i686' 'x86_64')
+url="http://search.cpan.org/dist/DBD-SQLite;
+license=('GPL' 'PerlArtistic')
+depends=('perl-dbi' 'sqlite')
+source=(http://www.cpan.org/authors/id/I/IS/ISHIGAKI/DBD-SQLite-${pkgver}.tar.gz)
+md5sums=('d56eebfb5f2a14be9413b025e7dca9fe')
+
+build() {
+  cd DBD-SQLite-${pkgver}
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd DBD-SQLite-${pkgver}
+  make test
+}
+
+package() {
+  cd DBD-SQLite-${pkgver}
+  make install DESTDIR="${pkgdir}"
+
+  rm -r "$pkgdir/usr/lib/perl5/core_perl"
+
+# 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: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2016-02-11 05:42:33 UTC (rev 259059)
+++ extra-x86_64/PKGBUILD   2016-02-11 05:45:09 UTC (rev 259060)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-
-pkgname=perl-dbd-sqlite
-pkgver=1.50
-pkgrel=1
-pkgdesc="Self-contained RDBMS in a DBI driver"
-arch=('i686' 'x86_64')
-url="http://search.cpan.org/dist/DBD-SQLite;
-license=('GPL' 'PerlArtistic')
-depends=('perl-dbi' 'sqlite')
-source=(http://www.cpan.org/authors/id/I/IS/ISHIGAKI/DBD-SQLite-${pkgver}.tar.gz)
-md5sums=('d56eebfb5f2a14be9413b025e7dca9fe')
-
-build() {
-  cd DBD-SQLite-${pkgver}
-  perl Makefile.PL INSTALLDIRS=vendor
-  make
-}
-
-check() {
-  cd DBD-SQLite-${pkgver}
-  make test
-}
-
-package() {
-  cd DBD-SQLite-${pkgver}
-  make install DESTDIR="${pkgdir}"
-
-  rm -r "$pkgdir/usr/lib/perl5/core_perl"
-
-# 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-dbd-sqlite/repos/extra-x86_64/PKGBUILD (from rev 259059, 
perl-dbd-sqlite/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2016-02-11 05:45:09 

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

2016-02-10 Thread Felix Yan
Date: Thursday, February 11, 2016 @ 06:40:18
  Author: fyan
Revision: 161090

upgpkg: letsencrypt 0.4.0-1

Modified:
  letsencrypt/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-02-11 05:39:17 UTC (rev 161089)
+++ PKGBUILD2016-02-11 05:40:18 UTC (rev 161090)
@@ -3,7 +3,7 @@
 # Contributor: Gordian Edenhofer 
 
 pkgname=letsencrypt
-pkgver=0.3.0
+pkgver=0.4.0
 pkgrel=1
 pkgdesc="A tool to automatically receive and install X.509 certificates to 
enable TLS on servers. The client will interoperate with the Let’s Encrypt CA 
which will be issuing browser-trusted certificates for free."
 arch=('any')
@@ -21,7 +21,7 @@
 validpgpkeys=('148C30F6F7E429337A72D992B00B9CC82D7ADF2C'
   '1B41B758F9A78C7F444C20FA3E5B4152E3ADB1FD'
   'A2CFB51FA275A7286234E7B24D17C995CD9775F2')
-md5sums=('97b2a8c4e59716d8930a312c8e3ac286'
+md5sums=('dfa7c9e9f1d2cb2a1cda6d861a16c7f5'
  'SKIP')
 
 build() {


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

2016-02-10 Thread Felix Yan
Date: Thursday, February 11, 2016 @ 06:40:35
  Author: fyan
Revision: 161091

archrelease: copy trunk to community-staging-any

Added:
  letsencrypt/repos/community-staging-any/
  letsencrypt/repos/community-staging-any/PKGBUILD
(from rev 161090, letsencrypt/trunk/PKGBUILD)

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

Copied: letsencrypt/repos/community-staging-any/PKGBUILD (from rev 161090, 
letsencrypt/trunk/PKGBUILD)
===
--- community-staging-any/PKGBUILD  (rev 0)
+++ community-staging-any/PKGBUILD  2016-02-11 05:40:35 UTC (rev 161091)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Gordian Edenhofer 
+
+pkgname=letsencrypt
+pkgver=0.4.0
+pkgrel=1
+pkgdesc="A tool to automatically receive and install X.509 certificates to 
enable TLS on servers. The client will interoperate with the Let’s Encrypt CA 
which will be issuing browser-trusted certificates for free."
+arch=('any')
+license=('Apache')
+url="https://letsencrypt.org/;
+depends=('ca-certificates' "python2-acme=$pkgver" 'python2-configargparse' 
'python2-configobj'
+ 'python2-cryptography' 'python2-pyopenssl' 'python2-mock' 
'python2-parsedatetime'
+ 'python2-psutil' 'python2-pyrfc3339' 'python2-pythondialog' 
'python2-pytz'
+ 'python2-requests' 'python2-setuptools' 'python2-six' 
'python2-zope-component'
+ 'python2-zope-interface')
+optdepends=("letsencrypt-apache: Apache plugin for Let’s Encrypt client"
+"letsencrypt-nginx: Nginx plugin for Let’s Encrypt client")
+checkdepends=('python2-nose')
+source=("https://pypi.python.org/packages/source/l/${pkgname}/${pkgname}-${pkgver}.tar.gz"{,.asc})
+validpgpkeys=('148C30F6F7E429337A72D992B00B9CC82D7ADF2C'
+  '1B41B758F9A78C7F444C20FA3E5B4152E3ADB1FD'
+  'A2CFB51FA275A7286234E7B24D17C995CD9775F2')
+md5sums=('dfa7c9e9f1d2cb2a1cda6d861a16c7f5'
+ 'SKIP')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  python2 setup.py build
+}
+
+check() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  python2 setup.py test
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  python2 setup.py install --root="${pkgdir}"
+
+  mkdir -p "${pkgdir}"/{etc,var/lib,var/log}/letsencrypt
+  chmod 700 "${pkgdir}"/var/log/letsencrypt
+}


[arch-commits] Commit in haskell-persistent-template/repos (6 files)

2016-02-10 Thread Felix Yan
Date: Thursday, February 11, 2016 @ 08:26:15
  Author: fyan
Revision: 161133

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

Added:
  haskell-persistent-template/repos/community-staging-i686/
  haskell-persistent-template/repos/community-staging-i686/PKGBUILD
(from rev 161132, haskell-persistent-template/trunk/PKGBUILD)
  
haskell-persistent-template/repos/community-staging-i686/haskell-persistent-template.install
(from rev 161132, 
haskell-persistent-template/trunk/haskell-persistent-template.install)
  haskell-persistent-template/repos/community-staging-x86_64/
  haskell-persistent-template/repos/community-staging-x86_64/PKGBUILD
(from rev 161132, haskell-persistent-template/trunk/PKGBUILD)
  
haskell-persistent-template/repos/community-staging-x86_64/haskell-persistent-template.install
(from rev 161132, 
haskell-persistent-template/trunk/haskell-persistent-template.install)

--+
 community-staging-i686/PKGBUILD  |   45 ++
 community-staging-i686/haskell-persistent-template.install   |   18 
 community-staging-x86_64/PKGBUILD|   45 ++
 community-staging-x86_64/haskell-persistent-template.install |   18 
 4 files changed, 126 insertions(+)

Copied: haskell-persistent-template/repos/community-staging-i686/PKGBUILD (from 
rev 161132, haskell-persistent-template/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-02-11 07:26:15 UTC (rev 161133)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=persistent-template
+pkgname=haskell-persistent-template
+pkgver=2.1.5
+pkgrel=13
+pkgdesc="Type-safe, non-relational, multi-backend persistence"
+url="http://www.yesodweb.com/book/persistent;
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.3" "haskell-aeson" "haskell-aeson-compat" 
"haskell-http-api-data"
+ "haskell-monad-control" "haskell-monad-logger" "haskell-path-pieces"
+ "haskell-persistent" "haskell-tagged" "haskell-text"
+ "haskell-unordered-containers")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+install="${pkgname}.install"
+sha256sums=('d732a0e8114dae29874f3536592effc1626aea15ebef47f3355a4b426020acd1')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/${pkgname}/register.sh"
+install-m744 unregister.sh 
"${pkgdir}/usr/share/haskell/${pkgname}/unregister.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}

Copied: 
haskell-persistent-template/repos/community-staging-i686/haskell-persistent-template.install
 (from rev 161132, 
haskell-persistent-template/trunk/haskell-persistent-template.install)
===
--- community-staging-i686/haskell-persistent-template.install  
(rev 0)
+++ community-staging-i686/haskell-persistent-template.install  2016-02-11 
07:26:15 UTC (rev 161133)
@@ -0,0 +1,18 @@
+HS_DIR=usr/share/haskell/haskell-persistent-template
+post_install() {
+  ${HS_DIR}/register.sh
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}
+pre_upgrade() {
+  ${HS_DIR}/unregister.sh
+}
+post_upgrade() {
+  ${HS_DIR}/register.sh
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}
+pre_remove() {
+  ${HS_DIR}/unregister.sh
+}
+post_remove() {
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}

Copied: haskell-persistent-template/repos/community-staging-x86_64/PKGBUILD 
(from rev 161132, haskell-persistent-template/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-02-11 07:26:15 UTC (rev 161133)
@@ -0,0 

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

2016-02-10 Thread Felix Yan
Date: Thursday, February 11, 2016 @ 05:57:42
  Author: fyan
Revision: 259055

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

Added:
  nvidia-utils/repos/extra-i686/PKGBUILD
(from rev 259054, nvidia-utils/trunk/PKGBUILD)
  nvidia-utils/repos/extra-i686/nvidia-utils.install
(from rev 259054, nvidia-utils/trunk/nvidia-utils.install)
  nvidia-utils/repos/extra-x86_64/PKGBUILD
(from rev 259054, nvidia-utils/trunk/PKGBUILD)
  nvidia-utils/repos/extra-x86_64/nvidia-utils.install
(from rev 259054, nvidia-utils/trunk/nvidia-utils.install)
Deleted:
  nvidia-utils/repos/extra-i686/PKGBUILD
  nvidia-utils/repos/extra-i686/nvidia-utils.install
  nvidia-utils/repos/extra-x86_64/PKGBUILD
  nvidia-utils/repos/extra-x86_64/nvidia-utils.install

---+
 /PKGBUILD |  344 
 /nvidia-utils.install |   20 ++
 extra-i686/PKGBUILD   |  181 --
 extra-i686/nvidia-utils.install   |   10 -
 extra-x86_64/PKGBUILD |  181 --
 extra-x86_64/nvidia-utils.install |   10 -
 6 files changed, 364 insertions(+), 382 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-02-11 04:57:08 UTC (rev 259054)
+++ extra-i686/PKGBUILD 2016-02-11 04:57:42 UTC (rev 259055)
@@ -1,181 +0,0 @@
-# $Id$
-# Maintainer: Sven-Hendrik Haase 
-# Maintainer: Thomas Baechler 
-# Contributor: James Rayner 
-
-pkgbase=nvidia-utils
-pkgname=('nvidia-utils' 'nvidia-libgl' 'opencl-nvidia')
-pkgver=361.28
-pkgrel=2
-arch=('i686' 'x86_64')
-url="http://www.nvidia.com/;
-license=('custom')
-options=('!strip')
-source_i686=("http://us.download.nvidia.com/XFree86/Linux-x86/${pkgver}/NVIDIA-Linux-x86-${pkgver}.run;)
-source_x86_64=("http://us.download.nvidia.com/XFree86/Linux-x86_64/${pkgver}/NVIDIA-Linux-x86_64-${pkgver}-no-compat32.run;)
-md5sums_i686=('d4fc7fcf1204a46f15733d7cc2711ad2')
-md5sums_x86_64=('8799b9a29ea1ef72feb739f1d8290728')
-
-[[ "$CARCH" = "i686" ]] && _pkg="NVIDIA-Linux-x86-${pkgver}"
-[[ "$CARCH" = "x86_64" ]] && _pkg="NVIDIA-Linux-x86_64-${pkgver}-no-compat32"
-
-create_links() {
-# create soname links
-for _lib in $(find "${pkgdir}" -name '*.so*' | grep -v 'xorg/'); do
-_soname=$(dirname "${_lib}")/$(readelf -d "${_lib}" | grep -Po 
'SONAME.*: \[\K[^]]*' || true)
-_base=$(echo ${_soname} | sed -r 's/(.*).so.*/\1.so/')
-[[ -e "${_soname}" ]] || ln -s $(basename "${_lib}") "${_soname}"
-[[ -e "${_base}" ]] || ln -s $(basename "${_soname}") "${_base}"
-done
-}
-
-prepare() {
-sh "${_pkg}.run" --extract-only
-cd "${_pkg}"
-bsdtar -xf nvidia-persistenced-init.tar.bz2
-}
-
-package_opencl-nvidia() {
-pkgdesc="OpenCL implemention for NVIDIA"
-depends=('libcl' 'zlib')
-optdepends=('opencl-headers: headers necessary for OpenCL development')
-cd "${_pkg}"
-
-# OpenCL
-install -D -m644 nvidia.icd "${pkgdir}/etc/OpenCL/vendors/nvidia.icd"
-install -D -m755 "libnvidia-compiler.so.${pkgver}" 
"${pkgdir}/usr/lib/libnvidia-compiler.so.${pkgver}"
-install -D -m755 "libnvidia-opencl.so.${pkgver}" 
"${pkgdir}/usr/lib/libnvidia-opencl.so.${pkgver}"
-
-create_links
-
-mkdir -p "${pkgdir}/usr/share/licenses"
-ln -s nvidia "${pkgdir}/usr/share/licenses/opencl-nvidia"
-}
-
-package_nvidia-libgl() {
-pkgdesc="NVIDIA drivers libraries symlinks"
-depends=('nvidia-utils' 'libglvnd')
-conflicts=('libgl')
-provides=('libgl')
-cd "${_pkg}"
-
-mkdir -p "${pkgdir}/usr/lib/xorg/modules/extensions"
-ln -s "/usr/lib/nvidia/xorg/modules/extensions/libglx.so.${pkgver}" 
"${pkgdir}/usr/lib/xorg/modules/extensions/libglx.so.${pkgver}"
-ln -s "libglx.so.${pkgver}" 
"${pkgdir}/usr/lib/xorg/modules/extensions/libglx.so.1"
-ln -s "libglx.so.${pkgver}" 
"${pkgdir}/usr/lib/xorg/modules/extensions/libglx.so"
-
-ln -s "/usr/lib/nvidia/libEGL.so.1" "${pkgdir}/usr/lib/libEGL.so.1"
-ln -s "libEGL.so.1" "${pkgdir}/usr/lib/libEGL.so.${pkgver}"
-ln -s "libEGL.so.1" "${pkgdir}/usr/lib/libEGL.so"
-
-mkdir -p "${pkgdir}/usr/share/licenses"
-ln -s nvidia "${pkgdir}/usr/share/licenses/nvidia-libgl"
-}
-
-package_nvidia-utils() {
-pkgdesc="NVIDIA drivers utilities"
-depends=('xorg-server')
-optdepends=('gtk2: nvidia-settings'
-'xorg-server-devel: nvidia-xconfig'
-'opencl-nvidia: OpenCL support')
-install="${pkgname}.install"
-cd "${_pkg}"
-
-# X driver
-install -D -m755 nvidia_drv.so 
"${pkgdir}/usr/lib/xorg/modules/drivers/nvidia_drv.so"
-
-# GLX extension module for X
-install -D -m755 "libglx.so.${pkgver}" 
"${pkgdir}/usr/lib/nvidia/xorg/modules/extensions/libglx.so.${pkgver}"
-ln -s "libglx.so.${pkgver}" 

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

2016-02-10 Thread Felix Yan
Date: Thursday, February 11, 2016 @ 05:57:08
  Author: fyan
Revision: 259054

upgpkg: nvidia-utils 361.28-3

split nvidia-settings to a separate package

Modified:
  nvidia-utils/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-02-11 04:01:36 UTC (rev 259053)
+++ PKGBUILD2016-02-11 04:57:08 UTC (rev 259054)
@@ -6,7 +6,7 @@
 pkgbase=nvidia-utils
 pkgname=('nvidia-utils' 'nvidia-libgl' 'opencl-nvidia')
 pkgver=361.28
-pkgrel=2
+pkgrel=3
 arch=('i686' 'x86_64')
 url="http://www.nvidia.com/;
 license=('custom')
@@ -75,7 +75,7 @@
 package_nvidia-utils() {
 pkgdesc="NVIDIA drivers utilities"
 depends=('xorg-server')
-optdepends=('gtk2: nvidia-settings'
+optdepends=('nvidia-settings: configuration tool'
 'xorg-server-devel: nvidia-xconfig'
 'opencl-nvidia: OpenCL support')
 install="${pkgname}.install"
@@ -131,15 +131,6 @@
 install -D -m755 nvidia-xconfig "${pkgdir}/usr/bin/nvidia-xconfig"
 install -D -m644 nvidia-xconfig.1.gz 
"${pkgdir}/usr/share/man/man1/nvidia-xconfig.1.gz"
 
-# nvidia-settings
-install -D -m755 nvidia-settings "${pkgdir}/usr/bin/nvidia-settings"
-install -D -m644 nvidia-settings.1.gz 
"${pkgdir}/usr/share/man/man1/nvidia-settings.1.gz"
-install -D -m644 nvidia-settings.desktop 
"${pkgdir}/usr/share/applications/nvidia-settings.desktop"
-install -D -m644 nvidia-settings.png 
"${pkgdir}/usr/share/pixmaps/nvidia-settings.png"
-install -D -m755 "libnvidia-gtk2.so.$pkgver" 
"$pkgdir/usr/lib/libnvidia-gtk2.so.$pkgver"
-install -D -m755 "libnvidia-gtk3.so.$pkgver" 
"$pkgdir/usr/lib/libnvidia-gtk3.so.$pkgver"
-sed -e 's:__UTILS_PATH__:/usr/bin:' -e 
's:__PIXMAP_PATH__:/usr/share/pixmaps:' -i 
"${pkgdir}/usr/share/applications/nvidia-settings.desktop"
-
 # nvidia-bug-report
 install -D -m755 nvidia-bug-report.sh 
"${pkgdir}/usr/bin/nvidia-bug-report.sh"
 


[arch-commits] Commit in haskell-http-client/trunk (PKGBUILD)

2016-02-10 Thread Felix Yan
Date: Thursday, February 11, 2016 @ 07:36:20
  Author: fyan
Revision: 161119

upgpkg: haskell-http-client 0.4.27-2

rebuild with streaming-commons-0.1.15.1, http2-1.4.5

Modified:
  haskell-http-client/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-02-11 06:28:11 UTC (rev 161118)
+++ PKGBUILD2016-02-11 06:36:20 UTC (rev 161119)
@@ -5,7 +5,7 @@
 _hkgname=http-client
 pkgname=haskell-http-client
 pkgver=0.4.27
-pkgrel=1
+pkgrel=2
 pkgdesc="An HTTP client engine, intended as a base layer for more 
user-friendly packages."
 url="https://github.com/snoyberg/http-client;
 license=("MIT")


[arch-commits] Commit in haskell-http-client/repos (6 files)

2016-02-10 Thread Felix Yan
Date: Thursday, February 11, 2016 @ 07:36:46
  Author: fyan
Revision: 161120

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

Added:
  haskell-http-client/repos/community-staging-i686/
  haskell-http-client/repos/community-staging-i686/PKGBUILD
(from rev 161119, haskell-http-client/trunk/PKGBUILD)
  haskell-http-client/repos/community-staging-i686/haskell-http-client.install
(from rev 161119, haskell-http-client/trunk/haskell-http-client.install)
  haskell-http-client/repos/community-staging-x86_64/
  haskell-http-client/repos/community-staging-x86_64/PKGBUILD
(from rev 161119, haskell-http-client/trunk/PKGBUILD)
  haskell-http-client/repos/community-staging-x86_64/haskell-http-client.install
(from rev 161119, haskell-http-client/trunk/haskell-http-client.install)

--+
 community-staging-i686/PKGBUILD  |   45 +
 community-staging-i686/haskell-http-client.install   |   18 ++
 community-staging-x86_64/PKGBUILD|   45 +
 community-staging-x86_64/haskell-http-client.install |   18 ++
 4 files changed, 126 insertions(+)

Copied: haskell-http-client/repos/community-staging-i686/PKGBUILD (from rev 
161119, haskell-http-client/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-02-11 06:36:46 UTC (rev 161120)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=http-client
+pkgname=haskell-http-client
+pkgver=0.4.27
+pkgrel=2
+pkgdesc="An HTTP client engine, intended as a base layer for more 
user-friendly packages."
+url="https://github.com/snoyberg/http-client;
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.3" "haskell-base64-bytestring" "haskell-blaze-builder" 
"haskell-case-insensitive"
+ "haskell-cookie" "haskell-data-default-class" "haskell-exceptions" 
"haskell-http-types"
+ "haskell-mime-types" "haskell-network" "haskell-network-uri" 
"haskell-random"
+ "haskell-streaming-commons" "haskell-text")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+install="${pkgname}.install"
+sha256sums=('3700731ca44470847b9a6429c61b7501318443ded995c33c7f52c9a7fd23a88b')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid -fnetwork-uri
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/${pkgname}/register.sh"
+install-m744 unregister.sh 
"${pkgdir}/usr/share/haskell/${pkgname}/unregister.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}

Copied: 
haskell-http-client/repos/community-staging-i686/haskell-http-client.install 
(from rev 161119, haskell-http-client/trunk/haskell-http-client.install)
===
--- community-staging-i686/haskell-http-client.install  
(rev 0)
+++ community-staging-i686/haskell-http-client.install  2016-02-11 06:36:46 UTC 
(rev 161120)
@@ -0,0 +1,18 @@
+HS_DIR=usr/share/haskell/haskell-http-client
+post_install() {
+  ${HS_DIR}/register.sh
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}
+pre_upgrade() {
+  ${HS_DIR}/unregister.sh
+}
+post_upgrade() {
+  ${HS_DIR}/register.sh
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}
+pre_remove() {
+  ${HS_DIR}/unregister.sh
+}
+post_remove() {
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}

Copied: haskell-http-client/repos/community-staging-x86_64/PKGBUILD (from rev 
161119, haskell-http-client/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-02-11 06:36:46 UTC (rev 161120)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 

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

2016-02-10 Thread Antonio Rojas
Date: Thursday, February 11, 2016 @ 08:22:57
  Author: arojas
Revision: 161131

Add nemo-python optdepend (FS#48132)

Modified:
  owncloud-client/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-02-11 07:16:44 UTC (rev 161130)
+++ PKGBUILD2016-02-11 07:22:57 UTC (rev 161131)
@@ -12,7 +12,7 @@
 license=(GPL2)
 depends=(qtkeychain-qt5 qt5-webkit hicolor-icon-theme xdg-utils)
 makedepends=(extra-cmake-modules python-sphinx qt5-tools doxygen kio)
-optdepends=('python2-nautilus: integration with Nautilus')
+optdepends=('python2-nautilus: integration with Nautilus' 'nemo-python: 
integration with Nemo')
 install=$pkgname.install
 backup=('etc/ownCloud/sync-exclude.lst')
 source=("https://download.owncloud.com/desktop/stable/$_name-$pkgver.tar.xz;)


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

2016-02-10 Thread Felix Yan
Date: Thursday, February 11, 2016 @ 07:16:46
  Author: fyan
Revision: 161116

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

Added:
  haskell-http2/repos/community-staging-i686/
  haskell-http2/repos/community-staging-i686/PKGBUILD
(from rev 161115, haskell-http2/trunk/PKGBUILD)
  haskell-http2/repos/community-staging-i686/haskell-http2.install
(from rev 161115, haskell-http2/trunk/haskell-http2.install)
  haskell-http2/repos/community-staging-x86_64/
  haskell-http2/repos/community-staging-x86_64/PKGBUILD
(from rev 161115, haskell-http2/trunk/PKGBUILD)
  haskell-http2/repos/community-staging-x86_64/haskell-http2.install
(from rev 161115, haskell-http2/trunk/haskell-http2.install)

+
 community-staging-i686/PKGBUILD|   49 +++
 community-staging-i686/haskell-http2.install   |   18 
 community-staging-x86_64/PKGBUILD  |   49 +++
 community-staging-x86_64/haskell-http2.install |   18 
 4 files changed, 134 insertions(+)

Copied: haskell-http2/repos/community-staging-i686/PKGBUILD (from rev 161115, 
haskell-http2/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-02-11 06:16:46 UTC (rev 161116)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=http2
+pkgname=haskell-http2
+pkgver=1.4.5
+pkgrel=1
+pkgdesc="HTTP/2.0 library including frames and HPACK"
+url="http://hackage.haskell.org/package/${_hkgname};
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.3" "haskell-aeson" "haskell-aeson-pretty" "haskell-hex"
+ "haskell-psqueues" "haskell-stm" "haskell-text" 
"haskell-unordered-containers"
+ "haskell-vector" "haskell-word8")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+install="${pkgname}.install"
+sha256sums=('34c6e481b2ce00180ce86370af3d06b01afe762360289fa945abbf8a55c5dba5')
+
+prepare() {
+sed -i '/bytestring-builder/d' $_hkgname-$pkgver/$_hkgname.cabal
+}
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid \
+-f-devel
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/${pkgname}/register.sh"
+install-m744 unregister.sh 
"${pkgdir}/usr/share/haskell/${pkgname}/unregister.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}

Copied: haskell-http2/repos/community-staging-i686/haskell-http2.install (from 
rev 161115, haskell-http2/trunk/haskell-http2.install)
===
--- community-staging-i686/haskell-http2.install
(rev 0)
+++ community-staging-i686/haskell-http2.install2016-02-11 06:16:46 UTC 
(rev 161116)
@@ -0,0 +1,18 @@
+HS_DIR=usr/share/haskell/haskell-http2
+post_install() {
+  ${HS_DIR}/register.sh
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}
+pre_upgrade() {
+  ${HS_DIR}/unregister.sh
+}
+post_upgrade() {
+  ${HS_DIR}/register.sh
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}
+pre_remove() {
+  ${HS_DIR}/unregister.sh
+}
+post_remove() {
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}

Copied: haskell-http2/repos/community-staging-x86_64/PKGBUILD (from rev 161115, 
haskell-http2/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-02-11 06:16:46 UTC (rev 161116)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=http2
+pkgname=haskell-http2
+pkgver=1.4.5
+pkgrel=1
+pkgdesc="HTTP/2.0 library including frames and HPACK"
+url="http://hackage.haskell.org/package/${_hkgname};
+license=("custom:BSD3")
+arch=('i686' 'x86_64')

[arch-commits] Commit in haskell-yesod-core/trunk (PKGBUILD)

2016-02-10 Thread Felix Yan
Date: Thursday, February 11, 2016 @ 08:30:11
  Author: fyan
Revision: 161135

upgpkg: haskell-yesod-core 1.4.19-6

rebuild with streaming-commons-0.1.15.1, http2-1.4.5, aeson-compat-0.3.1.0

Modified:
  haskell-yesod-core/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-02-11 07:29:06 UTC (rev 161134)
+++ PKGBUILD2016-02-11 07:30:11 UTC (rev 161135)
@@ -5,7 +5,7 @@
 _hkgname=yesod-core
 pkgname=haskell-yesod-core
 pkgver=1.4.19
-pkgrel=5
+pkgrel=6
 pkgdesc="Creation of type-safe, RESTful web applications."
 url="http://www.yesodweb.com/;
 license=("MIT")


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

2016-02-10 Thread Felix Yan
Date: Thursday, February 11, 2016 @ 06:44:55
  Author: fyan
Revision: 161095

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2016-02-11 05:44:35 UTC (rev 161094)
+++ PKGBUILD2016-02-11 05:44:55 UTC (rev 161095)
@@ -1,61 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Roger Duran 
-
-pkgbase=python-xcffib
-pkgname=(python-xcffib python2-xcffib)
-pkgver=0.4.0
-pkgrel=3
-pkgdesc="Python3 drop in replacement for xpyb, an XCB python binding"
-arch=('any')
-url="https://pypi.python.org/pypi/xcffib;
-license=('Apache')
-makedepends=('python-setuptools' 'python2-setuptools' 'python-cffi' 
'python2-cffi'
- 'python-six' 'python2-six' 'libxcb' 'git' 'ghc' 
'haskell-xcb-types'
- 'haskell-language-python' 'haskell-filemanip' 'haskell-split'
- 'haskell-mtl' 'haskell-attoparsec' 'haskell-hunit' 'cabal-install'
- 'haskell-test-framework' 'haskell-test-framework-hunit'
- 'haskell-optparse-applicative')
-checkdepends=('flake8' 'python2-flake8' 'parallel' 'python-nose' 'python2-nose'
-  'xorg-server-xvfb' 'xorg-xeyes')
-source=("git+https://github.com/tych0/xcffib.git#tag=v$pkgver;)
-md5sums=('SKIP')
-
-prepare() {
-  cp -a xcffib{,-py2}
-
-  sed -e 's/python /python2 /' \
-  -e 's/nosetests /nosetests2 /' \
-  -e 's/flake8 /flake8-python2 /' \
-  -i xcffib-py2/Makefile
-}
-
-build() {
-  cd "$srcdir/xcffib"
-  make xcffib
-
-  cd "$srcdir/xcffib-py2"
-  make xcffib
-}
-
-check() {
-  cd "$srcdir/xcffib"
-  make check
-
-  cd "$srcdir/xcffib-py2"
-  make check
-}
-
-package_python-xcffib() {
-  depends=('python-six' 'python-cffi' 'libxcb')
-
-  cd "$srcdir/xcffib"
-  python setup.py install --root="$pkgdir/" --optimize=1
-}
-
-package_python2-xcffib() {
-  depends=('python2-six' 'python2-cffi' 'libxcb')
-
-  cd "$srcdir/xcffib-py2"
-  python2 setup.py install --root="$pkgdir/" --optimize=1
-}

Copied: python-xcffib/repos/community-any/PKGBUILD (from rev 161094, 
python-xcffib/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-02-11 05:44:55 UTC (rev 161095)
@@ -0,0 +1,61 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Roger Duran 
+
+pkgbase=python-xcffib
+pkgname=(python-xcffib python2-xcffib)
+pkgver=0.4.1
+pkgrel=1
+pkgdesc="Python3 drop in replacement for xpyb, an XCB python binding"
+arch=('any')
+url="https://pypi.python.org/pypi/xcffib;
+license=('Apache')
+makedepends=('python-setuptools' 'python2-setuptools' 'python-cffi' 
'python2-cffi'
+ 'python-six' 'python2-six' 'libxcb' 'git' 'ghc' 
'haskell-xcb-types'
+ 'haskell-language-python' 'haskell-filemanip' 'haskell-split'
+ 'haskell-mtl' 'haskell-attoparsec' 'haskell-hunit' 'cabal-install'
+ 'haskell-test-framework' 'haskell-test-framework-hunit'
+ 'haskell-optparse-applicative')
+checkdepends=('flake8' 'python2-flake8' 'parallel' 'python-nose' 'python2-nose'
+  'xorg-server-xvfb' 'xorg-xeyes')
+source=("git+https://github.com/tych0/xcffib.git#tag=v$pkgver;)
+md5sums=('SKIP')
+
+prepare() {
+  cp -a xcffib{,-py2}
+
+  sed -e 's/python /python2 /' \
+  -e 's/nosetests /nosetests2 /' \
+  -e 's/flake8 /flake8-python2 /' \
+  -i xcffib-py2/Makefile
+}
+
+build() {
+  cd "$srcdir/xcffib"
+  make xcffib
+
+  cd "$srcdir/xcffib-py2"
+  make xcffib
+}
+
+check() {
+  cd "$srcdir/xcffib"
+  make check
+
+  cd "$srcdir/xcffib-py2"
+  make check
+}
+
+package_python-xcffib() {
+  depends=('python-six' 'python-cffi' 'libxcb')
+
+  cd "$srcdir/xcffib"
+  python setup.py install --root="$pkgdir/" --optimize=1
+}
+
+package_python2-xcffib() {
+  depends=('python2-six' 'python2-cffi' 'libxcb')
+
+  cd "$srcdir/xcffib-py2"
+  python2 setup.py install --root="$pkgdir/" --optimize=1
+}


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

2016-02-10 Thread Felix Yan
Date: Thursday, February 11, 2016 @ 06:44:35
  Author: fyan
Revision: 161094

upgpkg: python-xcffib 0.4.1-1

Modified:
  python-xcffib/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-02-11 05:43:36 UTC (rev 161093)
+++ PKGBUILD2016-02-11 05:44:35 UTC (rev 161094)
@@ -4,8 +4,8 @@
 
 pkgbase=python-xcffib
 pkgname=(python-xcffib python2-xcffib)
-pkgver=0.4.0
-pkgrel=3
+pkgver=0.4.1
+pkgrel=1
 pkgdesc="Python3 drop in replacement for xpyb, an XCB python binding"
 arch=('any')
 url="https://pypi.python.org/pypi/xcffib;


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

2016-02-10 Thread Felix Yan
Date: Thursday, February 11, 2016 @ 07:15:52
  Author: fyan
Revision: 161114

archrelease: copy trunk to multilib-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2016-02-11 06:15:29 UTC (rev 161113)
+++ PKGBUILD2016-02-11 06:15:52 UTC (rev 161114)
@@ -1,33 +0,0 @@
-#$Id$
-# Maintainer: Florian Pritz 
-# Contributor: Hugo Doria 
-
-_pkgbasename=libcap
-pkgname=lib32-$_pkgbasename
-pkgver=2.24
-pkgrel=1
-pkgdesc="POSIX 1003.1e capabilities (32-bit)"
-arch=(x86_64)
-url="http://www.kernel.org/pub/linux/libs/security/linux-privs/;
-license=('GPL2')
-depends=('lib32-attr' $_pkgbasename)
-makedepends=('gcc-multilib')
-source=(https://www.kernel.org/pub/linux/libs/security/linux-privs/libcap2/libcap-${pkgver}.tar.xz)
-md5sums=('d43ab9f680435a7fff35b4ace8d45b80')
-
-build() {
-  cd "${srcdir}/${_pkgbasename}-${pkgver}"
-
-  export PKG_CONFIG_PATH="/usr/lib32/pkgconfig"
-
-  make -C libcap CC="gcc -m32" prefix=/usr lib=lib32
-}
-
-package() {
-  cd "${srcdir}/${_pkgbasename}-${pkgver}"
-
-  make -C libcap prefix=/usr lib=lib32 DESTDIR=${pkgdir} install
-  chmod 755 ${pkgdir}/usr/lib32/libcap.so.${pkgver}
-
-  rm -rf "${pkgdir}/usr/include"
-}

Copied: lib32-libcap/repos/multilib-x86_64/PKGBUILD (from rev 161113, 
lib32-libcap/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-02-11 06:15:52 UTC (rev 161114)
@@ -0,0 +1,33 @@
+#$Id$
+# Maintainer: Florian Pritz 
+# Contributor: Hugo Doria 
+
+_pkgbasename=libcap
+pkgname=lib32-$_pkgbasename
+pkgver=2.25
+pkgrel=1
+pkgdesc="POSIX 1003.1e capabilities (32-bit)"
+arch=(x86_64)
+url="http://www.kernel.org/pub/linux/libs/security/linux-privs/;
+license=('GPL2')
+depends=('lib32-attr' $_pkgbasename)
+makedepends=('gcc-multilib' 'linux-api-headers')
+source=(https://www.kernel.org/pub/linux/libs/security/linux-privs/libcap2/libcap-${pkgver}.tar.xz)
+md5sums=('b839e5d46c2ad33fc8aa2ceb5f77')
+
+build() {
+  cd "${srcdir}/${_pkgbasename}-${pkgver}"
+
+  export PKG_CONFIG_PATH="/usr/lib32/pkgconfig"
+
+  make -C libcap CC="gcc -m32" prefix=/usr lib=lib32
+}
+
+package() {
+  cd "${srcdir}/${_pkgbasename}-${pkgver}"
+
+  make -C libcap prefix=/usr lib=lib32 DESTDIR=${pkgdir} install
+  chmod 755 ${pkgdir}/usr/lib32/libcap.so.${pkgver}
+
+  rm -rf "${pkgdir}/usr/include"
+}


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

2016-02-10 Thread Felix Yan
Date: Thursday, February 11, 2016 @ 07:16:21
  Author: fyan
Revision: 161115

upgpkg: haskell-http2 1.4.5-1

Modified:
  haskell-http2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-02-11 06:15:52 UTC (rev 161114)
+++ PKGBUILD2016-02-11 06:16:21 UTC (rev 161115)
@@ -4,8 +4,8 @@
 
 _hkgname=http2
 pkgname=haskell-http2
-pkgver=1.4.4
-pkgrel=3
+pkgver=1.4.5
+pkgrel=1
 pkgdesc="HTTP/2.0 library including frames and HPACK"
 url="http://hackage.haskell.org/package/${_hkgname};
 license=("custom:BSD3")
@@ -16,7 +16,7 @@
 options=('staticlibs')
 
source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
 install="${pkgname}.install"
-sha256sums=('d6ff4d5578749082d3a319bf97a9e830e320be0b2f8701c2ef39ad896cf977c4')
+sha256sums=('34c6e481b2ce00180ce86370af3d06b01afe762360289fa945abbf8a55c5dba5')
 
 prepare() {
 sed -i '/bytestring-builder/d' $_hkgname-$pkgver/$_hkgname.cabal


[arch-commits] Commit in haskell-yesod-persistent/trunk (PKGBUILD)

2016-02-10 Thread Felix Yan
Date: Thursday, February 11, 2016 @ 08:45:32
  Author: fyan
Revision: 161139

upgpkg: haskell-yesod-persistent 1.4.0.3-13

rebuild with streaming-commons-0.1.15.1, http2-1.4.5, aeson-compat-0.3.1.0

Modified:
  haskell-yesod-persistent/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-02-11 07:32:33 UTC (rev 161138)
+++ PKGBUILD2016-02-11 07:45:32 UTC (rev 161139)
@@ -5,7 +5,7 @@
 _hkgname=yesod-persistent
 pkgname=haskell-yesod-persistent
 pkgver=1.4.0.3
-pkgrel=12
+pkgrel=13
 pkgdesc="Some helpers for using Persistent from Yesod."
 url="http://www.yesodweb.com/;
 license=("MIT")


[arch-commits] Commit in haskell-yesod-persistent/repos (6 files)

2016-02-10 Thread Felix Yan
Date: Thursday, February 11, 2016 @ 08:45:58
  Author: fyan
Revision: 161140

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

Added:
  haskell-yesod-persistent/repos/community-staging-i686/
  haskell-yesod-persistent/repos/community-staging-i686/PKGBUILD
(from rev 161139, haskell-yesod-persistent/trunk/PKGBUILD)
  
haskell-yesod-persistent/repos/community-staging-i686/haskell-yesod-persistent.install
(from rev 161139, 
haskell-yesod-persistent/trunk/haskell-yesod-persistent.install)
  haskell-yesod-persistent/repos/community-staging-x86_64/
  haskell-yesod-persistent/repos/community-staging-x86_64/PKGBUILD
(from rev 161139, haskell-yesod-persistent/trunk/PKGBUILD)
  
haskell-yesod-persistent/repos/community-staging-x86_64/haskell-yesod-persistent.install
(from rev 161139, 
haskell-yesod-persistent/trunk/haskell-yesod-persistent.install)

---+
 community-staging-i686/PKGBUILD   |   44 
 community-staging-i686/haskell-yesod-persistent.install   |   18 
 community-staging-x86_64/PKGBUILD |   44 
 community-staging-x86_64/haskell-yesod-persistent.install |   18 
 4 files changed, 124 insertions(+)

Copied: haskell-yesod-persistent/repos/community-staging-i686/PKGBUILD (from 
rev 161139, haskell-yesod-persistent/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-02-11 07:45:58 UTC (rev 161140)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=yesod-persistent
+pkgname=haskell-yesod-persistent
+pkgver=1.4.0.3
+pkgrel=13
+pkgdesc="Some helpers for using Persistent from Yesod."
+url="http://www.yesodweb.com/;
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.3" "haskell-blaze-builder" "haskell-conduit" 
"haskell-persistent"
+ "haskell-persistent-template" "haskell-resource-pool" 
"haskell-resourcet"
+ "haskell-yesod-core")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+install="${pkgname}.install"
+sha256sums=('6455b79eda028e12caefc9d89808fbc611ece36ef64bab3426f90a26cacf3b5f')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/${pkgname}/register.sh"
+install-m744 unregister.sh 
"${pkgdir}/usr/share/haskell/${pkgname}/unregister.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}

Copied: 
haskell-yesod-persistent/repos/community-staging-i686/haskell-yesod-persistent.install
 (from rev 161139, 
haskell-yesod-persistent/trunk/haskell-yesod-persistent.install)
===
--- community-staging-i686/haskell-yesod-persistent.install 
(rev 0)
+++ community-staging-i686/haskell-yesod-persistent.install 2016-02-11 
07:45:58 UTC (rev 161140)
@@ -0,0 +1,18 @@
+HS_DIR=usr/share/haskell/haskell-yesod-persistent
+post_install() {
+  ${HS_DIR}/register.sh
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}
+pre_upgrade() {
+  ${HS_DIR}/unregister.sh
+}
+post_upgrade() {
+  ${HS_DIR}/register.sh
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}
+pre_remove() {
+  ${HS_DIR}/unregister.sh
+}
+post_remove() {
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}

Copied: haskell-yesod-persistent/repos/community-staging-x86_64/PKGBUILD (from 
rev 161139, haskell-yesod-persistent/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-02-11 07:45:58 UTC (rev 161140)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=yesod-persistent

[arch-commits] Commit in apache/trunk (httpd.logrotate)

2016-02-10 Thread Jan Steffens
Date: Thursday, February 11, 2016 @ 06:36:58
  Author: heftig
Revision: 259056

httpd.logrotate: Avoid repeatedly reloading apache

Modified:
  apache/trunk/httpd.logrotate

-+
 httpd.logrotate |1 +
 1 file changed, 1 insertion(+)

Modified: httpd.logrotate
===
--- httpd.logrotate 2016-02-11 04:57:42 UTC (rev 259055)
+++ httpd.logrotate 2016-02-11 05:36:58 UTC (rev 259056)
@@ -1,5 +1,6 @@
 /var/log/httpd/*log {
missingok
+   sharedscripts
postrotate
   /usr/bin/systemctl reload httpd.service 2>/dev/null || true
endscript


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

2016-02-10 Thread Felix Yan
Date: Thursday, February 11, 2016 @ 06:37:11
  Author: fyan
Revision: 161087

archrelease: copy trunk to community-staging-any

Added:
  python-acme/repos/community-staging-any/
  python-acme/repos/community-staging-any/PKGBUILD
(from rev 161086, python-acme/trunk/PKGBUILD)

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

Copied: python-acme/repos/community-staging-any/PKGBUILD (from rev 161086, 
python-acme/trunk/PKGBUILD)
===
--- community-staging-any/PKGBUILD  (rev 0)
+++ community-staging-any/PKGBUILD  2016-02-11 05:37:11 UTC (rev 161087)
@@ -0,0 +1,61 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Gordian Edenhofer 
+
+pkgbase=python-acme
+pkgname=('python-acme' 'python2-acme')
+pkgver=0.4.0
+pkgrel=1
+pkgdesc="ACME protocol implementation in Python"
+arch=('any')
+license=('Apache')
+url="https://github.com/letsencrypt/letsencrypt;
+makedepends=('python-setuptools' 'python2-setuptools' 'python-pyasn1' 
'python2-pyasn1'
+ 'python-cryptography' 'python2-cryptography' 'python-pyopenssl' 
'python2-pyopenssl'
+ 'python-ndg-httpsclient' 'python2-ndg-httpsclient' 
'python-pyrfc3339'
+ 'python2-pyrfc3339' 'python-pytz' 'python2-pytz' 'python-requests'
+ 'python2-requests' 'python-six' 'python2-six' 'python-werkzeug' 
'python2-werkzeug'
+ 'python-mock' 'python2-mock')
+checkdepends=('python-nose' 'python2-nose')
+source=("https://pypi.python.org/packages/source/a/acme/acme-$pkgver.tar.gz;)
+sha512sums=('c567c75cce63ac525276c1853e7aed06de069f0aba701b4137b3405fd552e3a3feb1bbd2c501179225494a26f2babcf7a276a7a450ec82281a854ce356293f05')
+
+prepare() {
+  cp -a acme-$pkgver{,-py2}
+}
+
+build() {
+  cd "$srcdir/acme-$pkgver"
+  python setup.py build
+
+  cd "$srcdir/acme-$pkgver-py2"
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir/acme-$pkgver"
+  nosetests3
+
+  cd "$srcdir/acme-$pkgver-py2"
+  nosetests2
+}
+
+package_python-acme() {
+  depends=('python-setuptools' 'python-pyasn1' 'python-cryptography' 
'python-pyopenssl'
+   'python-ndg-httpsclient' 'python-pyrfc3339' 'python-pytz' 
'python-requests'
+   'python-six' 'python-werkzeug' 'python-mock')
+
+  cd acme-$pkgver
+  python setup.py install --root="${pkgdir}" --optimize=1
+}
+
+package_python2-acme() {
+  depends=('python2-setuptools' 'python2-pyasn1' 'python2-cryptography' 
'python2-pyopenssl'
+   'python2-ndg-httpsclient' 'python2-pyrfc3339' 'python2-pytz' 
'python2-requests'
+   'python2-six' 'python2-werkzeug' 'python2-mock')
+
+  cd acme-$pkgver-py2
+  python2 setup.py install --root="${pkgdir}" --optimize=1
+
+  mv "$pkgdir"/usr/bin/jws{,2}
+}


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

2016-02-10 Thread Felix Yan
Date: Thursday, February 11, 2016 @ 06:36:56
  Author: fyan
Revision: 161086

upgpkg: python-acme 0.4.0-1

Modified:
  python-acme/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-02-10 23:14:57 UTC (rev 161085)
+++ PKGBUILD2016-02-11 05:36:56 UTC (rev 161086)
@@ -4,7 +4,7 @@
 
 pkgbase=python-acme
 pkgname=('python-acme' 'python2-acme')
-pkgver=0.3.0
+pkgver=0.4.0
 pkgrel=1
 pkgdesc="ACME protocol implementation in Python"
 arch=('any')
@@ -18,7 +18,7 @@
  'python-mock' 'python2-mock')
 checkdepends=('python-nose' 'python2-nose')
 source=("https://pypi.python.org/packages/source/a/acme/acme-$pkgver.tar.gz;)
-sha512sums=('f9465698765479ccf29b08b99fa3ae2284627554ac1d453c7a758eb50de6516bf63ef2cf844930ae5aaa70ee0f0dd378569757026410eaa2b0f7d0f3ca5a97e2')
+sha512sums=('c567c75cce63ac525276c1853e7aed06de069f0aba701b4137b3405fd552e3a3feb1bbd2c501179225494a26f2babcf7a276a7a450ec82281a854ce356293f05')
 
 prepare() {
   cp -a acme-$pkgver{,-py2}


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

2016-02-10 Thread Jan Steffens
Date: Thursday, February 11, 2016 @ 06:37:24
  Author: heftig
Revision: 259057

PKGBUILD: Update sums

Modified:
  apache/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-02-11 05:36:58 UTC (rev 259056)
+++ PKGBUILD2016-02-11 05:37:24 UTC (rev 259057)
@@ -39,7 +39,7 @@
 sha256sums=('0644b050de41f5c9f67c825285049b144690421acb709b06fe53eddfa8a9fd4c'
 'SKIP'
 '63da1a420f4714a3e7af2672d28384419cc7eedbe7bf35baebd02938fabc15bf'
-'09165b754414347592a60e3cab3904cc441cfe2100eb66c7c76e6b0f18280ec8'
+'0bbbfae23a917b2fce0bf8f900f60319b50769224a96314e9301a75ccd078e16'
 'f574bac6d5f398e7a649fc0e1ca66ff01ad4ef34dac71258e93d8a9d9a2b3960'
 'dda05c6e76f12624e418ca18a36f2e90ec1c5b1cc52fed7142fce6076ec413f3')
 validpgpkeys=('A93D62ECC3C8EA12DB220EC934EA76E6791485A8') # Jim Jagielski


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

2016-02-10 Thread Felix Yan
Date: Thursday, February 11, 2016 @ 06:48:36
  Author: fyan
Revision: 161101

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-02-11 05:48:05 UTC (rev 161100)
+++ community-i686/PKGBUILD 2016-02-11 05:48:36 UTC (rev 161101)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-
-pkgname=btfs
-pkgver=2.6
-pkgrel=1
-pkgdesc="A bittorrent filesystem based on FUSE"
-arch=('i686' 'x86_64')
-url="https://github.com/johang/btfs;
-license=('GPL')
-depends=('fuse' 'libtorrent-rasterbar' 'curl')
-makedepends=('git' 'boost')
-optdepends=('python2: for btplay')
-source=("git://github.com/johang/btfs.git#tag=v$pkgver")
-md5sums=('SKIP')
-
-prepare() {
-  cd "$srcdir/$pkgname"
-  sed -i 's|#!/usr/bin/python$|#!/usr/bin/python2|' scripts/btplay
-}
-
-build() {
-  cd "$srcdir/$pkgname"
-  autoreconf -i
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname"
-  make DESTDIR="$pkgdir" install
-}

Copied: btfs/repos/community-i686/PKGBUILD (from rev 161100, 
btfs/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-02-11 05:48:36 UTC (rev 161101)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgname=btfs
+pkgver=2.7
+pkgrel=1
+pkgdesc="A bittorrent filesystem based on FUSE"
+arch=('i686' 'x86_64')
+url="https://github.com/johang/btfs;
+license=('GPL')
+depends=('fuse' 'libtorrent-rasterbar' 'curl')
+makedepends=('git' 'boost')
+optdepends=('python2: for btplay')
+source=("git://github.com/johang/btfs.git#tag=v$pkgver")
+md5sums=('SKIP')
+
+prepare() {
+  cd "$srcdir/$pkgname"
+  sed -i 's|#!/usr/bin/python$|#!/usr/bin/python2|' scripts/btplay
+}
+
+build() {
+  cd "$srcdir/$pkgname"
+  autoreconf -i
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname"
+  make DESTDIR="$pkgdir" install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-02-11 05:48:05 UTC (rev 161100)
+++ community-x86_64/PKGBUILD   2016-02-11 05:48:36 UTC (rev 161101)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-
-pkgname=btfs
-pkgver=2.6
-pkgrel=1
-pkgdesc="A bittorrent filesystem based on FUSE"
-arch=('i686' 'x86_64')
-url="https://github.com/johang/btfs;
-license=('GPL')
-depends=('fuse' 'libtorrent-rasterbar' 'curl')
-makedepends=('git' 'boost')
-optdepends=('python2: for btplay')
-source=("git://github.com/johang/btfs.git#tag=v$pkgver")
-md5sums=('SKIP')
-
-prepare() {
-  cd "$srcdir/$pkgname"
-  sed -i 's|#!/usr/bin/python$|#!/usr/bin/python2|' scripts/btplay
-}
-
-build() {
-  cd "$srcdir/$pkgname"
-  autoreconf -i
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname"
-  make DESTDIR="$pkgdir" install
-}

Copied: btfs/repos/community-x86_64/PKGBUILD (from rev 161100, 
btfs/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2016-02-11 05:48:36 UTC (rev 161101)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgname=btfs
+pkgver=2.7
+pkgrel=1
+pkgdesc="A bittorrent filesystem based on FUSE"
+arch=('i686' 'x86_64')
+url="https://github.com/johang/btfs;
+license=('GPL')
+depends=('fuse' 'libtorrent-rasterbar' 'curl')
+makedepends=('git' 'boost')
+optdepends=('python2: for btplay')
+source=("git://github.com/johang/btfs.git#tag=v$pkgver")
+md5sums=('SKIP')
+
+prepare() {
+  cd "$srcdir/$pkgname"
+  sed -i 's|#!/usr/bin/python$|#!/usr/bin/python2|' scripts/btplay
+}
+
+build() {
+  cd "$srcdir/$pkgname"
+  autoreconf -i
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname"
+  make DESTDIR="$pkgdir" install
+}


[arch-commits] Commit in haskell-wai-extra/repos (6 files)

2016-02-10 Thread Felix Yan
Date: Thursday, February 11, 2016 @ 07:44:36
  Author: fyan
Revision: 161124

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

Added:
  haskell-wai-extra/repos/community-staging-i686/
  haskell-wai-extra/repos/community-staging-i686/PKGBUILD
(from rev 161123, haskell-wai-extra/trunk/PKGBUILD)
  haskell-wai-extra/repos/community-staging-i686/haskell-wai-extra.install
(from rev 161123, haskell-wai-extra/trunk/haskell-wai-extra.install)
  haskell-wai-extra/repos/community-staging-x86_64/
  haskell-wai-extra/repos/community-staging-x86_64/PKGBUILD
(from rev 161123, haskell-wai-extra/trunk/PKGBUILD)
  haskell-wai-extra/repos/community-staging-x86_64/haskell-wai-extra.install
(from rev 161123, haskell-wai-extra/trunk/haskell-wai-extra.install)

+
 community-staging-i686/PKGBUILD|   48 +++
 community-staging-i686/haskell-wai-extra.install   |   18 +++
 community-staging-x86_64/PKGBUILD  |   48 +++
 community-staging-x86_64/haskell-wai-extra.install |   18 +++
 4 files changed, 132 insertions(+)

Copied: haskell-wai-extra/repos/community-staging-i686/PKGBUILD (from rev 
161123, haskell-wai-extra/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-02-11 06:44:36 UTC (rev 161124)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=wai-extra
+pkgname=haskell-wai-extra
+pkgver=3.0.13.1
+pkgrel=8
+pkgdesc="Provides some basic WAI handlers and middleware."
+url="http://github.com/yesodweb/wai;
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.3" "haskell-aeson" "haskell-ansi-terminal" 
"haskell-base64-bytestring"
+ "haskell-blaze-builder" "haskell-case-insensitive" "haskell-cookie"
+ "haskell-data-default-class" "haskell-fast-logger" 
"haskell-http-types"
+ "haskell-iproute" "haskell-lifted-base" "haskell-network" 
"haskell-old-locale"
+ "haskell-resourcet" "haskell-streaming-commons" "haskell-stringsearch"
+ "haskell-text" "haskell-unix-compat" "haskell-vault" "haskell-void" 
"haskell-wai"
+ "haskell-wai-logger" "haskell-word8" "haskell-zlib")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+install="${pkgname}.install"
+sha256sums=('37540b32387929716922be563238fe29c4db2c820356cc9b27d9ab1554300756')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/${pkgname}/register.sh"
+install-m744 unregister.sh 
"${pkgdir}/usr/share/haskell/${pkgname}/unregister.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}

Copied: 
haskell-wai-extra/repos/community-staging-i686/haskell-wai-extra.install (from 
rev 161123, haskell-wai-extra/trunk/haskell-wai-extra.install)
===
--- community-staging-i686/haskell-wai-extra.install
(rev 0)
+++ community-staging-i686/haskell-wai-extra.install2016-02-11 06:44:36 UTC 
(rev 161124)
@@ -0,0 +1,18 @@
+HS_DIR=usr/share/haskell/haskell-wai-extra
+post_install() {
+  ${HS_DIR}/register.sh
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}
+pre_upgrade() {
+  ${HS_DIR}/unregister.sh
+}
+post_upgrade() {
+  ${HS_DIR}/register.sh
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}
+pre_remove() {
+  ${HS_DIR}/unregister.sh
+}
+post_remove() {
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}

Copied: haskell-wai-extra/repos/community-staging-x86_64/PKGBUILD (from rev 
161123, haskell-wai-extra/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-02-11 06:44:36 UTC (rev 161124)
@@ -0,0 

[arch-commits] Commit in haskell-wai-extra/trunk (PKGBUILD)

2016-02-10 Thread Felix Yan
Date: Thursday, February 11, 2016 @ 07:44:11
  Author: fyan
Revision: 161123

upgpkg: haskell-wai-extra 3.0.13.1-8

rebuild with streaming-commons-0.1.15.1, http2-1.4.5

Modified:
  haskell-wai-extra/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-02-11 06:39:42 UTC (rev 161122)
+++ PKGBUILD2016-02-11 06:44:11 UTC (rev 161123)
@@ -5,7 +5,7 @@
 _hkgname=wai-extra
 pkgname=haskell-wai-extra
 pkgver=3.0.13.1
-pkgrel=7
+pkgrel=8
 pkgdesc="Provides some basic WAI handlers and middleware."
 url="http://github.com/yesodweb/wai;
 license=("MIT")


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

2016-02-10 Thread Felix Yan
Date: Thursday, February 11, 2016 @ 05:01:36
  Author: fyan
Revision: 259053

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

Added:
  nvidia-settings/repos/extra-i686/
  nvidia-settings/repos/extra-i686/PKGBUILD
(from rev 259052, nvidia-settings/trunk/PKGBUILD)
  nvidia-settings/repos/extra-x86_64/
  nvidia-settings/repos/extra-x86_64/PKGBUILD
(from rev 259052, nvidia-settings/trunk/PKGBUILD)

---+
 extra-i686/PKGBUILD   |   35 +++
 extra-x86_64/PKGBUILD |   35 +++
 2 files changed, 70 insertions(+)

Copied: nvidia-settings/repos/extra-i686/PKGBUILD (from rev 259052, 
nvidia-settings/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-02-11 04:01:36 UTC (rev 259053)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgname=nvidia-settings
+pkgver=361.28
+pkgrel=1
+pkgdesc="Tool for configuring the NVIDIA graphics driver"
+arch=('i686' 'x86_64')
+url="https://github.com/NVIDIA/nvidia-settings;
+license=('GPL2')
+depends=('jansson' 'gtk3' 'libxv' 'libvdpau')
+makedepends=('git' 'inetutils' 'gtk2')
+source=("git+https://github.com/NVIDIA/nvidia-settings#tag=$pkgver;)
+sha1sums=('SKIP')
+
+prepare() {
+  export PREFIX=/usr
+  export NV_USE_BUNDLED_LIBJANSSON=0
+}
+
+build() {
+  cd ${pkgname}
+  make
+}
+
+package() {
+  cd ${pkgname}
+  make DESTDIR="${pkgdir}" install
+
+  install -D -m644 doc/nvidia-settings.desktop 
"${pkgdir}/usr/share/applications/nvidia-settings.desktop"
+  install -D -m644 doc/nvidia-settings.png 
"${pkgdir}/usr/share/pixmaps/nvidia-settings.png"
+  sed -e 's:__UTILS_PATH__:/usr/bin:' -e 
's:__PIXMAP_PATH__:/usr/share/pixmaps:' -i 
"${pkgdir}/usr/share/applications/nvidia-settings.desktop"
+
+  rm "$pkgdir/usr/lib/libnvidia-gtk2.so.$pkgver"
+}

Copied: nvidia-settings/repos/extra-x86_64/PKGBUILD (from rev 259052, 
nvidia-settings/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2016-02-11 04:01:36 UTC (rev 259053)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgname=nvidia-settings
+pkgver=361.28
+pkgrel=1
+pkgdesc="Tool for configuring the NVIDIA graphics driver"
+arch=('i686' 'x86_64')
+url="https://github.com/NVIDIA/nvidia-settings;
+license=('GPL2')
+depends=('jansson' 'gtk3' 'libxv' 'libvdpau')
+makedepends=('git' 'inetutils' 'gtk2')
+source=("git+https://github.com/NVIDIA/nvidia-settings#tag=$pkgver;)
+sha1sums=('SKIP')
+
+prepare() {
+  export PREFIX=/usr
+  export NV_USE_BUNDLED_LIBJANSSON=0
+}
+
+build() {
+  cd ${pkgname}
+  make
+}
+
+package() {
+  cd ${pkgname}
+  make DESTDIR="${pkgdir}" install
+
+  install -D -m644 doc/nvidia-settings.desktop 
"${pkgdir}/usr/share/applications/nvidia-settings.desktop"
+  install -D -m644 doc/nvidia-settings.png 
"${pkgdir}/usr/share/pixmaps/nvidia-settings.png"
+  sed -e 's:__UTILS_PATH__:/usr/bin:' -e 
's:__PIXMAP_PATH__:/usr/share/pixmaps:' -i 
"${pkgdir}/usr/share/applications/nvidia-settings.desktop"
+
+  rm "$pkgdir/usr/lib/libnvidia-gtk2.so.$pkgver"
+}


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

2016-02-10 Thread Felix Yan
Date: Thursday, February 11, 2016 @ 07:28:11
  Author: fyan
Revision: 161118

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

Added:
  haskell-persistent/repos/community-staging-i686/
  haskell-persistent/repos/community-staging-i686/PKGBUILD
(from rev 161117, haskell-persistent/trunk/PKGBUILD)
  haskell-persistent/repos/community-staging-i686/haskell-persistent.install
(from rev 161117, haskell-persistent/trunk/haskell-persistent.install)
  haskell-persistent/repos/community-staging-x86_64/
  haskell-persistent/repos/community-staging-x86_64/PKGBUILD
(from rev 161117, haskell-persistent/trunk/PKGBUILD)
  haskell-persistent/repos/community-staging-x86_64/haskell-persistent.install
(from rev 161117, haskell-persistent/trunk/haskell-persistent.install)

-+
 community-staging-i686/PKGBUILD |   49 ++
 community-staging-i686/haskell-persistent.install   |   18 ++
 community-staging-x86_64/PKGBUILD   |   49 ++
 community-staging-x86_64/haskell-persistent.install |   18 ++
 4 files changed, 134 insertions(+)

Copied: haskell-persistent/repos/community-staging-i686/PKGBUILD (from rev 
161117, haskell-persistent/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-02-11 06:28:11 UTC (rev 161118)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=persistent
+pkgname=haskell-persistent
+pkgver=2.2.4
+pkgrel=14
+pkgdesc="Type-safe, multi-backend data serialization"
+url="http://www.yesodweb.com/book/persistent;
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.3" "haskell-aeson" "haskell-attoparsec" 
"haskell-base64-bytestring"
+ "haskell-blaze-html" "haskell-blaze-markup" "haskell-conduit" 
"haskell-exceptions"
+ "haskell-fast-logger" "haskell-http-api-data" "haskell-lifted-base"
+ "haskell-monad-control" "haskell-monad-logger" "haskell-mtl" 
"haskell-old-locale"
+ "haskell-path-pieces" "haskell-resource-pool" "haskell-resourcet" 
"haskell-scientific"
+ "haskell-silently" "haskell-tagged" "haskell-text" 
"haskell-transformers-base"
+ "haskell-unordered-containers" "haskell-vector")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+install="${pkgname}.install"
+sha256sums=('ae56121abbef8ecca7aa7c62b2e77a47e583d4dded0f8e4bfe1cd6b1fea70bbe')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid \
+-f-nooverlap
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/${pkgname}/register.sh"
+install-m744 unregister.sh 
"${pkgdir}/usr/share/haskell/${pkgname}/unregister.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}

Copied: 
haskell-persistent/repos/community-staging-i686/haskell-persistent.install 
(from rev 161117, haskell-persistent/trunk/haskell-persistent.install)
===
--- community-staging-i686/haskell-persistent.install   
(rev 0)
+++ community-staging-i686/haskell-persistent.install   2016-02-11 06:28:11 UTC 
(rev 161118)
@@ -0,0 +1,18 @@
+HS_DIR=usr/share/haskell/haskell-persistent
+post_install() {
+  ${HS_DIR}/register.sh
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}
+pre_upgrade() {
+  ${HS_DIR}/unregister.sh
+}
+post_upgrade() {
+  ${HS_DIR}/register.sh
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}
+pre_remove() {
+  ${HS_DIR}/unregister.sh
+}
+post_remove() {
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}

Copied: haskell-persistent/repos/community-staging-x86_64/PKGBUILD (from rev 
161117, haskell-persistent/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ 

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

2016-02-10 Thread Felix Yan
Date: Thursday, February 11, 2016 @ 07:27:45
  Author: fyan
Revision: 161117

upgpkg: haskell-persistent 2.2.4-14

rebuild with streaming-commons-0.1.15.1, http2-1.4.5

Modified:
  haskell-persistent/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-02-11 06:16:46 UTC (rev 161116)
+++ PKGBUILD2016-02-11 06:27:45 UTC (rev 161117)
@@ -5,7 +5,7 @@
 _hkgname=persistent
 pkgname=haskell-persistent
 pkgver=2.2.4
-pkgrel=13
+pkgrel=14
 pkgdesc="Type-safe, multi-backend data serialization"
 url="http://www.yesodweb.com/book/persistent;
 license=("MIT")


[arch-commits] Commit in haskell-aeson-compat/repos (6 files)

2016-02-10 Thread Felix Yan
Date: Thursday, February 11, 2016 @ 07:39:42
  Author: fyan
Revision: 161122

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

Added:
  haskell-aeson-compat/repos/community-staging-i686/
  haskell-aeson-compat/repos/community-staging-i686/PKGBUILD
(from rev 161121, haskell-aeson-compat/trunk/PKGBUILD)
  haskell-aeson-compat/repos/community-staging-i686/haskell-aeson-compat.install
(from rev 161121, haskell-aeson-compat/trunk/haskell-aeson-compat.install)
  haskell-aeson-compat/repos/community-staging-x86_64/
  haskell-aeson-compat/repos/community-staging-x86_64/PKGBUILD
(from rev 161121, haskell-aeson-compat/trunk/PKGBUILD)
  
haskell-aeson-compat/repos/community-staging-x86_64/haskell-aeson-compat.install
(from rev 161121, haskell-aeson-compat/trunk/haskell-aeson-compat.install)

---+
 community-staging-i686/PKGBUILD   |   49 
 community-staging-i686/haskell-aeson-compat.install   |   18 +
 community-staging-x86_64/PKGBUILD |   49 
 community-staging-x86_64/haskell-aeson-compat.install |   18 +
 4 files changed, 134 insertions(+)

Copied: haskell-aeson-compat/repos/community-staging-i686/PKGBUILD (from rev 
161121, haskell-aeson-compat/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-02-11 06:39:42 UTC (rev 161122)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=aeson-compat
+pkgname=haskell-aeson-compat
+pkgver=0.3.1.0
+pkgrel=1
+pkgdesc="Compatibility layer for aeson"
+url="http://hackage.haskell.org/package/${_hkgname};
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.3" "haskell-aeson" "haskell-attoparsec" 
"haskell-exceptions" "haskell-hashable"
+ "haskell-scientific" "haskell-text" "haskell-time-locale-compat" 
"haskell-unordered-containers"
+ "haskell-vector")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+install="${pkgname}.install"
+sha256sums=('9275040d031433eb0006bce8228a0828e058d547c7d07d61ab0b22154286d736')
+
+prepare() {
+# Empty package in new GHC
+sed -i '/nats/d' ${_hkgname}-${pkgver}/${_hkgname}.cabal
+}
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/${pkgname}/register.sh"
+install-m744 unregister.sh 
"${pkgdir}/usr/share/haskell/${pkgname}/unregister.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}

Copied: 
haskell-aeson-compat/repos/community-staging-i686/haskell-aeson-compat.install 
(from rev 161121, haskell-aeson-compat/trunk/haskell-aeson-compat.install)
===
--- community-staging-i686/haskell-aeson-compat.install 
(rev 0)
+++ community-staging-i686/haskell-aeson-compat.install 2016-02-11 06:39:42 UTC 
(rev 161122)
@@ -0,0 +1,18 @@
+HS_DIR=usr/share/haskell/haskell-aeson-compat
+post_install() {
+  ${HS_DIR}/register.sh
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}
+pre_upgrade() {
+  ${HS_DIR}/unregister.sh
+}
+post_upgrade() {
+  ${HS_DIR}/register.sh
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}
+pre_remove() {
+  ${HS_DIR}/unregister.sh
+}
+post_remove() {
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}

Copied: haskell-aeson-compat/repos/community-staging-x86_64/PKGBUILD (from rev 
161121, haskell-aeson-compat/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-02-11 06:39:42 UTC (rev 161122)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+

[arch-commits] Commit in haskell-aeson-compat/trunk (PKGBUILD)

2016-02-10 Thread Felix Yan
Date: Thursday, February 11, 2016 @ 07:39:17
  Author: fyan
Revision: 161121

upgpkg: haskell-aeson-compat 0.3.1.0-1

Modified:
  haskell-aeson-compat/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-02-11 06:36:46 UTC (rev 161120)
+++ PKGBUILD2016-02-11 06:39:17 UTC (rev 161121)
@@ -4,20 +4,25 @@
 
 _hkgname=aeson-compat
 pkgname=haskell-aeson-compat
-pkgver=0.3.0.0
-pkgrel=7
+pkgver=0.3.1.0
+pkgrel=1
 pkgdesc="Compatibility layer for aeson"
 url="http://hackage.haskell.org/package/${_hkgname};
 license=("custom:BSD3")
 arch=('i686' 'x86_64')
-depends=("ghc=7.10.3" "haskell-aeson" "haskell-attoparsec" "haskell-exceptions"
- "haskell-hashable" "haskell-scientific" "haskell-text"
- "haskell-unordered-containers" "haskell-vector")
+depends=("ghc=7.10.3" "haskell-aeson" "haskell-attoparsec" 
"haskell-exceptions" "haskell-hashable"
+ "haskell-scientific" "haskell-text" "haskell-time-locale-compat" 
"haskell-unordered-containers"
+ "haskell-vector")
 options=('staticlibs')
 
source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
 install="${pkgname}.install"
-sha256sums=('697b2f86628bd6665db153b84ef40c699d372b4b429a7c4ef28719313b9c97ef')
+sha256sums=('9275040d031433eb0006bce8228a0828e058d547c7d07d61ab0b22154286d736')
 
+prepare() {
+# Empty package in new GHC
+sed -i '/nats/d' ${_hkgname}-${pkgver}/${_hkgname}.cabal
+}
+
 build() {
 cd "${srcdir}/${_hkgname}-${pkgver}"
 


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

2016-02-10 Thread Jaroslav Lichtblau
Date: Thursday, February 11, 2016 @ 08:32:33
  Author: jlichtblau
Revision: 161138

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

Added:
  quassel/repos/community-i686/PKGBUILD
(from rev 161137, quassel/trunk/PKGBUILD)
  quassel/repos/community-i686/quassel-client.install
(from rev 161137, quassel/trunk/quassel-client.install)
  quassel/repos/community-i686/quassel-monolithic.install
(from rev 161137, quassel/trunk/quassel-monolithic.install)
  quassel/repos/community-i686/quassel.conf
(from rev 161137, quassel/trunk/quassel.conf)
  quassel/repos/community-i686/quassel.install
(from rev 161137, quassel/trunk/quassel.install)
  quassel/repos/community-i686/quassel.service
(from rev 161137, quassel/trunk/quassel.service)
  quassel/repos/community-x86_64/PKGBUILD
(from rev 161137, quassel/trunk/PKGBUILD)
  quassel/repos/community-x86_64/quassel-client.install
(from rev 161137, quassel/trunk/quassel-client.install)
  quassel/repos/community-x86_64/quassel-monolithic.install
(from rev 161137, quassel/trunk/quassel-monolithic.install)
  quassel/repos/community-x86_64/quassel.conf
(from rev 161137, quassel/trunk/quassel.conf)
  quassel/repos/community-x86_64/quassel.install
(from rev 161137, quassel/trunk/quassel.install)
  quassel/repos/community-x86_64/quassel.service
(from rev 161137, quassel/trunk/quassel.service)
Deleted:
  quassel/repos/community-i686/PKGBUILD
  quassel/repos/community-i686/qt55.patch
  quassel/repos/community-i686/quassel-client.install
  quassel/repos/community-i686/quassel-monolithic.install
  quassel/repos/community-i686/quassel.conf
  quassel/repos/community-i686/quassel.install
  quassel/repos/community-i686/quassel.service
  quassel/repos/community-x86_64/PKGBUILD
  quassel/repos/community-x86_64/qt55.patch
  quassel/repos/community-x86_64/quassel-client.install
  quassel/repos/community-x86_64/quassel-monolithic.install
  quassel/repos/community-x86_64/quassel.conf
  quassel/repos/community-x86_64/quassel.install
  quassel/repos/community-x86_64/quassel.service

-+
 /PKGBUILD   |  236 ++
 /quassel-client.install |   18 +
 /quassel-monolithic.install |   18 +
 /quassel.conf   |4 
 /quassel.install|   42 
 /quassel.service|   28 +++
 community-i686/PKGBUILD |  119 -
 community-i686/qt55.patch   |   50 -
 community-i686/quassel-client.install   |9 
 community-i686/quassel-monolithic.install   |9 
 community-i686/quassel.conf |2 
 community-i686/quassel.install  |   21 --
 community-i686/quassel.service  |   14 -
 community-x86_64/PKGBUILD   |  119 -
 community-x86_64/qt55.patch |   50 -
 community-x86_64/quassel-client.install |9 
 community-x86_64/quassel-monolithic.install |9 
 community-x86_64/quassel.conf   |2 
 community-x86_64/quassel.install|   21 --
 community-x86_64/quassel.service|   14 -
 20 files changed, 346 insertions(+), 448 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-02-11 07:32:02 UTC (rev 161137)
+++ community-i686/PKGBUILD 2016-02-11 07:32:33 UTC (rev 161138)
@@ -1,119 +0,0 @@
-# $Id$
-# Maintainer: Vesa Kaihlavirta 
-# Maintainer: Jaroslav Lichtblau 
-
-pkgbase=quassel
-pkgname=('quassel-client' 'quassel-core' 'quassel-monolithic')
-pkgver=0.12.2
-pkgrel=4
-pkgdesc="Next-generation distributed IRC client"
-arch=('i686' 'x86_64')
-url="http://quassel-irc.org/;
-license=('GPL')
-makedepends=('cmake' 'extra-cmake-modules' 'qt5-base' 'qt5-tools' 'qca-qt5' 
'qt5-script' 'knotifyconfig')
-source=(http://quassel-irc.org/pub/$pkgbase-$pkgver.tar.bz2
-$pkgbase.service
-$pkgbase.conf
-qt55.patch)
-sha256sums=('6bd6f79ecb88fb857bea7e89c767a3bd0f413ff01bae9298dd2e563478947897'
-'5dbe20290f3361b9b7a74a52905137e76b656976febf2d31082a2276f9dcde7f'
-'f3031ea8217e01ba42cea14606169e3e27affa5918968ffd5a03c21ae92fe2b8'
-'85adfbe4613688d0f282deb5250fb39f7534d9e6ac7450cf035cca7bbcb25cda')
-
-prepare() {
-  cd "${srcdir}"
-  mkdir build{,-client,-mono}
-  cd quassel-${pkgver}
-  patch -Np1 -i ../qt55.patch
-}
-
-build() {
-  cd "${srcdir}"
-
-  # Core
-  cd "${srcdir}"/build
-  cmake \
--DCMAKE_INSTALL_PREFIX=/usr/ \
--DWITH_KDE=OFF \
--DUSE_QT5=ON \
--DWITH_OPENSSL=ON \
--DWANT_CORE=ON \
--DWANT_MONO=OFF \
--DWANT_QTCLIENT=OFF \
--DWITH_DBUS=OFF \
--DWITH_OXYGEN=OFF \
--DWITH_PHONON=OFF \
--DWITH_WEBKIT=OFF \
--DCMAKE_BUILD_TYPE="Release" 

[arch-commits] Commit in quassel/trunk (PKGBUILD qt55.patch)

2016-02-10 Thread Jaroslav Lichtblau
Date: Thursday, February 11, 2016 @ 08:32:02
  Author: jlichtblau
Revision: 161137

upgpkg: quassel 0.12.3-1 - new upstream release

Modified:
  quassel/trunk/PKGBUILD
Deleted:
  quassel/trunk/qt55.patch

+
 PKGBUILD   |   17 -
 qt55.patch |   50 --
 2 files changed, 8 insertions(+), 59 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-02-11 07:30:36 UTC (rev 161136)
+++ PKGBUILD2016-02-11 07:32:02 UTC (rev 161137)
@@ -1,11 +1,11 @@
 # $Id$
-# Maintainer: Vesa Kaihlavirta 
 # Maintainer: Jaroslav Lichtblau 
+# Contributor: Vesa Kaihlavirta 
 
 pkgbase=quassel
 pkgname=('quassel-client' 'quassel-core' 'quassel-monolithic')
-pkgver=0.12.2
-pkgrel=4
+pkgver=0.12.3
+pkgrel=1
 pkgdesc="Next-generation distributed IRC client"
 arch=('i686' 'x86_64')
 url="http://quassel-irc.org/;
@@ -13,18 +13,15 @@
 makedepends=('cmake' 'extra-cmake-modules' 'qt5-base' 'qt5-tools' 'qca-qt5' 
'qt5-script' 'knotifyconfig')
 source=(http://quassel-irc.org/pub/$pkgbase-$pkgver.tar.bz2
 $pkgbase.service
-$pkgbase.conf
-qt55.patch)
-sha256sums=('6bd6f79ecb88fb857bea7e89c767a3bd0f413ff01bae9298dd2e563478947897'
+$pkgbase.conf)
+sha256sums=('4d3ee91b85cce3d8df62faf55ad35bebd6fc45085ed6248b8a41d2858de3d434'
 '5dbe20290f3361b9b7a74a52905137e76b656976febf2d31082a2276f9dcde7f'
-'f3031ea8217e01ba42cea14606169e3e27affa5918968ffd5a03c21ae92fe2b8'
-'85adfbe4613688d0f282deb5250fb39f7534d9e6ac7450cf035cca7bbcb25cda')
+'f3031ea8217e01ba42cea14606169e3e27affa5918968ffd5a03c21ae92fe2b8')
 
 prepare() {
   cd "${srcdir}"
   mkdir build{,-client,-mono}
   cd quassel-${pkgver}
-  patch -Np1 -i ../qt55.patch
 }
 
 build() {
@@ -83,6 +80,7 @@
 package_quassel-core() {
 pkgdesc="Next-generation distributed IRC client - core only"
 depends=('icu' 'qca-qt5' 'qt5-script')
+optdepends=('postgresql: PostgreSQL database support')
 backup=(etc/conf.d/quassel)
 install=quassel.install
   cd "${srcdir}"/build
@@ -111,6 +109,7 @@
 package_quassel-monolithic() {
 pkgdesc="Next-generation distributed IRC client - monolithic"
 depends=('qt5-base' 'qca-qt5' 'qt5-webkit' 'qt5-script' 'knotifyconfig')
+optdepends=('postgresql: PostgreSQL database support')
 conflicts=('quassel-client')
 install=quassel-monolithic.install
   cd "${srcdir}"/build-mono

Deleted: qt55.patch
===
--- qt55.patch  2016-02-11 07:30:36 UTC (rev 161136)
+++ qt55.patch  2016-02-11 07:32:02 UTC (rev 161137)
@@ -1,50 +0,0 @@
-From 078477395aaec1edee90922037ebc8a36b072d90 Mon Sep 17 00:00:00 2001
-From: Armin K 
-Date: Sat, 2 May 2015 23:04:53 +0200
-Subject: [PATCH] Fix build with Qt-5.5
-
-http://code.qt.io/cgit/qt/qtbase.git/commit/?id=ebef2ad1360c80ad62de5f4a1c4e7e4051725c1c

- src/client/treemodel.cpp | 5 ++---
- src/common/peer.h| 1 +
- 2 files changed, 3 insertions(+), 3 deletions(-)
-
-diff --git a/src/client/treemodel.cpp b/src/client/treemodel.cpp
-index f599803..fd47bc0 100644
 a/src/client/treemodel.cpp
-+++ b/src/client/treemodel.cpp
-@@ -556,10 +556,9 @@ void TreeModel::endAppendChilds()
- ChildStatus cs = _childStatus;
- #ifndef QT_NO_DEBUG
- QModelIndex parent = indexByItem(parentItem);
--#endif
- Q_ASSERT(cs.parent == parent);
- Q_ASSERT(rowCount(parent) == cs.childCount + cs.end - cs.start + 1);
--
-+#endif
- _aboutToRemoveOrInsert = false;
- for (int i = cs.start; i <= cs.end; i++) {
- connectItem(parentItem->child(i));
-@@ -605,9 +604,9 @@ void TreeModel::endRemoveChilds()
- #ifndef QT_NO_DEBUG
- ChildStatus cs = _childStatus;
- QModelIndex parent = indexByItem(parentItem);
--#endif
- Q_ASSERT(cs.parent == parent);
- Q_ASSERT(rowCount(parent) == cs.childCount - cs.end + cs.start - 1);
-+#endif
- _aboutToRemoveOrInsert = false;
- 
- endRemoveRows();
-diff --git a/src/common/peer.h b/src/common/peer.h
-index 02eb3c0..79204b4 100644
 a/src/common/peer.h
-+++ b/src/common/peer.h
-@@ -22,6 +22,7 @@
- #define PEER_H
- 
- #include 
-+#include 
- #include 
- 
- #include "authhandler.h"


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

2016-02-10 Thread Felix Yan
Date: Thursday, February 11, 2016 @ 06:43:19
  Author: fyan
Revision: 161092

upgpkg: letshelp-letsencrypt 0.4.0-1

Modified:
  letshelp-letsencrypt/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-02-11 05:40:35 UTC (rev 161091)
+++ PKGBUILD2016-02-11 05:43:19 UTC (rev 161092)
@@ -3,7 +3,7 @@
 # Contributor: Gordian Edenhofer 
 
 pkgname=letshelp-letsencrypt
-pkgver=0.3.0
+pkgver=0.4.0
 pkgrel=1
 pkgdesc="Let's help Let's Encrypt client"
 arch=('any')
@@ -15,7 +15,7 @@
 validpgpkeys=('148C30F6F7E429337A72D992B00B9CC82D7ADF2C'
   '1B41B758F9A78C7F444C20FA3E5B4152E3ADB1FD'
   'A2CFB51FA275A7286234E7B24D17C995CD9775F2')
-md5sums=('467ef8dc70694d020ef642282108edfb'
+md5sums=('babc4289d2bd59340c84a3d50e6cc893'
  'SKIP')
 
 build() {


[arch-commits] Commit in perl-dbd-sqlite/repos/extra-x86_64 (PKGBUILD PKGBUILD)

2016-02-10 Thread Felix Yan
Date: Thursday, February 11, 2016 @ 06:42:33
  Author: fyan
Revision: 259059

archrelease: copy trunk to extra-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2016-02-11 05:42:14 UTC (rev 259058)
+++ PKGBUILD2016-02-11 05:42:33 UTC (rev 259059)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-
-pkgname=perl-dbd-sqlite
-pkgver=1.48
-pkgrel=1
-pkgdesc="Self-contained RDBMS in a DBI driver"
-arch=('i686' 'x86_64')
-url="http://search.cpan.org/dist/DBD-SQLite;
-license=('GPL' 'PerlArtistic')
-depends=('perl-dbi' 'sqlite')
-options=('!emptydirs')
-source=(http://www.cpan.org/authors/id/I/IS/ISHIGAKI/DBD-SQLite-${pkgver}.tar.gz)
-md5sums=('020c02ca595b2074a767a19af8506d2a')
-
-build() {
-  cd DBD-SQLite-${pkgver}
-  perl Makefile.PL INSTALLDIRS=vendor
-  make
-}
-
-check() {
-  cd DBD-SQLite-${pkgver}
-  make test
-}
-
-package() {
-  cd DBD-SQLite-${pkgver}
-  make install DESTDIR="${pkgdir}"
-# 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-dbd-sqlite/repos/extra-x86_64/PKGBUILD (from rev 259058, 
perl-dbd-sqlite/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-02-11 05:42:33 UTC (rev 259059)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgname=perl-dbd-sqlite
+pkgver=1.50
+pkgrel=1
+pkgdesc="Self-contained RDBMS in a DBI driver"
+arch=('i686' 'x86_64')
+url="http://search.cpan.org/dist/DBD-SQLite;
+license=('GPL' 'PerlArtistic')
+depends=('perl-dbi' 'sqlite')
+source=(http://www.cpan.org/authors/id/I/IS/ISHIGAKI/DBD-SQLite-${pkgver}.tar.gz)
+md5sums=('d56eebfb5f2a14be9413b025e7dca9fe')
+
+build() {
+  cd DBD-SQLite-${pkgver}
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd DBD-SQLite-${pkgver}
+  make test
+}
+
+package() {
+  cd DBD-SQLite-${pkgver}
+  make install DESTDIR="${pkgdir}"
+
+  rm -r "$pkgdir/usr/lib/perl5/core_perl"
+
+# 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;
+}


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

2016-02-10 Thread Felix Yan
Date: Thursday, February 11, 2016 @ 06:42:14
  Author: fyan
Revision: 259058

upgpkg: perl-dbd-sqlite 1.50-1

Modified:
  perl-dbd-sqlite/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-02-11 05:37:24 UTC (rev 259057)
+++ PKGBUILD2016-02-11 05:42:14 UTC (rev 259058)
@@ -2,7 +2,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=perl-dbd-sqlite
-pkgver=1.48
+pkgver=1.50
 pkgrel=1
 pkgdesc="Self-contained RDBMS in a DBI driver"
 arch=('i686' 'x86_64')
@@ -9,9 +9,8 @@
 url="http://search.cpan.org/dist/DBD-SQLite;
 license=('GPL' 'PerlArtistic')
 depends=('perl-dbi' 'sqlite')
-options=('!emptydirs')
 
source=(http://www.cpan.org/authors/id/I/IS/ISHIGAKI/DBD-SQLite-${pkgver}.tar.gz)
-md5sums=('020c02ca595b2074a767a19af8506d2a')
+md5sums=('d56eebfb5f2a14be9413b025e7dca9fe')
 
 build() {
   cd DBD-SQLite-${pkgver}
@@ -27,6 +26,9 @@
 package() {
   cd DBD-SQLite-${pkgver}
   make install DESTDIR="${pkgdir}"
+
+  rm -r "$pkgdir/usr/lib/perl5/core_perl"
+
 # 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]);')


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

2016-02-10 Thread Felix Yan
Date: Thursday, February 11, 2016 @ 06:43:36
  Author: fyan
Revision: 161093

archrelease: copy trunk to community-staging-any

Added:
  letshelp-letsencrypt/repos/community-staging-any/
  letshelp-letsencrypt/repos/community-staging-any/PKGBUILD
(from rev 161092, letshelp-letsencrypt/trunk/PKGBUILD)

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

Copied: letshelp-letsencrypt/repos/community-staging-any/PKGBUILD (from rev 
161092, letshelp-letsencrypt/trunk/PKGBUILD)
===
--- community-staging-any/PKGBUILD  (rev 0)
+++ community-staging-any/PKGBUILD  2016-02-11 05:43:36 UTC (rev 161093)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Gordian Edenhofer 
+
+pkgname=letshelp-letsencrypt
+pkgver=0.4.0
+pkgrel=1
+pkgdesc="Let's help Let's Encrypt client"
+arch=('any')
+license=('Apache')
+url="https://pypi.python.org/pypi/${pkgname};
+depends=('python2-setuptools' 'python2-mock')
+checkdepends=('python2-nose')
+source=("https://pypi.python.org/packages/source/l/${pkgname}/${pkgname}-${pkgver}.tar.gz"{,.asc})
+validpgpkeys=('148C30F6F7E429337A72D992B00B9CC82D7ADF2C'
+  '1B41B758F9A78C7F444C20FA3E5B4152E3ADB1FD'
+  'A2CFB51FA275A7286234E7B24D17C995CD9775F2')
+md5sums=('babc4289d2bd59340c84a3d50e6cc893'
+ 'SKIP')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  python2 setup.py build
+}
+
+check() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  nosetests2
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  python2 setup.py install --root="${pkgdir}"
+}


[arch-commits] Commit in haskell-streaming-commons/repos (6 files)

2016-02-10 Thread Felix Yan
Date: Thursday, February 11, 2016 @ 07:07:18
  Author: fyan
Revision: 161108

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

Added:
  haskell-streaming-commons/repos/community-staging-i686/
  haskell-streaming-commons/repos/community-staging-i686/PKGBUILD
(from rev 161107, haskell-streaming-commons/trunk/PKGBUILD)
  
haskell-streaming-commons/repos/community-staging-i686/haskell-streaming-commons.install
(from rev 161107, 
haskell-streaming-commons/trunk/haskell-streaming-commons.install)
  haskell-streaming-commons/repos/community-staging-x86_64/
  haskell-streaming-commons/repos/community-staging-x86_64/PKGBUILD
(from rev 161107, haskell-streaming-commons/trunk/PKGBUILD)
  
haskell-streaming-commons/repos/community-staging-x86_64/haskell-streaming-commons.install
(from rev 161107, 
haskell-streaming-commons/trunk/haskell-streaming-commons.install)

+
 community-staging-i686/PKGBUILD|   44 +++
 community-staging-i686/haskell-streaming-commons.install   |   18 
 community-staging-x86_64/PKGBUILD  |   44 +++
 community-staging-x86_64/haskell-streaming-commons.install |   18 
 4 files changed, 124 insertions(+)

Copied: haskell-streaming-commons/repos/community-staging-i686/PKGBUILD (from 
rev 161107, haskell-streaming-commons/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-02-11 06:07:18 UTC (rev 161108)
@@ -0,0 +1,44 @@
+# $Id: PKGBUILD 143480 2015-10-09 08:41:28Z fyan $
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=streaming-commons
+pkgname=haskell-streaming-commons
+pkgver=0.1.15.1
+pkgrel=1
+pkgdesc="Common lower-level functions needed by various streaming data 
libraries"
+url="https://github.com/fpco/streaming-commons;
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.3" "haskell-async" "haskell-blaze-builder" 
"haskell-network" "haskell-random"
+ "haskell-stm" "haskell-text" "haskell-zlib")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+install="${pkgname}.install"
+sha256sums=('af3b07d1022f263b1e0f95ba15697d87d55afc1cf0933c9b16fd37a687b8cacb')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid \
+-f-use-bytestring-builder
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/${pkgname}/register.sh"
+install-m744 unregister.sh 
"${pkgdir}/usr/share/haskell/${pkgname}/unregister.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}

Copied: 
haskell-streaming-commons/repos/community-staging-i686/haskell-streaming-commons.install
 (from rev 161107, 
haskell-streaming-commons/trunk/haskell-streaming-commons.install)
===
--- community-staging-i686/haskell-streaming-commons.install
(rev 0)
+++ community-staging-i686/haskell-streaming-commons.install2016-02-11 
06:07:18 UTC (rev 161108)
@@ -0,0 +1,18 @@
+HS_DIR=usr/share/haskell/haskell-streaming-commons
+post_install() {
+  ${HS_DIR}/register.sh
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}
+pre_upgrade() {
+  ${HS_DIR}/unregister.sh
+}
+post_upgrade() {
+  ${HS_DIR}/register.sh
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}
+pre_remove() {
+  ${HS_DIR}/unregister.sh
+}
+post_remove() {
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}

Copied: haskell-streaming-commons/repos/community-staging-x86_64/PKGBUILD (from 
rev 161107, haskell-streaming-commons/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-02-11 06:07:18 UTC (rev 161108)
@@ -0,0 +1,44 @@
+# $Id: PKGBUILD 143480 2015-10-09 08:41:28Z fyan $
+# 

[arch-commits] Commit in haskell-streaming-commons/trunk (PKGBUILD)

2016-02-10 Thread Felix Yan
Date: Thursday, February 11, 2016 @ 07:06:53
  Author: fyan
Revision: 161107

upgpkg: haskell-streaming-commons 0.1.15.1-1

Modified:
  haskell-streaming-commons/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-02-11 05:48:46 UTC (rev 161106)
+++ PKGBUILD2016-02-11 06:06:53 UTC (rev 161107)
@@ -4,18 +4,18 @@
 
 _hkgname=streaming-commons
 pkgname=haskell-streaming-commons
-pkgver=0.1.15
-pkgrel=4
+pkgver=0.1.15.1
+pkgrel=1
 pkgdesc="Common lower-level functions needed by various streaming data 
libraries"
 url="https://github.com/fpco/streaming-commons;
 license=("MIT")
 arch=('i686' 'x86_64')
-depends=("ghc=7.10.3" "haskell-blaze-builder" "haskell-network" 
"haskell-random" "haskell-stm"
- "haskell-text" "haskell-zlib")
+depends=("ghc=7.10.3" "haskell-async" "haskell-blaze-builder" 
"haskell-network" "haskell-random"
+ "haskell-stm" "haskell-text" "haskell-zlib")
 options=('staticlibs')
 
source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
 install="${pkgname}.install"
-sha256sums=('e507beac9ab68eaa8be4933bc1e9511610c581fdfc72621ba51faa913e5fce42')
+sha256sums=('af3b07d1022f263b1e0f95ba15697d87d55afc1cf0933c9b16fd37a687b8cacb')
 
 build() {
 cd "${srcdir}/${_hkgname}-${pkgver}"


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

2016-02-10 Thread Felix Yan
Date: Thursday, February 11, 2016 @ 07:46:06
  Author: fyan
Revision: 161126

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

Added:
  haskell-warp/repos/community-staging-i686/
  haskell-warp/repos/community-staging-i686/PKGBUILD
(from rev 161125, haskell-warp/trunk/PKGBUILD)
  haskell-warp/repos/community-staging-i686/haskell-warp.install
(from rev 161125, haskell-warp/trunk/haskell-warp.install)
  haskell-warp/repos/community-staging-x86_64/
  haskell-warp/repos/community-staging-x86_64/PKGBUILD
(from rev 161125, haskell-warp/trunk/PKGBUILD)
  haskell-warp/repos/community-staging-x86_64/haskell-warp.install
(from rev 161125, haskell-warp/trunk/haskell-warp.install)

---+
 community-staging-i686/PKGBUILD   |   52 
 community-staging-i686/haskell-warp.install   |   18 
 community-staging-x86_64/PKGBUILD |   52 
 community-staging-x86_64/haskell-warp.install |   18 
 4 files changed, 140 insertions(+)

Copied: haskell-warp/repos/community-staging-i686/PKGBUILD (from rev 161125, 
haskell-warp/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-02-11 06:46:06 UTC (rev 161126)
@@ -0,0 +1,52 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=warp
+pkgname=haskell-warp
+pkgver=3.2.1
+pkgrel=7
+pkgdesc="A fast, light-weight web server for WAI applications."
+url="http://github.com/yesodweb/wai;
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.3" "haskell-auto-update" "haskell-blaze-builder"
+ "haskell-case-insensitive" "haskell-hashable" "haskell-http-date"
+ "haskell-http-types" "haskell-http2" "haskell-iproute" 
"haskell-network"
+ "haskell-simple-sendfile" "haskell-stm" "haskell-streaming-commons"
+ "haskell-text" "haskell-unix-compat" "haskell-vault" "haskell-wai"
+ "haskell-word8")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+install="${pkgname}.install"
+sha256sums=('c04acc6a4933ddba8bfa7a0752848f9b546162944b917fa39c65f82bca11b3a3')
+
+prepare() {
+sed -i '/bytestring-builder/d' $_hkgname-$pkgver/$_hkgname.cabal
+}
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid \
+-f-warp-debug -fallow-sendfilefd -f-network-bytestring
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/${pkgname}/register.sh"
+install-m744 unregister.sh 
"${pkgdir}/usr/share/haskell/${pkgname}/unregister.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}

Copied: haskell-warp/repos/community-staging-i686/haskell-warp.install (from 
rev 161125, haskell-warp/trunk/haskell-warp.install)
===
--- community-staging-i686/haskell-warp.install (rev 0)
+++ community-staging-i686/haskell-warp.install 2016-02-11 06:46:06 UTC (rev 
161126)
@@ -0,0 +1,18 @@
+HS_DIR=usr/share/haskell/haskell-warp
+post_install() {
+  ${HS_DIR}/register.sh
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}
+pre_upgrade() {
+  ${HS_DIR}/unregister.sh
+}
+post_upgrade() {
+  ${HS_DIR}/register.sh
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}
+pre_remove() {
+  ${HS_DIR}/unregister.sh
+}
+post_remove() {
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}

Copied: haskell-warp/repos/community-staging-x86_64/PKGBUILD (from rev 161125, 
haskell-warp/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-02-11 06:46:06 UTC (rev 161126)
@@ -0,0 +1,52 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=warp

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

2016-02-10 Thread Felix Yan
Date: Thursday, February 11, 2016 @ 07:45:42
  Author: fyan
Revision: 161125

upgpkg: haskell-warp 3.2.1-7

rebuild with streaming-commons-0.1.15.1, http2-1.4.5

Modified:
  haskell-warp/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-02-11 06:44:36 UTC (rev 161124)
+++ PKGBUILD2016-02-11 06:45:42 UTC (rev 161125)
@@ -5,7 +5,7 @@
 _hkgname=warp
 pkgname=haskell-warp
 pkgver=3.2.1
-pkgrel=6
+pkgrel=7
 pkgdesc="A fast, light-weight web server for WAI applications."
 url="http://github.com/yesodweb/wai;
 license=("MIT")


[arch-commits] Commit in haskell-http-client-tls/repos (6 files)

2016-02-10 Thread Felix Yan
Date: Thursday, February 11, 2016 @ 08:08:03
  Author: fyan
Revision: 161128

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

Added:
  haskell-http-client-tls/repos/community-staging-i686/
  haskell-http-client-tls/repos/community-staging-i686/PKGBUILD
(from rev 161127, haskell-http-client-tls/trunk/PKGBUILD)
  
haskell-http-client-tls/repos/community-staging-i686/haskell-http-client-tls.install
(from rev 161127, 
haskell-http-client-tls/trunk/haskell-http-client-tls.install)
  haskell-http-client-tls/repos/community-staging-x86_64/
  haskell-http-client-tls/repos/community-staging-x86_64/PKGBUILD
(from rev 161127, haskell-http-client-tls/trunk/PKGBUILD)
  
haskell-http-client-tls/repos/community-staging-x86_64/haskell-http-client-tls.install
(from rev 161127, 
haskell-http-client-tls/trunk/haskell-http-client-tls.install)

--+
 community-staging-i686/PKGBUILD  |   43 +
 community-staging-i686/haskell-http-client-tls.install   |   18 +
 community-staging-x86_64/PKGBUILD|   43 +
 community-staging-x86_64/haskell-http-client-tls.install |   18 +
 4 files changed, 122 insertions(+)

Copied: haskell-http-client-tls/repos/community-staging-i686/PKGBUILD (from rev 
161127, haskell-http-client-tls/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-02-11 07:08:03 UTC (rev 161128)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=http-client-tls
+pkgname=haskell-http-client-tls
+pkgver=0.2.2
+pkgrel=24
+pkgdesc="http-client backend using the connection package and tls library"
+url="https://github.com/snoyberg/http-client;
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.3" "haskell-connection" "haskell-data-default-class" 
"haskell-http-client"
+ "haskell-network" "haskell-tls")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+install="${pkgname}.install"
+sha256sums=('451e5833a1f07fdc162fde4371ac92986932d5c38f9969ace7babb020bc80128')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/${pkgname}/register.sh"
+install-m744 unregister.sh 
"${pkgdir}/usr/share/haskell/${pkgname}/unregister.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}

Copied: 
haskell-http-client-tls/repos/community-staging-i686/haskell-http-client-tls.install
 (from rev 161127, 
haskell-http-client-tls/trunk/haskell-http-client-tls.install)
===
--- community-staging-i686/haskell-http-client-tls.install  
(rev 0)
+++ community-staging-i686/haskell-http-client-tls.install  2016-02-11 
07:08:03 UTC (rev 161128)
@@ -0,0 +1,18 @@
+HS_DIR=usr/share/haskell/haskell-http-client-tls
+post_install() {
+  ${HS_DIR}/register.sh
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}
+pre_upgrade() {
+  ${HS_DIR}/unregister.sh
+}
+post_upgrade() {
+  ${HS_DIR}/register.sh
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}
+pre_remove() {
+  ${HS_DIR}/unregister.sh
+}
+post_remove() {
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}

Copied: haskell-http-client-tls/repos/community-staging-x86_64/PKGBUILD (from 
rev 161127, haskell-http-client-tls/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-02-11 07:08:03 UTC (rev 161128)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=http-client-tls
+pkgname=haskell-http-client-tls
+pkgver=0.2.2
+pkgrel=24

[arch-commits] Commit in haskell-http-client-tls/trunk (PKGBUILD)

2016-02-10 Thread Felix Yan
Date: Thursday, February 11, 2016 @ 08:07:37
  Author: fyan
Revision: 161127

upgpkg: haskell-http-client-tls 0.2.2-24

rebuild with streaming-commons-0.1.15.1, http2-1.4.5, aeson-compat-0.3.1.0

Modified:
  haskell-http-client-tls/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-02-11 06:46:06 UTC (rev 161126)
+++ PKGBUILD2016-02-11 07:07:37 UTC (rev 161127)
@@ -5,7 +5,7 @@
 _hkgname=http-client-tls
 pkgname=haskell-http-client-tls
 pkgver=0.2.2
-pkgrel=23
+pkgrel=24
 pkgdesc="http-client backend using the connection package and tls library"
 url="https://github.com/snoyberg/http-client;
 license=("MIT")


[arch-commits] Commit in haskell-persistent-template/trunk (PKGBUILD)

2016-02-10 Thread Felix Yan
Date: Thursday, February 11, 2016 @ 08:25:49
  Author: fyan
Revision: 161132

upgpkg: haskell-persistent-template 2.1.5-13

rebuild with streaming-commons-0.1.15.1, http2-1.4.5, aeson-compat-0.3.1.0

Modified:
  haskell-persistent-template/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-02-11 07:22:57 UTC (rev 161131)
+++ PKGBUILD2016-02-11 07:25:49 UTC (rev 161132)
@@ -5,7 +5,7 @@
 _hkgname=persistent-template
 pkgname=haskell-persistent-template
 pkgver=2.1.5
-pkgrel=12
+pkgrel=13
 pkgdesc="Type-safe, non-relational, multi-backend persistence"
 url="http://www.yesodweb.com/book/persistent;
 license=("MIT")


[arch-commits] Commit in (4 files)

2016-02-10 Thread Felix Yan
Date: Thursday, February 11, 2016 @ 05:01:03
  Author: fyan
Revision: 259052

addpkg: nvidia-settings 361.28-1

Added:
  nvidia-settings/
  nvidia-settings/repos/
  nvidia-settings/trunk/
  nvidia-settings/trunk/PKGBUILD

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

Added: nvidia-settings/trunk/PKGBUILD
===
--- nvidia-settings/trunk/PKGBUILD  (rev 0)
+++ nvidia-settings/trunk/PKGBUILD  2016-02-11 04:01:03 UTC (rev 259052)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgname=nvidia-settings
+pkgver=361.28
+pkgrel=1
+pkgdesc="Tool for configuring the NVIDIA graphics driver"
+arch=('i686' 'x86_64')
+url="https://github.com/NVIDIA/nvidia-settings;
+license=('GPL2')
+depends=('jansson' 'gtk3' 'libxv' 'libvdpau')
+makedepends=('git' 'inetutils' 'gtk2')
+source=("git+https://github.com/NVIDIA/nvidia-settings#tag=$pkgver;)
+sha1sums=('SKIP')
+
+prepare() {
+  export PREFIX=/usr
+  export NV_USE_BUNDLED_LIBJANSSON=0
+}
+
+build() {
+  cd ${pkgname}
+  make
+}
+
+package() {
+  cd ${pkgname}
+  make DESTDIR="${pkgdir}" install
+
+  install -D -m644 doc/nvidia-settings.desktop 
"${pkgdir}/usr/share/applications/nvidia-settings.desktop"
+  install -D -m644 doc/nvidia-settings.png 
"${pkgdir}/usr/share/pixmaps/nvidia-settings.png"
+  sed -e 's:__UTILS_PATH__:/usr/bin:' -e 
's:__PIXMAP_PATH__:/usr/share/pixmaps:' -i 
"${pkgdir}/usr/share/applications/nvidia-settings.desktop"
+
+  rm "$pkgdir/usr/lib/libnvidia-gtk2.so.$pkgver"
+}


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


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

2016-02-10 Thread Felix Yan
Date: Thursday, February 11, 2016 @ 06:39:17
  Author: fyan
Revision: 161089

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-02-11 05:38:38 UTC (rev 161088)
+++ community-i686/PKGBUILD 2016-02-11 05:39:17 UTC (rev 161089)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Michael Hansen 
-
-pkgname=keybase
-pkgdesc='CLI tool for GPG with keybase.io'
-pkgver=1.0.10.0
-_realver=1.0.10-0
-pkgrel=1
-arch=('i686' 'x86_64')
-url='http://keybase.io/'
-license=('BSD')
-depends=('gnupg')
-makedepends=('go' 'git' 'mercurial')
-source=("git+https://github.com/keybase/client.git#tag=v$_realver;)
-sha256sums=('SKIP')
-
-prepare() {
-  cd client
-  mkdir -p .gopath/src
-
-  # Hack vendored packages
-  # TODO: find a way to use Go's builtin vendoring handler
-  for pkg in go/vendor/*; do
-ln -s "$PWD/$pkg" ".gopath/src/$(basename $pkg)"
-  done
-
-  mkdir -p .gopath/src/github.com/keybase
-  ln -sf "$PWD" .gopath/src/github.com/keybase/client
-  export GOPATH="$PWD/.gopath"
-}
-
-build() {
-  cd client/go/keybase
-  go build -a -tags production  # -gccgoflags "$CFLAGS $LDFLAGS"
-}
-
-package() {
-  cd client
-  install -Dm755 go/keybase/keybase "$pkgdir"/usr/bin/keybase
-  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: keybase/repos/community-i686/PKGBUILD (from rev 161088, 
keybase/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-02-11 05:39:17 UTC (rev 161089)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Michael Hansen 
+
+pkgname=keybase
+pkgdesc='CLI tool for GPG with keybase.io'
+pkgver=1.0.11.0
+_realver=1.0.11-0
+pkgrel=1
+arch=('i686' 'x86_64')
+url='http://keybase.io/'
+license=('BSD')
+depends=('gnupg')
+makedepends=('go' 'git' 'mercurial')
+source=("git+https://github.com/keybase/client.git#tag=v$_realver;)
+sha256sums=('SKIP')
+
+prepare() {
+  cd client
+  mkdir -p .gopath/src
+
+  # Hack vendored packages
+  # TODO: find a way to use Go's builtin vendoring handler
+  for pkg in go/vendor/*; do
+ln -s "$PWD/$pkg" ".gopath/src/$(basename $pkg)"
+  done
+
+  mkdir -p .gopath/src/github.com/keybase
+  ln -sf "$PWD" .gopath/src/github.com/keybase/client
+  export GOPATH="$PWD/.gopath"
+}
+
+build() {
+  cd client/go/keybase
+  go build -a -tags production  # -gccgoflags "$CFLAGS $LDFLAGS"
+}
+
+package() {
+  cd client
+  install -Dm755 go/keybase/keybase "$pkgdir"/usr/bin/keybase
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-02-11 05:38:38 UTC (rev 161088)
+++ community-x86_64/PKGBUILD   2016-02-11 05:39:17 UTC (rev 161089)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Michael Hansen 
-
-pkgname=keybase
-pkgdesc='CLI tool for GPG with keybase.io'
-pkgver=1.0.10.0
-_realver=1.0.10-0
-pkgrel=1
-arch=('i686' 'x86_64')
-url='http://keybase.io/'
-license=('BSD')
-depends=('gnupg')
-makedepends=('go' 'git' 'mercurial')
-source=("git+https://github.com/keybase/client.git#tag=v$_realver;)
-sha256sums=('SKIP')
-
-prepare() {
-  cd client
-  mkdir -p .gopath/src
-
-  # Hack vendored packages
-  # TODO: find a way to use Go's builtin vendoring handler
-  for pkg in go/vendor/*; do
-ln -s "$PWD/$pkg" ".gopath/src/$(basename $pkg)"
-  done
-
-  mkdir -p .gopath/src/github.com/keybase
-  ln -sf "$PWD" .gopath/src/github.com/keybase/client
-  export GOPATH="$PWD/.gopath"
-}
-
-build() {
-  cd client/go/keybase
-  go build -a -tags production  # -gccgoflags "$CFLAGS $LDFLAGS"
-}
-
-package() {
-  cd client
-  install -Dm755 go/keybase/keybase "$pkgdir"/usr/bin/keybase
-  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: keybase/repos/community-x86_64/PKGBUILD (from rev 161088, 
keybase/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2016-02-11 05:39:17 UTC (rev 161089)
@@ -0,0 +1,42 @@
+# 

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

2016-02-10 Thread Felix Yan
Date: Thursday, February 11, 2016 @ 06:38:38
  Author: fyan
Revision: 161088

upgpkg: keybase 1.0.11.0-1

Modified:
  keybase/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-02-11 05:37:11 UTC (rev 161087)
+++ PKGBUILD2016-02-11 05:38:38 UTC (rev 161088)
@@ -4,8 +4,8 @@
 
 pkgname=keybase
 pkgdesc='CLI tool for GPG with keybase.io'
-pkgver=1.0.10.0
-_realver=1.0.10-0
+pkgver=1.0.11.0
+_realver=1.0.11-0
 pkgrel=1
 arch=('i686' 'x86_64')
 url='http://keybase.io/'


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

2016-02-10 Thread Felix Yan
Date: Thursday, February 11, 2016 @ 06:46:17
  Author: fyan
Revision: 161096

upgpkg: letsencrypt-nginx 0.4.0-1

Modified:
  letsencrypt-nginx/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-02-11 05:44:55 UTC (rev 161095)
+++ PKGBUILD2016-02-11 05:46:17 UTC (rev 161096)
@@ -3,7 +3,7 @@
 # Contributor: Gordian Edenhofer 
 
 pkgname=letsencrypt-nginx
-pkgver=0.3.0
+pkgver=0.4.0
 pkgrel=1
 pkgdesc="Nginx plugin for Let’s Encrypt client"
 arch=('any')
@@ -16,7 +16,7 @@
 validpgpkeys=('148C30F6F7E429337A72D992B00B9CC82D7ADF2C'
   '1B41B758F9A78C7F444C20FA3E5B4152E3ADB1FD'
   'A2CFB51FA275A7286234E7B24D17C995CD9775F2')
-md5sums=('a9839438a91be09834c4636927c61afb'
+md5sums=('07c47d2e264c3944ef2a7ce0317243d2'
  'SKIP')
 
 build() {


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

2016-02-10 Thread Felix Yan
Date: Thursday, February 11, 2016 @ 06:46:34
  Author: fyan
Revision: 161097

archrelease: copy trunk to community-staging-any

Added:
  letsencrypt-nginx/repos/community-staging-any/
  letsencrypt-nginx/repos/community-staging-any/PKGBUILD
(from rev 161096, letsencrypt-nginx/trunk/PKGBUILD)

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

Copied: letsencrypt-nginx/repos/community-staging-any/PKGBUILD (from rev 
161096, letsencrypt-nginx/trunk/PKGBUILD)
===
--- community-staging-any/PKGBUILD  (rev 0)
+++ community-staging-any/PKGBUILD  2016-02-11 05:46:34 UTC (rev 161097)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Gordian Edenhofer 
+
+pkgname=letsencrypt-nginx
+pkgver=0.4.0
+pkgrel=1
+pkgdesc="Nginx plugin for Let’s Encrypt client"
+arch=('any')
+license=('Apache')
+url="https://pypi.python.org/pypi/${pkgname};
+depends=("letsencrypt=$pkgver" "python2-acme=$pkgver" 'python2-pyopenssl' 
'python2-pyparsing'
+ 'python2-setuptools' 'python2-mock' 'python2-zope-interface')
+checkdepends=('python2-nose')
+source=("https://pypi.python.org/packages/source/l/${pkgname}/${pkgname}-${pkgver}.tar.gz"{,.asc})
+validpgpkeys=('148C30F6F7E429337A72D992B00B9CC82D7ADF2C'
+  '1B41B758F9A78C7F444C20FA3E5B4152E3ADB1FD'
+  'A2CFB51FA275A7286234E7B24D17C995CD9775F2')
+md5sums=('07c47d2e264c3944ef2a7ce0317243d2'
+ 'SKIP')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  python2 setup.py build
+}
+
+check() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  nosetests2
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  python2 setup.py install --root="${pkgdir}"
+}


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

2016-02-10 Thread Felix Yan
Date: Thursday, February 11, 2016 @ 06:48:05
  Author: fyan
Revision: 161100

upgpkg: btfs 2.7-1

Modified:
  btfs/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-02-11 05:48:01 UTC (rev 161099)
+++ PKGBUILD2016-02-11 05:48:05 UTC (rev 161100)
@@ -2,7 +2,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=btfs
-pkgver=2.6
+pkgver=2.7
 pkgrel=1
 pkgdesc="A bittorrent filesystem based on FUSE"
 arch=('i686' 'x86_64')


[arch-commits] Commit in haskell-conduit-extra/trunk (PKGBUILD)

2016-02-10 Thread Felix Yan
Date: Thursday, February 11, 2016 @ 07:10:41
  Author: fyan
Revision: 161109

upgpkg: haskell-conduit-extra 1.1.9.2-13

rebuild with streaming-commons-0.1.15.1

Modified:
  haskell-conduit-extra/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-02-11 06:07:18 UTC (rev 161108)
+++ PKGBUILD2016-02-11 06:10:41 UTC (rev 161109)
@@ -5,7 +5,7 @@
 _hkgname=conduit-extra
 pkgname=haskell-conduit-extra
 pkgver=1.1.9.2
-pkgrel=12
+pkgrel=13
 pkgdesc="Batteries included conduit: adapters for common libraries."
 url="http://github.com/snoyberg/conduit;
 license=("MIT")


[arch-commits] Commit in haskell-conduit-extra/repos (6 files)

2016-02-10 Thread Felix Yan
Date: Thursday, February 11, 2016 @ 07:11:05
  Author: fyan
Revision: 161110

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

Added:
  haskell-conduit-extra/repos/community-staging-i686/
  haskell-conduit-extra/repos/community-staging-i686/PKGBUILD
(from rev 161109, haskell-conduit-extra/trunk/PKGBUILD)
  
haskell-conduit-extra/repos/community-staging-i686/haskell-conduit-extra.install
(from rev 161109, haskell-conduit-extra/trunk/haskell-conduit-extra.install)
  haskell-conduit-extra/repos/community-staging-x86_64/
  haskell-conduit-extra/repos/community-staging-x86_64/PKGBUILD
(from rev 161109, haskell-conduit-extra/trunk/PKGBUILD)
  
haskell-conduit-extra/repos/community-staging-x86_64/haskell-conduit-extra.install
(from rev 161109, haskell-conduit-extra/trunk/haskell-conduit-extra.install)

+
 community-staging-i686/PKGBUILD|   44 +++
 community-staging-i686/haskell-conduit-extra.install   |   18 ++
 community-staging-x86_64/PKGBUILD  |   44 +++
 community-staging-x86_64/haskell-conduit-extra.install |   18 ++
 4 files changed, 124 insertions(+)

Copied: haskell-conduit-extra/repos/community-staging-i686/PKGBUILD (from rev 
161109, haskell-conduit-extra/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-02-11 06:11:05 UTC (rev 161110)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=conduit-extra
+pkgname=haskell-conduit-extra
+pkgver=1.1.9.2
+pkgrel=13
+pkgdesc="Batteries included conduit: adapters for common libraries."
+url="http://github.com/snoyberg/conduit;
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.3" "haskell-attoparsec" "haskell-blaze-builder" 
"haskell-conduit"
+ "haskell-monad-control" "haskell-network" "haskell-primitive" 
"haskell-resourcet"
+ "haskell-stm" "haskell-streaming-commons" "haskell-text" 
"haskell-transformers-base")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+install="${pkgname}.install"
+sha256sums=('9a7b3f44990014082f589dd91f70d8b5faef66e720677888a54fb2e463940a9f')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/${pkgname}/register.sh"
+install-m744 unregister.sh 
"${pkgdir}/usr/share/haskell/${pkgname}/unregister.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}

Copied: 
haskell-conduit-extra/repos/community-staging-i686/haskell-conduit-extra.install
 (from rev 161109, haskell-conduit-extra/trunk/haskell-conduit-extra.install)
===
--- community-staging-i686/haskell-conduit-extra.install
(rev 0)
+++ community-staging-i686/haskell-conduit-extra.install2016-02-11 
06:11:05 UTC (rev 161110)
@@ -0,0 +1,18 @@
+HS_DIR=usr/share/haskell/haskell-conduit-extra
+post_install() {
+  ${HS_DIR}/register.sh
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}
+pre_upgrade() {
+  ${HS_DIR}/unregister.sh
+}
+post_upgrade() {
+  ${HS_DIR}/register.sh
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}
+pre_remove() {
+  ${HS_DIR}/unregister.sh
+}
+post_remove() {
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}

Copied: haskell-conduit-extra/repos/community-staging-x86_64/PKGBUILD (from rev 
161109, haskell-conduit-extra/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-02-11 06:11:05 UTC (rev 161110)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=conduit-extra

[arch-commits] Commit in haskell-xml-conduit/repos (6 files)

2016-02-10 Thread Felix Yan
Date: Thursday, February 11, 2016 @ 08:16:44
  Author: fyan
Revision: 161130

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

Added:
  haskell-xml-conduit/repos/community-staging-i686/
  haskell-xml-conduit/repos/community-staging-i686/PKGBUILD
(from rev 161129, haskell-xml-conduit/trunk/PKGBUILD)
  haskell-xml-conduit/repos/community-staging-i686/haskell-xml-conduit.install
(from rev 161129, haskell-xml-conduit/trunk/haskell-xml-conduit.install)
  haskell-xml-conduit/repos/community-staging-x86_64/
  haskell-xml-conduit/repos/community-staging-x86_64/PKGBUILD
(from rev 161129, haskell-xml-conduit/trunk/PKGBUILD)
  haskell-xml-conduit/repos/community-staging-x86_64/haskell-xml-conduit.install
(from rev 161129, haskell-xml-conduit/trunk/haskell-xml-conduit.install)

--+
 community-staging-i686/PKGBUILD  |   45 +
 community-staging-i686/haskell-xml-conduit.install   |   18 ++
 community-staging-x86_64/PKGBUILD|   45 +
 community-staging-x86_64/haskell-xml-conduit.install |   18 ++
 4 files changed, 126 insertions(+)

Copied: haskell-xml-conduit/repos/community-staging-i686/PKGBUILD (from rev 
161129, haskell-xml-conduit/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-02-11 07:16:44 UTC (rev 161130)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=xml-conduit
+pkgname=haskell-xml-conduit
+pkgver=1.3.3.1
+pkgrel=3
+pkgdesc="Pure-Haskell utilities for dealing with XML with the conduit package."
+url="http://github.com/snoyberg/xml;
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.3" "haskell-attoparsec" "haskell-blaze-builder" 
"haskell-text"
+ "haskell-blaze-markup" "haskell-conduit" "haskell-conduit-extra"
+ "haskell-data-default" "haskell-monad-control" "haskell-resourcet"
+ "haskell-blaze-html" "haskell-xml-types")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+install="${pkgname}.install"
+sha256sums=('3d8ad32feade67f989150f253d3df99b3e3af6fab536c18f591d46707430feca')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/${pkgname}/register.sh"
+install-m744 unregister.sh 
"${pkgdir}/usr/share/haskell/${pkgname}/unregister.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}

Copied: 
haskell-xml-conduit/repos/community-staging-i686/haskell-xml-conduit.install 
(from rev 161129, haskell-xml-conduit/trunk/haskell-xml-conduit.install)
===
--- community-staging-i686/haskell-xml-conduit.install  
(rev 0)
+++ community-staging-i686/haskell-xml-conduit.install  2016-02-11 07:16:44 UTC 
(rev 161130)
@@ -0,0 +1,18 @@
+HS_DIR=usr/share/haskell/haskell-xml-conduit
+post_install() {
+  ${HS_DIR}/register.sh
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}
+pre_upgrade() {
+  ${HS_DIR}/unregister.sh
+}
+post_upgrade() {
+  ${HS_DIR}/register.sh
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}
+pre_remove() {
+  ${HS_DIR}/unregister.sh
+}
+post_remove() {
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}

Copied: haskell-xml-conduit/repos/community-staging-x86_64/PKGBUILD (from rev 
161129, haskell-xml-conduit/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-02-11 07:16:44 UTC (rev 161130)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=xml-conduit
+pkgname=haskell-xml-conduit
+pkgver=1.3.3.1
+pkgrel=3

[arch-commits] Commit in haskell-xml-conduit/trunk (PKGBUILD)

2016-02-10 Thread Felix Yan
Date: Thursday, February 11, 2016 @ 08:16:19
  Author: fyan
Revision: 161129

upgpkg: haskell-xml-conduit 1.3.3.1-3

rebuild with streaming-commons-0.1.15.1, http2-1.4.5, aeson-compat-0.3.1.0

Modified:
  haskell-xml-conduit/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-02-11 07:08:03 UTC (rev 161128)
+++ PKGBUILD2016-02-11 07:16:19 UTC (rev 161129)
@@ -5,7 +5,7 @@
 _hkgname=xml-conduit
 pkgname=haskell-xml-conduit
 pkgver=1.3.3.1
-pkgrel=2
+pkgrel=3
 pkgdesc="Pure-Haskell utilities for dealing with XML with the conduit package."
 url="http://github.com/snoyberg/xml;
 license=("MIT")


[arch-commits] Commit in haskell-yesod-core/repos (6 files)

2016-02-10 Thread Felix Yan
Date: Thursday, February 11, 2016 @ 08:30:36
  Author: fyan
Revision: 161136

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

Added:
  haskell-yesod-core/repos/community-staging-i686/
  haskell-yesod-core/repos/community-staging-i686/PKGBUILD
(from rev 161135, haskell-yesod-core/trunk/PKGBUILD)
  haskell-yesod-core/repos/community-staging-i686/haskell-yesod-core.install
(from rev 161135, haskell-yesod-core/trunk/haskell-yesod-core.install)
  haskell-yesod-core/repos/community-staging-x86_64/
  haskell-yesod-core/repos/community-staging-x86_64/PKGBUILD
(from rev 161135, haskell-yesod-core/trunk/PKGBUILD)
  haskell-yesod-core/repos/community-staging-x86_64/haskell-yesod-core.install
(from rev 161135, haskell-yesod-core/trunk/haskell-yesod-core.install)

-+
 community-staging-i686/PKGBUILD |   54 ++
 community-staging-i686/haskell-yesod-core.install   |   18 ++
 community-staging-x86_64/PKGBUILD   |   54 ++
 community-staging-x86_64/haskell-yesod-core.install |   18 ++
 4 files changed, 144 insertions(+)

Copied: haskell-yesod-core/repos/community-staging-i686/PKGBUILD (from rev 
161135, haskell-yesod-core/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-02-11 07:30:36 UTC (rev 161136)
@@ -0,0 +1,54 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=yesod-core
+pkgname=haskell-yesod-core
+pkgver=1.4.19
+pkgrel=6
+pkgdesc="Creation of type-safe, RESTful web applications."
+url="http://www.yesodweb.com/;
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.3" "haskell-aeson" "haskell-auto-update" 
"haskell-blaze-builder"
+ "haskell-blaze-html" "haskell-blaze-markup" "haskell-byteable"
+ "haskell-case-insensitive" "haskell-cereal" "haskell-clientsession"
+ "haskell-conduit" "haskell-conduit-extra" "haskell-cookie"
+ "haskell-data-default" "haskell-exceptions" "haskell-fast-logger"
+ "haskell-http-types" "haskell-lifted-base" "haskell-monad-control"
+ "haskell-monad-logger" "haskell-mtl" "haskell-mwc-random"
+ "haskell-old-locale" "haskell-parsec" "haskell-path-pieces"
+ "haskell-primitive" "haskell-random" "haskell-resourcet" 
"haskell-safe"
+ "haskell-semigroups" "haskell-shakespeare" "haskell-text"
+ "haskell-transformers-base" "haskell-unix-compat"
+ "haskell-unordered-containers" "haskell-vector" "haskell-wai"
+ "haskell-wai-extra" "haskell-wai-logger" "haskell-warp" 
"haskell-word8")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+install="${pkgname}.install"
+sha256sums=('8425c1df703521b020b476035f572e953ac356ce6f5e35c424b29f0d5ff76ded')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/${pkgname}/register.sh"
+install-m744 unregister.sh 
"${pkgdir}/usr/share/haskell/${pkgname}/unregister.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}

Copied: 
haskell-yesod-core/repos/community-staging-i686/haskell-yesod-core.install 
(from rev 161135, haskell-yesod-core/trunk/haskell-yesod-core.install)
===
--- community-staging-i686/haskell-yesod-core.install   
(rev 0)
+++ community-staging-i686/haskell-yesod-core.install   2016-02-11 07:30:36 UTC 
(rev 161136)
@@ -0,0 +1,18 @@
+HS_DIR=usr/share/haskell/haskell-yesod-core
+post_install() {
+  ${HS_DIR}/register.sh
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}
+pre_upgrade() {
+  ${HS_DIR}/unregister.sh
+}
+post_upgrade() {
+  ${HS_DIR}/register.sh
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}
+pre_remove() {
+  ${HS_DIR}/unregister.sh
+}
+post_remove() {
+  (cd 

  1   2   >