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

2016-05-28 Thread Felix Yan
Date: Sunday, May 29, 2016 @ 03:17:40
  Author: fyan
Revision: 177402

archrelease: copy trunk to community-any

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

--+
 PKGBUILD |   98 ++---
 1 file changed, 49 insertions(+), 49 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2016-05-29 01:17:22 UTC (rev 177401)
+++ PKGBUILD2016-05-29 01:17:40 UTC (rev 177402)
@@ -1,49 +0,0 @@
-# $Id: PKGBUILD 141139 2015-09-20 03:14:59Z fyan $
-# Maintainer: Felix Yan 
-
-pkgbase=python-sortedcontainers
-pkgname=('python-sortedcontainers' 'python2-sortedcontainers')
-pkgver=1.5.1
-pkgrel=1
-pkgdesc="Python Sorted Container Types: SortedList, SortedDict, and SortedSet"
-arch=('any')
-license=('Apache')
-url="http://www.grantjenks.com/docs/sortedcontainers/";
-makedepends=('python-setuptools' 'python2-setuptools' 'git')
-checkdepends=('python-nose' 'python2-nose')
-source=("git+https://github.com/grantjenks/sorted_containers.git#tag=v$pkgver";)
-sha512sums=('SKIP')
-
-prepare() {
-  cp -a sorted_containers{,-py2}
-}
-
-build() {
-  cd "$srcdir/sorted_containers"
-  python setup.py build
-
-  cd "$srcdir/sorted_containers-py2"
-  python2 setup.py build
-}
-
-check() {
-  cd "$srcdir/sorted_containers"
-  nosetests3
-
-  cd "$srcdir/sorted_containers-py2"
-  nosetests2
-}
-
-package_python-sortedcontainers() {
-  depends=('python')
-
-  cd sorted_containers
-  python setup.py install --root="${pkgdir}" --optimize=1
-}
-
-package_python2-sortedcontainers() {
-  depends=('python2')
-
-  cd sorted_containers-py2
-  python2 setup.py install --root="${pkgdir}" --optimize=1
-}

