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

2018-03-16 Thread Laurent Carlier via arch-commits
Date: Friday, March 16, 2018 @ 09:55:10
  Author: lcarlier
Revision: 319389

upgpkg: libzip 1.5.0-1

upstream update 1.5.0

Modified:
  libzip/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-03-16 09:06:18 UTC (rev 319388)
+++ PKGBUILD2018-03-16 09:55:10 UTC (rev 319389)
@@ -3,22 +3,24 @@
 # Contributor: Tobias Powalowski 
 
 pkgname=libzip
-pkgver=1.4.0
+pkgver=1.5.0
 pkgrel=1
 pkgdesc="A C library for reading, creating, and modifying zip archives"
-url="http://www.nih.at/libzip/index.html;
+url="https://libzip.org;
 license=('BSD')
 arch=('x86_64')
-depends=('zlib' 'bzip2')
+depends=('zlib' 'bzip2' 'openssl')
 makedepends=('cmake')
-source=("http://www.nih.at/${pkgname}/${pkgname}-${pkgver}.tar.xz;)
-sha256sums=('e508aba025f5f94b267d5120fc33761bcd98440ebe49dbfe2ed3df3afeacc7b1')
+source=("${url}/download/${pkgname}-${pkgver}.tar.xz")
+sha256sums=('5ddb9b41d31b2f99ad4d512003c610ae2db70e222833aba6f9332d5b48a153d9')
 
 build() {
   cd "${pkgname}-${pkgver}"
 
   mkdir build && cd build
-  cmake -DCMAKE_INSTALL_PREFIX=/usr ..
+  cmake -DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+..
   make
 }
 


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

2018-03-16 Thread Felix Yan via arch-commits
Date: Friday, March 16, 2018 @ 09:52:52
  Author: felixonmars
Revision: 308823

upgpkg: v2ray 3.14-1

Modified:
  v2ray/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-03-16 09:50:47 UTC (rev 308822)
+++ PKGBUILD2018-03-16 09:52:52 UTC (rev 308823)
@@ -3,7 +3,7 @@
 # Contributor: pandada8 
 
 pkgname=v2ray
-pkgver=3.13
+pkgver=3.14
 pkgrel=1
 pkgdesc="A platform for building proxies to bypass network restrictions"
 arch=('x86_64')
@@ -12,7 +12,7 @@
 makedepends=('go' 'git')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/v2ray/v2ray-core/archive/v$pkgver.tar.gz;
 'v2ray.service')
