[arch-commits] Commit in webkit2gtk/repos/extra-x86_64 (6 files)

2017-11-10 Thread Jan Steffens
Date: Saturday, November 11, 2017 @ 02:18:59
  Author: heftig
Revision: 309432

archrelease: copy trunk to extra-x86_64

Added:
  webkit2gtk/repos/extra-x86_64/PKGBUILD
(from rev 309431, webkit2gtk/trunk/PKGBUILD)
  webkit2gtk/repos/extra-x86_64/gcc7.patch
(from rev 309431, webkit2gtk/trunk/gcc7.patch)
  webkit2gtk/repos/extra-x86_64/icu59.patch
(from rev 309431, webkit2gtk/trunk/icu59.patch)
Deleted:
  webkit2gtk/repos/extra-x86_64/PKGBUILD
  webkit2gtk/repos/extra-x86_64/gcc7.patch
  webkit2gtk/repos/extra-x86_64/icu59.patch

-+
 PKGBUILD|   98 +-
 gcc7.patch  |   94 +++
 icu59.patch |   76 ++--
 3 files changed, 134 insertions(+), 134 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2017-11-11 02:13:12 UTC (rev 309431)
+++ PKGBUILD2017-11-11 02:18:59 UTC (rev 309432)
@@ -1,49 +0,0 @@
-# $Id$
-# Contributor: Eric Bélanger 
-
-pkgname=webkit2gtk
-pkgver=2.18.2
-pkgrel=1
-pkgdesc="GTK+ Web content engine library"
-arch=(i686 x86_64)
-url="https://webkitgtk.org/;
-license=(custom)
-depends=(libxt libxslt enchant geoclue2 gst-plugins-base-libs gst-plugins-bad
- libsecret libwebp harfbuzz-icu gtk3 libnotify hyphen)
-makedepends=(gtk2 gperf gobject-introspection ruby gtk-doc cmake python 
python2 ninja)
-optdepends=('gtk2: Netscape plugin support'
-'gst-plugins-base: free media decoding'
-'gst-plugins-good: media decoding'
-'gst-libav: nonfree media decoding')
-source=(https://webkitgtk.org/releases/webkitgtk-${pkgver}.tar.xz{,.asc})
-sha256sums=('b14cb3f1b5321b1dc50abcc0445a97f8e2f8813562bca7ce4d2f8069f6fec8e7'
-'SKIP')
-validpgpkeys=('D7FCF61CF9A2DEAB31D81BD3F3D322D0EC4582C3')
-
-prepare() {
-  mkdir build
-  cd webkitgtk-$pkgver
-
-  sed -i '1s/python$/&2/' Tools/gtk/generate-gtkdoc
-  rm -r Source/ThirdParty/gtest/
-}
-
-build() {
-  cd build
-  cmake -G Ninja -DPORT=GTK -DCMAKE_BUILD_TYPE=Release \
--DCMAKE_SKIP_RPATH=ON -DCMAKE_INSTALL_PREFIX=/usr \
--DLIB_INSTALL_DIR=/usr/lib 
-DLIBEXEC_INSTALL_DIR=/usr/lib/webkit2gtk-4.0 \
--DENABLE_GTKDOC=ON -DPYTHON_EXECUTABLE=/usr/bin/python2 
../webkitgtk-$pkgver
-  ninja
-}
-
-package() {
-  cd build
-  DESTDIR="$pkgdir" ninja install
-
-  cd ../webkitgtk-$pkgver/Source
-  while IFS= read -d $'\0' -r _f; do
-echo "### $_f ###"; cat "$_f"; echo
-  done < <(find . -name 'COPYING*' -or -name 'LICENSE*' -print0) \
-| install -Dm644 /dev/stdin "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}

Copied: webkit2gtk/repos/extra-x86_64/PKGBUILD (from rev 309431, 
webkit2gtk/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-11-11 02:18:59 UTC (rev 309432)
@@ -0,0 +1,49 @@
+# $Id$
+# Contributor: Eric Bélanger 
+
+pkgname=webkit2gtk
+pkgver=2.18.3
+pkgrel=1
+pkgdesc="GTK+ Web content engine library"
+arch=(i686 x86_64)
+url="https://webkitgtk.org/;
+license=(custom)
+depends=(libxt libxslt enchant geoclue2 gst-plugins-base-libs gst-plugins-bad
+ libsecret libwebp harfbuzz-icu gtk3 libnotify hyphen)
+makedepends=(gtk2 gperf gobject-introspection ruby gtk-doc cmake python 
python2 ninja)
+optdepends=('gtk2: Netscape plugin support'
+'gst-plugins-base: free media decoding'
+'gst-plugins-good: media decoding'
+'gst-libav: nonfree media decoding')
+source=(https://webkitgtk.org/releases/webkitgtk-${pkgver}.tar.xz{,.asc})
+sha256sums=('e15420e1616a6f70f321541d467af5ca285bff66b1e0fa68a01df3ccf1b18f9e'
+'SKIP')
+validpgpkeys=('D7FCF61CF9A2DEAB31D81BD3F3D322D0EC4582C3')
+
+prepare() {
+  mkdir build
+  cd webkitgtk-$pkgver
+
+  sed -i '1s/python$/&2/' Tools/gtk/generate-gtkdoc
+  rm -r Source/ThirdParty/gtest
+}
+
+build() {
+  cd build
+  cmake -G Ninja -DPORT=GTK -DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_SKIP_RPATH=ON -DCMAKE_INSTALL_PREFIX=/usr \
+-DLIB_INSTALL_DIR=/usr/lib 
-DLIBEXEC_INSTALL_DIR=/usr/lib/webkit2gtk-4.0 \
+-DENABLE_GTKDOC=ON -DPYTHON_EXECUTABLE=/usr/bin/python2 
../webkitgtk-$pkgver
+  ninja
+}
+
+package() {
+  cd build
+  DESTDIR="$pkgdir" ninja install
+
+  cd ../webkitgtk-$pkgver/Source
+  while IFS= read -d $'\0' -r _f; do
+echo "### $_f ###"; cat "$_f"; echo
+  done < <(find . -name 'COPYING*' -or -name 'LICENSE*' -print0) \
+| install -Dm644 /dev/stdin "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}

Deleted: gcc7.patch
===
--- gcc7.patch  2017-11-11 02:13:12 UTC (rev 309431)
+++ gcc7.patch  2017-11-11 02:18:59 UTC (rev 309432)
@@ -1,47 +0,0 @@
-diff -u -r webkitgtk-2.16.5/Source/cmake/OptionsCommon.cmake 

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

2017-11-10 Thread Jan Steffens
Date: Saturday, November 11, 2017 @ 02:13:12
  Author: heftig
Revision: 309431

2.18.3-1

Modified:
  webkit2gtk/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-11-10 23:19:19 UTC (rev 309430)
+++ PKGBUILD2017-11-11 02:13:12 UTC (rev 309431)
@@ -2,7 +2,7 @@
 # Contributor: Eric Bélanger 
 
 pkgname=webkit2gtk
-pkgver=2.18.2
+pkgver=2.18.3
 pkgrel=1
 pkgdesc="GTK+ Web content engine library"
 arch=(i686 x86_64)
@@ -16,7 +16,7 @@
 'gst-plugins-good: media decoding'
 'gst-libav: nonfree media decoding')
 source=(https://webkitgtk.org/releases/webkitgtk-${pkgver}.tar.xz{,.asc})
-sha256sums=('b14cb3f1b5321b1dc50abcc0445a97f8e2f8813562bca7ce4d2f8069f6fec8e7'
+sha256sums=('e15420e1616a6f70f321541d467af5ca285bff66b1e0fa68a01df3ccf1b18f9e'
 'SKIP')
 validpgpkeys=('D7FCF61CF9A2DEAB31D81BD3F3D322D0EC4582C3')
 
@@ -25,7 +25,7 @@
   cd webkitgtk-$pkgver
 
   sed -i '1s/python$/&2/' Tools/gtk/generate-gtkdoc
-  rm -r Source/ThirdParty/gtest/
+  rm -r Source/ThirdParty/gtest
 }
 
 build() {


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

2017-11-10 Thread Evangelos Foutras
Date: Saturday, November 11, 2017 @ 00:06:31
  Author: foutrelis
Revision: 266217

upgpkg: python-jinja 2.10-1

New upstream release.

Modified:
  python-jinja/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-11-11 00:04:34 UTC (rev 266216)
+++ PKGBUILD2017-11-11 00:06:31 UTC (rev 266217)
@@ -3,7 +3,7 @@
 # Contributor: Peter Baldwin 
 
 pkgname=('python-jinja' 'python2-jinja')
-pkgver=2.9.6
+pkgver=2.10
 pkgrel=1
 pkgdesc="A simple pythonic template language written in Python"
 arch=('any')
@@ -12,7 +12,7 @@
 makedepends=('python-setuptools' 'python2-setuptools' 'python-markupsafe'
  'python2-markupsafe')
 source=(https://pypi.org/packages/source/J/Jinja2/Jinja2-$pkgver.tar.gz)
-sha256sums=('ddaa01a212cd6d641401cb01b605f4a4d9f37bfc93043d7f760ec70fb99ff9ff')
+sha256sums=('f84be1bb0040caca4cea721fcd61f9be9464ca236387158b0feea01914a4')
 
 build() {
   cd "$srcdir"


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

2017-11-10 Thread Evangelos Foutras
Date: Saturday, November 11, 2017 @ 00:06:55
  Author: foutrelis
Revision: 266218

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-11-11 00:06:31 UTC (rev 266217)
+++ PKGBUILD2017-11-11 00:06:55 UTC (rev 266218)
@@ -1,49 +0,0 @@
-# $Id$
-# Maintainer: Evangelos Foutras 
-# Contributor: Peter Baldwin 
-
-pkgname=('python-jinja' 'python2-jinja')
-pkgver=2.9.6
-pkgrel=1
-pkgdesc="A simple pythonic template language written in Python"
-arch=('any')
-url="http://jinja.pocoo.org/;
-license=('BSD')
-makedepends=('python-setuptools' 'python2-setuptools' 'python-markupsafe'
- 'python2-markupsafe')
-source=(https://pypi.org/packages/source/J/Jinja2/Jinja2-$pkgver.tar.gz)
-sha256sums=('ddaa01a212cd6d641401cb01b605f4a4d9f37bfc93043d7f760ec70fb99ff9ff')
-
-build() {
-  cd "$srcdir"
-
-  rm -rf python{2,3}-build
-  for builddir in python{2,3}-build; do
-cp -r Jinja2-$pkgver $builddir
-pushd $builddir
-${builddir%-build} setup.py build
-popd
-  done
-}
-
-package_python-jinja() {
-  depends=('python-setuptools' 'python-markupsafe')
-
-  cd "$srcdir/python3-build"
-
-  python3 setup.py install --root="$pkgdir" -O1
-
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-
-package_python2-jinja() {
-  depends=('python2-setuptools' 'python2-markupsafe')
-
-  cd "$srcdir/python2-build"
-
-  python2 setup.py install --root="$pkgdir" -O1
-
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-jinja/repos/community-any/PKGBUILD (from rev 266217, 
python-jinja/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-11-11 00:06:55 UTC (rev 266218)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer: Evangelos Foutras 
+# Contributor: Peter Baldwin 
+
+pkgname=('python-jinja' 'python2-jinja')
+pkgver=2.10
+pkgrel=1
+pkgdesc="A simple pythonic template language written in Python"
+arch=('any')
+url="http://jinja.pocoo.org/;
+license=('BSD')
+makedepends=('python-setuptools' 'python2-setuptools' 'python-markupsafe'
+ 'python2-markupsafe')
+source=(https://pypi.org/packages/source/J/Jinja2/Jinja2-$pkgver.tar.gz)
+sha256sums=('f84be1bb0040caca4cea721fcd61f9be9464ca236387158b0feea01914a4')
+
+build() {
+  cd "$srcdir"
+
+  rm -rf python{2,3}-build
+  for builddir in python{2,3}-build; do
+cp -r Jinja2-$pkgver $builddir
+pushd $builddir
+${builddir%-build} setup.py build
+popd
+  done
+}
+
+package_python-jinja() {
+  depends=('python-setuptools' 'python-markupsafe')
+
+  cd "$srcdir/python3-build"
+
+  python3 setup.py install --root="$pkgdir" -O1
+
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+package_python2-jinja() {
+  depends=('python2-setuptools' 'python2-markupsafe')
+
+  cd "$srcdir/python2-build"
+
+  python2 setup.py install --root="$pkgdir" -O1
+
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+# vim:set ts=2 sw=2 et:


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

2017-11-10 Thread Evangelos Foutras
Date: Saturday, November 11, 2017 @ 00:04:34
  Author: foutrelis
Revision: 266216

archrelease: copy trunk to community-any

Added:
  shorewall/repos/community-any/PKGBUILD
(from rev 266215, shorewall/trunk/PKGBUILD)
Deleted:
  shorewall/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-11-11 00:04:20 UTC (rev 266215)
+++ PKGBUILD2017-11-11 00:04:34 UTC (rev 266216)
@@ -1,79 +0,0 @@
-# $Id$
-# Maintainer: Evangelos Foutras 
-# Contributor: Malte Rabenseifner 
-# Contributor: Andrea Scarpino 
-# Contributor: FUBAR 
-
-pkgname=('shorewall' 'shorewall6' 'shorewall-core')
-pkgver=5.1.8
-pkgrel=1
-_v1=$(expr $pkgver : '\([0-9]\+\(\.[0-9]\+\)\{1\}\)') # 5.x
-_v2=$(expr $pkgver : '\([0-9]\+\(\.[0-9]\+\)\{2\}\)') # 5.x.x
-arch=('any')
-url="http://www.shorewall.net/;
-license=('GPL')
-source=(http://www.shorewall.net/pub/$pkgname/$_v1/$pkgname-$_v2/$pkgname-$pkgver.tar.bz2{,.asc}
-
http://www.shorewall.net/pub/$pkgname/$_v1/$pkgname-$_v2/shorewall6-$pkgver.tar.bz2{,.asc}
-
http://www.shorewall.net/pub/$pkgname/$_v1/$pkgname-$_v2/shorewall-core-$pkgver.tar.bz2{,.asc})
-sha256sums=('4b00a90526b67908325ec3f7a52494191d194515742ce3b6face6a0e6fec1db6'
-'SKIP'
-'67ae2b7a4b085324da5d301aab9c48bced4e7c5d9ba6497e28cd361b3c2eb5da'
-'SKIP'
-'96f54978c128122ef9c5f1e15e981261d63d81cc36d9a339bf4993689c566086'
-'SKIP')
-validpgpkeys=('7BDE11F3F2B42E2E52828F8AE368BD09153D38B1')
-
-build() {
-  for product in shorewall{,6,-core}; do
-pushd "$srcdir/$product-$pkgver"
-./configure HOST=archlinux
-popd
-  done
-}
-
-package_shorewall() {
-  pkgdesc="An iptables-based firewall for Linux systems"
-  depends=('shorewall-core' 'perl')
-  
backup=(etc/shorewall/{accounting,actions,blrules,clear,conntrack,ecn,findgw,hosts,init,initdone,interfaces,lib.private,maclist,mangle,nat,netmap,params,policy,providers,proxyarp,refresh,refreshed,restored,routes,stoppedrules,rtrules,rules,scfilter,secmarks,shorewall.conf,snat,start,started,stop,stopped,tcclasses,tcclear,tcdevices,tcfilters,tcinterfaces,tcpri,tunnels,zones})
-
-  cd "$srcdir/$pkgname-$pkgver"
-
-  do_install
-}
-
-package_shorewall6() {
-  pkgdesc="An iptables-based firewall for Linux systems (with IPv6 support)"
-  depends=('shorewall')
-  
backup=(etc/shorewall6/{accounting,actions,blrules,clear,conntrack,findgw,hosts,init,interfaces,maclist,mangle,netmap,params,policy,providers,proxyndp,refresh,refreshed,restored,routes,stoppedrules,rtrules,rules,scfilter,secmarks,shorewall6.conf,snat,start,started,stop,stopped,tcclasses,tcclear,tcdevices,tcfilters,tcinterfaces,tcpri,tunnels,zones})
-
-  cd "$srcdir/$pkgname-$pkgver"
-
-  do_install 6
-}
-
-package_shorewall-core() {
-  pkgdesc="Core Shorewall libraries"
-  depends=('iptables' 'iproute2')
-
-  cd "$srcdir/$pkgname-$pkgver"
-
-  DESTDIR="$pkgdir" ./install.sh
-}
-
-do_install() {
-  local _name_suffix=$1
-
-  sed -i -e 's|^MODULE_SUFFIX=ko$|&.gz|' \
- -e 's|/subsys||' \
-  "configfiles/shorewall$_name_suffix.conf"
-
-  DESTDIR="$pkgdir" ./install.sh
-
-  install -d "$pkgdir/usr/share/doc/shorewall$_name_suffix/"
-  cp -r Samples$_name_suffix "$pkgdir/usr/share/doc/shorewall$_name_suffix/"
-
-  chmod -R 644 "$pkgdir/etc/shorewall$_name_suffix/"
-  chmod 755 "$pkgdir/etc/shorewall$_name_suffix/"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: shorewall/repos/community-any/PKGBUILD (from rev 266215, 
shorewall/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-11-11 00:04:34 UTC (rev 266216)
@@ -0,0 +1,79 @@
+# $Id$
+# Maintainer: Evangelos Foutras 
+# Contributor: Malte Rabenseifner 
+# Contributor: Andrea Scarpino 
+# Contributor: FUBAR 
+
+pkgname=('shorewall' 'shorewall6' 'shorewall-core')
+pkgver=5.1.8.1
+pkgrel=1
+_v1=$(expr $pkgver : '\([0-9]\+\(\.[0-9]\+\)\{1\}\)') # 5.x
+_v2=$(expr $pkgver : '\([0-9]\+\(\.[0-9]\+\)\{2\}\)') # 5.x.x
+arch=('any')
+url="http://www.shorewall.net/;
+license=('GPL')
+source=(http://www.shorewall.net/pub/$pkgname/$_v1/$pkgname-$_v2/$pkgname-$pkgver.tar.bz2{,.asc}
+
http://www.shorewall.net/pub/$pkgname/$_v1/$pkgname-$_v2/shorewall6-$pkgver.tar.bz2{,.asc}
+
http://www.shorewall.net/pub/$pkgname/$_v1/$pkgname-$_v2/shorewall-core-$pkgver.tar.bz2{,.asc})
+sha256sums=('0ba4f22394d988a5714637444c248e542d5897e41ab5770907edf38e422fe2ff'
+'SKIP'
+'fde5b7a9eb0d4241ef3dfb8392b93f86a974c76cec8b05bd946bc12f509aca8e'
+'SKIP'
+

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

2017-11-10 Thread Evangelos Foutras
Date: Saturday, November 11, 2017 @ 00:04:20
  Author: foutrelis
Revision: 266215

upgpkg: shorewall 5.1.8.1-1

New upstream release.

Modified:
  shorewall/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-11-10 23:18:17 UTC (rev 266214)
+++ PKGBUILD2017-11-11 00:04:20 UTC (rev 266215)
@@ -5,7 +5,7 @@
 # Contributor: FUBAR 
 
 pkgname=('shorewall' 'shorewall6' 'shorewall-core')
-pkgver=5.1.8
+pkgver=5.1.8.1
 pkgrel=1
 _v1=$(expr $pkgver : '\([0-9]\+\(\.[0-9]\+\)\{1\}\)') # 5.x
 _v2=$(expr $pkgver : '\([0-9]\+\(\.[0-9]\+\)\{2\}\)') # 5.x.x
@@ -15,11 +15,11 @@
 
source=(http://www.shorewall.net/pub/$pkgname/$_v1/$pkgname-$_v2/$pkgname-$pkgver.tar.bz2{,.asc}
 
http://www.shorewall.net/pub/$pkgname/$_v1/$pkgname-$_v2/shorewall6-$pkgver.tar.bz2{,.asc}
 
http://www.shorewall.net/pub/$pkgname/$_v1/$pkgname-$_v2/shorewall-core-$pkgver.tar.bz2{,.asc})
-sha256sums=('4b00a90526b67908325ec3f7a52494191d194515742ce3b6face6a0e6fec1db6'
+sha256sums=('0ba4f22394d988a5714637444c248e542d5897e41ab5770907edf38e422fe2ff'
 'SKIP'
-'67ae2b7a4b085324da5d301aab9c48bced4e7c5d9ba6497e28cd361b3c2eb5da'
+'fde5b7a9eb0d4241ef3dfb8392b93f86a974c76cec8b05bd946bc12f509aca8e'
 'SKIP'
-'96f54978c128122ef9c5f1e15e981261d63d81cc36d9a339bf4993689c566086'
+'0caca8dbd969e88f3f875789b3ac31985a19d39916efe15f69766a6ddd8d97ac'
 'SKIP')
 validpgpkeys=('7BDE11F3F2B42E2E52828F8AE368BD09153D38B1')
 


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

2017-11-10 Thread Antonio Rojas
Date: Friday, November 10, 2017 @ 23:18:56
  Author: arojas
Revision: 309429

Update to 1.7.3

Modified:
  konversation/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-11-10 23:16:53 UTC (rev 309428)
+++ PKGBUILD2017-11-10 23:18:56 UTC (rev 309429)
@@ -7,8 +7,8 @@
 # Contributor: Sergio Jovani Guzman 
 
 pkgname=konversation
-pkgver=1.7.2
-pkgrel=2
+pkgver=1.7.3
+pkgrel=1
 pkgdesc="A user-friendly and fully-featured IRC client"
 arch=(i686 x86_64)
 url="http://konversation.kde.org;
@@ -17,7 +17,7 @@
 makedepends=(extra-cmake-modules kdoctools python)
 license=(GPL2 FDL)
 
source=("http://download.kde.org/stable/$pkgname/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('5ff96e84cee4e1eefc404a31d778067ea508a6c848911fac70bd52812618'
+sha256sums=('5e6bf0afc682aad870b6258b20001c1f119c0784946dd4265b8554678563dcd8'
 'SKIP')
 validpgpkeys=(DA6B31C4B98A877DBB2EF9A292220328C632316E) # Eike Hein 

 


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

2017-11-10 Thread Antonio Rojas
Date: Friday, November 10, 2017 @ 23:19:19
  Author: arojas
Revision: 309430

archrelease: copy trunk to extra-x86_64

Added:
  konversation/repos/extra-x86_64/PKGBUILD
(from rev 309429, konversation/trunk/PKGBUILD)
Deleted:
  konversation/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-11-10 23:18:56 UTC (rev 309429)
+++ PKGBUILD2017-11-10 23:19:19 UTC (rev 309430)
@@ -1,41 +0,0 @@
-# $Id: PKGBUILD 225717 2014-11-07 02:03:06Z foutrelis $
-# Maintainer: Antonio Rojas 
-# Contributor: Tom Gundersen 
-# Contributor: Stéphane Gaudreault 
-# Contributor: Andrea Scarpino 
-# Contributor: James Rayner 
-# Contributor: Sergio Jovani Guzman 
-
-pkgname=konversation
-pkgver=1.7.2
-pkgrel=2
-pkgdesc="A user-friendly and fully-featured IRC client"
-arch=(i686 x86_64)
-url="http://konversation.kde.org;
-depends=(knotifyconfig kemoticons kparts kidletime qca-qt5 hicolor-icon-theme)
-optdepends=('python: python scripting support' 'keditbookmarks: for managing 
bookmarks')
-makedepends=(extra-cmake-modules kdoctools python)
-license=(GPL2 FDL)
-source=("http://download.kde.org/stable/$pkgname/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('5ff96e84cee4e1eefc404a31d778067ea508a6c848911fac70bd52812618'
-'SKIP')
-validpgpkeys=(DA6B31C4B98A877DBB2EF9A292220328C632316E) # Eike Hein 

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

Copied: konversation/repos/extra-x86_64/PKGBUILD (from rev 309429, 
konversation/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-11-10 23:19:19 UTC (rev 309430)
@@ -0,0 +1,41 @@
+# $Id: PKGBUILD 225717 2014-11-07 02:03:06Z foutrelis $
+# Maintainer: Antonio Rojas 
+# Contributor: Tom Gundersen 
+# Contributor: Stéphane Gaudreault 
+# Contributor: Andrea Scarpino 
+# Contributor: James Rayner 
+# Contributor: Sergio Jovani Guzman 
+
+pkgname=konversation
+pkgver=1.7.3
+pkgrel=1
+pkgdesc="A user-friendly and fully-featured IRC client"
+arch=(i686 x86_64)
+url="http://konversation.kde.org;
+depends=(knotifyconfig kemoticons kparts kidletime qca-qt5 hicolor-icon-theme)
+optdepends=('python: python scripting support' 'keditbookmarks: for managing 
bookmarks')
+makedepends=(extra-cmake-modules kdoctools python)
+license=(GPL2 FDL)
+source=("http://download.kde.org/stable/$pkgname/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('5e6bf0afc682aad870b6258b20001c1f119c0784946dd4265b8554678563dcd8'
+'SKIP')
+validpgpkeys=(DA6B31C4B98A877DBB2EF9A292220328C632316E) # Eike Hein 

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


[arch-commits] Commit in libxslt/repos/extra-x86_64 (4 files)

2017-11-10 Thread Jan de Groot
Date: Friday, November 10, 2017 @ 23:13:11
  Author: jgc
Revision: 309418

archrelease: copy trunk to extra-x86_64

Added:
  libxslt/repos/extra-x86_64/PKGBUILD
(from rev 309417, libxslt/trunk/PKGBUILD)
Deleted:
  libxslt/repos/extra-x86_64/0001-Fix-bashism-in-configure.in.patch
  libxslt/repos/extra-x86_64/0002-Set-XML_CONFIG-in-the-pkg-config-path.patch
  libxslt/repos/extra-x86_64/PKGBUILD

--+
 0001-Fix-bashism-in-configure.in.patch   |   27 -
 0002-Set-XML_CONFIG-in-the-pkg-config-path.patch |   28 -
 PKGBUILD |  110 +
 3 files changed, 51 insertions(+), 114 deletions(-)

Deleted: 0001-Fix-bashism-in-configure.in.patch
===
--- 0001-Fix-bashism-in-configure.in.patch  2017-11-10 23:13:04 UTC (rev 
309417)
+++ 0001-Fix-bashism-in-configure.in.patch  2017-11-10 23:13:11 UTC (rev 
309418)
@@ -1,27 +0,0 @@
-From 57bbfa2e84464dd3a7eb57458b98283f81d2a0ad Mon Sep 17 00:00:00 2001
-Message-Id: 
<57bbfa2e84464dd3a7eb57458b98283f81d2a0ad.1505293157.git.jan.steff...@gmail.com>
-From: "Jan Alexander Steffens (heftig)" 
-Date: Wed, 13 Sep 2017 07:54:31 +0200
-Subject: [PATCH 1/2] Fix bashism in configure.in
-
-Resulted in pkg-config never getting used for libxml if sh is not bash.

- configure.in | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/configure.in b/configure.in
-index d6aa3664e6aab08c..f4a0219eecbab9d4 100644
 a/configure.in
-+++ b/configure.in
-@@ -505,7 +505,7 @@ dnl
- dnl Try pkg-config first if nothing is set
- dnl
- 
--if test "x$LIBXML_CONFIG_PREFIX" == "x" -a "x$LIBXML_SRC" == "x"
-+if test "x$LIBXML_CONFIG_PREFIX" = "x" -a "x$LIBXML_SRC" = "x"
- then
-   PKG_CHECK_MODULES([LIBXML], [libxml-2.0 >= $LIBXML_REQUIRED_VERSION], [
-   LIBXML_MANUAL_SEARCH=no
--- 
-2.14.1
-

Deleted: 0002-Set-XML_CONFIG-in-the-pkg-config-path.patch
===
--- 0002-Set-XML_CONFIG-in-the-pkg-config-path.patch2017-11-10 23:13:04 UTC 
(rev 309417)
+++ 0002-Set-XML_CONFIG-in-the-pkg-config-path.patch2017-11-10 23:13:11 UTC 
(rev 309418)
@@ -1,28 +0,0 @@
-From 33f08609c1c2f054cf513bff06913c3d7013edc9 Mon Sep 17 00:00:00 2001
-Message-Id: 
<33f08609c1c2f054cf513bff06913c3d7013edc9.1505293157.git.jan.steff...@gmail.com>
-In-Reply-To: 
<57bbfa2e84464dd3a7eb57458b98283f81d2a0ad.1505293157.git.jan.steff...@gmail.com>
-References: 
<57bbfa2e84464dd3a7eb57458b98283f81d2a0ad.1505293157.git.jan.steff...@gmail.com>
-From: "Jan Alexander Steffens (heftig)" 
-Date: Wed, 13 Sep 2017 07:58:39 +0200
-Subject: [PATCH 2/2] Set XML_CONFIG in the pkg-config path
-
-Otherwise it's missing for the substitution into xslt-config.

- configure.in | 1 +
- 1 file changed, 1 insertion(+)
-
-diff --git a/configure.in b/configure.in
-index f4a0219eecbab9d4..52ada0a1fa3354a1 100644
 a/configure.in
-+++ b/configure.in
-@@ -510,6 +510,7 @@ then
-   PKG_CHECK_MODULES([LIBXML], [libxml-2.0 >= $LIBXML_REQUIRED_VERSION], [
-   LIBXML_MANUAL_SEARCH=no
-   WITH_MODULES="`$PKG_CONFIG --variable=modules libxml-2.0`"
-+  XML_CONFIG="$PKG_CONFIG libxml-2.0"
-   ],
-   [
-   LIBXML_MANUAL_SEARCH=yes
--- 
-2.14.1
-

Deleted: PKGBUILD
===
--- PKGBUILD2017-11-10 23:13:04 UTC (rev 309417)
+++ PKGBUILD2017-11-10 23:13:11 UTC (rev 309418)
@@ -1,59 +0,0 @@
-# $Id$
-# Maintainer: Eric Belanger 
-# Contributor: John Proctor 
-
-pkgname=libxslt
-pkgver=1.1.30
-pkgrel=2
-pkgdesc="XML stylesheet transformation library"
-url="http://xmlsoft.org/XSLT/;
-arch=(i686 x86_64)
-license=(custom)
-depends=(libxml2 libgcrypt)
-makedepends=(python2 git)
-checkdepends=(docbook-xml python)
-_commit=bec1788d0627db0b510dcb337f989fae0440dbd5  # tags/v1.1.30^0
-source=("git+https://git.gnome.org/browse/libxslt#commit=$_commit;
-0001-Fix-bashism-in-configure.in.patch
-0002-Set-XML_CONFIG-in-the-pkg-config-path.patch)
-sha256sums=('SKIP'
-'2845fdea4c1191b9b61e0a8f27cb48b7489d525ef1dbb019eb2b9050f4d50f94'
-'bbc9eefc4fe3617554fffdc45838d9150d906a617719fa5eb59997f7deadd54b')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/^v//;s/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-
-  # https://bugzilla.gnome.org/show_bug.cgi?id=787617
-  patch -Np1 -i ../0001-Fix-bashism-in-configure.in.patch
-  patch -Np1 -i ../0002-Set-XML_CONFIG-in-the-pkg-config-path.patch
-
-  sed -e 's|/usr/bin/python -u|/usr/bin/python2 -u|g' \
-  -e 's|/usr/bin/python$|/usr/bin/python2|g' \
-  -i python/tests/*.py
-
-  NOCONFIGURE=1 ./autogen.sh
-}
-
-build() {
-  cd $pkgname
-  ./configure --prefix=/usr --with-python=/usr/bin/python2
-  sed 

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

2017-11-10 Thread Jan de Groot
Date: Friday, November 10, 2017 @ 23:13:04
  Author: jgc
Revision: 309417

upgpkg: libxslt 1.1.32+3+g32c88216-1

Modified:
  libxslt/trunk/PKGBUILD
Deleted:
  libxslt/trunk/0001-Fix-bashism-in-configure.in.patch
  libxslt/trunk/0002-Set-XML_CONFIG-in-the-pkg-config-path.patch

--+
 0001-Fix-bashism-in-configure.in.patch   |   27 
 0002-Set-XML_CONFIG-in-the-pkg-config-path.patch |   28 -
 PKGBUILD |   18 +++--
 3 files changed, 5 insertions(+), 68 deletions(-)

Deleted: 0001-Fix-bashism-in-configure.in.patch
===
--- 0001-Fix-bashism-in-configure.in.patch  2017-11-10 23:00:52 UTC (rev 
309416)
+++ 0001-Fix-bashism-in-configure.in.patch  2017-11-10 23:13:04 UTC (rev 
309417)
@@ -1,27 +0,0 @@
-From 57bbfa2e84464dd3a7eb57458b98283f81d2a0ad Mon Sep 17 00:00:00 2001
-Message-Id: 
<57bbfa2e84464dd3a7eb57458b98283f81d2a0ad.1505293157.git.jan.steff...@gmail.com>
-From: "Jan Alexander Steffens (heftig)" 
-Date: Wed, 13 Sep 2017 07:54:31 +0200
-Subject: [PATCH 1/2] Fix bashism in configure.in
-
-Resulted in pkg-config never getting used for libxml if sh is not bash.

- configure.in | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/configure.in b/configure.in
-index d6aa3664e6aab08c..f4a0219eecbab9d4 100644
 a/configure.in
-+++ b/configure.in
-@@ -505,7 +505,7 @@ dnl
- dnl Try pkg-config first if nothing is set
- dnl
- 
--if test "x$LIBXML_CONFIG_PREFIX" == "x" -a "x$LIBXML_SRC" == "x"
-+if test "x$LIBXML_CONFIG_PREFIX" = "x" -a "x$LIBXML_SRC" = "x"
- then
-   PKG_CHECK_MODULES([LIBXML], [libxml-2.0 >= $LIBXML_REQUIRED_VERSION], [
-   LIBXML_MANUAL_SEARCH=no
--- 
-2.14.1
-

Deleted: 0002-Set-XML_CONFIG-in-the-pkg-config-path.patch
===
--- 0002-Set-XML_CONFIG-in-the-pkg-config-path.patch2017-11-10 23:00:52 UTC 
(rev 309416)
+++ 0002-Set-XML_CONFIG-in-the-pkg-config-path.patch2017-11-10 23:13:04 UTC 
(rev 309417)
@@ -1,28 +0,0 @@
-From 33f08609c1c2f054cf513bff06913c3d7013edc9 Mon Sep 17 00:00:00 2001
-Message-Id: 
<33f08609c1c2f054cf513bff06913c3d7013edc9.1505293157.git.jan.steff...@gmail.com>
-In-Reply-To: 
<57bbfa2e84464dd3a7eb57458b98283f81d2a0ad.1505293157.git.jan.steff...@gmail.com>
-References: 
<57bbfa2e84464dd3a7eb57458b98283f81d2a0ad.1505293157.git.jan.steff...@gmail.com>
-From: "Jan Alexander Steffens (heftig)" 
-Date: Wed, 13 Sep 2017 07:58:39 +0200
-Subject: [PATCH 2/2] Set XML_CONFIG in the pkg-config path
-
-Otherwise it's missing for the substitution into xslt-config.

- configure.in | 1 +
- 1 file changed, 1 insertion(+)
-
-diff --git a/configure.in b/configure.in
-index f4a0219eecbab9d4..52ada0a1fa3354a1 100644
 a/configure.in
-+++ b/configure.in
-@@ -510,6 +510,7 @@ then
-   PKG_CHECK_MODULES([LIBXML], [libxml-2.0 >= $LIBXML_REQUIRED_VERSION], [
-   LIBXML_MANUAL_SEARCH=no
-   WITH_MODULES="`$PKG_CONFIG --variable=modules libxml-2.0`"
-+  XML_CONFIG="$PKG_CONFIG libxml-2.0"
-   ],
-   [
-   LIBXML_MANUAL_SEARCH=yes
--- 
-2.14.1
-

Modified: PKGBUILD
===
--- PKGBUILD2017-11-10 23:00:52 UTC (rev 309416)
+++ PKGBUILD2017-11-10 23:13:04 UTC (rev 309417)
@@ -3,8 +3,8 @@
 # Contributor: John Proctor 
 
 pkgname=libxslt
-pkgver=1.1.30
-pkgrel=2
+pkgver=1.1.32+3+g32c88216
+pkgrel=1
 pkgdesc="XML stylesheet transformation library"
 url="http://xmlsoft.org/XSLT/;
 arch=(i686 x86_64)
@@ -12,13 +12,9 @@
 depends=(libxml2 libgcrypt)
 makedepends=(python2 git)
 checkdepends=(docbook-xml python)
-_commit=bec1788d0627db0b510dcb337f989fae0440dbd5  # tags/v1.1.30^0
-source=("git+https://git.gnome.org/browse/libxslt#commit=$_commit;
-0001-Fix-bashism-in-configure.in.patch
-0002-Set-XML_CONFIG-in-the-pkg-config-path.patch)
-sha256sums=('SKIP'
-'2845fdea4c1191b9b61e0a8f27cb48b7489d525ef1dbb019eb2b9050f4d50f94'
-'bbc9eefc4fe3617554fffdc45838d9150d906a617719fa5eb59997f7deadd54b')
+_commit=32c88216ddbaa0f3491f45bc84ee89285c6a1129  # master
+source=("git+https://git.gnome.org/browse/libxslt#commit=$_commit;)
+sha256sums=('SKIP')
 
 pkgver() {
   cd $pkgname
@@ -28,10 +24,6 @@
 prepare() {
   cd $pkgname
 
-  # https://bugzilla.gnome.org/show_bug.cgi?id=787617
-  patch -Np1 -i ../0001-Fix-bashism-in-configure.in.patch
-  patch -Np1 -i ../0002-Set-XML_CONFIG-in-the-pkg-config-path.patch
-
   sed -e 's|/usr/bin/python -u|/usr/bin/python2 -u|g' \
   -e 's|/usr/bin/python$|/usr/bin/python2|g' \
   -i python/tests/*.py


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

2017-11-10 Thread Jan de Groot
Date: Friday, November 10, 2017 @ 23:00:43
  Author: jgc
Revision: 309415

upgpkg: libwacom 0.26-1

Modified:
  libwacom/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-11-10 22:53:54 UTC (rev 309414)
+++ PKGBUILD2017-11-10 23:00:43 UTC (rev 309415)
@@ -2,16 +2,19 @@
 # Maintainer: Jan Alexander Steffens (heftig) 
 
 pkgname=libwacom
-pkgver=0.24
+pkgver=0.26
 pkgrel=1
 pkgdesc="Library to identify Wacom tablets and their features"
 arch=('x86_64' 'i686')
-url="https://sourceforge.net/apps/mediawiki/linuxwacom/index.php?title=Libwacom;
+url="http://linuxwacom.sourceforge.net/wiki/index.php/Libwacom;
 license=('MIT')
 depends=('glib2' 'systemd' 'libgudev')
-source=(https://sourceforge.net/projects/linuxwacom/files/libwacom/$pkgname-$pkgver.tar.bz2)
-sha1sums=('74d38e416fc7b91bbf3e163d40fe6ff688e6da51')
-sha256sums=('2905a0ee5cc85eceb9f5bd06109e66a051b0ed18102c3e6798717c259c8d66c3')
+validpgpkeys=('3C2C43D9447D5938EF4551EBE23B7E70B467F0BF')
+source=(https://sourceforge.net/projects/linuxwacom/files/libwacom/$pkgname-$pkgver.tar.bz2{,.sig})
+sha1sums=('e5b8e1179fee4368659cef571c04d4969adcca81'
+  'SKIP')
+sha256sums=('c3e4109c8aa675ca42cafbf39992dcd1fd6582314441c42ba32b49f5b79cfb76'
+'SKIP')
 
 build() {
   cd $pkgname-$pkgver


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

2017-11-10 Thread Jan de Groot
Date: Friday, November 10, 2017 @ 23:00:52
  Author: jgc
Revision: 309416

archrelease: copy trunk to extra-x86_64

Added:
  libwacom/repos/extra-x86_64/PKGBUILD
(from rev 309415, libwacom/trunk/PKGBUILD)
Deleted:
  libwacom/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-11-10 23:00:43 UTC (rev 309415)
+++ PKGBUILD2017-11-10 23:00:52 UTC (rev 309416)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-
-pkgname=libwacom
-pkgver=0.24
-pkgrel=1
-pkgdesc="Library to identify Wacom tablets and their features"
-arch=('x86_64' 'i686')
-url="https://sourceforge.net/apps/mediawiki/linuxwacom/index.php?title=Libwacom;
-license=('MIT')
-depends=('glib2' 'systemd' 'libgudev')
-source=(https://sourceforge.net/projects/linuxwacom/files/libwacom/$pkgname-$pkgver.tar.bz2)
-sha1sums=('74d38e416fc7b91bbf3e163d40fe6ff688e6da51')
-sha256sums=('2905a0ee5cc85eceb9f5bd06109e66a051b0ed18102c3e6798717c259c8d66c3')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr
-  make
-}
-
-check() {
-  cd $pkgname-$pkgver
-  make check
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-  install -D -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-  install -m755 -d ${pkgdir}/usr/lib/udev/rules.d
-  cd tools
-  ./generate-udev-rules > ${pkgdir}/usr/lib/udev/rules.d/65-libwacom.rules
-  
-}

Copied: libwacom/repos/extra-x86_64/PKGBUILD (from rev 309415, 
libwacom/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-11-10 23:00:52 UTC (rev 309416)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+
+pkgname=libwacom
+pkgver=0.26
+pkgrel=1
+pkgdesc="Library to identify Wacom tablets and their features"
+arch=('x86_64' 'i686')
+url="http://linuxwacom.sourceforge.net/wiki/index.php/Libwacom;
+license=('MIT')
+depends=('glib2' 'systemd' 'libgudev')
+validpgpkeys=('3C2C43D9447D5938EF4551EBE23B7E70B467F0BF')
+source=(https://sourceforge.net/projects/linuxwacom/files/libwacom/$pkgname-$pkgver.tar.bz2{,.sig})
+sha1sums=('e5b8e1179fee4368659cef571c04d4969adcca81'
+  'SKIP')
+sha256sums=('c3e4109c8aa675ca42cafbf39992dcd1fd6582314441c42ba32b49f5b79cfb76'
+'SKIP')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  make check
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+  install -D -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+  install -m755 -d ${pkgdir}/usr/lib/udev/rules.d
+  cd tools
+  ./generate-udev-rules > ${pkgdir}/usr/lib/udev/rules.d/65-libwacom.rules
+  
+}


[arch-commits] Commit in usbmuxd/repos/testing-x86_64 (4 files)

2017-11-10 Thread Jan de Groot
Date: Friday, November 10, 2017 @ 22:53:47
  Author: jgc
Revision: 309413

archrelease: copy trunk to testing-x86_64

Added:
  usbmuxd/repos/testing-x86_64/PKGBUILD
(from rev 309412, usbmuxd/trunk/PKGBUILD)
  usbmuxd/repos/testing-x86_64/usbmuxd.install
(from rev 309412, usbmuxd/trunk/usbmuxd.install)
Deleted:
  usbmuxd/repos/testing-x86_64/PKGBUILD
  usbmuxd/repos/testing-x86_64/usbmuxd.install

-+
 PKGBUILD|   86 +++---
 usbmuxd.install |   22 ++---
 2 files changed, 54 insertions(+), 54 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2017-11-10 22:52:42 UTC (rev 309412)
+++ PKGBUILD2017-11-10 22:53:47 UTC (rev 309413)
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer : Ionut Biru 
-# Contributor: Gabriel Martinez < reitaka at gmail dot com >
-
-pkgname=usbmuxd
-pkgver=1.1.0+28+g46bdf3e
-pkgrel=1
-pkgdesc="USB Multiplex Daemon"
-url="http://marcansoft.com/blog/iphonelinux/usbmuxd/;
-arch=('i686' 'x86_64')
-license=('GPL2' 'GPL3')
-depends=('libimobiledevice')
-makedepends=('git')
-install=usbmuxd.install
-_commit=46bdf3ec90acf3916ee8aba622a7da9da5eb8e06  # master
-source=("git+https://github.com/libimobiledevice/usbmuxd#commit=$_commit;)
-md5sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-  NOCONFIGURE=1 ./autogen.sh
-}
-
-check() {
-  cd $pkgname
-  make check
-}
-
-build() {
-  cd $pkgname
-  ./configure --prefix=/usr --sbindir=/usr/bin
-  make
-}
-
-package() {
-  cd $pkgname
-  make DESTDIR="${pkgdir}" install
-}

Copied: usbmuxd/repos/testing-x86_64/PKGBUILD (from rev 309412, 
usbmuxd/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-11-10 22:53:47 UTC (rev 309413)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer : Ionut Biru 
+# Contributor: Gabriel Martinez < reitaka at gmail dot com >
+
+pkgname=usbmuxd
+pkgver=1.1.0+28+g46bdf3e
+pkgrel=1
+pkgdesc="USB Multiplex Daemon"
+url="http://marcansoft.com/blog/iphonelinux/usbmuxd/;
+arch=('i686' 'x86_64')
+license=('GPL2' 'GPL3')
+depends=('libimobiledevice')
+makedepends=('git')
+install=usbmuxd.install
+_commit=46bdf3ec90acf3916ee8aba622a7da9da5eb8e06  # master
+source=("git+https://github.com/libimobiledevice/usbmuxd#commit=$_commit;)
+md5sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+check() {
+  cd $pkgname
+  make check
+}
+
+build() {
+  cd $pkgname
+  ./configure --prefix=/usr --sbindir=/usr/bin
+  make
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="${pkgdir}" install
+}

Deleted: usbmuxd.install
===
--- usbmuxd.install 2017-11-10 22:52:42 UTC (rev 309412)
+++ usbmuxd.install 2017-11-10 22:53:47 UTC (rev 309413)
@@ -1,11 +0,0 @@
-post_install() {
-groupadd -g 140 usbmux &>/dev/null
-useradd -c 'usbmux user' -u 140 -g usbmux -d / -s /sbin/nologin usbmux 
&>/dev/null
-passwd -l usbmux &>/dev/null
-}
-
-post_upgrade() {
-getent group usbmux >/dev/null 2>&1 || groupadd -g 140 usbmux &>/dev/null
-getent passwd usbmux >/dev/null 2>&1 || useradd -c 'usbmux user' -u 140 -g 
usbmux -d / -s /sbin/nologin usbmux &>/dev/null
-passwd -l usbmux &>/dev/null
-}

Copied: usbmuxd/repos/testing-x86_64/usbmuxd.install (from rev 309412, 
usbmuxd/trunk/usbmuxd.install)
===
--- usbmuxd.install (rev 0)
+++ usbmuxd.install 2017-11-10 22:53:47 UTC (rev 309413)
@@ -0,0 +1,11 @@
+post_install() {
+groupadd -g 140 usbmux &>/dev/null
+useradd -c 'usbmux user' -u 140 -g usbmux -d / -s /sbin/nologin usbmux 
&>/dev/null
+passwd -l usbmux &>/dev/null
+}
+
+post_upgrade() {
+getent group usbmux >/dev/null 2>&1 || groupadd -g 140 usbmux &>/dev/null
+getent passwd usbmux >/dev/null 2>&1 || useradd -c 'usbmux user' -u 140 -g 
usbmux -d / -s /sbin/nologin usbmux &>/dev/null
+passwd -l usbmux &>/dev/null
+}


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

2017-11-10 Thread Rémy Oudompheng
Date: Friday, November 10, 2017 @ 22:53:54
  Author: remy
Revision: 309414

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

Added:
  perl-autovivification/repos/extra-i686/PKGBUILD
(from rev 309413, perl-autovivification/trunk/PKGBUILD)
  perl-autovivification/repos/extra-x86_64/PKGBUILD
(from rev 309413, perl-autovivification/trunk/PKGBUILD)
Deleted:
  perl-autovivification/repos/extra-i686/PKGBUILD
  perl-autovivification/repos/extra-x86_64/PKGBUILD

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2017-11-10 22:53:47 UTC (rev 309413)
+++ extra-i686/PKGBUILD 2017-11-10 22:53:54 UTC (rev 309414)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Rémy Oudompheng 
-# Contributor: Mateusz Krasowski 
-# Contributor: Luigi ranghetti 
-# Generator  : CPANPLUS::Dist::Arch 1.25
-
-pkgname='perl-autovivification'
-_dist="autovivification"
-pkgver=0.16
-pkgrel=6
-pkgdesc="Lexically disable autovivification."
-arch=('i686' 'x86_64')
-license=('PerlArtistic' 'GPL')
-options=('!emptydirs')
-depends=('perl>=5.8.3')
-makedepends=()
-url='http://search.cpan.org/dist/autovivification'
-source=("http://www.cpan.org/authors/id/V/VP/VPIT/autovivification-$pkgver.tar.gz;)
-md5sums=('7e20817f6034910c1bc23351d81a0658')
-
-build() {
-cd "${srcdir}/${_dist}-${pkgver}"
-unset PERL5LIB PERL_MM_OPT PERL_MB_OPT PERL_LOCAL_LIB_ROOT
-export PERL_MM_USE_DEFAULT=1 PERL_AUTOINSTALL=--skipdeps
-perl Makefile.PL
-make
-}
-
-check() {
-cd "${srcdir}/${_dist}-${pkgver}"
-unset PERL5LIB PERL_MM_OPT PERL_MB_OPT PERL_LOCAL_LIB_ROOT
-export PERL_MM_USE_DEFAULT=1
-make test
-}
-
-package() {
-cd "${srcdir}/${_dist}-${pkgver}"
-unset PERL5LIB PERL_MM_OPT PERL_MB_OPT PERL_LOCAL_LIB_ROOT
-make install INSTALLDIRS=vendor DESTDIR="$pkgdir"
-}

Copied: perl-autovivification/repos/extra-i686/PKGBUILD (from rev 309413, 
perl-autovivification/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2017-11-10 22:53:54 UTC (rev 309414)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Rémy Oudompheng 
+# Contributor: Mateusz Krasowski 
+# Contributor: Luigi ranghetti 
+# Generator  : CPANPLUS::Dist::Arch 1.25
+
+pkgname='perl-autovivification'
+_dist="autovivification"
+pkgver=0.18
+pkgrel=1
+pkgdesc="Lexically disable autovivification."
+arch=('i686' 'x86_64')
+license=('PerlArtistic' 'GPL')
+options=('!emptydirs')
+depends=('perl>=5.8.3')
+makedepends=()
+url='http://search.cpan.org/dist/autovivification'
+source=("http://www.cpan.org/authors/id/V/VP/VPIT/autovivification-$pkgver.tar.gz;)
+sha256sums=('2d99975685242980d0a9904f639144c059d6ece15899efde4acb742d3253f105')
+
+build() {
+cd "${srcdir}/${_dist}-${pkgver}"
+unset PERL5LIB PERL_MM_OPT PERL_MB_OPT PERL_LOCAL_LIB_ROOT
+export PERL_MM_USE_DEFAULT=1 PERL_AUTOINSTALL=--skipdeps
+perl Makefile.PL
+make
+}
+
+check() {
+cd "${srcdir}/${_dist}-${pkgver}"
+unset PERL5LIB PERL_MM_OPT PERL_MB_OPT PERL_LOCAL_LIB_ROOT
+export PERL_MM_USE_DEFAULT=1
+make test
+}
+
+package() {
+cd "${srcdir}/${_dist}-${pkgver}"
+unset PERL5LIB PERL_MM_OPT PERL_MB_OPT PERL_LOCAL_LIB_ROOT
+make install INSTALLDIRS=vendor DESTDIR="$pkgdir"
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2017-11-10 22:53:47 UTC (rev 309413)
+++ extra-x86_64/PKGBUILD   2017-11-10 22:53:54 UTC (rev 309414)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Rémy Oudompheng 
-# Contributor: Mateusz Krasowski 
-# Contributor: Luigi ranghetti 
-# Generator  : CPANPLUS::Dist::Arch 1.25
-
-pkgname='perl-autovivification'
-_dist="autovivification"
-pkgver=0.18
-pkgrel=1
-pkgdesc="Lexically disable autovivification."
-arch=('i686' 'x86_64')
-license=('PerlArtistic' 'GPL')
-options=('!emptydirs')
-depends=('perl>=5.8.3')
-makedepends=()
-url='http://search.cpan.org/dist/autovivification'
-source=("http://www.cpan.org/authors/id/V/VP/VPIT/autovivification-$pkgver.tar.gz;)
-sha256sums=('2d99975685242980d0a9904f639144c059d6ece15899efde4acb742d3253f105')
-
-build() {
-cd "${srcdir}/${_dist}-${pkgver}"
-unset PERL5LIB PERL_MM_OPT PERL_MB_OPT PERL_LOCAL_LIB_ROOT
-export PERL_MM_USE_DEFAULT=1 PERL_AUTOINSTALL=--skipdeps
-perl Makefile.PL
-make
-}
-
-check() {
-cd "${srcdir}/${_dist}-${pkgver}"
-unset PERL5LIB PERL_MM_OPT PERL_MB_OPT PERL_LOCAL_LIB_ROOT
-

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

2017-11-10 Thread Rémy Oudompheng
Date: Friday, November 10, 2017 @ 22:52:42
  Author: remy
Revision: 309412

archrelease: copy trunk to extra-x86_64

Added:
  perl-autovivification/repos/extra-x86_64/PKGBUILD
(from rev 309411, perl-autovivification/trunk/PKGBUILD)
Deleted:
  perl-autovivification/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-11-10 22:51:20 UTC (rev 309411)
+++ PKGBUILD2017-11-10 22:52:42 UTC (rev 309412)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Rémy Oudompheng 
-# Contributor: Mateusz Krasowski 
-# Contributor: Luigi ranghetti 
-# Generator  : CPANPLUS::Dist::Arch 1.25
-
-pkgname='perl-autovivification'
-_dist="autovivification"
-pkgver=0.16
-pkgrel=6
-pkgdesc="Lexically disable autovivification."
-arch=('i686' 'x86_64')
-license=('PerlArtistic' 'GPL')
-options=('!emptydirs')
-depends=('perl>=5.8.3')
-makedepends=()
-url='http://search.cpan.org/dist/autovivification'
-source=("http://www.cpan.org/authors/id/V/VP/VPIT/autovivification-$pkgver.tar.gz;)
-md5sums=('7e20817f6034910c1bc23351d81a0658')
-
-build() {
-cd "${srcdir}/${_dist}-${pkgver}"
-unset PERL5LIB PERL_MM_OPT PERL_MB_OPT PERL_LOCAL_LIB_ROOT
-export PERL_MM_USE_DEFAULT=1 PERL_AUTOINSTALL=--skipdeps
-perl Makefile.PL
-make
-}
-
-check() {
-cd "${srcdir}/${_dist}-${pkgver}"
-unset PERL5LIB PERL_MM_OPT PERL_MB_OPT PERL_LOCAL_LIB_ROOT
-export PERL_MM_USE_DEFAULT=1
-make test
-}
-
-package() {
-cd "${srcdir}/${_dist}-${pkgver}"
-unset PERL5LIB PERL_MM_OPT PERL_MB_OPT PERL_LOCAL_LIB_ROOT
-make install INSTALLDIRS=vendor DESTDIR="$pkgdir"
-}

Copied: perl-autovivification/repos/extra-x86_64/PKGBUILD (from rev 309411, 
perl-autovivification/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-11-10 22:52:42 UTC (rev 309412)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Rémy Oudompheng 
+# Contributor: Mateusz Krasowski 
+# Contributor: Luigi ranghetti 
+# Generator  : CPANPLUS::Dist::Arch 1.25
+
+pkgname='perl-autovivification'
+_dist="autovivification"
+pkgver=0.18
+pkgrel=1
+pkgdesc="Lexically disable autovivification."
+arch=('i686' 'x86_64')
+license=('PerlArtistic' 'GPL')
+options=('!emptydirs')
+depends=('perl>=5.8.3')
+makedepends=()
+url='http://search.cpan.org/dist/autovivification'
+source=("http://www.cpan.org/authors/id/V/VP/VPIT/autovivification-$pkgver.tar.gz;)
+sha256sums=('2d99975685242980d0a9904f639144c059d6ece15899efde4acb742d3253f105')
+
+build() {
+cd "${srcdir}/${_dist}-${pkgver}"
+unset PERL5LIB PERL_MM_OPT PERL_MB_OPT PERL_LOCAL_LIB_ROOT
+export PERL_MM_USE_DEFAULT=1 PERL_AUTOINSTALL=--skipdeps
+perl Makefile.PL
+make
+}
+
+check() {
+cd "${srcdir}/${_dist}-${pkgver}"
+unset PERL5LIB PERL_MM_OPT PERL_MB_OPT PERL_LOCAL_LIB_ROOT
+export PERL_MM_USE_DEFAULT=1
+make test
+}
+
+package() {
+cd "${srcdir}/${_dist}-${pkgver}"
+unset PERL5LIB PERL_MM_OPT PERL_MB_OPT PERL_LOCAL_LIB_ROOT
+make install INSTALLDIRS=vendor DESTDIR="$pkgdir"
+}


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

2017-11-10 Thread Jan de Groot
Date: Friday, November 10, 2017 @ 22:51:20
  Author: jgc
Revision: 309411

archrelease: copy trunk to testing-x86_64

Added:
  libimobiledevice/repos/testing-x86_64/
  libimobiledevice/repos/testing-x86_64/PKGBUILD
(from rev 309410, libimobiledevice/trunk/PKGBUILD)

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

Copied: libimobiledevice/repos/testing-x86_64/PKGBUILD (from rev 309410, 
libimobiledevice/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2017-11-10 22:51:20 UTC (rev 309411)
@@ -0,0 +1,56 @@
+# $Id$
+# Maintainer : Tom Gundersen 
+# Maintainer : Ionut Biru 
+# Contributor: Gabriel Martinez < reitaka at gmail dot com >
+
+pkgname=libimobiledevice
+pkgver=1.2.0+66+g5a85432
+pkgrel=1
+pkgdesc="Library that talks the protocols to support iPhone and iPod Touch 
devices on Linux"
+url="http://libimobiledevice.org/;
+arch=('i686' 'x86_64')
+license=('GPL2' 'LGPL2.1')
+depends=('libusbmuxd' 'usbmuxd' 'gnutls')
+makedepends=('python2' 'cython2' 'python' 'cython' 'libplist' 
'autoconf-archive' git python2-setuptools python-setuptools)
+_commit=5a85432719fb3d18027d528f87d2a44b76fd3e12  # master
+source=("git+https://github.com/libimobiledevice/libimobiledevice/#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+check() {
+  cd build-py2
+  make check
+}
+
+prepare() {
+  cd $pkgname
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  mkdir build-py2
+  pushd build-py2
+  PYTHON=/usr/bin/python2 CYTHON=/usr/bin/cython2 ../$pkgname/configure 
--prefix=/usr --disable-openssl
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make
+  popd
+
+  mkdir build-py3
+  pushd build-py3
+  PYTHON=/usr/bin/python CYTHON=/usr/bin/cython ../$pkgname/configure 
--prefix=/usr --disable-openssl
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make
+}
+
+package() {
+  pushd build-py2
+  make DESTDIR="$pkgdir" install
+  popd
+  pushd build-py3/cython
+  make DESTDIR="$pkgdir" install
+  popd
+}


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

2017-11-10 Thread Rémy Oudompheng
Date: Friday, November 10, 2017 @ 22:51:12
  Author: remy
Revision: 309410

upgpkg: perl-autovivification 0.18-1

Upstream update.

Modified:
  perl-autovivification/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-11-10 22:51:11 UTC (rev 309409)
+++ PKGBUILD2017-11-10 22:51:12 UTC (rev 309410)
@@ -6,8 +6,8 @@
 
 pkgname='perl-autovivification'
 _dist="autovivification"
-pkgver=0.16
-pkgrel=6
+pkgver=0.18
+pkgrel=1
 pkgdesc="Lexically disable autovivification."
 arch=('i686' 'x86_64')
 license=('PerlArtistic' 'GPL')
@@ -16,7 +16,7 @@
 makedepends=()
 url='http://search.cpan.org/dist/autovivification'
 
source=("http://www.cpan.org/authors/id/V/VP/VPIT/autovivification-$pkgver.tar.gz;)
-md5sums=('7e20817f6034910c1bc23351d81a0658')
+sha256sums=('2d99975685242980d0a9904f639144c059d6ece15899efde4acb742d3253f105')
 
 build() {
 cd "${srcdir}/${_dist}-${pkgver}"


[arch-commits] Commit in libimobiledevice/trunk (7 files)

2017-11-10 Thread Jan de Groot
Date: Friday, November 10, 2017 @ 22:51:11
  Author: jgc
Revision: 309409

upgpkg: libimobiledevice 1.2.0+66+g5a85432-1

Modified:
  libimobiledevice/trunk/PKGBUILD
Deleted:
  
libimobiledevice/trunk/0001-Add-new-function-to-get-the-underlying-file-descript.patch
  
libimobiledevice/trunk/0001-Fix-installation_proxy-when-using-GnuTLS-instead-of-.patch
  
libimobiledevice/trunk/0001-Updated-gnutls-certificate-callback-to-new-API-backw.patch
  libimobiledevice/trunk/0001-idevice-Update-GnuTLS-code-to-support-iOS-10.patch
  
libimobiledevice/trunk/0001-userpref-GnuTLS-Fix-pairing-record-generation-and-im.patch
  libimobiledevice/trunk/CVE-2016-5104.patch

-+
 0001-Add-new-function-to-get-the-underlying-file-descript.patch |   62 ---
 0001-Fix-installation_proxy-when-using-GnuTLS-instead-of-.patch |   41 --
 0001-Updated-gnutls-certificate-callback-to-new-API-backw.patch |   54 ---
 0001-idevice-Update-GnuTLS-code-to-support-iOS-10.patch |   29 -
 0001-userpref-GnuTLS-Fix-pairing-record-generation-and-im.patch |  171 
--
 CVE-2016-5104.patch |   31 -
 PKGBUILD|   48 +-
 7 files changed, 20 insertions(+), 416 deletions(-)

Deleted: 0001-Add-new-function-to-get-the-underlying-file-descript.patch
===
--- 0001-Add-new-function-to-get-the-underlying-file-descript.patch 
2017-11-10 22:45:23 UTC (rev 309408)
+++ 0001-Add-new-function-to-get-the-underlying-file-descript.patch 
2017-11-10 22:51:11 UTC (rev 309409)
@@ -1,62 +0,0 @@
-From 692f7c9de72ca7fcaba51659972270d445751438 Mon Sep 17 00:00:00 2001
-From: BALATON Zoltan 
-Date: Wed, 23 Sep 2015 02:19:27 +0200
-Subject: [PATCH] Add new function to get the underlying file descriptor of an
- idevice connection
-

- include/libimobiledevice/libimobiledevice.h | 10 ++
- src/idevice.c   | 16 
- 2 files changed, 26 insertions(+)
-
-diff --git a/include/libimobiledevice/libimobiledevice.h 
b/include/libimobiledevice/libimobiledevice.h
-index 016cadb..b125adf 100644
 a/include/libimobiledevice/libimobiledevice.h
-+++ b/include/libimobiledevice/libimobiledevice.h
-@@ -239,6 +239,16 @@ idevice_error_t 
idevice_connection_enable_ssl(idevice_connection_t connection);
-  */
- idevice_error_t idevice_connection_disable_ssl(idevice_connection_t 
connection);
- 
-+/**
-+ * Get the underlying file descriptor for a connection
-+ *
-+ * @param connection The connection to get fd of
-+ * @param fd Pointer to an int where the fd is stored
-+ *
-+ * @return IDEVICE_E_SUCCESS if ok, otherwise an error code.
-+ */
-+idevice_error_t idevice_connection_get_fd(idevice_connection_t connection, 
int *fd);
-+
- /* misc */
- 
- /**
-diff --git a/src/idevice.c b/src/idevice.c
-index b776e84..5912aeb 100644
 a/src/idevice.c
-+++ b/src/idevice.c
-@@ -463,6 +463,22 @@ LIBIMOBILEDEVICE_API idevice_error_t 
idevice_connection_receive(idevice_connecti
-   return internal_connection_receive(connection, data, len, recv_bytes);
- }
- 
-+LIBIMOBILEDEVICE_API idevice_error_t 
idevice_connection_get_fd(idevice_connection_t connection, int *fd)
-+{
-+  if (!connection || !fd) {
-+  return IDEVICE_E_INVALID_ARG;
-+  }
-+
-+  idevice_error_t result = IDEVICE_E_UNKNOWN_ERROR;
-+  if (connection->type == CONNECTION_USBMUXD) {
-+  *fd = (int)(long)connection->data;
-+  result = IDEVICE_E_SUCCESS;
-+  } else {
-+  debug_info("Unknown connection type %d", connection->type);
-+  }
-+  return result;
-+}
-+
- LIBIMOBILEDEVICE_API idevice_error_t idevice_get_handle(idevice_t device, 
uint32_t *handle)
- {
-   if (!device)
--- 
-2.9.3
-

Deleted: 0001-Fix-installation_proxy-when-using-GnuTLS-instead-of-.patch
===
--- 0001-Fix-installation_proxy-when-using-GnuTLS-instead-of-.patch 
2017-11-10 22:45:23 UTC (rev 309408)
+++ 0001-Fix-installation_proxy-when-using-GnuTLS-instead-of-.patch 
2017-11-10 22:51:11 UTC (rev 309409)
@@ -1,41 +0,0 @@
-From 6070126868069f2ee01ea9414f4cfbe5de285267 Mon Sep 17 00:00:00 2001
-From: "Jay Freeman (saurik)" 
-Date: Wed, 21 Oct 2015 00:39:14 -0700
-Subject: [PATCH] Fix installation_proxy when using GnuTLS instead of OpenSSL
-

- src/idevice.c | 8 
- 1 file changed, 4 insertions(+), 4 deletions(-)
-
-diff --git a/src/idevice.c b/src/idevice.c
-index 7c33cdd..b776e84 100644
 a/src/idevice.c
-+++ b/src/idevice.c
-@@ -393,10 +393,13 @@ LIBIMOBILEDEVICE_API idevice_error_t 
idevice_connection_receive_timeout(idevice_
-   }
- 
-   if (connection->ssl_data) {
--#ifdef HAVE_OPENSSL
-   uint32_t received = 0;
-   while (received < len) {
-+#ifdef 

[arch-commits] Commit in libusbmuxd/trunk (CVE-2016-5104.patch PKGBUILD)

2017-11-10 Thread Jan de Groot
Date: Friday, November 10, 2017 @ 22:45:15
  Author: jgc
Revision: 309407

upgpkg: libusbmuxd 1.0.10+13+gc724e70-1

Modified:
  libusbmuxd/trunk/PKGBUILD
Deleted:
  libusbmuxd/trunk/CVE-2016-5104.patch

-+
 CVE-2016-5104.patch |   31 ---
 PKGBUILD|   30 --
 2 files changed, 20 insertions(+), 41 deletions(-)

Deleted: CVE-2016-5104.patch
===
--- CVE-2016-5104.patch 2017-11-10 22:44:14 UTC (rev 309406)
+++ CVE-2016-5104.patch 2017-11-10 22:45:15 UTC (rev 309407)
@@ -1,31 +0,0 @@
-From 4397b3376dc4e4cb1c991d0aed61ce6482614196 Mon Sep 17 00:00:00 2001
-From: Joshua Hill 
-Date: Tue, 29 Dec 2015 23:09:37 +0100
-Subject: [PATCH] common: [security fix] Make sure sockets only listen locally
-

- common/socket.c | 4 ++--
- 1 file changed, 2 insertions(+), 2 deletions(-)
-
-diff --git a/common/socket.c b/common/socket.c
-index 27b93ba..4cdefd6 100644
 a/common/socket.c
-+++ b/common/socket.c
-@@ -203,7 +203,7 @@ int socket_create(uint16_t port)
- 
-   memset((void *) , 0, sizeof(saddr));
-   saddr.sin_family = AF_INET;
--  saddr.sin_addr.s_addr = htonl(INADDR_ANY);
-+  saddr.sin_addr.s_addr = htonl(INADDR_LOOPBACK);
-   saddr.sin_port = htons(port);
- 
-   if (0 > bind(sfd, (struct sockaddr *) , sizeof(saddr))) {
-@@ -368,7 +368,7 @@ int socket_accept(int fd, uint16_t port)
- 
-   memset(, 0, sizeof(addr));
-   addr.sin_family = AF_INET;
--  addr.sin_addr.s_addr = htonl(INADDR_ANY);
-+  addr.sin_addr.s_addr = htonl(INADDR_LOOPBACK);
-   addr.sin_port = htons(port);
- 
-   addr_len = sizeof(addr);

Modified: PKGBUILD
===
--- PKGBUILD2017-11-10 22:44:14 UTC (rev 309406)
+++ PKGBUILD2017-11-10 22:45:15 UTC (rev 309407)
@@ -3,31 +3,41 @@
 # Contributor: Gabriel Martinez < reitaka at gmail dot com >
 
 pkgname=libusbmuxd
-pkgver=1.0.10
-pkgrel=2
+pkgver=1.0.10+13+gc724e70
+pkgrel=1
 pkgdesc="USB Multiplex Daemon"
 url="http://marcansoft.com/blog/iphonelinux/usbmuxd/;
 arch=('i686' 'x86_64')
 license=('LGPL2.1' 'GPL2')
 depends=('libusb' 'libplist')
+makedepends=(git)
 conflicts=('usbmuxd<1.0.9')
-source=(http://www.libimobiledevice.org/downloads/libusbmuxd-$pkgver.tar.bz2
-   CVE-2016-5104.patch)
-sha256sums=('1aa21391265d2284ac3ccb7cf278126d10d354878589905b35e8102104fec9f2'
-'9f3a84c8d0a32df13985f6574f5f0e86af435a67606612c0811df631070a97e3')
+_commit=c724e70fb52ba45291dc73a2e369c0c5bae0ec2e  # master
+source=("git+https://github.com/libimobiledevice/libusbmuxd#commit=$_commit;)
+sha256sums=('SKIP')
 
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+check() {
+  cd $pkgname
+  make check
+}
+
 prepare() {
-  cd libusbmuxd-${pkgver}
-  patch -Np1 -i ../CVE-2016-5104.patch
+  cd $pkgname
+  NOCONFIGURE=1 ./autogen.sh
 }
 
 build() {
-  cd libusbmuxd-${pkgver}
+  cd $pkgname
   ./configure --prefix=/usr
   make
 }
 
 package() {
-  cd libusbmuxd-${pkgver}
+  cd $pkgname
   make DESTDIR="${pkgdir}" install
 }


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

2017-11-10 Thread Jan de Groot
Date: Friday, November 10, 2017 @ 22:45:23
  Author: jgc
Revision: 309408

archrelease: copy trunk to testing-x86_64

Added:
  libusbmuxd/repos/testing-x86_64/
  libusbmuxd/repos/testing-x86_64/PKGBUILD
(from rev 309407, libusbmuxd/trunk/PKGBUILD)

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

Copied: libusbmuxd/repos/testing-x86_64/PKGBUILD (from rev 309407, 
libusbmuxd/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2017-11-10 22:45:23 UTC (rev 309408)
@@ -0,0 +1,43 @@
+# Maintainer: Ionut Biru 
+# Maintainer: Jan de Groot 
+# Contributor: Gabriel Martinez < reitaka at gmail dot com >
+
+pkgname=libusbmuxd
+pkgver=1.0.10+13+gc724e70
+pkgrel=1
+pkgdesc="USB Multiplex Daemon"
+url="http://marcansoft.com/blog/iphonelinux/usbmuxd/;
+arch=('i686' 'x86_64')
+license=('LGPL2.1' 'GPL2')
+depends=('libusb' 'libplist')
+makedepends=(git)
+conflicts=('usbmuxd<1.0.9')
+_commit=c724e70fb52ba45291dc73a2e369c0c5bae0ec2e  # master
+source=("git+https://github.com/libimobiledevice/libusbmuxd#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+check() {
+  cd $pkgname
+  make check
+}
+
+prepare() {
+  cd $pkgname
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd $pkgname
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="${pkgdir}" install
+}


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

2017-11-10 Thread Jan Steffens
Date: Friday, November 10, 2017 @ 22:44:14
  Author: heftig
Revision: 309406

Remove use of curl

Modified:
  libreoffice-fresh-i18n/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-11-10 22:42:02 UTC (rev 309405)
+++ PKGBUILD2017-11-10 22:44:14 UTC (rev 309406)
@@ -25,115 +25,115 @@
 #_url+="/rpm/x86"
 
 _languages=(
-  'af"Afrikaans"'
-  'am"Amharic"'
-  'ar"Arabic"'
-  'as"Assamese (India)"'
-  'ast   "Asturianu"'
-  'be"Belarusian"'
-  'bg"Bulgarian"'
-  'bn"Bengali"'
-  'bn-IN "Bengali (India)"'
-  'bo"Tibetan"'
-  'br"Breton"'
-  'brx   "Bodo"'
-  'bs"Bosnian"'
-  'ca"Catalan"'
-  'ca-valencia   "Catalan (Valencia)"'
-  'cs"Czech"'
-  'cy"Welsh"'
-  'da"Danish"'
-  'de"German"'
-  'dgo   "Dogri"'
-  'dz"Dzongkha"'
-  'el"Greek"'
-  'en-GB "English (GB)"'
-  'en-ZA "English (ZA)"'
-  'eo"Esperanto"'
-  'es"Spanish"'
-  'et"Estonian"'
-  'eu"Basque"'
-  'fa"Persian"'
-  'fi"Finnish"'
-  'fr"French"'
-  'ga"Irish"'
-  'gd"Gaelic (Scottish)"'
-  'gl"Galician"'
-  'gu"Gujarati"'
-  'he"Hebrew"'
-  'hi"Hindi"'
-  'hr"Croatian"'
-  'hu"Hungarian"'
-  'id"Indonesian"'
-  'is"Icelandic"'
-  'it"Italian"'
-  'ja"Japanese"'
-  'ka"Georgian"'
-  'kk"Kazakh"'
-  'km"Khmer (Cambodia)"'
-  'kmr-Latn  "Kurdish"'
-  'kn"Kannada"'
-  'ko"Korean"'
-  'kok   "Konkani"'
-  'ks"Kashmiri"'
-  'lb"Luxembourgish"'
-  'lo"Lao"'
-  'lt"Lithuanian"'
-  'lv"Latvian"'
-  'mai   "Maithili"'
-  'mk"Macedonian"'
-  'ml"Malayalam"'
-  'mn"Mongolian"'
-  'mni   "Manipuri"'
-  'mr"Marathi"'
-  'my"Burmese"'
-  'nb"Norwegian Bokmal"'
-  'ne"Nepali"'
-  'nl"Dutch"'
-  'nn"Norwegian Nynorsk"'
-  'nr"Ndebele (South)"'
-  'nso   "Northern Sotho"'
-  'oc"Occitan"'
-  'om"Oromo"'
-  'or"Oriya"'
-  'pa-IN "Punjabi (India)"'
-  'pl"Polish"'
-  'pt"Portuguese"'
-  'pt-BR "Portuguese (Brasil)"'
-  'ro"Romanian"'
-  'ru"Russian"'
-  'rw"Kinyarwanda"'
-  'sa-IN "Sanskrit (India)"'
-  'sat   "Santali"'
-  'sd"Sindhi"'
-  'si"Singhalese"'
-  'sid   "Sidama"'
-  'sk"Slovak"'
-  'sl"Slovenian"'
-  'sq"Albanien"'
-  'sr"Serbian"'
-  'sr-Latn   "Serbian (Latin)"'
-  'ss"Swati"'
-  'st"Southern Sotho"'
-  'sv"Swedish"'
-  'sw-TZ "Swahili (Tanzania)"'
-  'ta"Tamil"'
-  'te"Telugu"'
-  'tg"Tajik"'
-  'th"Thai"'
-  'tn"Tswana"'
-  'tr"Turkish"'
-  'ts"Tsonga"'
-  'tt"Tatar"'
-  'ug"Uighur"'
-  'uk"Ukrainian"'
-  'uz"Uzbek"'
-  've"Venda"'
-  'vi"Vietnamese"'
-  'xh"Xhosa"'
-  'zh-CN "Chinese (simplified)"'
-  'zh-TW "Chinese (traditional)"'
-  'zu"Zulu"'
+  'af"Afrikaans"   0'
+  'am"Amharic" 1'
+  'ar"Arabic"  1'
+  'as"Assamese (India)"0'
+  'ast   "Asturianu"   1'
+  'be"Belarusian"  0'
+  'bg"Bulgarian"   1'
+  'bn"Bengali" 1'
+  'bn-IN "Bengali (India)" 1'
+  'bo"Tibetan" 1'
+  'br"Breton"  0'
+  'brx   "Bodo"0'
+  'bs"Bosnian" 1'
+  'ca"Catalan" 1'
+  'ca-valencia   "Catalan (Valencia)"  1'
+  'cs"Czech"   1'
+  'cy"Welsh"   0'
+  'da"Danish"  1'
+  'de"German"  1'
+  'dgo   "Dogri"   0'
+  'dz"Dzongkha"1'
+  'el"Greek"   1'
+  'en-GB "English (GB)"1'
+  'en-ZA "English (ZA)"

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

2017-11-10 Thread Jan de Groot
Date: Friday, November 10, 2017 @ 22:42:02
  Author: jgc
Revision: 309405

archrelease: copy trunk to testing-x86_64

Added:
  libplist/repos/testing-x86_64/
  libplist/repos/testing-x86_64/PKGBUILD
(from rev 309404, libplist/trunk/PKGBUILD)

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

Copied: libplist/repos/testing-x86_64/PKGBUILD (from rev 309404, 
libplist/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2017-11-10 22:42:02 UTC (rev 309405)
@@ -0,0 +1,59 @@
+# $Id$
+# Maintainer : Tom Gundersen 
+# Maintainer : Ionut Biru 
+# Contributor: Gabriel Martinez < reitaka at gmail dot com >
+
+pkgname=libplist
+pkgver=2.0.0+11+gec9ba8b
+pkgrel=1
+pkgdesc="A library to handle Apple Property List format whereas it's binary or 
XML"
+url="http://libimobiledevice.org/;
+arch=('i686' 'x86_64')
+license=('GPL2' 'LGPL2.1')
+depends=('glib2')
+makedepends=('python2' 'cython2' 'python' 'cython' 'autoconf-archive' git 
python-setuptools python2-setuptools)
+options=('!makeflags')
+_commit=ec9ba8bff6a4469aa75f6d570ab5109c061c6a9e  # master
+source=("git+https://github.com/libimobiledevice/libplist#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+check() {
+  cd build-py2
+  make check
+}
+
+prepare() {
+  cd $pkgname
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  mkdir build-py2
+  pushd build-py2
+  PYTHON=/usr/bin/python2 CYTHON=/usr/bin/cython2 ../$pkgname/configure 
--prefix=/usr
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make
+  popd
+
+  mkdir build-py3
+  pushd build-py3
+  PYTHON=/usr/bin/python CYTHON=/usr/bin/cython ../$pkgname/configure 
--prefix=/usr
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make
+  popd
+}
+
+package() {
+  pushd build-py2
+  make DESTDIR="$pkgdir" install
+  popd
+  pushd build-py3/cython
+  make DESTDIR="$pkgdir" install
+  popd
+  install -D -m644 $pkgname/cython/plist.pxd 
"${pkgdir}"/usr/include/plist/cython/plist.pxd
+}


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

2017-11-10 Thread Jan de Groot
Date: Friday, November 10, 2017 @ 22:41:57
  Author: jgc
Revision: 309404

upgpkg: libplist 2.0.0+11+gec9ba8b-1

Modified:
  libplist/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-11-10 22:34:21 UTC (rev 309403)
+++ PKGBUILD2017-11-10 22:41:57 UTC (rev 309404)
@@ -4,7 +4,7 @@
 # Contributor: Gabriel Martinez < reitaka at gmail dot com >
 
 pkgname=libplist
-pkgver=2.0.0
+pkgver=2.0.0+11+gec9ba8b
 pkgrel=1
 pkgdesc="A library to handle Apple Property List format whereas it's binary or 
XML"
 url="http://libimobiledevice.org/;
@@ -11,21 +11,31 @@
 arch=('i686' 'x86_64')
 license=('GPL2' 'LGPL2.1')
 depends=('glib2')
-makedepends=('python2' 'cython2' 'python' 'cython' 'autoconf-archive')
+makedepends=('python2' 'cython2' 'python' 'cython' 'autoconf-archive' git 
python-setuptools python2-setuptools)
 options=('!makeflags')
-source=(http://www.libimobiledevice.org/downloads/$pkgname-$pkgver.tar.bz2)
-sha256sums=('3a7e9694c2d9a85174ba1fa92417cfabaea7f6d19631e544948dc7e17e82f602')
+_commit=ec9ba8bff6a4469aa75f6d570ab5109c061c6a9e  # master
+source=("git+https://github.com/libimobiledevice/libplist#commit=$_commit;)
+sha256sums=('SKIP')
 
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+check() {
+  cd build-py2
+  make check
+}
+
 prepare() {
-  cd $pkgname-$pkgver
-  sed -e 's/AC_PYTHON_DEVEL/AX_PYTHON_DEVEL/' -i m4/cython_python.m4
-  autoreconf -fi
+  cd $pkgname
+  NOCONFIGURE=1 ./autogen.sh
 }
 
 build() {
   mkdir build-py2
   pushd build-py2
-  PYTHON=/usr/bin/python2 CYTHON=/usr/bin/cython2 
../$pkgname-$pkgver/configure --prefix=/usr
+  PYTHON=/usr/bin/python2 CYTHON=/usr/bin/cython2 ../$pkgname/configure 
--prefix=/usr
   sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
   make
   popd
@@ -32,7 +42,7 @@
 
   mkdir build-py3
   pushd build-py3
-  PYTHON=/usr/bin/python CYTHON=/usr/bin/cython ../$pkgname-$pkgver/configure 
--prefix=/usr
+  PYTHON=/usr/bin/python CYTHON=/usr/bin/cython ../$pkgname/configure 
--prefix=/usr
   sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
   make
   popd
@@ -45,5 +55,5 @@
   pushd build-py3/cython
   make DESTDIR="$pkgdir" install
   popd
-  install -D -m644 $pkgname-$pkgver/cython/plist.pxd 
"${pkgdir}"/usr/include/plist/cython/plist.pxd
+  install -D -m644 $pkgname/cython/plist.pxd 
"${pkgdir}"/usr/include/plist/cython/plist.pxd
 }


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

2017-11-10 Thread Levente Polyak
Date: Friday, November 10, 2017 @ 22:34:10
  Author: anthraxx
Revision: 266195

upgpkg: hashcat 1:4.0.1-1

Modified:
  hashcat/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-11-10 22:21:52 UTC (rev 266194)
+++ PKGBUILD2017-11-10 22:34:10 UTC (rev 266195)
@@ -2,28 +2,21 @@
 # Contributor: Sam Stuewe 
 
 pkgname=hashcat
-pkgver=4.0.0
+pkgver=4.0.1
 pkgrel=1
 epoch=1
 pkgdesc='Multithreaded advanced password recovery utility'
 url='https://hashcat.net/hashcat'
-arch=('i686' 'x86_64')
+arch=('x86_64')
 depends=('opencl-icd-loader')
 optdepends=('libxnvctrl: NVIDIA X driver configuration support')
-makedepends=('opencl-headers')
+makedepends=('opencl-headers' 'libxnvctrl')
 license=('MIT')
-source=(https://hashcat.net/files/${pkgname}-${pkgver}.tar.gz{,.asc}
-hashcat-fix-version.patch)
-sha512sums=('ef5117ec34a0fb06a8be1058caeb88016421bff9de5acced7f738b0dca82b52fc2495758242389315c29a66d46360211528d79ce8207af6f6a451eef6e0d8806'
-'SKIP'
-
'c11e4af083f7212fcd04f12c9e75e19e535962def8f9553395b571d82b1e049c4d8763709494ffda6a23d9aa0f7ac9fd7cf844c948f153771c6da79106570c2d')
+source=(https://hashcat.net/files/${pkgname}-${pkgver}.tar.gz{,.asc})
+sha512sums=('4f6b42511a5949d4d9b40ffb403d576645ccff2b325cd484f2fff431d67ac1ad79cc33c310b8e650db6c75ba7b1ed02f80eb907ef048221b4bfbd270153fe00d'
+'SKIP')
 validpgpkeys=('A70833229D040B4199CC00523C17DA8B8A16544F') # Hashcat signing 
key 
 
-prepare() {
-  cd ${pkgname}-${pkgver}
-  patch -p1 < "${srcdir}/hashcat-fix-version.patch"
-}
-
 build() {
   cd ${pkgname}-${pkgver}
   make PREFIX=/usr SHARED=1


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

2017-11-10 Thread Jan de Groot
Date: Friday, November 10, 2017 @ 22:34:06
  Author: jgc
Revision: 309402

upgpkg: usbmuxd 1.1.0+28+g46bdf3e-1

Modified:
  usbmuxd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-11-10 21:19:23 UTC (rev 309401)
+++ PKGBUILD2017-11-10 22:34:06 UTC (rev 309402)
@@ -3,8 +3,8 @@
 # Contributor: Gabriel Martinez < reitaka at gmail dot com >
 
 pkgname=usbmuxd
-pkgver=1.1.0
-pkgrel=2
+pkgver=1.1.0+28+g46bdf3e
+pkgrel=1
 pkgdesc="USB Multiplex Daemon"
 url="http://marcansoft.com/blog/iphonelinux/usbmuxd/;
 arch=('i686' 'x86_64')
@@ -12,16 +12,32 @@
 depends=('libimobiledevice')
 makedepends=('git')
 install=usbmuxd.install
-source=(http://www.libimobiledevice.org/downloads/usbmuxd-$pkgver.tar.bz2)
-md5sums=('34361c59320cb0b1f9ebcd2798ee1b39')
+_commit=46bdf3ec90acf3916ee8aba622a7da9da5eb8e06  # master
+source=("git+https://github.com/libimobiledevice/usbmuxd#commit=$_commit;)
+md5sums=('SKIP')
 
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+check() {
+  cd $pkgname
+  make check
+}
+
 build() {
-  cd usbmuxd-$pkgver
+  cd $pkgname
   ./configure --prefix=/usr --sbindir=/usr/bin
   make
 }
 
 package() {
-  cd usbmuxd-$pkgver
+  cd $pkgname
   make DESTDIR="${pkgdir}" install
 }


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

2017-11-10 Thread Jan de Groot
Date: Friday, November 10, 2017 @ 22:34:21
  Author: jgc
Revision: 309403

archrelease: copy trunk to testing-x86_64

Added:
  usbmuxd/repos/testing-x86_64/
  usbmuxd/repos/testing-x86_64/PKGBUILD
(from rev 309402, usbmuxd/trunk/PKGBUILD)
  usbmuxd/repos/testing-x86_64/usbmuxd.install
(from rev 309402, usbmuxd/trunk/usbmuxd.install)

-+
 PKGBUILD|   43 +++
 usbmuxd.install |   11 +++
 2 files changed, 54 insertions(+)

Copied: usbmuxd/repos/testing-x86_64/PKGBUILD (from rev 309402, 
usbmuxd/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2017-11-10 22:34:21 UTC (rev 309403)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer : Ionut Biru 
+# Contributor: Gabriel Martinez < reitaka at gmail dot com >
+
+pkgname=usbmuxd
+pkgver=1.1.0+28+g46bdf3e
+pkgrel=1
+pkgdesc="USB Multiplex Daemon"
+url="http://marcansoft.com/blog/iphonelinux/usbmuxd/;
+arch=('i686' 'x86_64')
+license=('GPL2' 'GPL3')
+depends=('libimobiledevice')
+makedepends=('git')
+install=usbmuxd.install
+_commit=46bdf3ec90acf3916ee8aba622a7da9da5eb8e06  # master
+source=("git+https://github.com/libimobiledevice/usbmuxd#commit=$_commit;)
+md5sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+check() {
+  cd $pkgname
+  make check
+}
+
+build() {
+  cd $pkgname
+  ./configure --prefix=/usr --sbindir=/usr/bin
+  make
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="${pkgdir}" install
+}

Copied: usbmuxd/repos/testing-x86_64/usbmuxd.install (from rev 309402, 
usbmuxd/trunk/usbmuxd.install)
===
--- testing-x86_64/usbmuxd.install  (rev 0)
+++ testing-x86_64/usbmuxd.install  2017-11-10 22:34:21 UTC (rev 309403)
@@ -0,0 +1,11 @@
+post_install() {
+groupadd -g 140 usbmux &>/dev/null
+useradd -c 'usbmux user' -u 140 -g usbmux -d / -s /sbin/nologin usbmux 
&>/dev/null
+passwd -l usbmux &>/dev/null
+}
+
+post_upgrade() {
+getent group usbmux >/dev/null 2>&1 || groupadd -g 140 usbmux &>/dev/null
+getent passwd usbmux >/dev/null 2>&1 || useradd -c 'usbmux user' -u 140 -g 
usbmux -d / -s /sbin/nologin usbmux &>/dev/null
+passwd -l usbmux &>/dev/null
+}


[arch-commits] Commit in intel-gpu-tools/repos/community-x86_64 (PKGBUILD PKGBUILD)

2017-11-10 Thread Jelle van der Waa
Date: Friday, November 10, 2017 @ 22:21:52
  Author: jelle
Revision: 266194

archrelease: copy trunk to community-x86_64

Added:
  intel-gpu-tools/repos/community-x86_64/PKGBUILD
(from rev 266193, intel-gpu-tools/trunk/PKGBUILD)
Deleted:
  intel-gpu-tools/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-11-10 22:21:41 UTC (rev 266193)
+++ PKGBUILD2017-11-10 22:21:52 UTC (rev 266194)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Daniel Micay 
-# Contributor: Mikael Eriksson 
-# Originally by: Denis Smirnov 
-
-pkgname=intel-gpu-tools
-pkgver=1.19
-pkgrel=2
-pkgdesc="Tools for development and testing of the Intel DRM driver"
-arch=(i686 x86_64)
-license=(MIT)
-url='http://cgit.freedesktop.org/xorg/app/intel-gpu-tools/'
-depends=(libdrm libpciaccess cairo python xorg-xrandr procps-ng kmod libxv)
-makedepends=(swig gtk-doc xorg-util-macros dri2proto)
-source=(https://xorg.freedesktop.org/releases/individual/app/$pkgname-$pkgver.tar.bz2{,.sig}
-
segfault.patch::https://cgit.freedesktop.org/xorg/app/intel-gpu-tools/patch/?id=eeff6a1d9c4e2c195b30ad95ee36a58ef6ca3387)
-md5sums=('4fdfa56acca3b046fc61fb12686656f3'
- 'SKIP'
- '9dd72f324347d5535c05f5a9910b9620')
-validpgpkeys=('775965B85650195ACE77E18D7370055DB74C2475')
-
-prepare() {
-  cd $pkgname-$pkgver
-  patch -Np1 -i $srcdir/segfault.patch
-}
-
-build() {
-  cd $pkgname-$pkgver
-  export LANG=en_US.UTF-8
-  ./configure --prefix=/usr --libexecdir=/usr/lib --disable-tests 
--without-libunwind
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-  install -Dm644 COPYING "$pkgdir/usr/share/licenses/intel-gpu-tools/COPYING"
-}

Copied: intel-gpu-tools/repos/community-x86_64/PKGBUILD (from rev 266193, 
intel-gpu-tools/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-11-10 22:21:52 UTC (rev 266194)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Daniel Micay 
+# Contributor: Mikael Eriksson 
+# Originally by: Denis Smirnov 
+
+pkgname=intel-gpu-tools
+pkgver=1.20
+pkgrel=1
+pkgdesc="Tools for development and testing of the Intel DRM driver"
+arch=(i686 x86_64)
+license=(MIT)
+url='http://cgit.freedesktop.org/xorg/app/intel-gpu-tools/'
+depends=(libdrm libpciaccess cairo python xorg-xrandr procps-ng kmod libxv)
+makedepends=(swig gtk-doc xorg-util-macros dri2proto)
+source=(https://xorg.freedesktop.org/releases/individual/app/$pkgname-$pkgver.tar.bz2{,.sig})
+md5sums=('3b77a6a23274afe363bd5c942fe42562'
+ 'SKIP')
+validpgpkeys=('775965B85650195ACE77E18D7370055DB74C2475')
+
+build() {
+  cd $pkgname-$pkgver
+  export LANG=en_US.UTF-8
+  ./configure --prefix=/usr --libexecdir=/usr/lib --disable-tests 
--without-libunwind
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+  install -Dm644 COPYING "$pkgdir/usr/share/licenses/intel-gpu-tools/COPYING"
+}


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

2017-11-10 Thread Jelle van der Waa
Date: Friday, November 10, 2017 @ 22:21:41
  Author: jelle
Revision: 266193

upgpkg: intel-gpu-tools 1.20-1

Modified:
  intel-gpu-tools/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-11-10 22:13:31 UTC (rev 266192)
+++ PKGBUILD2017-11-10 22:21:41 UTC (rev 266193)
@@ -4,8 +4,8 @@
 # Originally by: Denis Smirnov 
 
 pkgname=intel-gpu-tools
-pkgver=1.19
-pkgrel=2
+pkgver=1.20
+pkgrel=1
 pkgdesc="Tools for development and testing of the Intel DRM driver"
 arch=(i686 x86_64)
 license=(MIT)
@@ -12,18 +12,11 @@
 url='http://cgit.freedesktop.org/xorg/app/intel-gpu-tools/'
 depends=(libdrm libpciaccess cairo python xorg-xrandr procps-ng kmod libxv)
 makedepends=(swig gtk-doc xorg-util-macros dri2proto)
-source=(https://xorg.freedesktop.org/releases/individual/app/$pkgname-$pkgver.tar.bz2{,.sig}
-
segfault.patch::https://cgit.freedesktop.org/xorg/app/intel-gpu-tools/patch/?id=eeff6a1d9c4e2c195b30ad95ee36a58ef6ca3387)
-md5sums=('4fdfa56acca3b046fc61fb12686656f3'
- 'SKIP'
- '9dd72f324347d5535c05f5a9910b9620')
+source=(https://xorg.freedesktop.org/releases/individual/app/$pkgname-$pkgver.tar.bz2{,.sig})
+md5sums=('3b77a6a23274afe363bd5c942fe42562'
+ 'SKIP')
 validpgpkeys=('775965B85650195ACE77E18D7370055DB74C2475')
 
-prepare() {
-  cd $pkgname-$pkgver
-  patch -Np1 -i $srcdir/segfault.patch
-}
-
 build() {
   cd $pkgname-$pkgver
   export LANG=en_US.UTF-8


[arch-commits] Commit in intel-gpu-tools/repos/community-x86_64 (PKGBUILD PKGBUILD)

2017-11-10 Thread Jelle van der Waa
Date: Friday, November 10, 2017 @ 22:13:31
  Author: jelle
Revision: 266192

archrelease: copy trunk to community-x86_64

Added:
  intel-gpu-tools/repos/community-x86_64/PKGBUILD
(from rev 266191, intel-gpu-tools/trunk/PKGBUILD)
Deleted:
  intel-gpu-tools/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-11-10 22:13:19 UTC (rev 266191)
+++ PKGBUILD2017-11-10 22:13:31 UTC (rev 266192)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Daniel Micay 
-# Contributor: Mikael Eriksson 
-# Originally by: Denis Smirnov 
-
-pkgname=intel-gpu-tools
-pkgver=1.19
-pkgrel=1
-pkgdesc="Tools for development and testing of the Intel DRM driver"
-arch=(i686 x86_64)
-license=(MIT)
-url='http://cgit.freedesktop.org/xorg/app/intel-gpu-tools/'
-depends=(libdrm libpciaccess cairo python xorg-xrandr procps-ng kmod libxv)
-makedepends=(swig gtk-doc xorg-util-macros dri2proto)
-source=(https://xorg.freedesktop.org/releases/individual/app/$pkgname-$pkgver.tar.bz2{,.sig}
-
segfault.patch::https://cgit.freedesktop.org/xorg/app/intel-gpu-tools/patch/?id=eeff6a1d9c4e2c195b30ad95ee36a58ef6ca3387)
-md5sums=('4fdfa56acca3b046fc61fb12686656f3'
- 'SKIP'
- '9dd72f324347d5535c05f5a9910b9620')
-validpgpkeys=('775965B85650195ACE77E18D7370055DB74C2475')
-
-prepare() {
-  cd $pkgname-$pkgver
-  patch -Np1 -i $srcdir/segfault.patch
-}
-
-build() {
-  cd $pkgname-$pkgver
-  export LANG=en_US.UTF-8
-  ./configure --prefix=/usr --libexecdir=/usr/lib --disable-tests 
--without-libunwind
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-  install -Dm644 COPYING "$pkgdir/usr/share/licenses/intel-gpu-tools/COPYING"
-}

Copied: intel-gpu-tools/repos/community-x86_64/PKGBUILD (from rev 266191, 
intel-gpu-tools/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-11-10 22:13:31 UTC (rev 266192)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Daniel Micay 
+# Contributor: Mikael Eriksson 
+# Originally by: Denis Smirnov 
+
+pkgname=intel-gpu-tools
+pkgver=1.19
+pkgrel=2
+pkgdesc="Tools for development and testing of the Intel DRM driver"
+arch=(i686 x86_64)
+license=(MIT)
+url='http://cgit.freedesktop.org/xorg/app/intel-gpu-tools/'
+depends=(libdrm libpciaccess cairo python xorg-xrandr procps-ng kmod libxv)
+makedepends=(swig gtk-doc xorg-util-macros dri2proto)
+source=(https://xorg.freedesktop.org/releases/individual/app/$pkgname-$pkgver.tar.bz2{,.sig}
+
segfault.patch::https://cgit.freedesktop.org/xorg/app/intel-gpu-tools/patch/?id=eeff6a1d9c4e2c195b30ad95ee36a58ef6ca3387)
+md5sums=('4fdfa56acca3b046fc61fb12686656f3'
+ 'SKIP'
+ '9dd72f324347d5535c05f5a9910b9620')
+validpgpkeys=('775965B85650195ACE77E18D7370055DB74C2475')
+
+prepare() {
+  cd $pkgname-$pkgver
+  patch -Np1 -i $srcdir/segfault.patch
+}
+
+build() {
+  cd $pkgname-$pkgver
+  export LANG=en_US.UTF-8
+  ./configure --prefix=/usr --libexecdir=/usr/lib --disable-tests 
--without-libunwind
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+  install -Dm644 COPYING "$pkgdir/usr/share/licenses/intel-gpu-tools/COPYING"
+}


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

2017-11-10 Thread Jelle van der Waa
Date: Friday, November 10, 2017 @ 22:13:19
  Author: jelle
Revision: 266191

upgpkg: intel-gpu-tools 1.19-2

Modified:
  intel-gpu-tools/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-11-10 22:00:59 UTC (rev 266190)
+++ PKGBUILD2017-11-10 22:13:19 UTC (rev 266191)
@@ -5,7 +5,7 @@
 
 pkgname=intel-gpu-tools
 pkgver=1.19
-pkgrel=1
+pkgrel=2
 pkgdesc="Tools for development and testing of the Intel DRM driver"
 arch=(i686 x86_64)
 license=(MIT)


[arch-commits] Commit in lib32-dconf/repos/multilib-x86_64 (3 files)

2017-11-10 Thread Maxime Gauduin
Date: Friday, November 10, 2017 @ 22:00:59
  Author: alucryd
Revision: 266190

archrelease: copy trunk to multilib-x86_64

Added:
  lib32-dconf/repos/multilib-x86_64/PKGBUILD
(from rev 266189, lib32-dconf/trunk/PKGBUILD)
Deleted:
  lib32-dconf/repos/multilib-x86_64/PKGBUILD
  lib32-dconf/repos/multilib-x86_64/dconf.install

---+
 PKGBUILD  |   97 +++-
 dconf.install |   13 ---
 2 files changed, 48 insertions(+), 62 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2017-11-10 22:00:40 UTC (rev 266189)
+++ PKGBUILD2017-11-10 22:00:59 UTC (rev 266190)
@@ -1,49 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin 
-# Maintainer: jtts 
-# Contributor: Ionut Biru 
-
-pkgname=lib32-dconf
-pkgver=0.26.0
-pkgrel=1
-pkgdesc='A low-level configuration system'
-arch=('x86_64')
-url='https://live.gnome.org/dconf'
-license=('LGPL2.1')
-depends=('dconf' 'lib32-glib2')
-makedepends=('docbook-xsl' 'gcc-multilib' 'intltool' 'python' 'vala')
-install='dconf.install'
-source=("https://download.gnome.org/sources/dconf/${pkgver%.*}/dconf-${pkgver}.tar.xz;)
-sha256sums=('8683292eb31a3fae31e561f0a4220d8569b0f6d882e9958b68373f9043d658c9')
-
-prepare() {
-  cd dconf-${pkgver}
-
-  sed 's/ editor//g' -i Makefile.in
-}
-
-build() {
-  cd dconf-${pkgver}
-
-  export CC='gcc -m32'
-  export CXX='g++ -m32'
-  export PKG_CONFIG_PATH='/usr/lib32/pkgconfig'
-
-  ./configure \
---prefix='/usr' \
---libdir='/usr/lib32' \
---libexecdir='/usr/lib32/dconf' \
---disable-editor \
---disable-gtk-doc-html \
---disable-man
-  make
-}
-
-package() {
-  cd dconf-${pkgver}
-
-  make completiondir='/usr/share/bash-completion/completions' 
DESTDIR="${pkgdir}" install
-  rm -rf "${pkgdir}"/usr/{bin,include,share}
-}
-
-# vim: ts=2 sw=2 et:

Copied: lib32-dconf/repos/multilib-x86_64/PKGBUILD (from rev 266189, 
lib32-dconf/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-11-10 22:00:59 UTC (rev 266190)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Maxime Gauduin 
+# Maintainer: jtts 
+# Contributor: Ionut Biru 
+
+pkgname=lib32-dconf
+pkgver=0.26.1
+pkgrel=1
+pkgdesc='A low-level configuration system'
+arch=('x86_64')
+url='https://live.gnome.org/dconf'
+license=('LGPL2.1')
+depends=('dconf' 'lib32-glib2')
+makedepends=('docbook-xsl' 'gcc-multilib' 'intltool' 'python' 'vala')
+source=("https://download.gnome.org/sources/dconf/${pkgver%.*}/dconf-${pkgver}.tar.xz;)
+sha256sums=('d583b1f7fc93b879e2956acc6a26ea05a445a0002158aeef80c8e378e1414535')
+
+prepare() {
+  cd dconf-${pkgver}
+
+  sed 's/ editor//g' -i Makefile.in
+}
+
+build() {
+  cd dconf-${pkgver}
+
+  export CC='gcc -m32'
+  export CXX='g++ -m32'
+  export PKG_CONFIG_PATH='/usr/lib32/pkgconfig'
+
+  ./configure \
+--prefix='/usr' \
+--libdir='/usr/lib32' \
+--libexecdir='/usr/lib32/dconf' \
+--disable-editor \
+--disable-gtk-doc-html \
+--disable-man
+  make
+}
+
+package() {
+  cd dconf-${pkgver}
+
+  make completiondir='/usr/share/bash-completion/completions' 
DESTDIR="${pkgdir}" install
+  rm -rf "${pkgdir}"/usr/{bin,include,share}
+}
+
+# vim: ts=2 sw=2 et:

Deleted: dconf.install
===
--- dconf.install   2017-11-10 22:00:40 UTC (rev 266189)
+++ dconf.install   2017-11-10 22:00:59 UTC (rev 266190)
@@ -1,13 +0,0 @@
-post_install() {
-  gio-querymodules-32 /usr/lib/gio/modules
-}
-
-post_upgrade(){
-  post_install
-}
-
-post_remove() {
-  post_install
-}
-
-# vim: ts=2 sw=2 et:


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

2017-11-10 Thread Maxime Gauduin
Date: Friday, November 10, 2017 @ 22:00:40
  Author: alucryd
Revision: 266189

upgpkg: lib32-dconf 0.26.1-1

Modified:
  lib32-dconf/trunk/PKGBUILD
Deleted:
  lib32-dconf/trunk/dconf.install

---+
 PKGBUILD  |5 ++---
 dconf.install |   13 -
 2 files changed, 2 insertions(+), 16 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-11-10 21:57:12 UTC (rev 266188)
+++ PKGBUILD2017-11-10 22:00:40 UTC (rev 266189)
@@ -4,7 +4,7 @@
 # Contributor: Ionut Biru 
 
 pkgname=lib32-dconf
-pkgver=0.26.0
+pkgver=0.26.1
 pkgrel=1
 pkgdesc='A low-level configuration system'
 arch=('x86_64')
@@ -12,9 +12,8 @@
 license=('LGPL2.1')
 depends=('dconf' 'lib32-glib2')
 makedepends=('docbook-xsl' 'gcc-multilib' 'intltool' 'python' 'vala')
-install='dconf.install'
 
source=("https://download.gnome.org/sources/dconf/${pkgver%.*}/dconf-${pkgver}.tar.xz;)
-sha256sums=('8683292eb31a3fae31e561f0a4220d8569b0f6d882e9958b68373f9043d658c9')
+sha256sums=('d583b1f7fc93b879e2956acc6a26ea05a445a0002158aeef80c8e378e1414535')
 
 prepare() {
   cd dconf-${pkgver}

Deleted: dconf.install
===
--- dconf.install   2017-11-10 21:57:12 UTC (rev 266188)
+++ dconf.install   2017-11-10 22:00:40 UTC (rev 266189)
@@ -1,13 +0,0 @@
-post_install() {
-  gio-querymodules-32 /usr/lib/gio/modules
-}
-
-post_upgrade(){
-  post_install
-}
-
-post_remove() {
-  post_install
-}
-
-# vim: ts=2 sw=2 et:


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

2017-11-10 Thread Levente Polyak
Date: Friday, November 10, 2017 @ 21:56:59
  Author: anthraxx
Revision: 266187

upgpkg: scapy3k 0.22-1

Modified:
  scapy3k/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-11-10 21:55:11 UTC (rev 266186)
+++ PKGBUILD2017-11-10 21:56:59 UTC (rev 266187)
@@ -2,8 +2,8 @@
 
 pkgname=scapy3k
 _pkgname=scapy
-pkgver=0.21
-pkgrel=2
+pkgver=0.22
+pkgrel=1
 pkgdesc='Powerful interactive packet manipulation program written in Python 3'
 url='https://github.com/phaethon/scapy'
 depends=('tcpdump' 'python' )
@@ -17,8 +17,8 @@
 arch=('any')
 license=('GPL2')
 
source=(${pkgname}-${pkgver}.tar.gz::https://github.com/phaethon/scapy/archive/v${pkgver}.tar.gz)
-sha256sums=('23468d89024ba3179bbf9ab9f58ca192a21a8803ee8d9131f6baecbae2556f56')
-sha512sums=('24d091db701eeabf55f5f4c3c7314be414c4d221f7e8d20c781fe015765dca4b22b20022fa4059053eed44d5e1a3a34c98f418324a7a3a5a74f0f869a3016be1')
+sha256sums=('257144ee72b6f40372d0fd7bf6dbe8743bdfa82805846ef88c25f4963286d153')
+sha512sums=('e3c85254bf11cec890e26ec5a459b206771f34cd7a8e7a890c19578dbe6ac9854d6403e0f49d72cd0223e7244a82cb000b0ec512a0f6118b0bddc0fa6a24a0f2')
 
 prepare() {
   cd ${_pkgname}-${pkgver}


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

2017-11-10 Thread Levente Polyak
Date: Friday, November 10, 2017 @ 21:57:12
  Author: anthraxx
Revision: 266188

archrelease: copy trunk to community-any

Added:
  scapy3k/repos/community-any/PKGBUILD
(from rev 266187, scapy3k/trunk/PKGBUILD)
Deleted:
  scapy3k/repos/community-any/PKGBUILD

--+
 PKGBUILD |   96 ++---
 1 file changed, 48 insertions(+), 48 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2017-11-10 21:56:59 UTC (rev 266187)
+++ PKGBUILD2017-11-10 21:57:12 UTC (rev 266188)
@@ -1,48 +0,0 @@
-# Maintainer: Levente Polyak 
-
-pkgname=scapy3k
-_pkgname=scapy
-pkgver=0.21
-pkgrel=2
-pkgdesc='Powerful interactive packet manipulation program written in Python 3'
-url='https://github.com/phaethon/scapy'
-depends=('tcpdump' 'python' )
-optdepends=('python-cryptography: WEP decryption, IPsec and certificate 
support'
-'python-pyx: psdump() and pdfdump() functions'
-'python-matplotlib: plotting support'
-'python-netifaces: network interface information support'
-'graphviz: conversations() method support'
-'sox: for VOIP support')
-checkdepends=('python-cryptography' 'python-pyx' 'python-matplotlib' 
'python-netifaces' 'graphviz' 'sox')
-arch=('any')
-license=('GPL2')
-source=(${pkgname}-${pkgver}.tar.gz::https://github.com/phaethon/scapy/archive/v${pkgver}.tar.gz)
-sha256sums=('23468d89024ba3179bbf9ab9f58ca192a21a8803ee8d9131f6baecbae2556f56')
-sha512sums=('24d091db701eeabf55f5f4c3c7314be414c4d221f7e8d20c781fe015765dca4b22b20022fa4059053eed44d5e1a3a34c98f418324a7a3a5a74f0f869a3016be1')
-
-prepare() {
-  cd ${_pkgname}-${pkgver}
-  sed -r 's|((bin\|doc)/(UT)?scapy)|\13k|g' -i setup.py
-  mv doc/scapy.1.gz doc/scapy3k.1.gz
-  mv bin/scapy{,3k}
-  mv bin/UTscapy{,3k}
-}
-
-build() {
-  cd ${_pkgname}-${pkgver}
-  python setup.py build
-}
-
-check() {
-  cd ${_pkgname}-${pkgver}/test
-  # skip tests as they hang
-  # ./run_tests -t regression.uts -K netaccess
-}
-
-package() {
-  cd ${_pkgname}-${pkgver}
-  python setup.py install -O1 --skip-build --root="${pkgdir}" --prefix=/usr
-  install -Dm 644 doc/scapy/*.rst -t "${pkgdir}/usr/share/doc/${pkgname}"
-}
-
-# vim: ts=2 sw=2 et:

Copied: scapy3k/repos/community-any/PKGBUILD (from rev 266187, 
scapy3k/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-11-10 21:57:12 UTC (rev 266188)
@@ -0,0 +1,48 @@
+# Maintainer: Levente Polyak 
+
+pkgname=scapy3k
+_pkgname=scapy
+pkgver=0.22
+pkgrel=1
+pkgdesc='Powerful interactive packet manipulation program written in Python 3'
+url='https://github.com/phaethon/scapy'
+depends=('tcpdump' 'python' )
+optdepends=('python-cryptography: WEP decryption, IPsec and certificate 
support'
+'python-pyx: psdump() and pdfdump() functions'
+'python-matplotlib: plotting support'
+'python-netifaces: network interface information support'
+'graphviz: conversations() method support'
+'sox: for VOIP support')
+checkdepends=('python-cryptography' 'python-pyx' 'python-matplotlib' 
'python-netifaces' 'graphviz' 'sox')
+arch=('any')
+license=('GPL2')
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/phaethon/scapy/archive/v${pkgver}.tar.gz)
+sha256sums=('257144ee72b6f40372d0fd7bf6dbe8743bdfa82805846ef88c25f4963286d153')
+sha512sums=('e3c85254bf11cec890e26ec5a459b206771f34cd7a8e7a890c19578dbe6ac9854d6403e0f49d72cd0223e7244a82cb000b0ec512a0f6118b0bddc0fa6a24a0f2')
+
+prepare() {
+  cd ${_pkgname}-${pkgver}
+  sed -r 's|((bin\|doc)/(UT)?scapy)|\13k|g' -i setup.py
+  mv doc/scapy.1.gz doc/scapy3k.1.gz
+  mv bin/scapy{,3k}
+  mv bin/UTscapy{,3k}
+}
+
+build() {
+  cd ${_pkgname}-${pkgver}
+  python setup.py build
+}
+
+check() {
+  cd ${_pkgname}-${pkgver}/test
+  # skip tests as they hang
+  # ./run_tests -t regression.uts -K netaccess
+}
+
+package() {
+  cd ${_pkgname}-${pkgver}
+  python setup.py install -O1 --skip-build --root="${pkgdir}" --prefix=/usr
+  install -Dm 644 doc/scapy/*.rst -t "${pkgdir}/usr/share/doc/${pkgname}"
+}
+
+# vim: ts=2 sw=2 et:


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

2017-11-10 Thread Maxime Gauduin
Date: Friday, November 10, 2017 @ 21:55:11
  Author: alucryd
Revision: 266186

archrelease: copy trunk to multilib-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-11-10 21:54:54 UTC (rev 266185)
+++ PKGBUILD2017-11-10 21:55:11 UTC (rev 266186)
@@ -1,65 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin 
-# Contributor: Jan Alexander Steffens 
-# Contributor: Daniel Micay 
-# Contributor: Mladen Pejakovic 
-
-pkgbase=lib32-libxkbcommon
-pkgname=('lib32-libxkbcommon' 'lib32-libxkbcommon-x11')
-pkgver=0.7.1
-pkgrel=1
-arch=('x86_64')
-url='https://xkbcommon.org/'
-license=('custom')
-makedepends=('gcc-multilib' 'lib32-libxcb' 'lib32-wayland' 'wayland-protocols'
- 'xorg-util-macros')
-source=("https://xkbcommon.org/download/libxkbcommon-${pkgver}.tar.xz;)
-sha256sums=('ba59305d2e19e47c27ea065c2e0df96ebac6a3c6e97e28ae5620073b6084e68b')
-
-prepare() {
-  mkdir -p x11/usr/lib32/pkgconfig
-}
-
-build() {
-  cd libxkbcommon-${pkgver}
-
-  export CC='gcc -m32'
-  export CXX='g++ -m32'
-  export PKG_CONFIG_PATH='/usr/lib32/pkgconfig'
-
-  ./configure \
---prefix='/usr' \
---libdir='/usr/lib32' \
---disable-docs \
---disable-static
-  make
-}
-
-package_lib32-libxkbcommon() {
-  pkgdesc='Keymap handling library for toolkits and window systems'
-  depends=('lib32-glibc' 'libxkbcommon')
-
-  cd libxkbcommon-${pkgver}
-
-  make DESTDIR="${pkgdir}" install
-  rm -rf "${pkgdir}"/usr/include
-
-  install -dm 755 "${pkgdir}"/usr/share/licenses
-  ln -s libxkbcommon "${pkgdir}"/usr/share/licenses/lib32-libxkbcommon
-
-  mv "${pkgdir}"/usr/lib32/*x11* ../x11/usr/lib32
-  mv "${pkgdir}"/usr/lib32/pkgconfig/*x11* ../x11/usr/lib32/pkgconfig
-}
-
-package_lib32-libxkbcommon-x11() {
-  pkgdesc='Keyboard handling library using XKB data for X11 XCB clients'
-  depends=('lib32-libxcb' 'lib32-libxkbcommon' 'libxkbcommon-x11')
-
-  mv x11/* "${pkgdir}"/
-  find "${pkgdir}" -type d -exec chmod 755 {} +
-
-  install -dm 755 "${pkgdir}"/usr/share/licenses
-  ln -s libxkbcommon-x11 "${pkgdir}"/usr/share/licenses/lib32-libxkbcommon-x11
-}
-
-# vim: ts=2 sw=2 et:

Copied: lib32-libxkbcommon/repos/multilib-x86_64/PKGBUILD (from rev 266185, 
lib32-libxkbcommon/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-11-10 21:55:11 UTC (rev 266186)
@@ -0,0 +1,65 @@
+# $Id$
+# Maintainer: Maxime Gauduin 
+# Contributor: Jan Alexander Steffens 
+# Contributor: Daniel Micay 
+# Contributor: Mladen Pejakovic 
+
+pkgbase=lib32-libxkbcommon
+pkgname=('lib32-libxkbcommon' 'lib32-libxkbcommon-x11')
+pkgver=0.7.2
+pkgrel=1
+arch=('x86_64')
+url='https://xkbcommon.org/'
+license=('custom')
+makedepends=('gcc-multilib' 'lib32-libxcb' 'lib32-wayland' 'meson'
+ 'wayland-protocols' 'xorg-util-macros')
+source=("https://xkbcommon.org/download/libxkbcommon-${pkgver}.tar.xz;)
+sha256sums=('28a4dc2735863bec2dba238de07fcdff28c5dd2300ae9dfdb47282206cd9b9d8')
+
+prepare() {
+  mkdir -p build x11/usr/lib32/pkgconfig
+}
+
+build() {
+  cd build
+
+  export CC='gcc -m32'
+  export CXX='g++ -m32'
+  export PKG_CONFIG_PATH='/usr/lib32/pkgconfig'
+
+  meson ../libxkbcommon-${pkgver} \
+--buildtype='release' \
+--prefix='/usr' \
+--libdir='/usr/lib32' \
+-Denable-docs='false'
+  ninja
+}
+
+package_lib32-libxkbcommon() {
+  pkgdesc='Keymap handling library for toolkits and window systems'
+  depends=('lib32-glibc' 'libxkbcommon')
+
+  cd build
+
+  DESTDIR="${pkgdir}" ninja install
+  rm -rf "${pkgdir}"/usr/include
+
+  install -dm 755 "${pkgdir}"/usr/share/licenses
+  ln -s libxkbcommon "${pkgdir}"/usr/share/licenses/lib32-libxkbcommon
+
+  mv "${pkgdir}"/usr/lib32/*x11* ../x11/usr/lib32
+  mv "${pkgdir}"/usr/lib32/pkgconfig/*x11* ../x11/usr/lib32/pkgconfig
+}
+
+package_lib32-libxkbcommon-x11() {
+  pkgdesc='Keyboard handling library using XKB data for X11 XCB clients'
+  depends=('lib32-libxcb' 'lib32-libxkbcommon' 'libxkbcommon-x11')
+
+  mv x11/* "${pkgdir}"/
+  find "${pkgdir}" -type d -exec chmod 755 {} +
+
+  install -dm 755 "${pkgdir}"/usr/share/licenses
+  ln -s libxkbcommon-x11 "${pkgdir}"/usr/share/licenses/lib32-libxkbcommon-x11
+}
+
+# vim: ts=2 sw=2 et:


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

2017-11-10 Thread Maxime Gauduin
Date: Friday, November 10, 2017 @ 21:54:54
  Author: alucryd
Revision: 266185

upgpkg: lib32-libxkbcommon 0.7.2-1

Modified:
  lib32-libxkbcommon/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-11-10 21:47:53 UTC (rev 266184)
+++ PKGBUILD2017-11-10 21:54:54 UTC (rev 266185)
@@ -6,33 +6,33 @@
 
 pkgbase=lib32-libxkbcommon
 pkgname=('lib32-libxkbcommon' 'lib32-libxkbcommon-x11')
-pkgver=0.7.1
+pkgver=0.7.2
 pkgrel=1
 arch=('x86_64')
 url='https://xkbcommon.org/'
 license=('custom')
-makedepends=('gcc-multilib' 'lib32-libxcb' 'lib32-wayland' 'wayland-protocols'
- 'xorg-util-macros')
+makedepends=('gcc-multilib' 'lib32-libxcb' 'lib32-wayland' 'meson'
+ 'wayland-protocols' 'xorg-util-macros')
 source=("https://xkbcommon.org/download/libxkbcommon-${pkgver}.tar.xz;)
-sha256sums=('ba59305d2e19e47c27ea065c2e0df96ebac6a3c6e97e28ae5620073b6084e68b')
+sha256sums=('28a4dc2735863bec2dba238de07fcdff28c5dd2300ae9dfdb47282206cd9b9d8')
 
 prepare() {
-  mkdir -p x11/usr/lib32/pkgconfig
+  mkdir -p build x11/usr/lib32/pkgconfig
 }
 
 build() {
-  cd libxkbcommon-${pkgver}
+  cd build
 
   export CC='gcc -m32'
   export CXX='g++ -m32'
   export PKG_CONFIG_PATH='/usr/lib32/pkgconfig'
 
-  ./configure \
+  meson ../libxkbcommon-${pkgver} \
+--buildtype='release' \
 --prefix='/usr' \
 --libdir='/usr/lib32' \
---disable-docs \
---disable-static
-  make
+-Denable-docs='false'
+  ninja
 }
 
 package_lib32-libxkbcommon() {
@@ -39,9 +39,9 @@
   pkgdesc='Keymap handling library for toolkits and window systems'
   depends=('lib32-glibc' 'libxkbcommon')
 
-  cd libxkbcommon-${pkgver}
+  cd build
 
-  make DESTDIR="${pkgdir}" install
+  DESTDIR="${pkgdir}" ninja install
   rm -rf "${pkgdir}"/usr/include
 
   install -dm 755 "${pkgdir}"/usr/share/licenses


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

2017-11-10 Thread Maxime Gauduin
Date: Friday, November 10, 2017 @ 21:47:53
  Author: alucryd
Revision: 266184

archrelease: copy trunk to multilib-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-11-10 21:47:42 UTC (rev 266183)
+++ PKGBUILD2017-11-10 21:47:53 UTC (rev 266184)
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin 
-# Contributor: FadeMind 
-# Contributor: Evangelos Foutras 
-
-pkgname=lib32-libgudev
-pkgver=231
-pkgrel=1
-pkgdesc='GObject bindings for libudev'
-arch=('x86_64')
-url='https://wiki.gnome.org/Projects/libgudev'
-license=('LGPL2.1')
-depends=('lib32-glib2' 'lib32-systemd' 'libgudev')
-makedepends=('gcc-multilib')
-conflicts=('lib32-systemd<221')
-source=("https://download.gnome.org/sources/libgudev/${pkgver}/libgudev-${pkgver}.tar.xz;)
-sha256sums=('3b1ef99d4a8984c35044103d8ddfc3cc52c80035c36abab2bcc5e3532e063f96')
-
-build() {
-  cd libgudev-${pkgver}
-
-  export CC='gcc -m32'
-  export CXX='g++ -m32'
-  export PKG_CONFIG_PATH='/usr/lib32/pkgconfig'
-
-  ./configure \
---prefix='/usr' \
---libdir='/usr/lib32' \
---localstatedir='/var' \
---sysconfdir='/etc' \
---disable-introspection \
---disable-umockdev
-  make
-}
-
-package() {
-  cd libgudev-${pkgver}
-
-  make DESTDIR="${pkgdir}" install
-  rm -rf ${pkgdir}/usr/{include,share}
-}
-
-# vim: ts=2 sw=2 et:

Copied: lib32-libgudev/repos/multilib-x86_64/PKGBUILD (from rev 266183, 
lib32-libgudev/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-11-10 21:47:53 UTC (rev 266184)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Maxime Gauduin 
+# Contributor: FadeMind 
+# Contributor: Evangelos Foutras 
+
+pkgname=lib32-libgudev
+pkgver=232
+pkgrel=1
+pkgdesc='GObject bindings for libudev'
+arch=('x86_64')
+url='https://wiki.gnome.org/Projects/libgudev'
+license=('LGPL2.1')
+depends=('lib32-glib2' 'lib32-systemd' 'libgudev')
+makedepends=('gcc-multilib' 'python')
+conflicts=('lib32-systemd<221')
+source=("https://download.gnome.org/sources/libgudev/${pkgver}/libgudev-${pkgver}.tar.xz;)
+sha256sums=('ee4cb2b9c573cdf354f6ed744f01b111d4b5bed3503ffa956cefff50489c7860')
+
+build() {
+  cd libgudev-${pkgver}
+
+  export CC='gcc -m32'
+  export CXX='g++ -m32'
+  export PKG_CONFIG_PATH='/usr/lib32/pkgconfig'
+
+  ./configure \
+--prefix='/usr' \
+--libdir='/usr/lib32' \
+--localstatedir='/var' \
+--sysconfdir='/etc' \
+--disable-introspection \
+--disable-umockdev
+  make
+}
+
+package() {
+  cd libgudev-${pkgver}
+
+  make DESTDIR="${pkgdir}" install
+  rm -rf ${pkgdir}/usr/{include,share}
+}
+
+# vim: ts=2 sw=2 et:


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

2017-11-10 Thread Maxime Gauduin
Date: Friday, November 10, 2017 @ 21:47:42
  Author: alucryd
Revision: 266183

upgpkg: lib32-libgudev 232-1

Modified:
  lib32-libgudev/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-11-10 21:45:03 UTC (rev 266182)
+++ PKGBUILD2017-11-10 21:47:42 UTC (rev 266183)
@@ -4,7 +4,7 @@
 # Contributor: Evangelos Foutras 
 
 pkgname=lib32-libgudev
-pkgver=231
+pkgver=232
 pkgrel=1
 pkgdesc='GObject bindings for libudev'
 arch=('x86_64')
@@ -11,10 +11,10 @@
 url='https://wiki.gnome.org/Projects/libgudev'
 license=('LGPL2.1')
 depends=('lib32-glib2' 'lib32-systemd' 'libgudev')
-makedepends=('gcc-multilib')
+makedepends=('gcc-multilib' 'python')
 conflicts=('lib32-systemd<221')
 
source=("https://download.gnome.org/sources/libgudev/${pkgver}/libgudev-${pkgver}.tar.xz;)
-sha256sums=('3b1ef99d4a8984c35044103d8ddfc3cc52c80035c36abab2bcc5e3532e063f96')
+sha256sums=('ee4cb2b9c573cdf354f6ed744f01b111d4b5bed3503ffa956cefff50489c7860')
 
 build() {
   cd libgudev-${pkgver}


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

2017-11-10 Thread Maxime Gauduin
Date: Friday, November 10, 2017 @ 21:45:03
  Author: alucryd
Revision: 266182

archrelease: copy trunk to multilib-x86_64

Added:
  lib32-json-glib/repos/multilib-x86_64/PKGBUILD
(from rev 266181, lib32-json-glib/trunk/PKGBUILD)
Deleted:
  lib32-json-glib/repos/multilib-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-11-10 21:44:48 UTC (rev 266181)
+++ PKGBUILD2017-11-10 21:45:03 UTC (rev 266182)
@@ -1,49 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin 
-# Contributor: Jameson Pugh 
-
-pkgname=lib32-json-glib
-pkgver=1.2.8
-pkgrel=1
-pkgdesc='JSON library built on GLib'
-arch=('x86_64')
-url='https://wiki.gnome.org/Projects/JsonGlib'
-license=('GPL')
-depends=('json-glib' 'lib32-glib2')
-makedepends=('gobject-introspection' 'meson')
-source=("https://ftp.gnome.org/pub/GNOME/sources/json-glib/${pkgver%.*}/json-glib-${pkgver}.tar.xz;)
-sha256sums=('fd55a9037d39e7a10f0db64309f5f0265fa32ec962bf85066087b83a2807f40a')
-
-prepare() {
-  if [[ -d build ]]; then
-rm -rf build
-  fi
-  mkdir build
-}
-
-build(){
-  cd build
-
-  export CC='gcc -m32'
-  export CXX='g++ -m32'
-  export PKG_CONFIG_PATH='/usr/lib32/pkgconfig'
-
-  export LANG='en_US.UTF-8'
-  export LANGUAGE='en_US'
-
-  meson ../json-glib-${pkgver} \
---buildtype='release' \
---prefix='/usr' \
---libdir='/usr/lib32' \
---libexecdir='/usr/lib32'
-  ninja
-}
-
-package(){
-  cd build
-
-  DESTDIR="${pkgdir}" ninja install
-  rm -rf "${pkgdir}"/usr/{bin,include,lib32/installed-tests,share}
-}
-
-# vim: ts=2 sw=2 et:

Copied: lib32-json-glib/repos/multilib-x86_64/PKGBUILD (from rev 266181, 
lib32-json-glib/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-11-10 21:45:03 UTC (rev 266182)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer: Maxime Gauduin 
+# Contributor: Jameson Pugh 
+
+pkgname=lib32-json-glib
+pkgver=1.4.2
+pkgrel=1
+pkgdesc='JSON library built on GLib'
+arch=('x86_64')
+url='https://wiki.gnome.org/Projects/JsonGlib'
+license=('GPL')
+depends=('json-glib' 'lib32-glib2')
+makedepends=('gobject-introspection' 'meson')
+source=("https://ftp.gnome.org/pub/GNOME/sources/json-glib/${pkgver%.*}/json-glib-${pkgver}.tar.xz;)
+sha256sums=('2d7709a44749c7318599a6829322e081915bdc73f5be5045882ed120bb686dc8')
+
+prepare() {
+  if [[ -d build ]]; then
+rm -rf build
+  fi
+  mkdir build
+}
+
+build(){
+  cd build
+
+  export CC='gcc -m32'
+  export CXX='g++ -m32'
+  export PKG_CONFIG_PATH='/usr/lib32/pkgconfig'
+
+  export LANG='en_US.UTF-8'
+  export LANGUAGE='en_US'
+
+  meson ../json-glib-${pkgver} \
+--buildtype='release' \
+--prefix='/usr' \
+--libdir='/usr/lib32' \
+--libexecdir='/usr/lib32'
+  ninja
+}
+
+package(){
+  cd build
+
+  DESTDIR="${pkgdir}" ninja install
+  rm -rf "${pkgdir}"/usr/{bin,include,lib32/installed-tests,share}
+}
+
+# vim: ts=2 sw=2 et:


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

2017-11-10 Thread Maxime Gauduin
Date: Friday, November 10, 2017 @ 21:44:48
  Author: alucryd
Revision: 266181

upgpkg: lib32-json-glib 1.4.2-1

Modified:
  lib32-json-glib/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-11-10 21:12:18 UTC (rev 266180)
+++ PKGBUILD2017-11-10 21:44:48 UTC (rev 266181)
@@ -3,7 +3,7 @@
 # Contributor: Jameson Pugh 
 
 pkgname=lib32-json-glib
-pkgver=1.2.8
+pkgver=1.4.2
 pkgrel=1
 pkgdesc='JSON library built on GLib'
 arch=('x86_64')
@@ -12,7 +12,7 @@
 depends=('json-glib' 'lib32-glib2')
 makedepends=('gobject-introspection' 'meson')
 
source=("https://ftp.gnome.org/pub/GNOME/sources/json-glib/${pkgver%.*}/json-glib-${pkgver}.tar.xz;)
-sha256sums=('fd55a9037d39e7a10f0db64309f5f0265fa32ec962bf85066087b83a2807f40a')
+sha256sums=('2d7709a44749c7318599a6829322e081915bdc73f5be5045882ed120bb686dc8')
 
 prepare() {
   if [[ -d build ]]; then


[arch-commits] Commit in networkmanager/repos/testing-x86_64 (6 files)

2017-11-10 Thread Jan Steffens
Date: Friday, November 10, 2017 @ 21:19:23
  Author: heftig
Revision: 309401

archrelease: copy trunk to testing-x86_64

Added:
  networkmanager/repos/testing-x86_64/20-connectivity.conf
(from rev 309400, networkmanager/trunk/20-connectivity.conf)
  networkmanager/repos/testing-x86_64/NetworkManager.conf
(from rev 309400, networkmanager/trunk/NetworkManager.conf)
  networkmanager/repos/testing-x86_64/PKGBUILD
(from rev 309400, networkmanager/trunk/PKGBUILD)
Deleted:
  networkmanager/repos/testing-x86_64/20-connectivity.conf
  networkmanager/repos/testing-x86_64/NetworkManager.conf
  networkmanager/repos/testing-x86_64/PKGBUILD

--+
 20-connectivity.conf |4 
 NetworkManager.conf  |4 
 PKGBUILD |  346 -
 3 files changed, 177 insertions(+), 177 deletions(-)

Deleted: 20-connectivity.conf
===
--- 20-connectivity.conf2017-11-10 21:18:17 UTC (rev 309400)
+++ 20-connectivity.conf2017-11-10 21:19:23 UTC (rev 309401)
@@ -1,2 +0,0 @@
-[connectivity]
-uri=http://www.archlinux.org/check_network_status.txt

Copied: networkmanager/repos/testing-x86_64/20-connectivity.conf (from rev 
309400, networkmanager/trunk/20-connectivity.conf)
===
--- 20-connectivity.conf(rev 0)
+++ 20-connectivity.conf2017-11-10 21:19:23 UTC (rev 309401)
@@ -0,0 +1,2 @@
+[connectivity]
+uri=http://www.archlinux.org/check_network_status.txt

Deleted: NetworkManager.conf
===
--- NetworkManager.conf 2017-11-10 21:18:17 UTC (rev 309400)
+++ NetworkManager.conf 2017-11-10 21:19:23 UTC (rev 309401)
@@ -1,2 +0,0 @@
-# Configuration file for NetworkManager.
-# See "man 5 NetworkManager.conf" for details.

Copied: networkmanager/repos/testing-x86_64/NetworkManager.conf (from rev 
309400, networkmanager/trunk/NetworkManager.conf)
===
--- NetworkManager.conf (rev 0)
+++ NetworkManager.conf 2017-11-10 21:19:23 UTC (rev 309401)
@@ -0,0 +1,2 @@
+# Configuration file for NetworkManager.
+# See "man 5 NetworkManager.conf" for details.

Deleted: PKGBUILD
===
--- PKGBUILD2017-11-10 21:18:17 UTC (rev 309400)
+++ PKGBUILD2017-11-10 21:19:23 UTC (rev 309401)
@@ -1,173 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Maintainer: Jan de Groot 
-# Contributor: Wael Nasreddine 
-# Contributor: Tor Krill 
-# Contributor: Will Rea 
-# Contributor: Valentine Sinitsyn 
-
-pkgbase=networkmanager
-pkgname=(networkmanager libnm libnm-glib)
-pkgver=1.10rc1+23+ge4e6ed5b0
-pkgrel=1
-pkgdesc="Network connection manager and user applications"
-arch=(i686 x86_64)
-license=(GPL2 LGPL2.1)
-url="https://wiki.gnome.org/Projects/NetworkManager;
-_pppver=2.4.7
-makedepends=(intltool dhclient iptables gobject-introspection gtk-doc 
"ppp=$_pppver" modemmanager
- dbus-glib iproute2 nss polkit wpa_supplicant libsoup systemd 
libgudev libmm-glib
- libnewt libndp libteam vala perl-yaml python-gobject git vala 
jansson bluez-libs
- glib2-docs)
-checkdepends=(libx11 python-dbus)
-_commit=e4e6ed5b0ad0dee79ed5d65cfe8098eb4e19e2aa  # nm-1-10
-source=("git+https://anongit.freedesktop.org/git/NetworkManager/NetworkManager#commit=$_commit;
-NetworkManager.conf 20-connectivity.conf)
-sha256sums=('SKIP'
-'dd2d3a9c8a08ce961e263e1847453890f1b24c72a806d8c83a5b69b227a5ccec'
-'477d609aefd991c48aca93dc7ea5a77ebebf46e0481184530cceda4c0d8d72c6')
-
-prepare() {
-  mkdir -p 
libnm{,-glib}/usr/{include,lib/{girepository-1.0,pkgconfig},share/{gir-1.0,gtk-doc/html,vala/vapi}}
-
-  cd NetworkManager
-  NOCONFIGURE=1 ./autogen.sh
-}
-
-pkgver() {
-  cd NetworkManager
-  git describe | sed 's/-dev/dev/;s/-rc/rc/;s/-/+/g'
-}
-
-build() {
-  cd NetworkManager
-  ./configure --prefix=/usr \
---sysconfdir=/etc \
---localstatedir=/var \
-runstatedir=/run \
---sbindir=/usr/bin \
---libexecdir=/usr/lib/NetworkManager \
---disable-ifcfg-rh \
---disable-ifcfg-suse \
---disable-ifnet \
---disable-ifupdown \
---disable-lto \
---disable-more-warnings \
---disable-static \
---enable-bluez5-dun \
---enable-concheck \
---enable-config-plugin-ibft \
---enable-gtk-doc \
---enable-introspection \
---enable-json-validation \
---enable-ld-gc \
---enable-modify-system \
---enable-polkit \
---enable-polkit-agent \
---enable-teamdctl \
---enable-wifi \
---with-config-dhcp-default=internal \
-

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

2017-11-10 Thread Jan Steffens
Date: Friday, November 10, 2017 @ 21:18:17
  Author: heftig
Revision: 309400

1.10.0-1

Modified:
  networkmanager/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-11-10 21:12:50 UTC (rev 309399)
+++ PKGBUILD2017-11-10 21:18:17 UTC (rev 309400)
@@ -8,7 +8,7 @@
 
 pkgbase=networkmanager
 pkgname=(networkmanager libnm libnm-glib)
-pkgver=1.10rc1+23+ge4e6ed5b0
+pkgver=1.10.0
 pkgrel=1
 pkgdesc="Network connection manager and user applications"
 arch=(i686 x86_64)
@@ -20,7 +20,7 @@
  libnewt libndp libteam vala perl-yaml python-gobject git vala 
jansson bluez-libs
  glib2-docs)
 checkdepends=(libx11 python-dbus)
-_commit=e4e6ed5b0ad0dee79ed5d65cfe8098eb4e19e2aa  # nm-1-10
+_commit=1193fb1b08fe45ce8713220132184581c4669362  # tags/1.10.0^0
 
source=("git+https://anongit.freedesktop.org/git/NetworkManager/NetworkManager#commit=$_commit;
 NetworkManager.conf 20-connectivity.conf)
 sha256sums=('SKIP'


[arch-commits] Commit in libreoffice-fresh/repos/testing-x86_64 (8 files)

2017-11-10 Thread Andreas Radke
Date: Friday, November 10, 2017 @ 21:12:50
  Author: andyrtr
Revision: 309399

archrelease: copy trunk to testing-x86_64

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

--+
 PKGBUILD |  748 -
 libreoffice-fresh.csh|   12 
 libreoffice-fresh.sh |   12 
 make-pyuno-work-with-system-wide-module-install.diff |   36 
 4 files changed, 402 insertions(+), 406 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2017-11-10 21:12:20 UTC (rev 309398)
+++ PKGBUILD2017-11-10 21:12:50 UTC (rev 309399)
@@ -1,376 +0,0 @@
-# $Id$
-# Maintainer: AndyRTR 
-# Maintainer: Bartłomiej Piotrowski 
-
-# Google API keys (see http://www.chromium.org/developers/how-tos/api-keys)
-# Note: These are for Arch Linux use ONLY. For your own distribution, please
-# get your own set of keys. Feel free to contact foutre...@archlinux.org for
-# more information.
-_google_default_client_id=413772536636.apps.googleusercontent.com
-_google_default_client_secret=0ZChLK6AxeA3Isu96MkwqDR4
-
-pkgbase=libreoffice-fresh
-pkgname=('libreoffice-fresh-sdk' 'libreoffice-fresh')
-_LOver=5.4.2.2
-pkgver=5.4.2
-pkgrel=3
-arch=('i686' 'x86_64')
-license=('LGPL3')
-url="http://www.libreoffice.org/;
-makedepends=('curl>=7.20.0' 'hunspell>=1.2.8' 'python>=3.6' 'libwpd>=0.9.2' 
'libwps'
-   'neon>=0.28.6' 'pango' 'nspr' 'libjpeg' 'libxrandr' 'libgl' 'dbus-glib'
-   'libxslt' 'redland' 'hyphen' 'lpsolve' 'gcc-libs' 'sh' 'graphite' 'icu' 
-   'lcms2' 'poppler>=0.24.0' 'libvisio' 'libetonyek' 'libodfgen' 'libcdr'
-   'libmspub' 'harfbuzz-icu' 'glew' 'nss' 'clucene' 'hicolor-icon-theme'
-   'desktop-file-utils' 'shared-mime-info' 'gtk2' 'gst-plugins-base-libs'
-   'glu' 'sane' 'perl-archive-zip' 'zip' 'unzip' 'unixodbc' 'apache-ant'
-   'gperf' 'kdelibs' 'gtk3' 'cppunit' 'beanshell' 'clucene' 
-   'junit' 'libmythes' 'libwpg'  'java-environment' 'postgresql-libs' 
'libgl'
-   'bluez-libs' 'gdb' 'doxygen'  'libatomic_ops' 'mdds' 'glew'
-   'apr' 'serf' 'ttf-liberation' 'ttf-dejavu' 'glm' 'libxinerama' 
'libpagemaker'
-   'libabw' 'libmwaw' 'libe-book' 'coin-or-mp' 'liblangtag' 'liborcus' 
-   'libexttextcat' 'libcmis' 'gobject-introspection' #'libfbclient'
-   'libtommath' 'libzmf' 'gpgme' 'xmlsec' 'rxvt-unicode')
-
-_mirror="https://download.documentfoundation.org/libreoffice/src/${pkgver};
-#_mirror="https://dev-builds.libreoffice.org/pre-releases/src;
-_additional_source_url="http://dev-www.libreoffice.org/src;
-_additional_source_url2="http://dev-www.libreoffice.org/extern;
-source=(${_mirror}/libreoffice{,-help,-translations}-${_LOver}.tar.xz{,.asc}
-   ${_additional_source_url}/boost_1_63_0.tar.bz2
-   
${_additional_source_url}/35c94d2df8893241173de1d16b6034c0-swingExSrc.zip
-   
${_additional_source_url}/798b2ffdc8bcfe7bca2cf92b62caf685-rhino1_5R5.zip
-   
${_additional_source_url}/a7983f859eafb2677d7ff386a023bc40-xsltml_2.1.2.zip
-   ${_additional_source_url}/commons-logging-1.2-src.tar.gz
-   
${_additional_source_url}/eeb2c7ddf0d302fba4bfc6e97eac9624-libbase-1.1.6.zip
-   
${_additional_source_url}/39bb3fcea1514f1369fcfc87542390fd-sacjava-1.3.zip
-   
${_additional_source_url}/3404ab6b1792ae5f16bbd603bd1e1d03-libformula-1.1.7.zip
-   
${_additional_source_url}/97b2d4dba862397f446b217e2b623e71-libloader-1.1.6.zip
-   
${_additional_source_url}/f94d9870737518e3b597f9265f4e9803-libserializer-1.1.6.zip
-   
${_additional_source_url}/8ce2fcd72becf06c41f7201d15373ed9-librepository-1.1.6.zip
-   
${_additional_source_url}/3bdf40c0d199af31923e900d082ca2dd-libfonts-1.1.6.zip
-   
${_additional_source_url}/ace6ab49184e329db254e454a010f56d-libxml-1.1.7.zip
-   
${_additional_source_url}/db60e4fde8dd6d6807523deb71ee34dc-liblayout-0.2.10.zip
-   
${_additional_source_url}/0168229624cfac409e766913506961a8-ucpp-1.3.2.tar.gz
-   

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

2017-11-10 Thread Andreas Radke
Date: Friday, November 10, 2017 @ 21:12:20
  Author: andyrtr
Revision: 309398

upgpkg: libreoffice-fresh 5.4.3-1

upstream update 5.4.3

Modified:
  libreoffice-fresh/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-11-10 20:13:05 UTC (rev 309397)
+++ PKGBUILD2017-11-10 21:12:20 UTC (rev 309398)
@@ -11,10 +11,10 @@
 
 pkgbase=libreoffice-fresh
 pkgname=('libreoffice-fresh-sdk' 'libreoffice-fresh')
-_LOver=5.4.2.2
-pkgver=5.4.2
-pkgrel=3
-arch=('i686' 'x86_64')
+_LOver=5.4.3.2
+pkgver=5.4.3
+pkgrel=1
+arch=('x86_64')
 license=('LGPL3')
 url="http://www.libreoffice.org/;
 makedepends=('curl>=7.20.0' 'hunspell>=1.2.8' 'python>=3.6' 'libwpd>=0.9.2' 
'libwps'
@@ -99,11 +99,11 @@
976734806026a4ef8bdd17937c8898b9-icu4c-57_1-src.tgz
185d60944ea767075d27247c3162b3bc-unowinreg.dll)
 validpgpkeys=('C2839ECAD9408FBE9531C3E9F434A1EFAFEEAEA3') # LibreOffice Build 
Team (CODE SIGNING KEY) 
-sha256sums=('2fda4a8c446786a3afff2cf1b07b818c45c9dcd136bfae1f3191b0b1565ba675'
+sha256sums=('d59526dc6adf96c53cd7ed3c0235d9a876cbd1af07ab653456395ea94479d931'
 'SKIP'
-'5fc740dbe77876b96ed731f0a6ce793925a9a4a4ba983b5a3506ab24beb73057'
+'85dd76aabc205e8b30f9622bc5300156df6debf4ac0364eb732ced92932d30e4'
 'SKIP'
-'d0eb02a65ffd164d8a9c287ef8b3e0d4db9b45979f72f496a6693ed5c39158d2'
+'7249cc6f87f7d2448e2c23356c2ae260a9aeaaa88ca75fa8ac66b42a3626fd2d'
 'SKIP'
 'beae2529f759f6b3bf3f4969a19c2e9d6f0c503edcb2de4a61d1428519fcb3b0'
 '64585ac36a81291a58269ec5347e7e3e2e8596dbacb9221015c208191333c6e1'
@@ -259,11 +259,7 @@
touch src.downloaded

# many tests are broken when crossbuilding i686
-   if [ "$CARCH" = "x86_64" ]; then
-  make build
-   else
-  make build-nocheck
-   fi
+make build
 
mkdir ${srcdir}/fakeinstall
make DESTDIR=${srcdir}/fakeinstall distro-pack-install


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

2017-11-10 Thread Antonio Rojas
Date: Friday, November 10, 2017 @ 21:12:18
  Author: arojas
Revision: 266180

archrelease: copy trunk to community-staging-x86_64

Added:
  nemo-extensions/repos/community-staging-x86_64/
  nemo-extensions/repos/community-staging-x86_64/PKGBUILD
(from rev 266179, nemo-extensions/trunk/PKGBUILD)
  nemo-extensions/repos/community-staging-x86_64/nemo-seahorse-gnupg.patch
(from rev 266179, nemo-extensions/trunk/nemo-seahorse-gnupg.patch)

---+
 PKGBUILD  |  202 
 nemo-seahorse-gnupg.patch |   13 ++
 2 files changed, 215 insertions(+)

Copied: nemo-extensions/repos/community-staging-x86_64/PKGBUILD (from rev 
266179, nemo-extensions/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-11-10 21:12:18 UTC (rev 266180)
@@ -0,0 +1,202 @@
+# $Id$
+# Maintainer: Alexandre Filgueira 
+
+pkgbase=nemo-extensions
+pkgname=('nemo-fileroller'
+ 'nemo-image-converter'
+'nemo-preview'
+'nemo-python'
+'nemo-seahorse'
+'nemo-share'
+'nemo-terminal')
+   #'nemo-media-columns'
+   #'nemo-pastebin'
+   #'nemo-compare'
+   #'nemo-rabbitvcs'
+pkgver=3.6.0
+pkgrel=1
+pkgdesc="Various extensions for Nemo"
+arch=('i686' 'x86_64')
+license=('GPL2')
+url="https://github.com/linuxmint/nemo-extensions;
+depends=(nemo file-roller cjs clutter-gtk clutter-gst gst-plugins-good 
imagemagick libmusicbrainz5
+ evince gtksourceview3 webkit2gtk python2-gobject seahorse-nautilus 
samba)
+makedepends=(gnome-common gtk-doc intltool gobject-introspection 
libgnome-keyring xreader) # python2-distutils-extra
+options=('!emptydirs')
+source=("${pkgbase}-${pkgver}.tar.gz::https://github.com/linuxmint/nemo-extensions/archive/${pkgver}.tar.gz;
+nemo-seahorse-gnupg.patch)
+sha256sums=('593aaf206ef50a8185e1f71c9018ce6a8b4bcb82b4684494e069f9045ba11fd1'
+'ba6ae77a7d6727088e49aae2dc2c89c77c44f1ea19ee48956481d673d97caa36')
+
+prepare() {
+  cd ${pkgbase}-${pkgver}
+
+  # Python2 fix
+  find -type f | xargs sed -i 's@^#!.*python$@#!/usr/bin/python2@'
+
+  # Fix path for nemo-python
+  sed -i 's|libdirsuffix="/i386-linux-gnu/"|libdirsuffix=""|' 
nemo-python/m4/python.m4
+
+  # Support GnuPG 2.2
+  patch -p1 -i ../nemo-seahorse-gnupg.patch
+}
+
+build() {
+  cd ${pkgbase}-${pkgver}
+
+  _configure_pkgs="nemo-fileroller nemo-seahorse nemo-share"
+  for dir in ${_configure_pkgs}
+  do
+pushd ${dir}
+autoreconf -fi
+./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var 
--libexecdir=/usr/lib/${dir} \
+--disable-schemas-compile
+sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0 /g' -e 's/if test 
"$export_dynamic" = yes && test -n "$export_dynamic_flag_spec"; then/  
func_append compile_command " -Wl,-O1,--as-needed"\n  func_append 
finalize_command " -Wl,-O1,--as-needed"\n\0/' libtool
+make
+popd
+  done
+
+  _autogen_pkgs="nemo-image-converter nemo-preview nemo-python"
+  for dir in ${_autogen_pkgs}
+  do
+pushd ${dir}
+./autogen.sh --prefix=/usr --sysconfdir=/etc --localstatedir=/var 
--libexecdir=/usr/lib/${dir} \
+ --disable-schemas-compile PYTHON=python2
+sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0 /g' -e 's/if test 
"$export_dynamic" = yes && test -n "$export_dynamic_flag_spec"; then/  
func_append compile_command " -Wl,-O1,--as-needed"\n  func_append 
finalize_command " -Wl,-O1,--as-needed"\n\0/' libtool
+make
+popd
+  done
+
+# # nemo-pastebin
+# cd nemo-pastebin
+# python2 ./setup.py build --build-base ${srcdir}/build/ || return 1
+# cd ..
+
+   # nemo-media-columns
+   # Nothing to do here
+   # Required python2-pypdf from AUR
+
+   # nemo-compare
+   # cd nemo-compare
+
+# nemo-rabbitvcs
+# Nothing to do here
+
+}
+
+package_nemo-fileroller(){
+  pkgdesc="File archiver extension for Nemo"
+  depends=(nemo file-roller)
+
+  cd ${pkgbase}-${pkgver}/nemo-fileroller
+  make DESTDIR="${pkgdir}" install
+}
+
+package_nemo-image-converter(){
+  pkgdesc="Nemo extension to rotate/resize image files"
+  depends=(nemo imagemagick)
+
+  cd ${pkgbase}-${pkgver}/nemo-image-converter
+  make DESTDIR="${pkgdir}" install
+}
+
+package_nemo-preview(){
+  pkgdesc="GtkClutter and Javascript-based quick previewer for Nemo"
+  depends=(nemo cjs clutter-gtk clutter-gst libmusicbrainz5 evince 
gtksourceview3 xreader)
+
+  cd ${pkgbase}-${pkgver}/nemo-preview
+  make DESTDIR="${pkgdir}" install
+}
+
+package_nemo-python() {
+  pkgdesc="Python2 binding for Nemo components"
+  depends=(nemo python2-gobject)
+
+  cd ${pkgbase}-${pkgver}/nemo-python
+  make DESTDIR="${pkgdir}" install
+}
+
+package_nemo-seahorse(){
+  pkgdesc="PGP encryption and signing extension for Nemo"
+  

[arch-commits] Commit in nemo-extensions/trunk (PKGBUILD nemo-seahorse-gnupg.patch)

2017-11-10 Thread Antonio Rojas
Date: Friday, November 10, 2017 @ 21:11:44
  Author: arojas
Revision: 266179

Update to 3.6.0

Added:
  nemo-extensions/trunk/nemo-seahorse-gnupg.patch
Modified:
  nemo-extensions/trunk/PKGBUILD

---+
 PKGBUILD  |   17 +++--
 nemo-seahorse-gnupg.patch |   13 +
 2 files changed, 24 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-11-10 20:38:22 UTC (rev 266178)
+++ PKGBUILD2017-11-10 21:11:44 UTC (rev 266179)
@@ -13,8 +13,8 @@
#'nemo-pastebin'
#'nemo-compare'
#'nemo-rabbitvcs'
-pkgver=3.4.0
-pkgrel=2
+pkgver=3.6.0
+pkgrel=1
 pkgdesc="Various extensions for Nemo"
 arch=('i686' 'x86_64')
 license=('GPL2')
@@ -21,10 +21,12 @@
 url="https://github.com/linuxmint/nemo-extensions;
 depends=(nemo file-roller cjs clutter-gtk clutter-gst gst-plugins-good 
imagemagick libmusicbrainz5
  evince gtksourceview3 webkit2gtk python2-gobject seahorse-nautilus 
samba)
-makedepends=(gnome-common gtk-doc intltool gobject-introspection 
libgnome-keyring) # python2-distutils-extra
+makedepends=(gnome-common gtk-doc intltool gobject-introspection 
libgnome-keyring xreader) # python2-distutils-extra
 options=('!emptydirs')
-source=("${pkgbase}-${pkgver}.tar.gz::https://github.com/linuxmint/nemo-extensions/archive/${pkgver}.tar.gz;)
-sha256sums=('68dadce98c17321c3c22e596452a1b7aa0842c5faa05688734430857e037b3f2')
+source=("${pkgbase}-${pkgver}.tar.gz::https://github.com/linuxmint/nemo-extensions/archive/${pkgver}.tar.gz;
+nemo-seahorse-gnupg.patch)
+sha256sums=('593aaf206ef50a8185e1f71c9018ce6a8b4bcb82b4684494e069f9045ba11fd1'
+'ba6ae77a7d6727088e49aae2dc2c89c77c44f1ea19ee48956481d673d97caa36')
 
 prepare() {
   cd ${pkgbase}-${pkgver}
@@ -34,6 +36,9 @@
 
   # Fix path for nemo-python
   sed -i 's|libdirsuffix="/i386-linux-gnu/"|libdirsuffix=""|' 
nemo-python/m4/python.m4
+
+  # Support GnuPG 2.2
+  patch -p1 -i ../nemo-seahorse-gnupg.patch
 }
 
 build() {
@@ -97,7 +102,7 @@
 
 package_nemo-preview(){
   pkgdesc="GtkClutter and Javascript-based quick previewer for Nemo"
-  depends=(nemo cjs clutter-gtk clutter-gst libmusicbrainz5 evince 
gtksourceview3 webkit2gtk)
+  depends=(nemo cjs clutter-gtk clutter-gst libmusicbrainz5 evince 
gtksourceview3 xreader)
 
   cd ${pkgbase}-${pkgver}/nemo-preview
   make DESTDIR="${pkgdir}" install

Added: nemo-seahorse-gnupg.patch
===
--- nemo-seahorse-gnupg.patch   (rev 0)
+++ nemo-seahorse-gnupg.patch   2017-11-10 21:11:44 UTC (rev 266179)
@@ -0,0 +1,13 @@
+diff --git a/nemo-extensions-3.6.0/nemo-seahorse/configure.ac.orig 
b/nemo-extensions-3.6.0/nemo-seahorse/configure.ac
+index acea698..9aa06c2 100644
+--- a/nemo-seahorse/configure.ac.orig
 b/nemo-seahorse/configure.ac
+@@ -57,7 +57,7 @@ AC_ARG_ENABLE(gpg-check,
+   DO_CHECK=$enableval, DO_CHECK=yes)
+ 
+ if test   "$DO_CHECK" = "yes"; then
+-  accepted_versions="1.2 1.4 2.0 2.1"
++  accepted_versions="1.2 1.4 2.0 2.1 2.2"
+   AC_PATH_PROGS(GNUPG, [gpg gpg2], no)
+   ok="no"
+   if test "$GNUPG" != "no"; then


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

2017-11-10 Thread Pierre Neidhardt
Date: Friday, November 10, 2017 @ 20:38:22
  Author: ambrevar
Revision: 266178

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-11-10 20:37:46 UTC (rev 266177)
+++ community-i686/PKGBUILD 2017-11-10 20:38:22 UTC (rev 266178)
@@ -1,31 +0,0 @@
-# Maintainer: Pierre Neidhardt 
-# Contributor: Auguste Pop 
-
-pkgname=uncrustify
-pkgver=0.65
-pkgrel=2
-pkgdesc="A source code beautifier"
-arch=("i686" "x86_64")
-url="http://uncrustify.sourceforge.net/;
-license=("GPL")
-depends=("gcc-libs")
-makedepends=("cmake" "python")
-source=("https://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz;)
-md5sums=('c17f45a38cda2624f6989cab84673e15')
-
-build() {
-   cd "$srcdir"
-   mkdir -p build
-   cd build
-   cmake -DCMAKE_INSTALL_PREFIX=/usr ..
-   make
-}
-
-package() {
-   cd "$srcdir/build"
-   make DESTDIR="$pkgdir" PREFIX=/usr install
-
-   cd ..
-   install -d -m755 "$pkgdir"/usr/share/uncrustify
-   install -m644 etc/*.cfg "$pkgdir"/usr/share/uncrustify
-}

Copied: uncrustify/repos/community-i686/PKGBUILD (from rev 266177, 
uncrustify/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-11-10 20:38:22 UTC (rev 266178)
@@ -0,0 +1,31 @@
+# Maintainer: Pierre Neidhardt 
+# Contributor: Auguste Pop 
+
+pkgname=uncrustify
+pkgver=0.66
+pkgrel=1
+pkgdesc="A source code beautifier"
+arch=("i686" "x86_64")
+url="http://uncrustify.sourceforge.net/;
+license=("GPL")
+depends=("gcc-libs")
+makedepends=("cmake" "python")
+source=("https://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz;)
+md5sums=('582284347d45b8a9a9d0fb1ba8016678')
+
+build() {
+   cd "$srcdir"
+   mkdir -p build
+   cd build
+   cmake -DCMAKE_INSTALL_PREFIX=/usr ..
+   make
+}
+
+package() {
+   cd "$srcdir/build"
+   make DESTDIR="$pkgdir" PREFIX=/usr install
+
+   cd ..
+   install -d -m755 "$pkgdir"/usr/share/uncrustify
+   install -m644 etc/*.cfg "$pkgdir"/usr/share/uncrustify
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2017-11-10 20:37:46 UTC (rev 266177)
+++ community-x86_64/PKGBUILD   2017-11-10 20:38:22 UTC (rev 266178)
@@ -1,31 +0,0 @@
-# Maintainer: Pierre Neidhardt 
-# Contributor: Auguste Pop 
-
-pkgname=uncrustify
-pkgver=0.65
-pkgrel=2
-pkgdesc="A source code beautifier"
-arch=("i686" "x86_64")
-url="http://uncrustify.sourceforge.net/;
-license=("GPL")
-depends=("gcc-libs")
-makedepends=("cmake" "python")
-source=("https://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz;)
-md5sums=('c17f45a38cda2624f6989cab84673e15')
-
-build() {
-   cd "$srcdir"
-   mkdir -p build
-   cd build
-   cmake -DCMAKE_INSTALL_PREFIX=/usr ..
-   make
-}
-
-package() {
-   cd "$srcdir/build"
-   make DESTDIR="$pkgdir" PREFIX=/usr install
-
-   cd ..
-   install -d -m755 "$pkgdir"/usr/share/uncrustify
-   install -m644 etc/*.cfg "$pkgdir"/usr/share/uncrustify
-}

Copied: uncrustify/repos/community-x86_64/PKGBUILD (from rev 266177, 
uncrustify/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2017-11-10 20:38:22 UTC (rev 266178)
@@ -0,0 +1,31 @@
+# Maintainer: Pierre Neidhardt 
+# Contributor: Auguste Pop 
+
+pkgname=uncrustify
+pkgver=0.66
+pkgrel=1
+pkgdesc="A source code beautifier"
+arch=("i686" "x86_64")
+url="http://uncrustify.sourceforge.net/;
+license=("GPL")
+depends=("gcc-libs")
+makedepends=("cmake" "python")
+source=("https://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz;)
+md5sums=('582284347d45b8a9a9d0fb1ba8016678')
+
+build() {
+   cd "$srcdir"
+   mkdir -p build
+   cd build
+   cmake -DCMAKE_INSTALL_PREFIX=/usr ..
+   make
+}
+
+package() {
+   cd "$srcdir/build"
+   make DESTDIR="$pkgdir" PREFIX=/usr install
+
+   cd ..
+   install -d -m755 "$pkgdir"/usr/share/uncrustify
+   install -m644 etc/*.cfg 

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

2017-11-10 Thread Pierre Neidhardt
Date: Friday, November 10, 2017 @ 20:37:46
  Author: ambrevar
Revision: 266177

upgpkg: uncrustify 0.66-1

Modified:
  uncrustify/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-11-10 20:15:24 UTC (rev 266176)
+++ PKGBUILD2017-11-10 20:37:46 UTC (rev 266177)
@@ -2,8 +2,8 @@
 # Contributor: Auguste Pop 
 
 pkgname=uncrustify
-pkgver=0.65
-pkgrel=2
+pkgver=0.66
+pkgrel=1
 pkgdesc="A source code beautifier"
 arch=("i686" "x86_64")
 url="http://uncrustify.sourceforge.net/;
@@ -11,7 +11,7 @@
 depends=("gcc-libs")
 makedepends=("cmake" "python")
 source=("https://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz;)
-md5sums=('c17f45a38cda2624f6989cab84673e15')
+md5sums=('582284347d45b8a9a9d0fb1ba8016678')
 
 build() {
cd "$srcdir"


[arch-commits] Commit in xreader (3 files)

2017-11-10 Thread Antonio Rojas
Date: Friday, November 10, 2017 @ 20:15:24
  Author: arojas
Revision: 266176

archrelease: copy trunk to community-x86_64

Added:
  xreader/repos/
  xreader/repos/community-x86_64/
  xreader/repos/community-x86_64/PKGBUILD
(from rev 266175, xreader/trunk/PKGBUILD)

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

Copied: xreader/repos/community-x86_64/PKGBUILD (from rev 266175, 
xreader/trunk/PKGBUILD)
===
--- repos/community-x86_64/PKGBUILD (rev 0)
+++ repos/community-x86_64/PKGBUILD 2017-11-10 20:15:24 UTC (rev 266176)
@@ -0,0 +1,32 @@
+# Maintainer:
+# Contributor: Nate Simon 
+
+pkgname=xreader
+pkgver=1.6.0
+pkgrel=2
+url='https://github.com/linuxmint/xreader'
+pkgdesc="Document viewer for files like PDF and Postscript. X-Apps Project."
+arch=(x86_64)
+license=(GPL)
+depends=(poppler-glib djvulibre libspectre webkit2gtk)
+makedepends=(mate-common yelp-tools gobject-introspection caja nemo)
+optdepends=('nemo: nemo extension'
+'caja: caja extension'
+'gtk3-print-backends: printer support in gtk3 apps'
+'texlive-bin: support for dvi files')
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/linuxmint/${pkgname}/archive/${pkgver}.tar.gz;)
+sha256sums=('4322919687c53b7662b5d5fcac9fadea507e0c9471bfa1ac0135c094ec4e9549')
+
+build() {
+cd $pkgname-$pkgver
+./autogen.sh --prefix="/usr" \
+--localstatedir="/var" \
+--libexecdir="/usr/lib/${pkgname}" \
+--enable-introspection
+make
+}
+
+package(){
+cd $pkgname-$pkgver
+make DESTDIR="$pkgdir" install
+}


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

2017-11-10 Thread Antonio Rojas
Date: Friday, November 10, 2017 @ 20:13:55
  Author: arojas
Revision: 266175

New nemo-extensions dependency

Added:
  xreader/
  xreader/trunk/
  xreader/trunk/PKGBUILD

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

Added: xreader/trunk/PKGBUILD
===
--- xreader/trunk/PKGBUILD  (rev 0)
+++ xreader/trunk/PKGBUILD  2017-11-10 20:13:55 UTC (rev 266175)
@@ -0,0 +1,32 @@
+# Maintainer:
+# Contributor: Nate Simon 
+
+pkgname=xreader
+pkgver=1.6.0
+pkgrel=2
+url='https://github.com/linuxmint/xreader'
+pkgdesc="Document viewer for files like PDF and Postscript. X-Apps Project."
+arch=(x86_64)
+license=(GPL)
+depends=(poppler-glib djvulibre libspectre webkit2gtk)
+makedepends=(mate-common yelp-tools gobject-introspection caja nemo)
+optdepends=('nemo: nemo extension'
+'caja: caja extension'
+'gtk3-print-backends: printer support in gtk3 apps'
+'texlive-bin: support for dvi files')
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/linuxmint/${pkgname}/archive/${pkgver}.tar.gz;)
+sha256sums=('4322919687c53b7662b5d5fcac9fadea507e0c9471bfa1ac0135c094ec4e9549')
+
+build() {
+cd $pkgname-$pkgver
+./autogen.sh --prefix="/usr" \
+--localstatedir="/var" \
+--libexecdir="/usr/lib/${pkgname}" \
+--enable-introspection
+make
+}
+
+package(){
+cd $pkgname-$pkgver
+make DESTDIR="$pkgdir" install
+}


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

2017-11-10 Thread Andreas Radke
Date: Friday, November 10, 2017 @ 20:13:05
  Author: andyrtr
Revision: 309397

archrelease: copy trunk to testing-any

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

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

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

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

2017-11-10 Thread Andreas Radke
Date: Friday, November 10, 2017 @ 20:11:14
  Author: andyrtr
Revision: 309396

upgpkg: libreoffice-fresh-i18n 5.4.3-1

upstream update 5.4.3

Modified:
  libreoffice-fresh-i18n/trunk/PKGBUILD

--+
 PKGBUILD |  348 ++---
 1 file changed, 174 insertions(+), 174 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-11-10 20:07:54 UTC (rev 309395)
+++ PKGBUILD2017-11-10 20:11:14 UTC (rev 309396)
@@ -4,7 +4,7 @@
 
 pkgbase=libreoffice-fresh-i18n
 
-pkgver=5.4.2
+pkgver=5.4.3
 pkgrel=1
 _rcver=${pkgver}.2
 #_oodlver=${pkgver}.0.beta1
@@ -136,351 +136,351 @@
   'zu"Zulu"'
 )
 validpgpkeys=('C2839ECAD9408FBE9531C3E9F434A1EFAFEEAEA3') # "LibreOffice Build 
Team (CODE SIGNING KEY) "
-sha256sums=('abcbfaca54de2f3514a556eff1f71a3f5843182741d1da82accee7d3a6f266c9'
+sha256sums=('f2e80367daba4746ca39dd497b03e41735e74512952265791bff78f095d7470d'
 'SKIP'
-'a64dd05ac6525f582bc32a11384f384ba56001590677350784b28dd04215b24d'
+'14f6781ad52424464ec203616a887561ec7881b2e13fd161a545535f11383dff'
 'SKIP'
-'e5d210fcb45b4d5952db50aa6b362ce6c783139abb68f28537be67611d2fecdd'
+'89abda37c5251fa55ed3395e3df6cbafc454d193894b4e8d450070ad37bca9f8'
 'SKIP'
-'695767126f15b8f12ed8ca840994fc2e1cc09c9ae92b3d0c5a27bb947a831a07'
+'c15dc24a99166f7c0c983719300e7c065a10bf610f409dbc2719f2f2976bae80'
 'SKIP'
-'bb7b11107b6e0190d6e28d7d16ae64a7e7ec8a4c9be7617f4e4537cb21ef699d'
+'53368f49f55c3bee2d99b2fa69c9ca4e9e4e1684814fac1c70bf21a88472fe9a'
 'SKIP'
-'ae4b1577b253ad9162117e37f1de8364bf898020cdcdfeb6615e0471ea0cc8b2'
+'20d9663f2ece60e3248276ea477ce27f90cbb51ec84b5236562d974ab1a8a407'
 'SKIP'
-'e6c5a71e366cb436d556ee5af1f9558cc430adc0fcb8844c5ba1446b92170128'
+'45ad7754aed71c7a50d687dedf3d45e18164e0c4f88b01f7712b9eb45d67b2fb'
 'SKIP'
-'2dffde65537bad3728c45173e50fcbd78d3f2f304b3a15019a89d2f037746b69'
+'9a47eec00247058d93282e4ef0f781bed7ea3173ae84a0f89efe108db899b11a'
 'SKIP'
-'adbbcf463063ec5a86e5c6e63e862b38d5d29796ce4a94d5460e3a0722bc91fd'
+'699717e75d2604016c4d29107a410bf0307227ba326e0a0a4d7edc35a14a14ff'
 'SKIP'
-'f5a215d9fd5649e6c6404063b232272d2cbcb8cb7a85e53055cbb239ae0270af'
+'b169a7c66b86ad348eea12576d6fc606597cea2f5cec2223eae42375e1912cc4'
 'SKIP'
-'ada8b704f5bea1e714989bbaaf85d172f9abf1571c84ce126a1619c14a8d1827'
+'0a689bffddd62f42472adba805634e14affa0508e46b81d648e4eb4f5a08551c'
 'SKIP'
-'612364947e11a9bb7f1de1b168a06d1fd04251f1330977a6b546f23a7b22df4a'
+'e4f80baeedc8a6e210662a56416020893d1ad2650e5a1fcccaa6764cd9b3b247'
 'SKIP'
-'68dd13cbd4117b4f74b4b974e95b4816d691b3c87953e21faa4f0d9fcc1b78ed'
+'0a866aad729651715c82729ae72e66c9442538ec5e972652484b2dbab469f44a'
 'SKIP'
-'d837fce7e219806a064220ac7d1337564bd924916e4736b7187a8dbe6c6d732c'
+'791b40841f5fbcd0adf28c3f580172151f7471bdba70f47172e4721c3d4cb92a'
 'SKIP'
-'63e2fac726c413c713b5803bedaac1ebc7770d1fe132866390cec959602ea217'
+'f6e5e98106c7f2133acc20b5dcef61c21ef6363b3adfa41b5a2ffccb79dd3827'
 'SKIP'
-'8c8e63c19a61739511230caf70ec45d5d0081014841a44755575994458dcb02a'
+'40ec503997ca0471ed415e58282916a6aa731034f2c5904a97c65d7fda7c463a'
 'SKIP'
-'75e129afe6cb19da2329db2c12b53819dfe46626620919210f9cc719e3647b13'
+'c14571017cb2abef60ea847cf76c567f04639d4ea1f0e5dac3d8f53db0bd59fb'
 'SKIP'
-'afca3087051acb77f19902d250b1c163a7f5d51ceab861d4d7426e996a1a5ecb'
+'f5788abad67b112f532599c6812eda9727dd97bb71cd96c6ded873d171c62baf'
 'SKIP'
-'d36c0f988f9f31b4031126aa0686cb45d647e70d4b0c1fbf2f9e3318e4130dfe'
+'eaba3b27b39c014bb14330d3649c959e4ffb11edb2bf004f3708c25262b4db5c'
 'SKIP'
-'33249b38c4ec9b702a6198b5330a9d0a979bd4950c233c2061d17fd995e2d428'
+'43a9f0660ffc0206fed03b99056743a21e7c93d54f8693372c231bd43d5dd23e'
 'SKIP'
-'e9f56d18b85e904146df57b974da47044d04957bbf742ca98280f0dc273cf74f'
+'0cf1319d1549669546d8bc31a0df909f0b97158e9cf1a3c9515d31af4e3f67f6'
 'SKIP'
-'3b9ea7d2cb3f1bf856fa8051005eff06211d12c78fc3a706850b7e05f430db43'
+'ac58115088b38dcaed36bc6c64f79fffcefcdc8b58bdd516f061ec2b9780fc11'
 'SKIP'
-'03ddac310b66d77f743d88ab1aa5e030085c40f0b52fdcb2e170f5e5dc6b1026'
+'0f5ba121c5631a3ac21cb663977c630cd18d2d7413f5fc44702c3f49004458fa'
 

[arch-commits] Commit in geoip-database/repos/extra-any (4 files)

2017-11-10 Thread Evangelos Foutras
Date: Friday, November 10, 2017 @ 20:07:54
  Author: foutrelis
Revision: 309395

archrelease: copy trunk to extra-any

Added:
  geoip-database/repos/extra-any/PKGBUILD
(from rev 309394, geoip-database/trunk/PKGBUILD)
  geoip-database/repos/extra-any/check-last-modified.sh
(from rev 309394, geoip-database/trunk/check-last-modified.sh)
Deleted:
  geoip-database/repos/extra-any/PKGBUILD
  geoip-database/repos/extra-any/check-last-modified.sh

+
 PKGBUILD   |  194 +++
 check-last-modified.sh |   52 ++--
 2 files changed, 123 insertions(+), 123 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2017-11-10 20:07:44 UTC (rev 309394)
+++ PKGBUILD2017-11-10 20:07:54 UTC (rev 309395)
@@ -1,97 +0,0 @@
-# $Id$
-# Maintainer: Evangelos Foutras 
-
-pkgname=('geoip-database' 'geoip-database-extra')
-pkgver=20171007
-pkgrel=1
-arch=('any')
-url="https://dev.maxmind.com/geoip/legacy/geolite/;
-license=('custom:OPEN DATA LICENSE')
-checkdepends=('geoip')
-source=(GeoIP-$pkgver.dat.gz::https://geolite.maxmind.com/download/geoip/database/GeoLiteCountry/GeoIP.dat.gz
-
GeoIPv6-$pkgver.dat.gz::https://geolite.maxmind.com/download/geoip/database/GeoIPv6.dat.gz
-
GeoLiteCity-$pkgver.dat.gz::https://geolite.maxmind.com/download/geoip/database/GeoLiteCity.dat.gz
-
GeoLiteCityv6-$pkgver.dat.gz::https://geolite.maxmind.com/download/geoip/database/GeoLiteCityv6-beta/GeoLiteCityv6.dat.gz
-
GeoIPASNum-$pkgver.dat.gz::https://download.maxmind.com/download/geoip/database/asnum/GeoIPASNum.dat.gz
-
GeoIPASNumv6-$pkgver.dat.gz::https://download.maxmind.com/download/geoip/database/asnum/GeoIPASNumv6.dat.gz
-
GeoIP-LICENSE.txt::https://geolite.maxmind.com/download/geoip/database/LICENSE.txt)
-noextract=(GeoIP-$pkgver.dat.gz
-   GeoIPv6-$pkgver.dat.gz
-   GeoLiteCity-$pkgver.dat.gz
-   GeoLiteCityv6-$pkgver.dat.gz
-   GeoIPASNum-$pkgver.dat.gz
-   GeoIPASNumv6-$pkgver.dat.gz)
-sha256sums=('54d4101a6e69f2877820d8d46a6c956f72716aa76c41c6f9a1d9bba51df7'
-'f36aff9ae567990ff36662abde3a44497e9ba79d34fd0d43c9a3c22a8ba86a3c'
-'19079e8d7b757e3cda77ca14978f02662f110e7c02ab797dfaf856d15f0adceb'
-'7337386f63bf28d914171bd6ea46b1229a05c6acf08d13915938ade242c50b46'
-'6938a444211cad72a429565fdbdba9b8b18ec61385ae49f3e7620b0d51b15bd4'
-'09c86fece4dd4e10eca06fc375af965fa00af1c468f21459d1aecc377d1816b8'
-'83a4cb82ef8953c0107886b49bc39fcf77590a222d30e778d48f5d92f5b5e383')
-
-prepare() {
-  cd "$srcdir"
-
-  for _database_name in GeoIP GeoLiteCity GeoIPASNum; do
-gunzip -c $_database_name-$pkgver.dat.gz 
>${_database_name/GeoLite/GeoIP}.dat
-gunzip -c ${_database_name}v6-$pkgver.dat.gz 
>${_database_name/GeoLite/GeoIP}v6.dat
-  done
-}
-
-check() {
-  cd "$srcdir"
-
-  if [[ $(geoiplookup -f GeoIP.dat 8.8.8.8) != *'US, United States' ]]; then
-error 'Unable to resolve IPv4 address to country.'
-return 1
-  fi
-
-  if [[ $(geoiplookup6 -f GeoIPv6.dat 2001:4860:4860::) != *'US, United 
States' ]]; then
-error 'Unable to resolve IPv6 address to country.'
-return 1
-  fi
-
-  if [[ $(geoiplookup -f GeoIPCity.dat 8.8.8.8) != *'US, N/A, N/A'* ]]; then
-error 'Unable to resolve IPv4 address to city.'
-return 1
-  fi
-
-  if [[ $(geoiplookup6 -f GeoIPCityv6.dat 2001:4860:4860::) != *'US, N/A, 
N/A'* ]]; then
-error 'Unable to resolve IPv6 address to city.'
-return 1
-  fi
-
-  if [[ $(geoiplookup -f GeoIPASNum.dat 8.8.8.8) != *'AS15169 Google Inc.' ]]; 
then
-error 'Unable to resolve IPv4 address to ASN.'
-return 1
-  fi
-
-  if [[ $(geoiplookup6 -f GeoIPASNumv6.dat 2001:4860:4860::) != *'AS15169 
Google Inc.' ]]; then
-error 'Unable to resolve IPv6 address to ASN.'
-return 1
-  fi
-}
-
-package_geoip-database() {
-  pkgdesc="GeoLite country geolocation database compiled by MaxMind"
-
-  cd "$srcdir"
-
-  install -d "$pkgdir/usr/share/GeoIP"
-  install -m644 -t "$pkgdir/usr/share/GeoIP" GeoIP{,v6}.dat
-
-  install -Dm644 GeoIP-LICENSE.txt 
"$pkgdir/usr/share/licenses/$pkgname/LICENSE.txt"
-}
-
-package_geoip-database-extra() {
-  pkgdesc="GeoLite city/ASN geolocation databases compiled by MaxMind"
-
-  cd "$srcdir"
-
-  install -d "$pkgdir/usr/share/GeoIP"
-  install -m644 -t "$pkgdir/usr/share/GeoIP" GeoIPCity{,v6}.dat 
GeoIPASNum{,v6}.dat
-
-  install -Dm644 GeoIP-LICENSE.txt 
"$pkgdir/usr/share/licenses/$pkgname/LICENSE.txt"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: geoip-database/repos/extra-any/PKGBUILD (from rev 309394, 
geoip-database/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-11-10 20:07:54 UTC (rev 309395)
@@ -0,0 +1,97 @@
+# $Id$
+# 

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

2017-11-10 Thread Evangelos Foutras
Date: Friday, November 10, 2017 @ 20:07:44
  Author: foutrelis
Revision: 309394

upgpkg: geoip-database 20171107-1

New upstream release.

Modified:
  geoip-database/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-11-10 18:26:34 UTC (rev 309393)
+++ PKGBUILD2017-11-10 20:07:44 UTC (rev 309394)
@@ -2,7 +2,7 @@
 # Maintainer: Evangelos Foutras 
 
 pkgname=('geoip-database' 'geoip-database-extra')
-pkgver=20171007
+pkgver=20171107
 pkgrel=1
 arch=('any')
 url="https://dev.maxmind.com/geoip/legacy/geolite/;
@@ -21,12 +21,12 @@
GeoLiteCityv6-$pkgver.dat.gz
GeoIPASNum-$pkgver.dat.gz
GeoIPASNumv6-$pkgver.dat.gz)
-sha256sums=('54d4101a6e69f2877820d8d46a6c956f72716aa76c41c6f9a1d9bba51df7'
-'f36aff9ae567990ff36662abde3a44497e9ba79d34fd0d43c9a3c22a8ba86a3c'
-'19079e8d7b757e3cda77ca14978f02662f110e7c02ab797dfaf856d15f0adceb'
-'7337386f63bf28d914171bd6ea46b1229a05c6acf08d13915938ade242c50b46'
-'6938a444211cad72a429565fdbdba9b8b18ec61385ae49f3e7620b0d51b15bd4'
-'09c86fece4dd4e10eca06fc375af965fa00af1c468f21459d1aecc377d1816b8'
+sha256sums=('84a9e2689bcc5b2ac8f709ced4de43d285a4e8147c71337fb58a7e1e02adefd9'
+'a0c489422a955e49305c671c9b881686ee006d8674e0549f23f1975c5f4f0071'
+'7a4927538d933afe724c636e7b1a900c7f55ea8f42748703bfb2f5b2b5542b32'
+'6c3a98325d993e8adb9c24b711cec4bc72581dba72e039d6733912a3df5fbcd1'
+'c8f5e78af3e0eb0f59e1009f4d5d7aabe815e1722af777eeb57606f1c329731f'
+'d4b565d271b0ac772a8f5f754ae01ae8ba567fc9a681f3bb82ec39f90cd340d9'
 '83a4cb82ef8953c0107886b49bc39fcf77590a222d30e778d48f5d92f5b5e383')
 
 prepare() {


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

2017-11-10 Thread Antonio Rojas
Date: Friday, November 10, 2017 @ 19:45:28
  Author: arojas
Revision: 266173

Update to 3.6.2

Modified:
  nemo/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-11-10 19:25:29 UTC (rev 266172)
+++ PKGBUILD2017-11-10 19:45:28 UTC (rev 266173)
@@ -3,7 +3,7 @@
 # Contributor: Ner0
 
 pkgname=nemo
-pkgver=3.4.7
+pkgver=3.6.2
 pkgrel=1
 pkgdesc="Cinnamon file manager (Nautilus fork)"
 arch=('i686' 'x86_64')
@@ -10,13 +10,13 @@
 url="https://github.com/linuxmint/nemo;
 license=('GPL')
 depends=('libexif' 'gvfs' 'dconf' 'desktop-file-utils' 'exempi' 'python'
- 'cinnamon-desktop' 'libnotify' 'libxml2' 'cinnamon-translations')
+ 'cinnamon-desktop' 'libnotify' 'libxml2' 'cinnamon-translations' 
'xapps')
 optdepends=('ffmpegthumbnailer: support for video thumbnails')
 makedepends=('gtk-doc' 'gobject-introspection' 'intltool' 'gnome-common'
  'python-gobject' 'python-polib' 'python2-gobject')
 options=('!emptydirs')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxmint/nemo/tarball/$pkgver;)
-sha512sums=('b9fa10d035ebcd2a0cc9f8558bcdc0d6936007ecf4431d7a2410235a5809e3bb2045141c226d8436639a1f60fffa09f2cd7432c81a02a4d9bff4d83369184646')
+sha512sums=('fa0f2ab45b985812ef51fcb31e9a68468163d1fbc001820b4788e4556a8a11ee023c5f208c7d67fd05b97e457f417122ab08aa88f8a91c259e6abde2e4a730ed')
 
 prepare() {
   cd linuxmint-nemo-*
@@ -49,5 +49,5 @@
   make DESTDIR="$pkgdir" install
 
   # Remove D-Bus activation file to avoid conflict with nautilus-desktop
-  rm 
"$pkgdir/usr/share/dbus-1/services/org.nemo.freedesktop.FileManager1.service"
+  rm "$pkgdir/usr/share/dbus-1/services/nemo.FileManager1.service"
 }


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

2017-11-10 Thread Antonio Rojas
Date: Friday, November 10, 2017 @ 19:45:48
  Author: arojas
Revision: 266174

archrelease: copy trunk to community-staging-x86_64

Added:
  nemo/repos/community-staging-x86_64/
  nemo/repos/community-staging-x86_64/PKGBUILD
(from rev 266173, nemo/trunk/PKGBUILD)

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

Copied: nemo/repos/community-staging-x86_64/PKGBUILD (from rev 266173, 
nemo/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-11-10 19:45:48 UTC (rev 266174)
@@ -0,0 +1,53 @@
+# $Id$
+# Maintainer: Alexandre Filgueira 
+# Contributor: Ner0
+
+pkgname=nemo
+pkgver=3.6.2
+pkgrel=1
+pkgdesc="Cinnamon file manager (Nautilus fork)"
+arch=('i686' 'x86_64')
+url="https://github.com/linuxmint/nemo;
+license=('GPL')
+depends=('libexif' 'gvfs' 'dconf' 'desktop-file-utils' 'exempi' 'python'
+ 'cinnamon-desktop' 'libnotify' 'libxml2' 'cinnamon-translations' 
'xapps')
+optdepends=('ffmpegthumbnailer: support for video thumbnails')
+makedepends=('gtk-doc' 'gobject-introspection' 'intltool' 'gnome-common'
+ 'python-gobject' 'python-polib' 'python2-gobject')
+options=('!emptydirs')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxmint/nemo/tarball/$pkgver;)
+sha512sums=('fa0f2ab45b985812ef51fcb31e9a68468163d1fbc001820b4788e4556a8a11ee023c5f208c7d67fd05b97e457f417122ab08aa88f8a91c259e6abde2e4a730ed')
+
+prepare() {
+  cd linuxmint-nemo-*
+
+  # Rename 'Files' app name to avoid having the same as nautilus
+  sed -i '/^\[Desktop Entry/,/^\[Desktop Action/ 
s/^Name\(.*\)=.*/Name\1=Nemo/' data/nemo.desktop.in.in
+}
+
+build() {
+  cd linuxmint-nemo-*
+
+  ./autogen.sh --prefix=/usr --sysconfdir=/etc \
+  --localstatedir=/var --disable-static \
+  --libexecdir=/usr/lib/nemo \
+  --disable-update-mimedb \
+  --disable-tracker \
+  --disable-gtk-doc-html \
+  --disable-schemas-compile \
+  --disable-selinux
+
+  #https://bugzilla.gnome.org/show_bug.cgi?id=656231
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
+  make
+}
+
+package() {
+  cd linuxmint-nemo-*
+
+  make DESTDIR="$pkgdir" install
+
+  # Remove D-Bus activation file to avoid conflict with nautilus-desktop
+  rm "$pkgdir/usr/share/dbus-1/services/nemo.FileManager1.service"
+}


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

2017-11-10 Thread Antonio Rojas
Date: Friday, November 10, 2017 @ 19:25:29
  Author: arojas
Revision: 266172

archrelease: copy trunk to community-staging-x86_64

Added:
  cjs/repos/community-staging-x86_64/
  cjs/repos/community-staging-x86_64/PKGBUILD
(from rev 266171, cjs/trunk/PKGBUILD)

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

Copied: cjs/repos/community-staging-x86_64/PKGBUILD (from rev 266171, 
cjs/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-11-10 19:25:29 UTC (rev 266172)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Alexandre Filgueira 
+# Contributor: Ionut Biru 
+
+pkgname=cjs
+pkgver=3.6.1
+pkgrel=1
+pkgdesc="Javascript Bindings for Cinnamon"
+arch=(i686 x86_64)
+url="https://github.com/linuxmint/cjs;
+license=(GPL)
+depends=(gtk3 gobject-introspection-runtime js38 dbus-glib)
+makedepends=(gnome-common python gobject-introspection)
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/linuxmint/cjs/archive/${pkgver}.tar.gz;)
+options=(!emptydirs)
+sha512sums=('648997c76acb11885a53a73aa456989784fe5f5a12e0f349bce658c1eb3e3ce2b5c576ace488962c9b012fc85c2c3dd828f61f857cc9da7b60ee5fcdd7d25155')
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./autogen.sh --prefix=/usr --disable-static --libexecdir=/usr/lib
+
+  #https://bugzilla.gnome.org/show_bug.cgi?id=656231
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  # Needs a display
+  make -k check || :
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}


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

2017-11-10 Thread Antonio Rojas
Date: Friday, November 10, 2017 @ 19:24:34
  Author: arojas
Revision: 266171

Update to 3.6.1

Modified:
  cjs/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-11-10 19:22:22 UTC (rev 266170)
+++ PKGBUILD2017-11-10 19:24:34 UTC (rev 266171)
@@ -3,7 +3,7 @@
 # Contributor: Ionut Biru 
 
 pkgname=cjs
-pkgver=3.4.4
+pkgver=3.6.1
 pkgrel=1
 pkgdesc="Javascript Bindings for Cinnamon"
 arch=(i686 x86_64)
@@ -10,18 +10,11 @@
 url="https://github.com/linuxmint/cjs;
 license=(GPL)
 depends=(gtk3 gobject-introspection-runtime js38 dbus-glib)
-makedepends=(gnome-common python2 gobject-introspection)
+makedepends=(gnome-common python gobject-introspection)
 
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/linuxmint/cjs/archive/${pkgver}.tar.gz;)
 options=(!emptydirs)
-sha512sums=('318a1beef6f6a827266170f0c5c1cfaa8bf48908f96e0ce625aee20ddcd648ea967f09f465ed504f21f923830017d3c4a01f62bab26a1cb84181a96131058d33')
+sha512sums=('648997c76acb11885a53a73aa456989784fe5f5a12e0f349bce658c1eb3e3ce2b5c576ace488962c9b012fc85c2c3dd828f61f857cc9da7b60ee5fcdd7d25155')
 
-prepare() {
-  cd $pkgname-$pkgver
-  # Python2 fix
-  sed -i 's|#! /usr/bin/env python|#! /usr/bin/env python2|' \
-   verbump.py
-}
-
 build() {
   cd $pkgname-$pkgver
 


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

2017-11-10 Thread Antonio Rojas
Date: Friday, November 10, 2017 @ 19:22:22
  Author: arojas
Revision: 266170

archrelease: copy trunk to community-staging-x86_64

Added:
  cinnamon/repos/community-staging-x86_64/
  cinnamon/repos/community-staging-x86_64/PKGBUILD
(from rev 266169, cinnamon/trunk/PKGBUILD)
  cinnamon/repos/community-staging-x86_64/default-theme.patch
(from rev 266169, cinnamon/trunk/default-theme.patch)
  cinnamon/repos/community-staging-x86_64/set_wheel.patch
(from rev 266169, cinnamon/trunk/set_wheel.patch)

-+
 PKGBUILD|   97 ++
 default-theme.patch |   25 
 set_wheel.patch |   56 
 3 files changed, 178 insertions(+)

Copied: cinnamon/repos/community-staging-x86_64/PKGBUILD (from rev 266169, 
cinnamon/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-11-10 19:22:22 UTC (rev 266170)
@@ -0,0 +1,97 @@
+# $Id$
+# Maintainer: Alexandre Filgueira 
+# Contributor: M0Rf30
+# Contributor: unifiedlinux
+# Contributor: CReimer
+
+pkgname=cinnamon
+pkgver=3.6.1
+pkgrel=1
+pkgdesc="Linux desktop which provides advanced innovative features and a 
traditional user experience"
+arch=('i686' 'x86_64')
+url="https://github.com/linuxmint/Cinnamon;
+license=('GPL2')
+depends=('accountsservice' 'caribou' 'cinnamon-settings-daemon' 
'cinnamon-session'
+ 'cinnamon-translations' 'cjs' 'clutter-gtk' 'gnome-backgrounds'
+ 'gnome-themes-standard' 'gstreamer' 'libgnome-keyring' 
'libkeybinder3' 'librsvg'
+ 'muffin' 'python2-cairo' 'python-dbus' 'python2-dbus' 'python2-pillow'
+ 'python2-pam' 'python2-pexpect' 'python2-pyinotify' 'python2-lxml'
+ 'cinnamon-control-center' 'cinnamon-screensaver' 'cinnamon-menus' 
'libgnomekbd'
+ 'network-manager-applet' 'nemo' 'polkit-gnome' 'xapps' 
'python2-gobject' 'gnome-bluetooth')
+makedepends=('gnome-common' 'intltool' 'gtk-doc' 'gobject-introspection')
+optdepends=('blueberry: Bluetooth support'
+'gnome-panel: fallback mode'
+'metacity: fallback mode'
+'system-config-printer: printer settings')
+options=('!emptydirs')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxmint/Cinnamon/archive/$pkgver.tar.gz;
+"set_wheel.patch"
+"default-theme.patch")
+sha512sums=('5126085da85391b01b1a53f3bcef515f8ef1ddcc6842d2872dae647c885482dbd7d9386a6d70146a8509893cdc9a8752eeb9de98b1f09dd9dca1273d4c799a21'
+
'55929747b9cc1bc8893717c9fef257f8f2d560dc56849f1c74f88ed636b6f9f9997f6c4713768793b115e93482543a330b70eba672d696ea8456741ed2c71237'
+
'3c460141b277df61c4546cc311fa5ecc7e7ea19a7d39a92d1d0214c37a91b4e163bc91823df7098bd2cf6fb430361cdb9839ab96abe53fe82f2a735e187de563')
+
+prepare() {
+  cd ${srcdir}/Cinnamon*
+
+  # Python2 fix
+  sed -i 's:/usr/bin/python :/usr/bin/python2 :' 
files/usr/bin/cinnamon-menu-editor
+  find -type f | xargs sed -i 's@^#!.*python$@#!/usr/bin/python2@'
+
+  # Use wheel group instread of sudo (taken from Fedora)
+  patch -Np1 -i ../set_wheel.patch
+
+  # Set default theme to 'cinnamon'
+  patch -Np1 -i ../default-theme.patch
+
+  # Add polkit agent to required components
+  sed -i 
's/RequiredComponents=\(.*\)$/RequiredComponents=\1polkit-gnome-authentication-agent-1;/'
 \
+files/usr/share/cinnamon-session/sessions/cinnamon*.session
+
+  # Use pkexec instead of gksu
+  sed -i 's/gksu/pkexec/' files/usr/bin/cinnamon-settings-users
+
+  # Check for the cc-panel path, not for the unneeded binary
+  sed -i 
's|/usr/bin/cinnamon-control-center|/usr/lib/cinnamon-control-center-1/panels|' 
\
+files/usr/bin/cinnamon-settings
+
+  # Cinnamon has no upstream backgrounds, use GNOME backgrounds instead
+  sed -i 
's|/usr/share/cinnamon-background-properties|/usr/share/gnome-background-properties|'
 \
+files/usr/share/cinnamon/cinnamon-settings/modules/cs_backgrounds.py
+
+  # Fix selected background color in Cinnamon Settings for Adwaita theme
+  sed -i 's/@selected_bg_color;/@theme_selected_bg_color;/' \
+files/usr/share/cinnamon/cinnamon-settings/cinnamon-settings.py
+
+  # GNOME Terminal desktop file was renamed in GNOME 3.20
+  sed -i 's/gnome-terminal.desktop/org.gnome.Terminal.desktop/' 
data/org.cinnamon.gschema.xml.in \
+
files/usr/share/cinnamon/applets/panel-launch...@cinnamon.org/settings-schema.json
+
+  # Replace MintInstall with GNOME Software
+  sed -i 's/mintinstall.desktop/org.gnome.Software.desktop/' 
data/org.cinnamon.gschema.xml.in
+
+  # Remove broken symlink
+  rm files/etc/xdg/menus/cinnamon-applications-merged
+}
+
+build() {
+  cd ${srcdir}/Cinnamon*
+
+  ./autogen.sh --prefix=/usr \
+   --sysconfdir=/etc \
+   --libexecdir=/usr/lib/cinnamon \
+   --localstatedir=/var \
+   

[arch-commits] Commit in cinnamon/trunk (PKGBUILD set_wheel.patch)

2017-11-10 Thread Antonio Rojas
Date: Friday, November 10, 2017 @ 19:21:56
  Author: arojas
Revision: 266169

Update to 3.6.1

Modified:
  cinnamon/trunk/PKGBUILD
  cinnamon/trunk/set_wheel.patch

-+
 PKGBUILD|8 
 set_wheel.patch |   14 +++---
 2 files changed, 11 insertions(+), 11 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-11-10 19:15:23 UTC (rev 266168)
+++ PKGBUILD2017-11-10 19:21:56 UTC (rev 266169)
@@ -5,7 +5,7 @@
 # Contributor: CReimer
 
 pkgname=cinnamon
-pkgver=3.4.6
+pkgver=3.6.1
 pkgrel=1
 pkgdesc="Linux desktop which provides advanced innovative features and a 
traditional user experience"
 arch=('i686' 'x86_64')
@@ -17,7 +17,7 @@
  'muffin' 'python2-cairo' 'python-dbus' 'python2-dbus' 'python2-pillow'
  'python2-pam' 'python2-pexpect' 'python2-pyinotify' 'python2-lxml'
  'cinnamon-control-center' 'cinnamon-screensaver' 'cinnamon-menus' 
'libgnomekbd'
- 'network-manager-applet' 'nemo' 'polkit-gnome' 'xapps' 
'python2-gobject')
+ 'network-manager-applet' 'nemo' 'polkit-gnome' 'xapps' 
'python2-gobject' 'gnome-bluetooth')
 makedepends=('gnome-common' 'intltool' 'gtk-doc' 'gobject-introspection')
 optdepends=('blueberry: Bluetooth support'
 'gnome-panel: fallback mode'
@@ -27,8 +27,8 @@
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxmint/Cinnamon/archive/$pkgver.tar.gz;
 "set_wheel.patch"
 "default-theme.patch")
-sha512sums=('b5fa337dc236204a09a3650ca40d2c2a996c9d1ff6f789834e757d50d68939914bf56d2d623ee5b6e57a180c02b803dbae6349ce1a9dd969b7a4c8bad1b9d8bd'
-
'cff8fb42a81d71b929327df5d56a68b68a96e79d4b85125ea7de0ed2dca53c6b45d08deccafa4453a7471f52aa6bf7d39ed979d2a085906997969a63e7dd7a8c'
+sha512sums=('5126085da85391b01b1a53f3bcef515f8ef1ddcc6842d2872dae647c885482dbd7d9386a6d70146a8509893cdc9a8752eeb9de98b1f09dd9dca1273d4c799a21'
+
'55929747b9cc1bc8893717c9fef257f8f2d560dc56849f1c74f88ed636b6f9f9997f6c4713768793b115e93482543a330b70eba672d696ea8456741ed2c71237'
 
'3c460141b277df61c4546cc311fa5ecc7e7ea19a7d39a92d1d0214c37a91b4e163bc91823df7098bd2cf6fb430361cdb9839ab96abe53fe82f2a735e187de563')
 
 prepare() {

Modified: set_wheel.patch
===
--- set_wheel.patch 2017-11-10 19:15:23 UTC (rev 266168)
+++ set_wheel.patch 2017-11-10 19:21:56 UTC (rev 266169)
@@ -1,12 +1,12 @@
 --- 
a/files/usr/share/cinnamon/cinnamon-settings-users/cinnamon-settings-users.py
 +++ 
b/files/usr/share/cinnamon/cinnamon-settings-users/cinnamon-settings-users.py
-@@ -147,12 +147,11 @@
+@@ -153,12 +153,11 @@
  
  class PasswordDialog(Gtk.Dialog):
  
--def __init__ (self, user, password_mask, group_mask):
-+def __init__ (self, user, password_mask):
- super(PasswordDialog, self).__init__()
+-def __init__ (self, user, password_mask, group_mask, parent = None):
++def __init__ (self, user, password_mask, parent = None):
+ super(PasswordDialog, self).__init__(None, parent)
  
  self.user = user
  self.password_mask = password_mask
@@ -14,7 +14,7 @@
  
  self.set_modal(True)
  self.set_skip_taskbar_hint(True)
-@@ -218,14 +217,7 @@
+@@ -224,14 +223,7 @@
  def change_password(self):
  newpass = self.new_password.get_text()
  self.user.set_password(newpass, "")
@@ -34,8 +34,8 @@
  model, treeiter = self.users_treeview.get_selection().get_selected()
  if treeiter != None:
  user = model[treeiter][INDEX_USER_OBJECT]
--dialog = PasswordDialog(user, self.password_mask, 
self.groups_label)
-+dialog = PasswordDialog(user, self.password_mask)
+-dialog = PasswordDialog(user, self.password_mask, 
self.groups_label, self.window)
++dialog = PasswordDialog(user, self.password_mask, self.window)
  response = dialog.run()
  
  def _on_groups_button_clicked(self, widget):


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

2017-11-10 Thread Antonio Rojas
Date: Friday, November 10, 2017 @ 19:15:23
  Author: arojas
Revision: 266168

archrelease: copy trunk to community-staging-x86_64

Added:
  muffin/repos/community-staging-x86_64/
  muffin/repos/community-staging-x86_64/PKGBUILD
(from rev 266167, muffin/trunk/PKGBUILD)

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

Copied: muffin/repos/community-staging-x86_64/PKGBUILD (from rev 266167, 
muffin/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-11-10 19:15:23 UTC (rev 266168)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer: Alexandre Filgueira 
+# Contributor: Adam Hani Schakaki 
+# Contributor: Ner0
+
+pkgname=muffin
+pkgver=3.6.0
+pkgrel=1
+pkgdesc="Cinnamon window manager based on Mutter"
+arch=('i686' 'x86_64')
+url="https://github.com/linuxmint/muffin;
+license=('GPL')
+depends=('clutter' 'gobject-introspection-runtime' 'cinnamon-desktop' 
'libcanberra' 'libsm'
+ 'startup-notification' 'zenity' 'dconf')
+makedepends=('intltool' 'gnome-doc-utils' 'gnome-common' 
'gobject-introspection' 'gtk-doc') 
+options=('!emptydirs')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxmint/muffin/archive/$pkgver.tar.gz;)
+sha256sums=('b343b6bf86d83dad01dcfb12d224c7eb2d4b63e1fbbe8beb3240a618ffecf737')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+
+  PYTHON=python2 ./autogen.sh --prefix=/usr --sysconfdir=/etc 
--libexecdir=/usr/lib/muffin \
+--localstatedir=/var 
--disable-static --disable-schemas-compile \
+ --enable-compile-warnings=minimum
+
+  #https://bugzilla.gnome.org/show_bug.cgi?id=656231
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="$pkgdir/" install
+
+  # Remove unused stuff
+  make -C src DESTDIR="$pkgdir" uninstall-binPROGRAMS 
uninstall-desktopfilesDATA
+  make -C src/tools DESTDIR="$pkgdir" uninstall
+  make -C src/compositor/plugins DESTDIR="$pkgdir" uninstall
+  make -C doc/man DESTDIR="$pkgdir" uninstall
+}
+
+# vim:set ts=2 sw=2 et:


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

2017-11-10 Thread Antonio Rojas
Date: Friday, November 10, 2017 @ 19:14:50
  Author: arojas
Revision: 266167

Update to 3.6.0

Modified:
  muffin/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-11-10 19:01:45 UTC (rev 266166)
+++ PKGBUILD2017-11-10 19:14:50 UTC (rev 266167)
@@ -4,7 +4,7 @@
 # Contributor: Ner0
 
 pkgname=muffin
-pkgver=3.4.1
+pkgver=3.6.0
 pkgrel=1
 pkgdesc="Cinnamon window manager based on Mutter"
 arch=('i686' 'x86_64')
@@ -15,7 +15,7 @@
 makedepends=('intltool' 'gnome-doc-utils' 'gnome-common' 
'gobject-introspection' 'gtk-doc') 
 options=('!emptydirs')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxmint/muffin/archive/$pkgver.tar.gz;)
-sha256sums=('f051c9bb1291381c9e32bf06ef829cb2ee894e8d6293a4d2738c8655d3643c26')
+sha256sums=('b343b6bf86d83dad01dcfb12d224c7eb2d4b63e1fbbe8beb3240a618ffecf737')
 
 prepare() {
   cd ${pkgname}-${pkgver}


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

2017-11-10 Thread Maxime Gauduin
Date: Friday, November 10, 2017 @ 19:01:45
  Author: alucryd
Revision: 266166

archrelease: copy trunk to multilib-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-11-10 19:01:32 UTC (rev 266165)
+++ PKGBUILD2017-11-10 19:01:45 UTC (rev 266166)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin 
-# Contributor: josephgbr 
-
-pkgname=lib32-soundtouch
-pkgver=1.9.2
-pkgrel=1
-pkgdesc='An audio processing library'
-arch=('x86_64')
-url='http://www.surina.net/soundtouch/'
-license=('LGPL')
-depends=('lib32-gcc-libs' 'soundtouch')
-makedepends=('gcc-multilib')
-source=("http://www.surina.net/soundtouch/soundtouch-${pkgver}.tar.gz;)
-sha256sums=('caeb86511e81420eeb454cb5db53f56d96b8451d37d89af6e55b12eb4da1c513')
-
-build() {
-  cd soundtouch
-
-  export CC='gcc -m32'
-  export CXX='g++ -m32'
-  export PKG_CONFIG_PATH='/usr/lib32/pkgconfig'
-
-  ./bootstrap
-  ./configure \
---prefix='/usr' \
---libdir='/usr/lib32' \
---enable-shared
-  make
-}
-
-package() {
-  cd soundtouch
-
-  make DESTDIR="${pkgdir}" install
-  rm -rf "${pkgdir}"/usr/{bin,doc,include,share}
-}
-
-# vim: ts=2 sw=2 et:

Copied: lib32-soundtouch/repos/multilib-x86_64/PKGBUILD (from rev 266165, 
lib32-soundtouch/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-11-10 19:01:45 UTC (rev 266166)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Maxime Gauduin 
+# Contributor: josephgbr 
+
+pkgname=lib32-soundtouch
+pkgver=2.0.0
+pkgrel=1
+pkgdesc='An audio processing library'
+arch=('x86_64')
+url='http://www.surina.net/soundtouch/'
+license=('LGPL')
+depends=('lib32-gcc-libs' 'soundtouch')
+makedepends=('gcc-multilib')
+source=("http://www.surina.net/soundtouch/soundtouch-${pkgver}.tar.gz;)
+sha256sums=('d224f7d1421b5f8e74a74c85741345bd9802618a40ae30ce5b427a5705c89d25')
+
+build() {
+  cd soundtouch
+
+  export CC='gcc -m32'
+  export CXX='g++ -m32'
+  export PKG_CONFIG_PATH='/usr/lib32/pkgconfig'
+
+  ./bootstrap
+  ./configure \
+--prefix='/usr' \
+--libdir='/usr/lib32' \
+--enable-shared
+  make
+}
+
+package() {
+  cd soundtouch
+
+  make DESTDIR="${pkgdir}" install
+  rm -rf "${pkgdir}"/usr/{bin,doc,include,share}
+}
+
+# vim: ts=2 sw=2 et:


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

2017-11-10 Thread Maxime Gauduin
Date: Friday, November 10, 2017 @ 19:01:32
  Author: alucryd
Revision: 266165

upgpkg: lib32-soundtouch 2.0.0-1

Modified:
  lib32-soundtouch/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-11-10 18:59:50 UTC (rev 266164)
+++ PKGBUILD2017-11-10 19:01:32 UTC (rev 266165)
@@ -3,7 +3,7 @@
 # Contributor: josephgbr 
 
 pkgname=lib32-soundtouch
-pkgver=1.9.2
+pkgver=2.0.0
 pkgrel=1
 pkgdesc='An audio processing library'
 arch=('x86_64')
@@ -12,7 +12,7 @@
 depends=('lib32-gcc-libs' 'soundtouch')
 makedepends=('gcc-multilib')
 source=("http://www.surina.net/soundtouch/soundtouch-${pkgver}.tar.gz;)
-sha256sums=('caeb86511e81420eeb454cb5db53f56d96b8451d37d89af6e55b12eb4da1c513')
+sha256sums=('d224f7d1421b5f8e74a74c85741345bd9802618a40ae30ce5b427a5705c89d25')
 
 build() {
   cd soundtouch


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

2017-11-10 Thread Maxime Gauduin
Date: Friday, November 10, 2017 @ 18:59:50
  Author: alucryd
Revision: 266164

archrelease: copy trunk to multilib-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-11-10 18:59:16 UTC (rev 266163)
+++ PKGBUILD2017-11-10 18:59:50 UTC (rev 266164)
@@ -1,49 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin 
-# Contributor: Colm Hickey 
-# Contributor: Kyle Keen 
-
-pkgname=lib32-zeromq
-pkgver=4.2.2
-pkgrel=1
-pkgdesc='Distributed messaging'
-arch=('x86_64')
-url='http://www.zeromq.org'
-license=('LGPL')
-depends=('lib32-gcc-libs' 'lib32-glibc' 'lib32-libpgm' 'lib32-libsodium'
- 'zeromq')
-makedepends=('asciidoc' 'gcc-multilib' 'xmlto')
-source=("https://github.com/zeromq/libzmq/releases/download/v${pkgver}/zeromq-${pkgver}.tar.gz;)
-sha256sums=('5b23f4ca9ef545d5bd3af55d305765e3ee06b986263b31967435d285a3e6df6b')
-
-prepare() {
-  cd zeromq-${pkgver}
-
-  sed -i 's/libzmq_werror="yes"/libzmq_werror="no"/' configure
-}
-
-build() {
-  cd zeromq-${pkgver}
-
-  export CC='gcc -m32'
-  export CXX='g++ -m32'
-  export PKG_CONFIG_PATH='/usr/lib32/pkgconfig'
-
-  ./configure \
-prefix='/usr' \
---libdir='/usr/lib32' \
---disable-static \
---with-libsodium \
---with-pgm \
---without-documentation
-  make
-}
-
-package() {
-  cd zeromq-${pkgver}
-
-  make DESTDIR="${pkgdir}" install
-  rm -rf "${pkgdir}"/usr/{bin,include,share}
-}
-
-# vim: ts=2 sw=2 et:

Copied: lib32-zeromq/repos/multilib-x86_64/PKGBUILD (from rev 266163, 
lib32-zeromq/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-11-10 18:59:50 UTC (rev 266164)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer: Maxime Gauduin 
+# Contributor: Colm Hickey 
+# Contributor: Kyle Keen 
+
+pkgname=lib32-zeromq
+pkgver=4.2.2
+pkgrel=2
+pkgdesc='Distributed messaging'
+arch=('x86_64')
+url='http://www.zeromq.org'
+license=('LGPL')
+depends=('lib32-gcc-libs' 'lib32-glibc' 'lib32-libpgm' 'lib32-libsodium'
+ 'zeromq')
+makedepends=('asciidoc' 'gcc-multilib' 'xmlto')
+source=("https://github.com/zeromq/libzmq/releases/download/v${pkgver}/zeromq-${pkgver}.tar.gz;)
+sha256sums=('5b23f4ca9ef545d5bd3af55d305765e3ee06b986263b31967435d285a3e6df6b')
+
+prepare() {
+  cd zeromq-${pkgver}
+
+  sed -i 's/libzmq_werror="yes"/libzmq_werror="no"/' configure
+}
+
+build() {
+  cd zeromq-${pkgver}
+
+  export CC='gcc -m32'
+  export CXX='g++ -m32'
+  export PKG_CONFIG_PATH='/usr/lib32/pkgconfig'
+
+  ./configure \
+prefix='/usr' \
+--libdir='/usr/lib32' \
+--disable-static \
+--with-libsodium \
+--with-pgm \
+--without-documentation
+  make
+}
+
+package() {
+  cd zeromq-${pkgver}
+
+  make DESTDIR="${pkgdir}" install
+  rm -rf "${pkgdir}"/usr/{bin,include,share}
+}
+
+# vim: ts=2 sw=2 et:


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

2017-11-10 Thread Maxime Gauduin
Date: Friday, November 10, 2017 @ 18:59:16
  Author: alucryd
Revision: 266163

upgpkg: lib32-zeromq 4.2.2-2

Modified:
  lib32-zeromq/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-11-10 18:56:51 UTC (rev 266162)
+++ PKGBUILD2017-11-10 18:59:16 UTC (rev 266163)
@@ -5,7 +5,7 @@
 
 pkgname=lib32-zeromq
 pkgver=4.2.2
-pkgrel=1
+pkgrel=2
 pkgdesc='Distributed messaging'
 arch=('x86_64')
 url='http://www.zeromq.org'


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

2017-11-10 Thread Maxime Gauduin
Date: Friday, November 10, 2017 @ 18:56:51
  Author: alucryd
Revision: 266162

archrelease: copy trunk to multilib-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-11-10 18:56:00 UTC (rev 266161)
+++ PKGBUILD2017-11-10 18:56:51 UTC (rev 266162)
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin 
-# Contributor: oi_wtf 
-# Contributor: Felix Yan 
-# Contributor: namelessjon 
-# Contributor: Alessio Sergi 
-
-pkgname=lib32-libsodium
-pkgver=1.0.13
-pkgrel=1
-pkgdesc='P(ortable|ackageable) NaCl-based crypto library'
-arch=('x86_64')
-url='https://github.com/jedisct1/libsodium'
-license=('custom:ISC')
-depends=('lib32-glibc' 'libsodium')
-source=("https://download.libsodium.org/libsodium/releases/libsodium-${pkgver}.tar.gz"{,.sig})
-validpgpkeys=('54A2B8892CC3D6A597B92B6C210627AABA709FE1') # Frank Denis
-sha256sums=('9c13accb1a9e59ab3affde0e60ef9a2149ed4d6e8f99c93c7a5b97499ee323fd'
-'SKIP')
-
-build() {
-  cd libsodium-${pkgver}
-
-  export CC='gcc -m32'
-  export PKG_CONFIG_LIBDIR='/usr/lib32/pkgconfig'
-
-  ./configure \
---prefix='/usr' \
---libdir='/usr/lib32'
-  make
-}
-
-package() {
-  cd libsodium-${pkgver}
-
-  make DESTDIR="${pkgdir}" install
-  rm -rf "${pkgdir}"/{etc,usr/{bin,lib,include,share}}
-
-  install -dm 755 "${pkgdir}"/usr/share/licenses
-  ln -s libsodium "${pkgdir}"/usr/share/licenses/lib32-libsodium
-}
-
-# vim:set ts=2 sw=2 et:

Copied: lib32-libsodium/repos/multilib-x86_64/PKGBUILD (from rev 266161, 
lib32-libsodium/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-11-10 18:56:51 UTC (rev 266162)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Maxime Gauduin 
+# Contributor: oi_wtf 
+# Contributor: Felix Yan 
+# Contributor: namelessjon 
+# Contributor: Alessio Sergi 
+
+pkgname=lib32-libsodium
+pkgver=1.0.15
+pkgrel=1
+pkgdesc='P(ortable|ackageable) NaCl-based crypto library'
+arch=('x86_64')
+url='https://github.com/jedisct1/libsodium'
+license=('custom:ISC')
+depends=('lib32-glibc' 'libsodium')
+source=("https://download.libsodium.org/libsodium/releases/libsodium-${pkgver}.tar.gz"{,.sig})
+validpgpkeys=('54A2B8892CC3D6A597B92B6C210627AABA709FE1') # Frank Denis
+sha256sums=('fb6a9e879a2f674592e4328c5d9f79f082405ee4bb05cb6e679b90afe9e178f4'
+'SKIP')
+
+build() {
+  cd libsodium-${pkgver}
+
+  export CC='gcc -m32'
+  export PKG_CONFIG_LIBDIR='/usr/lib32/pkgconfig'
+
+  ./configure \
+--prefix='/usr' \
+--libdir='/usr/lib32'
+  make
+}
+
+package() {
+  cd libsodium-${pkgver}
+
+  make DESTDIR="${pkgdir}" install
+  rm -rf "${pkgdir}"/{etc,usr/{bin,lib,include,share}}
+
+  install -dm 755 "${pkgdir}"/usr/share/licenses
+  ln -s libsodium "${pkgdir}"/usr/share/licenses/lib32-libsodium
+}
+
+# vim:set ts=2 sw=2 et:


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

2017-11-10 Thread Maxime Gauduin
Date: Friday, November 10, 2017 @ 18:56:00
  Author: alucryd
Revision: 266161

upgpkg: lib32-libsodium 1.0.15-1

Modified:
  lib32-libsodium/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-11-10 18:52:19 UTC (rev 266160)
+++ PKGBUILD2017-11-10 18:56:00 UTC (rev 266161)
@@ -6,7 +6,7 @@
 # Contributor: Alessio Sergi 
 
 pkgname=lib32-libsodium
-pkgver=1.0.13
+pkgver=1.0.15
 pkgrel=1
 pkgdesc='P(ortable|ackageable) NaCl-based crypto library'
 arch=('x86_64')
@@ -15,7 +15,7 @@
 depends=('lib32-glibc' 'libsodium')
 
source=("https://download.libsodium.org/libsodium/releases/libsodium-${pkgver}.tar.gz"{,.sig})
 validpgpkeys=('54A2B8892CC3D6A597B92B6C210627AABA709FE1') # Frank Denis
-sha256sums=('9c13accb1a9e59ab3affde0e60ef9a2149ed4d6e8f99c93c7a5b97499ee323fd'
+sha256sums=('fb6a9e879a2f674592e4328c5d9f79f082405ee4bb05cb6e679b90afe9e178f4'
 'SKIP')
 
 build() {


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

2017-11-10 Thread Maxime Gauduin
Date: Friday, November 10, 2017 @ 18:52:19
  Author: alucryd
Revision: 266160

archrelease: copy trunk to multilib-x86_64

Added:
  lib32-libmm-glib/repos/multilib-x86_64/PKGBUILD
(from rev 266159, lib32-libmm-glib/trunk/PKGBUILD)
Deleted:
  lib32-libmm-glib/repos/multilib-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-11-10 18:51:52 UTC (rev 266159)
+++ PKGBUILD2017-11-10 18:52:19 UTC (rev 266160)
@@ -1,50 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin 
-# Contributor: Ionut Biru 
-# Contributor: Jan Alexander Steffens (heftig) 
-
-pkgname=lib32-libmm-glib
-pkgver=1.6.8
-pkgrel=1
-pkgdesc='ModemManager library'
-arch=('x86_64')
-url='https://www.freedesktop.org/wiki/Software/ModemManager/'
-license=('GPL2' 'LGPL2.1')
-depends=('lib32-glib2' 'libmm-glib')
-makedepends=('gcc-multilib' 'intltool' 'lib32-libmbim' 'lib32-libqmi'
- 'lib32-polkit' 'lib32-systemd' 'python' 'vala')
-source=("https://www.freedesktop.org/software/ModemManager/ModemManager-${pkgver}.tar.xz;)
-sha256sums=('ffc035c4bfeb07780c4580bb4488ade0ab1d197c3cdf89cb8ab36386cfb34376')
-
-build() {
-  cd ModemManager-${pkgver}
-
-  export CC='gcc -m32'
-  export PKG_CONFIG_PATH='/usr/lib32/pkgconfig'
-
-  ./configure \
---prefix='/usr' \
---libdir='/usr/lib32' \
---localstatedir='/var' \
---sbindir='/usr/bin' \
---sysconfdir='/etc' \
---disable-gtk-doc-html \
---disable-static \
---with-dbus-sys-dir='/usr/share/dbus-1/system.d' \
---with-polkit='permissive' \
---with-suspend-resume='systemd' \
---with-udev-base-dir='/usr/lib32/udev'
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-  make -C libmm-glib
-  make -C data
-}
-
-package() {
-  cd ModemManager-${pkgver}
-
-  make DESTDIR="${pkgdir}" -C libmm-glib install
-  make DESTDIR="${pkgdir}" -C data install
-  rm -rf "${pkgdir}"/{etc,usr/{include,lib,share}}
-}
-
-# vim: ts=2 sw=2 et:

Copied: lib32-libmm-glib/repos/multilib-x86_64/PKGBUILD (from rev 266159, 
lib32-libmm-glib/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-11-10 18:52:19 UTC (rev 266160)
@@ -0,0 +1,50 @@
+# $Id$
+# Maintainer: Maxime Gauduin 
+# Contributor: Ionut Biru 
+# Contributor: Jan Alexander Steffens (heftig) 
+
+pkgname=lib32-libmm-glib
+pkgver=1.6.10
+pkgrel=1
+pkgdesc='ModemManager library'
+arch=('x86_64')
+url='https://www.freedesktop.org/wiki/Software/ModemManager/'
+license=('GPL2' 'LGPL2.1')
+depends=('lib32-glib2' 'libmm-glib')
+makedepends=('gcc-multilib' 'intltool' 'lib32-libmbim' 'lib32-libqmi'
+ 'lib32-polkit' 'lib32-systemd' 'python' 'vala')
+source=("https://www.freedesktop.org/software/ModemManager/ModemManager-${pkgver}.tar.xz;)
+sha256sums=('bc74326fa69ae8012f806e235f3d296144922669b952d4d4987dd0af645d5f68')
+
+build() {
+  cd ModemManager-${pkgver}
+
+  export CC='gcc -m32'
+  export PKG_CONFIG_PATH='/usr/lib32/pkgconfig'
+
+  ./configure \
+--prefix='/usr' \
+--libdir='/usr/lib32' \
+--localstatedir='/var' \
+--sbindir='/usr/bin' \
+--sysconfdir='/etc' \
+--disable-gtk-doc-html \
+--disable-static \
+--with-dbus-sys-dir='/usr/share/dbus-1/system.d' \
+--with-polkit='permissive' \
+--with-suspend-resume='systemd' \
+--with-udev-base-dir='/usr/lib32/udev'
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make -C libmm-glib
+  make -C data
+}
+
+package() {
+  cd ModemManager-${pkgver}
+
+  make DESTDIR="${pkgdir}" -C libmm-glib install
+  make DESTDIR="${pkgdir}" -C data install
+  rm -rf "${pkgdir}"/{etc,usr/{include,lib,share}}
+}
+
+# vim: ts=2 sw=2 et:


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

2017-11-10 Thread Maxime Gauduin
Date: Friday, November 10, 2017 @ 18:51:52
  Author: alucryd
Revision: 266159

upgpkg: lib32-libmm-glib 1.6.10-1

Modified:
  lib32-libmm-glib/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-11-10 18:50:07 UTC (rev 266158)
+++ PKGBUILD2017-11-10 18:51:52 UTC (rev 266159)
@@ -4,7 +4,7 @@
 # Contributor: Jan Alexander Steffens (heftig) 
 
 pkgname=lib32-libmm-glib
-pkgver=1.6.8
+pkgver=1.6.10
 pkgrel=1
 pkgdesc='ModemManager library'
 arch=('x86_64')
@@ -14,7 +14,7 @@
 makedepends=('gcc-multilib' 'intltool' 'lib32-libmbim' 'lib32-libqmi'
  'lib32-polkit' 'lib32-systemd' 'python' 'vala')
 
source=("https://www.freedesktop.org/software/ModemManager/ModemManager-${pkgver}.tar.xz;)
-sha256sums=('ffc035c4bfeb07780c4580bb4488ade0ab1d197c3cdf89cb8ab36386cfb34376')
+sha256sums=('bc74326fa69ae8012f806e235f3d296144922669b952d4d4987dd0af645d5f68')
 
 build() {
   cd ModemManager-${pkgver}


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

2017-11-10 Thread Maxime Gauduin
Date: Friday, November 10, 2017 @ 18:50:07
  Author: alucryd
Revision: 266158

archrelease: copy trunk to multilib-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-11-10 18:49:48 UTC (rev 266157)
+++ PKGBUILD2017-11-10 18:50:07 UTC (rev 266158)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin 
-# Contributor: Jan Alexander Steffens (heftig) 
-
-pkgname=lib32-libmbim
-pkgver=1.14.0
-pkgrel=1
-pkgdesc='MBIM modem protocol helper library'
-arch=('x86_64')
-url='https://www.freedesktop.org/wiki/Software/libmbim/'
-license=('GPL2')
-depends=('lib32-glib2' 'lib32-glibc' 'lib32-libgudev' 'libmbim')
-makedepends=('gcc-multilib' 'python')
-source=("https://www.freedesktop.org/software/libmbim/libmbim-${pkgver}.tar.xz;)
-sha256sums=('ca8d52a95a18cbabae8f15f83f1572316e888b6504f946e6645d24405127ab5b')
-
-build() {
-  cd libmbim-${pkgver}
-
-  export CC='gcc -m32'
-  export PKG_CONFIG_PATH='/usr/lib32/pkgconfig'
-
-  ./configure \
---prefix='/usr' \
---libdir='/usr/lib32' \
---libexecdir='/usr/lib32/libmbim' \
---localstatedir='/var' \
---sysconfdir='/etc' \
---disable-gtk-doc-html \
---disable-static
-  make
-}
-
-package() {
-  cd libmbim-${pkgver}
-
-  make DESTDIR="${pkgdir}" install
-  rm -rf "${pkgdir}"/usr/{bin,include,share}
-}
-
-# vim: ts=2 sw=2 et:

Copied: lib32-libmbim/repos/multilib-x86_64/PKGBUILD (from rev 266157, 
lib32-libmbim/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-11-10 18:50:07 UTC (rev 266158)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Maxime Gauduin 
+# Contributor: Jan Alexander Steffens (heftig) 
+
+pkgname=lib32-libmbim
+pkgver=1.14.2
+pkgrel=1
+pkgdesc='MBIM modem protocol helper library'
+arch=('x86_64')
+url='https://www.freedesktop.org/wiki/Software/libmbim/'
+license=('GPL2')
+depends=('lib32-glib2' 'lib32-glibc' 'lib32-libgudev' 'libmbim')
+makedepends=('gcc-multilib' 'python')
+source=("https://www.freedesktop.org/software/libmbim/libmbim-${pkgver}.tar.xz;)
+sha256sums=('22cafe6b8432433aa58bedcf7db7522ce6531bfe24e8e9b6058412cd31cf')
+
+build() {
+  cd libmbim-${pkgver}
+
+  export CC='gcc -m32'
+  export PKG_CONFIG_PATH='/usr/lib32/pkgconfig'
+
+  ./configure \
+--prefix='/usr' \
+--libdir='/usr/lib32' \
+--libexecdir='/usr/lib32/libmbim' \
+--localstatedir='/var' \
+--sysconfdir='/etc' \
+--disable-gtk-doc-html \
+--disable-static
+  make
+}
+
+package() {
+  cd libmbim-${pkgver}
+
+  make DESTDIR="${pkgdir}" install
+  rm -rf "${pkgdir}"/usr/{bin,include,share}
+}
+
+# vim: ts=2 sw=2 et:


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

2017-11-10 Thread Maxime Gauduin
Date: Friday, November 10, 2017 @ 18:49:48
  Author: alucryd
Revision: 266157

upgpkg: lib32-libmbim 1.14.2-1

Modified:
  lib32-libmbim/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-11-10 18:49:08 UTC (rev 266156)
+++ PKGBUILD2017-11-10 18:49:48 UTC (rev 266157)
@@ -3,7 +3,7 @@
 # Contributor: Jan Alexander Steffens (heftig) 
 
 pkgname=lib32-libmbim
-pkgver=1.14.0
+pkgver=1.14.2
 pkgrel=1
 pkgdesc='MBIM modem protocol helper library'
 arch=('x86_64')
@@ -12,7 +12,7 @@
 depends=('lib32-glib2' 'lib32-glibc' 'lib32-libgudev' 'libmbim')
 makedepends=('gcc-multilib' 'python')
 
source=("https://www.freedesktop.org/software/libmbim/libmbim-${pkgver}.tar.xz;)
-sha256sums=('ca8d52a95a18cbabae8f15f83f1572316e888b6504f946e6645d24405127ab5b')
+sha256sums=('22cafe6b8432433aa58bedcf7db7522ce6531bfe24e8e9b6058412cd31cf')
 
 build() {
   cd libmbim-${pkgver}


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

2017-11-10 Thread Antonio Rojas
Date: Friday, November 10, 2017 @ 18:48:37
  Author: arojas
Revision: 266155

Update to 3.6.1

Modified:
  cinnamon-control-center/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-11-10 18:48:24 UTC (rev 266154)
+++ PKGBUILD2017-11-10 18:48:37 UTC (rev 266155)
@@ -5,12 +5,12 @@
 # Jan de Groot 
 
 pkgname=cinnamon-control-center
-pkgver=3.4.0
+pkgver=3.6.1
 pkgrel=1
 pkgdesc="The Control Center for Cinnamon"
 arch=('i686' 'x86_64')
 depends=('cinnamon-settings-daemon' 'cinnamon-translations' 'cinnamon-menus'
- 'libgnomekbd'  'libmm-glib' 'nm-connection-editor' 'colord')
+ 'libgnomekbd'  'libmm-glib' 'nm-connection-editor' 'colord' 
'gnome-online-accounts')
 optdepends=('gnome-color-manager: for color management tasks')
 makedepends=('intltool' 'gnome-common' 'docbook-xsl')
 url="https://github.com/linuxmint/cinnamon-control-center;
@@ -17,7 +17,7 @@
 license=('GPL')
 options=('!emptydirs')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxmint/cinnamon-control-center/archive/$pkgver.tar.gz;)
-sha256sums=('0f5ee2ae66f38de327a0758339d833aa7edf3866a078ba3e9c79b28eb183f979')
+sha256sums=('02e6a62f71e43c6d039b180a66635e68af135a2870c1eb961dedd1e330cc7512')
 
 build() {
   cd $pkgname-$pkgver
@@ -37,7 +37,7 @@
 
   # Remove unused stuff
   make -C shell DESTDIR="$pkgdir" uninstall-binPROGRAMS 
uninstall-directoryDATA uninstall-uiDATA
-  rm 
"$pkgdir"/usr/share/applications/cinnamon-{control-center,datetime-panel,region-panel}.desktop
+  rm 
"$pkgdir"/usr/share/applications/cinnamon-{control-center,region-panel}.desktop
   rm -R "$pkgdir/etc"
 
   install -d -o root -g 102 -m 750 "$pkgdir/usr/share/polkit-1/rules.d"


[arch-commits] Commit in cinnamon-control-center/repos (2 files)

2017-11-10 Thread Antonio Rojas
Date: Friday, November 10, 2017 @ 18:49:08
  Author: arojas
Revision: 266156

archrelease: copy trunk to community-staging-x86_64

Added:
  cinnamon-control-center/repos/community-staging-x86_64/
  cinnamon-control-center/repos/community-staging-x86_64/PKGBUILD
(from rev 266155, cinnamon-control-center/trunk/PKGBUILD)

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

Copied: cinnamon-control-center/repos/community-staging-x86_64/PKGBUILD (from 
rev 266155, cinnamon-control-center/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-11-10 18:49:08 UTC (rev 266156)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Alexandre Filgueira 
+# Based on gnome-control-center:
+# Jan Alexander Steffens (heftig) 
+# Jan de Groot 
+
+pkgname=cinnamon-control-center
+pkgver=3.6.1
+pkgrel=1
+pkgdesc="The Control Center for Cinnamon"
+arch=('i686' 'x86_64')
+depends=('cinnamon-settings-daemon' 'cinnamon-translations' 'cinnamon-menus'
+ 'libgnomekbd'  'libmm-glib' 'nm-connection-editor' 'colord' 
'gnome-online-accounts')
+optdepends=('gnome-color-manager: for color management tasks')
+makedepends=('intltool' 'gnome-common' 'docbook-xsl')
+url="https://github.com/linuxmint/cinnamon-control-center;
+license=('GPL')
+options=('!emptydirs')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxmint/cinnamon-control-center/archive/$pkgver.tar.gz;)
+sha256sums=('02e6a62f71e43c6d039b180a66635e68af135a2870c1eb961dedd1e330cc7512')
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./autogen.sh --prefix=/usr --sysconfdir=/etc \
+  --localstatedir=/var --enable-systemd
+
+  #https://bugzilla.gnome.org/show_bug.cgi?id=656229
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0 /g' -e 's/if test 
"$export_dynamic" = yes && test -n "$export_dynamic_flag_spec"; then/  
func_append compile_command " -Wl,-O1,--as-needed"\n  func_append 
finalize_command " -Wl,-O1,--as-needed"\n\0/' libtool
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+
+  make DESTDIR="$pkgdir" install
+
+  # Remove unused stuff
+  make -C shell DESTDIR="$pkgdir" uninstall-binPROGRAMS 
uninstall-directoryDATA uninstall-uiDATA
+  rm 
"$pkgdir"/usr/share/applications/cinnamon-{control-center,region-panel}.desktop
+  rm -R "$pkgdir/etc"
+
+  install -d -o root -g 102 -m 750 "$pkgdir/usr/share/polkit-1/rules.d"
+}


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

2017-11-10 Thread Maxime Gauduin
Date: Friday, November 10, 2017 @ 18:48:24
  Author: alucryd
Revision: 266154

archrelease: copy trunk to multilib-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-11-10 18:47:54 UTC (rev 266153)
+++ PKGBUILD2017-11-10 18:48:24 UTC (rev 266154)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin 
-# Contributor: GordonGR 
-# Contributor: Jan Alexander Steffens (heftig) 
-
-pkgname=lib32-rest
-pkgver=0.8.0
-pkgrel=1
-pkgdesc='A helper library for RESTful services'
-arch=('x86_64')
-url='http://www.gtk.org/'
-license=('GPL2')
-depends=('lib32-libsoup' 'rest')
-makedepends=('gcc-multilib' 'gobject-introspection')
-source=("http://download.gnome.org/sources/rest/${pkgver%.*}/rest-${pkgver}.tar.xz;)
-sha256sums=('e7b89b200c1417073aef739e8a27ff2ab578056c27796ec74f5886a5e0dff647')
-
-build() {
-  cd rest-${pkgver}
-
-  export CC='gcc -m32'
-  export CXX='g++ -m32'
-  export PKG_CONFIG_PATH='/usr/lib32/pkgconfig'
-
-  ./configure \
---prefix='/usr' \
---libdir='/usr/lib32'
-  make
-}
-
-package() {
-  cd rest-${pkgver}
-
-  make DESTDIR="${pkgdir}" install
-  rm -rf "${pkgdir}"/usr/{include,share}
-}
-
-# vim: ts=2 sw=2 et:

Copied: lib32-rest/repos/multilib-x86_64/PKGBUILD (from rev 266153, 
lib32-rest/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-11-10 18:48:24 UTC (rev 266154)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Maxime Gauduin 
+# Contributor: GordonGR 
+# Contributor: Jan Alexander Steffens (heftig) 
+
+pkgname=lib32-rest
+pkgver=0.8.1
+pkgrel=1
+pkgdesc='A helper library for RESTful services'
+arch=('x86_64')
+url='http://www.gtk.org/'
+license=('GPL2')
+depends=('lib32-libsoup' 'rest')
+makedepends=('gcc-multilib' 'gobject-introspection')
+source=("http://download.gnome.org/sources/rest/${pkgver%.*}/rest-${pkgver}.tar.xz;)
+sha256sums=('0513aad38e5d3cedd4ae3c551634e3be1b9baaa79775e53b2dba9456f15b01c9')
+
+build() {
+  cd rest-${pkgver}
+
+  export CC='gcc -m32'
+  export CXX='g++ -m32'
+  export PKG_CONFIG_PATH='/usr/lib32/pkgconfig'
+
+  ./configure \
+--prefix='/usr' \
+--libdir='/usr/lib32'
+  make
+}
+
+package() {
+  cd rest-${pkgver}
+
+  make DESTDIR="${pkgdir}" install
+  rm -rf "${pkgdir}"/usr/{include,share}
+}
+
+# vim: ts=2 sw=2 et:


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

2017-11-10 Thread Maxime Gauduin
Date: Friday, November 10, 2017 @ 18:47:54
  Author: alucryd
Revision: 266153

upgpkg: lib32-rest 0.8.1-1

Modified:
  lib32-rest/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-11-10 18:44:44 UTC (rev 266152)
+++ PKGBUILD2017-11-10 18:47:54 UTC (rev 266153)
@@ -4,7 +4,7 @@
 # Contributor: Jan Alexander Steffens (heftig) 
 
 pkgname=lib32-rest
-pkgver=0.8.0
+pkgver=0.8.1
 pkgrel=1
 pkgdesc='A helper library for RESTful services'
 arch=('x86_64')
@@ -13,7 +13,7 @@
 depends=('lib32-libsoup' 'rest')
 makedepends=('gcc-multilib' 'gobject-introspection')
 
source=("http://download.gnome.org/sources/rest/${pkgver%.*}/rest-${pkgver}.tar.xz;)
-sha256sums=('e7b89b200c1417073aef739e8a27ff2ab578056c27796ec74f5886a5e0dff647')
+sha256sums=('0513aad38e5d3cedd4ae3c551634e3be1b9baaa79775e53b2dba9456f15b01c9')
 
 build() {
   cd rest-${pkgver}


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

2017-11-10 Thread Maxime Gauduin
Date: Friday, November 10, 2017 @ 18:44:44
  Author: alucryd
Revision: 266152

archrelease: copy trunk to multilib-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-11-10 18:44:31 UTC (rev 266151)
+++ PKGBUILD2017-11-10 18:44:44 UTC (rev 266152)
@@ -1,45 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin 
-# Contributor: Maximilian Stein 
-# Contributor: josephgbr 
-
-pkgname=lib32-libsoup
-pkgver=2.58.2
-pkgrel=1
-pkgdesc='HTTP client/server library for GNOME'
-arch=('x86_64')
-url="https://wiki.gnome.org/Projects/libsoup;
-license=('LGPL')
-depends=('lib32-glib-networking' 'lib32-krb5' 'lib32-libxml2' 'lib32-sqlite'
- 'libsoup')
-makedepends=('gcc-multilib' 'gobject-introspection' 'intltool' 'python'
- 'vala')
-conflicts=('lib32-libsoup-gnome')
-replaces=('lib32-libsoup-gnome')
-options=('!emptydirs')
-source=("https://download.gnome.org/sources/libsoup/${pkgver:0:4}/libsoup-${pkgver}.tar.xz;)
-sha256sums=('442300ca1b1bf8a3bbf2f788203287ff862542d4fc048f19a92a068a27d17b72')
-
-build() {
-  cd libsoup-${pkgver}
-
-  export CC='gcc -m32'
-  export CXX='g++ -m32'
-  export PKG_CONFIG_PATH='/usr/lib32/pkgconfig'
-
-  ./configure \
---prefix='/usr' \
---libdir='/usr/lib32' \
---disable-static
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-  make
-}
-
-package() {
-  cd libsoup-${pkgver}
-
-  make DESTDIR="${pkgdir}" install
-  rm -rf "${pkgdir}"/usr/{include,share}
-}
-
-# vim: ts=2 sw=2 et:

Copied: lib32-libsoup/repos/multilib-x86_64/PKGBUILD (from rev 266151, 
lib32-libsoup/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-11-10 18:44:44 UTC (rev 266152)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Maxime Gauduin 
+# Contributor: Maximilian Stein 
+# Contributor: josephgbr 
+
+pkgname=lib32-libsoup
+pkgver=2.60.2
+pkgrel=1
+pkgdesc='HTTP client/server library for GNOME'
+arch=('x86_64')
+url="https://wiki.gnome.org/Projects/libsoup;
+license=('LGPL')
+depends=('lib32-glib-networking' 'lib32-krb5' 'lib32-libxml2' 'lib32-sqlite'
+ 'libsoup')
+makedepends=('gcc-multilib' 'gobject-introspection' 'intltool' 'python'
+ 'vala')
+options=('!emptydirs')
+source=("https://download.gnome.org/sources/libsoup/${pkgver:0:4}/libsoup-${pkgver}.tar.xz;)
+sha256sums=('7263cfe18872e2e652c196f5667e514616d9c97c861dfca82a65a55f45f0da01')
+
+build() {
+  cd libsoup-${pkgver}
+
+  export CC='gcc -m32'
+  export CXX='g++ -m32'
+  export PKG_CONFIG_PATH='/usr/lib32/pkgconfig'
+
+  ./configure \
+--prefix='/usr' \
+--libdir='/usr/lib32' \
+--disable-static
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make
+}
+
+package() {
+  cd libsoup-${pkgver}
+
+  make DESTDIR="${pkgdir}" install
+  rm -rf "${pkgdir}"/usr/{include,share}
+}
+
+# vim: ts=2 sw=2 et:


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

2017-11-10 Thread Maxime Gauduin
Date: Friday, November 10, 2017 @ 18:44:31
  Author: alucryd
Revision: 266151

upgpkg: lib32-libsoup 2.60.2-1

Modified:
  lib32-libsoup/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-11-10 18:43:47 UTC (rev 266150)
+++ PKGBUILD2017-11-10 18:44:31 UTC (rev 266151)
@@ -4,7 +4,7 @@
 # Contributor: josephgbr 
 
 pkgname=lib32-libsoup
-pkgver=2.58.2
+pkgver=2.60.2
 pkgrel=1
 pkgdesc='HTTP client/server library for GNOME'
 arch=('x86_64')
@@ -14,11 +14,9 @@
  'libsoup')
 makedepends=('gcc-multilib' 'gobject-introspection' 'intltool' 'python'
  'vala')
-conflicts=('lib32-libsoup-gnome')
-replaces=('lib32-libsoup-gnome')
 options=('!emptydirs')
 
source=("https://download.gnome.org/sources/libsoup/${pkgver:0:4}/libsoup-${pkgver}.tar.xz;)
-sha256sums=('442300ca1b1bf8a3bbf2f788203287ff862542d4fc048f19a92a068a27d17b72')
+sha256sums=('7263cfe18872e2e652c196f5667e514616d9c97c861dfca82a65a55f45f0da01')
 
 build() {
   cd libsoup-${pkgver}


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

2017-11-10 Thread Antonio Rojas
Date: Friday, November 10, 2017 @ 18:43:47
  Author: arojas
Revision: 266150

archrelease: copy trunk to community-staging-x86_64

Added:
  cinnamon-menus/repos/community-staging-x86_64/
  cinnamon-menus/repos/community-staging-x86_64/PKGBUILD
(from rev 266149, cinnamon-menus/trunk/PKGBUILD)

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

Copied: cinnamon-menus/repos/community-staging-x86_64/PKGBUILD (from rev 
266149, cinnamon-menus/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-11-10 18:43:47 UTC (rev 266150)
@@ -0,0 +1,26 @@
+#Maintainer: Alexandre Filgueira 
+
+pkgname=cinnamon-menus
+pkgver=3.6.0
+pkgrel=1
+pkgdesc="Cinnamon menu specifications"
+arch=('i686' 'x86_64')
+depends=('glib2')
+makedepends=('intltool' 'gobject-introspection' 'python2' 'gnome-common')
+license=('GPL' 'LGPL')
+url="https://github.com/linuxmint/cinnamon-menus;
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/linuxmint/cinnamon-menus/archive/${pkgver}.tar.gz;)
+sha256sums=('ac005b0b46fb6285f82b2f80683c7d5cdd719cb7548a4dc3e36f0cd717e38d00')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  ./autogen.sh --prefix=/usr --sysconfdir=/etc \
+  --localstatedir=/var --disable-static \
+  --sbindir=/usr/bin
+  make
+}
+
+package(){
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR="$pkgdir" install
+}


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

2017-11-10 Thread Antonio Rojas
Date: Friday, November 10, 2017 @ 18:43:24
  Author: arojas
Revision: 266149

Update to 3.6.0

Modified:
  cinnamon-menus/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-11-10 18:40:58 UTC (rev 266148)
+++ PKGBUILD2017-11-10 18:43:24 UTC (rev 266149)
@@ -1,7 +1,7 @@
 #Maintainer: Alexandre Filgueira 
 
 pkgname=cinnamon-menus
-pkgver=3.4.0
+pkgver=3.6.0
 pkgrel=1
 pkgdesc="Cinnamon menu specifications"
 arch=('i686' 'x86_64')
@@ -10,7 +10,7 @@
 license=('GPL' 'LGPL')
 url="https://github.com/linuxmint/cinnamon-menus;
 
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/linuxmint/cinnamon-menus/archive/${pkgver}.tar.gz;)
-sha256sums=('c0d60a612ab67ce76021b22821aff548e9779a6c3b2cc9ef393aca80c0044aad')
+sha256sums=('ac005b0b46fb6285f82b2f80683c7d5cdd719cb7548a4dc3e36f0cd717e38d00')
 
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"


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

2017-11-10 Thread Maxime Gauduin
Date: Friday, November 10, 2017 @ 18:40:58
  Author: alucryd
Revision: 266148

archrelease: copy trunk to community-x86_64

Added:
  libpng12/repos/community-x86_64/PKGBUILD
(from rev 266147, libpng12/trunk/PKGBUILD)
Deleted:
  libpng12/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |  106 ++---
 1 file changed, 53 insertions(+), 53 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2017-11-10 18:40:47 UTC (rev 266147)
+++ PKGBUILD2017-11-10 18:40:58 UTC (rev 266148)
@@ -1,53 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin 
-# Contributor: Arthur Zamarin 
-# Contributor: trya 
-# Contributor: Jan de Groot 
-# Contributor: dorphell 
-# Contributor: Travis Willard 
-# Contributor: Douglas Soares de Andrade 
-
-pkgname=libpng12
-pkgver=1.2.57
-pkgrel=2
-pkgdesc='A collection of routines used to create PNG format graphics files'
-arch=('i686' 'x86_64')
-url='http://www.libpng.org/pub/png/libpng.html'
-license=('custom')
-depends=('glibc' 'zlib')
-source=("https://sourceforge.net/projects/libpng/files/libpng-${pkgver}.tar.xz"{,.asc}
-
"https://sourceforge.net/projects/apng/files/libpng/libpng12/libpng-${pkgver}-apng.patch.gz;)
-validpgpkeys=('8048643BA2C840F4F92A195FF54984BFA16C640F') # Glenn 
Randers-Pehrson
-sha256sums=('0f4620e11fa283fedafb474427c8e96bf149511a1804bdc47350963ae5cf54d8'
-'SKIP'
-'7cae56ef3b8101d2106fc9c487c53ac600d8699913422b80e068bb50c41bebb6')
-
-prepare() {
-  cd libpng-${pkgver}
-
-  patch -Np0 -i ../libpng-${pkgver}-apng.patch
-
-  libtoolize --force --copy
-  aclocal
-  autoconf
-  automake --add-missing
-}
-
-build() {
-  cd libpng-${pkgver}
-
-  ./configure \
---prefix='/usr'
-  make
-}
-
-package() {
-  cd libpng-${pkgver}
-
-  make DESTDIR="${pkgdir}" install
-  rm -rf "${pkgdir}"/usr/{bin,include/*.h,lib/{libpng.{a,so},pkgconfig},share}
-
-  install -Dm 644 LICENSE -t "${pkgdir}"/usr/share/licenses/libpng12/
-}
-
-# vim: ts=2 sw=2 et:

Copied: libpng12/repos/community-x86_64/PKGBUILD (from rev 266147, 
libpng12/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-11-10 18:40:58 UTC (rev 266148)
@@ -0,0 +1,53 @@
+# $Id$
+# Maintainer: Maxime Gauduin 
+# Contributor: Arthur Zamarin 
+# Contributor: trya 
+# Contributor: Jan de Groot 
+# Contributor: dorphell 
+# Contributor: Travis Willard 
+# Contributor: Douglas Soares de Andrade 
+
+pkgname=libpng12
+pkgver=1.2.57
+pkgrel=3
+pkgdesc='A collection of routines used to create PNG format graphics files'
+arch=('x86_64')
+url='http://www.libpng.org/pub/png/libpng.html'
+license=('custom')
+depends=('glibc' 'zlib')
+source=("https://sourceforge.net/projects/libpng/files/libpng-${pkgver}.tar.xz"{,.asc}
+
"https://sourceforge.net/projects/apng/files/libpng/libpng12/libpng-${pkgver}-apng.patch.gz;)
+validpgpkeys=('8048643BA2C840F4F92A195FF54984BFA16C640F') # Glenn 
Randers-Pehrson
+sha256sums=('0f4620e11fa283fedafb474427c8e96bf149511a1804bdc47350963ae5cf54d8'
+'SKIP'
+'7cae56ef3b8101d2106fc9c487c53ac600d8699913422b80e068bb50c41bebb6')
+
+prepare() {
+  cd libpng-${pkgver}
+
+  patch -Np0 -i ../libpng-${pkgver}-apng.patch
+
+  libtoolize --force --copy
+  aclocal
+  autoconf
+  automake --add-missing
+}
+
+build() {
+  cd libpng-${pkgver}
+
+  ./configure \
+--prefix='/usr'
+  make
+}
+
+package() {
+  cd libpng-${pkgver}
+
+  make DESTDIR="${pkgdir}" install
+  rm -rf "${pkgdir}"/usr/{bin,include/*.h,lib/{libpng.{a,so},pkgconfig},share}
+
+  install -Dm 644 LICENSE -t "${pkgdir}"/usr/share/licenses/libpng12/
+}
+
+# vim: ts=2 sw=2 et:


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

2017-11-10 Thread Maxime Gauduin
Date: Friday, November 10, 2017 @ 18:40:47
  Author: alucryd
Revision: 266147

upgpkg: libpng12 1.2.57-3

Modified:
  libpng12/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-11-10 18:39:30 UTC (rev 266146)
+++ PKGBUILD2017-11-10 18:40:47 UTC (rev 266147)
@@ -9,9 +9,9 @@
 
 pkgname=libpng12
 pkgver=1.2.57
-pkgrel=2
+pkgrel=3
 pkgdesc='A collection of routines used to create PNG format graphics files'
-arch=('i686' 'x86_64')
+arch=('x86_64')
 url='http://www.libpng.org/pub/png/libpng.html'
 license=('custom')
 depends=('glibc' 'zlib')


[arch-commits] Commit in cinnamon-settings-daemon/repos (2 files)

2017-11-10 Thread Antonio Rojas
Date: Friday, November 10, 2017 @ 18:39:30
  Author: arojas
Revision: 266146

archrelease: copy trunk to community-staging-x86_64

Added:
  cinnamon-settings-daemon/repos/community-staging-x86_64/
  cinnamon-settings-daemon/repos/community-staging-x86_64/PKGBUILD
(from rev 266145, cinnamon-settings-daemon/trunk/PKGBUILD)

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

Copied: cinnamon-settings-daemon/repos/community-staging-x86_64/PKGBUILD (from 
rev 266145, cinnamon-settings-daemon/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-11-10 18:39:30 UTC (rev 266146)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Alexandre Filgueira (faidoc) 
+# Contributor: Jan Alexander Steffens (heftig) 
+
+pkgname=cinnamon-settings-daemon
+pkgver=3.6.1
+pkgrel=1
+pkgdesc="The Cinnamon Settings daemon"
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('cinnamon-desktop' 'libcanberra-pulse' 'librsvg' 'nss'
+ 'pulseaudio-alsa' 'upower' 'libnotify' 'libgnomekbd' 'libwacom'
+ 'libgudev' 'dbus-glib' 'colord' 'libcups' 'polkit')
+makedepends=('autoconf-archive' 'intltool' 'docbook-xsl' 'xf86-input-wacom')
+options=('!emptydirs')
+url="https://github.com/linuxmint/cinnamon-settings-daemon;
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/linuxmint/cinnamon-settings-daemon/archive/${pkgver}.tar.gz;)
+sha256sums=('09768b7f82a9408d92e47bae5d9c9030d1e2e037cb6f4bda61f59f12e69ee562')
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./autogen.sh \
+--prefix=/usr \
+--sysconfdir=/etc \
+--localstatedir=/var \
+--libexecdir="/usr/lib/${pkgname}" \
+--enable-systemd \
+--enable-polkit
+
+  #https://bugzilla.gnome.org/show_bug.cgi?id=656231
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+
+  # Remove useless man page (FS#54840)
+  rm "$pkgdir/usr/share/man/man1/cinnamon-settings-daemon.1"
+}


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

2017-11-10 Thread Antonio Rojas
Date: Friday, November 10, 2017 @ 18:39:04
  Author: arojas
Revision: 266145

Update to 3.6.1

Modified:
  cinnamon-settings-daemon/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-11-10 18:38:57 UTC (rev 266144)
+++ PKGBUILD2017-11-10 18:39:04 UTC (rev 266145)
@@ -3,7 +3,7 @@
 # Contributor: Jan Alexander Steffens (heftig) 
 
 pkgname=cinnamon-settings-daemon
-pkgver=3.4.4
+pkgver=3.6.1
 pkgrel=1
 pkgdesc="The Cinnamon Settings daemon"
 arch=('i686' 'x86_64')
@@ -15,7 +15,7 @@
 options=('!emptydirs')
 url="https://github.com/linuxmint/cinnamon-settings-daemon;
 
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/linuxmint/cinnamon-settings-daemon/archive/${pkgver}.tar.gz;)
-sha256sums=('b883879a13f9120d2e17ad22fa2cf3ebe50a87d814c82e2f067b2bc32e7273f1')
+sha256sums=('09768b7f82a9408d92e47bae5d9c9030d1e2e037cb6f4bda61f59f12e69ee562')
 
 build() {
   cd $pkgname-$pkgver


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

2017-11-10 Thread Maxime Gauduin
Date: Friday, November 10, 2017 @ 18:38:57
  Author: alucryd
Revision: 266144

archrelease: copy trunk to multilib-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-11-10 18:38:31 UTC (rev 266143)
+++ PKGBUILD2017-11-10 18:38:57 UTC (rev 266144)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin 
-# Contributor: josephgbr 
-
-pkgname=lib32-glib-networking
-pkgver=2.50.0
-pkgrel=1
-pkgdesc='Network-related giomodules for glib'
-arch=('x86_64')
-url='https://git.gnome.org/browse/glib-networking/'
-license=('GPL2')
-depends=('glib-networking' 'lib32-glib2' 'lib32-gnutls' 'lib32-libproxy')
-makedepends=('ca-certificates' 'gcc-multilib' 'intltool')
-source=("http://download.gnome.org/sources/glib-networking/${pkgver%.*}/glib-networking-${pkgver}.tar.xz;)
-sha256sums=('3f1a442f3c2a734946983532ce59ed49120319fdb10c938447c373d5e5286bee')
-
-build() {
-  cd glib-networking-${pkgver}
-
-  export CC='gcc -m32'
-  export CXX='g++ -m32'
-  export PKG_CONFIG_PATH='/usr/lib32/pkgconfig'
-
-  ./configure \
---prefix='/usr' \
---libdir='/usr/lib32' \
---libexecdir='/usr/lib32/glib-networking' \
---sysconfdir='/etc' \
---disable-installed-tests \
---disable-static
-  make
-}
-
-package() {
-  cd glib-networking-${pkgver}
-
-  make DESTDIR="${pkgdir}" install
-  rm -rf "${pkgdir}"/usr/{lib,share}
-}
-
-# vim: ts=2 sw=2 et:

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


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

2017-11-10 Thread Maxime Gauduin
Date: Friday, November 10, 2017 @ 18:38:31
  Author: alucryd
Revision: 266143

upgpkg: lib32-glib-networking 2.54.1-1

Modified:
  lib32-glib-networking/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-11-10 18:34:28 UTC (rev 266142)
+++ PKGBUILD2017-11-10 18:38:31 UTC (rev 266143)
@@ -3,7 +3,7 @@
 # Contributor: josephgbr 
 
 pkgname=lib32-glib-networking
-pkgver=2.50.0
+pkgver=2.54.1
 pkgrel=1
 pkgdesc='Network-related giomodules for glib'
 arch=('x86_64')
@@ -12,7 +12,7 @@
 depends=('glib-networking' 'lib32-glib2' 'lib32-gnutls' 'lib32-libproxy')
 makedepends=('ca-certificates' 'gcc-multilib' 'intltool')
 
source=("http://download.gnome.org/sources/glib-networking/${pkgver%.*}/glib-networking-${pkgver}.tar.xz;)
-sha256sums=('3f1a442f3c2a734946983532ce59ed49120319fdb10c938447c373d5e5286bee')
+sha256sums=('eaa787b653015a0de31c928e9a17eb57b4ce23c8cf6f277afaec0d685335012f')
 
 build() {
   cd glib-networking-${pkgver}


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

2017-11-10 Thread Maxime Gauduin
Date: Friday, November 10, 2017 @ 18:34:28
  Author: alucryd
Revision: 266142

archrelease: copy trunk to community-x86_64

Added:
  libpng12/repos/community-x86_64/PKGBUILD
(from rev 266141, libpng12/trunk/PKGBUILD)
Deleted:
  libpng12/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |  106 ++---
 1 file changed, 53 insertions(+), 53 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2017-11-10 18:34:15 UTC (rev 266141)
+++ PKGBUILD2017-11-10 18:34:28 UTC (rev 266142)
@@ -1,53 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin 
-# Contributor: Arthur Zamarin 
-# Contributor: trya 
-# Contributor: Jan de Groot 
-# Contributor: dorphell 
-# Contributor: Travis Willard 
-# Contributor: Douglas Soares de Andrade 
-
-pkgname=libpng12
-pkgver=1.2.57
-pkgrel=1
-pkgdesc='A collection of routines used to create PNG format graphics files'
-arch=('i686' 'x86_64')
-url='https://www.libpng.org/pub/png/libpng.html'
-license=('custom')
-depends=('glibc' 'zlib')
-source=("https://sourceforge.net/projects/libpng/files/libpng-${pkgver}.tar.xz"{,.asc}
-
"https://sourceforge.net/projects/apng/files/libpng/libpng12/libpng-${pkgver}-apng.patch.gz;)
-validpgpkeys=('8048643BA2C840F4F92A195FF54984BFA16C640F') # Glenn 
Randers-Pehrson
-sha256sums=('0f4620e11fa283fedafb474427c8e96bf149511a1804bdc47350963ae5cf54d8'
-'SKIP'
-'7cae56ef3b8101d2106fc9c487c53ac600d8699913422b80e068bb50c41bebb6')
-
-prepare() {
-  cd libpng-${pkgver}
-
-  patch -Np0 -i ../libpng-${pkgver}-apng.patch
-
-  libtoolize --force --copy
-  aclocal
-  autoconf
-  automake --add-missing
-}
-
-build() {
-  cd libpng-${pkgver}
-
-  ./configure \
---prefix='/usr'
-  make
-}
-
-package() {
-  cd libpng-${pkgver}
-
-  make DESTDIR="${pkgdir}" install
-  rm -rf "${pkgdir}"/usr/{bin,include,lib/{libpng.{a,so},pkgconfig},share}
-
-  install -Dm 644 LICENSE -t "${pkgdir}"/usr/share/licenses/libpng12/
-}
-
-# vim: ts=2 sw=2 et:

Copied: libpng12/repos/community-x86_64/PKGBUILD (from rev 266141, 
libpng12/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-11-10 18:34:28 UTC (rev 266142)
@@ -0,0 +1,53 @@
+# $Id$
+# Maintainer: Maxime Gauduin 
+# Contributor: Arthur Zamarin 
+# Contributor: trya 
+# Contributor: Jan de Groot 
+# Contributor: dorphell 
+# Contributor: Travis Willard 
+# Contributor: Douglas Soares de Andrade 
+
+pkgname=libpng12
+pkgver=1.2.57
+pkgrel=2
+pkgdesc='A collection of routines used to create PNG format graphics files'
+arch=('i686' 'x86_64')
+url='http://www.libpng.org/pub/png/libpng.html'
+license=('custom')
+depends=('glibc' 'zlib')
+source=("https://sourceforge.net/projects/libpng/files/libpng-${pkgver}.tar.xz"{,.asc}
+
"https://sourceforge.net/projects/apng/files/libpng/libpng12/libpng-${pkgver}-apng.patch.gz;)
+validpgpkeys=('8048643BA2C840F4F92A195FF54984BFA16C640F') # Glenn 
Randers-Pehrson
+sha256sums=('0f4620e11fa283fedafb474427c8e96bf149511a1804bdc47350963ae5cf54d8'
+'SKIP'
+'7cae56ef3b8101d2106fc9c487c53ac600d8699913422b80e068bb50c41bebb6')
+
+prepare() {
+  cd libpng-${pkgver}
+
+  patch -Np0 -i ../libpng-${pkgver}-apng.patch
+
+  libtoolize --force --copy
+  aclocal
+  autoconf
+  automake --add-missing
+}
+
+build() {
+  cd libpng-${pkgver}
+
+  ./configure \
+--prefix='/usr'
+  make
+}
+
+package() {
+  cd libpng-${pkgver}
+
+  make DESTDIR="${pkgdir}" install
+  rm -rf "${pkgdir}"/usr/{bin,include/*.h,lib/{libpng.{a,so},pkgconfig},share}
+
+  install -Dm 644 LICENSE -t "${pkgdir}"/usr/share/licenses/libpng12/
+}
+
+# vim: ts=2 sw=2 et:


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

2017-11-10 Thread Maxime Gauduin
Date: Friday, November 10, 2017 @ 18:34:15
  Author: alucryd
Revision: 266141

upgpkg: libpng12 1.2.57-2

Modified:
  libpng12/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-11-10 18:34:11 UTC (rev 266140)
+++ PKGBUILD2017-11-10 18:34:15 UTC (rev 266141)
@@ -9,7 +9,7 @@
 
 pkgname=libpng12
 pkgver=1.2.57
-pkgrel=1
+pkgrel=2
 pkgdesc='A collection of routines used to create PNG format graphics files'
 arch=('i686' 'x86_64')
 url='http://www.libpng.org/pub/png/libpng.html'
@@ -45,7 +45,7 @@
   cd libpng-${pkgver}
 
   make DESTDIR="${pkgdir}" install
-  rm -rf "${pkgdir}"/usr/{bin,include,lib/{libpng.{a,so},pkgconfig},share}
+  rm -rf "${pkgdir}"/usr/{bin,include/*.h,lib/{libpng.{a,so},pkgconfig},share}
 
   install -Dm 644 LICENSE -t "${pkgdir}"/usr/share/licenses/libpng12/
 }


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

2017-11-10 Thread Antonio Rojas
Date: Friday, November 10, 2017 @ 18:33:33
  Author: arojas
Revision: 266139

Update to 3.6.0

Modified:
  cinnamon-session/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-11-10 18:30:05 UTC (rev 266138)
+++ PKGBUILD2017-11-10 18:33:33 UTC (rev 266139)
@@ -3,7 +3,7 @@
 # Contributor: Jan Alexander Steffens (heftig) 
 
 pkgname=cinnamon-session
-pkgver=3.4.2
+pkgver=3.6.0
 pkgrel=1
 pkgdesc="The Cinnamon Session Handler"
 arch=(i686 x86_64)
@@ -13,7 +13,7 @@
 options=('!emptydirs')
 url="https://github.com/linuxmint/cinnamon-session;
 
source=(${pkgname}-${pkgver}.tar.gz::https://github.com/linuxmint/cinnamon-session/archive/${pkgver}.tar.gz)
-sha256sums=('bfeb8a73cc8c7d9dfd728d34df0f578bd2ad8ed88f7de9d7cd5d3ae08f454530')
+sha256sums=('00c3b11a14975b2fa6aba323fc3ceb63dd4cf5a23caaebaeac62e5caca867b99')
 
 build() {
   cd $pkgname-$pkgver


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

2017-11-10 Thread Antonio Rojas
Date: Friday, November 10, 2017 @ 18:34:11
  Author: arojas
Revision: 266140

archrelease: copy trunk to community-staging-x86_64

Added:
  cinnamon-session/repos/community-staging-x86_64/
  cinnamon-session/repos/community-staging-x86_64/PKGBUILD
(from rev 266139, cinnamon-session/trunk/PKGBUILD)

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

Copied: cinnamon-session/repos/community-staging-x86_64/PKGBUILD (from rev 
266139, cinnamon-session/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-11-10 18:34:11 UTC (rev 266140)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Alexandre Filgueira 
+# Contributor: Jan Alexander Steffens (heftig) 
+
+pkgname=cinnamon-session
+pkgver=3.6.0
+pkgrel=1
+pkgdesc="The Cinnamon Session Handler"
+arch=(i686 x86_64)
+license=(GPL LGPL)
+depends=(dbus-glib cinnamon-desktop libsm libcanberra)
+makedepends=(intltool mesa json-glib xtrans gnome-common)
+options=('!emptydirs')
+url="https://github.com/linuxmint/cinnamon-session;
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/linuxmint/cinnamon-session/archive/${pkgver}.tar.gz)
+sha256sums=('00c3b11a14975b2fa6aba323fc3ceb63dd4cf5a23caaebaeac62e5caca867b99')
+
+build() {
+  cd $pkgname-$pkgver
+  
+  CFLAGS="${CFLAGS} -Wno-error=format-nonliteral" ./autogen.sh \
+--prefix=/usr \
+--sysconfdir=/etc \
+--localstatedir=/var \
+--libexecdir=/usr/lib/cinnamon-session \
+--disable-schemas-compile \
+--disable-gconf \
+--enable-qt57-theme-support
+
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}


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

2017-11-10 Thread Maxime Gauduin
Date: Friday, November 10, 2017 @ 18:30:05
  Author: alucryd
Revision: 266138

archrelease: copy trunk to multilib-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-11-10 18:29:49 UTC (rev 266137)
+++ PKGBUILD2017-11-10 18:30:05 UTC (rev 266138)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Jan "heftig" Steffens 
-
-_pkgbasename=libogg
-pkgname=lib32-$_pkgbasename
-pkgver=1.3.2
-pkgrel=1
-pkgdesc="Ogg bitstream and framing library (32-bit)"
-arch=('x86_64')
-url="http://www.xiph.org/ogg/;
-license=('BSD')
-depends=('lib32-glibc' $_pkgbasename)
-makedepends=(gcc-multilib)
-source=(http://downloads.xiph.org/releases/ogg/$_pkgbasename-$pkgver.tar.xz)
-md5sums=('5c3a34309d8b98640827e5d0991a4015')
-
-build() {
-export CC="gcc -m32"
-export CXX="g++ -m32"
-export PKG_CONFIG_PATH="/usr/lib32/pkgconfig"
-
-cd $srcdir/${_pkgbasename}-${pkgver}
-./configure --prefix=/usr --libdir=/usr/lib32
-make
-}
-
-package() {
-cd $srcdir/${_pkgbasename}-${pkgver}
-
-make DESTDIR=$pkgdir install
-
-rm -rf "$pkgdir"/usr/{share,bin}
-find "$pkgdir"/usr/include/ogg -type f -not -name config_types.h -delete
-mv "$pkgdir"/usr/include/ogg/config_types{,-32}.h
-mkdir -p "$pkgdir/usr/share/licenses"
-ln -s $_pkgbasename "$pkgdir/usr/share/licenses/$pkgname"
-}

Copied: lib32-libogg/repos/multilib-x86_64/PKGBUILD (from rev 266137, 
lib32-libogg/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-11-10 18:30:05 UTC (rev 266138)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Jan "heftig" Steffens 
+
+_pkgbasename=libogg
+pkgname=lib32-$_pkgbasename
+pkgver=1.3.3
+pkgrel=1
+pkgdesc="Ogg bitstream and framing library (32-bit)"
+arch=('x86_64')
+url="http://www.xiph.org/ogg/;
+license=('BSD')
+depends=('lib32-glibc' $_pkgbasename)
+makedepends=(gcc-multilib)
+source=(https://downloads.xiph.org/releases/ogg/$_pkgbasename-$pkgver.tar.xz)
+md5sums=('87ed742047f065046eb6c36745d871b8')
+
+build() {
+export CC="gcc -m32"
+export CXX="g++ -m32"
+export PKG_CONFIG_PATH="/usr/lib32/pkgconfig"
+
+cd $srcdir/${_pkgbasename}-${pkgver}
+./configure --prefix=/usr --libdir=/usr/lib32
+make
+}
+
+package() {
+cd $srcdir/${_pkgbasename}-${pkgver}
+
+make DESTDIR=$pkgdir install
+
+rm -rf "$pkgdir"/usr/{share,bin}
+find "$pkgdir"/usr/include/ogg -type f -not -name config_types.h -delete
+mv "$pkgdir"/usr/include/ogg/config_types{,-32}.h
+mkdir -p "$pkgdir/usr/share/licenses"
+ln -s $_pkgbasename "$pkgdir/usr/share/licenses/$pkgname"
+}


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

2017-11-10 Thread Maxime Gauduin
Date: Friday, November 10, 2017 @ 18:29:49
  Author: alucryd
Revision: 266137

upgpkg: lib32-libogg 1.3.3-1

Modified:
  lib32-libogg/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-11-10 18:29:26 UTC (rev 266136)
+++ PKGBUILD2017-11-10 18:29:49 UTC (rev 266137)
@@ -3,7 +3,7 @@
 
 _pkgbasename=libogg
 pkgname=lib32-$_pkgbasename
-pkgver=1.3.2
+pkgver=1.3.3
 pkgrel=1
 pkgdesc="Ogg bitstream and framing library (32-bit)"
 arch=('x86_64')
@@ -12,7 +12,7 @@
 depends=('lib32-glibc' $_pkgbasename)
 makedepends=(gcc-multilib)
 source=(https://downloads.xiph.org/releases/ogg/$_pkgbasename-$pkgver.tar.xz)
-md5sums=('5c3a34309d8b98640827e5d0991a4015')
+md5sums=('87ed742047f065046eb6c36745d871b8')
 
 build() {
 export CC="gcc -m32"


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

2017-11-10 Thread Maxime Gauduin
Date: Friday, November 10, 2017 @ 18:29:26
  Author: alucryd
Revision: 266136

archrelease: copy trunk to multilib-x86_64

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

-+
 PKGBUILD|  137 +++---
 gtk-query-immodules-3.0-32.hook |   22 +++---
 2 files changed, 80 insertions(+), 79 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2017-11-10 18:29:04 UTC (rev 266135)
+++ PKGBUILD2017-11-10 18:29:26 UTC (rev 266136)
@@ -1,68 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin 
-# Contributor: josephgbr 
-# Contributor: GordonGR 
-
-pkgname=lib32-gtk3
-pkgver=3.22.25
-pkgrel=1
-pkgdesc='GObject-based multi-platform GUI toolkit'
-arch=('x86_64')
-license=('LGPL')
-url='http://www.gtk.org/'
-depends=('gtk3' 'lib32-at-spi2-atk' 'lib32-colord' 'lib32-gdk-pixbuf2'
- 'lib32-json-glib' 'lib32-libcups' 'lib32-libepoxy' 'lib32-librsvg'
- 'lib32-libxcomposite' 'lib32-libxcursor' 'lib32-libxinerama'
- 'lib32-libxkbcommon' 'lib32-libxrandr' 'lib32-pango' 'lib32-rest')
-makedepends=('gcc-multilib' 'git' 'gobject-introspection' 'gtk-doc')
-_commit='6c39e2f2f1a61d925934a60c36af9970281c24b2'
-source=("git+https://git.gnome.org/browse/gtk+#commit=${_commit};
-'gtk-query-immodules-3.0-32.hook')
-sha256sums=('SKIP'
-'c87e56504cd38d73748d12e87353680156cdeef30d082cca407d2375db821115')
-
-pkgver() {
-  cd gtk+
-
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  cd gtk+
-
-  NOCONFIGURE=1 ./autogen.sh
-}
-
-build() {
-  cd gtk+
-
-  export CC='gcc -m32'
-  export CXX='/bin/false'
-  export PKG_CONFIG_PATH='/usr/lib32/pkgconfig'
-
-  ./configure \
---prefix='/usr' \
---libdir='/usr/lib32' \
---localstatedir='/var' \
---sysconfdir='/etc' \
---enable-{broadway,wayland,x11}-backend \
---disable-libcanberra \
---disable-schemas-compile
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-  make
-}
-
-package() {
-  cd gtk+
-
-  make DESTDIR="${pkgdir}" install
-  mv "${pkgdir}"/usr/bin/gtk-query-immodules-3.0{,-32}
-  mv "${pkgdir}"/usr/bin/gtk-query-settings{,-32}
-  rm 
"${pkgdir}"/usr/bin/{broadwayd,gtk-{builder-tool,encode-symbolic-svg,launch,update-icon-cache},gtk3-{demo,demo-application,icon-browser,widget-factory}}
-  rm -rf "${pkgdir}"/{etc,usr/{include,share}}
-
-  install -dm 755 "${pkgdir}"/usr/share/libalpm/hooks
-  install -m 644 ../gtk-query-immodules-3.0-32.hook 
"${pkgdir}"/usr/share/libalpm/hooks/
-}
-
-# vim: ts=2 sw=2 et:

Copied: lib32-gtk3/repos/multilib-x86_64/PKGBUILD (from rev 266135, 
lib32-gtk3/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-11-10 18:29:26 UTC (rev 266136)
@@ -0,0 +1,69 @@
+# $Id$
+# Maintainer: Maxime Gauduin 
+# Contributor: josephgbr 
+# Contributor: GordonGR 
+
+pkgname=lib32-gtk3
+pkgver=3.22.26
+pkgrel=1
+pkgdesc='GObject-based multi-platform GUI toolkit'
+arch=('x86_64')
+license=('LGPL')
+url='http://www.gtk.org/'
+depends=('gtk3' 'lib32-at-spi2-atk' 'lib32-colord' 'lib32-dbus'
+ 'lib32-gdk-pixbuf2' 'lib32-json-glib' 'lib32-libcups' 'lib32-libepoxy'
+ 'lib32-librsvg' 'lib32-libxcomposite' 'lib32-libxcursor'
+ 'lib32-libxinerama' 'lib32-libxkbcommon' 'lib32-libxrandr'
+ 'lib32-pango' 'lib32-rest')
+makedepends=('gcc-multilib' 'git' 'gobject-introspection' 'gtk-doc')
+_commit='77a4e2ec3759648e85a5172bb9fbdedcd7370023'
+source=("git+https://git.gnome.org/browse/gtk+#commit=${_commit};
+'gtk-query-immodules-3.0-32.hook')
+sha256sums=('SKIP'
+'c87e56504cd38d73748d12e87353680156cdeef30d082cca407d2375db821115')
+
+pkgver() {
+  cd gtk+
+
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd gtk+
+
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd gtk+
+
+  export CC='gcc -m32'
+  export CXX='/bin/false'
+  export PKG_CONFIG_PATH='/usr/lib32/pkgconfig'
+
+  ./configure \
+--prefix='/usr' \
+--libdir='/usr/lib32' \
+--localstatedir='/var' \
+--sysconfdir='/etc' \
+--enable-{broadway,wayland,x11}-backend \
+--disable-libcanberra \
+--disable-schemas-compile
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make
+}
+
+package() {
+  cd gtk+
+
+  make DESTDIR="${pkgdir}" install
+  mv "${pkgdir}"/usr/bin/gtk-query-immodules-3.0{,-32}
+  mv "${pkgdir}"/usr/bin/gtk-query-settings{,-32}
+  rm 

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

2017-11-10 Thread Antonio Rojas
Date: Friday, November 10, 2017 @ 18:29:04
  Author: arojas
Revision: 266135

archrelease: copy trunk to community-staging-x86_64

Added:
  cinnamon-screensaver/repos/community-staging-x86_64/
  cinnamon-screensaver/repos/community-staging-x86_64/PKGBUILD
(from rev 266134, cinnamon-screensaver/trunk/PKGBUILD)
  cinnamon-screensaver/repos/community-staging-x86_64/cinnamon-screensaver.pam
(from rev 266134, cinnamon-screensaver/trunk/cinnamon-screensaver.pam)

--+
 PKGBUILD |   35 +++
 cinnamon-screensaver.pam |6 ++
 2 files changed, 41 insertions(+)

Copied: cinnamon-screensaver/repos/community-staging-x86_64/PKGBUILD (from rev 
266134, cinnamon-screensaver/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-11-10 18:29:04 UTC (rev 266135)
@@ -0,0 +1,35 @@
+# Maintainer: Alexandre Filgueira 
+# Based on gnome-screensaver package:
+# Jan Alexander Steffens (heftig) 
+# Jan de Groot 
+
+pkgname=cinnamon-screensaver
+pkgver=3.6.1
+pkgrel=1
+pkgdesc="Screensaver designed to integrate well with the Cinnamon desktop."
+arch=('i686' 'x86_64')
+license=('GPL')
+url="https://github.com/linuxmint/cinnamon-screensaver;
+backup=(etc/pam.d/cinnamon-screensaver)
+depends=('accountsservice' 'cinnamon-desktop' 'cinnamon-translations' 
'dbus-glib' 'libgnomekbd'
+ 'python-cairo' 'python-gobject' 'python-setproctitle' 'python-xapp' 
'xapps' 'webkit2gtk')
+makedepends=('intltool' 'gnome-common' 'gobject-introspection')
+source=($pkgname-$pkgver.tar.gz::https://github.com/linuxmint/cinnamon-screensaver/archive/$pkgver.tar.gz
+   cinnamon-screensaver.pam)
+sha256sums=('aeb3edb07f6e9a0f9aa0e291c82c26b12335dfe78fea6a32edb4ff1d049ca728'
+'c34925177c883dc4935408a4679e984855b14ef18a208bb5c7c3e5be3817619a')
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./autogen.sh --prefix=/usr --sysconfdir=/etc \
+   --libexecdir=/usr/lib/cinnamon-screensaver \
+   --localstatedir=/var
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+  install -Dm644 ../cinnamon-screensaver.pam 
"$pkgdir/etc/pam.d/cinnamon-screensaver"
+}

Copied: 
cinnamon-screensaver/repos/community-staging-x86_64/cinnamon-screensaver.pam 
(from rev 266134, cinnamon-screensaver/trunk/cinnamon-screensaver.pam)
===
--- community-staging-x86_64/cinnamon-screensaver.pam   
(rev 0)
+++ community-staging-x86_64/cinnamon-screensaver.pam   2017-11-10 18:29:04 UTC 
(rev 266135)
@@ -0,0 +1,6 @@
+#%PAM-1.0
+auth   include system-auth
+auth   optional pam_gnome_keyring.so
+accountinclude system-auth
+password   include system-auth
+sessioninclude system-auth
\ No newline at end of file


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

2017-11-10 Thread Maxime Gauduin
Date: Friday, November 10, 2017 @ 18:28:55
  Author: alucryd
Revision: 266134

upgpkg: lib32-gtk3 3.22.26-1

Modified:
  lib32-gtk3/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-11-10 18:28:40 UTC (rev 266133)
+++ PKGBUILD2017-11-10 18:28:55 UTC (rev 266134)
@@ -4,18 +4,19 @@
 # Contributor: GordonGR 
 
 pkgname=lib32-gtk3
-pkgver=3.22.25
+pkgver=3.22.26
 pkgrel=1
 pkgdesc='GObject-based multi-platform GUI toolkit'
 arch=('x86_64')
 license=('LGPL')
 url='http://www.gtk.org/'
-depends=('gtk3' 'lib32-at-spi2-atk' 'lib32-colord' 'lib32-gdk-pixbuf2'
- 'lib32-json-glib' 'lib32-libcups' 'lib32-libepoxy' 'lib32-librsvg'
- 'lib32-libxcomposite' 'lib32-libxcursor' 'lib32-libxinerama'
- 'lib32-libxkbcommon' 'lib32-libxrandr' 'lib32-pango' 'lib32-rest')
+depends=('gtk3' 'lib32-at-spi2-atk' 'lib32-colord' 'lib32-dbus'
+ 'lib32-gdk-pixbuf2' 'lib32-json-glib' 'lib32-libcups' 'lib32-libepoxy'
+ 'lib32-librsvg' 'lib32-libxcomposite' 'lib32-libxcursor'
+ 'lib32-libxinerama' 'lib32-libxkbcommon' 'lib32-libxrandr'
+ 'lib32-pango' 'lib32-rest')
 makedepends=('gcc-multilib' 'git' 'gobject-introspection' 'gtk-doc')
-_commit='6c39e2f2f1a61d925934a60c36af9970281c24b2'
+_commit='77a4e2ec3759648e85a5172bb9fbdedcd7370023'
 source=("git+https://git.gnome.org/browse/gtk+#commit=${_commit};
 'gtk-query-immodules-3.0-32.hook')
 sha256sums=('SKIP'


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

2017-11-10 Thread Antonio Rojas
Date: Friday, November 10, 2017 @ 18:28:40
  Author: arojas
Revision: 266133

Update to 3.6.1

Modified:
  cinnamon-screensaver/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-11-10 18:22:21 UTC (rev 266132)
+++ PKGBUILD2017-11-10 18:28:40 UTC (rev 266133)
@@ -4,7 +4,7 @@
 # Jan de Groot 
 
 pkgname=cinnamon-screensaver
-pkgver=3.4.3
+pkgver=3.6.1
 pkgrel=1
 pkgdesc="Screensaver designed to integrate well with the Cinnamon desktop."
 arch=('i686' 'x86_64')
@@ -16,7 +16,7 @@
 makedepends=('intltool' 'gnome-common' 'gobject-introspection')
 
source=($pkgname-$pkgver.tar.gz::https://github.com/linuxmint/cinnamon-screensaver/archive/$pkgver.tar.gz
cinnamon-screensaver.pam)
-sha256sums=('5e4ee3dbd8cd5275457043536dc7eae21952e5729bb1b74fcebf66b2328c4bc0'
+sha256sums=('aeb3edb07f6e9a0f9aa0e291c82c26b12335dfe78fea6a32edb4ff1d049ca728'
 'c34925177c883dc4935408a4679e984855b14ef18a208bb5c7c3e5be3817619a')
 
 build() {
@@ -24,8 +24,7 @@
 
   ./autogen.sh --prefix=/usr --sysconfdir=/etc \
--libexecdir=/usr/lib/cinnamon-screensaver \
-   --localstatedir=/var \
-   --with-mit-ext --with-systemd
+   --localstatedir=/var
   make
 }
 


[arch-commits] Commit in libogg/repos/extra-x86_64 (4 files)

2017-11-10 Thread Maxime Gauduin
Date: Friday, November 10, 2017 @ 18:26:34
  Author: alucryd
Revision: 309393

archrelease: copy trunk to extra-x86_64

Added:
  libogg/repos/extra-x86_64/PKGBUILD
(from rev 309392, libogg/trunk/PKGBUILD)
  libogg/repos/extra-x86_64/config_types.h
(from rev 309392, libogg/trunk/config_types.h)
Deleted:
  libogg/repos/extra-x86_64/PKGBUILD
  libogg/repos/extra-x86_64/config_types.h

+
 PKGBUILD   |   77 ---
 config_types.h |   18 ++--
 2 files changed, 49 insertions(+), 46 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2017-11-10 18:25:50 UTC (rev 309392)
+++ PKGBUILD2017-11-10 18:26:34 UTC (rev 309393)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer:  Tom Gundersen 
-# Contributor: John Proctor 
-
-pkgname=libogg
-pkgver=1.3.2
-pkgrel=1
-pkgdesc="Ogg bitstream and framing library"
-arch=('i686' 'x86_64')
-url="http://www.xiph.org/ogg/;
-license=('BSD')
-depends=('glibc')
-source=(http://downloads.xiph.org/releases/ogg/$pkgname-$pkgver.tar.xz
-config_types.h)
-
-build() {
-  cd "$srcdir/${pkgname}-${pkgver}"
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd "$srcdir/${pkgname}-${pkgver}"
-  make DESTDIR="$pkgdir" install
-
-# install BSD license
-  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
-
-# Resolve multilib conflict
-  if [[ $CARCH == "x86_64" ]]; then
-mv "$pkgdir"/usr/include/ogg/config_types{,-64}.h
-install -m 644 "$srcdir/config_types.h" \
-  "${pkgdir}/usr/include/ogg/config_types.h"
-  fi
-}
-md5sums=('5c3a34309d8b98640827e5d0991a4015'
- 'a4d786b1b1955cb85b64fd16cbbee3f9')

Copied: libogg/repos/extra-x86_64/PKGBUILD (from rev 309392, 
libogg/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-11-10 18:26:34 UTC (rev 309393)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer:  Tom Gundersen 
+# Maintainer: Maxime Gauduin 
+# Contributor: John Proctor 
+
+pkgname=libogg
+pkgver=1.3.3
+pkgrel=1
+pkgdesc='Ogg bitstream and framing library'
+arch=('x86_64')
+url='http://www.xiph.org/ogg/'
+license=('BSD')
+depends=('glibc')
+source=("https://downloads.xiph.org/releases/ogg/libogg-${pkgver}.tar.xz;
+'config_types.h')
+md5sums=('87ed742047f065046eb6c36745d871b8'
+ 'a4d786b1b1955cb85b64fd16cbbee3f9')
+
+build() {
+  cd libogg-${pkgver}
+
+  ./configure \
+--prefix='/usr'
+  make
+}
+
+package() {
+  cd libogg-${pkgver}
+
+  make DESTDIR="${pkgdir}" install
+
+# install BSD license
+  install -Dm 644 COPYING -t "${pkgdir}"/usr/share/licenses/libogg/
+
+# Resolve multilib conflict
+  mv "${pkgdir}"/usr/include/ogg/config_types{,-64}.h
+  install -m 644 ../config_types.h -t "${pkgdir}"/usr/include/ogg/
+}
+
+# vim: ts=2 sw=2 et:

Deleted: config_types.h
===
--- config_types.h  2017-11-10 18:25:50 UTC (rev 309392)
+++ config_types.h  2017-11-10 18:26:34 UTC (rev 309393)
@@ -1,9 +0,0 @@
-#include 
-
-#if __WORDSIZE == 32
-#include "config_types-32.h"
-#elif __WORDSIZE == 64
-#include "config_types-64.h"
-#else
-#error "Unknown word size"
-#endif

Copied: libogg/repos/extra-x86_64/config_types.h (from rev 309392, 
libogg/trunk/config_types.h)
===
--- config_types.h  (rev 0)
+++ config_types.h  2017-11-10 18:26:34 UTC (rev 309393)
@@ -0,0 +1,9 @@
+#include 
+
+#if __WORDSIZE == 32
+#include "config_types-32.h"
+#elif __WORDSIZE == 64
+#include "config_types-64.h"
+#else
+#error "Unknown word size"
+#endif


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

2017-11-10 Thread Maxime Gauduin
Date: Friday, November 10, 2017 @ 18:25:50
  Author: alucryd
Revision: 309392

upgpkg: libogg 1.3.3-1

Modified:
  libogg/trunk/PKGBUILD

--+
 PKGBUILD |   39 +--
 1 file changed, 21 insertions(+), 18 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-11-10 18:19:04 UTC (rev 309391)
+++ PKGBUILD2017-11-10 18:25:50 UTC (rev 309392)
@@ -1,37 +1,40 @@
 # $Id$
 # Maintainer:  Tom Gundersen 
+# Maintainer: Maxime Gauduin 
 # Contributor: John Proctor 
 
 pkgname=libogg
-pkgver=1.3.2
+pkgver=1.3.3
 pkgrel=1
-pkgdesc="Ogg bitstream and framing library"
-arch=('i686' 'x86_64')
-url="http://www.xiph.org/ogg/;
+pkgdesc='Ogg bitstream and framing library'
+arch=('x86_64')
+url='http://www.xiph.org/ogg/'
 license=('BSD')
 depends=('glibc')
-source=(https://downloads.xiph.org/releases/ogg/$pkgname-$pkgver.tar.xz
-config_types.h)
+source=("https://downloads.xiph.org/releases/ogg/libogg-${pkgver}.tar.xz;
+'config_types.h')
+md5sums=('87ed742047f065046eb6c36745d871b8'
+ 'a4d786b1b1955cb85b64fd16cbbee3f9')
 
 build() {
-  cd "$srcdir/${pkgname}-${pkgver}"
-  ./configure --prefix=/usr
+  cd libogg-${pkgver}
+
+  ./configure \
+--prefix='/usr'
   make
 }
 
 package() {
-  cd "$srcdir/${pkgname}-${pkgver}"
-  make DESTDIR="$pkgdir" install
+  cd libogg-${pkgver}
 
+  make DESTDIR="${pkgdir}" install
+
 # install BSD license
-  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
+  install -Dm 644 COPYING -t "${pkgdir}"/usr/share/licenses/libogg/
 
 # Resolve multilib conflict
-  if [[ $CARCH == "x86_64" ]]; then
-mv "$pkgdir"/usr/include/ogg/config_types{,-64}.h
-install -m 644 "$srcdir/config_types.h" \
-  "${pkgdir}/usr/include/ogg/config_types.h"
-  fi
+  mv "${pkgdir}"/usr/include/ogg/config_types{,-64}.h
+  install -m 644 ../config_types.h -t "${pkgdir}"/usr/include/ogg/
 }
-md5sums=('5c3a34309d8b98640827e5d0991a4015'
- 'a4d786b1b1955cb85b64fd16cbbee3f9')
+
+# vim: ts=2 sw=2 et:


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

2017-11-10 Thread Antonio Rojas
Date: Friday, November 10, 2017 @ 18:22:21
  Author: arojas
Revision: 266132

archrelease: copy trunk to community-staging-x86_64

Added:
  cinnamon-desktop/repos/community-staging-x86_64/
  cinnamon-desktop/repos/community-staging-x86_64/PKGBUILD
(from rev 266131, cinnamon-desktop/trunk/PKGBUILD)
  cinnamon-desktop/repos/community-staging-x86_64/config.patch
(from rev 266131, cinnamon-desktop/trunk/config.patch)

--+
 PKGBUILD |   39 +++
 config.patch |   24 
 2 files changed, 63 insertions(+)

Copied: cinnamon-desktop/repos/community-staging-x86_64/PKGBUILD (from rev 
266131, cinnamon-desktop/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-11-10 18:22:21 UTC (rev 266132)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Alexandre Filgueria 
+# Contributor:  Jan de Groot 
+
+pkgname=cinnamon-desktop
+pkgver=3.6.1
+pkgrel=1
+pkgdesc="Library with common API for various Cinnamon modules"
+arch=(i686 x86_64)
+license=(GPL LGPL)
+depends=(accountsservice gtk3 libxkbfile python libpulse)
+makedepends=(intltool gobject-introspection gnome-common python2)
+url="https://github.com/linuxmint/cinnamon-desktop;
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/linuxmint/cinnamon-desktop/archive/${pkgver}.tar.gz;
+"config.patch")
+sha256sums=('322e63303daa97eaa03ebf4e799491bca579092d40616ff2b6f2d1af7a250c25'
+'45f403e6fe4ec701a0f3d16e990bb36598dd4a58fac5a374f85ccecdf74dd98a')
+
+prepare() {
+  cd $pkgname-$pkgver
+  # Adjust configuration
+  patch -Np1 -i ../config.patch
+}
+
+build() {
+  cd $pkgname-$pkgver
+  ./autogen.sh --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+--libexecdir=/usr/lib/$pkgname --disable-static
+
+  #https://bugzilla.gnome.org/show_bug.cgi?id=656231
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}

Copied: cinnamon-desktop/repos/community-staging-x86_64/config.patch (from rev 
266131, cinnamon-desktop/trunk/config.patch)
===
--- community-staging-x86_64/config.patch   (rev 0)
+++ community-staging-x86_64/config.patch   2017-11-10 18:22:21 UTC (rev 
266132)
@@ -0,0 +1,24 @@
+diff -Naur 
cinnamon-desktop-2.8.0.orig/schemas/org.cinnamon.desktop.background.gschema.xml.in.in
 
cinnamon-desktop-2.8.0/schemas/org.cinnamon.desktop.background.gschema.xml.in.in
+--- 
cinnamon-desktop-2.8.0.orig/schemas/org.cinnamon.desktop.background.gschema.xml.in.in
  2015-10-16 13:00:30.0 +
 
cinnamon-desktop-2.8.0/schemas/org.cinnamon.desktop.background.gschema.xml.in.in
   2015-11-20 19:04:16.543027956 +
+@@ -10,7 +10,7 @@
+   
+ 
+ 
+-  
'file://@datadir@/themes/Adwaita/backgrounds/adwaita-timed.xml'
++  
'file://@datadir@/backgrounds/gnome/adwaita-timed.xml'
+   <_summary>Picture URI
+   <_description>
+ URI to use for the background image. Not that the backend only 
supports
+diff -Naur 
cinnamon-desktop-2.8.0.orig/schemas/org.cinnamon.desktop.interface.gschema.xml.in.in
 cinnamon-desktop-2.8.0/schemas/org.cinnamon.desktop.interface.gschema.xml.in.in
+--- 
cinnamon-desktop-2.8.0.orig/schemas/org.cinnamon.desktop.interface.gschema.xml.in.in
   2015-10-16 13:00:30.0 +
 
cinnamon-desktop-2.8.0/schemas/org.cinnamon.desktop.interface.gschema.xml.in.in 
   2015-11-20 19:04:16.543027956 +
+@@ -97,7 +97,7 @@
+   
+ 
+ 
+-  'gnome'
++  'Adwaita'
+   <_summary>Icon Theme
+   <_description>
+ Icon theme to use for the panel, nautilus etc.


[arch-commits] Commit in cinnamon-desktop/trunk (PKGBUILD config.patch)

2017-11-10 Thread Antonio Rojas
Date: Friday, November 10, 2017 @ 18:21:53
  Author: arojas
Revision: 266131

Update to 3.6.1

Modified:
  cinnamon-desktop/trunk/PKGBUILD
  cinnamon-desktop/trunk/config.patch

--+
 PKGBUILD |8 
 config.patch |   24 
 2 files changed, 4 insertions(+), 28 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-11-10 18:14:10 UTC (rev 266130)
+++ PKGBUILD2017-11-10 18:21:53 UTC (rev 266131)
@@ -3,18 +3,18 @@
 # Contributor:  Jan de Groot 
 
 pkgname=cinnamon-desktop
-pkgver=3.4.2
+pkgver=3.6.1
 pkgrel=1
 pkgdesc="Library with common API for various Cinnamon modules"
 arch=(i686 x86_64)
 license=(GPL LGPL)
-depends=(accountsservice gtk3 libxkbfile python2 glib2 libgsystem libpulse)
+depends=(accountsservice gtk3 libxkbfile python libpulse)
 makedepends=(intltool gobject-introspection gnome-common python2)
 url="https://github.com/linuxmint/cinnamon-desktop;
 
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/linuxmint/cinnamon-desktop/archive/${pkgver}.tar.gz;
 "config.patch")
-sha256sums=('58d594a896f2ce843b8dbc4430e1e538caa5f795e0bca07e5429ba953523c2c9'
-'e2c20c35df78aaedcd2d2e4965369bc519f51072ab88d4ac9b01be9a48cf8cfd')
+sha256sums=('322e63303daa97eaa03ebf4e799491bca579092d40616ff2b6f2d1af7a250c25'
+'45f403e6fe4ec701a0f3d16e990bb36598dd4a58fac5a374f85ccecdf74dd98a')
 
 prepare() {
   cd $pkgname-$pkgver

Modified: config.patch
===
--- config.patch2017-11-10 18:14:10 UTC (rev 266130)
+++ config.patch2017-11-10 18:21:53 UTC (rev 266131)
@@ -22,27 +22,3 @@
<_summary>Icon Theme
<_description>
  Icon theme to use for the panel, nautilus etc.
-diff -Naur 
cinnamon-desktop-2.8.0.orig/schemas/org.cinnamon.desktop.session.gschema.xml.in.in
 cinnamon-desktop-2.8.0/schemas/org.cinnamon.desktop.session.gschema.xml.in.in
 
cinnamon-desktop-2.8.0.orig/schemas/org.cinnamon.desktop.session.gschema.xml.in.in
 2015-10-16 13:00:30.0 +
-+++ 
cinnamon-desktop-2.8.0/schemas/org.cinnamon.desktop.session.gschema.xml.in.in   
   2015-11-20 19:04:16.546361273 +
-@@ -12,17 +12,17 @@
-   "gnome" and "gnome-fallback".
- 
- 
--  false
-+  true
-   <_summary>Whether or not cinnamon-screensaver listens to logind to 
lock/unlock itself
-   <_description>If true, it listens to logind. Otherwise it listens to 
consolekit.
- 
- 
--  false
-+  true
-   <_summary>Whether or not cinnamon-session uses logind to 
suspend/hibernate/shutdown/restart (usually from the shutdown dialog)
-   <_description>If true, it uses logind. Otherwise it uses consolekit to 
shutdown/restart and upower to suspend/hibernate. It is only compatible with 
upower 0.9 and lower versions (not 0.99 or later).
- 
- 
--  false
-+  true
-   <_summary>Whether or not cinnamon-settings-daemon uses logind to 
suspend/hibernate/shutdown (either from media-keys or power-manager)
-   <_description>If true, it uses logind for all three actions. Otherwise 
it uses consolekit for shutdown and upower for suspend/hibernate.
- 


  1   2   >