Copied: python-sortedcontainers/repos/community-any/PKGBUILD (from rev 177401, 
python-sortedcontainers/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-05-29 01:17:40 UTC (rev 177402)
@@ -0,0 +1,49 @@
+# $Id: PKGBUILD 141139 2015-09-20 03:14:59Z fyan $
+# Maintainer: Felix Yan 
+
+pkgbase=python-sortedcontainers
+pkgname=('python-sortedcontainers' 'python2-sortedcontainers')
+pkgver=1.5.2
+pkgrel=1
+pkgdesc="Python Sorted Container Types: SortedList, SortedDict, and SortedSet"
+arch=('any')
+license=('Apache')
+url="http://www.grantjenks.com/docs/sortedcontainers/";
+makedepends=('python-setuptools' 'python2-setuptools' 'git')
+checkdepends=('python-nose' 'python2-nose')
+source=("git+https://github.com/grantjenks/sorted_containers.git#tag=v$pkgver";)
+sha512sums=('SKIP')
+
+prepare() {
+  cp -a sorted_containers{,-py2}
+}
+
+build() {
+  cd "$srcdir/sorted_containers"
+  python setup.py build
+
+  cd "$srcdir/sorted_containers-py2"
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir/sorted_containers"
+  nosetests3
+
+  cd "$srcdir/sorted_containers-py2"
+  nosetests2
+}
+
+package_python-sortedcontainers() {
+  depends=('python')
+
+  cd sorted_containers
+  python setup.py install --root="${pkgdir}" --optimize=1
+}
+
+package_python2-sortedcontainers() {
+  depends=('python2')
+
+  cd sorted_containers-py2
+  python2 setup.py install --root="${pkgdir}" --optimize=1
+}


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

2016-05-28 Thread Felix Yan
Date: Sunday, May 29, 2016 @ 03:17:22
  Author: fyan
Revision: 177401

upgpkg: python-sortedcontainers 1.5.2-1

Modified:
  python-sortedcontainers/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-05-29 00:32:46 UTC (rev 177400)
+++ PKGBUILD2016-05-29 01:17:22 UTC (rev 177401)
@@ -3,7 +3,7 @@
 
 pkgbase=python-sortedcontainers
 pkgname=('python-sortedcontainers' 'python2-sortedcontainers')
-pkgver=1.5.1
+pkgver=1.5.2
 pkgrel=1
 pkgdesc="Python Sorted Container Types: SortedList, SortedDict, and SortedSet"
 arch=('any')


[arch-commits] Commit in keepass/repos/community-any (12 files)

2016-05-28 Thread Timothy Redaelli
Date: Sunday, May 29, 2016 @ 02:32:46
  Author: tredaelli
Revision: 177400

archrelease: copy trunk to community-any

Added:
  keepass/repos/community-any/PKGBUILD
(from rev 177399, keepass/trunk/PKGBUILD)
  keepass/repos/community-any/keepass
(from rev 177399, keepass/trunk/keepass)
  keepass/repos/community-any/keepass.1
(from rev 177399, keepass/trunk/keepass.1)
  keepass/repos/community-any/keepass.desktop
(from rev 177399, keepass/trunk/keepass.desktop)
  keepass/repos/community-any/keepass.install
(from rev 177399, keepass/trunk/keepass.install)
  keepass/repos/community-any/keepass.xml
(from rev 177399, keepass/trunk/keepass.xml)
Deleted:
  keepass/repos/community-any/PKGBUILD
  keepass/repos/community-any/keepass
  keepass/repos/community-any/keepass.1
  keepass/repos/community-any/keepass.desktop
  keepass/repos/community-any/keepass.install
  keepass/repos/community-any/keepass.xml

-+
 PKGBUILD|  152 +++---
 keepass |4 -
 keepass.1   |   46 
 keepass.desktop |   24 
 keepass.install |   29 --
 5 files changed, 126 insertions(+), 129 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2016-05-29 00:32:35 UTC (rev 177399)
+++ PKGBUILD2016-05-29 00:32:46 UTC (rev 177400)
@@ -1,76 +0,0 @@
-# $Id$
-# Maintainer: Timothy Redaelli 
-# Contributor: Kirill "reflexing" Churin 
-# Contributor: Andrej Gelenberg 
-
-pkgname=keepass
-pkgver=2.32
-pkgrel=1
-pkgdesc='A easy-to-use password manager for Windows, Linux, Mac OS X and 
mobile devices.'
-arch=('any')
-url='http://keepass.info/'
-license=('GPL')
-depends=('mono' 'desktop-file-utils' 'xdg-utils' 'shared-mime-info' 
'gtk-update-icon-cache')
-makedepends=('icoutils')
-optdepends=('xdotool: if you want to use auto-type'
-'xsel: clipboard operations in order to work around Mono clipboard 
bugs')
-install="$pkgname.install"
-source=("http://downloads.sourceforge.net/keepass/KeePass-$pkgver-Source.zip";
-"http://keepass.info/integrity/v2/KeePass-$pkgver-Source.zip.asc";
-'keepass'
-'keepass.1'
-'keepass.desktop'
-'keepass.xml')
-
-sha256sums=('7c49b62c8de758dee7e9c2d6108c169d468b4e65f21e297649d3dd8c2b757385'
-'SKIP'
-'7547f2af38771b66c8c2f3d7900b051b37214af49de3dfa27a5d383bf847d582'
-'a5fff678466443c0c8256c4771128c86103da47b6a2c49351d9941191b65dd6f'
-'1d5420e8babce5f4bbb3c68bdffe3bc0d3c3be25ad689138cd02fa14edd89140'
-'3d017c17a8788166c644e2460ba3596fd503f300342561921201fe5f69e5d194')
-validpgpkeys=('2171BEEAD0DD92A180655626DCCAA5B3FEB7C7BC')
-
-prepare() {
-  # "Convert" to mono 4.0
-  sed -i '1s/ 10.00/ 11.00/' KeePass.sln
-  find . -name "*.csproj" -exec sed -i '1s/"3.5"/"4.0"/' {} +
-
-  # Extract icons
-  icotool -x KeePass/KeePass.ico
-
-  pushd Build &>/dev/null
-  LANG=en_US.UTF-8 bash PrepMonoDev.sh
-  popd &>/dev/null
-}
-
-build() {
-  xbuild /target:KeePass /property:Configuration=Release
-  cp Ext/KeePass.exe.config Build/KeePass/Release/
-}
-
-package() {
-  install -dm755 "$pkgdir"/usr/bin
-  install -dm755 "$pkgdir"/usr/share/keepass/XSL
-
-  install -Dm755 keepass "$pkgdir"/usr/bin/keepass
-  install -Dm755 Build/KeePass/Release/KeePass.exe 
"$pkgdir"/usr/share/keepass/KeePass.exe
-  install -Dm755 Ext/KeePass.config.xml 
"$pkgdir"/usr/share/keepass/KeePass.config.xml
-  install -Dm755 Ext/KeePass.exe.config 
"$pkgdir"/usr/share/keepass/KeePass.exe.config
-
-  install -m644 Ext/XSL/* "$pkgdir"/usr/share/keepass/XSL
-
-  install -Dm644 keepass.1 "$pkgdir"/usr/share/man/man1/keepass.1
-
-  # Proper installation of .desktop file
-  desktop-file-install -m 644 --dir "$pkgdir"/usr/share/applications/ 
keepass.desktop
-
-  # Install icons
-  for size in 16 32 48 256; do
-install -Dm644 \
-KeePass_*_${size}x${size}x32.png \
-"$pkgdir"/usr/share/icons/hicolor/${size}x${size}/apps/keepass.png
-  done
-
-  # Needed for postinst with xdg-utils
-  install -Dm644 keepass.xml "$pkgdir"/usr/share/mime/packages/keepass.xml
-}

Copied: keepass/repos/community-any/PKGBUILD (from rev 177399, 
keepass/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-05-29 00:32:46 UTC (rev 177400)
@@ -0,0 +1,76 @@
+# $Id$
+# Maintainer: Timothy Redaelli 
+# Contributor: Kirill "reflexing" Churin 
+# Contributor: Andrej Gelenberg 
+
+pkgname=keepass
+pkgver=2.33
+pkgrel=1
+pkgdesc='A easy-to-use password manager for Windows, Linux, Mac OS X and 
mobile devices.'
+arch=('any')
+url='http://keepass.info/'
+license=('GPL')
+depends=('mono' 'desktop-file-utils' 'xdg-utils' 'shared-mime-info' 
'gtk-update-icon-cache')
+makedepends=('icoutils')
+optdepends=('xdotool: if you want to use auto-type'
+'xsel: clipboard operations in order to w

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

2016-05-28 Thread Timothy Redaelli
Date: Sunday, May 29, 2016 @ 02:32:35
  Author: tredaelli
Revision: 177399

upgpkg: keepass 2.33-1

Modified:
  keepass/trunk/PKGBUILD
  keepass/trunk/keepass.install

-+
 PKGBUILD|4 ++--
 keepass.install |3 ---
 2 files changed, 2 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-05-29 00:14:37 UTC (rev 177398)
+++ PKGBUILD2016-05-29 00:32:35 UTC (rev 177399)
@@ -4,7 +4,7 @@
 # Contributor: Andrej Gelenberg 
 
 pkgname=keepass
-pkgver=2.32
+pkgver=2.33
 pkgrel=1
 pkgdesc='A easy-to-use password manager for Windows, Linux, Mac OS X and 
mobile devices.'
 arch=('any')
@@ -22,7 +22,7 @@
 'keepass.desktop'
 'keepass.xml')
 
-sha256sums=('7c49b62c8de758dee7e9c2d6108c169d468b4e65f21e297649d3dd8c2b757385'
+sha256sums=('5120a490289155a8b49c8e6893a2cc4b20fe859b34f815f17a017bae449f9958'
 'SKIP'
 '7547f2af38771b66c8c2f3d7900b051b37214af49de3dfa27a5d383bf847d582'
 'a5fff678466443c0c8256c4771128c86103da47b6a2c49351d9941191b65dd6f'

Modified: keepass.install
===
--- keepass.install 2016-05-29 00:14:37 UTC (rev 177398)
+++ keepass.install 2016-05-29 00:32:35 UTC (rev 177399)
@@ -1,9 +1,6 @@
 post_remove() {
   rm -f usr/share/keepass/KeePass.exe.so
   rmdir --ignore-fail-on-non-empty usr/share/keepass
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-  update-desktop-database -q
-  update-mime-database usr/share/mime &>/dev/null
 }
 
 post_install() {


[arch-commits] Commit in electrum/repos/community-any (3 files)

2016-05-28 Thread Timothy Redaelli
Date: Sunday, May 29, 2016 @ 02:14:37
  Author: tredaelli
Revision: 177398

archrelease: copy trunk to community-any

Added:
  electrum/repos/community-any/PKGBUILD
(from rev 177397, electrum/trunk/PKGBUILD)
Deleted:
  electrum/repos/community-any/PKGBUILD
  electrum/repos/community-any/electrum.install

--+
 PKGBUILD |   97 ++---
 electrum.install |   11 --
 2 files changed, 48 insertions(+), 60 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2016-05-29 00:14:29 UTC (rev 177397)
+++ PKGBUILD2016-05-29 00:14:37 UTC (rev 177398)
@@ -1,49 +0,0 @@
-# $Id$
-# Maintainer: Timothy Redaelli 
-# Contributor: Andy Weidenbaum 
-# ThomasV PGP key: gpg --recv-key 6694D8DE7BE8EE5631BED9502BD5824B7F9470E6
-# http://bitcoin-otc.com/viewgpg.php?nick=ThomasV
-
-pkgname=electrum
-pkgver=2.6.2
-pkgrel=1
-pkgdesc="Lightweight Bitcoin wallet"
-arch=('any')
-depends=('python2-ecdsa' 'python2-jsonrpclib' 'python2-pbkdf2' 
'python2-requests' 'python2-pyasn1' 'python2-pyasn1-modules' 'python2-qrcode'
- 'python2-protobuf' 'python2-tlslite' 'python2-dnspython' 
'python2-pyqt4' 'python2-sip' 'python2-slowaes')
-makedepends=('gettext' 'python2-pycurl' 'python2-setuptools' 
'desktop-file-utils')
-optdepends=('python2-btchip: BTChip hardware wallet support'
-'python2-matplotlib: plot transaction history in graphical mode'
-'zbar: QR code reading support')
-url="https://electrum.org";
-license=(MIT)
-source=("https://download.electrum.org/${pkgver}/${pkgname^}-${pkgver}.tar.gz"{,.asc})
-md5sums=('34da47fd5726d385cf6b5d789f2b465d'
- 'SKIP')
-sha256sums=('0631c9f926091edcee1107958cc28f62ea7fcc1ecf434977001f21a952a77ff3'
-'SKIP')
-validpgpkeys=('6694D8DE7BE8EE5631BED9502BD5824B7F9470E6')
-
-provides=('electrum')
-install=electrum.install
-
-prepare() {
-  cd ${pkgname^}-${pkgver}
-
-  find . -type f -exec sed -i 's#/usr/bin/python$#/usr/bin/python2#g' {} +
-  find . -type f -exec sed -i 's#/usr/bin/env python$#/usr/bin/env python2#g' 
{} +
-}
-
-build() {
-  cd ${pkgname^}-${pkgver}
-
-  pyrcc4 icons.qrc -o gui/qt/icons_rc.py
-  python2 setup.py build
-}
-
-package() {
-  cd ${pkgname^}-${pkgver}
-
-  python2 setup.py install --root="${pkgdir}" --optimize=1
-  install -D -m644 LICENCE "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
-}

Copied: electrum/repos/community-any/PKGBUILD (from rev 177397, 
electrum/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-05-29 00:14:37 UTC (rev 177398)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Timothy Redaelli 
+# Contributor: Andy Weidenbaum 
+# ThomasV PGP key: gpg --recv-key 6694D8DE7BE8EE5631BED9502BD5824B7F9470E6
+# http://bitcoin-otc.com/viewgpg.php?nick=ThomasV
+
+pkgname=electrum
+pkgver=2.6.4
+pkgrel=1
+pkgdesc="Lightweight Bitcoin wallet"
+arch=('any')
+depends=('python2-ecdsa' 'python2-jsonrpclib' 'python2-pbkdf2' 
'python2-requests' 'python2-pyasn1' 'python2-pyasn1-modules' 'python2-qrcode'
+ 'python2-protobuf' 'python2-tlslite' 'python2-dnspython' 
'python2-pyqt4' 'python2-sip' 'python2-slowaes')
+makedepends=('gettext' 'python2-pycurl' 'python2-setuptools' 
'desktop-file-utils')
+optdepends=('python2-btchip: BTChip hardware wallet support'
+'python2-matplotlib: plot transaction history in graphical mode'
+'zbar: QR code reading support')
+url="https://electrum.org";
+license=(MIT)
+source=("https://download.electrum.org/${pkgver}/${pkgname^}-${pkgver}.tar.gz"{,.asc})
+md5sums=('4840a883e60083d055064d5614c3353e'
+ 'SKIP')
+sha256sums=('2ab53b434206ed8ae72e9cadb22d44ef9ba720a7d052abe102f5d55cafbef866'
+'SKIP')
+validpgpkeys=('6694D8DE7BE8EE5631BED9502BD5824B7F9470E6')
+
+provides=('electrum')
+
+prepare() {
+  cd ${pkgname^}-${pkgver}
+
+  find . -type f -exec sed -i 's#/usr/bin/python$#/usr/bin/python2#g' {} +
+  find . -type f -exec sed -i 's#/usr/bin/env python$#/usr/bin/env python2#g' 
{} +
+}
+
+build() {
+  cd ${pkgname^}-${pkgver}
+
+  pyrcc4 icons.qrc -o gui/qt/icons_rc.py
+  python2 setup.py build
+}
+
+package() {
+  cd ${pkgname^}-${pkgver}
+
+  python2 setup.py install --root="${pkgdir}" --optimize=1
+  install -D -m644 LICENCE "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
+}

Deleted: electrum.install
===
--- electrum.install2016-05-29 00:14:29 UTC (rev 177397)
+++ electrum.install2016-05-29 00:14:37 UTC (rev 177398)
@@ -1,11 +0,0 @@
-post_install() {
-  update-desktop-database -q
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}


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

2016-05-28 Thread Timothy Redaelli
Date: Sunday, May 29, 2016 @ 02:14:29
  Author: tredaelli
Revision: 177397

upgpkg: electrum 2.6.4-1

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

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

Modified: PKGBUILD
===
--- PKGBUILD2016-05-28 23:55:03 UTC (rev 177396)
+++ PKGBUILD2016-05-29 00:14:29 UTC (rev 177397)
@@ -5,7 +5,7 @@
 # http://bitcoin-otc.com/viewgpg.php?nick=ThomasV
 
 pkgname=electrum
-pkgver=2.6.2
+pkgver=2.6.4
 pkgrel=1
 pkgdesc="Lightweight Bitcoin wallet"
 arch=('any')
@@ -18,14 +18,13 @@
 url="https://electrum.org";
 license=(MIT)
 
source=("https://download.electrum.org/${pkgver}/${pkgname^}-${pkgver}.tar.gz"{,.asc})
-md5sums=('34da47fd5726d385cf6b5d789f2b465d'
+md5sums=('4840a883e60083d055064d5614c3353e'
  'SKIP')
-sha256sums=('0631c9f926091edcee1107958cc28f62ea7fcc1ecf434977001f21a952a77ff3'
+sha256sums=('2ab53b434206ed8ae72e9cadb22d44ef9ba720a7d052abe102f5d55cafbef866'
 'SKIP')
 validpgpkeys=('6694D8DE7BE8EE5631BED9502BD5824B7F9470E6')
 
 provides=('electrum')
-install=electrum.install
 
 prepare() {
   cd ${pkgname^}-${pkgver}

Deleted: electrum.install
===
--- electrum.install2016-05-28 23:55:03 UTC (rev 177396)
+++ electrum.install2016-05-29 00:14:29 UTC (rev 177397)
@@ -1,11 +0,0 @@
-post_install() {
-  update-desktop-database -q
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}


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

2016-05-28 Thread Alexander Rødseth
Date: Sunday, May 29, 2016 @ 01:55:03
  Author: arodseth
Revision: 177396

Compiles, but only for i686, and checks fail

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

---+
 PKGBUILD  |   38 --
 smalltalk.install |   22 --
 2 files changed, 24 insertions(+), 36 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-05-28 23:39:54 UTC (rev 177395)
+++ PKGBUILD2016-05-28 23:55:03 UTC (rev 177396)
@@ -1,30 +1,41 @@
 # $Id$
-# Maintainer: Alexander Rødseth 
+# Maintainer: Alexander F Rødseth 
 # Contributor: Kaiting Chen 
 # Contributor: mrshpot 
 # Contributor: Michael Fellinger 
 
 pkgname=smalltalk
-pkgver=3.2.5
-pkgrel=3
-pkgdesc='Implementation of Smalltalk-80'
+pkgver=3.2.91
+pkgrel=1
+pkgdesc='GNU Smalltalk interpreter and libraries'
 url='http://smalltalk.gnu.org/'
 license=('GPL' 'LGPL')
 arch=('x86_64' 'i686')
 options=('!emptydirs' 'staticlibs')
 depends=('gmp' 'libffi' 'libsigsegv' 'readline' 'libltdl')
-makedepends=('gdbm' 'gtk2' 'sqlite' 'tk' 'zip')
-install="$pkgname.install"
-source=("ftp://ftp.gnu.org/gnu/$pkgname/$pkgname-$pkgver.tar.gz";)
-sha256sums=('06e574e818ec49f0555d948ae53b1453d8c1df59ef597dad911a4fd1ffba1cce')
+makedepends=('gmp' 'gdbm' 'gtk2' 'sqlite' 'tk' 'zip' 'git')
+source=("git://git.sv.gnu.org/smalltalk.git#tag=$pkgver")
+md5sums=('SKIP')
 optdepends=('tk: for gst-blox'
 'sqlite: database in a file'
 'sed: for examples'
 'gtk2: GUI toolkit')
 
+prepare() {
+  cd "$pkgname"
+
+  autoreconf -vi
+  sed 's/int yylineno = 1;//g' -i libgst/genpr-scan.l
+  sed 's/int yylineno = 1;//g' -i libgst/genvm-scan.l
+  sed 's/int yylineno = 1;//g' -i libgst/genbc-scan.l
+
+}
+
 build() {
-  cd "$pkgname-$pkgver"
+  cd "$pkgname"
 
+  export CFLAGS="$CFLAGS -w"
+  #export LFLAGS="-l"
   ./configure \
 --prefix=/usr \
 --libexecdir=/usr/lib/smalltalk \
@@ -37,17 +48,16 @@
 --with-tk \
 --with-x \
 --without-emacs
-
   echo '#define USE_INTERP_RESULT 1' >> config.h
   make
 }
 
-check() {
-  make -C "$pkgname-$pkgver" check
-}
+#check() {
+#  make -C "$pkgname" check
+#}
 
 package() {
-  cd "$pkgname-$pkgver"
+  cd "$pkgname"
 
   make DESTDIR="$pkgdir" install
 

Deleted: smalltalk.install
===
--- smalltalk.install   2016-05-28 23:39:54 UTC (rev 177395)
+++ smalltalk.install   2016-05-28 23:55:03 UTC (rev 177396)
@@ -1,22 +0,0 @@
-infodir=usr/share/info
-filelist=(gst-base.info{,-1,-2,-3,-4,-5}.gz gst-libs.info{,-1,-2,-3}.gz 
gst.info{,-1,-2}.gz)
-
-post_install() {
-  [ -x usr/bin/install-info ] || return 0
-  for file in ${filelist[@]}; do
-install-info $infodir/$file $infodir/dir 2> /dev/null
-  done
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-pre_remove() {
-  [ -x usr/bin/install-info ] || return 0
-  for file in ${filelist[@]}; do
-install-info --delete $infodir/$file $infodir/dir 2> /dev/null
-  done
-}
-
-# vim:set ts=2 sw=2 et:


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

2016-05-28 Thread Timothy Redaelli
Date: Sunday, May 29, 2016 @ 01:39:54
  Author: tredaelli
Revision: 177395

archrelease: copy trunk to community-any

Added:
  parallel/repos/community-any/PKGBUILD
(from rev 177394, parallel/trunk/PKGBUILD)
Deleted:
  parallel/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2016-05-28 23:39:46 UTC (rev 177394)
+++ PKGBUILD2016-05-28 23:39:54 UTC (rev 177395)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Timothy Redaelli 
-# Contributor: Vianney le Clément 
-# Contributor: Peter Simons 
-
-pkgname=parallel
-pkgver=20160222
-pkgrel=1
-pkgdesc='A shell tool for executing jobs in parallel'
-arch=('any')
-url='http://www.gnu.org/software/parallel/'
-license=('GPL3')
-depends=('perl' 'procps')
-source=(http://ftp.gnu.org/gnu/$pkgname/$pkgname-$pkgver.tar.bz2{,.sig})
-md5sums=('8f2c0a3c51fac6aaf11babe31fc5a5c0'
- 'SKIP')
-sha1sums=('8ea2e99076f198d73df8f2f2d419cf26fd6aaa5e'
-  'SKIP')
-validpgpkeys=('CDA01A4208C4F74506107E7BD1AB4516')
-
-build() {
-  cd "$pkgname-$pkgver"
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-  make DESTDIR="$pkgdir/" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: parallel/repos/community-any/PKGBUILD (from rev 177394, 
parallel/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-05-28 23:39:54 UTC (rev 177395)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Timothy Redaelli 
+# Contributor: Vianney le Clément 
+# Contributor: Peter Simons 
+
+pkgname=parallel
+pkgver=20160522
+pkgrel=1
+pkgdesc='A shell tool for executing jobs in parallel'
+arch=('any')
+url='http://www.gnu.org/software/parallel/'
+license=('GPL3')
+depends=('perl' 'procps')
+source=(http://ftp.gnu.org/gnu/$pkgname/$pkgname-$pkgver.tar.bz2{,.sig})
+md5sums=('cbf15979ca431452ceecb8e638d5bf13'
+ 'SKIP')
+sha1sums=('d0450ee0d30ff069b9376209b69b388f4ebec00b'
+  'SKIP')
+validpgpkeys=('CDA01A4208C4F74506107E7BD1AB4516')
+
+build() {
+  cd "$pkgname-$pkgver"
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  make DESTDIR="$pkgdir/" install
+}
+
+# vim:set ts=2 sw=2 et:


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

2016-05-28 Thread Timothy Redaelli
Date: Sunday, May 29, 2016 @ 01:39:46
  Author: tredaelli
Revision: 177394

upgpkg: parallel 20160522-1

Modified:
  parallel/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-05-28 21:45:42 UTC (rev 177393)
+++ PKGBUILD2016-05-28 23:39:46 UTC (rev 177394)
@@ -4,7 +4,7 @@
 # Contributor: Peter Simons 
 
 pkgname=parallel
-pkgver=20160222
+pkgver=20160522
 pkgrel=1
 pkgdesc='A shell tool for executing jobs in parallel'
 arch=('any')
@@ -12,9 +12,9 @@
 license=('GPL3')
 depends=('perl' 'procps')
 source=(http://ftp.gnu.org/gnu/$pkgname/$pkgname-$pkgver.tar.bz2{,.sig})
-md5sums=('8f2c0a3c51fac6aaf11babe31fc5a5c0'
+md5sums=('cbf15979ca431452ceecb8e638d5bf13'
  'SKIP')
-sha1sums=('8ea2e99076f198d73df8f2f2d419cf26fd6aaa5e'
+sha1sums=('d0450ee0d30ff069b9376209b69b388f4ebec00b'
   'SKIP')
 validpgpkeys=('CDA01A4208C4F74506107E7BD1AB4516')
 


[arch-commits] Commit in (3 files)

2016-05-28 Thread Antonio Rojas
Date: Sunday, May 29, 2016 @ 00:37:38
  Author: arojas
Revision: 268724

New Qt module

Added:
  qt5-charts/
  qt5-charts/kde-unstable/
  qt5-charts/kde-unstable/PKGBUILD

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

Added: qt5-charts/kde-unstable/PKGBUILD
===
--- qt5-charts/kde-unstable/PKGBUILD(rev 0)
+++ qt5-charts/kde-unstable/PKGBUILD2016-05-28 22:37:38 UTC (rev 268724)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+
+pkgname=qt5-charts
+_qtver=5.7.0-rc
+pkgver=${_qtver/-/}
+pkgrel=1
+arch=('i686' 'x86_64')
+url='http://qt-project.org/'
+license=('GPL3' 'LGPL' 'FDL' 'custom')
+pkgdesc='Static and runtime integration of SCXML models into Qt code'
+depends=('qt5-base')
+makedepends=('qt5-declarative')
+optdepends=('qt5-declarative: QML bindings')
+groups=('qt' 'qt5')
+_pkgfqn="${pkgname/5-/}-opensource-src-${_qtver}"
+source=("http://download.qt.io/development_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz";)
+md5sums=('f59bfa996a1a2776d012bdc5979c6280')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+
+  qmake ../${_pkgfqn}
+  make
+}
+
+package() {
+  cd build
+  make INSTALL_ROOT="$pkgdir" install
+
+  # Drop QMAKE_PRL_BUILD_DIR because reference the build dir
+  find "$pkgdir/usr/lib" -type f -name '*.prl' \
+-exec sed -i -e '/^QMAKE_PRL_BUILD_DIR/d' {} \;
+
+  install -d "$pkgdir"/usr/share/licenses
+  ln -s /usr/share/licenses/qt5-base "$pkgdir"/usr/share/licenses/${pkgname}
+}


Property changes on: qt5-charts/kde-unstable/PKGBUILD
___
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property


[arch-commits] Commit in (3 files)

2016-05-28 Thread Antonio Rojas
Date: Sunday, May 29, 2016 @ 00:31:47
  Author: arojas
Revision: 268723

New Qt module

Added:
  qt5-datavis3d/
  qt5-datavis3d/kde-unstable/
  qt5-datavis3d/kde-unstable/PKGBUILD

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

Added: qt5-datavis3d/kde-unstable/PKGBUILD
===
--- qt5-datavis3d/kde-unstable/PKGBUILD (rev 0)
+++ qt5-datavis3d/kde-unstable/PKGBUILD 2016-05-28 22:31:47 UTC (rev 268723)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+
+pkgname=qt5-datavis3d
+_qtver=5.7.0-rc
+pkgver=${_qtver/-/}
+pkgrel=1
+arch=('i686' 'x86_64')
+url='http://qt-project.org/'
+license=('GPL3' 'LGPL' 'FDL' 'custom')
+pkgdesc='Qt Data Visualization module'
+depends=('qt5-base')
+makedepends=('qt5-declarative')
+optdepends=('qt5-declarative: QML bindings')
+conflicts=('qt')
+groups=('qt' 'qt5')
+_pkgfqn="${pkgname/5-/}-opensource-src-${_qtver}"
+source=("http://download.qt.io/development_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz";)
+md5sums=('dd881564edd4e30642ec93d55ec73f3f')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+
+  qmake ../${_pkgfqn}
+  make
+}
+
+package() {
+  cd build
+  make INSTALL_ROOT="$pkgdir" install
+
+  # Drop QMAKE_PRL_BUILD_DIR because reference the build dir
+  find "$pkgdir/usr/lib" -type f -name '*.prl' \
+-exec sed -i -e '/^QMAKE_PRL_BUILD_DIR/d' {} \;
+
+  install -d "$pkgdir"/usr/share/licenses
+  ln -s /usr/share/licenses/qt5-base "$pkgdir"/usr/share/licenses/${pkgname}
+}


Property changes on: qt5-datavis3d/kde-unstable/PKGBUILD
___
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property


[arch-commits] Commit in (3 files)

2016-05-28 Thread Antonio Rojas
Date: Sunday, May 29, 2016 @ 00:22:43
  Author: arojas
Revision: 268722

New Qt module

Added:
  qt5-gamepad/
  qt5-gamepad/kde-unstable/
  qt5-gamepad/kde-unstable/PKGBUILD

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

Added: qt5-gamepad/kde-unstable/PKGBUILD
===
--- qt5-gamepad/kde-unstable/PKGBUILD   (rev 0)
+++ qt5-gamepad/kde-unstable/PKGBUILD   2016-05-28 22:22:43 UTC (rev 268722)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+
+pkgname=qt5-gamepad
+_qtver=5.7.0-rc
+pkgver=${_qtver/-/}
+pkgrel=1
+arch=('i686' 'x86_64')
+url='http://qt-project.org/'
+license=('GPL3' 'LGPL' 'FDL' 'custom')
+pkgdesc='Adds support for getting events from gamepad devices'
+depends=('qt5-base' 'sdl2')
+makedepends=('qt5-declarative')
+optdepends=('qt5-declarative: QML bindings')
+conflicts=('qt')
+groups=('qt' 'qt5')
+_pkgfqn="${pkgname/5-/}-opensource-src-${_qtver}"
+source=("http://download.qt.io/development_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz";)
+md5sums=('5b21a9305eafb7c0be2540dc8dc12129')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+
+  qmake ../${_pkgfqn}
+  make
+}
+
+package() {
+  cd build
+  make INSTALL_ROOT="$pkgdir" install
+
+  # Drop QMAKE_PRL_BUILD_DIR because reference the build dir
+  find "$pkgdir/usr/lib" -type f -name '*.prl' \
+-exec sed -i -e '/^QMAKE_PRL_BUILD_DIR/d' {} \;
+
+  install -d "$pkgdir"/usr/share/licenses
+  ln -s /usr/share/licenses/qt5-base "$pkgdir"/usr/share/licenses/${pkgname}
+}


Property changes on: qt5-gamepad/kde-unstable/PKGBUILD
___
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property


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

2016-05-28 Thread Alexander Rødseth
Date: Saturday, May 28, 2016 @ 23:45:24
  Author: arodseth
Revision: 177392

upgpkg: libutf8proc 1.3.1_2-3

Modified:
  libutf8proc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-05-28 21:44:45 UTC (rev 177391)
+++ PKGBUILD2016-05-28 21:45:24 UTC (rev 177392)
@@ -3,7 +3,7 @@
 
 pkgname=libutf8proc
 pkgver=1.3.1_2
-pkgrel=2
+pkgrel=3
 pkgdesc='C library for processing UTF-8 encoded Unicode strings'
 arch=('x86_64' 'i686')
 url='http://git.netsurf-browser.org/libutf8proc.git/'
@@ -12,7 +12,7 @@
 depends=('glibc')
 makedepends=('git' 'ninja' 'cmake')
 
source=("git://git.netsurf-browser.org/libutf8proc.git#tag=release/${pkgver/_/-}"
- 'libutf8proc.pc')
+'libutf8proc.pc')
 sha256sums=('SKIP'
 '345ea6782c361f5d38808c13e1e6ce6c2bef69a22a97d115b8ce950d74de1ed1')
 


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

2016-05-28 Thread Alexander Rødseth
Date: Saturday, May 28, 2016 @ 23:45:42
  Author: arodseth
Revision: 177393

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

Added:
  libutf8proc/repos/community-i686/PKGBUILD
(from rev 177392, libutf8proc/trunk/PKGBUILD)
  libutf8proc/repos/community-i686/libutf8proc.pc
(from rev 177392, libutf8proc/trunk/libutf8proc.pc)
  libutf8proc/repos/community-x86_64/PKGBUILD
(from rev 177392, libutf8proc/trunk/PKGBUILD)
  libutf8proc/repos/community-x86_64/libutf8proc.pc
(from rev 177392, libutf8proc/trunk/libutf8proc.pc)
Deleted:
  libutf8proc/repos/community-i686/PKGBUILD
  libutf8proc/repos/community-i686/libutf8proc.pc
  libutf8proc/repos/community-x86_64/PKGBUILD
  libutf8proc/repos/community-x86_64/libutf8proc.pc

-+
 /PKGBUILD   |  108 ++
 /libutf8proc.pc |   20 +++
 community-i686/PKGBUILD |   54 ---
 community-i686/libutf8proc.pc   |   10 ---
 community-x86_64/PKGBUILD   |   54 ---
 community-x86_64/libutf8proc.pc |   10 ---
 6 files changed, 128 insertions(+), 128 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-05-28 21:45:24 UTC (rev 177392)
+++ community-i686/PKGBUILD 2016-05-28 21:45:42 UTC (rev 177393)
@@ -1,54 +0,0 @@
-# $Id$
-# Maintainer: Alexander F Rødseth 
-
-pkgname=libutf8proc
-pkgver=1.3.1_2
-pkgrel=2
-pkgdesc='C library for processing UTF-8 encoded Unicode strings'
-arch=('x86_64' 'i686')
-url='http://git.netsurf-browser.org/libutf8proc.git/'
-license=('MIT' 'custom')
-replaces=('utf8proc')
-depends=('glibc')
-makedepends=('git' 'ninja' 'cmake')
-source=("git://git.netsurf-browser.org/libutf8proc.git#tag=release/${pkgver/_/-}"
- 'libutf8proc.pc')
-sha256sums=('SKIP'
-'345ea6782c361f5d38808c13e1e6ce6c2bef69a22a97d115b8ce950d74de1ed1')
-
-prepare() {
-  cd "$pkgname"
-
-  rm Makefile
-  find . -iwholename '*cmake*' -not -name CMakeLists.txt -not -name 
utils.cmake -delete
-  cp -r src/* include/$pkgname/* .
-}
-
-build() {
-  cd "$pkgname"
-
-  mkdir -p build
-  cd build
-  cmake .. \
--DCMAKE_INSTALL_PREFIX=/usr \
--DBUILD_SHARED_LIBS=ON \
--G Ninja
-  ninja
-}
-
-package() {
-  cd "$pkgname"
-
-  # The CMake/install configuration does not work for libutf8proc
-  # DESTDIR="$pkgdir" ninja -C "$pkgname-$pkgver/build" install
-
-  install -Dm644 utf8proc.h "$pkgdir/usr/include/utf8proc.h"
-  install -Dm644 LICENSE.md "$pkgdir/usr/share/licenses/$pkgname/LICENSE.md"
-  install -Dm644 ../libutf8proc.pc "$pkgdir/usr/lib/pkgconfig/libutf8proc.pc"
-  install -Dm644 build/libutf8proc.so.1.3.1 
"$pkgdir/usr/lib/libutf8proc.so.1.3.1"
-  ln -s /usr/lib/libutf8proc.so.1.3.1 "$pkgdir/usr/lib/libutf8proc.so.1"
-  ln -s /usr/lib/libutf8proc.so.1.3.1 "$pkgdir/usr/lib/libutf8proc.so"
-}
-
-# getver: git.netsurf-browser.org/libutf8proc.git/
-# vim:set ts=2 sw=2 et:

Copied: libutf8proc/repos/community-i686/PKGBUILD (from rev 177392, 
libutf8proc/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-05-28 21:45:42 UTC (rev 177393)
@@ -0,0 +1,54 @@
+# $Id$
+# Maintainer: Alexander F Rødseth 
+
+pkgname=libutf8proc
+pkgver=1.3.1_2
+pkgrel=3
+pkgdesc='C library for processing UTF-8 encoded Unicode strings'
+arch=('x86_64' 'i686')
+url='http://git.netsurf-browser.org/libutf8proc.git/'
+license=('MIT' 'custom')
+replaces=('utf8proc')
+depends=('glibc')
+makedepends=('git' 'ninja' 'cmake')
+source=("git://git.netsurf-browser.org/libutf8proc.git#tag=release/${pkgver/_/-}"
+'libutf8proc.pc')
+sha256sums=('SKIP'
+'345ea6782c361f5d38808c13e1e6ce6c2bef69a22a97d115b8ce950d74de1ed1')
+
+prepare() {
+  cd "$pkgname"
+
+  rm Makefile
+  find . -iwholename '*cmake*' -not -name CMakeLists.txt -not -name 
utils.cmake -delete
+  cp -r src/* include/$pkgname/* .
+}
+
+build() {
+  cd "$pkgname"
+
+  mkdir -p build
+  cd build
+  cmake .. \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DBUILD_SHARED_LIBS=ON \
+-G Ninja
+  ninja
+}
+
+package() {
+  cd "$pkgname"
+
+  # The CMake/install configuration does not work for libutf8proc
+  # DESTDIR="$pkgdir" ninja -C "$pkgname-$pkgver/build" install
+
+  install -Dm644 utf8proc.h "$pkgdir/usr/include/utf8proc.h"
+  install -Dm644 LICENSE.md "$pkgdir/usr/share/licenses/$pkgname/LICENSE.md"
+  install -Dm644 ../libutf8proc.pc "$pkgdir/usr/lib/pkgconfig/libutf8proc.pc"
+  install -Dm644 build/libutf8proc.so.1.3.1 
"$pkgdir/usr/lib/libutf8proc.so.1.3.1"
+  ln -s /usr/lib/libutf8proc.so.1.3.1 "$pkgdir/usr/lib/libutf8proc.so.1"
+  ln -s /usr/lib/libutf8proc.so.1.3.1 "$pkgdir/usr/lib/libutf8proc.so"
+}
+
+# getver: git.netsurf-browser.org/libutf8proc.git/
+# vim:set ts=2 sw=2 et:

Deleted: community-i686/libutf8proc.pc

[arch-commits] Commit in soundkonverter/trunk (soundkonverter-taglib-1.10.patch)

2016-05-28 Thread Lukas Jirkovsky
Date: Saturday, May 28, 2016 @ 23:44:45
  Author: stativ
Revision: 177391

soundkonverter: remove unused soundkonverter-taglib-1.10.patch

Deleted:
  soundkonverter/trunk/soundkonverter-taglib-1.10.patch

--+
 soundkonverter-taglib-1.10.patch |   24 
 1 file changed, 24 deletions(-)

Deleted: soundkonverter-taglib-1.10.patch
===
--- soundkonverter-taglib-1.10.patch2016-05-28 21:41:45 UTC (rev 177390)
+++ soundkonverter-taglib-1.10.patch2016-05-28 21:44:45 UTC (rev 177391)
@@ -1,24 +0,0 @@
 soundkonverter-2.1.2/cmake/modules/FindTaglib.cmake.orig   2015-12-07 
17:46:20.470042447 +0100
-+++ soundkonverter-2.1.2/cmake/modules/FindTaglib.cmake2015-12-07 
17:47:37.743822877 +0100
-@@ -29,10 +29,10 @@
- 
-   exec_program(${TAGLIBCONFIG_EXECUTABLE} ARGS --version RETURN_VALUE 
_return_VALUE OUTPUT_VARIABLE TAGLIB_VERSION)
- 
--  if(TAGLIB_VERSION STRLESS "${TAGLIB_MIN_VERSION}")
-+  if("${TAGLIB_MIN_VERSION}" VERSION_GREATER TAGLIB_VERSION)
-  message(STATUS "TagLib version too old: version searched 
:${TAGLIB_MIN_VERSION}, found ${TAGLIB_VERSION}")
-  set(TAGLIB_FOUND FALSE)
--  else(TAGLIB_VERSION STRLESS "${TAGLIB_MIN_VERSION}")
-+  else("${TAGLIB_MIN_VERSION}" VERSION_GREATER TAGLIB_VERSION)
- 
-  exec_program(${TAGLIBCONFIG_EXECUTABLE} ARGS --libs RETURN_VALUE 
_return_VALUE OUTPUT_VARIABLE TAGLIB_LIBRARIES)
- 
-@@ -42,7 +42,7 @@
- set(TAGLIB_FOUND TRUE)
-  endif(TAGLIB_LIBRARIES AND TAGLIB_CFLAGS)
-  string(REGEX REPLACE " *-I" ";" TAGLIB_INCLUDES "${TAGLIB_CFLAGS}")
--  endif(TAGLIB_VERSION STRLESS "${TAGLIB_MIN_VERSION}") 
-+  endif("${TAGLIB_MIN_VERSION}" VERSION_GREATER TAGLIB_VERSION) 
-   mark_as_advanced(TAGLIB_CFLAGS TAGLIB_LIBRARIES TAGLIB_INCLUDES)
- 
- else(TAGLIBCONFIG_EXECUTABLE)


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

2016-05-28 Thread Alexander Rødseth
Date: Saturday, May 28, 2016 @ 23:41:45
  Author: arodseth
Revision: 177390

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-05-28 21:40:19 UTC (rev 177389)
+++ community-i686/PKGBUILD 2016-05-28 21:41:45 UTC (rev 177390)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Alexander F Rødseth 
-
-pkgname=processing
-pkgver=3.1.1
-pkgrel=1
-arch=('x86_64' 'i686')
-pkgdesc='Programming environment for creating images, animations and 
interactions'
-url='http://www.processing.org/'
-license=('GPL' 'LGPL')
-depends=('libgl' 'libxxf86vm' 'gstreamer0.10-good-plugins')
-makedepends=('gendesk')
-options=('!strip')
-source_x86_64=("http://download.$pkgname.org/$pkgname-$pkgver-linux64.tgz";)
-source_i686=("http://download.$pkgname.org/$pkgname-$pkgver-linux32.tgz";)
-md5sums_x86_64=('dfed139710ac8f1c276f444ac29e745a')
-md5sums_i686=('85dab8a70f99ed8b290077d0eb0dde58')
-
-prepare() {
-  gendesk -n --pkgname="$pkgname" --pkgdesc="$pkgdesc"
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-  
-  install -d "$pkgdir/usr/bin/" "$pkgdir/usr/share/$pkgname/"
-  cp -r * "$pkgdir/usr/share/$pkgname/"
-  ln -s "/usr/share/$pkgname/$pkgname" "$pkgdir/usr/bin/$pkgname"
-  ln -s "/usr/share/$pkgname/$pkgname-java" "$pkgdir/usr/bin/$pkgname-java"
-
-  # Desktop icon / application shortcut
-  install -Dm644 "lib/icons/pde-128.png" \
-"$pkgdir/usr/share/pixmaps/$pkgname.png"
-  install -Dm644 "$srcdir/$pkgname.desktop" \
-"$pkgdir/usr/share/applications/$pkgname.desktop"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: processing/repos/community-i686/PKGBUILD (from rev 177389, 
processing/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-05-28 21:41:45 UTC (rev 177390)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Alexander F Rødseth 
+
+pkgname=processing
+pkgver=3.1.1
+pkgrel=1
+arch=('x86_64' 'i686')
+pkgdesc='Programming environment for creating images, animations and 
interactions'
+url='http://www.processing.org/'
+license=('GPL' 'LGPL')
+depends=('libgl' 'libxxf86vm' 'gstreamer0.10-good-plugins')
+makedepends=('gendesk')
+options=('!strip')
+source_x86_64=("http://download.$pkgname.org/$pkgname-$pkgver-linux64.tgz";)
+source_i686=("http://download.$pkgname.org/$pkgname-$pkgver-linux32.tgz";)
+md5sums_x86_64=('dfed139710ac8f1c276f444ac29e745a')
+md5sums_i686=('85dab8a70f99ed8b290077d0eb0dde58')
+
+prepare() {
+  gendesk -n --pkgname="$pkgname" --pkgdesc="$pkgdesc"
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  
+  install -d "$pkgdir/usr/bin/" "$pkgdir/usr/share/$pkgname/"
+  cp -r * "$pkgdir/usr/share/$pkgname/"
+  ln -s "/usr/share/$pkgname/$pkgname" "$pkgdir/usr/bin/$pkgname"
+  ln -s "/usr/share/$pkgname/$pkgname-java" "$pkgdir/usr/bin/$pkgname-java"
+
+  # Desktop icon / application shortcut
+  install -Dm644 "lib/icons/pde-128.png" \
+"$pkgdir/usr/share/pixmaps/$pkgname.png"
+  install -Dm644 "$srcdir/$pkgname.desktop" \
+"$pkgdir/usr/share/applications/$pkgname.desktop"
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-05-28 21:40:19 UTC (rev 177389)
+++ community-x86_64/PKGBUILD   2016-05-28 21:41:45 UTC (rev 177390)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Alexander F Rødseth 
-
-pkgname=processing
-pkgver=3.1.1
-pkgrel=1
-arch=('x86_64' 'i686')
-pkgdesc='Programming environment for creating images, animations and 
interactions'
-url='http://www.processing.org/'
-license=('GPL' 'LGPL')
-depends=('libgl' 'libxxf86vm' 'gstreamer0.10-good-plugins')
-makedepends=('gendesk')
-options=('!strip')
-source_x86_64=("http://download.$pkgname.org/$pkgname-$pkgver-linux64.tgz";)
-source_i686=("http://download.$pkgname.org/$pkgname-$pkgver-linux32.tgz";)
-md5sums_x86_64=('dfed139710ac8f1c276f444ac29e745a')
-md5sums_i686=('85dab8a70f99ed8b290077d0eb0dde58')
-
-prepare() {
-  gendesk -n --pkgname="$pkgname" --pkgdesc="$pkgdesc"
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-  
-  install -d "$pkgdir/usr/bin/" "$pkgdir/usr/share/$pkgname/"
-  cp -r * "$pkgdir/usr/share/$pkgname/"
-  ln -s "/usr/share/$pkgname/$pkgname" "$pkgdir/usr/bin/$pkgname"
-  ln -s "/usr/share/$pkgname/$pkgname-java" "$p

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

2016-05-28 Thread Alexander Rødseth
Date: Saturday, May 28, 2016 @ 23:40:19
  Author: arodseth
Revision: 177389

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

Added:
  libutf8proc/repos/community-i686/PKGBUILD
(from rev 177388, libutf8proc/trunk/PKGBUILD)
  libutf8proc/repos/community-i686/libutf8proc.pc
(from rev 177388, libutf8proc/trunk/libutf8proc.pc)
  libutf8proc/repos/community-x86_64/PKGBUILD
(from rev 177388, libutf8proc/trunk/PKGBUILD)
  libutf8proc/repos/community-x86_64/libutf8proc.pc
(from rev 177388, libutf8proc/trunk/libutf8proc.pc)
Deleted:
  libutf8proc/repos/community-i686/PKGBUILD
  libutf8proc/repos/community-i686/libutf8proc.pc
  libutf8proc/repos/community-x86_64/PKGBUILD
  libutf8proc/repos/community-x86_64/libutf8proc.pc

-+
 /PKGBUILD   |  108 ++
 /libutf8proc.pc |   20 +++
 community-i686/PKGBUILD |   54 ---
 community-i686/libutf8proc.pc   |   10 ---
 community-x86_64/PKGBUILD   |   54 ---
 community-x86_64/libutf8proc.pc |   10 ---
 6 files changed, 128 insertions(+), 128 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-05-28 21:18:07 UTC (rev 177388)
+++ community-i686/PKGBUILD 2016-05-28 21:40:19 UTC (rev 177389)
@@ -1,54 +0,0 @@
-# $Id$
-# Maintainer: Alexander F Rødseth 
-
-pkgname=libutf8proc
-pkgver=1.3.1_2
-pkgrel=2
-pkgdesc='C library for processing UTF-8 encoded Unicode strings'
-arch=('x86_64' 'i686')
-url='http://git.netsurf-browser.org/libutf8proc.git/'
-license=('MIT' 'custom')
-replaces=('utf8proc')
-depends=('glibc')
-makedepends=('git' 'ninja' 'cmake')
-source=("git://git.netsurf-browser.org/libutf8proc.git#tag=release/${pkgver/_/-}"
- 'libutf8proc.pc')
-sha256sums=('SKIP'
-'345ea6782c361f5d38808c13e1e6ce6c2bef69a22a97d115b8ce950d74de1ed1')
-
-prepare() {
-  cd "$pkgname"
-
-  rm Makefile
-  find . -iwholename '*cmake*' -not -name CMakeLists.txt -not -name 
utils.cmake -delete
-  cp -r src/* include/$pkgname/* .
-}
-
-build() {
-  cd "$pkgname"
-
-  mkdir -p build
-  cd build
-  cmake .. \
--DCMAKE_INSTALL_PREFIX=/usr \
--DBUILD_SHARED_LIBS=ON \
--G Ninja
-  ninja
-}
-
-package() {
-  cd "$pkgname"
-
-  # The CMake/install configuration does not work for libutf8proc
-  # DESTDIR="$pkgdir" ninja -C "$pkgname-$pkgver/build" install
-
-  install -Dm644 utf8proc.h "$pkgdir/usr/include/utf8proc.h"
-  install -Dm644 LICENSE.md "$pkgdir/usr/share/licenses/$pkgname/LICENSE.md"
-  install -Dm644 ../libutf8proc.pc "$pkgdir/usr/lib/pkgconfig/libutf8proc.pc"
-  install -Dm644 build/libutf8proc.so.1.3.1 
"$pkgdir/usr/lib/libutf8proc.so.1.3.1"
-  ln -s /usr/lib/libutf8proc.so.1.3.1 "$pkgdir/usr/lib/libutf8proc.so.1"
-  ln -s /usr/lib/libutf8proc.so.1.3.1 "$pkgdir/usr/lib/libutf8proc.so"
-}
-
-# getver: git.netsurf-browser.org/libutf8proc.git/
-# vim:set ts=2 sw=2 et:

Copied: libutf8proc/repos/community-i686/PKGBUILD (from rev 177388, 
libutf8proc/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-05-28 21:40:19 UTC (rev 177389)
@@ -0,0 +1,54 @@
+# $Id$
+# Maintainer: Alexander F Rødseth 
+
+pkgname=libutf8proc
+pkgver=1.3.1_2
+pkgrel=2
+pkgdesc='C library for processing UTF-8 encoded Unicode strings'
+arch=('x86_64' 'i686')
+url='http://git.netsurf-browser.org/libutf8proc.git/'
+license=('MIT' 'custom')
+replaces=('utf8proc')
+depends=('glibc')
+makedepends=('git' 'ninja' 'cmake')
+source=("git://git.netsurf-browser.org/libutf8proc.git#tag=release/${pkgver/_/-}"
+ 'libutf8proc.pc')
+sha256sums=('SKIP'
+'345ea6782c361f5d38808c13e1e6ce6c2bef69a22a97d115b8ce950d74de1ed1')
+
+prepare() {
+  cd "$pkgname"
+
+  rm Makefile
+  find . -iwholename '*cmake*' -not -name CMakeLists.txt -not -name 
utils.cmake -delete
+  cp -r src/* include/$pkgname/* .
+}
+
+build() {
+  cd "$pkgname"
+
+  mkdir -p build
+  cd build
+  cmake .. \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DBUILD_SHARED_LIBS=ON \
+-G Ninja
+  ninja
+}
+
+package() {
+  cd "$pkgname"
+
+  # The CMake/install configuration does not work for libutf8proc
+  # DESTDIR="$pkgdir" ninja -C "$pkgname-$pkgver/build" install
+
+  install -Dm644 utf8proc.h "$pkgdir/usr/include/utf8proc.h"
+  install -Dm644 LICENSE.md "$pkgdir/usr/share/licenses/$pkgname/LICENSE.md"
+  install -Dm644 ../libutf8proc.pc "$pkgdir/usr/lib/pkgconfig/libutf8proc.pc"
+  install -Dm644 build/libutf8proc.so.1.3.1 
"$pkgdir/usr/lib/libutf8proc.so.1.3.1"
+  ln -s /usr/lib/libutf8proc.so.1.3.1 "$pkgdir/usr/lib/libutf8proc.so.1"
+  ln -s /usr/lib/libutf8proc.so.1.3.1 "$pkgdir/usr/lib/libutf8proc.so"
+}
+
+# getver: git.netsurf-browser.org/libutf8proc.git/
+# vim:set ts=2 sw=2 et:

Deleted: community-i686/libutf8proc.pc
===

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

2016-05-28 Thread Lukas Jirkovsky
Date: Saturday, May 28, 2016 @ 23:18:07
  Author: stativ
Revision: 177388

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

Added:
  soundkonverter/repos/community-i686/PKGBUILD
(from rev 177387, soundkonverter/trunk/PKGBUILD)
  soundkonverter/repos/community-i686/soundkonverter-taglib-1.10.patch
(from rev 177387, soundkonverter/trunk/soundkonverter-taglib-1.10.patch)
  soundkonverter/repos/community-x86_64/PKGBUILD
(from rev 177387, soundkonverter/trunk/PKGBUILD)
  soundkonverter/repos/community-x86_64/soundkonverter-taglib-1.10.patch
(from rev 177387, soundkonverter/trunk/soundkonverter-taglib-1.10.patch)
Deleted:
  soundkonverter/repos/community-i686/PKGBUILD
  soundkonverter/repos/community-i686/soundkonverter-taglib-1.10.patch
  soundkonverter/repos/community-i686/soundkonverter.install
  soundkonverter/repos/community-x86_64/PKGBUILD
  soundkonverter/repos/community-x86_64/soundkonverter-taglib-1.10.patch
  soundkonverter/repos/community-x86_64/soundkonverter.install

---+
 /PKGBUILD |   96 
 /soundkonverter-taglib-1.10.patch |   48 ++
 community-i686/PKGBUILD   |   49 --
 community-i686/soundkonverter-taglib-1.10.patch   |   24 -
 community-i686/soundkonverter.install |   12 --
 community-x86_64/PKGBUILD |   49 --
 community-x86_64/soundkonverter-taglib-1.10.patch |   24 -
 community-x86_64/soundkonverter.install   |   12 --
 8 files changed, 144 insertions(+), 170 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-05-28 21:17:53 UTC (rev 177387)
+++ community-i686/PKGBUILD 2016-05-28 21:18:07 UTC (rev 177388)
@@ -1,49 +0,0 @@
-# $Id$
-# Maintainer: Lukas Jirkovsky 
-# Contributor: Mateusz Herych 
-# Contributor: Eric Belanger 
-# Contributor: Darwin Bautista 
-
-pkgname=soundkonverter
-pkgver=2.2.0
-pkgrel=1
-pkgdesc="Front-end to various audio converters"
-arch=('i686' 'x86_64')
-url="http://www.kde-apps.org/content/show.php?content=29024";
-license=('GPL')
-depends=('kdebase-runtime' 'libkcddb' 'cdparanoia' 'taglib')
-makedepends=('automoc4' 'cmake')
-optdepends=('cdrkit: cdda2wav backend'
-'faac: faac backend'
-'faad2: faad backend'
-'ffmpeg: ffmpeg backend'
-'flac: flac backend'
-'fluidsynth: flouidsynth backend'
-'lame: lame backend'
-'mac: mac backend'
-'mplayer: mplayer backend'
-'mp3gain: mp3gain backend'
-'opus-tools: opus backend'
-'speex: speexenc, speexdec backends'
-'timidity++: midi backend'
-'twolame: twolame backend'
-'vorbisgain: vorbisgain backend'
-'vorbis-tools: vorbis tools backend'
-'wavpack: wavpack backend'
-'sox: sox plugin (change sample rate, various effects)')
-install=$pkgname.install
-source=("http://kde-apps.org/CONTENT/content-files/29024-${pkgname}-${pkgver}.tar.gz";)
-md5sums=('faa850ed001ae1d858f15e84d1370d9e')
-
-build() {
-  cd "$srcdir"/$pkgname-$pkgver
-  cmake . \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release
-  make
-}
-
-package() {
-  cd "$srcdir"/$pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: soundkonverter/repos/community-i686/PKGBUILD (from rev 177387, 
soundkonverter/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-05-28 21:18:07 UTC (rev 177388)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Lukas Jirkovsky 
+# Contributor: Mateusz Herych 
+# Contributor: Eric Belanger 
+# Contributor: Darwin Bautista 
+
+pkgname=soundkonverter
+pkgver=2.2.2
+pkgrel=1
+pkgdesc="Front-end to various audio converters"
+arch=('i686' 'x86_64')
+url="http://www.kde-apps.org/content/show.php?content=29024";
+license=('GPL')
+depends=('kdebase-runtime' 'libkcddb' 'cdparanoia' 'taglib')
+makedepends=('automoc4' 'cmake')
+optdepends=('cdrkit: cdda2wav backend'
+'faac: faac backend'
+'faad2: faad backend'
+'ffmpeg: ffmpeg backend'
+'flac: flac backend'
+'fluidsynth: flouidsynth backend'
+'lame: lame backend'
+'mac: mac backend'
+'mplayer: mplayer backend'
+'mp3gain: mp3gain backend'
+'opus-tools: opus backend'
+'speex: speexenc, speexdec backends'
+'timidity++: midi backend'
+'twolame: twolame backend'
+'vorbisgain: vorbisgain backend'
+'vorbis-tools: vorbis tools backend'
+'wavpack: wavpack backend'
+'sox: sox plugin (change sample rate, various effects)')
+so

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

2016-05-28 Thread Lukas Jirkovsky
Date: Saturday, May 28, 2016 @ 23:17:53
  Author: stativ
Revision: 177387

upgpkg: soundkonverter 2.2.2-1

update to 2.2.2, hooks rebuild

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

+
 PKGBUILD   |5 ++---
 soundkonverter.install |   12 
 2 files changed, 2 insertions(+), 15 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-05-28 20:40:52 UTC (rev 177386)
+++ PKGBUILD2016-05-28 21:17:53 UTC (rev 177387)
@@ -5,7 +5,7 @@
 # Contributor: Darwin Bautista 
 
 pkgname=soundkonverter
-pkgver=2.2.0
+pkgver=2.2.2
 pkgrel=1
 pkgdesc="Front-end to various audio converters"
 arch=('i686' 'x86_64')
@@ -31,9 +31,8 @@
 'vorbis-tools: vorbis tools backend'
 'wavpack: wavpack backend'
 'sox: sox plugin (change sample rate, various effects)')
-install=$pkgname.install
 
source=("http://kde-apps.org/CONTENT/content-files/29024-${pkgname}-${pkgver}.tar.gz";)
-md5sums=('faa850ed001ae1d858f15e84d1370d9e')
+md5sums=('37bf882550760940050f6cdc9779adbf')
 
 build() {
   cd "$srcdir"/$pkgname-$pkgver

Deleted: soundkonverter.install
===
--- soundkonverter.install  2016-05-28 20:40:52 UTC (rev 177386)
+++ soundkonverter.install  2016-05-28 21:17:53 UTC (rev 177387)
@@ -1,12 +0,0 @@
-post_install() {
-  xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}
-


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

2016-05-28 Thread Laurent Carlier
Date: Saturday, May 28, 2016 @ 23:11:28
  Author: lcarlier
Revision: 268720

upgpkg: vulkan-docs 1:1.0.15-1

upstream update 1.0.15

Modified:
  vulkan-docs/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-05-28 17:41:02 UTC (rev 268719)
+++ PKGBUILD2016-05-28 21:11:28 UTC (rev 268720)
@@ -3,10 +3,10 @@
 
 pkgbase=vulkan-docs
 pkgname=(vulkan-headers vulkan-man-pages)
-pkgver=1.0.13
+pkgver=1.0.15
 epoch=1
 _pkgname=Vulkan-Docs
-_pkgver=1.0-core+wsi-20160513
+_pkgver=1.0-core+wsi-20160527
 pkgrel=1
 arch=(any)
 url="https://www.khronos.org/vulkan/";
@@ -14,7 +14,7 @@
 makedepends=(asciidoc)
 groups=(vulkan-devel)
 
source=("https://github.com/KhronosGroup/${_pkgname}/archive/v${_pkgver}.tar.gz";)
-md5sums=('6ba0939389c0c96e67480b0d06a2704f')
+md5sums=('2443e23914f5e43d6d4755d988431cb9')
 
 build() {
   cd "${_pkgname}-${_pkgver/+/-}/doc/specs/vulkan"


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

2016-05-28 Thread Laurent Carlier
Date: Saturday, May 28, 2016 @ 23:11:34
  Author: lcarlier
Revision: 268721

archrelease: copy trunk to extra-any

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

--+
 PKGBUILD |   88 ++---
 1 file changed, 44 insertions(+), 44 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2016-05-28 21:11:28 UTC (rev 268720)
+++ PKGBUILD2016-05-28 21:11:34 UTC (rev 268721)
@@ -1,44 +0,0 @@
-# $Id$
-# Maintainer: Laurent Carlier 
-
-pkgbase=vulkan-docs
-pkgname=(vulkan-headers vulkan-man-pages)
-pkgver=1.0.13
-epoch=1
-_pkgname=Vulkan-Docs
-_pkgver=1.0-core+wsi-20160513
-pkgrel=1
-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=('6ba0939389c0c96e67480b0d06a2704f')
-
-build() {
-  cd "${_pkgname}-${_pkgver/+/-}/doc/specs/vulkan"
-
-  make manpages
-}
-
-package_vulkan-headers() {
-  pkgdesc="Vulkan header files"
-  cd "${_pkgname}-${_pkgver/+/-}"
-
-  install -dm755 ${pkgdir}/usr/include/vulkan
-  install -m644 src/vulkan/vk_platform.h ${pkgdir}/usr/include/vulkan/
-  install -m644 src/vulkan/vulkan.h ${pkgdir}/usr/include/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
-}

Copied: vulkan-docs/repos/extra-any/PKGBUILD (from rev 268720, 
vulkan-docs/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-05-28 21:11:34 UTC (rev 268721)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Laurent Carlier 
+
+pkgbase=vulkan-docs
+pkgname=(vulkan-headers vulkan-man-pages)
+pkgver=1.0.15
+epoch=1
+_pkgname=Vulkan-Docs
+_pkgver=1.0-core+wsi-20160527
+pkgrel=1
+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=('2443e23914f5e43d6d4755d988431cb9')
+
+build() {
+  cd "${_pkgname}-${_pkgver/+/-}/doc/specs/vulkan"
+
+  make manpages
+}
+
+package_vulkan-headers() {
+  pkgdesc="Vulkan header files"
+  cd "${_pkgname}-${_pkgver/+/-}"
+
+  install -dm755 ${pkgdir}/usr/include/vulkan
+  install -m644 src/vulkan/vk_platform.h ${pkgdir}/usr/include/vulkan/
+  install -m644 src/vulkan/vulkan.h ${pkgdir}/usr/include/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
+}


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

2016-05-28 Thread Alexander Rødseth
Date: Saturday, May 28, 2016 @ 22:40:52
  Author: arodseth
Revision: 177386

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-05-28 20:40:36 UTC (rev 177385)
+++ community-i686/PKGBUILD 2016-05-28 20:40:52 UTC (rev 177386)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Alexander F Rødseth 
-
-pkgname=processing
-pkgver=3.1
-pkgrel=1
-arch=('x86_64' 'i686')
-pkgdesc='Programming environment for creating images, animations and 
interactions'
-url='http://www.processing.org/'
-license=('GPL' 'LGPL')
-depends=('libgl' 'libxxf86vm' 'gstreamer0.10-good-plugins')
-makedepends=('gendesk')
-options=('!strip')
-source_x86_64=("http://download.$pkgname.org/$pkgname-$pkgver-linux64.tgz";)
-source_i686=("http://download.$pkgname.org/$pkgname-$pkgver-linux32.tgz";)
-md5sums_x86_64=('ce0ef29c656565d1b7040fa1c921c507')
-md5sums_i686=('e2592f9e4100143629c333551c33c33e')
-
-prepare() {
-  gendesk -n --pkgname="$pkgname" --pkgdesc="$pkgdesc"
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-  
-  install -d "$pkgdir/usr/bin/" "$pkgdir/usr/share/$pkgname/"
-  cp -r * "$pkgdir/usr/share/$pkgname/"
-  ln -s "/usr/share/$pkgname/$pkgname" "$pkgdir/usr/bin/$pkgname"
-  ln -s "/usr/share/$pkgname/$pkgname-java" "$pkgdir/usr/bin/$pkgname-java"
-
-  # Desktop icon / application shortcut
-  install -Dm644 "lib/icons/pde-128.png" \
-"$pkgdir/usr/share/pixmaps/$pkgname.png"
-  install -Dm644 "$srcdir/$pkgname.desktop" \
-"$pkgdir/usr/share/applications/$pkgname.desktop"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: processing/repos/community-i686/PKGBUILD (from rev 177385, 
processing/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-05-28 20:40:52 UTC (rev 177386)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Alexander F Rødseth 
+
+pkgname=processing
+pkgver=3.1.1
+pkgrel=1
+arch=('x86_64' 'i686')
+pkgdesc='Programming environment for creating images, animations and 
interactions'
+url='http://www.processing.org/'
+license=('GPL' 'LGPL')
+depends=('libgl' 'libxxf86vm' 'gstreamer0.10-good-plugins')
+makedepends=('gendesk')
+options=('!strip')
+source_x86_64=("http://download.$pkgname.org/$pkgname-$pkgver-linux64.tgz";)
+source_i686=("http://download.$pkgname.org/$pkgname-$pkgver-linux32.tgz";)
+md5sums_x86_64=('dfed139710ac8f1c276f444ac29e745a')
+md5sums_i686=('85dab8a70f99ed8b290077d0eb0dde58')
+
+prepare() {
+  gendesk -n --pkgname="$pkgname" --pkgdesc="$pkgdesc"
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  
+  install -d "$pkgdir/usr/bin/" "$pkgdir/usr/share/$pkgname/"
+  cp -r * "$pkgdir/usr/share/$pkgname/"
+  ln -s "/usr/share/$pkgname/$pkgname" "$pkgdir/usr/bin/$pkgname"
+  ln -s "/usr/share/$pkgname/$pkgname-java" "$pkgdir/usr/bin/$pkgname-java"
+
+  # Desktop icon / application shortcut
+  install -Dm644 "lib/icons/pde-128.png" \
+"$pkgdir/usr/share/pixmaps/$pkgname.png"
+  install -Dm644 "$srcdir/$pkgname.desktop" \
+"$pkgdir/usr/share/applications/$pkgname.desktop"
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-05-28 20:40:36 UTC (rev 177385)
+++ community-x86_64/PKGBUILD   2016-05-28 20:40:52 UTC (rev 177386)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Alexander F Rødseth 
-
-pkgname=processing
-pkgver=3.1
-pkgrel=1
-arch=('x86_64' 'i686')
-pkgdesc='Programming environment for creating images, animations and 
interactions'
-url='http://www.processing.org/'
-license=('GPL' 'LGPL')
-depends=('libgl' 'libxxf86vm' 'gstreamer0.10-good-plugins')
-makedepends=('gendesk')
-options=('!strip')
-source_x86_64=("http://download.$pkgname.org/$pkgname-$pkgver-linux64.tgz";)
-source_i686=("http://download.$pkgname.org/$pkgname-$pkgver-linux32.tgz";)
-md5sums_x86_64=('ce0ef29c656565d1b7040fa1c921c507')
-md5sums_i686=('e2592f9e4100143629c333551c33c33e')
-
-prepare() {
-  gendesk -n --pkgname="$pkgname" --pkgdesc="$pkgdesc"
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-  
-  install -d "$pkgdir/usr/bin/" "$pkgdir/usr/share/$pkgname/"
-  cp -r * "$pkgdir/usr/share/$pkgname/"
-  ln -s "/usr/share/$pkgname/$pkgname" "$pkgdir/usr/bin/$pkgname"
-  ln -s "/usr/share/$pkgname/$pkgname-java" "$pkgdi

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

2016-05-28 Thread Alexander Rødseth
Date: Saturday, May 28, 2016 @ 22:40:36
  Author: arodseth
Revision: 177385

upgpkg: processing 3.1.1-1

Modified:
  processing/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-05-28 20:11:43 UTC (rev 177384)
+++ PKGBUILD2016-05-28 20:40:36 UTC (rev 177385)
@@ -2,7 +2,7 @@
 # Maintainer: Alexander F Rødseth 
 
 pkgname=processing
-pkgver=3.1
+pkgver=3.1.1
 pkgrel=1
 arch=('x86_64' 'i686')
 pkgdesc='Programming environment for creating images, animations and 
interactions'
@@ -13,8 +13,8 @@
 options=('!strip')
 source_x86_64=("http://download.$pkgname.org/$pkgname-$pkgver-linux64.tgz";)
 source_i686=("http://download.$pkgname.org/$pkgname-$pkgver-linux32.tgz";)
-md5sums_x86_64=('ce0ef29c656565d1b7040fa1c921c507')
-md5sums_i686=('e2592f9e4100143629c333551c33c33e')
+md5sums_x86_64=('dfed139710ac8f1c276f444ac29e745a')
+md5sums_i686=('85dab8a70f99ed8b290077d0eb0dde58')
 
 prepare() {
   gendesk -n --pkgname="$pkgname" --pkgdesc="$pkgdesc"


[arch-commits] Commit in nemiver/trunk (Ben Iofel.patch Ben_Iofel.patch PKGBUILD)

2016-05-28 Thread Alexander Rødseth
Date: Saturday, May 28, 2016 @ 22:11:31
  Author: arodseth
Revision: 177383

upgpkg: nemiver 0.9.6-4

Added:
  nemiver/trunk/Ben_Iofel.patch
(from rev 177382, nemiver/trunk/Ben Iofel.patch)
Modified:
  nemiver/trunk/PKGBUILD
Deleted:
  nemiver/trunk/Ben Iofel.patch

-+
 Ben Iofel.patch |   27 ---
 Ben_Iofel.patch |   27 +++
 PKGBUILD|4 ++--
 3 files changed, 29 insertions(+), 29 deletions(-)

Deleted: Ben Iofel.patch
===
--- Ben Iofel.patch 2016-05-28 19:56:29 UTC (rev 177382)
+++ Ben Iofel.patch 2016-05-28 20:11:31 UTC (rev 177383)
@@ -1,27 +0,0 @@
-diff --git a/src/dbgengine/nmv-dbg-common.h b/src/dbgengine/nmv-dbg-common.h
-index ad3cc00..0edac7c 100644
 a/src/dbgengine/nmv-dbg-common.h
-+++ b/src/dbgengine/nmv-dbg-common.h
-@@ -171,7 +171,7 @@ public:
- 
- bool has_slot () const
- {
--return m_slot;
-+return static_cast (m_slot);
- }
- 
- template
-diff --git a/src/dbgengine/nmv-i-var-list-walker.h 
b/src/dbgengine/nmv-i-var-list-walker.h
-index b719c0d..f2f3229 100644
 a/src/dbgengine/nmv-i-var-list-walker.h
-+++ b/src/dbgengine/nmv-i-var-list-walker.h
-@@ -22,7 +22,7 @@
-  *
-  *See COPYRIGHT file copyright information.
-  */
--#ifndef __NMV_VAR_LIST_WALKER_H__
-+#ifndef __NMV_I_VAR_LIST_WALKER_H__
- #define __NMV_I_VAR_LIST_WALKER_H__
- 
- #include "nmv-i-var-walker.h"
-

Copied: nemiver/trunk/Ben_Iofel.patch (from rev 177382, nemiver/trunk/Ben 
Iofel.patch)
===
--- Ben_Iofel.patch (rev 0)
+++ Ben_Iofel.patch 2016-05-28 20:11:31 UTC (rev 177383)
@@ -0,0 +1,27 @@
+diff --git a/src/dbgengine/nmv-dbg-common.h b/src/dbgengine/nmv-dbg-common.h
+index ad3cc00..0edac7c 100644
+--- a/src/dbgengine/nmv-dbg-common.h
 b/src/dbgengine/nmv-dbg-common.h
+@@ -171,7 +171,7 @@ public:
+ 
+ bool has_slot () const
+ {
+-return m_slot;
++return static_cast (m_slot);
+ }
+ 
+ template
+diff --git a/src/dbgengine/nmv-i-var-list-walker.h 
b/src/dbgengine/nmv-i-var-list-walker.h
+index b719c0d..f2f3229 100644
+--- a/src/dbgengine/nmv-i-var-list-walker.h
 b/src/dbgengine/nmv-i-var-list-walker.h
+@@ -22,7 +22,7 @@
+  *
+  *See COPYRIGHT file copyright information.
+  */
+-#ifndef __NMV_VAR_LIST_WALKER_H__
++#ifndef __NMV_I_VAR_LIST_WALKER_H__
+ #define __NMV_I_VAR_LIST_WALKER_H__
+ 
+ #include "nmv-i-var-walker.h"
+

Modified: PKGBUILD
===
--- PKGBUILD2016-05-28 19:56:29 UTC (rev 177382)
+++ PKGBUILD2016-05-28 20:11:31 UTC (rev 177383)
@@ -12,7 +12,7 @@
 depends=('gdlmm' 'gdb' 'gtksourceviewmm' 'libgtop' 'vte3' 'ghex')
 makedepends=('boost' 'intltool' 'itstool' 'gconf' 'gnome-common' 'yelp-tools')
 
source=("http://ftp.acc.umu.se/pub/GNOME/sources/nemiver/0.9/$pkgname-$pkgver.tar.xz";
-'Ben Iofel.patch')
+'Ben_Iofel.patch')
 options=('!emptydirs')
 sha256sums=('85ab8cf6c4f83262f441cb0952a6147d075c3c53d0687389a3555e946b694ef2'
 '8b7966ef3be114fe999c1f7764b04f05ae191633bfb005f8e3ea80461e4d6bfd')
@@ -21,7 +21,7 @@
   cd "$pkgname-$pkgver"
 
   NOCONFIGURE=1 AUTOPOINT=intltoolize gnome-autogen.sh
-  patch -p1 -i '../Ben Iofel.patch'
+  patch -p1 -i '../Ben_Iofel.patch'
 }
 
 build() {


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

2016-05-28 Thread Alexander Rødseth
Date: Saturday, May 28, 2016 @ 22:11:43
  Author: arodseth
Revision: 177384

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

Added:
  nemiver/repos/community-i686/Ben_Iofel.patch
(from rev 177383, nemiver/trunk/Ben_Iofel.patch)
  nemiver/repos/community-i686/PKGBUILD
(from rev 177383, nemiver/trunk/PKGBUILD)
  nemiver/repos/community-x86_64/Ben_Iofel.patch
(from rev 177383, nemiver/trunk/Ben_Iofel.patch)
  nemiver/repos/community-x86_64/PKGBUILD
(from rev 177383, nemiver/trunk/PKGBUILD)

--+
 community-i686/Ben_Iofel.patch   |   27 
 community-i686/PKGBUILD  |   49 +
 community-x86_64/Ben_Iofel.patch |   27 
 community-x86_64/PKGBUILD|   49 +
 4 files changed, 152 insertions(+)

Copied: nemiver/repos/community-i686/Ben_Iofel.patch (from rev 177383, 
nemiver/trunk/Ben_Iofel.patch)
===
--- community-i686/Ben_Iofel.patch  (rev 0)
+++ community-i686/Ben_Iofel.patch  2016-05-28 20:11:43 UTC (rev 177384)
@@ -0,0 +1,27 @@
+diff --git a/src/dbgengine/nmv-dbg-common.h b/src/dbgengine/nmv-dbg-common.h
+index ad3cc00..0edac7c 100644
+--- a/src/dbgengine/nmv-dbg-common.h
 b/src/dbgengine/nmv-dbg-common.h
+@@ -171,7 +171,7 @@ public:
+ 
+ bool has_slot () const
+ {
+-return m_slot;
++return static_cast (m_slot);
+ }
+ 
+ template
+diff --git a/src/dbgengine/nmv-i-var-list-walker.h 
b/src/dbgengine/nmv-i-var-list-walker.h
+index b719c0d..f2f3229 100644
+--- a/src/dbgengine/nmv-i-var-list-walker.h
 b/src/dbgengine/nmv-i-var-list-walker.h
+@@ -22,7 +22,7 @@
+  *
+  *See COPYRIGHT file copyright information.
+  */
+-#ifndef __NMV_VAR_LIST_WALKER_H__
++#ifndef __NMV_I_VAR_LIST_WALKER_H__
+ #define __NMV_I_VAR_LIST_WALKER_H__
+ 
+ #include "nmv-i-var-walker.h"
+

Copied: nemiver/repos/community-i686/PKGBUILD (from rev 177383, 
nemiver/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-05-28 20:11:43 UTC (rev 177384)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer: Alexander Rødseth 
+# Contributor: jordz 
+
+pkgname=nemiver
+pkgver=0.9.6
+pkgrel=4
+pkgdesc='C/C++ debugger for GNOME'
+arch=('x86_64' 'i686')
+license=('GPL')
+url='http://www.gnome.org/projects/nemiver/'
+depends=('gdlmm' 'gdb' 'gtksourceviewmm' 'libgtop' 'vte3' 'ghex')
+makedepends=('boost' 'intltool' 'itstool' 'gconf' 'gnome-common' 'yelp-tools')
+source=("http://ftp.acc.umu.se/pub/GNOME/sources/nemiver/0.9/$pkgname-$pkgver.tar.xz";
+'Ben_Iofel.patch')
+options=('!emptydirs')
+sha256sums=('85ab8cf6c4f83262f441cb0952a6147d075c3c53d0687389a3555e946b694ef2'
+'8b7966ef3be114fe999c1f7764b04f05ae191633bfb005f8e3ea80461e4d6bfd')
+
+prepare() {
+  cd "$pkgname-$pkgver"
+
+  NOCONFIGURE=1 AUTOPOINT=intltoolize gnome-autogen.sh
+  patch -p1 -i '../Ben_Iofel.patch'
+}
+
+build() {
+  cd "$pkgname-$pkgver"
+
+  ./configure \
+--prefix=/usr \
+--sysconfdir=/etc \
+--localstatedir=/var \
+--disable-static \
+--with-boost \
+--disable-scrollkeeper \
+--enable-symsvis=yes \
+--enable-memoryview=yes \
+--enable-gsettings=yes \
+--disable-schemas-compile
+  make
+}
+
+package() {
+  make -C "$pkgname-$pkgver" DESTDIR="$pkgdir" install
+}
+
+# getver: git.gnome.org/browse/nemiver/plain/configure.ac
+# vim:set ts=2 sw=2 et:

Copied: nemiver/repos/community-x86_64/Ben_Iofel.patch (from rev 177383, 
nemiver/trunk/Ben_Iofel.patch)
===
--- community-x86_64/Ben_Iofel.patch(rev 0)
+++ community-x86_64/Ben_Iofel.patch2016-05-28 20:11:43 UTC (rev 177384)
@@ -0,0 +1,27 @@
+diff --git a/src/dbgengine/nmv-dbg-common.h b/src/dbgengine/nmv-dbg-common.h
+index ad3cc00..0edac7c 100644
+--- a/src/dbgengine/nmv-dbg-common.h
 b/src/dbgengine/nmv-dbg-common.h
+@@ -171,7 +171,7 @@ public:
+ 
+ bool has_slot () const
+ {
+-return m_slot;
++return static_cast (m_slot);
+ }
+ 
+ template
+diff --git a/src/dbgengine/nmv-i-var-list-walker.h 
b/src/dbgengine/nmv-i-var-list-walker.h
+index b719c0d..f2f3229 100644
+--- a/src/dbgengine/nmv-i-var-list-walker.h
 b/src/dbgengine/nmv-i-var-list-walker.h
+@@ -22,7 +22,7 @@
+  *
+  *See COPYRIGHT file copyright information.
+  */
+-#ifndef __NMV_VAR_LIST_WALKER_H__
++#ifndef __NMV_I_VAR_LIST_WALKER_H__
+ #define __NMV_I_VAR_LIST_WALKER_H__
+ 
+ #include "nmv-i-var-walker.h"
+

Copied: nemiver/repos/community-x86_64/PKGBUILD (from rev 177383, 
nemiver/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD 

[arch-commits] Commit in nemiver/trunk (Ben Iofel.patch PKGBUILD nemiver.install)

2016-05-28 Thread Alexander Rødseth
Date: Saturday, May 28, 2016 @ 21:56:23
  Author: arodseth
Revision: 177381

upgpkg: nemiver 0.9.6-4

Added:
  nemiver/trunk/Ben Iofel.patch
Modified:
  nemiver/trunk/PKGBUILD
Deleted:
  nemiver/trunk/nemiver.install

-+
 Ben |   27 +++
 PKGBUILD|   16 
 nemiver.install |   14 --
 3 files changed, 35 insertions(+), 22 deletions(-)

Added: Ben Iofel.patch
===
--- Ben Iofel.patch (rev 0)
+++ Ben Iofel.patch 2016-05-28 19:56:23 UTC (rev 177381)
@@ -0,0 +1,27 @@
+diff --git a/src/dbgengine/nmv-dbg-common.h b/src/dbgengine/nmv-dbg-common.h
+index ad3cc00..0edac7c 100644
+--- a/src/dbgengine/nmv-dbg-common.h
 b/src/dbgengine/nmv-dbg-common.h
+@@ -171,7 +171,7 @@ public:
+ 
+ bool has_slot () const
+ {
+-return m_slot;
++return static_cast (m_slot);
+ }
+ 
+ template
+diff --git a/src/dbgengine/nmv-i-var-list-walker.h 
b/src/dbgengine/nmv-i-var-list-walker.h
+index b719c0d..f2f3229 100644
+--- a/src/dbgengine/nmv-i-var-list-walker.h
 b/src/dbgengine/nmv-i-var-list-walker.h
+@@ -22,7 +22,7 @@
+  *
+  *See COPYRIGHT file copyright information.
+  */
+-#ifndef __NMV_VAR_LIST_WALKER_H__
++#ifndef __NMV_I_VAR_LIST_WALKER_H__
+ #define __NMV_I_VAR_LIST_WALKER_H__
+ 
+ #include "nmv-i-var-walker.h"
+

Modified: PKGBUILD
===
--- PKGBUILD2016-05-28 19:29:57 UTC (rev 177380)
+++ PKGBUILD2016-05-28 19:56:23 UTC (rev 177381)
@@ -4,22 +4,24 @@
 
 pkgname=nemiver
 pkgver=0.9.6
-pkgrel=3
+pkgrel=4
 pkgdesc='C/C++ debugger for GNOME'
 arch=('x86_64' 'i686')
 license=('GPL')
 url='http://www.gnome.org/projects/nemiver/'
-install="$pkgname.install"
-depends=('gdlmm' 'gdb' 'gtksourceviewmm' 'libgtop' 'vte3' 'ghex' 
'gsettings-desktop-schemas')
+depends=('gdlmm' 'gdb' 'gtksourceviewmm' 'libgtop' 'vte3' 'ghex')
 makedepends=('boost' 'intltool' 'itstool' 'gconf' 'gnome-common' 'yelp-tools')
-source=("http://ftp.acc.umu.se/pub/GNOME/sources/nemiver/0.9/$pkgname-$pkgver.tar.xz";)
+source=("http://ftp.acc.umu.se/pub/GNOME/sources/nemiver/0.9/$pkgname-$pkgver.tar.xz";
+'Ben Iofel.patch')
 options=('!emptydirs')
-sha256sums=('85ab8cf6c4f83262f441cb0952a6147d075c3c53d0687389a3555e946b694ef2')
+sha256sums=('85ab8cf6c4f83262f441cb0952a6147d075c3c53d0687389a3555e946b694ef2'
+'8b7966ef3be114fe999c1f7764b04f05ae191633bfb005f8e3ea80461e4d6bfd')
 
 prepare() {
   cd "$pkgname-$pkgver"
 
   NOCONFIGURE=1 AUTOPOINT=intltoolize gnome-autogen.sh
+  patch -p1 -i '../Ben Iofel.patch'
 }
 
 build() {
@@ -40,9 +42,7 @@
 }
 
 package() {
-  cd "$pkgname-$pkgver"
-
-  make DESTDIR="$pkgdir" install
+  make -C "$pkgname-$pkgver" DESTDIR="$pkgdir" install
 }
 
 # getver: git.gnome.org/browse/nemiver/plain/configure.ac

Deleted: nemiver.install
===
--- nemiver.install 2016-05-28 19:29:57 UTC (rev 177380)
+++ nemiver.install 2016-05-28 19:56:23 UTC (rev 177381)
@@ -1,14 +0,0 @@
-post_install() {
-  glib-compile-schemas /usr/share/glib-2.0/schemas
-  gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}
-
-# vim:set ts=2 sw=2 et:


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

2016-05-28 Thread Alexander Rødseth
Date: Saturday, May 28, 2016 @ 21:56:29
  Author: arodseth
Revision: 177382

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

Deleted:
  nemiver/repos/community-i686/PKGBUILD
  nemiver/repos/community-i686/nemiver.install
  nemiver/repos/community-x86_64/PKGBUILD
  nemiver/repos/community-x86_64/nemiver.install

--+
 community-i686/PKGBUILD  |   49 -
 community-i686/nemiver.install   |   14 --
 community-x86_64/PKGBUILD|   49 -
 community-x86_64/nemiver.install |   14 --
 4 files changed, 126 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-05-28 19:56:23 UTC (rev 177381)
+++ community-i686/PKGBUILD 2016-05-28 19:56:29 UTC (rev 177382)
@@ -1,49 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth 
-# Contributor: jordz 
-
-pkgname=nemiver
-pkgver=0.9.6
-pkgrel=3
-pkgdesc='C/C++ debugger for GNOME'
-arch=('x86_64' 'i686')
-license=('GPL')
-url='http://www.gnome.org/projects/nemiver/'
-install="$pkgname.install"
-depends=('gdlmm' 'gdb' 'gtksourceviewmm' 'libgtop' 'vte3' 'ghex' 
'gsettings-desktop-schemas')
-makedepends=('boost' 'intltool' 'itstool' 'gconf' 'gnome-common' 'yelp-tools')
-source=("http://ftp.acc.umu.se/pub/GNOME/sources/nemiver/0.9/$pkgname-$pkgver.tar.xz";)
-options=('!emptydirs')
-sha256sums=('85ab8cf6c4f83262f441cb0952a6147d075c3c53d0687389a3555e946b694ef2')
-
-prepare() {
-  cd "$pkgname-$pkgver"
-
-  NOCONFIGURE=1 AUTOPOINT=intltoolize gnome-autogen.sh
-}
-
-build() {
-  cd "$pkgname-$pkgver"
-
-  ./configure \
---prefix=/usr \
---sysconfdir=/etc \
---localstatedir=/var \
---disable-static \
---with-boost \
---disable-scrollkeeper \
---enable-symsvis=yes \
---enable-memoryview=yes \
---enable-gsettings=yes \
---disable-schemas-compile
-  make
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-
-  make DESTDIR="$pkgdir" install
-}
-
-# getver: git.gnome.org/browse/nemiver/plain/configure.ac
-# vim:set ts=2 sw=2 et:

Deleted: community-i686/nemiver.install
===
--- community-i686/nemiver.install  2016-05-28 19:56:23 UTC (rev 177381)
+++ community-i686/nemiver.install  2016-05-28 19:56:29 UTC (rev 177382)
@@ -1,14 +0,0 @@
-post_install() {
-  glib-compile-schemas /usr/share/glib-2.0/schemas
-  gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}
-
-# vim:set ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-05-28 19:56:23 UTC (rev 177381)
+++ community-x86_64/PKGBUILD   2016-05-28 19:56:29 UTC (rev 177382)
@@ -1,49 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth 
-# Contributor: jordz 
-
-pkgname=nemiver
-pkgver=0.9.6
-pkgrel=3
-pkgdesc='C/C++ debugger for GNOME'
-arch=('x86_64' 'i686')
-license=('GPL')
-url='http://www.gnome.org/projects/nemiver/'
-install="$pkgname.install"
-depends=('gdlmm' 'gdb' 'gtksourceviewmm' 'libgtop' 'vte3' 'ghex' 
'gsettings-desktop-schemas')
-makedepends=('boost' 'intltool' 'itstool' 'gconf' 'gnome-common' 'yelp-tools')
-source=("http://ftp.acc.umu.se/pub/GNOME/sources/nemiver/0.9/$pkgname-$pkgver.tar.xz";)
-options=('!emptydirs')
-sha256sums=('85ab8cf6c4f83262f441cb0952a6147d075c3c53d0687389a3555e946b694ef2')
-
-prepare() {
-  cd "$pkgname-$pkgver"
-
-  NOCONFIGURE=1 AUTOPOINT=intltoolize gnome-autogen.sh
-}
-
-build() {
-  cd "$pkgname-$pkgver"
-
-  ./configure \
---prefix=/usr \
---sysconfdir=/etc \
---localstatedir=/var \
---disable-static \
---with-boost \
---disable-scrollkeeper \
---enable-symsvis=yes \
---enable-memoryview=yes \
---enable-gsettings=yes \
---disable-schemas-compile
-  make
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-
-  make DESTDIR="$pkgdir" install
-}
-
-# getver: git.gnome.org/browse/nemiver/plain/configure.ac
-# vim:set ts=2 sw=2 et:

Deleted: community-x86_64/nemiver.install
===
--- community-x86_64/nemiver.install2016-05-28 19:56:23 UTC (rev 177381)
+++ community-x86_64/nemiver.install2016-05-28 19:56:29 UTC (rev 177382)
@@ -1,14 +0,0 @@
-post_install() {
-  glib-compile-schemas /usr/share/glib-2.0/schemas
-  gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}
-
-# vim:set ts=2 sw=2 et:


[arch-commits] Commit in gnome-software/repos (5 files)

2016-05-28 Thread Jan Steffens
Date: Saturday, May 28, 2016 @ 21:29:57
  Author: heftig
Revision: 177380

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

Added:
  gnome-software/repos/community-i686/PKGBUILD
(from rev 177379, gnome-software/trunk/PKGBUILD)
  gnome-software/repos/community-x86_64/PKGBUILD
(from rev 177379, gnome-software/trunk/PKGBUILD)
Deleted:
  gnome-software/repos/community-i686/PKGBUILD
  gnome-software/repos/community-x86_64/PKGBUILD
  gnome-software/repos/community-x86_64/gnome-software.install

-+
 /PKGBUILD   |   64 ++
 community-i686/PKGBUILD |   32 ---
 community-x86_64/PKGBUILD   |   33 ---
 community-x86_64/gnome-software.install |   13 --
 4 files changed, 64 insertions(+), 78 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-05-28 19:19:07 UTC (rev 177379)
+++ community-i686/PKGBUILD 2016-05-28 19:29:57 UTC (rev 177380)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Jan de Groot 
-# Contributor: Yosef Or Boczko 
-
-pkgname=gnome-software
-pkgver=3.20.3
-pkgrel=1
-pkgdesc="GNOME Software Tools"
-arch=(i686 x86_64)
-license=('GPL2')
-url="https://wiki.gnome.org/Apps/Software/";
-depends=(gtk3 appstream-glib libsoup gsettings-desktop-schemas gnome-desktop 
packagekit
- desktop-file-utils archlinux-appstream-data gtkspell3)
-makedepends=(intltool python docbook-xsl)
-source=(http://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('4f34ffb3b3468ab0675ce18a73cbfcdf6e21b41ac715bc09d86c40e26f60142c')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
---disable-static --disable-schemas-compile
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="${pkgdir}" install
-
-  # Remove fedora-only plugins
-  rm "${pkgdir}"/usr/lib/gs-plugins-*/libgs_plugin_fedora_tagger*
-}

Copied: gnome-software/repos/community-i686/PKGBUILD (from rev 177379, 
gnome-software/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-05-28 19:29:57 UTC (rev 177380)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Jan de Groot 
+# Contributor: Yosef Or Boczko 
+
+pkgname=gnome-software
+pkgver=3.20.3
+pkgrel=1
+pkgdesc="GNOME Software Tools"
+arch=(i686 x86_64)
+license=('GPL2')
+url="https://wiki.gnome.org/Apps/Software/";
+depends=(gtk3 appstream-glib libsoup gsettings-desktop-schemas gnome-desktop 
packagekit
+ desktop-file-utils archlinux-appstream-data gtkspell3)
+makedepends=(intltool python docbook-xsl)
+source=(http://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('4f34ffb3b3468ab0675ce18a73cbfcdf6e21b41ac715bc09d86c40e26f60142c')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+--disable-static --disable-schemas-compile
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="${pkgdir}" install
+
+  # Remove fedora-only plugins
+  rm "${pkgdir}"/usr/lib/gs-plugins-*/libgs_plugin_fedora_tagger*
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-05-28 19:19:07 UTC (rev 177379)
+++ community-x86_64/PKGBUILD   2016-05-28 19:29:57 UTC (rev 177380)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Jan de Groot 
-# Contributor: Yosef Or Boczko 
-
-pkgname=gnome-software
-pkgver=3.20.1
-pkgrel=1
-pkgdesc="GNOME Software Tools"
-arch=(i686 x86_64)
-license=('GPL2')
-url="https://wiki.gnome.org/Apps/Software/";
-depends=(gtk3 appstream-glib libsoup gsettings-desktop-schemas gnome-desktop 
packagekit
- desktop-file-utils archlinux-appstream-data gtkspell3)
-makedepends=(intltool python)
-install=gnome-software.install
-source=(http://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('c5f5db23322c4cd946cd20735ced01515e4756c3d8cae1f16d24b6bf13197bc6')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
---disable-static --disable-schemas-compile
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="${pkgdir}" install
-
-  # Remove fedora-only plugins
-  rm "${pkgdir}"/usr/lib/gs-plugins-*/libgs_plugin_fedora_tagger*
-}

Copied: gnome-software/repos/community-x86_64/PKGBUILD (from rev 177379, 
gnome-software/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD  

[arch-commits] Commit in gnome-software/repos/community-i686 (3 files)

2016-05-28 Thread Jan Steffens
Date: Saturday, May 28, 2016 @ 21:19:07
  Author: heftig
Revision: 177379

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

Added:
  gnome-software/repos/community-i686/PKGBUILD
(from rev 177378, gnome-software/trunk/PKGBUILD)
Deleted:
  gnome-software/repos/community-i686/PKGBUILD
  gnome-software/repos/community-i686/gnome-software.install

+
 PKGBUILD   |   65 +++
 gnome-software.install |   13 -
 2 files changed, 32 insertions(+), 46 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2016-05-28 19:13:00 UTC (rev 177378)
+++ PKGBUILD2016-05-28 19:19:07 UTC (rev 177379)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Jan de Groot 
-# Contributor: Yosef Or Boczko 
-
-pkgname=gnome-software
-pkgver=3.20.1
-pkgrel=1
-pkgdesc="GNOME Software Tools"
-arch=(i686 x86_64)
-license=('GPL2')
-url="https://wiki.gnome.org/Apps/Software/";
-depends=(gtk3 appstream-glib libsoup gsettings-desktop-schemas gnome-desktop 
packagekit
- desktop-file-utils archlinux-appstream-data gtkspell3)
-makedepends=(intltool python)
-install=gnome-software.install
-source=(http://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('c5f5db23322c4cd946cd20735ced01515e4756c3d8cae1f16d24b6bf13197bc6')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
---disable-static --disable-schemas-compile
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="${pkgdir}" install
-
-  # Remove fedora-only plugins
-  rm "${pkgdir}"/usr/lib/gs-plugins-*/libgs_plugin_fedora_tagger*
-}

Copied: gnome-software/repos/community-i686/PKGBUILD (from rev 177378, 
gnome-software/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-05-28 19:19:07 UTC (rev 177379)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Jan de Groot 
+# Contributor: Yosef Or Boczko 
+
+pkgname=gnome-software
+pkgver=3.20.3
+pkgrel=1
+pkgdesc="GNOME Software Tools"
+arch=(i686 x86_64)
+license=('GPL2')
+url="https://wiki.gnome.org/Apps/Software/";
+depends=(gtk3 appstream-glib libsoup gsettings-desktop-schemas gnome-desktop 
packagekit
+ desktop-file-utils archlinux-appstream-data gtkspell3)
+makedepends=(intltool python docbook-xsl)
+source=(http://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('4f34ffb3b3468ab0675ce18a73cbfcdf6e21b41ac715bc09d86c40e26f60142c')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+--disable-static --disable-schemas-compile
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="${pkgdir}" install
+
+  # Remove fedora-only plugins
+  rm "${pkgdir}"/usr/lib/gs-plugins-*/libgs_plugin_fedora_tagger*
+}

Deleted: gnome-software.install
===
--- gnome-software.install  2016-05-28 19:13:00 UTC (rev 177378)
+++ gnome-software.install  2016-05-28 19:19:07 UTC (rev 177379)
@@ -1,13 +0,0 @@
-post_install() {
-glib-compile-schemas /usr/share/glib-2.0/schemas
-gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
-update-desktop-database -q
-}
-
-post_upgrade() {
-post_install
-}
-
-post_remove() {
-post_install
-}


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

2016-05-28 Thread Jan Steffens
Date: Saturday, May 28, 2016 @ 21:13:00
  Author: heftig
Revision: 177378

build manpage

Modified:
  gnome-software/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-05-28 19:04:47 UTC (rev 177377)
+++ PKGBUILD2016-05-28 19:13:00 UTC (rev 177378)
@@ -12,7 +12,7 @@
 url="https://wiki.gnome.org/Apps/Software/";
 depends=(gtk3 appstream-glib libsoup gsettings-desktop-schemas gnome-desktop 
packagekit
  desktop-file-utils archlinux-appstream-data gtkspell3)
-makedepends=(intltool python)
+makedepends=(intltool python docbook-xsl)
 
source=(http://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
 sha256sums=('4f34ffb3b3468ab0675ce18a73cbfcdf6e21b41ac715bc09d86c40e26f60142c')
 


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

2016-05-28 Thread Jan Steffens
Date: Saturday, May 28, 2016 @ 21:04:47
  Author: heftig
Revision: 177377

remove .install

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

+
 PKGBUILD   |1 -
 gnome-software.install |   13 -
 2 files changed, 14 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-05-28 19:03:41 UTC (rev 177376)
+++ PKGBUILD2016-05-28 19:04:47 UTC (rev 177377)
@@ -13,7 +13,6 @@
 depends=(gtk3 appstream-glib libsoup gsettings-desktop-schemas gnome-desktop 
packagekit
  desktop-file-utils archlinux-appstream-data gtkspell3)
 makedepends=(intltool python)
-install=gnome-software.install
 
source=(http://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
 sha256sums=('4f34ffb3b3468ab0675ce18a73cbfcdf6e21b41ac715bc09d86c40e26f60142c')
 

Deleted: gnome-software.install
===
--- gnome-software.install  2016-05-28 19:03:41 UTC (rev 177376)
+++ gnome-software.install  2016-05-28 19:04:47 UTC (rev 177377)
@@ -1,13 +0,0 @@
-post_install() {
-glib-compile-schemas /usr/share/glib-2.0/schemas
-gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
-update-desktop-database -q
-}
-
-post_upgrade() {
-post_install
-}
-
-post_remove() {
-post_install
-}


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

2016-05-28 Thread Jan Steffens
Date: Saturday, May 28, 2016 @ 21:03:41
  Author: heftig
Revision: 177376

3.20.3-1

Modified:
  gnome-software/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-05-28 17:12:29 UTC (rev 177375)
+++ PKGBUILD2016-05-28 19:03:41 UTC (rev 177376)
@@ -4,7 +4,7 @@
 # Contributor: Yosef Or Boczko 
 
 pkgname=gnome-software
-pkgver=3.20.1
+pkgver=3.20.3
 pkgrel=1
 pkgdesc="GNOME Software Tools"
 arch=(i686 x86_64)
@@ -15,7 +15,7 @@
 makedepends=(intltool python)
 install=gnome-software.install
 
source=(http://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('c5f5db23322c4cd946cd20735ced01515e4756c3d8cae1f16d24b6bf13197bc6')
+sha256sums=('4f34ffb3b3468ab0675ce18a73cbfcdf6e21b41ac715bc09d86c40e26f60142c')
 
 build() {
   cd $pkgname-$pkgver


[arch-commits] Commit in (3 files)

2016-05-28 Thread Antonio Rojas
Date: Saturday, May 28, 2016 @ 19:41:02
  Author: arojas
Revision: 268719

New Qt module

Added:
  qt5-scxml/
  qt5-scxml/kde-unstable/
  qt5-scxml/kde-unstable/PKGBUILD

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

Added: qt5-scxml/kde-unstable/PKGBUILD
===
--- qt5-scxml/kde-unstable/PKGBUILD (rev 0)
+++ qt5-scxml/kde-unstable/PKGBUILD 2016-05-28 17:41:02 UTC (rev 268719)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+
+pkgname=qt5-scxml
+_qtver=5.7.0-rc
+pkgver=${_qtver/-/}
+pkgrel=1
+arch=('i686' 'x86_64')
+url='http://qt-project.org/'
+license=('GPL3' 'LGPL' 'FDL' 'custom')
+pkgdesc='Static and runtime integration of SCXML models into Qt code'
+depends=('qt5-declarative')
+makedepends=()
+conflicts=('qt')
+groups=('qt' 'qt5')
+_pkgfqn="${pkgname/5-/}-opensource-src-${_qtver}"
+source=("http://download.qt.io/development_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz";)
+md5sums=('fa4d8e98b8a155df55aa53102236c7c5')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+
+  qmake ../${_pkgfqn}
+  make
+}
+
+package() {
+  cd build
+  make INSTALL_ROOT="$pkgdir" install
+
+  # Drop QMAKE_PRL_BUILD_DIR because reference the build dir
+  find "$pkgdir/usr/lib" -type f -name '*.prl' \
+-exec sed -i -e '/^QMAKE_PRL_BUILD_DIR/d' {} \;
+
+  install -d "$pkgdir"/usr/share/licenses
+  ln -s /usr/share/licenses/qt5-base "$pkgdir"/usr/share/licenses/${pkgname}
+}


Property changes on: qt5-scxml/kde-unstable/PKGBUILD
___
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property


[arch-commits] Commit in xfce4-whiskermenu-plugin/repos (6 files)

2016-05-28 Thread Alexander Rødseth
Date: Saturday, May 28, 2016 @ 19:12:29
  Author: arodseth
Revision: 177375

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

Added:
  xfce4-whiskermenu-plugin/repos/community-i686/PKGBUILD
(from rev 177374, xfce4-whiskermenu-plugin/trunk/PKGBUILD)
  xfce4-whiskermenu-plugin/repos/community-x86_64/PKGBUILD
(from rev 177374, xfce4-whiskermenu-plugin/trunk/PKGBUILD)
Deleted:
  xfce4-whiskermenu-plugin/repos/community-i686/PKGBUILD
  xfce4-whiskermenu-plugin/repos/community-i686/xfce4-whiskermenu-plugin.install
  xfce4-whiskermenu-plugin/repos/community-x86_64/PKGBUILD
  
xfce4-whiskermenu-plugin/repos/community-x86_64/xfce4-whiskermenu-plugin.install

---+
 /PKGBUILD |   68 
 community-i686/PKGBUILD   |   34 --
 community-i686/xfce4-whiskermenu-plugin.install   |   13 ---
 community-x86_64/PKGBUILD |   34 --
 community-x86_64/xfce4-whiskermenu-plugin.install |   13 ---
 5 files changed, 68 insertions(+), 94 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-05-28 17:12:16 UTC (rev 177374)
+++ community-i686/PKGBUILD 2016-05-28 17:12:29 UTC (rev 177375)
@@ -1,34 +0,0 @@
-# $Id: PKGBUILD 123401 2014-12-03 12:28:05Z arodseth $
-# Maintainer: Alexander F Rødseth 
-# Contributor: Graeme Gott 
-
-pkgname=xfce4-whiskermenu-plugin
-pkgver=1.5.3
-pkgrel=1
-pkgdesc='Alternate menu for Xfce4'
-arch=('x86_64' 'i686')
-url="http://gottcode.org/xfce4-whiskermenu-plugin/";
-groups=('xfce4-goodies')
-license=('GPL2')
-depends=('xfce4-panel')
-makedepends=('cmake')
-install="$pkgname.install"
-source=("http://gottcode.org/$pkgname/$pkgname-$pkgver.tar.bz2";)
-source=("http://mirror.netcologne.de/xfce/src/panel-plugins/xfce4-whiskermenu-plugin/${pkgver%.*}/xfce4-whiskermenu-plugin-$pkgver.tar.bz2";)
-sha256sums=('68a8273395671d5163fd8cd9a73755ef03d4ea74891204498a21582a9c2e925b')
-
-build() {
-  cd "$pkgname-$pkgver"
-
-  cmake \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib
-  make
-}
-
-package() {
-  make -C "$pkgname-$pkgver" install DESTDIR="$pkgdir"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: xfce4-whiskermenu-plugin/repos/community-i686/PKGBUILD (from rev 
177374, xfce4-whiskermenu-plugin/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-05-28 17:12:29 UTC (rev 177375)
@@ -0,0 +1,34 @@
+# $Id: PKGBUILD 123401 2014-12-03 12:28:05Z arodseth $
+# Maintainer: Alexander F Rødseth 
+# Contributor: Graeme Gott 
+
+pkgname=xfce4-whiskermenu-plugin
+pkgver=1.5.3
+pkgrel=2
+pkgdesc='Alternate menu for Xfce4'
+arch=('x86_64' 'i686')
+url='http://gottcode.org/xfce4-whiskermenu-plugin/'
+groups=('xfce4-goodies')
+license=('GPL2')
+depends=('xfce4-panel')
+makedepends=('cmake' 'ninja')
+#source=("http://gottcode.org/$pkgname/$pkgname-$pkgver.tar.bz2";)
+source=("http://mirror.netcologne.de/xfce/src/panel-plugins/xfce4-whiskermenu-plugin/${pkgver%.*}/xfce4-whiskermenu-plugin-$pkgver.tar.bz2";)
+sha256sums=('68a8273395671d5163fd8cd9a73755ef03d4ea74891204498a21582a9c2e925b')
+
+build() {
+  mkdir -p build
+  cd build
+  cmake "$srcdir/$pkgname-$pkgver" \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-GNinja
+  ninja
+}
+
+package() {
+  DESTDIR="$pkgdir" ninja -C build install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-i686/xfce4-whiskermenu-plugin.install
===
--- community-i686/xfce4-whiskermenu-plugin.install 2016-05-28 17:12:16 UTC 
(rev 177374)
+++ community-i686/xfce4-whiskermenu-plugin.install 2016-05-28 17:12:29 UTC 
(rev 177375)
@@ -1,13 +0,0 @@
-post_install() {
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}
-
-# vim:set ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-05-28 17:12:16 UTC (rev 177374)
+++ community-x86_64/PKGBUILD   2016-05-28 17:12:29 UTC (rev 177375)
@@ -1,34 +0,0 @@
-# $Id: PKGBUILD 123401 2014-12-03 12:28:05Z arodseth $
-# Maintainer: Alexander F Rødseth 
-# Contributor: Graeme Gott 
-
-pkgname=xfce4-whiskermenu-plugin
-pkgver=1.5.3
-pkgrel=1
-pkgdesc='Alternate menu for Xfce4'
-arch=('x86_64' 'i686')
-url="http://gottcode.org/xfce4-whiskermenu-plugin/";
-groups=('xfce4-goodies')
-license=('GPL2')
-depends=('xfce4-panel')
-makedepends=('cmake')
-install="$pkgname.install"
-source=("http://gottcode.org/$pkgname/$pkgname-$pkgver.tar.bz2";)
-source=("http://mirror.netcologne.de/xfce/src/panel-plugins/xf

[arch-commits] Commit in xfce4-whiskermenu-plugin/trunk (2 files)

2016-05-28 Thread Alexander Rødseth
Date: Saturday, May 28, 2016 @ 19:12:16
  Author: arodseth
Revision: 177374

upgpkg: xfce4-whiskermenu-plugin 1.5.3-2

Modified:
  xfce4-whiskermenu-plugin/trunk/PKGBUILD
Deleted:
  xfce4-whiskermenu-plugin/trunk/xfce4-whiskermenu-plugin.install

--+
 PKGBUILD |   22 +++---
 xfce4-whiskermenu-plugin.install |   13 -
 2 files changed, 11 insertions(+), 24 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-05-28 16:28:08 UTC (rev 177373)
+++ PKGBUILD2016-05-28 17:12:16 UTC (rev 177374)
@@ -4,31 +4,31 @@
 
 pkgname=xfce4-whiskermenu-plugin
 pkgver=1.5.3
-pkgrel=1
+pkgrel=2
 pkgdesc='Alternate menu for Xfce4'
 arch=('x86_64' 'i686')
-url="http://gottcode.org/xfce4-whiskermenu-plugin/";
+url='http://gottcode.org/xfce4-whiskermenu-plugin/'
 groups=('xfce4-goodies')
 license=('GPL2')
 depends=('xfce4-panel')
-makedepends=('cmake')
-install="$pkgname.install"
-source=("http://gottcode.org/$pkgname/$pkgname-$pkgver.tar.bz2";)
+makedepends=('cmake' 'ninja')
+#source=("http://gottcode.org/$pkgname/$pkgname-$pkgver.tar.bz2";)
 
source=("http://mirror.netcologne.de/xfce/src/panel-plugins/xfce4-whiskermenu-plugin/${pkgver%.*}/xfce4-whiskermenu-plugin-$pkgver.tar.bz2";)
 sha256sums=('68a8273395671d5163fd8cd9a73755ef03d4ea74891204498a21582a9c2e925b')
 
 build() {
-  cd "$pkgname-$pkgver"
-
-  cmake \
+  mkdir -p build
+  cd build
+  cmake "$srcdir/$pkgname-$pkgver" \
 -DCMAKE_BUILD_TYPE=Release \
 -DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib
-  make
+-DCMAKE_INSTALL_LIBDIR=lib \
+-GNinja
+  ninja
 }
 
 package() {
-  make -C "$pkgname-$pkgver" install DESTDIR="$pkgdir"
+  DESTDIR="$pkgdir" ninja -C build install
 }
 
 # vim:set ts=2 sw=2 et:

Deleted: xfce4-whiskermenu-plugin.install
===
--- xfce4-whiskermenu-plugin.install2016-05-28 16:28:08 UTC (rev 177373)
+++ xfce4-whiskermenu-plugin.install2016-05-28 17:12:16 UTC (rev 177374)
@@ -1,13 +0,0 @@
-post_install() {
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}
-
-# vim:set ts=2 sw=2 et:


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

2016-05-28 Thread Jan Steffens
Date: Saturday, May 28, 2016 @ 18:38:20
  Author: heftig
Revision: 268718

archrelease: copy trunk to extra-any

Added:
  devtools/repos/extra-any/PKGBUILD
(from rev 268717, devtools/trunk/PKGBUILD)
Deleted:
  devtools/repos/extra-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2016-05-28 16:37:39 UTC (rev 268717)
+++ PKGBUILD2016-05-28 16:38:20 UTC (rev 268718)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Pierre Schmitz 
-
-pkgname=devtools
-pkgver=20160527.1
-pkgrel=1
-pkgdesc='Tools for Arch Linux package maintainers'
-arch=('any')
-license=('GPL')
-url='http://projects.archlinux.org/devtools.git/'
-depends=('namcap' 'openssh' 'subversion' 'rsync' 'arch-install-scripts')
-source=("https://sources.archlinux.org/other/$pkgname/$pkgname-$pkgver.tar.gz"{,.sig})
-validpgpkeys=('487EACC08557AD082088DABA1EB2638FF56C0C53'
-  '4AA4767BBC9C4B1D18AE28B77F2D434B9741E8AC'
-  '86CFFCA918CF3AF47147588051E8B148AC34'
-  '8FC15A064950A99DD1BD14DD39E4B877E62EB915')
-md5sums=('26e70a91814eadaf0f77f8cf0f1e5deb'
- 'SKIP')
-
-build() {
-   cd "${pkgname}-${pkgver}"
-   make PREFIX=/usr
-}
-
-package() {
-   cd "${pkgname}-${pkgver}"
-   make PREFIX=/usr DESTDIR=${pkgdir} install
-}

Copied: devtools/repos/extra-any/PKGBUILD (from rev 268717, 
devtools/trunk/PKGBUILD)
===
--- PKGBUILD    (rev 0)
+++ PKGBUILD2016-05-28 16:38:20 UTC (rev 268718)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Pierre Schmitz 
+
+pkgname=devtools
+pkgver=20160528
+pkgrel=1
+pkgdesc='Tools for Arch Linux package maintainers'
+arch=('any')
+license=('GPL')
+url='http://projects.archlinux.org/devtools.git/'
+depends=('namcap' 'openssh' 'subversion' 'rsync' 'arch-install-scripts')
+source=("https://sources.archlinux.org/other/$pkgname/$pkgname-$pkgver.tar.gz"{,.sig})
+validpgpkeys=('487EACC08557AD082088DABA1EB2638FF56C0C53'
+  '4AA4767BBC9C4B1D18AE28B77F2D434B9741E8AC'
+  '86CFFCA918CF3AF47147588051E8B148AC34'
+  '8FC15A064950A99DD1BD14DD39E4B877E62EB915'
+  '8218F88849AAC522E94CF470A5E9288C4FA415FA')
+md5sums=('aa2ec2fd3a377fb5a1e7b0d2e491f99b'
+ 'SKIP')
+
+build() {
+   cd "${pkgname}-${pkgver}"
+   make PREFIX=/usr
+}
+
+package() {
+   cd "${pkgname}-${pkgver}"
+   make PREFIX=/usr DESTDIR=${pkgdir} install
+}


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

2016-05-28 Thread Jan Steffens
Date: Saturday, May 28, 2016 @ 18:37:39
  Author: heftig
Revision: 268717

20160528-1

Modified:
  devtools/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-05-28 16:26:08 UTC (rev 268716)
+++ PKGBUILD2016-05-28 16:37:39 UTC (rev 268717)
@@ -2,7 +2,7 @@
 # Maintainer: Pierre Schmitz 
 
 pkgname=devtools
-pkgver=20160527.1
+pkgver=20160528
 pkgrel=1
 pkgdesc='Tools for Arch Linux package maintainers'
 arch=('any')
@@ -13,8 +13,9 @@
 validpgpkeys=('487EACC08557AD082088DABA1EB2638FF56C0C53'
   '4AA4767BBC9C4B1D18AE28B77F2D434B9741E8AC'
   '86CFFCA918CF3AF47147588051E8B148AC34'
-  '8FC15A064950A99DD1BD14DD39E4B877E62EB915')
-md5sums=('26e70a91814eadaf0f77f8cf0f1e5deb'
+  '8FC15A064950A99DD1BD14DD39E4B877E62EB915'
+  '8218F88849AAC522E94CF470A5E9288C4FA415FA')
+md5sums=('aa2ec2fd3a377fb5a1e7b0d2e491f99b'
  'SKIP')
 
 build() {


[arch-commits] Commit in gitlab/repos (68 files)

2016-05-28 Thread Sven-Hendrik Haase
Date: Saturday, May 28, 2016 @ 18:28:08
  Author: svenstaro
Revision: 177373

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

Added:
  gitlab/repos/community-i686/PKGBUILD
(from rev 177372, gitlab/trunk/PKGBUILD)
  gitlab/repos/community-i686/apache-ssl.conf.example
(from rev 177372, gitlab/trunk/apache-ssl.conf.example)
  gitlab/repos/community-i686/apache.conf.example
(from rev 177372, gitlab/trunk/apache.conf.example)
  gitlab/repos/community-i686/apache2.2-ssl.conf.example
(from rev 177372, gitlab/trunk/apache2.2-ssl.conf.example)
  gitlab/repos/community-i686/apache2.2.conf.example
(from rev 177372, gitlab/trunk/apache2.2.conf.example)
  gitlab/repos/community-i686/gitlab-backup.service
(from rev 177372, gitlab/trunk/gitlab-backup.service)
  gitlab/repos/community-i686/gitlab-backup.timer
(from rev 177372, gitlab/trunk/gitlab-backup.timer)
  gitlab/repos/community-i686/gitlab-mailroom.service
(from rev 177372, gitlab/trunk/gitlab-mailroom.service)
  gitlab/repos/community-i686/gitlab-sidekiq.service
(from rev 177372, gitlab/trunk/gitlab-sidekiq.service)
  gitlab/repos/community-i686/gitlab-unicorn.service
(from rev 177372, gitlab/trunk/gitlab-unicorn.service)
  gitlab/repos/community-i686/gitlab.install
(from rev 177372, gitlab/trunk/gitlab.install)
  gitlab/repos/community-i686/gitlab.logrotate
(from rev 177372, gitlab/trunk/gitlab.logrotate)
  gitlab/repos/community-i686/gitlab.target
(from rev 177372, gitlab/trunk/gitlab.target)
  gitlab/repos/community-i686/gitlab.tmpfiles.d
(from rev 177372, gitlab/trunk/gitlab.tmpfiles.d)
  gitlab/repos/community-i686/lighttpd.conf.example
(from rev 177372, gitlab/trunk/lighttpd.conf.example)
  gitlab/repos/community-i686/nginx-ssl.conf.example
(from rev 177372, gitlab/trunk/nginx-ssl.conf.example)
  gitlab/repos/community-i686/nginx.conf.example
(from rev 177372, gitlab/trunk/nginx.conf.example)
  gitlab/repos/community-x86_64/PKGBUILD
(from rev 177372, gitlab/trunk/PKGBUILD)
  gitlab/repos/community-x86_64/apache-ssl.conf.example
(from rev 177372, gitlab/trunk/apache-ssl.conf.example)
  gitlab/repos/community-x86_64/apache.conf.example
(from rev 177372, gitlab/trunk/apache.conf.example)
  gitlab/repos/community-x86_64/apache2.2-ssl.conf.example
(from rev 177372, gitlab/trunk/apache2.2-ssl.conf.example)
  gitlab/repos/community-x86_64/apache2.2.conf.example
(from rev 177372, gitlab/trunk/apache2.2.conf.example)
  gitlab/repos/community-x86_64/gitlab-backup.service
(from rev 177372, gitlab/trunk/gitlab-backup.service)
  gitlab/repos/community-x86_64/gitlab-backup.timer
(from rev 177372, gitlab/trunk/gitlab-backup.timer)
  gitlab/repos/community-x86_64/gitlab-mailroom.service
(from rev 177372, gitlab/trunk/gitlab-mailroom.service)
  gitlab/repos/community-x86_64/gitlab-sidekiq.service
(from rev 177372, gitlab/trunk/gitlab-sidekiq.service)
  gitlab/repos/community-x86_64/gitlab-unicorn.service
(from rev 177372, gitlab/trunk/gitlab-unicorn.service)
  gitlab/repos/community-x86_64/gitlab.install
(from rev 177372, gitlab/trunk/gitlab.install)
  gitlab/repos/community-x86_64/gitlab.logrotate
(from rev 177372, gitlab/trunk/gitlab.logrotate)
  gitlab/repos/community-x86_64/gitlab.target
(from rev 177372, gitlab/trunk/gitlab.target)
  gitlab/repos/community-x86_64/gitlab.tmpfiles.d
(from rev 177372, gitlab/trunk/gitlab.tmpfiles.d)
  gitlab/repos/community-x86_64/lighttpd.conf.example
(from rev 177372, gitlab/trunk/lighttpd.conf.example)
  gitlab/repos/community-x86_64/nginx-ssl.conf.example
(from rev 177372, gitlab/trunk/nginx-ssl.conf.example)
  gitlab/repos/community-x86_64/nginx.conf.example
(from rev 177372, gitlab/trunk/nginx.conf.example)
Deleted:
  gitlab/repos/community-i686/PKGBUILD
  gitlab/repos/community-i686/apache-ssl.conf.example
  gitlab/repos/community-i686/apache.conf.example
  gitlab/repos/community-i686/apache2.2-ssl.conf.example
  gitlab/repos/community-i686/apache2.2.conf.example
  gitlab/repos/community-i686/gitlab-backup.service
  gitlab/repos/community-i686/gitlab-backup.timer
  gitlab/repos/community-i686/gitlab-mailroom.service
  gitlab/repos/community-i686/gitlab-sidekiq.service
  gitlab/repos/community-i686/gitlab-unicorn.service
  gitlab/repos/community-i686/gitlab.install
  gitlab/repos/community-i686/gitlab.logrotate
  gitlab/repos/community-i686/gitlab.target
  gitlab/repos/community-i686/gitlab.tmpfiles.d
  gitlab/repos/community-i686/lighttpd.conf.example
  gitlab/repos/community-i686/nginx-ssl.conf.example
  gitlab/repos/community-i686/nginx.conf.example
  gitlab/repos/community-x86_64/PKGBUILD
  gitlab/repos/community-x86_64/apache-ssl.conf.example
  gitlab/repos/community-x86_64/apache.conf.example
  gitlab/repos/community-x86_64/apache2.2-ssl.conf.example
  gitlab/repos/community-x86_64/apache2.2.conf.example
  gitlab/repos/community-x86_64/gitlab-backup.service
  gitlab/repos/commu

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

2016-05-28 Thread Sven-Hendrik Haase
Date: Saturday, May 28, 2016 @ 18:27:39
  Author: svenstaro
Revision: 177372

upgpkg: gitlab 8.8.2-4

Fix ruby-2.1 sed

Modified:
  gitlab/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-05-28 11:59:08 UTC (rev 177371)
+++ PKGBUILD2016-05-28 16:27:39 UTC (rev 177372)
@@ -8,7 +8,7 @@
 
 pkgname=gitlab
 pkgver=8.8.2
-pkgrel=3
+pkgrel=4
 pkgdesc="Project management and code hosting application"
 arch=('i686' 'x86_64')
 url="https://gitlab.com/gitlab-org/gitlab-ce/tree/master#README";
@@ -160,7 +160,7 @@
 
   # Fix for ruby-2.1 and bundle-2.1
   sed -i "s|bundle|bundle-2.1|g" 
"${pkgdir}${_datadir}/lib/tasks/gitlab/check.rake"
-  grep -rl "bin/env ruby" "${pkgdir}${_datadir}" | xargs sed -i "s|bin/env 
ruby|bin/env ruby-2.1|g"
+  grep -rl "bin/env ruby" "${pkgdir}${_datadir}" | xargs sed -i "s|bin/env 
ruby$|bin/env ruby-2.1|g"
   
   # Install config files
   for config_file in application.rb gitlab.yml unicorn.rb resque.yml; do


[arch-commits] Commit in systemd/repos (36 files)

2016-05-28 Thread Christian Hesse
Date: Saturday, May 28, 2016 @ 18:26:08
  Author: eworm
Revision: 268716

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

Added:
  systemd/repos/testing-i686/PKGBUILD
(from rev 268715, systemd/trunk/PKGBUILD)
  systemd/repos/testing-i686/arch.conf
(from rev 268715, systemd/trunk/arch.conf)
  systemd/repos/testing-i686/initcpio-hook-udev
(from rev 268715, systemd/trunk/initcpio-hook-udev)
  systemd/repos/testing-i686/initcpio-install-systemd
(from rev 268715, systemd/trunk/initcpio-install-systemd)
  systemd/repos/testing-i686/initcpio-install-udev
(from rev 268715, systemd/trunk/initcpio-install-udev)
  systemd/repos/testing-i686/loader.conf
(from rev 268715, systemd/trunk/loader.conf)
  systemd/repos/testing-i686/splash-arch.bmp
(from rev 268715, systemd/trunk/splash-arch.bmp)
  systemd/repos/testing-i686/systemd.install
(from rev 268715, systemd/trunk/systemd.install)
  systemd/repos/testing-i686/udev-hwdb.hook
(from rev 268715, systemd/trunk/udev-hwdb.hook)
  systemd/repos/testing-x86_64/PKGBUILD
(from rev 268715, systemd/trunk/PKGBUILD)
  systemd/repos/testing-x86_64/arch.conf
(from rev 268715, systemd/trunk/arch.conf)
  systemd/repos/testing-x86_64/initcpio-hook-udev
(from rev 268715, systemd/trunk/initcpio-hook-udev)
  systemd/repos/testing-x86_64/initcpio-install-systemd
(from rev 268715, systemd/trunk/initcpio-install-systemd)
  systemd/repos/testing-x86_64/initcpio-install-udev
(from rev 268715, systemd/trunk/initcpio-install-udev)
  systemd/repos/testing-x86_64/loader.conf
(from rev 268715, systemd/trunk/loader.conf)
  systemd/repos/testing-x86_64/splash-arch.bmp
(from rev 268715, systemd/trunk/splash-arch.bmp)
  systemd/repos/testing-x86_64/systemd.install
(from rev 268715, systemd/trunk/systemd.install)
  systemd/repos/testing-x86_64/udev-hwdb.hook
(from rev 268715, systemd/trunk/udev-hwdb.hook)
Deleted:
  systemd/repos/testing-i686/PKGBUILD
  systemd/repos/testing-i686/arch.conf
  systemd/repos/testing-i686/initcpio-hook-udev
  systemd/repos/testing-i686/initcpio-install-systemd
  systemd/repos/testing-i686/initcpio-install-udev
  systemd/repos/testing-i686/loader.conf
  systemd/repos/testing-i686/splash-arch.bmp
  systemd/repos/testing-i686/systemd.install
  systemd/repos/testing-i686/udev-hwdb.hook
  systemd/repos/testing-x86_64/PKGBUILD
  systemd/repos/testing-x86_64/arch.conf
  systemd/repos/testing-x86_64/initcpio-hook-udev
  systemd/repos/testing-x86_64/initcpio-install-systemd
  systemd/repos/testing-x86_64/initcpio-install-udev
  systemd/repos/testing-x86_64/loader.conf
  systemd/repos/testing-x86_64/splash-arch.bmp
  systemd/repos/testing-x86_64/systemd.install
  systemd/repos/testing-x86_64/udev-hwdb.hook

-+
 /PKGBUILD   |  392 
 /arch.conf  |   14 +
 /initcpio-hook-udev |   44 +++
 /initcpio-install-systemd   |  338 
 /initcpio-install-udev  |   56 
 /loader.conf|2 
 /systemd.install|  418 ++
 /udev-hwdb.hook |   22 +
 testing-i686/PKGBUILD   |  188 -
 testing-i686/arch.conf  |7 
 testing-i686/initcpio-hook-udev |   22 -
 testing-i686/initcpio-install-systemd   |  171 
 testing-i686/initcpio-install-udev  |   28 --
 testing-i686/loader.conf|1 
 testing-i686/systemd.install|  209 ---
 testing-i686/udev-hwdb.hook |   11 
 testing-x86_64/PKGBUILD |  188 -
 testing-x86_64/arch.conf|7 
 testing-x86_64/initcpio-hook-udev   |   22 -
 testing-x86_64/initcpio-install-systemd |  171 
 testing-x86_64/initcpio-install-udev|   28 --
 testing-x86_64/loader.conf  |1 
 testing-x86_64/systemd.install  |  209 ---
 testing-x86_64/udev-hwdb.hook   |   11 
 24 files changed, 1286 insertions(+), 1274 deletions(-)

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


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

2016-05-28 Thread Christian Hesse
Date: Saturday, May 28, 2016 @ 18:25:52
  Author: eworm
Revision: 268715

upgpkg: systemd 230-3

* update md5sum from last commit
* apply 'systemctl: fix return values on success' FS#49481

Modified:
  systemd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-05-28 15:06:54 UTC (rev 268714)
+++ PKGBUILD2016-05-28 16:25:52 UTC (rev 268715)
@@ -4,7 +4,7 @@
 pkgbase=systemd
 pkgname=('systemd' 'libsystemd' 'systemd-sysvcompat')
 pkgver=230
-pkgrel=2
+pkgrel=3
 arch=('i686' 'x86_64')
 url="http://www.freedesktop.org/wiki/Software/systemd";
 makedepends=('acl' 'cryptsetup' 'docbook-xsl' 'gperf' 'lz4' 'xz' 'pam' 'libelf'
@@ -22,7 +22,7 @@
 'udev-hwdb.hook')
 md5sums=('SKIP'
  '90ea67a7bb237502094914622a39e281'
- '19185c46811f7e056a760864870bfb4c'
+ 'cfb3f8ea657ab24535cc061bb38ec4c1'
  '1b3aa3a0551b08af9305d33f85b5c2fc'
  '20ead378f5d6df4b2a3e670301510a7d'
  'ddaef54f68f6c86c6c07835fc668f62a'
@@ -35,6 +35,9 @@
 
   # {machine,system}ctl: always pass &changes and &n_changes (#3350)
   acc0269cad31d1aaef2034a055b34c07c88a353d
+
+  # systemctl: fix return values on success
+  5f056378b0ceffb6e6fba3513f7eae72e2d09dc8
 )
 
 prepare() {


[arch-commits] Commit in (84 files)

2016-05-28 Thread Antonio Rojas
Date: Saturday, May 28, 2016 @ 17:06:54
  Author: arojas
Revision: 268714

Prepare Qt 5.7 RC

Added:
  qt5-3d/kde-unstable/
  qt5-3d/kde-unstable/PKGBUILD
(from rev 261861, qt5-3d/trunk/PKGBUILD)
  qt5-base/kde-unstable/
  qt5-base/kde-unstable/PKGBUILD
(from rev 268546, qt5-base/trunk/PKGBUILD)
  qt5-base/kde-unstable/rebuild.list
(from rev 268236, qt5-base/trunk/rebuild.list)
  qt5-canvas3d/kde-unstable/
  qt5-canvas3d/kde-unstable/PKGBUILD
(from rev 261861, qt5-canvas3d/trunk/PKGBUILD)
  qt5-connectivity/kde-unstable/
  qt5-connectivity/kde-unstable/PKGBUILD
(from rev 261861, qt5-connectivity/trunk/PKGBUILD)
  qt5-declarative/kde-unstable/
  qt5-doc/kde-unstable/
  qt5-doc/kde-unstable/PKGBUILD
(from rev 267943, qt5-doc/trunk/PKGBUILD)
  qt5-enginio/kde-unstable/
  qt5-enginio/kde-unstable/PKGBUILD
(from rev 263184, qt5-enginio/trunk/PKGBUILD)
  qt5-examples/kde-unstable/
  qt5-examples/kde-unstable/PKGBUILD
(from rev 263974, qt5-examples/trunk/PKGBUILD)
  qt5-graphicaleffects/kde-unstable/
  qt5-graphicaleffects/kde-unstable/PKGBUILD
(from rev 261861, qt5-graphicaleffects/trunk/PKGBUILD)
  qt5-imageformats/kde-unstable/
  qt5-imageformats/kde-unstable/PKGBUILD
(from rev 266784, qt5-imageformats/trunk/PKGBUILD)
  qt5-location/kde-unstable/
  qt5-location/kde-unstable/PKGBUILD
(from rev 261861, qt5-location/trunk/PKGBUILD)
  qt5-multimedia/kde-unstable/
  qt5-multimedia/kde-unstable/PKGBUILD
(from rev 261861, qt5-multimedia/trunk/PKGBUILD)
  qt5-quickcontrols/kde-unstable/
  qt5-quickcontrols/kde-unstable/PKGBUILD
(from rev 261861, qt5-quickcontrols/trunk/PKGBUILD)
  qt5-quickcontrols2/kde-unstable/
  qt5-script/kde-unstable/
  qt5-script/kde-unstable/PKGBUILD
(from rev 261861, qt5-script/trunk/PKGBUILD)
  qt5-sensors/kde-unstable/
  qt5-sensors/kde-unstable/PKGBUILD
(from rev 261861, qt5-sensors/trunk/PKGBUILD)
  qt5-serialbus/kde-unstable/
  qt5-serialbus/kde-unstable/PKGBUILD
(from rev 261861, qt5-serialbus/trunk/PKGBUILD)
  qt5-serialport/kde-unstable/
  qt5-serialport/kde-unstable/PKGBUILD
(from rev 261861, qt5-serialport/trunk/PKGBUILD)
  qt5-svg/kde-unstable/
  qt5-svg/kde-unstable/PKGBUILD
(from rev 261861, qt5-svg/trunk/PKGBUILD)
  qt5-tools/kde-unstable/
  qt5-translations/kde-unstable/
  qt5-virtualkeyboard/kde-unstable/
  qt5-wayland/kde-unstable/
  qt5-webchannel/kde-unstable/
  qt5-webchannel/kde-unstable/PKGBUILD
(from rev 261861, qt5-webchannel/trunk/PKGBUILD)
  qt5-webengine/kde-unstable/
  qt5-webengine/kde-unstable/PKGBUILD
(from rev 263194, qt5-webengine/trunk/PKGBUILD)
  qt5-webengine/kde-unstable/qt5-webengine-nss.patch
(from rev 260955, qt5-webengine/trunk/qt5-webengine-nss.patch)
  qt5-websockets/kde-unstable/
  qt5-x11extras/kde-unstable/
  qt5-x11extras/kde-unstable/PKGBUILD
(from rev 261861, qt5-x11extras/trunk/PKGBUILD)
  qt5-xmlpatterns/kde-unstable/
  qt5-xmlpatterns/kde-unstable/PKGBUILD
(from rev 261861, qt5-xmlpatterns/trunk/PKGBUILD)
Modified:
  qt5-declarative/kde-unstable/PKGBUILD
  qt5-quickcontrols2/kde-unstable/PKGBUILD
  qt5-tools/kde-unstable/PKGBUILD
  qt5-translations/kde-unstable/PKGBUILD
  qt5-virtualkeyboard/kde-unstable/PKGBUILD
  qt5-wayland/kde-unstable/PKGBUILD
  qt5-websockets/kde-unstable/PKGBUILD
Deleted:
  qt5-3d/kde-unstable/PKGBUILD
  qt5-base/kde-unstable/PKGBUILD
  qt5-base/kde-unstable/qt5-alsa1.11.patch
  qt5-base/kde-unstable/qtbug-45812.patch
  qt5-base/kde-unstable/qtbug-51648.patch
  qt5-base/kde-unstable/qtbug-51649.patch
  qt5-base/kde-unstable/qtbug-51676.patch
  qt5-base/kde-unstable/rebuild.list
  qt5-canvas3d/kde-unstable/PKGBUILD
  qt5-connectivity/kde-unstable/PKGBUILD
  qt5-doc/kde-unstable/PKGBUILD
  qt5-enginio/kde-unstable/PKGBUILD
  qt5-graphicaleffects/kde-unstable/PKGBUILD
  qt5-imageformats/kde-unstable/PKGBUILD
  qt5-location/kde-unstable/PKGBUILD
  qt5-multimedia/kde-unstable/PKGBUILD
  qt5-quickcontrols/kde-unstable/PKGBUILD
  qt5-script/kde-unstable/PKGBUILD
  qt5-sensors/kde-unstable/PKGBUILD
  qt5-serialbus/kde-unstable/PKGBUILD
  qt5-serialport/kde-unstable/PKGBUILD
  qt5-svg/kde-unstable/PKGBUILD
  qt5-webchannel/kde-unstable/PKGBUILD
  qt5-webengine/kde-unstable/PKGBUILD
  qt5-x11extras/kde-unstable/PKGBUILD
  qt5-xmlpatterns/kde-unstable/PKGBUILD

+
 PKGBUILD   | 1009 ---
 qt5-3d/kde-unstable/PKGBUILD   |   42 
 qt5-alsa1.11.patch |   11 
 qt5-base/kde-unstable/PKGBUILD |  112 ++
 qt5-base/kde-unstable/rebuild.list |6 
 qt5-canvas3d/kde-unstable/PKGBUILD |   42 
 qt5-connectivity/kde-unstable/PKGBUILD |   43 
 qt5-doc/kde-unstable/PKGBUILD  |   67 +
 qt5-enginio/kde-unstable/PKGBUILD  |   44 
 qt5-examples/kde-unstable/PKGBUILD |   42 
 qt5-graphi

[arch-commits] Commit in systemd/trunk (initcpio-install-systemd)

2016-05-28 Thread Dave Reisner
Date: Saturday, May 28, 2016 @ 15:06:00
  Author: dreisner
Revision: 268713

drop kdbus module addition now that its dead

Modified:
  systemd/trunk/initcpio-install-systemd

--+
 initcpio-install-systemd |2 --
 1 file changed, 2 deletions(-)

Modified: initcpio-install-systemd
===
--- initcpio-install-systemd2016-05-28 08:47:35 UTC (rev 268712)
+++ initcpio-install-systemd2016-05-28 13:06:00 UTC (rev 268713)
@@ -108,8 +108,6 @@
 /usr/lib/systemd/system-generators/systemd-gpt-auto-generator \
 /usr/lib/systemd/system-generators/systemd-hibernate-resume-generator
 
-add_module "kdbus?"
-
 # udev rules and systemd units
 map add_udev_rule "$rules" \
 50-udev-default.rules \


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

2016-05-28 Thread Alexander Rødseth
Date: Saturday, May 28, 2016 @ 13:59:08
  Author: arodseth
Revision: 177371

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-05-28 11:58:35 UTC (rev 177370)
+++ community-i686/PKGBUILD 2016-05-28 11:59:08 UTC (rev 177371)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Alexander F Rødseth 
-# Contributor: Daniel Micay 
-
-pkgname=rust
-epoch=1
-pkgver=1.9.0
-pkgrel=1
-arch=('x86_64' 'i686')
-pkgdesc='Systems programming language focused on safety, speed and concurrency'
-url='http://www.rust-lang.org/'
-license=('MIT' 'Apache')
-makedepends=('libffi' 'perl' 'python2' 'curl' 'jemalloc')
-source=("http://static.rust-lang.org/dist/rustc-$pkgver-src.tar.gz"{,.asc})
-sha256sums=('b19b21193d7d36039debeaaa1f61cbf98787e0ce94bd85c5cbe2a59462d7cfcd'
-'SKIP')
-options=('staticlibs' '!strip')
-validpgpkeys=('108F66205EAEB0AAA8DD5E1C85AB96E6FA1BE5FE') # Rust Language (Tag 
and Release Signing Key) 
-#gpg --keyserver hkp://keys.gnupg.net --recv-keys 
108F66205EAEB0AAA8DD5E1C85AB96E6FA1BE5FE
-
-build() {
-  cd "rustc-$pkgver"
-
-  ./configure --prefix=/usr --disable-docs --release-channel=stable
-  make CFLAGS="$CFLAGS -fPIC -w"
-}
-
-package() {
-  cd "rustc-$pkgver"
-
-  make DESTDIR="$pkgdir" install
-
-  install -Dm644 LICENSE-APACHE \
-"$pkgdir/usr/share/licenses/$pkgname/LICENSE-APACHE"
-  install -Dm644 LICENSE-MIT "$pkgdir/usr/share/licenses/$pkgname/LICENSE-MIT"
-
-  cd "$pkgdir/usr/lib"
-  rm rustlib/{components,manifest-rustc,rust-installer-version}
-  ln -sf rustlib/$CARCH-unknown-linux-gnu/lib/*.so .
-}
-
-# vim:set ts=2 sw=2 et:

Copied: rust/repos/community-i686/PKGBUILD (from rev 177370, 
rust/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-05-28 11:59:08 UTC (rev 177371)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Alexander F Rødseth 
+# Contributor: Daniel Micay 
+
+pkgname=rust
+epoch=1
+pkgver=1.9.0
+pkgrel=1
+arch=('x86_64' 'i686')
+pkgdesc='Systems programming language focused on safety, speed and concurrency'
+url='http://www.rust-lang.org/'
+license=('MIT' 'Apache')
+makedepends=('libffi' 'perl' 'python2' 'curl' 'jemalloc')
+source=("http://static.rust-lang.org/dist/rustc-$pkgver-src.tar.gz"{,.asc})
+sha256sums=('b19b21193d7d36039debeaaa1f61cbf98787e0ce94bd85c5cbe2a59462d7cfcd'
+'SKIP')
+options=('staticlibs' '!strip')
+validpgpkeys=('108F66205EAEB0AAA8DD5E1C85AB96E6FA1BE5FE') # Rust Language (Tag 
and Release Signing Key) 
+#gpg --keyserver hkp://keys.gnupg.net --recv-keys 
108F66205EAEB0AAA8DD5E1C85AB96E6FA1BE5FE
+
+build() {
+  cd "rustc-$pkgver"
+
+  ./configure --prefix=/usr --disable-docs --release-channel=stable
+  make CFLAGS="$CFLAGS -fPIC -w"
+}
+
+package() {
+  cd "rustc-$pkgver"
+
+  make DESTDIR="$pkgdir" install
+
+  install -Dm644 LICENSE-APACHE \
+"$pkgdir/usr/share/licenses/$pkgname/LICENSE-APACHE"
+  install -Dm644 LICENSE-MIT "$pkgdir/usr/share/licenses/$pkgname/LICENSE-MIT"
+
+  cd "$pkgdir/usr/lib"
+  rm rustlib/{components,manifest-rustc,rust-installer-version}
+  ln -sf rustlib/$CARCH-unknown-linux-gnu/lib/*.so .
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-05-28 11:58:35 UTC (rev 177370)
+++ community-x86_64/PKGBUILD   2016-05-28 11:59:08 UTC (rev 177371)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Alexander F Rødseth 
-# Contributor: Daniel Micay 
-
-pkgname=rust
-epoch=1
-pkgver=1.9.0
-pkgrel=1
-arch=('x86_64' 'i686')
-pkgdesc='Systems programming language focused on safety, speed and concurrency'
-url='http://www.rust-lang.org/'
-license=('MIT' 'Apache')
-makedepends=('libffi' 'perl' 'python2' 'curl' 'jemalloc')
-source=("http://static.rust-lang.org/dist/rustc-$pkgver-src.tar.gz"{,.asc})
-sha256sums=('b19b21193d7d36039debeaaa1f61cbf98787e0ce94bd85c5cbe2a59462d7cfcd'
-'SKIP')
-options=('staticlibs' '!strip')
-validpgpkeys=('108F66205EAEB0AAA8DD5E1C85AB96E6FA1BE5FE') # Rust Language (Tag 
and Release Signing Key) 
-#gpg --keyserver hkp://keys.gnupg.net --recv-keys 
108F66205EAEB0AAA8DD5E1C85AB96E6FA1BE5FE
-
-build() {
-  cd "rustc-$pkgver"
-
-  ./configure --prefix=/usr --disable-docs --release-channel=stable
-

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

2016-05-28 Thread Alexander Rødseth
Date: Saturday, May 28, 2016 @ 13:58:35
  Author: arodseth
Revision: 177370

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-05-28 11:54:32 UTC (rev 177369)
+++ community-i686/PKGBUILD 2016-05-28 11:58:35 UTC (rev 177370)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Alexander F Rødseth 
-# Contributor: Daniel Micay 
-
-pkgname=rust
-epoch=1
-pkgver=1.9.0
-pkgrel=1
-arch=('x86_64' 'i686')
-pkgdesc='Systems programming language focused on safety, speed and concurrency'
-url='http://www.rust-lang.org/'
-license=('MIT' 'Apache')
-makedepends=('libffi' 'perl' 'python2' 'curl' 'jemalloc')
-source=("http://static.rust-lang.org/dist/rustc-$pkgver-src.tar.gz"{,.asc})
-sha256sums=('b19b21193d7d36039debeaaa1f61cbf98787e0ce94bd85c5cbe2a59462d7cfcd'
-'SKIP')
-options=('staticlibs' '!strip')
-validpgpkeys=('108F66205EAEB0AAA8DD5E1C85AB96E6FA1BE5FE') # Rust Language (Tag 
and Release Signing Key) 
-#gpg --keyserver hkp://keys.gnupg.net --recv-keys 
108F66205EAEB0AAA8DD5E1C85AB96E6FA1BE5FE
-
-build() {
-  cd "rustc-$pkgver"
-
-  ./configure --prefix=/usr --disable-docs --release-channel=stable
-  make CFLAGS="$CFLAGS -fPIC -w"
-}
-
-package() {
-  cd "rustc-$pkgver"
-
-  make DESTDIR="$pkgdir" install
-
-  install -Dm644 LICENSE-APACHE \
-"$pkgdir/usr/share/licenses/$pkgname/LICENSE-APACHE"
-  install -Dm644 LICENSE-MIT "$pkgdir/usr/share/licenses/$pkgname/LICENSE-MIT"
-
-  cd "$pkgdir/usr/lib"
-  rm rustlib/{components,manifest-rustc,rust-installer-version}
-  ln -sf rustlib/$CARCH-unknown-linux-gnu/lib/*.so .
-}
-
-# vim:set ts=2 sw=2 et:

Copied: rust/repos/community-i686/PKGBUILD (from rev 177369, 
rust/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-05-28 11:58:35 UTC (rev 177370)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Alexander F Rødseth 
+# Contributor: Daniel Micay 
+
+pkgname=rust
+epoch=1
+pkgver=1.9.0
+pkgrel=1
+arch=('x86_64' 'i686')
+pkgdesc='Systems programming language focused on safety, speed and concurrency'
+url='http://www.rust-lang.org/'
+license=('MIT' 'Apache')
+makedepends=('libffi' 'perl' 'python2' 'curl' 'jemalloc')
+source=("http://static.rust-lang.org/dist/rustc-$pkgver-src.tar.gz"{,.asc})
+sha256sums=('b19b21193d7d36039debeaaa1f61cbf98787e0ce94bd85c5cbe2a59462d7cfcd'
+'SKIP')
+options=('staticlibs' '!strip')
+validpgpkeys=('108F66205EAEB0AAA8DD5E1C85AB96E6FA1BE5FE') # Rust Language (Tag 
and Release Signing Key) 
+#gpg --keyserver hkp://keys.gnupg.net --recv-keys 
108F66205EAEB0AAA8DD5E1C85AB96E6FA1BE5FE
+
+build() {
+  cd "rustc-$pkgver"
+
+  ./configure --prefix=/usr --disable-docs --release-channel=stable
+  make CFLAGS="$CFLAGS -fPIC -w"
+}
+
+package() {
+  cd "rustc-$pkgver"
+
+  make DESTDIR="$pkgdir" install
+
+  install -Dm644 LICENSE-APACHE \
+"$pkgdir/usr/share/licenses/$pkgname/LICENSE-APACHE"
+  install -Dm644 LICENSE-MIT "$pkgdir/usr/share/licenses/$pkgname/LICENSE-MIT"
+
+  cd "$pkgdir/usr/lib"
+  rm rustlib/{components,manifest-rustc,rust-installer-version}
+  ln -sf rustlib/$CARCH-unknown-linux-gnu/lib/*.so .
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-05-28 11:54:32 UTC (rev 177369)
+++ community-x86_64/PKGBUILD   2016-05-28 11:58:35 UTC (rev 177370)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Alexander F Rødseth 
-# Contributor: Daniel Micay 
-
-pkgname=rust
-epoch=1
-pkgver=1.9.0
-pkgrel=1
-arch=('x86_64' 'i686')
-pkgdesc='Systems programming language focused on safety, speed and concurrency'
-url='http://www.rust-lang.org/'
-license=('MIT' 'Apache')
-makedepends=('libffi' 'perl' 'python2' 'curl' 'jemalloc')
-source=("http://static.rust-lang.org/dist/rustc-$pkgver-src.tar.gz"{,.asc})
-sha256sums=('b19b21193d7d36039debeaaa1f61cbf98787e0ce94bd85c5cbe2a59462d7cfcd'
-'SKIP')
-options=('staticlibs' '!strip')
-validpgpkeys=('108F66205EAEB0AAA8DD5E1C85AB96E6FA1BE5FE') # Rust Language (Tag 
and Release Signing Key) 
-#gpg --keyserver hkp://keys.gnupg.net --recv-keys 
108F66205EAEB0AAA8DD5E1C85AB96E6FA1BE5FE
-
-build() {
-  cd "rustc-$pkgver"
-
-  ./configure --prefix=/usr --disable-docs --release-channel=stable
-

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

2016-05-28 Thread Alexander Rødseth
Date: Saturday, May 28, 2016 @ 13:54:32
  Author: arodseth
Revision: 177369

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-05-28 11:39:46 UTC (rev 177368)
+++ community-i686/PKGBUILD 2016-05-28 11:54:32 UTC (rev 177369)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Alexander F Rødseth 
-# Contributor: Daniel Micay 
-
-pkgname=rust
-epoch=1
-pkgver=1.9.0
-pkgrel=1
-arch=('x86_64' 'i686')
-pkgdesc='Systems programming language focused on safety, speed and concurrency'
-url='http://www.rust-lang.org/'
-license=('MIT' 'Apache')
-makedepends=('libffi' 'perl' 'python2' 'curl' 'jemalloc')
-source=("http://static.rust-lang.org/dist/rustc-$pkgver-src.tar.gz"{,.asc})
-sha256sums=('b19b21193d7d36039debeaaa1f61cbf98787e0ce94bd85c5cbe2a59462d7cfcd'
-'SKIP')
-options=('staticlibs' '!strip')
-validpgpkeys=('108F66205EAEB0AAA8DD5E1C85AB96E6FA1BE5FE') # Rust Language (Tag 
and Release Signing Key) 
-#gpg --keyserver hkp://keys.gnupg.net --recv-keys 
108F66205EAEB0AAA8DD5E1C85AB96E6FA1BE5FE
-
-build() {
-  cd "rustc-$pkgver"
-
-  ./configure --prefix=/usr --disable-docs --release-channel=stable
-  make CFLAGS="$CFLAGS -fPIC -w"
-}
-
-package() {
-  cd "rustc-$pkgver"
-
-  make DESTDIR="$pkgdir" install
-
-  install -Dm644 LICENSE-APACHE \
-"$pkgdir/usr/share/licenses/$pkgname/LICENSE-APACHE"
-  install -Dm644 LICENSE-MIT "$pkgdir/usr/share/licenses/$pkgname/LICENSE-MIT"
-
-  cd "$pkgdir/usr/lib"
-  rm rustlib/{components,manifest-rustc,rust-installer-version}
-  ln -sf rustlib/$CARCH-unknown-linux-gnu/lib/*.so .
-}
-
-# vim:set ts=2 sw=2 et:

Copied: rust/repos/community-i686/PKGBUILD (from rev 177368, 
rust/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-05-28 11:54:32 UTC (rev 177369)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Alexander F Rødseth 
+# Contributor: Daniel Micay 
+
+pkgname=rust
+epoch=1
+pkgver=1.9.0
+pkgrel=1
+arch=('x86_64' 'i686')
+pkgdesc='Systems programming language focused on safety, speed and concurrency'
+url='http://www.rust-lang.org/'
+license=('MIT' 'Apache')
+makedepends=('libffi' 'perl' 'python2' 'curl' 'jemalloc')
+source=("http://static.rust-lang.org/dist/rustc-$pkgver-src.tar.gz"{,.asc})
+sha256sums=('b19b21193d7d36039debeaaa1f61cbf98787e0ce94bd85c5cbe2a59462d7cfcd'
+'SKIP')
+options=('staticlibs' '!strip')
+validpgpkeys=('108F66205EAEB0AAA8DD5E1C85AB96E6FA1BE5FE') # Rust Language (Tag 
and Release Signing Key) 
+#gpg --keyserver hkp://keys.gnupg.net --recv-keys 
108F66205EAEB0AAA8DD5E1C85AB96E6FA1BE5FE
+
+build() {
+  cd "rustc-$pkgver"
+
+  ./configure --prefix=/usr --disable-docs --release-channel=stable
+  make CFLAGS="$CFLAGS -fPIC -w"
+}
+
+package() {
+  cd "rustc-$pkgver"
+
+  make DESTDIR="$pkgdir" install
+
+  install -Dm644 LICENSE-APACHE \
+"$pkgdir/usr/share/licenses/$pkgname/LICENSE-APACHE"
+  install -Dm644 LICENSE-MIT "$pkgdir/usr/share/licenses/$pkgname/LICENSE-MIT"
+
+  cd "$pkgdir/usr/lib"
+  rm rustlib/{components,manifest-rustc,rust-installer-version}
+  ln -sf rustlib/$CARCH-unknown-linux-gnu/lib/*.so .
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-05-28 11:39:46 UTC (rev 177368)
+++ community-x86_64/PKGBUILD   2016-05-28 11:54:32 UTC (rev 177369)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Alexander F Rødseth 
-# Contributor: Daniel Micay 
-
-pkgname=rust
-epoch=1
-pkgver=1.9.0
-pkgrel=1
-arch=('x86_64' 'i686')
-pkgdesc='Systems programming language focused on safety, speed and concurrency'
-url='http://www.rust-lang.org/'
-license=('MIT' 'Apache')
-makedepends=('libffi' 'perl' 'python2' 'curl' 'jemalloc')
-source=("http://static.rust-lang.org/dist/rustc-$pkgver-src.tar.gz"{,.asc})
-sha256sums=('b19b21193d7d36039debeaaa1f61cbf98787e0ce94bd85c5cbe2a59462d7cfcd'
-'SKIP')
-options=('staticlibs' '!strip')
-validpgpkeys=('108F66205EAEB0AAA8DD5E1C85AB96E6FA1BE5FE') # Rust Language (Tag 
and Release Signing Key) 
-#gpg --keyserver hkp://keys.gnupg.net --recv-keys 
108F66205EAEB0AAA8DD5E1C85AB96E6FA1BE5FE
-
-build() {
-  cd "rustc-$pkgver"
-
-  ./configure --prefix=/usr --disable-docs --release-channel=stable
-

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

2016-05-28 Thread Jaroslav Lichtblau
Date: Saturday, May 28, 2016 @ 13:39:22
  Author: jlichtblau
Revision: 177367

upgpkg: wammu 0.41-1 - new upstream release

Modified:
  wammu/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-05-28 11:33:17 UTC (rev 177366)
+++ PKGBUILD2016-05-28 11:39:22 UTC (rev 177367)
@@ -5,7 +5,7 @@
 # Contributor: cs-cam 
 
 pkgname=wammu
-pkgver=0.40
+pkgver=0.41
 pkgrel=1
 pkgdesc="A wxPython-based GUI for Gammu"
 arch=('any')
@@ -14,8 +14,8 @@
 depends=('python2-gammu' 'wxpython')
 optdepends=('gnome-bluetooth: Bluetooth support'
 'python2-pybluez: Bluetooth support')
-source=(http://downloads.sourceforge.net/gammu/$pkgname-$pkgver.tar.bz2)
-sha256sums=('cffd4fc6cc7b9433b3f589d51671a5ac5e188abbf676ebe0ce94011933fdb2ff')
+source=(http://dl.cihar.com/$pkgname/v0/$pkgname-$pkgver.tar.xz)
+sha256sums=('a14dd535950d93552b744e0569fd683a5b3585f91e3f170f46f9bff00433f788')
 
 
 build() {


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

2016-05-28 Thread Jaroslav Lichtblau
Date: Saturday, May 28, 2016 @ 13:39:46
  Author: jlichtblau
Revision: 177368

archrelease: copy trunk to community-any

Added:
  wammu/repos/community-any/PKGBUILD
(from rev 177367, wammu/trunk/PKGBUILD)
Deleted:
  wammu/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2016-05-28 11:39:22 UTC (rev 177367)
+++ PKGBUILD2016-05-28 11:39:46 UTC (rev 177368)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau 
-# Contributor: Ray Rashif 
-# Contributor: Corrado 'bardo' Primier 
-# Contributor: cs-cam 
-
-pkgname=wammu
-pkgver=0.40
-pkgrel=1
-pkgdesc="A wxPython-based GUI for Gammu"
-arch=('any')
-url="http://wammu.eu/";
-license=('GPL')
-depends=('python2-gammu' 'wxpython')
-optdepends=('gnome-bluetooth: Bluetooth support'
-'python2-pybluez: Bluetooth support'
-'notification-daemon: Notifications support')
-source=(http://downloads.sourceforge.net/gammu/$pkgname-$pkgver.tar.bz2)
-sha256sums=('cffd4fc6cc7b9433b3f589d51671a5ac5e188abbf676ebe0ce94011933fdb2ff')
-
-
-build() {
-  cd "$pkgname-$pkgver"
-
-  # python2 fix
-  sed -i 's_/usr/bin/env python_/usr/bin/env python2_' setup.py
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-
-  python2 setup.py install --root="${pkgdir}" --optimize=1
-}

Copied: wammu/repos/community-any/PKGBUILD (from rev 177367, 
wammu/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-05-28 11:39:46 UTC (rev 177368)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau 
+# Contributor: Ray Rashif 
+# Contributor: Corrado 'bardo' Primier 
+# Contributor: cs-cam 
+
+pkgname=wammu
+pkgver=0.41
+pkgrel=1
+pkgdesc="A wxPython-based GUI for Gammu"
+arch=('any')
+url="http://wammu.eu/";
+license=('GPL')
+depends=('python2-gammu' 'wxpython')
+optdepends=('gnome-bluetooth: Bluetooth support'
+'python2-pybluez: Bluetooth support')
+source=(http://dl.cihar.com/$pkgname/v0/$pkgname-$pkgver.tar.xz)
+sha256sums=('a14dd535950d93552b744e0569fd683a5b3585f91e3f170f46f9bff00433f788')
+
+
+build() {
+  cd "$pkgname-$pkgver"
+
+  # python2 fix
+  sed -i 's_/usr/bin/env python_/usr/bin/env python2_' setup.py
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+
+  python2 setup.py install --root="${pkgdir}" --optimize=1
+}


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

2016-05-28 Thread Jaroslav Lichtblau
Date: Saturday, May 28, 2016 @ 13:33:17
  Author: jlichtblau
Revision: 177366

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

Added:
  python-gammu/repos/community-i686/PKGBUILD
(from rev 177365, python-gammu/trunk/PKGBUILD)
  python-gammu/repos/community-x86_64/PKGBUILD
(from rev 177365, python-gammu/trunk/PKGBUILD)
Deleted:
  python-gammu/repos/community-i686/PKGBUILD
  python-gammu/repos/community-x86_64/PKGBUILD

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-05-28 11:33:00 UTC (rev 177365)
+++ community-i686/PKGBUILD 2016-05-28 11:33:17 UTC (rev 177366)
@@ -1,49 +0,0 @@
-# $Id: PKGBUILD 118184 2014-09-02 11:14:17Z fyan $
-# Maintainer: Jaroslav Lichtblau 
-# Contributor: Felix Yan 
-
-pkgbase=python-gammu
-pkgname=('python-gammu' 'python2-gammu')
-pkgver=2.5
-pkgrel=1
-pkgdesc="Python bindings for Gammu library"
-arch=('i686' 'x86_64')
-url="http://wammu.eu/python-gammu/";
-license=('GPL')
-makedepends=('python-setuptools' 'python2-setuptools' 'gammu')
-source=(https://pypi.python.org/packages/source/p/python-gammu/python-gammu-$pkgver.tar.gz)
-sha256sums=('871e3450a26397d555c92926382edf0e6a58431fe53613563f5a313ad752ff88')
-
-prepare() {
-  cp -a python-gammu-$pkgver{,-py2}
-}
-
-build() {
-  cd "${srcdir}"/python-gammu-$pkgver
-  python setup.py build
-
-  cd "${srcdir}"/python-gammu-$pkgver-py2
-  python2 setup.py build
-}
-
-check() {
-  cd "${srcdir}"/python-gammu-$pkgver
-  python setup.py test || warning "Tests failed"
-
-  cd "${srcdir}"/python-gammu-$pkgver-py2
-  python2 setup.py test || warning "Tests failed"
-}
-
-package_python-gammu() {
-  depends=('python' 'gammu')
-
-  cd python-gammu-$pkgver
-  python setup.py install --root="${pkgdir}" --optimize=1
-}
-
-package_python2-gammu() {
-  depends=('python2' 'gammu')
-
-  cd python-gammu-$pkgver-py2
-  python2 setup.py install --root="${pkgdir}" --optimize=1
-}

Copied: python-gammu/repos/community-i686/PKGBUILD (from rev 177365, 
python-gammu/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-05-28 11:33:17 UTC (rev 177366)
@@ -0,0 +1,49 @@
+# $Id: PKGBUILD 118184 2014-09-02 11:14:17Z fyan $
+# Maintainer: Jaroslav Lichtblau 
+# Contributor: Felix Yan 
+
+pkgbase=python-gammu
+pkgname=('python-gammu' 'python2-gammu')
+pkgver=2.6
+pkgrel=1
+pkgdesc="Python bindings for Gammu library"
+arch=('i686' 'x86_64')
+url="http://wammu.eu/python-gammu/";
+license=('GPL')
+makedepends=('python-setuptools' 'python2-setuptools' 'gammu')
+source=(http://dl.cihar.com/python-gammu/python-gammu-$pkgver.tar.bz2)
+sha256sums=('d5839c77a9738faef5f416f07daccb10bcb805337f75d94dda55f7d11e8060b1')
+
+prepare() {
+  cp -a python-gammu-$pkgver{,-py2}
+}
+
+build() {
+  cd "${srcdir}"/python-gammu-$pkgver
+  python setup.py build
+
+  cd "${srcdir}"/python-gammu-$pkgver-py2
+  python2 setup.py build
+}
+
+check() {
+  cd "${srcdir}"/python-gammu-$pkgver
+  python setup.py test || warning "Tests failed"
+
+  cd "${srcdir}"/python-gammu-$pkgver-py2
+  python2 setup.py test || warning "Tests failed"
+}
+
+package_python-gammu() {
+  depends=('python' 'gammu')
+
+  cd python-gammu-$pkgver
+  python setup.py install --root="${pkgdir}" --optimize=1
+}
+
+package_python2-gammu() {
+  depends=('python2' 'gammu')
+
+  cd python-gammu-$pkgver-py2
+  python2 setup.py install --root="${pkgdir}" --optimize=1
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-05-28 11:33:00 UTC (rev 177365)
+++ community-x86_64/PKGBUILD   2016-05-28 11:33:17 UTC (rev 177366)
@@ -1,49 +0,0 @@
-# $Id: PKGBUILD 118184 2014-09-02 11:14:17Z fyan $
-# Maintainer: Jaroslav Lichtblau 
-# Contributor: Felix Yan 
-
-pkgbase=python-gammu
-pkgname=('python-gammu' 'python2-gammu')
-pkgver=2.5
-pkgrel=1
-pkgdesc="Python bindings for Gammu library"
-arch=('i686' 'x86_64')
-url="http://wammu.eu/python-gammu/";
-license=('GPL')
-makedepends=('python-setuptools' 'python2-setuptools' 'gammu')
-source=(https://pypi.python.org/packages/source/p/python-gammu/python-gammu-$pkgver.tar.gz)
-sha256sums=('871e3450a26397d555c92926382edf0e6a58431fe53613563f5a313ad752ff88')
-
-prepare() {
-  cp -a python-gammu-$pkgver{,-py2}
-}
-
-build() {
-  cd "${srcdir}"/python-gammu-$pkgver
-  python setup.py build
-
-  cd "${srcdir}"/python-gammu-$pkgver-py2
-  python2 setup.py build
-}
-
-check() {
-  cd "${srcdir}"/python-gammu-$pkgver
-  python setup.py test || warning "Tests failed"
-
-  cd "${srcdir}"/python-gammu-$pkgver-

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

2016-05-28 Thread Jaroslav Lichtblau
Date: Saturday, May 28, 2016 @ 13:33:00
  Author: jlichtblau
Revision: 177365

upgpkg: python-gammu 2.6-1 - new upstream release

Modified:
  python-gammu/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-05-28 11:31:25 UTC (rev 177364)
+++ PKGBUILD2016-05-28 11:33:00 UTC (rev 177365)
@@ -4,7 +4,7 @@
 
 pkgbase=python-gammu
 pkgname=('python-gammu' 'python2-gammu')
-pkgver=2.5
+pkgver=2.6
 pkgrel=1
 pkgdesc="Python bindings for Gammu library"
 arch=('i686' 'x86_64')
@@ -11,8 +11,8 @@
 url="http://wammu.eu/python-gammu/";
 license=('GPL')
 makedepends=('python-setuptools' 'python2-setuptools' 'gammu')
-source=(https://pypi.python.org/packages/source/p/python-gammu/python-gammu-$pkgver.tar.gz)
-sha256sums=('871e3450a26397d555c92926382edf0e6a58431fe53613563f5a313ad752ff88')
+source=(http://dl.cihar.com/python-gammu/python-gammu-$pkgver.tar.bz2)
+sha256sums=('d5839c77a9738faef5f416f07daccb10bcb805337f75d94dda55f7d11e8060b1')
 
 prepare() {
   cp -a python-gammu-$pkgver{,-py2}


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

2016-05-28 Thread Jaroslav Lichtblau
Date: Saturday, May 28, 2016 @ 13:31:25
  Author: jlichtblau
Revision: 177364

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-05-28 11:29:12 UTC (rev 177363)
+++ community-i686/PKGBUILD 2016-05-28 11:31:25 UTC (rev 177364)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau 
-# Contributor: Ray Rashif 
-# Contributor: Corrado Primier 
-# Contributor: Aurelien Foret 
-
-pkgname=gammu
-pkgver=1.37.3
-pkgrel=1
-pkgdesc="GNU All Mobile Management Utilities"
-arch=('i686' 'x86_64')
-url="http://wammu.eu/gammu/";
-license=('GPL')
-depends=('glib2' 'bluez-libs' 'curl' 'libmariadbclient' 'postgresql-libs' 
'libusb' 'libgudev')
-makedepends=('cmake' 'doxygen' 'mariadb' 'python2')
-optdepends=('dialog: support for the gammu-config script' 'python2: for python 
bindings')
-source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.xz)
-sha256sums=('63fcb78e94e1c8cff199cada3f64c694f49c1e9fe2c3f17495dc01a5e8e03a84')
-
-prepare() {
-  cd "$pkgname-$pkgver"
-# bash completion dir change
-  sed -i 's,COMPLETIONSDIR "/etc/bash_completion.d",COMPLETIONSDIR 
"/usr/share/bash-completion/completions",' contrib/CMakeLists.txt
-}
-
-build() {
-  cd "$pkgname-$pkgver"
-
-  cmake . -DCMAKE_INSTALL_PREFIX="/usr" -DLIB_SUFFIX=""
-  make
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-
-  make DESTDIR="$pkgdir" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: gammu/repos/community-i686/PKGBUILD (from rev 177363, 
gammu/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-05-28 11:31:25 UTC (rev 177364)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau 
+# Contributor: Ray Rashif 
+# Contributor: Corrado Primier 
+# Contributor: Aurelien Foret 
+
+pkgname=gammu
+pkgver=1.37.3
+pkgrel=1
+pkgdesc="GNU All Mobile Management Utilities"
+arch=('i686' 'x86_64')
+url="http://wammu.eu/gammu/";
+license=('GPL')
+depends=('glib2' 'bluez-libs' 'curl' 'libmariadbclient' 'postgresql-libs' 
'libusb' 'libgudev')
+makedepends=('cmake' 'doxygen' 'mariadb' 'python2')
+optdepends=('dialog: support for the gammu-config script' 'python2: for python 
bindings')
+source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.xz)
+sha256sums=('63fcb78e94e1c8cff199cada3f64c694f49c1e9fe2c3f17495dc01a5e8e03a84')
+
+prepare() {
+  cd "$pkgname-$pkgver"
+# bash completion dir change
+  sed -i 's,COMPLETIONSDIR "/etc/bash_completion.d",COMPLETIONSDIR 
"/usr/share/bash-completion/completions",' contrib/CMakeLists.txt
+}
+
+build() {
+  cd "$pkgname-$pkgver"
+
+  cmake . -DCMAKE_INSTALL_PREFIX="/usr" -DLIB_SUFFIX=""
+  make
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-05-28 11:29:12 UTC (rev 177363)
+++ community-x86_64/PKGBUILD   2016-05-28 11:31:25 UTC (rev 177364)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau 
-# Contributor: Ray Rashif 
-# Contributor: Corrado Primier 
-# Contributor: Aurelien Foret 
-
-pkgname=gammu
-pkgver=1.37.3
-pkgrel=1
-pkgdesc="GNU All Mobile Management Utilities"
-arch=('i686' 'x86_64')
-url="http://wammu.eu/gammu/";
-license=('GPL')
-depends=('glib2' 'bluez-libs' 'curl' 'libmariadbclient' 'postgresql-libs' 
'libusb' 'libgudev')
-makedepends=('cmake' 'doxygen' 'mariadb' 'python2')
-optdepends=('dialog: support for the gammu-config script' 'python2: for python 
bindings')
-source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.xz)
-sha256sums=('63fcb78e94e1c8cff199cada3f64c694f49c1e9fe2c3f17495dc01a5e8e03a84')
-
-prepare() {
-  cd "$pkgname-$pkgver"
-# bash completion dir change
-  sed -i 's,COMPLETIONSDIR "/etc/bash_completion.d",COMPLETIONSDIR 
"/usr/share/bash-completion/completions",' contrib/CMakeLists.txt
-}
-
-build() {
-  cd "$pkgname-$pkgver"
-
-  cmake . -DCMAKE_INSTALL_PREFIX="/usr" -DLIB_SUFFIX=""
-  make
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-
-  make DESTDIR="$pkgdir" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: gammu/repos/community-x86_64/PKGBUILD (from rev 177363, 
gammu/trunk/PKGBUILD)
==

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

2016-05-28 Thread Jaroslav Lichtblau
Date: Saturday, May 28, 2016 @ 13:29:12
  Author: jlichtblau
Revision: 177363

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-05-28 11:28:12 UTC (rev 177362)
+++ community-i686/PKGBUILD 2016-05-28 11:29:12 UTC (rev 177363)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau 
-# Contributor: Ray Rashif 
-# Contributor: Corrado Primier 
-# Contributor: Aurelien Foret 
-
-pkgname=gammu
-pkgver=1.37.3
-pkgrel=1
-pkgdesc="GNU All Mobile Management Utilities"
-arch=('i686' 'x86_64')
-url="http://wammu.eu/gammu/";
-license=('GPL')
-depends=('glib2' 'bluez-libs' 'curl' 'libmariadbclient' 'postgresql-libs' 
'libusb' 'libgudev')
-makedepends=('cmake' 'doxygen' 'mariadb' 'python2')
-optdepends=('dialog: support for the gammu-config script' 'python2: for python 
bindings')
-source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.xz)
-sha256sums=('63fcb78e94e1c8cff199cada3f64c694f49c1e9fe2c3f17495dc01a5e8e03a84')
-
-prepare() {
-  cd "$pkgname-$pkgver"
-# bash completion dir change
-  sed -i 's,COMPLETIONSDIR "/etc/bash_completion.d",COMPLETIONSDIR 
"/usr/share/bash-completion/completions",' contrib/CMakeLists.txt
-}
-
-build() {
-  cd "$pkgname-$pkgver"
-
-  cmake . -DCMAKE_INSTALL_PREFIX="/usr" -DLIB_SUFFIX=""
-  make
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-
-  make DESTDIR="$pkgdir" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: gammu/repos/community-i686/PKGBUILD (from rev 177362, 
gammu/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-05-28 11:29:12 UTC (rev 177363)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau 
+# Contributor: Ray Rashif 
+# Contributor: Corrado Primier 
+# Contributor: Aurelien Foret 
+
+pkgname=gammu
+pkgver=1.37.3
+pkgrel=1
+pkgdesc="GNU All Mobile Management Utilities"
+arch=('i686' 'x86_64')
+url="http://wammu.eu/gammu/";
+license=('GPL')
+depends=('glib2' 'bluez-libs' 'curl' 'libmariadbclient' 'postgresql-libs' 
'libusb' 'libgudev')
+makedepends=('cmake' 'doxygen' 'mariadb' 'python2')
+optdepends=('dialog: support for the gammu-config script' 'python2: for python 
bindings')
+source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.xz)
+sha256sums=('63fcb78e94e1c8cff199cada3f64c694f49c1e9fe2c3f17495dc01a5e8e03a84')
+
+prepare() {
+  cd "$pkgname-$pkgver"
+# bash completion dir change
+  sed -i 's,COMPLETIONSDIR "/etc/bash_completion.d",COMPLETIONSDIR 
"/usr/share/bash-completion/completions",' contrib/CMakeLists.txt
+}
+
+build() {
+  cd "$pkgname-$pkgver"
+
+  cmake . -DCMAKE_INSTALL_PREFIX="/usr" -DLIB_SUFFIX=""
+  make
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-05-28 11:28:12 UTC (rev 177362)
+++ community-x86_64/PKGBUILD   2016-05-28 11:29:12 UTC (rev 177363)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau 
-# Contributor: Ray Rashif 
-# Contributor: Corrado Primier 
-# Contributor: Aurelien Foret 
-
-pkgname=gammu
-pkgver=1.37.3
-pkgrel=1
-pkgdesc="GNU All Mobile Management Utilities"
-arch=('i686' 'x86_64')
-url="http://wammu.eu/gammu/";
-license=('GPL')
-depends=('glib2' 'bluez-libs' 'curl' 'libmariadbclient' 'postgresql-libs' 
'libusb' 'libgudev')
-makedepends=('cmake' 'doxygen' 'mariadb' 'python2')
-optdepends=('dialog: support for the gammu-config script' 'python2: for python 
bindings')
-source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.xz)
-sha256sums=('63fcb78e94e1c8cff199cada3f64c694f49c1e9fe2c3f17495dc01a5e8e03a84')
-
-prepare() {
-  cd "$pkgname-$pkgver"
-# bash completion dir change
-  sed -i 's,COMPLETIONSDIR "/etc/bash_completion.d",COMPLETIONSDIR 
"/usr/share/bash-completion/completions",' contrib/CMakeLists.txt
-}
-
-build() {
-  cd "$pkgname-$pkgver"
-
-  cmake . -DCMAKE_INSTALL_PREFIX="/usr" -DLIB_SUFFIX=""
-  make
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-
-  make DESTDIR="$pkgdir" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: gammu/repos/community-x86_64/PKGBUILD (from rev 177362, 
gammu/trunk/PKGBUILD)
==

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

2016-05-28 Thread Jaroslav Lichtblau
Date: Saturday, May 28, 2016 @ 13:28:12
  Author: jlichtblau
Revision: 177362

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-05-28 11:27:57 UTC (rev 177361)
+++ community-i686/PKGBUILD 2016-05-28 11:28:12 UTC (rev 177362)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau 
-# Contributor: Ray Rashif 
-# Contributor: Corrado Primier 
-# Contributor: Aurelien Foret 
-
-pkgname=gammu
-pkgver=1.37.0
-pkgrel=1
-pkgdesc="GNU All Mobile Management Utilities"
-arch=('i686' 'x86_64')
-url="http://wammu.eu/gammu/";
-license=('GPL')
-depends=('glib2' 'bluez-libs' 'curl' 'libmariadbclient' 'postgresql-libs' 
'libusb' 'libgudev')
-makedepends=('cmake' 'doxygen' 'mariadb' 'python2')
-optdepends=('dialog: support for the gammu-config script' 'python2: for python 
bindings')
-source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.xz)
-sha256sums=('f0a597be5c5138691606b78a82a17c76769c6ed445b4b541fcc06520f3bea61f')
-
-prepare() {
-  cd "$pkgname-$pkgver"
-# bash completion dir change
-  sed -i 's,COMPLETIONSDIR "/etc/bash_completion.d",COMPLETIONSDIR 
"/usr/share/bash-completion/completions",' contrib/CMakeLists.txt
-}
-
-build() {
-  cd "$pkgname-$pkgver"
-
-  cmake . -DCMAKE_INSTALL_PREFIX="/usr" -DLIB_SUFFIX=""
-  make
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-
-  make DESTDIR="$pkgdir" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: gammu/repos/community-i686/PKGBUILD (from rev 177361, 
gammu/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-05-28 11:28:12 UTC (rev 177362)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau 
+# Contributor: Ray Rashif 
+# Contributor: Corrado Primier 
+# Contributor: Aurelien Foret 
+
+pkgname=gammu
+pkgver=1.37.3
+pkgrel=1
+pkgdesc="GNU All Mobile Management Utilities"
+arch=('i686' 'x86_64')
+url="http://wammu.eu/gammu/";
+license=('GPL')
+depends=('glib2' 'bluez-libs' 'curl' 'libmariadbclient' 'postgresql-libs' 
'libusb' 'libgudev')
+makedepends=('cmake' 'doxygen' 'mariadb' 'python2')
+optdepends=('dialog: support for the gammu-config script' 'python2: for python 
bindings')
+source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.xz)
+sha256sums=('63fcb78e94e1c8cff199cada3f64c694f49c1e9fe2c3f17495dc01a5e8e03a84')
+
+prepare() {
+  cd "$pkgname-$pkgver"
+# bash completion dir change
+  sed -i 's,COMPLETIONSDIR "/etc/bash_completion.d",COMPLETIONSDIR 
"/usr/share/bash-completion/completions",' contrib/CMakeLists.txt
+}
+
+build() {
+  cd "$pkgname-$pkgver"
+
+  cmake . -DCMAKE_INSTALL_PREFIX="/usr" -DLIB_SUFFIX=""
+  make
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-05-28 11:27:57 UTC (rev 177361)
+++ community-x86_64/PKGBUILD   2016-05-28 11:28:12 UTC (rev 177362)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau 
-# Contributor: Ray Rashif 
-# Contributor: Corrado Primier 
-# Contributor: Aurelien Foret 
-
-pkgname=gammu
-pkgver=1.37.0
-pkgrel=1
-pkgdesc="GNU All Mobile Management Utilities"
-arch=('i686' 'x86_64')
-url="http://wammu.eu/gammu/";
-license=('GPL')
-depends=('glib2' 'bluez-libs' 'curl' 'libmariadbclient' 'postgresql-libs' 
'libusb' 'libgudev')
-makedepends=('cmake' 'doxygen' 'mariadb' 'python2')
-optdepends=('dialog: support for the gammu-config script' 'python2: for python 
bindings')
-source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.xz)
-sha256sums=('f0a597be5c5138691606b78a82a17c76769c6ed445b4b541fcc06520f3bea61f')
-
-prepare() {
-  cd "$pkgname-$pkgver"
-# bash completion dir change
-  sed -i 's,COMPLETIONSDIR "/etc/bash_completion.d",COMPLETIONSDIR 
"/usr/share/bash-completion/completions",' contrib/CMakeLists.txt
-}
-
-build() {
-  cd "$pkgname-$pkgver"
-
-  cmake . -DCMAKE_INSTALL_PREFIX="/usr" -DLIB_SUFFIX=""
-  make
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-
-  make DESTDIR="$pkgdir" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: gammu/repos/community-x86_64/PKGBUILD (from rev 177361, 
gammu/trunk/PKGBUILD)
==

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

2016-05-28 Thread Jaroslav Lichtblau
Date: Saturday, May 28, 2016 @ 13:27:57
  Author: jlichtblau
Revision: 177361

upgpkg: gammu 1.37.3-1 - new upstream release

Modified:
  gammu/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-05-28 09:00:44 UTC (rev 177360)
+++ PKGBUILD2016-05-28 11:27:57 UTC (rev 177361)
@@ -5,7 +5,7 @@
 # Contributor: Aurelien Foret 
 
 pkgname=gammu
-pkgver=1.37.0
+pkgver=1.37.3
 pkgrel=1
 pkgdesc="GNU All Mobile Management Utilities"
 arch=('i686' 'x86_64')
@@ -15,7 +15,7 @@
 makedepends=('cmake' 'doxygen' 'mariadb' 'python2')
 optdepends=('dialog: support for the gammu-config script' 'python2: for python 
bindings')
 source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.xz)
-sha256sums=('f0a597be5c5138691606b78a82a17c76769c6ed445b4b541fcc06520f3bea61f')
+sha256sums=('63fcb78e94e1c8cff199cada3f64c694f49c1e9fe2c3f17495dc01a5e8e03a84')
 
 prepare() {
   cd "$pkgname-$pkgver"


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

2016-05-28 Thread Alexander Rødseth
Date: Saturday, May 28, 2016 @ 11:00:30
  Author: arodseth
Revision: 177359

upgpkg: rust 1:1.9.0-1

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

--+
 PKGBUILD |9 -
 rust.install |   13 -
 2 files changed, 4 insertions(+), 18 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-05-28 03:42:08 UTC (rev 177358)
+++ PKGBUILD2016-05-28 09:00:30 UTC (rev 177359)
@@ -3,18 +3,17 @@
 # Contributor: Daniel Micay 
 
 pkgname=rust
-pkgver=1.8.0
 epoch=1
+pkgver=1.9.0
 pkgrel=1
 arch=('x86_64' 'i686')
 pkgdesc='Systems programming language focused on safety, speed and concurrency'
 url='http://www.rust-lang.org/'
 license=('MIT' 'Apache')
-makedepends=('libffi' 'perl' 'python2' 'curl')
+makedepends=('libffi' 'perl' 'python2' 'curl' 'jemalloc')
 source=("http://static.rust-lang.org/dist/rustc-$pkgver-src.tar.gz"{,.asc})
-sha256sums=('af4466147e8d4db4de2a46e07494d2dc2d96313c5b37da34237f511c905f7449'
+sha256sums=('b19b21193d7d36039debeaaa1f61cbf98787e0ce94bd85c5cbe2a59462d7cfcd'
 'SKIP')
-install="$pkgname.install"
 options=('staticlibs' '!strip')
 validpgpkeys=('108F66205EAEB0AAA8DD5E1C85AB96E6FA1BE5FE') # Rust Language (Tag 
and Release Signing Key) 
 #gpg --keyserver hkp://keys.gnupg.net --recv-keys 
108F66205EAEB0AAA8DD5E1C85AB96E6FA1BE5FE
@@ -23,7 +22,7 @@
   cd "rustc-$pkgver"
 
   ./configure --prefix=/usr --disable-docs --release-channel=stable
-  make
+  make CFLAGS="$CFLAGS -fPIC -w"
 }
 
 package() {

Deleted: rust.install
===
--- rust.install2016-05-28 03:42:08 UTC (rev 177358)
+++ rust.install2016-05-28 09:00:30 UTC (rev 177359)
@@ -1,13 +0,0 @@
-post_install() {
-  if type -P update-mime-database &> /dev/null; then
-update-mime-database usr/share/mime >/dev/null
-  fi
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}


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

2016-05-28 Thread Alexander Rødseth
Date: Saturday, May 28, 2016 @ 11:00:44
  Author: arodseth
Revision: 177360

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

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

---+
 /PKGBUILD |   84 
 community-i686/PKGBUILD   |   43 
 community-i686/rust.install   |   13 --
 community-x86_64/PKGBUILD |   43 
 community-x86_64/rust.install |   13 --
 5 files changed, 84 insertions(+), 112 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-05-28 09:00:30 UTC (rev 177359)
+++ community-i686/PKGBUILD 2016-05-28 09:00:44 UTC (rev 177360)
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer: Alexander F Rødseth 
-# Contributor: Daniel Micay 
-
-pkgname=rust
-pkgver=1.8.0
-epoch=1
-pkgrel=1
-arch=('x86_64' 'i686')
-pkgdesc='Systems programming language focused on safety, speed and concurrency'
-url='http://www.rust-lang.org/'
-license=('MIT' 'Apache')
-makedepends=('libffi' 'perl' 'python2' 'curl')
-source=("http://static.rust-lang.org/dist/rustc-$pkgver-src.tar.gz"{,.asc})
-sha256sums=('af4466147e8d4db4de2a46e07494d2dc2d96313c5b37da34237f511c905f7449'
-'SKIP')
-install="$pkgname.install"
-options=('staticlibs' '!strip')
-validpgpkeys=('108F66205EAEB0AAA8DD5E1C85AB96E6FA1BE5FE') # Rust Language (Tag 
and Release Signing Key) 
-#gpg --keyserver hkp://keys.gnupg.net --recv-keys 
108F66205EAEB0AAA8DD5E1C85AB96E6FA1BE5FE
-
-build() {
-  cd "rustc-$pkgver"
-
-  ./configure --prefix=/usr --disable-docs --release-channel=stable
-  make
-}
-
-package() {
-  cd "rustc-$pkgver"
-
-  make DESTDIR="$pkgdir" install
-
-  install -Dm644 LICENSE-APACHE \
-"$pkgdir/usr/share/licenses/$pkgname/LICENSE-APACHE"
-  install -Dm644 LICENSE-MIT "$pkgdir/usr/share/licenses/$pkgname/LICENSE-MIT"
-
-  cd "$pkgdir/usr/lib"
-  rm rustlib/{components,manifest-rustc,rust-installer-version}
-  ln -sf rustlib/$CARCH-unknown-linux-gnu/lib/*.so .
-}
-
-# vim:set ts=2 sw=2 et:

Copied: rust/repos/community-i686/PKGBUILD (from rev 177359, 
rust/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-05-28 09:00:44 UTC (rev 177360)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Alexander F Rødseth 
+# Contributor: Daniel Micay 
+
+pkgname=rust
+epoch=1
+pkgver=1.9.0
+pkgrel=1
+arch=('x86_64' 'i686')
+pkgdesc='Systems programming language focused on safety, speed and concurrency'
+url='http://www.rust-lang.org/'
+license=('MIT' 'Apache')
+makedepends=('libffi' 'perl' 'python2' 'curl' 'jemalloc')
+source=("http://static.rust-lang.org/dist/rustc-$pkgver-src.tar.gz"{,.asc})
+sha256sums=('b19b21193d7d36039debeaaa1f61cbf98787e0ce94bd85c5cbe2a59462d7cfcd'
+'SKIP')
+options=('staticlibs' '!strip')
+validpgpkeys=('108F66205EAEB0AAA8DD5E1C85AB96E6FA1BE5FE') # Rust Language (Tag 
and Release Signing Key) 
+#gpg --keyserver hkp://keys.gnupg.net --recv-keys 
108F66205EAEB0AAA8DD5E1C85AB96E6FA1BE5FE
+
+build() {
+  cd "rustc-$pkgver"
+
+  ./configure --prefix=/usr --disable-docs --release-channel=stable
+  make CFLAGS="$CFLAGS -fPIC -w"
+}
+
+package() {
+  cd "rustc-$pkgver"
+
+  make DESTDIR="$pkgdir" install
+
+  install -Dm644 LICENSE-APACHE \
+"$pkgdir/usr/share/licenses/$pkgname/LICENSE-APACHE"
+  install -Dm644 LICENSE-MIT "$pkgdir/usr/share/licenses/$pkgname/LICENSE-MIT"
+
+  cd "$pkgdir/usr/lib"
+  rm rustlib/{components,manifest-rustc,rust-installer-version}
+  ln -sf rustlib/$CARCH-unknown-linux-gnu/lib/*.so .
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-i686/rust.install
===
--- community-i686/rust.install 2016-05-28 09:00:30 UTC (rev 177359)
+++ community-i686/rust.install 2016-05-28 09:00:44 UTC (rev 177360)
@@ -1,13 +0,0 @@
-post_install() {
-  if type -P update-mime-database &> /dev/null; then
-update-mime-database usr/share/mime >/dev/null
-  fi
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-05-28 09:00:30 UTC (rev 177359)
+++ community-x86_64/PKGBUILD   2016-05-28 09:00:44 UTC (rev 177360)
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer: Alexander F Rødseth 
-# Contributor: Daniel Micay 
-
-pkgname=rust
-pkgver=1.8.0
-epoch=1
-pkgrel=1
-arch=('x86_64' 'i686')
-pkgdesc='Systems programming language focused on safety, speed and conc