-sha512sums=('fe66d294f8410ec31e36be9bb4b803d14a0d4801b3ffe935523984085b295ae7c2efe7472e9011d3ce25fadf4fba3d218549832a086cf7e0dfda7f0931cfb0c5'
+sha512sums=('235c9b6a3f50876537735a0fb06e3a5bdf9472cbf1d597cc63cd67ba3d871c4b252a6fcb1a8faabcb67274d3dea8974aaf67db62fd70dde28473dda6fcd5b9fc'
 
'bebb87f43b3920be8efde9aece9c4305323cd7d3a65a3b2441f0dbd0098c02a18ca89a5b08833eee70482cffae2c8e7b7237bb5a4d1076e3c30d273898e2bedb')
 
 prepare() {


[arch-commits] Commit in v2ray/repos/community-x86_64 (4 files)

2018-03-16 Thread Felix Yan via arch-commits
Date: Friday, March 16, 2018 @ 09:53:08
  Author: felixonmars
Revision: 308824

archrelease: copy trunk to community-x86_64

Added:
  v2ray/repos/community-x86_64/PKGBUILD
(from rev 308823, v2ray/trunk/PKGBUILD)
  v2ray/repos/community-x86_64/v2ray.service
(from rev 308823, v2ray/trunk/v2ray.service)
Deleted:
  v2ray/repos/community-x86_64/PKGBUILD
  v2ray/repos/community-x86_64/v2ray.service

---+
 PKGBUILD  |   92 
 v2ray.service |   26 +++
 2 files changed, 59 insertions(+), 59 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-03-16 09:52:52 UTC (rev 308823)
+++ PKGBUILD2018-03-16 09:53:08 UTC (rev 308824)
@@ -1,46 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: pandada8 
-
-pkgname=v2ray
-pkgver=3.13
-pkgrel=1
-pkgdesc="A platform for building proxies to bypass network restrictions"
-arch=('x86_64')
-url="https://github.com/v2ray/v2ray-core;
-license=('MIT')
-makedepends=('go' 'git')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/v2ray/v2ray-core/archive/v$pkgver.tar.gz;
-'v2ray.service')
-sha512sums=('fe66d294f8410ec31e36be9bb4b803d14a0d4801b3ffe935523984085b295ae7c2efe7472e9011d3ce25fadf4fba3d218549832a086cf7e0dfda7f0931cfb0c5'
-
'bebb87f43b3920be8efde9aece9c4305323cd7d3a65a3b2441f0dbd0098c02a18ca89a5b08833eee70482cffae2c8e7b7237bb5a4d1076e3c30d273898e2bedb')
-
-prepare() {
-  export GOPATH="$srcdir/build"
-  go get v2ray.com/core github.com/miekg/dns golang.org/x/sys/unix 
v2ray.com/ext/assert \
- github.com/gorilla/websocket golang.org/x/crypto/chacha20poly1305 
golang.org/x/crypto/sha3 \
- v2ray.com/ext golang.org/x/net/proxy 
github.com/google/go-github/github golang.org/x/oauth2 \
- github.com/gogo/protobuf/proto google.golang.org/grpc
-  go install v2ray.com/ext/tools/build/vbuild
-}
-
-build() {
-  cd v2ray-core-$pkgver
-  "$GOPATH"/bin/vbuild
-}
-
-check() {
-  cd v2ray-core-$pkgver
-  go test -p 1 -tags json -v v2ray.com/core/...
-}
-
-package() {
-  cd v2ray-core-$pkgver
-  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/v2ray/LICENSE
-  install -Dm644 release/config/systemd/v2ray.service 
${pkgdir}/usr/lib/systemd/system/v2ray.service
-  sed -i '/ExecStart/c\ExecStart=/usr/bin/env v2ray.location.asset=/etc/v2ray 
/usr/bin/v2ray -config /etc/v2ray/config.json' 
"$pkgdir"/usr/lib/systemd/system/v2ray.service
-  install -Dm644 release/config/geoip.dat release/config/geosite.dat 
release/config/*.json -t "$pkgdir"/etc/v2ray/
-  install -Dm755 "$GOPATH"/bin/v2ray-custom-linux-64/{v2ray,v2ctl} -t 
"$pkgdir"/usr/bin/
-
-  install -Dm644 "$srcdir"/v2ray.service 
"$pkgdir"/usr/lib/systemd/system/v2ray@.service
-}

Copied: v2ray/repos/community-x86_64/PKGBUILD (from rev 308823, 
v2ray/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-03-16 09:53:08 UTC (rev 308824)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: pandada8 
+
+pkgname=v2ray
+pkgver=3.14
+pkgrel=1
+pkgdesc="A platform for building proxies to bypass network restrictions"
+arch=('x86_64')
+url="https://github.com/v2ray/v2ray-core;
+license=('MIT')
+makedepends=('go' 'git')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/v2ray/v2ray-core/archive/v$pkgver.tar.gz;
+'v2ray.service')
+sha512sums=('235c9b6a3f50876537735a0fb06e3a5bdf9472cbf1d597cc63cd67ba3d871c4b252a6fcb1a8faabcb67274d3dea8974aaf67db62fd70dde28473dda6fcd5b9fc'
+
'bebb87f43b3920be8efde9aece9c4305323cd7d3a65a3b2441f0dbd0098c02a18ca89a5b08833eee70482cffae2c8e7b7237bb5a4d1076e3c30d273898e2bedb')
+
+prepare() {
+  export GOPATH="$srcdir/build"
+  go get v2ray.com/core github.com/miekg/dns golang.org/x/sys/unix 
v2ray.com/ext/assert \
+ github.com/gorilla/websocket golang.org/x/crypto/chacha20poly1305 
golang.org/x/crypto/sha3 \
+ v2ray.com/ext golang.org/x/net/proxy 
github.com/google/go-github/github golang.org/x/oauth2 \
+ github.com/gogo/protobuf/proto google.golang.org/grpc
+  go install v2ray.com/ext/tools/build/vbuild
+}
+
+build() {
+  cd v2ray-core-$pkgver
+  "$GOPATH"/bin/vbuild
+}
+
+check() {
+  cd v2ray-core-$pkgver
+  go test -p 1 -tags json -v v2ray.com/core/...
+}
+
+package() {
+  cd v2ray-core-$pkgver
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/v2ray/LICENSE
+  install -Dm644 release/config/systemd/v2ray.service 
${pkgdir}/usr/lib/systemd/system/v2ray.service
+  sed -i '/ExecStart/c\ExecStart=/usr/bin/env v2ray.location.asset=/etc/v2ray 
/usr/bin/v2ray -config /etc/v2ray/config.json' 
"$pkgdir"/usr/lib/systemd/system/v2ray.service
+  install -Dm644 release/config/geoip.dat release/config/geosite.dat 
release/config/*.json -t "$pkgdir"/etc/v2ray/
+  install 

[arch-commits] Commit in ndiswrapper-dkms/repos/community-x86_64 (9 files)

2018-03-16 Thread Felix Yan via arch-commits
Date: Friday, March 16, 2018 @ 09:50:47
  Author: felixonmars
Revision: 308822

archrelease: copy trunk to community-x86_64

Added:
  ndiswrapper-dkms/repos/community-x86_64/PKGBUILD
(from rev 308821, ndiswrapper-dkms/trunk/PKGBUILD)
  ndiswrapper-dkms/repos/community-x86_64/dkms.conf
(from rev 308821, ndiswrapper-dkms/trunk/dkms.conf)
  ndiswrapper-dkms/repos/community-x86_64/linux-4.11.patch
(from rev 308821, ndiswrapper-dkms/trunk/linux-4.11.patch)
  ndiswrapper-dkms/repos/community-x86_64/linux-4.13.patch
(from rev 308821, ndiswrapper-dkms/trunk/linux-4.13.patch)
  ndiswrapper-dkms/repos/community-x86_64/linux-4.15.patch
(from rev 308821, ndiswrapper-dkms/trunk/linux-4.15.patch)
Deleted:
  ndiswrapper-dkms/repos/community-x86_64/PKGBUILD
  ndiswrapper-dkms/repos/community-x86_64/dkms.conf
  ndiswrapper-dkms/repos/community-x86_64/linux-4.11.patch
  ndiswrapper-dkms/repos/community-x86_64/linux-4.13.patch

--+
 PKGBUILD |   84 +++---
 dkms.conf|   48 ++--
 linux-4.11.patch |  110 ++---
 linux-4.13.patch |   54 +++---
 linux-4.15.patch |  199 +
 5 files changed, 349 insertions(+), 146 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-03-16 09:50:23 UTC (rev 308821)
+++ PKGBUILD2018-03-16 09:50:47 UTC (rev 308822)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: maz-1 
-
-pkgname=ndiswrapper-dkms
-pkgver=1.61
-pkgrel=3
-pkgdesc="Module for NDIS (Windows Network Drivers) drivers supplied by 
vendors.Use with DKMS"
-arch=('i686' 'x86_64')
-url="http://sourceforge.net/projects/ndiswrapper/;
-license=('GPL')
-depends=('dkms')
-#optdepends=('ndisgtk: GTK+ based frontend for ndiswrapper.')
-provides=('ndiswrapper')
-conflicts=('ndiswrapper')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/pgiri/ndiswrapper/archive/v$pkgver.tar.gz;
-'dkms.conf' 'linux-4.11.patch' 'linux-4.13.patch')
-sha512sums=('85f550f2952137529e0e9855f4d94b7bbc64cbf8a84a31c1b75a4be09d97478a997e64fa6e1ff4e0d29a97a79fc3d4dab1ebdaa9edb3d627a215f47aa4d52823'
-
'9fce255fc02ddf6e939dc61a5e29c0ea5fa1a31ecc3c390081bc53aa1cd48eddf5db621f0a1cb909634529d4ccc2995eea8827be8eb5807b34dc17e15045ecf4'
-
'5350308406457658fb31c378d6f3dd2a34c7331aebe5bdc80744bf955f1144e88181441704ccc7532f55d6fbe8d410440fb8838c2955d688dde4b55f74fc6ba5'
-
'de026a271cbfbefee99bc00a13c50be87294e5e2c5407d23cff6ce2d2a0c853542ce4f7e3e150741c7e8e32466fb1ab7cab266957da5bcca8376fb0f38e94482')
-
-prepare() {
-  cd ndiswrapper-$pkgver
-  patch -p1 -i ../linux-4.11.patch
-  patch -p1 -i ../linux-4.13.patch
-}
-
-build() {
-  cd ndiswrapper-$pkgver/ndiswrapper
-  make -C utils
-}
-
-package() {
-  cd ndiswrapper-$pkgver/ndiswrapper
-  mkdir -p "$pkgdir"/usr/src
-  cp -RL ./driver "$pkgdir"/usr/src/ndiswrapper-$pkgver
-  cp "$srcdir"/dkms.conf "$pkgdir"/usr/src/ndiswrapper-$pkgver
-  make -C utils sbindir=/usr/bin usrsbindir=/usr/bin DESTDIR="$pkgdir" install
-}

Copied: ndiswrapper-dkms/repos/community-x86_64/PKGBUILD (from rev 308821, 
ndiswrapper-dkms/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-03-16 09:50:47 UTC (rev 308822)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: maz-1 
+
+pkgname=ndiswrapper-dkms
+pkgver=1.61
+pkgrel=4
+pkgdesc="Module for NDIS (Windows Network Drivers) drivers supplied by 
vendors.Use with DKMS"
+arch=('x86_64')
+url="http://sourceforge.net/projects/ndiswrapper/;
+license=('GPL')
+depends=('dkms')
+# optdepends=('ndisgtk: GTK+ based frontend for ndiswrapper.')
+provides=('ndiswrapper')
+conflicts=('ndiswrapper')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/pgiri/ndiswrapper/archive/v$pkgver.tar.gz;
+'dkms.conf' 'linux-4.11.patch' 'linux-4.13.patch' 'linux-4.15.patch')
+sha512sums=('85f550f2952137529e0e9855f4d94b7bbc64cbf8a84a31c1b75a4be09d97478a997e64fa6e1ff4e0d29a97a79fc3d4dab1ebdaa9edb3d627a215f47aa4d52823'
+
'9fce255fc02ddf6e939dc61a5e29c0ea5fa1a31ecc3c390081bc53aa1cd48eddf5db621f0a1cb909634529d4ccc2995eea8827be8eb5807b34dc17e15045ecf4'
+
'5350308406457658fb31c378d6f3dd2a34c7331aebe5bdc80744bf955f1144e88181441704ccc7532f55d6fbe8d410440fb8838c2955d688dde4b55f74fc6ba5'
+
'de026a271cbfbefee99bc00a13c50be87294e5e2c5407d23cff6ce2d2a0c853542ce4f7e3e150741c7e8e32466fb1ab7cab266957da5bcca8376fb0f38e94482'
+
'52bd3d2025ffb8a3f6a4a1a1fee1b87d3811f30a210a54aaa7b37838eb256cd766bc1aeda24e4b4f4829992584931ecd97a042794c9b854bd1ebbf452dce2abf')
+
+prepare() {
+  cd ndiswrapper-$pkgver
+  patch --no-backup-if-mismatch -p1 -i "$srcdir"/linux-4.11.patch
+  patch --no-backup-if-mismatch 

[arch-commits] Commit in ndiswrapper-dkms/trunk (PKGBUILD linux-4.15.patch)

2018-03-16 Thread Felix Yan via arch-commits
Date: Friday, March 16, 2018 @ 09:50:23
  Author: felixonmars
Revision: 308821

upgpkg: ndiswrapper-dkms 1.61-4

fix build with linux 4.15+

Added:
  ndiswrapper-dkms/trunk/linux-4.15.patch
Modified:
  ndiswrapper-dkms/trunk/PKGBUILD

--+
 PKGBUILD |   16 ++--
 linux-4.15.patch |  199 +
 2 files changed, 209 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-03-16 09:49:41 UTC (rev 308820)
+++ PKGBUILD2018-03-16 09:50:23 UTC (rev 308821)
@@ -4,26 +4,30 @@
 
 pkgname=ndiswrapper-dkms
 pkgver=1.61
-pkgrel=3
+pkgrel=4
 pkgdesc="Module for NDIS (Windows Network Drivers) drivers supplied by 
vendors.Use with DKMS"
 arch=('x86_64')
 url="http://sourceforge.net/projects/ndiswrapper/;
 license=('GPL')
 depends=('dkms')
-#optdepends=('ndisgtk: GTK+ based frontend for ndiswrapper.')
+# optdepends=('ndisgtk: GTK+ based frontend for ndiswrapper.')
 provides=('ndiswrapper')
 conflicts=('ndiswrapper')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/pgiri/ndiswrapper/archive/v$pkgver.tar.gz;
-'dkms.conf' 'linux-4.11.patch' 'linux-4.13.patch')
+'dkms.conf' 'linux-4.11.patch' 'linux-4.13.patch' 'linux-4.15.patch')
 
sha512sums=('85f550f2952137529e0e9855f4d94b7bbc64cbf8a84a31c1b75a4be09d97478a997e64fa6e1ff4e0d29a97a79fc3d4dab1ebdaa9edb3d627a215f47aa4d52823'
 
'9fce255fc02ddf6e939dc61a5e29c0ea5fa1a31ecc3c390081bc53aa1cd48eddf5db621f0a1cb909634529d4ccc2995eea8827be8eb5807b34dc17e15045ecf4'
 
'5350308406457658fb31c378d6f3dd2a34c7331aebe5bdc80744bf955f1144e88181441704ccc7532f55d6fbe8d410440fb8838c2955d688dde4b55f74fc6ba5'
-
'de026a271cbfbefee99bc00a13c50be87294e5e2c5407d23cff6ce2d2a0c853542ce4f7e3e150741c7e8e32466fb1ab7cab266957da5bcca8376fb0f38e94482')
+
'de026a271cbfbefee99bc00a13c50be87294e5e2c5407d23cff6ce2d2a0c853542ce4f7e3e150741c7e8e32466fb1ab7cab266957da5bcca8376fb0f38e94482'
+
'52bd3d2025ffb8a3f6a4a1a1fee1b87d3811f30a210a54aaa7b37838eb256cd766bc1aeda24e4b4f4829992584931ecd97a042794c9b854bd1ebbf452dce2abf')
 
 prepare() {
   cd ndiswrapper-$pkgver
-  patch -p1 -i ../linux-4.11.patch
-  patch -p1 -i ../linux-4.13.patch
+  patch --no-backup-if-mismatch -p1 -i "$srcdir"/linux-4.11.patch
+  patch --no-backup-if-mismatch -p1 -i "$srcdir"/linux-4.13.patch
+
+  cd ndiswrapper
+  patch --no-backup-if-mismatch -p1 -i "$srcdir"/linux-4.15.patch
 }
 
 build() {

Added: linux-4.15.patch
===
--- linux-4.15.patch(rev 0)
+++ linux-4.15.patch2018-03-16 09:50:23 UTC (rev 308821)
@@ -0,0 +1,199 @@
+From: Seth Forshee 
+Date: Wed, 13 Dec 2017 15:53:31 -0600
+Subject: [PATCH] Build fixes for Linux 4.15
+
+Fixes two build issues for 4.15:
+
+ - init_timer() was eliminated in 4.15, and all callers were
+   converted to using timer_setup(). The callback prototype has
+   also changed to pass a timer_list argument instead of callback
+   data, and from_timer() must be used to get to the object in
+   which the timer is embedded.
+
+ - usb_get_status() was changed to take an additional argument,
+   and usb_get_std_status() was added as a wrapper for callers to
+   use as a replacment. Call the wrapper in 4.15 and later.
+
+LP: #1737749
+---
+ driver/ntoskernel.c | 19 ++-
+ driver/usb.c| 10 --
+ driver/wrapndis.c   | 28 
+ 3 files changed, 54 insertions(+), 3 deletions(-)
+
+diff --git a/driver/ntoskernel.c b/driver/ntoskernel.c
+index 4fe0dc1..156c688 100644
+--- a/driver/ntoskernel.c
 b/driver/ntoskernel.c
+@@ -77,7 +77,6 @@ u64 wrap_ticks_to_boot;
+ #if defined(CONFIG_X86_64)
+ static struct timer_list shared_data_timer;
+ struct kuser_shared_data kuser_shared_data;
+-static void update_user_shared_data_proc(unsigned long data);
+ #endif
+ 
+ WIN_SYMBOL_MAP("KeTickCount", )
+@@ -91,7 +90,11 @@ DEFINE_PER_CPU(struct irql_info, irql_info);
+ #endif
+ 
+ #if defined(CONFIG_X86_64)
++#if LINUX_VERSION_CODE < KERNEL_VERSION(4,15,0)
+ static void update_user_shared_data_proc(unsigned long data)
++#else
++static void update_user_shared_data_proc(struct timer_list *t)
++#endif
+ {
+   /* timer is supposed to be scheduled every 10ms, but bigger
+* intervals seem to work (tried up to 50ms) */
+@@ -407,9 +410,15 @@ static void initialize_object(struct dispatcher_header 
*dh, enum dh_type type,
+   InitializeListHead(>wait_blocks);
+ }
+ 
++#if LINUX_VERSION_CODE < KERNEL_VERSION(4,15,0)
+ static void timer_proc(unsigned long data)
+ {
+   struct wrap_timer *wrap_timer = (struct wrap_timer *)data;
++#else
++static void timer_proc(struct timer_list *t)
++{
++  struct wrap_timer *wrap_timer = from_timer(wrap_timer, t, timer);
++#endif
+   struct nt_timer *nt_timer;
+   struct kdpc *kdpc;

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

2018-03-16 Thread Maxime Gauduin via arch-commits
Date: Friday, March 16, 2018 @ 09:49:41
  Author: alucryd
Revision: 308820

archrelease: copy trunk to multilib-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-03-16 09:49:29 UTC (rev 308819)
+++ PKGBUILD2018-03-16 09:49:41 UTC (rev 308820)
@@ -1,59 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin 
-# Contributor: Jan de Groot 
-# Contributor: jtts 
-# Contributor: GordonGR 
-
-pkgname=lib32-polkit
-pkgver=0.113+29+g3272a98
-pkgrel=1
-pkgdesc="Application development toolkit for controlling system-wide 
privileges (32-bit)"
-arch=(x86_64)
-license=(LGPL)
-url="https://www.freedesktop.org/wiki/Software/polkit/;
-depends=(lib32-glib2 lib32-pam lib32-expat lib32-systemd polkit)
-makedepends=(intltool gtk-doc gobject-introspection git autoconf-archive 
gcc-multilib)
-_commit=3272a988655c3236b55bad70e9a3af20857f384b  # master
-source=("git+https://anongit.freedesktop.org/git/polkit#commit=$_commit;)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd polkit
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  cd polkit
-  NOCONFIGURE=1 ./autogen.sh
-}
-
-build() {
-  cd polkit
-
-  export CC='gcc -m32'
-  export CXX='g++ -m32'
-  export PKG_CONFIG_PATH='/usr/lib32/pkgconfig'
-
-  ./configure --prefix=/usr --sysconfdir=/etc --libdir=/usr/lib32 \
-  --localstatedir=/var --libexecdir=/usr/lib32/polkit-1 \
-  --enable-libsystemd-login=yes --disable-static \
-  --with-os-type=redhat
-
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-
-  make -C src/polkit polkitenumtypes.h
-  make -C src/polkit libpolkit-gobject-1.la
-  make -C src/polkitagent polkitagentenumtypes.h marshal.stamp
-  make -C src/polkitagent libpolkit-agent-1.la
-}
-
-package() {
-  cd polkit
-  make -C src/polkit DESTDIR="$pkgdir" \
-lib_LTLIBRARIES="libpolkit-gobject-1.la" install-libLTLIBRARIES
-  make -C src/polkitagent DESTDIR="$pkgdir" \
-lib_LTLIBRARIES="libpolkit-agent-1.la" install-libLTLIBRARIES
-  make -C data DESTDIR="$pkgdir" install-pkgconfigDATA
-}
-
-# vim: ts=2 sw=2 et:

Copied: lib32-polkit/repos/multilib-x86_64/PKGBUILD (from rev 308819, 
lib32-polkit/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-03-16 09:49:41 UTC (rev 308820)
@@ -0,0 +1,66 @@
+# $Id$
+# Maintainer: Maxime Gauduin 
+# Contributor: Jan de Groot 
+# Contributor: jtts 
+# Contributor: GordonGR 
+
+pkgname=lib32-polkit
+pkgver=0.113+34+g29ba7af
+pkgrel=1
+pkgdesc='Application development toolkit for controlling system-wide 
privileges'
+arch=('x86_64')
+license=('LGPL')
+url='https://www.freedesktop.org/wiki/Software/polkit/'
+depends=('lib32-expat' 'lib32-glib2' 'lib32-pam' 'lib32-systemd' 'polkit')
+makedepends=('autoconf-archive' 'gcc-multilib' 'git' 'gobject-introspection'
+ 'gtk-doc' 'intltool')
+_commit='29ba7afba1b79a325183a71966f35926dfdf506e'  # master
+source=("git+https://anongit.freedesktop.org/git/polkit#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd polkit
+
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd polkit
+
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd polkit
+
+  export CC='gcc -m32'
+  export CXX='g++ -m32'
+  export PKG_CONFIG_PATH='/usr/lib32/pkgconfig'
+
+  ./configure \
+--prefix='/usr' \
+--sysconfdir='/etc' \
+--libdir='/usr/lib32' \
+--localstatedir='/var' \
+--libexecdir='/usr/lib32' \
+--disable-static \
+--enable-libsystemd-login='yes' \
+--with-os-type='redhat'
+
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
+  make -C src/polkit polkitenumtypes.h
+  make -C src/polkit libpolkit-gobject-1.la
+  make -C src/polkitagent polkitagentenumtypes.h marshal.stamp
+  make -C src/polkitagent libpolkit-agent-1.la
+}
+
+package() {
+  cd polkit
+
+  make -C src/polkit DESTDIR="${pkgdir}" 
lib_LTLIBRARIES='libpolkit-gobject-1.la' install-libLTLIBRARIES
+  make -C src/polkitagent DESTDIR="${pkgdir}" 
lib_LTLIBRARIES='libpolkit-agent-1.la' install-libLTLIBRARIES
+  make -C data DESTDIR="${pkgdir}" install-pkgconfigDATA
+}
+
+# vim: ts=2 sw=2 et:


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

2018-03-16 Thread Maxime Gauduin via arch-commits
Date: Friday, March 16, 2018 @ 09:49:29
  Author: alucryd
Revision: 308819

upgpkg: lib32-polkit 0.113+34+g29ba7af-1

Modified:
  lib32-polkit/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-03-16 09:46:32 UTC (rev 308818)
+++ PKGBUILD2018-03-16 09:49:29 UTC (rev 308819)
@@ -5,25 +5,28 @@
 # Contributor: GordonGR 
 
 pkgname=lib32-polkit
-pkgver=0.113+29+g3272a98
+pkgver=0.113+34+g29ba7af
 pkgrel=1
-pkgdesc="Application development toolkit for controlling system-wide 
privileges (32-bit)"
-arch=(x86_64)
-license=(LGPL)
-url="https://www.freedesktop.org/wiki/Software/polkit/;
-depends=(lib32-glib2 lib32-pam lib32-expat lib32-systemd polkit)
-makedepends=(intltool gtk-doc gobject-introspection git autoconf-archive 
gcc-multilib)
-_commit=3272a988655c3236b55bad70e9a3af20857f384b  # master
+pkgdesc='Application development toolkit for controlling system-wide 
privileges'
+arch=('x86_64')
+license=('LGPL')
+url='https://www.freedesktop.org/wiki/Software/polkit/'
+depends=('lib32-expat' 'lib32-glib2' 'lib32-pam' 'lib32-systemd' 'polkit')
+makedepends=('autoconf-archive' 'gcc-multilib' 'git' 'gobject-introspection'
+ 'gtk-doc' 'intltool')
+_commit='29ba7afba1b79a325183a71966f35926dfdf506e'  # master
 source=("git+https://anongit.freedesktop.org/git/polkit#commit=$_commit;)
 sha256sums=('SKIP')
 
 pkgver() {
   cd polkit
+
   git describe --tags | sed 's/-/+/g'
 }
 
 prepare() {
   cd polkit
+
   NOCONFIGURE=1 ./autogen.sh
 }
 
@@ -34,10 +37,15 @@
   export CXX='g++ -m32'
   export PKG_CONFIG_PATH='/usr/lib32/pkgconfig'
 
-  ./configure --prefix=/usr --sysconfdir=/etc --libdir=/usr/lib32 \
-  --localstatedir=/var --libexecdir=/usr/lib32/polkit-1 \
-  --enable-libsystemd-login=yes --disable-static \
-  --with-os-type=redhat
+  ./configure \
+--prefix='/usr' \
+--sysconfdir='/etc' \
+--libdir='/usr/lib32' \
+--localstatedir='/var' \
+--libexecdir='/usr/lib32' \
+--disable-static \
+--enable-libsystemd-login='yes' \
+--with-os-type='redhat'
 
   sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
 
@@ -49,11 +57,10 @@
 
 package() {
   cd polkit
-  make -C src/polkit DESTDIR="$pkgdir" \
-lib_LTLIBRARIES="libpolkit-gobject-1.la" install-libLTLIBRARIES
-  make -C src/polkitagent DESTDIR="$pkgdir" \
-lib_LTLIBRARIES="libpolkit-agent-1.la" install-libLTLIBRARIES
-  make -C data DESTDIR="$pkgdir" install-pkgconfigDATA
+
+  make -C src/polkit DESTDIR="${pkgdir}" 
lib_LTLIBRARIES='libpolkit-gobject-1.la' install-libLTLIBRARIES
+  make -C src/polkitagent DESTDIR="${pkgdir}" 
lib_LTLIBRARIES='libpolkit-agent-1.la' install-libLTLIBRARIES
+  make -C data DESTDIR="${pkgdir}" install-pkgconfigDATA
 }
 
 # vim: ts=2 sw=2 et:


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

2018-03-16 Thread Laurent Carlier via arch-commits
Date: Friday, March 16, 2018 @ 09:46:32
  Author: lcarlier
Revision: 308818

archrelease: copy trunk to community-x86_64

Added:
  hatari/repos/community-x86_64/PKGBUILD
(from rev 308817, hatari/trunk/PKGBUILD)
Deleted:
  hatari/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-03-16 09:46:25 UTC (rev 308817)
+++ PKGBUILD2018-03-16 09:46:32 UTC (rev 308818)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Shinlun Hsieh 
-
-pkgname=hatari
-pkgver=2.0.0
-pkgrel=1
-pkgdesc='An Atari ST and STE emulator'
-arch=('i686' 'x86_64')
-url='http://hatari.sourceforge.net/'
-license=('GPL')
-depends=('sdl2' 'libpng' 'portaudio' 'libsystemd' 'hicolor-icon-theme')
-makedepends=('cmake' 'systemd')
-source=("https://download.tuxfamily.org/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.bz2;)
-sha256sums=('52a447a59b6979d55d1525f3c4a21ec013e4371354d6683ede71546c5e6da577')
-
-build() {
-  cd ${pkgname}-${pkgver}
-
-  ./configure --prefix=/usr
-
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-
-  make DESTDIR=${pkgdir} install
-}

Copied: hatari/repos/community-x86_64/PKGBUILD (from rev 308817, 
hatari/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-03-16 09:46:32 UTC (rev 308818)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Shinlun Hsieh 
+
+pkgname=hatari
+pkgver=2.1.0
+pkgrel=1
+pkgdesc='An Atari ST and STE emulator'
+arch=('x86_64')
+url='http://hatari.sourceforge.net/'
+license=('GPL')
+depends=('sdl2' 'libpng' 'portaudio' 'libsystemd' 'hicolor-icon-theme')
+makedepends=('cmake' 'systemd')
+source=("https://download.tuxfamily.org/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.bz2;)
+sha256sums=('eb299460e92db4a8a2983a0725cbbc8c185f1470b8ecd791b3d102815da20924')
+
+build() {
+  cd ${pkgname}-${pkgver}
+
+  ./configure --prefix=/usr
+
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+
+  make DESTDIR=${pkgdir} install
+}


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

2018-03-16 Thread Bruno Pagani via arch-commits
Date: Friday, March 16, 2018 @ 09:46:09
  Author: archange
Revision: 308816

archrelease: copy trunk to community-x86_64

Added:
  fractal/repos/community-x86_64/PKGBUILD
(from rev 308815, fractal/trunk/PKGBUILD)
Deleted:
  fractal/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-03-16 09:45:51 UTC (rev 308815)
+++ PKGBUILD2018-03-16 09:46:09 UTC (rev 308816)
@@ -1,25 +0,0 @@
-# Maintainer: Bruno Pagani 
-
-pkgname=fractal
-pkgver=0.1.16
-pkgrel=1
-pkgdesc="A GTK+ client for Matrix written in Rust"
-arch=('x86_64')
-url="https://wiki.gnome.org/Fractal;
-license=('GPL2')
-depends=('gtk3')
-makedepends=('meson' 'rust')
-_md5=174c094f6cb0888786c5a4bb39fefbf7
-source=("https://gitlab.gnome.org/danigm/fractal/uploads/${_md5}/${pkgname}-${pkgver}.tar.xz;)
-sha256sums=('78376a0aa9f7676c68ac78daf8160718a6fd2df65d181cff02b1bcde4d99a1dd')
-
-build() {
-cd ${pkgname}-${pkgver}
-./configure --prefix=/usr
-make
-}
-
-package() {
-cd ${pkgname}-${pkgver}
-make DESTDIR="${pkgdir}" install
-}

Copied: fractal/repos/community-x86_64/PKGBUILD (from rev 308815, 
fractal/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-03-16 09:46:09 UTC (rev 308816)
@@ -0,0 +1,25 @@
+# Maintainer: Bruno Pagani 
+
+pkgname=fractal
+pkgver=0.1.18
+pkgrel=1
+pkgdesc="A GTK+ client for Matrix written in Rust"
+arch=('x86_64')
+url="https://wiki.gnome.org/Fractal;
+license=('GPL2')
+depends=('gtk3')
+makedepends=('meson' 'rust')
+_md5=ee557c7df30bb0021eea207cc962
+source=("https://gitlab.gnome.org/danigm/fractal/uploads/${_md5}/${pkgname}-${pkgver}.tar.xz;)
+sha256sums=('c3c67fffeda9336f862b4232a6f154a26dcb9e451b95f047a493a37d6781ef8b')
+
+build() {
+cd ${pkgname}-${pkgver}
+./configure --prefix=/usr
+make
+}
+
+package() {
+cd ${pkgname}-${pkgver}
+make DESTDIR="${pkgdir}" install
+}


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

2018-03-16 Thread Laurent Carlier via arch-commits
Date: Friday, March 16, 2018 @ 09:46:25
  Author: lcarlier
Revision: 308817

upgpkg: hatari 2.1.0-1

upstream update 2.1.0

Modified:
  hatari/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-03-16 09:46:09 UTC (rev 308816)
+++ PKGBUILD2018-03-16 09:46:25 UTC (rev 308817)
@@ -2,7 +2,7 @@
 # Maintainer: Shinlun Hsieh 
 
 pkgname=hatari
-pkgver=2.0.0
+pkgver=2.1.0
 pkgrel=1
 pkgdesc='An Atari ST and STE emulator'
 arch=('x86_64')
@@ -11,7 +11,7 @@
 depends=('sdl2' 'libpng' 'portaudio' 'libsystemd' 'hicolor-icon-theme')
 makedepends=('cmake' 'systemd')
 
source=("https://download.tuxfamily.org/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.bz2;)
-sha256sums=('52a447a59b6979d55d1525f3c4a21ec013e4371354d6683ede71546c5e6da577')
+sha256sums=('eb299460e92db4a8a2983a0725cbbc8c185f1470b8ecd791b3d102815da20924')
 
 build() {
   cd ${pkgname}-${pkgver}


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

2018-03-16 Thread Bruno Pagani via arch-commits
Date: Friday, March 16, 2018 @ 09:45:51
  Author: archange
Revision: 308815

upgpkg: fractal 0.1.18-1

Modified:
  fractal/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-03-16 09:43:34 UTC (rev 308814)
+++ PKGBUILD2018-03-16 09:45:51 UTC (rev 308815)
@@ -1,7 +1,7 @@
 # Maintainer: Bruno Pagani 
 
 pkgname=fractal
-pkgver=0.1.16
+pkgver=0.1.18
 pkgrel=1
 pkgdesc="A GTK+ client for Matrix written in Rust"
 arch=('x86_64')
@@ -9,9 +9,9 @@
 license=('GPL2')
 depends=('gtk3')
 makedepends=('meson' 'rust')
-_md5=174c094f6cb0888786c5a4bb39fefbf7
+_md5=ee557c7df30bb0021eea207cc962
 
source=("https://gitlab.gnome.org/danigm/fractal/uploads/${_md5}/${pkgname}-${pkgver}.tar.xz;)
-sha256sums=('78376a0aa9f7676c68ac78daf8160718a6fd2df65d181cff02b1bcde4d99a1dd')
+sha256sums=('c3c67fffeda9336f862b4232a6f154a26dcb9e451b95f047a493a37d6781ef8b')
 
 build() {
 cd ${pkgname}-${pkgver}


[arch-commits] Commit in freerdp/repos/community-x86_64 (3 files)

2018-03-16 Thread Sergej Pupykin via arch-commits
Date: Friday, March 16, 2018 @ 09:43:34
  Author: spupykin
Revision: 308814

archrelease: copy trunk to community-x86_64

Added:
  freerdp/repos/community-x86_64/PKGBUILD
(from rev 308813, freerdp/trunk/PKGBUILD)
  freerdp/repos/community-x86_64/fix_nla-8cd156a-backport.patch
(from rev 308813, freerdp/trunk/fix_nla-8cd156a-backport.patch)
Deleted:
  freerdp/repos/community-x86_64/PKGBUILD

+
 PKGBUILD   |   97 ---
 fix_nla-8cd156a-backport.patch |   48 +++
 2 files changed, 100 insertions(+), 45 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-03-16 09:43:18 UTC (rev 308813)
+++ PKGBUILD2018-03-16 09:43:34 UTC (rev 308814)
@@ -1,45 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Contributor: Stijn Segers 
-
-pkgname=freerdp
-epoch=1
-pkgver=2.0.0_rc1
-#_commit=6001cb710dc67eb8811362b7bf383754257a902b
-_pkgver=${pkgver/_/-}
-_pkgver=${_pkgver/+/-}
-pkgrel=1
-pkgdesc="Free RDP client"
-arch=('x86_64')
-url="http://freerdp.sourceforge.net;
-license=('GPL')
-depends=('openssl' 'libxcursor' 'libcups' 'alsa-lib' 'libxext' 'libxdamage'
-'ffmpeg' 'libxkbfile' 'libxinerama' 'libxv' 'libpulse' 'libxkbfile'
-'libxrender' 'libxfixes' 'gst-plugins-base-libs')
-makedepends=('krb5' 'cmake' 'damageproto' 'fixesproto' 'renderproto'
-'xmlto' 'docbook-xsl' 'git')
-provides=('libwinpr-tools2.so' 'libfreerdp-client2.so' 'libfreerdp2.so'
-  'libwinpr2.so')
-#source=("FreeRDP-${_pkgver}::git://github.com/FreeRDP/FreeRDP.git#commit=${_commit}")
-source=($pkgname-$pkgver.tar.gz::https://github.com/FreeRDP/FreeRDP/archive/${pkgver/_/-}.tar.gz)
-sha256sums=('a2c1c83072489d56da78bbe76c29729022f5c35a3ec3a1ce26cea8823de043c2')
-
-build() {
-  cd "$srcdir"/FreeRDP-${_pkgver}
-  cmake \
-   -DCMAKE_INSTALL_PREFIX=/usr \
-   -DCMAKE_INSTALL_LIBDIR=lib \
-   -DWITH_PULSE=ON \
-   -DWITH_CUPS=ON \
-   -DWITH_CHANNELS=ON \
-   -DWITH_CLIENT_CHANNELS=ON \
-   -DWITH_SERVER_CHANNELS=ON \
-   -DWITH_WAYLAND=ON \
-   .
-  make
-}
-
-package() {
-  cd "$srcdir"/FreeRDP-${_pkgver}
-  make DESTDIR="${pkgdir}" install
-}

Copied: freerdp/repos/community-x86_64/PKGBUILD (from rev 308813, 
freerdp/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-03-16 09:43:34 UTC (rev 308814)
@@ -0,0 +1,52 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Contributor: Stijn Segers 
+
+pkgname=freerdp
+epoch=1
+pkgver=2.0.0_rc1
+#_commit=6001cb710dc67eb8811362b7bf383754257a902b
+_pkgver=${pkgver/_/-}
+_pkgver=${_pkgver/+/-}
+pkgrel=2
+pkgdesc="Free RDP client"
+arch=('x86_64')
+url="http://freerdp.sourceforge.net;
+license=('GPL')
+depends=('openssl' 'libxcursor' 'libcups' 'alsa-lib' 'libxext' 'libxdamage'
+'ffmpeg' 'libxkbfile' 'libxinerama' 'libxv' 'libpulse' 'libxkbfile'
+'libxrender' 'libxfixes' 'gst-plugins-base-libs')
+makedepends=('krb5' 'cmake' 'damageproto' 'fixesproto' 'renderproto'
+'xmlto' 'docbook-xsl' 'git')
+provides=('libwinpr-tools2.so' 'libfreerdp-client2.so' 'libfreerdp2.so'
+  'libwinpr2.so')
+#source=("FreeRDP-${_pkgver}::git://github.com/FreeRDP/FreeRDP.git#commit=${_commit}")
+source=($pkgname-$pkgver.tar.gz::https://github.com/FreeRDP/FreeRDP/archive/${pkgver/_/-}.tar.gz
+   fix_nla-8cd156a-backport.patch)
+sha256sums=('a2c1c83072489d56da78bbe76c29729022f5c35a3ec3a1ce26cea8823de043c2'
+'2d449e0c1adee1ef131501e1613fc4c59fd122ca866d09f52eeff61236de81e4')
+
+prepare() {
+ cd "$srcdir"/FreeRDP-${_pkgver}
+ patch -Np1 -i "${srcdir}/fix_nla-8cd156a-backport.patch"
+}
+
+build() {
+  cd "$srcdir"/FreeRDP-${_pkgver}
+  cmake \
+   -DCMAKE_INSTALL_PREFIX=/usr \
+   -DCMAKE_INSTALL_LIBDIR=lib \
+   -DWITH_PULSE=ON \
+   -DWITH_CUPS=ON \
+   -DWITH_CHANNELS=ON \
+   -DWITH_CLIENT_CHANNELS=ON \
+   -DWITH_SERVER_CHANNELS=ON \
+   -DWITH_WAYLAND=ON \
+   .
+  make
+}
+
+package() {
+  cd "$srcdir"/FreeRDP-${_pkgver}
+  make DESTDIR="${pkgdir}" install
+}

Copied: freerdp/repos/community-x86_64/fix_nla-8cd156a-backport.patch (from rev 
308813, freerdp/trunk/fix_nla-8cd156a-backport.patch)
===
--- fix_nla-8cd156a-backport.patch  (rev 0)
+++ fix_nla-8cd156a-backport.patch  2018-03-16 09:43:34 UTC (rev 308814)
@@ -0,0 +1,48 @@
+From: Bernhard Miklautz 
+Date: Wed, 14 Mar 2018 13:39:23 +0100
+Subject: [PATCH] fix nla: don't use server version
+
+FreeRDP currently only supports CredSSP protocol version 3. However the
+current implementation always sent back the version received by the
+server indicating that this version was supported.
+With 

[arch-commits] Commit in freerdp/trunk (PKGBUILD fix_nla-8cd156a-backport.patch)

2018-03-16 Thread Sergej Pupykin via arch-commits
Date: Friday, March 16, 2018 @ 09:43:18
  Author: spupykin
Revision: 308813

upgpkg: freerdp 1:2.0.0_rc1-2

Added:
  freerdp/trunk/fix_nla-8cd156a-backport.patch
Modified:
  freerdp/trunk/PKGBUILD

+
 PKGBUILD   |   13 --
 fix_nla-8cd156a-backport.patch |   48 +++
 2 files changed, 58 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-03-16 09:40:57 UTC (rev 308812)
+++ PKGBUILD2018-03-16 09:43:18 UTC (rev 308813)
@@ -8,7 +8,7 @@
 #_commit=6001cb710dc67eb8811362b7bf383754257a902b
 _pkgver=${pkgver/_/-}
 _pkgver=${_pkgver/+/-}
-pkgrel=1
+pkgrel=2
 pkgdesc="Free RDP client"
 arch=('x86_64')
 url="http://freerdp.sourceforge.net;
@@ -21,9 +21,16 @@
 provides=('libwinpr-tools2.so' 'libfreerdp-client2.so' 'libfreerdp2.so'
   'libwinpr2.so')
 
#source=("FreeRDP-${_pkgver}::git://github.com/FreeRDP/FreeRDP.git#commit=${_commit}")
-source=($pkgname-$pkgver.tar.gz::https://github.com/FreeRDP/FreeRDP/archive/${pkgver/_/-}.tar.gz)
-sha256sums=('a2c1c83072489d56da78bbe76c29729022f5c35a3ec3a1ce26cea8823de043c2')
+source=($pkgname-$pkgver.tar.gz::https://github.com/FreeRDP/FreeRDP/archive/${pkgver/_/-}.tar.gz
+   fix_nla-8cd156a-backport.patch)
+sha256sums=('a2c1c83072489d56da78bbe76c29729022f5c35a3ec3a1ce26cea8823de043c2'
+'2d449e0c1adee1ef131501e1613fc4c59fd122ca866d09f52eeff61236de81e4')
 
+prepare() {
+ cd "$srcdir"/FreeRDP-${_pkgver}
+ patch -Np1 -i "${srcdir}/fix_nla-8cd156a-backport.patch"
+}
+
 build() {
   cd "$srcdir"/FreeRDP-${_pkgver}
   cmake \

Added: fix_nla-8cd156a-backport.patch
===
--- fix_nla-8cd156a-backport.patch  (rev 0)
+++ fix_nla-8cd156a-backport.patch  2018-03-16 09:43:18 UTC (rev 308813)
@@ -0,0 +1,48 @@
+From: Bernhard Miklautz 
+Date: Wed, 14 Mar 2018 13:39:23 +0100
+Subject: [PATCH] fix nla: don't use server version
+
+FreeRDP currently only supports CredSSP protocol version 3. However the
+current implementation always sent back the version received by the
+server indicating that this version was supported.
+With recent windows updates applied the protocol changed and this approach
+doesn't work anymore (see
+https://msdn.microsoft.com/en-us/library/mt752485.aspx for protocol changes).
+
+With this fix FreeRDP always sends version 3 as supported version.
+
+Credit goes to @mfleisz.
+
+Fixes #4449
+
+(patch above adjusted to apply on top of FreeRDP-2.0.0-rc1)
+---
+ libfreerdp/core/nla.c | 5 -
+ 1 file changed, 4 insertions(+), 1 deletion(-)
+
+diff --git a/libfreerdp/core/nla.c 
b/trunk/src/FreeRDP-2.0.0-rc1/libfreerdp/core/nla.c
+index 47e0870..4bfcf7e 100644
+--- a/libfreerdp/core/nla.c
 b/libfreerdp/core/nla.c
+@@ -1663,14 +1663,17 @@ BOOL nla_send(rdpNla* nla)
+ static int nla_decode_ts_request(rdpNla* nla, wStream* s)
+ {
+   int length;
++  UINT32 version = 0;
+ 
+   /* TSRequest */
+   if (!ber_read_sequence_tag(s, ) ||
+   !ber_read_contextual_tag(s, 0, , TRUE) ||
+-  !ber_read_integer(s, >version))
++  !ber_read_integer(s, ))
+   {
+   return -1;
+   }
++  if (version < nla->version)
++  nla->version = version;
+ 
+   /* [1] negoTokens (NegoData) */
+   if (ber_read_contextual_tag(s, 1, , TRUE) != FALSE)
+-- 
+2.16.2
+


[arch-commits] Commit in vapoursynth-plugin-deblock/repos/community-x86_64 (2 files)

2018-03-16 Thread Maxime Gauduin via arch-commits
Date: Friday, March 16, 2018 @ 09:40:57
  Author: alucryd
Revision: 308812

archrelease: copy trunk to community-x86_64

Added:
  vapoursynth-plugin-deblock/repos/community-x86_64/PKGBUILD
(from rev 308811, vapoursynth-plugin-deblock/trunk/PKGBUILD)
Deleted:
  vapoursynth-plugin-deblock/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |   64 ++---
 1 file changed, 32 insertions(+), 32 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-03-16 09:39:35 UTC (rev 308811)
+++ PKGBUILD2018-03-16 09:40:57 UTC (rev 308812)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin 
-# Contributor: Gustavo Alvarez 
-
-pkgname=vapoursynth-plugin-deblock
-pkgver=4
-pkgrel=2
-pkgdesc='Deblock plugin for VapourSynth'
-arch=('i686' 'x86_64')
-url='https://github.com/HomeOfVapourSynthEvolution/VapourSynth-Deblock'
-license=('GPL2')
-depends=('gcc-libs' 'glibc' 'vapoursynth')
-source=("vapoursynth-plugin-deblock-${pkgver}.tar.gz::https://github.com/HomeOfVapourSynthEvolution/VapourSynth-Deblock/archive/r${pkgver}.tar.gz;)
-sha256sums=('06f03f20209183275f700fe1d952c934ddc946ef8897a3219f1e75de2aafedf0')
-
-build() {
-  cd VapourSynth-Deblock-r${pkgver}
-
-  ./configure \
---install="${pkgdir}/usr/lib/vapoursynth" \
---extra-cxxflags="$CXXFLAGS" \
---extra-ldflags="$LDFLAGS"
-  make
-}
-
-package(){
-  cd VapourSynth-Deblock-r${pkgver}
-
-  make install
-}
-
-# vim: ts=2 sw=2 et:

Copied: vapoursynth-plugin-deblock/repos/community-x86_64/PKGBUILD (from rev 
308811, vapoursynth-plugin-deblock/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-03-16 09:40:57 UTC (rev 308812)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Maxime Gauduin 
+# Contributor: Gustavo Alvarez 
+
+pkgname=vapoursynth-plugin-deblock
+pkgver=6
+pkgrel=1
+pkgdesc='Deblock plugin for VapourSynth'
+arch=('x86_64')
+url='https://github.com/HomeOfVapourSynthEvolution/VapourSynth-Deblock'
+license=('GPL2')
+depends=('gcc-libs' 'glibc' 'vapoursynth')
+source=("vapoursynth-plugin-deblock-${pkgver}.tar.gz::https://github.com/HomeOfVapourSynthEvolution/VapourSynth-Deblock/archive/r${pkgver}.tar.gz;)
+sha256sums=('131be862aac027a2d292974222f1bc4d156cce1514ded8a0c4150d0d4c2c94c4')
+
+build() {
+  cd VapourSynth-Deblock-r${pkgver}
+
+  ./autogen.sh
+  ./configure \
+--prefix='/usr' \
+--libdir='/usr/lib/vapoursynth'
+  make
+}
+
+package(){
+  cd VapourSynth-Deblock-r${pkgver}
+
+  make DESTDIR="${pkgdir}" install
+}
+
+# vim: ts=2 sw=2 et:


[arch-commits] Commit in vapoursynth-plugin-deblock/trunk (PKGBUILD)

2018-03-16 Thread Maxime Gauduin via arch-commits
Date: Friday, March 16, 2018 @ 09:39:35
  Author: alucryd
Revision: 308811

upgpkg: vapoursynth-plugin-deblock 6-1

Modified:
  vapoursynth-plugin-deblock/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-03-16 08:59:09 UTC (rev 308810)
+++ PKGBUILD2018-03-16 09:39:35 UTC (rev 308811)
@@ -3,8 +3,8 @@
 # Contributor: Gustavo Alvarez 
 
 pkgname=vapoursynth-plugin-deblock
-pkgver=4
-pkgrel=2
+pkgver=6
+pkgrel=1
 pkgdesc='Deblock plugin for VapourSynth'
 arch=('x86_64')
 url='https://github.com/HomeOfVapourSynthEvolution/VapourSynth-Deblock'
@@ -11,15 +11,15 @@
 license=('GPL2')
 depends=('gcc-libs' 'glibc' 'vapoursynth')
 
source=("vapoursynth-plugin-deblock-${pkgver}.tar.gz::https://github.com/HomeOfVapourSynthEvolution/VapourSynth-Deblock/archive/r${pkgver}.tar.gz;)
-sha256sums=('06f03f20209183275f700fe1d952c934ddc946ef8897a3219f1e75de2aafedf0')
+sha256sums=('131be862aac027a2d292974222f1bc4d156cce1514ded8a0c4150d0d4c2c94c4')
 
 build() {
   cd VapourSynth-Deblock-r${pkgver}
 
+  ./autogen.sh
   ./configure \
---install="${pkgdir}/usr/lib/vapoursynth" \
---extra-cxxflags="$CXXFLAGS" \
---extra-ldflags="$LDFLAGS"
+--prefix='/usr' \
+--libdir='/usr/lib/vapoursynth'
   make
 }
 
@@ -26,7 +26,7 @@
 package(){
   cd VapourSynth-Deblock-r${pkgver}
 
-  make install
+  make DESTDIR="${pkgdir}" install
 }
 
 # vim: ts=2 sw=2 et:


[arch-commits] Commit in perl-libwww/repos (testing-any testing-any/PKGBUILD)

2018-03-16 Thread Antonio Rojas via arch-commits
Date: Friday, March 16, 2018 @ 09:06:18
  Author: arojas
Revision: 319388

archrelease: copy trunk to testing-any

Added:
  perl-libwww/repos/testing-any/
  perl-libwww/repos/testing-any/PKGBUILD
(from rev 319387, perl-libwww/trunk/PKGBUILD)

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

Copied: perl-libwww/repos/testing-any/PKGBUILD (from rev 319387, 
perl-libwww/trunk/PKGBUILD)
===
--- testing-any/PKGBUILD(rev 0)
+++ testing-any/PKGBUILD2018-03-16 09:06:18 UTC (rev 319388)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Eric Bélanger 
+
+pkgname=perl-libwww
+pkgver=6.33
+pkgrel=1
+pkgdesc="The World-Wide Web library for Perl"
+arch=('any')
+url="https://metacpan.org/release/libwww-perl;
+license=('PerlArtistic' 'GPL')
+depends=('perl' 'perl-encode-locale' 'perl-file-listing'
+ 'perl-html-parser' 'perl-http-cookies' 'perl-http-daemon'
+ 'perl-http-date' 'perl-http-negotiate' 'perl-lwp-mediatypes'
+ 'perl-net-http' 'perl-uri' 'perl-www-robotrules'
+ 'perl-http-message' 'perl-try-tiny')
+optdepends=('perl-lwp-protocol-https: for https:// url schemes')
+checkdepends=('perl-test-fatal' 'perl-test-requiresinternet')
+options=('!emptydirs')
+source=(https://cpan.metacpan.org/authors/id/O/OA/OALDERS/libwww-perl-${pkgver}.tar.gz)
+sha1sums=('915f4afeb91269aea3476e408a3af7904c5361e4')
+
+build() {
+  cd libwww-perl-${pkgver}
+  perl Makefile.PL --aliases INSTALLDIRS=vendor
+  make
+}
+
+check()  {
+  cd libwww-perl-${pkgver}
+  make test
+}
+
+package() {
+  cd libwww-perl-${pkgver}
+  make DESTDIR="$pkgdir" install
+}


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

2018-03-16 Thread Antonio Rojas via arch-commits
Date: Friday, March 16, 2018 @ 09:05:42
  Author: arojas
Revision: 319387

Update to 6.33

Modified:
  perl-libwww/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-03-16 07:49:19 UTC (rev 319386)
+++ PKGBUILD2018-03-16 09:05:42 UTC (rev 319387)
@@ -2,7 +2,7 @@
 # Maintainer: Eric Bélanger 
 
 pkgname=perl-libwww
-pkgver=6.31
+pkgver=6.33
 pkgrel=1
 pkgdesc="The World-Wide Web library for Perl"
 arch=('any')
@@ -16,8 +16,8 @@
 optdepends=('perl-lwp-protocol-https: for https:// url schemes')
 checkdepends=('perl-test-fatal' 'perl-test-requiresinternet')
 options=('!emptydirs')
-source=(https://cpan.metacpan.org/authors/id/E/ET/ETHER/libwww-perl-${pkgver}.tar.gz)
-sha1sums=('eba9018e36701b71d66ad888a9ef8ac614dc98e0')
+source=(https://cpan.metacpan.org/authors/id/O/OA/OALDERS/libwww-perl-${pkgver}.tar.gz)
+sha1sums=('915f4afeb91269aea3476e408a3af7904c5361e4')
 
 build() {
   cd libwww-perl-${pkgver}


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

2018-03-16 Thread Jan Steffens via arch-commits
Date: Friday, March 16, 2018 @ 08:59:09
  Author: heftig
Revision: 308810

archrelease: copy trunk to community-staging-x86_64

Added:
  evolution-rss/repos/community-staging-x86_64/
  evolution-rss/repos/community-staging-x86_64/PKGBUILD
(from rev 308809, evolution-rss/trunk/PKGBUILD)
  evolution-rss/repos/community-staging-x86_64/evo-3.21.90.patch
(from rev 308809, evolution-rss/trunk/evo-3.21.90.patch)
  evolution-rss/repos/community-staging-x86_64/evo-3.23.2.patch
(from rev 308809, evolution-rss/trunk/evo-3.23.2.patch)

---+
 PKGBUILD  |   43 ++
 evo-3.21.90.patch |  119 
 evo-3.23.2.patch  |  110 
 3 files changed, 272 insertions(+)

Copied: evolution-rss/repos/community-staging-x86_64/PKGBUILD (from rev 308809, 
evolution-rss/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-03-16 08:59:09 UTC (rev 308810)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Balló György 
+# Contributor: Jelle van der Waa 
+# Contributor: Borromini 
+
+pkgname=evolution-rss
+pkgver=0.3.95
+pkgrel=4
+pkgdesc="Plugin for Evolution Mail that enables reading of RSS/RDF/ATOM feeds"
+arch=('x86_64')
+url="http://gnome.eu.org/index.php/Evolution_RSS_Reader_Plugin;
+license=('GPL')
+depends=('evolution')
+makedepends=('intltool')
+source=(http://gnome.eu.org/$pkgname-$pkgver.tar.xz
+evo-3.21.90.patch
+evo-3.23.2.patch)
+sha256sums=('3fb28eec798b3192ae155b92d17b852264d0e5e35185a4f0c8f526a8d587eb1f'
+'36ed895fcdd6c71998af1ab6b315e6f1ca027f56466c8844920761711e5589ef'
+'b7a5977a5d27321420eac22cb346735338444cb6f4b4805f07d7502f241b29dc')
+
+prepare() {
+  cd $pkgname-$pkgver
+  # Compatibility patches from Fedora
+  patch -Np1 -i ../evo-3.21.90.patch
+  patch -Np1 -i ../evo-3.23.2.patch
+}
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+  --disable-schemas-compile
+
+  #https://bugzilla.gnome.org/show_bug.cgi?id=656231
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}

Copied: evolution-rss/repos/community-staging-x86_64/evo-3.21.90.patch (from 
rev 308809, evolution-rss/trunk/evo-3.21.90.patch)
===
--- community-staging-x86_64/evo-3.21.90.patch  (rev 0)
+++ community-staging-x86_64/evo-3.21.90.patch  2018-03-16 08:59:09 UTC (rev 
308810)
@@ -0,0 +1,119 @@
+diff --git a/configure.ac b/configure.ac
+index 629e663..27640b6 100644
+--- a/configure.ac
 b/configure.ac
+@@ -259,6 +259,9 @@ AC_MSG_CHECKING([whether to include Webkit support])
+ AC_ARG_ENABLE([webkit],
+   AS_HELP_STRING([--disable-webkit],[Disable Webkit (Apple Upstream 
Webkit) support (default: enabled)]),
+   [],[enable_webkit=yes])
++if test "$evolution_version_int" -ge "32190"; then
++  enable_webkit="no, due to evolution 3.21.90+"
++fi
+ AC_MSG_RESULT([$enable_webkit])
+ 
+ if test "$enable_webkit" = "yes"; then
+diff --git a/src/e-mail-formatter-evolution-rss.c 
b/src/e-mail-formatter-evolution-rss.c
+index f71557d..afdf6cd 100644
+--- a/src/e-mail-formatter-evolution-rss.c
 b/src/e-mail-formatter-evolution-rss.c
+@@ -52,6 +52,7 @@ G_DEFINE_DYNAMIC_TYPE (
+ 
+ static const gchar* rss_formatter_mime_types[] = { 
"x-evolution/evolution-rss-feed", NULL };
+ 
++#if EVOLUTION_VERSION < 32190
+ static void
+ set_view_cb (GtkWidget *button,
+   gpointer *data)
+@@ -60,6 +61,8 @@ set_view_cb (GtkWidget *button,
+   rss_set_changed_view(1);
+   e_mail_display_reload (rss_get_display());
+ }
++#endif
++
+ #include "fetch.h"
+ 
+ typedef struct _HD HD;
+@@ -132,7 +135,11 @@ emfe_evolution_rss_format (EMailFormatterExtension 
*extension,
+   if (!rss_init)
+   goto fail;
+ 
++#if EVOLUTION_VERSION >= 32190
++  h = e_web_view_get_content_html_sync (E_WEB_VIEW (rss_get_display()), 
NULL, NULL);
++#else
+   h = g_strdup(e_web_view_get_html (E_WEB_VIEW (rss_get_display(;
++#endif
+ 
+   website = (gchar *)camel_medium_get_header (
+   CAMEL_MEDIUM (message), "Website");
+@@ -380,6 +387,7 @@ e_mail_formatter_evolution_rss_type_register (GTypeModule 
*type_module)
+   e_mail_formatter_evolution_rss_register_type (type_module);
+ }
+ 
++#if EVOLUTION_VERSION < 32190
+ static GtkWidget *
+ emfe_evolution_rss_get_widget (EMailFormatterExtension *extension,
+   EMailPartList *context,
+@@ -404,13 +412,16 @@ emfe_evolution_rss_get_widget (EMailFormatterExtension 
*extension,
+   gtk_widget_show(box);
+   return box;
+ }
++#endif
+ 
+ 

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

2018-03-16 Thread Jan Steffens via arch-commits
Date: Friday, March 16, 2018 @ 08:58:07
  Author: heftig
Revision: 308808

0.3.95-4

Modified:
  evolution-rss/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-03-16 08:57:40 UTC (rev 308807)
+++ PKGBUILD2018-03-16 08:58:07 UTC (rev 308808)
@@ -5,7 +5,7 @@
 
 pkgname=evolution-rss
 pkgver=0.3.95
-pkgrel=3
+pkgrel=4
 pkgdesc="Plugin for Evolution Mail that enables reading of RSS/RDF/ATOM feeds"
 arch=('x86_64')
 url="http://gnome.eu.org/index.php/Evolution_RSS_Reader_Plugin;


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

2018-03-16 Thread Jan Steffens via arch-commits
Date: Friday, March 16, 2018 @ 08:58:45
  Author: heftig
Revision: 308809

archrelease: copy trunk to community-staging-x86_64

Added:
  almanah/repos/community-staging-x86_64/
  almanah/repos/community-staging-x86_64/PKGBUILD
(from rev 308808, almanah/trunk/PKGBUILD)

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

Copied: almanah/repos/community-staging-x86_64/PKGBUILD (from rev 308808, 
almanah/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-03-16 08:58:45 UTC (rev 308809)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Balló György 
+
+pkgname=almanah
+pkgver=0.11.1
+pkgrel=8
+pkgdesc="Small GTK+ application to allow you to keep a diary of your life"
+arch=('x86_64')
+url="https://wiki.gnome.org/AlmanahDiary;
+license=('GPL')
+depends=('evolution' 'libcryptui')
+makedepends=('intltool' 'python')
+source=(https://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('00a66b31763fecea7d45a6127494ec997df5d35c8002867be8432f84a7f70ebc')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+  --disable-schemas-compile
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}


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

2018-03-16 Thread Jan Steffens via arch-commits
Date: Friday, March 16, 2018 @ 08:57:40
  Author: heftig
Revision: 308807

0.11.1-8

Modified:
  almanah/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-03-16 08:55:10 UTC (rev 308806)
+++ PKGBUILD2018-03-16 08:57:40 UTC (rev 308807)
@@ -3,7 +3,7 @@
 
 pkgname=almanah
 pkgver=0.11.1
-pkgrel=7
+pkgrel=8
 pkgdesc="Small GTK+ application to allow you to keep a diary of your life"
 arch=('x86_64')
 url="https://wiki.gnome.org/AlmanahDiary;


[arch-commits] Commit in deepin-mutter/repos/community-staging-x86_64 (2 files)

2018-03-16 Thread Jan Steffens via arch-commits
Date: Friday, March 16, 2018 @ 08:55:10
  Author: heftig
Revision: 308806

archrelease: copy trunk to community-staging-x86_64

Added:
  deepin-mutter/repos/community-staging-x86_64/PKGBUILD
(from rev 308805, deepin-mutter/trunk/PKGBUILD)
Deleted:
  deepin-mutter/repos/community-staging-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-03-16 08:54:47 UTC (rev 308805)
+++ PKGBUILD2018-03-16 08:55:10 UTC (rev 308806)
@@ -1,40 +0,0 @@
-# $Id: PKGBUILD 145358 2015-10-31 12:11:57Z fyan $
-# Maintainer: Felix Yan 
-# Contributor: Josip Ponjavic 
-# Contributor: Xu Fasheng 
-
-pkgname=deepin-mutter
-pkgver=3.20.27
-pkgrel=2
-pkgdesc="Base window manager for deepin, fork of gnome mutter"
-arch=('x86_64')
-url="https://github.com/linuxdeepin/deepin-mutter;
-license=('GPL3')
-depends=('deepin-clutter' 'dconf' 'gobject-introspection-runtime' 
'deepin-desktop-schemas'
- 'libcanberra' 'startup-notification' 'zenity' 'libsm' 'gnome-desktop' 
'upower'
- 'libxkbcommon-x11' 'libgudev' 'deepin-cogl')
-makedepends=('gnome-common' 'gnome-doc-utils' 'gobject-introspection' 
'gtk-doc' 'intltool')
-options=('!emptydirs')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/deepin-mutter/archive/$pkgver.tar.gz;)
-sha512sums=('e6db990a4a968d0bdfac4c37d4a58fd2e8c7f09a2d151ed104e2295a72c2c54aa8e2411766587dcb55d503109292147f877163914908199e9eae5ed07f16cdb4')
-
-build() {
-  cd deepin-mutter-$pkgver
-  ./autogen.sh \
---prefix=/usr \
---sysconfdir=/etc \
---libexecdir=/usr/lib/deepin-mutter \
---localstatedir=/var \
---enable-gtk-doc \
---enable-wayland \
---enable-native-backend \
---disable-static \
---disable-schemas-compile \
---enable-compile-warnings=minimum
-  make
-}
-
-package() {
-  cd deepin-mutter-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: deepin-mutter/repos/community-staging-x86_64/PKGBUILD (from rev 308805, 
deepin-mutter/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-03-16 08:55:10 UTC (rev 308806)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Josip Ponjavic 
+# Contributor: Xu Fasheng 
+
+pkgname=deepin-mutter
+pkgver=3.20.28
+pkgrel=2
+pkgdesc="Base window manager for deepin, fork of gnome mutter"
+arch=('x86_64')
+url="https://github.com/linuxdeepin/deepin-mutter;
+license=('GPL3')
+depends=('deepin-clutter' 'dconf' 'gobject-introspection-runtime' 
'deepin-desktop-schemas'
+ 'libcanberra' 'startup-notification' 'zenity' 'libsm' 'gnome-desktop' 
'upower'
+ 'libxkbcommon-x11' 'libgudev' 'deepin-cogl')
+makedepends=('gnome-common' 'gnome-doc-utils' 'gobject-introspection' 
'gtk-doc' 'intltool')
+options=('!emptydirs')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/deepin-mutter/archive/$pkgver.tar.gz;)
+sha512sums=('0ee493d67a03e829ceae0dfe38527dc8c915aa2091316ca78bee3cefed1425830f0ef451392882b672ee0b020b5bb862a1ea31b78b152a14ce9c5de6595d3161')
+
+build() {
+  cd deepin-mutter-$pkgver
+  ./autogen.sh \
+--prefix=/usr \
+--sysconfdir=/etc \
+--libexecdir=/usr/lib/deepin-mutter \
+--localstatedir=/var \
+--enable-gtk-doc \
+--enable-wayland \
+--enable-native-backend \
+--disable-static \
+--disable-schemas-compile \
+--enable-compile-warnings=minimum
+  make
+}
+
+package() {
+  cd deepin-mutter-$pkgver
+  make DESTDIR="$pkgdir" install
+}


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

2018-03-16 Thread Jan Steffens via arch-commits
Date: Friday, March 16, 2018 @ 08:54:03
  Author: heftig
Revision: 308804

1.9.23-2

Modified:
  deepin-wm/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-03-16 08:52:57 UTC (rev 308803)
+++ PKGBUILD2018-03-16 08:54:03 UTC (rev 308804)
@@ -5,7 +5,7 @@
 
 pkgname=deepin-wm
 pkgver=1.9.23
-pkgrel=1
+pkgrel=2
 pkgdesc='Deepin Window Manager'
 arch=('x86_64')
 url="https://github.com/linuxdeepin/deepin-wm;


[arch-commits] Commit in deepin-wm/repos/community-staging-x86_64 (PKGBUILD PKGBUILD)

2018-03-16 Thread Jan Steffens via arch-commits
Date: Friday, March 16, 2018 @ 08:54:47
  Author: heftig
Revision: 308805

archrelease: copy trunk to community-staging-x86_64

Added:
  deepin-wm/repos/community-staging-x86_64/PKGBUILD
(from rev 308804, deepin-wm/trunk/PKGBUILD)
Deleted:
  deepin-wm/repos/community-staging-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-03-16 08:54:03 UTC (rev 308804)
+++ PKGBUILD2018-03-16 08:54:47 UTC (rev 308805)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Josip Ponjavic 
-# Contributor: Xu Fasheng 
-
-pkgname=deepin-wm
-pkgver=1.9.22
-pkgrel=2
-pkgdesc='Deepin Window Manager'
-arch=('x86_64')
-url="https://github.com/linuxdeepin/deepin-wm;
-license=('GPL3')
-depends=('bamf' 'clutter-gtk' 'deepin-desktop-schemas' 'deepin-menu' 'granite' 
'deepin-mutter'
- 'gnome-desktop' 'libgee')
-makedepends=('gnome-common' 'intltool' 'vala')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/deepin-wm/archive/$pkgver.tar.gz;)
-sha512sums=('16a5aad2e8fc51322a7ffd7fe7193edc2b10babedb11913f8e4dc56c62c911007cad33519ad6bd09342dc921b2aa7e71f3033047310ed8d04140fbf8f6e1ef64')
-
-prepare() {
-  export CFLAGS="$CFLAGS -DWNCK_I_KNOW_THIS_IS_UNSTABLE"
-
-  sed -i 
's#/usr/share/backgrounds/default_background.jpg#/usr/share/backgrounds/deepin/desktop.jpg#'
 $pkgname-$pkgver/src/Background/BackgroundSource.vala
-}
-
-build() {
-  cd $pkgname-$pkgver
-  ./autogen.sh \
---prefix='/usr' \
---disable-schemas-compile
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: deepin-wm/repos/community-staging-x86_64/PKGBUILD (from rev 308804, 
deepin-wm/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-03-16 08:54:47 UTC (rev 308805)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Josip Ponjavic 
+# Contributor: Xu Fasheng 
+
+pkgname=deepin-wm
+pkgver=1.9.23
+pkgrel=2
+pkgdesc='Deepin Window Manager'
+arch=('x86_64')
+url="https://github.com/linuxdeepin/deepin-wm;
+license=('GPL3')
+depends=('bamf' 'clutter-gtk' 'deepin-desktop-schemas' 'deepin-menu' 'granite' 
'deepin-mutter'
+ 'gnome-desktop' 'libgee')
+makedepends=('gnome-common' 'intltool' 'vala')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/deepin-wm/archive/$pkgver.tar.gz;)
+sha512sums=('a929e63c850d9d48b8cc5e9a66e964b96a42efc8f536cab42df9508a08e15a146aab63590113a2a1bca727472bcf289a31372f5a1c3931a4e047313936eb8ac1')
+
+prepare() {
+  export CFLAGS="$CFLAGS -DWNCK_I_KNOW_THIS_IS_UNSTABLE"
+
+  sed -i 
's#/usr/share/backgrounds/default_background.jpg#/usr/share/backgrounds/deepin/desktop.jpg#'
 $pkgname-$pkgver/src/Background/BackgroundSource.vala
+}
+
+build() {
+  cd $pkgname-$pkgver
+  ./autogen.sh \
+--prefix='/usr' \
+--disable-schemas-compile
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}


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

2018-03-16 Thread Felix Yan via arch-commits
Date: Friday, March 16, 2018 @ 08:52:57
  Author: felixonmars
Revision: 308803

archrelease: copy trunk to community-x86_64

Added:
  gdnsd/repos/community-x86_64/
  gdnsd/repos/community-x86_64/PKGBUILD
(from rev 308802, gdnsd/trunk/PKGBUILD)
  gdnsd/repos/community-x86_64/gdnsd.sysusers
(from rev 308802, gdnsd/trunk/gdnsd.sysusers)

+
 PKGBUILD   |   49 +
 gdnsd.sysusers |2 ++
 2 files changed, 51 insertions(+)

Copied: gdnsd/repos/community-x86_64/PKGBUILD (from rev 308802, 
gdnsd/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2018-03-16 08:52:57 UTC (rev 308803)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Daichi Shinozaki 
+
+pkgname=gdnsd
+pkgver=2.4.0
+pkgrel=1
+pkgdesc="an Authoritative-only DNS server which does geographic balancing, 
redirection, weighting, and service-state-conscious failover at the DNS layer"
+arch=('x86_64')
+url="http://gdnsd.org/;
+license=('GPL3')
+depends=('libev')
+makedepends=('ragel')
+checkdepends=('perl-socket6' 'perl-io-socket-inet6' 'perl-http-daemon' 
'perl-libwww')
+source=("https://github.com/$pkgname/$pkgname/releases/download/v$pkgver/$pkgname-$pkgver.tar.xz;
+   gdnsd.sysusers)
+md5sums=('57ff995eafb30e7d23a4e491c782031d'
+ '046488b1a1b36294a2a559aacbe71782')
+
+prepare() {
+   cd "$pkgname-$pkgver"
+   autoreconf -vif
+}
+
+build() {
+   cd "$pkgname-$pkgver"
+   ./configure \
+ --prefix=/usr \
+ --sbindir=/usr/bin \
+ --localstatedir=/ \
+ --libexecdir=/usr/lib \
+ --sysconfdir=/etc \
+ --with-systemdsystemunitdir=/usr/lib/systemd/system
+ 
+   make
+}
+
+check() {
+   cd "$pkgname-$pkgver"
+   make -k check
+}
+
+package() {
+   cd "$pkgname-$pkgver"
+   make DESTDIR="$pkgdir/" install
+   rm -rf "$pkgdir"/{lib,run}
+
+   install -Dm644 ../gdnsd.sysusers "$pkgdir/usr/lib/sysusers.d/gdnsd.conf"
+}

Copied: gdnsd/repos/community-x86_64/gdnsd.sysusers (from rev 308802, 
gdnsd/trunk/gdnsd.sysusers)
===
--- community-x86_64/gdnsd.sysusers (rev 0)
+++ community-x86_64/gdnsd.sysusers 2018-03-16 08:52:57 UTC (rev 308803)
@@ -0,0 +1,2 @@
+u gdnsd - "gdnsd" /etc/gdnsd
+g gdnsd -
\ No newline at end of file


[arch-commits] Commit in (5 files)

2018-03-16 Thread Felix Yan via arch-commits
Date: Friday, March 16, 2018 @ 08:52:30
  Author: felixonmars
Revision: 308801

addpkg: gdnsd 2.4.0-1

Added:
  gdnsd/
  gdnsd/repos/
  gdnsd/trunk/
  gdnsd/trunk/PKGBUILD
  gdnsd/trunk/gdnsd.sysusers

+
 PKGBUILD   |   49 +
 gdnsd.sysusers |2 ++
 2 files changed, 51 insertions(+)

Added: gdnsd/trunk/PKGBUILD
===
--- gdnsd/trunk/PKGBUILD(rev 0)
+++ gdnsd/trunk/PKGBUILD2018-03-16 08:52:30 UTC (rev 308801)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Daichi Shinozaki 
+
+pkgname=gdnsd
+pkgver=2.4.0
+pkgrel=1
+pkgdesc="an Authoritative-only DNS server which does geographic balancing, 
redirection, weighting, and service-state-conscious failover at the DNS layer"
+arch=('x86_64')
+url="http://gdnsd.org/;
+license=('GPL3')
+depends=('libev')
+makedepends=('ragel')
+checkdepends=('perl-socket6' 'perl-io-socket-inet6' 'perl-http-daemon' 
'perl-libwww')
+source=("https://github.com/$pkgname/$pkgname/releases/download/v$pkgver/$pkgname-$pkgver.tar.xz;
+   gdnsd.sysusers)
+md5sums=('57ff995eafb30e7d23a4e491c782031d'
+ '046488b1a1b36294a2a559aacbe71782')
+
+prepare() {
+   cd "$pkgname-$pkgver"
+   autoreconf -vif
+}
+
+build() {
+   cd "$pkgname-$pkgver"
+   ./configure \
+ --prefix=/usr \
+ --sbindir=/usr/bin \
+ --localstatedir=/ \
+ --libexecdir=/usr/lib \
+ --sysconfdir=/etc \
+ --with-systemdsystemunitdir=/usr/lib/systemd/system
+ 
+   make
+}
+
+check() {
+   cd "$pkgname-$pkgver"
+   make -k check
+}
+
+package() {
+   cd "$pkgname-$pkgver"
+   make DESTDIR="$pkgdir/" install
+   rm -rf "$pkgdir"/{lib,run}
+
+   install -Dm644 ../gdnsd.sysusers "$pkgdir/usr/lib/sysusers.d/gdnsd.conf"
+}

Added: gdnsd/trunk/gdnsd.sysusers
===
--- gdnsd/trunk/gdnsd.sysusers  (rev 0)
+++ gdnsd/trunk/gdnsd.sysusers  2018-03-16 08:52:30 UTC (rev 308801)
@@ -0,0 +1,2 @@
+u gdnsd - "gdnsd" /etc/gdnsd
+g gdnsd -
\ No newline at end of file


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

2018-03-16 Thread Jan Steffens via arch-commits
Date: Friday, March 16, 2018 @ 08:52:32
  Author: heftig
Revision: 308802

3.20.28-2

Modified:
  deepin-mutter/trunk/PKGBUILD  (contents, properties)

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

Modified: PKGBUILD
===
--- PKGBUILD2018-03-16 08:52:30 UTC (rev 308801)
+++ PKGBUILD2018-03-16 08:52:32 UTC (rev 308802)
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD 145358 2015-10-31 12:11:57Z fyan $
+# $Id$
 # Maintainer: Felix Yan 
 # Contributor: Josip Ponjavic 
 # Contributor: Xu Fasheng 
@@ -5,7 +5,7 @@
 
 pkgname=deepin-mutter
 pkgver=3.20.28
-pkgrel=1
+pkgrel=2
 pkgdesc="Base window manager for deepin, fork of gnome mutter"
 arch=('x86_64')
 url="https://github.com/linuxdeepin/deepin-mutter;


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


[arch-commits] Commit in zcash/repos/community-x86_64 (9 files)

2018-03-16 Thread Nicola Squartini via arch-commits
Date: Friday, March 16, 2018 @ 08:46:59
  Author: tensor5
Revision: 308800

archrelease: copy trunk to community-x86_64

Added:
  zcash/repos/community-x86_64/PKGBUILD
(from rev 308799, zcash/trunk/PKGBUILD)
  zcash/repos/community-x86_64/boost-no-mt-suffix.patch
(from rev 308799, zcash/trunk/boost-no-mt-suffix.patch)
  zcash/repos/community-x86_64/libsnark-no-gtest.patch
(from rev 308799, zcash/trunk/libsnark-no-gtest.patch)
  zcash/repos/community-x86_64/use-system-rust.patch
(from rev 308799, zcash/trunk/use-system-rust.patch)
  zcash/repos/community-x86_64/zcashd.service
(from rev 308799, zcash/trunk/zcashd.service)
Deleted:
  zcash/repos/community-x86_64/PKGBUILD
  zcash/repos/community-x86_64/boost-no-mt-suffix.patch
  zcash/repos/community-x86_64/use-system-rust.patch
  zcash/repos/community-x86_64/zcashd.service

--+
 PKGBUILD |  144 +++--
 boost-no-mt-suffix.patch |   33 ++
 libsnark-no-gtest.patch  |   22 ++
 use-system-rust.patch|   20 +++---
 zcashd.service   |   18 ++---
 5 files changed, 137 insertions(+), 100 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-03-16 08:45:30 UTC (rev 308799)
+++ PKGBUILD2018-03-16 08:46:59 UTC (rev 308800)
@@ -1,70 +0,0 @@
-# $Id$
-# Maintainer: Nicola Squartini 
-
-pkgname=zcash
-pkgver=1.0.14
-_commit=1ddecf644f6bab29545bb6333889fb059eb7970e
-pkgrel=2
-pkgdesc='Permissionless financial system employing zero-knowledge security'
-arch=('x86_64')
-url='https://z.cash/'
-license=('MIT')
-depends=('boost-libs' 'libevent' 'zeromq')
-makedepends=('boost' 'cargo' 'cmake' 'git' 'gmock' 'python' 'wget')
-checkdepends=('python' 'python2' 'python2-pyzmq')
-source=("git+https://github.com/zcash/zcash.git#commit=${_commit};
-"boost-no-mt-suffix.patch"
-"use-system-rust.patch"
-'zcashd.service')
-sha512sums=('SKIP'
-
'fa9ac59839ba6c6aabefb24296ae29914acf7089487377e7948fd684e32b1b499e8e15daccd10baf968905ec69ad2da8b91ff2c8d4724412d8143428ed4de23d'
-
'3663373af04318aa72d877f399f0c9e956d289ac876583e70afa2933bf4171f7441a399e043b2d29b1df6d19d29390bb69d4053cad4b75bef903a8685fcd23bf'
-
'2fb8b0a636ca9c7ee15f0fd2c47046c8323ade3de9562f393da7541eee50dd14b12107dd29b0e1ee90ff88963e2f7e25b12435166a1812df5c88c579c12dde88')
-
-prepare() {
-cd ${pkgname}
-
-# Set gitattributes on src/clientversion.cpp
-git archive --format=tar ${_commit} -- src/clientversion.cpp | tar -xf -
-
-patch -Np1 -i ../boost-no-mt-suffix.patch
-patch -Np1 -i ../use-system-rust.patch
-}
-
-build() {
-cd ${pkgname}
-
-cd depends
-make install \
-native_packages='' \
-packages='bdb librustzcash proton'
-cd ..
-
-CPPFLAGS="${CPPFLAGS} -I$PWD/depends/${CARCH}-unknown-linux-gnu/include"
-LDFLAGS="${LDFLAGS} -L${PWD}/depends/${CARCH}-unknown-linux-gnu/lib 
-L${PWD}/depends/x86_64-unknown-linux-gnu/lib64"
-
-./autogen.sh
-depends_prefix="${PWD}/depends/x86_64-unknown-linux-gnu" ./configure 
--prefix=/usr
-make
-}
-
-check() {
-cd ${pkgname}
-
-# ./zcutil/fetch-params.sh
-# ./qa/zcash/full_test_suite.py
-}
-
-package() {
-cd ${pkgname}
-
-make DESTDIR="${pkgdir}" install
-
-for ext in '-cli' '-tx' 'd'; do
-install -Dm644 contrib/zcash${ext}.bash-completion \
-"${pkgdir}"/usr/share/bash-completion/completions/zcash${ext}
-done
-
-install -Dm644 -t "${pkgdir}"/usr/lib/systemd/user ../zcashd.service
-install -Dm644 COPYING "${pkgdir}"/usr/share/licenses/${pkgname}/COPYING
-}

Copied: zcash/repos/community-x86_64/PKGBUILD (from rev 308799, 
zcash/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-03-16 08:46:59 UTC (rev 308800)
@@ -0,0 +1,74 @@
+# $Id$
+# Maintainer: Nicola Squartini 
+
+pkgname=zcash
+pkgver=1.0.15
+_commit=93332d6e84590cdcb8c64282f9b525152c3f1b2f
+pkgrel=1
+pkgdesc='Permissionless financial system employing zero-knowledge security'
+arch=('x86_64')
+url='https://z.cash/'
+license=('MIT')
+depends=('boost-libs' 'libevent' 'qpid-proton' 'zeromq')
+makedepends=('boost' 'cargo' 'cmake' 'git' 'gmock' 'python' 'wget')
+checkdepends=('python' 'python2' 'python2-pyzmq')
+source=("git+https://github.com/zcash/zcash.git#commit=${_commit};
+"boost-no-mt-suffix.patch"
+'libsnark-no-gtest.patch'
+"use-system-rust.patch"
+'zcashd.service')
+sha512sums=('SKIP'
+
'7019ef6162be0083db7399ec2ec3059b669b4f05247d6f038603ba3541a864d180ca41d5d971993f0d9c028410f811f31a31c39faa7c62cbad23ca65a4a4662c'
+
'ba59e6f94ac7fa94429203e32b9804e6d741e60099e2dd052813ed879ad5a10c46e816dc8d4a5d59444c35c7eaf9a40434fd93b7e392fd535c041c89274375f0'
+

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

2018-03-16 Thread Massimiliano Torromeo via arch-commits
Date: Friday, March 16, 2018 @ 08:44:52
  Author: mtorromeo
Revision: 308797

upgpkg: lastpass-cli 1.3.0-1

Modified:
  lastpass-cli/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-03-16 08:35:50 UTC (rev 308796)
+++ PKGBUILD2018-03-16 08:44:52 UTC (rev 308797)
@@ -4,7 +4,7 @@
 # Contributor: Gabriel Peixoto 
 
 pkgname=lastpass-cli
-pkgver=1.2.2
+pkgver=1.3.0
 pkgrel=1
 pkgdesc="LastPass command line interface tool"
 arch=('x86_64')
@@ -11,21 +11,22 @@
 url="https://lastpass.com/;
 license=('GPL2')
 depends=('openssl' 'curl' 'libxml2')
-makedepends=('asciidoc' 'cmake')
+makedepends=('asciidoc' 'cmake' 'bash-completion')
 optdepends=('xclip: clipboard support'
 'pinentry: securely read passwords')
 
source=("https://github.com/lastpass/lastpass-cli/archive/v$pkgver/$pkgname-$pkgver.tar.gz;)
-sha256sums=('26c93ae610932139dacaff2e0f916c5628def48bb4129b4099101cf4e6c7c499')
+sha256sums=('bbcfd673d668287e773eef44da65fbd2f292daa213a39528f31037c528dbcfe4')
 
 build() {
   cd "$srcdir"/$pkgname-$pkgver
   cmake . -DCMAKE_INSTALL_PREFIX="/usr"
-   make
+  make
 }
 
 package() {
   cd "$srcdir"/$pkgname-$pkgver
   make DESTDIR="$pkgdir" install install-doc
+  install -Dm0644 contrib/lpass_zsh_completion 
"$pkgdir"/usr/share/zsh/site-functions/_lpass
 }
 
 # vim:set ts=2 sw=2 et:


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

2018-03-16 Thread Massimiliano Torromeo via arch-commits
Date: Friday, March 16, 2018 @ 08:45:07
  Author: mtorromeo
Revision: 308798

archrelease: copy trunk to community-x86_64

Added:
  lastpass-cli/repos/community-x86_64/PKGBUILD
(from rev 308797, lastpass-cli/trunk/PKGBUILD)
Deleted:
  lastpass-cli/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |   63 ++---
 1 file changed, 32 insertions(+), 31 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-03-16 08:44:52 UTC (rev 308797)
+++ PKGBUILD2018-03-16 08:45:07 UTC (rev 308798)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Massimiliano Torromeo 
-# Contributor: Oliver Lantwin 
-# Contributor: Gabriel Peixoto 
-
-pkgname=lastpass-cli
-pkgver=1.2.2
-pkgrel=1
-pkgdesc="LastPass command line interface tool"
-arch=('i686' 'x86_64')
-url="https://lastpass.com/;
-license=('GPL2')
-depends=('openssl' 'curl' 'libxml2')
-makedepends=('asciidoc' 'cmake')
-optdepends=('xclip: clipboard support'
-'pinentry: securely read passwords')
-source=("https://github.com/lastpass/lastpass-cli/archive/v$pkgver/$pkgname-$pkgver.tar.gz;)
-sha256sums=('26c93ae610932139dacaff2e0f916c5628def48bb4129b4099101cf4e6c7c499')
-
-build() {
-  cd "$srcdir"/$pkgname-$pkgver
-  cmake . -DCMAKE_INSTALL_PREFIX="/usr"
-   make
-}
-
-package() {
-  cd "$srcdir"/$pkgname-$pkgver
-  make DESTDIR="$pkgdir" install install-doc
-}
-
-# vim:set ts=2 sw=2 et:

Copied: lastpass-cli/repos/community-x86_64/PKGBUILD (from rev 308797, 
lastpass-cli/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-03-16 08:45:07 UTC (rev 308798)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Massimiliano Torromeo 
+# Contributor: Oliver Lantwin 
+# Contributor: Gabriel Peixoto 
+
+pkgname=lastpass-cli
+pkgver=1.3.0
+pkgrel=1
+pkgdesc="LastPass command line interface tool"
+arch=('x86_64')
+url="https://lastpass.com/;
+license=('GPL2')
+depends=('openssl' 'curl' 'libxml2')
+makedepends=('asciidoc' 'cmake' 'bash-completion')
+optdepends=('xclip: clipboard support'
+'pinentry: securely read passwords')
+source=("https://github.com/lastpass/lastpass-cli/archive/v$pkgver/$pkgname-$pkgver.tar.gz;)
+sha256sums=('bbcfd673d668287e773eef44da65fbd2f292daa213a39528f31037c528dbcfe4')
+
+build() {
+  cd "$srcdir"/$pkgname-$pkgver
+  cmake . -DCMAKE_INSTALL_PREFIX="/usr"
+  make
+}
+
+package() {
+  cd "$srcdir"/$pkgname-$pkgver
+  make DESTDIR="$pkgdir" install install-doc
+  install -Dm0644 contrib/lpass_zsh_completion 
"$pkgdir"/usr/share/zsh/site-functions/_lpass
+}
+
+# vim:set ts=2 sw=2 et:


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

2018-03-16 Thread Nicola Squartini via arch-commits
Date: Friday, March 16, 2018 @ 08:45:30
  Author: tensor5
Revision: 308799

upgpkg: zcash 1.0.15-1

Added:
  zcash/trunk/libsnark-no-gtest.patch
Modified:
  zcash/trunk/PKGBUILD
  zcash/trunk/boost-no-mt-suffix.patch

--+
 PKGBUILD |   22 +-
 boost-no-mt-suffix.patch |   11 +++
 libsnark-no-gtest.patch  |   22 ++
 3 files changed, 46 insertions(+), 9 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-03-16 08:45:07 UTC (rev 308798)
+++ PKGBUILD2018-03-16 08:45:30 UTC (rev 308799)
@@ -2,22 +2,24 @@
 # Maintainer: Nicola Squartini 
 
 pkgname=zcash
-pkgver=1.0.14
-_commit=1ddecf644f6bab29545bb6333889fb059eb7970e
-pkgrel=2
+pkgver=1.0.15
+_commit=93332d6e84590cdcb8c64282f9b525152c3f1b2f
+pkgrel=1
 pkgdesc='Permissionless financial system employing zero-knowledge security'
 arch=('x86_64')
 url='https://z.cash/'
 license=('MIT')
-depends=('boost-libs' 'libevent' 'zeromq')
+depends=('boost-libs' 'libevent' 'qpid-proton' 'zeromq')
 makedepends=('boost' 'cargo' 'cmake' 'git' 'gmock' 'python' 'wget')
 checkdepends=('python' 'python2' 'python2-pyzmq')
 source=("git+https://github.com/zcash/zcash.git#commit=${_commit};
 "boost-no-mt-suffix.patch"
+'libsnark-no-gtest.patch'
 "use-system-rust.patch"
 'zcashd.service')
 sha512sums=('SKIP'
-
'fa9ac59839ba6c6aabefb24296ae29914acf7089487377e7948fd684e32b1b499e8e15daccd10baf968905ec69ad2da8b91ff2c8d4724412d8143428ed4de23d'
+
'7019ef6162be0083db7399ec2ec3059b669b4f05247d6f038603ba3541a864d180ca41d5d971993f0d9c028410f811f31a31c39faa7c62cbad23ca65a4a4662c'
+
'ba59e6f94ac7fa94429203e32b9804e6d741e60099e2dd052813ed879ad5a10c46e816dc8d4a5d59444c35c7eaf9a40434fd93b7e392fd535c041c89274375f0'
 
'3663373af04318aa72d877f399f0c9e956d289ac876583e70afa2933bf4171f7441a399e043b2d29b1df6d19d29390bb69d4053cad4b75bef903a8685fcd23bf'
 
'2fb8b0a636ca9c7ee15f0fd2c47046c8323ade3de9562f393da7541eee50dd14b12107dd29b0e1ee90ff88963e2f7e25b12435166a1812df5c88c579c12dde88')
 
@@ -28,6 +30,7 @@
 git archive --format=tar ${_commit} -- src/clientversion.cpp | tar -xf -
 
 patch -Np1 -i ../boost-no-mt-suffix.patch
+patch -Np1 -i ../libsnark-no-gtest.patch
 patch -Np1 -i ../use-system-rust.patch
 }
 
@@ -37,14 +40,15 @@
 cd depends
 make install \
 native_packages='' \
-packages='bdb librustzcash proton'
+packages='bdb librustzcash'
 cd ..
 
-CPPFLAGS="${CPPFLAGS} -I$PWD/depends/${CARCH}-unknown-linux-gnu/include"
-LDFLAGS="${LDFLAGS} -L${PWD}/depends/${CARCH}-unknown-linux-gnu/lib 
-L${PWD}/depends/x86_64-unknown-linux-gnu/lib64"
+BUILD="$(./depends/config.guess)"
+CPPFLAGS="${CPPFLAGS} -I${PWD}/depends/${BUILD}/include"
+LDFLAGS="${LDFLAGS} -L${PWD}/depends/${BUILD}/lib"
 
 ./autogen.sh
-depends_prefix="${PWD}/depends/x86_64-unknown-linux-gnu" ./configure 
--prefix=/usr
+depends_prefix="${PWD}/depends/${BUILD}" ./configure --prefix=/usr
 make
 }
 

Modified: boost-no-mt-suffix.patch
===
--- boost-no-mt-suffix.patch2018-03-16 08:45:07 UTC (rev 308798)
+++ boost-no-mt-suffix.patch2018-03-16 08:45:30 UTC (rev 308799)
@@ -9,3 +9,14 @@
  
  AC_MSG_CHECKING([whether to build bitcoind])
  AM_CONDITIONAL([BUILD_BITCOIND], [test x$build_bitcoind = xyes])
+--- a/src/snark/Makefile
 b/src/snark/Makefile
+@@ -19,7 +19,7 @@ DEPINST = depinst
+ 
+ CXXFLAGS += -I$(DEPINST)/include -Ilibsnark
+ LDFLAGS += -L$(DEPINST)/lib -Wl,-rpath,$(DEPINST)/lib
+-LDLIBS += -lgmpxx -lgmp -lboost_program_options-mt -lsodium
++LDLIBS += -lgmpxx -lgmp -lboost_program_options -lsodium
+ # List of .a files to include within libsnark.a and libsnark.so:
+ AR_LIBS =
+ # List of library files to install:

Added: libsnark-no-gtest.patch
===
--- libsnark-no-gtest.patch (rev 0)
+++ libsnark-no-gtest.patch 2018-03-16 08:45:30 UTC (rev 308799)
@@ -0,0 +1,22 @@
+--- a/src/Makefile.am
 b/src/Makefile.am
+@@ -42,7 +42,7 @@ $(LIBSECP256K1): $(wildcard secp256k1/src/*) $(wildcard 
secp256k1/include/*)
+   $(AM_V_at)$(MAKE) $(AM_MAKEFLAGS) -C $(@D) $(@F)
+ 
+ LIBSNARK_CXXFLAGS = -fPIC -DBINARY_OUTPUT -DNO_PT_COMPRESSION=1 
-fstack-protector-all
+-LIBSNARK_CONFIG_FLAGS = CURVE=ALT_BN128 NO_PROCPS=1 NO_DOCS=1 STATIC=1 
NO_SUPERCOP=1 FEATUREFLAGS=-DMONTGOMERY_OUTPUT NO_COPY_DEPINST=1 
NO_COMPILE_LIBGTEST=1
++LIBSNARK_CONFIG_FLAGS = CURVE=ALT_BN128 NO_PROCPS=1 NO_DOCS=1 STATIC=1 
NO_SUPERCOP=1 FEATUREFLAGS=-DMONTGOMERY_OUTPUT NO_COPY_DEPINST=1 
NO_COMPILE_LIBGTEST=1 NO_GTEST=1
+ if HAVE_OPENMP
+ LIBSNARK_CONFIG_FLAGS += MULTICORE=1
+ endif
+--- a/src/snark/Makefile
 b/src/snark/Makefile
+@@ -172,7 +172,7 @@ EXEC_OBJS 

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

2018-03-16 Thread Felix Yan via arch-commits
Date: Friday, March 16, 2018 @ 08:35:50
  Author: felixonmars
Revision: 308796

archrelease: copy trunk to community-x86_64

Added:
  deepin-launcher/repos/community-x86_64/PKGBUILD
(from rev 308795, deepin-launcher/trunk/PKGBUILD)
Deleted:
  deepin-launcher/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-03-16 08:35:32 UTC (rev 308795)
+++ PKGBUILD2018-03-16 08:35:50 UTC (rev 308796)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Josip Ponjavic 
-# Contributor: Xu Fasheng 
-
-pkgname=deepin-launcher
-pkgver=4.3.1
-pkgrel=1
-pkgdesc='Deepin desktop-environment - Launcher module'
-arch=('x86_64')
-url="https://github.com/linuxdeepin/dde-launcher;
-license=('GPL3')
-depends=('gsettings-qt' 'qt5-svg' 'qt5-x11extras' 'startdde' 
'deepin-qt5integration' 'deepin-menu'
- 'deepin-daemon' 'deepin-qt-dbus-factory')
-makedepends=('git' 'qt5-tools')
-conflicts=('dde-launcher')
-replaces=('dde-launcher')
-groups=('deepin')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/felixonmars/dde-launcher/archive/$pkgver.tar.gz;)
-sha512sums=('0f8bc27937867ae90a2b3fd71e11675472017038be932b3c2099c9ef4fd9dd5075a2671aa0b455669432a00ddfe6451f55781f13c7aed2d2e59db7fb76929887')
-
-build(){
-  cd dde-launcher-$pkgver
-  qmake-qt5 PREFIX=/usr WITHOUT_UNINSTALL_APP=1
-  make
-}
-
-package() {
-  cd dde-launcher-$pkgver
-  make INSTALL_ROOT="$pkgdir" install
-}

Copied: deepin-launcher/repos/community-x86_64/PKGBUILD (from rev 308795, 
deepin-launcher/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-03-16 08:35:50 UTC (rev 308796)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Josip Ponjavic 
+# Contributor: Xu Fasheng 
+
+pkgname=deepin-launcher
+pkgver=4.3.2
+pkgrel=1
+pkgdesc='Deepin desktop-environment - Launcher module'
+arch=('x86_64')
+url="https://github.com/linuxdeepin/dde-launcher;
+license=('GPL3')
+depends=('gsettings-qt' 'qt5-svg' 'qt5-x11extras' 'startdde' 
'deepin-qt5integration' 'deepin-menu'
+ 'deepin-daemon' 'deepin-qt-dbus-factory')
+makedepends=('git' 'qt5-tools')
+conflicts=('dde-launcher')
+replaces=('dde-launcher')
+groups=('deepin')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/dde-launcher/archive/$pkgver.tar.gz;)
+sha512sums=('55ac6257dc689ee9856aedc7d78ac2a8c0a976f59217d1e1fb2adc265d77c36cf6b9836ea84bd415cb6d6f1d45710079171d58bc6717afc48e60a83d91daf6e2')
+
+build(){
+  cd dde-launcher-$pkgver
+  qmake-qt5 PREFIX=/usr WITHOUT_UNINSTALL_APP=1
+  make
+}
+
+package() {
+  cd dde-launcher-$pkgver
+  make INSTALL_ROOT="$pkgdir" install
+}


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

2018-03-16 Thread Felix Yan via arch-commits
Date: Friday, March 16, 2018 @ 08:35:32
  Author: felixonmars
Revision: 308795

upgpkg: deepin-launcher 4.3.2-1

Modified:
  deepin-launcher/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-03-16 08:33:05 UTC (rev 308794)
+++ PKGBUILD2018-03-16 08:35:32 UTC (rev 308795)
@@ -4,7 +4,7 @@
 # Contributor: Xu Fasheng 
 
 pkgname=deepin-launcher
-pkgver=4.3.1
+pkgver=4.3.2
 pkgrel=1
 pkgdesc='Deepin desktop-environment - Launcher module'
 arch=('x86_64')
@@ -16,8 +16,8 @@
 conflicts=('dde-launcher')
 replaces=('dde-launcher')
 groups=('deepin')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/felixonmars/dde-launcher/archive/$pkgver.tar.gz;)
-sha512sums=('0f8bc27937867ae90a2b3fd71e11675472017038be932b3c2099c9ef4fd9dd5075a2671aa0b455669432a00ddfe6451f55781f13c7aed2d2e59db7fb76929887')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/dde-launcher/archive/$pkgver.tar.gz;)
+sha512sums=('55ac6257dc689ee9856aedc7d78ac2a8c0a976f59217d1e1fb2adc265d77c36cf6b9836ea84bd415cb6d6f1d45710079171d58bc6717afc48e60a83d91daf6e2')
 
 build(){
   cd dde-launcher-$pkgver


[arch-commits] Commit in deepin-session-ui/repos/community-x86_64 (PKGBUILD PKGBUILD)

2018-03-16 Thread Felix Yan via arch-commits
Date: Friday, March 16, 2018 @ 08:33:05
  Author: felixonmars
Revision: 308794

archrelease: copy trunk to community-x86_64

Added:
  deepin-session-ui/repos/community-x86_64/PKGBUILD
(from rev 308793, deepin-session-ui/trunk/PKGBUILD)
Deleted:
  deepin-session-ui/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |   64 ++---
 1 file changed, 32 insertions(+), 32 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-03-16 08:32:48 UTC (rev 308793)
+++ PKGBUILD2018-03-16 08:33:05 UTC (rev 308794)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Josip Ponjavic 
-# Contributor: Xu Fasheng 
-
-pkgname=deepin-session-ui
-pkgver=4.3.0
-pkgrel=1
-pkgdesc='Deepin desktop-environment - Session UI module'
-arch=('x86_64')
-url="https://github.com/linuxdeepin/dde-session-ui;
-license=('GPL3')
-groups=('deepin')
-depends=('gsettings-qt' 'deepin-qt5integration' 'liblightdm-qt5' 'qt5-svg' 
'deepin-daemon'
- 'xorg-server' 'deepin-control-center' 'startdde' 'xorg-xrandr' 
'deepin-qt-dbus-factory')
-makedepends=('qt5-tools' 'deepin-gettext-tools')
-provides=('lightdm-deepin-greeter')
-conflicts=('dde-workspace' 'dde-session-ui')
-replaces=('dde-workspace' 'dde-session-ui')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/felixonmars/dde-session-ui/archive/$pkgver.tar.gz;)
-sha512sums=('6fdbe8a388742e3c2e9f94bd91d439877b72fd533a108a8e594966b2884fd6824e53c67f3c60821c5cd26cef653947ce105d954e7b865150c951d4dc94aa2817')
-
-build() {
-  cd dde-session-ui-$pkgver
-  qmake-qt5 PREFIX=/usr
-  make
-}
-
-package() {
-  cd dde-session-ui-$pkgver
-  make INSTALL_ROOT="$pkgdir" install
-}

Copied: deepin-session-ui/repos/community-x86_64/PKGBUILD (from rev 308793, 
deepin-session-ui/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-03-16 08:33:05 UTC (rev 308794)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Josip Ponjavic 
+# Contributor: Xu Fasheng 
+
+pkgname=deepin-session-ui
+pkgver=4.3.1
+pkgrel=1
+pkgdesc='Deepin desktop-environment - Session UI module'
+arch=('x86_64')
+url="https://github.com/linuxdeepin/dde-session-ui;
+license=('GPL3')
+groups=('deepin')
+depends=('gsettings-qt' 'deepin-qt5integration' 'liblightdm-qt5' 'qt5-svg' 
'deepin-daemon'
+ 'xorg-server' 'deepin-control-center' 'startdde' 'xorg-xrandr' 
'deepin-qt-dbus-factory')
+makedepends=('qt5-tools' 'deepin-gettext-tools')
+provides=('lightdm-deepin-greeter')
+conflicts=('dde-workspace' 'dde-session-ui')
+replaces=('dde-workspace' 'dde-session-ui')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/felixonmars/dde-session-ui/archive/$pkgver.tar.gz;)
+sha512sums=('b1fad1319f2ae7375211219cf19ab8a95e04b43beaf1f428b918830391a41229b58d36db65aa7a902940452bc3d6841518c33317c0357eb4c2ded1ffa21fb9f5')
+
+build() {
+  cd dde-session-ui-$pkgver
+  qmake-qt5 PREFIX=/usr
+  make
+}
+
+package() {
+  cd dde-session-ui-$pkgver
+  make INSTALL_ROOT="$pkgdir" install
+}


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

2018-03-16 Thread Felix Yan via arch-commits
Date: Friday, March 16, 2018 @ 08:32:48
  Author: felixonmars
Revision: 308793

upgpkg: deepin-session-ui 4.3.1-1

Modified:
  deepin-session-ui/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-03-16 08:17:23 UTC (rev 308792)
+++ PKGBUILD2018-03-16 08:32:48 UTC (rev 308793)
@@ -4,7 +4,7 @@
 # Contributor: Xu Fasheng 
 
 pkgname=deepin-session-ui
-pkgver=4.3.0
+pkgver=4.3.1
 pkgrel=1
 pkgdesc='Deepin desktop-environment - Session UI module'
 arch=('x86_64')
@@ -18,7 +18,7 @@
 conflicts=('dde-workspace' 'dde-session-ui')
 replaces=('dde-workspace' 'dde-session-ui')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/felixonmars/dde-session-ui/archive/$pkgver.tar.gz;)
-sha512sums=('6fdbe8a388742e3c2e9f94bd91d439877b72fd533a108a8e594966b2884fd6824e53c67f3c60821c5cd26cef653947ce105d954e7b865150c951d4dc94aa2817')
+sha512sums=('b1fad1319f2ae7375211219cf19ab8a95e04b43beaf1f428b918830391a41229b58d36db65aa7a902940452bc3d6841518c33317c0357eb4c2ded1ffa21fb9f5')
 
 build() {
   cd dde-session-ui-$pkgver


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

2018-03-16 Thread Laurent Carlier via arch-commits
Date: Friday, March 16, 2018 @ 08:17:18
  Author: lcarlier
Revision: 308791

upgpkg: lib32-libxml2 2.9.8-1

upstream update 2.9.8

Modified:
  lib32-libxml2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-03-16 08:09:55 UTC (rev 308790)
+++ PKGBUILD2018-03-16 08:17:18 UTC (rev 308791)
@@ -4,21 +4,21 @@
 
 _pkgbasename=libxml2
 pkgname=lib32-$_pkgbasename
-pkgver=2.9.4+16+g07418011
-pkgrel=2
+pkgver=2.9.8
+pkgrel=1
 pkgdesc="XML parsing library, version 2 (32-bit)"
 arch=(x86_64)
 license=('custom')
-depends=('lib32-zlib' 'lib32-readline' 'lib32-ncurses' 'lib32-icu' 'libxml2')
+depends=(lib32-zlib lib32-readline lib32-ncurses lib32-icu libxml2)
 makedepends=(gcc-multilib git)
 url="http://www.xmlsoft.org/;
-_commit=074180119fc90d5fd04ef9e8a5ee1910d6f9ad8e # master
+_commit=18890f471c420411aa3c989e104d090966ec9dbf # tags/v2.9.8^0
 source=(git+https://git.gnome.org/browse/libxml2#commit=$_commit)
-md5sums=(SKIP)
+md5sums=('SKIP')
 
 +pkgver() {
   cd "${srcdir}/${_pkgbasename}"
-  git describe --long | sed -e 's/-/+/g' -e 's/^v//'
+  git describe --tags | sed 's/-rc/rc/;s/^v//;s/-/+/g'
 }
 
 build() {


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

2018-03-16 Thread Laurent Carlier via arch-commits
Date: Friday, March 16, 2018 @ 08:17:23
  Author: lcarlier
Revision: 308792

archrelease: copy trunk to multilib-x86_64

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

--+
 PKGBUILD |   90 ++---
 1 file changed, 45 insertions(+), 45 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-03-16 08:17:18 UTC (rev 308791)
+++ PKGBUILD2018-03-16 08:17:23 UTC (rev 308792)
@@ -1,45 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot 
-# Contributor: John Proctor 
-
-_pkgbasename=libxml2
-pkgname=lib32-$_pkgbasename
-pkgver=2.9.4+16+g07418011
-pkgrel=2
-pkgdesc="XML parsing library, version 2 (32-bit)"
-arch=(x86_64)
-license=('custom')
-depends=('lib32-zlib' 'lib32-readline' 'lib32-ncurses' 'lib32-icu' 'libxml2')
-makedepends=(gcc-multilib git)
-url="http://www.xmlsoft.org/;
-_commit=074180119fc90d5fd04ef9e8a5ee1910d6f9ad8e # master
-source=(git+https://git.gnome.org/browse/libxml2#commit=$_commit)
-md5sums=(SKIP)
-
-+pkgver() {
-  cd "${srcdir}/${_pkgbasename}"
-  git describe --long | sed -e 's/-/+/g' -e 's/^v//'
-}
-
-build() {
-  export CC="gcc -m32"
-  export CXX="g++ -m32"
-  export PKG_CONFIG_PATH="/usr/lib32/pkgconfig"
-
-  cd "${srcdir}/${_pkgbasename}"
-  autoreconf -fi
-
-  ./configure --prefix=/usr --with-threads --with-history --with-icu 
--libdir=/usr/lib32 --without-lzma
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0 /g' libtool
-
-  make
-}
-
-package() {
-  cd "${srcdir}/${_pkgbasename}"
-  make DESTDIR="${pkgdir}" install
-
-  rm -rf "${pkgdir}"/usr/{include,share,bin} "$pkgdir/usr/lib32/xml2Conf.sh"
-  mkdir -p "$pkgdir/usr/share/licenses"
-  ln -s $_pkgbasename "$pkgdir/usr/share/licenses/$pkgname"
-}

Copied: lib32-libxml2/repos/multilib-x86_64/PKGBUILD (from rev 308791, 
lib32-libxml2/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-03-16 08:17:23 UTC (rev 308792)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Jan de Groot 
+# Contributor: John Proctor 
+
+_pkgbasename=libxml2
+pkgname=lib32-$_pkgbasename
+pkgver=2.9.8
+pkgrel=1
+pkgdesc="XML parsing library, version 2 (32-bit)"
+arch=(x86_64)
+license=('custom')
+depends=(lib32-zlib lib32-readline lib32-ncurses lib32-icu libxml2)
+makedepends=(gcc-multilib git)
+url="http://www.xmlsoft.org/;
+_commit=18890f471c420411aa3c989e104d090966ec9dbf # tags/v2.9.8^0
+source=(git+https://git.gnome.org/browse/libxml2#commit=$_commit)
+md5sums=('SKIP')
+
++pkgver() {
+  cd "${srcdir}/${_pkgbasename}"
+  git describe --tags | sed 's/-rc/rc/;s/^v//;s/-/+/g'
+}
+
+build() {
+  export CC="gcc -m32"
+  export CXX="g++ -m32"
+  export PKG_CONFIG_PATH="/usr/lib32/pkgconfig"
+
+  cd "${srcdir}/${_pkgbasename}"
+  autoreconf -fi
+
+  ./configure --prefix=/usr --with-threads --with-history --with-icu 
--libdir=/usr/lib32 --without-lzma
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0 /g' libtool
+
+  make
+}
+
+package() {
+  cd "${srcdir}/${_pkgbasename}"
+  make DESTDIR="${pkgdir}" install
+
+  rm -rf "${pkgdir}"/usr/{include,share,bin} "$pkgdir/usr/lib32/xml2Conf.sh"
+  mkdir -p "$pkgdir/usr/share/licenses"
+  ln -s $_pkgbasename "$pkgdir/usr/share/licenses/$pkgname"
+}


[arch-commits] Commit in qpid-proton (3 files)

2018-03-16 Thread Nicola Squartini via arch-commits
Date: Friday, March 16, 2018 @ 08:09:55
  Author: tensor5
Revision: 308790

archrelease: copy trunk to community-x86_64

Added:
  qpid-proton/repos/community-x86_64/
  qpid-proton/repos/community-x86_64/PKGBUILD
(from rev 308789, qpid-proton/trunk/PKGBUILD)
Modified:
  qpid-proton/trunk/PKGBUILD

-+
 repos/community-x86_64/PKGBUILD |   34 ++
 trunk/PKGBUILD  |2 +-
 2 files changed, 35 insertions(+), 1 deletion(-)

Copied: qpid-proton/repos/community-x86_64/PKGBUILD (from rev 308789, 
qpid-proton/trunk/PKGBUILD)
===
--- repos/community-x86_64/PKGBUILD (rev 0)
+++ repos/community-x86_64/PKGBUILD 2018-03-16 08:09:55 UTC (rev 308790)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Nicola Squartini 
+
+pkgname=qpid-proton
+pkgver=0.21.0
+pkgrel=1
+pkgdesc='High-performance, lightweight messaging library'
+arch=('i686' 'x86_64')
+url='https://qpid.apache.org/proton/index.html'
+license=('Apache')
+depends=('libsasl' 'perl>=5.26' 'perl<5.27' 'python' 'ruby')
+makedepends=('cmake' 'doxygen' 'swig')
+source=("http://www.apache.org/dist/qpid/proton/${pkgver}/qpid-proton-${pkgver}.tar.gz;)
+md5sums=('ff0131cf76335a1ff9b9ddb077731b12')
+sha512sums=('81facd2d6dc690a5b5d8ed2278177396dba1f4d0868421b05870c4492953762f563a39a6160ab2aee378596e327f27864fc15bbfddfb1e5efdc4a4066610f84d')
+
+build() {
+cd ${pkgname}-${pkgver}
+
+mkdir build
+cd build
+cmake \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLIB_SUFFIX='' \
+-DSYSINSTALL_BINDINGS=ON \
+..
+make
+}
+
+package() {
+cd ${pkgname}-${pkgver}/build
+
+make DESTDIR="${pkgdir}" install
+}

Modified: trunk/PKGBUILD
===
--- trunk/PKGBUILD  2018-03-16 08:07:51 UTC (rev 308789)
+++ trunk/PKGBUILD  2018-03-16 08:09:55 UTC (rev 308790)
@@ -5,7 +5,7 @@
 pkgver=0.21.0
 pkgrel=1
 pkgdesc='High-performance, lightweight messaging library'
-arch=('i686' 'x86_64')
+arch=('x86_64')
 url='https://qpid.apache.org/proton/index.html'
 license=('Apache')
 depends=('libsasl' 'perl>=5.26' 'perl<5.27' 'python' 'ruby')


[arch-commits] Commit in (4 files)

2018-03-16 Thread Nicola Squartini via arch-commits
Date: Friday, March 16, 2018 @ 08:07:51
  Author: tensor5
Revision: 308789

addpkg: qpid-proton 0.21.0-1

Added:
  qpid-proton/
  qpid-proton/repos/
  qpid-proton/trunk/
  qpid-proton/trunk/PKGBUILD

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

Added: qpid-proton/trunk/PKGBUILD
===
--- qpid-proton/trunk/PKGBUILD  (rev 0)
+++ qpid-proton/trunk/PKGBUILD  2018-03-16 08:07:51 UTC (rev 308789)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Nicola Squartini 
+
+pkgname=qpid-proton
+pkgver=0.21.0
+pkgrel=1
+pkgdesc='High-performance, lightweight messaging library'
+arch=('i686' 'x86_64')
+url='https://qpid.apache.org/proton/index.html'
+license=('Apache')
+depends=('libsasl' 'perl>=5.26' 'perl<5.27' 'python' 'ruby')
+makedepends=('cmake' 'doxygen' 'swig')
+source=("http://www.apache.org/dist/qpid/proton/${pkgver}/qpid-proton-${pkgver}.tar.gz;)
+md5sums=('ff0131cf76335a1ff9b9ddb077731b12')
+sha512sums=('81facd2d6dc690a5b5d8ed2278177396dba1f4d0868421b05870c4492953762f563a39a6160ab2aee378596e327f27864fc15bbfddfb1e5efdc4a4066610f84d')
+
+build() {
+cd ${pkgname}-${pkgver}
+
+mkdir build
+cd build
+cmake \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLIB_SUFFIX='' \
+-DSYSINSTALL_BINDINGS=ON \
+..
+make
+}
+
+package() {
+cd ${pkgname}-${pkgver}/build
+
+make DESTDIR="${pkgdir}" install
+}


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


[arch-commits] Commit in deepin-control-center/repos/community-x86_64 (2 files)

2018-03-16 Thread Felix Yan via arch-commits
Date: Friday, March 16, 2018 @ 08:01:05
  Author: felixonmars
Revision: 308788

archrelease: copy trunk to community-x86_64

Added:
  deepin-control-center/repos/community-x86_64/PKGBUILD
(from rev 308787, deepin-control-center/trunk/PKGBUILD)
Deleted:
  deepin-control-center/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-03-16 08:00:48 UTC (rev 308787)
+++ PKGBUILD2018-03-16 08:01:05 UTC (rev 308788)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Josip Ponjavic 
-# Contributor: Xu Fasheng 
-
-pkgname=deepin-control-center
-pkgver=4.4.0
-pkgrel=1
-pkgdesc='New control center for linux deepin'
-arch=('x86_64')
-url="https://github.com/linuxdeepin/dde-control-center;
-license=('GPL3')
-depends=('desktop-file-utils' 'dtkwidget' 'deepin-account-faces' 'deepin-api' 
'geoip'
- 'geoip-database' 'geoip-database-extra' 'deepin-daemon' 'startdde'
- 'deepin-qt-dbus-factory' 'deepin-qt5integration')
-makedepends=('deepin-dock' 'qt5-tools')
-optdepends=('redshift: automatic color temperature support')
-conflicts=('dde-control-center' 'dde-dock-applets')
-replaces=('dde-control-center' 'dde-dock-applets')
-groups=('deepin')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/felixonmars/dde-control-center/archive/$pkgver.tar.gz;)
-sha512sums=('798e208e8f24de8227dcc7925b8f127110b83b00b338f421c21310bdbde8b0e2133cefafa670ad7e9f7c095b3ed8558c0baa41381b48efbe74282e499c8e9937')
-
-build() {
-  cd dde-control-center-$pkgver
-  qmake-qt5 QMAKE_CFLAGS_ISYSTEM= PREFIX=/usr DISABLE_SYS_UPDATE=YES
-  make
-}
-
-package() {
-  cd dde-control-center-$pkgver
-  make INSTALL_ROOT="$pkgdir" install
-}

Copied: deepin-control-center/repos/community-x86_64/PKGBUILD (from rev 308787, 
deepin-control-center/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-03-16 08:01:05 UTC (rev 308788)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Josip Ponjavic 
+# Contributor: Xu Fasheng 
+
+pkgname=deepin-control-center
+pkgver=4.4.1
+pkgrel=1
+pkgdesc='New control center for linux deepin'
+arch=('x86_64')
+url="https://github.com/linuxdeepin/dde-control-center;
+license=('GPL3')
+depends=('desktop-file-utils' 'dtkwidget' 'deepin-account-faces' 'deepin-api' 
'geoip'
+ 'geoip-database' 'geoip-database-extra' 'deepin-daemon' 'startdde'
+ 'deepin-qt-dbus-factory' 'deepin-qt5integration')
+makedepends=('deepin-dock' 'qt5-tools')
+optdepends=('redshift: automatic color temperature support')
+conflicts=('dde-control-center' 'dde-dock-applets')
+replaces=('dde-control-center' 'dde-dock-applets')
+groups=('deepin')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/dde-control-center/archive/$pkgver.tar.gz;)
+sha512sums=('7114d34b4da5f511408301a1618779b61c2a38e15331bbeb9805c43206ea899508a7532bd064ec5547c199eeda8b956bd9f335bdf4c9f09602e88f2c2d70fc44')
+
+build() {
+  cd dde-control-center-$pkgver
+  qmake-qt5 QMAKE_CFLAGS_ISYSTEM= PREFIX=/usr DISABLE_SYS_UPDATE=YES
+  make
+}
+
+package() {
+  cd dde-control-center-$pkgver
+  make INSTALL_ROOT="$pkgdir" install
+}


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

2018-03-16 Thread Felix Yan via arch-commits
Date: Friday, March 16, 2018 @ 08:00:48
  Author: felixonmars
Revision: 308787

upgpkg: deepin-control-center 4.4.1-1

Modified:
  deepin-control-center/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-03-16 07:42:08 UTC (rev 308786)
+++ PKGBUILD2018-03-16 08:00:48 UTC (rev 308787)
@@ -4,7 +4,7 @@
 # Contributor: Xu Fasheng 
 
 pkgname=deepin-control-center
-pkgver=4.4.0
+pkgver=4.4.1
 pkgrel=1
 pkgdesc='New control center for linux deepin'
 arch=('x86_64')
@@ -18,8 +18,8 @@
 conflicts=('dde-control-center' 'dde-dock-applets')
 replaces=('dde-control-center' 'dde-dock-applets')
 groups=('deepin')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/felixonmars/dde-control-center/archive/$pkgver.tar.gz;)
-sha512sums=('798e208e8f24de8227dcc7925b8f127110b83b00b338f421c21310bdbde8b0e2133cefafa670ad7e9f7c095b3ed8558c0baa41381b48efbe74282e499c8e9937')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/dde-control-center/archive/$pkgver.tar.gz;)
+sha512sums=('7114d34b4da5f511408301a1618779b61c2a38e15331bbeb9805c43206ea899508a7532bd064ec5547c199eeda8b956bd9f335bdf4c9f09602e88f2c2d70fc44')
 
 build() {
   cd dde-control-center-$pkgver


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

2018-03-16 Thread Antonio Rojas via arch-commits
Date: Friday, March 16, 2018 @ 07:49:19
  Author: arojas
Revision: 319386

archrelease: copy trunk to extra-x86_64

Added:
  konqueror/repos/extra-x86_64/PKGBUILD
(from rev 319385, konqueror/trunk/PKGBUILD)
Deleted:
  konqueror/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-03-16 07:48:45 UTC (rev 319385)
+++ PKGBUILD2018-03-16 07:49:19 UTC (rev 319386)
@@ -1,40 +0,0 @@
-# Maintainer: Antonio Rojas 
-# Maintainer: Felix Yan 
-
-pkgname=konqueror
-pkgver=17.12.3
-pkgrel=1
-pkgdesc="KDE File Manager & Web Browser"
-arch=(x86_64)
-url="https://konqueror.org/;
-license=(LGPL)
-depends=(dolphin keditbookmarks qt5-webengine kdelibs4support)
-makedepends=(extra-cmake-modules kdoctools python tidy kdesignerplugin kdesu 
khtml)
-optdepends=('tidy: tidy HTML plugin' 'kdesu: shell command plugin' 'khtml: 
alternative web engine')
-conflicts=(kdebase-konqueror kdebase-konq-plugins)
-replaces=(kdebase-konqueror kdebase-konq-plugins)
-groups=(kde-applications kdebase)
-source=("https://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('1c020fa206511829556dd68840751bcc133861ef875a2eda2544f44aae101536'
-'SKIP')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

-  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: konqueror/repos/extra-x86_64/PKGBUILD (from rev 319385, 
konqueror/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-03-16 07:49:19 UTC (rev 319386)
@@ -0,0 +1,39 @@
+# Maintainer: Antonio Rojas 
+# Maintainer: Felix Yan 
+
+pkgname=konqueror
+pkgver=17.12.3
+pkgrel=2
+pkgdesc="KDE File Manager & Web Browser"
+arch=(x86_64)
+url="https://konqueror.org/;
+license=(LGPL)
+depends=(dolphin keditbookmarks qt5-webengine kdelibs4support khtml)
+makedepends=(extra-cmake-modules kdoctools python tidy kdesignerplugin kdesu)
+optdepends=('tidy: tidy HTML plugin' 'kdesu: shell command plugin')
+conflicts=(kdebase-konqueror kdebase-konq-plugins)
+replaces=(kdebase-konqueror kdebase-konq-plugins)
+groups=(kde-applications kdebase)
+source=("https://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('1c020fa206511829556dd68840751bcc133861ef875a2eda2544f44aae101536'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

+  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}


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

2018-03-16 Thread Antonio Rojas via arch-commits
Date: Friday, March 16, 2018 @ 07:48:45
  Author: arojas
Revision: 319385

KHTML is required (FS#57857)

Modified:
  konqueror/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-03-16 07:44:56 UTC (rev 319384)
+++ PKGBUILD2018-03-16 07:48:45 UTC (rev 319385)
@@ -3,14 +3,14 @@
 
 pkgname=konqueror
 pkgver=17.12.3
-pkgrel=1
+pkgrel=2
 pkgdesc="KDE File Manager & Web Browser"
 arch=(x86_64)
 url="https://konqueror.org/;
 license=(LGPL)
-depends=(dolphin keditbookmarks qt5-webengine kdelibs4support)
-makedepends=(extra-cmake-modules kdoctools python tidy kdesignerplugin kdesu 
khtml)
-optdepends=('tidy: tidy HTML plugin' 'kdesu: shell command plugin' 'khtml: 
alternative web engine')
+depends=(dolphin keditbookmarks qt5-webengine kdelibs4support khtml)
+makedepends=(extra-cmake-modules kdoctools python tidy kdesignerplugin kdesu)
+optdepends=('tidy: tidy HTML plugin' 'kdesu: shell command plugin')
 conflicts=(kdebase-konqueror kdebase-konq-plugins)
 replaces=(kdebase-konqueror kdebase-konq-plugins)
 groups=(kde-applications kdebase)


[arch-commits] Commit in libtirpc/repos (testing-x86_64 testing-x86_64/PKGBUILD)

2018-03-16 Thread Andreas Radke via arch-commits
Date: Friday, March 16, 2018 @ 07:44:56
  Author: andyrtr
Revision: 319384

archrelease: copy trunk to testing-x86_64

Added:
  libtirpc/repos/testing-x86_64/
  libtirpc/repos/testing-x86_64/PKGBUILD
(from rev 319383, libtirpc/trunk/PKGBUILD)

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

Copied: libtirpc/repos/testing-x86_64/PKGBUILD (from rev 319383, 
libtirpc/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2018-03-16 07:44:56 UTC (rev 319384)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Tom Gundersen 
+# Contributor: Tobias Powalowski 
+
+pkgname=libtirpc
+pkgver=1.0.3
+pkgrel=1
+pkgdesc="Transport Independent RPC library (SunRPC replacement)"
+arch=('x86_64')
+url="http://libtirpc.sourceforge.net/;
+license=('BSD')
+depends=('krb5')
+backup=('etc/netconfig')
+# git tree: git://linux-nfs.org/~steved/libtirpc
+source=(http://downloads.sourceforge.net/sourceforge/libtirpc/${pkgname}-${pkgver}.tar.bz2)
+sha1sums=('48adb32dc7c3b73c66f001c239da76b8398abf11')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr --sysconf=/etc
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+  install -D -m644 COPYING "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
+}


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

2018-03-16 Thread Andreas Radke via arch-commits
Date: Friday, March 16, 2018 @ 07:44:45
  Author: andyrtr
Revision: 319383

upgpkg: libtirpc 1.0.3-1

upstream update 1.0.3

Modified:
  libtirpc/trunk/PKGBUILD
Deleted:
  libtirpc/trunk/buildfix.diff
  libtirpc/trunk/export_key_secretkey_is_set.patch

---+
 PKGBUILD  |   18 --
 buildfix.diff |   28 
 export_key_secretkey_is_set.patch |   13 -
 3 files changed, 4 insertions(+), 55 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-03-16 07:33:58 UTC (rev 319382)
+++ PKGBUILD2018-03-16 07:44:45 UTC (rev 319383)
@@ -3,8 +3,8 @@
 # Contributor: Tobias Powalowski 
 
 pkgname=libtirpc
-pkgver=1.0.2
-pkgrel=3
+pkgver=1.0.3
+pkgrel=1
 pkgdesc="Transport Independent RPC library (SunRPC replacement)"
 arch=('x86_64')
 url="http://libtirpc.sourceforge.net/;
@@ -12,19 +12,9 @@
 depends=('krb5')
 backup=('etc/netconfig')
 # git tree: git://linux-nfs.org/~steved/libtirpc
-source=(http://downloads.sourceforge.net/sourceforge/libtirpc/${pkgname}-${pkgver}.tar.bz2
-buildfix.diff
-export_key_secretkey_is_set.patch)
-sha1sums=('2a8dc0e6eecc45be6597c8287b1d8e15cbee46e3'
-  '6bf8a0afc9f11832f94573ff938114aad2cfa862'
-  'e8d40593f3c7c8741dd80eb19bd927a50b62a356')
+source=(http://downloads.sourceforge.net/sourceforge/libtirpc/${pkgname}-${pkgver}.tar.bz2)
+sha1sums=('48adb32dc7c3b73c66f001c239da76b8398abf11')
 
-prepare() {
-  cd ${pkgname}-${pkgver}
-  patch -Np1 -i $srcdir/buildfix.diff
-  patch -Np1 -i $srcdir/export_key_secretkey_is_set.patch
-}
-
 build() {
   cd ${pkgname}-${pkgver}
   ./configure --prefix=/usr --sysconf=/etc

Deleted: buildfix.diff
===
--- buildfix.diff   2018-03-16 07:33:58 UTC (rev 319382)
+++ buildfix.diff   2018-03-16 07:44:45 UTC (rev 319383)
@@ -1,28 +0,0 @@
-From acb9a37977cf0a9630eac74af9adebf35e38e719 Mon Sep 17 00:00:00 2001
-From: Thorsten Kukuk 
-Date: Tue, 14 Nov 2017 10:39:08 -0500
-Subject: [PATCH] Include stdint.h from xdr_sizeof.c to avoid missing
- declaration errors.
-
-Signed-off-by: Thorsten Kukuk 
-Signed-off-by: Steve Dickson 

- src/xdr_sizeof.c | 1 +
- 1 file changed, 1 insertion(+)
-
-diff --git a/src/xdr_sizeof.c b/src/xdr_sizeof.c
-index d23fbd1..79d6707 100644
 a/src/xdr_sizeof.c
-+++ b/src/xdr_sizeof.c
-@@ -39,6 +39,7 @@
- #include 
- #include 
- #include 
-+#include 
- #include "un-namespace.h"
- 
- /* ARGSUSED */
--- 
-1.8.3.1
-
-

Deleted: export_key_secretkey_is_set.patch
===
--- export_key_secretkey_is_set.patch   2018-03-16 07:33:58 UTC (rev 319382)
+++ export_key_secretkey_is_set.patch   2018-03-16 07:44:45 UTC (rev 319383)
@@ -1,13 +0,0 @@
-diff --git a/src/libtirpc.map b/src/libtirpc.map
-index f385de5..21d6065 100644
 a/src/libtirpc.map
-+++ b/src/libtirpc.map
-@@ -298,7 +298,7 @@ TIRPC_0.3.2 {
- key_gendes;
- key_get_conv;
- key_setsecret;
--key_secret_is_set;
-+key_secretkey_is_set;
- key_setnet;
- netname2host;
- netname2user;


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

2018-03-16 Thread Felix Yan via arch-commits
Date: Friday, March 16, 2018 @ 07:42:08
  Author: felixonmars
Revision: 308786

archrelease: copy trunk to community-x86_64

Added:
  deepin-wm/repos/community-x86_64/PKGBUILD
(from rev 308785, deepin-wm/trunk/PKGBUILD)
Deleted:
  deepin-wm/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-03-16 07:41:51 UTC (rev 308785)
+++ PKGBUILD2018-03-16 07:42:08 UTC (rev 308786)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Josip Ponjavic 
-# Contributor: Xu Fasheng 
-
-pkgname=deepin-wm
-pkgver=1.9.22
-pkgrel=1
-pkgdesc='Deepin Window Manager'
-arch=('x86_64')
-url="https://github.com/linuxdeepin/deepin-wm;
-license=('GPL3')
-depends=('bamf' 'clutter-gtk' 'deepin-desktop-schemas' 'deepin-menu' 'granite' 
'deepin-mutter'
- 'gnome-desktop' 'libgee')
-makedepends=('gnome-common' 'intltool' 'vala')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/deepin-wm/archive/$pkgver.tar.gz;)
-sha512sums=('16a5aad2e8fc51322a7ffd7fe7193edc2b10babedb11913f8e4dc56c62c911007cad33519ad6bd09342dc921b2aa7e71f3033047310ed8d04140fbf8f6e1ef64')
-
-prepare() {
-  export CFLAGS="$CFLAGS -DWNCK_I_KNOW_THIS_IS_UNSTABLE"
-
-  sed -i 
's#/usr/share/backgrounds/default_background.jpg#/usr/share/backgrounds/deepin/desktop.jpg#'
 $pkgname-$pkgver/src/Background/BackgroundSource.vala
-}
-
-build() {
-  cd $pkgname-$pkgver
-  ./autogen.sh \
---prefix='/usr' \
---disable-schemas-compile
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: deepin-wm/repos/community-x86_64/PKGBUILD (from rev 308785, 
deepin-wm/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-03-16 07:42:08 UTC (rev 308786)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Josip Ponjavic 
+# Contributor: Xu Fasheng 
+
+pkgname=deepin-wm
+pkgver=1.9.23
+pkgrel=1
+pkgdesc='Deepin Window Manager'
+arch=('x86_64')
+url="https://github.com/linuxdeepin/deepin-wm;
+license=('GPL3')
+depends=('bamf' 'clutter-gtk' 'deepin-desktop-schemas' 'deepin-menu' 'granite' 
'deepin-mutter'
+ 'gnome-desktop' 'libgee')
+makedepends=('gnome-common' 'intltool' 'vala')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/deepin-wm/archive/$pkgver.tar.gz;)
+sha512sums=('a929e63c850d9d48b8cc5e9a66e964b96a42efc8f536cab42df9508a08e15a146aab63590113a2a1bca727472bcf289a31372f5a1c3931a4e047313936eb8ac1')
+
+prepare() {
+  export CFLAGS="$CFLAGS -DWNCK_I_KNOW_THIS_IS_UNSTABLE"
+
+  sed -i 
's#/usr/share/backgrounds/default_background.jpg#/usr/share/backgrounds/deepin/desktop.jpg#'
 $pkgname-$pkgver/src/Background/BackgroundSource.vala
+}
+
+build() {
+  cd $pkgname-$pkgver
+  ./autogen.sh \
+--prefix='/usr' \
+--disable-schemas-compile
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}


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

2018-03-16 Thread Felix Yan via arch-commits
Date: Friday, March 16, 2018 @ 07:41:51
  Author: felixonmars
Revision: 308785

upgpkg: deepin-wm 1.9.23-1

Modified:
  deepin-wm/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-03-16 07:41:37 UTC (rev 308784)
+++ PKGBUILD2018-03-16 07:41:51 UTC (rev 308785)
@@ -4,8 +4,8 @@
 # Contributor: Xu Fasheng 
 
 pkgname=deepin-wm
-pkgver=1.9.22
-pkgrel=2
+pkgver=1.9.23
+pkgrel=1
 pkgdesc='Deepin Window Manager'
 arch=('x86_64')
 url="https://github.com/linuxdeepin/deepin-wm;
@@ -14,7 +14,7 @@
  'gnome-desktop' 'libgee')
 makedepends=('gnome-common' 'intltool' 'vala')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/deepin-wm/archive/$pkgver.tar.gz;)
-sha512sums=('16a5aad2e8fc51322a7ffd7fe7193edc2b10babedb11913f8e4dc56c62c911007cad33519ad6bd09342dc921b2aa7e71f3033047310ed8d04140fbf8f6e1ef64')
+sha512sums=('a929e63c850d9d48b8cc5e9a66e964b96a42efc8f536cab42df9508a08e15a146aab63590113a2a1bca727472bcf289a31372f5a1c3931a4e047313936eb8ac1')
 
 prepare() {
   export CFLAGS="$CFLAGS -DWNCK_I_KNOW_THIS_IS_UNSTABLE"


[arch-commits] Commit in kcptun/repos/community-x86_64 (6 files)

2018-03-16 Thread Felix Yan via arch-commits
Date: Friday, March 16, 2018 @ 07:41:37
  Author: felixonmars
Revision: 308784

archrelease: copy trunk to community-x86_64

Added:
  kcptun/repos/community-x86_64/PKGBUILD
(from rev 308783, kcptun/trunk/PKGBUILD)
  kcptun/repos/community-x86_64/kcptun-server@.service
(from rev 308783, kcptun/trunk/kcptun-server@.service)
  kcptun/repos/community-x86_64/kcptun@.service
(from rev 308783, kcptun/trunk/kcptun@.service)
Deleted:
  kcptun/repos/community-x86_64/PKGBUILD
  kcptun/repos/community-x86_64/kcptun-server@.service
  kcptun/repos/community-x86_64/kcptun@.service

+
 PKGBUILD   |  102 +++
 kcptun-server@.service |   22 +-
 kcptun@.service|   26 +--
 3 files changed, 75 insertions(+), 75 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-03-16 07:41:17 UTC (rev 308783)
+++ PKGBUILD2018-03-16 07:41:37 UTC (rev 308784)
@@ -1,51 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan <felixonm...@archlinux.org>
-# Contributor: Kasei Wang 
-
-pkgname=kcptun
-pkgver=20180305
-pkgrel=1
-pkgdesc="A Secure Tunnel Based On KCP with N:M Multiplexing"
-arch=('x86_64')
-url="https://github.com/xtaci/kcptun;
-license=('MIT')
-depends=('glibc')
-makedepends=('go-pie' 'git')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/xtaci/kcptun/archive/v$pkgver.tar.gz;
-'kcptun@.service' 'kcptun-server@.service')
-sha512sums=('3c7955aa29b298c3e837c5c51a4454ae88a6f5bc3efa47e1ddc6f575310970a04388ef692b0a398e2e40be6dbcac635e4eb84413e64e6c1a39a10b697bf4d95a'
-
'6fbe0bd687ec9927fe46484f97a0e1a7605c74af673d2a2257a41819bcbf8b704c1ab8b063993251fc3803fa3caf38b7bfc3cededbd7fe1b57c5e2d234c2e6f6'
-
'5526608f2f5056462813812436605d537a5da950d7d2b5b93dab1da443b25ebf15f69609d18ba1c318b0cc75fcc2a8e14f0d33ff7765035063dd89c041b1bd11')
-
-prepare() {
-  cd kcptun-$pkgver
-
-  mkdir build
-  mkdir -p .gopath/src/github.com/xtaci
-  ln -sf "$PWD" .gopath/src/github.com/xtaci/kcptun
-  export GOPATH="$PWD/.gopath"
-
-  go get golang.org/x/crypto/pbkdf2 github.com/xtaci/smux 
github.com/xtaci/kcp-go \
- github.com/urfave/cli github.com/pkg/errors github.com/golang/snappy
-}
-
-build() {
-  cd "$srcdir"/kcptun-$pkgver/client
-  go build -o build/kcptun-client -ldflags "-X main.VERSION=$pkgver" # 
-gccgoflags "$CFLAGS $LDFLAGS"
-
-  cd "$srcdir"/kcptun-$pkgver/server
-  go build -o build/kcptun-server -ldflags "-X main.VERSION=$pkgver" # 
-gccgoflags "$CFLAGS $LDFLAGS"
-}
-
-package() {
-  cd kcptun-$pkgver
-
-  install -Dm755 client/build/kcptun-client "$pkgdir"/usr/bin/kcptun-client
-  install -Dm755 server/build/kcptun-server "$pkgdir"/usr/bin/kcptun-server
-
-  install -Dm644 LICENSE.md "$pkgdir"/usr/share/licenses/$pkgname/LICENSE.md
-
-  install -dm755 "$pkgdir"/etc/kcptun
-  install -Dm644 "$srcdir/kcptun@.service" 
"$pkgdir"/usr/lib/systemd/system/kcptun@.service
-  install -Dm644 "$srcdir/kcptun-server@.service" 
"$pkgdir"/usr/lib/systemd/system/kcptun-server@.service
-}

Copied: kcptun/repos/community-x86_64/PKGBUILD (from rev 308783, 
kcptun/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-03-16 07:41:37 UTC (rev 308784)
@@ -0,0 +1,51 @@
+# $Id$
+# Maintainer: Felix Yan <felixonm...@archlinux.org>
+# Contributor: Kasei Wang 
+
+pkgname=kcptun
+pkgver=20180316
+pkgrel=1
+pkgdesc="A Secure Tunnel Based On KCP with N:M Multiplexing"
+arch=('x86_64')
+url="https://github.com/xtaci/kcptun;
+license=('MIT')
+depends=('glibc')
+makedepends=('go-pie' 'git')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/xtaci/kcptun/archive/v$pkgver.tar.gz;
+'kcptun@.service' 'kcptun-server@.service')
+sha512sums=('f1ee007855190768bc03bd275852c5e76501375fb804a0c3238966b44d7da50a635885e32a72dd450acdb79affdc21276f08455de04606dea8316049a7c17172'
+
'6fbe0bd687ec9927fe46484f97a0e1a7605c74af673d2a2257a41819bcbf8b704c1ab8b063993251fc3803fa3caf38b7bfc3cededbd7fe1b57c5e2d234c2e6f6'
+
'5526608f2f5056462813812436605d537a5da950d7d2b5b93dab1da443b25ebf15f69609d18ba1c318b0cc75fcc2a8e14f0d33ff7765035063dd89c041b1bd11')
+
+prepare() {
+  cd kcptun-$pkgver
+
+  mkdir build
+  mkdir -p .gopath/src/github.com/xtaci
+  ln -sf "$PWD" .gopath/src/github.com/xtaci/kcptun
+  export GOPATH="$PWD/.gopath"
+
+  go get golang.org/x/crypto/pbkdf2 github.com/xtaci/smux 
github.com/xtaci/kcp-go \
+ github.com/urfave/cli github.com/pkg/errors github.com/golang/snappy
+}
+
+build() {
+  cd "$srcdir"/kcptun-$pkgver/client
+  go build -o build/kcptun-client -ldflags "-X main.VERSION=$pkgv

[arch-commits] Commit in deepin-desktop-schemas/repos/community-any (2 files)

2018-03-16 Thread Felix Yan via arch-commits
Date: Friday, March 16, 2018 @ 07:40:33
  Author: felixonmars
Revision: 308782

archrelease: copy trunk to community-any

Added:
  deepin-desktop-schemas/repos/community-any/PKGBUILD
(from rev 308781, deepin-desktop-schemas/trunk/PKGBUILD)
Deleted:
  deepin-desktop-schemas/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-03-16 07:40:16 UTC (rev 308781)
+++ PKGBUILD2018-03-16 07:40:33 UTC (rev 308782)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Josip Ponjavic 
-# Contributor: Xu Fasheng 
-
-pkgname=deepin-desktop-schemas
-pkgver=3.2.7
-pkgrel=1
-pkgdesc='GSettings deepin desktop-wide schemas'
-arch=('any')
-url="https://github.com/linuxdeepin/deepin-desktop-schemas;
-license=('GPL3')
-depends=('dconf' 'deepin-gtk-theme' 'deepin-icon-theme' 'deepin-sound-theme')
-makedepends=('python')
-conflicts=('deepin-artwork-themes')
-replaces=('deepin-artwork-themes')
-groups=('deepin')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/deepin-desktop-schemas/archive/$pkgver.tar.gz;)
-sha512sums=('b3aa0feede22fa445cbc40300735d3e5f690dfd12dbf07dde700a75ae85932c7203bf864a8ea2e5ca45debf1a05653a46f5a4e695ffbdf49e517df2e165c3f7a')
-
-prepare() {
-  cd deepin-desktop-schemas-$pkgver
-  # fix default background url
-  sed -i 
"s#^picture-uri.*#picture-uri='file:///usr/share/backgrounds/deepin/desktop.jpg'#"
 overrides/common/com.deepin.wrap.gnome.desktop.override
-}
-
-build() {
-  cd deepin-desktop-schemas-$pkgver
-  make ARCH=x86
-}
-
-check() {
-  cd deepin-desktop-schemas-$pkgver
-  make test
-}
-
-package() {
-  cd deepin-desktop-schemas-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: deepin-desktop-schemas/repos/community-any/PKGBUILD (from rev 308781, 
deepin-desktop-schemas/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-03-16 07:40:33 UTC (rev 308782)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Josip Ponjavic 
+# Contributor: Xu Fasheng 
+
+pkgname=deepin-desktop-schemas
+pkgver=3.2.8
+pkgrel=1
+pkgdesc='GSettings deepin desktop-wide schemas'
+arch=('any')
+url="https://github.com/linuxdeepin/deepin-desktop-schemas;
+license=('GPL3')
+depends=('dconf' 'deepin-gtk-theme' 'deepin-icon-theme' 'deepin-sound-theme')
+makedepends=('python')
+conflicts=('deepin-artwork-themes')
+replaces=('deepin-artwork-themes')
+groups=('deepin')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/deepin-desktop-schemas/archive/$pkgver.tar.gz;)
+sha512sums=('73c762147c5d4a12b3e4cf5474252065af453578f7666e25c27345e81ee39d5c8712bb4e7a242020f1f1fd47fac5c1a64973d339c8a39b874fa1e4177e302e1c')
+
+prepare() {
+  cd deepin-desktop-schemas-$pkgver
+  # fix default background url
+  sed -i 
"s#^picture-uri.*#picture-uri='file:///usr/share/backgrounds/deepin/desktop.jpg'#"
 overrides/common/com.deepin.wrap.gnome.desktop.override
+}
+
+build() {
+  cd deepin-desktop-schemas-$pkgver
+  make ARCH=x86
+}
+
+check() {
+  cd deepin-desktop-schemas-$pkgver
+  make test
+}
+
+package() {
+  cd deepin-desktop-schemas-$pkgver
+  make DESTDIR="$pkgdir" install
+}


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

2018-03-16 Thread Felix Yan via arch-commits
Date: Friday, March 16, 2018 @ 07:41:17
  Author: felixonmars
Revision: 308783

upgpkg: kcptun 20180316-1

Modified:
  kcptun/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-03-16 07:40:33 UTC (rev 308782)
+++ PKGBUILD2018-03-16 07:41:17 UTC (rev 308783)
@@ -3,7 +3,7 @@
 # Contributor: Kasei Wang 
 
 pkgname=kcptun
-pkgver=20180305
+pkgver=20180316
 pkgrel=1
 pkgdesc="A Secure Tunnel Based On KCP with N:M Multiplexing"
 arch=('x86_64')
@@ -13,7 +13,7 @@
 makedepends=('go-pie' 'git')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/xtaci/kcptun/archive/v$pkgver.tar.gz;
 'kcptun@.service' 'kcptun-server@.service')
-sha512sums=('3c7955aa29b298c3e837c5c51a4454ae88a6f5bc3efa47e1ddc6f575310970a04388ef692b0a398e2e40be6dbcac635e4eb84413e64e6c1a39a10b697bf4d95a'
+sha512sums=('f1ee007855190768bc03bd275852c5e76501375fb804a0c3238966b44d7da50a635885e32a72dd450acdb79affdc21276f08455de04606dea8316049a7c17172'
 
'6fbe0bd687ec9927fe46484f97a0e1a7605c74af673d2a2257a41819bcbf8b704c1ab8b063993251fc3803fa3caf38b7bfc3cededbd7fe1b57c5e2d234c2e6f6'
 
'5526608f2f5056462813812436605d537a5da950d7d2b5b93dab1da443b25ebf15f69609d18ba1c318b0cc75fcc2a8e14f0d33ff7765035063dd89c041b1bd11')
 


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

2018-03-16 Thread Felix Yan via arch-commits
Date: Friday, March 16, 2018 @ 07:40:16
  Author: felixonmars
Revision: 308781

upgpkg: deepin-desktop-schemas 3.2.8-1

Modified:
  deepin-desktop-schemas/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-03-16 07:33:09 UTC (rev 308780)
+++ PKGBUILD2018-03-16 07:40:16 UTC (rev 308781)
@@ -4,7 +4,7 @@
 # Contributor: Xu Fasheng 
 
 pkgname=deepin-desktop-schemas
-pkgver=3.2.7
+pkgver=3.2.8
 pkgrel=1
 pkgdesc='GSettings deepin desktop-wide schemas'
 arch=('any')
@@ -16,7 +16,7 @@
 replaces=('deepin-artwork-themes')
 groups=('deepin')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/deepin-desktop-schemas/archive/$pkgver.tar.gz;)
-sha512sums=('b3aa0feede22fa445cbc40300735d3e5f690dfd12dbf07dde700a75ae85932c7203bf864a8ea2e5ca45debf1a05653a46f5a4e695ffbdf49e517df2e165c3f7a')
+sha512sums=('73c762147c5d4a12b3e4cf5474252065af453578f7666e25c27345e81ee39d5c8712bb4e7a242020f1f1fd47fac5c1a64973d339c8a39b874fa1e4177e302e1c')
 
 prepare() {
   cd deepin-desktop-schemas-$pkgver


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

2018-03-16 Thread Andreas Radke via arch-commits
Date: Friday, March 16, 2018 @ 07:33:58
  Author: andyrtr
Revision: 319382

archrelease: copy trunk to testing-x86_64

Added:
  hplip/repos/testing-x86_64/
  
hplip/repos/testing-x86_64/0022-Add-include-cups-ppd.h-in-various-places-as-CUPS-2.2.patch
(from rev 319381, 
hplip/trunk/0022-Add-include-cups-ppd.h-in-various-places-as-CUPS-2.2.patch)
  hplip/repos/testing-x86_64/PKGBUILD
(from rev 319381, hplip/trunk/PKGBUILD)
  hplip/repos/testing-x86_64/disable_upgrade.patch
(from rev 319381, hplip/trunk/disable_upgrade.patch)

-+
 0022-Add-include-cups-ppd.h-in-various-places-as-CUPS-2.2.patch |   50 ++
 PKGBUILD|   75 
++
 disable_upgrade.patch   |   14 +
 3 files changed, 139 insertions(+)

Copied: 
hplip/repos/testing-x86_64/0022-Add-include-cups-ppd.h-in-various-places-as-CUPS-2.2.patch
 (from rev 319381, 
hplip/trunk/0022-Add-include-cups-ppd.h-in-various-places-as-CUPS-2.2.patch)
===
--- 
testing-x86_64/0022-Add-include-cups-ppd.h-in-various-places-as-CUPS-2.2.patch  
(rev 0)
+++ 
testing-x86_64/0022-Add-include-cups-ppd.h-in-various-places-as-CUPS-2.2.patch  
2018-03-16 07:33:58 UTC (rev 319382)
@@ -0,0 +1,50 @@
+From b3a7fa4d4a573cfe0073ae50197f679af7e3a0ac Mon Sep 17 00:00:00 2001
+From: Till Kamppeter 
+Date: Sat, 24 Sep 2016 10:37:20 +0200
+Subject: Add 'include ' in various places as CUPS 2.2 moved some
+ definitions to ppd.h
+
+---
+ configure.in   | 2 +-
+ prnt/hpcups/HPCupsFilter.h | 2 ++
+ prnt/hpijs/hpcupsfax.cpp   | 1 +
+ 3 files changed, 4 insertions(+), 1 deletion(-)
+
+diff --git a/configure.in b/configure.in
+index d3a1ddb..eabe14a 100755
+--- a/configure.in
 b/configure.in
+@@ -554,7 +554,7 @@ fi
+ 
+ if test "$hpijs_only_build" = "no" && test "$hpcups_only_build" = "no"; then
+AC_CHECK_LIB([cups], [cupsDoFileRequest], [LIBS="$LIBS"], 
[AC_MSG_ERROR([cannot find libcups support], 9)])
+-   AC_CHECK_HEADERS(cups/cups.h, ,[AC_MSG_ERROR([cannot find cups-devel 
support], 3)])
++   AC_CHECK_HEADERS(cups/cups.h cups/ppd.h, ,[AC_MSG_ERROR([cannot find 
cups-devel support], 3)])
+if test "$libusb01_build" = "yes"; then
+   AC_CHECK_LIB([usb], [usb_init], [LIBS="$LIBS"], [AC_MSG_ERROR([cannot 
find libusb support], 2)])
+   AC_CHECK_HEADERS(usb.h, ,[AC_MSG_ERROR([cannot find libusb-devel 
support], 11)])
+diff --git a/prnt/hpcups/HPCupsFilter.h b/prnt/hpcups/HPCupsFilter.h
+index ff5548e..c517989 100644
+--- a/prnt/hpcups/HPCupsFilter.h
 b/prnt/hpcups/HPCupsFilter.h
+@@ -38,6 +38,8 @@
+ 
+ #include "dbuscomm.h"
+ 
++#include 
++
+ #define   DBITMAPFILEHEADER   14
+ #define   DBITMAPINFOHEADER   40
+ 
+diff --git a/prnt/hpijs/hpcupsfax.cpp b/prnt/hpijs/hpcupsfax.cpp
+index 8514775..994e50f 100644
+--- a/prnt/hpijs/hpcupsfax.cpp
 b/prnt/hpijs/hpcupsfax.cpp
+@@ -43,6 +43,7 @@
+ #include 
+ #include 
+ #include 
++#include 
+ #include 
+ #include 
+ #ifdef FALSE

Copied: hplip/repos/testing-x86_64/PKGBUILD (from rev 319381, 
hplip/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2018-03-16 07:33:58 UTC (rev 319382)
@@ -0,0 +1,75 @@
+# $Id$
+# Maintainer: Andreas Radke 
+# Maintainer: Tom Gundersen 
+# Contributor : Rémy Oudompheng 
+# Contributor: Morgan LEFIEUX 
+
+pkgname=hplip
+pkgver=3.18.3
+pkgrel=1
+pkgdesc="Drivers for HP DeskJet, OfficeJet, Photosmart, Business Inkjet and 
some LaserJet"
+arch=('x86_64')
+url="http://hplipopensource.com;
+license=('GPL')
+depends=('python-dbus' 'ghostscript' 'net-snmp' 'foomatic-db-engine')
+makedepends=('python-pyqt5' 'python-gobject' 'sane' 'rpcbind' 'cups' 'libusb')
+optdepends=('cups: for printing support'
+'sane: for scanner support'
+'xsane: sane scanner frontend'
+'python-pillow: for commandline scanning support'
+'python-reportlab: for pdf output in hp-scan'
+'rpcbind: for network support'
+'python-pyqt5: for running GUI and hp-toolbox'
+'python-gobject: for running hp-toolbox'
+'libusb: for advanced usb support'
+'wget: for network support')
+# 'hplip-plugin: binary blobs for specific devices (AUR) or run hp-setup to 
download the plugin'
+backup=('etc/hp/hplip.conf' 'etc/sane.d/dll.d/hpaio')
+source=(https://downloads.sourceforge.net/${pkgname}/$pkgname-$pkgver.tar.gz{,.asc}
+disable_upgrade.patch
+0022-Add-include-cups-ppd.h-in-various-places-as-CUPS-2.2.patch)
+sha1sums=('97a065a1eaf930ffce612e26d4ea925d94313e14'
+

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

2018-03-16 Thread Andreas Radke via arch-commits
Date: Friday, March 16, 2018 @ 07:33:46
  Author: andyrtr
Revision: 319381

upgpkg: hplip 3.18.3-1

upstream update 3.18.3

Modified:
  hplip/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-03-16 06:16:44 UTC (rev 319380)
+++ PKGBUILD2018-03-16 07:33:46 UTC (rev 319381)
@@ -5,7 +5,7 @@
 # Contributor: Morgan LEFIEUX 
 
 pkgname=hplip
-pkgver=3.17.11
+pkgver=3.18.3
 pkgrel=1
 pkgdesc="Drivers for HP DeskJet, OfficeJet, Photosmart, Business Inkjet and 
some LaserJet"
 arch=('x86_64')
@@ -28,7 +28,7 @@
 
source=(https://downloads.sourceforge.net/${pkgname}/$pkgname-$pkgver.tar.gz{,.asc}
 disable_upgrade.patch
 0022-Add-include-cups-ppd.h-in-various-places-as-CUPS-2.2.patch)
-sha1sums=('72705f45157227907a79e326da6524317c1aaff6'
+sha1sums=('97a065a1eaf930ffce612e26d4ea925d94313e14'
   'SKIP'
   '2348bcbca0c52dc09cceb47ed13281a4ccb9d83e'
   '2ef86972ab51c0fdcb8bfc653b9f6f69459449a5')


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

2018-03-16 Thread Felix Yan via arch-commits
Date: Friday, March 16, 2018 @ 07:33:09
  Author: felixonmars
Revision: 308780

archrelease: copy trunk to community-x86_64

Added:
  deepin-mutter/repos/community-x86_64/PKGBUILD
(from rev 308779, deepin-mutter/trunk/PKGBUILD)
Deleted:
  deepin-mutter/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-03-16 07:32:52 UTC (rev 308779)
+++ PKGBUILD2018-03-16 07:33:09 UTC (rev 308780)
@@ -1,40 +0,0 @@
-# $Id: PKGBUILD 145358 2015-10-31 12:11:57Z fyan $
-# Maintainer: Felix Yan 
-# Contributor: Josip Ponjavic 
-# Contributor: Xu Fasheng 
-
-pkgname=deepin-mutter
-pkgver=3.20.27
-pkgrel=1
-pkgdesc="Base window manager for deepin, fork of gnome mutter"
-arch=('x86_64')
-url="https://github.com/linuxdeepin/deepin-mutter;
-license=('GPL3')
-depends=('deepin-clutter' 'dconf' 'gobject-introspection-runtime' 
'deepin-desktop-schemas'
- 'libcanberra' 'startup-notification' 'zenity' 'libsm' 'gnome-desktop' 
'upower'
- 'libxkbcommon-x11' 'libgudev' 'deepin-cogl')
-makedepends=('gnome-common' 'gnome-doc-utils' 'gobject-introspection' 
'gtk-doc' 'intltool')
-options=('!emptydirs')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/deepin-mutter/archive/$pkgver.tar.gz;)
-sha512sums=('e6db990a4a968d0bdfac4c37d4a58fd2e8c7f09a2d151ed104e2295a72c2c54aa8e2411766587dcb55d503109292147f877163914908199e9eae5ed07f16cdb4')
-
-build() {
-  cd deepin-mutter-$pkgver
-  ./autogen.sh \
---prefix=/usr \
---sysconfdir=/etc \
---libexecdir=/usr/lib/deepin-mutter \
---localstatedir=/var \
---enable-gtk-doc \
---enable-wayland \
---enable-native-backend \
---disable-static \
---disable-schemas-compile \
---enable-compile-warnings=minimum
-  make
-}
-
-package() {
-  cd deepin-mutter-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: deepin-mutter/repos/community-x86_64/PKGBUILD (from rev 308779, 
deepin-mutter/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-03-16 07:33:09 UTC (rev 308780)
@@ -0,0 +1,40 @@
+# $Id: PKGBUILD 145358 2015-10-31 12:11:57Z fyan $
+# Maintainer: Felix Yan 
+# Contributor: Josip Ponjavic 
+# Contributor: Xu Fasheng 
+
+pkgname=deepin-mutter
+pkgver=3.20.28
+pkgrel=1
+pkgdesc="Base window manager for deepin, fork of gnome mutter"
+arch=('x86_64')
+url="https://github.com/linuxdeepin/deepin-mutter;
+license=('GPL3')
+depends=('deepin-clutter' 'dconf' 'gobject-introspection-runtime' 
'deepin-desktop-schemas'
+ 'libcanberra' 'startup-notification' 'zenity' 'libsm' 'gnome-desktop' 
'upower'
+ 'libxkbcommon-x11' 'libgudev' 'deepin-cogl')
+makedepends=('gnome-common' 'gnome-doc-utils' 'gobject-introspection' 
'gtk-doc' 'intltool')
+options=('!emptydirs')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/deepin-mutter/archive/$pkgver.tar.gz;)
+sha512sums=('0ee493d67a03e829ceae0dfe38527dc8c915aa2091316ca78bee3cefed1425830f0ef451392882b672ee0b020b5bb862a1ea31b78b152a14ce9c5de6595d3161')
+
+build() {
+  cd deepin-mutter-$pkgver
+  ./autogen.sh \
+--prefix=/usr \
+--sysconfdir=/etc \
+--libexecdir=/usr/lib/deepin-mutter \
+--localstatedir=/var \
+--enable-gtk-doc \
+--enable-wayland \
+--enable-native-backend \
+--disable-static \
+--disable-schemas-compile \
+--enable-compile-warnings=minimum
+  make
+}
+
+package() {
+  cd deepin-mutter-$pkgver
+  make DESTDIR="$pkgdir" install
+}


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

2018-03-16 Thread Felix Yan via arch-commits
Date: Friday, March 16, 2018 @ 07:32:52
  Author: felixonmars
Revision: 308779

upgpkg: deepin-mutter 3.20.28-1

Modified:
  deepin-mutter/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-03-16 07:03:01 UTC (rev 308778)
+++ PKGBUILD2018-03-16 07:32:52 UTC (rev 308779)
@@ -4,8 +4,8 @@
 # Contributor: Xu Fasheng 
 
 pkgname=deepin-mutter
-pkgver=3.20.27
-pkgrel=2
+pkgver=3.20.28
+pkgrel=1
 pkgdesc="Base window manager for deepin, fork of gnome mutter"
 arch=('x86_64')
 url="https://github.com/linuxdeepin/deepin-mutter;
@@ -16,7 +16,7 @@
 makedepends=('gnome-common' 'gnome-doc-utils' 'gobject-introspection' 
'gtk-doc' 'intltool')
 options=('!emptydirs')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/deepin-mutter/archive/$pkgver.tar.gz;)
-sha512sums=('e6db990a4a968d0bdfac4c37d4a58fd2e8c7f09a2d151ed104e2295a72c2c54aa8e2411766587dcb55d503109292147f877163914908199e9eae5ed07f16cdb4')
+sha512sums=('0ee493d67a03e829ceae0dfe38527dc8c915aa2091316ca78bee3cefed1425830f0ef451392882b672ee0b020b5bb862a1ea31b78b152a14ce9c5de6595d3161')
 
 build() {
   cd deepin-mutter-$pkgver


[arch-commits] Commit in ogre/repos/community-x86_64 (4 files)

2018-03-16 Thread Sven-Hendrik Haase via arch-commits
Date: Friday, March 16, 2018 @ 07:03:01
  Author: svenstaro
Revision: 308778

archrelease: copy trunk to community-x86_64

Added:
  ogre/repos/community-x86_64/PKGBUILD
(from rev 308777, ogre/trunk/PKGBUILD)
  ogre/repos/community-x86_64/ogre.install
(from rev 308777, ogre/trunk/ogre.install)
Deleted:
  ogre/repos/community-x86_64/PKGBUILD
  ogre/repos/community-x86_64/ogre.install

--+
 PKGBUILD |  150 +
 ogre.install |6 +-
 2 files changed, 81 insertions(+), 75 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-03-16 07:02:55 UTC (rev 308777)
+++ PKGBUILD2018-03-16 07:03:01 UTC (rev 308778)
@@ -1,72 +0,0 @@
-# $Id$
-# Maintainer: Sven-Hendrik Haase 
-pkgbase=ogre
-pkgname=('ogre' 'ogre-docs')
-pkgver=1.10.11
-pkgrel=3
-pkgdesc='Scene-oriented, flexible 3D engine written in C++'
-arch=('x86_64')
-url='http://www.ogre3d.org'
-license=('custom:MIT')
-depends=('boost-libs' 'freeimage' 'freetype2' 'libxaw' 'libxrandr'
- 'nvidia-cg-toolkit' 'zziplib' 'sdl2' 'glu' 'tinyxml')
-makedepends=('boost' 'cmake' 'doxygen' 'graphviz' 'ttf-dejavu' 'mesa' 
'mercurial' 'python' 'swig' 'systemd')
-install=ogre.install
-source=("https://github.com/OGRECave/ogre/archive/v${pkgver}.tar.gz;)
-sha512sums=('2dfedd6f0a0de1a8c687c001439138b233200ca11e5c9940debf43d8a0380ca6472e0b5f4d599f0e22ca2049d0a5d34066ef41b6bc4912130694fa5d851fc900')
-
-build() {
-  cd ogre-${pkgver}
-
-  [[ -d build ]] && rm -rf build
-  mkdir build && cd build
-
-  cmake .. \
--DCMAKE_INSTALL_PREFIX=/usr \
--DOGRE_INSTALL_SAMPLES=TRUE \
--DOGRE_INSTALL_DOCS=TRUE \
--DOGRE_INSTALL_SAMPLES_SOURCE=TRUE \
--DOGRE_BUILD_DEPENDENCIES=FALSE \
--DOGRE_BUILD_COMPONENT_PYTHON=TRUE \
--DCMAKE_BUILD_TYPE=Release
-
-  make
-  make OgreDoc
-}
-
-package_ogre() {
-  optdepends=('cppunit: unit testing'
-  'intel-tbb: better threading support'
-  'poco: portability'
-  'python: python bindings'
-  'boost: for developing using ogre'
-  'ogre-docs: documentation')
-
-  cd ogre-${pkgver}/build
-
-  make DESTDIR=${pkgdir} install
-
-  mv ${pkgdir}/usr/bin/SampleBrowser ${pkgdir}/usr/bin/OgreSampleBrowser
-  install -Dm644 ../LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-
-  # move docs out of this package
-  mv ${pkgdir}/usr/share/OGRE/docs ${srcdir}/docs
-}
-
-package_ogre-docs() {
-  pkgdesc="Documentation for ogre"
-  depends=()
-
-  cd ogre-${pkgver}/build
-
-  # move docs into this package
-  install -dm755 ${pkgdir}/usr/share/doc
-  mv ${srcdir}/docs ${pkgdir}/usr/share/doc/OGRE/
-
-  # symlink for docs
-  install -dm755 ${pkgdir}/usr/share/OGRE/
-  cd ${pkgdir}/usr/share
-  ln -s /usr/share/doc/OGRE/ OGRE/docs
-}
-
-# vim:set ts=2 sw=2 et:

Copied: ogre/repos/community-x86_64/PKGBUILD (from rev 308777, 
ogre/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-03-16 07:03:01 UTC (rev 308778)
@@ -0,0 +1,78 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase 
+pkgbase=ogre
+pkgname=('ogre' 'ogre-docs')
+pkgver=1.10.11
+pkgrel=4
+pkgdesc='Scene-oriented, flexible 3D engine written in C++'
+arch=('x86_64')
+url='http://www.ogre3d.org'
+license=('custom:MIT')
+depends=('boost-libs' 'freeimage' 'freetype2' 'libxaw' 'libxrandr'
+ 'nvidia-cg-toolkit' 'zziplib' 'sdl2' 'glu' 'tinyxml')
+makedepends=('boost' 'cmake' 'doxygen' 'graphviz' 'ttf-dejavu' 'mesa' 
'mercurial' 'python' 'swig' 'systemd')
+install=ogre.install
+source=("https://github.com/OGRECave/ogre/archive/v${pkgver}.tar.gz;)
+sha512sums=('2dfedd6f0a0de1a8c687c001439138b233200ca11e5c9940debf43d8a0380ca6472e0b5f4d599f0e22ca2049d0a5d34066ef41b6bc4912130694fa5d851fc900')
+
+prepare() {
+  cd ogre-${pkgver}
+
+  sed -i "s/dist-packages/site-packages/" Components/Python/CMakeLists.txt
+}
+
+build() {
+  cd ogre-${pkgver}
+
+  [[ -d build ]] && rm -rf build
+  mkdir build && cd build
+
+  cmake .. \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DOGRE_INSTALL_SAMPLES=TRUE \
+-DOGRE_INSTALL_DOCS=TRUE \
+-DOGRE_INSTALL_SAMPLES_SOURCE=TRUE \
+-DOGRE_BUILD_DEPENDENCIES=FALSE \
+-DOGRE_BUILD_COMPONENT_PYTHON=TRUE \
+-DCMAKE_BUILD_TYPE=Release
+
+  make
+  make OgreDoc
+}
+
+package_ogre() {
+  optdepends=('cppunit: unit testing'
+  'intel-tbb: better threading support'
+  'poco: portability'
+  'python: python bindings'
+  'boost: for developing using ogre'
+  'ogre-docs: documentation')
+
+  cd ogre-${pkgver}/build
+
+  make DESTDIR=${pkgdir} install
+
+  mv ${pkgdir}/usr/bin/SampleBrowser ${pkgdir}/usr/bin/OgreSampleBrowser
+  install -Dm644 ../LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+
+  # move docs out of this package
+  mv 

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

2018-03-16 Thread Sven-Hendrik Haase via arch-commits
Date: Friday, March 16, 2018 @ 07:02:55
  Author: svenstaro
Revision: 308777

upgpkg: ogre 1.10.11-4

Fix site-packages path

Modified:
  ogre/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-03-16 07:00:24 UTC (rev 308776)
+++ PKGBUILD2018-03-16 07:02:55 UTC (rev 308777)
@@ -3,7 +3,7 @@
 pkgbase=ogre
 pkgname=('ogre' 'ogre-docs')
 pkgver=1.10.11
-pkgrel=3
+pkgrel=4
 pkgdesc='Scene-oriented, flexible 3D engine written in C++'
 arch=('x86_64')
 url='http://www.ogre3d.org'
@@ -15,6 +15,12 @@
 source=("https://github.com/OGRECave/ogre/archive/v${pkgver}.tar.gz;)
 
sha512sums=('2dfedd6f0a0de1a8c687c001439138b233200ca11e5c9940debf43d8a0380ca6472e0b5f4d599f0e22ca2049d0a5d34066ef41b6bc4912130694fa5d851fc900')
 
+prepare() {
+  cd ogre-${pkgver}
+
+  sed -i "s/dist-packages/site-packages/" Components/Python/CMakeLists.txt
+}
+
 build() {
   cd ogre-${pkgver}
 


[arch-commits] Commit in telegram-desktop/repos/community-x86_64 (12 files)

2018-03-16 Thread Sven-Hendrik Haase via arch-commits
Date: Friday, March 16, 2018 @ 07:00:24
  Author: svenstaro
Revision: 308776

archrelease: copy trunk to community-x86_64

Added:
  telegram-desktop/repos/community-x86_64/CMakeLists.inj
(from rev 308775, telegram-desktop/trunk/CMakeLists.inj)
  telegram-desktop/repos/community-x86_64/PKGBUILD
(from rev 308775, telegram-desktop/trunk/PKGBUILD)
  telegram-desktop/repos/community-x86_64/libtgvoip.patch
(from rev 308775, telegram-desktop/trunk/libtgvoip.patch)
  telegram-desktop/repos/community-x86_64/no-gtk2.patch
(from rev 308775, telegram-desktop/trunk/no-gtk2.patch)
  telegram-desktop/repos/community-x86_64/tdesktop.patch
(from rev 308775, telegram-desktop/trunk/tdesktop.patch)
  telegram-desktop/repos/community-x86_64/tg.protocol
(from rev 308775, telegram-desktop/trunk/tg.protocol)
Deleted:
  telegram-desktop/repos/community-x86_64/CMakeLists.inj
  telegram-desktop/repos/community-x86_64/PKGBUILD
  telegram-desktop/repos/community-x86_64/libtgvoip.patch
  telegram-desktop/repos/community-x86_64/no-gtk2.patch
  telegram-desktop/repos/community-x86_64/tdesktop.patch
  telegram-desktop/repos/community-x86_64/tg.protocol

-+
 CMakeLists.inj  |   28 -
 PKGBUILD|  180 
 libtgvoip.patch |   36 -
 no-gtk2.patch   |   56 +-
 tdesktop.patch  | 1156 +++---
 tg.protocol |   22 -
 6 files changed, 739 insertions(+), 739 deletions(-)

Deleted: CMakeLists.inj
===
--- CMakeLists.inj  2018-03-16 07:00:18 UTC (rev 308775)
+++ CMakeLists.inj  2018-03-16 07:00:24 UTC (rev 308776)
@@ -1,14 +0,0 @@
-# - debian/CMakeLists.inj begin -
-# The text will be putted into the appropriate CMakeLists by debian/rules 
script
-
-# Avoid rpath compiler parameter
-set_target_properties(Telegram PROPERTIES SKIP_BUILD_RPATH TRUE)
-
-# This makes up for patch of gyp utility, supporting precompiled headers. If
-# Telegram/Patches/gyp.diff file will be changed in future, please check these
-# lines.
-include(../../Telegram/gyp/PrecompiledHeader.cmake)
-add_precompiled_header(Telegram ../../Telegram/SourceFiles/stdafx.h)
-
-# vim: ft=cmake
-# -- debian/CMakeLists.inj end --

Copied: telegram-desktop/repos/community-x86_64/CMakeLists.inj (from rev 
308775, telegram-desktop/trunk/CMakeLists.inj)
===
--- CMakeLists.inj  (rev 0)
+++ CMakeLists.inj  2018-03-16 07:00:24 UTC (rev 308776)
@@ -0,0 +1,14 @@
+# - debian/CMakeLists.inj begin -
+# The text will be putted into the appropriate CMakeLists by debian/rules 
script
+
+# Avoid rpath compiler parameter
+set_target_properties(Telegram PROPERTIES SKIP_BUILD_RPATH TRUE)
+
+# This makes up for patch of gyp utility, supporting precompiled headers. If
+# Telegram/Patches/gyp.diff file will be changed in future, please check these
+# lines.
+include(../../Telegram/gyp/PrecompiledHeader.cmake)
+add_precompiled_header(Telegram ../../Telegram/SourceFiles/stdafx.h)
+
+# vim: ft=cmake
+# -- debian/CMakeLists.inj end --

Deleted: PKGBUILD
===
--- PKGBUILD2018-03-16 07:00:18 UTC (rev 308775)
+++ PKGBUILD2018-03-16 07:00:24 UTC (rev 308776)
@@ -1,90 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: hexchain 
-
-# Thanks Nicholas Guriev  for the patches!
-# https://github.com/mymedia2/tdesktop
-
-pkgname=telegram-desktop
-pkgver=1.2.12
-pkgrel=1
-pkgdesc='Official Telegram Desktop client'
-arch=('x86_64')
-url="https://desktop.telegram.org/;
-license=('GPL3')
-depends=('ffmpeg' 'hicolor-icon-theme' 'minizip' 'openal' 'qt5-base' 
'qt5-imageformats' 'openssl-1.0')
-makedepends=('cmake' 'git' 'gyp' 'range-v3' 'python' 'libappindicator-gtk3')
-optdepends=('libnotify: desktop notifications')
-source=(
-
"tdesktop::git+https://github.com/telegramdesktop/tdesktop.git#tag=v$pkgver;
-"GSL::git+https://github.com/Microsoft/GSL.git;
-"libtgvoip::git+https://github.com/telegramdesktop/libtgvoip.git;
-"variant::git+https://github.com/mapbox/variant.git;
-"Catch::git+https://github.com/philsquared/Catch;
-"tg.protocol"
-"CMakeLists.inj"
-"tdesktop.patch"
-"no-gtk2.patch"
-"libtgvoip.patch"
-)
-sha256sums=('SKIP'
-'SKIP'
-'SKIP'
-'SKIP'
-'SKIP'
-'d4cdad0d091c7e47811d8a26d55bbee492e7845e968c522e86f120815477e9eb'
-'7a06af83609168a8eaec59a65252caa41dcd0ecc805225886435eb65073e9c82'
-'36b817ec9843b261af7a246f9ec51feb828203bd90e76aef7383457f23a0d4cb'
-'8d707debe027c7cb658825501dc30fb3beb57ab21b1b6df2f01c5f76ca39a0e6'
-'0e55b150b91aeeddcb813fb242a62fe4d1977bcac457eb9d65997faef643f075')

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

2018-03-16 Thread Sven-Hendrik Haase via arch-commits
Date: Friday, March 16, 2018 @ 07:00:18
  Author: svenstaro
Revision: 308775

upgpkg: telegram-desktop 1.2.12-2

Fix icon path

Modified:
  telegram-desktop/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-03-16 06:58:28 UTC (rev 308774)
+++ PKGBUILD2018-03-16 07:00:18 UTC (rev 308775)
@@ -6,7 +6,7 @@
 
 pkgname=telegram-desktop
 pkgver=1.2.12
-pkgrel=1
+pkgrel=2
 pkgdesc='Official Telegram Desktop client'
 arch=('x86_64')
 url="https://desktop.telegram.org/;
@@ -85,6 +85,6 @@
 
icon_dir="$pkgdir/usr/share/icons/hicolor/${icon_size}x${icon_size}/apps"
 
 install -d "$icon_dir"
-install -m644 
"$srcdir/tdesktop/Telegram/Resources/art/icon${icon_size}.png" 
"$icon_dir/telegram-desktop.png"
+install -m644 
"$srcdir/tdesktop/Telegram/Resources/art/icon${icon_size}.png" 
"$icon_dir/telegram.png"
 done
 }


[arch-commits] Commit in (paintown)

2018-03-16 Thread Sven-Hendrik Haase via arch-commits
Date: Friday, March 16, 2018 @ 06:58:28
  Author: svenstaro
Revision: 308774

Drop paintown because it's unmaintained

Deleted:
  paintown/


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

2018-03-16 Thread Felix Yan via arch-commits
Date: Friday, March 16, 2018 @ 06:50:10
  Author: felixonmars
Revision: 308773

archrelease: copy trunk to community-any

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

--+
 PKGBUILD |  146 +++--
 1 file changed, 75 insertions(+), 71 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-03-16 06:49:46 UTC (rev 308772)
+++ PKGBUILD2018-03-16 06:50:10 UTC (rev 308773)
@@ -1,71 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Daniel Wallace 
-
-pkgbase=python-openstacksdk
-pkgname=(python-openstacksdk python2-openstacksdk)
-pkgver=0.12.0
-pkgrel=1
-pkgdesc="An SDK for building applications to work with OpenStack"
-arch=('any')
-url="http://developer.openstack.org/sdks/python/openstacksdk;
-license=('Apache')
-makedepends=('python-setuptools' 'python2-setuptools' 'python-pbr' 
'python2-pbr' 'python-jsonpatch'
- 'python2-jsonpatch' 'python-appdirs' 'python2-appdirs' 
'python-keystoneauth1'
- 'python2-keystoneauth1' 'python-os-service-types' 
'python2-os-service-types'
- 'python-deprecation' 'python2-deprecation' 
'python-requestsexceptions'
- 'python2-requestsexceptions' 'python-yaml' 'python2-yaml' 
'python-decorator'
- 'python2-decorator' 'python-jmespath' 'python2-jmespath' 
'python2-ipaddress'
- 'python2-futures' 'python-iso8601' 'python2-iso8601' 
'python-netifaces'
- 'python2-netifaces' 'python-dogpile.cache' 
'python2-dogpile.cache' 'python-munch'
- 'python2-munch')
-checkdepends=('python-stestr' 'python2-stestr' 'python-mock' 'python2-mock' 
'python-requests-mock'
-  'python2-requests-mock' 'python-oslotest' 'python2-oslotest' 
'python-jsonschema'
-  'python2-jsonschema')
-source=("$pkgbase-$pkgver.tar.gz::https://github.com/openstack/python-openstacksdk/archive/$pkgver.tar.gz;)
-sha512sums=('b2a1d18f41fc1f8aba22860626d326050bfe67f617b9bc2dced50a04717f923917fda890def5ca4e3b30c9f0370dd625211daf6f77e78ff882fe6bcf455182ec')
-
-prepare() {
-  cp -a python-openstacksdk-$pkgver{,-py2}
-
-  export PBR_VERSION=$pkgver
-}
-
-build() {
-  cd "$srcdir"/python-openstacksdk-$pkgver
-  python setup.py build
-
-  cd "$srcdir"/python-openstacksdk-$pkgver-py2
-  python2 setup.py build
-}
-
-check() {
-  cd "$srcdir"/python-openstacksdk-$pkgver
-  stestr run || warning "Tests failed"
-
-  cd "$srcdir"/python-openstacksdk-$pkgver-py2
-  stestr2 run || warning "Tests failed"
-}
-
-package_python-openstacksdk() {
-  depends=('python-six' 'python-pbr' 'python-jsonpatch' 'python-appdirs' 
'python-keystoneauth1'
-   'python-os-service-types' 'python-deprecation' 
'python-requestsexceptions'
-   'python-decorator' 'python-jmespath' 'python-iso8601' 
'python-netifaces'
-   'python-dogpile.cache' 'python-munch')
-
-  cd "$srcdir"/python-openstacksdk-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-}
-
-package_python2-openstacksdk() {
-  depends=('python2-six' 'python2-pbr' 'python2-jsonpatch' 'python2-appdirs'
-   'python2-keystoneauth1' 'python2-os-service-types' 
'python2-deprecation'
-   'python2-requestsexceptions' 'python2-decorator' 'python2-jmespath' 
'python2-ipaddress'
-   'python2-futures' 'python2-iso8601' 'python2-netifaces' 
'python2-dogpile.cache'
-   'python2-munch')
-
-  cd "$srcdir"/python-openstacksdk-$pkgver-py2
-  python2 setup.py install --root="$pkgdir" --optimize=1
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-openstacksdk/repos/community-any/PKGBUILD (from rev 308772, 
python-openstacksdk/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-03-16 06:50:10 UTC (rev 308773)
@@ -0,0 +1,75 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Daniel Wallace 
+
+pkgbase=python-openstacksdk
+pkgname=(python-openstacksdk python2-openstacksdk)
+pkgver=0.12.0
+pkgrel=2
+pkgdesc="An SDK for building applications to work with OpenStack"
+arch=('any')
+url="http://developer.openstack.org/sdks/python/openstacksdk;
+license=('Apache')
+makedepends=('python-setuptools' 'python2-setuptools' 'python-pbr' 
'python2-pbr' 'python-jsonpatch'
+ 'python2-jsonpatch' 'python-appdirs' 'python2-appdirs' 
'python-keystoneauth1'
+ 'python2-keystoneauth1' 'python-os-service-types' 
'python2-os-service-types'
+ 'python-deprecation' 'python2-deprecation' 
'python-requestsexceptions'
+ 'python2-requestsexceptions' 'python-yaml' 'python2-yaml' 
'python-decorator'
+ 'python2-decorator' 'python-jmespath' 'python2-jmespath' 
'python2-ipaddress'
+ 

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

2018-03-16 Thread Felix Yan via arch-commits
Date: Friday, March 16, 2018 @ 06:49:46
  Author: felixonmars
Revision: 308772

upgpkg: python-openstacksdk 0.12.0-2

try to address FS#57855

Modified:
  python-openstacksdk/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-03-16 06:45:13 UTC (rev 308771)
+++ PKGBUILD2018-03-16 06:49:46 UTC (rev 308772)
@@ -5,7 +5,7 @@
 pkgbase=python-openstacksdk
 pkgname=(python-openstacksdk python2-openstacksdk)
 pkgver=0.12.0
-pkgrel=1
+pkgrel=2
 pkgdesc="An SDK for building applications to work with OpenStack"
 arch=('any')
 url="http://developer.openstack.org/sdks/python/openstacksdk;
@@ -26,6 +26,8 @@
 
sha512sums=('b2a1d18f41fc1f8aba22860626d326050bfe67f617b9bc2dced50a04717f923917fda890def5ca4e3b30c9f0370dd625211daf6f77e78ff882fe6bcf455182ec')
 
 prepare() {
+  echo -e "\nglobal-include *.json" >> python-openstacksdk-$pkgver/MANIFEST.in
+
   cp -a python-openstacksdk-$pkgver{,-py2}
 
   export PBR_VERSION=$pkgver
@@ -66,6 +68,8 @@
 
   cd "$srcdir"/python-openstacksdk-$pkgver-py2
   python2 setup.py install --root="$pkgdir" --optimize=1
+
+  mv "$pkgdir"/usr/bin/openstack-inventory{,2}
 }
 
 # vim:set ts=2 sw=2 et:


[arch-commits] Commit in python-os-service-types/trunk (PKGBUILD)

2018-03-16 Thread Felix Yan via arch-commits
Date: Friday, March 16, 2018 @ 06:45:13
  Author: felixonmars
Revision: 308771

improve handling of missing json files

Modified:
  python-os-service-types/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-03-16 06:31:54 UTC (rev 308770)
+++ PKGBUILD2018-03-16 06:45:13 UTC (rev 308771)
@@ -17,6 +17,8 @@
 
sha512sums=('f7e0aedfcf18514bb8a112a27363971361dfa4abeb05ec32f206197f07bbc55c119cf6b47058977925e77306658a83aab7619aa3a97f3581976e81ae5abef056')
 
 prepare() {
+  echo "global-include *.json" >> os-service-types-$pkgver/MANIFEST.in
+
   cp -a os-service-types-$pkgver{,-py2}
 
   export PBR_VERSION=$pkgver
@@ -43,7 +45,6 @@
 
   cd "$srcdir"/os-service-types-$pkgver
   python setup.py install --root="$pkgdir" --optimize=1
-  install -Dm644 os_service_types/data/service-types.json 
"$pkgdir"/usr/lib/python3.6/site-packages/os_service_types/data/service-types.json
 }
 
 package_python2-os-service-types() {
@@ -51,7 +52,6 @@
 
   cd "$srcdir"/os-service-types-$pkgver-py2
   python2 setup.py install --root="$pkgdir" --optimize=1
-  install -Dm644 os_service_types/data/service-types.json 
"$pkgdir"/usr/lib/python2.7/site-packages/os_service_types/data/service-types.json
 }
 
 # vim:set ts=2 sw=2 et:


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

2018-03-16 Thread Sven-Hendrik Haase via arch-commits
Date: Friday, March 16, 2018 @ 06:31:50
  Author: svenstaro
Revision: 308769

Depend on python2-boto3

Modified:
  ansible/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-03-16 06:29:12 UTC (rev 308768)
+++ PKGBUILD2018-03-16 06:31:50 UTC (rev 308769)
@@ -8,7 +8,7 @@
 
 pkgname=(ansible python-ansible)
 pkgver=2.4.3.0
-pkgrel=2
+pkgrel=3
 pkgdesc='Radically simple IT automation platform'
 arch=('any')
 url='https://www.ansible.com'
@@ -21,7 +21,7 @@
 'python2-pywinrm: connect to Windows machines'
 'python2-dnspython: for dig lookup'
 'python2-ovirt-engine-sdk: ovirt support'
-'python2-boto: aws_s3 module'
+'python2-boto3: aws_s3 module'
 'python2-jmespath: json_query support')
 makedepends=('asciidoc' 'fakeroot' 'python' 'python2-setuptools'
  'python-setuptools')


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

2018-03-16 Thread Sven-Hendrik Haase via arch-commits
Date: Friday, March 16, 2018 @ 06:31:54
  Author: svenstaro
Revision: 308770

archrelease: copy trunk to community-any

Added:
  ansible/repos/community-any/PKGBUILD
(from rev 308769, ansible/trunk/PKGBUILD)
Deleted:
  ansible/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-03-16 06:31:50 UTC (rev 308769)
+++ PKGBUILD2018-03-16 06:31:54 UTC (rev 308770)
@@ -1,66 +0,0 @@
-# $Id$
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: Bartłomiej Piotrowski 
-# Contributor: Daniel Wallace 
-# Contributor: Chris 
-# Contributor: m0ikz 
-# Contributor: atweiden 
-
-pkgname=(ansible python-ansible)
-pkgver=2.4.3.0
-pkgrel=2
-pkgdesc='Radically simple IT automation platform'
-arch=('any')
-url='https://www.ansible.com'
-license=('GPL3')
-depends=('python2' 'python2-yaml' 'python2-paramiko' 'python2-jinja' 
'python2-crypto')
-optdepends=('sshpass: for ssh connections with password'
-'python2-passlib: crypt values for vars_prompt'
-'python2-netaddr: for the ipaddr filter'
-'python2-systemd: log to journal'
-'python2-pywinrm: connect to Windows machines'
-'python2-dnspython: for dig lookup'
-'python2-ovirt-engine-sdk: ovirt support'
-'python2-boto: aws_s3 module'
-'python2-jmespath: json_query support')
-makedepends=('asciidoc' 'fakeroot' 'python' 'python2-setuptools'
- 'python-setuptools')
-backup=('etc/ansible/ansible.cfg')
-source=("https://releases.ansible.com/ansible/ansible-${pkgver}.tar.gz;)
-sha512sums=('a7cda358c67c519c7e5ba248bf47070f21a27203fb29d70d9d75ecf027ba1275d71c0f96493e047281211d172a3be8273d7e0816284695fb0bc8b94daa82')
-
-prepare() {
-  cp -r ${pkgname}-${pkgver} "${srcdir}"/${pkgname}-${pkgver}-python
-}
-
-build() {
-  cd "${srcdir}"/${pkgname}-${pkgver}
-  python2 setup.py build
-
-  cd "${srcdir}"/${pkgname}-${pkgver}-python
-  python setup.py build
-}
-
-package_ansible() {
-  provides=('python2-ansible')
-
-  cd ${pkgname}-${pkgver}
-  python2 setup.py install -O1 --root="${pkgdir}"
-  install -Dm644 COPYING "${pkgdir}"/usr/share/doc/ansible/COPYING
-
-  install -d "${pkgdir}"/usr/share/ansible/doc
-  cp -dpr --no-preserve=ownership ./examples "${pkgdir}"/usr/share/ansible/doc/
-  install -Dm644 examples/ansible.cfg "${pkgdir}"/etc/ansible/ansible.cfg
-
-  install -d "${pkgdir}"/usr/share/man/man1
-  cp -dpr --no-preserve=ownership docs/man/man1/*.1 
"${pkgdir}"/usr/share/man/man1
-}
-
-package_python-ansible() {
-  pkgdesc='python bindings for ansible'
-  depends=('python-paramiko' 'python-jinja' 'python-yaml' 'python-crypto')
-
-  cd "${srcdir}"/ansible-${pkgver}-python
-  python setup.py install --root=${pkgdir} --optimize=1
-  rm "${pkgdir}"/usr/bin/ansible*
-}

Copied: ansible/repos/community-any/PKGBUILD (from rev 308769, 
ansible/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-03-16 06:31:54 UTC (rev 308770)
@@ -0,0 +1,66 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Bartłomiej Piotrowski 
+# Contributor: Daniel Wallace 
+# Contributor: Chris 
+# Contributor: m0ikz 
+# Contributor: atweiden 
+
+pkgname=(ansible python-ansible)
+pkgver=2.4.3.0
+pkgrel=3
+pkgdesc='Radically simple IT automation platform'
+arch=('any')
+url='https://www.ansible.com'
+license=('GPL3')
+depends=('python2' 'python2-yaml' 'python2-paramiko' 'python2-jinja' 
'python2-crypto')
+optdepends=('sshpass: for ssh connections with password'
+'python2-passlib: crypt values for vars_prompt'
+'python2-netaddr: for the ipaddr filter'
+'python2-systemd: log to journal'
+'python2-pywinrm: connect to Windows machines'
+'python2-dnspython: for dig lookup'
+'python2-ovirt-engine-sdk: ovirt support'
+'python2-boto3: aws_s3 module'
+'python2-jmespath: json_query support')
+makedepends=('asciidoc' 'fakeroot' 'python' 'python2-setuptools'
+ 'python-setuptools')
+backup=('etc/ansible/ansible.cfg')
+source=("https://releases.ansible.com/ansible/ansible-${pkgver}.tar.gz;)
+sha512sums=('a7cda358c67c519c7e5ba248bf47070f21a27203fb29d70d9d75ecf027ba1275d71c0f96493e047281211d172a3be8273d7e0816284695fb0bc8b94daa82')
+
+prepare() {
+  cp -r ${pkgname}-${pkgver} "${srcdir}"/${pkgname}-${pkgver}-python
+}
+
+build() {
+  cd "${srcdir}"/${pkgname}-${pkgver}
+  python2 setup.py build
+
+  cd "${srcdir}"/${pkgname}-${pkgver}-python
+  

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

2018-03-16 Thread Felix Yan via arch-commits
Date: Friday, March 16, 2018 @ 06:28:51
  Author: felixonmars
Revision: 308767

upgpkg: deepin-clone 0.0.8.3-1

Modified:
  deepin-clone/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-03-16 06:19:56 UTC (rev 308766)
+++ PKGBUILD2018-03-16 06:28:51 UTC (rev 308767)
@@ -2,7 +2,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=deepin-clone
-pkgver=0.0.8.2
+pkgver=0.0.8.3
 pkgrel=1
 pkgdesc='Disk and partition backup/restore tool'
 arch=('x86_64')
@@ -12,7 +12,7 @@
 makedepends=('qt5-tools' 'deepin-gettext-tools')
 groups=('deepin-extra')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/deepin-clone/archive/$pkgver.tar.gz;)
-sha512sums=('0fe05b7a919ca4a92497230ac61a5dd5b681d9cb5519b2b20e86a2de02394f1b52ab67c1e79fddd69a6d4f567c0e8c3eb8cf910398c93e6ffb91c3b7184d73b0')
+sha512sums=('5125a2ae7941520e0ed854857cb15d73a5ea7a7629e078f74f57c77aecaaa9a4775a062f20708c5e0e844ae8850a424d3f2ada56c73747dbb9e377f341e886e1')
 
 prepare() {
   cd deepin-clone-$pkgver


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

2018-03-16 Thread Felix Yan via arch-commits
Date: Friday, March 16, 2018 @ 06:29:12
  Author: felixonmars
Revision: 308768

archrelease: copy trunk to community-x86_64

Added:
  deepin-clone/repos/community-x86_64/PKGBUILD
(from rev 308767, deepin-clone/trunk/PKGBUILD)
Deleted:
  deepin-clone/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-03-16 06:28:51 UTC (rev 308767)
+++ PKGBUILD2018-03-16 06:29:12 UTC (rev 308768)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-
-pkgname=deepin-clone
-pkgver=0.0.8.2
-pkgrel=1
-pkgdesc='Disk and partition backup/restore tool'
-arch=('x86_64')
-url="https://github.com/linuxdeepin/deepin-clone;
-license=('GPL3')
-depends=('deepin-qt5integration' 'partclone' 'e2fsprogs' 'jfsutils' 'xfsprogs')
-makedepends=('qt5-tools' 'deepin-gettext-tools')
-groups=('deepin-extra')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/deepin-clone/archive/$pkgver.tar.gz;)
-sha512sums=('0fe05b7a919ca4a92497230ac61a5dd5b681d9cb5519b2b20e86a2de02394f1b52ab67c1e79fddd69a6d4f567c0e8c3eb8cf910398c93e6ffb91c3b7184d73b0')
-
-prepare() {
-  cd deepin-clone-$pkgver
-  sed -i 's|/usr/sbin|/usr/bin|' 
app/{deepin-clone-app.pro,deepin-clone-ionice,deepin-clone-pkexec,com.deepin.pkexec.deepin-clone.policy.tmp}
-}
-
-build() {
-  cd deepin-clone-$pkgver
-  qmake-qt5 PREFIX=/usr
-  make
-}
-
-package() {
-  cd deepin-clone-$pkgver
-  make INSTALL_ROOT="$pkgdir" install
-}

Copied: deepin-clone/repos/community-x86_64/PKGBUILD (from rev 308767, 
deepin-clone/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-03-16 06:29:12 UTC (rev 308768)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgname=deepin-clone
+pkgver=0.0.8.3
+pkgrel=1
+pkgdesc='Disk and partition backup/restore tool'
+arch=('x86_64')
+url="https://github.com/linuxdeepin/deepin-clone;
+license=('GPL3')
+depends=('deepin-qt5integration' 'partclone' 'e2fsprogs' 'jfsutils' 'xfsprogs')
+makedepends=('qt5-tools' 'deepin-gettext-tools')
+groups=('deepin-extra')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/deepin-clone/archive/$pkgver.tar.gz;)
+sha512sums=('5125a2ae7941520e0ed854857cb15d73a5ea7a7629e078f74f57c77aecaaa9a4775a062f20708c5e0e844ae8850a424d3f2ada56c73747dbb9e377f341e886e1')
+
+prepare() {
+  cd deepin-clone-$pkgver
+  sed -i 's|/usr/sbin|/usr/bin|' 
app/{deepin-clone-app.pro,deepin-clone-ionice,deepin-clone-pkexec,com.deepin.pkexec.deepin-clone.policy.tmp}
+}
+
+build() {
+  cd deepin-clone-$pkgver
+  qmake-qt5 PREFIX=/usr
+  make
+}
+
+package() {
+  cd deepin-clone-$pkgver
+  make INSTALL_ROOT="$pkgdir" install
+}


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

2018-03-16 Thread Sven-Hendrik Haase via arch-commits
Date: Friday, March 16, 2018 @ 06:19:56
  Author: svenstaro
Revision: 308766

archrelease: copy trunk to community-any

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

--+
 PKGBUILD |   77 -
 1 file changed, 46 insertions(+), 31 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-03-16 06:19:50 UTC (rev 308765)
+++ PKGBUILD2018-03-16 06:19:56 UTC (rev 308766)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Jonathan Steel 
-# Contributor: Felix Yan 
-
-pkgname=python-boto3
-pkgver=1.6.7
-pkgrel=1
-pkgdesc='The AWS SDK for Python'
-arch=('any')
-license=('Apache')
-url='https://github.com/boto/boto3'
-depends=('python-botocore' 'python-jmespath' 'python-s3transfer')
-makedepends=('python-setuptools')
-# checkdepends=('python-coverage' 'python-nose' 'python-mock')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/boto/boto3/archive/$pkgver.tar.gz;)
-sha512sums=('76b8f23c7106fe5f63e1b6c2f7a378d2671c2f030162bab4707437a4bcc03e5e3a5ba973ca67cf045aea0211b41771f6ba156fd62a754a0dd4a43fd872d8d983')
-
-build() {
-  cd "$srcdir"/boto3-$pkgver
-  python setup.py build
-}
-
-check() {
-  cd "$srcdir"/boto3-$pkgver
-  # scripts/ci/run-tests
-}
-
-package() {
-  cd boto3-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-}

Copied: python-boto3/repos/community-any/PKGBUILD (from rev 308765, 
python-boto3/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-03-16 06:19:56 UTC (rev 308766)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Jonathan Steel 
+# Contributor: Felix Yan 
+
+pkgbase=python-boto3
+pkgname=('python-boto3' 'python2-boto3')
+pkgver=1.6.7
+pkgrel=2
+pkgdesc='The AWS SDK for Python'
+arch=('any')
+license=('Apache')
+url='https://github.com/boto/boto3'
+makedepends=('python-setuptools' 'python2-setuptools')
+# checkdepends=('python-coverage' 'python-nose' 'python-mock')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/boto/boto3/archive/$pkgver.tar.gz;)
+sha512sums=('76b8f23c7106fe5f63e1b6c2f7a378d2671c2f030162bab4707437a4bcc03e5e3a5ba973ca67cf045aea0211b41771f6ba156fd62a754a0dd4a43fd872d8d983')
+
+prepare() {
+  cp -r "boto3-$pkgver" "python-boto3-$pkgver"
+  cp -r "boto3-$pkgver" "python2-boto3-$pkgver"
+}
+
+build() {
+  cd "$srcdir/python-boto3-$pkgver"
+  python setup.py build
+
+  cd "$srcdir/python2-boto3-$pkgver"
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir"/boto3-$pkgver
+  # scripts/ci/run-tests
+}
+
+package_python-boto3() {
+  depends=('python-botocore' 'python-jmespath' 'python-s3transfer')
+  cd "$srcdir/python-boto3-$pkgver"
+  python setup.py install --root="$pkgdir" --optimize=1
+}
+
+package_python2-boto3() {
+  depends=('python2-botocore' 'python2-jmespath' 'python2-s3transfer')
+  cd "$srcdir/python2-boto3-$pkgver"
+  python2 setup.py install --root="$pkgdir" --optimize=1
+}


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

2018-03-16 Thread Sven-Hendrik Haase via arch-commits
Date: Friday, March 16, 2018 @ 06:19:50
  Author: svenstaro
Revision: 308765

upgpkg: python-boto3 1.6.7-2

Add python2 package

Modified:
  python-boto3/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-03-16 06:14:28 UTC (rev 308764)
+++ PKGBUILD2018-03-16 06:19:50 UTC (rev 308765)
@@ -2,22 +2,30 @@
 # Maintainer: Jonathan Steel 
 # Contributor: Felix Yan 
 
-pkgname=python-boto3
+pkgbase=python-boto3
+pkgname=('python-boto3' 'python2-boto3')
 pkgver=1.6.7
-pkgrel=1
+pkgrel=2
 pkgdesc='The AWS SDK for Python'
 arch=('any')
 license=('Apache')
 url='https://github.com/boto/boto3'
-depends=('python-botocore' 'python-jmespath' 'python-s3transfer')
-makedepends=('python-setuptools')
+makedepends=('python-setuptools' 'python2-setuptools')
 # checkdepends=('python-coverage' 'python-nose' 'python-mock')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/boto/boto3/archive/$pkgver.tar.gz;)
 
sha512sums=('76b8f23c7106fe5f63e1b6c2f7a378d2671c2f030162bab4707437a4bcc03e5e3a5ba973ca67cf045aea0211b41771f6ba156fd62a754a0dd4a43fd872d8d983')
 
+prepare() {
+  cp -r "boto3-$pkgver" "python-boto3-$pkgver"
+  cp -r "boto3-$pkgver" "python2-boto3-$pkgver"
+}
+
 build() {
-  cd "$srcdir"/boto3-$pkgver
+  cd "$srcdir/python-boto3-$pkgver"
   python setup.py build
+
+  cd "$srcdir/python2-boto3-$pkgver"
+  python2 setup.py build
 }
 
 check() {
@@ -25,7 +33,14 @@
   # scripts/ci/run-tests
 }
 
-package() {
-  cd boto3-$pkgver
+package_python-boto3() {
+  depends=('python-botocore' 'python-jmespath' 'python-s3transfer')
+  cd "$srcdir/python-boto3-$pkgver"
   python setup.py install --root="$pkgdir" --optimize=1
 }
+
+package_python2-boto3() {
+  depends=('python2-botocore' 'python2-jmespath' 'python2-s3transfer')
+  cd "$srcdir/python2-boto3-$pkgver"
+  python2 setup.py install --root="$pkgdir" --optimize=1
+}


[arch-commits] Commit in xf86-video-ati/repos/extra-x86_64 (PKGBUILD PKGBUILD)

2018-03-16 Thread Laurent Carlier via arch-commits
Date: Friday, March 16, 2018 @ 06:16:44
  Author: lcarlier
Revision: 319380

archrelease: copy trunk to extra-x86_64

Added:
  xf86-video-ati/repos/extra-x86_64/PKGBUILD
(from rev 319379, xf86-video-ati/trunk/PKGBUILD)
Deleted:
  xf86-video-ati/repos/extra-x86_64/PKGBUILD

--+
 PKGBUILD |   94 ++---
 1 file changed, 47 insertions(+), 47 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-03-16 06:16:38 UTC (rev 319379)
+++ PKGBUILD2018-03-16 06:16:44 UTC (rev 319380)
@@ -1,47 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot 
-# Contributor: Alexander Baldeck 
-
-pkgname=xf86-video-ati
-pkgver=18.0.0
-pkgrel=1
-epoch=1
-pkgdesc="X.org ati video driver"
-arch=('x86_64')
-url="https://xorg.freedesktop.org/;
-license=('custom')
-depends=('libsystemd' 'mesa')
-makedepends=('xorg-server-devel' 'systemd' 'X-ABI-VIDEODRV_VERSION=23')
-conflicts=('xorg-server<1.19.0' 'X-ABI-VIDEODRV_VERSION<23' 
'X-ABI-VIDEODRV_VERSION>=24')
-groups=('xorg-drivers')
-source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2{,.sig})
-sha512sums=('a9a634091f208099885039d42433cee061e03968417c0d535691833abcc9162d8d0a46f99bac902f0885beb14dcc9a011d104b535ffe492562fd5bb740ad4721'
-'SKIP')
-validpgpkeys=('B09FAF35BE914521980951145A81AF8E6ADBB200') # Michel Daenzer 

-
-build() {
-  cd ${pkgname}-${pkgver}
-
-  # Since pacman 5.0.2-2, hardened flags are now enabled in makepkg.conf
-  # With them, module fail to load with undefined symbol.
-  # See https://bugs.archlinux.org/task/55102 / 
https://bugs.archlinux.org/task/54845
-  export CFLAGS=${CFLAGS/-fno-plt}
-  export CXXFLAGS=${CXXFLAGS/-fno-plt}
-  export LDFLAGS=${LDFLAGS/,-z,now}
-
-  ./configure --prefix=/usr
-  make
-}
-
-check() {
-  cd ${pkgname}-${pkgver}
-  make check
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-
-  make "DESTDIR=${pkgdir}" install
-  install -m755 -d "${pkgdir}/usr/share/licenses/${pkgname}"
-  install -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/"
-}

Copied: xf86-video-ati/repos/extra-x86_64/PKGBUILD (from rev 319379, 
xf86-video-ati/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-03-16 06:16:44 UTC (rev 319380)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Jan de Groot 
+# Contributor: Alexander Baldeck 
+
+pkgname=xf86-video-ati
+pkgver=18.0.1
+pkgrel=1
+epoch=1
+pkgdesc="X.org ati video driver"
+arch=('x86_64')
+url="https://xorg.freedesktop.org/;
+license=('custom')
+depends=('libsystemd' 'mesa')
+makedepends=('xorg-server-devel' 'systemd' 'X-ABI-VIDEODRV_VERSION=23')
+conflicts=('xorg-server<1.19.0' 'X-ABI-VIDEODRV_VERSION<23' 
'X-ABI-VIDEODRV_VERSION>=24')
+groups=('xorg-drivers')
+source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2{,.sig})
+sha512sums=('b468a78503a596bbf71a1b91b231ce1fa32908f619ff2dfe249352d046696a3641f2a9ff065e32545fff77100134b4b237591215e78ef885b6509d6b16112d14'
+'SKIP')
+validpgpkeys=('B09FAF35BE914521980951145A81AF8E6ADBB200') # Michel Daenzer 

+
+build() {
+  cd ${pkgname}-${pkgver}
+
+  # Since pacman 5.0.2-2, hardened flags are now enabled in makepkg.conf
+  # With them, module fail to load with undefined symbol.
+  # See https://bugs.archlinux.org/task/55102 / 
https://bugs.archlinux.org/task/54845
+  export CFLAGS=${CFLAGS/-fno-plt}
+  export CXXFLAGS=${CXXFLAGS/-fno-plt}
+  export LDFLAGS=${LDFLAGS/,-z,now}
+
+  ./configure --prefix=/usr
+  make
+}
+
+check() {
+  cd ${pkgname}-${pkgver}
+  make check
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+
+  make "DESTDIR=${pkgdir}" install
+  install -m755 -d "${pkgdir}/usr/share/licenses/${pkgname}"
+  install -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/"
+}


[arch-commits] Commit in xf86-video-ati/trunk (PKGBUILD)

2018-03-16 Thread Laurent Carlier via arch-commits
Date: Friday, March 16, 2018 @ 06:16:38
  Author: lcarlier
Revision: 319379

upgpkg: xf86-video-ati 1:18.0.1-1

upstream update 18.0.1

Modified:
  xf86-video-ati/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-03-16 06:15:00 UTC (rev 319378)
+++ PKGBUILD2018-03-16 06:16:38 UTC (rev 319379)
@@ -3,7 +3,7 @@
 # Contributor: Alexander Baldeck 
 
 pkgname=xf86-video-ati
-pkgver=18.0.0
+pkgver=18.0.1
 pkgrel=1
 epoch=1
 pkgdesc="X.org ati video driver"
@@ -15,7 +15,7 @@
 conflicts=('xorg-server<1.19.0' 'X-ABI-VIDEODRV_VERSION<23' 
'X-ABI-VIDEODRV_VERSION>=24')
 groups=('xorg-drivers')
 source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2{,.sig})
-sha512sums=('a9a634091f208099885039d42433cee061e03968417c0d535691833abcc9162d8d0a46f99bac902f0885beb14dcc9a011d104b535ffe492562fd5bb740ad4721'
+sha512sums=('b468a78503a596bbf71a1b91b231ce1fa32908f619ff2dfe249352d046696a3641f2a9ff065e32545fff77100134b4b237591215e78ef885b6509d6b16112d14'
 'SKIP')
 validpgpkeys=('B09FAF35BE914521980951145A81AF8E6ADBB200') # Michel Daenzer 

 


[arch-commits] Commit in xf86-video-amdgpu/repos/extra-x86_64 (PKGBUILD PKGBUILD)

2018-03-16 Thread Laurent Carlier via arch-commits
Date: Friday, March 16, 2018 @ 06:15:00
  Author: lcarlier
Revision: 319378

archrelease: copy trunk to extra-x86_64

Added:
  xf86-video-amdgpu/repos/extra-x86_64/PKGBUILD
(from rev 319377, xf86-video-amdgpu/trunk/PKGBUILD)
Deleted:
  xf86-video-amdgpu/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-03-16 06:14:54 UTC (rev 319377)
+++ PKGBUILD2018-03-16 06:15:00 UTC (rev 319378)
@@ -1,46 +0,0 @@
-# $Id$
-# Maintainer: Laurent Carlier 
-
-pkgname=xf86-video-amdgpu
-pkgver=18.0.0
-pkgrel=1
-pkgdesc="X.org amdgpu video driver"
-arch=('x86_64')
-url="https://xorg.freedesktop.org/;
-license=('custom')
-depends=('libsystemd' 'mesa')
-makedepends=('xorg-server-devel' 'systemd' 'X-ABI-VIDEODRV_VERSION=23')
-conflicts=('xorg-server<1.19.0' 'X-ABI-VIDEODRV_VERSION<23' 
'X-ABI-VIDEODRV_VERSION>=24')
-groups=('xorg-drivers')
-source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2{,.sig})
-sha256sums=('e909b9707d2562dfc36d8075a8cbddbc93901aaa8f2522d9a429c3fc5ad66d94'
-'SKIP')
-validpgpkeys=('B09FAF35BE914521980951145A81AF8E6ADBB200') # Michel Daenzer 

-
-build() {
-  cd ${pkgname}-${pkgver}
-
-  # Since pacman 5.0.2-2, hardened flags are now enabled in makepkg.conf
-  # With them, module fail to load with undefined symbol.
-  # See https://bugs.archlinux.org/task/55102 / 
https://bugs.archlinux.org/task/54845
-  export CFLAGS=${CFLAGS/-fno-plt}
-  export CXXFLAGS=${CXXFLAGS/-fno-plt}
-  export LDFLAGS=${LDFLAGS/,-z,now}
-
-  ./configure --prefix=/usr \
---enable-glamor
-  make
-}
-
-check() {
-  cd ${pkgname}-${pkgver}
-  make check
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-
-  make "DESTDIR=${pkgdir}" install
-  install -m755 -d "${pkgdir}/usr/share/licenses/${pkgname}"
-  install -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/"
-}

Copied: xf86-video-amdgpu/repos/extra-x86_64/PKGBUILD (from rev 319377, 
xf86-video-amdgpu/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-03-16 06:15:00 UTC (rev 319378)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Laurent Carlier 
+
+pkgname=xf86-video-amdgpu
+pkgver=18.0.1
+pkgrel=1
+pkgdesc="X.org amdgpu video driver"
+arch=('x86_64')
+url="https://xorg.freedesktop.org/;
+license=('custom')
+depends=('libsystemd' 'mesa')
+makedepends=('xorg-server-devel' 'systemd' 'X-ABI-VIDEODRV_VERSION=23')
+conflicts=('xorg-server<1.19.0' 'X-ABI-VIDEODRV_VERSION<23' 
'X-ABI-VIDEODRV_VERSION>=24')
+groups=('xorg-drivers')
+source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2{,.sig})
+sha256sums=('7484682ccb403b3ca9e26d1c980572f08cdfa3469e2b2c9a9affc3d51b52691b'
+'SKIP')
+validpgpkeys=('B09FAF35BE914521980951145A81AF8E6ADBB200') # Michel Daenzer 

+
+build() {
+  cd ${pkgname}-${pkgver}
+
+  # Since pacman 5.0.2-2, hardened flags are now enabled in makepkg.conf
+  # With them, module fail to load with undefined symbol.
+  # See https://bugs.archlinux.org/task/55102 / 
https://bugs.archlinux.org/task/54845
+  export CFLAGS=${CFLAGS/-fno-plt}
+  export CXXFLAGS=${CXXFLAGS/-fno-plt}
+  export LDFLAGS=${LDFLAGS/,-z,now}
+
+  ./configure --prefix=/usr \
+--enable-glamor
+  make
+}
+
+check() {
+  cd ${pkgname}-${pkgver}
+  make check
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+
+  make "DESTDIR=${pkgdir}" install
+  install -m755 -d "${pkgdir}/usr/share/licenses/${pkgname}"
+  install -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/"
+}


[arch-commits] Commit in xf86-video-amdgpu/trunk (PKGBUILD)

2018-03-16 Thread Laurent Carlier via arch-commits
Date: Friday, March 16, 2018 @ 06:14:54
  Author: lcarlier
Revision: 319377

upgpkg: xf86-video-amdgpu 18.0.1-1

upstream update 18.0.1

Modified:
  xf86-video-amdgpu/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-03-16 04:03:35 UTC (rev 319376)
+++ PKGBUILD2018-03-16 06:14:54 UTC (rev 319377)
@@ -2,7 +2,7 @@
 # Maintainer: Laurent Carlier 
 
 pkgname=xf86-video-amdgpu
-pkgver=18.0.0
+pkgver=18.0.1
 pkgrel=1
 pkgdesc="X.org amdgpu video driver"
 arch=('x86_64')
@@ -13,7 +13,7 @@
 conflicts=('xorg-server<1.19.0' 'X-ABI-VIDEODRV_VERSION<23' 
'X-ABI-VIDEODRV_VERSION>=24')
 groups=('xorg-drivers')
 source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2{,.sig})
-sha256sums=('e909b9707d2562dfc36d8075a8cbddbc93901aaa8f2522d9a429c3fc5ad66d94'
+sha256sums=('7484682ccb403b3ca9e26d1c980572f08cdfa3469e2b2c9a9affc3d51b52691b'
 'SKIP')
 validpgpkeys=('B09FAF35BE914521980951145A81AF8E6ADBB200') # Michel Daenzer 

 


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

2018-03-16 Thread Sven-Hendrik Haase via arch-commits
Date: Friday, March 16, 2018 @ 06:14:28
  Author: svenstaro
Revision: 308764

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-03-16 06:14:23 UTC (rev 308763)
+++ PKGBUILD2018-03-16 06:14:28 UTC (rev 308764)
@@ -1,28 +0,0 @@
-# Maintainer: Jonathan Steel 
-# Contributor: Chris Severance aur.severach AatT spamgourmet.com
-
-pkgname=python-s3transfer
-pkgver=0.1.13
-pkgrel=1
-pkgdesc='Amazon S3 Transfer Manager for Python'
-arch=('any')
-url="https://github.com/boto/s3transfer;
-license=('Apache')
-depends=('python-botocore')
-makedepends=('python-setuptools')
-source=($pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz)
-md5sums=('7bad7a38ca2442d650455fadeb3578b0')
-
-build() {
-  cd s3transfer-$pkgver
-
-  python setup.py build
-}
-
-package() {
-  cd s3transfer-$pkgver
-
-  python setup.py install --root="$pkgdir" --optimize=1
-
-  install -Dm644 LICENSE.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: python-s3transfer/repos/community-any/PKGBUILD (from rev 308763, 
python-s3transfer/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-03-16 06:14:28 UTC (rev 308764)
@@ -0,0 +1,45 @@
+# Maintainer: Jonathan Steel 
+# Contributor: Chris Severance aur.severach AatT spamgourmet.com
+
+pkgbase=python-s3transfer
+pkgname=('python-s3transfer' 'python2-s3transfer')
+pkgver=0.1.13
+pkgrel=2
+pkgdesc='Amazon S3 Transfer Manager for Python'
+arch=('any')
+url="https://github.com/boto/s3transfer;
+license=('Apache')
+makedepends=('python-setuptools' 'python2-setuptools')
+source=($pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz)
+md5sums=('7bad7a38ca2442d650455fadeb3578b0')
+
+prepare() {
+  cp -r "s3transfer-$pkgver" "python-s3transfer-$pkgver"
+  cp -r "s3transfer-$pkgver" "python2-s3transfer-$pkgver"
+}
+
+build() {
+  cd "$srcdir/python-s3transfer-$pkgver"
+  python setup.py build
+
+  cd "$srcdir/python2-s3transfer-$pkgver"
+  python2 setup.py build
+}
+
+package_python-s3transfer() {
+  depends=('python-botocore')
+  cd python-s3transfer-$pkgver
+
+  python setup.py install --root="$pkgdir" --optimize=1
+
+  install -Dm644 LICENSE.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+
+package_python2-s3transfer() {
+  depends=('python2-botocore')
+  cd python2-s3transfer-$pkgver
+
+  python2 setup.py install --root="$pkgdir" --optimize=1
+
+  install -Dm644 LICENSE.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}


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

2018-03-16 Thread Sven-Hendrik Haase via arch-commits
Date: Friday, March 16, 2018 @ 06:14:23
  Author: svenstaro
Revision: 308763

upgpkg: python-s3transfer 0.1.13-2

Add python2 package

Modified:
  python-s3transfer/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-03-16 05:57:13 UTC (rev 308762)
+++ PKGBUILD2018-03-16 06:14:23 UTC (rev 308763)
@@ -1,28 +1,45 @@
 # Maintainer: Jonathan Steel 
 # Contributor: Chris Severance aur.severach AatT spamgourmet.com
 
-pkgname=python-s3transfer
+pkgbase=python-s3transfer
+pkgname=('python-s3transfer' 'python2-s3transfer')
 pkgver=0.1.13
-pkgrel=1
+pkgrel=2
 pkgdesc='Amazon S3 Transfer Manager for Python'
 arch=('any')
 url="https://github.com/boto/s3transfer;
 license=('Apache')
-depends=('python-botocore')
-makedepends=('python-setuptools')
+makedepends=('python-setuptools' 'python2-setuptools')
 source=($pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz)
 md5sums=('7bad7a38ca2442d650455fadeb3578b0')
 
+prepare() {
+  cp -r "s3transfer-$pkgver" "python-s3transfer-$pkgver"
+  cp -r "s3transfer-$pkgver" "python2-s3transfer-$pkgver"
+}
+
 build() {
-  cd s3transfer-$pkgver
+  cd "$srcdir/python-s3transfer-$pkgver"
+  python setup.py build
 
-  python setup.py build
+  cd "$srcdir/python2-s3transfer-$pkgver"
+  python2 setup.py build
 }
 
-package() {
-  cd s3transfer-$pkgver
+package_python-s3transfer() {
+  depends=('python-botocore')
+  cd python-s3transfer-$pkgver
 
   python setup.py install --root="$pkgdir" --optimize=1
 
   install -Dm644 LICENSE.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
 }
+
+package_python2-s3transfer() {
+  depends=('python2-botocore')
+  cd python2-s3transfer-$pkgver
+
+  python2 setup.py install --root="$pkgdir" --optimize=1
+
+  install -Dm644 LICENSE.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}


<    1   2