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

2016-09-01 Thread Alexander Rødseth
Date: Thursday, September 1, 2016 @ 08:00:24
  Author: arodseth
Revision: 188203

upgpkg: kshutdown 4.0-1

Modified:
  kshutdown/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-09-01 06:22:47 UTC (rev 188202)
+++ PKGBUILD2016-09-01 08:00:24 UTC (rev 188203)
@@ -3,8 +3,8 @@
 # Contributor: Tobias Powalowski 
 
 pkgname=kshutdown
-pkgver=3.2
-pkgrel=5
+pkgver=4.0
+pkgrel=1
 pkgdesc='Shutdown Utility for KDE'
 arch=('x86_64' 'i686')
 url='http://kshutdown.sourceforge.net/'
@@ -11,12 +11,11 @@
 license=('GPL')
 depends=('kdebase-runtime')
 makedepends=('cmake' 'automoc4' 'ninja')
-source=("http://downloads.sourceforge.net/$pkgname/$pkgname-source-$pkgver.zip";)
-sha256sums=('8be6c2a15bb539919f94ec0caf20f00b144185f996b7663c464fbf7ce8f4a39f')
+source=("http://downloads.sourceforge.net/$pkgname/KShutdown/$pkgver/$pkgname-source-$pkgver.zip";)
+sha256sums=('75733e5b55b36add775a2788365ee6f5fe8b3d21598e2a17e68b2f8dd62199fc')
 
 build() {
-  mkdir build
-  cd build
+  mkdir -p build; cd build
   cmake "../$pkgname-$pkgver" \
 -DCMAKE_BUILD_TYPE=Release \
 -DCMAKE_INSTALL_PREFIX=/usr \


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

2016-09-01 Thread Alexander Rødseth
Date: Thursday, September 1, 2016 @ 08:01:37
  Author: arodseth
Revision: 188204

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-09-01 08:00:24 UTC (rev 188203)
+++ community-i686/PKGBUILD 2016-09-01 08:01:37 UTC (rev 188204)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Alexander F Rødseth 
-# Contributor: Tobias Powalowski 
-
-pkgname=kshutdown
-pkgver=3.2
-pkgrel=5
-pkgdesc='Shutdown Utility for KDE'
-arch=('x86_64' 'i686')
-url='http://kshutdown.sourceforge.net/'
-license=('GPL')
-depends=('kdebase-runtime')
-makedepends=('cmake' 'automoc4' 'ninja')
-source=("http://downloads.sourceforge.net/$pkgname/$pkgname-source-$pkgver.zip";)
-sha256sums=('8be6c2a15bb539919f94ec0caf20f00b144185f996b7663c464fbf7ce8f4a39f')
-
-build() {
-  mkdir build
-  cd build
-  cmake "../$pkgname-$pkgver" \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--GNinja
-  ninja
-}
-
-package() {
-  DESTDIR="$pkgdir" ninja -C build install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: kshutdown/repos/community-i686/PKGBUILD (from rev 188203, 
kshutdown/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-09-01 08:01:37 UTC (rev 188204)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Alexander F Rødseth 
+# Contributor: Tobias Powalowski 
+
+pkgname=kshutdown
+pkgver=4.0
+pkgrel=1
+pkgdesc='Shutdown Utility for KDE'
+arch=('x86_64' 'i686')
+url='http://kshutdown.sourceforge.net/'
+license=('GPL')
+depends=('kdebase-runtime')
+makedepends=('cmake' 'automoc4' 'ninja')
+source=("http://downloads.sourceforge.net/$pkgname/KShutdown/$pkgver/$pkgname-source-$pkgver.zip";)
+sha256sums=('75733e5b55b36add775a2788365ee6f5fe8b3d21598e2a17e68b2f8dd62199fc')
+
+build() {
+  mkdir -p build; cd build
+  cmake "../$pkgname-$pkgver" \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-GNinja
+  ninja
+}
+
+package() {
+  DESTDIR="$pkgdir" ninja -C build install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-09-01 08:00:24 UTC (rev 188203)
+++ community-x86_64/PKGBUILD   2016-09-01 08:01:37 UTC (rev 188204)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Alexander F Rødseth 
-# Contributor: Tobias Powalowski 
-
-pkgname=kshutdown
-pkgver=3.2
-pkgrel=5
-pkgdesc='Shutdown Utility for KDE'
-arch=('x86_64' 'i686')
-url='http://kshutdown.sourceforge.net/'
-license=('GPL')
-depends=('kdebase-runtime')
-makedepends=('cmake' 'automoc4' 'ninja')
-source=("http://downloads.sourceforge.net/$pkgname/$pkgname-source-$pkgver.zip";)
-sha256sums=('8be6c2a15bb539919f94ec0caf20f00b144185f996b7663c464fbf7ce8f4a39f')
-
-build() {
-  mkdir build
-  cd build
-  cmake "../$pkgname-$pkgver" \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--GNinja
-  ninja
-}
-
-package() {
-  DESTDIR="$pkgdir" ninja -C build install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: kshutdown/repos/community-x86_64/PKGBUILD (from rev 188203, 
kshutdown/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2016-09-01 08:01:37 UTC (rev 188204)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Alexander F Rødseth 
+# Contributor: Tobias Powalowski 
+
+pkgname=kshutdown
+pkgver=4.0
+pkgrel=1
+pkgdesc='Shutdown Utility for KDE'
+arch=('x86_64' 'i686')
+url='http://kshutdown.sourceforge.net/'
+license=('GPL')
+depends=('kdebase-runtime')
+makedepends=('cmake' 'automoc4' 'ninja')
+source=("http://downloads.sourceforge.net/$pkgname/KShutdown/$pkgver/$pkgname-source-$pkgver.zip";)
+sha256sums=('75733e5b55b36add775a2788365ee6f5fe8b3d21598e2a17e68b2f8dd62199fc')
+
+build() {
+  mkdir -p build; cd build
+  cmake "../$pkgname-$pkgver" \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-GNinja
+  ninja
+}
+
+package() {
+  DESTDIR="$pkgdir" ninja -C build install
+}
+
+# vim:set ts=2 sw=2 et:


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

2016-09-01 Thread Florian Pritz
Date: Thursday, September 1, 2016 @ 08:05:59
  Author: bluewind
Revision: 275639

upgpkg: pacman-mirrorlist 20160901-1

upstream update

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

+
 PKGBUILD   |6 +++---
 mirrorlist |   13 +
 2 files changed, 12 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-09-01 06:11:40 UTC (rev 275638)
+++ PKGBUILD2016-09-01 08:05:59 UTC (rev 275639)
@@ -2,7 +2,7 @@
 # Maintainer: Dan McGee 
 
 pkgname=pacman-mirrorlist
-pkgver=20160823
+pkgver=20160901
 pkgrel=1
 pkgdesc="Arch Linux mirror list for use by pacman"
 arch=('any')
@@ -27,5 +27,5 @@
   install -m644 $srcdir/mirrorlist $pkgdir/etc/pacman.d/
 }
 
-md5sums=('187a188d435ad0189e9771688cbf9173')
-sha256sums=('4f84986a171699738cdf82a79f76bfd43ae050df18ed733f97802d1f04e86776')
+md5sums=('88a041083034f77cc4c1c5ee9d3c58de')
+sha256sums=('62bddf5b8fa4b5c61f89ba0611cec99b39ff6c82ef328ea15d69b08c7fa3afd1')

Modified: mirrorlist
===
--- mirrorlist  2016-09-01 06:11:40 UTC (rev 275638)
+++ mirrorlist  2016-09-01 08:05:59 UTC (rev 275639)
@@ -1,6 +1,6 @@
 ##
 ## Arch Linux repository mirrorlist
-## Generated on 2016-08-23
+## Generated on 2016-09-01
 ##
 
 ## Worldwide
@@ -69,6 +69,7 @@
 #Server = http://mirror.lzu.edu.cn/archlinux/$repo/os/$arch
 #Server = http://mirrors.neusoft.edu.cn/archlinux/$repo/os/$arch
 #Server = http://run.hit.edu.cn/archlinux/$repo/os/$arch
+#Server = https://mirrors.skyshe.cn/archlinux/$repo/os/$arch
 #Server = http://mirrors.tuna.tsinghua.edu.cn/archlinux/$repo/os/$arch
 #Server = https://mirrors.tuna.tsinghua.edu.cn/archlinux/$repo/os/$arch
 #Server = http://mirrors.ustc.edu.cn/archlinux/$repo/os/$arch
@@ -145,6 +146,7 @@
 #Server = https://mirror.aardvark.it/archlinux/$repo/os/$arch
 #Server = http://artfiles.org/archlinux.org/$repo/os/$arch
 #Server = http://mirror5.bastelfreak.org/archlinux/$repo/os/$arch
+#Server = http://mirrors.cicku.me/archlinux/$repo/os/$arch
 #Server = http://mirror.compojoom.com/archlinux/$repo/os/$arch
 #Server = https://mirror.compojoom.com/archlinux/$repo/os/$arch
 #Server = http://archlinux.cyborg-connect.de/$repo/os/$arch
@@ -296,6 +298,7 @@
 #Server = http://mirror.rise.ph/archlinux/$repo/os/$arch
 
 ## Poland
+#Server = http://mirror.chmuri.net/archmirror/$repo/os/$arch
 #Server = http://arch.midov.pl/arch/$repo/os/$arch
 #Server = http://mirror.onet.pl/pub/mirrors/archlinux/$repo/os/$arch
 #Server = http://piotrkosoft.net/pub/mirrors/ftp.archlinux.org/$repo/os/$arch
@@ -403,12 +406,13 @@
 #Server = http://cosmos.cites.illinois.edu/pub/archlinux/$repo/os/$arch
 #Server = http://mirror.cs.pitt.edu/archlinux/$repo/os/$arch
 #Server = http://mirror.es.its.nyu.edu/archlinux/$repo/os/$arch
-#Server = http://mirror1.gaw.solutions/arch/$repo/os/$arch
-#Server = http://mirror2.gaw.solutions/arch/$repo/os/$arch
-#Server = http://mirror3.gaw.solutions/arch/$repo/os/$arch
 #Server = http://mirrors.gigenet.com/archlinux/$repo/os/$arch
 #Server = http://mirror.grig.io/archlinux/$repo/os/$arch
+#Server = https://mirror.grig.io/archlinux/$repo/os/$arch
 #Server = http://www.gtlib.gatech.edu/pub/archlinux/$repo/os/$arch
+#Server = http://mirror1.hackingand.coffee/arch/$repo/os/$arch
+#Server = http://mirror2.hackingand.coffee/arch/$repo/os/$arch
+#Server = http://mirror3.hackingand.coffee/arch/$repo/os/$arch
 #Server = http://mirror.ancl.hawaii.edu/linux/archlinux/$repo/os/$arch
 #Server = http://mirror.htnshost.com/archlinux/$repo/os/$arch
 #Server = http://arch.mirrors.ionfish.org/$repo/os/$arch
@@ -426,6 +430,7 @@
 #Server = https://mirror.lty.me/archlinux/$repo/os/$arch
 #Server = http://lug.mtu.edu/archlinux/$repo/os/$arch
 #Server = https://lug.mtu.edu/archlinux/$repo/os/$arch
+#Server = http://mirror.math.princeton.edu/pub/archlinux/$repo/os/$arch
 #Server = http://mirror.metrocast.net/archlinux/$repo/os/$arch
 #Server = http://mirror.kaminski.io/archlinux/$repo/os/$arch
 #Server = http://mirror.nexcess.net/archlinux/$repo/os/$arch


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

2016-09-01 Thread Florian Pritz
Date: Thursday, September 1, 2016 @ 08:06:03
  Author: bluewind
Revision: 275640

archrelease: copy trunk to core-any

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

+
 PKGBUILD   |   62 ++--
 mirrorlist |  901 +--
 upgpkg |8 
 3 files changed, 488 insertions(+), 483 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2016-09-01 08:05:59 UTC (rev 275639)
+++ PKGBUILD2016-09-01 08:06:03 UTC (rev 275640)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Dan McGee 
-
-pkgname=pacman-mirrorlist
-pkgver=20160823
-pkgrel=1
-pkgdesc="Arch Linux mirror list for use by pacman"
-arch=('any')
-url="https://www.archlinux.org/mirrorlist/";
-license=('GPL')
-backup=(etc/pacman.d/mirrorlist)
-source=(mirrorlist)
-
-# NOTE on building this package:
-# * Go to the trunk/ directory
-# * Run bash -c ". PKGBUILD; updatelist"
-# * Update the checksums, update pkgver
-# * Build the package
-
-updatelist() {
-  rm -f mirrorlist
-  curl -o mirrorlist https://www.archlinux.org/mirrorlist/all/
-}
-
-package() {
-  mkdir -p $pkgdir/etc/pacman.d
-  install -m644 $srcdir/mirrorlist $pkgdir/etc/pacman.d/
-}
-
-md5sums=('187a188d435ad0189e9771688cbf9173')
-sha256sums=('4f84986a171699738cdf82a79f76bfd43ae050df18ed733f97802d1f04e86776')

Copied: pacman-mirrorlist/repos/core-any/PKGBUILD (from rev 275639, 
pacman-mirrorlist/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-09-01 08:06:03 UTC (rev 275640)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Dan McGee 
+
+pkgname=pacman-mirrorlist
+pkgver=20160901
+pkgrel=1
+pkgdesc="Arch Linux mirror list for use by pacman"
+arch=('any')
+url="https://www.archlinux.org/mirrorlist/";
+license=('GPL')
+backup=(etc/pacman.d/mirrorlist)
+source=(mirrorlist)
+
+# NOTE on building this package:
+# * Go to the trunk/ directory
+# * Run bash -c ". PKGBUILD; updatelist"
+# * Update the checksums, update pkgver
+# * Build the package
+
+updatelist() {
+  rm -f mirrorlist
+  curl -o mirrorlist https://www.archlinux.org/mirrorlist/all/
+}
+
+package() {
+  mkdir -p $pkgdir/etc/pacman.d
+  install -m644 $srcdir/mirrorlist $pkgdir/etc/pacman.d/
+}
+
+md5sums=('88a041083034f77cc4c1c5ee9d3c58de')
+sha256sums=('62bddf5b8fa4b5c61f89ba0611cec99b39ff6c82ef328ea15d69b08c7fa3afd1')

Deleted: mirrorlist
===
--- mirrorlist  2016-09-01 08:05:59 UTC (rev 275639)
+++ mirrorlist  2016-09-01 08:06:03 UTC (rev 275640)
@@ -1,448 +0,0 @@
-##
-## Arch Linux repository mirrorlist
-## Generated on 2016-08-23
-##
-
-## Worldwide
-#Server = https://archlinux.surlyjake.com/archlinux/$repo/os/$arch
-#Server = http://mirrors.evowise.com/archlinux/$repo/os/$arch
-#Server = http://mirror.rackspace.com/archlinux/$repo/os/$arch
-
-## Australia
-#Server = https://mirror.aarnet.edu.au/pub/archlinux/$repo/os/$arch
-#Server = http://archlinux.mirror.digitalpacific.com.au/$repo/os/$arch
-#Server = http://ftp.iinet.net.au/pub/archlinux/$repo/os/$arch
-#Server = http://mirror.internode.on.net/pub/archlinux/$repo/os/$arch
-#Server = http://ftp.swin.edu.au/archlinux/$repo/os/$arch
-#Server = http://archlinux.uberglobalmirror.com/$repo/os/$arch
-
-## Austria
-#Server = http://mirror.digitalnova.at/archlinux/$repo/os/$arch
-#Server = http://mirror.easyname.at/archlinux/$repo/os/$arch
-#Server = http://mirror1.htu.tugraz.at/archlinux/$repo/os/$arch
-
-## Belarus
-#Server = http://ftp.byfly.by/pub/archlinux/$repo/os/$arch
-#Server = http://mirror.datacenter.by/pub/archlinux/$repo/os/$arch
-
-## Belgium
-#Server = http://archlinux.cu.be/$repo/os/$arch
-#Server = http://archlinux.mirror.kangaroot.net/$repo/os/$arch
-
-## Bosnia and Herzegovina
-#Server = http://burek.archlinux.ba/$repo/os/$arch
-
-## Brazil
-#Server = http://archlinux-br.mirror.host1plus.com/$repo/os/$arch
-#Server = http://archlinux.c3sl.ufpr.br/$repo/os/$arch
-#Server = http://www.lasca.ic.unicamp.br/pub/archlinux/$repo/os/$arch
-#Server = http://linorg.usp.br/archlinux/$repo/os/$arch
-#Server = http://pet.inf.ufsc.br/mirrors/archlinux/$repo/os/$arch
-#Server = http://archlinux.pop-es.rnp.br/$repo/os/$arch
-
-## Bulgaria
-#Server = http://mirrors.netix.net/archlinux/$repo/os/$arch
-#Server = http://mirror.telepoint.bg/archlinux/$repo/os/$arch
-#Server = http:

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

2016-09-01 Thread Antonio Rojas
Date: Thursday, September 1, 2016 @ 08:32:29
  Author: arojas
Revision: 188205

Refresh database

Modified:
  archlinux-appstream-data/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-09-01 08:01:37 UTC (rev 188204)
+++ PKGBUILD2016-09-01 08:32:29 UTC (rev 188205)
@@ -2,8 +2,8 @@
 # Maintainer: Antonio Rojas 
 
 pkgname=archlinux-appstream-data
-pkgver=20160601
-pkgrel=2
+pkgver=20160901
+pkgrel=1
 pkgdesc="Arch Linux application database for AppStream-based software centers"
 arch=(any)
 url="http://www.archlinux.org";
@@ -14,15 +14,15 @@
  
http://sources.archlinux.org/other/community/archlinux-appstream-data/$pkgver/{core,extra,community}-icons-64x64.tar.gz
  
http://sources.archlinux.org/other/community/archlinux-appstream-data/$pkgver/{core,extra,community}-icons-128x128.tar.gz)
 noextract=({core,extra,community}.xml.gz 
{core,extra,community}-icons-{64x64,128x128}.tar.gz)
-md5sums=('f767bdf6bd7d1d59f6e2917111906979'
- '9843dcfb4166098289fb6b50162c6531'
- 'c19b1d7eb4d910cf6fd15418110698d0'
- 'ba53176cb4a1061f8d576b493d862322'
- '603e8a637bb13ed7920a5d073ee5817e'
- 'f08bab8d7b9ca5bf2a7c2b49fa727404'
- 'ba53176cb4a1061f8d576b493d862322'
- '721bf21b93c1267a81a0e75f6f5f9617'
- 'f9f635ba8ace3e2573b3186e18a3edbb')
+md5sums=('75677391d3f4d019f5b5d7fc46221598'
+ 'f29345cbab08b4e85cebd9947e36dde9'
+ 'b7904ef9e1da694a122e43bb2358dc58'
+ '31f6566d35ccd604be46ed5b1f813cdf'
+ '2f147f419ee6bdcfb7ffbde57e483a90'
+ 'ef089540bd770e53b3df53d4b734a693'
+ '31f6566d35ccd604be46ed5b1f813cdf'
+ '498e9fec97160ddd042fe9ac6c4c0301'
+ 'b88c7adf60a5d986d39892f8c0135227')
 
 package() {
   mkdir -p 
"$pkgdir"/usr/share/app-info/{icons/archlinux-arch-{core,extra,community}/{64x64,128x128},xmls}


[arch-commits] Commit in archlinux-appstream-data/repos/community-any (2 files)

2016-09-01 Thread Antonio Rojas
Date: Thursday, September 1, 2016 @ 08:32:58
  Author: arojas
Revision: 188206

archrelease: copy trunk to community-any

Added:
  archlinux-appstream-data/repos/community-any/PKGBUILD
(from rev 188205, archlinux-appstream-data/trunk/PKGBUILD)
Deleted:
  archlinux-appstream-data/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2016-09-01 08:32:29 UTC (rev 188205)
+++ PKGBUILD2016-09-01 08:32:58 UTC (rev 188206)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas 
-
-pkgname=archlinux-appstream-data
-pkgver=20160601
-pkgrel=2
-pkgdesc="Arch Linux application database for AppStream-based software centers"
-arch=(any)
-url="http://www.archlinux.org";
-license=(GPL)
-depends=()
-makedepends=()
-source=(http://sources.archlinux.org/other/community/archlinux-appstream-data/$pkgver/{core,extra,community}.xml.gz
- 
http://sources.archlinux.org/other/community/archlinux-appstream-data/$pkgver/{core,extra,community}-icons-64x64.tar.gz
- 
http://sources.archlinux.org/other/community/archlinux-appstream-data/$pkgver/{core,extra,community}-icons-128x128.tar.gz)
-noextract=({core,extra,community}.xml.gz 
{core,extra,community}-icons-{64x64,128x128}.tar.gz)
-md5sums=('f767bdf6bd7d1d59f6e2917111906979'
- '9843dcfb4166098289fb6b50162c6531'
- 'c19b1d7eb4d910cf6fd15418110698d0'
- 'ba53176cb4a1061f8d576b493d862322'
- '603e8a637bb13ed7920a5d073ee5817e'
- 'f08bab8d7b9ca5bf2a7c2b49fa727404'
- 'ba53176cb4a1061f8d576b493d862322'
- '721bf21b93c1267a81a0e75f6f5f9617'
- 'f9f635ba8ace3e2573b3186e18a3edbb')
-
-package() {
-  mkdir -p 
"$pkgdir"/usr/share/app-info/{icons/archlinux-arch-{core,extra,community}/{64x64,128x128},xmls}
-  for _repo in core extra community; do
-   tar -xzf $_repo-icons-64x64.tar.gz -C 
"$pkgdir"/usr/share/app-info/icons/archlinux-arch-$_repo/64x64
-   tar -xzf $_repo-icons-128x128.tar.gz -C 
"$pkgdir"/usr/share/app-info/icons/archlinux-arch-$_repo/128x128
-  done
-  cp *.xml.gz "$pkgdir"/usr/share/app-info/xmls/
-}

Copied: archlinux-appstream-data/repos/community-any/PKGBUILD (from rev 188205, 
archlinux-appstream-data/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-09-01 08:32:58 UTC (rev 188206)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+
+pkgname=archlinux-appstream-data
+pkgver=20160901
+pkgrel=1
+pkgdesc="Arch Linux application database for AppStream-based software centers"
+arch=(any)
+url="http://www.archlinux.org";
+license=(GPL)
+depends=()
+makedepends=()
+source=(http://sources.archlinux.org/other/community/archlinux-appstream-data/$pkgver/{core,extra,community}.xml.gz
+ 
http://sources.archlinux.org/other/community/archlinux-appstream-data/$pkgver/{core,extra,community}-icons-64x64.tar.gz
+ 
http://sources.archlinux.org/other/community/archlinux-appstream-data/$pkgver/{core,extra,community}-icons-128x128.tar.gz)
+noextract=({core,extra,community}.xml.gz 
{core,extra,community}-icons-{64x64,128x128}.tar.gz)
+md5sums=('75677391d3f4d019f5b5d7fc46221598'
+ 'f29345cbab08b4e85cebd9947e36dde9'
+ 'b7904ef9e1da694a122e43bb2358dc58'
+ '31f6566d35ccd604be46ed5b1f813cdf'
+ '2f147f419ee6bdcfb7ffbde57e483a90'
+ 'ef089540bd770e53b3df53d4b734a693'
+ '31f6566d35ccd604be46ed5b1f813cdf'
+ '498e9fec97160ddd042fe9ac6c4c0301'
+ 'b88c7adf60a5d986d39892f8c0135227')
+
+package() {
+  mkdir -p 
"$pkgdir"/usr/share/app-info/{icons/archlinux-arch-{core,extra,community}/{64x64,128x128},xmls}
+  for _repo in core extra community; do
+   tar -xzf $_repo-icons-64x64.tar.gz -C 
"$pkgdir"/usr/share/app-info/icons/archlinux-arch-$_repo/64x64
+   tar -xzf $_repo-icons-128x128.tar.gz -C 
"$pkgdir"/usr/share/app-info/icons/archlinux-arch-$_repo/128x128
+  done
+  cp *.xml.gz "$pkgdir"/usr/share/app-info/xmls/
+}


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

2016-09-01 Thread Felix Yan
Date: Thursday, September 1, 2016 @ 08:47:01
  Author: felixonmars
Revision: 188207

upgpkg: deepin-wm 1.1.2-1

Modified:
  deepin-wm/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-09-01 08:32:58 UTC (rev 188206)
+++ PKGBUILD2016-09-01 08:47:01 UTC (rev 188207)
@@ -4,7 +4,7 @@
 # Contributor: Xu Fasheng 
 
 pkgname=deepin-wm
-pkgver=1.1.1
+pkgver=1.1.2
 pkgrel=1
 pkgdesc='Deepin Window Manager'
 arch=('i686' 'x86_64')


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

2016-09-01 Thread Felix Yan
Date: Thursday, September 1, 2016 @ 08:47:26
  Author: felixonmars
Revision: 188208

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-09-01 08:47:01 UTC (rev 188207)
+++ community-i686/PKGBUILD 2016-09-01 08:47:26 UTC (rev 188208)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Josip Ponjavic 
-# Contributor: Xu Fasheng 
-
-pkgname=deepin-wm
-pkgver=1.1.1
-pkgrel=1
-pkgdesc='Deepin Window Manager'
-arch=('i686' 'x86_64')
-url="https://github.com/linuxdeepin/deepin-wm";
-license=('GPL3')
-depends=('bamf' 'clutter-gtk' 'deepin-desktop-schemas'
- 'deepin-mutter' 'gnome-desktop' 'libgee')
-makedepends=('gnome-common' 'intltool' 'vala' 'git')
-source=("git+https://cr.deepin.io/deepin-wm.git#tag=$pkgver";)
-sha256sums=('SKIP')
-
-prepare() {
-  cd "${pkgname}"
-  export CFLAGS="$CFLAGS -DWNCK_I_KNOW_THIS_IS_UNSTABLE"
-}
-
-build() {
-  cd "${pkgname}"
-  ./autogen.sh \
---prefix='/usr' \
---disable-schemas-compile
-  make
-}
-
-package() {
-  cd "${pkgname}"
-  make DESTDIR="${pkgdir}" install
-}

Copied: deepin-wm/repos/community-i686/PKGBUILD (from rev 188207, 
deepin-wm/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-09-01 08:47:26 UTC (rev 188208)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Josip Ponjavic 
+# Contributor: Xu Fasheng 
+
+pkgname=deepin-wm
+pkgver=1.1.2
+pkgrel=1
+pkgdesc='Deepin Window Manager'
+arch=('i686' 'x86_64')
+url="https://github.com/linuxdeepin/deepin-wm";
+license=('GPL3')
+depends=('bamf' 'clutter-gtk' 'deepin-desktop-schemas'
+ 'deepin-mutter' 'gnome-desktop' 'libgee')
+makedepends=('gnome-common' 'intltool' 'vala' 'git')
+source=("git+https://cr.deepin.io/deepin-wm.git#tag=$pkgver";)
+sha256sums=('SKIP')
+
+prepare() {
+  cd "${pkgname}"
+  export CFLAGS="$CFLAGS -DWNCK_I_KNOW_THIS_IS_UNSTABLE"
+}
+
+build() {
+  cd "${pkgname}"
+  ./autogen.sh \
+--prefix='/usr' \
+--disable-schemas-compile
+  make
+}
+
+package() {
+  cd "${pkgname}"
+  make DESTDIR="${pkgdir}" install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-09-01 08:47:01 UTC (rev 188207)
+++ community-x86_64/PKGBUILD   2016-09-01 08:47:26 UTC (rev 188208)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Josip Ponjavic 
-# Contributor: Xu Fasheng 
-
-pkgname=deepin-wm
-pkgver=1.1.1
-pkgrel=1
-pkgdesc='Deepin Window Manager'
-arch=('i686' 'x86_64')
-url="https://github.com/linuxdeepin/deepin-wm";
-license=('GPL3')
-depends=('bamf' 'clutter-gtk' 'deepin-desktop-schemas'
- 'deepin-mutter' 'gnome-desktop' 'libgee')
-makedepends=('gnome-common' 'intltool' 'vala' 'git')
-source=("git+https://cr.deepin.io/deepin-wm.git#tag=$pkgver";)
-sha256sums=('SKIP')
-
-prepare() {
-  cd "${pkgname}"
-  export CFLAGS="$CFLAGS -DWNCK_I_KNOW_THIS_IS_UNSTABLE"
-}
-
-build() {
-  cd "${pkgname}"
-  ./autogen.sh \
---prefix='/usr' \
---disable-schemas-compile
-  make
-}
-
-package() {
-  cd "${pkgname}"
-  make DESTDIR="${pkgdir}" install
-}

Copied: deepin-wm/repos/community-x86_64/PKGBUILD (from rev 188207, 
deepin-wm/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2016-09-01 08:47:26 UTC (rev 188208)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Josip Ponjavic 
+# Contributor: Xu Fasheng 
+
+pkgname=deepin-wm
+pkgver=1.1.2
+pkgrel=1
+pkgdesc='Deepin Window Manager'
+arch=('i686' 'x86_64')
+url="https://github.com/linuxdeepin/deepin-wm";
+license=('GPL3')
+depends=('bamf' 'clutter-gtk' 'deepin-desktop-schemas'
+ 'deepin-mutter' 'gnome-desktop' 'libgee')
+makedepends=('gnome-common' 'intltool' 'vala' 'git')
+source=("git+https://cr.deepin.io/deepin-wm.git#tag=$pkgver";)
+sha256sums=('SKIP')
+
+prepare() {
+  cd "${pkgname}"
+  export CFLAGS="$CFLAGS -DWNCK_I_KNOW_THIS_IS_UNSTABLE"
+}
+
+build() {
+  cd "${pkgname}"
+  ./autogen.sh \
+--prefix='/usr' \
+--disable-schemas-compile
+  make
+}
+
+package() {
+  cd "${pkgname}"
+  make DESTDIR

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

2016-09-01 Thread Bartłomiej Piotrowski
Date: Thursday, September 1, 2016 @ 08:52:42
  Author: bpiotrowski
Revision: 275641

upgpkg: chromium 53.0.2785.89-1

new upstream release

Modified:
  chromium/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-09-01 08:06:03 UTC (rev 275640)
+++ PKGBUILD2016-09-01 08:52:42 UTC (rev 275641)
@@ -5,7 +5,7 @@
 # Contributor: Daniel J Griffiths 
 
 pkgname=chromium
-pkgver=52.0.2743.116
+pkgver=53.0.2785.89
 pkgrel=1
 _launcher_ver=3
 pkgdesc="The open-source project behind Google Chrome, an attempt at creating 
a safer, faster, and more stable browser"
@@ -30,7 +30,7 @@
 chromium-widevine.patch
 PNGImageDecoder.patch
 chromium-52.0.2743.116-unset-madv_free.patch)
-sha256sums=('a194ae1edb041024b3d4b6ba438f32fefdb6f1ecb24a96c50248a486b237a101'
+sha256sums=('2e3c5f7b12b5b4f150b93004a718fb85778aeddc4df05bbf92b99a19a1c63dee'
 '8b01fb4efe58146279858a754d90b49e5a38c9a0b36a1f84cbb7d12f92b84c28'
 '028a748a5c275de9b8f776f97909f999a8583a4b77fd1cd600b4fc5c0c3e91e9'
 'd6fdcb922e5a7fbe15759d39ccc8ea4225821c44d98054ce0f23f9d1f00c9808'
@@ -66,9 +66,6 @@
   sed "s/@WIDEVINE_VERSION@/Pinkie Pie/" ../chromium-widevine.patch |
 patch -Np1
 
-  # Chromium 51 won't build without this patch. Not reported upstream yet 
AFAIK.
-  patch -p1 -i "$srcdir"/PNGImageDecoder.patch
-
   # Commentception – use bundled ICU due to build failures (50.0.2661.75)
   # See https://crbug.com/584920 and https://crbug.com/592268
   # ---


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

2016-09-01 Thread Bartłomiej Piotrowski
Date: Thursday, September 1, 2016 @ 08:52:52
  Author: bpiotrowski
Revision: 275642

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

Added:
  chromium/repos/extra-i686/PKGBUILD
(from rev 275641, chromium/trunk/PKGBUILD)
  chromium/repos/extra-i686/PNGImageDecoder.patch
(from rev 275641, chromium/trunk/PNGImageDecoder.patch)
  chromium/repos/extra-i686/chromium-52.0.2743.116-unset-madv_free.patch
(from rev 275641, 
chromium/trunk/chromium-52.0.2743.116-unset-madv_free.patch)
  chromium/repos/extra-i686/chromium-widevine.patch
(from rev 275641, chromium/trunk/chromium-widevine.patch)
  chromium/repos/extra-i686/chromium.desktop
(from rev 275641, chromium/trunk/chromium.desktop)
  chromium/repos/extra-i686/chromium.install
(from rev 275641, chromium/trunk/chromium.install)
  chromium/repos/extra-x86_64/PKGBUILD
(from rev 275641, chromium/trunk/PKGBUILD)
  chromium/repos/extra-x86_64/PNGImageDecoder.patch
(from rev 275641, chromium/trunk/PNGImageDecoder.patch)
  chromium/repos/extra-x86_64/chromium-52.0.2743.116-unset-madv_free.patch
(from rev 275641, 
chromium/trunk/chromium-52.0.2743.116-unset-madv_free.patch)
  chromium/repos/extra-x86_64/chromium-widevine.patch
(from rev 275641, chromium/trunk/chromium-widevine.patch)
  chromium/repos/extra-x86_64/chromium.desktop
(from rev 275641, chromium/trunk/chromium.desktop)
  chromium/repos/extra-x86_64/chromium.install
(from rev 275641, chromium/trunk/chromium.install)
Deleted:
  chromium/repos/extra-i686/PKGBUILD
  chromium/repos/extra-i686/PNGImageDecoder.patch
  chromium/repos/extra-i686/chromium-52.0.2743.116-unset-madv_free.patch
  chromium/repos/extra-i686/chromium-widevine.patch
  chromium/repos/extra-i686/chromium.desktop
  chromium/repos/extra-i686/chromium.install
  chromium/repos/extra-x86_64/PKGBUILD
  chromium/repos/extra-x86_64/PNGImageDecoder.patch
  chromium/repos/extra-x86_64/chromium-52.0.2743.116-unset-madv_free.patch
  chromium/repos/extra-x86_64/chromium-widevine.patch
  chromium/repos/extra-x86_64/chromium.desktop
  chromium/repos/extra-x86_64/chromium.install

---+
 /PKGBUILD |  452 
 /PNGImageDecoder.patch|   22 
 /chromium-52.0.2743.116-unset-madv_free.patch |   30 
 /chromium-widevine.patch  |   20 
 /chromium.desktop |  224 +
 /chromium.install |   32 
 extra-i686/PKGBUILD   |  229 --
 extra-i686/PNGImageDecoder.patch  |   11 
 extra-i686/chromium-52.0.2743.116-unset-madv_free.patch   |   15 
 extra-i686/chromium-widevine.patch|   10 
 extra-i686/chromium.desktop   |  112 --
 extra-i686/chromium.install   |   16 
 extra-x86_64/PKGBUILD |  229 --
 extra-x86_64/PNGImageDecoder.patch|   11 
 extra-x86_64/chromium-52.0.2743.116-unset-madv_free.patch |   15 
 extra-x86_64/chromium-widevine.patch  |   10 
 extra-x86_64/chromium.desktop |  112 --
 extra-x86_64/chromium.install |   16 
 18 files changed, 780 insertions(+), 786 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-09-01 08:52:42 UTC (rev 275641)
+++ extra-i686/PKGBUILD 2016-09-01 08:52:52 UTC (rev 275642)
@@ -1,229 +0,0 @@
-# $Id$
-# Maintainer: Evangelos Foutras 
-# Contributor: Pierre Schmitz 
-# Contributor: Jan "heftig" Steffens 
-# Contributor: Daniel J Griffiths 
-
-pkgname=chromium
-pkgver=52.0.2743.116
-pkgrel=1
-_launcher_ver=3
-pkgdesc="The open-source project behind Google Chrome, an attempt at creating 
a safer, faster, and more stable browser"
-arch=('i686' 'x86_64')
-url="http://www.chromium.org/";
-license=('BSD')
-depends=('gtk2' 'nss' 'alsa-lib' 'xdg-utils' 'bzip2' 'libevent' 'libxss'
- 'libexif' 'libgcrypt' 'ttf-font' 'systemd' 'dbus' 'flac' 'snappy'
- 'speech-dispatcher' 'pciutils' 'libpulse' 'harfbuzz' 'libsecret'
- 'libvpx' 'perl' 'perl-file-basedir' 'desktop-file-utils'
- 'hicolor-icon-theme')
-makedepends=('python2' 'gperf' 'yasm' 'mesa' 'ninja')
-makedepends_x86_64=('lib32-gcc-libs' 'lib32-zlib')
-optdepends=('kdebase-kdialog: needed for file dialogs in KDE'
-'gnome-keyring: for storing passwords in GNOME keyring'
-'kwallet: for storing passwords in KWallet')
-options=('!strip')
-install=chromium.install
-source=(https://commondatastorage.googleapis.com/chromium-browser-official/$pkgname-$pkgver.tar.xz
-
chromium-launcher-$_launcher_ver.tar.gz::https://github.com/foutrelis/chromium-launcher/archive/v$

[arch-commits] Commit in chromium/trunk (PKGBUILD PNGImageDecoder.patch)

2016-09-01 Thread Bartłomiej Piotrowski
Date: Thursday, September 1, 2016 @ 08:53:16
  Author: bpiotrowski
Revision: 275643

Remove unused patch

Modified:
  chromium/trunk/PKGBUILD
Deleted:
  chromium/trunk/PNGImageDecoder.patch

---+
 PKGBUILD  |1 -
 PNGImageDecoder.patch |   11 ---
 2 files changed, 12 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-09-01 08:52:52 UTC (rev 275642)
+++ PKGBUILD2016-09-01 08:53:16 UTC (rev 275643)
@@ -28,7 +28,6 @@
 
chromium-launcher-$_launcher_ver.tar.gz::https://github.com/foutrelis/chromium-launcher/archive/v$_launcher_ver.tar.gz
 chromium.desktop
 chromium-widevine.patch
-PNGImageDecoder.patch
 chromium-52.0.2743.116-unset-madv_free.patch)
 sha256sums=('2e3c5f7b12b5b4f150b93004a718fb85778aeddc4df05bbf92b99a19a1c63dee'
 '8b01fb4efe58146279858a754d90b49e5a38c9a0b36a1f84cbb7d12f92b84c28'

Deleted: PNGImageDecoder.patch
===
--- PNGImageDecoder.patch   2016-09-01 08:52:52 UTC (rev 275642)
+++ PNGImageDecoder.patch   2016-09-01 08:53:16 UTC (rev 275643)
@@ -1,11 +0,0 @@
 
a/third_party/WebKit/Source/platform/image-decoders/png/PNGImageDecoder.cppg
   2016-05-01 15:22:46.103607522 +0800
-+++ 
b/third_party/WebKit/Source/platform/image-decoders/png/PNGImageDecoder.cpp 
   2016-05-01 15:25:14.459753876 +0800
-@@ -234,7 +234,7 @@
- #endif
- png_uint_32 profileLength = 0;
- if (png_get_iCCP(png, info, &profileName, &compressionType, 
&profile, &profileLength)) {
--setColorProfileAndTransform(profile, profileLength, 
imageHasAlpha, false /* useSRGB */);
-+setColorProfileAndTransform((const char*)profile, 
profileLength, imageHasAlpha, false /* useSRGB */);
- }
- }
- #endif // PNG_iCCP_SUPPORTED


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

2016-09-01 Thread Felix Yan
Date: Thursday, September 1, 2016 @ 09:00:03
  Author: felixonmars
Revision: 188209

upgpkg: deepin-tool-kit 0.1.5-1

Modified:
  deepin-tool-kit/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-09-01 08:47:26 UTC (rev 188208)
+++ PKGBUILD2016-09-01 09:00:03 UTC (rev 188209)
@@ -4,7 +4,7 @@
 # Contributor: Xu Fasheng 
 
 pkgname=deepin-tool-kit
-pkgver=0.1.4
+pkgver=0.1.5
 pkgrel=1
 pkgdesc='Base development tool of all C++/Qt Developer work on Deepin'
 arch=('i686' 'x86_64')


[arch-commits] Commit in deepin-tool-kit/repos (4 files)

2016-09-01 Thread Felix Yan
Date: Thursday, September 1, 2016 @ 09:00:28
  Author: felixonmars
Revision: 188210

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

Added:
  deepin-tool-kit/repos/community-i686/PKGBUILD
(from rev 188209, deepin-tool-kit/trunk/PKGBUILD)
  deepin-tool-kit/repos/community-x86_64/PKGBUILD
(from rev 188209, deepin-tool-kit/trunk/PKGBUILD)
Deleted:
  deepin-tool-kit/repos/community-i686/PKGBUILD
  deepin-tool-kit/repos/community-x86_64/PKGBUILD

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-09-01 09:00:03 UTC (rev 188209)
+++ community-i686/PKGBUILD 2016-09-01 09:00:28 UTC (rev 188210)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Josip Ponjavic 
-# Contributor: Xu Fasheng 
-
-pkgname=deepin-tool-kit
-pkgver=0.1.4
-pkgrel=1
-pkgdesc='Base development tool of all C++/Qt Developer work on Deepin'
-arch=('i686' 'x86_64')
-url="https://github.com/linuxdeepin/deepin-tool-kit";
-license=('GPL3')
-depends=('qt5-multimedia' 'qt5-x11extras' 'startup-notification')
-makedepends=('git')
-replaces=('libdui')
-source=("git+https://github.com/linuxdeepin/deepin-tool-kit.git#tag=$pkgver";)
-sha256sums=('SKIP')
-
-build() {
-  cd deepin-tool-kit
-  qmake-qt5 PREFIX=/usr
-  make
-}
-
-package() {
-  cd deepin-tool-kit
-  make INSTALL_ROOT="$pkgdir" install
-
-  rm -r "$pkgdir"/usr/tests
-}

Copied: deepin-tool-kit/repos/community-i686/PKGBUILD (from rev 188209, 
deepin-tool-kit/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-09-01 09:00:28 UTC (rev 188210)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Josip Ponjavic 
+# Contributor: Xu Fasheng 
+
+pkgname=deepin-tool-kit
+pkgver=0.1.5
+pkgrel=1
+pkgdesc='Base development tool of all C++/Qt Developer work on Deepin'
+arch=('i686' 'x86_64')
+url="https://github.com/linuxdeepin/deepin-tool-kit";
+license=('GPL3')
+depends=('qt5-multimedia' 'qt5-x11extras' 'startup-notification')
+makedepends=('git')
+replaces=('libdui')
+source=("git+https://github.com/linuxdeepin/deepin-tool-kit.git#tag=$pkgver";)
+sha256sums=('SKIP')
+
+build() {
+  cd deepin-tool-kit
+  qmake-qt5 PREFIX=/usr
+  make
+}
+
+package() {
+  cd deepin-tool-kit
+  make INSTALL_ROOT="$pkgdir" install
+
+  rm -r "$pkgdir"/usr/tests
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-09-01 09:00:03 UTC (rev 188209)
+++ community-x86_64/PKGBUILD   2016-09-01 09:00:28 UTC (rev 188210)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Josip Ponjavic 
-# Contributor: Xu Fasheng 
-
-pkgname=deepin-tool-kit
-pkgver=0.1.4
-pkgrel=1
-pkgdesc='Base development tool of all C++/Qt Developer work on Deepin'
-arch=('i686' 'x86_64')
-url="https://github.com/linuxdeepin/deepin-tool-kit";
-license=('GPL3')
-depends=('qt5-multimedia' 'qt5-x11extras' 'startup-notification')
-makedepends=('git')
-replaces=('libdui')
-source=("git+https://github.com/linuxdeepin/deepin-tool-kit.git#tag=$pkgver";)
-sha256sums=('SKIP')
-
-build() {
-  cd deepin-tool-kit
-  qmake-qt5 PREFIX=/usr
-  make
-}
-
-package() {
-  cd deepin-tool-kit
-  make INSTALL_ROOT="$pkgdir" install
-
-  rm -r "$pkgdir"/usr/tests
-}

Copied: deepin-tool-kit/repos/community-x86_64/PKGBUILD (from rev 188209, 
deepin-tool-kit/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2016-09-01 09:00:28 UTC (rev 188210)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Josip Ponjavic 
+# Contributor: Xu Fasheng 
+
+pkgname=deepin-tool-kit
+pkgver=0.1.5
+pkgrel=1
+pkgdesc='Base development tool of all C++/Qt Developer work on Deepin'
+arch=('i686' 'x86_64')
+url="https://github.com/linuxdeepin/deepin-tool-kit";
+license=('GPL3')
+depends=('qt5-multimedia' 'qt5-x11extras' 'startup-notification')
+makedepends=('git')
+replaces=('libdui')
+source=("git+https://github.com/linuxdeepin/deepin-tool-kit.git#tag=$pkgver";)
+sha256sums=('SKIP')
+
+build() {
+  cd deepin-tool-kit
+  qmake-qt5 PREFIX=/usr
+  make
+}
+
+package() {
+  cd deepin-tool-kit
+  make INSTALL_ROOT="$pkgdir" install
+
+  rm -r "$pkgdir"/usr/tests
+}


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

2016-09-01 Thread Felix Yan
Date: Thursday, September 1, 2016 @ 09:06:07
  Author: felixonmars
Revision: 188211

upgpkg: deepin-metacity 3.20.4-1

Modified:
  deepin-metacity/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-09-01 09:00:28 UTC (rev 188210)
+++ PKGBUILD2016-09-01 09:06:07 UTC (rev 188211)
@@ -4,7 +4,7 @@
 # Contributor: Jan de Groot 
  
 pkgname=deepin-metacity
-pkgver=3.20.3
+pkgver=3.20.4
 pkgrel=1
 pkgdesc="2D window manager for Deepin"
 arch=('i686' 'x86_64')


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

2016-09-01 Thread Felix Yan
Date: Thursday, September 1, 2016 @ 09:06:30
  Author: felixonmars
Revision: 188212

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

Added:
  deepin-metacity/repos/community-i686/PKGBUILD
(from rev 188211, deepin-metacity/trunk/PKGBUILD)
  deepin-metacity/repos/community-x86_64/PKGBUILD
(from rev 188211, deepin-metacity/trunk/PKGBUILD)
Deleted:
  deepin-metacity/repos/community-i686/PKGBUILD
  deepin-metacity/repos/community-x86_64/PKGBUILD

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-09-01 09:06:07 UTC (rev 188211)
+++ community-i686/PKGBUILD 2016-09-01 09:06:30 UTC (rev 188212)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Balló György 
-# Contributor: Jan de Groot 
- 
-pkgname=deepin-metacity
-pkgver=3.20.3
-pkgrel=1
-pkgdesc="2D window manager for Deepin"
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('dconf' 'libcanberra' 'libgtop' 'libsm' 'deepin-desktop-schemas' 
'gtk3' 'startup-notification' 'zenity' 'bamf')
-makedepends=('intltool' 'itstool' 'autoconf-archive' 'yelp-tools' 'python' 
'git')
-url="https://github.com/linuxdeepin/deepin-metacity";
-source=("git+https://github.com/linuxdeepin/deepin-metacity.git#tag=$pkgver";)
-sha256sums=('SKIP')
- 
-prepare() {
-  cd $pkgname
-}
- 
-build() {
-  cd $pkgname
-  ./autogen.sh --prefix=/usr --sysconfdir=/etc --localstatedir=/var 
--libexecdir=/usr/lib/$pkgname \
-   --disable-static --disable-schemas-compile
-  make
-}
- 
-package() {
-  cd $pkgname
-  make DESTDIR="$pkgdir" install
-}

Copied: deepin-metacity/repos/community-i686/PKGBUILD (from rev 188211, 
deepin-metacity/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-09-01 09:06:30 UTC (rev 188212)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Balló György 
+# Contributor: Jan de Groot 
+ 
+pkgname=deepin-metacity
+pkgver=3.20.4
+pkgrel=1
+pkgdesc="2D window manager for Deepin"
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('dconf' 'libcanberra' 'libgtop' 'libsm' 'deepin-desktop-schemas' 
'gtk3' 'startup-notification' 'zenity' 'bamf')
+makedepends=('intltool' 'itstool' 'autoconf-archive' 'yelp-tools' 'python' 
'git')
+url="https://github.com/linuxdeepin/deepin-metacity";
+source=("git+https://github.com/linuxdeepin/deepin-metacity.git#tag=$pkgver";)
+sha256sums=('SKIP')
+ 
+prepare() {
+  cd $pkgname
+}
+ 
+build() {
+  cd $pkgname
+  ./autogen.sh --prefix=/usr --sysconfdir=/etc --localstatedir=/var 
--libexecdir=/usr/lib/$pkgname \
+   --disable-static --disable-schemas-compile
+  make
+}
+ 
+package() {
+  cd $pkgname
+  make DESTDIR="$pkgdir" install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-09-01 09:06:07 UTC (rev 188211)
+++ community-x86_64/PKGBUILD   2016-09-01 09:06:30 UTC (rev 188212)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Balló György 
-# Contributor: Jan de Groot 
- 
-pkgname=deepin-metacity
-pkgver=3.20.3
-pkgrel=1
-pkgdesc="2D window manager for Deepin"
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('dconf' 'libcanberra' 'libgtop' 'libsm' 'deepin-desktop-schemas' 
'gtk3' 'startup-notification' 'zenity' 'bamf')
-makedepends=('intltool' 'itstool' 'autoconf-archive' 'yelp-tools' 'python' 
'git')
-url="https://github.com/linuxdeepin/deepin-metacity";
-source=("git+https://github.com/linuxdeepin/deepin-metacity.git#tag=$pkgver";)
-sha256sums=('SKIP')
- 
-prepare() {
-  cd $pkgname
-}
- 
-build() {
-  cd $pkgname
-  ./autogen.sh --prefix=/usr --sysconfdir=/etc --localstatedir=/var 
--libexecdir=/usr/lib/$pkgname \
-   --disable-static --disable-schemas-compile
-  make
-}
- 
-package() {
-  cd $pkgname
-  make DESTDIR="$pkgdir" install
-}

Copied: deepin-metacity/repos/community-x86_64/PKGBUILD (from rev 188211, 
deepin-metacity/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2016-09-01 09:06:30 UTC (rev 188212)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Balló György 
+# Contributor: Jan de Groot 
+ 
+pkgname=deepin-metacity
+pkgver=3.20.4
+pkgrel=1
+pkgdesc="2D window manager for Deepin"
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('dconf' 'libcanberra' 'libgtop' 'libsm' 'deepin-desktop-schemas' 
'gtk3' 'startup-notification' 'zenity' 'bamf')
+makedepends=('intltool' 'itstool' 'autoconf-archive

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

2016-09-01 Thread Laurent Carlier
Date: Thursday, September 1, 2016 @ 09:23:24
  Author: lcarlier
Revision: 188213

upgpkg: lib32-elfutils 0.167-1

upstream update 0.167

Modified:
  lib32-elfutils/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-09-01 09:06:30 UTC (rev 188212)
+++ PKGBUILD2016-09-01 09:23:24 UTC (rev 188213)
@@ -4,7 +4,7 @@
 
 _pkgbasename=elfutils
 pkgname=lib32-elfutils
-pkgver=0.166
+pkgver=0.167
 pkgrel=1
 pkgdesc="Collection of libraries for working with ELF object files and DWARF 
debugging information (32-bit)"
 arch=('x86_64')
@@ -14,7 +14,7 @@
 makedepends=('gcc-multilib')
 
source=(https://fedorahosted.org/releases/e/l/elfutils/${pkgver}/elfutils-${pkgver}.tar.bz2{,.sig})
 options=('staticlibs')
-sha1sums=('00b678e1182c331ea75af982d666bbc38ef8b055'
+sha1sums=('91cec7fec0031758cc0c842a87ee8c5faa4d8107'
   'SKIP')
 validpgpkeys=('47CC0331081B8BC6D0FD4DA08370665B57816A6A') # Mark J. Wielaard 

 


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

2016-09-01 Thread Laurent Carlier
Date: Thursday, September 1, 2016 @ 09:23:30
  Author: lcarlier
Revision: 188214

archrelease: copy trunk to multilib-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2016-09-01 09:23:24 UTC (rev 188213)
+++ PKGBUILD2016-09-01 09:23:30 UTC (rev 188214)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Stéphane Gaudreault 
-# Contributor: Andrej Gelenberg 
-
-_pkgbasename=elfutils
-pkgname=lib32-elfutils
-pkgver=0.166
-pkgrel=1
-pkgdesc="Collection of libraries for working with ELF object files and DWARF 
debugging information (32-bit)"
-arch=('x86_64')
-url="https://fedorahosted.org/elfutils/";
-license=('LGPL3' 'GPL' 'GPL3')
-depends=('lib32-bzip2' 'lib32-zlib' 'elfutils')
-makedepends=('gcc-multilib')
-source=(https://fedorahosted.org/releases/e/l/elfutils/${pkgver}/elfutils-${pkgver}.tar.bz2{,.sig})
-options=('staticlibs')
-sha1sums=('00b678e1182c331ea75af982d666bbc38ef8b055'
-  'SKIP')
-validpgpkeys=('47CC0331081B8BC6D0FD4DA08370665B57816A6A') # Mark J. Wielaard 

-
-build() {
-  cd ${srcdir}/${_pkgbasename}-${pkgver}
-   
-  export CC="gcc -m32"
-  export CXX="g++ -m32"
-  export PKG_CONFIG_PATH="/usr/lib32/pkgconfig"
-  CFLAGS+=" -g"  # required for test-suite success
-  
-  ./configure --prefix=/usr --libdir=/usr/lib32
-  make
-}
-
-package() {
-  cd ${srcdir}/${_pkgbasename}-${pkgver}
-
-  make DESTDIR=${pkgdir} install
-  rm -rf ${pkgdir}/usr/{bin,include,share}
-}

Copied: lib32-elfutils/repos/multilib-x86_64/PKGBUILD (from rev 188213, 
lib32-elfutils/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-09-01 09:23:30 UTC (rev 188214)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Stéphane Gaudreault 
+# Contributor: Andrej Gelenberg 
+
+_pkgbasename=elfutils
+pkgname=lib32-elfutils
+pkgver=0.167
+pkgrel=1
+pkgdesc="Collection of libraries for working with ELF object files and DWARF 
debugging information (32-bit)"
+arch=('x86_64')
+url="https://fedorahosted.org/elfutils/";
+license=('LGPL3' 'GPL' 'GPL3')
+depends=('lib32-bzip2' 'lib32-zlib' 'elfutils')
+makedepends=('gcc-multilib')
+source=(https://fedorahosted.org/releases/e/l/elfutils/${pkgver}/elfutils-${pkgver}.tar.bz2{,.sig})
+options=('staticlibs')
+sha1sums=('91cec7fec0031758cc0c842a87ee8c5faa4d8107'
+  'SKIP')
+validpgpkeys=('47CC0331081B8BC6D0FD4DA08370665B57816A6A') # Mark J. Wielaard 

+
+build() {
+  cd ${srcdir}/${_pkgbasename}-${pkgver}
+   
+  export CC="gcc -m32"
+  export CXX="g++ -m32"
+  export PKG_CONFIG_PATH="/usr/lib32/pkgconfig"
+  CFLAGS+=" -g"  # required for test-suite success
+  
+  ./configure --prefix=/usr --libdir=/usr/lib32
+  make
+}
+
+package() {
+  cd ${srcdir}/${_pkgbasename}-${pkgver}
+
+  make DESTDIR=${pkgdir} install
+  rm -rf ${pkgdir}/usr/{bin,include,share}
+}


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

2016-09-01 Thread Laurent Carlier
Date: Thursday, September 1, 2016 @ 09:27:10
  Author: lcarlier
Revision: 188215

upgpkg: lib32-sqlite 3.14.1-1

upstream update 3.14.1

Modified:
  lib32-sqlite/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-09-01 09:23:30 UTC (rev 188214)
+++ PKGBUILD2016-09-01 09:27:10 UTC (rev 188215)
@@ -5,9 +5,9 @@
 
 _pkgbasename=sqlite
 pkgname=lib32-sqlite
-_srcver=314
+_srcver=3140100
 _docver=${_srcver}
-pkgver=3.14.0
+pkgver=3.14.1
 pkgrel=1
 pkgdesc="A C library that implements an SQL database engine (32-bit)"
 arch=('x86_64')
@@ -16,7 +16,7 @@
 depends=(lib32-glibc $_pkgbasename)
 makedepends=('tcl' 'gcc-multilib' 'lib32-readline')
 source=(http://www.sqlite.org/2016/sqlite-src-${_srcver}.zip)
-sha1sums=('d9470fa06b352e3e17b6c4b78cf8059ac1f79aa4')
+sha1sums=('7127041adb3f7f94f0a668625d9e74a413c1ddbb')
 options=('!makeflags')
 provides=("lib32-sqlite3=$pkgver")
 replaces=("lib32-sqlite3")


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

2016-09-01 Thread Laurent Carlier
Date: Thursday, September 1, 2016 @ 09:27:16
  Author: lcarlier
Revision: 188216

archrelease: copy trunk to multilib-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2016-09-01 09:27:10 UTC (rev 188215)
+++ PKGBUILD2016-09-01 09:27:16 UTC (rev 188216)
@@ -1,62 +0,0 @@
-# $Id$
-# Maintainer: Biru Ionut 
-# Contributor: Mikko Seppälä 
-# Contributor: Kaos < gianlucaatlas dot gmail dot com >
-
-_pkgbasename=sqlite
-pkgname=lib32-sqlite
-_srcver=314
-_docver=${_srcver}
-pkgver=3.14.0
-pkgrel=1
-pkgdesc="A C library that implements an SQL database engine (32-bit)"
-arch=('x86_64')
-license=('custom')
-url="http://www.sqlite.org/";
-depends=(lib32-glibc $_pkgbasename)
-makedepends=('tcl' 'gcc-multilib' 'lib32-readline')
-source=(http://www.sqlite.org/2016/sqlite-src-${_srcver}.zip)
-sha1sums=('d9470fa06b352e3e17b6c4b78cf8059ac1f79aa4')
-options=('!makeflags')
-provides=("lib32-sqlite3=$pkgver")
-replaces=("lib32-sqlite3")
-conflicts=("lib32-sqlite3")
-
-prepare() {
-  cd "$srcdir"/sqlite-src-$_srcver
-  autoreconf -vfi
-}
-
-build() {
-  cd "$srcdir"/sqlite-src-$_srcver
-
-  export CC="gcc -m32"
-  export CXX="g++ -m32"
-  export PKG_CONFIG_PATH="/usr/lib32/pkgconfig"
-
-  export LTLINK_EXTRAS="-ldl"
-  export CFLAGS="$CFLAGS -DSQLITE_ENABLE_FTS3=1 \
- -DSQLITE_ENABLE_COLUMN_METADATA=1 \
- -DSQLITE_ENABLE_UNLOCK_NOTIFY \
- -DSQLITE_ENABLE_DBSTAT_VTAB=1 \
- -DSQLITE_ENABLE_FTS3_TOKENIZER=1 \
- -DSQLITE_ENABLE_RTREE=1 \
- -DSQLITE_SECURE_DELETE"
-
-  ./configure --prefix=/usr \
---libdir=/usr/lib32 \
---disable-tcl \
---disable-static
-
-  make
-}
-
-package() {
-  cd "$srcdir"/sqlite-src-$_srcver
-
-  make DESTDIR=${pkgdir} install
-
-  rm -rf "${pkgdir}"/usr/{include,share,bin}
-  mkdir -p "$pkgdir/usr/share/licenses"
-  ln -s $_pkgbasename "$pkgdir/usr/share/licenses/$pkgname"
-}

Copied: lib32-sqlite/repos/multilib-x86_64/PKGBUILD (from rev 188215, 
lib32-sqlite/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-09-01 09:27:16 UTC (rev 188216)
@@ -0,0 +1,62 @@
+# $Id$
+# Maintainer: Biru Ionut 
+# Contributor: Mikko Seppälä 
+# Contributor: Kaos < gianlucaatlas dot gmail dot com >
+
+_pkgbasename=sqlite
+pkgname=lib32-sqlite
+_srcver=3140100
+_docver=${_srcver}
+pkgver=3.14.1
+pkgrel=1
+pkgdesc="A C library that implements an SQL database engine (32-bit)"
+arch=('x86_64')
+license=('custom')
+url="http://www.sqlite.org/";
+depends=(lib32-glibc $_pkgbasename)
+makedepends=('tcl' 'gcc-multilib' 'lib32-readline')
+source=(http://www.sqlite.org/2016/sqlite-src-${_srcver}.zip)
+sha1sums=('7127041adb3f7f94f0a668625d9e74a413c1ddbb')
+options=('!makeflags')
+provides=("lib32-sqlite3=$pkgver")
+replaces=("lib32-sqlite3")
+conflicts=("lib32-sqlite3")
+
+prepare() {
+  cd "$srcdir"/sqlite-src-$_srcver
+  autoreconf -vfi
+}
+
+build() {
+  cd "$srcdir"/sqlite-src-$_srcver
+
+  export CC="gcc -m32"
+  export CXX="g++ -m32"
+  export PKG_CONFIG_PATH="/usr/lib32/pkgconfig"
+
+  export LTLINK_EXTRAS="-ldl"
+  export CFLAGS="$CFLAGS -DSQLITE_ENABLE_FTS3=1 \
+ -DSQLITE_ENABLE_COLUMN_METADATA=1 \
+ -DSQLITE_ENABLE_UNLOCK_NOTIFY \
+ -DSQLITE_ENABLE_DBSTAT_VTAB=1 \
+ -DSQLITE_ENABLE_FTS3_TOKENIZER=1 \
+ -DSQLITE_ENABLE_RTREE=1 \
+ -DSQLITE_SECURE_DELETE"
+
+  ./configure --prefix=/usr \
+--libdir=/usr/lib32 \
+--disable-tcl \
+--disable-static
+
+  make
+}
+
+package() {
+  cd "$srcdir"/sqlite-src-$_srcver
+
+  make DESTDIR=${pkgdir} install
+
+  rm -rf "${pkgdir}"/usr/{include,share,bin}
+  mkdir -p "$pkgdir/usr/share/licenses"
+  ln -s $_pkgbasename "$pkgdir/usr/share/licenses/$pkgname"
+}


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

2016-09-01 Thread Bartłomiej Piotrowski
Date: Thursday, September 1, 2016 @ 09:36:08
  Author: bpiotrowski
Revision: 275644

Update checksums

Modified:
  chromium/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-09-01 08:53:16 UTC (rev 275643)
+++ PKGBUILD2016-09-01 09:36:08 UTC (rev 275644)
@@ -33,7 +33,6 @@
 '8b01fb4efe58146279858a754d90b49e5a38c9a0b36a1f84cbb7d12f92b84c28'
 '028a748a5c275de9b8f776f97909f999a8583a4b77fd1cd600b4fc5c0c3e91e9'
 'd6fdcb922e5a7fbe15759d39ccc8ea4225821c44d98054ce0f23f9d1f00c9808'
-'d9fd982ba6d50edb7743db6122b975ad1d3da5a9ad907c8ab7cf574395b186cd'
 '3b3aa9e28f29e6f539ed1c7832e79463b13128863a02e9c6fecd16c30d61c227')
 
 # Google API keys (see http://www.chromium.org/developers/how-tos/api-keys)


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

2016-09-01 Thread Laurent Carlier
Date: Thursday, September 1, 2016 @ 09:36:42
  Author: lcarlier
Revision: 188217

upgpkg: iasl 20160831-1

upstream update 20160831

Modified:
  iasl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-09-01 09:27:16 UTC (rev 188216)
+++ PKGBUILD2016-09-01 09:36:42 UTC (rev 188217)
@@ -4,7 +4,7 @@
 # Contributor: Alessio 'mOlOk' Bolognino 
 
 pkgname=iasl
-pkgver=20160212
+pkgver=20160831
 pkgrel=1
 pkgdesc="Intel ACPI Source Language compiler"
 arch=('i686' 'x86_64')
@@ -16,7 +16,7 @@
 #install=iasl.install
 source=(http://acpica.org/sites/acpica/files/acpica-unix-${pkgver}.tar.gz
LICENSE)
-md5sums=('d8d51bad4436eb266bec1dac314fb54e'
+md5sums=('09d7d59b92ad41e1a5e4f6adb043513c'
  '8615526144f69ea4e870d9bc37df9b29')
 
 build() {


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

2016-09-01 Thread Laurent Carlier
Date: Thursday, September 1, 2016 @ 09:36:52
  Author: lcarlier
Revision: 188218

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

Added:
  iasl/repos/community-i686/LICENSE
(from rev 188217, iasl/trunk/LICENSE)
  iasl/repos/community-i686/PKGBUILD
(from rev 188217, iasl/trunk/PKGBUILD)
  iasl/repos/community-i686/iasl.install
(from rev 188217, iasl/trunk/iasl.install)
  iasl/repos/community-x86_64/LICENSE
(from rev 188217, iasl/trunk/LICENSE)
  iasl/repos/community-x86_64/PKGBUILD
(from rev 188217, iasl/trunk/PKGBUILD)
  iasl/repos/community-x86_64/iasl.install
(from rev 188217, iasl/trunk/iasl.install)
Deleted:
  iasl/repos/community-i686/LICENSE
  iasl/repos/community-i686/PKGBUILD
  iasl/repos/community-i686/iasl.install
  iasl/repos/community-x86_64/LICENSE
  iasl/repos/community-x86_64/PKGBUILD
  iasl/repos/community-x86_64/iasl.install

---+
 /LICENSE  |   66 +++
 /PKGBUILD |   74 
 /iasl.install |   34 ++
 community-i686/LICENSE|   33 -
 community-i686/PKGBUILD   |   37 
 community-i686/iasl.install   |   17 -
 community-x86_64/LICENSE  |   33 -
 community-x86_64/PKGBUILD |   37 
 community-x86_64/iasl.install |   17 -
 9 files changed, 174 insertions(+), 174 deletions(-)

Deleted: community-i686/LICENSE
===
--- community-i686/LICENSE  2016-09-01 09:36:42 UTC (rev 188217)
+++ community-i686/LICENSE  2016-09-01 09:36:52 UTC (rev 188218)
@@ -1,33 +0,0 @@
-IMPORTANT - READ BEFORE COPYING, INSTALLING OR USING.
-Do not use or load this software and any associated materials (collectively, 
the "Software") until you have carefully read the following terms and 
conditions. By loading or using the Software, you agree to the terms of this 
Agreement. If you do not wish to so agree, do not install or use the Software.
-
-1. COPYRIGHT NOTICE
-Some or all of this work - Copyright © 1999-2008, Intel Corp. All rights 
reserved.
-
-2. LICENSE
-
-2.1. This is your license from Intel Corp. under its intellectual property 
rights. You may have additional license terms from the party that provided you 
this software, covering your right to use that party's intellectual property 
rights.
-
-2.2. Intel grants, free of charge, to any person ("Licensee") obtaining a copy 
of the source code appearing in this file ("Covered Code") an irrevocable, 
perpetual, worldwide license under Intel's copyrights in the base code 
distributed originally by Intel ("Original Intel Code") to copy, make 
derivatives, distribute, use and display any portion of the Covered Code in any 
form, with the right to sublicense such rights; and
-
-2.3. Intel grants Licensee a non-exclusive and non-transferable patent license 
(with the right to sublicense), under only those claims of Intel patents that 
are infringed by the Original Intel Code, to make, use, sell, offer to sell, 
and import the Covered Code and derivative works thereof solely to the minimum 
extent necessary to exercise the above copyright license, and in no event shall 
the patent license extend to any additions to or modifications of the Original 
Intel Code. No other license or right is granted directly or by implication, 
estoppel or otherwise; The above copyright and patent license is granted only 
if the following conditions are met:
-
-3. CONDITIONS
-
-3.1. Redistribution of Source with Rights to Further Distribute Source. 
Redistribution of source code of any substantial portion of the Covered Code or 
modification with rights to further distribute source must include the above 
Copyright Notice, the above License, this list of Conditions, and the following 
Disclaimer and Export Compliance provision. In addition, Licensee must cause 
all Covered Code to which Licensee contributes to contain a file documenting 
the changes Licensee made to create that Covered Code and the date of any 
change. Licensee must include in that file the documentation of any changes 
made by any predecessor Licensee. Licensee must include a prominent statement 
that the modification is derived, directly or indirectly, from Original Intel 
Code.
-
-3.2. Redistribution of Source with no Rights to Further Distribute Source. 
Redistribution of source code of any substantial portion of the Covered Code or 
modification without rights to further distribute source must include the 
following Disclaimer and Export Compliance provision in the documentation 
and/or other materials provided with distribution. In addition, Licensee may 
not authorize further sublicense of source of any portion of the Covered Code, 
and must include terms to the effect that the license from Licensee to its 
licensee is limited to the intellect

[arch-commits] Commit in deepin-social-sharing/repos/community-any (PKGBUILD PKGBUILD)

2016-09-01 Thread Felix Yan
Date: Thursday, September 1, 2016 @ 09:49:18
  Author: felixonmars
Revision: 188220

archrelease: copy trunk to community-any

Added:
  deepin-social-sharing/repos/community-any/PKGBUILD
(from rev 188219, deepin-social-sharing/trunk/PKGBUILD)
Deleted:
  deepin-social-sharing/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2016-09-01 09:49:03 UTC (rev 188219)
+++ PKGBUILD2016-09-01 09:49:18 UTC (rev 188220)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-
-pkgname=deepin-social-sharing
-pkgver=1.1.3
-pkgrel=1
-pkgdesc="Deepin social sharing service"
-arch=('any')
-url="https://gitcafe.com/Deepin/deepin-social-sharing";
-license=('GPL3')
-depends=('deepin-qml-widgets' 'python2-pyqt5' 'python2-requests-oauthlib')
-makedepends=('deepin-gettext-tools' 'git')
-groups=('deepin')
-source=("git+https://github.com/linuxdeepin/deepin-social-sharing.git#tag=$pkgver";)
-sha256sums=('SKIP')
-
-prepare() {
-  cd deepin-social-sharing
-
-  # fix python version
-  find src -type f | xargs sed -i 's=\(^#! */usr/bin.*\)python *$=\1python2='
-}
-
-build() {
-  cd deepin-social-sharing
-
-  make
-}
-
-package() {
-  cd deepin-social-sharing
-  make DESTDIR="${pkgdir}" install
-}
-
- # Local Variables:
- # sh-basic-offset: 2
- # End:

Copied: deepin-social-sharing/repos/community-any/PKGBUILD (from rev 188219, 
deepin-social-sharing/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-09-01 09:49:18 UTC (rev 188220)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgname=deepin-social-sharing
+pkgver=1.1.4
+pkgrel=1
+pkgdesc="Deepin social sharing service"
+arch=('any')
+url="https://gitcafe.com/Deepin/deepin-social-sharing";
+license=('GPL3')
+depends=('deepin-qml-widgets' 'python2-pyqt5' 'python2-requests-oauthlib')
+makedepends=('deepin-gettext-tools' 'git')
+groups=('deepin')
+source=("git+https://github.com/linuxdeepin/deepin-social-sharing.git#tag=$pkgver";)
+sha256sums=('SKIP')
+
+prepare() {
+  cd deepin-social-sharing
+
+  # fix python version
+  find src -type f | xargs sed -i 's=\(^#! */usr/bin.*\)python *$=\1python2='
+}
+
+build() {
+  cd deepin-social-sharing
+
+  make
+}
+
+package() {
+  cd deepin-social-sharing
+  make DESTDIR="${pkgdir}" install
+}
+
+ # Local Variables:
+ # sh-basic-offset: 2
+ # End:


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

2016-09-01 Thread Felix Yan
Date: Thursday, September 1, 2016 @ 09:49:03
  Author: felixonmars
Revision: 188219

upgpkg: deepin-social-sharing 1.1.4-1

Modified:
  deepin-social-sharing/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-09-01 09:36:52 UTC (rev 188218)
+++ PKGBUILD2016-09-01 09:49:03 UTC (rev 188219)
@@ -2,7 +2,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=deepin-social-sharing
-pkgver=1.1.3
+pkgver=1.1.4
 pkgrel=1
 pkgdesc="Deepin social sharing service"
 arch=('any')


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

2016-09-01 Thread Felix Yan
Date: Thursday, September 1, 2016 @ 09:53:15
  Author: felixonmars
Revision: 188221

upgpkg: deepin-dock 4.0.2-1

Modified:
  deepin-dock/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-09-01 09:49:18 UTC (rev 188220)
+++ PKGBUILD2016-09-01 09:53:15 UTC (rev 188221)
@@ -4,7 +4,7 @@
 # Contributor: Xu Fasheng 
 
 pkgname=deepin-dock
-pkgver=4.0.1
+pkgver=4.0.2
 pkgrel=1
 pkgdesc='Deepin desktop-environment - dock module'
 arch=('i686' 'x86_64')


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

2016-09-01 Thread Felix Yan
Date: Thursday, September 1, 2016 @ 09:53:38
  Author: felixonmars
Revision: 188222

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

Added:
  deepin-dock/repos/community-i686/PKGBUILD
(from rev 188221, deepin-dock/trunk/PKGBUILD)
  deepin-dock/repos/community-x86_64/PKGBUILD
(from rev 188221, deepin-dock/trunk/PKGBUILD)
Deleted:
  deepin-dock/repos/community-i686/PKGBUILD
  deepin-dock/repos/community-x86_64/PKGBUILD

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-09-01 09:53:15 UTC (rev 188221)
+++ community-i686/PKGBUILD 2016-09-01 09:53:38 UTC (rev 188222)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Josip Ponjavic 
-# Contributor: Xu Fasheng 
-
-pkgname=deepin-dock
-pkgver=4.0.1
-pkgrel=1
-pkgdesc='Deepin desktop-environment - dock module'
-arch=('i686' 'x86_64')
-url="https://github.com/linuxdeepin/dde-dock";
-license=('GPL3')
-depends=('gtk2' 'deepin-tool-kit' 'qt5-svg' 'deepin-menu' 
'deepin-file-manager-backend' 'deepin-daemon')
-makedepends=('git' 'qt5-tools')
-conflicts=('dde-dock')
-replaces=('dde-dock')
-groups=('deepin')
-source=("git+https://cr.deepin.io/dde/dde-dock.git#tag=$pkgver";)
-sha256sums=('SKIP')
-
-build() {
-  cd dde-dock
-  qmake-qt5 PREFIX=/usr
-  make
-}
-
-package() {
-  cd dde-dock
-  make INSTALL_ROOT="${pkgdir}" install
-}

Copied: deepin-dock/repos/community-i686/PKGBUILD (from rev 188221, 
deepin-dock/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-09-01 09:53:38 UTC (rev 188222)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Josip Ponjavic 
+# Contributor: Xu Fasheng 
+
+pkgname=deepin-dock
+pkgver=4.0.2
+pkgrel=1
+pkgdesc='Deepin desktop-environment - dock module'
+arch=('i686' 'x86_64')
+url="https://github.com/linuxdeepin/dde-dock";
+license=('GPL3')
+depends=('gtk2' 'deepin-tool-kit' 'qt5-svg' 'deepin-menu' 
'deepin-file-manager-backend' 'deepin-daemon')
+makedepends=('git' 'qt5-tools')
+conflicts=('dde-dock')
+replaces=('dde-dock')
+groups=('deepin')
+source=("git+https://cr.deepin.io/dde/dde-dock.git#tag=$pkgver";)
+sha256sums=('SKIP')
+
+build() {
+  cd dde-dock
+  qmake-qt5 PREFIX=/usr
+  make
+}
+
+package() {
+  cd dde-dock
+  make INSTALL_ROOT="${pkgdir}" install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-09-01 09:53:15 UTC (rev 188221)
+++ community-x86_64/PKGBUILD   2016-09-01 09:53:38 UTC (rev 188222)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Josip Ponjavic 
-# Contributor: Xu Fasheng 
-
-pkgname=deepin-dock
-pkgver=4.0.1
-pkgrel=1
-pkgdesc='Deepin desktop-environment - dock module'
-arch=('i686' 'x86_64')
-url="https://github.com/linuxdeepin/dde-dock";
-license=('GPL3')
-depends=('gtk2' 'deepin-tool-kit' 'qt5-svg' 'deepin-menu' 
'deepin-file-manager-backend' 'deepin-daemon')
-makedepends=('git' 'qt5-tools')
-conflicts=('dde-dock')
-replaces=('dde-dock')
-groups=('deepin')
-source=("git+https://cr.deepin.io/dde/dde-dock.git#tag=$pkgver";)
-sha256sums=('SKIP')
-
-build() {
-  cd dde-dock
-  qmake-qt5 PREFIX=/usr
-  make
-}
-
-package() {
-  cd dde-dock
-  make INSTALL_ROOT="${pkgdir}" install
-}

Copied: deepin-dock/repos/community-x86_64/PKGBUILD (from rev 188221, 
deepin-dock/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2016-09-01 09:53:38 UTC (rev 188222)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Josip Ponjavic 
+# Contributor: Xu Fasheng 
+
+pkgname=deepin-dock
+pkgver=4.0.2
+pkgrel=1
+pkgdesc='Deepin desktop-environment - dock module'
+arch=('i686' 'x86_64')
+url="https://github.com/linuxdeepin/dde-dock";
+license=('GPL3')
+depends=('gtk2' 'deepin-tool-kit' 'qt5-svg' 'deepin-menu' 
'deepin-file-manager-backend' 'deepin-daemon')
+makedepends=('git' 'qt5-tools')
+conflicts=('dde-dock')
+replaces=('dde-dock')
+groups=('deepin')
+source=("git+https://cr.deepin.io/dde/dde-dock.git#tag=$pkgver";)
+sha256sums=('SKIP')
+
+build() {
+  cd dde-dock
+  qmake-qt5 PREFIX=/usr
+  make
+}
+
+package() {
+  cd dde-dock
+  make INSTALL_ROOT="${pkgdir}" install
+}


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

2016-09-01 Thread Laurent Carlier
Date: Thursday, September 1, 2016 @ 09:56:53
  Author: lcarlier
Revision: 275645

upgpkg: vulkan-tools 1.0.17.0-2

fix FS#50575

Modified:
  vulkan-tools/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-09-01 09:36:08 UTC (rev 275644)
+++ PKGBUILD2016-09-01 09:56:53 UTC (rev 275645)
@@ -4,7 +4,7 @@
 pkgbase=vulkan-tools
 pkgname=(vulkan-trace vulkan-extra-layers)
 pkgver=1.0.17.0
-pkgrel=1
+pkgrel=2
 arch=(i686 x86_64)
 url="http://lunarg.com/";
 license=('custom')
@@ -110,5 +110,8 @@
 sed 's@./@@' $i > ${pkgdir}/usr/share/vulkan/explicit_layer.d/$(basename 
$i)
   done
 
+  # this json file is really broken! see FS#50575
+  rm -v ${pkgdir}/usr/share/vulkan/explicit_layer.d/VkLayer_basic_implicit.json
+
   install -m644 LICENSE.txt "${pkgdir}"/usr/share/licenses/${pkgname}/
 }


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

2016-09-01 Thread Laurent Carlier
Date: Thursday, September 1, 2016 @ 09:58:02
  Author: lcarlier
Revision: 275646

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

Added:
  vulkan-tools/repos/extra-i686/PKGBUILD
(from rev 275645, vulkan-tools/trunk/PKGBUILD)
  vulkan-tools/repos/extra-x86_64/PKGBUILD
(from rev 275645, vulkan-tools/trunk/PKGBUILD)
Deleted:
  vulkan-tools/repos/extra-i686/PKGBUILD
  vulkan-tools/repos/extra-x86_64/PKGBUILD

---+
 /PKGBUILD |  234 
 extra-i686/PKGBUILD   |  114 ---
 extra-x86_64/PKGBUILD |  114 ---
 3 files changed, 234 insertions(+), 228 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-09-01 09:56:53 UTC (rev 275645)
+++ extra-i686/PKGBUILD 2016-09-01 09:58:02 UTC (rev 275646)
@@ -1,114 +0,0 @@
-# $Id$
-# Maintainer: Laurent Carlier 
-
-pkgbase=vulkan-tools
-pkgname=(vulkan-trace vulkan-extra-layers)
-pkgver=1.0.17.0
-pkgrel=1
-arch=(i686 x86_64)
-url="http://lunarg.com/";
-license=('custom')
-depends=()
-makedepends=(git cmake wget python-lxml libxcb imagemagick)
-source=("https://github.com/LunarG/VulkanTools/archive/sdk-${pkgver}.tar.gz";
-
'git://github.com/KhronosGroup/glslang.git#commit=4678ca9dacfec7a084dbc69bbe568bdad6889f1b'
-
'git://github.com/KhronosGroup/SPIRV-Tools.git#commit=37e4600c3efad7b1cfdc1df70a977be82eb3c811'
-'git://github.com/KhronosGroup/SPIRV-Headers')
-sha256sums=('aa9ca1b8ffaca3af0a5310124a0fbf2af676e5d8ef2ef9e362b32b5bef9ada76'
-'SKIP'
-'SKIP'
-'SKIP')
-
-build() {
-  cd "${srcdir}/VulkanTools-sdk-${pkgver}"
-
-  pushd ${srcdir}/glslang
-  # Revert glslang a5c33d6ffb34ccede5b233bc724c907166b6e479
-  # See 
https://github.com/KhronosGroup/Vulkan-LoaderAndValidationLayers/issues/681
-  git diff-index --quiet HEAD | true
-  #rc=${PIPESTATUS[0]}
-  #if (( $rc == 0 ))
-  #then
-  #  echo "applying patch to revert glslang a5c33d"
-  #  git apply 
"${srcdir}/VulkanTools-sdk-${pkgver}"/glslang_revert_a5c33d.patch.txt
-  #fi
-  popd
-  
-  # reproduce some of the update_external_sources.sh script
-  rm -rf external && mkdir external && cd external
-  git clone ${srcdir}/glslang
-  git clone ${srcdir}/SPIRV-Tools spirv-tools
-  pushd spirv-tools
-  git clone ${srcdir}/SPIRV-Headers external/spirv-headers
-  popd
-  
-  pushd glslang
-  rm -rf build ; mkdir build ; cd build
-  cmake -D CMAKE_BUILD_TYPE=Release ..
-  cmake -D CMAKE_BUILD_TYPE=Release ..
-  make
-  make install
-  popd
-  
-  pushd spirv-tools
-  rm -rf build ; mkdir build ; cd build
-  cmake -D CMAKE_BUILD_TYPE=Release ..
-  make
-  popd
-
-  cd "${srcdir}/VulkanTools-sdk-${pkgver}"
-
-  rm -rf build ; mkdir build ; cd build
-  cmake \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_SYSCONFDIR=/etc \
--DINCLUDE_INSTALL_DIR=/usr/include \
--DLIB_INSTALL_DIR=/usr/lib \
--DCMAKE_INSTALL_DATADIR=/usr/share \
--DCMAKE_SKIP_RPATH=True \
--DBUILD_ICD=OFF \
--DBUILD_TESTS=OFF \
--DBUILD_DEMOS=OFF \
--DCMAKE_BUILD_TYPE=Release \
-..
-  make
-}
-
-package_vulkan-trace() {
-  pkgdesc="Vulkan tracing and replaying tools"
-  depends=(vulkan-icd-loader libxcb gcc-libs)
-  groups=('vulkan-devel')
-  
-  cd "${srcdir}/VulkanTools-sdk-${pkgver}"
-  
-  [[ $CARCH == i686 ]] && suffix=32
-
-  install -dm755 ${pkgdir}/usr/{bin,lib}
-  install -dm755 ${pkgdir}/usr/share/licenses/${pkgname}
-  
-  install -m755 build/vktrace/{vkreplay,vktrace}${suffix} ${pkgdir}/usr/bin/
-  install -m755 build/vktrace/libVkLayer_vktrace_layer${suffix}.so 
${pkgdir}/usr/lib/
- 
-  install -m644 LICENSE.txt "${pkgdir}"/usr/share/licenses/${pkgname}/
-}
-
-package_vulkan-extra-layers() {
-  pkgdesc="Extra layers for Vulkan development"
-  depends=(vulkan-validation-layers)
-  groups=('vulkan-devel')
-  
-  cd "${srcdir}/VulkanTools-sdk-${pkgver}"
-
-  install -dm755 ${pkgdir}/usr/lib
-  install -dm755 ${pkgdir}/usr/share/licenses/${pkgname}
-  install -dm755 ${pkgdir}/usr/share/vulkan/explicit_layer.d
- 
-  install -m644 build/layersvt/*.so ${pkgdir}/usr/lib
-
-  # fix library paths  
-  for i in layersvt/linux/*.json ; do 
-sed 's@./@@' $i > ${pkgdir}/usr/share/vulkan/explicit_layer.d/$(basename 
$i)
-  done
-
-  install -m644 LICENSE.txt "${pkgdir}"/usr/share/licenses/${pkgname}/
-}

Copied: vulkan-tools/repos/extra-i686/PKGBUILD (from rev 275645, 
vulkan-tools/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-09-01 09:58:02 UTC (rev 275646)
@@ -0,0 +1,117 @@
+# $Id$
+# Maintainer: Laurent Carlier 
+
+pkgbase=vulkan-tools
+pkgname=(vulkan-trace vulkan-extra-layers)
+pkgver=1.0.17.0
+pkgrel=2
+arch=(i686 x86_64)
+url="http://lunarg.com/";
+license=('custom')
+depends=()
+makedepends=(git cmake wget python-lxml libxcb im

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

2016-09-01 Thread Felix Yan
Date: Thursday, September 1, 2016 @ 10:18:00
  Author: felixonmars
Revision: 188223

upgpkg: deepin-calendar 1.0.2-1

Modified:
  deepin-calendar/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-09-01 09:53:38 UTC (rev 188222)
+++ PKGBUILD2016-09-01 10:18:00 UTC (rev 188223)
@@ -4,7 +4,7 @@
 # Contributor: Xu Fasheng 
 
 pkgname=deepin-calendar
-pkgver=1.0.1
+pkgver=1.0.2
 pkgrel=1
 pkgdesc='Calendar for Deepin Desktop Environment'
 arch=('i686' 'x86_64')


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

2016-09-01 Thread Felix Yan
Date: Thursday, September 1, 2016 @ 10:18:23
  Author: felixonmars
Revision: 188224

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

Added:
  deepin-calendar/repos/community-i686/PKGBUILD
(from rev 188223, deepin-calendar/trunk/PKGBUILD)
  deepin-calendar/repos/community-x86_64/PKGBUILD
(from rev 188223, deepin-calendar/trunk/PKGBUILD)
Deleted:
  deepin-calendar/repos/community-i686/PKGBUILD
  deepin-calendar/repos/community-x86_64/PKGBUILD

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-09-01 10:18:00 UTC (rev 188223)
+++ community-i686/PKGBUILD 2016-09-01 10:18:23 UTC (rev 188224)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Josip Ponjavic 
-# Contributor: Xu Fasheng 
-
-pkgname=deepin-calendar
-pkgver=1.0.1
-pkgrel=1
-pkgdesc='Calendar for Deepin Desktop Environment'
-arch=('i686' 'x86_64')
-url="https://github.com/linuxdeepin/dde-calendar";
-license=('GPL3')
-depends=('deepin-tool-kit')
-makedepends=('git' 'qt5-tools')
-groups=('deepin')
-source=("git+https://cr.deepin.io/dde/dde-calendar.git#tag=$pkgver";)
-sha256sums=('SKIP')
-
-build() {
-  cd dde-calendar
-  qmake-qt5 PREFIX=/usr
-  make
-}
-
-package() {
-  cd dde-calendar
-  make INSTALL_ROOT="$pkgdir" install
-}

Copied: deepin-calendar/repos/community-i686/PKGBUILD (from rev 188223, 
deepin-calendar/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-09-01 10:18:23 UTC (rev 188224)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Josip Ponjavic 
+# Contributor: Xu Fasheng 
+
+pkgname=deepin-calendar
+pkgver=1.0.2
+pkgrel=1
+pkgdesc='Calendar for Deepin Desktop Environment'
+arch=('i686' 'x86_64')
+url="https://github.com/linuxdeepin/dde-calendar";
+license=('GPL3')
+depends=('deepin-tool-kit')
+makedepends=('git' 'qt5-tools')
+groups=('deepin')
+source=("git+https://cr.deepin.io/dde/dde-calendar.git#tag=$pkgver";)
+sha256sums=('SKIP')
+
+build() {
+  cd dde-calendar
+  qmake-qt5 PREFIX=/usr
+  make
+}
+
+package() {
+  cd dde-calendar
+  make INSTALL_ROOT="$pkgdir" install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-09-01 10:18:00 UTC (rev 188223)
+++ community-x86_64/PKGBUILD   2016-09-01 10:18:23 UTC (rev 188224)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Josip Ponjavic 
-# Contributor: Xu Fasheng 
-
-pkgname=deepin-calendar
-pkgver=1.0.1
-pkgrel=1
-pkgdesc='Calendar for Deepin Desktop Environment'
-arch=('i686' 'x86_64')
-url="https://github.com/linuxdeepin/dde-calendar";
-license=('GPL3')
-depends=('deepin-tool-kit')
-makedepends=('git' 'qt5-tools')
-groups=('deepin')
-source=("git+https://cr.deepin.io/dde/dde-calendar.git#tag=$pkgver";)
-sha256sums=('SKIP')
-
-build() {
-  cd dde-calendar
-  qmake-qt5 PREFIX=/usr
-  make
-}
-
-package() {
-  cd dde-calendar
-  make INSTALL_ROOT="$pkgdir" install
-}

Copied: deepin-calendar/repos/community-x86_64/PKGBUILD (from rev 188223, 
deepin-calendar/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2016-09-01 10:18:23 UTC (rev 188224)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Josip Ponjavic 
+# Contributor: Xu Fasheng 
+
+pkgname=deepin-calendar
+pkgver=1.0.2
+pkgrel=1
+pkgdesc='Calendar for Deepin Desktop Environment'
+arch=('i686' 'x86_64')
+url="https://github.com/linuxdeepin/dde-calendar";
+license=('GPL3')
+depends=('deepin-tool-kit')
+makedepends=('git' 'qt5-tools')
+groups=('deepin')
+source=("git+https://cr.deepin.io/dde/dde-calendar.git#tag=$pkgver";)
+sha256sums=('SKIP')
+
+build() {
+  cd dde-calendar
+  qmake-qt5 PREFIX=/usr
+  make
+}
+
+package() {
+  cd dde-calendar
+  make INSTALL_ROOT="$pkgdir" install
+}


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

2016-09-01 Thread Felix Yan
Date: Thursday, September 1, 2016 @ 10:24:13
  Author: felixonmars
Revision: 188225

upgpkg: deepin-desktop 3.0.14-1

Modified:
  deepin-desktop/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-09-01 10:18:23 UTC (rev 188224)
+++ PKGBUILD2016-09-01 10:24:13 UTC (rev 188225)
@@ -4,7 +4,7 @@
 # Contributor: Xu Fasheng 
 
 pkgname=deepin-desktop
-pkgver=3.0.13
+pkgver=3.0.14
 pkgrel=1
 pkgdesc='Deepin desktop-environment - Desktop module'
 arch=('i686' 'x86_64')


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

2016-09-01 Thread Felix Yan
Date: Thursday, September 1, 2016 @ 10:24:34
  Author: felixonmars
Revision: 188226

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

Added:
  deepin-desktop/repos/community-i686/PKGBUILD
(from rev 188225, deepin-desktop/trunk/PKGBUILD)
  deepin-desktop/repos/community-x86_64/PKGBUILD
(from rev 188225, deepin-desktop/trunk/PKGBUILD)
Deleted:
  deepin-desktop/repos/community-i686/PKGBUILD
  deepin-desktop/repos/community-x86_64/PKGBUILD

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-09-01 10:24:13 UTC (rev 188225)
+++ community-i686/PKGBUILD 2016-09-01 10:24:34 UTC (rev 188226)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Josip Ponjavic 
-# Contributor: Xu Fasheng 
-
-pkgname=deepin-desktop
-pkgver=3.0.13
-pkgrel=1
-pkgdesc='Deepin desktop-environment - Desktop module'
-arch=('i686' 'x86_64')
-url="https://github.com/linuxdeepin/dde-desktop";
-license=('GPL3')
-depends=('deepin-file-manager-backend' 'deepin-nautilus-properties' 
'gsettings-qt'
- 'deepin-daemon' 'deepin-tool-kit' 'startdde' 'deepin-dock' 'gtk2' 
'qt5-svg'
- 'qt5-x11extras')
-makedepends=('git' 'boost')
-conflicts=('dde-desktop')
-replaces=('dde-desktop')
-groups=('deepin')
-source=("git+https://cr.deepin.io/dde/dde-desktop.git#tag=$pkgver";)
-sha256sums=('SKIP')
-
-build(){
-  cd dde-desktop
-  qmake-qt5 PREFIX=/usr
-  make
-}
-
-package() {
-  cd dde-desktop
-  make INSTALL_ROOT="${pkgdir}" install
-}

Copied: deepin-desktop/repos/community-i686/PKGBUILD (from rev 188225, 
deepin-desktop/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-09-01 10:24:34 UTC (rev 188226)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Josip Ponjavic 
+# Contributor: Xu Fasheng 
+
+pkgname=deepin-desktop
+pkgver=3.0.14
+pkgrel=1
+pkgdesc='Deepin desktop-environment - Desktop module'
+arch=('i686' 'x86_64')
+url="https://github.com/linuxdeepin/dde-desktop";
+license=('GPL3')
+depends=('deepin-file-manager-backend' 'deepin-nautilus-properties' 
'gsettings-qt'
+ 'deepin-daemon' 'deepin-tool-kit' 'startdde' 'deepin-dock' 'gtk2' 
'qt5-svg'
+ 'qt5-x11extras')
+makedepends=('git' 'boost')
+conflicts=('dde-desktop')
+replaces=('dde-desktop')
+groups=('deepin')
+source=("git+https://cr.deepin.io/dde/dde-desktop.git#tag=$pkgver";)
+sha256sums=('SKIP')
+
+build(){
+  cd dde-desktop
+  qmake-qt5 PREFIX=/usr
+  make
+}
+
+package() {
+  cd dde-desktop
+  make INSTALL_ROOT="${pkgdir}" install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-09-01 10:24:13 UTC (rev 188225)
+++ community-x86_64/PKGBUILD   2016-09-01 10:24:34 UTC (rev 188226)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Josip Ponjavic 
-# Contributor: Xu Fasheng 
-
-pkgname=deepin-desktop
-pkgver=3.0.13
-pkgrel=1
-pkgdesc='Deepin desktop-environment - Desktop module'
-arch=('i686' 'x86_64')
-url="https://github.com/linuxdeepin/dde-desktop";
-license=('GPL3')
-depends=('deepin-file-manager-backend' 'deepin-nautilus-properties' 
'gsettings-qt'
- 'deepin-daemon' 'deepin-tool-kit' 'startdde' 'deepin-dock' 'gtk2' 
'qt5-svg'
- 'qt5-x11extras')
-makedepends=('git' 'boost')
-conflicts=('dde-desktop')
-replaces=('dde-desktop')
-groups=('deepin')
-source=("git+https://cr.deepin.io/dde/dde-desktop.git#tag=$pkgver";)
-sha256sums=('SKIP')
-
-build(){
-  cd dde-desktop
-  qmake-qt5 PREFIX=/usr
-  make
-}
-
-package() {
-  cd dde-desktop
-  make INSTALL_ROOT="${pkgdir}" install
-}

Copied: deepin-desktop/repos/community-x86_64/PKGBUILD (from rev 188225, 
deepin-desktop/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2016-09-01 10:24:34 UTC (rev 188226)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Josip Ponjavic 
+# Contributor: Xu Fasheng 
+
+pkgname=deepin-desktop
+pkgver=3.0.14
+pkgrel=1
+pkgdesc='Deepin desktop-environment - Desktop module'
+arch=('i686' 'x86_64')
+url="https://github.com/linuxdeepin/dde-desktop";
+license=('GPL3')
+depends=('deepin-file-manager-backend' 'deepin-nautilus-properties' 
'gsettings-qt'
+ 'deepin-daemon' 'deepin-tool-kit' 'startdde' 'deepin-dock' 'gtk2' 
'qt5-svg'
+ 'qt5-x11extras')
+makedepends=('git' 'boost')
+conflicts=('dde-desktop')
+replaces=('dde-desktop')
+groups=('deepin')
+source=("git+https://cr

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

2016-09-01 Thread Felix Yan
Date: Thursday, September 1, 2016 @ 10:26:35
  Author: felixonmars
Revision: 188227

upgpkg: deepin-menu 3.0.5-1

Modified:
  deepin-menu/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-09-01 10:24:34 UTC (rev 188226)
+++ PKGBUILD2016-09-01 10:26:35 UTC (rev 188227)
@@ -4,11 +4,11 @@
 # Contributor: Xu Fasheng 
 
 pkgname=deepin-menu
-pkgver=3.0.4
+pkgver=3.0.5
 pkgrel=1
 pkgdesc="Deepin menu service for building beautiful menus"
 arch=('i686' 'x86_64')
-url="https://gitcafe.com/Deepin/deepin-menu";
+url="https://github.com/linuxdeepin/deepin-menu";
 license=('GPL3')
 depends=('python2-pyqt5' 'qt5-x11extras')
 makedepends=('python2-setuptools' 'qt5-declarative' 'git')


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

2016-09-01 Thread Felix Yan
Date: Thursday, September 1, 2016 @ 10:26:57
  Author: felixonmars
Revision: 188228

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

Added:
  deepin-menu/repos/community-i686/PKGBUILD
(from rev 188227, deepin-menu/trunk/PKGBUILD)
  deepin-menu/repos/community-x86_64/PKGBUILD
(from rev 188227, deepin-menu/trunk/PKGBUILD)
Deleted:
  deepin-menu/repos/community-i686/PKGBUILD
  deepin-menu/repos/community-x86_64/PKGBUILD

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-09-01 10:26:35 UTC (rev 188227)
+++ community-i686/PKGBUILD 2016-09-01 10:26:57 UTC (rev 188228)
@@ -1,48 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Josip Ponjavic 
-# Contributor: Xu Fasheng 
-
-pkgname=deepin-menu
-pkgver=3.0.4
-pkgrel=1
-pkgdesc="Deepin menu service for building beautiful menus"
-arch=('i686' 'x86_64')
-url="https://gitcafe.com/Deepin/deepin-menu";
-license=('GPL3')
-depends=('python2-pyqt5' 'qt5-x11extras')
-makedepends=('python2-setuptools' 'qt5-declarative' 'git')
-groups=('deepin')
-source=("git+https://cr.deepin.io/deepin-menu.git#tag=$pkgver";)
-sha256sums=('SKIP')
-
-prepare() {
-  cd deepin-menu
-
-  # fix python version
-  find -iname "*.py" | xargs sed -i 's=\(^#! */usr/bin.*\)python *$=\1python2='
-}
-
-build() {
-  cd deepin-menu
-
-  python2 setup.py build
-  qmake-qt5 DEFINES+=QT_NO_DEBUG_OUTPUT
-  make
-}
-
-package() {
-  cd deepin-menu
-
-  python2 setup.py install --root="${pkgdir}" --optimize=1
-
-  make INSTALL_ROOT="$pkgdir" install
-
-  install -dm 755 "${pkgdir}"/usr/share/dbus-1/services/
-  install -dm 755 "${pkgdir}"/etc/xdg/autostart/
-
-  rm -r "${pkgdir}"/usr/deepin_menu
-
-  install -m 644 *.service "${pkgdir}"/usr/share/dbus-1/services/
-  install -m 644 *.desktop "${pkgdir}"/etc/xdg/autostart/
-}

Copied: deepin-menu/repos/community-i686/PKGBUILD (from rev 188227, 
deepin-menu/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-09-01 10:26:57 UTC (rev 188228)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Josip Ponjavic 
+# Contributor: Xu Fasheng 
+
+pkgname=deepin-menu
+pkgver=3.0.5
+pkgrel=1
+pkgdesc="Deepin menu service for building beautiful menus"
+arch=('i686' 'x86_64')
+url="https://github.com/linuxdeepin/deepin-menu";
+license=('GPL3')
+depends=('python2-pyqt5' 'qt5-x11extras')
+makedepends=('python2-setuptools' 'qt5-declarative' 'git')
+groups=('deepin')
+source=("git+https://cr.deepin.io/deepin-menu.git#tag=$pkgver";)
+sha256sums=('SKIP')
+
+prepare() {
+  cd deepin-menu
+
+  # fix python version
+  find -iname "*.py" | xargs sed -i 's=\(^#! */usr/bin.*\)python *$=\1python2='
+}
+
+build() {
+  cd deepin-menu
+
+  python2 setup.py build
+  qmake-qt5 DEFINES+=QT_NO_DEBUG_OUTPUT
+  make
+}
+
+package() {
+  cd deepin-menu
+
+  python2 setup.py install --root="${pkgdir}" --optimize=1
+
+  make INSTALL_ROOT="$pkgdir" install
+
+  install -dm 755 "${pkgdir}"/usr/share/dbus-1/services/
+  install -dm 755 "${pkgdir}"/etc/xdg/autostart/
+
+  rm -r "${pkgdir}"/usr/deepin_menu
+
+  install -m 644 *.service "${pkgdir}"/usr/share/dbus-1/services/
+  install -m 644 *.desktop "${pkgdir}"/etc/xdg/autostart/
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-09-01 10:26:35 UTC (rev 188227)
+++ community-x86_64/PKGBUILD   2016-09-01 10:26:57 UTC (rev 188228)
@@ -1,48 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Josip Ponjavic 
-# Contributor: Xu Fasheng 
-
-pkgname=deepin-menu
-pkgver=3.0.4
-pkgrel=1
-pkgdesc="Deepin menu service for building beautiful menus"
-arch=('i686' 'x86_64')
-url="https://gitcafe.com/Deepin/deepin-menu";
-license=('GPL3')
-depends=('python2-pyqt5' 'qt5-x11extras')
-makedepends=('python2-setuptools' 'qt5-declarative' 'git')
-groups=('deepin')
-source=("git+https://cr.deepin.io/deepin-menu.git#tag=$pkgver";)
-sha256sums=('SKIP')
-
-prepare() {
-  cd deepin-menu
-
-  # fix python version
-  find -iname "*.py" | xargs sed -i 's=\(^#! */usr/bin.*\)python *$=\1python2='
-}
-
-build() {
-  cd deepin-menu
-
-  python2 setup.py build
-  qmake-qt5 DEFINES+=QT_NO_DEBUG_OUTPUT
-  make
-}
-
-package() {
-  cd deepin-menu
-
-  python2 setup.py install --root="${pkgdir}" --optimize=1
-
-  make INSTALL_ROOT="$pkgdir" install
-
-  install -dm 755 "${pkgdir}"/usr/share/dbus-1/services/
-  install -dm 755 "${pkgdir}"/etc/xdg/autostart/
-
-  rm -r "${pkgdir}"/usr/deepin_menu
-
-  install -m 644 *.service "${pkgdir}"/usr/share/dbus-1/service

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

2016-09-01 Thread Sven-Hendrik Haase
Date: Thursday, September 1, 2016 @ 10:29:43
  Author: svenstaro
Revision: 188229

upgpkg: kwalletcli 3.00-1

upstream release 3.00

Modified:
  kwalletcli/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-09-01 10:26:57 UTC (rev 188228)
+++ PKGBUILD2016-09-01 10:29:43 UTC (rev 188229)
@@ -2,8 +2,8 @@
 # Contributor: Jens Adam 
 
 pkgname=kwalletcli
-pkgver=2.12
-pkgrel=2
+pkgver=3.00
+pkgrel=1
 pkgdesc="Command-Line Interface for the KDE Wallet"
 url="http://www.mirbsd.org/kwalletcli.htm";
 license=('custom:MirOS' 'LGPL3')
@@ -11,7 +11,7 @@
 depends=('kdebase-runtime' 'mksh')
 optdepends=('gnupg2' 'openssh' 'pinentry')
 
source=("http://www.mirbsd.org/MirOS/dist/hosted/${pkgname}/${pkgname}-${pkgver}.tar.gz";)
-md5sums=('2051676c180ede4595a2a85b12c220b3')
+md5sums=('b5649a18a8187b0fabca7073fabe52c3')
 
 build() {
   cd "${srcdir}"/${pkgname}


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

2016-09-01 Thread Laurent Carlier
Date: Thursday, September 1, 2016 @ 10:29:42
  Author: lcarlier
Revision: 275648

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

Added:
  vulkan-tools/repos/extra-i686/PKGBUILD
(from rev 275647, vulkan-tools/trunk/PKGBUILD)
  vulkan-tools/repos/extra-x86_64/PKGBUILD
(from rev 275647, vulkan-tools/trunk/PKGBUILD)
Deleted:
  vulkan-tools/repos/extra-i686/PKGBUILD
  vulkan-tools/repos/extra-x86_64/PKGBUILD

---+
 /PKGBUILD |  236 
 extra-i686/PKGBUILD   |  117 ---
 extra-x86_64/PKGBUILD |  117 ---
 3 files changed, 236 insertions(+), 234 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-09-01 10:29:33 UTC (rev 275647)
+++ extra-i686/PKGBUILD 2016-09-01 10:29:42 UTC (rev 275648)
@@ -1,117 +0,0 @@
-# $Id$
-# Maintainer: Laurent Carlier 
-
-pkgbase=vulkan-tools
-pkgname=(vulkan-trace vulkan-extra-layers)
-pkgver=1.0.17.0
-pkgrel=2
-arch=(i686 x86_64)
-url="http://lunarg.com/";
-license=('custom')
-depends=()
-makedepends=(git cmake wget python-lxml libxcb imagemagick)
-source=("https://github.com/LunarG/VulkanTools/archive/sdk-${pkgver}.tar.gz";
-
'git://github.com/KhronosGroup/glslang.git#commit=4678ca9dacfec7a084dbc69bbe568bdad6889f1b'
-
'git://github.com/KhronosGroup/SPIRV-Tools.git#commit=37e4600c3efad7b1cfdc1df70a977be82eb3c811'
-'git://github.com/KhronosGroup/SPIRV-Headers')
-sha256sums=('aa9ca1b8ffaca3af0a5310124a0fbf2af676e5d8ef2ef9e362b32b5bef9ada76'
-'SKIP'
-'SKIP'
-'SKIP')
-
-build() {
-  cd "${srcdir}/VulkanTools-sdk-${pkgver}"
-
-  pushd ${srcdir}/glslang
-  # Revert glslang a5c33d6ffb34ccede5b233bc724c907166b6e479
-  # See 
https://github.com/KhronosGroup/Vulkan-LoaderAndValidationLayers/issues/681
-  git diff-index --quiet HEAD | true
-  #rc=${PIPESTATUS[0]}
-  #if (( $rc == 0 ))
-  #then
-  #  echo "applying patch to revert glslang a5c33d"
-  #  git apply 
"${srcdir}/VulkanTools-sdk-${pkgver}"/glslang_revert_a5c33d.patch.txt
-  #fi
-  popd
-  
-  # reproduce some of the update_external_sources.sh script
-  rm -rf external && mkdir external && cd external
-  git clone ${srcdir}/glslang
-  git clone ${srcdir}/SPIRV-Tools spirv-tools
-  pushd spirv-tools
-  git clone ${srcdir}/SPIRV-Headers external/spirv-headers
-  popd
-  
-  pushd glslang
-  rm -rf build ; mkdir build ; cd build
-  cmake -D CMAKE_BUILD_TYPE=Release ..
-  cmake -D CMAKE_BUILD_TYPE=Release ..
-  make
-  make install
-  popd
-  
-  pushd spirv-tools
-  rm -rf build ; mkdir build ; cd build
-  cmake -D CMAKE_BUILD_TYPE=Release ..
-  make
-  popd
-
-  cd "${srcdir}/VulkanTools-sdk-${pkgver}"
-
-  rm -rf build ; mkdir build ; cd build
-  cmake \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_SYSCONFDIR=/etc \
--DINCLUDE_INSTALL_DIR=/usr/include \
--DLIB_INSTALL_DIR=/usr/lib \
--DCMAKE_INSTALL_DATADIR=/usr/share \
--DCMAKE_SKIP_RPATH=True \
--DBUILD_ICD=OFF \
--DBUILD_TESTS=OFF \
--DBUILD_DEMOS=OFF \
--DCMAKE_BUILD_TYPE=Release \
-..
-  make
-}
-
-package_vulkan-trace() {
-  pkgdesc="Vulkan tracing and replaying tools"
-  depends=(vulkan-icd-loader libxcb gcc-libs)
-  groups=('vulkan-devel')
-  
-  cd "${srcdir}/VulkanTools-sdk-${pkgver}"
-  
-  [[ $CARCH == i686 ]] && suffix=32
-
-  install -dm755 ${pkgdir}/usr/{bin,lib}
-  install -dm755 ${pkgdir}/usr/share/licenses/${pkgname}
-  
-  install -m755 build/vktrace/{vkreplay,vktrace}${suffix} ${pkgdir}/usr/bin/
-  install -m755 build/vktrace/libVkLayer_vktrace_layer${suffix}.so 
${pkgdir}/usr/lib/
- 
-  install -m644 LICENSE.txt "${pkgdir}"/usr/share/licenses/${pkgname}/
-}
-
-package_vulkan-extra-layers() {
-  pkgdesc="Extra layers for Vulkan development"
-  depends=(vulkan-validation-layers)
-  groups=('vulkan-devel')
-  
-  cd "${srcdir}/VulkanTools-sdk-${pkgver}"
-
-  install -dm755 ${pkgdir}/usr/lib
-  install -dm755 ${pkgdir}/usr/share/licenses/${pkgname}
-  install -dm755 ${pkgdir}/usr/share/vulkan/explicit_layer.d
- 
-  install -m644 build/layersvt/*.so ${pkgdir}/usr/lib
-
-  # fix library paths  
-  for i in layersvt/linux/*.json ; do 
-sed 's@./@@' $i > ${pkgdir}/usr/share/vulkan/explicit_layer.d/$(basename 
$i)
-  done
-
-  # this json file is really broken! see FS#50575
-  rm -v ${pkgdir}/usr/share/vulkan/explicit_layer.d/VkLayer_basic_implicit.json
-
-  install -m644 LICENSE.txt "${pkgdir}"/usr/share/licenses/${pkgname}/
-}

Copied: vulkan-tools/repos/extra-i686/PKGBUILD (from rev 275647, 
vulkan-tools/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-09-01 10:29:42 UTC (rev 275648)
@@ -0,0 +1,118 @@
+# $Id$
+# Maintainer: Laurent Carlier 
+
+pkgbase=vulkan-tools
+pkgname=(vulkan-trace vulkan-extra-layers)
+pkgver=1.0.21.0
+pkgr

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

2016-09-01 Thread Laurent Carlier
Date: Thursday, September 1, 2016 @ 10:29:33
  Author: lcarlier
Revision: 275647

upgpkg: vulkan-tools 1.0.21.0-1

upstream update 1.0.21.0

Modified:
  vulkan-tools/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-09-01 09:58:02 UTC (rev 275646)
+++ PKGBUILD2016-09-01 10:29:33 UTC (rev 275647)
@@ -3,18 +3,19 @@
 
 pkgbase=vulkan-tools
 pkgname=(vulkan-trace vulkan-extra-layers)
-pkgver=1.0.17.0
-pkgrel=2
+pkgver=1.0.21.0
+pkgrel=1
 arch=(i686 x86_64)
 url="http://lunarg.com/";
 license=('custom')
 depends=()
 makedepends=(git cmake wget python-lxml libxcb imagemagick)
-source=("https://github.com/LunarG/VulkanTools/archive/sdk-${pkgver}.tar.gz";
-
'git://github.com/KhronosGroup/glslang.git#commit=4678ca9dacfec7a084dbc69bbe568bdad6889f1b'
-
'git://github.com/KhronosGroup/SPIRV-Tools.git#commit=37e4600c3efad7b1cfdc1df70a977be82eb3c811'
+#source=("https://github.com/LunarG/VulkanTools/archive/sdk-${pkgver}.tar.gz";
+source=("VulkanTools-sdk-1.0.21.0::git+https://github.com/LunarG/VulkanTools.git#commit=e0edb67f0642abbe95ccd351a410114f5961611c";
+
'git://github.com/KhronosGroup/glslang.git#commit=e4821e43c86d97bcf65fb07c1f70471b7102978d'
+
'git://github.com/KhronosGroup/SPIRV-Tools.git#commit=1a9385bbd0e6eae188c14302cf37c415ecc8b698'
 'git://github.com/KhronosGroup/SPIRV-Headers')
-sha256sums=('aa9ca1b8ffaca3af0a5310124a0fbf2af676e5d8ef2ef9e362b32b5bef9ada76'
+sha256sums=('SKIP'
 'SKIP'
 'SKIP'
 'SKIP')
@@ -26,12 +27,12 @@
   # Revert glslang a5c33d6ffb34ccede5b233bc724c907166b6e479
   # See 
https://github.com/KhronosGroup/Vulkan-LoaderAndValidationLayers/issues/681
   git diff-index --quiet HEAD | true
-  #rc=${PIPESTATUS[0]}
-  #if (( $rc == 0 ))
-  #then
-  #  echo "applying patch to revert glslang a5c33d"
-  #  git apply 
"${srcdir}/VulkanTools-sdk-${pkgver}"/glslang_revert_a5c33d.patch.txt
-  #fi
+  rc=${PIPESTATUS[0]}
+  if (( $rc == 0 ))
+  then
+echo "applying patch to revert glslang a5c33d"
+git apply 
"${srcdir}/VulkanTools-sdk-${pkgver}"/glslang_revert_a5c33d.patch.txt
+  fi
   popd
   
   # reproduce some of the update_external_sources.sh script


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

2016-09-01 Thread Sven-Hendrik Haase
Date: Thursday, September 1, 2016 @ 10:29:51
  Author: svenstaro
Revision: 188230

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-09-01 10:29:43 UTC (rev 188229)
+++ community-i686/PKGBUILD 2016-09-01 10:29:51 UTC (rev 188230)
@@ -1,29 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: Jens Adam 
-
-pkgname=kwalletcli
-pkgver=2.12
-pkgrel=2
-pkgdesc="Command-Line Interface for the KDE Wallet"
-url="http://www.mirbsd.org/kwalletcli.htm";
-license=('custom:MirOS' 'LGPL3')
-arch=('i686' 'x86_64')
-depends=('kdebase-runtime' 'mksh')
-optdepends=('gnupg2' 'openssh' 'pinentry')
-source=("http://www.mirbsd.org/MirOS/dist/hosted/${pkgname}/${pkgname}-${pkgver}.tar.gz";)
-md5sums=('2051676c180ede4595a2a85b12c220b3')
-
-build() {
-  cd "${srcdir}"/${pkgname}
-  make KDE_VER=4
-}
-
-package() {
-  cd "${srcdir}"/${pkgname}
-  install -d "${pkgdir}"/usr/{bin,share/man/man1}
-  for F in kwalletaskpass kwalletcli kwalletcli_getpin pinentry-kwallet; do
-install ${F} "${pkgdir}"/usr/bin/${F}
-install -m644 ${F}.1 "${pkgdir}"/usr/share/man/man1/${F}.1
-  done
-  install -Dm644 LICENCE "${pkgdir}"/usr/share/licenses/${pkgname}/LICENCE
-}

Copied: kwalletcli/repos/community-i686/PKGBUILD (from rev 188229, 
kwalletcli/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-09-01 10:29:51 UTC (rev 188230)
@@ -0,0 +1,29 @@
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Jens Adam 
+
+pkgname=kwalletcli
+pkgver=3.00
+pkgrel=1
+pkgdesc="Command-Line Interface for the KDE Wallet"
+url="http://www.mirbsd.org/kwalletcli.htm";
+license=('custom:MirOS' 'LGPL3')
+arch=('i686' 'x86_64')
+depends=('kdebase-runtime' 'mksh')
+optdepends=('gnupg2' 'openssh' 'pinentry')
+source=("http://www.mirbsd.org/MirOS/dist/hosted/${pkgname}/${pkgname}-${pkgver}.tar.gz";)
+md5sums=('b5649a18a8187b0fabca7073fabe52c3')
+
+build() {
+  cd "${srcdir}"/${pkgname}
+  make KDE_VER=4
+}
+
+package() {
+  cd "${srcdir}"/${pkgname}
+  install -d "${pkgdir}"/usr/{bin,share/man/man1}
+  for F in kwalletaskpass kwalletcli kwalletcli_getpin pinentry-kwallet; do
+install ${F} "${pkgdir}"/usr/bin/${F}
+install -m644 ${F}.1 "${pkgdir}"/usr/share/man/man1/${F}.1
+  done
+  install -Dm644 LICENCE "${pkgdir}"/usr/share/licenses/${pkgname}/LICENCE
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-09-01 10:29:43 UTC (rev 188229)
+++ community-x86_64/PKGBUILD   2016-09-01 10:29:51 UTC (rev 188230)
@@ -1,29 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: Jens Adam 
-
-pkgname=kwalletcli
-pkgver=2.12
-pkgrel=2
-pkgdesc="Command-Line Interface for the KDE Wallet"
-url="http://www.mirbsd.org/kwalletcli.htm";
-license=('custom:MirOS' 'LGPL3')
-arch=('i686' 'x86_64')
-depends=('kdebase-runtime' 'mksh')
-optdepends=('gnupg2' 'openssh' 'pinentry')
-source=("http://www.mirbsd.org/MirOS/dist/hosted/${pkgname}/${pkgname}-${pkgver}.tar.gz";)
-md5sums=('2051676c180ede4595a2a85b12c220b3')
-
-build() {
-  cd "${srcdir}"/${pkgname}
-  make KDE_VER=4
-}
-
-package() {
-  cd "${srcdir}"/${pkgname}
-  install -d "${pkgdir}"/usr/{bin,share/man/man1}
-  for F in kwalletaskpass kwalletcli kwalletcli_getpin pinentry-kwallet; do
-install ${F} "${pkgdir}"/usr/bin/${F}
-install -m644 ${F}.1 "${pkgdir}"/usr/share/man/man1/${F}.1
-  done
-  install -Dm644 LICENCE "${pkgdir}"/usr/share/licenses/${pkgname}/LICENCE
-}

Copied: kwalletcli/repos/community-x86_64/PKGBUILD (from rev 188229, 
kwalletcli/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2016-09-01 10:29:51 UTC (rev 188230)
@@ -0,0 +1,29 @@
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Jens Adam 
+
+pkgname=kwalletcli
+pkgver=3.00
+pkgrel=1
+pkgdesc="Command-Line Interface for the KDE Wallet"
+url="http://www.mirbsd.org/kwalletcli.htm";
+license=('custom:MirOS' 'LGPL3')
+arch=('i686' 'x86_64')
+depends=('kdebase-runtime' 'mksh')
+optdepends=('gnupg2' 'openssh' 'pinentry')
+source=("http://www.mirbsd.org/MirOS/dist/hosted/${pkgname}/${pkgn

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

2016-09-01 Thread Sven-Hendrik Haase
Date: Thursday, September 1, 2016 @ 10:30:11
  Author: svenstaro
Revision: 275649

upgpkg: speech-dispatcher 0.8.5-1

upstream release 0.8.5

Modified:
  speech-dispatcher/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-09-01 10:29:42 UTC (rev 275648)
+++ PKGBUILD2016-09-01 10:30:11 UTC (rev 275649)
@@ -2,8 +2,8 @@
 # Maintainer: Sven-Hendrik Haase 
 
 pkgname=speech-dispatcher
-pkgver=0.8.4
-pkgrel=3
+pkgver=0.8.5
+pkgrel=1
 arch=('i686' 'x86_64')
 pkgdesc="High-level device independent layer for speech synthesis interface"
 url="http://www.freebsoft.org/speechd";
@@ -30,7 +30,7 @@
 etc/speech-dispatcher/speechd.conf)
 source=("http://www.freebsoft.org/pub/projects/speechd/$pkgname-$pkgver.tar.gz";
 'speech-dispatcherd.service')
-md5sums=('9e94d3603f69157acd87d10e02d12bb9'
+md5sums=('0c89e02586c66733751fca1408333ccd'
  'd26f52e2e95a30eaa83560f0e63faca5')
 
 build() {


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

2016-09-01 Thread Sven-Hendrik Haase
Date: Thursday, September 1, 2016 @ 10:30:15
  Author: svenstaro
Revision: 275650

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

Added:
  speech-dispatcher/repos/extra-i686/PKGBUILD
(from rev 275649, speech-dispatcher/trunk/PKGBUILD)
  speech-dispatcher/repos/extra-i686/speech-dispatcherd.service
(from rev 275649, speech-dispatcher/trunk/speech-dispatcherd.service)
  speech-dispatcher/repos/extra-x86_64/PKGBUILD
(from rev 275649, speech-dispatcher/trunk/PKGBUILD)
  speech-dispatcher/repos/extra-x86_64/speech-dispatcherd.service
(from rev 275649, speech-dispatcher/trunk/speech-dispatcherd.service)
Deleted:
  speech-dispatcher/repos/extra-i686/PKGBUILD
  speech-dispatcher/repos/extra-i686/speech-dispatcherd.service
  speech-dispatcher/repos/extra-x86_64/PKGBUILD
  speech-dispatcher/repos/extra-x86_64/speech-dispatcherd.service

-+
 /PKGBUILD   |  118 ++
 /speech-dispatcherd.service |   20 +
 extra-i686/PKGBUILD |   59 ---
 extra-i686/speech-dispatcherd.service   |   10 --
 extra-x86_64/PKGBUILD   |   59 ---
 extra-x86_64/speech-dispatcherd.service |   10 --
 6 files changed, 138 insertions(+), 138 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-09-01 10:30:11 UTC (rev 275649)
+++ extra-i686/PKGBUILD 2016-09-01 10:30:15 UTC (rev 275650)
@@ -1,59 +0,0 @@
-# $Id$
-# Maintainer: Sven-Hendrik Haase 
-
-pkgname=speech-dispatcher
-pkgver=0.8.4
-pkgrel=3
-arch=('i686' 'x86_64')
-pkgdesc="High-level device independent layer for speech synthesis interface"
-url="http://www.freebsoft.org/speechd";
-license=('GPL2' 'FDL')
-depends=('libltdl' 'python-xdg' 'dotconf' 'libpulse' 'libao')
-makedepends=('intltool' 'espeak')
-optdepends=('festival: Speech output using Festival'
-'espeak: Speech output using ESpeak'
-'pulseaudio: PulseAudio support')
-backup=(etc/speech-dispatcher/clients/emacs.conf
-   etc/speech-dispatcher/modules/ibmtts.conf
-   etc/speech-dispatcher/modules/espeak-generic.conf
-   etc/speech-dispatcher/modules/espeak.conf
-   etc/speech-dispatcher/modules/swift-generic.conf
-   etc/speech-dispatcher/modules/festival.conf
-   etc/speech-dispatcher/modules/cicero.conf
-   etc/speech-dispatcher/modules/espeak-mbrola-generic.conf
-   etc/speech-dispatcher/modules/dtk-generic.conf
-   etc/speech-dispatcher/modules/llia_phon-generic.conf
-   etc/speech-dispatcher/modules/ivona.conf
-   etc/speech-dispatcher/modules/epos-generic.conf
-etc/speech-dispatcher/modules/flite.conf
-etc/speech-dispatcher/modules/pico-generic.conf
-etc/speech-dispatcher/speechd.conf)
-source=("http://www.freebsoft.org/pub/projects/speechd/$pkgname-$pkgver.tar.gz";
-'speech-dispatcherd.service')
-md5sums=('9e94d3603f69157acd87d10e02d12bb9'
- 'd26f52e2e95a30eaa83560f0e63faca5')
-
-build() {
-  cd ${pkgname}-${pkgver}
-
-  # Disabled due to bug: https://bugs.archlinux.org/task/35700
-  sed -i "s/cicero //g" configure.ac
-  sed -i "s/sd_cicero//g" src/modules/Makefile.am
-
-  autoreconf -i
-  ./configure --prefix=/usr \
---enable-shared \
---sysconfdir=/etc \
---without-flite
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR="${pkgdir}" install
-
-  install -Dm644 "${srcdir}"/speech-dispatcherd.service 
"${pkgdir}/usr/lib/systemd/system/speech-dispatcherd.service"
-  install -d "${pkgdir}/var/log/speech-dispatcher"
-
-  sed -i 's|includedir=.*|includedir=${prefix}/include/speech-dispatcher|g' 
"${pkgdir}/usr/lib/pkgconfig/speech-dispatcher.pc"
-}

Copied: speech-dispatcher/repos/extra-i686/PKGBUILD (from rev 275649, 
speech-dispatcher/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-09-01 10:30:15 UTC (rev 275650)
@@ -0,0 +1,59 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase 
+
+pkgname=speech-dispatcher
+pkgver=0.8.5
+pkgrel=1
+arch=('i686' 'x86_64')
+pkgdesc="High-level device independent layer for speech synthesis interface"
+url="http://www.freebsoft.org/speechd";
+license=('GPL2' 'FDL')
+depends=('libltdl' 'python-xdg' 'dotconf' 'libpulse' 'libao')
+makedepends=('intltool' 'espeak')
+optdepends=('festival: Speech output using Festival'
+'espeak: Speech output using ESpeak'
+'pulseaudio: PulseAudio support')
+backup=(etc/speech-dispatcher/clients/emacs.conf
+   etc/speech-dispatcher/modules/ibmtts.conf
+   etc/speech-dispatcher/modules/espeak-generic.conf
+   etc/speech-dispatcher/modules/espeak.conf
+   etc/speech-dispatcher/modules/swift-generic.conf
+   etc/speech-dispatcher/modules/festival.conf
+   etc/speech-dispatcher/modules/cicero.conf
+   etc/speech-dis

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

2016-09-01 Thread Felix Yan
Date: Thursday, September 1, 2016 @ 10:30:56
  Author: felixonmars
Revision: 188231

upgpkg: deepin-desktop-schemas 3.0.9-1

Modified:
  deepin-desktop-schemas/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-09-01 10:29:51 UTC (rev 188230)
+++ PKGBUILD2016-09-01 10:30:56 UTC (rev 188231)
@@ -4,7 +4,7 @@
 # Contributor: Xu Fasheng 
 
 pkgname=deepin-desktop-schemas
-pkgver=3.0.8
+pkgver=3.0.9
 pkgrel=1
 pkgdesc='GSettings deepin desktop-wide schemas'
 arch=('any')


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

2016-09-01 Thread Felix Yan
Date: Thursday, September 1, 2016 @ 10:31:10
  Author: felixonmars
Revision: 188232

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2016-09-01 10:30:56 UTC (rev 188231)
+++ PKGBUILD2016-09-01 10:31:10 UTC (rev 188232)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Josip Ponjavic 
-# Contributor: Xu Fasheng 
-
-pkgname=deepin-desktop-schemas
-pkgver=3.0.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-sound-theme' 
'deepin-artwork-themes')
-makedepends=('git')
-replaces=('deepin-default-gsettings')
-groups=('deepin')
-source=("git+https://cr.deepin.io/deepin-desktop-schemas.git#tag=$pkgver";)
-sha256sums=('SKIP')
-
-prepare() {
-  cd "${pkgname}"
-  # fix default background url
-  sed -i 
"s#^picture-uri.*#picture-uri='file:///usr/share/backgrounds/deepin_default_background.jpg'#"
 overrides/x86/com.deepin.wrap.gnome.desktop.override
-  # don't override GNOME defaults
-  rm overrides/x86/{org.gnome.desktop,other}.override
-}
-
-build() {
-  cd "${pkgname}"
-  make
-}
-
-package() {
-  cd "${pkgname}"
-  make DESTDIR="${pkgdir}" install
-}

Copied: deepin-desktop-schemas/repos/community-any/PKGBUILD (from rev 188231, 
deepin-desktop-schemas/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-09-01 10:31:10 UTC (rev 188232)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Josip Ponjavic 
+# Contributor: Xu Fasheng 
+
+pkgname=deepin-desktop-schemas
+pkgver=3.0.9
+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-sound-theme' 
'deepin-artwork-themes')
+makedepends=('git')
+replaces=('deepin-default-gsettings')
+groups=('deepin')
+source=("git+https://cr.deepin.io/deepin-desktop-schemas.git#tag=$pkgver";)
+sha256sums=('SKIP')
+
+prepare() {
+  cd "${pkgname}"
+  # fix default background url
+  sed -i 
"s#^picture-uri.*#picture-uri='file:///usr/share/backgrounds/deepin_default_background.jpg'#"
 overrides/x86/com.deepin.wrap.gnome.desktop.override
+  # don't override GNOME defaults
+  rm overrides/x86/{org.gnome.desktop,other}.override
+}
+
+build() {
+  cd "${pkgname}"
+  make
+}
+
+package() {
+  cd "${pkgname}"
+  make DESTDIR="${pkgdir}" install
+}


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

2016-09-01 Thread Felix Yan
Date: Thursday, September 1, 2016 @ 10:38:38
  Author: felixonmars
Revision: 188234

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-09-01 10:38:13 UTC (rev 188233)
+++ community-i686/PKGBUILD 2016-09-01 10:38:38 UTC (rev 188234)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Josip Ponjavic 
-# Contributor: Xu Fasheng 
-
-pkgname=deepin-launcher
-pkgver=4.0.0
-pkgrel=1
-pkgdesc='Deepin desktop-environment - Launcher module'
-arch=('i686' 'x86_64')
-url="https://github.com/linuxdeepin/dde-launcher";
-license=('GPL3')
-depends=('gtk2' 'gsettings-qt' 'qt5-svg' 'qt5-x11extras' 
'deepin-file-manager-backend'
- 'startdde' 'deepin-tool-kit' 'deepin-menu' 'deepin-daemon')
-makedepends=('git' 'qt5-tools')
-conflicts=('dde-launcher')
-replaces=('dde-launcher')
-groups=('deepin')
-source=("git+https://cr.deepin.io/dde/dde-launcher.git#tag=$pkgver";)
-sha256sums=('SKIP')
-
-build(){
-  cd dde-launcher
-  qmake-qt5 PREFIX=/usr
-  make
-}
-
-package() {
-  cd dde-launcher
-  make INSTALL_ROOT="${pkgdir}" install
-}

Copied: deepin-launcher/repos/community-i686/PKGBUILD (from rev 188233, 
deepin-launcher/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-09-01 10:38:38 UTC (rev 188234)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Josip Ponjavic 
+# Contributor: Xu Fasheng 
+
+pkgname=deepin-launcher
+pkgver=4.0.1
+pkgrel=1
+pkgdesc='Deepin desktop-environment - Launcher module'
+arch=('i686' 'x86_64')
+url="https://github.com/linuxdeepin/dde-launcher";
+license=('GPL3')
+depends=('gtk2' 'gsettings-qt' 'qt5-svg' 'qt5-x11extras' 
'deepin-file-manager-backend'
+ 'startdde' 'deepin-tool-kit' 'deepin-menu' 'deepin-daemon')
+makedepends=('git' 'qt5-tools')
+conflicts=('dde-launcher')
+replaces=('dde-launcher')
+groups=('deepin')
+source=("git+https://cr.deepin.io/dde/dde-launcher.git#tag=$pkgver";)
+sha256sums=('SKIP')
+
+build(){
+  cd dde-launcher
+  qmake-qt5 PREFIX=/usr
+  make
+}
+
+package() {
+  cd dde-launcher
+  make INSTALL_ROOT="${pkgdir}" install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-09-01 10:38:13 UTC (rev 188233)
+++ community-x86_64/PKGBUILD   2016-09-01 10:38:38 UTC (rev 188234)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Josip Ponjavic 
-# Contributor: Xu Fasheng 
-
-pkgname=deepin-launcher
-pkgver=4.0.0
-pkgrel=1
-pkgdesc='Deepin desktop-environment - Launcher module'
-arch=('i686' 'x86_64')
-url="https://github.com/linuxdeepin/dde-launcher";
-license=('GPL3')
-depends=('gtk2' 'gsettings-qt' 'qt5-svg' 'qt5-x11extras' 
'deepin-file-manager-backend'
- 'startdde' 'deepin-tool-kit' 'deepin-menu' 'deepin-daemon')
-makedepends=('git' 'qt5-tools')
-conflicts=('dde-launcher')
-replaces=('dde-launcher')
-groups=('deepin')
-source=("git+https://cr.deepin.io/dde/dde-launcher.git#tag=$pkgver";)
-sha256sums=('SKIP')
-
-build(){
-  cd dde-launcher
-  qmake-qt5 PREFIX=/usr
-  make
-}
-
-package() {
-  cd dde-launcher
-  make INSTALL_ROOT="${pkgdir}" install
-}

Copied: deepin-launcher/repos/community-x86_64/PKGBUILD (from rev 188233, 
deepin-launcher/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2016-09-01 10:38:38 UTC (rev 188234)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Josip Ponjavic 
+# Contributor: Xu Fasheng 
+
+pkgname=deepin-launcher
+pkgver=4.0.1
+pkgrel=1
+pkgdesc='Deepin desktop-environment - Launcher module'
+arch=('i686' 'x86_64')
+url="https://github.com/linuxdeepin/dde-launcher";
+license=('GPL3')
+depends=('gtk2' 'gsettings-qt' 'qt5-svg' 'qt5-x11extras' 
'deepin-file-manager-backend'
+ 'startdde' 'deepin-tool-kit' 'deepin-menu' 'deepin-daemon')
+makedepends=('git' 'qt5-tools')
+conflicts=('dde-launcher')
+replaces=('dde-launcher')
+groups=('deepin')
+source=("git+https://cr.deepin.io/dde/dde-launcher.git#tag=$pkgver";)
+sha256sums=('SKIP')
+
+build(){
+  cd dde-launcher
+  qmake-q

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

2016-09-01 Thread Felix Yan
Date: Thursday, September 1, 2016 @ 10:38:13
  Author: felixonmars
Revision: 188233

upgpkg: deepin-launcher 4.0.1-1

Modified:
  deepin-launcher/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-09-01 10:31:10 UTC (rev 188232)
+++ PKGBUILD2016-09-01 10:38:13 UTC (rev 188233)
@@ -4,7 +4,7 @@
 # Contributor: Xu Fasheng 
 
 pkgname=deepin-launcher
-pkgver=4.0.0
+pkgver=4.0.1
 pkgrel=1
 pkgdesc='Deepin desktop-environment - Launcher module'
 arch=('i686' 'x86_64')


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

2016-09-01 Thread Antonio Rojas
Date: Thursday, September 1, 2016 @ 11:46:49
  Author: arojas
Revision: 275651

Drop Qt4

Modified:
  qt-gstreamer/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-09-01 10:30:15 UTC (rev 275650)
+++ PKGBUILD2016-09-01 11:46:49 UTC (rev 275651)
@@ -3,21 +3,25 @@
 # Contributor: Andrea Scarpino 
 # Contributor: laloch 
 
-pkgbase=qt-gstreamer
-pkgname=(qt4-gstreamer qt5-gstreamer)
+pkgname=qt-gstreamer
 pkgver=1.2.0
-pkgrel=2
+pkgrel=1
 arch=(i686 x86_64)
+pkgdesc="Qt bindings for GStreamer"
 url='http://gstreamer.freedesktop.org/modules/qt-gstreamer.html'
 license=(LGPL2.1)
-makedepends=(cmake boost mesa doxygen gst-plugins-good qt4 qt5-declarative)
-source=("http://gstreamer.freedesktop.org/src/$pkgbase/$pkgbase-$pkgver.tar.xz";
+depends=(qt5-declarative gst-plugins-good)
+makedepends=(cmake boost doxygen)
+conflicts=(qt5-gstreamer)
+provides=(qt5-gstreamer)
+replaces=(qt5-gstreamer)
+source=("http://gstreamer.freedesktop.org/src/$pkgname/$pkgname-$pkgver.tar.xz";

qt-gstreamer-1.6.patch::"http://cgit.freedesktop.org/gstreamer/qt-gstreamer/patch/?id=e2ca8094";)
 md5sums=('fd794045a828c184acc1794b08a463fd'
  'e39d0c9ba100b18b230d16ff22d8db5d')
 
 prepare() {
-  mkdir -p build{4,5}
+  mkdir -p build
 
 # Fix build with gstreamer 1.6
   cd $pkgbase-$pkgver
@@ -25,40 +29,17 @@
 }
 
 build() {
-  cd build4
-  cmake ../$pkgbase-$pkgver \
+  cd build
+  cmake ../$pkgname-$pkgver \
 -DCMAKE_INSTALL_PREFIX=/usr \
 -DCMAKE_BUILD_TYPE=Release \
 -DCMAKE_INSTALL_LIBDIR=lib \
 -DQTGSTREAMER_EXAMPLES=OFF \
--DQT_VERSION=4
-  make
-
-  cd ../build5
-  cmake ../$pkgbase-$pkgver \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_LIBDIR=lib \
--DQTGSTREAMER_EXAMPLES=OFF \
 -DQT_VERSION=5
   make
 }
 
-package_qt4-gstreamer() {
-  pkgdesc="Qt4 bindings for GStreamer"
-  depends=(qt4 gst-plugins-good)
-  conflicts=(qt-gstreamer)
-  provides=(qt-gstreamer)
-  replaces=(qt-gstreamer)
-
-  cd build4
+package() {
+  cd build
   make DESTDIR="$pkgdir" install
 }
-
-package_qt5-gstreamer() {
-  pkgdesc="Qt5 bindings for GStreamer"
-  depends=(qt5-declarative gst-plugins-good)
-
-  cd build5
-  make DESTDIR="$pkgdir" install
-}


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

2016-09-01 Thread Antonio Rojas
Date: Thursday, September 1, 2016 @ 11:47:31
  Author: arojas
Revision: 275652

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

Added:
  qt-gstreamer/repos/extra-i686/PKGBUILD
(from rev 275651, qt-gstreamer/trunk/PKGBUILD)
  qt-gstreamer/repos/extra-x86_64/PKGBUILD
(from rev 275651, qt-gstreamer/trunk/PKGBUILD)
Deleted:
  qt-gstreamer/repos/extra-i686/PKGBUILD
  qt-gstreamer/repos/extra-x86_64/PKGBUILD

---+
 /PKGBUILD |   90 
 extra-i686/PKGBUILD   |   64 --
 extra-x86_64/PKGBUILD |   64 --
 3 files changed, 90 insertions(+), 128 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-09-01 11:46:49 UTC (rev 275651)
+++ extra-i686/PKGBUILD 2016-09-01 11:47:31 UTC (rev 275652)
@@ -1,64 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-# Contributor: laloch 
-
-pkgbase=qt-gstreamer
-pkgname=(qt4-gstreamer qt5-gstreamer)
-pkgver=1.2.0
-pkgrel=2
-arch=(i686 x86_64)
-url='http://gstreamer.freedesktop.org/modules/qt-gstreamer.html'
-license=(LGPL2.1)
-makedepends=(cmake boost mesa doxygen gst-plugins-good qt4 qt5-declarative)
-source=("http://gstreamer.freedesktop.org/src/$pkgbase/$pkgbase-$pkgver.tar.xz";
-   
qt-gstreamer-1.6.patch::"http://cgit.freedesktop.org/gstreamer/qt-gstreamer/patch/?id=e2ca8094";)
-md5sums=('fd794045a828c184acc1794b08a463fd'
- 'e39d0c9ba100b18b230d16ff22d8db5d')
-
-prepare() {
-  mkdir -p build{4,5}
-
-# Fix build with gstreamer 1.6
-  cd $pkgbase-$pkgver
-  patch -p1 -i ../qt-gstreamer-1.6.patch
-}
-
-build() {
-  cd build4
-  cmake ../$pkgbase-$pkgver \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_LIBDIR=lib \
--DQTGSTREAMER_EXAMPLES=OFF \
--DQT_VERSION=4
-  make
-
-  cd ../build5
-  cmake ../$pkgbase-$pkgver \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_LIBDIR=lib \
--DQTGSTREAMER_EXAMPLES=OFF \
--DQT_VERSION=5
-  make
-}
-
-package_qt4-gstreamer() {
-  pkgdesc="Qt4 bindings for GStreamer"
-  depends=(qt4 gst-plugins-good)
-  conflicts=(qt-gstreamer)
-  provides=(qt-gstreamer)
-  replaces=(qt-gstreamer)
-
-  cd build4
-  make DESTDIR="$pkgdir" install
-}
-
-package_qt5-gstreamer() {
-  pkgdesc="Qt5 bindings for GStreamer"
-  depends=(qt5-declarative gst-plugins-good)
-
-  cd build5
-  make DESTDIR="$pkgdir" install
-}

Copied: qt-gstreamer/repos/extra-i686/PKGBUILD (from rev 275651, 
qt-gstreamer/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-09-01 11:47:31 UTC (rev 275652)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+# Contributor: laloch 
+
+pkgname=qt-gstreamer
+pkgver=1.2.0
+pkgrel=1
+arch=(i686 x86_64)
+pkgdesc="Qt bindings for GStreamer"
+url='http://gstreamer.freedesktop.org/modules/qt-gstreamer.html'
+license=(LGPL2.1)
+depends=(qt5-declarative gst-plugins-good)
+makedepends=(cmake boost doxygen)
+conflicts=(qt5-gstreamer)
+provides=(qt5-gstreamer)
+replaces=(qt5-gstreamer)
+source=("http://gstreamer.freedesktop.org/src/$pkgname/$pkgname-$pkgver.tar.xz";
+   
qt-gstreamer-1.6.patch::"http://cgit.freedesktop.org/gstreamer/qt-gstreamer/patch/?id=e2ca8094";)
+md5sums=('fd794045a828c184acc1794b08a463fd'
+ 'e39d0c9ba100b18b230d16ff22d8db5d')
+
+prepare() {
+  mkdir -p build
+
+# Fix build with gstreamer 1.6
+  cd $pkgbase-$pkgver
+  patch -p1 -i ../qt-gstreamer-1.6.patch
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DQTGSTREAMER_EXAMPLES=OFF \
+-DQT_VERSION=5
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2016-09-01 11:46:49 UTC (rev 275651)
+++ extra-x86_64/PKGBUILD   2016-09-01 11:47:31 UTC (rev 275652)
@@ -1,64 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-# Contributor: laloch 
-
-pkgbase=qt-gstreamer
-pkgname=(qt4-gstreamer qt5-gstreamer)
-pkgver=1.2.0
-pkgrel=2
-arch=(i686 x86_64)
-url='http://gstreamer.freedesktop.org/modules/qt-gstreamer.html'
-license=(LGPL2.1)
-makedepends=(cmake boost mesa doxygen gst-plugins-good qt4 qt5-declarative)
-source=("http://gstreamer.freedesktop.org/src/$pkgbase/$pkgbase-$pkgver.tar.xz";
-   
qt-gstreamer-1.6.patch::"http://cgit.freedesktop.org/gstreamer/qt-gstreamer/patch/?id=e2ca8094";)
-md5sums=('fd794045a828c184acc1794b08a463fd'
- 'e39d0c9ba100b18b230d16ff22d8db5d')
-
-prepare() {
-  mkdir -p build{4,5}
-
-# Fix build with gstreamer 1.6
-  cd $pk

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

2016-09-01 Thread Laurent Carlier
Date: Thursday, September 1, 2016 @ 11:49:28
  Author: lcarlier
Revision: 275653

upgpkg: vulkan-docs 1:1.0.25-1

upstream update 1.0.25

Modified:
  vulkan-docs/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-09-01 11:47:31 UTC (rev 275652)
+++ PKGBUILD2016-09-01 11:49:28 UTC (rev 275653)
@@ -3,29 +3,29 @@
 
 pkgbase=vulkan-docs
 pkgname=(vulkan-headers vulkan-man-pages vulkan-html-docs)
-pkgver=1.0.24
+pkgver=1.0.25
 pkgrel=1
 epoch=1
 _pkgname=Vulkan-Docs
-_pkgver=1.0-core+wsi-20160812
+_pkgver=1.0-core-20160826
 arch=(any)
 url="https://www.khronos.org/vulkan/";
 license=('custom')
-makedepends=(asciidoc)
+makedepends=(asciidoc python3)
 groups=(vulkan-devel)
 
source=("https://github.com/KhronosGroup/${_pkgname}/archive/v${_pkgver}.tar.gz";)
-md5sums=('99335eafbe38623d497d284f92f16342')
+md5sums=('95242e4b3fa7d9e47e9eee3f60a324d8')
 
 build() {
-  cd "${_pkgname}-${_pkgver/+/-}/doc/specs/vulkan"
+  cd "${_pkgname}-${_pkgver}/doc/specs/vulkan"
 
-  make manpages
-  make chunked
+  ./makeKHR manpages
+  ./makeKHR chunked
 }
 
 package_vulkan-headers() {
   pkgdesc="Vulkan header files"
-  cd "${_pkgname}-${_pkgver/+/-}"
+  cd "${_pkgname}-${_pkgver}"
 
   install -dm755 ${pkgdir}/usr/include/vulkan
   install -dm755 ${pkgdir}/usr/share/vulkan
@@ -39,7 +39,7 @@
 
 package_vulkan-man-pages() {
   pkgdesc="Vulkan man pages"
-  cd "${_pkgname}-${_pkgver/+/-}"
+  cd "${_pkgname}-${_pkgver}"
 
   install -dm755 "${pkgdir}/usr/share/man/man3"
   install -m644 out/1.0/man/3/*.3 "${pkgdir}/usr/share/man/man3/"
@@ -49,7 +49,7 @@
 
 package_vulkan-html-docs() {
   pkgdesc="Vulkan html documentation"
-  cd "${_pkgname}-${_pkgver/+/-}"
+  cd "${_pkgname}-${_pkgver}"
 
   install -dm755 "${pkgdir}/usr/share/doc/vulkan"
   mv -v out/1.0/chunked/* "${pkgdir}/usr/share/doc/vulkan/"


[arch-commits] Commit in vulkan-docs/repos/extra-any (PKGBUILD PKGBUILD)

2016-09-01 Thread Laurent Carlier
Date: Thursday, September 1, 2016 @ 11:49:33
  Author: lcarlier
Revision: 275654

archrelease: copy trunk to extra-any

Added:
  vulkan-docs/repos/extra-any/PKGBUILD
(from rev 275653, vulkan-docs/trunk/PKGBUILD)
Deleted:
  vulkan-docs/repos/extra-any/PKGBUILD

--+
 PKGBUILD |  116 ++---
 1 file changed, 58 insertions(+), 58 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2016-09-01 11:49:28 UTC (rev 275653)
+++ PKGBUILD2016-09-01 11:49:33 UTC (rev 275654)
@@ -1,58 +0,0 @@
-# $Id$
-# Maintainer: Laurent Carlier 
-
-pkgbase=vulkan-docs
-pkgname=(vulkan-headers vulkan-man-pages vulkan-html-docs)
-pkgver=1.0.24
-pkgrel=1
-epoch=1
-_pkgname=Vulkan-Docs
-_pkgver=1.0-core+wsi-20160812
-arch=(any)
-url="https://www.khronos.org/vulkan/";
-license=('custom')
-makedepends=(asciidoc)
-groups=(vulkan-devel)
-source=("https://github.com/KhronosGroup/${_pkgname}/archive/v${_pkgver}.tar.gz";)
-md5sums=('99335eafbe38623d497d284f92f16342')
-
-build() {
-  cd "${_pkgname}-${_pkgver/+/-}/doc/specs/vulkan"
-
-  make manpages
-  make chunked
-}
-
-package_vulkan-headers() {
-  pkgdesc="Vulkan header files"
-  cd "${_pkgname}-${_pkgver/+/-}"
-
-  install -dm755 ${pkgdir}/usr/include/vulkan
-  install -dm755 ${pkgdir}/usr/share/vulkan
-
-  install -m644 src/vulkan/vk_platform.h ${pkgdir}/usr/include/vulkan/
-  install -m644 src/vulkan/vulkan.h ${pkgdir}/usr/include/vulkan
-  install -m644 src/spec/vk.xml ${pkgdir}/usr/share/vulkan
-
-  install -D -m644 doc/specs/vulkan/copyright.txt 
${pkgdir}/usr/share/licenses/${pkgname}/copyright.txt
-}
-
-package_vulkan-man-pages() {
-  pkgdesc="Vulkan man pages"
-  cd "${_pkgname}-${_pkgver/+/-}"
-
-  install -dm755 "${pkgdir}/usr/share/man/man3"
-  install -m644 out/1.0/man/3/*.3 "${pkgdir}/usr/share/man/man3/"
-
-  install -D -m644 doc/specs/vulkan/copyright.txt 
${pkgdir}/usr/share/licenses/${pkgname}/copyright.txt
-}
-
-package_vulkan-html-docs() {
-  pkgdesc="Vulkan html documentation"
-  cd "${_pkgname}-${_pkgver/+/-}"
-
-  install -dm755 "${pkgdir}/usr/share/doc/vulkan"
-  mv -v out/1.0/chunked/* "${pkgdir}/usr/share/doc/vulkan/"
-
-  install -D -m644 doc/specs/vulkan/copyright.txt 
${pkgdir}/usr/share/licenses/${pkgname}/copyright.txt
-}

Copied: vulkan-docs/repos/extra-any/PKGBUILD (from rev 275653, 
vulkan-docs/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-09-01 11:49:33 UTC (rev 275654)
@@ -0,0 +1,58 @@
+# $Id$
+# Maintainer: Laurent Carlier 
+
+pkgbase=vulkan-docs
+pkgname=(vulkan-headers vulkan-man-pages vulkan-html-docs)
+pkgver=1.0.25
+pkgrel=1
+epoch=1
+_pkgname=Vulkan-Docs
+_pkgver=1.0-core-20160826
+arch=(any)
+url="https://www.khronos.org/vulkan/";
+license=('custom')
+makedepends=(asciidoc python3)
+groups=(vulkan-devel)
+source=("https://github.com/KhronosGroup/${_pkgname}/archive/v${_pkgver}.tar.gz";)
+md5sums=('95242e4b3fa7d9e47e9eee3f60a324d8')
+
+build() {
+  cd "${_pkgname}-${_pkgver}/doc/specs/vulkan"
+
+  ./makeKHR manpages
+  ./makeKHR chunked
+}
+
+package_vulkan-headers() {
+  pkgdesc="Vulkan header files"
+  cd "${_pkgname}-${_pkgver}"
+
+  install -dm755 ${pkgdir}/usr/include/vulkan
+  install -dm755 ${pkgdir}/usr/share/vulkan
+
+  install -m644 src/vulkan/vk_platform.h ${pkgdir}/usr/include/vulkan/
+  install -m644 src/vulkan/vulkan.h ${pkgdir}/usr/include/vulkan
+  install -m644 src/spec/vk.xml ${pkgdir}/usr/share/vulkan
+
+  install -D -m644 doc/specs/vulkan/copyright.txt 
${pkgdir}/usr/share/licenses/${pkgname}/copyright.txt
+}
+
+package_vulkan-man-pages() {
+  pkgdesc="Vulkan man pages"
+  cd "${_pkgname}-${_pkgver}"
+
+  install -dm755 "${pkgdir}/usr/share/man/man3"
+  install -m644 out/1.0/man/3/*.3 "${pkgdir}/usr/share/man/man3/"
+
+  install -D -m644 doc/specs/vulkan/copyright.txt 
${pkgdir}/usr/share/licenses/${pkgname}/copyright.txt
+}
+
+package_vulkan-html-docs() {
+  pkgdesc="Vulkan html documentation"
+  cd "${_pkgname}-${_pkgver}"
+
+  install -dm755 "${pkgdir}/usr/share/doc/vulkan"
+  mv -v out/1.0/chunked/* "${pkgdir}/usr/share/doc/vulkan/"
+
+  install -D -m644 doc/specs/vulkan/copyright.txt 
${pkgdir}/usr/share/licenses/${pkgname}/copyright.txt
+}


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

2016-09-01 Thread Antonio Rojas
Date: Thursday, September 1, 2016 @ 11:50:41
  Author: arojas
Revision: 188235

qt5-gstreamer -> qt-gstreamer

Modified:
  kamoso/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-09-01 10:38:38 UTC (rev 188234)
+++ PKGBUILD2016-09-01 11:50:41 UTC (rev 188235)
@@ -11,7 +11,7 @@
 url="https://userbase.kde.org/Kamoso";
 arch=(i686 x86_64)
 license=(GPL)
-depends=(qt5-gstreamer purpose gst-plugins-bad)
+depends=(qt-gstreamer purpose gst-plugins-bad)
 makedepends=(extra-cmake-modules kdoctools boost python)
 
source=("http://download.kde.org/stable/$pkgname/$pkgver/src/$pkgname-$pkgver.tar.xz";)
 md5sums=('55d026b0db2053ff0a434d1ffb0f4fca')


[arch-commits] Commit in telepathy-kde-call-ui/trunk (PKGBUILD)

2016-09-01 Thread Antonio Rojas
Date: Thursday, September 1, 2016 @ 11:51:02
  Author: arojas
Revision: 275655

qt5-gstreamer -> qt-gstreamer

Modified:
  telepathy-kde-call-ui/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-09-01 11:49:33 UTC (rev 275654)
+++ PKGBUILD2016-09-01 11:51:02 UTC (rev 275655)
@@ -10,7 +10,7 @@
 url='http://community.kde.org/Real-Time_Communication_and_Collaboration'
 license=(GPL)
 groups=(kde-applications kdenetwork telepathy-kde)
-depends=(telepathy-kde-common-internals qt5-gstreamer)
+depends=(telepathy-kde-common-internals qt-gstreamer)
 makedepends=(extra-cmake-modules boost python)
 
source=("http://download.kde.org/stable/applications/$pkgver/src/$_pkgname-$pkgver.tar.xz";)
 md5sums=('3320150fb1a3cb9e0bbd3a683f3b1df8')


[arch-commits] Commit in elasticsearch/repos/community-any (16 files)

2016-09-01 Thread Massimiliano Torromeo
Date: Thursday, September 1, 2016 @ 12:04:49
  Author: mtorromeo
Revision: 188237

archrelease: copy trunk to community-any

Added:
  elasticsearch/repos/community-any/PKGBUILD
(from rev 188236, elasticsearch/trunk/PKGBUILD)
  elasticsearch/repos/community-any/elasticsearch-sysctl.conf
(from rev 188236, elasticsearch/trunk/elasticsearch-sysctl.conf)
  elasticsearch/repos/community-any/elasticsearch-tmpfile.conf
(from rev 188236, elasticsearch/trunk/elasticsearch-tmpfile.conf)
  elasticsearch/repos/community-any/elasticsearch-user.conf
(from rev 188236, elasticsearch/trunk/elasticsearch-user.conf)
  elasticsearch/repos/community-any/elasticsearch.default
(from rev 188236, elasticsearch/trunk/elasticsearch.default)
  elasticsearch/repos/community-any/elasticsearch.install
(from rev 188236, elasticsearch/trunk/elasticsearch.install)
  elasticsearch/repos/community-any/elasticsearch.service
(from rev 188236, elasticsearch/trunk/elasticsearch.service)
  elasticsearch/repos/community-any/elasticsearch@.service
(from rev 188236, elasticsearch/trunk/elasticsearch@.service)
Deleted:
  elasticsearch/repos/community-any/PKGBUILD
  elasticsearch/repos/community-any/elasticsearch-sysctl.conf
  elasticsearch/repos/community-any/elasticsearch-tmpfile.conf
  elasticsearch/repos/community-any/elasticsearch-user.conf
  elasticsearch/repos/community-any/elasticsearch.default
  elasticsearch/repos/community-any/elasticsearch.install
  elasticsearch/repos/community-any/elasticsearch.service
  elasticsearch/repos/community-any/elasticsearch@.service

+
 PKGBUILD   |  148 +--
 elasticsearch-sysctl.conf  |2 
 elasticsearch-tmpfile.conf |   12 +--
 elasticsearch-user.conf|2 
 elasticsearch.default  |   26 +++
 elasticsearch.install  |   28 
 elasticsearch.service  |   78 +++---
 elasticsearch@.service |   78 +++---
 8 files changed, 187 insertions(+), 187 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2016-09-01 12:04:24 UTC (rev 188236)
+++ PKGBUILD2016-09-01 12:04:49 UTC (rev 188237)
@@ -1,74 +0,0 @@
-# $Id$
-# Maintainer: Massimiliano Torromeo 
-# Contributor: Marcello "mererghost" Rocha 
-# Refactored by Blaž "Speed" Hrastnik 
-
-pkgname=elasticsearch
-pkgver=2.3.5
-pkgrel=1
-pkgdesc="Distributed RESTful search engine built on top of Lucene"
-arch=('any')
-url="https://www.elastic.co/products/elasticsearch";
-license=('APACHE')
-depends=('java-runtime-headless' 'systemd')
-install='elasticsearch.install'
-source=(
-  
"http://download.elasticsearch.org/$pkgname/release/org/$pkgname/distribution/tar/$pkgname/$pkgver/$pkgname-$pkgver.tar.gz";
-  elasticsearch.service
-  elasticsearch@.service
-  elasticsearch-sysctl.conf
-  elasticsearch-user.conf
-  elasticsearch-tmpfile.conf
-  elasticsearch.default
-)
-sha256sums=('1119a8c18620b98c4b85261318663a1f26dea92a26f34dfeb7f813fb7cbb468a'
-'339a16452c89d55dba3c693e5979fd331981e79decc5eceb2e9be25670d946d9'
-'5705be6546922d5c0c7aded3b839af25b369ace2af7024ea11e2bce9426ae2f6'
-'b3feb1e9c7e7ce6b33cea6c727728ed700332aae942ca475c3bcc1d56b9f113c'
-'815f6a39db6f54bb40750c382ffbdc298d2c4c187ee8ea7e2f855923e2ff354b'
-'6578cacc9fdbdf4713e9f607710701edcd46b026e99743af0fbb63e177eed9b1'
-'bb74e5fb8bc28f2125e015395ab05bea117b72bfc6dadbca827694b362ee0bf8')
-
-backup=('etc/elasticsearch/elasticsearch.yml'
-'etc/elasticsearch/logging.yml'
-'etc/default/elasticsearch')
-
-prepare() {
-  cd "$srcdir"/$pkgname-$pkgver
-
-  for script in plugin elasticsearch; do
-sed -e 's|^ES_HOME=.*dirname.*|ES_HOME=/usr/share/elasticsearch|' \
--e '/^ES_HOME=.*pwd/d' \
--e 's|$ES_HOME/config|/etc/elasticsearch|' \
--i bin/$script
-  done
-
-  sed -re 's;#\s*(path\.conf:).*$;\1 /etc/elasticsearch;' \
--e '0,/#\s*(path\.data:).*$/s;;\1 /var/lib/elasticsearch;' \
--e 's;#\s*(path\.work:).*$;\1 /tmp/elasticsearch;' \
--e 's;#\s*(path\.logs:).*$;\1 /var/log/elasticsearch;' \
--i config/elasticsearch.yml
-}
-
-package() {
-  cd "$pkgdir"
-  install -dm750 etc/elasticsearch/scripts
-  install -dm755 usr/share/elasticsearch/plugins
-  install -dm755 var/lib/elasticsearch
-  install -dm755 var/log/elasticsearch
-
-  install -Dm644 "$srcdir"/elasticsearch.service 
usr/lib/systemd/system/elasticsearch.service
-  install -Dm644 "$srcdir"/elasticsearch@.service 
usr/lib/systemd/system/elasticsearch@.service
-  install -Dm644 "$srcdir"/elasticsearch-user.conf 
usr/lib/sysusers.d/elasticsearch.conf
-  install -Dm644 "$srcdir"/elasticsearch-tmpfile.conf 
usr/lib/tmpfiles.d/elasticsearch.conf
-  install -Dm644 "$srcdir"/elasticsearch-sysctl.conf 
usr/lib/sysctl.d/elasticsearch.conf
-  insta

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

2016-09-01 Thread Massimiliano Torromeo
Date: Thursday, September 1, 2016 @ 12:04:24
  Author: mtorromeo
Revision: 188236

upgpkg: elasticsearch 2.4.0-1

Modified:
  elasticsearch/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-09-01 11:50:41 UTC (rev 188235)
+++ PKGBUILD2016-09-01 12:04:24 UTC (rev 188236)
@@ -4,7 +4,7 @@
 # Refactored by Blaž "Speed" Hrastnik 
 
 pkgname=elasticsearch
-pkgver=2.3.5
+pkgver=2.4.0
 pkgrel=1
 pkgdesc="Distributed RESTful search engine built on top of Lucene"
 arch=('any')
@@ -21,7 +21,7 @@
   elasticsearch-tmpfile.conf
   elasticsearch.default
 )
-sha256sums=('1119a8c18620b98c4b85261318663a1f26dea92a26f34dfeb7f813fb7cbb468a'
+sha256sums=('3ae01140ae7bcbb91436feef381fbed774e36ef6d1e8e6a3153640db82acf4c9'
 '339a16452c89d55dba3c693e5979fd331981e79decc5eceb2e9be25670d946d9'
 '5705be6546922d5c0c7aded3b839af25b369ace2af7024ea11e2bce9426ae2f6'
 'b3feb1e9c7e7ce6b33cea6c727728ed700332aae942ca475c3bcc1d56b9f113c'


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

2016-09-01 Thread Felix Yan
Date: Thursday, September 1, 2016 @ 15:40:08
  Author: felixonmars
Revision: 188238

upgpkg: deepin-file-manager 1:1.2-1

Modified:
  deepin-file-manager/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-09-01 12:04:49 UTC (rev 188237)
+++ PKGBUILD2016-09-01 15:40:08 UTC (rev 188238)
@@ -4,7 +4,7 @@
 # Contributor: Xu Fasheng 
 
 pkgname=deepin-file-manager
-pkgver=1.1.2
+pkgver=1.2
 pkgrel=1
 epoch=1
 pkgdesc='Deepin File Manager'


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

2016-09-01 Thread Felix Yan
Date: Thursday, September 1, 2016 @ 15:40:16
  Author: felixonmars
Revision: 188239

upgpkg: deepin-control-center 3.0.18-1

Modified:
  deepin-control-center/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-09-01 15:40:08 UTC (rev 188238)
+++ PKGBUILD2016-09-01 15:40:16 UTC (rev 188239)
@@ -4,7 +4,7 @@
 # Contributor: Xu Fasheng 
 
 pkgname=deepin-control-center
-pkgver=3.0.16
+pkgver=3.0.18
 pkgrel=1
 pkgdesc='New control center for linux deepin'
 arch=('i686' 'x86_64')


[arch-commits] Commit in deepin-control-center/repos (4 files)

2016-09-01 Thread Felix Yan
Date: Thursday, September 1, 2016 @ 15:43:58
  Author: felixonmars
Revision: 188240

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-09-01 15:40:16 UTC (rev 188239)
+++ community-i686/PKGBUILD 2016-09-01 15:43:58 UTC (rev 188240)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Josip Ponjavic 
-# Contributor: Xu Fasheng 
-
-pkgname=deepin-control-center
-pkgver=3.0.16
-pkgrel=1
-pkgdesc='New control center for linux deepin'
-arch=('i686' 'x86_64')
-url="http://github.com/linuxdeepin/dde-control-center";
-license=('GPL3')
-depends=('desktop-file-utils' 'deepin-tool-kit' 'gtk2' 'deepin-account-faces' 
'deepin-api'
- 'deepin-daemon' 'deepin-dbus-factory' 'startdde')
-makedepends=('deepin-dock' 'qt5-tools' 'git')
-conflicts=('dde-control-center' 'dde-dock-applets')
-replaces=('dde-control-center' 'dde-dock-applets')
-groups=('deepin')
-source=("git+https://cr.deepin.io/dde/dde-control-center.git#tag=$pkgver";)
-sha256sums=('SKIP')
-
-build() {
-  cd dde-control-center
-  qmake-qt5 QMAKE_CFLAGS_ISYSTEM= PREFIX=/usr WITH_MODULE_GRUB=NO 
WITH_MODULE_REMOTE_ASSIST=NO WITH_MODULE_SYSINFO_UPDATE=NO
-  make
-}
-
-package() {
-  cd dde-control-center
-  make INSTALL_ROOT="${pkgdir}" install
-}

Copied: deepin-control-center/repos/community-i686/PKGBUILD (from rev 188239, 
deepin-control-center/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-09-01 15:43:58 UTC (rev 188240)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Josip Ponjavic 
+# Contributor: Xu Fasheng 
+
+pkgname=deepin-control-center
+pkgver=3.0.18
+pkgrel=1
+pkgdesc='New control center for linux deepin'
+arch=('i686' 'x86_64')
+url="http://github.com/linuxdeepin/dde-control-center";
+license=('GPL3')
+depends=('desktop-file-utils' 'deepin-tool-kit' 'gtk2' 'deepin-account-faces' 
'deepin-api'
+ 'deepin-daemon' 'deepin-dbus-factory' 'startdde')
+makedepends=('deepin-dock' 'qt5-tools' 'git')
+conflicts=('dde-control-center' 'dde-dock-applets')
+replaces=('dde-control-center' 'dde-dock-applets')
+groups=('deepin')
+source=("git+https://cr.deepin.io/dde/dde-control-center.git#tag=$pkgver";)
+sha256sums=('SKIP')
+
+build() {
+  cd dde-control-center
+  qmake-qt5 QMAKE_CFLAGS_ISYSTEM= PREFIX=/usr WITH_MODULE_GRUB=NO 
WITH_MODULE_REMOTE_ASSIST=NO WITH_MODULE_SYSINFO_UPDATE=NO
+  make
+}
+
+package() {
+  cd dde-control-center
+  make INSTALL_ROOT="${pkgdir}" install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-09-01 15:40:16 UTC (rev 188239)
+++ community-x86_64/PKGBUILD   2016-09-01 15:43:58 UTC (rev 188240)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Josip Ponjavic 
-# Contributor: Xu Fasheng 
-
-pkgname=deepin-control-center
-pkgver=3.0.16
-pkgrel=1
-pkgdesc='New control center for linux deepin'
-arch=('i686' 'x86_64')
-url="http://github.com/linuxdeepin/dde-control-center";
-license=('GPL3')
-depends=('desktop-file-utils' 'deepin-tool-kit' 'gtk2' 'deepin-account-faces' 
'deepin-api'
- 'deepin-daemon' 'deepin-dbus-factory' 'startdde')
-makedepends=('deepin-dock' 'qt5-tools' 'git')
-conflicts=('dde-control-center' 'dde-dock-applets')
-replaces=('dde-control-center' 'dde-dock-applets')
-groups=('deepin')
-source=("git+https://cr.deepin.io/dde/dde-control-center.git#tag=$pkgver";)
-sha256sums=('SKIP')
-
-build() {
-  cd dde-control-center
-  qmake-qt5 QMAKE_CFLAGS_ISYSTEM= PREFIX=/usr WITH_MODULE_GRUB=NO 
WITH_MODULE_REMOTE_ASSIST=NO WITH_MODULE_SYSINFO_UPDATE=NO
-  make
-}
-
-package() {
-  cd dde-control-center
-  make INSTALL_ROOT="${pkgdir}" install
-}

Copied: deepin-control-center/repos/community-x86_64/PKGBUILD (from rev 188239, 
deepin-control-center/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2016-09-01 15:43:58 UTC (rev 188240)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Josip Ponjavic 
+# Contributor: Xu Fas

[arch-commits] Commit in deepin-file-manager/repos (4 files)

2016-09-01 Thread Felix Yan
Date: Thursday, September 1, 2016 @ 15:44:45
  Author: felixonmars
Revision: 188241

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

Added:
  deepin-file-manager/repos/community-i686/PKGBUILD
(from rev 188240, deepin-file-manager/trunk/PKGBUILD)
  deepin-file-manager/repos/community-x86_64/PKGBUILD
(from rev 188240, deepin-file-manager/trunk/PKGBUILD)
Deleted:
  deepin-file-manager/repos/community-i686/PKGBUILD
  deepin-file-manager/repos/community-x86_64/PKGBUILD

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-09-01 15:43:58 UTC (rev 188240)
+++ community-i686/PKGBUILD 2016-09-01 15:44:45 UTC (rev 188241)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Josip Ponjavic 
-# Contributor: Xu Fasheng 
-
-pkgname=deepin-file-manager
-pkgver=1.1.2
-pkgrel=1
-epoch=1
-pkgdesc='Deepin File Manager'
-arch=('i686' 'x86_64')
-url="https://github.com/linuxdeepin/dde-file-manager";
-license=('GPL3')
-depends=('deepin-tool-kit' 'gtk2' 'gsettings-qt' 'libsecret' 'qt5-svg' 'file')
-makedepends=('git' 'qt5-tools')
-groups=('deepin')
-source=("git+https://cr.deepin.io/dde/dde-file-manager.git#tag=$pkgver";)
-sha256sums=('SKIP')
-
-build() {
-  cd dde-file-manager
-  qmake-qt5 PREFIX=/usr QMAKE_CFLAGS_ISYSTEM=
-  make
-}
-
-package() {
-  cd dde-file-manager
-  make INSTALL_ROOT="$pkgdir" install
-}

Copied: deepin-file-manager/repos/community-i686/PKGBUILD (from rev 188240, 
deepin-file-manager/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-09-01 15:44:45 UTC (rev 188241)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Josip Ponjavic 
+# Contributor: Xu Fasheng 
+
+pkgname=deepin-file-manager
+pkgver=1.2
+pkgrel=1
+epoch=1
+pkgdesc='Deepin File Manager'
+arch=('i686' 'x86_64')
+url="https://github.com/linuxdeepin/dde-file-manager";
+license=('GPL3')
+depends=('deepin-tool-kit' 'gtk2' 'gsettings-qt' 'libsecret' 'qt5-svg' 'file')
+makedepends=('git' 'qt5-tools')
+groups=('deepin')
+source=("git+https://cr.deepin.io/dde/dde-file-manager.git#tag=$pkgver";)
+sha256sums=('SKIP')
+
+build() {
+  cd dde-file-manager
+  qmake-qt5 PREFIX=/usr QMAKE_CFLAGS_ISYSTEM=
+  make
+}
+
+package() {
+  cd dde-file-manager
+  make INSTALL_ROOT="$pkgdir" install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-09-01 15:43:58 UTC (rev 188240)
+++ community-x86_64/PKGBUILD   2016-09-01 15:44:45 UTC (rev 188241)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Josip Ponjavic 
-# Contributor: Xu Fasheng 
-
-pkgname=deepin-file-manager
-pkgver=1.1.2
-pkgrel=1
-epoch=1
-pkgdesc='Deepin File Manager'
-arch=('i686' 'x86_64')
-url="https://github.com/linuxdeepin/dde-file-manager";
-license=('GPL3')
-depends=('deepin-tool-kit' 'gtk2' 'gsettings-qt' 'libsecret' 'qt5-svg' 'file')
-makedepends=('git' 'qt5-tools')
-groups=('deepin')
-source=("git+https://cr.deepin.io/dde/dde-file-manager.git#tag=$pkgver";)
-sha256sums=('SKIP')
-
-build() {
-  cd dde-file-manager
-  qmake-qt5 PREFIX=/usr QMAKE_CFLAGS_ISYSTEM=
-  make
-}
-
-package() {
-  cd dde-file-manager
-  make INSTALL_ROOT="$pkgdir" install
-}

Copied: deepin-file-manager/repos/community-x86_64/PKGBUILD (from rev 188240, 
deepin-file-manager/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2016-09-01 15:44:45 UTC (rev 188241)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Josip Ponjavic 
+# Contributor: Xu Fasheng 
+
+pkgname=deepin-file-manager
+pkgver=1.2
+pkgrel=1
+epoch=1
+pkgdesc='Deepin File Manager'
+arch=('i686' 'x86_64')
+url="https://github.com/linuxdeepin/dde-file-manager";
+license=('GPL3')
+depends=('deepin-tool-kit' 'gtk2' 'gsettings-qt' 'libsecret' 'qt5-svg' 'file')
+makedepends=('git' 'qt5-tools')
+groups=('deepin')
+source=("git+https://cr.deepin.io/dde/dde-file-manager.git#tag=$pkgver";)
+sha256sums=('SKIP')
+
+build() {
+  cd dde-file-manager
+  qmake-qt5 PREFIX=/usr QMAKE_CFLAGS_ISYSTEM=
+  make
+}
+
+package() {
+  cd dde-file-manager
+  make INSTALL_ROOT="$pkgdir" install
+}


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

2016-09-01 Thread Felix Yan
Date: Thursday, September 1, 2016 @ 15:49:39
  Author: felixonmars
Revision: 188242

upgpkg: deepin-api 3.0.12-1

Modified:
  deepin-api/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-09-01 15:44:45 UTC (rev 188241)
+++ PKGBUILD2016-09-01 15:49:39 UTC (rev 188242)
@@ -4,8 +4,8 @@
 # Contributor: Xu Fasheng 
 
 pkgname=deepin-api
-pkgver=3.0.11
-_golibver=0.4.11
+pkgver=3.0.12
+_golibver=0.5
 _dbusfactoryver=3.0.6
 _girgeneratorver=0.9.5
 pkgrel=1


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

2016-09-01 Thread Felix Yan
Date: Thursday, September 1, 2016 @ 15:50:05
  Author: felixonmars
Revision: 188243

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

Added:
  deepin-api/repos/community-i686/PKGBUILD
(from rev 188242, deepin-api/trunk/PKGBUILD)
  deepin-api/repos/community-x86_64/PKGBUILD
(from rev 188242, deepin-api/trunk/PKGBUILD)
Deleted:
  deepin-api/repos/community-i686/PKGBUILD
  deepin-api/repos/community-x86_64/PKGBUILD

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-09-01 15:49:39 UTC (rev 188242)
+++ community-i686/PKGBUILD 2016-09-01 15:50:05 UTC (rev 188243)
@@ -1,60 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Josip Ponjavic 
-# Contributor: Xu Fasheng 
-
-pkgname=deepin-api
-pkgver=3.0.11
-_golibver=0.4.11
-_dbusfactoryver=3.0.6
-_girgeneratorver=0.9.5
-pkgrel=1
-pkgdesc='Go-lang bingdings for dde-daemon'
-arch=('i686' 'x86_64')
-url="https://gitcafe.com/Deepin/dde-api";
-license=('GPL3')
-depends=('glib2' 'gdk-pixbuf2' 'gtk3' 'libcanberra-pulse' 'libxi' 'libxfixes' 
'rfkill' 'poppler-glib' 'deepin-metacity' 'xcur2png' 'blur-effect') # 
'gcc-libs>=5.3.0-3')
-makedepends=('git' 'deepin-dbus-generator' 'deepin-gir-generator' 'bzr' 'go') 
# 'gcc-go')
-conflicts=('dde-api')
-replaces=('dde-api')
-groups=('deepin')
-source=("git+https://cr.deepin.io/dde/dde-api.git#tag=$pkgver";
-"git+https://cr.deepin.io/go-lib.git#tag=$_golibver";
-"git+https://cr.deepin.io/dbus-factory.git#tag=$_dbusfactoryver";
-"git+https://cr.deepin.io/go-gir-generator.git#tag=$_girgeneratorver";)
-sha256sums=('SKIP'
-'SKIP'
-'SKIP'
-'SKIP')
-
-prepare() {
-  sed -i "s|\"\${LDFLAGS}\"|\"\${LDFLAGS} $CFLAGS $LDFLAGS\"|" dde-api/Makefile
-  sed -i 's| generator$||' go-gir-generator/makefile
-
-  export GOPATH="$srcdir/build"
-  mkdir -p build/src/pkg.deepin.io/{lib,dde/api}
-  cp -a go-lib/* build/src/pkg.deepin.io/lib
-  cp -a dde-api/* build/src/pkg.deepin.io/dde/api/
-
-  cd "$srcdir/dde-api"
-  make build-dep
-  go get gopkg.in/alecthomas/kingpin.v2
-}
-
-build(){
-  cd "$srcdir/dbus-factory"
-  make install-golang
-
-  cd "$srcdir/go-gir-generator"
-  make GENERATOR=gir-generator build
-  make copyfile
-  cp -r out/src/gir "$GOPATH/src"/
-
-  cd "$srcdir/dde-api"
-  make # USE_GCCGO=1
-}
-
-package() {
-  cd dde-api
-  make DESTDIR="${pkgdir}" SYSTEMD_LIB_DIR=/usr/lib install-binary
-}

Copied: deepin-api/repos/community-i686/PKGBUILD (from rev 188242, 
deepin-api/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-09-01 15:50:05 UTC (rev 188243)
@@ -0,0 +1,60 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Josip Ponjavic 
+# Contributor: Xu Fasheng 
+
+pkgname=deepin-api
+pkgver=3.0.12
+_golibver=0.5
+_dbusfactoryver=3.0.6
+_girgeneratorver=0.9.5
+pkgrel=1
+pkgdesc='Go-lang bingdings for dde-daemon'
+arch=('i686' 'x86_64')
+url="https://gitcafe.com/Deepin/dde-api";
+license=('GPL3')
+depends=('glib2' 'gdk-pixbuf2' 'gtk3' 'libcanberra-pulse' 'libxi' 'libxfixes' 
'rfkill' 'poppler-glib' 'deepin-metacity' 'xcur2png' 'blur-effect') # 
'gcc-libs>=5.3.0-3')
+makedepends=('git' 'deepin-dbus-generator' 'deepin-gir-generator' 'bzr' 'go') 
# 'gcc-go')
+conflicts=('dde-api')
+replaces=('dde-api')
+groups=('deepin')
+source=("git+https://cr.deepin.io/dde/dde-api.git#tag=$pkgver";
+"git+https://cr.deepin.io/go-lib.git#tag=$_golibver";
+"git+https://cr.deepin.io/dbus-factory.git#tag=$_dbusfactoryver";
+"git+https://cr.deepin.io/go-gir-generator.git#tag=$_girgeneratorver";)
+sha256sums=('SKIP'
+'SKIP'
+'SKIP'
+'SKIP')
+
+prepare() {
+  sed -i "s|\"\${LDFLAGS}\"|\"\${LDFLAGS} $CFLAGS $LDFLAGS\"|" dde-api/Makefile
+  sed -i 's| generator$||' go-gir-generator/makefile
+
+  export GOPATH="$srcdir/build"
+  mkdir -p build/src/pkg.deepin.io/{lib,dde/api}
+  cp -a go-lib/* build/src/pkg.deepin.io/lib
+  cp -a dde-api/* build/src/pkg.deepin.io/dde/api/
+
+  cd "$srcdir/dde-api"
+  make build-dep
+  go get gopkg.in/alecthomas/kingpin.v2
+}
+
+build(){
+  cd "$srcdir/dbus-factory"
+  make install-golang
+
+  cd "$srcdir/go-gir-generator"
+  make GENERATOR=gir-generator build
+  make copyfile
+  cp -r out/src/gir "$GOPATH/src"/
+
+  cd "$srcdir/dde-api"
+  make # USE_GCCGO=1
+}
+
+package() {
+  cd dde-api
+  make DESTDIR="${pkgdir}" SYSTEMD_LIB_DIR=/usr/lib install-binary
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD 

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

2016-09-01 Thread Felix Yan
Date: Thursday, September 1, 2016 @ 15:53:06
  Author: felixonmars
Revision: 188244

upgpkg: deepin-daemon 3.0.20-1

Modified:
  deepin-daemon/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-09-01 15:50:05 UTC (rev 188243)
+++ PKGBUILD2016-09-01 15:53:06 UTC (rev 188244)
@@ -4,9 +4,9 @@
 # Contributor: Xu Fasheng 
 
 pkgname=deepin-daemon
-pkgver=3.0.19
-_golibver=0.4.11
-_deepinapiver=3.0.10
+pkgver=3.0.20
+_golibver=0.5
+_deepinapiver=3.0.12
 _dbusfactoryver=3.0.6
 _girgeneratorver=0.9.5
 pkgrel=1


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

2016-09-01 Thread Felix Yan
Date: Thursday, September 1, 2016 @ 15:53:54
  Author: felixonmars
Revision: 188245

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

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

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

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


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

2016-09-01 Thread Felix Yan
Date: Thursday, September 1, 2016 @ 16:08:36
  Author: felixonmars
Revision: 188246

upgpkg: deepin-image-viewer 1.0.4-1

Modified:
  deepin-image-viewer/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-09-01 15:53:54 UTC (rev 188245)
+++ PKGBUILD2016-09-01 16:08:36 UTC (rev 188246)
@@ -2,7 +2,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=deepin-image-viewer
-pkgver=1.0.3
+pkgver=1.0.4
 pkgrel=1
 pkgdesc='Deepin Image Viewer'
 arch=('i686' 'x86_64')


[arch-commits] Commit in deepin-image-viewer/repos (4 files)

2016-09-01 Thread Felix Yan
Date: Thursday, September 1, 2016 @ 16:09:03
  Author: felixonmars
Revision: 188247

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

Added:
  deepin-image-viewer/repos/community-i686/PKGBUILD
(from rev 188246, deepin-image-viewer/trunk/PKGBUILD)
  deepin-image-viewer/repos/community-x86_64/PKGBUILD
(from rev 188246, deepin-image-viewer/trunk/PKGBUILD)
Deleted:
  deepin-image-viewer/repos/community-i686/PKGBUILD
  deepin-image-viewer/repos/community-x86_64/PKGBUILD

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-09-01 16:08:36 UTC (rev 188246)
+++ community-i686/PKGBUILD 2016-09-01 16:09:03 UTC (rev 188247)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-
-pkgname=deepin-image-viewer
-pkgver=1.0.3
-pkgrel=1
-pkgdesc='Deepin Image Viewer'
-arch=('i686' 'x86_64')
-url="https://github.com/linuxdeepin/deepin-image-viewer";
-license=('GPL3')
-depends=('deepin-tool-kit' 'libexif' 'qt5-svg')
-makedepends=('git' 'qt5-tools')
-groups=('deepin')
-source=("git+https://cr.deepin.io/deepin-image-viewer.git#tag=$pkgver";)
-sha256sums=('SKIP')
-
-prepare() {
-  sed -i '/vendor\/prebuild/d' deepin-image-viewer/deepin-image-viewer.pro
-
-  cat > deepin-image-viewer/vendor/vendor.pri << EOF
-QMAKE_CXXFLAGS += \$\$system(pkg-config --cflags dtkwidget)
-LIBS +=  \$\$system(pkg-config --libs dtkwidget)
-QMAKE_CXXFLAGS += \$\$system(pkg-config --cflags dtkutil)
-LIBS +=  \$\$system(pkg-config --libs dtkutil)
-QMAKE_CXXFLAGS += \$\$system(pkg-config --cflags dtkbase)
-LIBS += \$\$system(pkg-config --libs dtkbase)
-EOF
-}
-
-build() {
-  cd deepin-image-viewer
-  qmake-qt5 PREFIX=/usr QMAKE_CFLAGS_ISYSTEM=
-  make
-}
-
-package() {
-  cd deepin-image-viewer
-  make INSTALL_ROOT="$pkgdir" install
-}

Copied: deepin-image-viewer/repos/community-i686/PKGBUILD (from rev 188246, 
deepin-image-viewer/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-09-01 16:09:03 UTC (rev 188247)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgname=deepin-image-viewer
+pkgver=1.0.4
+pkgrel=1
+pkgdesc='Deepin Image Viewer'
+arch=('i686' 'x86_64')
+url="https://github.com/linuxdeepin/deepin-image-viewer";
+license=('GPL3')
+depends=('deepin-tool-kit' 'libexif' 'qt5-svg')
+makedepends=('git' 'qt5-tools')
+groups=('deepin')
+source=("git+https://cr.deepin.io/deepin-image-viewer.git#tag=$pkgver";)
+sha256sums=('SKIP')
+
+prepare() {
+  sed -i '/vendor\/prebuild/d' deepin-image-viewer/deepin-image-viewer.pro
+
+  cat > deepin-image-viewer/vendor/vendor.pri << EOF
+QMAKE_CXXFLAGS += \$\$system(pkg-config --cflags dtkwidget)
+LIBS +=  \$\$system(pkg-config --libs dtkwidget)
+QMAKE_CXXFLAGS += \$\$system(pkg-config --cflags dtkutil)
+LIBS +=  \$\$system(pkg-config --libs dtkutil)
+QMAKE_CXXFLAGS += \$\$system(pkg-config --cflags dtkbase)
+LIBS += \$\$system(pkg-config --libs dtkbase)
+EOF
+}
+
+build() {
+  cd deepin-image-viewer
+  qmake-qt5 PREFIX=/usr QMAKE_CFLAGS_ISYSTEM=
+  make
+}
+
+package() {
+  cd deepin-image-viewer
+  make INSTALL_ROOT="$pkgdir" install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-09-01 16:08:36 UTC (rev 188246)
+++ community-x86_64/PKGBUILD   2016-09-01 16:09:03 UTC (rev 188247)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-
-pkgname=deepin-image-viewer
-pkgver=1.0.3
-pkgrel=1
-pkgdesc='Deepin Image Viewer'
-arch=('i686' 'x86_64')
-url="https://github.com/linuxdeepin/deepin-image-viewer";
-license=('GPL3')
-depends=('deepin-tool-kit' 'libexif' 'qt5-svg')
-makedepends=('git' 'qt5-tools')
-groups=('deepin')
-source=("git+https://cr.deepin.io/deepin-image-viewer.git#tag=$pkgver";)
-sha256sums=('SKIP')
-
-prepare() {
-  sed -i '/vendor\/prebuild/d' deepin-image-viewer/deepin-image-viewer.pro
-
-  cat > deepin-image-viewer/vendor/vendor.pri << EOF
-QMAKE_CXXFLAGS += \$\$system(pkg-config --cflags dtkwidget)
-LIBS +=  \$\$system(pkg-config --libs dtkwidget)
-QMAKE_CXXFLAGS += \$\$system(pkg-config --cflags dtkutil)
-LIBS +=  \$\$system(pkg-config --libs dtkutil)
-QMAKE_CXXFLAGS += \$\$system(pkg-config --cflags dtkbase)
-LIBS += \$\$system(pkg-config --libs dtkbase)
-EOF
-}
-
-build() {
-  cd deepin-image-viewer
-  qmake-qt5 PREFIX=/usr QMAKE_CFLAGS_ISYSTEM=
-  make
-}
-
-package() {
-  cd deepin-image-viewer
-  make INSTALL_ROOT="$pkgdir" install
-}

Copied: deepin-image-viewer/repos/community-x86_64/PKGBUILD (from rev 188246, 
deepin-image-viewer/trunk/PKGBUILD)
==

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

2016-09-01 Thread Felix Yan
Date: Thursday, September 1, 2016 @ 16:14:32
  Author: felixonmars
Revision: 188248

upgpkg: deepin-session-ui 3.0.17-1

Modified:
  deepin-session-ui/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-09-01 16:09:03 UTC (rev 188247)
+++ PKGBUILD2016-09-01 16:14:32 UTC (rev 188248)
@@ -4,7 +4,7 @@
 # Contributor: Xu Fasheng 
 
 pkgname=deepin-session-ui
-pkgver=3.0.16
+pkgver=3.0.17
 pkgrel=1
 pkgdesc='Deepin desktop-environment - Session UI module'
 arch=('i686' 'x86_64')


[arch-commits] Commit in deepin-session-ui/repos (4 files)

2016-09-01 Thread Felix Yan
Date: Thursday, September 1, 2016 @ 16:14:58
  Author: felixonmars
Revision: 188249

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-09-01 16:14:32 UTC (rev 188248)
+++ community-i686/PKGBUILD 2016-09-01 16:14:58 UTC (rev 188249)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Josip Ponjavic 
-# Contributor: Xu Fasheng 
-
-pkgname=deepin-session-ui
-pkgver=3.0.16
-pkgrel=1
-pkgdesc='Deepin desktop-environment - Session UI module'
-arch=('i686' 'x86_64')
-url="https://github.com/linuxdeepin/dde-session-ui";
-license=('GPL3')
-groups=('deepin')
-depends=('gsettings-qt' 'deepin-tool-kit' 'liblightdm-qt5' 'qt5-svg' 
'deepin-daemon'
- 'deepin-control-center' 'startdde' 'gtk2' 'xorg-xrandr')
-makedepends=('git' 'qt5-tools')
-provides=('lightdm-deepin-greeter')
-conflicts=('dde-workspace' 'dde-session-ui')
-replaces=('dde-workspace' 'dde-session-ui')
-source=("git+https://cr.deepin.io/dde/dde-session-ui.git#tag=$pkgver";)
-sha256sums=('SKIP')
-
-build() {
-  cd "dde-session-ui"
-  qmake-qt5 PREFIX=/usr
-  make
-}
-
-package() {
-  cd "dde-session-ui"
-  make INSTALL_ROOT="${pkgdir}" install
-}

Copied: deepin-session-ui/repos/community-i686/PKGBUILD (from rev 188248, 
deepin-session-ui/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-09-01 16:14:58 UTC (rev 188249)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Josip Ponjavic 
+# Contributor: Xu Fasheng 
+
+pkgname=deepin-session-ui
+pkgver=3.0.17
+pkgrel=1
+pkgdesc='Deepin desktop-environment - Session UI module'
+arch=('i686' 'x86_64')
+url="https://github.com/linuxdeepin/dde-session-ui";
+license=('GPL3')
+groups=('deepin')
+depends=('gsettings-qt' 'deepin-tool-kit' 'liblightdm-qt5' 'qt5-svg' 
'deepin-daemon'
+ 'deepin-control-center' 'startdde' 'gtk2' 'xorg-xrandr')
+makedepends=('git' 'qt5-tools')
+provides=('lightdm-deepin-greeter')
+conflicts=('dde-workspace' 'dde-session-ui')
+replaces=('dde-workspace' 'dde-session-ui')
+source=("git+https://cr.deepin.io/dde/dde-session-ui.git#tag=$pkgver";)
+sha256sums=('SKIP')
+
+build() {
+  cd "dde-session-ui"
+  qmake-qt5 PREFIX=/usr
+  make
+}
+
+package() {
+  cd "dde-session-ui"
+  make INSTALL_ROOT="${pkgdir}" install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-09-01 16:14:32 UTC (rev 188248)
+++ community-x86_64/PKGBUILD   2016-09-01 16:14:58 UTC (rev 188249)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Josip Ponjavic 
-# Contributor: Xu Fasheng 
-
-pkgname=deepin-session-ui
-pkgver=3.0.16
-pkgrel=1
-pkgdesc='Deepin desktop-environment - Session UI module'
-arch=('i686' 'x86_64')
-url="https://github.com/linuxdeepin/dde-session-ui";
-license=('GPL3')
-groups=('deepin')
-depends=('gsettings-qt' 'deepin-tool-kit' 'liblightdm-qt5' 'qt5-svg' 
'deepin-daemon'
- 'deepin-control-center' 'startdde' 'gtk2' 'xorg-xrandr')
-makedepends=('git' 'qt5-tools')
-provides=('lightdm-deepin-greeter')
-conflicts=('dde-workspace' 'dde-session-ui')
-replaces=('dde-workspace' 'dde-session-ui')
-source=("git+https://cr.deepin.io/dde/dde-session-ui.git#tag=$pkgver";)
-sha256sums=('SKIP')
-
-build() {
-  cd "dde-session-ui"
-  qmake-qt5 PREFIX=/usr
-  make
-}
-
-package() {
-  cd "dde-session-ui"
-  make INSTALL_ROOT="${pkgdir}" install
-}

Copied: deepin-session-ui/repos/community-x86_64/PKGBUILD (from rev 188248, 
deepin-session-ui/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2016-09-01 16:14:58 UTC (rev 188249)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Josip Ponjavic 
+# Contributor: Xu Fasheng 
+
+pkgname=deepin-session-ui
+pkgver=3.0.17
+pkgrel=1
+pkgdesc='Deepin desktop-environment - Session UI module'
+arch=('i686' 'x86_64')
+url="https://github.com/linuxdeepin/dde-session-ui";
+license=('GPL3')
+groups=('deepin')
+depends=('gsettings-qt' 'deepin-tool-kit' 'liblightdm-qt5' 'qt5-svg' 
'deepin-daemon'
+   

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

2016-09-01 Thread Felix Yan
Date: Thursday, September 1, 2016 @ 16:25:54
  Author: felixonmars
Revision: 188250

upgpkg: startdde 3.0.10-1

Modified:
  startdde/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-09-01 16:14:58 UTC (rev 188249)
+++ PKGBUILD2016-09-01 16:25:54 UTC (rev 188250)
@@ -4,9 +4,9 @@
 # Contributor: Xu Fasheng 
 
 pkgname=startdde
-pkgver=3.0.9
-_golibver=0.4.11
-_deepinapiver=3.0.11
+pkgver=3.0.10
+_golibver=0.5
+_deepinapiver=3.0.12
 _dbusfactoryver=3.0.6
 _girgeneratorver=0.9.5
 pkgrel=1


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

2016-09-01 Thread Felix Yan
Date: Thursday, September 1, 2016 @ 16:26:21
  Author: felixonmars
Revision: 188251

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-09-01 16:25:54 UTC (rev 188250)
+++ community-i686/PKGBUILD 2016-09-01 16:26:21 UTC (rev 188251)
@@ -1,63 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Josip Ponjavic 
-# Contributor: Xu Fasheng 
-
-pkgname=startdde
-pkgver=3.0.9
-_golibver=0.4.11
-_deepinapiver=3.0.11
-_dbusfactoryver=3.0.6
-_girgeneratorver=0.9.5
-pkgrel=1
-pkgdesc="starter of deepin desktop environment"
-arch=('i686' 'x86_64')
-url="https://github.com/linuxdeepin/startdde";
-license=('GPL3')
-depends=('deepin-daemon' 'deepin-wm-switcher') # 'gcc-libs>=5.3.0-3')
-makedepends=('cmake' 'coffee-script' 'deepin-dbus-generator' 
'deepin-gir-generator' 'go' 'python2' 'webkitgtk' 'git') # 'gcc-go')
-groups=('deepin')
-source=("git+https://cr.deepin.io/dde/startdde.git#tag=$pkgver";
-"git+https://cr.deepin.io/go-lib.git#tag=$_golibver";
-"git+https://cr.deepin.io/dde/dde-api.git#tag=$_deepinapiver";
-"git+https://cr.deepin.io/dbus-factory.git#tag=$_dbusfactoryver";
-"git+https://cr.deepin.io/go-gir-generator.git#tag=$_girgeneratorver";)
-sha256sums=('SKIP'
-'SKIP'
-'SKIP'
-'SKIP'
-'SKIP')
-
-prepare() {
-  sed -i "s|\"\${GOLDFLAGS}\"|\"\${GOLDFLAGS} $CFLAGS $LDFLAGS\"|" 
startdde/Makefile
-  sed -i 's| generator$||' go-gir-generator/makefile
-
-  export GOPATH="$srcdir/build"
-  mkdir -p build/src/pkg.deepin.io/{lib,dde/api}
-  cp -a go-lib/* build/src/pkg.deepin.io/lib
-  cp -a dde-api/* build/src/pkg.deepin.io/dde/api/
-
-  go get github.com/BurntSushi/xgb github.com/BurntSushi/xgbutil 
github.com/howeyc/fsnotify
-}
-
-build() {
-  cd "$srcdir/dbus-factory"
-  make install-golang
-
-  cd "$srcdir/go-gir-generator"
-  make GENERATOR=gir-generator build
-  make copyfile
-  cp -r out/src/gir "$GOPATH/src"/
-
-  cd "$srcdir/startdde"
-  make # USE_GCCGO=1
-}
-
-package() {
-  cd startdde
-  make DESTDIR="${pkgdir}" install
-
-  mv "$pkgdir"/lib/systemd "$pkgdir"/usr/lib/systemd
-  rmdir "$pkgdir"/lib
-  ln -sf ../dde-readahead.service 
"$pkgdir"/usr/lib/systemd/system/multi-user.target.wants/dde-readahead.service
-}

Copied: startdde/repos/community-i686/PKGBUILD (from rev 188250, 
startdde/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-09-01 16:26:21 UTC (rev 188251)
@@ -0,0 +1,63 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Josip Ponjavic 
+# Contributor: Xu Fasheng 
+
+pkgname=startdde
+pkgver=3.0.10
+_golibver=0.5
+_deepinapiver=3.0.12
+_dbusfactoryver=3.0.6
+_girgeneratorver=0.9.5
+pkgrel=1
+pkgdesc="starter of deepin desktop environment"
+arch=('i686' 'x86_64')
+url="https://github.com/linuxdeepin/startdde";
+license=('GPL3')
+depends=('deepin-daemon' 'deepin-wm-switcher') # 'gcc-libs>=5.3.0-3')
+makedepends=('cmake' 'coffee-script' 'deepin-dbus-generator' 
'deepin-gir-generator' 'go' 'python2' 'webkitgtk' 'git') # 'gcc-go')
+groups=('deepin')
+source=("git+https://cr.deepin.io/dde/startdde.git#tag=$pkgver";
+"git+https://cr.deepin.io/go-lib.git#tag=$_golibver";
+"git+https://cr.deepin.io/dde/dde-api.git#tag=$_deepinapiver";
+"git+https://cr.deepin.io/dbus-factory.git#tag=$_dbusfactoryver";
+"git+https://cr.deepin.io/go-gir-generator.git#tag=$_girgeneratorver";)
+sha256sums=('SKIP'
+'SKIP'
+'SKIP'
+'SKIP'
+'SKIP')
+
+prepare() {
+  sed -i "s|\"\${GOLDFLAGS}\"|\"\${GOLDFLAGS} $CFLAGS $LDFLAGS\"|" 
startdde/Makefile
+  sed -i 's| generator$||' go-gir-generator/makefile
+
+  export GOPATH="$srcdir/build"
+  mkdir -p build/src/pkg.deepin.io/{lib,dde/api}
+  cp -a go-lib/* build/src/pkg.deepin.io/lib
+  cp -a dde-api/* build/src/pkg.deepin.io/dde/api/
+
+  go get github.com/BurntSushi/xgb github.com/BurntSushi/xgbutil 
github.com/howeyc/fsnotify
+}
+
+build() {
+  cd "$srcdir/dbus-factory"
+  make install-golang
+
+  cd "$srcdir/go-gir-generator"
+  make GENERATOR=gir-generator build
+  make copyfile
+  cp -r out/src/gir "$GOPATH/src"/
+
+  cd "$srcdir/startdde"
+  make # USE_GCCGO=1
+}
+
+package() {
+

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

2016-09-01 Thread Jaroslav Lichtblau
Date: Thursday, September 1, 2016 @ 16:41:58
  Author: jlichtblau
Revision: 188252

upgpkg: kmymoney 4.8.0-3 - aqbanking so name rebuild

Modified:
  kmymoney/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-09-01 16:26:21 UTC (rev 188251)
+++ PKGBUILD2016-09-01 16:41:58 UTC (rev 188252)
@@ -8,7 +8,7 @@
 
 pkgname=kmymoney
 pkgver=4.8.0
-pkgrel=2
+pkgrel=3
 pkgdesc="Personal finance manager for KDE which operates similarly to MS-Money 
or Quicken"
 arch=('i686' 'x86_64')
 url="http://kmymoney2.sourceforge.net/";


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

2016-09-01 Thread Jaroslav Lichtblau
Date: Thursday, September 1, 2016 @ 16:42:16
  Author: jlichtblau
Revision: 188253

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

Added:
  kmymoney/repos/community-staging-i686/
  kmymoney/repos/community-staging-i686/4.8_build.patch
(from rev 188252, kmymoney/trunk/4.8_build.patch)
  kmymoney/repos/community-staging-i686/PKGBUILD
(from rev 188252, kmymoney/trunk/PKGBUILD)
  kmymoney/repos/community-staging-i686/kmymoney.changelog
(from rev 188252, kmymoney/trunk/kmymoney.changelog)
  kmymoney/repos/community-staging-x86_64/
  kmymoney/repos/community-staging-x86_64/4.8_build.patch
(from rev 188252, kmymoney/trunk/4.8_build.patch)
  kmymoney/repos/community-staging-x86_64/PKGBUILD
(from rev 188252, kmymoney/trunk/PKGBUILD)
  kmymoney/repos/community-staging-x86_64/kmymoney.changelog
(from rev 188252, kmymoney/trunk/kmymoney.changelog)

-+
 community-staging-i686/4.8_build.patch  |  210 ++
 community-staging-i686/PKGBUILD |   49 ++
 community-staging-i686/kmymoney.changelog   |   57 +++
 community-staging-x86_64/4.8_build.patch|  210 ++
 community-staging-x86_64/PKGBUILD   |   49 ++
 community-staging-x86_64/kmymoney.changelog |   57 +++
 6 files changed, 632 insertions(+)

Copied: kmymoney/repos/community-staging-i686/4.8_build.patch (from rev 188252, 
kmymoney/trunk/4.8_build.patch)
===
--- community-staging-i686/4.8_build.patch  (rev 0)
+++ community-staging-i686/4.8_build.patch  2016-09-01 16:42:16 UTC (rev 
188253)
@@ -0,0 +1,210 @@
+From: Cristian Oneț 
+Date: Thu, 16 Jun 2016 07:06:32 +
+Subject: Fix the tests of the 4.8 build.
+X-Git-Url: 
http://quickgit.kde.org/?p=kmymoney.git&a=commitdiff&h=29ab40829f86f6bd32229ededcc09bf2736e67bd
+---
+Fix the tests of the 4.8 build.
+
+Do this by backporting the change that is already in frameworks in commit 
77085ff468336f26f6bcf5f2a1a08e16409172e6. Did not use cherry pick because the 
testfile was moved in frameworks.
+
+BUG: 364355
+---
+
+
+--- a/kmymoney/mymoney/storage/mymoneymap.h
 b/kmymoney/mymoney/storage/mymoneymap.h
+@@ -195,7 +195,7 @@
+ that = *(dynamic_cast* >(const_cast* 
>(this)));
+   }
+ 
+-  inline size_t count(void) const {
++  inline int count(void) const {
+ return QMap::count();
+   }
+ 
+
+--- a/kmymoney/mymoney/storage/mymoneyseqaccessmgrtest.cpp
 b/kmymoney/mymoney/storage/mymoneyseqaccessmgrtest.cpp
+@@ -58,13 +58,13 @@
+   QCOMPARE(m->m_nextPayeeID, 0ul);
+   QCOMPARE(m->m_nextScheduleID, 0ul);
+   QCOMPARE(m->m_nextReportID, 0ul);
+-  QCOMPARE(m->m_institutionList.count(), 0ul);
+-  QCOMPARE(m->m_accountList.count(), 5ul);
+-  QCOMPARE(m->m_transactionList.count(), 0ul);
+-  QCOMPARE(m->m_transactionKeys.count(), 0ul);
+-  QCOMPARE(m->m_payeeList.count(), 0ul);
+-  QCOMPARE(m->m_tagList.count(), 0ul);
+-  QCOMPARE(m->m_scheduleList.count(), 0ul);
++  QCOMPARE(m->m_institutionList.count(), 0);
++  QCOMPARE(m->m_accountList.count(), 5);
++  QCOMPARE(m->m_transactionList.count(), 0);
++  QCOMPARE(m->m_transactionKeys.count(), 0);
++  QCOMPARE(m->m_payeeList.count(), 0);
++  QCOMPARE(m->m_tagList.count(), 0);
++  QCOMPARE(m->m_scheduleList.count(), 0);
+ 
+   QCOMPARE(m->m_dirty, false);
+   QCOMPARE(m->m_creationDate, QDate::currentDate());
+@@ -187,7 +187,7 @@
+ 
+   QCOMPARE(m->m_nextAccountID, 1ul);
+   QCOMPARE(m->dirty(), true);
+-  QCOMPARE(m->m_accountList.count(), static_cast(6));
++  QCOMPARE(m->m_accountList.count(), 6);
+   QCOMPARE(m->m_accountList["A01"].name(), QLatin1String("AccountName"));
+ }
+ 
+@@ -235,7 +235,7 @@
+   m->m_dirty = false;
+ 
+   QCOMPARE(m->m_nextAccountID, 2ul);
+-  QCOMPARE(m->m_accountList.count(), static_cast(7));
++  QCOMPARE(m->m_accountList.count(), 7);
+ 
+   // try to add account to undefined account
+   try {
+@@ -271,7 +271,7 @@
+   i.setName("Inst Name");
+ 
+   m->addInstitution(i);
+-  QCOMPARE(m->m_institutionList.count(), static_cast(1));
++  QCOMPARE(m->m_institutionList.count(), 1);
+   QCOMPARE(m->m_nextInstitutionID, 1ul);
+   QCOMPARE(m->m_institutionList["I01"].name(), QLatin1String("Inst 
Name"));
+ }
+@@ -950,11 +950,11 @@
+   // check that we can remove an unreferenced payee
+   MyMoneyPayee p = m->payee("P01");
+   try {
+-QCOMPARE(m->m_payeeList.count(), static_cast(1));
++QCOMPARE(m->m_payeeList.count(), 1);
+ m->removePayee(p);
+ m->commitTransaction();
+ m->startTransaction();
+-QCOMPARE(m->m_payeeList.count(), static_cast(0));
++QCOMPARE(m->m_payeeList.count(), 0);
+ QCOMPARE(m->dirty(), true);
+   } catch (const MyMoneyException &) {
+ QFAIL("Unexpected exception");
+@@ -996,7 +996,7 @@
+ QFAIL("Expected exception");
+   } catch (const MyMoneyException &) {
+   }
+-  QCOMPARE(m->m_payeeList.count(), static_cast(1

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

2016-09-01 Thread Sergej Pupykin
Date: Thursday, September 1, 2016 @ 17:26:16
  Author: spupykin
Revision: 188254

upgpkg: libmediainfo 0.7.88-1

upd

Modified:
  libmediainfo/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-09-01 16:42:16 UTC (rev 188253)
+++ PKGBUILD2016-09-01 17:26:16 UTC (rev 188254)
@@ -3,7 +3,7 @@
 # Maintainer:  hydro 
 
 pkgname=libmediainfo
-pkgver=0.7.87
+pkgver=0.7.88
 pkgrel=1
 pkgdesc="shared library for mediainfo"
 arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@
 makedepends=('libtool' 'automake' 'autoconf')
 
source=(http://mediaarea.net/download/source/libmediainfo/$pkgver/libmediainfo_$pkgver.tar.bz2
libmediainfo-0.7.50-libmms.patch)
-md5sums=('b0dcf26a7d06cba2edba0b140bdb7f1c'
+md5sums=('b3455aa1e508bec05953e074d59b41fa'
  '2f4b21cc250f663d52b497dedb963e3b')
 
 build() {


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

2016-09-01 Thread Sergej Pupykin
Date: Thursday, September 1, 2016 @ 17:26:47
  Author: spupykin
Revision: 188256

upgpkg: mediainfo 0.7.88-1

upd

Modified:
  mediainfo/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-09-01 17:26:38 UTC (rev 188255)
+++ PKGBUILD2016-09-01 17:26:47 UTC (rev 188256)
@@ -3,7 +3,7 @@
 # Maintainer: hydro 
 
 pkgname=mediainfo
-pkgver=0.7.87
+pkgver=0.7.88
 pkgrel=1
 pkgdesc="supplies technical and tag information about a video or audio file"
 arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@
 depends=('libmediainfo')
 makedepends=('libtool' 'automake' 'autoconf')
 
source=(http://mediaarea.net/download/source/mediainfo/$pkgver/mediainfo_$pkgver.tar.bz2)
-md5sums=('3656a22dfbcee53edf66a5e0f890cc20')
+md5sums=('2b8989963efaa51bf3810d98e4a7a9d3')
 
 build() {
   cd $srcdir/MediaInfo/Project/GNU/CLI


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

2016-09-01 Thread Sergej Pupykin
Date: Thursday, September 1, 2016 @ 17:26:38
  Author: spupykin
Revision: 188255

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

Added:
  libmediainfo/repos/community-i686/PKGBUILD
(from rev 188254, libmediainfo/trunk/PKGBUILD)
  libmediainfo/repos/community-i686/libmediainfo-0.7.50-libmms.patch
(from rev 188254, libmediainfo/trunk/libmediainfo-0.7.50-libmms.patch)
  libmediainfo/repos/community-x86_64/PKGBUILD
(from rev 188254, libmediainfo/trunk/PKGBUILD)
  libmediainfo/repos/community-x86_64/libmediainfo-0.7.50-libmms.patch
(from rev 188254, libmediainfo/trunk/libmediainfo-0.7.50-libmms.patch)
Deleted:
  libmediainfo/repos/community-i686/PKGBUILD
  libmediainfo/repos/community-i686/libmediainfo-0.7.50-libmms.patch
  libmediainfo/repos/community-x86_64/PKGBUILD
  libmediainfo/repos/community-x86_64/libmediainfo-0.7.50-libmms.patch

---+
 /PKGBUILD |   76 +++
 /libmediainfo-0.7.50-libmms.patch |  100 
 community-i686/PKGBUILD   |   38 ---
 community-i686/libmediainfo-0.7.50-libmms.patch   |   50 --
 community-x86_64/PKGBUILD |   38 ---
 community-x86_64/libmediainfo-0.7.50-libmms.patch |   50 --
 6 files changed, 176 insertions(+), 176 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-09-01 17:26:16 UTC (rev 188254)
+++ community-i686/PKGBUILD 2016-09-01 17:26:38 UTC (rev 188255)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Maintainer:  hydro 
-
-pkgname=libmediainfo
-pkgver=0.7.87
-pkgrel=1
-pkgdesc="shared library for mediainfo"
-arch=('i686' 'x86_64')
-url="http://mediaarea.net";
-license=('GPL')
-depends=( 'curl' 'libmms' 'libzen')
-makedepends=('libtool' 'automake' 'autoconf')
-source=(http://mediaarea.net/download/source/libmediainfo/$pkgver/libmediainfo_$pkgver.tar.bz2
-   libmediainfo-0.7.50-libmms.patch)
-md5sums=('b0dcf26a7d06cba2edba0b140bdb7f1c'
- '2f4b21cc250f663d52b497dedb963e3b')
-
-build() {
-  cd $srcdir/MediaInfoLib/Project/GNU/Library
-  sh ./autogen.sh
-  ./configure --prefix=/usr --enable-shared --disable-static --with-libcurl 
--with-libmms
-  make clean
-  (cd ../../.. && patch -p1 <$srcdir/libmediainfo-0.7.50-libmms.patch)
-  make
-}
-
-package() {
-  cd $srcdir/MediaInfoLib/Project/GNU/Library
-  make DESTDIR=$pkgdir install
-  for i in MediaInfo MediaInfoDLL; do
-install -dm 755 $pkgdir/usr/include/$i
-install -m 644 $srcdir/MediaInfoLib/Source/$i/*.h $pkgdir/usr/include/$i
-  done
-  install -dm 755 $pkgdir/usr/lib/pkgconfig
-  install -m 644 $srcdir/MediaInfoLib/Project/GNU/Library/libmediainfo.pc 
$pkgdir/usr/lib/pkgconfig
-  sed -i -e 's|Version: |Version: '$pkgver'|g' 
$pkgdir/usr/lib/pkgconfig/libmediainfo.pc
-}

Copied: libmediainfo/repos/community-i686/PKGBUILD (from rev 188254, 
libmediainfo/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-09-01 17:26:38 UTC (rev 188255)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Maintainer:  hydro 
+
+pkgname=libmediainfo
+pkgver=0.7.88
+pkgrel=1
+pkgdesc="shared library for mediainfo"
+arch=('i686' 'x86_64')
+url="http://mediaarea.net";
+license=('GPL')
+depends=( 'curl' 'libmms' 'libzen')
+makedepends=('libtool' 'automake' 'autoconf')
+source=(http://mediaarea.net/download/source/libmediainfo/$pkgver/libmediainfo_$pkgver.tar.bz2
+   libmediainfo-0.7.50-libmms.patch)
+md5sums=('b3455aa1e508bec05953e074d59b41fa'
+ '2f4b21cc250f663d52b497dedb963e3b')
+
+build() {
+  cd $srcdir/MediaInfoLib/Project/GNU/Library
+  sh ./autogen.sh
+  ./configure --prefix=/usr --enable-shared --disable-static --with-libcurl 
--with-libmms
+  make clean
+  (cd ../../.. && patch -p1 <$srcdir/libmediainfo-0.7.50-libmms.patch)
+  make
+}
+
+package() {
+  cd $srcdir/MediaInfoLib/Project/GNU/Library
+  make DESTDIR=$pkgdir install
+  for i in MediaInfo MediaInfoDLL; do
+install -dm 755 $pkgdir/usr/include/$i
+install -m 644 $srcdir/MediaInfoLib/Source/$i/*.h $pkgdir/usr/include/$i
+  done
+  install -dm 755 $pkgdir/usr/lib/pkgconfig
+  install -m 644 $srcdir/MediaInfoLib/Project/GNU/Library/libmediainfo.pc 
$pkgdir/usr/lib/pkgconfig
+  sed -i -e 's|Version: |Version: '$pkgver'|g' 
$pkgdir/usr/lib/pkgconfig/libmediainfo.pc
+}

Deleted: community-i686/libmediainfo-0.7.50-libmms.patch
===
--- community-i686/libmediainfo-0.7.50-libmms.patch 2016-09-01 17:26:16 UTC 
(rev 188254)
+++ community-i686/libmediainfo-0.7.50-libmms.patch 2016-09-01 17:26:38 UTC 
(rev 188255)
@@ -1,50 +0,0 @@
-diff -wbBur MediaInfoLib/Source/MediaInfo/Reader/Reader_libmms.cpp 
Me

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

2016-09-01 Thread Sergej Pupykin
Date: Thursday, September 1, 2016 @ 17:27:29
  Author: spupykin
Revision: 188260

upgpkg: qmc2 0.67-1

upd

Modified:
  qmc2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-09-01 17:27:23 UTC (rev 188259)
+++ PKGBUILD2016-09-01 17:27:29 UTC (rev 188260)
@@ -3,7 +3,7 @@
 # Contributor: JJDaNiMoTh 
 
 pkgname=qmc2
-pkgver=0.66
+pkgver=0.67
 pkgrel=1
 pkgdesc="Qt 4 based UNIX MAME frontend supporting SDLMAME"
 url="http://qmc2.batcom-it.net/";
@@ -12,7 +12,7 @@
 depends=('qtwebkit' 'phonon' 'sdl')
 makedepends=('rsync' 'mesa')
 
source=("http://downloads.sourceforge.net/project/qmc2/qmc2/$pkgver/qmc2-$pkgver.tar.bz2";)
-md5sums=('2c9261de8d2c9ed2f2497282ef29689a')
+md5sums=('42259f0398e25a441bb8ef7f21a321c3')
 
 build() {
   cd "$srcdir/$pkgname"


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

2016-09-01 Thread Sergej Pupykin
Date: Thursday, September 1, 2016 @ 17:27:08
  Author: spupykin
Revision: 188258

upgpkg: mediainfo-gui 0.7.88-1

upd

Modified:
  mediainfo-gui/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-09-01 17:27:04 UTC (rev 188257)
+++ PKGBUILD2016-09-01 17:27:08 UTC (rev 188258)
@@ -3,7 +3,7 @@
 # Maintainer: hydro 
 
 pkgname=mediainfo-gui
-pkgver=0.7.87
+pkgver=0.7.88
 pkgrel=1
 pkgdesc="GUI for mediainfo"
 arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@
 depends=('libmediainfo' 'wxgtk' 'libsm' 'desktop-file-utils')
 makedepends=('imagemagick')
 
source=(http://mediaarea.net/download/source/mediainfo/$pkgver/mediainfo_$pkgver.tar.bz2)
-md5sums=('3656a22dfbcee53edf66a5e0f890cc20')
+md5sums=('2b8989963efaa51bf3810d98e4a7a9d3')
 
 build() {
   cd MediaInfo/Project/GNU/GUI


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

2016-09-01 Thread Sergej Pupykin
Date: Thursday, September 1, 2016 @ 17:27:04
  Author: spupykin
Revision: 188257

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-09-01 17:26:47 UTC (rev 188256)
+++ community-i686/PKGBUILD 2016-09-01 17:27:04 UTC (rev 188257)
@@ -1,26 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Maintainer: hydro 
-
-pkgname=mediainfo
-pkgver=0.7.87
-pkgrel=1
-pkgdesc="supplies technical and tag information about a video or audio file"
-arch=('i686' 'x86_64')
-url="http://mediaarea.net";
-license=('GPL')
-depends=('libmediainfo')
-makedepends=('libtool' 'automake' 'autoconf')
-source=(http://mediaarea.net/download/source/mediainfo/$pkgver/mediainfo_$pkgver.tar.bz2)
-md5sums=('3656a22dfbcee53edf66a5e0f890cc20')
-
-build() {
-  cd $srcdir/MediaInfo/Project/GNU/CLI
-  sh ./autogen.sh
-  ./configure --prefix=/usr
-  make
-}
-package() {
-  cd $srcdir/MediaInfo/Project/GNU/CLI
-  make DESTDIR=$pkgdir install
-}

Copied: mediainfo/repos/community-i686/PKGBUILD (from rev 188256, 
mediainfo/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-09-01 17:27:04 UTC (rev 188257)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Maintainer: hydro 
+
+pkgname=mediainfo
+pkgver=0.7.88
+pkgrel=1
+pkgdesc="supplies technical and tag information about a video or audio file"
+arch=('i686' 'x86_64')
+url="http://mediaarea.net";
+license=('GPL')
+depends=('libmediainfo')
+makedepends=('libtool' 'automake' 'autoconf')
+source=(http://mediaarea.net/download/source/mediainfo/$pkgver/mediainfo_$pkgver.tar.bz2)
+md5sums=('2b8989963efaa51bf3810d98e4a7a9d3')
+
+build() {
+  cd $srcdir/MediaInfo/Project/GNU/CLI
+  sh ./autogen.sh
+  ./configure --prefix=/usr
+  make
+}
+package() {
+  cd $srcdir/MediaInfo/Project/GNU/CLI
+  make DESTDIR=$pkgdir install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-09-01 17:26:47 UTC (rev 188256)
+++ community-x86_64/PKGBUILD   2016-09-01 17:27:04 UTC (rev 188257)
@@ -1,26 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Maintainer: hydro 
-
-pkgname=mediainfo
-pkgver=0.7.87
-pkgrel=1
-pkgdesc="supplies technical and tag information about a video or audio file"
-arch=('i686' 'x86_64')
-url="http://mediaarea.net";
-license=('GPL')
-depends=('libmediainfo')
-makedepends=('libtool' 'automake' 'autoconf')
-source=(http://mediaarea.net/download/source/mediainfo/$pkgver/mediainfo_$pkgver.tar.bz2)
-md5sums=('3656a22dfbcee53edf66a5e0f890cc20')
-
-build() {
-  cd $srcdir/MediaInfo/Project/GNU/CLI
-  sh ./autogen.sh
-  ./configure --prefix=/usr
-  make
-}
-package() {
-  cd $srcdir/MediaInfo/Project/GNU/CLI
-  make DESTDIR=$pkgdir install
-}

Copied: mediainfo/repos/community-x86_64/PKGBUILD (from rev 188256, 
mediainfo/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2016-09-01 17:27:04 UTC (rev 188257)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Maintainer: hydro 
+
+pkgname=mediainfo
+pkgver=0.7.88
+pkgrel=1
+pkgdesc="supplies technical and tag information about a video or audio file"
+arch=('i686' 'x86_64')
+url="http://mediaarea.net";
+license=('GPL')
+depends=('libmediainfo')
+makedepends=('libtool' 'automake' 'autoconf')
+source=(http://mediaarea.net/download/source/mediainfo/$pkgver/mediainfo_$pkgver.tar.bz2)
+md5sums=('2b8989963efaa51bf3810d98e4a7a9d3')
+
+build() {
+  cd $srcdir/MediaInfo/Project/GNU/CLI
+  sh ./autogen.sh
+  ./configure --prefix=/usr
+  make
+}
+package() {
+  cd $srcdir/MediaInfo/Project/GNU/CLI
+  make DESTDIR=$pkgdir install
+}


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

2016-09-01 Thread Sergej Pupykin
Date: Thursday, September 1, 2016 @ 17:27:23
  Author: spupykin
Revision: 188259

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

Added:
  mediainfo-gui/repos/community-i686/PKGBUILD
(from rev 188258, mediainfo-gui/trunk/PKGBUILD)
  mediainfo-gui/repos/community-x86_64/PKGBUILD
(from rev 188258, mediainfo-gui/trunk/PKGBUILD)
Deleted:
  mediainfo-gui/repos/community-i686/PKGBUILD
  mediainfo-gui/repos/community-x86_64/PKGBUILD

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-09-01 17:27:08 UTC (rev 188258)
+++ community-i686/PKGBUILD 2016-09-01 17:27:23 UTC (rev 188259)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Maintainer: hydro 
-
-pkgname=mediainfo-gui
-pkgver=0.7.87
-pkgrel=1
-pkgdesc="GUI for mediainfo"
-arch=('i686' 'x86_64')
-url="http://mediaarea.net";
-license=('GPL')
-depends=('libmediainfo' 'wxgtk' 'libsm' 'desktop-file-utils')
-makedepends=('imagemagick')
-source=(http://mediaarea.net/download/source/mediainfo/$pkgver/mediainfo_$pkgver.tar.bz2)
-md5sums=('3656a22dfbcee53edf66a5e0f890cc20')
-
-build() {
-  cd MediaInfo/Project/GNU/GUI
-  sh ./autogen.sh
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd MediaInfo/Project/GNU/GUI
-  make DESTDIR="$pkgdir" install
-  _iconsize=`identify $srcdir/MediaInfo/Source/Resource/Image/MediaInfo.png | 
grep -oP ' \d+x\d+ ' | tr -d ' '`
-  install -Dm 644 "$srcdir/MediaInfo/Source/Resource/Image/MediaInfo.png" \
-"$pkgdir/usr/share/icons/hicolor/${_iconsize}/apps/mediainfo.png"
-  install -m 644 
"$srcdir/MediaInfo/Source/Resource/Image/MediaInfo."{svg,ico,xpm} 
"$pkgdir/usr/share/icons/"
-  install -Dm 644 "$srcdir/MediaInfo/Source/Resource/Image/MediaInfo.png" \
-"$pkgdir/usr/share/pixmaps/mediainfo-gui.png"
-  install -Dm 644 "$srcdir/MediaInfo/Project/GNU/GUI/mediainfo-gui.desktop" \
-"$pkgdir/usr/share/applications/mediainfo-gui.desktop"
-}

Copied: mediainfo-gui/repos/community-i686/PKGBUILD (from rev 188258, 
mediainfo-gui/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-09-01 17:27:23 UTC (rev 188259)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Maintainer: hydro 
+
+pkgname=mediainfo-gui
+pkgver=0.7.88
+pkgrel=1
+pkgdesc="GUI for mediainfo"
+arch=('i686' 'x86_64')
+url="http://mediaarea.net";
+license=('GPL')
+depends=('libmediainfo' 'wxgtk' 'libsm' 'desktop-file-utils')
+makedepends=('imagemagick')
+source=(http://mediaarea.net/download/source/mediainfo/$pkgver/mediainfo_$pkgver.tar.bz2)
+md5sums=('2b8989963efaa51bf3810d98e4a7a9d3')
+
+build() {
+  cd MediaInfo/Project/GNU/GUI
+  sh ./autogen.sh
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd MediaInfo/Project/GNU/GUI
+  make DESTDIR="$pkgdir" install
+  _iconsize=`identify $srcdir/MediaInfo/Source/Resource/Image/MediaInfo.png | 
grep -oP ' \d+x\d+ ' | tr -d ' '`
+  install -Dm 644 "$srcdir/MediaInfo/Source/Resource/Image/MediaInfo.png" \
+"$pkgdir/usr/share/icons/hicolor/${_iconsize}/apps/mediainfo.png"
+  install -m 644 
"$srcdir/MediaInfo/Source/Resource/Image/MediaInfo."{svg,ico,xpm} 
"$pkgdir/usr/share/icons/"
+  install -Dm 644 "$srcdir/MediaInfo/Source/Resource/Image/MediaInfo.png" \
+"$pkgdir/usr/share/pixmaps/mediainfo-gui.png"
+  install -Dm 644 "$srcdir/MediaInfo/Project/GNU/GUI/mediainfo-gui.desktop" \
+"$pkgdir/usr/share/applications/mediainfo-gui.desktop"
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-09-01 17:27:08 UTC (rev 188258)
+++ community-x86_64/PKGBUILD   2016-09-01 17:27:23 UTC (rev 188259)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Maintainer: hydro 
-
-pkgname=mediainfo-gui
-pkgver=0.7.87
-pkgrel=1
-pkgdesc="GUI for mediainfo"
-arch=('i686' 'x86_64')
-url="http://mediaarea.net";
-license=('GPL')
-depends=('libmediainfo' 'wxgtk' 'libsm' 'desktop-file-utils')
-makedepends=('imagemagick')
-source=(http://mediaarea.net/download/source/mediainfo/$pkgver/mediainfo_$pkgver.tar.bz2)
-md5sums=('3656a22dfbcee53edf66a5e0f890cc20')
-
-build() {
-  cd MediaInfo/Project/GNU/GUI
-  sh ./autogen.sh
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd MediaInfo/Project/GNU/GUI
-  make DESTDIR="$pkgdir" install
-  _iconsize=`identify $srcdir/MediaInfo/Source/Resource/Image/MediaInfo.png | 
grep -oP ' \d+x\d+ ' | tr -d ' '`
-  install -Dm 644 "$srcdir/MediaInfo/Source/Resource/Image/MediaInfo.png" \
-"$pkgdir/usr/share/icons/hicolor/${_iconsize}/apps/mediainfo.png"
-  instal

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

2016-09-01 Thread Sergej Pupykin
Date: Thursday, September 1, 2016 @ 17:27:45
  Author: spupykin
Revision: 188261

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-09-01 17:27:29 UTC (rev 188260)
+++ community-i686/PKGBUILD 2016-09-01 17:27:45 UTC (rev 188261)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Contributor: JJDaNiMoTh 
-
-pkgname=qmc2
-pkgver=0.66
-pkgrel=1
-pkgdesc="Qt 4 based UNIX MAME frontend supporting SDLMAME"
-url="http://qmc2.batcom-it.net/";
-license=("GPL")
-arch=('i686' 'x86_64')
-depends=('qtwebkit' 'phonon' 'sdl')
-makedepends=('rsync' 'mesa')
-source=("http://downloads.sourceforge.net/project/qmc2/qmc2/$pkgver/qmc2-$pkgver.tar.bz2";)
-md5sums=('2c9261de8d2c9ed2f2497282ef29689a')
-
-build() {
-  cd "$srcdir/$pkgname"
-  export CTIME=0
-  make PREFIX=/usr DATADIR=/usr/share SYSCONFDIR=/etc QTDIR=/usr 
QMAKE=qmake-qt4
-}
-
-package() {
-  cd "$srcdir/$pkgname"
-  make PREFIX=/usr DATADIR=/usr/share SYSCONFDIR=/etc QTDIR=/usr 
QMAKE=qmake-qt4 DESTDIR=$pkgdir install
-  install -d $pkgdir/usr/share/{applications,pixmaps}
-  install -D -m644 "$srcdir/qmc2/data/img/mame.png" "$pkgdir/usr/share/pixmaps"
-}

Copied: qmc2/repos/community-i686/PKGBUILD (from rev 188260, 
qmc2/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-09-01 17:27:45 UTC (rev 188261)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Contributor: JJDaNiMoTh 
+
+pkgname=qmc2
+pkgver=0.67
+pkgrel=1
+pkgdesc="Qt 4 based UNIX MAME frontend supporting SDLMAME"
+url="http://qmc2.batcom-it.net/";
+license=("GPL")
+arch=('i686' 'x86_64')
+depends=('qtwebkit' 'phonon' 'sdl')
+makedepends=('rsync' 'mesa')
+source=("http://downloads.sourceforge.net/project/qmc2/qmc2/$pkgver/qmc2-$pkgver.tar.bz2";)
+md5sums=('42259f0398e25a441bb8ef7f21a321c3')
+
+build() {
+  cd "$srcdir/$pkgname"
+  export CTIME=0
+  make PREFIX=/usr DATADIR=/usr/share SYSCONFDIR=/etc QTDIR=/usr 
QMAKE=qmake-qt4
+}
+
+package() {
+  cd "$srcdir/$pkgname"
+  make PREFIX=/usr DATADIR=/usr/share SYSCONFDIR=/etc QTDIR=/usr 
QMAKE=qmake-qt4 DESTDIR=$pkgdir install
+  install -d $pkgdir/usr/share/{applications,pixmaps}
+  install -D -m644 "$srcdir/qmc2/data/img/mame.png" "$pkgdir/usr/share/pixmaps"
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-09-01 17:27:29 UTC (rev 188260)
+++ community-x86_64/PKGBUILD   2016-09-01 17:27:45 UTC (rev 188261)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Contributor: JJDaNiMoTh 
-
-pkgname=qmc2
-pkgver=0.66
-pkgrel=1
-pkgdesc="Qt 4 based UNIX MAME frontend supporting SDLMAME"
-url="http://qmc2.batcom-it.net/";
-license=("GPL")
-arch=('i686' 'x86_64')
-depends=('qtwebkit' 'phonon' 'sdl')
-makedepends=('rsync' 'mesa')
-source=("http://downloads.sourceforge.net/project/qmc2/qmc2/$pkgver/qmc2-$pkgver.tar.bz2";)
-md5sums=('2c9261de8d2c9ed2f2497282ef29689a')
-
-build() {
-  cd "$srcdir/$pkgname"
-  export CTIME=0
-  make PREFIX=/usr DATADIR=/usr/share SYSCONFDIR=/etc QTDIR=/usr 
QMAKE=qmake-qt4
-}
-
-package() {
-  cd "$srcdir/$pkgname"
-  make PREFIX=/usr DATADIR=/usr/share SYSCONFDIR=/etc QTDIR=/usr 
QMAKE=qmake-qt4 DESTDIR=$pkgdir install
-  install -d $pkgdir/usr/share/{applications,pixmaps}
-  install -D -m644 "$srcdir/qmc2/data/img/mame.png" "$pkgdir/usr/share/pixmaps"
-}

Copied: qmc2/repos/community-x86_64/PKGBUILD (from rev 188260, 
qmc2/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2016-09-01 17:27:45 UTC (rev 188261)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Contributor: JJDaNiMoTh 
+
+pkgname=qmc2
+pkgver=0.67
+pkgrel=1
+pkgdesc="Qt 4 based UNIX MAME frontend supporting SDLMAME"
+url="http://qmc2.batcom-it.net/";
+license=("GPL")
+arch=('i686' 'x86_64')
+depends=('qtwebkit' 'phonon' 'sdl')
+makedepends=('rsync' 'mesa')
+source=("http://downloads.sourceforge.net/project/qmc2/qmc2/$pkgver/qmc2-$pkgver.tar.bz2";)
+md5sums=('42259f0398e25a441bb8ef7f21a321c3')
+
+build() {
+  cd "$srcdir/$pkgname"
+  export CTIME=0
+  make PREFIX=/usr DATADIR=/usr/share SYSCONFDIR=/etc QTDIR=/usr 
QM

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

2016-09-01 Thread Andreas Radke
Date: Thursday, September 1, 2016 @ 17:59:08
  Author: andyrtr
Revision: 275656

upgpkg: nano 2.7.0-1

upstream update 2.7.0

Modified:
  nano/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-09-01 11:51:02 UTC (rev 275655)
+++ PKGBUILD2016-09-01 17:59:08 UTC (rev 275656)
@@ -3,7 +3,7 @@
 # Contributor: Judd 
 
 pkgname=nano
-pkgver=2.6.3
+pkgver=2.7.0
 pkgrel=1
 pkgdesc="Pico editor clone with enhancements"
 arch=('i686' 'x86_64')
@@ -12,8 +12,8 @@
 groups=('base')
 depends=('ncurses' 'file' 'sh')
 backup=('etc/nanorc')
-source=(http://www.nano-editor.org/dist/v2.6/${pkgname}-${pkgver}.tar.gz{,.asc})
-md5sums=('1213c7f17916e65afefc95054c1f90f9'
+source=(http://www.nano-editor.org/dist/v2.7/${pkgname}-${pkgver}.tar.gz{,.asc})
+md5sums=('0805c5b8c75d4fde053e4b1431270f91'
  'SKIP')
 validpgpkeys=('8DA6FE7BFA7A418AB3CB2354BCB356DF91009FA7' # "Chris Allegretta 
"
   'A7F6A64A67DA09EF92782DD79DF4862AF1175C5B' # "Benno Schulenberg 
"


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

2016-09-01 Thread Andreas Radke
Date: Thursday, September 1, 2016 @ 17:59:20
  Author: andyrtr
Revision: 275657

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

Added:
  nano/repos/testing-i686/
  nano/repos/testing-i686/PKGBUILD
(from rev 275656, nano/trunk/PKGBUILD)
  nano/repos/testing-x86_64/
  nano/repos/testing-x86_64/PKGBUILD
(from rev 275656, nano/trunk/PKGBUILD)

-+
 testing-i686/PKGBUILD   |   37 +
 testing-x86_64/PKGBUILD |   37 +
 2 files changed, 74 insertions(+)

Copied: nano/repos/testing-i686/PKGBUILD (from rev 275656, nano/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2016-09-01 17:59:20 UTC (rev 275657)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Andreas Radke 
+# Contributor: Judd 
+
+pkgname=nano
+pkgver=2.7.0
+pkgrel=1
+pkgdesc="Pico editor clone with enhancements"
+arch=('i686' 'x86_64')
+license=('GPL')
+url="http://www.nano-editor.org";
+groups=('base')
+depends=('ncurses' 'file' 'sh')
+backup=('etc/nanorc')
+source=(http://www.nano-editor.org/dist/v2.7/${pkgname}-${pkgver}.tar.gz{,.asc})
+md5sums=('0805c5b8c75d4fde053e4b1431270f91'
+ 'SKIP')
+validpgpkeys=('8DA6FE7BFA7A418AB3CB2354BCB356DF91009FA7' # "Chris Allegretta 
"
+  'A7F6A64A67DA09EF92782DD79DF4862AF1175C5B' # "Benno Schulenberg 
"
+)
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr \
+--sysconfdir=/etc \
+--enable-color \
+--enable-nanorc \
+--enable-multibuffer \
+--disable-wrapping-as-root
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+  install -DTm644 ${srcdir}/${pkgname}-${pkgver}/doc/nanorc.sample 
${pkgdir}/etc/nanorc
+}

Copied: nano/repos/testing-x86_64/PKGBUILD (from rev 275656, 
nano/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2016-09-01 17:59:20 UTC (rev 275657)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Andreas Radke 
+# Contributor: Judd 
+
+pkgname=nano
+pkgver=2.7.0
+pkgrel=1
+pkgdesc="Pico editor clone with enhancements"
+arch=('i686' 'x86_64')
+license=('GPL')
+url="http://www.nano-editor.org";
+groups=('base')
+depends=('ncurses' 'file' 'sh')
+backup=('etc/nanorc')
+source=(http://www.nano-editor.org/dist/v2.7/${pkgname}-${pkgver}.tar.gz{,.asc})
+md5sums=('0805c5b8c75d4fde053e4b1431270f91'
+ 'SKIP')
+validpgpkeys=('8DA6FE7BFA7A418AB3CB2354BCB356DF91009FA7' # "Chris Allegretta 
"
+  'A7F6A64A67DA09EF92782DD79DF4862AF1175C5B' # "Benno Schulenberg 
"
+)
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr \
+--sysconfdir=/etc \
+--enable-color \
+--enable-nanorc \
+--enable-multibuffer \
+--disable-wrapping-as-root
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+  install -DTm644 ${srcdir}/${pkgname}-${pkgver}/doc/nanorc.sample 
${pkgdir}/etc/nanorc
+}


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

2016-09-01 Thread Antonio Rojas
Date: Thursday, September 1, 2016 @ 18:16:43
  Author: arojas
Revision: 275659

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

Added:
  bluez-qt/repos/extra-i686/PKGBUILD
(from rev 275658, bluez-qt/trunk/PKGBUILD)
  bluez-qt/repos/extra-x86_64/PKGBUILD
(from rev 275658, bluez-qt/trunk/PKGBUILD)
Deleted:
  bluez-qt/repos/extra-i686/PKGBUILD
  bluez-qt/repos/extra-x86_64/PKGBUILD

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-09-01 18:16:11 UTC (rev 275658)
+++ extra-i686/PKGBUILD 2016-09-01 18:16:43 UTC (rev 275659)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas 
-
-pkgname=bluez-qt
-pkgver=5.25.0
-pkgrel=1
-pkgdesc='Qt wrapper for Bluez 5 DBus API'
-arch=(i686 x86_64)
-url='https://community.kde.org/Frameworks'
-license=(GPL2)
-depends=(qt5-declarative bluez)
-makedepends=(extra-cmake-modules mesa)
-conflicts=(libbluedevil-frameworks)
-groups=(kf5)
-source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz";)
-md5sums=('2e03661752de63494541649158d712fa')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_LIBDIR=lib \
--DUDEV_RULES_INSTALL_DIR=/usr/lib/udev/rules.d
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: bluez-qt/repos/extra-i686/PKGBUILD (from rev 275658, 
bluez-qt/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-09-01 18:16:43 UTC (rev 275659)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+
+pkgname=bluez-qt
+pkgver=5.25.0
+pkgrel=2
+pkgdesc='Qt wrapper for Bluez 5 DBus API'
+arch=(i686 x86_64)
+url='https://community.kde.org/Frameworks'
+license=(GPL2)
+depends=(qt5-declarative bluez)
+makedepends=(extra-cmake-modules mesa)
+conflicts=(libbluedevil-frameworks)
+groups=(kf5)
+source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz";
+
bluez-qt-pri.patch::"https://quickgit.kde.org/?p=bluez-qt.git&a=commitdiff&h=b81b59bc&o=plain";)
+md5sums=('2e03661752de63494541649158d712fa'
+ 'ee25e5cfa71cdf21f8878d8a3741fdfe')
+
+prepare() {
+  mkdir -p build
+
+# Fix include dir in pri file
+  cd $pkgname-$pkgver
+  patch -p1 -i ../bluez-qt-pri.patch
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DUDEV_RULES_INSTALL_DIR=/usr/lib/udev/rules.d
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2016-09-01 18:16:11 UTC (rev 275658)
+++ extra-x86_64/PKGBUILD   2016-09-01 18:16:43 UTC (rev 275659)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas 
-
-pkgname=bluez-qt
-pkgver=5.25.0
-pkgrel=1
-pkgdesc='Qt wrapper for Bluez 5 DBus API'
-arch=(i686 x86_64)
-url='https://community.kde.org/Frameworks'
-license=(GPL2)
-depends=(qt5-declarative bluez)
-makedepends=(extra-cmake-modules mesa)
-conflicts=(libbluedevil-frameworks)
-groups=(kf5)
-source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz";)
-md5sums=('2e03661752de63494541649158d712fa')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_LIBDIR=lib \
--DUDEV_RULES_INSTALL_DIR=/usr/lib/udev/rules.d
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: bluez-qt/repos/extra-x86_64/PKGBUILD (from rev 275658, 
bluez-qt/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2016-09-01 18:16:43 UTC (rev 275659)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+
+pkgname=bluez-qt
+pkgver=5.25.0
+pkgrel=2
+pkgdesc='Qt wrapper for Bluez 5 DBus API'
+arch=(i686 x86_64)
+url='https://community.kde.org/Frameworks'
+license=(GPL2)
+depends=(qt5-declarative bluez)
+makedepends=(extra-cmake-modules mesa)
+conflicts=(libbluedevil-frameworks)
+groups=(kf5)
+source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz";
+
bluez-qt-pri.patch::"https://quickgit.kde.org/?p=bluez-qt.git&a=commitdiff&h=b81b59bc&o=plain";)
+md5sums=('2e03661752de63494541649158d712fa'
+ 'ee25e5cfa71cdf21f8878d8a3741fdfe')
+

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

2016-09-01 Thread Antonio Rojas
Date: Thursday, September 1, 2016 @ 18:16:11
  Author: arojas
Revision: 275658

Fix include dir in pri file (FS#50478)

Modified:
  bluez-qt/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-09-01 17:59:20 UTC (rev 275657)
+++ PKGBUILD2016-09-01 18:16:11 UTC (rev 275658)
@@ -3,7 +3,7 @@
 
 pkgname=bluez-qt
 pkgver=5.25.0
-pkgrel=1
+pkgrel=2
 pkgdesc='Qt wrapper for Bluez 5 DBus API'
 arch=(i686 x86_64)
 url='https://community.kde.org/Frameworks'
@@ -12,11 +12,17 @@
 makedepends=(extra-cmake-modules mesa)
 conflicts=(libbluedevil-frameworks)
 groups=(kf5)
-source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz";)
-md5sums=('2e03661752de63494541649158d712fa')
+source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz";
+
bluez-qt-pri.patch::"https://quickgit.kde.org/?p=bluez-qt.git&a=commitdiff&h=b81b59bc&o=plain";)
+md5sums=('2e03661752de63494541649158d712fa'
+ 'ee25e5cfa71cdf21f8878d8a3741fdfe')
 
 prepare() {
   mkdir -p build
+
+# Fix include dir in pri file
+  cd $pkgname-$pkgver
+  patch -p1 -i ../bluez-qt-pri.patch
 }
 
 build() {


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

2016-09-01 Thread Sergej Pupykin
Date: Thursday, September 1, 2016 @ 18:37:28
  Author: spupykin
Revision: 188262

upgpkg: arch-wiki-docs 20160901-1

upd

Modified:
  arch-wiki-docs/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-09-01 17:27:45 UTC (rev 188261)
+++ PKGBUILD2016-09-01 18:37:28 UTC (rev 188262)
@@ -3,7 +3,7 @@
 
 pkgname=arch-wiki-docs
 pkgdesc="Pages from Arch Wiki optimized for offline browsing"
-pkgver=20160308
+pkgver=20160901
 _commit=c184e253b4105181e91a60da5120f422ed423355
 pkgrel=1
 arch=('any')


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

2016-09-01 Thread Sergej Pupykin
Date: Thursday, September 1, 2016 @ 18:37:41
  Author: spupykin
Revision: 188263

archrelease: copy trunk to community-any

Added:
  arch-wiki-docs/repos/community-any/PKGBUILD
(from rev 188262, arch-wiki-docs/trunk/PKGBUILD)
Deleted:
  arch-wiki-docs/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2016-09-01 18:37:28 UTC (rev 188262)
+++ PKGBUILD2016-09-01 18:37:41 UTC (rev 188263)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-
-pkgname=arch-wiki-docs
-pkgdesc="Pages from Arch Wiki optimized for offline browsing"
-pkgver=20160308
-_commit=c184e253b4105181e91a60da5120f422ed423355
-pkgrel=1
-arch=('any')
-url="https://github.com/lahwaacz/arch-wiki-docs";
-license=('FDL')
-options=('!strip')
-makedepends=('git' 'python' 'python-simplemediawiki' 'python-lxml' 
'python-cssselect')
-source=("git://github.com/lahwaacz/arch-wiki-docs.git#commit=${_commit}")
-md5sums=('SKIP')
-
-pkgver() {
-  date "+%Y%m%d"
-}
-
-prepare() {
-  cd "$pkgname"
-  LANG=en_US.UTF-8 python arch-wiki-docs.py --output-directory 
"$srcdir/build_wiki" --clean --safe-filenames
-}
-
-package() {
-  install -dm755 "$pkgdir/usr/share/doc/arch-wiki/html"
-  cp -r "$srcdir"/build_wiki/* "$pkgdir/usr/share/doc/arch-wiki/html/"
-}

Copied: arch-wiki-docs/repos/community-any/PKGBUILD (from rev 188262, 
arch-wiki-docs/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-09-01 18:37:41 UTC (rev 188263)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+
+pkgname=arch-wiki-docs
+pkgdesc="Pages from Arch Wiki optimized for offline browsing"
+pkgver=20160901
+_commit=c184e253b4105181e91a60da5120f422ed423355
+pkgrel=1
+arch=('any')
+url="https://github.com/lahwaacz/arch-wiki-docs";
+license=('FDL')
+options=('!strip')
+makedepends=('git' 'python' 'python-simplemediawiki' 'python-lxml' 
'python-cssselect')
+source=("git://github.com/lahwaacz/arch-wiki-docs.git#commit=${_commit}")
+md5sums=('SKIP')
+
+pkgver() {
+  date "+%Y%m%d"
+}
+
+prepare() {
+  cd "$pkgname"
+  LANG=en_US.UTF-8 python arch-wiki-docs.py --output-directory 
"$srcdir/build_wiki" --clean --safe-filenames
+}
+
+package() {
+  install -dm755 "$pkgdir/usr/share/doc/arch-wiki/html"
+  cp -r "$srcdir"/build_wiki/* "$pkgdir/usr/share/doc/arch-wiki/html/"
+}


[arch-commits] Commit in sdlmame/repos/community-i686 (8 files)

2016-09-01 Thread Sergej Pupykin
Date: Thursday, September 1, 2016 @ 18:38:02
  Author: spupykin
Revision: 188265

archrelease: copy trunk to community-i686

Added:
  sdlmame/repos/community-i686/PKGBUILD
(from rev 188264, sdlmame/trunk/PKGBUILD)
  sdlmame/repos/community-i686/extras.tar.gz
(from rev 188264, sdlmame/trunk/extras.tar.gz)
  sdlmame/repos/community-i686/sdlmame.install
(from rev 188264, sdlmame/trunk/sdlmame.install)
  sdlmame/repos/community-i686/sdlmame.sh
(from rev 188264, sdlmame/trunk/sdlmame.sh)
Deleted:
  sdlmame/repos/community-i686/PKGBUILD
  sdlmame/repos/community-i686/extras.tar.gz
  sdlmame/repos/community-i686/sdlmame.install
  sdlmame/repos/community-i686/sdlmame.sh

-+
 PKGBUILD|  188 +++---
 sdlmame.install |   16 ++--
 sdlmame.sh  |  112 
 3 files changed, 158 insertions(+), 158 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2016-09-01 18:37:49 UTC (rev 188264)
+++ PKGBUILD2016-09-01 18:38:02 UTC (rev 188265)
@@ -1,94 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Contributor: robb_force 
-# Maintainer: JJDaNiMoTh 
-
-pkgname=sdlmame
-pkgver=0.176
-pkgrel=3
-pkgdesc="A port of the popular Multiple Arcade Machine Emulator using SDL with 
OpenGL support."
-url="http://mamedev.org/";
-license=('GPL2')
-arch=('i686' 'x86_64')
-depends=('sdl2' 'libxinerama' 'sdl2_ttf' 'alsa-lib' 'qt5-base')
-makedepends=('unzip' 'nasm' 'mesa' 'glu' 'wget' 'python2')
-install=sdlmame.install
-source=("https://github.com/mamedev/mame/releases/download/mame${pkgver/./}/mame${pkgver/./}s.zip";
-   "sdlmame.sh"
-   "extras.tar.gz"
-   ${_patches})
-md5sums=('feaf1696c1a2cc3c22080d30d2eff1af'
- '0cced0fe9868cc56129600fb4bd5b9ed'
- '420b61240bf5ae11615ba7c6100ee00d')
-
-prepare() {
-  cd $srcdir/
-  unzip mame.zip || true
-}
-
-build() {
-  cd $srcdir/
-  make \
-NOWERROR=1 \
-OPTIMIZE=2 \
-PYTHON_EXECUTABLE=/usr/bin/python2 \
-TOOLS=1 \
-ARCHOPTS=-flifetime-dse=1
-}
-
-package() {
-  cd $srcdir/
-  # Install the sdlmame script
-  install -Dm755 $srcdir/${pkgname}.sh $pkgdir/usr/bin/${pkgname}
-
-  # Install the applications and the UI font in /usr/share
-  install -Dm755 mame $pkgdir/usr/lib/${pkgname}/${pkgname} || \
-  install -Dm755 mame64 $pkgdir/usr/lib/${pkgname}/${pkgname}
-
-  install -m755 chdman $pkgdir/usr/lib/${pkgname}/chdman
-  install -m755 jedutil $pkgdir/usr/lib/${pkgname}/jedutil
-  install -m755 regrep $pkgdir/usr/lib/${pkgname}/regrep
-  install -m755 romcmp $pkgdir/usr/lib/${pkgname}/romcmp
-#  install -m755 testkeys $pkgdir/usr/lib/${pkgname}/testkeys
-  install -m755 src2html $pkgdir/usr/lib/${pkgname}/src2html
-  install -m755 srcclean $pkgdir/usr/lib/${pkgname}/srcclean
-  install -m755 ldverify $pkgdir/usr/lib/${pkgname}/ldverify
-  install -m755 ldresample $pkgdir/usr/lib/${pkgname}/ldresample
-
-  # ln binaries
-  install -dm755 $pkgdir/usr/share/${pkgname}
-  for i in $pkgname chdman jedutil regrep romcmp testkeys src2html srcclean 
ldverify ldresample; do
-ln -s /usr/lib/$pkgname/$i $pkgdir/usr/share/$pkgname/$i
-  done
-
-  # Install the extra bits
-  install -d $pkgdir/usr/share/${pkgname}/{artwork,ctrlr,hash,keymaps,shader}
-  install -d $pkgdir/usr/share/man/man1
-  install -d $pkgdir/usr/share/man/man6
-  install -m644 src/osd/modules/opengl/shader/glsl*.*h 
$pkgdir/usr/share/${pkgname}/shader/
-#  install -m644 src/osd/sdl/man/*.1* $pkgdir/usr/share/man/man1/
-#  install -m644 src/osd/sdl/man/*.6* $pkgdir/usr/share/man/man6/
-
-  cp -a $srcdir/artwork/* $pkgdir/usr/share/${pkgname}/artwork/
-  install -m644 $srcdir/ctrlr/* $pkgdir/usr/share/${pkgname}/ctrlr/
-  install -m644 $srcdir/keymaps/* $pkgdir/usr/share/${pkgname}/keymaps/
-  install -m644 $srcdir/hash/* $pkgdir/usr/share/${pkgname}/hash/
-  cp -a $srcdir/bgfx $pkgdir/usr/share/${pkgname}/bgfx
-  cp -a $srcdir/plugins $pkgdir/usr/share/${pkgname}/plugins
-  cp -a $srcdir/language $pkgdir/usr/share/${pkgname}/language
-
-  # Include the license
-  install -Dm644 docs/LICENSE $pkgdir/usr/share/licenses/${pkgname}/LICENSE
-
-  # FS#28203
-  sed -i 's|KEYCODE_2_PAD|KEYCODE_2PAD|' $pkgdir/usr/share/sdlmame/ctrlr/*.cfg
-  sed -i 's|KEYCODE_4_PAD|KEYCODE_4PAD|' $pkgdir/usr/share/sdlmame/ctrlr/*.cfg
-  sed -i 's|KEYCODE_6_PAD|KEYCODE_6PAD|' $pkgdir/usr/share/sdlmame/ctrlr/*.cfg
-  sed -i 's|KEYCODE_8_PAD|KEYCODE_8PAD|' $pkgdir/usr/share/sdlmame/ctrlr/*.cfg
-
-  find $pkgdir -type f -exec strip {} \;
-
-  # documentation
-  install -dm0755 $pkgdir/usr/share/doc
-  cp -a $srcdir/docs $pkgdir/usr/share/doc/$pkgname
-}

Copied: sdlmame/repos/community-i686/PKGBUILD (from rev 188264, 
sdlmame/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-09-01 18:38:02 UTC (rev 188265)
@@ -0,0 +1,94 @@
+# $Id$
+# Ma

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

2016-09-01 Thread Sergej Pupykin
Date: Thursday, September 1, 2016 @ 18:37:49
  Author: spupykin
Revision: 188264

upgpkg: sdlmame 0.177-1

upd

Modified:
  sdlmame/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-09-01 18:37:41 UTC (rev 188263)
+++ PKGBUILD2016-09-01 18:37:49 UTC (rev 188264)
@@ -4,8 +4,8 @@
 # Maintainer: JJDaNiMoTh 
 
 pkgname=sdlmame
-pkgver=0.176
-pkgrel=3
+pkgver=0.177
+pkgrel=1
 pkgdesc="A port of the popular Multiple Arcade Machine Emulator using SDL with 
OpenGL support."
 url="http://mamedev.org/";
 license=('GPL2')
@@ -17,7 +17,7 @@
"sdlmame.sh"
"extras.tar.gz"
${_patches})
-md5sums=('feaf1696c1a2cc3c22080d30d2eff1af'
+md5sums=('0d4c84ba96efdb226a400cb84ddf'
  '0cced0fe9868cc56129600fb4bd5b9ed'
  '420b61240bf5ae11615ba7c6100ee00d')
 


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

2016-09-01 Thread Laurent Carlier
Date: Thursday, September 1, 2016 @ 18:50:06
  Author: lcarlier
Revision: 275660

upgpkg: libxfont 1.5.2-1

upstream update 1.5.2

Modified:
  libxfont/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-09-01 18:16:43 UTC (rev 275659)
+++ PKGBUILD2016-09-01 18:50:06 UTC (rev 275660)
@@ -2,7 +2,7 @@
 # Maintainer: Jan de Groot 
 
 pkgname=libxfont
-pkgver=1.5.1
+pkgver=1.5.2
 pkgrel=1
 pkgdesc="X11 font rasterisation library"
 arch=(i686 x86_64)
@@ -11,9 +11,10 @@
 depends=('freetype2' 'libfontenc' 'xproto' 'fontsproto>=2.1.3')
 makedepends=('xorg-util-macros' 'xtrans')
 source=(${url}/archive/individual/lib/libXfont-${pkgver}.tar.bz2{,.sig})
-sha256sums=('b70898527c73f9758f551bbab612af611b8a0962202829568d94f3edf4d86098'
+sha256sums=('02945ea68da447102f3e6c2b896c1d2061fd115de99404facc2aca3ad7010d71'
 'SKIP')
 validpgpkeys=('4A193C06D35E7C670FA4EF0BA2FB9E081F2D130E') # Alan Coopersmith 

+validpgpkeys+=('DD38563A8A8224537D1F90E45B8A2D50A0ECD0D3') # Adam Jackson 

 
 build() {
   cd "${srcdir}/libXfont-${pkgver}"


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

2016-09-01 Thread Laurent Carlier
Date: Thursday, September 1, 2016 @ 18:50:21
  Author: lcarlier
Revision: 275661

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

Added:
  libxfont/repos/extra-i686/PKGBUILD
(from rev 275660, libxfont/trunk/PKGBUILD)
  libxfont/repos/extra-x86_64/PKGBUILD
(from rev 275660, libxfont/trunk/PKGBUILD)
Deleted:
  libxfont/repos/extra-i686/PKGBUILD
  libxfont/repos/extra-x86_64/PKGBUILD

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-09-01 18:50:06 UTC (rev 275660)
+++ extra-i686/PKGBUILD 2016-09-01 18:50:21 UTC (rev 275661)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot 
-
-pkgname=libxfont
-pkgver=1.5.1
-pkgrel=1
-pkgdesc="X11 font rasterisation library"
-arch=(i686 x86_64)
-url="http://xorg.freedesktop.org/";
-license=('custom')
-depends=('freetype2' 'libfontenc' 'xproto' 'fontsproto>=2.1.3')
-makedepends=('xorg-util-macros' 'xtrans')
-source=(${url}/archive/individual/lib/libXfont-${pkgver}.tar.bz2{,.sig})
-sha256sums=('b70898527c73f9758f551bbab612af611b8a0962202829568d94f3edf4d86098'
-'SKIP')
-validpgpkeys=('4A193C06D35E7C670FA4EF0BA2FB9E081F2D130E') # Alan Coopersmith 

-
-build() {
-  cd "${srcdir}/libXfont-${pkgver}"
-  ./configure --prefix=/usr --sysconfdir=/etc --disable-static
-  make
-}
-
-package() {
-  cd "${srcdir}/libXfont-${pkgver}"
-  make DESTDIR="${pkgdir}" install
-  install -m755 -d "${pkgdir}/usr/share/licenses/${pkgname}"
-  install -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/"
-}

Copied: libxfont/repos/extra-i686/PKGBUILD (from rev 275660, 
libxfont/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-09-01 18:50:21 UTC (rev 275661)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Jan de Groot 
+
+pkgname=libxfont
+pkgver=1.5.2
+pkgrel=1
+pkgdesc="X11 font rasterisation library"
+arch=(i686 x86_64)
+url="http://xorg.freedesktop.org/";
+license=('custom')
+depends=('freetype2' 'libfontenc' 'xproto' 'fontsproto>=2.1.3')
+makedepends=('xorg-util-macros' 'xtrans')
+source=(${url}/archive/individual/lib/libXfont-${pkgver}.tar.bz2{,.sig})
+sha256sums=('02945ea68da447102f3e6c2b896c1d2061fd115de99404facc2aca3ad7010d71'
+'SKIP')
+validpgpkeys=('4A193C06D35E7C670FA4EF0BA2FB9E081F2D130E') # Alan Coopersmith 

+validpgpkeys+=('DD38563A8A8224537D1F90E45B8A2D50A0ECD0D3') # Adam Jackson 

+
+build() {
+  cd "${srcdir}/libXfont-${pkgver}"
+  ./configure --prefix=/usr --sysconfdir=/etc --disable-static
+  make
+}
+
+package() {
+  cd "${srcdir}/libXfont-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+  install -m755 -d "${pkgdir}/usr/share/licenses/${pkgname}"
+  install -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/"
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2016-09-01 18:50:06 UTC (rev 275660)
+++ extra-x86_64/PKGBUILD   2016-09-01 18:50:21 UTC (rev 275661)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot 
-
-pkgname=libxfont
-pkgver=1.5.1
-pkgrel=1
-pkgdesc="X11 font rasterisation library"
-arch=(i686 x86_64)
-url="http://xorg.freedesktop.org/";
-license=('custom')
-depends=('freetype2' 'libfontenc' 'xproto' 'fontsproto>=2.1.3')
-makedepends=('xorg-util-macros' 'xtrans')
-source=(${url}/archive/individual/lib/libXfont-${pkgver}.tar.bz2{,.sig})
-sha256sums=('b70898527c73f9758f551bbab612af611b8a0962202829568d94f3edf4d86098'
-'SKIP')
-validpgpkeys=('4A193C06D35E7C670FA4EF0BA2FB9E081F2D130E') # Alan Coopersmith 

-
-build() {
-  cd "${srcdir}/libXfont-${pkgver}"
-  ./configure --prefix=/usr --sysconfdir=/etc --disable-static
-  make
-}
-
-package() {
-  cd "${srcdir}/libXfont-${pkgver}"
-  make DESTDIR="${pkgdir}" install
-  install -m755 -d "${pkgdir}/usr/share/licenses/${pkgname}"
-  install -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/"
-}

Copied: libxfont/repos/extra-x86_64/PKGBUILD (from rev 275660, 
libxfont/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2016-09-01 18:50:21 UTC (rev 275661)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Jan de Groot 
+
+pkgname=libxfont
+pkgver=1.5.2
+pkgrel=1
+pkgdesc="X11 font rasterisation library"
+arch=(i686 x86_64)
+url="http://xorg.freedesktop.org/";
+license=('custom')
+depends=('freetype2' 'libfontenc' 'xproto' 'fontsproto>=2.1.3')
+makedepends=('xorg-util-macros' 'xtrans')
+source=(${url}/archive/individual/lib/libXfont-${pkgver}.tar.bz2{,.sig})
+sha256sums=('02945ea68da447102f3e6c2b896c1d2061fd115de99

[arch-commits] Commit in sdlmame/repos/community-x86_64 (8 files)

2016-09-01 Thread Sergej Pupykin
Date: Thursday, September 1, 2016 @ 19:10:51
  Author: spupykin
Revision: 188266

archrelease: copy trunk to community-x86_64

Added:
  sdlmame/repos/community-x86_64/PKGBUILD
(from rev 188265, sdlmame/trunk/PKGBUILD)
  sdlmame/repos/community-x86_64/extras.tar.gz
(from rev 188265, sdlmame/trunk/extras.tar.gz)
  sdlmame/repos/community-x86_64/sdlmame.install
(from rev 188265, sdlmame/trunk/sdlmame.install)
  sdlmame/repos/community-x86_64/sdlmame.sh
(from rev 188265, sdlmame/trunk/sdlmame.sh)
Deleted:
  sdlmame/repos/community-x86_64/PKGBUILD
  sdlmame/repos/community-x86_64/extras.tar.gz
  sdlmame/repos/community-x86_64/sdlmame.install
  sdlmame/repos/community-x86_64/sdlmame.sh

-+
 PKGBUILD|  188 +++---
 sdlmame.install |   16 ++--
 sdlmame.sh  |  112 
 3 files changed, 158 insertions(+), 158 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2016-09-01 18:38:02 UTC (rev 188265)
+++ PKGBUILD2016-09-01 19:10:51 UTC (rev 188266)
@@ -1,94 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Contributor: robb_force 
-# Maintainer: JJDaNiMoTh 
-
-pkgname=sdlmame
-pkgver=0.176
-pkgrel=3
-pkgdesc="A port of the popular Multiple Arcade Machine Emulator using SDL with 
OpenGL support."
-url="http://mamedev.org/";
-license=('GPL2')
-arch=('i686' 'x86_64')
-depends=('sdl2' 'libxinerama' 'sdl2_ttf' 'alsa-lib' 'qt5-base')
-makedepends=('unzip' 'nasm' 'mesa' 'glu' 'wget' 'python2')
-install=sdlmame.install
-source=("https://github.com/mamedev/mame/releases/download/mame${pkgver/./}/mame${pkgver/./}s.zip";
-   "sdlmame.sh"
-   "extras.tar.gz"
-   ${_patches})
-md5sums=('feaf1696c1a2cc3c22080d30d2eff1af'
- '0cced0fe9868cc56129600fb4bd5b9ed'
- '420b61240bf5ae11615ba7c6100ee00d')
-
-prepare() {
-  cd $srcdir/
-  unzip mame.zip || true
-}
-
-build() {
-  cd $srcdir/
-  make \
-NOWERROR=1 \
-OPTIMIZE=2 \
-PYTHON_EXECUTABLE=/usr/bin/python2 \
-TOOLS=1 \
-ARCHOPTS=-flifetime-dse=1
-}
-
-package() {
-  cd $srcdir/
-  # Install the sdlmame script
-  install -Dm755 $srcdir/${pkgname}.sh $pkgdir/usr/bin/${pkgname}
-
-  # Install the applications and the UI font in /usr/share
-  install -Dm755 mame $pkgdir/usr/lib/${pkgname}/${pkgname} || \
-  install -Dm755 mame64 $pkgdir/usr/lib/${pkgname}/${pkgname}
-
-  install -m755 chdman $pkgdir/usr/lib/${pkgname}/chdman
-  install -m755 jedutil $pkgdir/usr/lib/${pkgname}/jedutil
-  install -m755 regrep $pkgdir/usr/lib/${pkgname}/regrep
-  install -m755 romcmp $pkgdir/usr/lib/${pkgname}/romcmp
-#  install -m755 testkeys $pkgdir/usr/lib/${pkgname}/testkeys
-  install -m755 src2html $pkgdir/usr/lib/${pkgname}/src2html
-  install -m755 srcclean $pkgdir/usr/lib/${pkgname}/srcclean
-  install -m755 ldverify $pkgdir/usr/lib/${pkgname}/ldverify
-  install -m755 ldresample $pkgdir/usr/lib/${pkgname}/ldresample
-
-  # ln binaries
-  install -dm755 $pkgdir/usr/share/${pkgname}
-  for i in $pkgname chdman jedutil regrep romcmp testkeys src2html srcclean 
ldverify ldresample; do
-ln -s /usr/lib/$pkgname/$i $pkgdir/usr/share/$pkgname/$i
-  done
-
-  # Install the extra bits
-  install -d $pkgdir/usr/share/${pkgname}/{artwork,ctrlr,hash,keymaps,shader}
-  install -d $pkgdir/usr/share/man/man1
-  install -d $pkgdir/usr/share/man/man6
-  install -m644 src/osd/modules/opengl/shader/glsl*.*h 
$pkgdir/usr/share/${pkgname}/shader/
-#  install -m644 src/osd/sdl/man/*.1* $pkgdir/usr/share/man/man1/
-#  install -m644 src/osd/sdl/man/*.6* $pkgdir/usr/share/man/man6/
-
-  cp -a $srcdir/artwork/* $pkgdir/usr/share/${pkgname}/artwork/
-  install -m644 $srcdir/ctrlr/* $pkgdir/usr/share/${pkgname}/ctrlr/
-  install -m644 $srcdir/keymaps/* $pkgdir/usr/share/${pkgname}/keymaps/
-  install -m644 $srcdir/hash/* $pkgdir/usr/share/${pkgname}/hash/
-  cp -a $srcdir/bgfx $pkgdir/usr/share/${pkgname}/bgfx
-  cp -a $srcdir/plugins $pkgdir/usr/share/${pkgname}/plugins
-  cp -a $srcdir/language $pkgdir/usr/share/${pkgname}/language
-
-  # Include the license
-  install -Dm644 docs/LICENSE $pkgdir/usr/share/licenses/${pkgname}/LICENSE
-
-  # FS#28203
-  sed -i 's|KEYCODE_2_PAD|KEYCODE_2PAD|' $pkgdir/usr/share/sdlmame/ctrlr/*.cfg
-  sed -i 's|KEYCODE_4_PAD|KEYCODE_4PAD|' $pkgdir/usr/share/sdlmame/ctrlr/*.cfg
-  sed -i 's|KEYCODE_6_PAD|KEYCODE_6PAD|' $pkgdir/usr/share/sdlmame/ctrlr/*.cfg
-  sed -i 's|KEYCODE_8_PAD|KEYCODE_8PAD|' $pkgdir/usr/share/sdlmame/ctrlr/*.cfg
-
-  find $pkgdir -type f -exec strip {} \;
-
-  # documentation
-  install -dm0755 $pkgdir/usr/share/doc
-  cp -a $srcdir/docs $pkgdir/usr/share/doc/$pkgname
-}

Copied: sdlmame/repos/community-x86_64/PKGBUILD (from rev 188265, 
sdlmame/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-09-01 19:10:51 UTC (rev 188266)
@@ -0,0 +1

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

2016-09-01 Thread Daniel Micay
Date: Thursday, September 1, 2016 @ 19:23:19
  Author: thestinger
Revision: 188267

upgpkg: linux-grsec 1:4.7.2.r201608312326-1

Modified:
  linux-grsec/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-09-01 19:10:51 UTC (rev 188266)
+++ PKGBUILD2016-09-01 19:23:19 UTC (rev 188267)
@@ -9,7 +9,7 @@
 _srcname=linux-4.7
 _pkgver=4.7.2
 _grsecver=3.1
-_timestamp=201608211829
+_timestamp=201608312326
 _grsec_patch="grsecurity-$_grsecver-$_pkgver-$_timestamp.patch"
 epoch=1
 pkgver=$_pkgver.r$_timestamp
@@ -35,7 +35,7 @@
 'SKIP'
 '031cb0e7b86f2ef2cc4d0dde9d73495f68e8d23e4c41f50f7f95b065ee33a71d'
 'SKIP'
-'c35bd6b71cbc58f2dd83f254684f14d95e2ae3ffbb23ce894ef2f05356ddf7a8'
+'c6a4f58bfbdee212aca28510c195533f4956fe95962376e99c263e432d1d7759'
 'SKIP'
 '989b62325f632010a7f648056eda6fb8169c384e6431fe2913d9ec081e1a4717'
 'a7f8a8ae09552b214876e3294c8b9b73db59acfe67495af6f741ebc56c021d78'


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

2016-09-01 Thread Daniel Micay
Date: Thursday, September 1, 2016 @ 19:24:36
  Author: thestinger
Revision: 188268

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

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

+
 /PKGBUILD  |  638 
 /change-default-console-loglevel.patch |   22 
 /config|16466 +++
 /config.x86_64 |15968 ++
 /linux-grsec.install   |   74 
 /linux.preset  |   28 
 community-i686/PKGBUILD|  318 
 community-i686/change-default-console-loglevel.patch   |   11 
 community-i686/config  | 8233 ---
 community-i686/config.x86_64   | 7984 ---
 community-i686/linux-grsec.install |   37 
 community-i686/linux.preset|   14 
 community-x86_64/PKGBUILD  |  318 
 community-x86_64/change-default-console-loglevel.patch |   11 
 community-x86_64/config| 8233 ---
 community-x86_64/config.x86_64 | 7984 ---
 community-x86_64/linux-grsec.install   |   37 
 community-x86_64/linux.preset  |   14 
 18 files changed, 33196 insertions(+), 33194 deletions(-)

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


[arch-commits] Commit in python-os-client-config/trunk (PKGBUILD)

2016-09-01 Thread Felix Yan
Date: Friday, September 2, 2016 @ 05:01:55
  Author: felixonmars
Revision: 188271

upgpkg: python-os-client-config 1.21.1-1

Modified:
  python-os-client-config/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-09-02 05:01:52 UTC (rev 188270)
+++ PKGBUILD2016-09-02 05:01:55 UTC (rev 188271)
@@ -3,7 +3,7 @@
 
 pkgbase=python-os-client-config
 pkgname=('python-os-client-config' 'python2-os-client-config')
-pkgver=1.21.0
+pkgver=1.21.1
 pkgrel=1
 arch=('any')
 pkgdesc='OpenStack Client Configuation Library'


[arch-commits] Commit in python-os-client-config/repos/community-any (2 files)

2016-09-01 Thread Felix Yan
Date: Friday, September 2, 2016 @ 05:02:09
  Author: felixonmars
Revision: 188272

archrelease: copy trunk to community-any

Added:
  python-os-client-config/repos/community-any/PKGBUILD
(from rev 188271, python-os-client-config/trunk/PKGBUILD)
Deleted:
  python-os-client-config/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2016-09-02 05:01:55 UTC (rev 188271)
+++ PKGBUILD2016-09-02 05:02:09 UTC (rev 188272)
@@ -1,54 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-
-pkgbase=python-os-client-config
-pkgname=('python-os-client-config' 'python2-os-client-config')
-pkgver=1.21.0
-pkgrel=1
-arch=('any')
-pkgdesc='OpenStack Client Configuation Library'
-url='https://github.com/openstack/os-client-config'
-license=('Apache')
-makedepends=('python-setuptools' 'python2-setuptools' 'python-yaml' 
'python2-yaml' 'git'
- 'python-appdirs' 'python2-appdirs' 'python-keystoneauth1' 
'python2-keystoneauth1'
- 'python-requestsexceptions' 'python2-requestsexceptions')
-checkdepends=('python-testrepository' 'python2-testrepository' 
'python-oslotest' 'python2-oslotest'
-  'python-jsonschema' 'python2-jsonschema' 'python-mock' 
'python2-mock'
-  'python-glanceclient' 'python2-glanceclient')
-source=("git+https://github.com/openstack/os-client-config.git#tag=$pkgver";)
-sha512sums=('SKIP')
-
-prepare() {
-  cp -a os-client-config{,-py2}
-}
-
-build() {
-  cd "$srcdir"/os-client-config
-  python setup.py build
-
-  cd "$srcdir"/os-client-config-py2
-  python2 setup.py build
-}
-
-check() {
-  cd "$srcdir"/os-client-config
-  # One test failure in os_client_config.tests.test_config.TestConfig
-  python setup.py testr || warning "Tests failed"
-
-  cd "$srcdir"/os-client-config-py2
-  PYTHON=python2 python2 setup.py testr
-}
-
-package_python-os-client-config() {
-  depends=('python-yaml' 'python-appdirs' 'python-keystoneauth1' 
'python-requestsexceptions')
-
-  cd os-client-config
-  python setup.py install --root "$pkgdir" --optimize=1
-}
-
-package_python2-os-client-config() {
-  depends=('python2-yaml' 'python2-appdirs' 'python2-keystoneauth1' 
'python2-requestsexceptions')
-
-  cd os-client-config-py2
-  python2 setup.py install --root "$pkgdir" --optimize=1
-}

Copied: python-os-client-config/repos/community-any/PKGBUILD (from rev 188271, 
python-os-client-config/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-09-02 05:02:09 UTC (rev 188272)
@@ -0,0 +1,54 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgbase=python-os-client-config
+pkgname=('python-os-client-config' 'python2-os-client-config')
+pkgver=1.21.1
+pkgrel=1
+arch=('any')
+pkgdesc='OpenStack Client Configuation Library'
+url='https://github.com/openstack/os-client-config'
+license=('Apache')
+makedepends=('python-setuptools' 'python2-setuptools' 'python-yaml' 
'python2-yaml' 'git'
+ 'python-appdirs' 'python2-appdirs' 'python-keystoneauth1' 
'python2-keystoneauth1'
+ 'python-requestsexceptions' 'python2-requestsexceptions')
+checkdepends=('python-testrepository' 'python2-testrepository' 
'python-oslotest' 'python2-oslotest'
+  'python-jsonschema' 'python2-jsonschema' 'python-mock' 
'python2-mock'
+  'python-glanceclient' 'python2-glanceclient')
+source=("git+https://github.com/openstack/os-client-config.git#tag=$pkgver";)
+sha512sums=('SKIP')
+
+prepare() {
+  cp -a os-client-config{,-py2}
+}
+
+build() {
+  cd "$srcdir"/os-client-config
+  python setup.py build
+
+  cd "$srcdir"/os-client-config-py2
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir"/os-client-config
+  # One test failure in os_client_config.tests.test_config.TestConfig
+  python setup.py testr || warning "Tests failed"
+
+  cd "$srcdir"/os-client-config-py2
+  PYTHON=python2 python2 setup.py testr
+}
+
+package_python-os-client-config() {
+  depends=('python-yaml' 'python-appdirs' 'python-keystoneauth1' 
'python-requestsexceptions')
+
+  cd os-client-config
+  python setup.py install --root "$pkgdir" --optimize=1
+}
+
+package_python2-os-client-config() {
+  depends=('python2-yaml' 'python2-appdirs' 'python2-keystoneauth1' 
'python2-requestsexceptions')
+
+  cd os-client-config-py2
+  python2 setup.py install --root "$pkgdir" --optimize=1
+}


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

2016-09-01 Thread Felix Yan
Date: Friday, September 2, 2016 @ 05:01:52
  Author: felixonmars
Revision: 188270

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2016-09-02 05:01:38 UTC (rev 188269)
+++ PKGBUILD2016-09-02 05:01:52 UTC (rev 188270)
@@ -1,61 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Daniel Wallace 
-
-pkgbase=python-cinderclient
-pkgname=(python-cinderclient python2-cinderclient)
-pkgver=1.8.0
-pkgrel=1
-pkgdesc="OpenStack Block Storage API Client Library"
-arch=('any')
-url="http://docs.openstack.org/developer/python-cinderclient";
-license=('Apache')
-makedepends=('git' 'python-setuptools' 'python2-setuptools' 'python-pbr' 
'python2-pbr'
- 'python-babel' 'python2-babel' 'python-prettytable' 
'python2-prettytable'
- 'python-keystoneclient' 'python2-keystoneclient' 'python-requests'
- 'python2-requests' 'python-oslo-utils' 'python2-oslo-utils')
-checkdepends=('python-oslotest' 'python2-oslotest' 'python-requests-mock'
-  'python2-requests-mock' 'python-ddt' 'python2-ddt')
-source=("git+https://git.openstack.org/openstack/python-cinderclient#tag=$pkgver";)
-md5sums=('SKIP')
-
-prepare() {
-  sed -i '/simplejson/d' python-cinderclient/requirements.txt
-  cp -a python-cinderclient{,-py2}
-}
-
-build() {
-  cd "$srcdir"/python-cinderclient
-  python setup.py build
-
-  cd "$srcdir"/python-cinderclient-py2
-  python2 setup.py build
-}
-
-check() {
-  cd "$srcdir"/python-cinderclient
-  python setup.py testr
-
-  cd "$srcdir"/python-cinderclient-py2
-  PYTHON=python2 python2 setup.py testr
-}
-
-package_python-cinderclient() {
-  depends=('python-six' 'python-pbr' 'python-babel' 'python-prettytable' 
'python-keystoneclient'
-   'python-requests' 'python-oslo-utils')
-
-  cd "$srcdir"/python-cinderclient
-  python setup.py install --root="$pkgdir/" --optimize=1
-}
-
-package_python2-cinderclient() {
-  depends=('python2-six' 'python2-pbr' 'python2-babel' 'python2-prettytable' 
'python2-keystoneclient'
-   'python2-requests' 'python2-oslo-utils')
-
-  cd "$srcdir"/python-cinderclient-py2
-  python2 setup.py install --root="$pkgdir/" --optimize=1
-
-  mv "$pkgdir"/usr/bin/cinder{,2}
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-cinderclient/repos/community-any/PKGBUILD (from rev 188269, 
python-cinderclient/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-09-02 05:01:52 UTC (rev 188270)
@@ -0,0 +1,61 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Daniel Wallace 
+
+pkgbase=python-cinderclient
+pkgname=(python-cinderclient python2-cinderclient)
+pkgver=1.9.0
+pkgrel=1
+pkgdesc="OpenStack Block Storage API Client Library"
+arch=('any')
+url="http://docs.openstack.org/developer/python-cinderclient";
+license=('Apache')
+makedepends=('git' 'python-setuptools' 'python2-setuptools' 'python-pbr' 
'python2-pbr'
+ 'python-babel' 'python2-babel' 'python-prettytable' 
'python2-prettytable'
+ 'python-keystoneclient' 'python2-keystoneclient' 'python-requests'
+ 'python2-requests' 'python-oslo-utils' 'python2-oslo-utils')
+checkdepends=('python-oslotest' 'python2-oslotest' 'python-requests-mock'
+  'python2-requests-mock' 'python-ddt' 'python2-ddt')
+source=("git+https://git.openstack.org/openstack/python-cinderclient#tag=$pkgver";)
+md5sums=('SKIP')
+
+prepare() {
+  sed -i '/simplejson/d' python-cinderclient/requirements.txt
+  cp -a python-cinderclient{,-py2}
+}
+
+build() {
+  cd "$srcdir"/python-cinderclient
+  python setup.py build
+
+  cd "$srcdir"/python-cinderclient-py2
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir"/python-cinderclient
+  python setup.py testr
+
+  cd "$srcdir"/python-cinderclient-py2
+  PYTHON=python2 python2 setup.py testr
+}
+
+package_python-cinderclient() {
+  depends=('python-six' 'python-pbr' 'python-babel' 'python-prettytable' 
'python-keystoneclient'
+   'python-requests' 'python-oslo-utils')
+
+  cd "$srcdir"/python-cinderclient
+  python setup.py install --root="$pkgdir/" --optimize=1
+}
+
+package_python2-cinderclient() {
+  depends=('python2-six' 'python2-pbr' 'python2-babel' 'python2-prettytable' 
'python2-keystoneclient'
+   'python2-requests' 'python2-oslo-utils')
+
+  cd "$srcdir"/python-cinderclient-py2
+  python2 setup.py install --root="$pkgdir/" --optimize=1
+
+  mv "$pkgdir"/usr/bin/cinder{,2}
+}
+
+# vim:set ts=2 sw=2 et:


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

2016-09-01 Thread Felix Yan
Date: Friday, September 2, 2016 @ 05:01:38
  Author: felixonmars
Revision: 188269

upgpkg: python-cinderclient 1.9.0-1

Modified:
  python-cinderclient/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-09-01 19:24:36 UTC (rev 188268)
+++ PKGBUILD2016-09-02 05:01:38 UTC (rev 188269)
@@ -4,7 +4,7 @@
 
 pkgbase=python-cinderclient
 pkgname=(python-cinderclient python2-cinderclient)
-pkgver=1.8.0
+pkgver=1.9.0
 pkgrel=1
 pkgdesc="OpenStack Block Storage API Client Library"
 arch=('any')


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

2016-09-01 Thread Felix Yan
Date: Friday, September 2, 2016 @ 05:04:02
  Author: felixonmars
Revision: 188273

upgpkg: python-pytest 3.0.2-1

Modified:
  python-pytest/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-09-02 05:02:09 UTC (rev 188272)
+++ PKGBUILD2016-09-02 05:04:02 UTC (rev 188273)
@@ -4,7 +4,7 @@
 
 pkgbase=python-pytest
 pkgname=('python-pytest' 'python2-pytest')
-pkgver=3.0.1
+pkgver=3.0.2
 pkgrel=1
 pkgdesc="Simple powerful testing with Python"
 arch=('any')


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

2016-09-01 Thread Felix Yan
Date: Friday, September 2, 2016 @ 05:04:18
  Author: felixonmars
Revision: 188274

archrelease: copy trunk to community-any

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

--+
 PKGBUILD |  136 ++---
 1 file changed, 68 insertions(+), 68 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2016-09-02 05:04:02 UTC (rev 188273)
+++ PKGBUILD2016-09-02 05:04:18 UTC (rev 188274)
@@ -1,68 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Felix Kaiser 
-
-pkgbase=python-pytest
-pkgname=('python-pytest' 'python2-pytest')
-pkgver=3.0.1
-pkgrel=1
-pkgdesc="Simple powerful testing with Python"
-arch=('any')
-license=('MIT')
-url="http://pytest.org/";
-makedepends=('python-setuptools' 'python2-setuptools' 'python-py' 'python2-py' 
'git'
- 'python-pluggy' 'python2-pluggy')
-checkdepends=('lsof' 'python-nose' 'python2-nose' 'python-mock' 'python2-mock'
-  'python-yaml' 'python2-yaml' 'python-pexpect' 'python2-pexpect'
-  'python-pytest-xdist' 'python2-pytest-xdist' 'python-twisted' 
'python2-twisted'
-  'python-requests' 'python2-requests' 'python-hypothesis' 
'python2-hypothesis')
-source=("git+https://github.com/pytest-dev/pytest.git#tag=$pkgver";)
-sha512sums=('SKIP')
-
-prepare() {
-  # Remove bundled pluggy - disabled for now as it will break tests
-  # rm -r pytest/_pytest/vendored_packages
-  # sed -i "s/'_pytest.vendored_packages'//" pytest/setup.py
-
-  cp -a pytest{,-py2}
-}
-
-build() {
-  cd "$srcdir"/pytest
-  python setup.py build
-
-  cd "$srcdir"/pytest-py2
-  python2 setup.py build
-}
-
-# Tests hang as of 3.0.0
-check_disabled() {
-  cd "$srcdir"/pytest
-  # 1 xdist-related failure
-  python setup.py test || warning "Tests failed"
-
-  cd "$srcdir"/pytest-py2
-  # 1 xdist-related failure
-  python2 setup.py test || warning "Tests failed"
-}
-
-package_python-pytest() {
-  depends=('python-py' 'python-setuptools') # 'python-pluggy')
-
-  cd pytest
-  python setup.py install --root="$pkgdir" --optimize=1
-  install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-
-  rm "$pkgdir"/usr/bin/pytest
-}
-
-package_python2-pytest() {
-  depends=('python2-py' 'python2-setuptools') # 'python2-pluggy')
-
-  cd pytest-py2
-  python2 setup.py install --root="$pkgdir" --optimize=1
-  install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-
-  mv "$pkgdir"/usr/bin/py.test{,2}
-  rm "$pkgdir"/usr/bin/pytest
-}

Copied: python-pytest/repos/community-any/PKGBUILD (from rev 188273, 
python-pytest/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-09-02 05:04:18 UTC (rev 188274)
@@ -0,0 +1,68 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Felix Kaiser 
+
+pkgbase=python-pytest
+pkgname=('python-pytest' 'python2-pytest')
+pkgver=3.0.2
+pkgrel=1
+pkgdesc="Simple powerful testing with Python"
+arch=('any')
+license=('MIT')
+url="http://pytest.org/";
+makedepends=('python-setuptools' 'python2-setuptools' 'python-py' 'python2-py' 
'git'
+ 'python-pluggy' 'python2-pluggy')
+checkdepends=('lsof' 'python-nose' 'python2-nose' 'python-mock' 'python2-mock'
+  'python-yaml' 'python2-yaml' 'python-pexpect' 'python2-pexpect'
+  'python-pytest-xdist' 'python2-pytest-xdist' 'python-twisted' 
'python2-twisted'
+  'python-requests' 'python2-requests' 'python-hypothesis' 
'python2-hypothesis')
+source=("git+https://github.com/pytest-dev/pytest.git#tag=$pkgver";)
+sha512sums=('SKIP')
+
+prepare() {
+  # Remove bundled pluggy - disabled for now as it will break tests
+  # rm -r pytest/_pytest/vendored_packages
+  # sed -i "s/'_pytest.vendored_packages'//" pytest/setup.py
+
+  cp -a pytest{,-py2}
+}
+
+build() {
+  cd "$srcdir"/pytest
+  python setup.py build
+
+  cd "$srcdir"/pytest-py2
+  python2 setup.py build
+}
+
+# Tests hang as of 3.0.0
+check_disabled() {
+  cd "$srcdir"/pytest
+  # 1 xdist-related failure
+  python setup.py test || warning "Tests failed"
+
+  cd "$srcdir"/pytest-py2
+  # 1 xdist-related failure
+  python2 setup.py test || warning "Tests failed"
+}
+
+package_python-pytest() {
+  depends=('python-py' 'python-setuptools') # 'python-pluggy')
+
+  cd pytest
+  python setup.py install --root="$pkgdir" --optimize=1
+  install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+
+  rm "$pkgdir"/usr/bin/pytest
+}
+
+package_python2-pytest() {
+  depends=('python2-py' 'python2-setuptools') # 'python2-pluggy')
+
+  cd pytest-py2
+  python2 setup.py install --root="$pkgdir" --optimize=1
+  install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+
+  mv "$pkgdir"/usr/bin/py.test{,2}
+  rm "$pkgdir"/usr/bin/pytest
+}


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

2016-09-01 Thread Felix Yan
Date: Friday, September 2, 2016 @ 05:11:34
  Author: felixonmars
Revision: 188275

upgpkg: deepin-api 3.0.13-1

Modified:
  deepin-api/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-09-02 05:04:18 UTC (rev 188274)
+++ PKGBUILD2016-09-02 05:11:34 UTC (rev 188275)
@@ -4,7 +4,7 @@
 # Contributor: Xu Fasheng 
 
 pkgname=deepin-api
-pkgver=3.0.12
+pkgver=3.0.13
 _golibver=0.5
 _dbusfactoryver=3.0.6
 _girgeneratorver=0.9.5


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

2016-09-01 Thread Felix Yan
Date: Friday, September 2, 2016 @ 05:12:22
  Author: felixonmars
Revision: 188278

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2016-09-02 05:12:03 UTC (rev 188277)
+++ PKGBUILD2016-09-02 05:12:22 UTC (rev 188278)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Alexander Rødseth 
-# Contributor: Chris Brannon 
-# Contributor: giniu 
-
-pkgbase=python-foolscap
-pkgname=python2-foolscap
-pkgver=0.12.2
-pkgrel=1
-pkgdesc='RPC protocol for Python and Twisted'
-arch=('any')
-url='http://foolscap.lothar.com/'
-license=('MIT')
-depends=('python2-twisted' 'python2-pyopenssl')
-makedepends=('python2-setuptools')
-conflicts=('python-foolscap<=0.6.3')
-replaces=('python-foolscap<=0.6.3')
-options=('!emptydirs')
-source=("http://foolscap.lothar.com/releases/foolscap-$pkgver.tar.gz";)
-sha256sums=('b4139fedeab0f498be8f173475069416714046ae12bec8823bda63795dbb73c2')
-
-package_python2-foolscap() {
-  cd "foolscap-$pkgver"
-
-  python2 setup.py install --prefix=/usr --root="$pkgdir" --optimize=1
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-foolscap/repos/community-any/PKGBUILD (from rev 188277, 
python-foolscap/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-09-02 05:12:22 UTC (rev 188278)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Alexander Rødseth 
+# Contributor: Chris Brannon 
+# Contributor: giniu 
+
+pkgbase=python-foolscap
+pkgname=python2-foolscap
+pkgver=0.12.3
+pkgrel=1
+pkgdesc='RPC protocol for Python and Twisted'
+arch=('any')
+url='http://foolscap.lothar.com/'
+license=('MIT')
+depends=('python2-twisted' 'python2-pyopenssl')
+makedepends=('python2-setuptools')
+conflicts=('python-foolscap<=0.6.3')
+replaces=('python-foolscap<=0.6.3')
+options=('!emptydirs')
+source=("http://foolscap.lothar.com/releases/foolscap-$pkgver.tar.gz";)
+sha256sums=('0fdb26c459909019a1a8ee6a9cfd0b11f9008e1f3f3e520f14b93aa2b5a06e60')
+
+package_python2-foolscap() {
+  cd "foolscap-$pkgver"
+
+  python2 setup.py install --prefix=/usr --root="$pkgdir" --optimize=1
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+# vim:set ts=2 sw=2 et:


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

2016-09-01 Thread Felix Yan
Date: Friday, September 2, 2016 @ 05:11:58
  Author: felixonmars
Revision: 188276

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

Added:
  deepin-api/repos/community-i686/PKGBUILD
(from rev 188275, deepin-api/trunk/PKGBUILD)
  deepin-api/repos/community-x86_64/PKGBUILD
(from rev 188275, deepin-api/trunk/PKGBUILD)
Deleted:
  deepin-api/repos/community-i686/PKGBUILD
  deepin-api/repos/community-x86_64/PKGBUILD

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-09-02 05:11:34 UTC (rev 188275)
+++ community-i686/PKGBUILD 2016-09-02 05:11:58 UTC (rev 188276)
@@ -1,60 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Josip Ponjavic 
-# Contributor: Xu Fasheng 
-
-pkgname=deepin-api
-pkgver=3.0.12
-_golibver=0.5
-_dbusfactoryver=3.0.6
-_girgeneratorver=0.9.5
-pkgrel=1
-pkgdesc='Go-lang bingdings for dde-daemon'
-arch=('i686' 'x86_64')
-url="https://gitcafe.com/Deepin/dde-api";
-license=('GPL3')
-depends=('glib2' 'gdk-pixbuf2' 'gtk3' 'libcanberra-pulse' 'libxi' 'libxfixes' 
'rfkill' 'poppler-glib' 'deepin-metacity' 'xcur2png' 'blur-effect') # 
'gcc-libs>=5.3.0-3')
-makedepends=('git' 'deepin-dbus-generator' 'deepin-gir-generator' 'bzr' 'go') 
# 'gcc-go')
-conflicts=('dde-api')
-replaces=('dde-api')
-groups=('deepin')
-source=("git+https://cr.deepin.io/dde/dde-api.git#tag=$pkgver";
-"git+https://cr.deepin.io/go-lib.git#tag=$_golibver";
-"git+https://cr.deepin.io/dbus-factory.git#tag=$_dbusfactoryver";
-"git+https://cr.deepin.io/go-gir-generator.git#tag=$_girgeneratorver";)
-sha256sums=('SKIP'
-'SKIP'
-'SKIP'
-'SKIP')
-
-prepare() {
-  sed -i "s|\"\${LDFLAGS}\"|\"\${LDFLAGS} $CFLAGS $LDFLAGS\"|" dde-api/Makefile
-  sed -i 's| generator$||' go-gir-generator/makefile
-
-  export GOPATH="$srcdir/build"
-  mkdir -p build/src/pkg.deepin.io/{lib,dde/api}
-  cp -a go-lib/* build/src/pkg.deepin.io/lib
-  cp -a dde-api/* build/src/pkg.deepin.io/dde/api/
-
-  cd "$srcdir/dde-api"
-  make build-dep
-  go get gopkg.in/alecthomas/kingpin.v2
-}
-
-build(){
-  cd "$srcdir/dbus-factory"
-  make install-golang
-
-  cd "$srcdir/go-gir-generator"
-  make GENERATOR=gir-generator build
-  make copyfile
-  cp -r out/src/gir "$GOPATH/src"/
-
-  cd "$srcdir/dde-api"
-  make # USE_GCCGO=1
-}
-
-package() {
-  cd dde-api
-  make DESTDIR="${pkgdir}" SYSTEMD_LIB_DIR=/usr/lib install-binary
-}

Copied: deepin-api/repos/community-i686/PKGBUILD (from rev 188275, 
deepin-api/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-09-02 05:11:58 UTC (rev 188276)
@@ -0,0 +1,60 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Josip Ponjavic 
+# Contributor: Xu Fasheng 
+
+pkgname=deepin-api
+pkgver=3.0.13
+_golibver=0.5
+_dbusfactoryver=3.0.6
+_girgeneratorver=0.9.5
+pkgrel=1
+pkgdesc='Go-lang bingdings for dde-daemon'
+arch=('i686' 'x86_64')
+url="https://gitcafe.com/Deepin/dde-api";
+license=('GPL3')
+depends=('glib2' 'gdk-pixbuf2' 'gtk3' 'libcanberra-pulse' 'libxi' 'libxfixes' 
'rfkill' 'poppler-glib' 'deepin-metacity' 'xcur2png' 'blur-effect') # 
'gcc-libs>=5.3.0-3')
+makedepends=('git' 'deepin-dbus-generator' 'deepin-gir-generator' 'bzr' 'go') 
# 'gcc-go')
+conflicts=('dde-api')
+replaces=('dde-api')
+groups=('deepin')
+source=("git+https://cr.deepin.io/dde/dde-api.git#tag=$pkgver";
+"git+https://cr.deepin.io/go-lib.git#tag=$_golibver";
+"git+https://cr.deepin.io/dbus-factory.git#tag=$_dbusfactoryver";
+"git+https://cr.deepin.io/go-gir-generator.git#tag=$_girgeneratorver";)
+sha256sums=('SKIP'
+'SKIP'
+'SKIP'
+'SKIP')
+
+prepare() {
+  sed -i "s|\"\${LDFLAGS}\"|\"\${LDFLAGS} $CFLAGS $LDFLAGS\"|" dde-api/Makefile
+  sed -i 's| generator$||' go-gir-generator/makefile
+
+  export GOPATH="$srcdir/build"
+  mkdir -p build/src/pkg.deepin.io/{lib,dde/api}
+  cp -a go-lib/* build/src/pkg.deepin.io/lib
+  cp -a dde-api/* build/src/pkg.deepin.io/dde/api/
+
+  cd "$srcdir/dde-api"
+  make build-dep
+  go get gopkg.in/alecthomas/kingpin.v2
+}
+
+build(){
+  cd "$srcdir/dbus-factory"
+  make install-golang
+
+  cd "$srcdir/go-gir-generator"
+  make GENERATOR=gir-generator build
+  make copyfile
+  cp -r out/src/gir "$GOPATH/src"/
+
+  cd "$srcdir/dde-api"
+  make # USE_GCCGO=1
+}
+
+package() {
+  cd dde-api
+  make DESTDIR="${pkgdir}" SYSTEMD_LIB_DIR=/usr/lib install-binary
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   201

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

2016-09-01 Thread Felix Yan
Date: Friday, September 2, 2016 @ 05:12:03
  Author: felixonmars
Revision: 188277

upgpkg: python-foolscap 0.12.3-1

Modified:
  python-foolscap/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-09-02 05:11:58 UTC (rev 188276)
+++ PKGBUILD2016-09-02 05:12:03 UTC (rev 188277)
@@ -6,7 +6,7 @@
 
 pkgbase=python-foolscap
 pkgname=python2-foolscap
-pkgver=0.12.2
+pkgver=0.12.3
 pkgrel=1
 pkgdesc='RPC protocol for Python and Twisted'
 arch=('any')
@@ -18,7 +18,7 @@
 replaces=('python-foolscap<=0.6.3')
 options=('!emptydirs')
 source=("http://foolscap.lothar.com/releases/foolscap-$pkgver.tar.gz";)
-sha256sums=('b4139fedeab0f498be8f173475069416714046ae12bec8823bda63795dbb73c2')
+sha256sums=('0fdb26c459909019a1a8ee6a9cfd0b11f9008e1f3f3e520f14b93aa2b5a06e60')
 
 package_python2-foolscap() {
   cd "foolscap-$pkgver"


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

2016-09-01 Thread Lukas Fleischer
Date: Friday, September 2, 2016 @ 05:44:45
  Author: lfleischer
Revision: 275662

upgpkg: libyaml 0.1.7-1

Upstream update.

Modified:
  libyaml/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-09-01 18:50:21 UTC (rev 275661)
+++ PKGBUILD2016-09-02 05:44:45 UTC (rev 275662)
@@ -1,16 +1,16 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
+# Maintainer: Lukas Fleischer 
+# Contributor: Sergej Pupykin 
 # Contributor: Michal Bozon 
 
 pkgname=libyaml
-pkgver=0.1.6
+pkgver=0.1.7
 pkgrel=1
 pkgdesc="YAML 1.1 library"
 arch=('i686' 'x86_64')
 url="http://pyyaml.org/wiki/LibYAML";
 license=('MIT')
-source=(http://pyyaml.org/download/libyaml/yaml-$pkgver.tar.gz)
-md5sums=('5fe00cda18ca5daeb43762b80c38e06e')
+source=("http://pyyaml.org/download/libyaml/yaml-$pkgver.tar.gz";)
+md5sums=('1abf45bd3a96374fa55ca63b32f9f2f9')
 
 build() {
   cd "$srcdir/yaml-$pkgver"
@@ -21,6 +21,6 @@
 package() {
   cd "$srcdir/yaml-$pkgver"
   make DESTDIR="$pkgdir" install
-  install -m644 -D LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
 }
 


  1   2   >