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

2016-05-30 Thread Tobias Powalowski
Date: Tuesday, May 31, 2016 @ 07:43:09
  Author: tpowa
Revision: 268758

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

Added:
  efibootmgr/repos/core-i686/PKGBUILD
(from rev 268757, efibootmgr/repos/testing-i686/PKGBUILD)
  efibootmgr/repos/core-i686/efibootmgr-tilt_slashes-func.patch
(from rev 268757, 
efibootmgr/repos/testing-i686/efibootmgr-tilt_slashes-func.patch)
  efibootmgr/repos/core-x86_64/PKGBUILD
(from rev 268757, efibootmgr/repos/testing-x86_64/PKGBUILD)
  efibootmgr/repos/core-x86_64/efibootmgr-tilt_slashes-func.patch
(from rev 268757, 
efibootmgr/repos/testing-x86_64/efibootmgr-tilt_slashes-func.patch)
Deleted:
  efibootmgr/repos/core-i686/PKGBUILD
  efibootmgr/repos/core-i686/efibootmgr-tilt_slashes-func.patch
  efibootmgr/repos/core-x86_64/PKGBUILD
  efibootmgr/repos/core-x86_64/efibootmgr-tilt_slashes-func.patch
  efibootmgr/repos/testing-i686/
  efibootmgr/repos/testing-x86_64/

+
 /PKGBUILD  |  106 +++
 /efibootmgr-tilt_slashes-func.patch|  122 +++
 core-i686/PKGBUILD |   53 -
 core-i686/efibootmgr-tilt_slashes-func.patch   |   61 ---
 core-x86_64/PKGBUILD   |   53 -
 core-x86_64/efibootmgr-tilt_slashes-func.patch |   61 ---
 6 files changed, 228 insertions(+), 228 deletions(-)

Deleted: core-i686/PKGBUILD
===
--- core-i686/PKGBUILD  2016-05-30 20:15:12 UTC (rev 268757)
+++ core-i686/PKGBUILD  2016-05-31 05:43:09 UTC (rev 268758)
@@ -1,53 +0,0 @@
-# Maintainer: Tobias Powalowski 
-# Contributor: Murtuza Akhtari 
-# Contributor: Keshav Amburay <(the ddoott ridikulus ddoott rat) (aatt) 
(gemmaeiil) (ddoott) (ccoomm)>
-
-pkgname="efibootmgr"
-pkgdesc="Tool to modify UEFI Firmware Boot Manager Variables"
-pkgver=0.12.25.g75d2580
-pkgrel=1
-arch=('x86_64' 'i686')
-url="https://github.com/rhinstaller/efibootmgr;
-license=('GPL2')
-makedepends=('git')
-depends=('pciutils' 'efivar' 'zlib')
-options=('strip' 'zipman' 'docs' '!emptydirs')
-
-#source=("efibootmgr::git+https://github.com/rhinstaller/efibootmgr.git#tag=efibootmgr-${pkgver};)
-source=("efibootmgr::git+https://github.com/rhinstaller/efibootmgr.git#commit=75d25807ba81cb724964c989012611272c8f1f5d;)
-sha1sums=('SKIP')
-
-pkgver() {
-   cd "${srcdir}/efibootmgr/"
-   echo "$(git describe --tags)" | sed -e 's|efibootmgr-||g' -e 's|-|\.|g'
-}
-
-prepare() {
-   
-   cd "${srcdir}/efibootmgr/"
-   
-   git clean -x -d -f
-   echo
-   
-}
-
-build() {
-   
-   cd "${srcdir}/efibootmgr/"
-   
-   make EXTRA_CFLAGS="-Os"
-   echo
-   
-}
-
-package() {
-   
-   cd "${srcdir}/efibootmgr/"
-   
-   install -d "${pkgdir}/usr/bin/"
-   install -D -m0755 "${srcdir}/efibootmgr/src/efibootmgr" 
"${pkgdir}/usr/bin/efibootmgr"
-   
-   install -d "${pkgdir}/usr/share/man/man8/"
-   install -D -m0644 "${srcdir}/efibootmgr/src/efibootmgr.8" 
"${pkgdir}/usr/share/man/man8/efibootmgr.8"
-   
-}

Copied: efibootmgr/repos/core-i686/PKGBUILD (from rev 268757, 
efibootmgr/repos/testing-i686/PKGBUILD)
===
--- core-i686/PKGBUILD  (rev 0)
+++ core-i686/PKGBUILD  2016-05-31 05:43:09 UTC (rev 268758)
@@ -0,0 +1,53 @@
+# Maintainer: Tobias Powalowski 
+# Contributor: Murtuza Akhtari 
+# Contributor: Keshav Amburay <(the ddoott ridikulus ddoott rat) (aatt) 
(gemmaeiil) (ddoott) (ccoomm)>
+
+pkgname="efibootmgr"
+pkgdesc="Tool to modify UEFI Firmware Boot Manager Variables"
+pkgver=0.12.27.g5e9700c
+pkgrel=1
+arch=('x86_64' 'i686')
+url="https://github.com/rhinstaller/efibootmgr;
+license=('GPL2')
+makedepends=('git')
+depends=('pciutils' 'efivar' 'zlib')
+options=('strip' 'zipman' 'docs' '!emptydirs')
+
+#source=("efibootmgr::git+https://github.com/rhinstaller/efibootmgr.git#tag=efibootmgr-${pkgver};)
+source=("efibootmgr::git+https://github.com/rhinstaller/efibootmgr.git#commit=5e9700c2252eed45f4568f3a7c08c866c2c83c0b;)
+sha1sums=('SKIP')
+
+pkgver() {
+   cd "${srcdir}/efibootmgr/"
+   echo "$(git describe --tags)" | sed -e 's|efibootmgr-||g' -e 's|-|\.|g'
+}
+
+prepare() {
+   
+   cd "${srcdir}/efibootmgr/"
+   
+   git clean -x -d -f
+   echo
+   
+}
+
+build() {
+   
+   cd "${srcdir}/efibootmgr/"
+   
+   make EXTRA_CFLAGS="-Os"
+   echo
+   
+}
+
+package() {
+   
+   cd "${srcdir}/efibootmgr/"
+   
+   install -d "${pkgdir}/usr/bin/"
+   install -D -m0755 "${srcdir}/efibootmgr/src/efibootmgr" 
"${pkgdir}/usr/bin/efibootmgr"
+   
+   install -d "${pkgdir}/usr/share/man/man8/"
+   install -D -m0644 "${srcdir}/efibootmgr/src/efibootmgr.8" 

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

2016-05-30 Thread Tobias Powalowski
Date: Tuesday, May 31, 2016 @ 07:43:11
  Author: tpowa
Revision: 268759

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

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

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

Deleted: core-i686/PKGBUILD
===
--- core-i686/PKGBUILD  2016-05-31 05:43:09 UTC (rev 268758)
+++ core-i686/PKGBUILD  2016-05-31 05:43:11 UTC (rev 268759)
@@ -1,58 +0,0 @@
-# $Id$
-# Maintainer : Tobias Powalowski 
-# Contributor : Keshav Amburay <(the ddoott ridikulus ddoott rat) (aatt) 
(gemmaeiil) (ddoott) (ccoomm)>
-
-pkgname="efivar"
-pkgdesc="Tools and library to manipulate EFI variables"
-pkgver=0.23.30.gc5685d8
-pkgrel=1
-arch=('x86_64' 'i686')
-url="https://github.com/rhinstaller/efivar;
-license=('LGPL2.1')
-makedepends=('git')
-depends=('popt')
-conflicts=('libefivar')
-provides=("libefivar=${pkgver}")
-options=('strip' 'zipman' 'docs')
-#source=("efivar::git+https://github.com/rhinstaller/efivar.git#tag=${pkgver};)
-source=("efivar::git+https://github.com/rhinstaller/efivar.git#commit=c5685d8d14a0164728a6587fe037a3b995db721b;)
-sha1sums=('SKIP')
-
-pkgver() {
-   cd "${srcdir}/efivar/"
-   echo "$(git describe --tags)" | sed -e 's|efivar-||g' -e 's|-|\.|g'
-}
-
-prepare() {
-   
-   cd "${srcdir}/efivar/"
-   
-   git clean -x -d -f
-   echo
-   
-   sed 's|-O0|-Os|g' -i "${srcdir}/efivar/Make.defaults" || true
-   sed 's|-rpath,$(TOPDIR)/src|-rpath,$(libdir)|g' -i 
"${srcdir}/efivar/src/test/Makefile" || true
-}
-
-build() {
-   
-   cd "${srcdir}/efivar/"
-   
-   make libdir="/usr/lib/" bindir="/usr/bin/" mandir="/usr/share/man/" 
includedir="/usr/include/" V=1 -j1
-cd "${srcdir}/efivar/src/test"
-make libdir="/usr/lib/" bindir="/usr/bin/" mandir="/usr/share/man/" 
includedir="/usr/include/" V=1 -j1
-   echo
-   
-}
-
-package() {
-   
-   cd "${srcdir}/efivar/"
-   
-   make -j1 V=1 DESTDIR="${pkgdir}/" libdir="/usr/lib/" bindir="/usr/bin/" 
mandir="/usr/share/man/" includedir="/usr/include/" install
-   echo
-   
-   install -d "${pkgdir}/usr/bin"
-   install -D -m0755 "${srcdir}/efivar/src/test/tester" 
"${pkgdir}/usr/bin/efivar-tester"
-   
-}

Copied: efivar/repos/core-i686/PKGBUILD (from rev 268758, 
efivar/repos/testing-i686/PKGBUILD)
===
--- core-i686/PKGBUILD  (rev 0)
+++ core-i686/PKGBUILD  2016-05-31 05:43:11 UTC (rev 268759)
@@ -0,0 +1,58 @@
+# $Id$
+# Maintainer : Tobias Powalowski 
+# Contributor : Keshav Amburay <(the ddoott ridikulus ddoott rat) (aatt) 
(gemmaeiil) (ddoott) (ccoomm)>
+
+pkgname="efivar"
+pkgdesc="Tools and library to manipulate EFI variables"
+pkgver=0.23.37.g8740389
+pkgrel=1
+arch=('x86_64' 'i686')
+url="https://github.com/rhinstaller/efivar;
+license=('LGPL2.1')
+makedepends=('git')
+depends=('popt')
+conflicts=('libefivar')
+provides=("libefivar=${pkgver}")
+options=('strip' 'zipman' 'docs')
+#source=("efivar::git+https://github.com/rhinstaller/efivar.git#tag=${pkgver};)
+source=("efivar::git+https://github.com/rhinstaller/efivar.git#commit=8740389dded9202167007508670daefd33a7985f;)
+sha1sums=('SKIP')
+
+pkgver() {
+   cd "${srcdir}/efivar/"
+   echo "$(git describe --tags)" | sed -e 's|efivar-||g' -e 's|-|\.|g'
+}
+
+prepare() {
+   
+   cd "${srcdir}/efivar/"
+   
+   git clean -x -d -f
+   echo
+   
+   sed 's|-O0|-Os|g' -i "${srcdir}/efivar/Make.defaults" || true
+   sed 's|-rpath,$(TOPDIR)/src|-rpath,$(libdir)|g' -i 
"${srcdir}/efivar/src/test/Makefile" || true
+}
+
+build() {
+   
+   cd "${srcdir}/efivar/"
+   
+   make libdir="/usr/lib/" bindir="/usr/bin/" mandir="/usr/share/man/" 
includedir="/usr/include/" V=1 -j1
+cd "${srcdir}/efivar/src/test"
+make libdir="/usr/lib/" bindir="/usr/bin/" mandir="/usr/share/man/" 
includedir="/usr/include/" V=1 -j1
+   echo
+   
+}
+
+package() {
+   
+   cd "${srcdir}/efivar/"
+   
+   make -j1 V=1 DESTDIR="${pkgdir}/" libdir="/usr/lib/" bindir="/usr/bin/" 
mandir="/usr/share/man/" includedir="/usr/include/" install
+   echo
+   
+   install -d "${pkgdir}/usr/bin"
+   install -D -m0755 "${srcdir}/efivar/src/test/tester" 
"${pkgdir}/usr/bin/efivar-tester"
+   
+}


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

2016-05-30 Thread Felix Yan
Date: Tuesday, May 31, 2016 @ 06:38:48
  Author: fyan
Revision: 177495

archrelease: copy trunk to community-any

Added:
  eslint/repos/community-any/PKGBUILD
(from rev 177494, eslint/trunk/PKGBUILD)
Deleted:
  eslint/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2016-05-31 04:16:51 UTC (rev 177494)
+++ PKGBUILD2016-05-31 04:38:48 UTC (rev 177495)
@@ -1,26 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-
-pkgname=eslint
-pkgver=2.11.0
-pkgrel=1
-pkgdesc='An AST-based pattern checker for JavaScript'
-arch=('any')
-url='http://eslint.org'
-license=('MIT')
-depends=('nodejs')
-makedepends=('npm')
-source=(http://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz)
-noextract=($pkgname-$pkgver.tgz)
-md5sums=('3ec252fdad3ec7cc5a37a2f8157ab3a2')
-
-package() {
-  npm install -g --user root --prefix "$pkgdir"/usr 
"$srcdir"/$pkgname-$pkgver.tgz
-  rm -r "$pkgdir"/usr/etc
-
-  # Fix permissions
-  find "$pkgdir/usr" -type d -exec chmod 755 '{}' +
-
-  install -dm755 "${pkgdir}/usr/share/licenses/${pkgname}"
-  ln -s ../../../lib/node_modules/eslint/LICENSE 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}

Copied: eslint/repos/community-any/PKGBUILD (from rev 177494, 
eslint/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-05-31 04:38:48 UTC (rev 177495)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgname=eslint
+pkgver=2.11.1
+pkgrel=1
+pkgdesc='An AST-based pattern checker for JavaScript'
+arch=('any')
+url='http://eslint.org'
+license=('MIT')
+depends=('nodejs')
+makedepends=('npm')
+source=(http://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz)
+noextract=($pkgname-$pkgver.tgz)
+md5sums=('b11df6f57f69da2a51a091b2f76fa5f1')
+
+package() {
+  npm install -g --user root --prefix "$pkgdir"/usr 
"$srcdir"/$pkgname-$pkgver.tgz
+  rm -r "$pkgdir"/usr/etc
+
+  # Fix permissions
+  find "$pkgdir/usr" -type d -exec chmod 755 '{}' +
+
+  install -dm755 "${pkgdir}/usr/share/licenses/${pkgname}"
+  ln -s ../../../lib/node_modules/eslint/LICENSE 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}


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

2016-05-30 Thread Felix Yan
Date: Tuesday, May 31, 2016 @ 06:16:51
  Author: fyan
Revision: 177494

upgpkg: eslint 2.11.1-1

Modified:
  eslint/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-05-31 02:53:00 UTC (rev 177493)
+++ PKGBUILD2016-05-31 04:16:51 UTC (rev 177494)
@@ -2,7 +2,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=eslint
-pkgver=2.11.0
+pkgver=2.11.1
 pkgrel=1
 pkgdesc='An AST-based pattern checker for JavaScript'
 arch=('any')
@@ -12,7 +12,7 @@
 makedepends=('npm')
 source=(http://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz)
 noextract=($pkgname-$pkgver.tgz)
-md5sums=('3ec252fdad3ec7cc5a37a2f8157ab3a2')
+md5sums=('b11df6f57f69da2a51a091b2f76fa5f1')
 
 package() {
   npm install -g --user root --prefix "$pkgdir"/usr 
"$srcdir"/$pkgname-$pkgver.tgz


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

2016-05-30 Thread Daniel Micay
Date: Tuesday, May 31, 2016 @ 04:53:00
  Author: thestinger
Revision: 177493

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

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

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

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


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

2016-05-30 Thread Daniel Micay
Date: Tuesday, May 31, 2016 @ 04:49:27
  Author: thestinger
Revision: 177492

upgpkg: linux-grsec 4.5.5.201605291201-1

Modified:
  linux-grsec/trunk/PKGBUILD
  linux-grsec/trunk/config
  linux-grsec/trunk/config.x86_64

---+
 PKGBUILD  |   28 ++--
 config|8 +---
 config.x86_64 |6 --
 3 files changed, 23 insertions(+), 19 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-05-31 00:39:38 UTC (rev 177491)
+++ PKGBUILD2016-05-31 02:49:27 UTC (rev 177492)
@@ -9,7 +9,7 @@
 _srcname=linux-4.5
 _pkgver=4.5.5
 _grsecver=3.1
-_timestamp=201605211442
+_timestamp=201605291201
 _grsec_patch="grsecurity-$_grsecver-$_pkgver-$_timestamp.patch"
 pkgver=$_pkgver.$_timestamp
 pkgrel=1
@@ -34,10 +34,10 @@
 'SKIP'
 'f25ce19ee44d93eb8b228c0f3df3082b94ea84d9b28a9fb8ba170ecce5acd78c'
 'SKIP'
-'2781cfa1f8680fd9d2819fc9ef4775aa38cec30bb22dda1f6bb2cbe48d146f95'
+'aae96046fefa884e71bb8ca23904cd131df9f751f586b829bc67d15d7fa1c664'
 'SKIP'
-'7b43f12da9658279a3289e0c2517d5d53da0a0c075d72ea81fb28a3c46738901'
-'935169a95bbc205142277c16d0665514b207b1ad8ddae9355f1a1575d553642d'
+'1406610d5d8f3e5af1e5c462209724769a52c69e70b3c8008fdec68c1ac407e0'
+'d9f9f734c133f3a9ad3945eedd074492890e9959cfae1feb707d520f5db56ef2'
 'ca7e718375b3790888756cc0a64a7500cd57dddb9bf7e10a0df22c860d91f74d'
 '1256b241cd477b265a3c2d64bdc19ffe3c9bbcee82ea3994c590c2c76e767d99')
 validpgpkeys=(
@@ -165,17 +165,17 @@
   install -D -m644 vmlinux 
"${pkgdir}/usr/lib/modules/${_kernver}/build/vmlinux"
 
   # add grsecurity gcc plugins
-  mkdir -p "$pkgdir/usr/lib/modules/${_kernver}/build/tools/gcc"
-  cp -a tools/gcc/*.h "$pkgdir/usr/lib/modules/${_kernver}/build/tools/gcc/"
-  cp -a tools/gcc/Makefile 
"$pkgdir/usr/lib/modules/${_kernver}/build/tools/gcc/"
-  install -m644 tools/gcc/*.so 
"$pkgdir/usr/lib/modules/${_kernver}/build/tools/gcc/"
-  mkdir -p 
"$pkgdir/usr/lib/modules/${_kernver}/build/tools/gcc/size_overflow_plugin"
-  install -m644 tools/gcc/size_overflow_plugin/Makefile 
tools/gcc/size_overflow_plugin/size_overflow_plugin.so \
-"$pkgdir/usr/lib/modules/${_kernver}/build/tools/gcc/size_overflow_plugin"
+  mkdir -p "$pkgdir/usr/lib/modules/${_kernver}/build/scripts/gcc-plugins"
+  cp -a scripts/gcc-plugins/*.h 
"$pkgdir/usr/lib/modules/${_kernver}/build/scripts/gcc-plugins/"
+  cp -a scripts/gcc-plugins/Makefile 
"$pkgdir/usr/lib/modules/${_kernver}/build/scripts/gcc-plugins/"
+  install -m644 scripts/gcc-plugins/*.so 
"$pkgdir/usr/lib/modules/${_kernver}/build/scripts/gcc-plugins/"
+  mkdir -p 
"$pkgdir/usr/lib/modules/${_kernver}/build/scripts/gcc-plugins/size_overflow_plugin"
+  install -m644 scripts/gcc-plugins/size_overflow_plugin/Makefile 
scripts/gcc-plugins/size_overflow_plugin/size_overflow_plugin.so \
+
"$pkgdir/usr/lib/modules/${_kernver}/build/scripts/gcc-plugins/size_overflow_plugin"
   if [[ $CARCH == x86_64 ]]; then
-mkdir -p "$pkgdir/usr/lib/modules/${_kernver}/build/tools/gcc/rap_plugin"
-install -m644 tools/gcc/rap_plugin/Makefile 
tools/gcc/rap_plugin/rap_plugin.so \
-  "$pkgdir/usr/lib/modules/${_kernver}/build/tools/gcc/rap_plugin"
+mkdir -p 
"$pkgdir/usr/lib/modules/${_kernver}/build/scripts/gcc-plugins/rap_plugin"
+install -m644 scripts/gcc-plugins/rap_plugin/Makefile 
scripts/gcc-plugins/rap_plugin/rap_plugin.so \
+  
"$pkgdir/usr/lib/modules/${_kernver}/build/scripts/gcc-plugins/rap_plugin"
   fi
 }
 

Modified: config
===
--- config  2016-05-31 00:39:38 UTC (rev 177491)
+++ config  2016-05-31 02:49:27 UTC (rev 177492)
@@ -1,6 +1,6 @@
 #
 # Automatically generated file; DO NOT EDIT.
-# Linux/x86 4.5.2.201604282058-1 Kernel Configuration
+# Linux/x86 4.5.5.201605291201-1 Kernel Configuration
 #
 # CONFIG_64BIT is not set
 CONFIG_X86_32=y
@@ -259,6 +259,8 @@
 CONFIG_ARCH_WANT_IPC_PARSE_VERSION=y
 CONFIG_HAVE_ARCH_SECCOMP_FILTER=y
 CONFIG_SECCOMP_FILTER=y
+CONFIG_HAVE_GCC_PLUGINS=y
+CONFIG_GCC_PLUGINS=y
 # CONFIG_CC_STACKPROTECTOR is not set
 CONFIG_HAVE_IRQ_TIME_ACCOUNTING=y
 CONFIG_HAVE_ARCH_TRANSPARENT_HUGEPAGE=y
@@ -529,7 +531,7 @@
 # CONFIG_BOOTPARAM_HOTPLUG_CPU0 is not set
 # CONFIG_DEBUG_HOTPLUG_CPU0 is not set
 # CONFIG_CMDLINE_BOOL is not set
-# CONFIG_MODIFY_LDT_SYSCALL is not set
+CONFIG_MODIFY_LDT_SYSCALL=y
 # CONFIG_DEFAULT_MODIFY_LDT_SYSCALL is not set
 CONFIG_ARCH_ENABLE_MEMORY_HOTPLUG=y
 
@@ -1924,7 +1926,7 @@
 CONFIG_DS1682=m
 # CONFIG_TI_DAC7512 is not set
 CONFIG_VMWARE_BALLOON=m
-CONFIG_BMP085=y
+CONFIG_BMP085=m
 CONFIG_BMP085_I2C=m
 # CONFIG_BMP085_SPI is not set
 CONFIG_PCH_PHUB=m

Modified: config.x86_64
===
--- config.x86_64   2016-05-31 00:39:38 UTC (rev 177491)
+++ 

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

2016-05-30 Thread Levente Polyak
Date: Tuesday, May 31, 2016 @ 02:39:38
  Author: anthraxx
Revision: 177491

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

Added:
  openntpd/repos/community-i686/PKGBUILD
(from rev 177490, openntpd/trunk/PKGBUILD)
  openntpd/repos/community-i686/openntpd.install
(from rev 177490, openntpd/trunk/openntpd.install)
  openntpd/repos/community-i686/openntpd.service
(from rev 177490, openntpd/trunk/openntpd.service)
  openntpd/repos/community-x86_64/PKGBUILD
(from rev 177490, openntpd/trunk/PKGBUILD)
  openntpd/repos/community-x86_64/openntpd.install
(from rev 177490, openntpd/trunk/openntpd.install)
  openntpd/repos/community-x86_64/openntpd.service
(from rev 177490, openntpd/trunk/openntpd.service)
Deleted:
  openntpd/repos/community-i686/PKGBUILD
  openntpd/repos/community-i686/openntpd.install
  openntpd/repos/community-i686/openntpd.service
  openntpd/repos/community-x86_64/PKGBUILD
  openntpd/repos/community-x86_64/openntpd.install
  openntpd/repos/community-x86_64/openntpd.service

---+
 /PKGBUILD |  102 
 /openntpd.install |   14 
 /openntpd.service |   22 +++
 community-i686/PKGBUILD   |   51 --
 community-i686/openntpd.install   |7 --
 community-i686/openntpd.service   |   11 ---
 community-x86_64/PKGBUILD |   51 --
 community-x86_64/openntpd.install |7 --
 community-x86_64/openntpd.service |   11 ---
 9 files changed, 138 insertions(+), 138 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-05-31 00:39:27 UTC (rev 177490)
+++ community-i686/PKGBUILD 2016-05-31 00:39:38 UTC (rev 177491)
@@ -1,51 +0,0 @@
-# Maintainer: Levente Polyak 
-# Contributor: Vesa Kaihlavirta 
-# Contributor: Mark Rosenstand 
-# Contributor: Giorgio Lando  (adjtimex patch)
-# Contributor: Alexander Rødseth 
-
-pkgname=openntpd
-pkgver=5.9p1
-pkgrel=3
-pkgdesc='Free, easy to use implementation of the Network Time Protocol'
-url='http://www.openntpd.org/'
-arch=('i686' 'x86_64')
-license=('BSD')
-depends=('openssl')
-conflicts=('ntp')
-backup=('etc/ntpd.conf')
-install=${pkgname}.install
-source=(http://ftp.openbsd.org/pub/OpenBSD/OpenNTPD/${pkgname}-${pkgver}.tar.gz{,.asc}
-openntpd.service)
-sha512sums=('227a4d42f43f4abfaa97fb85cf121d3b9a6646259faeda785dbeb3e4a27285a7f95daf96e72135871a31f772895f3b66c10bd628c87e453507ce69102f5e1213'
-'SKIP'
-
'c58d48de67cd1ce0df7ea60def26db38b9d7409b64d097639a4cde3f4774a4bcc1159f993f37c5c61781cab1e2d1b8a35005030b28b0c9f0f6e0f81053586dfa')
-validpgpkeys=('A1EB079B8D3EB92B4EBD3139663AF51BD5E4D8D5') # Brent Cook 

-
-build() {
-  cd ${pkgname}-${pkgver}
-  autoreconf -fi
-  ./configure \
---prefix=/usr \
---sysconfdir=/etc \
---sbindir=/usr/bin \
---with-privsep-user=ntp \
---localstatedir=/var \
---with-adjtimex
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR="${pkgdir}" install
-
-  rmdir "${pkgdir}/var/run"
-  install -d "${pkgdir}/var/lib/ntp"
-  install -Dm 644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
-  install -Dm 644 "${srcdir}/openntpd.service" 
"${pkgdir}/usr/lib/systemd/system/openntpd.service"
-
-  install -d "${pkgdir}/usr/lib/systemd/ntp-units.d"
-  echo ${pkgname}.service > 
"${pkgdir}/usr/lib/systemd/ntp-units.d/${pkgname}.list"
-}
-
-# vim: ts=2 sw=2 et:

Copied: openntpd/repos/community-i686/PKGBUILD (from rev 177490, 
openntpd/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-05-31 00:39:38 UTC (rev 177491)
@@ -0,0 +1,51 @@
+# Maintainer: Levente Polyak 
+# Contributor: Vesa Kaihlavirta 
+# Contributor: Mark Rosenstand 
+# Contributor: Giorgio Lando  (adjtimex patch)
+# Contributor: Alexander Rødseth 
+
+pkgname=openntpd
+pkgver=6.0p1
+pkgrel=1
+pkgdesc='Free, easy to use implementation of the Network Time Protocol'
+url='http://www.openntpd.org/'
+arch=('i686' 'x86_64')
+license=('BSD')
+depends=('openssl')
+conflicts=('ntp')
+backup=('etc/ntpd.conf')
+install=${pkgname}.install
+source=(http://ftp.openbsd.org/pub/OpenBSD/OpenNTPD/${pkgname}-${pkgver}.tar.gz{,.asc}
+openntpd.service)
+sha512sums=('a71c516dbe7596cbcb3a385112a59a82185b7e3d93a52eda695cea5a0a599ba7fbf58daa81da55d608255cb6950398123fa7d71663604a4c3bcbee949711296d'
+'SKIP'
+
'c58d48de67cd1ce0df7ea60def26db38b9d7409b64d097639a4cde3f4774a4bcc1159f993f37c5c61781cab1e2d1b8a35005030b28b0c9f0f6e0f81053586dfa')

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

2016-05-30 Thread Levente Polyak
Date: Tuesday, May 31, 2016 @ 02:39:27
  Author: anthraxx
Revision: 177490

upgpkg: openntpd 6.0p1-1

Modified:
  openntpd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-05-31 00:27:13 UTC (rev 177489)
+++ PKGBUILD2016-05-31 00:39:27 UTC (rev 177490)
@@ -5,8 +5,8 @@
 # Contributor: Alexander Rødseth 
 
 pkgname=openntpd
-pkgver=5.9p1
-pkgrel=3
+pkgver=6.0p1
+pkgrel=1
 pkgdesc='Free, easy to use implementation of the Network Time Protocol'
 url='http://www.openntpd.org/'
 arch=('i686' 'x86_64')
@@ -17,7 +17,7 @@
 install=${pkgname}.install
 
source=(http://ftp.openbsd.org/pub/OpenBSD/OpenNTPD/${pkgname}-${pkgver}.tar.gz{,.asc}
 openntpd.service)
-sha512sums=('227a4d42f43f4abfaa97fb85cf121d3b9a6646259faeda785dbeb3e4a27285a7f95daf96e72135871a31f772895f3b66c10bd628c87e453507ce69102f5e1213'
+sha512sums=('a71c516dbe7596cbcb3a385112a59a82185b7e3d93a52eda695cea5a0a599ba7fbf58daa81da55d608255cb6950398123fa7d71663604a4c3bcbee949711296d'
 'SKIP'
 
'c58d48de67cd1ce0df7ea60def26db38b9d7409b64d097639a4cde3f4774a4bcc1159f993f37c5c61781cab1e2d1b8a35005030b28b0c9f0f6e0f81053586dfa')
 validpgpkeys=('A1EB079B8D3EB92B4EBD3139663AF51BD5E4D8D5') # Brent Cook 



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

2016-05-30 Thread Levente Polyak
Date: Tuesday, May 31, 2016 @ 02:27:13
  Author: anthraxx
Revision: 177489

archrelease: copy trunk to community-any

Added:
  strip-nondeterminism/repos/community-any/PKGBUILD
(from rev 177488, strip-nondeterminism/trunk/PKGBUILD)
Deleted:
  strip-nondeterminism/repos/community-any/PKGBUILD

--+
 PKGBUILD |   75 ++---
 1 file changed, 38 insertions(+), 37 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2016-05-31 00:27:06 UTC (rev 177488)
+++ PKGBUILD2016-05-31 00:27:13 UTC (rev 177489)
@@ -1,37 +0,0 @@
-# Maintainer: Levente Polyak 
-
-pkgname=strip-nondeterminism
-pkgver=0.016
-pkgrel=1
-pkgdesc='Tool for stripping bits of non-deterministic information from files'
-url='https://anonscm.debian.org/git/reproducible/strip-nondeterminism.git'
-arch=('any')
-license=('GPL3')
-depends=("perl" 'perl-archive-zip')
-makedepends=('git')
-options=('!emptydirs')
-source=(${pkgname}::"git+https://anonscm.debian.org/git/reproducible/strip-nondeterminism.git#tag=${pkgver};)
-sha512sums=('SKIP')
-validpgpkeys=('C2FE4BD271C139B86C533E461E953E27D4311E58'  # Chris Lamb 

-  'EF5D84C1838F2EB6D8968C0410378EFC2080080C'  # Andrew Ayer 

-  '2F5DAF3FC1F793D94F3D900CA721DA055374AA4F') # Reiner Herrmann 

-
-prepare() {
-  cd ${pkgname}
-  git tag --verify ${pkgver}
-  sed -r 's|bin/dh_strip_nondeterminism ||g' -i Makefile.PL
-}
-
-build() {
-  cd ${pkgname}
-  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
-  make
-}
-
-package() {
-  cd ${pkgname}
-  make DESTDIR="${pkgdir}" install
-  install -Dm 644 README "${pkgdir}/usr/share/doc/${pkgname}/README"
-}
-
-# vim: ts=2 sw=2 et:

Copied: strip-nondeterminism/repos/community-any/PKGBUILD (from rev 177488, 
strip-nondeterminism/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-05-31 00:27:13 UTC (rev 177489)
@@ -0,0 +1,38 @@
+# Maintainer: Levente Polyak 
+
+pkgname=strip-nondeterminism
+pkgver=0.018
+pkgrel=1
+pkgdesc='Tool for stripping bits of non-deterministic information from files'
+url='https://anonscm.debian.org/git/reproducible/strip-nondeterminism.git'
+arch=('any')
+license=('GPL3')
+depends=("perl" 'perl-archive-zip')
+makedepends=('git')
+options=('!emptydirs')
+source=(${pkgname}::"git+https://anonscm.debian.org/git/reproducible/strip-nondeterminism.git#tag=${pkgver};)
+sha512sums=('SKIP')
+validpgpkeys=('C2FE4BD271C139B86C533E461E953E27D4311E58'  # Chris Lamb 

+  'EF5D84C1838F2EB6D8968C0410378EFC2080080C'  # Andrew Ayer 

+  '2F5DAF3FC1F793D94F3D900CA721DA055374AA4F'  # Reiner Herrmann 

+  '66AE2B4AFCCF3F52DA184D184B043FCDB9444540') # Mattia Rizzolo 

+
+prepare() {
+  cd ${pkgname}
+  git tag --verify ${pkgver}
+  sed -r 's|bin/dh_strip_nondeterminism ||g' -i Makefile.PL
+}
+
+build() {
+  cd ${pkgname}
+  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+package() {
+  cd ${pkgname}
+  make DESTDIR="${pkgdir}" install
+  install -Dm 644 README "${pkgdir}/usr/share/doc/${pkgname}/README"
+}
+
+# vim: ts=2 sw=2 et:


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

2016-05-30 Thread Levente Polyak
Date: Tuesday, May 31, 2016 @ 02:27:06
  Author: anthraxx
Revision: 177488

upgpkg: strip-nondeterminism 0.018-1

Modified:
  strip-nondeterminism/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-05-31 00:14:29 UTC (rev 177487)
+++ PKGBUILD2016-05-31 00:27:06 UTC (rev 177488)
@@ -1,7 +1,7 @@
 # Maintainer: Levente Polyak 
 
 pkgname=strip-nondeterminism
-pkgver=0.016
+pkgver=0.018
 pkgrel=1
 pkgdesc='Tool for stripping bits of non-deterministic information from files'
 url='https://anonscm.debian.org/git/reproducible/strip-nondeterminism.git'
@@ -14,7 +14,8 @@
 sha512sums=('SKIP')
 validpgpkeys=('C2FE4BD271C139B86C533E461E953E27D4311E58'  # Chris Lamb 

   'EF5D84C1838F2EB6D8968C0410378EFC2080080C'  # Andrew Ayer 

-  '2F5DAF3FC1F793D94F3D900CA721DA055374AA4F') # Reiner Herrmann 

+  '2F5DAF3FC1F793D94F3D900CA721DA055374AA4F'  # Reiner Herrmann 

+  '66AE2B4AFCCF3F52DA184D184B043FCDB9444540') # Mattia Rizzolo 

 
 prepare() {
   cd ${pkgname}


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

2016-05-30 Thread Levente Polyak
Date: Tuesday, May 31, 2016 @ 02:14:29
  Author: anthraxx
Revision: 177487

archrelease: copy trunk to community-any

Added:
  python-libarchive-c/repos/community-any/PKGBUILD
(from rev 177486, python-libarchive-c/trunk/PKGBUILD)
Deleted:
  python-libarchive-c/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2016-05-31 00:14:22 UTC (rev 177486)
+++ PKGBUILD2016-05-31 00:14:29 UTC (rev 177487)
@@ -1,36 +0,0 @@
-# Maintainer: Levente Polyak 
-
-pkgbase=python-libarchive-c
-pkgname=('python-libarchive-c' 'python2-libarchive-c')
-pkgver=2.3
-pkgrel=1
-pkgdesc='Python interface to libarchive'
-url='https://github.com/Changaco/python-libarchive-c'
-arch=('any')
-license=('CC0')
-makedepends=('python-setuptools' 'python2-setuptools' 'libarchive')
-checkdepends=('python-pytest-cov' 'python2-pytest-cov')
-source=(${pkgbase}-${pkgver}.tar.gz::https://github.com/Changaco/python-libarchive-c/archive/${pkgver}.tar.gz)
-sha512sums=('e51ca1e2c17c9dad522b49ff66ecb63e5ad9c0e0a685f5cf0e1263661b70618d97d6b5950ed0c93f3210e319b3022029938f9f3a2fb7f03aabbf9c73e3cec4ad')
-
-check() {
-  cd ${pkgbase}-${pkgver}
-  LC_CTYPE=en_US.UTF-8 py.test
-  LC_CTYPE=en_US.UTF-8 py.test2
-}
-
-package_python-libarchive-c() {
-  depends=('python' 'libarchive')
-  cd ${pkgbase}-${pkgver}
-  python setup.py install -O1 --root="${pkgdir}"
-  install -Dm 644 README.rst "${pkgdir}/usr/share/doc/${pkgname}/README"
-}
-
-package_python2-libarchive-c() {
-  depends=('python2' 'libarchive')
-  cd ${pkgbase}-${pkgver}
-  python2 setup.py install -O1 --root="${pkgdir}"
-  install -Dm 644 README.rst "${pkgdir}/usr/share/doc/${pkgname}/README"
-}
-
-# vim: ts=2 sw=2 et:

Copied: python-libarchive-c/repos/community-any/PKGBUILD (from rev 177486, 
python-libarchive-c/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-05-31 00:14:29 UTC (rev 177487)
@@ -0,0 +1,41 @@
+# Maintainer: Levente Polyak 
+
+pkgbase=python-libarchive-c
+pkgname=('python-libarchive-c' 'python2-libarchive-c')
+pkgver=2.4
+pkgrel=1
+pkgdesc='Python interface to libarchive'
+url='https://github.com/Changaco/python-libarchive-c'
+arch=('any')
+license=('CC0')
+makedepends=('python-setuptools' 'python2-setuptools' 'libarchive')
+checkdepends=('python-pytest-cov' 'python2-pytest-cov')
+source=(${pkgbase}-${pkgver}.tar.gz::https://github.com/Changaco/python-libarchive-c/archive/${pkgver}.tar.gz)
+sha512sums=('f8422d90908ca4e8f076529a1c2a25bcf6669a84857b94ab7bdc45a6ec7699702a103ec922e086e99fde8ec749fa09d3965b51b82926231bb1643f44bf0d3ab8')
+
+prepare() {
+  cd ${pkgbase}-${pkgver}
+  sed '/os.umask(2)/d' -i setup.py
+}
+
+check() {
+  cd ${pkgbase}-${pkgver}
+  LC_CTYPE=en_US.UTF-8 py.test
+  LC_CTYPE=en_US.UTF-8 py.test2
+}
+
+package_python-libarchive-c() {
+  depends=('python' 'libarchive')
+  cd ${pkgbase}-${pkgver}
+  python setup.py install -O1 --root="${pkgdir}"
+  install -Dm 644 README.rst "${pkgdir}/usr/share/doc/${pkgname}/README"
+}
+
+package_python2-libarchive-c() {
+  depends=('python2' 'libarchive')
+  cd ${pkgbase}-${pkgver}
+  python2 setup.py install -O1 --root="${pkgdir}"
+  install -Dm 644 README.rst "${pkgdir}/usr/share/doc/${pkgname}/README"
+}
+
+# vim: ts=2 sw=2 et:


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

2016-05-30 Thread Levente Polyak
Date: Tuesday, May 31, 2016 @ 02:14:22
  Author: anthraxx
Revision: 177486

upgpkg: python-libarchive-c 2.4-1

Modified:
  python-libarchive-c/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-05-30 23:48:33 UTC (rev 177485)
+++ PKGBUILD2016-05-31 00:14:22 UTC (rev 177486)
@@ -2,7 +2,7 @@
 
 pkgbase=python-libarchive-c
 pkgname=('python-libarchive-c' 'python2-libarchive-c')
-pkgver=2.3
+pkgver=2.4
 pkgrel=1
 pkgdesc='Python interface to libarchive'
 url='https://github.com/Changaco/python-libarchive-c'
@@ -11,8 +11,13 @@
 makedepends=('python-setuptools' 'python2-setuptools' 'libarchive')
 checkdepends=('python-pytest-cov' 'python2-pytest-cov')
 
source=(${pkgbase}-${pkgver}.tar.gz::https://github.com/Changaco/python-libarchive-c/archive/${pkgver}.tar.gz)
-sha512sums=('e51ca1e2c17c9dad522b49ff66ecb63e5ad9c0e0a685f5cf0e1263661b70618d97d6b5950ed0c93f3210e319b3022029938f9f3a2fb7f03aabbf9c73e3cec4ad')
+sha512sums=('f8422d90908ca4e8f076529a1c2a25bcf6669a84857b94ab7bdc45a6ec7699702a103ec922e086e99fde8ec749fa09d3965b51b82926231bb1643f44bf0d3ab8')
 
+prepare() {
+  cd ${pkgbase}-${pkgver}
+  sed '/os.umask(2)/d' -i setup.py
+}
+
 check() {
   cd ${pkgbase}-${pkgver}
   LC_CTYPE=en_US.UTF-8 py.test


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

2016-05-30 Thread Levente Polyak
Date: Tuesday, May 31, 2016 @ 01:48:33
  Author: anthraxx
Revision: 177485

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-05-30 23:48:22 UTC (rev 177484)
+++ community-i686/PKGBUILD 2016-05-30 23:48:33 UTC (rev 177485)
@@ -1,40 +0,0 @@
-# Maintainer: Levente Polyak 
-# Contributor: Mike Sampson 
-# Contributor: Dmitry A. Ilyashevich 
-
-pkgname=distorm
-pkgver=3.3.0
-pkgrel=2
-pkgdesc="Powerful disassembler library for x86/AMD64"
-url='https://github.com/gdabah/distorm'
-arch=('i686' 'x86_64')
-license=('GPL3')
-depends=('python2')
-source=(${pkgname}-${pkgver}.tar.gz::https://github.com/gdabah/distorm/archive/v${pkgver}.tar.gz)
-sha512sums=('5582d4f52eeb0eee5a3fa352af97c785281b0b4bd42b237d5ca9354114d1311b0976b34f6949c1b14848c9c7a1b972775b7c2644d557700b4878b6c154161cb8')
-
-prepare() {
-  cd ${pkgname}-${pkgver}
-  sed -r 's|(install)|\1 -D|g' -i make/linux/Makefile
-  sed -r 's|/usr/local/lib|${DESTDIR}/usr/lib/${TARGET}|g' -i 
make/linux/Makefile
-  sed -r 's|(CFLAGS)=|\1+=|g' -i make/linux/Makefile
-  sed -e '1i#!/usr/bin/env python2' -i python/distorm3/sample.py
-}
-
-build() {
-  cd ${pkgname}-${pkgver}
-  make -C make/linux
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-
-  make -C make/linux DESTDIR="${pkgdir}" install
-  python2 setup.py install --root="${pkgdir}" -O1
-
-  install -Dm 755 python/distorm3/sample.py "${pkgdir}/usr/bin/disasm"
-  install -Dm 644 include/*.h -t "${pkgdir}/usr/include"
-  install -Dm 644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}
-
-# vim: ts=2 sw=2 et:

Copied: distorm/repos/community-i686/PKGBUILD (from rev 177484, 
distorm/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-05-30 23:48:33 UTC (rev 177485)
@@ -0,0 +1,40 @@
+# Maintainer: Levente Polyak 
+# Contributor: Mike Sampson 
+# Contributor: Dmitry A. Ilyashevich 
+
+pkgname=distorm
+pkgver=3.3.3
+pkgrel=1
+pkgdesc="Powerful disassembler library for x86/AMD64"
+url='https://github.com/gdabah/distorm'
+arch=('i686' 'x86_64')
+license=('BSD')
+depends=('python2')
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/gdabah/distorm/archive/v${pkgver}.tar.gz)
+sha512sums=('abc37d050efcb7fd7c6e0f1ef055537f06059528fb48a07d159621adca8d905ee3a44b394d75e10aa69f2429fb1023e9282b349281acb3a9474148f195306fbf')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+  sed -r 's|(install)|\1 -D|g' -i make/linux/Makefile
+  sed -r 's|/usr/local/lib|${DESTDIR}/usr/lib/${TARGET}|g' -i 
make/linux/Makefile
+  sed -r 's|(CFLAGS)=|\1+=|g' -i make/linux/Makefile
+  sed -e '1i#!/usr/bin/env python2' -i python/distorm3/sample.py
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+  make -C make/linux
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+
+  make -C make/linux DESTDIR="${pkgdir}" install
+  python2 setup.py install --root="${pkgdir}" -O1
+
+  install -Dm 755 python/distorm3/sample.py "${pkgdir}/usr/bin/disasm"
+  install -Dm 644 include/*.h -t "${pkgdir}/usr/include"
+  install -Dm 644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}
+
+# vim: ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-05-30 23:48:22 UTC (rev 177484)
+++ community-x86_64/PKGBUILD   2016-05-30 23:48:33 UTC (rev 177485)
@@ -1,40 +0,0 @@
-# Maintainer: Levente Polyak 
-# Contributor: Mike Sampson 
-# Contributor: Dmitry A. Ilyashevich 
-
-pkgname=distorm
-pkgver=3.3.0
-pkgrel=2
-pkgdesc="Powerful disassembler library for x86/AMD64"
-url='https://github.com/gdabah/distorm'
-arch=('i686' 'x86_64')
-license=('GPL3')
-depends=('python2')
-source=(${pkgname}-${pkgver}.tar.gz::https://github.com/gdabah/distorm/archive/v${pkgver}.tar.gz)
-sha512sums=('5582d4f52eeb0eee5a3fa352af97c785281b0b4bd42b237d5ca9354114d1311b0976b34f6949c1b14848c9c7a1b972775b7c2644d557700b4878b6c154161cb8')
-
-prepare() {
-  cd ${pkgname}-${pkgver}
-  sed -r 's|(install)|\1 -D|g' -i make/linux/Makefile
-  sed -r 's|/usr/local/lib|${DESTDIR}/usr/lib/${TARGET}|g' 

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

2016-05-30 Thread Levente Polyak
Date: Tuesday, May 31, 2016 @ 01:48:22
  Author: anthraxx
Revision: 177484

upgpkg: distorm 3.3.3-1

Modified:
  distorm/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-05-30 21:49:03 UTC (rev 177483)
+++ PKGBUILD2016-05-30 23:48:22 UTC (rev 177484)
@@ -3,15 +3,15 @@
 # Contributor: Dmitry A. Ilyashevich 
 
 pkgname=distorm
-pkgver=3.3.0
-pkgrel=2
+pkgver=3.3.3
+pkgrel=1
 pkgdesc="Powerful disassembler library for x86/AMD64"
 url='https://github.com/gdabah/distorm'
 arch=('i686' 'x86_64')
-license=('GPL3')
+license=('BSD')
 depends=('python2')
 
source=(${pkgname}-${pkgver}.tar.gz::https://github.com/gdabah/distorm/archive/v${pkgver}.tar.gz)
-sha512sums=('5582d4f52eeb0eee5a3fa352af97c785281b0b4bd42b237d5ca9354114d1311b0976b34f6949c1b14848c9c7a1b972775b7c2644d557700b4878b6c154161cb8')
+sha512sums=('abc37d050efcb7fd7c6e0f1ef055537f06059528fb48a07d159621adca8d905ee3a44b394d75e10aa69f2429fb1023e9282b349281acb3a9474148f195306fbf')
 
 prepare() {
   cd ${pkgname}-${pkgver}


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

2016-05-30 Thread Antonio Rojas
Date: Monday, May 30, 2016 @ 23:48:30
  Author: arojas
Revision: 177482

Update to 0.28

Modified:
  bup/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-05-30 20:52:51 UTC (rev 177481)
+++ PKGBUILD2016-05-30 21:48:30 UTC (rev 177482)
@@ -8,7 +8,7 @@
 # Contributor: SanskritFritz (gmail)
 
 pkgname=bup
-pkgver=0.27.1
+pkgver=0.28
 pkgrel=1
 pkgdesc='Efficient backup system based on the git packfile format'
 arch=('x86_64' 'i686')
@@ -16,36 +16,30 @@
 license=('GPL')
 depends=('python2-fuse' 'par2cmdline' 'pylibacl' 'python2-pyxattr' 'git')
 makedepends=('ruby-ronn' 'git' 'setconf' 'pandoc')
-checkdepends=('rsync')
+checkdepends=('rsync' 'python2-tornado')
 optdepends=('python2-tornado: for bup web')
 source=("git://github.com/bup/bup.git#tag=$pkgver")
 md5sums=('SKIP')
 
 prepare() {
-  cd "$pkgname"
+  cd $pkgname
 
-  # Use Python 2
-  setconf Makefile PYTHON python2
-  grep -rl python | xargs sed -i 's:/python:/python2:g'
-  grep -rl python | xargs sed -i 's:python -:python2 -:g'
-  grep -rl python | xargs sed -i 's:env python:env python2:g'
-  sed -i 's:find_prog python:find_prog python2:g' config/configure
-
   # Make test suite happy
   git config --global user.email "b...@zombo.com"
 }
 
 build() {
-  make -C "$pkgname"
+  cd $pkgname
+  ./configure
+  make
 }
 
 check() {
-  make -C "$pkgname" test -j1
+  cd $pkgname
+  make test -j1
 }
 
 package() {
-  make -C "$pkgname" DESTDIR="$pkgdir" install
+  cd $pkgname
+  make DESTDIR="$pkgdir" PREFIX=/usr install
 }
-
-# getver: bup.github.io
-# vim:set ts=2 sw=2 et:


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

2016-05-30 Thread Sergej Pupykin
Date: Monday, May 30, 2016 @ 22:52:51
  Author: spupykin
Revision: 177481

fix license type

Modified:
  spring-1944/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-05-30 19:12:47 UTC (rev 177480)
+++ PKGBUILD2016-05-30 20:52:51 UTC (rev 177481)
@@ -7,7 +7,7 @@
 pkgdesc="A WWII themed game with four fully functional sides (US, Germany, 
USSR, Britain), period-accurate units and strengths"
 arch=(any)
 url="http://spring1944.net/;
-license="GPL"
+license=("GPL")
 depends=('spring')
 
source=("http://springfiles.com/sites/default/files/downloads/spring/games/s44v17_neptune.sdz;
 "http://spring1944.net/files/Maps/1944_BocageSkirmish.sd7;


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

2016-05-30 Thread Tobias Powalowski
Date: Monday, May 30, 2016 @ 22:15:12
  Author: tpowa
Revision: 268757

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

Added:
  efivar/repos/testing-i686/PKGBUILD
(from rev 268756, efivar/trunk/PKGBUILD)
  efivar/repos/testing-x86_64/PKGBUILD
(from rev 268756, efivar/trunk/PKGBUILD)
Deleted:
  efivar/repos/testing-i686/PKGBUILD
  efivar/repos/testing-x86_64/PKGBUILD

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

Deleted: testing-i686/PKGBUILD
===
--- testing-i686/PKGBUILD   2016-05-30 20:14:50 UTC (rev 268756)
+++ testing-i686/PKGBUILD   2016-05-30 20:15:12 UTC (rev 268757)
@@ -1,58 +0,0 @@
-# $Id$
-# Maintainer : Tobias Powalowski 
-# Contributor : Keshav Amburay <(the ddoott ridikulus ddoott rat) (aatt) 
(gemmaeiil) (ddoott) (ccoomm)>
-
-pkgname="efivar"
-pkgdesc="Tools and library to manipulate EFI variables"
-pkgver=0.23.37.g8740389
-pkgrel=1
-arch=('x86_64' 'i686')
-url="https://github.com/rhinstaller/efivar;
-license=('LGPL2.1')
-makedepends=('git')
-depends=('popt')
-conflicts=('libefivar')
-provides=("libefivar=${pkgver}")
-options=('strip' 'zipman' 'docs')
-#source=("efivar::git+https://github.com/rhinstaller/efivar.git#tag=${pkgver};)
-source=("efivar::git+https://github.com/rhinstaller/efivar.git#commit=8740389dded9202167007508670daefd33a7985f;)
-sha1sums=('SKIP')
-
-pkgver() {
-   cd "${srcdir}/efivar/"
-   echo "$(git describe --tags)" | sed -e 's|efivar-||g' -e 's|-|\.|g'
-}
-
-prepare() {
-   
-   cd "${srcdir}/efivar/"
-   
-   git clean -x -d -f
-   echo
-   
-   sed 's|-O0|-Os|g' -i "${srcdir}/efivar/Make.defaults" || true
-   sed 's|-rpath,$(TOPDIR)/src|-rpath,$(libdir)|g' -i 
"${srcdir}/efivar/src/test/Makefile" || true
-}
-
-build() {
-   
-   cd "${srcdir}/efivar/"
-   
-   make libdir="/usr/lib/" bindir="/usr/bin/" mandir="/usr/share/man/" 
includedir="/usr/include/" V=1 -j1
-cd "${srcdir}/efivar/src/test"
-make libdir="/usr/lib/" bindir="/usr/bin/" mandir="/usr/share/man/" 
includedir="/usr/include/" V=1 -j1
-   echo
-   
-}
-
-package() {
-   
-   cd "${srcdir}/efivar/"
-   
-   make -j1 V=1 DESTDIR="${pkgdir}/" libdir="/usr/lib/" bindir="/usr/bin/" 
mandir="/usr/share/man/" includedir="/usr/include/" install
-   echo
-   
-   install -d "${pkgdir}/usr/bin"
-   install -D -m0755 "${srcdir}/efivar/src/test/tester" 
"${pkgdir}/usr/bin/efivar-tester"
-   
-}

Copied: efivar/repos/testing-i686/PKGBUILD (from rev 268756, 
efivar/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2016-05-30 20:15:12 UTC (rev 268757)
@@ -0,0 +1,58 @@
+# $Id$
+# Maintainer : Tobias Powalowski 
+# Contributor : Keshav Amburay <(the ddoott ridikulus ddoott rat) (aatt) 
(gemmaeiil) (ddoott) (ccoomm)>
+
+pkgname="efivar"
+pkgdesc="Tools and library to manipulate EFI variables"
+pkgver=0.23.37.g8740389
+pkgrel=1
+arch=('x86_64' 'i686')
+url="https://github.com/rhinstaller/efivar;
+license=('LGPL2.1')
+makedepends=('git')
+depends=('popt')
+conflicts=('libefivar')
+provides=("libefivar=${pkgver}")
+options=('strip' 'zipman' 'docs')
+#source=("efivar::git+https://github.com/rhinstaller/efivar.git#tag=${pkgver};)
+source=("efivar::git+https://github.com/rhinstaller/efivar.git#commit=8740389dded9202167007508670daefd33a7985f;)
+sha1sums=('SKIP')
+
+pkgver() {
+   cd "${srcdir}/efivar/"
+   echo "$(git describe --tags)" | sed -e 's|efivar-||g' -e 's|-|\.|g'
+}
+
+prepare() {
+   
+   cd "${srcdir}/efivar/"
+   
+   git clean -x -d -f
+   echo
+   
+   sed 's|-O0|-Os|g' -i "${srcdir}/efivar/Make.defaults" || true
+   sed 's|-rpath,$(TOPDIR)/src|-rpath,$(libdir)|g' -i 
"${srcdir}/efivar/src/test/Makefile" || true
+}
+
+build() {
+   
+   cd "${srcdir}/efivar/"
+   
+   make libdir="/usr/lib/" bindir="/usr/bin/" mandir="/usr/share/man/" 
includedir="/usr/include/" V=1 -j1
+cd "${srcdir}/efivar/src/test"
+make libdir="/usr/lib/" bindir="/usr/bin/" mandir="/usr/share/man/" 
includedir="/usr/include/" V=1 -j1
+   echo
+   
+}
+
+package() {
+   
+   cd "${srcdir}/efivar/"
+   
+   make -j1 V=1 DESTDIR="${pkgdir}/" libdir="/usr/lib/" bindir="/usr/bin/" 
mandir="/usr/share/man/" includedir="/usr/include/" install
+   echo
+   
+   install -d "${pkgdir}/usr/bin"
+   install -D -m0755 "${srcdir}/efivar/src/test/tester" 
"${pkgdir}/usr/bin/efivar-tester"
+   
+}

Deleted: testing-x86_64/PKGBUILD

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

2016-05-30 Thread Tobias Powalowski
Date: Monday, May 30, 2016 @ 22:14:50
  Author: tpowa
Revision: 268756

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

Added:
  efibootmgr/repos/testing-i686/PKGBUILD
(from rev 268755, efibootmgr/trunk/PKGBUILD)
  efibootmgr/repos/testing-i686/efibootmgr-tilt_slashes-func.patch
(from rev 268755, efibootmgr/trunk/efibootmgr-tilt_slashes-func.patch)
  efibootmgr/repos/testing-x86_64/PKGBUILD
(from rev 268755, efibootmgr/trunk/PKGBUILD)
  efibootmgr/repos/testing-x86_64/efibootmgr-tilt_slashes-func.patch
(from rev 268755, efibootmgr/trunk/efibootmgr-tilt_slashes-func.patch)
Deleted:
  efibootmgr/repos/testing-i686/PKGBUILD
  efibootmgr/repos/testing-i686/efibootmgr-tilt_slashes-func.patch
  efibootmgr/repos/testing-x86_64/PKGBUILD
  efibootmgr/repos/testing-x86_64/efibootmgr-tilt_slashes-func.patch

---+
 /PKGBUILD |  106 +
 /efibootmgr-tilt_slashes-func.patch   |  122 
 testing-i686/PKGBUILD |   53 
 testing-i686/efibootmgr-tilt_slashes-func.patch   |   61 --
 testing-x86_64/PKGBUILD   |   53 
 testing-x86_64/efibootmgr-tilt_slashes-func.patch |   61 --
 6 files changed, 228 insertions(+), 228 deletions(-)

Deleted: testing-i686/PKGBUILD
===
--- testing-i686/PKGBUILD   2016-05-30 19:33:26 UTC (rev 268755)
+++ testing-i686/PKGBUILD   2016-05-30 20:14:50 UTC (rev 268756)
@@ -1,53 +0,0 @@
-# Maintainer: Tobias Powalowski 
-# Contributor: Murtuza Akhtari 
-# Contributor: Keshav Amburay <(the ddoott ridikulus ddoott rat) (aatt) 
(gemmaeiil) (ddoott) (ccoomm)>
-
-pkgname="efibootmgr"
-pkgdesc="Tool to modify UEFI Firmware Boot Manager Variables"
-pkgver=0.12.27.g5e9700c
-pkgrel=1
-arch=('x86_64' 'i686')
-url="https://github.com/rhinstaller/efibootmgr;
-license=('GPL2')
-makedepends=('git')
-depends=('pciutils' 'efivar' 'zlib')
-options=('strip' 'zipman' 'docs' '!emptydirs')
-
-#source=("efibootmgr::git+https://github.com/rhinstaller/efibootmgr.git#tag=efibootmgr-${pkgver};)
-source=("efibootmgr::git+https://github.com/rhinstaller/efibootmgr.git#commit=5e9700c2252eed45f4568f3a7c08c866c2c83c0b;)
-sha1sums=('SKIP')
-
-pkgver() {
-   cd "${srcdir}/efibootmgr/"
-   echo "$(git describe --tags)" | sed -e 's|efibootmgr-||g' -e 's|-|\.|g'
-}
-
-prepare() {
-   
-   cd "${srcdir}/efibootmgr/"
-   
-   git clean -x -d -f
-   echo
-   
-}
-
-build() {
-   
-   cd "${srcdir}/efibootmgr/"
-   
-   make EXTRA_CFLAGS="-Os"
-   echo
-   
-}
-
-package() {
-   
-   cd "${srcdir}/efibootmgr/"
-   
-   install -d "${pkgdir}/usr/bin/"
-   install -D -m0755 "${srcdir}/efibootmgr/src/efibootmgr" 
"${pkgdir}/usr/bin/efibootmgr"
-   
-   install -d "${pkgdir}/usr/share/man/man8/"
-   install -D -m0644 "${srcdir}/efibootmgr/src/efibootmgr.8" 
"${pkgdir}/usr/share/man/man8/efibootmgr.8"
-   
-}

Copied: efibootmgr/repos/testing-i686/PKGBUILD (from rev 268755, 
efibootmgr/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2016-05-30 20:14:50 UTC (rev 268756)
@@ -0,0 +1,53 @@
+# Maintainer: Tobias Powalowski 
+# Contributor: Murtuza Akhtari 
+# Contributor: Keshav Amburay <(the ddoott ridikulus ddoott rat) (aatt) 
(gemmaeiil) (ddoott) (ccoomm)>
+
+pkgname="efibootmgr"
+pkgdesc="Tool to modify UEFI Firmware Boot Manager Variables"
+pkgver=0.12.27.g5e9700c
+pkgrel=1
+arch=('x86_64' 'i686')
+url="https://github.com/rhinstaller/efibootmgr;
+license=('GPL2')
+makedepends=('git')
+depends=('pciutils' 'efivar' 'zlib')
+options=('strip' 'zipman' 'docs' '!emptydirs')
+
+#source=("efibootmgr::git+https://github.com/rhinstaller/efibootmgr.git#tag=efibootmgr-${pkgver};)
+source=("efibootmgr::git+https://github.com/rhinstaller/efibootmgr.git#commit=5e9700c2252eed45f4568f3a7c08c866c2c83c0b;)
+sha1sums=('SKIP')
+
+pkgver() {
+   cd "${srcdir}/efibootmgr/"
+   echo "$(git describe --tags)" | sed -e 's|efibootmgr-||g' -e 's|-|\.|g'
+}
+
+prepare() {
+   
+   cd "${srcdir}/efibootmgr/"
+   
+   git clean -x -d -f
+   echo
+   
+}
+
+build() {
+   
+   cd "${srcdir}/efibootmgr/"
+   
+   make EXTRA_CFLAGS="-Os"
+   echo
+   
+}
+
+package() {
+   
+   cd "${srcdir}/efibootmgr/"
+   
+   install -d "${pkgdir}/usr/bin/"
+   install -D -m0755 "${srcdir}/efibootmgr/src/efibootmgr" 
"${pkgdir}/usr/bin/efibootmgr"
+   
+   install -d "${pkgdir}/usr/share/man/man8/"
+   install -D -m0644 "${srcdir}/efibootmgr/src/efibootmgr.8" 
"${pkgdir}/usr/share/man/man8/efibootmgr.8"
+   
+}

Deleted: 

[arch-commits] Commit in lvm2/trunk (6 files)

2016-05-30 Thread Christian Hesse
Date: Monday, May 30, 2016 @ 21:33:11
  Author: eworm
Revision: 268754

upgpkg: lvm2 2.02.154-3

apply 'liblvm: allow config settings to be read without full lvm cmd' FS#49483

Added:
  lvm2/trunk/01-lvm2-make-sockets-static.patch
(from rev 268753, lvm2/trunk/lvm2-make-sockets-static.patch)
  lvm2/trunk/02-liblvm_config_settings.patch
  lvm2/trunk/03-lvm2_activation_generator.patch
(from rev 268753, lvm2/trunk/lvm2_activation_generator.patch)
Modified:
  lvm2/trunk/PKGBUILD
Deleted:
  lvm2/trunk/lvm2-make-sockets-static.patch
  lvm2/trunk/lvm2_activation_generator.patch

+
 01-lvm2-make-sockets-static.patch  |   20 +
 02-liblvm_config_settings.patch|  134 +++
 03-lvm2_activation_generator.patch |   43 +++
 PKGBUILD   |   15 ++-
 lvm2-make-sockets-static.patch |   20 -
 lvm2_activation_generator.patch|   43 ---
 6 files changed, 206 insertions(+), 69 deletions(-)

Copied: lvm2/trunk/01-lvm2-make-sockets-static.patch (from rev 268753, 
lvm2/trunk/lvm2-make-sockets-static.patch)
===
--- 01-lvm2-make-sockets-static.patch   (rev 0)
+++ 01-lvm2-make-sockets-static.patch   2016-05-30 19:33:11 UTC (rev 268754)
@@ -0,0 +1,20 @@
+diff -Nur LVM2.2.02.106.orig/scripts/dm_event_systemd_red_hat.socket.in 
LVM2.2.02.106/scripts/dm_event_systemd_red_hat.socket.in
+--- LVM2.2.02.106.orig/scripts/dm_event_systemd_red_hat.socket.in  
2014-04-10 17:38:46.0 +0200
 LVM2.2.02.106/scripts/dm_event_systemd_red_hat.socket.in   2014-04-26 
14:21:10.097269315 +0200
+@@ -8,6 +8,3 @@
+ ListenFIFO=@DEFAULT_DM_RUN_DIR@/dmeventd-client
+ SocketMode=0600
+ RemoveOnStop=true
+-
+-[Install]
+-WantedBy=sockets.target
+diff -Nur LVM2.2.02.106.orig/scripts/lvm2_lvmetad_systemd_red_hat.socket.in 
LVM2.2.02.106/scripts/lvm2_lvmetad_systemd_red_hat.socket.in
+--- LVM2.2.02.106.orig/scripts/lvm2_lvmetad_systemd_red_hat.socket.in  
2014-04-10 17:38:46.0 +0200
 LVM2.2.02.106/scripts/lvm2_lvmetad_systemd_red_hat.socket.in   
2014-04-26 14:21:15.287156152 +0200
+@@ -7,6 +7,3 @@
+ ListenStream=@DEFAULT_RUN_DIR@/lvmetad.socket
+ SocketMode=0600
+ RemoveOnStop=true
+-
+-[Install]
+-WantedBy=sysinit.target

Added: 02-liblvm_config_settings.patch
===
--- 02-liblvm_config_settings.patch (rev 0)
+++ 02-liblvm_config_settings.patch 2016-05-30 19:33:11 UTC (rev 268754)
@@ -0,0 +1,134 @@
+From 7fd4119d24eee55323e888dd78c70257d7c97a15 Mon Sep 17 00:00:00 2001
+From: David Teigland 
+Date: Tue, 17 May 2016 11:54:13 -0500
+Subject: liblvm: allow config settings to be read without full lvm cmd
+
+A program may be using liblvm2app for simply checking a config
+setting in lvm.conf.  In this case, a full lvm context is not
+needed, only cmd->cft (which are the config settings read from
+lvm.conf).
+
+lvm_config_find_bool() can now be passed a NULL lvm context
+in which case it will only create cmd->cft, check the config
+setting asked for, and destroy the cmd.
+---
+ lib/commands/toolcontext.c | 43 +++
+ lib/commands/toolcontext.h |  8 
+ liblvm/lvm_base.c  | 23 ---
+ 3 files changed, 71 insertions(+), 3 deletions(-)
+
+diff --git a/lib/commands/toolcontext.c b/lib/commands/toolcontext.c
+index 90e5d5a..1e3f14a 100644
+--- a/lib/commands/toolcontext.c
 b/lib/commands/toolcontext.c
+@@ -1776,6 +1776,49 @@ bad:
+   return 0;
+ }
+ 
++void destroy_config_context(struct cmd_context *cmd)
++{
++  _destroy_config(cmd);
++
++  if (cmd->mem)
++  dm_pool_destroy(cmd->mem);
++  if (cmd->libmem)
++  dm_pool_destroy(cmd->libmem);
++
++  dm_free(cmd);
++}
++
++/*
++ * A "config context" is a very light weight toolcontext that
++ * is only used for reading config settings from lvm.conf.
++ */
++struct cmd_context *create_config_context(void)
++{
++  struct cmd_context *cmd;
++
++  if (!(cmd = dm_zalloc(sizeof(*cmd
++  goto_out;
++
++  strcpy(cmd->system_dir, DEFAULT_SYS_DIR);
++
++  if (!_get_env_vars(cmd))
++  goto_out;
++
++  if (!(cmd->libmem = dm_pool_create("library", 4 * 1024)))
++  goto_out;
++
++  dm_list_init(>config_files);
++
++  if (!_init_lvm_conf(cmd))
++  goto_out;
++
++  return cmd;
++out:
++  if (cmd)
++  destroy_config_context(cmd);
++  return NULL;
++}
++
+ /* Entry point */
+ struct cmd_context *create_toolcontext(unsigned is_long_lived,
+  const char *system_dir,
+diff --git a/lib/commands/toolcontext.h b/lib/commands/toolcontext.h
+index c3b9b2e..2cecf27 100644
+--- a/lib/commands/toolcontext.h
 b/lib/commands/toolcontext.h
+@@ 

[arch-commits] Commit in lvm2/repos (34 files)

2016-05-30 Thread Christian Hesse
Date: Monday, May 30, 2016 @ 21:33:26
  Author: eworm
Revision: 268755

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

Added:
  lvm2/repos/testing-i686/01-lvm2-make-sockets-static.patch
(from rev 268754, lvm2/trunk/01-lvm2-make-sockets-static.patch)
  lvm2/repos/testing-i686/02-liblvm_config_settings.patch
(from rev 268754, lvm2/trunk/02-liblvm_config_settings.patch)
  lvm2/repos/testing-i686/03-lvm2_activation_generator.patch
(from rev 268754, lvm2/trunk/03-lvm2_activation_generator.patch)
  lvm2/repos/testing-i686/11-dm-initramfs.rules
(from rev 268754, lvm2/trunk/11-dm-initramfs.rules)
  lvm2/repos/testing-i686/PKGBUILD
(from rev 268754, lvm2/trunk/PKGBUILD)
  lvm2/repos/testing-i686/lvm2.install
(from rev 268754, lvm2/trunk/lvm2.install)
  lvm2/repos/testing-i686/lvm2_hook
(from rev 268754, lvm2/trunk/lvm2_hook)
  lvm2/repos/testing-i686/lvm2_install
(from rev 268754, lvm2/trunk/lvm2_install)
  lvm2/repos/testing-i686/sd-lvm2_install
(from rev 268754, lvm2/trunk/sd-lvm2_install)
  lvm2/repos/testing-x86_64/01-lvm2-make-sockets-static.patch
(from rev 268754, lvm2/trunk/01-lvm2-make-sockets-static.patch)
  lvm2/repos/testing-x86_64/02-liblvm_config_settings.patch
(from rev 268754, lvm2/trunk/02-liblvm_config_settings.patch)
  lvm2/repos/testing-x86_64/03-lvm2_activation_generator.patch
(from rev 268754, lvm2/trunk/03-lvm2_activation_generator.patch)
  lvm2/repos/testing-x86_64/11-dm-initramfs.rules
(from rev 268754, lvm2/trunk/11-dm-initramfs.rules)
  lvm2/repos/testing-x86_64/PKGBUILD
(from rev 268754, lvm2/trunk/PKGBUILD)
  lvm2/repos/testing-x86_64/lvm2.install
(from rev 268754, lvm2/trunk/lvm2.install)
  lvm2/repos/testing-x86_64/lvm2_hook
(from rev 268754, lvm2/trunk/lvm2_hook)
  lvm2/repos/testing-x86_64/lvm2_install
(from rev 268754, lvm2/trunk/lvm2_install)
  lvm2/repos/testing-x86_64/sd-lvm2_install
(from rev 268754, lvm2/trunk/sd-lvm2_install)
Deleted:
  lvm2/repos/testing-i686/11-dm-initramfs.rules
  lvm2/repos/testing-i686/PKGBUILD
  lvm2/repos/testing-i686/lvm2-make-sockets-static.patch
  lvm2/repos/testing-i686/lvm2.install
  lvm2/repos/testing-i686/lvm2_activation_generator.patch
  lvm2/repos/testing-i686/lvm2_hook
  lvm2/repos/testing-i686/lvm2_install
  lvm2/repos/testing-i686/sd-lvm2_install
  lvm2/repos/testing-x86_64/11-dm-initramfs.rules
  lvm2/repos/testing-x86_64/PKGBUILD
  lvm2/repos/testing-x86_64/lvm2-make-sockets-static.patch
  lvm2/repos/testing-x86_64/lvm2.install
  lvm2/repos/testing-x86_64/lvm2_activation_generator.patch
  lvm2/repos/testing-x86_64/lvm2_hook
  lvm2/repos/testing-x86_64/lvm2_install
  lvm2/repos/testing-x86_64/sd-lvm2_install

---+
 /11-dm-initramfs.rules|6 
 /PKGBUILD |  222 
 /lvm2.install |   50 
 /lvm2_hook|   24 ++
 /lvm2_install |   68 ++
 /sd-lvm2_install  |   64 +
 testing-i686/01-lvm2-make-sockets-static.patch|   20 +
 testing-i686/02-liblvm_config_settings.patch  |  134 
 testing-i686/03-lvm2_activation_generator.patch   |   43 +++
 testing-i686/11-dm-initramfs.rules|3 
 testing-i686/PKGBUILD |  108 -
 testing-i686/lvm2-make-sockets-static.patch   |   20 -
 testing-i686/lvm2.install |   25 --
 testing-i686/lvm2_activation_generator.patch  |   43 ---
 testing-i686/lvm2_hook|   12 -
 testing-i686/lvm2_install |   34 ---
 testing-i686/sd-lvm2_install  |   32 --
 testing-x86_64/01-lvm2-make-sockets-static.patch  |   20 +
 testing-x86_64/02-liblvm_config_settings.patch|  134 
 testing-x86_64/03-lvm2_activation_generator.patch |   43 +++
 testing-x86_64/11-dm-initramfs.rules  |3 
 testing-x86_64/PKGBUILD   |  108 -
 testing-x86_64/lvm2-make-sockets-static.patch |   20 -
 testing-x86_64/lvm2.install   |   25 --
 testing-x86_64/lvm2_activation_generator.patch|   43 ---
 testing-x86_64/lvm2_hook  |   12 -
 testing-x86_64/lvm2_install   |   34 ---
 testing-x86_64/sd-lvm2_install|   32 --
 28 files changed, 828 insertions(+), 554 deletions(-)

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


[arch-commits] Commit in owncloud-app-contacts/repos/community-any (PKGBUILD PKGBUILD)

2016-05-30 Thread Sergej Pupykin
Date: Monday, May 30, 2016 @ 21:12:47
  Author: spupykin
Revision: 177480

archrelease: copy trunk to community-any

Added:
  owncloud-app-contacts/repos/community-any/PKGBUILD
(from rev 177479, owncloud-app-contacts/trunk/PKGBUILD)
Deleted:
  owncloud-app-contacts/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2016-05-30 19:11:18 UTC (rev 177479)
+++ PKGBUILD2016-05-30 19:12:47 UTC (rev 177480)
@@ -1,28 +0,0 @@
-# $Id: PKGBUILD 103944 2014-01-13 20:31:53Z spupykin $
-# Maintainer: Sergej Pupykin 
-
-pkgname=owncloud-app-contacts
-epoch=2
-pkgver=1.3.0.0
-pkgrel=1
-pkgdesc="Contacts app for owncloud"
-arch=('any')
-url="http://owncloud.org/;
-license=('GPL')
-depends=('owncloud')
-makedepends=('bower' 'gulp' 'npm' 'git')
-options=('!strip')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/owncloud/contacts/archive/v$pkgver.tar.gz;)
-md5sums=('8aafa54d376c80d85f7582140db71848')
-
-build() {
-  cd ${srcdir}/contacts-$pkgver
-  bower install
-  npm install
-  gulp
-}
-
-package() {
-  install -d ${pkgdir}/usr/share/webapps/owncloud/apps
-  cp -a ${srcdir}/contacts-$pkgver 
${pkgdir}/usr/share/webapps/owncloud/apps/contacts
-}

Copied: owncloud-app-contacts/repos/community-any/PKGBUILD (from rev 177479, 
owncloud-app-contacts/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-05-30 19:12:47 UTC (rev 177480)
@@ -0,0 +1,28 @@
+# $Id: PKGBUILD 103944 2014-01-13 20:31:53Z spupykin $
+# Maintainer: Sergej Pupykin 
+
+pkgname=owncloud-app-contacts
+epoch=2
+pkgver=1.3.0.0
+pkgrel=1
+pkgdesc="Contacts app for owncloud"
+arch=('any')
+url="http://owncloud.org/;
+license=('GPL')
+depends=('owncloud')
+makedepends=('bower' 'gulp' 'npm' 'git')
+options=('!strip')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/owncloud/contacts/archive/v$pkgver.tar.gz;)
+md5sums=('8aafa54d376c80d85f7582140db71848')
+
+build() {
+  cd ${srcdir}/contacts-$pkgver
+  bower install
+  npm install
+  gulp
+}
+
+package() {
+  install -d ${pkgdir}/usr/share/webapps/owncloud/apps
+  cp -a ${srcdir}/contacts-$pkgver 
${pkgdir}/usr/share/webapps/owncloud/apps/contacts
+}


[arch-commits] Commit in owncloud-app-contacts/repos/community-any (PKGBUILD PKGBUILD)

2016-05-30 Thread Sergej Pupykin
Date: Monday, May 30, 2016 @ 21:11:18
  Author: spupykin
Revision: 177479

archrelease: copy trunk to community-any

Added:
  owncloud-app-contacts/repos/community-any/PKGBUILD
(from rev 177478, owncloud-app-contacts/trunk/PKGBUILD)
Deleted:
  owncloud-app-contacts/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2016-05-30 19:10:01 UTC (rev 177478)
+++ PKGBUILD2016-05-30 19:11:18 UTC (rev 177479)
@@ -1,28 +0,0 @@
-# $Id: PKGBUILD 103944 2014-01-13 20:31:53Z spupykin $
-# Maintainer: Sergej Pupykin 
-
-pkgname=owncloud-app-contacts
-epoch=2
-pkgver=1.3.0.0
-pkgrel=1
-pkgdesc="Contacts app for owncloud"
-arch=('any')
-url="http://owncloud.org/;
-license=('GPL')
-depends=('owncloud')
-makedepends=('bower' 'gulp' 'npm' 'git')
-options=('!strip')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/owncloud/contacts/archive/v$pkgver.tar.gz;)
-md5sums=('8aafa54d376c80d85f7582140db71848')
-
-build() {
-  cd ${srcdir}/contacts-$pkgver
-  bower install
-  npm install
-  gulp
-}
-
-package() {
-  install -d ${pkgdir}/usr/share/webapps/owncloud/apps
-  cp -a ${srcdir}/contacts-$pkgver 
${pkgdir}/usr/share/webapps/owncloud/apps/contacts
-}

Copied: owncloud-app-contacts/repos/community-any/PKGBUILD (from rev 177478, 
owncloud-app-contacts/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-05-30 19:11:18 UTC (rev 177479)
@@ -0,0 +1,28 @@
+# $Id: PKGBUILD 103944 2014-01-13 20:31:53Z spupykin $
+# Maintainer: Sergej Pupykin 
+
+pkgname=owncloud-app-contacts
+epoch=2
+pkgver=1.3.0.0
+pkgrel=1
+pkgdesc="Contacts app for owncloud"
+arch=('any')
+url="http://owncloud.org/;
+license=('GPL')
+depends=('owncloud')
+makedepends=('bower' 'gulp' 'npm' 'git')
+options=('!strip')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/owncloud/contacts/archive/v$pkgver.tar.gz;)
+md5sums=('8aafa54d376c80d85f7582140db71848')
+
+build() {
+  cd ${srcdir}/contacts-$pkgver
+  bower install
+  npm install
+  gulp
+}
+
+package() {
+  install -d ${pkgdir}/usr/share/webapps/owncloud/apps
+  cp -a ${srcdir}/contacts-$pkgver 
${pkgdir}/usr/share/webapps/owncloud/apps/contacts
+}


[arch-commits] Commit in owncloud-app-contacts/repos/community-any (PKGBUILD PKGBUILD)

2016-05-30 Thread Sergej Pupykin
Date: Monday, May 30, 2016 @ 21:10:01
  Author: spupykin
Revision: 177478

archrelease: copy trunk to community-any

Added:
  owncloud-app-contacts/repos/community-any/PKGBUILD
(from rev 177477, owncloud-app-contacts/trunk/PKGBUILD)
Deleted:
  owncloud-app-contacts/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2016-05-30 19:04:52 UTC (rev 177477)
+++ PKGBUILD2016-05-30 19:10:01 UTC (rev 177478)
@@ -1,28 +0,0 @@
-# $Id: PKGBUILD 103944 2014-01-13 20:31:53Z spupykin $
-# Maintainer: Sergej Pupykin 
-
-pkgname=owncloud-app-contacts
-epoch=2
-pkgver=1.3.0.0
-pkgrel=1
-pkgdesc="Contacts app for owncloud"
-arch=('any')
-url="http://owncloud.org/;
-license=('GPL')
-depends=('owncloud')
-makedepends=('bower' 'gulp' 'npm' 'git')
-options=('!strip')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/owncloud/contacts/archive/v$pkgver.tar.gz;)
-md5sums=('8aafa54d376c80d85f7582140db71848')
-
-build() {
-  cd ${srcdir}/contacts-$pkgver
-  bower install
-  npm install
-  gulp
-}
-
-package() {
-  install -d ${pkgdir}/usr/share/webapps/owncloud/apps
-  cp -a ${srcdir}/contacts-$pkgver 
${pkgdir}/usr/share/webapps/owncloud/apps/contacts
-}

Copied: owncloud-app-contacts/repos/community-any/PKGBUILD (from rev 177477, 
owncloud-app-contacts/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-05-30 19:10:01 UTC (rev 177478)
@@ -0,0 +1,28 @@
+# $Id: PKGBUILD 103944 2014-01-13 20:31:53Z spupykin $
+# Maintainer: Sergej Pupykin 
+
+pkgname=owncloud-app-contacts
+epoch=2
+pkgver=1.3.0.0
+pkgrel=1
+pkgdesc="Contacts app for owncloud"
+arch=('any')
+url="http://owncloud.org/;
+license=('GPL')
+depends=('owncloud')
+makedepends=('bower' 'gulp' 'npm' 'git')
+options=('!strip')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/owncloud/contacts/archive/v$pkgver.tar.gz;)
+md5sums=('8aafa54d376c80d85f7582140db71848')
+
+build() {
+  cd ${srcdir}/contacts-$pkgver
+  bower install
+  npm install
+  gulp
+}
+
+package() {
+  install -d ${pkgdir}/usr/share/webapps/owncloud/apps
+  cp -a ${srcdir}/contacts-$pkgver 
${pkgdir}/usr/share/webapps/owncloud/apps/contacts
+}


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

2016-05-30 Thread Sergej Pupykin
Date: Monday, May 30, 2016 @ 21:04:42
  Author: spupykin
Revision: 177476

upgpkg: owncloud-app-contacts 2:1.3.0.0-1

upd

Modified:
  owncloud-app-contacts/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-05-30 18:30:35 UTC (rev 177475)
+++ PKGBUILD2016-05-30 19:04:42 UTC (rev 177476)
@@ -3,7 +3,7 @@
 
 pkgname=owncloud-app-contacts
 epoch=2
-pkgver=1.2.0.0
+pkgver=1.3.0.0
 pkgrel=1
 pkgdesc="Contacts app for owncloud"
 arch=('any')
@@ -13,7 +13,7 @@
 makedepends=('bower' 'gulp' 'npm' 'git')
 options=('!strip')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/owncloud/contacts/archive/v$pkgver.tar.gz;)
-md5sums=('5e94225d9b0688f06c4655850a5b5158')
+md5sums=('8aafa54d376c80d85f7582140db71848')
 
 build() {
   cd ${srcdir}/contacts-$pkgver


[arch-commits] Commit in owncloud-app-contacts/repos/community-any (PKGBUILD PKGBUILD)

2016-05-30 Thread Sergej Pupykin
Date: Monday, May 30, 2016 @ 21:04:52
  Author: spupykin
Revision: 177477

archrelease: copy trunk to community-any

Added:
  owncloud-app-contacts/repos/community-any/PKGBUILD
(from rev 177476, owncloud-app-contacts/trunk/PKGBUILD)
Deleted:
  owncloud-app-contacts/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2016-05-30 19:04:42 UTC (rev 177476)
+++ PKGBUILD2016-05-30 19:04:52 UTC (rev 177477)
@@ -1,28 +0,0 @@
-# $Id: PKGBUILD 103944 2014-01-13 20:31:53Z spupykin $
-# Maintainer: Sergej Pupykin 
-
-pkgname=owncloud-app-contacts
-epoch=2
-pkgver=1.2.0.0
-pkgrel=1
-pkgdesc="Contacts app for owncloud"
-arch=('any')
-url="http://owncloud.org/;
-license=('GPL')
-depends=('owncloud')
-makedepends=('bower' 'gulp' 'npm' 'git')
-options=('!strip')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/owncloud/contacts/archive/v$pkgver.tar.gz;)
-md5sums=('5e94225d9b0688f06c4655850a5b5158')
-
-build() {
-  cd ${srcdir}/contacts-$pkgver
-  bower install
-  npm install
-  gulp
-}
-
-package() {
-  install -d ${pkgdir}/usr/share/webapps/owncloud/apps
-  cp -a ${srcdir}/contacts-$pkgver 
${pkgdir}/usr/share/webapps/owncloud/apps/contacts
-}

Copied: owncloud-app-contacts/repos/community-any/PKGBUILD (from rev 177476, 
owncloud-app-contacts/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-05-30 19:04:52 UTC (rev 177477)
@@ -0,0 +1,28 @@
+# $Id: PKGBUILD 103944 2014-01-13 20:31:53Z spupykin $
+# Maintainer: Sergej Pupykin 
+
+pkgname=owncloud-app-contacts
+epoch=2
+pkgver=1.3.0.0
+pkgrel=1
+pkgdesc="Contacts app for owncloud"
+arch=('any')
+url="http://owncloud.org/;
+license=('GPL')
+depends=('owncloud')
+makedepends=('bower' 'gulp' 'npm' 'git')
+options=('!strip')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/owncloud/contacts/archive/v$pkgver.tar.gz;)
+md5sums=('8aafa54d376c80d85f7582140db71848')
+
+build() {
+  cd ${srcdir}/contacts-$pkgver
+  bower install
+  npm install
+  gulp
+}
+
+package() {
+  install -d ${pkgdir}/usr/share/webapps/owncloud/apps
+  cp -a ${srcdir}/contacts-$pkgver 
${pkgdir}/usr/share/webapps/owncloud/apps/contacts
+}


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

2016-05-30 Thread Tobias Powalowski
Date: Monday, May 30, 2016 @ 20:38:19
  Author: tpowa
Revision: 268753

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

Added:
  efibootmgr/repos/testing-i686/
  efibootmgr/repos/testing-i686/PKGBUILD
(from rev 268752, efibootmgr/trunk/PKGBUILD)
  efibootmgr/repos/testing-i686/efibootmgr-tilt_slashes-func.patch
(from rev 268752, efibootmgr/trunk/efibootmgr-tilt_slashes-func.patch)
  efibootmgr/repos/testing-x86_64/
  efibootmgr/repos/testing-x86_64/PKGBUILD
(from rev 268752, efibootmgr/trunk/PKGBUILD)
  efibootmgr/repos/testing-x86_64/efibootmgr-tilt_slashes-func.patch
(from rev 268752, efibootmgr/trunk/efibootmgr-tilt_slashes-func.patch)

---+
 testing-i686/PKGBUILD |   53 +
 testing-i686/efibootmgr-tilt_slashes-func.patch   |   61 
 testing-x86_64/PKGBUILD   |   53 +
 testing-x86_64/efibootmgr-tilt_slashes-func.patch |   61 
 4 files changed, 228 insertions(+)

Copied: efibootmgr/repos/testing-i686/PKGBUILD (from rev 268752, 
efibootmgr/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2016-05-30 18:38:19 UTC (rev 268753)
@@ -0,0 +1,53 @@
+# Maintainer: Tobias Powalowski 
+# Contributor: Murtuza Akhtari 
+# Contributor: Keshav Amburay <(the ddoott ridikulus ddoott rat) (aatt) 
(gemmaeiil) (ddoott) (ccoomm)>
+
+pkgname="efibootmgr"
+pkgdesc="Tool to modify UEFI Firmware Boot Manager Variables"
+pkgver=0.12.27.g5e9700c
+pkgrel=1
+arch=('x86_64' 'i686')
+url="https://github.com/rhinstaller/efibootmgr;
+license=('GPL2')
+makedepends=('git')
+depends=('pciutils' 'efivar' 'zlib')
+options=('strip' 'zipman' 'docs' '!emptydirs')
+
+#source=("efibootmgr::git+https://github.com/rhinstaller/efibootmgr.git#tag=efibootmgr-${pkgver};)
+source=("efibootmgr::git+https://github.com/rhinstaller/efibootmgr.git#commit=5e9700c2252eed45f4568f3a7c08c866c2c83c0b;)
+sha1sums=('SKIP')
+
+pkgver() {
+   cd "${srcdir}/efibootmgr/"
+   echo "$(git describe --tags)" | sed -e 's|efibootmgr-||g' -e 's|-|\.|g'
+}
+
+prepare() {
+   
+   cd "${srcdir}/efibootmgr/"
+   
+   git clean -x -d -f
+   echo
+   
+}
+
+build() {
+   
+   cd "${srcdir}/efibootmgr/"
+   
+   make EXTRA_CFLAGS="-Os"
+   echo
+   
+}
+
+package() {
+   
+   cd "${srcdir}/efibootmgr/"
+   
+   install -d "${pkgdir}/usr/bin/"
+   install -D -m0755 "${srcdir}/efibootmgr/src/efibootmgr" 
"${pkgdir}/usr/bin/efibootmgr"
+   
+   install -d "${pkgdir}/usr/share/man/man8/"
+   install -D -m0644 "${srcdir}/efibootmgr/src/efibootmgr.8" 
"${pkgdir}/usr/share/man/man8/efibootmgr.8"
+   
+}

Copied: efibootmgr/repos/testing-i686/efibootmgr-tilt_slashes-func.patch (from 
rev 268752, efibootmgr/trunk/efibootmgr-tilt_slashes-func.patch)
===
--- testing-i686/efibootmgr-tilt_slashes-func.patch 
(rev 0)
+++ testing-i686/efibootmgr-tilt_slashes-func.patch 2016-05-30 18:38:19 UTC 
(rev 268753)
@@ -0,0 +1,61 @@
+diff --git a/src/efibootmgr/efibootmgr.c b/src/efibootmgr/efibootmgr.c
+index 236365a..9883961 100644
+--- a/src/efibootmgr/efibootmgr.c
 b/src/efibootmgr/efibootmgr.c
+@@ -803,6 +803,7 @@ usage()
+   printf("\t-V | --version  return version and exit\n");
+   printf("\t-w | --write-signature  write unique sig to MBR if needed\n");
+   printf("\t-@ | --append-binary-args file  append extra args from file 
(use \"-\" for stdin)\n");
++  printf("\t   | --help show help/usage\n");
+ }
+ 
+ static void
+@@ -863,6 +864,7 @@ parse_opts(int argc, char **argv)
+   {"version",no_argument, 0, 'V'},
+   {"write-signature",no_argument, 0, 'w'},
+   {"append-binary-args", required_argument, 0, '@'},
++  {"help",   no_argument, 0,   2},
+   {0, 0, 0, 0}
+   };
+ 
+@@ -1014,6 +1016,10 @@ parse_opts(int argc, char **argv)
+   opts.write_signature = 1;
+   break;
+ 
++  case 2:
++  usage();
++  exit(1);
++
+   default:
+   usage();
+   exit(1);
+diff --git a/src/lib/efi.c b/src/lib/efi.c
+index a4ce5cf..8ef8be8 100644
+--- a/src/lib/efi.c
 b/src/lib/efi.c
+@@ -70,6 +70,16 @@ efi_guid_unparse(efi_guid_t *guid, char *out)
+ return out;
+ }
+ 
++char *
++tilt_slashes(char *s)
++{
++  char *p;
++  for (p = s; *p; p++)
++  if (*p == '/')
++  *p = '\\';
++  return s;
++}
++
+ void
+ 

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

2016-05-30 Thread Tobias Powalowski
Date: Monday, May 30, 2016 @ 20:38:11
  Author: tpowa
Revision: 268752

upgpkg: efibootmgr 0.12.27.g5e9700c-1

bump to latest version

Modified:
  efibootmgr/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-05-30 18:35:08 UTC (rev 268751)
+++ PKGBUILD2016-05-30 18:38:11 UTC (rev 268752)
@@ -4,7 +4,7 @@
 
 pkgname="efibootmgr"
 pkgdesc="Tool to modify UEFI Firmware Boot Manager Variables"
-pkgver=0.12.25.g75d2580
+pkgver=0.12.27.g5e9700c
 pkgrel=1
 arch=('x86_64' 'i686')
 url="https://github.com/rhinstaller/efibootmgr;
@@ -14,7 +14,7 @@
 options=('strip' 'zipman' 'docs' '!emptydirs')
 
 
#source=("efibootmgr::git+https://github.com/rhinstaller/efibootmgr.git#tag=efibootmgr-${pkgver};)
-source=("efibootmgr::git+https://github.com/rhinstaller/efibootmgr.git#commit=75d25807ba81cb724964c989012611272c8f1f5d;)
+source=("efibootmgr::git+https://github.com/rhinstaller/efibootmgr.git#commit=5e9700c2252eed45f4568f3a7c08c866c2c83c0b;)
 sha1sums=('SKIP')
 
 pkgver() {


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

2016-05-30 Thread Tobias Powalowski
Date: Monday, May 30, 2016 @ 20:35:08
  Author: tpowa
Revision: 268751

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

Added:
  efivar/repos/testing-i686/PKGBUILD
(from rev 268750, efivar/trunk/PKGBUILD)
  efivar/repos/testing-x86_64/PKGBUILD
(from rev 268750, efivar/trunk/PKGBUILD)
Deleted:
  efivar/repos/testing-i686/PKGBUILD
  efivar/repos/testing-x86_64/PKGBUILD

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

Deleted: testing-i686/PKGBUILD
===
--- testing-i686/PKGBUILD   2016-05-30 18:33:54 UTC (rev 268750)
+++ testing-i686/PKGBUILD   2016-05-30 18:35:08 UTC (rev 268751)
@@ -1,58 +0,0 @@
-# $Id$
-# Maintainer : Tobias Powalowski 
-# Contributor : Keshav Amburay <(the ddoott ridikulus ddoott rat) (aatt) 
(gemmaeiil) (ddoott) (ccoomm)>
-
-pkgname="efivar"
-pkgdesc="Tools and library to manipulate EFI variables"
-pkgver=0.23.37.g8740389
-pkgrel=1
-arch=('x86_64' 'i686')
-url="https://github.com/rhinstaller/efivar;
-license=('LGPL2.1')
-makedepends=('git')
-depends=('popt')
-conflicts=('libefivar')
-provides=("libefivar=${pkgver}")
-options=('strip' 'zipman' 'docs')
-#source=("efivar::git+https://github.com/rhinstaller/efivar.git#tag=${pkgver};)
-source=("efivar::git+https://github.com/rhinstaller/efivar.git#commit=8740389dded9202167007508670daefd33a7985f;)
-sha1sums=('SKIP')
-
-pkgver() {
-   cd "${srcdir}/efivar/"
-   echo "$(git describe --tags)" | sed -e 's|efivar-||g' -e 's|-|\.|g'
-}
-
-prepare() {
-   
-   cd "${srcdir}/efivar/"
-   
-   git clean -x -d -f
-   echo
-   
-   sed 's|-O0|-Os|g' -i "${srcdir}/efivar/Make.defaults" || true
-   sed 's|-rpath,$(TOPDIR)/src|-rpath,$(libdir)|g' -i 
"${srcdir}/efivar/src/test/Makefile" || true
-}
-
-build() {
-   
-   cd "${srcdir}/efivar/"
-   
-   make libdir="/usr/lib/" bindir="/usr/bin/" mandir="/usr/share/man/" 
includedir="/usr/include/" V=1 -j1
-cd "${srcdir}/efivar/src/test"
-make libdir="/usr/lib/" bindir="/usr/bin/" mandir="/usr/share/man/" 
includedir="/usr/include/" V=1 -j1
-   echo
-   
-}
-
-package() {
-   
-   cd "${srcdir}/efivar/"
-   
-   make -j1 V=1 DESTDIR="${pkgdir}/" libdir="/usr/lib/" bindir="/usr/bin/" 
mandir="/usr/share/man/" includedir="/usr/include/" install
-   echo
-   
-   install -d "${pkgdir}/usr/bin"
-   install -D -m0755 "${srcdir}/efivar/src/test/tester" 
"${pkgdir}/usr/bin/efivar-tester"
-   
-}

Copied: efivar/repos/testing-i686/PKGBUILD (from rev 268750, 
efivar/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2016-05-30 18:35:08 UTC (rev 268751)
@@ -0,0 +1,58 @@
+# $Id$
+# Maintainer : Tobias Powalowski 
+# Contributor : Keshav Amburay <(the ddoott ridikulus ddoott rat) (aatt) 
(gemmaeiil) (ddoott) (ccoomm)>
+
+pkgname="efivar"
+pkgdesc="Tools and library to manipulate EFI variables"
+pkgver=0.23.37.g8740389
+pkgrel=1
+arch=('x86_64' 'i686')
+url="https://github.com/rhinstaller/efivar;
+license=('LGPL2.1')
+makedepends=('git')
+depends=('popt')
+conflicts=('libefivar')
+provides=("libefivar=${pkgver}")
+options=('strip' 'zipman' 'docs')
+#source=("efivar::git+https://github.com/rhinstaller/efivar.git#tag=${pkgver};)
+source=("efivar::git+https://github.com/rhinstaller/efivar.git#commit=8740389dded9202167007508670daefd33a7985f;)
+sha1sums=('SKIP')
+
+pkgver() {
+   cd "${srcdir}/efivar/"
+   echo "$(git describe --tags)" | sed -e 's|efivar-||g' -e 's|-|\.|g'
+}
+
+prepare() {
+   
+   cd "${srcdir}/efivar/"
+   
+   git clean -x -d -f
+   echo
+   
+   sed 's|-O0|-Os|g' -i "${srcdir}/efivar/Make.defaults" || true
+   sed 's|-rpath,$(TOPDIR)/src|-rpath,$(libdir)|g' -i 
"${srcdir}/efivar/src/test/Makefile" || true
+}
+
+build() {
+   
+   cd "${srcdir}/efivar/"
+   
+   make libdir="/usr/lib/" bindir="/usr/bin/" mandir="/usr/share/man/" 
includedir="/usr/include/" V=1 -j1
+cd "${srcdir}/efivar/src/test"
+make libdir="/usr/lib/" bindir="/usr/bin/" mandir="/usr/share/man/" 
includedir="/usr/include/" V=1 -j1
+   echo
+   
+}
+
+package() {
+   
+   cd "${srcdir}/efivar/"
+   
+   make -j1 V=1 DESTDIR="${pkgdir}/" libdir="/usr/lib/" bindir="/usr/bin/" 
mandir="/usr/share/man/" includedir="/usr/include/" install
+   echo
+   
+   install -d "${pkgdir}/usr/bin"
+   install -D -m0755 "${srcdir}/efivar/src/test/tester" 
"${pkgdir}/usr/bin/efivar-tester"
+   
+}

Deleted: testing-x86_64/PKGBUILD

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

2016-05-30 Thread Tobias Powalowski
Date: Monday, May 30, 2016 @ 20:33:36
  Author: tpowa
Revision: 268749

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

Added:
  efivar/repos/testing-i686/
  efivar/repos/testing-i686/PKGBUILD
(from rev 268748, efivar/trunk/PKGBUILD)
  efivar/repos/testing-x86_64/
  efivar/repos/testing-x86_64/PKGBUILD
(from rev 268748, efivar/trunk/PKGBUILD)

-+
 testing-i686/PKGBUILD   |   58 ++
 testing-x86_64/PKGBUILD |   58 ++
 2 files changed, 116 insertions(+)

Copied: efivar/repos/testing-i686/PKGBUILD (from rev 268748, 
efivar/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2016-05-30 18:33:36 UTC (rev 268749)
@@ -0,0 +1,58 @@
+# $Id$
+# Maintainer : Tobias Powalowski 
+# Contributor : Keshav Amburay <(the ddoott ridikulus ddoott rat) (aatt) 
(gemmaeiil) (ddoott) (ccoomm)>
+
+pkgname="efivar"
+pkgdesc="Tools and library to manipulate EFI variables"
+pkgver=0.23.37.g8740389
+pkgrel=1
+arch=('x86_64' 'i686')
+url="https://github.com/rhinstaller/efivar;
+license=('LGPL2.1')
+makedepends=('git')
+depends=('popt')
+conflicts=('libefivar')
+provides=("libefivar=${pkgver}")
+options=('strip' 'zipman' 'docs')
+#source=("efivar::git+https://github.com/rhinstaller/efivar.git#tag=${pkgver};)
+source=("efivar::git+https://github.com/rhinstaller/efivar.git#commit=8740389dded9202167007508670daefd33a7985f;)
+sha1sums=('SKIP')
+
+pkgver() {
+   cd "${srcdir}/efivar/"
+   echo "$(git describe --tags)" | sed -e 's|efivar-||g' -e 's|-|\.|g'
+}
+
+prepare() {
+   
+   cd "${srcdir}/efivar/"
+   
+   git clean -x -d -f
+   echo
+   
+   sed 's|-O0|-Os|g' -i "${srcdir}/efivar/Make.defaults" || true
+   sed 's|-rpath,$(TOPDIR)/src|-rpath,$(libdir)|g' -i 
"${srcdir}/efivar/src/test/Makefile" || true
+}
+
+build() {
+   
+   cd "${srcdir}/efivar/"
+   
+   make libdir="/usr/lib/" bindir="/usr/bin/" mandir="/usr/share/man/" 
includedir="/usr/include/" V=1 -j1
+cd "${srcdir}/efivar/src/test"
+make libdir="/usr/lib/" bindir="/usr/bin/" mandir="/usr/share/man/" 
includedir="/usr/include/" V=1 -j1
+   echo
+   
+}
+
+package() {
+   
+   cd "${srcdir}/efivar/"
+   
+   make -j1 V=1 DESTDIR="${pkgdir}/" libdir="/usr/lib/" bindir="/usr/bin/" 
mandir="/usr/share/man/" includedir="/usr/include/" install
+   echo
+   
+   install -d "${pkgdir}/usr/bin"
+   install -D -m0755 "${srcdir}/efivar/src/test/tester" 
"${pkgdir}/usr/bin/efivar-tester"
+   
+}

Copied: efivar/repos/testing-x86_64/PKGBUILD (from rev 268748, 
efivar/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2016-05-30 18:33:36 UTC (rev 268749)
@@ -0,0 +1,58 @@
+# $Id$
+# Maintainer : Tobias Powalowski 
+# Contributor : Keshav Amburay <(the ddoott ridikulus ddoott rat) (aatt) 
(gemmaeiil) (ddoott) (ccoomm)>
+
+pkgname="efivar"
+pkgdesc="Tools and library to manipulate EFI variables"
+pkgver=0.23.37.g8740389
+pkgrel=1
+arch=('x86_64' 'i686')
+url="https://github.com/rhinstaller/efivar;
+license=('LGPL2.1')
+makedepends=('git')
+depends=('popt')
+conflicts=('libefivar')
+provides=("libefivar=${pkgver}")
+options=('strip' 'zipman' 'docs')
+#source=("efivar::git+https://github.com/rhinstaller/efivar.git#tag=${pkgver};)
+source=("efivar::git+https://github.com/rhinstaller/efivar.git#commit=8740389dded9202167007508670daefd33a7985f;)
+sha1sums=('SKIP')
+
+pkgver() {
+   cd "${srcdir}/efivar/"
+   echo "$(git describe --tags)" | sed -e 's|efivar-||g' -e 's|-|\.|g'
+}
+
+prepare() {
+   
+   cd "${srcdir}/efivar/"
+   
+   git clean -x -d -f
+   echo
+   
+   sed 's|-O0|-Os|g' -i "${srcdir}/efivar/Make.defaults" || true
+   sed 's|-rpath,$(TOPDIR)/src|-rpath,$(libdir)|g' -i 
"${srcdir}/efivar/src/test/Makefile" || true
+}
+
+build() {
+   
+   cd "${srcdir}/efivar/"
+   
+   make libdir="/usr/lib/" bindir="/usr/bin/" mandir="/usr/share/man/" 
includedir="/usr/include/" V=1 -j1
+cd "${srcdir}/efivar/src/test"
+make libdir="/usr/lib/" bindir="/usr/bin/" mandir="/usr/share/man/" 
includedir="/usr/include/" V=1 -j1
+   echo
+   
+}
+
+package() {
+   
+   cd "${srcdir}/efivar/"
+   
+   make -j1 V=1 DESTDIR="${pkgdir}/" libdir="/usr/lib/" bindir="/usr/bin/" 
mandir="/usr/share/man/" includedir="/usr/include/" install
+   echo
+   
+   install -d "${pkgdir}/usr/bin"
+   install -D -m0755 "${srcdir}/efivar/src/test/tester" 
"${pkgdir}/usr/bin/efivar-tester"
+   
+}


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

2016-05-30 Thread Tobias Powalowski
Date: Monday, May 30, 2016 @ 20:33:26
  Author: tpowa
Revision: 268748

upgpkg: efivar 0.23.37.g8740389-1

bump to latest version

Modified:
  efivar/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-05-30 16:11:14 UTC (rev 268747)
+++ PKGBUILD2016-05-30 18:33:26 UTC (rev 268748)
@@ -4,7 +4,7 @@
 
 pkgname="efivar"
 pkgdesc="Tools and library to manipulate EFI variables"
-pkgver=0.23.30.gc5685d8
+pkgver=0.23.37.g8740389
 pkgrel=1
 arch=('x86_64' 'i686')
 url="https://github.com/rhinstaller/efivar;
@@ -15,7 +15,7 @@
 provides=("libefivar=${pkgver}")
 options=('strip' 'zipman' 'docs')
 #source=("efivar::git+https://github.com/rhinstaller/efivar.git#tag=${pkgver};)
-source=("efivar::git+https://github.com/rhinstaller/efivar.git#commit=c5685d8d14a0164728a6587fe037a3b995db721b;)
+source=("efivar::git+https://github.com/rhinstaller/efivar.git#commit=8740389dded9202167007508670daefd33a7985f;)
 sha1sums=('SKIP')
 
 pkgver() {


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

2016-05-30 Thread Tobias Powalowski
Date: Monday, May 30, 2016 @ 20:33:54
  Author: tpowa
Revision: 268750

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

Added:
  efivar/repos/testing-i686/PKGBUILD
(from rev 268749, efivar/trunk/PKGBUILD)
  efivar/repos/testing-x86_64/PKGBUILD
(from rev 268749, efivar/trunk/PKGBUILD)
Deleted:
  efivar/repos/testing-i686/PKGBUILD
  efivar/repos/testing-x86_64/PKGBUILD

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

Deleted: testing-i686/PKGBUILD
===
--- testing-i686/PKGBUILD   2016-05-30 18:33:36 UTC (rev 268749)
+++ testing-i686/PKGBUILD   2016-05-30 18:33:54 UTC (rev 268750)
@@ -1,58 +0,0 @@
-# $Id$
-# Maintainer : Tobias Powalowski 
-# Contributor : Keshav Amburay <(the ddoott ridikulus ddoott rat) (aatt) 
(gemmaeiil) (ddoott) (ccoomm)>
-
-pkgname="efivar"
-pkgdesc="Tools and library to manipulate EFI variables"
-pkgver=0.23.37.g8740389
-pkgrel=1
-arch=('x86_64' 'i686')
-url="https://github.com/rhinstaller/efivar;
-license=('LGPL2.1')
-makedepends=('git')
-depends=('popt')
-conflicts=('libefivar')
-provides=("libefivar=${pkgver}")
-options=('strip' 'zipman' 'docs')
-#source=("efivar::git+https://github.com/rhinstaller/efivar.git#tag=${pkgver};)
-source=("efivar::git+https://github.com/rhinstaller/efivar.git#commit=8740389dded9202167007508670daefd33a7985f;)
-sha1sums=('SKIP')
-
-pkgver() {
-   cd "${srcdir}/efivar/"
-   echo "$(git describe --tags)" | sed -e 's|efivar-||g' -e 's|-|\.|g'
-}
-
-prepare() {
-   
-   cd "${srcdir}/efivar/"
-   
-   git clean -x -d -f
-   echo
-   
-   sed 's|-O0|-Os|g' -i "${srcdir}/efivar/Make.defaults" || true
-   sed 's|-rpath,$(TOPDIR)/src|-rpath,$(libdir)|g' -i 
"${srcdir}/efivar/src/test/Makefile" || true
-}
-
-build() {
-   
-   cd "${srcdir}/efivar/"
-   
-   make libdir="/usr/lib/" bindir="/usr/bin/" mandir="/usr/share/man/" 
includedir="/usr/include/" V=1 -j1
-cd "${srcdir}/efivar/src/test"
-make libdir="/usr/lib/" bindir="/usr/bin/" mandir="/usr/share/man/" 
includedir="/usr/include/" V=1 -j1
-   echo
-   
-}
-
-package() {
-   
-   cd "${srcdir}/efivar/"
-   
-   make -j1 V=1 DESTDIR="${pkgdir}/" libdir="/usr/lib/" bindir="/usr/bin/" 
mandir="/usr/share/man/" includedir="/usr/include/" install
-   echo
-   
-   install -d "${pkgdir}/usr/bin"
-   install -D -m0755 "${srcdir}/efivar/src/test/tester" 
"${pkgdir}/usr/bin/efivar-tester"
-   
-}

Copied: efivar/repos/testing-i686/PKGBUILD (from rev 268749, 
efivar/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2016-05-30 18:33:54 UTC (rev 268750)
@@ -0,0 +1,58 @@
+# $Id$
+# Maintainer : Tobias Powalowski 
+# Contributor : Keshav Amburay <(the ddoott ridikulus ddoott rat) (aatt) 
(gemmaeiil) (ddoott) (ccoomm)>
+
+pkgname="efivar"
+pkgdesc="Tools and library to manipulate EFI variables"
+pkgver=0.23.37.g8740389
+pkgrel=1
+arch=('x86_64' 'i686')
+url="https://github.com/rhinstaller/efivar;
+license=('LGPL2.1')
+makedepends=('git')
+depends=('popt')
+conflicts=('libefivar')
+provides=("libefivar=${pkgver}")
+options=('strip' 'zipman' 'docs')
+#source=("efivar::git+https://github.com/rhinstaller/efivar.git#tag=${pkgver};)
+source=("efivar::git+https://github.com/rhinstaller/efivar.git#commit=8740389dded9202167007508670daefd33a7985f;)
+sha1sums=('SKIP')
+
+pkgver() {
+   cd "${srcdir}/efivar/"
+   echo "$(git describe --tags)" | sed -e 's|efivar-||g' -e 's|-|\.|g'
+}
+
+prepare() {
+   
+   cd "${srcdir}/efivar/"
+   
+   git clean -x -d -f
+   echo
+   
+   sed 's|-O0|-Os|g' -i "${srcdir}/efivar/Make.defaults" || true
+   sed 's|-rpath,$(TOPDIR)/src|-rpath,$(libdir)|g' -i 
"${srcdir}/efivar/src/test/Makefile" || true
+}
+
+build() {
+   
+   cd "${srcdir}/efivar/"
+   
+   make libdir="/usr/lib/" bindir="/usr/bin/" mandir="/usr/share/man/" 
includedir="/usr/include/" V=1 -j1
+cd "${srcdir}/efivar/src/test"
+make libdir="/usr/lib/" bindir="/usr/bin/" mandir="/usr/share/man/" 
includedir="/usr/include/" V=1 -j1
+   echo
+   
+}
+
+package() {
+   
+   cd "${srcdir}/efivar/"
+   
+   make -j1 V=1 DESTDIR="${pkgdir}/" libdir="/usr/lib/" bindir="/usr/bin/" 
mandir="/usr/share/man/" includedir="/usr/include/" install
+   echo
+   
+   install -d "${pkgdir}/usr/bin"
+   install -D -m0755 "${srcdir}/efivar/src/test/tester" 
"${pkgdir}/usr/bin/efivar-tester"
+   
+}

Deleted: testing-x86_64/PKGBUILD

[arch-commits] Commit in lib32-gtk3/repos/multilib-x86_64 (5 files)

2016-05-30 Thread Maxime Gauduin
Date: Monday, May 30, 2016 @ 20:30:35
  Author: alucryd
Revision: 177475

archrelease: copy trunk to multilib-x86_64

Added:
  lib32-gtk3/repos/multilib-x86_64/PKGBUILD
(from rev 177474, lib32-gtk3/trunk/PKGBUILD)
  lib32-gtk3/repos/multilib-x86_64/gtk-query-immodules-3.0-32.hook
(from rev 177474, lib32-gtk3/trunk/gtk-query-immodules-3.0-32.hook)
Deleted:
  lib32-gtk3/repos/multilib-x86_64/PKGBUILD
  lib32-gtk3/repos/multilib-x86_64/gtk-query-immodules-3.0-32.hook
  lib32-gtk3/repos/multilib-x86_64/gtk3-scrolledwindow.patch

-+
 PKGBUILD|  125 ++
 gtk-query-immodules-3.0-32.hook |   22 +++---
 gtk3-scrolledwindow.patch   |   33 --
 3 files changed, 72 insertions(+), 108 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2016-05-30 18:23:50 UTC (rev 177474)
+++ PKGBUILD2016-05-30 18:30:35 UTC (rev 177475)
@@ -1,64 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin 
-# Contributor: josephgbr 
-# Contributor: GordonGR 
-
-pkgname=lib32-gtk3
-pkgver=3.20.5
-pkgrel=1
-pkgdesc='GObject-based multi-platform GUI toolkit'
-arch=('x86_64')
-license=('LGPL')
-url='http://www.gtk.org/'
-depends=('gtk3' 'lib32-at-spi2-atk' 'lib32-colord' 'lib32-gdk-pixbuf2'
- 'lib32-json-glib' 'lib32-libcups' 'lib32-libepoxy' 'lib32-librsvg'
- 'lib32-libxcomposite' 'lib32-libxcursor' 'lib32-libxinerama'
- 'lib32-libxkbcommon' 'lib32-libxrandr' 'lib32-pango' 'lib32-rest')
-makedepends=('gcc-multilib' 'gobject-introspection' 'gtk-doc')
-source=("https://download.gnome.org/sources/gtk+/${pkgver:0:4}/gtk+-$pkgver.tar.xz;
-'gtk-query-immodules-3.0-32.hook'
-'gtk3-scrolledwindow.patch')
-sha256sums=('9790b0267384904ad8a08e7f16e5f9ff1c4037de57788d48d1eaf528355b1564'
-'6b786bbcb83ba850675339b42690eedba110dcd8d0c3cdb5cfef333d8f9c320b'
-'806be66e612c313d42d3f9384cb1bb986f89d1b9c680ab86f9e1032534fb0c09')
-
-prepare() {
-  cd gtk+-${pkgver}
-
-  patch -Np1 -i ../gtk3-scrolledwindow.patch
-  NOCONFIGURE=1 ./autogen.sh
-}
-
-build() {
-  cd gtk+-${pkgver}
-
-  export CC='gcc -m32'
-  export CXX='/bin/false'
-  export PKG_CONFIG_PATH='/usr/lib32/pkgconfig'
-
-  ./configure \
---prefix='/usr' \
---libdir='/usr/lib32' \
---localstatedir='/var' \
---sysconfdir='/etc' \
---enable-{broadway,wayland,x11}-backend \
---disable-libcanberra \
---disable-schemas-compile
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-  make
-}
-
-package() {
-  cd gtk+-${pkgver}
-
-  make DESTDIR="${pkgdir}" install
-  mv "${pkgdir}"/usr/bin/gtk-query-immodules-3.0{,-32}
-  mv "${pkgdir}"/usr/bin/gtk-query-settings{,-32}
-  rm 
"${pkgdir}"/usr/bin/{broadwayd,gtk-{builder-tool,encode-symbolic-svg,launch,update-icon-cache},gtk3-{demo,demo-application,icon-browser,widget-factory}}
-  rm -rf "${pkgdir}"/{etc,usr/{include,share}}
-
-  install -dm 755 "${pkgdir}"/usr/share/libalpm/hooks
-  install -m 644 ../gtk-query-immodules-3.0-32.hook 
"${pkgdir}"/usr/share/libalpm/hooks/
-}
-
-# vim: ts=2 sw=2 et:

Copied: lib32-gtk3/repos/multilib-x86_64/PKGBUILD (from rev 177474, 
lib32-gtk3/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-05-30 18:30:35 UTC (rev 177475)
@@ -0,0 +1,61 @@
+# $Id$
+# Maintainer: Maxime Gauduin 
+# Contributor: josephgbr 
+# Contributor: GordonGR 
+
+pkgname=lib32-gtk3
+pkgver=3.20.6
+pkgrel=1
+pkgdesc='GObject-based multi-platform GUI toolkit'
+arch=('x86_64')
+license=('LGPL')
+url='http://www.gtk.org/'
+depends=('gtk3' 'lib32-at-spi2-atk' 'lib32-colord' 'lib32-gdk-pixbuf2'
+ 'lib32-json-glib' 'lib32-libcups' 'lib32-libepoxy' 'lib32-librsvg'
+ 'lib32-libxcomposite' 'lib32-libxcursor' 'lib32-libxinerama'
+ 'lib32-libxkbcommon' 'lib32-libxrandr' 'lib32-pango' 'lib32-rest')
+makedepends=('gcc-multilib' 'gobject-introspection' 'gtk-doc')
+source=("https://download.gnome.org/sources/gtk+/${pkgver:0:4}/gtk+-$pkgver.tar.xz;
+'gtk-query-immodules-3.0-32.hook')
+sha256sums=('3f8016563a96b1cfef4ac9e795647f6316deb2978ff939b19e4e4f8f936fa4b2'
+'6b786bbcb83ba850675339b42690eedba110dcd8d0c3cdb5cfef333d8f9c320b')
+
+prepare() {
+  cd gtk+-${pkgver}
+
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd gtk+-${pkgver}
+
+  export CC='gcc -m32'
+  export CXX='/bin/false'
+  export PKG_CONFIG_PATH='/usr/lib32/pkgconfig'
+
+  ./configure \
+--prefix='/usr' \
+--libdir='/usr/lib32' \
+--localstatedir='/var' \
+--sysconfdir='/etc' \
+--enable-{broadway,wayland,x11}-backend \
+--disable-libcanberra \
+--disable-schemas-compile
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make
+}
+

[arch-commits] Commit in lib32-gtk3/trunk (PKGBUILD gtk3-scrolledwindow.patch)

2016-05-30 Thread Maxime Gauduin
Date: Monday, May 30, 2016 @ 20:23:50
  Author: alucryd
Revision: 177474

upgpkg: lib32-gtk3 3.20.6-1

Modified:
  lib32-gtk3/trunk/PKGBUILD
Deleted:
  lib32-gtk3/trunk/gtk3-scrolledwindow.patch

---+
 PKGBUILD  |   11 ---
 gtk3-scrolledwindow.patch |   33 -
 2 files changed, 4 insertions(+), 40 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-05-30 18:13:26 UTC (rev 177473)
+++ PKGBUILD2016-05-30 18:23:50 UTC (rev 177474)
@@ -4,7 +4,7 @@
 # Contributor: GordonGR 
 
 pkgname=lib32-gtk3
-pkgver=3.20.5
+pkgver=3.20.6
 pkgrel=1
 pkgdesc='GObject-based multi-platform GUI toolkit'
 arch=('x86_64')
@@ -16,16 +16,13 @@
  'lib32-libxkbcommon' 'lib32-libxrandr' 'lib32-pango' 'lib32-rest')
 makedepends=('gcc-multilib' 'gobject-introspection' 'gtk-doc')
 
source=("https://download.gnome.org/sources/gtk+/${pkgver:0:4}/gtk+-$pkgver.tar.xz;
-'gtk-query-immodules-3.0-32.hook'
-'gtk3-scrolledwindow.patch')
-sha256sums=('9790b0267384904ad8a08e7f16e5f9ff1c4037de57788d48d1eaf528355b1564'
-'6b786bbcb83ba850675339b42690eedba110dcd8d0c3cdb5cfef333d8f9c320b'
-'806be66e612c313d42d3f9384cb1bb986f89d1b9c680ab86f9e1032534fb0c09')
+'gtk-query-immodules-3.0-32.hook')
+sha256sums=('3f8016563a96b1cfef4ac9e795647f6316deb2978ff939b19e4e4f8f936fa4b2'
+'6b786bbcb83ba850675339b42690eedba110dcd8d0c3cdb5cfef333d8f9c320b')
 
 prepare() {
   cd gtk+-${pkgver}
 
-  patch -Np1 -i ../gtk3-scrolledwindow.patch
   NOCONFIGURE=1 ./autogen.sh
 }
 

Deleted: gtk3-scrolledwindow.patch
===
--- gtk3-scrolledwindow.patch   2016-05-30 18:13:26 UTC (rev 177473)
+++ gtk3-scrolledwindow.patch   2016-05-30 18:23:50 UTC (rev 177474)
@@ -1,33 +0,0 @@
-From ca8d51e6d0f78cc170cc212dd7ef6664d2e662f4 Mon Sep 17 00:00:00 2001
-From: Matthias Clasen 
-Date: Fri, 20 May 2016 09:16:35 -0400
-Subject: Revert "scrolledwindow: Remove child before destroying self"
-
-This reverts commit dcb4b48b29559ca632bb020a3b8eb2b9188b02e7.
-
-This was causing crashes in the filechooser in some applications.
-
-https://bugzilla.gnome.org/show_bug.cgi?id=766694

- gtk/gtkscrolledwindow.c | 5 -
- 1 file changed, 5 deletions(-)
-
-diff --git a/gtk/gtkscrolledwindow.c b/gtk/gtkscrolledwindow.c
-index 0918d72..1b52082 100644
 a/gtk/gtkscrolledwindow.c
-+++ b/gtk/gtkscrolledwindow.c
-@@ -2672,11 +2672,6 @@ gtk_scrolled_window_destroy (GtkWidget *widget)
- {
-   GtkScrolledWindow *scrolled_window = GTK_SCROLLED_WINDOW (widget);
-   GtkScrolledWindowPrivate *priv = scrolled_window->priv;
--  GtkWidget *child;
--
--  child = gtk_bin_get_child (GTK_BIN (widget));
--  if (child)
--gtk_container_remove (GTK_CONTAINER (widget), child);
- 
-   remove_indicator (scrolled_window, >hindicator);
-   remove_indicator (scrolled_window, >vindicator);
--- 
-cgit v0.12
-


[arch-commits] Commit in lib32-glib-networking/repos/multilib-x86_64 (4 files)

2016-05-30 Thread Maxime Gauduin
Date: Monday, May 30, 2016 @ 20:13:26
  Author: alucryd
Revision: 177473

archrelease: copy trunk to multilib-x86_64

Added:
  lib32-glib-networking/repos/multilib-x86_64/PKGBUILD
(from rev 177472, lib32-glib-networking/trunk/PKGBUILD)
  lib32-glib-networking/repos/multilib-x86_64/glib-networking.install
(from rev 177472, lib32-glib-networking/trunk/glib-networking.install)
Deleted:
  lib32-glib-networking/repos/multilib-x86_64/PKGBUILD
  lib32-glib-networking/repos/multilib-x86_64/glib-networking.install

-+
 PKGBUILD|   84 +++---
 glib-networking.install |   26 +++---
 2 files changed, 55 insertions(+), 55 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2016-05-30 14:08:05 UTC (rev 177472)
+++ PKGBUILD2016-05-30 18:13:26 UTC (rev 177473)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin 
-# Contributor: josephgbr 
-
-pkgname=lib32-glib-networking
-pkgver=2.48.1
-pkgrel=1
-pkgdesc='Network-related giomodules for glib'
-arch=('x86_64')
-url='http://www.gtk.org/'
-license=('GPL2')
-depends=('glib-networking' 'lib32-glib2' 'lib32-gnutls' 'lib32-libproxy')
-makedepends=('ca-certificates' 'gcc-multilib' 'intltool')
-install='glib-networking.install'
-source=("http://download.gnome.org/sources/glib-networking/${pkgver%.*}/glib-networking-${pkgver}.tar.xz;)
-sha256sums=('cf9923ab9860011c5af6d58b0aa1db693d353f2008014a3dcb07af1952bea44a')
-
-build() {
-  cd glib-networking-${pkgver}
-
-  export CC='gcc -m32'
-  export CXX='g++ -m32'
-  export PKG_CONFIG_PATH='/usr/lib32/pkgconfig'
-
-  ./configure \
---prefix='/usr' \
---libdir='/usr/lib32' \
---libexecdir='/usr/lib32/glib-networking' \
---sysconfdir='/etc' \
---disable-installed-tests \
---disable-static
-  make
-}
-
-package() {
-  cd glib-networking-${pkgver}
-
-  make DESTDIR="${pkgdir}" install
-  rm -rf "${pkgdir}"/usr/{lib,share}
-}
-
-# vim: ts=2 sw=2 et:

Copied: lib32-glib-networking/repos/multilib-x86_64/PKGBUILD (from rev 177472, 
lib32-glib-networking/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-05-30 18:13:26 UTC (rev 177473)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Maxime Gauduin 
+# Contributor: josephgbr 
+
+pkgname=lib32-glib-networking
+pkgver=2.48.2
+pkgrel=1
+pkgdesc='Network-related giomodules for glib'
+arch=('x86_64')
+url='https://git.gnome.org/browse/glib-networking/'
+license=('GPL2')
+depends=('glib-networking' 'lib32-glib2' 'lib32-gnutls' 'lib32-libproxy')
+makedepends=('ca-certificates' 'gcc-multilib' 'intltool')
+install='glib-networking.install'
+source=("http://download.gnome.org/sources/glib-networking/${pkgver%.*}/glib-networking-${pkgver}.tar.xz;)
+sha256sums=('925c0c49d6b2b8b5695f2e33cd952d1dbb7d18d3f2f796413577719315bb3a84')
+
+build() {
+  cd glib-networking-${pkgver}
+
+  export CC='gcc -m32'
+  export CXX='g++ -m32'
+  export PKG_CONFIG_PATH='/usr/lib32/pkgconfig'
+
+  ./configure \
+--prefix='/usr' \
+--libdir='/usr/lib32' \
+--libexecdir='/usr/lib32/glib-networking' \
+--sysconfdir='/etc' \
+--disable-installed-tests \
+--disable-static
+  make
+}
+
+package() {
+  cd glib-networking-${pkgver}
+
+  make DESTDIR="${pkgdir}" install
+  rm -rf "${pkgdir}"/usr/{lib,share}
+}
+
+# vim: ts=2 sw=2 et:

Deleted: glib-networking.install
===
--- glib-networking.install 2016-05-30 14:08:05 UTC (rev 177472)
+++ glib-networking.install 2016-05-30 18:13:26 UTC (rev 177473)
@@ -1,13 +0,0 @@
-post_install() {
-  gio-querymodules-32 usr/lib32/gio/modules
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}
-
-# vim: ts=2 sw=2 et:

Copied: lib32-glib-networking/repos/multilib-x86_64/glib-networking.install 
(from rev 177472, lib32-glib-networking/trunk/glib-networking.install)
===
--- glib-networking.install (rev 0)
+++ glib-networking.install 2016-05-30 18:13:26 UTC (rev 177473)
@@ -0,0 +1,13 @@
+post_install() {
+  gio-querymodules-32 usr/lib32/gio/modules
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}
+
+# vim: ts=2 sw=2 et:


[arch-commits] Commit in libraw (8 files)

2016-05-30 Thread Antonio Rojas
Date: Monday, May 30, 2016 @ 18:11:14
  Author: arojas
Revision: 268747

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

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

+
 extra-i686/PKGBUILD|   41 +++
 extra-i686/libraw-gcc6.patch   |   82 +++
 extra-x86_64/PKGBUILD  |   41 +++
 extra-x86_64/libraw-gcc6.patch |   82 +++
 4 files changed, 246 insertions(+)

Copied: libraw/repos/extra-i686/PKGBUILD (from rev 268746, 
libraw/trunk/PKGBUILD)
===
--- repos/extra-i686/PKGBUILD   (rev 0)
+++ repos/extra-i686/PKGBUILD   2016-05-30 16:11:14 UTC (rev 268747)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+# Contributor: Jaroslav Lichtblau 
+# Contributor: Ionut Biru 
+# Contributor: Joeny Ang 
+# Contributor: Brad Fanella 
+
+pkgname=libraw
+pkgver=0.17.2
+pkgrel=1
+pkgdesc="A library for reading RAW files obtained from digital photo cameras 
(CRW/CR2, NEF, RAF, DNG, and others)"
+arch=('i686' 'x86_64')
+url="http://www.libraw.org/;
+license=(CDDL LGPL custom)
+depends=(lcms2 jasper)
+source=("http://www.libraw.org/data/LibRaw-${pkgver}.tar.gz; libraw-gcc6.patch)
+sha256sums=('92b0c42c7666eca9307e5e1f97d6fefc196cf0b7ee089e22880259a76fafd15c'
+'317af364c48fd346eef0b116264a8c048aed923e2d850c0f2dd2d30a34b3771a')
+
+prepare() {
+  cd LibRaw-$pkgver
+# Fix build with GCC 6 (Fedora)
+  patch -p0 -i ../libraw-gcc6.patch
+}
+
+build() {
+  cd LibRaw-$pkgver
+  ./configure --prefix=/usr \
+--disable-examples
+  make
+}
+
+package() {
+  cd LibRaw-$pkgver
+  make DESTDIR="$pkgdir" install
+
+  install -d "$pkgdir"/usr/share/licenses/$pkgname
+  install -D -m644 "$srcdir"/LibRaw-$pkgver/LICENSE.LibRaw.pdf \
+"$pkgdir"/usr/share/licenses/$pkgname
+}

Copied: libraw/repos/extra-i686/libraw-gcc6.patch (from rev 268746, 
libraw/trunk/libraw-gcc6.patch)
===
--- repos/extra-i686/libraw-gcc6.patch  (rev 0)
+++ repos/extra-i686/libraw-gcc6.patch  2016-05-30 16:11:14 UTC (rev 268747)
@@ -0,0 +1,82 @@
+--- internal/dcraw_common.cpp
 internal/dcraw_common.cpp
+@@ -4417,30 +4417,37 @@ void CLASS lin_interpolate()
+  */
+ void CLASS vng_interpolate()
+ {
+-  static const signed char *cp, terms[] = {
+--2,-2,+0,-1,0,0x01, -2,-2,+0,+0,1,0x01, -2,-1,-1,+0,0,0x01,
+--2,-1,+0,-1,0,0x02, -2,-1,+0,+0,0,0x03, -2,-1,+0,+1,1,0x01,
+--2,+0,+0,-1,0,0x06, -2,+0,+0,+0,1,0x02, -2,+0,+0,+1,0,0x03,
+--2,+1,-1,+0,0,0x04, -2,+1,+0,-1,1,0x04, -2,+1,+0,+0,0,0x06,
+--2,+1,+0,+1,0,0x02, -2,+2,+0,+0,1,0x04, -2,+2,+0,+1,0,0x04,
+--1,-2,-1,+0,0,0x80, -1,-2,+0,-1,0,0x01, -1,-2,+1,-1,0,0x01,
+--1,-2,+1,+0,1,0x01, -1,-1,-1,+1,0,0x88, -1,-1,+1,-2,0,0x40,
+--1,-1,+1,-1,0,0x22, -1,-1,+1,+0,0,0x33, -1,-1,+1,+1,1,0x11,
+--1,+0,-1,+2,0,0x08, -1,+0,+0,-1,0,0x44, -1,+0,+0,+1,0,0x11,
+--1,+0,+1,-2,1,0x40, -1,+0,+1,-1,0,0x66, -1,+0,+1,+0,1,0x22,
+--1,+0,+1,+1,0,0x33, -1,+0,+1,+2,1,0x10, -1,+1,+1,-1,1,0x44,
+--1,+1,+1,+0,0,0x66, -1,+1,+1,+1,0,0x22, -1,+1,+1,+2,0,0x10,
+--1,+2,+0,+1,0,0x04, -1,+2,+1,+0,1,0x04, -1,+2,+1,+1,0,0x04,
+-+0,-2,+0,+0,1,0x80, +0,-1,+0,+1,1,0x88, +0,-1,+1,-2,0,0x40,
+-+0,-1,+1,+0,0,0x11, +0,-1,+2,-2,0,0x40, +0,-1,+2,-1,0,0x20,
+-+0,-1,+2,+0,0,0x30, +0,-1,+2,+1,1,0x10, +0,+0,+0,+2,1,0x08,
+-+0,+0,+2,-2,1,0x40, +0,+0,+2,-1,0,0x60, +0,+0,+2,+0,1,0x20,
+-+0,+0,+2,+1,0,0x30, +0,+0,+2,+2,1,0x10, +0,+1,+1,+0,0,0x44,
+-+0,+1,+1,+2,0,0x10, +0,+1,+2,-1,1,0x40, +0,+1,+2,+0,0,0x60,
+-+0,+1,+2,+1,0,0x20, +0,+1,+2,+2,0,0x10, +1,-2,+1,+0,0,0x80,
+-+1,-1,+1,+1,0,0x88, +1,+0,+1,+2,0,0x08, +1,+0,+2,-1,0,0x40,
+-+1,+0,+2,+1,0,0x10
+-  }, chood[] = { -1,-1, -1,0, -1,+1, 0,+1, +1,+1, +1,0, +1,-1, 0,-1 };
++  struct interpolate_terms {
++signed char y1, x1, y2, x2, weight;
++unsigned char grads;
++  };
++  static const interpolate_terms terms[] = {
++{-2,-2,+0,-1,0,0x01}, {-2,-2,+0,+0,1,0x01}, {-2,-1,-1,+0,0,0x01},
++{-2,-1,+0,-1,0,0x02}, {-2,-1,+0,+0,0,0x03}, {-2,-1,+0,+1,1,0x01},
++{-2,+0,+0,-1,0,0x06}, {-2,+0,+0,+0,1,0x02}, {-2,+0,+0,+1,0,0x03},
++{-2,+1,-1,+0,0,0x04}, {-2,+1,+0,-1,1,0x04}, 

[arch-commits] Commit in libraw/repos (extra-i686/PKGBUILD extra-x86_64/PKGBUILD)

2016-05-30 Thread Antonio Rojas
Date: Monday, May 30, 2016 @ 18:10:06
  Author: arojas
Revision: 268746

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

Deleted:
  libraw/repos/extra-i686/PKGBUILD
  libraw/repos/extra-x86_64/PKGBUILD

---+
 extra-i686/PKGBUILD   |   41 -
 extra-x86_64/PKGBUILD |   41 -
 2 files changed, 82 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-05-30 16:07:47 UTC (rev 268745)
+++ extra-i686/PKGBUILD 2016-05-30 16:10:06 UTC (rev 268746)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-# Contributor: Jaroslav Lichtblau 
-# Contributor: Ionut Biru 
-# Contributor: Joeny Ang 
-# Contributor: Brad Fanella 
-
-pkgname=libraw
-pkgver=0.17.2
-pkgrel=1
-pkgdesc="A library for reading RAW files obtained from digital photo cameras 
(CRW/CR2, NEF, RAF, DNG, and others)"
-arch=('i686' 'x86_64')
-url="http://www.libraw.org/;
-license=(CDDL LGPL custom)
-depends=(lcms2 jasper)
-source=("http://www.libraw.org/data/LibRaw-${pkgver}.tar.gz; libraw-gcc6.patch)
-sha256sums=('92b0c42c7666eca9307e5e1f97d6fefc196cf0b7ee089e22880259a76fafd15c'
-'317af364c48fd346eef0b116264a8c048aed923e2d850c0f2dd2d30a34b3771a')
-
-prepare() {
-  cd LibRaw-$pkgver
-# Fix build with GCC 6 (Fedora)
-  patch -p0 -i ../libraw-gcc6.patch
-}
-
-build() {
-  cd LibRaw-$pkgver
-  ./configure --prefix=/usr \
---disable-examples
-  make
-}
-
-package() {
-  cd LibRaw-$pkgver
-  make DESTDIR="$pkgdir" install
-
-  install -d "$pkgdir"/usr/share/licenses/$pkgname
-  install -D -m644 "$srcdir"/LibRaw-$pkgver/LICENSE.LibRaw.pdf \
-"$pkgdir"/usr/share/licenses/$pkgname
-}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2016-05-30 16:07:47 UTC (rev 268745)
+++ extra-x86_64/PKGBUILD   2016-05-30 16:10:06 UTC (rev 268746)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-# Contributor: Jaroslav Lichtblau 
-# Contributor: Ionut Biru 
-# Contributor: Joeny Ang 
-# Contributor: Brad Fanella 
-
-pkgname=libraw
-pkgver=0.17.2
-pkgrel=1
-pkgdesc="A library for reading RAW files obtained from digital photo cameras 
(CRW/CR2, NEF, RAF, DNG, and others)"
-arch=('i686' 'x86_64')
-url="http://www.libraw.org/;
-license=(CDDL LGPL custom)
-depends=(lcms2 jasper)
-source=("http://www.libraw.org/data/LibRaw-${pkgver}.tar.gz; libraw-gcc6.patch)
-sha256sums=('92b0c42c7666eca9307e5e1f97d6fefc196cf0b7ee089e22880259a76fafd15c'
-'317af364c48fd346eef0b116264a8c048aed923e2d850c0f2dd2d30a34b3771a')
-
-prepare() {
-  cd LibRaw-$pkgver
-# Fix build with GCC 6 (Fedora)
-  patch -p0 -i ../libraw-gcc6.patch
-}
-
-build() {
-  cd LibRaw-$pkgver
-  ./configure --prefix=/usr \
---disable-examples
-  make
-}
-
-package() {
-  cd LibRaw-$pkgver
-  make DESTDIR="$pkgdir" install
-
-  install -d "$pkgdir"/usr/share/licenses/$pkgname
-  install -D -m644 "$srcdir"/LibRaw-$pkgver/LICENSE.LibRaw.pdf \
-"$pkgdir"/usr/share/licenses/$pkgname
-}


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

2016-05-30 Thread Antonio Rojas
Date: Monday, May 30, 2016 @ 18:07:47
  Author: arojas
Revision: 268745

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

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

+
 /PKGBUILD  |   82 +++
 extra-i686/PKGBUILD|   33 ---
 extra-i686/libraw-gcc6.patch   |   82 +++
 extra-x86_64/PKGBUILD  |   33 ---
 extra-x86_64/libraw-gcc6.patch |   82 +++
 5 files changed, 246 insertions(+), 66 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-05-30 16:07:13 UTC (rev 268744)
+++ extra-i686/PKGBUILD 2016-05-30 16:07:47 UTC (rev 268745)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Andre Scarpino 
-# Contributor: Jaroslav Lichtblau 
-# Contributor: Ionut Biru 
-# Contributor: Joeny Ang 
-# Contributor: Brad Fanella 
-
-pkgname=libraw
-pkgver=0.17.1
-pkgrel=1
-pkgdesc="A library for reading RAW files obtained from digital photo cameras 
(CRW/CR2, NEF, RAF, DNG, and others)"
-arch=('i686' 'x86_64')
-url="http://www.libraw.org/;
-license=('CDDL' 'LGPL' 'custom')
-depends=('lcms2' 'jasper')
-source=("http://www.libraw.org/data/LibRaw-${pkgver}.tar.gz;)
-sha256sums=('e599651a4cc37e00cfc2d2b56be87c3a4e4dae2c360b680fe9ab3f93d07cdea1')
-
-build() {
-  cd LibRaw-${pkgver}
-  ./configure --prefix=/usr \
---disable-examples
-  make
-}
-
-package() {
-  cd LibRaw-${pkgver}
-  make DESTDIR="${pkgdir}" install
-
-  install -d "${pkgdir}"/usr/share/licenses/${pkgname}
-  install -D -m644 "${srcdir}"/LibRaw-${pkgver}/LICENSE.LibRaw.pdf \
-"${pkgdir}"/usr/share/licenses/${pkgname}
-}

Copied: libraw/repos/extra-i686/PKGBUILD (from rev 268744, 
libraw/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-05-30 16:07:47 UTC (rev 268745)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+# Contributor: Jaroslav Lichtblau 
+# Contributor: Ionut Biru 
+# Contributor: Joeny Ang 
+# Contributor: Brad Fanella 
+
+pkgname=libraw
+pkgver=0.17.2
+pkgrel=1
+pkgdesc="A library for reading RAW files obtained from digital photo cameras 
(CRW/CR2, NEF, RAF, DNG, and others)"
+arch=('i686' 'x86_64')
+url="http://www.libraw.org/;
+license=(CDDL LGPL custom)
+depends=(lcms2 jasper)
+source=("http://www.libraw.org/data/LibRaw-${pkgver}.tar.gz; libraw-gcc6.patch)
+sha256sums=('92b0c42c7666eca9307e5e1f97d6fefc196cf0b7ee089e22880259a76fafd15c'
+'317af364c48fd346eef0b116264a8c048aed923e2d850c0f2dd2d30a34b3771a')
+
+prepare() {
+  cd LibRaw-$pkgver
+# Fix build with GCC 6 (Fedora)
+  patch -p0 -i ../libraw-gcc6.patch
+}
+
+build() {
+  cd LibRaw-$pkgver
+  ./configure --prefix=/usr \
+--disable-examples
+  make
+}
+
+package() {
+  cd LibRaw-$pkgver
+  make DESTDIR="$pkgdir" install
+
+  install -d "$pkgdir"/usr/share/licenses/$pkgname
+  install -D -m644 "$srcdir"/LibRaw-$pkgver/LICENSE.LibRaw.pdf \
+"$pkgdir"/usr/share/licenses/$pkgname
+}

Copied: libraw/repos/extra-i686/libraw-gcc6.patch (from rev 268744, 
libraw/trunk/libraw-gcc6.patch)
===
--- extra-i686/libraw-gcc6.patch(rev 0)
+++ extra-i686/libraw-gcc6.patch2016-05-30 16:07:47 UTC (rev 268745)
@@ -0,0 +1,82 @@
+--- internal/dcraw_common.cpp
 internal/dcraw_common.cpp
+@@ -4417,30 +4417,37 @@ void CLASS lin_interpolate()
+  */
+ void CLASS vng_interpolate()
+ {
+-  static const signed char *cp, terms[] = {
+--2,-2,+0,-1,0,0x01, -2,-2,+0,+0,1,0x01, -2,-1,-1,+0,0,0x01,
+--2,-1,+0,-1,0,0x02, -2,-1,+0,+0,0,0x03, -2,-1,+0,+1,1,0x01,
+--2,+0,+0,-1,0,0x06, -2,+0,+0,+0,1,0x02, -2,+0,+0,+1,0,0x03,
+--2,+1,-1,+0,0,0x04, -2,+1,+0,-1,1,0x04, -2,+1,+0,+0,0,0x06,
+--2,+1,+0,+1,0,0x02, -2,+2,+0,+0,1,0x04, -2,+2,+0,+1,0,0x04,
+--1,-2,-1,+0,0,0x80, -1,-2,+0,-1,0,0x01, -1,-2,+1,-1,0,0x01,
+--1,-2,+1,+0,1,0x01, -1,-1,-1,+1,0,0x88, -1,-1,+1,-2,0,0x40,
+--1,-1,+1,-1,0,0x22, -1,-1,+1,+0,0,0x33, -1,-1,+1,+1,1,0x11,
+--1,+0,-1,+2,0,0x08, 

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

2016-05-30 Thread Antonio Rojas
Date: Monday, May 30, 2016 @ 18:07:13
  Author: arojas
Revision: 268744

Update to 0.17.2

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

---+
 PKGBUILD  |   32 
 libraw-gcc6.patch |   82 
 2 files changed, 102 insertions(+), 12 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-05-30 14:28:34 UTC (rev 268743)
+++ PKGBUILD2016-05-30 16:07:13 UTC (rev 268744)
@@ -1,5 +1,6 @@
 # $Id$
-# Maintainer: Andre Scarpino 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
 # Contributor: Jaroslav Lichtblau 
 # Contributor: Ionut Biru 
 # Contributor: Joeny Ang 
@@ -6,18 +7,25 @@
 # Contributor: Brad Fanella 
 
 pkgname=libraw
-pkgver=0.17.1
+pkgver=0.17.2
 pkgrel=1
 pkgdesc="A library for reading RAW files obtained from digital photo cameras 
(CRW/CR2, NEF, RAF, DNG, and others)"
 arch=('i686' 'x86_64')
 url="http://www.libraw.org/;
-license=('CDDL' 'LGPL' 'custom')
-depends=('lcms2' 'jasper')
-source=("http://www.libraw.org/data/LibRaw-${pkgver}.tar.gz;)
-sha256sums=('e599651a4cc37e00cfc2d2b56be87c3a4e4dae2c360b680fe9ab3f93d07cdea1')
+license=(CDDL LGPL custom)
+depends=(lcms2 jasper)
+source=("http://www.libraw.org/data/LibRaw-${pkgver}.tar.gz; libraw-gcc6.patch)
+sha256sums=('92b0c42c7666eca9307e5e1f97d6fefc196cf0b7ee089e22880259a76fafd15c'
+'317af364c48fd346eef0b116264a8c048aed923e2d850c0f2dd2d30a34b3771a')
 
+prepare() {
+  cd LibRaw-$pkgver
+# Fix build with GCC 6 (Fedora)
+  patch -p0 -i ../libraw-gcc6.patch
+}
+
 build() {
-  cd LibRaw-${pkgver}
+  cd LibRaw-$pkgver
   ./configure --prefix=/usr \
 --disable-examples
   make
@@ -24,10 +32,10 @@
 }
 
 package() {
-  cd LibRaw-${pkgver}
-  make DESTDIR="${pkgdir}" install
+  cd LibRaw-$pkgver
+  make DESTDIR="$pkgdir" install
 
-  install -d "${pkgdir}"/usr/share/licenses/${pkgname}
-  install -D -m644 "${srcdir}"/LibRaw-${pkgver}/LICENSE.LibRaw.pdf \
-"${pkgdir}"/usr/share/licenses/${pkgname}
+  install -d "$pkgdir"/usr/share/licenses/$pkgname
+  install -D -m644 "$srcdir"/LibRaw-$pkgver/LICENSE.LibRaw.pdf \
+"$pkgdir"/usr/share/licenses/$pkgname
 }

Added: libraw-gcc6.patch
===
--- libraw-gcc6.patch   (rev 0)
+++ libraw-gcc6.patch   2016-05-30 16:07:13 UTC (rev 268744)
@@ -0,0 +1,82 @@
+--- internal/dcraw_common.cpp
 internal/dcraw_common.cpp
+@@ -4417,30 +4417,37 @@ void CLASS lin_interpolate()
+  */
+ void CLASS vng_interpolate()
+ {
+-  static const signed char *cp, terms[] = {
+--2,-2,+0,-1,0,0x01, -2,-2,+0,+0,1,0x01, -2,-1,-1,+0,0,0x01,
+--2,-1,+0,-1,0,0x02, -2,-1,+0,+0,0,0x03, -2,-1,+0,+1,1,0x01,
+--2,+0,+0,-1,0,0x06, -2,+0,+0,+0,1,0x02, -2,+0,+0,+1,0,0x03,
+--2,+1,-1,+0,0,0x04, -2,+1,+0,-1,1,0x04, -2,+1,+0,+0,0,0x06,
+--2,+1,+0,+1,0,0x02, -2,+2,+0,+0,1,0x04, -2,+2,+0,+1,0,0x04,
+--1,-2,-1,+0,0,0x80, -1,-2,+0,-1,0,0x01, -1,-2,+1,-1,0,0x01,
+--1,-2,+1,+0,1,0x01, -1,-1,-1,+1,0,0x88, -1,-1,+1,-2,0,0x40,
+--1,-1,+1,-1,0,0x22, -1,-1,+1,+0,0,0x33, -1,-1,+1,+1,1,0x11,
+--1,+0,-1,+2,0,0x08, -1,+0,+0,-1,0,0x44, -1,+0,+0,+1,0,0x11,
+--1,+0,+1,-2,1,0x40, -1,+0,+1,-1,0,0x66, -1,+0,+1,+0,1,0x22,
+--1,+0,+1,+1,0,0x33, -1,+0,+1,+2,1,0x10, -1,+1,+1,-1,1,0x44,
+--1,+1,+1,+0,0,0x66, -1,+1,+1,+1,0,0x22, -1,+1,+1,+2,0,0x10,
+--1,+2,+0,+1,0,0x04, -1,+2,+1,+0,1,0x04, -1,+2,+1,+1,0,0x04,
+-+0,-2,+0,+0,1,0x80, +0,-1,+0,+1,1,0x88, +0,-1,+1,-2,0,0x40,
+-+0,-1,+1,+0,0,0x11, +0,-1,+2,-2,0,0x40, +0,-1,+2,-1,0,0x20,
+-+0,-1,+2,+0,0,0x30, +0,-1,+2,+1,1,0x10, +0,+0,+0,+2,1,0x08,
+-+0,+0,+2,-2,1,0x40, +0,+0,+2,-1,0,0x60, +0,+0,+2,+0,1,0x20,
+-+0,+0,+2,+1,0,0x30, +0,+0,+2,+2,1,0x10, +0,+1,+1,+0,0,0x44,
+-+0,+1,+1,+2,0,0x10, +0,+1,+2,-1,1,0x40, +0,+1,+2,+0,0,0x60,
+-+0,+1,+2,+1,0,0x20, +0,+1,+2,+2,0,0x10, +1,-2,+1,+0,0,0x80,
+-+1,-1,+1,+1,0,0x88, +1,+0,+1,+2,0,0x08, +1,+0,+2,-1,0,0x40,
+-+1,+0,+2,+1,0,0x10
+-  }, chood[] = { -1,-1, -1,0, -1,+1, 0,+1, +1,+1, +1,0, +1,-1, 0,-1 };
++  struct interpolate_terms {
++signed char y1, x1, y2, x2, weight;
++unsigned char grads;
++  };
++  static const interpolate_terms terms[] = {
++{-2,-2,+0,-1,0,0x01}, {-2,-2,+0,+0,1,0x01}, {-2,-1,-1,+0,0,0x01},
++{-2,-1,+0,-1,0,0x02}, {-2,-1,+0,+0,0,0x03}, {-2,-1,+0,+1,1,0x01},
++{-2,+0,+0,-1,0,0x06}, {-2,+0,+0,+0,1,0x02}, {-2,+0,+0,+1,0,0x03},
++{-2,+1,-1,+0,0,0x04}, {-2,+1,+0,-1,1,0x04}, {-2,+1,+0,+0,0,0x06},
++{-2,+1,+0,+1,0,0x02}, {-2,+2,+0,+0,1,0x04}, {-2,+2,+0,+1,0,0x04},
++{-1,-2,-1,+0,0,0x80}, {-1,-2,+0,-1,0,0x01}, {-1,-2,+1,-1,0,0x01},
++{-1,-2,+1,+0,1,0x01}, {-1,-1,-1,+1,0,0x88}, 

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

2016-05-30 Thread Florian Pritz
Date: Monday, May 30, 2016 @ 16:08:05
  Author: bluewind
Revision: 177472

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2016-05-30 14:08:01 UTC (rev 177471)
+++ PKGBUILD2016-05-30 14:08:05 UTC (rev 177472)
@@ -1,21 +0,0 @@
-# Maintainer: Florian Pritz 
-
-pkgname=python-ansi2html
-pkgver=1.1.1
-pkgrel=1
-pkgdesc="Convert text with ANSI color codes to HTML"
-arch=('any')
-url="http://pypi.python.org/pypi/ansi2html;
-license=('GPL')
-depends=('python-six')
-makedepends=('python-setuptools')
-source=("https://pypi.python.org/packages/source/a/ansi2html/ansi2html-${pkgver}.tar.gz"{,.asc})
-md5sums=('39c0454667def0f7e22d91d1001d8fc4'
- 'SKIP')
-validpgpkeys=(94504C3AE11DD197920058ABA90ED7DE971095FF)
-
-package() {
-  cd ansi2html-$pkgver
-
-  python setup.py install --root="$pkgdir"  --optimize=1
-}

Copied: python-ansi2html/repos/community-any/PKGBUILD (from rev 177471, 
python-ansi2html/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-05-30 14:08:05 UTC (rev 177472)
@@ -0,0 +1,20 @@
+# Maintainer: Florian Pritz 
+
+pkgname=python-ansi2html
+pkgver=1.1.1
+pkgrel=2
+pkgdesc="Convert text with ANSI color codes to HTML"
+arch=('any')
+url="http://pypi.python.org/pypi/ansi2html;
+license=('GPL')
+depends=('python-six' 'python-setuptools')
+source=("https://pypi.python.org/packages/source/a/ansi2html/ansi2html-${pkgver}.tar.gz"{,.asc})
+md5sums=('39c0454667def0f7e22d91d1001d8fc4'
+ 'SKIP')
+validpgpkeys=(94504C3AE11DD197920058ABA90ED7DE971095FF)
+
+package() {
+  cd ansi2html-$pkgver
+
+  python setup.py install --root="$pkgdir"  --optimize=1
+}


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

2016-05-30 Thread Florian Pritz
Date: Monday, May 30, 2016 @ 16:08:01
  Author: bluewind
Revision: 177471

Fix FS#49375 - [python-ansi2html] ImportError: No module named 'pkg_resources'

upgpkg: python-ansi2html 1.1.1-2

Modified:
  python-ansi2html/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-05-30 13:59:30 UTC (rev 177470)
+++ PKGBUILD2016-05-30 14:08:01 UTC (rev 177471)
@@ -2,13 +2,12 @@
 
 pkgname=python-ansi2html
 pkgver=1.1.1
-pkgrel=1
+pkgrel=2
 pkgdesc="Convert text with ANSI color codes to HTML"
 arch=('any')
 url="http://pypi.python.org/pypi/ansi2html;
 license=('GPL')
-depends=('python-six')
-makedepends=('python-setuptools')
+depends=('python-six' 'python-setuptools')
 
source=("https://pypi.python.org/packages/source/a/ansi2html/ansi2html-${pkgver}.tar.gz"{,.asc})
 md5sums=('39c0454667def0f7e22d91d1001d8fc4'
  'SKIP')


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

2016-05-30 Thread Florian Pritz
Date: Monday, May 30, 2016 @ 15:59:30
  Author: bluewind
Revision: 177470

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

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

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

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

Copied: filezilla/repos/community-i686/PKGBUILD (from rev 177469, 
filezilla/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-05-30 13:59:30 UTC (rev 177470)
@@ -0,0 +1,36 @@
+# $Id$
+# Contributor: Alexander Fehr 
+# Maintainer: Daniel J Griffiths 
+
+pkgname=filezilla
+pkgver=3.18.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")
+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=('9aaad9197ab3d80d658af8db6e8cbbcd')

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

Copied: filezilla/repos/community-x86_64/PKGBUILD (from rev 177469, 
filezilla/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2016-05-30 13:59:30 UTC (rev 177470)
@@ -0,0 +1,36 @@
+# $Id$
+# Contributor: Alexander Fehr 
+# Maintainer: Daniel J Griffiths 
+
+pkgname=filezilla
+pkgver=3.18.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")

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

2016-05-30 Thread Florian Pritz
Date: Monday, May 30, 2016 @ 15:59:24
  Author: bluewind
Revision: 177469

upgpkg: filezilla 3.18.0-1

upstream update

Modified:
  filezilla/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-05-30 13:59:17 UTC (rev 177468)
+++ PKGBUILD2016-05-30 13:59:24 UTC (rev 177469)
@@ -3,7 +3,7 @@
 # Maintainer: Daniel J Griffiths 
 
 pkgname=filezilla
-pkgver=3.17.0.1
+pkgver=3.18.0
 pkgrel=1
 pkgdesc="Fast and reliable FTP, FTPS and SFTP client"
 arch=('i686' 'x86_64')
@@ -33,4 +33,4 @@
 
   make DESTDIR="${pkgdir}" install
 }
-md5sums=('eaebf6951335e97f0175964e5acc23ca')
+md5sums=('9aaad9197ab3d80d658af8db6e8cbbcd')


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

2016-05-30 Thread Florian Pritz
Date: Monday, May 30, 2016 @ 15:59:17
  Author: bluewind
Revision: 177468

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

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

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

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

Copied: libfilezilla/repos/community-i686/PKGBUILD (from rev 177467, 
libfilezilla/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-05-30 13:59:17 UTC (rev 177468)
@@ -0,0 +1,33 @@
+# Maintainer: Florian Pritz 
+# Contributor: Martchus 
+
+pkgname=libfilezilla
+pkgver=0.5.2
+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=('be50726969cabda0f1b1c9ee432c1f4e')

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

Copied: libfilezilla/repos/community-x86_64/PKGBUILD (from rev 177467, 
libfilezilla/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2016-05-30 13:59:17 UTC (rev 177468)
@@ -0,0 +1,33 @@
+# Maintainer: Florian Pritz 
+# Contributor: Martchus 
+
+pkgname=libfilezilla
+pkgver=0.5.2
+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')

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

2016-05-30 Thread Florian Pritz
Date: Monday, May 30, 2016 @ 15:59:11
  Author: bluewind
Revision: 177467

upgpkg: libfilezilla 0.5.2-1

upstream update

Modified:
  libfilezilla/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-05-30 13:46:07 UTC (rev 177466)
+++ PKGBUILD2016-05-30 13:59:11 UTC (rev 177467)
@@ -2,7 +2,7 @@
 # Contributor: Martchus 
 
 pkgname=libfilezilla
-pkgver=0.5.1
+pkgver=0.5.2
 pkgrel=1
 pkgdesc="Small and modern C++ library, offering some basic functionality to 
build high-performing, platform-independent programs"
 arch=('i686' 'x86_64')
@@ -30,4 +30,4 @@
   cd "${srcdir}/$pkgname-$pkgver"
   make DESTDIR="${pkgdir}" install
 }
-md5sums=('47a86eebbc0f7c7d0f68401d57633bba')
+md5sums=('be50726969cabda0f1b1c9ee432c1f4e')


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

2016-05-30 Thread Pierre Neidhardt
Date: Monday, May 30, 2016 @ 15:46:07
  Author: ambrevar
Revision: 177466

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

Added:
  fzf/repos/community-i686/PKGBUILD
(from rev 177465, fzf/trunk/PKGBUILD)
  fzf/repos/community-i686/fzf.install
(from rev 177465, fzf/trunk/fzf.install)
  fzf/repos/community-i686/key-bindings.bash.patch
(from rev 177465, fzf/trunk/key-bindings.bash.patch)
  fzf/repos/community-i686/key-bindings.zsh.patch
(from rev 177465, fzf/trunk/key-bindings.zsh.patch)
  fzf/repos/community-x86_64/PKGBUILD
(from rev 177465, fzf/trunk/PKGBUILD)
  fzf/repos/community-x86_64/fzf.install
(from rev 177465, fzf/trunk/fzf.install)
  fzf/repos/community-x86_64/key-bindings.bash.patch
(from rev 177465, fzf/trunk/key-bindings.bash.patch)
  fzf/repos/community-x86_64/key-bindings.zsh.patch
(from rev 177465, fzf/trunk/key-bindings.zsh.patch)
Deleted:
  fzf/repos/community-i686/PKGBUILD
  fzf/repos/community-i686/fzf.install
  fzf/repos/community-i686/key-bindings.bash.patch
  fzf/repos/community-i686/key-bindings.zsh.patch
  fzf/repos/community-x86_64/PKGBUILD
  fzf/repos/community-x86_64/fzf.install
  fzf/repos/community-x86_64/key-bindings.bash.patch
  fzf/repos/community-x86_64/key-bindings.zsh.patch

--+
 /PKGBUILD|  146 +
 /fzf.install |   50 +
 /key-bindings.bash.patch |   22 
 /key-bindings.zsh.patch  |   24 
 community-i686/PKGBUILD  |   73 --
 community-i686/fzf.install   |   25 
 community-i686/key-bindings.bash.patch   |   11 --
 community-i686/key-bindings.zsh.patch|   12 --
 community-x86_64/PKGBUILD|   73 --
 community-x86_64/fzf.install |   25 
 community-x86_64/key-bindings.bash.patch |   11 --
 community-x86_64/key-bindings.zsh.patch  |   12 --
 12 files changed, 242 insertions(+), 242 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-05-30 13:45:33 UTC (rev 177465)
+++ community-i686/PKGBUILD 2016-05-30 13:46:07 UTC (rev 177466)
@@ -1,73 +0,0 @@
-# Maintainer: Pierre Neidhardt 
-# Contributor: Andy Weidenbaum 
-# Contributor: foalsrock 
-# Contributor: jebaum 
-
-pkgname=fzf
-pkgver=0.12.1
-pkgrel=1
-pkgdesc="Command-line fuzzy finder"
-arch=("i686" "x86_64")
-url="https://github.com/junegunn/fzf;
-license=("MIT")
-depends=("ncurses")
-makedepends=("git" "go")
-optdepends=("fish: fish keybindings"
-   "fzf-extras: fzf keybindings from junegunn wiki and dotfiles"
-   "tmux: fzf-tmux script for launching fzf in a tmux pane"
-   "vim-fzf: vim plugin"
-   "zsh: zsh keybindings")
-install="fzf.install"
-source=("$pkgname-$pkgver.tar.gz::https://codeload.github.com/junegunn/$pkgname/tar.gz/$pkgver;
-   "git+https://github.com/junegunn/$pkgname.wiki;
-   "key-bindings.bash.patch"
-   "key-bindings.zsh.patch")
-sha256sums=('ca39422b14001d1fe47afd10fcf692c8f67f93da1963669157bdc93d39d19a28'
-'SKIP'
-'fc981d036d85d0b9a5e6ba65f84b1c0f86bcee2dabb09238e1edfa1f49a85b63'
-'0b89bf1d6d372b9a8d5927e58151157d42848086a252979006b89b72242c52e6')
-
-prepare() {
-   cd "$srcdir/$pkgname-$pkgver"
-
-   msg2 "Patching bash and zsh key bindings..."
-   patch -p1 < "$srcdir/key-bindings.bash.patch"
-   patch -p1 < "$srcdir/key-bindings.zsh.patch"
-}
-
-build() {
-   cd "$srcdir/$pkgname-$pkgver"
-
-   msg2 'Building...'
-   GOPATH="$srcdir" TMPDIR=/tmp go get -u github.com/junegunn/fzf/...
-}
-
-package() {
-   cd "$srcdir/$pkgname-$pkgver"
-
-   ## Doc
-   install -dm755 "$pkgdir/usr/share/doc/fzf/wiki"
-   install -m644 "$srcdir/fzf.wiki"/* "$pkgdir/usr/share/doc/fzf/wiki"
-   install -m644 README.md install uninstall "$pkgdir/usr/share/doc/fzf"
-
-   ## Man page
-   install -Dm644 "man/man1/fzf.1" "$pkgdir/usr/share/man/man1/fzf.1"
-
-   ## License
-   install -Dm644 "LICENSE" "$pkgdir/usr/share/licenses/fzf/LICENSE"
-
-   ## Binaries
-   install -dm755 "$pkgdir/usr/bin"
-   install -m755 "$srcdir/bin/fzf" "bin/fzf-tmux" "$pkgdir/usr/bin/"
-
-   ## Bash completion and keybindings
-   install -Dm644 "shell/completion.bash" 
"$pkgdir/usr/share/bash-completion/completions/fzf"
-   install -Dm755 "shell/key-bindings.bash" 
"$pkgdir/usr/share/fzf/key-bindings.bash"
-
-   ## Fish keybindings
-   install -Dm644 "shell/key-bindings.fish" 
"$pkgdir/usr/share/fish/functions/fzf.fish"
-
-   ## Zsh completion and keybindings
-   install -Dm644 "shell/completion.zsh" 
"$pkgdir/usr/share/zsh/site-functions/_fzf"
-   install -Dm755 "shell/key-bindings.zsh" 
"$pkgdir/usr/share/fzf/key-bindings.zsh"
-}


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

2016-05-30 Thread Pierre Neidhardt
Date: Monday, May 30, 2016 @ 15:45:33
  Author: ambrevar
Revision: 177465

upgpkg: fzf 0.12.2-1

Modified:
  fzf/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-05-30 13:16:08 UTC (rev 177464)
+++ PKGBUILD2016-05-30 13:45:33 UTC (rev 177465)
@@ -4,7 +4,7 @@
 # Contributor: jebaum 
 
 pkgname=fzf
-pkgver=0.12.1
+pkgver=0.12.2
 pkgrel=1
 pkgdesc="Command-line fuzzy finder"
 arch=("i686" "x86_64")
@@ -22,7 +22,7 @@
"git+https://github.com/junegunn/$pkgname.wiki;
"key-bindings.bash.patch"
"key-bindings.zsh.patch")
-sha256sums=('ca39422b14001d1fe47afd10fcf692c8f67f93da1963669157bdc93d39d19a28'
+sha256sums=('f2095c1c076774a9a9913b0517f562205785c8b105570a5a719cf0ac8d604368'
 'SKIP'
 'fc981d036d85d0b9a5e6ba65f84b1c0f86bcee2dabb09238e1edfa1f49a85b63'
 '0b89bf1d6d372b9a8d5927e58151157d42848086a252979006b89b72242c52e6')


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

2016-05-30 Thread Felix Yan
Date: Monday, May 30, 2016 @ 14:52:26
  Author: fyan
Revision: 177463

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

Added:
  deepin-daemon/repos/community-i686/PKGBUILD
(from rev 177462, deepin-daemon/trunk/PKGBUILD)
  deepin-daemon/repos/community-i686/deepin-daemon.install
(from rev 177462, deepin-daemon/trunk/deepin-daemon.install)
  deepin-daemon/repos/community-i686/deepin-daemon.sysusers
(from rev 177462, deepin-daemon/trunk/deepin-daemon.sysusers)
  deepin-daemon/repos/community-i686/launcher.patch
(from rev 177462, deepin-daemon/trunk/launcher.patch)
  
deepin-daemon/repos/community-i686/polkit-gnome-authentication-agent-1-deepin.desktop
(from rev 177462, 
deepin-daemon/trunk/polkit-gnome-authentication-agent-1-deepin.desktop)
  deepin-daemon/repos/community-x86_64/PKGBUILD
(from rev 177462, deepin-daemon/trunk/PKGBUILD)
  deepin-daemon/repos/community-x86_64/deepin-daemon.install
(from rev 177462, deepin-daemon/trunk/deepin-daemon.install)
  deepin-daemon/repos/community-x86_64/deepin-daemon.sysusers
(from rev 177462, deepin-daemon/trunk/deepin-daemon.sysusers)
  deepin-daemon/repos/community-x86_64/launcher.patch
(from rev 177462, deepin-daemon/trunk/launcher.patch)
  
deepin-daemon/repos/community-x86_64/polkit-gnome-authentication-agent-1-deepin.desktop
(from rev 177462, 
deepin-daemon/trunk/polkit-gnome-authentication-agent-1-deepin.desktop)
Deleted:
  deepin-daemon/repos/community-i686/PKGBUILD
  deepin-daemon/repos/community-i686/deepin-daemon.install
  deepin-daemon/repos/community-i686/deepin-daemon.sysusers
  deepin-daemon/repos/community-i686/launcher.patch
  
deepin-daemon/repos/community-i686/polkit-gnome-authentication-agent-1-deepin.desktop
  deepin-daemon/repos/community-x86_64/PKGBUILD
  deepin-daemon/repos/community-x86_64/deepin-daemon.install
  deepin-daemon/repos/community-x86_64/deepin-daemon.sysusers
  deepin-daemon/repos/community-x86_64/launcher.patch
  
deepin-daemon/repos/community-x86_64/polkit-gnome-authentication-agent-1-deepin.desktop

-+
 /PKGBUILD   |  154 
 /deepin-daemon.install  |   22 
 /deepin-daemon.sysusers |4 
 /launcher.patch |11352 
++
 /polkit-gnome-authentication-agent-1-deepin.desktop |  174 
 community-i686/PKGBUILD |   77 
 community-i686/deepin-daemon.install|   11 
 community-i686/deepin-daemon.sysusers   |2 
 community-i686/launcher.patch   | 5676 
-
 community-i686/polkit-gnome-authentication-agent-1-deepin.desktop   |   87 
 community-x86_64/PKGBUILD   |   77 
 community-x86_64/deepin-daemon.install  |   11 
 community-x86_64/deepin-daemon.sysusers |2 
 community-x86_64/launcher.patch | 5676 
-
 community-x86_64/polkit-gnome-authentication-agent-1-deepin.desktop |   87 
 15 files changed, 11706 insertions(+), 11706 deletions(-)

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


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

2016-05-30 Thread Felix Yan
Date: Monday, May 30, 2016 @ 14:50:58
  Author: fyan
Revision: 177462

upgpkg: deepin-daemon 3.0.16-1

Modified:
  deepin-daemon/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-05-30 12:42:24 UTC (rev 177461)
+++ PKGBUILD2016-05-30 12:50:58 UTC (rev 177462)
@@ -4,7 +4,7 @@
 # Contributor: Xu Fasheng 
 
 pkgname=deepin-daemon
-pkgver=3.0.15
+pkgver=3.0.16
 _golibver=0.4.10
 _deepinapiver=3.0.8
 _dbusfactoryver=3.0.3


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

2016-05-30 Thread Felix Yan
Date: Monday, May 30, 2016 @ 14:42:24
  Author: fyan
Revision: 177461

archrelease: copy trunk to community-any

Added:
  deepin-terminal/repos/community-any/PKGBUILD
(from rev 177460, deepin-terminal/trunk/PKGBUILD)
  deepin-terminal/repos/community-any/deepin-terminal.install
(from rev 177460, deepin-terminal/trunk/deepin-terminal.install)
  deepin-terminal/repos/community-any/use-deepinvte.patch
(from rev 177460, deepin-terminal/trunk/use-deepinvte.patch)
Deleted:
  deepin-terminal/repos/community-any/PKGBUILD
  deepin-terminal/repos/community-any/deepin-terminal.install
  deepin-terminal/repos/community-any/use-deepinvte.patch

-+
 PKGBUILD|   82 +-
 use-deepinvte.patch |  120 +-
 2 files changed, 101 insertions(+), 101 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2016-05-30 12:41:34 UTC (rev 177460)
+++ PKGBUILD2016-05-30 12:42:24 UTC (rev 177461)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Josip Ponjavic 
-# Contributor: Xu Fasheng 
- 
-pkgname=deepin-terminal
-pkgver=1.1.6
-pkgrel=1
-pkgdesc='Awesome terminal for Linux Deepin'
-arch=('any')
-url="https://gitcafe.com/Deepin/deepin-terminal;
-license=('GPL3')
-depends=('python2-deepin-vte' 'desktop-file-utils' 'expect' 
'hicolor-icon-theme'
- 'python2-dbus' 'python2-deepin-ui' 'xdotool' 'ttf-dejavu')
-makedepends=('deepin-gettext-tools' 'git')
-groups=('deepin-extra')
-install="$pkgname.install"
-source=("git+https://cr.deepin.io/deepin-terminal.git#tag=$pkgver;
-use-deepinvte.patch)
-sha256sums=('SKIP'
-'b1d0d3a1ac3ea78d235cd721d757ad00715267775e2c219a5ba0474119c2bb3c')
- 
-prepare(){
-  cd deepin-terminal
-
-  # use deepinvte
-  patch -p1 --no-backup-if-mismatch -i ../use-deepinvte.patch
- 
-  # fix python version
-  find "$srcdir" -iname "*.py" | xargs sed -i 's=\(^#! */usr/bin.*\)python 
*$=\1python2='
-}
- 
-build() {
-  cd deepin-terminal
-  deepin-generate-mo tools/locale_config.ini
-}
- 
-package() {
-  cd deepin-terminal
-  make DESTDIR="$pkgdir" PREFIX="/usr" install
-}

Copied: deepin-terminal/repos/community-any/PKGBUILD (from rev 177460, 
deepin-terminal/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-05-30 12:42:24 UTC (rev 177461)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Josip Ponjavic 
+# Contributor: Xu Fasheng 
+ 
+pkgname=deepin-terminal
+pkgver=1.1.7
+pkgrel=1
+pkgdesc='Awesome terminal for Linux Deepin'
+arch=('any')
+url="https://gitcafe.com/Deepin/deepin-terminal;
+license=('GPL3')
+depends=('python2-deepin-vte' 'desktop-file-utils' 'expect' 
'hicolor-icon-theme'
+ 'python2-dbus' 'python2-deepin-ui' 'xdotool' 'ttf-dejavu')
+makedepends=('deepin-gettext-tools' 'git')
+groups=('deepin-extra')
+install="$pkgname.install"
+source=("git+https://cr.deepin.io/deepin-terminal.git#tag=$pkgver;
+use-deepinvte.patch)
+sha256sums=('SKIP'
+'b1d0d3a1ac3ea78d235cd721d757ad00715267775e2c219a5ba0474119c2bb3c')
+ 
+prepare(){
+  cd deepin-terminal
+
+  # use deepinvte
+  patch -p1 --no-backup-if-mismatch -i ../use-deepinvte.patch
+ 
+  # fix python version
+  find "$srcdir" -iname "*.py" | xargs sed -i 's=\(^#! */usr/bin.*\)python 
*$=\1python2='
+}
+ 
+build() {
+  cd deepin-terminal
+  deepin-generate-mo tools/locale_config.ini
+}
+ 
+package() {
+  cd deepin-terminal
+  make DESTDIR="$pkgdir" PREFIX="/usr" install
+}

Deleted: deepin-terminal.install
===
Copied: deepin-terminal/repos/community-any/deepin-terminal.install (from rev 
177460, deepin-terminal/trunk/deepin-terminal.install)
===
Deleted: use-deepinvte.patch
===
--- use-deepinvte.patch 2016-05-30 12:41:34 UTC (rev 177460)
+++ use-deepinvte.patch 2016-05-30 12:42:24 UTC (rev 177461)
@@ -1,60 +0,0 @@
-diff --git a/src/main.py b/src/main.py
-index bfb7005..3ef77ee 100755
 a/src/main.py
-+++ b/src/main.py
-@@ -57,7 +57,7 @@ import subprocess
- import sys
- import traceback
- import urllib
--import vte
-+import deepinvte
- import shlex
- 
- PROJECT_NAME = "deepin-terminal"
-@@ -1324,9 +1324,9 @@ class Terminal(object):
- 
- gtk.main()
- 
--class TerminalWrapper(vte.Terminal):
-+class TerminalWrapper(deepinvte.Terminal):
- """
--Wrapper class for vte.Terminal. Propagate keys. Make some customize as 
well.
-+Wrapper class for deepinvte.Terminal. Propagate keys. Make some customize 
as well.
- """
- 
- def __init__(self,
-@@ -1340,7 +1340,7 @@ class 

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

2016-05-30 Thread Felix Yan
Date: Monday, May 30, 2016 @ 14:41:34
  Author: fyan
Revision: 177460

upgpkg: deepin-terminal 1.1.7-1

Modified:
  deepin-terminal/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-05-30 10:26:24 UTC (rev 177459)
+++ PKGBUILD2016-05-30 12:41:34 UTC (rev 177460)
@@ -4,7 +4,7 @@
 # Contributor: Xu Fasheng 
  
 pkgname=deepin-terminal
-pkgver=1.1.6
+pkgver=1.1.7
 pkgrel=1
 pkgdesc='Awesome terminal for Linux Deepin'
 arch=('any')


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

2016-05-30 Thread Sergej Pupykin
Date: Monday, May 30, 2016 @ 12:26:24
  Author: spupykin
Revision: 177459

fix src names

Modified:
  xmonad-contrib/trunk/PKGBUILD
  xmonad/trunk/PKGBUILD

-+
 -contrib/trunk/PKGBUILD |2 +-
 trunk/PKGBUILD  |2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

Modified: trunk/PKGBUILD
===
--- trunk/PKGBUILD  2016-05-30 10:00:27 UTC (rev 177458)
+++ trunk/PKGBUILD  2016-05-30 10:26:24 UTC (rev 177459)
@@ -16,7 +16,7 @@
  'haskell-data-default' 'haskell-setlocale')
 makedepends=('gendesk')
 optdepends=('xorg-xmessage: for displaying visual error messages')
-source=("https://github.com/xmonad/xmonad/archive/v${pkgver}.tar.gz;
+source=("$pkgname-$pkgver.tar.gz::https://github.com/xmonad/xmonad/archive/v${pkgver}.tar.gz;
 "xmonad.svg")
 
 md5sums=('c81d688c51fa50aea0e421f4755ee2fc'

Modified: -contrib/trunk/PKGBUILD
===
--- -contrib/trunk/PKGBUILD 2016-05-30 10:00:27 UTC (rev 177458)
+++ -contrib/trunk/PKGBUILD 2016-05-30 10:26:24 UTC (rev 177459)
@@ -11,7 +11,7 @@
 url="http://xmonad.org/;
 license=('BSD')
 depends=('ghc=8.0.1' 'xmonad=0.12' 'sh' 'haskell-x11' 'haskell-x11-xft' 
'haskell-utf8-string' 'haskell-random' 'haskell-old-time')
-source=("https://github.com/xmonad/xmonad-contrib/archive/v${pkgver}.tar.gz;)
+source=("$pkgname-$pkgver.tar.gz::https://github.com/xmonad/xmonad-contrib/archive/v${pkgver}.tar.gz;)
 
 build() {
   cd $srcdir/$pkgname-$pkgver


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

2016-05-30 Thread Sven-Hendrik Haase
Date: Monday, May 30, 2016 @ 12:00:20
  Author: svenstaro
Revision: 177457

upgpkg: tiled 0.16.1-1

upstream release 0.16.1

Modified:
  tiled/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-05-30 06:19:24 UTC (rev 177456)
+++ PKGBUILD2016-05-30 10:00:20 UTC (rev 177457)
@@ -1,8 +1,8 @@
 # Maintainer: Sven-Hendrik Haase 
 # Collaborator: Jonathan Fine (were.Vire AT gmail DOT com)
 pkgname=tiled
-pkgver=0.16.0
-pkgrel=3
+pkgver=0.16.1
+pkgrel=1
 pkgdesc='A general purpose tile map editor, built to be flexible and easy to 
use'
 arch=('i686' 'x86_64')
 url='http://mapeditor.org'
@@ -12,7 +12,7 @@
 makedepends=('mesa' 'qt5-tools' 'python2')
 optdepends=('python2: Python plugin')
 
source=($pkgname-$pkgver.tar.gz::https://github.com/bjorn/tiled/archive/v${pkgver}.tar.gz)
-md5sums=('f5b897d9174a19ed30eadeaad705ea43')
+md5sums=('3203cd4d556a4d409dd61ec9ef1bd668')
 
 build() {
   cd $srcdir/$pkgname-$pkgver


[arch-commits] Commit in lvm2/repos (30 files)

2016-05-30 Thread Christian Hesse
Date: Monday, May 30, 2016 @ 11:02:56
  Author: eworm
Revision: 268741

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

Added:
  lvm2/repos/testing-i686/11-dm-initramfs.rules
(from rev 268740, lvm2/trunk/11-dm-initramfs.rules)
  lvm2/repos/testing-i686/PKGBUILD
(from rev 268740, lvm2/trunk/PKGBUILD)
  lvm2/repos/testing-i686/lvm2-make-sockets-static.patch
(from rev 268740, lvm2/trunk/lvm2-make-sockets-static.patch)
  lvm2/repos/testing-i686/lvm2.install
(from rev 268740, lvm2/trunk/lvm2.install)
  lvm2/repos/testing-i686/lvm2_activation_generator.patch
(from rev 268740, lvm2/trunk/lvm2_activation_generator.patch)
  lvm2/repos/testing-i686/lvm2_hook
(from rev 268740, lvm2/trunk/lvm2_hook)
  lvm2/repos/testing-i686/lvm2_install
(from rev 268740, lvm2/trunk/lvm2_install)
  lvm2/repos/testing-i686/sd-lvm2_install
(from rev 268740, lvm2/trunk/sd-lvm2_install)
  lvm2/repos/testing-x86_64/11-dm-initramfs.rules
(from rev 268740, lvm2/trunk/11-dm-initramfs.rules)
  lvm2/repos/testing-x86_64/PKGBUILD
(from rev 268740, lvm2/trunk/PKGBUILD)
  lvm2/repos/testing-x86_64/lvm2-make-sockets-static.patch
(from rev 268740, lvm2/trunk/lvm2-make-sockets-static.patch)
  lvm2/repos/testing-x86_64/lvm2.install
(from rev 268740, lvm2/trunk/lvm2.install)
  lvm2/repos/testing-x86_64/lvm2_activation_generator.patch
(from rev 268740, lvm2/trunk/lvm2_activation_generator.patch)
  lvm2/repos/testing-x86_64/lvm2_hook
(from rev 268740, lvm2/trunk/lvm2_hook)
  lvm2/repos/testing-x86_64/lvm2_install
(from rev 268740, lvm2/trunk/lvm2_install)
  lvm2/repos/testing-x86_64/sd-lvm2_install
(from rev 268740, lvm2/trunk/sd-lvm2_install)
Deleted:
  lvm2/repos/testing-i686/11-dm-initramfs.rules
  lvm2/repos/testing-i686/PKGBUILD
  lvm2/repos/testing-i686/lvm2-make-sockets-static.patch
  lvm2/repos/testing-i686/lvm2.install
  lvm2/repos/testing-i686/lvm2_hook
  lvm2/repos/testing-i686/lvm2_install
  lvm2/repos/testing-i686/sd-lvm2_install
  lvm2/repos/testing-x86_64/11-dm-initramfs.rules
  lvm2/repos/testing-x86_64/PKGBUILD
  lvm2/repos/testing-x86_64/lvm2-make-sockets-static.patch
  lvm2/repos/testing-x86_64/lvm2.install
  lvm2/repos/testing-x86_64/lvm2_hook
  lvm2/repos/testing-x86_64/lvm2_install
  lvm2/repos/testing-x86_64/sd-lvm2_install

+
 /11-dm-initramfs.rules |6 
 /PKGBUILD  |  216 +++
 /lvm2-make-sockets-static.patch|   40 
 /lvm2.install  |   50 +
 /lvm2_hook |   24 ++
 /lvm2_install  |   68 +++
 /sd-lvm2_install   |   64 ++
 testing-i686/11-dm-initramfs.rules |3 
 testing-i686/PKGBUILD  |  103 --
 testing-i686/lvm2-make-sockets-static.patch|   20 --
 testing-i686/lvm2.install  |   25 --
 testing-i686/lvm2_activation_generator.patch   |   43 
 testing-i686/lvm2_hook |   12 -
 testing-i686/lvm2_install  |   34 ---
 testing-i686/sd-lvm2_install   |   32 ---
 testing-x86_64/11-dm-initramfs.rules   |3 
 testing-x86_64/PKGBUILD|  103 --
 testing-x86_64/lvm2-make-sockets-static.patch  |   20 --
 testing-x86_64/lvm2.install|   25 --
 testing-x86_64/lvm2_activation_generator.patch |   43 
 testing-x86_64/lvm2_hook   |   12 -
 testing-x86_64/lvm2_install|   34 ---
 testing-x86_64/sd-lvm2_install |   32 ---
 23 files changed, 554 insertions(+), 458 deletions(-)

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


[arch-commits] Commit in lvm2/trunk (PKGBUILD lvm2_activation_generator.patch)

2016-05-30 Thread Christian Hesse
Date: Monday, May 30, 2016 @ 11:02:39
  Author: eworm
Revision: 268740

upgpkg: lvm2 2.02.154-2

apply 'lvm2_activation_generator: don't create full context for liblvm2app' 
FS#49483

Added:
  lvm2/trunk/lvm2_activation_generator.patch
Modified:
  lvm2/trunk/PKGBUILD

-+
 PKGBUILD|   11 +++--
 lvm2_activation_generator.patch |   43 ++
 2 files changed, 51 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-05-30 03:19:51 UTC (rev 268739)
+++ PKGBUILD2016-05-30 09:02:39 UTC (rev 268740)
@@ -5,7 +5,7 @@
 pkgbase=lvm2
 pkgname=('lvm2' 'device-mapper')
 pkgver=2.02.154
-pkgrel=1
+pkgrel=2
 arch=('i686' 'x86_64')
 url="http://sourceware.org/lvm2/;
 license=('GPL2' 'LGPL2.1')
@@ -16,7 +16,8 @@
 lvm2_hook
 sd-lvm2_install
 11-dm-initramfs.rules
-lvm2-make-sockets-static.patch)
+lvm2-make-sockets-static.patch
+   lvm2_activation_generator.patch)
 sha1sums=('6b594f2b23e85bf5bf74a4c4a75817e84e5a0853'
   'SKIP'
   '056bb0227d07e35a3d365db02f439585314cfc76'
@@ -23,7 +24,8 @@
   'ff0fdf0a3005a41acd4b36865056109effc3474b'
   'f6ac78163ab3aba5b51a71655d6e53d05014bfa4'
   'f6a554eea9557c3c236df2943bb6e7e723945c41'
-  'b084512af42f2e16cdccd8b7ee4de27b574d1f94')
+  'b084512af42f2e16cdccd8b7ee4de27b574d1f94'
+  '8f9804c11a09086f4954a3b8a19623e004b40b02')
 validpgpkeys=('88437EF5C077BD113D3B7224228191C1567E2C17')
 
 prepare() {
@@ -34,6 +36,9 @@
 
   # make systemd sockets static
   patch -p1 -i "${srcdir}/lvm2-make-sockets-static.patch"
+
+  # lvm2_activation_generator: don't create full context for liblvm2app
+  patch -p1 -i "${srcdir}/lvm2_activation_generator.patch"
 }
 
 build() {

Added: lvm2_activation_generator.patch
===
--- lvm2_activation_generator.patch (rev 0)
+++ lvm2_activation_generator.patch 2016-05-30 09:02:39 UTC (rev 268740)
@@ -0,0 +1,43 @@
+From 591ef307b30c2d828b2a0c59918203f970974bbb Mon Sep 17 00:00:00 2001
+From: David Teigland 
+Date: Tue, 17 May 2016 12:03:25 -0500
+Subject: lvm2_activation_generator: don't create full context for liblvm2app
+
+Don't use lvm_init() to create a full command context, which
+does a lot of command setup (like connecting to daemons), which
+is unnecessary for simply reading a value from lvm.conf.
+
+Passing a NULL context arg to the lvm_config_ function is now
+allowed, in which case lvm.conf is read without doing lvm
+command setup.
+---
+ scripts/lvm2_activation_generator_systemd_red_hat.c | 12 +++-
+ 1 file changed, 3 insertions(+), 9 deletions(-)
+
+diff --git a/scripts/lvm2_activation_generator_systemd_red_hat.c 
b/scripts/lvm2_activation_generator_systemd_red_hat.c
+index 62467bd..d83e721 100644
+--- a/scripts/lvm2_activation_generator_systemd_red_hat.c
 b/scripts/lvm2_activation_generator_systemd_red_hat.c
+@@ -69,16 +69,10 @@ static void kmsg(int log_level, const char *format, ...)
+ 
+ static void lvm_get_use_lvmetad_and_lvmpolld(int *use_lvmetad, int 
*use_lvmpolld)
+ {
+-  lvm_t lvm;
+-
+   *use_lvmetad = *use_lvmpolld = 0;
+-  if (!(lvm = lvm_init(NULL))) {
+-  kmsg(LOG_ERR, "LVM: Failed to initialize library context for 
activation generator.\n");
+-  return;
+-  }
+-  *use_lvmetad = lvm_config_find_bool(lvm, LVM_CONF_USE_LVMETAD, 0);
+-  *use_lvmpolld = lvm_config_find_bool(lvm, LVM_CONF_USE_LVMPOLLD, 0);
+-  lvm_quit(lvm);
++
++  *use_lvmetad = lvm_config_find_bool(NULL, LVM_CONF_USE_LVMETAD, 0);
++  *use_lvmpolld = lvm_config_find_bool(NULL, LVM_CONF_USE_LVMPOLLD, 0);
+ }
+ 
+ static int register_unit_with_target(const char *dir, const char *unit, const 
char *target)
+-- 
+cgit v0.12-38-g4150
+


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

2016-05-30 Thread Felix Yan
Date: Monday, May 30, 2016 @ 08:19:24
  Author: fyan
Revision: 177456

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

Added:
  python-pyicu/repos/community-i686/PKGBUILD
(from rev 177455, python-pyicu/trunk/PKGBUILD)
  python-pyicu/repos/community-i686/issue19.patch
(from rev 177455, python-pyicu/trunk/issue19.patch)
  python-pyicu/repos/community-x86_64/PKGBUILD
(from rev 177455, python-pyicu/trunk/PKGBUILD)
  python-pyicu/repos/community-x86_64/issue19.patch
(from rev 177455, python-pyicu/trunk/issue19.patch)
Deleted:
  python-pyicu/repos/community-i686/PKGBUILD
  python-pyicu/repos/community-x86_64/PKGBUILD

+
 /PKGBUILD  |  114 +++
 community-i686/PKGBUILD|   52 -
 community-i686/issue19.patch   |   18 ++
 community-x86_64/PKGBUILD  |   52 -
 community-x86_64/issue19.patch |   18 ++
 5 files changed, 150 insertions(+), 104 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-05-30 06:18:57 UTC (rev 177455)
+++ community-i686/PKGBUILD 2016-05-30 06:19:24 UTC (rev 177456)
@@ -1,52 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Jonathan Liu 
-
-pkgbase=python-pyicu
-pkgname=('python-pyicu' 'python2-pyicu')
-pkgver=1.9.2
-pkgrel=3
-pkgdesc="Python binding for ICU"
-arch=('i686' 'x86_64')
-license=('MIT')
-url="http://pyicu.osafoundation.org/;
-makedepends=('python-setuptools' 'python2-setuptools' 'icu')
-checkdepends=('python-fonttools' 'python2-fonttools')
-source=("https://pypi.python.org/packages/source/P/PyICU/PyICU-$pkgver.tar.gz;)
-sha512sums=('1964464f5385dc8f65c4b88b63cd9f34ced1ae365562386708d92fc5c40090a40554578bd5e90d0a996ca6f012b3d2a8ab6e0fd07968e94a0dfe18894e8f08f4')
-
-prepare() {
-  cp -a PyICU-$pkgver{,-py2}
-}
-
-build() {
-  cd "$srcdir/PyICU-$pkgver"
-  python setup.py build
-
-  cd "$srcdir/PyICU-$pkgver-py2"
-  python2 setup.py build
-}
-
-check() {
-  cd "$srcdir/PyICU-$pkgver"
-  python setup.py test
-
-  cd "$srcdir/PyICU-$pkgver-py2"
-  python2 setup.py test
-}
-
-package_python-pyicu() {
-  depends=('python' 'icu')
-
-  cd PyICU-$pkgver
-  python setup.py install --root="${pkgdir}" --optimize=1
-  install -D -m644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}
-
-package_python2-pyicu() {
-  depends=('python2' 'icu')
-
-  cd PyICU-$pkgver-py2
-  python2 setup.py install --root="${pkgdir}" --optimize=1
-  install -D -m644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}

Copied: python-pyicu/repos/community-i686/PKGBUILD (from rev 177455, 
python-pyicu/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-05-30 06:19:24 UTC (rev 177456)
@@ -0,0 +1,57 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Jonathan Liu 
+
+pkgbase=python-pyicu
+pkgname=('python-pyicu' 'python2-pyicu')
+pkgver=1.9.3
+pkgrel=1
+pkgdesc="Python binding for ICU"
+arch=('i686' 'x86_64')
+license=('MIT')
+url="http://pyicu.osafoundation.org/;
+makedepends=('python-setuptools' 'python2-setuptools' 'icu')
+checkdepends=('python-fonttools' 'python2-fonttools')
+source=("https://pypi.io/packages/source/P/PyICU/PyICU-$pkgver.tar.gz;
+issue19.patch)
+sha512sums=('93720f6fd4131b6cff7fe89996a3851b5993c74859e85de7813883a30152b63a0065b8c51c536cd40417b6e3ccf0ec4e26ed471cec84cd48761a306a35bfd15c'
+
'037153c73076c1e6b291171de3794f79ac315a6495e6231dc6e8fc4ae2a4d750ab77a7706edc46a5021561ebf429902fa3103c5279d3d95b3ea8093ff75a1810')
+
+prepare() {
+  # https://github.com/ovalhub/pyicu/issues/19
+  (cd PyICU-$pkgver; patch -p1 -i ../issue19.patch)
+
+  cp -a PyICU-$pkgver{,-py2}
+}
+
+build() {
+  cd "$srcdir/PyICU-$pkgver"
+  python setup.py build
+
+  cd "$srcdir/PyICU-$pkgver-py2"
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir/PyICU-$pkgver"
+  python setup.py test
+
+  cd "$srcdir/PyICU-$pkgver-py2"
+  python2 setup.py test
+}
+
+package_python-pyicu() {
+  depends=('python' 'icu')
+
+  cd PyICU-$pkgver
+  python setup.py install --root="${pkgdir}" --optimize=1
+  install -D -m644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}
+
+package_python2-pyicu() {
+  depends=('python2' 'icu')
+
+  cd PyICU-$pkgver-py2
+  python2 setup.py install --root="${pkgdir}" --optimize=1
+  install -D -m644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}

Copied: python-pyicu/repos/community-i686/issue19.patch (from rev 177455, 
python-pyicu/trunk/issue19.patch)
===
--- community-i686/issue19.patch(rev 0)
+++ community-i686/issue19.patch2016-05-30 06:19:24 

[arch-commits] Commit in python-pyicu/trunk (PKGBUILD issue19.patch)

2016-05-30 Thread Felix Yan
Date: Monday, May 30, 2016 @ 08:18:57
  Author: fyan
Revision: 177455

upgpkg: python-pyicu 1.9.3-1

Added:
  python-pyicu/trunk/issue19.patch
Modified:
  python-pyicu/trunk/PKGBUILD

---+
 PKGBUILD  |   13 +
 issue19.patch |   18 ++
 2 files changed, 27 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-05-30 06:00:07 UTC (rev 177454)
+++ PKGBUILD2016-05-30 06:18:57 UTC (rev 177455)
@@ -4,8 +4,8 @@
 
 pkgbase=python-pyicu
 pkgname=('python-pyicu' 'python2-pyicu')
-pkgver=1.9.2
-pkgrel=3
+pkgver=1.9.3
+pkgrel=1
 pkgdesc="Python binding for ICU"
 arch=('i686' 'x86_64')
 license=('MIT')
@@ -12,10 +12,15 @@
 url="http://pyicu.osafoundation.org/;
 makedepends=('python-setuptools' 'python2-setuptools' 'icu')
 checkdepends=('python-fonttools' 'python2-fonttools')
-source=("https://pypi.python.org/packages/source/P/PyICU/PyICU-$pkgver.tar.gz;)
-sha512sums=('1964464f5385dc8f65c4b88b63cd9f34ced1ae365562386708d92fc5c40090a40554578bd5e90d0a996ca6f012b3d2a8ab6e0fd07968e94a0dfe18894e8f08f4')
+source=("https://pypi.io/packages/source/P/PyICU/PyICU-$pkgver.tar.gz;
+issue19.patch)
+sha512sums=('93720f6fd4131b6cff7fe89996a3851b5993c74859e85de7813883a30152b63a0065b8c51c536cd40417b6e3ccf0ec4e26ed471cec84cd48761a306a35bfd15c'
+
'037153c73076c1e6b291171de3794f79ac315a6495e6231dc6e8fc4ae2a4d750ab77a7706edc46a5021561ebf429902fa3103c5279d3d95b3ea8093ff75a1810')
 
 prepare() {
+  # https://github.com/ovalhub/pyicu/issues/19
+  (cd PyICU-$pkgver; patch -p1 -i ../issue19.patch)
+
   cp -a PyICU-$pkgver{,-py2}
 }
 

Added: issue19.patch
===
--- issue19.patch   (rev 0)
+++ issue19.patch   2016-05-30 06:18:57 UTC (rev 177455)
@@ -0,0 +1,18 @@
+commit 6ab20d48d85638acb3a811c8676f713bd26f0df9
+Author: Felix Yan 
+Date:   Sat May 28 15:08:44 2016 +0800
+
+add setTimeZone in testGetBestPattern (fixes #19)
+
+diff --git a/test/test_DateTimeParserGenerator.py 
b/test/test_DateTimeParserGenerator.py
+index 5838e32..de8eb88 100644
+--- a/test/test_DateTimeParserGenerator.py
 b/test/test_DateTimeParserGenerator.py
+@@ -71,6 +71,7 @@ class TestDateTimePatternGenerator(TestCase):
+ for index, skeleton in enumerate(skeletons):
+ pattern = dtpg.getBestPattern(skeleton)
+ sdf = SimpleDateFormat(pattern, locale)
++sdf.setTimeZone(self.tz)
+ self.assertEqual(sdf.format(self.date), locale_data[index])
+ 
+ def testReplaceFieldType(self):


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

2016-05-30 Thread Sven-Hendrik Haase
Date: Monday, May 30, 2016 @ 08:00:07
  Author: svenstaro
Revision: 177454

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2016-05-30 06:00:02 UTC (rev 177453)
+++ PKGBUILD2016-05-30 06:00:07 UTC (rev 177454)
@@ -1,59 +0,0 @@
-# $Id$
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: Alexander Rødseth 
-# Contributor: Thomas Dziedzic < gostrc at gmail >
-# Contributor: Tarmo Heiskanen 
-
-pkgname=('python-flask' 'python2-flask')
-pkgver=0.10.1
-pkgrel=6
-pkgdesc='Micro webdevelopment framework for Python'
-url='http://flask.pocoo.org/'
-arch=('any')
-license=('custom:BSD')
-makedepends=('python-setuptools' 'python2-setuptools')
-source=("http://pypi.python.org/packages/source/F/Flask/Flask-$pkgver.tar.gz;)
-sha256sums=('4c83829ff83d408b5e1d4995472265411d2c414112298f2eb4b359d9e4563373')
-
-prepare() {
-  cp -r "Flask-$pkgver" "python-flask-$pkgver"
-  cp -r "Flask-$pkgver" "python2-flask-$pkgver"
-}
-
-build_python-flask() {
-  cd "$pkgname-$pkgver"
-
-  python setup.py build
-}
-
-build_python2-flask() {
-  cd "$pkgname-$pkgver"
-
-  python setup.py build
-}
-
-check_python-flask() {
-  cd "$pkgname-$pkgver"
-  python setup.py test
-
-  cd "$pkgname-$pkgver"
-  python2 setup.py test
-}
-
-package_python-flask() {
-  depends=('python-werkzeug' 'python-jinja' 'python-itsdangerous')
-  cd "$pkgname-$pkgver"
-
-  python setup.py install --prefix=/usr --root="$pkgdir" --optimize=1
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-
-package_python2-flask() {
-  depends=('python2-werkzeug' 'python2-jinja' 'python2-itsdangerous')
-  cd "$pkgname-$pkgver"
-
-  python2 setup.py install --root="$pkgdir" --optimize=1
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-flask/repos/community-any/PKGBUILD (from rev 177453, 
python-flask/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-05-30 06:00:07 UTC (rev 177454)
@@ -0,0 +1,60 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Alexander Rødseth 
+# Contributor: Thomas Dziedzic < gostrc at gmail >
+# Contributor: Tarmo Heiskanen 
+
+pkgname=('python-flask' 'python2-flask')
+pkgver=0.11
+pkgrel=1
+pkgdesc='Micro webdevelopment framework for Python'
+url='http://flask.pocoo.org/'
+arch=('any')
+license=('custom:BSD')
+makedepends=('python-setuptools' 'python2-setuptools')
+source=("https://github.com/pallets/flask/archive/${pkgver}.tar.gz;)
+sha256sums=('c222c4507f8120201767c30189f99092d9f81c10013b7b1888fc838e5d0d3c16')
+
+prepare() {
+  cp -r "flask-$pkgver" "python-flask-$pkgver"
+  cp -r "flask-$pkgver" "python2-flask-$pkgver"
+}
+
+build_python-flask() {
+  cd "$pkgname-$pkgver"
+
+  python setup.py build
+}
+
+build_python2-flask() {
+  cd "$pkgname-$pkgver"
+
+  python setup.py build
+}
+
+check_python-flask() {
+  cd "$pkgname-$pkgver"
+  python setup.py test
+
+  cd "$pkgname-$pkgver"
+  python2 setup.py test
+}
+
+package_python-flask() {
+  depends=('python-werkzeug' 'python-jinja' 'python-itsdangerous')
+  cd "$pkgname-$pkgver"
+
+  python setup.py install --prefix=/usr --root="$pkgdir" --optimize=1
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+package_python2-flask() {
+  depends=('python2-werkzeug' 'python2-jinja' 'python2-itsdangerous')
+  cd "$pkgname-$pkgver"
+
+  python2 setup.py install --root="$pkgdir" --optimize=1
+  mv "$pkgdir"/usr/bin/flask "$pkgdir"/usr/bin/flask2
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+# vim:set ts=2 sw=2 et:


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

2016-05-30 Thread Sven-Hendrik Haase
Date: Monday, May 30, 2016 @ 08:00:02
  Author: svenstaro
Revision: 177453

upgpkg: python-flask 0.11-1

upstream release 0.11

Modified:
  python-flask/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-05-30 05:59:57 UTC (rev 177452)
+++ PKGBUILD2016-05-30 06:00:02 UTC (rev 177453)
@@ -5,19 +5,19 @@
 # Contributor: Tarmo Heiskanen 
 
 pkgname=('python-flask' 'python2-flask')
-pkgver=0.10.1
-pkgrel=6
+pkgver=0.11
+pkgrel=1
 pkgdesc='Micro webdevelopment framework for Python'
 url='http://flask.pocoo.org/'
 arch=('any')
 license=('custom:BSD')
 makedepends=('python-setuptools' 'python2-setuptools')
-source=("http://pypi.python.org/packages/source/F/Flask/Flask-$pkgver.tar.gz;)
-sha256sums=('4c83829ff83d408b5e1d4995472265411d2c414112298f2eb4b359d9e4563373')
+source=("https://github.com/pallets/flask/archive/${pkgver}.tar.gz;)
+sha256sums=('c222c4507f8120201767c30189f99092d9f81c10013b7b1888fc838e5d0d3c16')
 
 prepare() {
-  cp -r "Flask-$pkgver" "python-flask-$pkgver"
-  cp -r "Flask-$pkgver" "python2-flask-$pkgver"
+  cp -r "flask-$pkgver" "python-flask-$pkgver"
+  cp -r "flask-$pkgver" "python2-flask-$pkgver"
 }
 
 build_python-flask() {
@@ -53,6 +53,7 @@
   cd "$pkgname-$pkgver"
 
   python2 setup.py install --root="$pkgdir" --optimize=1
+  mv "$pkgdir"/usr/bin/flask "$pkgdir"/usr/bin/flask2
   install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
 }
 


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

2016-05-30 Thread Sven-Hendrik Haase
Date: Monday, May 30, 2016 @ 07:59:57
  Author: svenstaro
Revision: 177452

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-05-30 05:59:45 UTC (rev 177451)
+++ community-i686/PKGBUILD 2016-05-30 05:59:57 UTC (rev 177452)
@@ -1,29 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: Clément DEMOULINS 
-
-pkgname=texstudio
-pkgver=2.10.8
-pkgrel=2
-pkgdesc="Integrated writing environment for creating LaTeX documents"
-arch=('i686' 'x86_64')
-url="http://texstudio.sourceforge.net/;
-license=('GPL')
-depends=('poppler-qt5' 'qt5-svg' 'qt5-script' 'libxkbcommon-x11')
-makedepends=('qt5-tools')
-optdepends=('evince: pdf reader'
-'kdegraphics-okular: alternate pdf reader')
-replaces=('texmakerx')
-
-source=(http://downloads.sourceforge.net/project/texstudio/texstudio/TeXstudio%20${pkgver}/${pkgname}-${pkgver}.tar.gz)
-md5sums=('a14008ff4d23f33ae2f14dbb4efdcc35')
-
-build() {
-cd "$srcdir/$pkgname$pkgver"
-qmake-qt5 CONFIG-="debug" texstudio.pro
-make
-}
-
-package() {
-cd "$srcdir/$pkgname$pkgver"
-make INSTALL_ROOT="$pkgdir" install
-}

Copied: texstudio/repos/community-i686/PKGBUILD (from rev 177451, 
texstudio/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-05-30 05:59:57 UTC (rev 177452)
@@ -0,0 +1,29 @@
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Clément DEMOULINS 
+
+pkgname=texstudio
+pkgver=2.11.0
+pkgrel=1
+pkgdesc="Integrated writing environment for creating LaTeX documents"
+arch=('i686' 'x86_64')
+url="http://texstudio.sourceforge.net/;
+license=('GPL')
+depends=('poppler-qt5' 'qt5-svg' 'qt5-script' 'libxkbcommon-x11')
+makedepends=('qt5-tools')
+optdepends=('evince: pdf reader'
+'kdegraphics-okular: alternate pdf reader')
+replaces=('texmakerx')
+
+source=(http://downloads.sourceforge.net/project/texstudio/texstudio/TeXstudio%20${pkgver}/${pkgname}-${pkgver}.tar.gz)
+md5sums=('9bfd48e82e9cb1a9f1bb3055c262e658')
+
+build() {
+cd "$srcdir/$pkgname$pkgver"
+qmake-qt5 CONFIG-="debug" texstudio.pro
+make
+}
+
+package() {
+cd "$srcdir/$pkgname$pkgver"
+make INSTALL_ROOT="$pkgdir" install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-05-30 05:59:45 UTC (rev 177451)
+++ community-x86_64/PKGBUILD   2016-05-30 05:59:57 UTC (rev 177452)
@@ -1,29 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: Clément DEMOULINS 
-
-pkgname=texstudio
-pkgver=2.10.8
-pkgrel=2
-pkgdesc="Integrated writing environment for creating LaTeX documents"
-arch=('i686' 'x86_64')
-url="http://texstudio.sourceforge.net/;
-license=('GPL')
-depends=('poppler-qt5' 'qt5-svg' 'qt5-script' 'libxkbcommon-x11')
-makedepends=('qt5-tools')
-optdepends=('evince: pdf reader'
-'kdegraphics-okular: alternate pdf reader')
-replaces=('texmakerx')
-
-source=(http://downloads.sourceforge.net/project/texstudio/texstudio/TeXstudio%20${pkgver}/${pkgname}-${pkgver}.tar.gz)
-md5sums=('a14008ff4d23f33ae2f14dbb4efdcc35')
-
-build() {
-cd "$srcdir/$pkgname$pkgver"
-qmake-qt5 CONFIG-="debug" texstudio.pro
-make
-}
-
-package() {
-cd "$srcdir/$pkgname$pkgver"
-make INSTALL_ROOT="$pkgdir" install
-}

Copied: texstudio/repos/community-x86_64/PKGBUILD (from rev 177451, 
texstudio/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2016-05-30 05:59:57 UTC (rev 177452)
@@ -0,0 +1,29 @@
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Clément DEMOULINS 
+
+pkgname=texstudio
+pkgver=2.11.0
+pkgrel=1
+pkgdesc="Integrated writing environment for creating LaTeX documents"
+arch=('i686' 'x86_64')
+url="http://texstudio.sourceforge.net/;
+license=('GPL')
+depends=('poppler-qt5' 'qt5-svg' 'qt5-script' 'libxkbcommon-x11')
+makedepends=('qt5-tools')
+optdepends=('evince: pdf reader'
+'kdegraphics-okular: alternate pdf reader')

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

2016-05-30 Thread Sven-Hendrik Haase
Date: Monday, May 30, 2016 @ 07:59:45
  Author: svenstaro
Revision: 177451

upgpkg: texstudio 2.11.0-1

upstream release 2.11.0

Modified:
  texstudio/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-05-30 05:59:04 UTC (rev 177450)
+++ PKGBUILD2016-05-30 05:59:45 UTC (rev 177451)
@@ -2,8 +2,8 @@
 # Contributor: Clément DEMOULINS 
 
 pkgname=texstudio
-pkgver=2.10.8
-pkgrel=2
+pkgver=2.11.0
+pkgrel=1
 pkgdesc="Integrated writing environment for creating LaTeX documents"
 arch=('i686' 'x86_64')
 url="http://texstudio.sourceforge.net/;
@@ -15,7 +15,7 @@
 replaces=('texmakerx')
 
 
source=(http://downloads.sourceforge.net/project/texstudio/texstudio/TeXstudio%20${pkgver}/${pkgname}-${pkgver}.tar.gz)
-md5sums=('a14008ff4d23f33ae2f14dbb4efdcc35')
+md5sums=('9bfd48e82e9cb1a9f1bb3055c262e658')
 
 build() {
 cd "$srcdir/$pkgname$pkgver"