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

2017-03-30 Thread Pierre Neidhardt
Date: Friday, March 31, 2017 @ 05:27:46
  Author: ambrevar
Revision: 220151

archrelease: copy trunk to community-any

Added:
  udiskie/repos/community-any/PKGBUILD
(from rev 220150, udiskie/trunk/PKGBUILD)
Deleted:
  udiskie/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-03-31 03:59:43 UTC (rev 220150)
+++ PKGBUILD2017-03-31 05:27:46 UTC (rev 220151)
@@ -1,30 +0,0 @@
-# $Id: PKGBUILD 73684 2012-07-14 05:00:28Z dwallace $
-# Maintainer: Pierre Neidhardt 
-# Contributor: Daniel Wallace 
-# Contributor: Byron Clark 
-
-pkgname=udiskie
-pkgver=1.6.2
-pkgrel=1
-pkgdesc="Removable disk automounter using udisks"
-arch=("any")
-url="https://pypi.python.org/pypi/udiskie;
-license=("MIT")
-depends=("udisks2" "python-gobject" "python-setuptools" "python-yaml" 
"python-docopt" "gtk3" "libnotify" "python-keyutils")
-makedepends=("asciidoc")
-options=(!emptydirs)
-source=("$pkgname-$pkgver.tar.gz::https://codeload.github.com/coldfix/$pkgname/tar.gz/$pkgver;)
-md5sums=('a7eee273b1fd97a5c9510852d6344bf1')
-
-package() {
-   cd "$srcdir/$pkgname-$pkgver"
-   export LC_ALL=en_US.utf8
-
-   python setup.py install --root="$pkgdir" --optimize=1
-
-   make -C doc
-   install -m 0644 -D "doc/$pkgname.8" 
"$pkgdir/usr/share/man/man8/$pkgname.8"
-   install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-   install -dm755 "$pkgdir/usr/share/zsh/site-functions"
-   install -m644 completions/* "$pkgdir/usr/share/zsh/site-functions"
-}

Copied: udiskie/repos/community-any/PKGBUILD (from rev 220150, 
udiskie/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-03-31 05:27:46 UTC (rev 220151)
@@ -0,0 +1,30 @@
+# $Id: PKGBUILD 73684 2012-07-14 05:00:28Z dwallace $
+# Maintainer: Pierre Neidhardt 
+# Contributor: Daniel Wallace 
+# Contributor: Byron Clark 
+
+pkgname=udiskie
+pkgver=1.7.0
+pkgrel=1
+pkgdesc="Removable disk automounter using udisks"
+arch=("any")
+url="https://pypi.python.org/pypi/udiskie;
+license=("MIT")
+depends=("udisks2" "python-gobject" "python-setuptools" "python-yaml" 
"python-docopt" "gtk3" "libnotify" "python-keyutils")
+makedepends=("asciidoc")
+options=(!emptydirs)
+source=("$pkgname-$pkgver.tar.gz::https://codeload.github.com/coldfix/$pkgname/tar.gz/$pkgver;)
+md5sums=('8de16a24ccc019f3ca1393132a997688')
+
+package() {
+   cd "$srcdir/$pkgname-$pkgver"
+   export LC_ALL=en_US.utf8
+
+   python setup.py install --root="$pkgdir" --optimize=1
+
+   make -C doc
+   install -m 0644 -D "doc/$pkgname.8" 
"$pkgdir/usr/share/man/man8/$pkgname.8"
+   install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+   install -dm755 "$pkgdir/usr/share/zsh/site-functions"
+   install -m644 completions/* "$pkgdir/usr/share/zsh/site-functions"
+}


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

2017-03-30 Thread Pierre Neidhardt
Date: Friday, March 31, 2017 @ 03:59:43
  Author: ambrevar
Revision: 220150

upgpkg: udiskie 1.7.0-1

Modified:
  udiskie/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-03-31 03:24:10 UTC (rev 220149)
+++ PKGBUILD2017-03-31 03:59:43 UTC (rev 220150)
@@ -4,7 +4,7 @@
 # Contributor: Byron Clark 
 
 pkgname=udiskie
-pkgver=1.6.2
+pkgver=1.7.0
 pkgrel=1
 pkgdesc="Removable disk automounter using udisks"
 arch=("any")
@@ -14,7 +14,7 @@
 makedepends=("asciidoc")
 options=(!emptydirs)
 
source=("$pkgname-$pkgver.tar.gz::https://codeload.github.com/coldfix/$pkgname/tar.gz/$pkgver;)
-md5sums=('a7eee273b1fd97a5c9510852d6344bf1')
+md5sums=('8de16a24ccc019f3ca1393132a997688')
 
 package() {
cd "$srcdir/$pkgname-$pkgver"


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

2017-03-30 Thread Felix Yan
Date: Friday, March 31, 2017 @ 03:24:10
  Author: felixonmars
Revision: 220149

archrelease: copy trunk to community-any

Added:
  python-unittest-mixins/repos/community-any/PKGBUILD
(from rev 220148, python-unittest-mixins/trunk/PKGBUILD)
Deleted:
  python-unittest-mixins/repos/community-any/PKGBUILD

--+
 PKGBUILD |  102 ++---
 1 file changed, 51 insertions(+), 51 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2017-03-31 03:23:52 UTC (rev 220148)
+++ PKGBUILD2017-03-31 03:24:10 UTC (rev 220149)
@@ -1,51 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-
-pkgbase=python-unittest-mixins
-pkgname=('python-unittest-mixins' 'python2-unittest-mixins')
-pkgver=1.2.1
-pkgrel=1
-pkgdesc='Helpful mixins for unittest classes'
-arch=('any')
-license=('Apache')
-url='http://github.com/nedbat/unittest-mixins'
-makedepends=('python-setuptools' 'python2-setuptools' 'git')
-checkdepends=('python-pytest' 'python2-pytest')
-source=("git+https://github.com/nedbat/unittest-mixins#tag=v$pkgver;)
-md5sums=('SKIP')
-
-prepare() {
-  cp -a unittest-mixins{,-py2}
-}
-
-build() {
-  cd "$srcdir"/unittest-mixins
-  python setup.py build
-
-  cd "$srcdir"/unittest-mixins-py2
-  python2 setup.py build
-}
-
-check() {
-  cd "$srcdir"/unittest-mixins
-  py.test
-
-  cd "$srcdir"/unittest-mixins-py2
-  py.test2
-}
-
-package_python-unittest-mixins() {
-  depends=('python-six')
-
-  cd unittest-mixins
-  python setup.py install --root="$pkgdir" --optimize=1
-}
-
-package_python2-unittest-mixins() {
-  depends=('python2-six')
-
-  cd unittest-mixins-py2
-  python2 setup.py install --root="$pkgdir" --optimize=1
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-unittest-mixins/repos/community-any/PKGBUILD (from rev 220148, 
python-unittest-mixins/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-03-31 03:24:10 UTC (rev 220149)
@@ -0,0 +1,51 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgbase=python-unittest-mixins
+pkgname=('python-unittest-mixins' 'python2-unittest-mixins')
+pkgver=1.3
+pkgrel=1
+pkgdesc='Helpful mixins for unittest classes'
+arch=('any')
+license=('Apache')
+url='http://github.com/nedbat/unittest-mixins'
+makedepends=('python-setuptools' 'python2-setuptools')
+checkdepends=('python-pytest-runner' 'python2-pytest-runner')
+source=("$pkgbase-$pkgver.tar.gz::https://github.com/nedbat/unittest-mixins/archive/v$pkgver.tar.gz;)
+sha512sums=('8cdc7adf387d3576d1690c2ab62eff93c085a36b82b756d237cc177aa52718e7ce6c5ec103841f1581cd28576bb17fbbe034c21d1c1347da643dfde3b8033d3a')
+
+prepare() {
+  cp -a unittest-mixins-$pkgver{,-py2}
+}
+
+build() {
+  cd "$srcdir"/unittest-mixins-$pkgver
+  python setup.py build
+
+  cd "$srcdir"/unittest-mixins-$pkgver-py2
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir"/unittest-mixins-$pkgver
+  python setup.py pytest
+
+  cd "$srcdir"/unittest-mixins-$pkgver-py2
+  python2 setup.py pytest
+}
+
+package_python-unittest-mixins() {
+  depends=('python-six')
+
+  cd unittest-mixins-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+}
+
+package_python2-unittest-mixins() {
+  depends=('python2-six')
+
+  cd unittest-mixins-$pkgver-py2
+  python2 setup.py install --root="$pkgdir" --optimize=1
+}
+
+# vim:set ts=2 sw=2 et:


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

2017-03-30 Thread Felix Yan
Date: Friday, March 31, 2017 @ 03:23:52
  Author: felixonmars
Revision: 220148

upgpkg: python-unittest-mixins 1.3-1

Modified:
  python-unittest-mixins/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-03-31 02:37:23 UTC (rev 220147)
+++ PKGBUILD2017-03-31 03:23:52 UTC (rev 220148)
@@ -3,41 +3,41 @@
 
 pkgbase=python-unittest-mixins
 pkgname=('python-unittest-mixins' 'python2-unittest-mixins')
-pkgver=1.2.1
+pkgver=1.3
 pkgrel=1
 pkgdesc='Helpful mixins for unittest classes'
 arch=('any')
 license=('Apache')
 url='http://github.com/nedbat/unittest-mixins'
-makedepends=('python-setuptools' 'python2-setuptools' 'git')
-checkdepends=('python-pytest' 'python2-pytest')
-source=("git+https://github.com/nedbat/unittest-mixins#tag=v$pkgver;)
-md5sums=('SKIP')
+makedepends=('python-setuptools' 'python2-setuptools')
+checkdepends=('python-pytest-runner' 'python2-pytest-runner')
+source=("$pkgbase-$pkgver.tar.gz::https://github.com/nedbat/unittest-mixins/archive/v$pkgver.tar.gz;)
+sha512sums=('8cdc7adf387d3576d1690c2ab62eff93c085a36b82b756d237cc177aa52718e7ce6c5ec103841f1581cd28576bb17fbbe034c21d1c1347da643dfde3b8033d3a')
 
 prepare() {
-  cp -a unittest-mixins{,-py2}
+  cp -a unittest-mixins-$pkgver{,-py2}
 }
 
 build() {
-  cd "$srcdir"/unittest-mixins
+  cd "$srcdir"/unittest-mixins-$pkgver
   python setup.py build
 
-  cd "$srcdir"/unittest-mixins-py2
+  cd "$srcdir"/unittest-mixins-$pkgver-py2
   python2 setup.py build
 }
 
 check() {
-  cd "$srcdir"/unittest-mixins
-  py.test
+  cd "$srcdir"/unittest-mixins-$pkgver
+  python setup.py pytest
 
-  cd "$srcdir"/unittest-mixins-py2
-  py.test2
+  cd "$srcdir"/unittest-mixins-$pkgver-py2
+  python2 setup.py pytest
 }
 
 package_python-unittest-mixins() {
   depends=('python-six')
 
-  cd unittest-mixins
+  cd unittest-mixins-$pkgver
   python setup.py install --root="$pkgdir" --optimize=1
 }
 
@@ -44,7 +44,7 @@
 package_python2-unittest-mixins() {
   depends=('python2-six')
 
-  cd unittest-mixins-py2
+  cd unittest-mixins-$pkgver-py2
   python2 setup.py install --root="$pkgdir" --optimize=1
 }
 


[arch-commits] Commit in perl-module-build/repos/extra-any (PKGBUILD PKGBUILD)

2017-03-30 Thread Felix Yan
Date: Friday, March 31, 2017 @ 02:37:17
  Author: felixonmars
Revision: 291933

archrelease: copy trunk to extra-any

Added:
  perl-module-build/repos/extra-any/PKGBUILD
(from rev 291932, perl-module-build/trunk/PKGBUILD)
Deleted:
  perl-module-build/repos/extra-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-03-31 02:36:49 UTC (rev 291932)
+++ PKGBUILD2017-03-31 02:37:17 UTC (rev 291933)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Jan Alexander Steffens (heftig) 
-# Contributor: Alan Young 
-
-pkgname=perl-module-build
-pkgver=0.4220
-pkgrel=1
-pkgdesc="Build, test, and install Perl modules"
-arch=('any')
-url="http://search.cpan.org/dist/Module-Build;
-license=('PerlArtistic' 'GPL')
-depends=('perl' 'perl-cpan-meta' 'perl-inc-latest')
-checkdepends=('perl-par-dist' 'perl-archive-zip')
-options=('!emptydirs')
-source=(http://search.cpan.org/CPAN/authors/id/L/LE/LEONT/Module-Build-$pkgver.tar.gz)
-sha512sums=('20f69663bc922db7c57fc2c153cd117d46f11fa89ea5045dc11e66b861a9d93c12ec0b1dc65dcdadf581608d99ad2197fed2edee06be2228f72d5e0c5775efa0')
-
-build() {
-  cd Module-Build-$pkgver
-  perl Build.PL installdirs=vendor
-  perl Build
-}
-
-check() {
-  cd Module-Build-$pkgver
-  perl Build test
-}
-
-package() {
-  cd Module-Build-$pkgver
-  perl Build install destdir="$pkgdir"
-}

Copied: perl-module-build/repos/extra-any/PKGBUILD (from rev 291932, 
perl-module-build/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-03-31 02:37:17 UTC (rev 291933)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Jan Alexander Steffens (heftig) 
+# Contributor: Alan Young 
+
+pkgname=perl-module-build
+pkgver=0.4222
+pkgrel=1
+pkgdesc="Build, test, and install Perl modules"
+arch=('any')
+url="http://search.cpan.org/dist/Module-Build;
+license=('PerlArtistic' 'GPL')
+depends=('perl' 'perl-cpan-meta' 'perl-inc-latest')
+checkdepends=('perl-par-dist' 'perl-archive-zip')
+options=('!emptydirs')
+source=(http://search.cpan.org/CPAN/authors/id/L/LE/LEONT/Module-Build-$pkgver.tar.gz)
+sha512sums=('348c8495df5e665a7dc61c37c9c612ec20f7dbeb6d6692e40c57e44cd5f2a4c0ba538ed24f8d88d8a83fe85b3039dd874d9f6681d31b985429b27123def374c6')
+
+build() {
+  cd Module-Build-$pkgver
+  perl Build.PL installdirs=vendor
+  perl Build
+}
+
+check() {
+  cd Module-Build-$pkgver
+  perl Build test
+}
+
+package() {
+  cd Module-Build-$pkgver
+  perl Build install destdir="$pkgdir"
+}


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

2017-03-30 Thread Felix Yan
Date: Friday, March 31, 2017 @ 02:37:04
  Author: felixonmars
Revision: 220146

upgpkg: ponyc 0.12.2-1

Modified:
  ponyc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-03-31 01:27:55 UTC (rev 220145)
+++ PKGBUILD2017-03-31 02:37:04 UTC (rev 220146)
@@ -2,7 +2,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=ponyc
-pkgver=0.12.1
+pkgver=0.12.2
 pkgrel=1
 pkgdesc='An actor model, capabilities, high performance programming language'
 url='http://ponylang.org/'
@@ -14,7 +14,7 @@
 options=('!strip')
 optdepends=('pcre2: Needed for the regex package.')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/ponylang/ponyc/archive/$pkgver.tar.gz;)
-sha512sums=('a1c143acdd6267dbf67b4ca4aad485d912079c4403b5dbd45c3058c5619a8a323ffed037b50d77db9fee6a7badcc4b03423d8f512cc16493b1cce88afc438916')
+sha512sums=('56bbd400e25aa7f675948e948f6d0ccb0671fde20ce24fef573c63d01c6780747d9ec05e07a3c47754e50fd4d29a8cdb1daa97af17bb7559d883f6ddfdded724')
 
 build() {
   cd ponyc-$pkgver


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

2017-03-30 Thread Felix Yan
Date: Friday, March 31, 2017 @ 02:37:23
  Author: felixonmars
Revision: 220147

archrelease: copy trunk to community-x86_64

Added:
  ponyc/repos/community-x86_64/PKGBUILD
(from rev 220146, ponyc/trunk/PKGBUILD)
Deleted:
  ponyc/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-03-31 02:37:04 UTC (rev 220146)
+++ PKGBUILD2017-03-31 02:37:23 UTC (rev 220147)
@@ -1,58 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-
-pkgname=ponyc
-pkgver=0.12.1
-pkgrel=1
-pkgdesc='An actor model, capabilities, high performance programming language'
-url='http://ponylang.org/'
-arch=('x86_64')
-license=('BSD')
-depends=('llvm-libs')
-makedepends=('llvm' 'git')
-checkdepends=('pcre2')
-options=('!strip')
-optdepends=('pcre2: Needed for the regex package.')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/ponylang/ponyc/archive/$pkgver.tar.gz;)
-sha512sums=('a1c143acdd6267dbf67b4ca4aad485d912079c4403b5dbd45c3058c5619a8a323ffed037b50d77db9fee6a7badcc4b03423d8f512cc16493b1cce88afc438916')
-
-build() {
-  cd ponyc-$pkgver
-  make config=release prefix=/usr arch=x86-64 verbose=
-
-  mkdir docs
-  build/release/ponyc packages/stdlib -rexpr -g -o docs
-}
-
-check() {
-  cd ponyc-$pkgver
-  make config=release prefix=/usr arch=x86-64 verbose= test
-}
-
-package() {
-  cd ponyc-$pkgver
-  # The makefile is very strange and requires almost as much post-correction
-  # as to simply do the installation myself.  Even with patches to the
-  # makefile to stop it attempting to symlink locations it has no business
-  # touching.
-  #make config=release prefix=/usr destdir="$pkgdir"/usr/lib/pony/"$pkgver" 
install
-
-  install -Dm755 build/release/ponyc "$pkgdir"/usr/lib/pony/"$pkgver"/bin/ponyc
-  install -Dm644 build/release/libponyrt-pic.a "$pkgdir"/usr/lib/libponyrt.a
-  install -Dm644 build/release/libponyc.a "$pkgdir"/usr/lib/libponyc.a
-  install -Dm644 src/libponyrt/pony.h "$pkgdir"/usr/include/pony.h
-
-  # Ponyc is designed to read its standard packages from the same directory.
-  install -dm755 "$pkgdir"/usr/bin
-  ln -sf /usr/lib/pony/"$pkgver"/bin/ponyc "$pkgdir"/usr/bin
-
-  cp -dr --no-preserve=ownership packages "$pkgdir"/usr/lib/pony/"$pkgver"
-
-  # Let's include the examples as documentation is scarce.
-  install -dm755 "$pkgdir"/usr/share/doc/pony
-  cp -dr --no-preserve=ownership examples "$pkgdir"/usr/share/doc/pony
-
-  cp -dr docs/* "$pkgdir"/usr/share/doc/pony
-
-  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/"$pkgname"/LICENSE
-}

Copied: ponyc/repos/community-x86_64/PKGBUILD (from rev 220146, 
ponyc/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-03-31 02:37:23 UTC (rev 220147)
@@ -0,0 +1,58 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgname=ponyc
+pkgver=0.12.2
+pkgrel=1
+pkgdesc='An actor model, capabilities, high performance programming language'
+url='http://ponylang.org/'
+arch=('x86_64')
+license=('BSD')
+depends=('llvm-libs')
+makedepends=('llvm' 'git')
+checkdepends=('pcre2')
+options=('!strip')
+optdepends=('pcre2: Needed for the regex package.')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/ponylang/ponyc/archive/$pkgver.tar.gz;)
+sha512sums=('56bbd400e25aa7f675948e948f6d0ccb0671fde20ce24fef573c63d01c6780747d9ec05e07a3c47754e50fd4d29a8cdb1daa97af17bb7559d883f6ddfdded724')
+
+build() {
+  cd ponyc-$pkgver
+  make config=release prefix=/usr arch=x86-64 verbose=
+
+  mkdir docs
+  build/release/ponyc packages/stdlib -rexpr -g -o docs
+}
+
+check() {
+  cd ponyc-$pkgver
+  make config=release prefix=/usr arch=x86-64 verbose= test
+}
+
+package() {
+  cd ponyc-$pkgver
+  # The makefile is very strange and requires almost as much post-correction
+  # as to simply do the installation myself.  Even with patches to the
+  # makefile to stop it attempting to symlink locations it has no business
+  # touching.
+  #make config=release prefix=/usr destdir="$pkgdir"/usr/lib/pony/"$pkgver" 
install
+
+  install -Dm755 build/release/ponyc "$pkgdir"/usr/lib/pony/"$pkgver"/bin/ponyc
+  install -Dm644 build/release/libponyrt-pic.a "$pkgdir"/usr/lib/libponyrt.a
+  install -Dm644 build/release/libponyc.a "$pkgdir"/usr/lib/libponyc.a
+  install -Dm644 src/libponyrt/pony.h "$pkgdir"/usr/include/pony.h
+
+  # Ponyc is designed to read its standard packages from the same directory.
+  install -dm755 "$pkgdir"/usr/bin
+  ln -sf /usr/lib/pony/"$pkgver"/bin/ponyc "$pkgdir"/usr/bin
+
+  cp -dr --no-preserve=ownership packages "$pkgdir"/usr/lib/pony/"$pkgver"
+
+  # Let's include the examples as documentation is scarce.
+  install -dm755 "$pkgdir"/usr/share/doc/pony
+  cp -dr --no-preserve=ownership examples 

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

2017-03-30 Thread Felix Yan
Date: Friday, March 31, 2017 @ 02:36:49
  Author: felixonmars
Revision: 291932

upgpkg: perl-module-build 0.4222-1

Modified:
  perl-module-build/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-03-30 21:45:53 UTC (rev 291931)
+++ PKGBUILD2017-03-31 02:36:49 UTC (rev 291932)
@@ -4,7 +4,7 @@
 # Contributor: Alan Young 
 
 pkgname=perl-module-build
-pkgver=0.4220
+pkgver=0.4222
 pkgrel=1
 pkgdesc="Build, test, and install Perl modules"
 arch=('any')
@@ -14,7 +14,7 @@
 checkdepends=('perl-par-dist' 'perl-archive-zip')
 options=('!emptydirs')
 
source=(http://search.cpan.org/CPAN/authors/id/L/LE/LEONT/Module-Build-$pkgver.tar.gz)
-sha512sums=('20f69663bc922db7c57fc2c153cd117d46f11fa89ea5045dc11e66b861a9d93c12ec0b1dc65dcdadf581608d99ad2197fed2edee06be2228f72d5e0c5775efa0')
+sha512sums=('348c8495df5e665a7dc61c37c9c612ec20f7dbeb6d6692e40c57e44cd5f2a4c0ba538ed24f8d88d8a83fe85b3039dd874d9f6681d31b985429b27123def374c6')
 
 build() {
   cd Module-Build-$pkgver


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

2017-03-30 Thread Felix Yan
Date: Friday, March 31, 2017 @ 01:27:36
  Author: felixonmars
Revision: 220144

upgpkg: python-sh 1.12.13-1

Modified:
  python-sh/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-03-30 22:42:08 UTC (rev 220143)
+++ PKGBUILD2017-03-31 01:27:36 UTC (rev 220144)
@@ -4,7 +4,7 @@
 # Contributor: Alexander Rødseth 
 
 pkgname=("python-sh" "python2-sh")
-pkgver=1.12.11
+pkgver=1.12.13
 pkgrel=1
 pkgdesc='Subprocess interface that allows you to call any program as if it 
were a function'
 arch=('any')
@@ -13,7 +13,7 @@
 makedepends=('python-setuptools' 'python2-setuptools')
 checkdepends=('python-coverage' 'python2-coverage' 'lsof')
 source=("https://pypi.io/packages/source/s/sh/sh-$pkgver.tar.gz;)
-md5sums=('de645c2493135427d413eb618778ad94')
+sha512sums=('9ccceb64c455361e40985bc15651861a8d86fad8e674195aa493306e54ed194c55e98c0a8c6ee3ba9a3020b3e3ad069d26c9c1da950de52581979575b7c008e5')
 
 prepare() {
   cp -a sh-$pkgver{,-py2}


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

2017-03-30 Thread Felix Yan
Date: Friday, March 31, 2017 @ 01:27:55
  Author: felixonmars
Revision: 220145

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-03-31 01:27:36 UTC (rev 220144)
+++ PKGBUILD2017-03-31 01:27:55 UTC (rev 220145)
@@ -1,54 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Daniel Wallace 
-# Contributor: Alexander Rødseth 
-
-pkgname=("python-sh" "python2-sh")
-pkgver=1.12.11
-pkgrel=1
-pkgdesc='Subprocess interface that allows you to call any program as if it 
were a function'
-arch=('any')
-url='http://pypi.python.org/pypi/sh'
-license=('MIT')
-makedepends=('python-setuptools' 'python2-setuptools')
-checkdepends=('python-coverage' 'python2-coverage' 'lsof')
-source=("https://pypi.io/packages/source/s/sh/sh-$pkgver.tar.gz;)
-md5sums=('de645c2493135427d413eb618778ad94')
-
-prepare() {
-  cp -a sh-$pkgver{,-py2}
-}
-
-build() {
-  cd "$srcdir"/sh-$pkgver
-  python setup.py build
-
-  cd "$srcdir"/sh-$pkgver-py2
-  python2 setup.py build
-}
-
-check() {
-  cd "$srcdir"/sh-$pkgver
-  python sh.py travis
-
-  cd "$srcdir"/sh-$pkgver-py2
-  python2 sh.py travis
-}
-
-package_python-sh() {
-  depends=('python')
-
-  cd sh-$pkgver
-  python setup.py install -O1 --root="$pkgdir"
-  install -Dm644 LICENSE.txt "$pkgdir"/usr/share/licenses/python-sh/LICENSE
-}
-
-package_python2-sh() {
-  depends=('python2')
-
-  cd sh-$pkgver-py2
-  python2 setup.py install -O1 --root="$pkgdir"
-  install -Dm644 LICENSE.txt "$pkgdir"/usr/share/licenses/python2-sh/LICENSE
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-sh/repos/community-any/PKGBUILD (from rev 220144, 
python-sh/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-03-31 01:27:55 UTC (rev 220145)
@@ -0,0 +1,54 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Daniel Wallace 
+# Contributor: Alexander Rødseth 
+
+pkgname=("python-sh" "python2-sh")
+pkgver=1.12.13
+pkgrel=1
+pkgdesc='Subprocess interface that allows you to call any program as if it 
were a function'
+arch=('any')
+url='http://pypi.python.org/pypi/sh'
+license=('MIT')
+makedepends=('python-setuptools' 'python2-setuptools')
+checkdepends=('python-coverage' 'python2-coverage' 'lsof')
+source=("https://pypi.io/packages/source/s/sh/sh-$pkgver.tar.gz;)
+sha512sums=('9ccceb64c455361e40985bc15651861a8d86fad8e674195aa493306e54ed194c55e98c0a8c6ee3ba9a3020b3e3ad069d26c9c1da950de52581979575b7c008e5')
+
+prepare() {
+  cp -a sh-$pkgver{,-py2}
+}
+
+build() {
+  cd "$srcdir"/sh-$pkgver
+  python setup.py build
+
+  cd "$srcdir"/sh-$pkgver-py2
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir"/sh-$pkgver
+  python sh.py travis
+
+  cd "$srcdir"/sh-$pkgver-py2
+  python2 sh.py travis
+}
+
+package_python-sh() {
+  depends=('python')
+
+  cd sh-$pkgver
+  python setup.py install -O1 --root="$pkgdir"
+  install -Dm644 LICENSE.txt "$pkgdir"/usr/share/licenses/python-sh/LICENSE
+}
+
+package_python2-sh() {
+  depends=('python2')
+
+  cd sh-$pkgver-py2
+  python2 setup.py install -O1 --root="$pkgdir"
+  install -Dm644 LICENSE.txt "$pkgdir"/usr/share/licenses/python2-sh/LICENSE
+}
+
+# vim:set ts=2 sw=2 et:


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

2017-03-30 Thread Daniel Micay
Date: Thursday, March 30, 2017 @ 22:42:08
  Author: thestinger
Revision: 220143

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

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

+
 /99-linux.hook |   22 
 /PKGBUILD  |  638 
 /change-default-console-loglevel.patch |   22 
 /config|16540 +++
 /config.x86_64 |15964 ++
 /linux-grsec.install   |   54 
 /linux.preset  |   28 
 community-i686/99-linux.hook   |   11 
 community-i686/PKGBUILD|  319 
 community-i686/change-default-console-loglevel.patch   |   11 
 community-i686/config  | 8270 ---
 community-i686/config.x86_64   | 7982 ---
 community-i686/linux-grsec.install |   27 
 community-i686/linux.preset|   14 
 community-x86_64/99-linux.hook |   11 
 community-x86_64/PKGBUILD  |  319 
 community-x86_64/change-default-console-loglevel.patch |   11 
 community-x86_64/config| 8270 ---
 community-x86_64/config.x86_64 | 7982 ---
 community-x86_64/linux-grsec.install   |   27 
 community-x86_64/linux.preset  |   14 
 21 files changed, 33268 insertions(+), 33268 deletions(-)

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


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

2017-03-30 Thread Daniel Micay
Date: Thursday, March 30, 2017 @ 22:40:40
  Author: thestinger
Revision: 220142

upgpkg: linux-grsec 1:4.9.19.r201703300917-1

Modified:
  linux-grsec/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-03-30 21:46:49 UTC (rev 220141)
+++ PKGBUILD2017-03-30 22:40:40 UTC (rev 220142)
@@ -7,9 +7,9 @@
 
 pkgbase=linux-grsec
 _srcname=linux-4.9
-_pkgver=4.9.17
+_pkgver=4.9.19
 _grsecver=3.1
-_timestamp=201703221829
+_timestamp=201703300917
 _grsec_patch="grsecurity-$_grsecver-$_pkgver-$_timestamp.patch"
 epoch=1
 pkgver=$_pkgver.r$_timestamp
@@ -36,9 +36,9 @@
 
 sha256sums=('029098dcffab74875e086ae970e3828456838da6e0ba22ce3f64ef764f3d7f1a'
 'SKIP'
-'6522ee75b408c47965c30aac69b1b57b0009ab02a6578c280a2860e43ee1'
+'1a175fcf20c6c6cc362df34ff4cbb789fb31ebafd7c2b2142d4f7a8fb447'
 'SKIP'
-'bd0cc1ce333aca3bff4f8b9c9a02910bef74d72c43bb47dc334a62b1a8f2fd39'
+'041ddc98ef04bbcdaf99fde24ee91a346a269d9ee07e2c7b1c435cfbec9a36cb'
 'SKIP'
 '569cc42785315fa0ae96fd566dccb0640044e4b149f55d07277900f63c846d91'
 '9be4a343b99e3afc2873151601c052cd1d1ecff7122c8c38f2bf37cc7344ac15'


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

2017-03-30 Thread Jan Steffens
Date: Thursday, March 30, 2017 @ 21:46:49
  Author: heftig
Revision: 220141

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-03-30 21:46:19 UTC (rev 220140)
+++ community-i686/PKGBUILD 2017-03-30 21:46:49 UTC (rev 220141)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau 
-# Contributor: Bjorn Lindeijer 
-# Contributor: Mateusz Herych 
-# Contributor: Jesse McClure 
-
-pkgname=manaplus
-pkgver=1.7.3.18
-pkgrel=1
-pkgdesc="Free OpenSource 2D MMORPG client for Evol Online, The mana world and 
similar servers"
-arch=('i686' 'x86_64')
-url="https://manaplus.org/;
-license=('GPL')
-depends=('glu' 'libxml2' 'physfs' 'sdl_image' 'sdl_mixer' 'sdl_net' 'sdl_ttf' 
'sdl_gfx' 'curl')
-makedepends=('mesa')
-replaces=('tmw')
-source=($pkgname-$pkgver.tar.gz::https://github.com/ManaPlus/ManaPlus/archive/v$pkgver.tar.gz)
-sha256sums=('ddac6dd8fb7b7a196fe376a97945fe64436af5089b598d42f4440fe155f9')
-
-build() {
-  cd ManaPlus-$pkgver
-
-  autoreconf -i
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd ManaPlus-$pkgver
-
-  make DESTDIR="${pkgdir}" install
-}

Copied: manaplus/repos/community-i686/PKGBUILD (from rev 220140, 
manaplus/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-03-30 21:46:49 UTC (rev 220141)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau 
+# Contributor: Bjorn Lindeijer 
+# Contributor: Mateusz Herych 
+# Contributor: Jesse McClure 
+
+pkgname=manaplus
+pkgver=1.7.3.18
+pkgrel=2
+pkgdesc="Free OpenSource 2D MMORPG client for Evol Online, The mana world and 
similar servers"
+arch=('i686' 'x86_64')
+url="https://manaplus.org/;
+license=('GPL')
+depends=('glu' 'libxml2' 'physfs' 'sdl_image' 'sdl_mixer' 'sdl_net' 'sdl_ttf' 
'sdl_gfx' 'curl')
+makedepends=('mesa')
+replaces=('tmw')
+source=($pkgname-$pkgver.tar.gz::https://github.com/ManaPlus/ManaPlus/archive/v$pkgver.tar.gz)
+sha256sums=('ddac6dd8fb7b7a196fe376a97945fe64436af5089b598d42f4440fe155f9')
+
+prepare() {
+  cd ManaPlus-$pkgver
+
+  autoreconf -i
+}
+
+build() {
+  cd ManaPlus-$pkgver
+
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ManaPlus-$pkgver
+
+  make DESTDIR="${pkgdir}" install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2017-03-30 21:46:19 UTC (rev 220140)
+++ community-x86_64/PKGBUILD   2017-03-30 21:46:49 UTC (rev 220141)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau 
-# Contributor: Bjorn Lindeijer 
-# Contributor: Mateusz Herych 
-# Contributor: Jesse McClure 
-
-pkgname=manaplus
-pkgver=1.7.3.18
-pkgrel=1
-pkgdesc="Free OpenSource 2D MMORPG client for Evol Online, The mana world and 
similar servers"
-arch=('i686' 'x86_64')
-url="https://manaplus.org/;
-license=('GPL')
-depends=('glu' 'libxml2' 'physfs' 'sdl_image' 'sdl_mixer' 'sdl_net' 'sdl_ttf' 
'sdl_gfx' 'curl')
-makedepends=('mesa')
-replaces=('tmw')
-source=($pkgname-$pkgver.tar.gz::https://github.com/ManaPlus/ManaPlus/archive/v$pkgver.tar.gz)
-sha256sums=('ddac6dd8fb7b7a196fe376a97945fe64436af5089b598d42f4440fe155f9')
-
-build() {
-  cd ManaPlus-$pkgver
-
-  autoreconf -i
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd ManaPlus-$pkgver
-
-  make DESTDIR="${pkgdir}" install
-}

Copied: manaplus/repos/community-x86_64/PKGBUILD (from rev 220140, 
manaplus/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2017-03-30 21:46:49 UTC (rev 220141)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau 
+# Contributor: Bjorn Lindeijer 
+# Contributor: Mateusz Herych 
+# Contributor: Jesse McClure 
+
+pkgname=manaplus
+pkgver=1.7.3.18
+pkgrel=2
+pkgdesc="Free OpenSource 2D MMORPG client for Evol Online, The mana world and 
similar servers"
+arch=('i686' 'x86_64')
+url="https://manaplus.org/;
+license=('GPL')
+depends=('glu' 'libxml2' 'physfs' 'sdl_image' 'sdl_mixer' 

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

2017-03-30 Thread Florian Pritz
Date: Thursday, March 30, 2017 @ 21:45:57
  Author: bluewind
Revision: 220139

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

Added:
  xbindkeys/repos/community-staging-i686/
  xbindkeys/repos/community-staging-i686/PKGBUILD
(from rev 220138, xbindkeys/trunk/PKGBUILD)
  xbindkeys/repos/community-staging-x86_64/
  xbindkeys/repos/community-staging-x86_64/PKGBUILD
(from rev 220138, xbindkeys/trunk/PKGBUILD)

---+
 community-staging-i686/PKGBUILD   |   27 +++
 community-staging-x86_64/PKGBUILD |   27 +++
 2 files changed, 54 insertions(+)

Copied: xbindkeys/repos/community-staging-i686/PKGBUILD (from rev 220138, 
xbindkeys/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-03-30 21:45:57 UTC (rev 220139)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Florian Pritz 
+# Contributor: Daniel J Griffiths 
+# Contributor: Thayer Williams 
+
+pkgname=xbindkeys
+pkgver=1.8.6
+pkgrel=2
+pkgdesc="Launch shell commands with your keyboard or your mouse under X"
+arch=('i686' 'x86_64')
+url="http://www.nongnu.org/xbindkeys/xbindkeys.html;
+license=('GPL')
+depends=('libx11' 'guile')
+optdepends=('tk: xbindkeys_show')
+source=(http://www.nongnu.org/${pkgname}/${pkgname}-${pkgver}.tar.gz)
+md5sums=('c6ea9db56e075dae0697497e2ed390cc')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+}

Copied: xbindkeys/repos/community-staging-x86_64/PKGBUILD (from rev 220138, 
xbindkeys/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-03-30 21:45:57 UTC (rev 220139)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Florian Pritz 
+# Contributor: Daniel J Griffiths 
+# Contributor: Thayer Williams 
+
+pkgname=xbindkeys
+pkgver=1.8.6
+pkgrel=2
+pkgdesc="Launch shell commands with your keyboard or your mouse under X"
+arch=('i686' 'x86_64')
+url="http://www.nongnu.org/xbindkeys/xbindkeys.html;
+license=('GPL')
+depends=('libx11' 'guile')
+optdepends=('tk: xbindkeys_show')
+source=(http://www.nongnu.org/${pkgname}/${pkgname}-${pkgver}.tar.gz)
+md5sums=('c6ea9db56e075dae0697497e2ed390cc')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+}


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

2017-03-30 Thread Jan Steffens
Date: Thursday, March 30, 2017 @ 21:45:28
  Author: heftig
Revision: 220137

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-03-30 21:30:36 UTC (rev 220136)
+++ community-i686/PKGBUILD 2017-03-30 21:45:28 UTC (rev 220137)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Contributor: nut543 
-
-pkgname='freedroidrpg'
-pkgver=0.16.1
-pkgrel=1
-arch=('i686' 'x86_64')
-depends=('sdl_mixer' 'sdl_image' 'sdl_gfx' 'libogg' 'libvorbis' 'libgl' 'glu')
-makedepends=('mesa' 'python2')
-optdepends=('python2' 'espeak')
-pkgdesc="a mature science fiction role playing game set in the future"
-url="http://freedroid.sourceforge.net;
-license=("GPL")
-source=(ftp://ftp.osuosl.org/pub/freedroid/freedroidRPG-${pkgver%.*}/freedroidRPG-$pkgver.tar.gz)
-md5sums=('ba19730c0139df810602ea9252d47120')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  make DESTDIR=$pkgdir/ install
-}

Copied: freedroidrpg/repos/community-i686/PKGBUILD (from rev 220136, 
freedroidrpg/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-03-30 21:45:28 UTC (rev 220137)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Contributor: nut543 
+
+pkgname='freedroidrpg'
+pkgver=0.16.1
+pkgrel=2
+arch=('i686' 'x86_64')
+depends=('sdl_mixer' 'sdl_image' 'sdl_gfx' 'libogg' 'libvorbis' 'libgl' 'glu')
+makedepends=('mesa' 'python2')
+optdepends=('python2' 'espeak')
+pkgdesc="a mature science fiction role playing game set in the future"
+url="http://freedroid.sourceforge.net;
+license=("GPL")
+source=(https://ftp.osuosl.org/pub/freedroid/freedroidRPG-${pkgver%.*}/freedroidRPG-$pkgver.tar.gz)
+sha256sums=('426df175034b12095e7498fd80c907e507667c960ee1da331d9e5566d1b09358')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2017-03-30 21:30:36 UTC (rev 220136)
+++ community-x86_64/PKGBUILD   2017-03-30 21:45:28 UTC (rev 220137)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Contributor: nut543 
-
-pkgname='freedroidrpg'
-pkgver=0.16.1
-pkgrel=1
-arch=('i686' 'x86_64')
-depends=('sdl_mixer' 'sdl_image' 'sdl_gfx' 'libogg' 'libvorbis' 'libgl' 'glu')
-makedepends=('mesa' 'python2')
-optdepends=('python2' 'espeak')
-pkgdesc="a mature science fiction role playing game set in the future"
-url="http://freedroid.sourceforge.net;
-license=("GPL")
-source=(ftp://ftp.osuosl.org/pub/freedroid/freedroidRPG-${pkgver%.*}/freedroidRPG-$pkgver.tar.gz)
-md5sums=('ba19730c0139df810602ea9252d47120')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  make DESTDIR=$pkgdir/ install
-}

Copied: freedroidrpg/repos/community-x86_64/PKGBUILD (from rev 220136, 
freedroidrpg/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2017-03-30 21:45:28 UTC (rev 220137)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Contributor: nut543 
+
+pkgname='freedroidrpg'
+pkgver=0.16.1
+pkgrel=2
+arch=('i686' 'x86_64')
+depends=('sdl_mixer' 'sdl_image' 'sdl_gfx' 'libogg' 'libvorbis' 'libgl' 'glu')
+makedepends=('mesa' 'python2')
+optdepends=('python2' 'espeak')
+pkgdesc="a mature science fiction role playing game set in the future"
+url="http://freedroid.sourceforge.net;
+license=("GPL")
+source=(https://ftp.osuosl.org/pub/freedroid/freedroidRPG-${pkgver%.*}/freedroidRPG-$pkgver.tar.gz)
+sha256sums=('426df175034b12095e7498fd80c907e507667c960ee1da331d9e5566d1b09358')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}


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

2017-03-30 Thread Jan Steffens
Date: Thursday, March 30, 2017 @ 21:46:19
  Author: heftig
Revision: 220140

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

Added:
  lincity-ng/repos/community-i686/PKGBUILD
(from rev 220139, lincity-ng/trunk/PKGBUILD)
  lincity-ng/repos/community-x86_64/PKGBUILD
(from rev 220139, lincity-ng/trunk/PKGBUILD)
Deleted:
  lincity-ng/repos/community-i686/PKGBUILD
  lincity-ng/repos/community-x86_64/PKGBUILD

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-03-30 21:45:57 UTC (rev 220139)
+++ community-i686/PKGBUILD 2017-03-30 21:46:19 UTC (rev 220140)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Eric Bélanger 
-
-pkgname=lincity-ng
-pkgver=2.0
-pkgrel=7
-pkgdesc="A city simulation game"
-arch=('i686' 'x86_64')
-url="http://sourceforge.net/projects/lincity-ng.berlios/;
-license=('GPL' 'custom')
-depends=('sdl_mixer' 'sdl_ttf' 'sdl_image' 'physfs' 'libxml2' 'sdl_gfx' 
'libgl')
-makedepends=('ftjam' 'mesa' 'glu')
-source=(http://sourceforge.net/projects/${pkgname}.berlios/files/${pkgname}-${pkgver}.tar.bz2)
-sha1sums=('2961a3f60f7481b33858d7d5ef7cf9c788d01077')
-
-build() {
-  cd ${pkgname}-${pkgver}
-  ./configure --prefix=/usr
-  jam
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  jam -sprefix="${pkgdir}/usr" install
-  install -D -m644 COPYING-data.txt 
"${pkgdir}/usr/share/licenses/${pkgname}/COPYING-data.txt"
-  install -D -m644 COPYING-fonts.txt 
"${pkgdir}/usr/share/licenses/${pkgname}/COPYING-fonts.txt"
-}

Copied: lincity-ng/repos/community-i686/PKGBUILD (from rev 220139, 
lincity-ng/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-03-30 21:46:19 UTC (rev 220140)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Eric Bélanger 
+
+pkgname=lincity-ng
+pkgver=2.0
+pkgrel=8
+pkgdesc="A city simulation game"
+arch=('i686' 'x86_64')
+url="http://sourceforge.net/projects/lincity-ng.berlios/;
+license=('GPL' 'custom')
+depends=('sdl_mixer' 'sdl_ttf' 'sdl_image' 'physfs' 'libxml2' 'sdl_gfx' 
'libgl')
+makedepends=('ftjam' 'mesa' 'glu')
+source=(http://sourceforge.net/projects/${pkgname}.berlios/files/${pkgname}-${pkgver}.tar.bz2)
+sha1sums=('2961a3f60f7481b33858d7d5ef7cf9c788d01077')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+  jam
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  jam -sprefix="${pkgdir}/usr" install
+  install -D -m644 COPYING-data.txt 
"${pkgdir}/usr/share/licenses/${pkgname}/COPYING-data.txt"
+  install -D -m644 COPYING-fonts.txt 
"${pkgdir}/usr/share/licenses/${pkgname}/COPYING-fonts.txt"
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2017-03-30 21:45:57 UTC (rev 220139)
+++ community-x86_64/PKGBUILD   2017-03-30 21:46:19 UTC (rev 220140)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Eric Bélanger 
-
-pkgname=lincity-ng
-pkgver=2.0
-pkgrel=7
-pkgdesc="A city simulation game"
-arch=('i686' 'x86_64')
-url="http://sourceforge.net/projects/lincity-ng.berlios/;
-license=('GPL' 'custom')
-depends=('sdl_mixer' 'sdl_ttf' 'sdl_image' 'physfs' 'libxml2' 'sdl_gfx' 
'libgl')
-makedepends=('ftjam' 'mesa' 'glu')
-source=(http://sourceforge.net/projects/${pkgname}.berlios/files/${pkgname}-${pkgver}.tar.bz2)
-sha1sums=('2961a3f60f7481b33858d7d5ef7cf9c788d01077')
-
-build() {
-  cd ${pkgname}-${pkgver}
-  ./configure --prefix=/usr
-  jam
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  jam -sprefix="${pkgdir}/usr" install
-  install -D -m644 COPYING-data.txt 
"${pkgdir}/usr/share/licenses/${pkgname}/COPYING-data.txt"
-  install -D -m644 COPYING-fonts.txt 
"${pkgdir}/usr/share/licenses/${pkgname}/COPYING-fonts.txt"
-}

Copied: lincity-ng/repos/community-x86_64/PKGBUILD (from rev 220139, 
lincity-ng/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2017-03-30 21:46:19 UTC (rev 220140)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Eric Bélanger 
+
+pkgname=lincity-ng
+pkgver=2.0
+pkgrel=8
+pkgdesc="A city simulation game"
+arch=('i686' 'x86_64')
+url="http://sourceforge.net/projects/lincity-ng.berlios/;
+license=('GPL' 'custom')
+depends=('sdl_mixer' 'sdl_ttf' 'sdl_image' 'physfs' 'libxml2' 'sdl_gfx' 
'libgl')
+makedepends=('ftjam' 'mesa' 'glu')
+source=(http://sourceforge.net/projects/${pkgname}.berlios/files/${pkgname}-${pkgver}.tar.bz2)
+sha1sums=('2961a3f60f7481b33858d7d5ef7cf9c788d01077')
+

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

2017-03-30 Thread Jan Steffens
Date: Thursday, March 30, 2017 @ 21:45:53
  Author: heftig
Revision: 291931

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2017-03-30 21:26:41 UTC (rev 291930)
+++ extra-i686/PKGBUILD 2017-03-30 21:45:53 UTC (rev 291931)
@@ -1,50 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Allan McRae 
-# Contributor: Sarah Hay 
-
-pkgname=perl-sdl
-pkgver=2.546
-pkgrel=2
-pkgdesc="Simple DirectMedia Layer for Perl"
-arch=(i686 x86_64)
-license=(LGPL)
-url="http://sdl.perl.org;
-depends=(perl-alien-sdl perl-tie-simple
- sdl_net sdl_ttf sdl_image sdl_mixer sdl_gfx sdl_pango smpeg)
-makedepends=('perl-module-build>=0.40')
-options=('!emptydirs')
-replaces=(sdl_perl)
-conflicts=(sdl_perl)
-provides=("sdl_perl=$pkgver")
-# http://search.cpan.org/dist/SDL/
-_author=FROGGS
-source=(http://search.cpan.org/CPAN/authors/id/${_author::1}/${_author::2}/$_author/SDL-$pkgver.tar.gz)
-md5sums=('a93283d0fff67bdec5ff4bb8c1d30a09')
-
-build() {
-  cd SDL-$pkgver
-  # Perl selects the proper CFLAGS set for binary modules
-  unset CFLAGS
-  # install module in vendor directories
-  perl Build.PL installdirs=vendor
-  perl Build
-}
-
-check() {
-  cd SDL-$pkgver
-  perl Build test || true
-}
-
-package() {
-  cd SDL-$pkgver
-  perl Build install destdir="$pkgdir"
-
-# template start; name=perl-binary-module-dependency; version=1;
-if [[ $(find "$pkgdir/usr/lib/perl5/" -name "*.so") ]]; then
-   _perlver_min=$(perl -e '$v = $^V->{version}; print 
$v->[0].".".($v->[1]);')
-   _perlver_max=$(perl -e '$v = $^V->{version}; print 
$v->[0].".".($v->[1]+1);')
-   depends+=("perl>=$_perlver_min" "perl<$_perlver_max")
-fi
-# template end;
-}

Copied: perl-sdl/repos/extra-i686/PKGBUILD (from rev 291930, 
perl-sdl/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2017-03-30 21:45:53 UTC (rev 291931)
@@ -0,0 +1,50 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Allan McRae 
+# Contributor: Sarah Hay 
+
+pkgname=perl-sdl
+pkgver=2.546
+pkgrel=3
+pkgdesc="Simple DirectMedia Layer for Perl"
+arch=(i686 x86_64)
+license=(LGPL)
+url="http://sdl.perl.org;
+depends=(perl-alien-sdl perl-tie-simple
+ sdl_net sdl_ttf sdl_image sdl_mixer sdl_gfx sdl_pango smpeg)
+makedepends=('perl-module-build>=0.40')
+options=('!emptydirs')
+replaces=(sdl_perl)
+conflicts=(sdl_perl)
+provides=("sdl_perl=$pkgver")
+# http://search.cpan.org/dist/SDL/
+_author=FROGGS
+source=(http://search.cpan.org/CPAN/authors/id/${_author::1}/${_author::2}/$_author/SDL-$pkgver.tar.gz)
+md5sums=('a93283d0fff67bdec5ff4bb8c1d30a09')
+
+build() {
+  cd SDL-$pkgver
+  # Perl selects the proper CFLAGS set for binary modules
+  unset CFLAGS
+  # install module in vendor directories
+  perl Build.PL installdirs=vendor
+  perl Build
+}
+
+check() {
+  cd SDL-$pkgver
+  perl Build test || true
+}
+
+package() {
+  cd SDL-$pkgver
+  perl Build install destdir="$pkgdir"
+
+# template start; name=perl-binary-module-dependency; version=1;
+if [[ $(find "$pkgdir/usr/lib/perl5/" -name "*.so") ]]; then
+   _perlver_min=$(perl -e '$v = $^V->{version}; print 
$v->[0].".".($v->[1]);')
+   _perlver_max=$(perl -e '$v = $^V->{version}; print 
$v->[0].".".($v->[1]+1);')
+   depends+=("perl>=$_perlver_min" "perl<$_perlver_max")
+fi
+# template end;
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2017-03-30 21:26:41 UTC (rev 291930)
+++ extra-x86_64/PKGBUILD   2017-03-30 21:45:53 UTC (rev 291931)
@@ -1,50 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Allan McRae 
-# Contributor: Sarah Hay 
-
-pkgname=perl-sdl
-pkgver=2.546
-pkgrel=2
-pkgdesc="Simple DirectMedia Layer for Perl"
-arch=(i686 x86_64)
-license=(LGPL)
-url="http://sdl.perl.org;
-depends=(perl-alien-sdl perl-tie-simple
- sdl_net sdl_ttf sdl_image sdl_mixer sdl_gfx sdl_pango smpeg)
-makedepends=('perl-module-build>=0.40')
-options=('!emptydirs')

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

2017-03-30 Thread Florian Pritz
Date: Thursday, March 30, 2017 @ 21:45:52
  Author: bluewind
Revision: 220138

upgpkg: xbindkeys 1.8.6-2

guile 2.2.0 rebuild

Modified:
  xbindkeys/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-03-30 21:45:28 UTC (rev 220137)
+++ PKGBUILD2017-03-30 21:45:52 UTC (rev 220138)
@@ -5,7 +5,7 @@
 
 pkgname=xbindkeys
 pkgver=1.8.6
-pkgrel=1
+pkgrel=2
 pkgdesc="Launch shell commands with your keyboard or your mouse under X"
 arch=('i686' 'x86_64')
 url="http://www.nongnu.org/xbindkeys/xbindkeys.html;


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

2017-03-30 Thread Jan Steffens
Date: Thursday, March 30, 2017 @ 21:30:36
  Author: heftig
Revision: 220136

1.7.3.18-2

Modified:
  manaplus/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-03-30 21:30:21 UTC (rev 220135)
+++ PKGBUILD2017-03-30 21:30:36 UTC (rev 220136)
@@ -6,7 +6,7 @@
 
 pkgname=manaplus
 pkgver=1.7.3.18
-pkgrel=1
+pkgrel=2
 pkgdesc="Free OpenSource 2D MMORPG client for Evol Online, The mana world and 
similar servers"
 arch=('i686' 'x86_64')
 url="https://manaplus.org/;
@@ -17,10 +17,15 @@
 
source=($pkgname-$pkgver.tar.gz::https://github.com/ManaPlus/ManaPlus/archive/v$pkgver.tar.gz)
 sha256sums=('ddac6dd8fb7b7a196fe376a97945fe64436af5089b598d42f4440fe155f9')
 
+prepare() {
+  cd ManaPlus-$pkgver
+
+  autoreconf -i
+}
+
 build() {
   cd ManaPlus-$pkgver
 
-  autoreconf -i
   ./configure --prefix=/usr
   make
 }


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

2017-03-30 Thread Jan Steffens
Date: Thursday, March 30, 2017 @ 21:30:21
  Author: heftig
Revision: 220135

0.16.1-2

Modified:
  freedroidrpg/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-03-30 21:29:59 UTC (rev 220134)
+++ PKGBUILD2017-03-30 21:30:21 UTC (rev 220135)
@@ -4,7 +4,7 @@
 
 pkgname='freedroidrpg'
 pkgver=0.16.1
-pkgrel=1
+pkgrel=2
 arch=('i686' 'x86_64')
 depends=('sdl_mixer' 'sdl_image' 'sdl_gfx' 'libogg' 'libvorbis' 'libgl' 'glu')
 makedepends=('mesa' 'python2')
@@ -12,16 +12,16 @@
 pkgdesc="a mature science fiction role playing game set in the future"
 url="http://freedroid.sourceforge.net;
 license=("GPL")
-source=(ftp://ftp.osuosl.org/pub/freedroid/freedroidRPG-${pkgver%.*}/freedroidRPG-$pkgver.tar.gz)
-md5sums=('ba19730c0139df810602ea9252d47120')
+source=(https://ftp.osuosl.org/pub/freedroid/freedroidRPG-${pkgver%.*}/freedroidRPG-$pkgver.tar.gz)
+sha256sums=('426df175034b12095e7498fd80c907e507667c960ee1da331d9e5566d1b09358')
 
 build() {
-  cd "$srcdir"/$pkgname-$pkgver
+  cd $pkgname-$pkgver
   ./configure --prefix=/usr
   make
 }
 
 package() {
-  cd "$srcdir"/$pkgname-$pkgver
-  make DESTDIR="$pkgdir"/ install
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
 }


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

2017-03-30 Thread Jan Steffens
Date: Thursday, March 30, 2017 @ 21:29:59
  Author: heftig
Revision: 220134

2.0-8

Modified:
  lincity-ng/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-03-30 21:04:12 UTC (rev 220133)
+++ PKGBUILD2017-03-30 21:29:59 UTC (rev 220134)
@@ -3,7 +3,7 @@
 
 pkgname=lincity-ng
 pkgver=2.0
-pkgrel=7
+pkgrel=8
 pkgdesc="A city simulation game"
 arch=('i686' 'x86_64')
 url="http://sourceforge.net/projects/lincity-ng.berlios/;


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

2017-03-30 Thread Jan Steffens
Date: Thursday, March 30, 2017 @ 21:26:41
  Author: heftig
Revision: 291930

2.546-3

Modified:
  perl-sdl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-03-30 21:19:42 UTC (rev 291929)
+++ PKGBUILD2017-03-30 21:26:41 UTC (rev 291930)
@@ -5,7 +5,7 @@
 
 pkgname=perl-sdl
 pkgver=2.546
-pkgrel=2
+pkgrel=3
 pkgdesc="Simple DirectMedia Layer for Perl"
 arch=(i686 x86_64)
 license=(LGPL)


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

2017-03-30 Thread Jan Steffens
Date: Thursday, March 30, 2017 @ 21:19:42
  Author: heftig
Revision: 291929

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2017-03-30 21:19:11 UTC (rev 291928)
+++ extra-i686/PKGBUILD 2017-03-30 21:19:42 UTC (rev 291929)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Eric Belanger 
-# Contributor: Jan de Groot 
-
-pkgname=smpeg
-pkgver=0.4.5
-pkgrel=2
-pkgdesc="SDL MPEG Player Library"
-arch=('i686' 'x86_64')
-url="http://icculus.org/smpeg/;
-license=('LGPL')
-depends=('sdl')
-makedepends=('mesa' 'glu' 'subversion')
-optdepends=('glu: to use glmovie')
-source=("$pkgname-$pkgver::svn://svn.icculus.org/smpeg/tags/release_${pkgver//./_}")
-md5sums=('SKIP')
-
-build() {
-  cd $pkgname-$pkgver
-  ./autogen.sh
-  ./configure --prefix=/usr --mandir=/usr/share/man --disable-static
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: smpeg/repos/extra-i686/PKGBUILD (from rev 291928, smpeg/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2017-03-30 21:19:42 UTC (rev 291929)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Eric Belanger 
+# Contributor: Jan de Groot 
+
+pkgname=smpeg
+pkgver=0.4.5
+pkgrel=3
+pkgdesc="SDL MPEG Player Library"
+arch=(i686 x86_64)
+url="https://icculus.org/smpeg/;
+license=(LGPL)
+depends=(sdl)
+makedepends=(mesa glu subversion)
+optdepends=('glu: to use glmovie')
+source=("$pkgname-$pkgver::svn://svn.icculus.org/smpeg/tags/release_${pkgver//./_}")
+sha256sums=('SKIP')
+
+prepare() {
+  cd $pkgname-$pkgver
+  ./autogen.sh
+}
+
+build() {
+  cd $pkgname-$pkgver
+  CFLAGS+=" -Wno-error=narrowing"
+  ./configure --prefix=/usr --mandir=/usr/share/man --disable-static
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2017-03-30 21:19:11 UTC (rev 291928)
+++ extra-x86_64/PKGBUILD   2017-03-30 21:19:42 UTC (rev 291929)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Eric Belanger 
-# Contributor: Jan de Groot 
-
-pkgname=smpeg
-pkgver=0.4.5
-pkgrel=2
-pkgdesc="SDL MPEG Player Library"
-arch=('i686' 'x86_64')
-url="http://icculus.org/smpeg/;
-license=('LGPL')
-depends=('sdl')
-makedepends=('mesa' 'glu' 'subversion')
-optdepends=('glu: to use glmovie')
-source=("$pkgname-$pkgver::svn://svn.icculus.org/smpeg/tags/release_${pkgver//./_}")
-md5sums=('SKIP')
-
-build() {
-  cd $pkgname-$pkgver
-  ./autogen.sh
-  ./configure --prefix=/usr --mandir=/usr/share/man --disable-static
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: smpeg/repos/extra-x86_64/PKGBUILD (from rev 291928, 
smpeg/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2017-03-30 21:19:42 UTC (rev 291929)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Eric Belanger 
+# Contributor: Jan de Groot 
+
+pkgname=smpeg
+pkgver=0.4.5
+pkgrel=3
+pkgdesc="SDL MPEG Player Library"
+arch=(i686 x86_64)
+url="https://icculus.org/smpeg/;
+license=(LGPL)
+depends=(sdl)
+makedepends=(mesa glu subversion)
+optdepends=('glu: to use glmovie')
+source=("$pkgname-$pkgver::svn://svn.icculus.org/smpeg/tags/release_${pkgver//./_}")
+sha256sums=('SKIP')
+
+prepare() {
+  cd $pkgname-$pkgver
+  ./autogen.sh
+}
+
+build() {
+  cd $pkgname-$pkgver
+  CFLAGS+=" -Wno-error=narrowing"
+  ./configure --prefix=/usr --mandir=/usr/share/man --disable-static
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}


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

2017-03-30 Thread Jan Steffens
Date: Thursday, March 30, 2017 @ 21:19:11
  Author: heftig
Revision: 291928

0.4.5-3

Modified:
  smpeg/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-03-30 21:16:55 UTC (rev 291927)
+++ PKGBUILD2017-03-30 21:19:11 UTC (rev 291928)
@@ -5,20 +5,25 @@
 
 pkgname=smpeg
 pkgver=0.4.5
-pkgrel=2
+pkgrel=3
 pkgdesc="SDL MPEG Player Library"
-arch=('i686' 'x86_64')
-url="http://icculus.org/smpeg/;
-license=('LGPL')
-depends=('sdl')
-makedepends=('mesa' 'glu' 'subversion')
+arch=(i686 x86_64)
+url="https://icculus.org/smpeg/;
+license=(LGPL)
+depends=(sdl)
+makedepends=(mesa glu subversion)
 optdepends=('glu: to use glmovie')
 
source=("$pkgname-$pkgver::svn://svn.icculus.org/smpeg/tags/release_${pkgver//./_}")
-md5sums=('SKIP')
+sha256sums=('SKIP')
 
+prepare() {
+  cd $pkgname-$pkgver
+  ./autogen.sh
+}
+
 build() {
   cd $pkgname-$pkgver
-  ./autogen.sh
+  CFLAGS+=" -Wno-error=narrowing"
   ./configure --prefix=/usr --mandir=/usr/share/man --disable-static
   make
 }


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

2017-03-30 Thread Jan Steffens
Date: Thursday, March 30, 2017 @ 21:16:55
  Author: heftig
Revision: 291927

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2017-03-30 21:16:30 UTC (rev 291926)
+++ extra-i686/PKGBUILD 2017-03-30 21:16:55 UTC (rev 291927)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Allan McRae 
-# Contributor: Tom Newsom 
-
-pkgname=sdl_gfx
-pkgver=2.0.25
-pkgrel=1
-pkgdesc="SDL Graphic Primitives"
-arch=('i686' 'x86_64')
-license=('LGPL')
-url="http://www.ferzkopp.net/joomla/software-mainmenu-14/4-ferzkopps-linux-software/19-sdlgfx;
-source=(http://www.ferzkopp.net/Software/SDL_gfx-2.0/SDL_gfx-${pkgver}.tar.gz)
-depends=('sdl')
-md5sums=('ea24ed4b82ff1304809c363494fa8e16')
-
-build() {
-  cd SDL_gfx-${pkgver}
-
-  if [ "${CARCH}" == "x86_64" ]; then
-./configure --prefix=/usr --disable-mmx
-  else
-./configure --prefix=/usr
-  fi
-
-  make
-}
-
-package() {
-  cd SDL_gfx-${pkgver}
-  make DESTDIR=${pkgdir} install
-}

Copied: sdl_gfx/repos/extra-i686/PKGBUILD (from rev 291926, 
sdl_gfx/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2017-03-30 21:16:55 UTC (rev 291927)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Allan McRae 
+# Contributor: Tom Newsom 
+
+pkgname=sdl_gfx
+pkgver=2.0.26
+pkgrel=1
+pkgdesc="SDL graphics drawing primitives and other support functions"
+url="http://www.ferzkopp.net/wordpress/2016/01/02/sdl_gfx-sdl2_gfx/;
+arch=(i686 x86_64)
+license=(LGPL)
+depends=(sdl)
+source=(http://www.ferzkopp.net/Software/SDL_gfx-2.0/SDL_gfx-${pkgver}.tar.gz)
+sha256sums=('7ceb4ffb6fc63ffba5f1290572db43d74386cd0781c123bc912da50d34945446')
+
+build() {
+  cd SDL_gfx-$pkgver
+  ./configure --prefix=/usr \
+$([[ $CARCH == x86_64 ]] && echo --disable-mmx)
+  make
+}
+
+package() {
+  cd SDL_gfx-$pkgver
+  make DESTDIR="$pkgdir" install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2017-03-30 21:16:30 UTC (rev 291926)
+++ extra-x86_64/PKGBUILD   2017-03-30 21:16:55 UTC (rev 291927)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Allan McRae 
-# Contributor: Tom Newsom 
-
-pkgname=sdl_gfx
-pkgver=2.0.25
-pkgrel=1
-pkgdesc="SDL Graphic Primitives"
-arch=('i686' 'x86_64')
-license=('LGPL')
-url="http://www.ferzkopp.net/joomla/software-mainmenu-14/4-ferzkopps-linux-software/19-sdlgfx;
-source=(http://www.ferzkopp.net/Software/SDL_gfx-2.0/SDL_gfx-${pkgver}.tar.gz)
-depends=('sdl')
-md5sums=('ea24ed4b82ff1304809c363494fa8e16')
-
-build() {
-  cd SDL_gfx-${pkgver}
-
-  if [ "${CARCH}" == "x86_64" ]; then
-./configure --prefix=/usr --disable-mmx
-  else
-./configure --prefix=/usr
-  fi
-
-  make
-}
-
-package() {
-  cd SDL_gfx-${pkgver}
-  make DESTDIR=${pkgdir} install
-}

Copied: sdl_gfx/repos/extra-x86_64/PKGBUILD (from rev 291926, 
sdl_gfx/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2017-03-30 21:16:55 UTC (rev 291927)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Allan McRae 
+# Contributor: Tom Newsom 
+
+pkgname=sdl_gfx
+pkgver=2.0.26
+pkgrel=1
+pkgdesc="SDL graphics drawing primitives and other support functions"
+url="http://www.ferzkopp.net/wordpress/2016/01/02/sdl_gfx-sdl2_gfx/;
+arch=(i686 x86_64)
+license=(LGPL)
+depends=(sdl)
+source=(http://www.ferzkopp.net/Software/SDL_gfx-2.0/SDL_gfx-${pkgver}.tar.gz)
+sha256sums=('7ceb4ffb6fc63ffba5f1290572db43d74386cd0781c123bc912da50d34945446')
+
+build() {
+  cd SDL_gfx-$pkgver
+  ./configure --prefix=/usr \
+$([[ $CARCH == x86_64 ]] && echo --disable-mmx)
+  make
+}
+
+package() {
+  cd SDL_gfx-$pkgver
+  make DESTDIR="$pkgdir" install
+}


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

2017-03-30 Thread Jan Steffens
Date: Thursday, March 30, 2017 @ 21:16:30
  Author: heftig
Revision: 291926

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

Added:
  perl-alien-sdl/repos/extra-i686/PKGBUILD
(from rev 291925, perl-alien-sdl/trunk/PKGBUILD)
  perl-alien-sdl/repos/extra-x86_64/PKGBUILD
(from rev 291925, perl-alien-sdl/trunk/PKGBUILD)
Deleted:
  perl-alien-sdl/repos/extra-i686/PKGBUILD
  perl-alien-sdl/repos/extra-x86_64/PKGBUILD

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2017-03-30 21:16:04 UTC (rev 291925)
+++ extra-i686/PKGBUILD 2017-03-30 21:16:30 UTC (rev 291926)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Allan McRae 
-# Contributor: Sarah Hay 
-
-# This package must not by "any" arch.
-# Requires rebuild with every change to sdl-config
-
-pkgname=perl-alien-sdl
-_realname=Alien-SDL
-pkgver=1.446
-pkgrel=1
-pkgdesc="Building, finding and using SDL binaries"
-arch=(i686 x86_64)
-license=(PerlArtistic GPL)
-url="http://search.cpan.org/dist/Alien-SDL/;
-depends=(sdl=1.2.15 perl-file-sharedir perl-capture-tiny)
-makedepends=(perl-file-which perl-text-patch perl-archive-extract 
perl-archive-zip perl-module-build)
-options=(!emptydirs)
-_author=FROGGS
-source=(http://search.cpan.org/CPAN/authors/id/${_author::1}/${_author::2}/$_author/$_realname-$pkgver.tar.gz)
-md5sums=('3b3f8ba2e26f789caf392a9bba964330')
-
-prepare() {
-  cd $_realname-$pkgver
-
-  # Workaround bug with --with-sdl-config
-  sed -i '/^GetOptions/d' Build.PL
-}
-
-build() {
-  cd $_realname-$pkgver
-
-  # install module in vendor directories
-  perl Build.PL --with-sdl-config
-  perl Build
-}
-
-package() {
-  cd $_realname-$pkgver
-  perl Build install installdirs=vendor destdir="$pkgdir"
-}

Copied: perl-alien-sdl/repos/extra-i686/PKGBUILD (from rev 291925, 
perl-alien-sdl/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2017-03-30 21:16:30 UTC (rev 291926)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Allan McRae 
+# Contributor: Sarah Hay 
+
+# This package must not by "any" arch.
+# Requires rebuild with every change to sdl-config
+
+pkgname=perl-alien-sdl
+_realname=Alien-SDL
+pkgver=1.446
+pkgrel=2
+pkgdesc="Building, finding and using SDL binaries"
+arch=(i686 x86_64)
+license=(PerlArtistic GPL)
+url="http://search.cpan.org/dist/Alien-SDL/;
+depends=('sdl=1.2.15' perl-file-sharedir perl-capture-tiny)
+makedepends=(perl-file-which perl-text-patch perl-archive-extract 
perl-archive-zip perl-module-build)
+options=(!emptydirs)
+_author=FROGGS
+source=(http://search.cpan.org/CPAN/authors/id/${_author::1}/${_author::2}/$_author/$_realname-$pkgver.tar.gz)
+sha256sums=('c9aa2c9dc3c63d89773c7d7203f2a46d1b924d0c72d9f801af147a3dc8bc512a')
+
+prepare() {
+  cd $_realname-$pkgver
+
+  # Workaround bug with --with-sdl-config
+  sed -i '/^GetOptions/d' Build.PL
+}
+
+build() {
+  cd $_realname-$pkgver
+
+  # install module in vendor directories
+  perl Build.PL --with-sdl-config
+  perl Build
+}
+
+package() {
+  cd $_realname-$pkgver
+  perl Build install installdirs=vendor destdir="$pkgdir"
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2017-03-30 21:16:04 UTC (rev 291925)
+++ extra-x86_64/PKGBUILD   2017-03-30 21:16:30 UTC (rev 291926)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Allan McRae 
-# Contributor: Sarah Hay 
-
-# This package must not by "any" arch.
-# Requires rebuild with every change to sdl-config
-
-pkgname=perl-alien-sdl
-_realname=Alien-SDL
-pkgver=1.446
-pkgrel=1
-pkgdesc="Building, finding and using SDL binaries"
-arch=(i686 x86_64)
-license=(PerlArtistic GPL)
-url="http://search.cpan.org/dist/Alien-SDL/;
-depends=(sdl=1.2.15 perl-file-sharedir perl-capture-tiny)
-makedepends=(perl-file-which perl-text-patch perl-archive-extract 
perl-archive-zip perl-module-build)
-options=(!emptydirs)
-_author=FROGGS
-source=(http://search.cpan.org/CPAN/authors/id/${_author::1}/${_author::2}/$_author/$_realname-$pkgver.tar.gz)
-md5sums=('3b3f8ba2e26f789caf392a9bba964330')
-
-prepare() {
-  cd $_realname-$pkgver
-
-  # Workaround bug with --with-sdl-config
-  sed -i '/^GetOptions/d' Build.PL
-}
-
-build() {
-  cd $_realname-$pkgver
-
-  # install module in 

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

2017-03-30 Thread Jan Steffens
Date: Thursday, March 30, 2017 @ 21:16:04
  Author: heftig
Revision: 291925

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

Added:
  sdl_pango/repos/extra-i686/PKGBUILD
(from rev 291924, sdl_pango/trunk/PKGBUILD)
  sdl_pango/repos/extra-i686/SDL_Pango-0.1.2-API-adds.patch
(from rev 291924, sdl_pango/trunk/SDL_Pango-0.1.2-API-adds.patch)
  sdl_pango/repos/extra-i686/matrix_declarations.patch
(from rev 291924, sdl_pango/trunk/matrix_declarations.patch)
  sdl_pango/repos/extra-x86_64/PKGBUILD
(from rev 291924, sdl_pango/trunk/PKGBUILD)
  sdl_pango/repos/extra-x86_64/SDL_Pango-0.1.2-API-adds.patch
(from rev 291924, sdl_pango/trunk/SDL_Pango-0.1.2-API-adds.patch)
  sdl_pango/repos/extra-x86_64/matrix_declarations.patch
(from rev 291924, sdl_pango/trunk/matrix_declarations.patch)
Deleted:
  sdl_pango/repos/extra-i686/PKGBUILD
  sdl_pango/repos/extra-i686/SDL_Pango-0.1.2-API-adds.patch
  sdl_pango/repos/extra-i686/matrix_declarations.patch
  sdl_pango/repos/extra-x86_64/PKGBUILD
  sdl_pango/repos/extra-x86_64/SDL_Pango-0.1.2-API-adds.patch
  sdl_pango/repos/extra-x86_64/matrix_declarations.patch

-+
 /PKGBUILD   |   72 +++
 /SDL_Pango-0.1.2-API-adds.patch |  232 +++
 /matrix_declarations.patch  |  262 ++
 extra-i686/PKGBUILD |   32 ---
 extra-i686/SDL_Pango-0.1.2-API-adds.patch   |  116 ---
 extra-i686/matrix_declarations.patch|  131 -
 extra-x86_64/PKGBUILD   |   32 ---
 extra-x86_64/SDL_Pango-0.1.2-API-adds.patch |  116 ---
 extra-x86_64/matrix_declarations.patch  |  131 -
 9 files changed, 566 insertions(+), 558 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2017-03-30 21:14:22 UTC (rev 291924)
+++ extra-i686/PKGBUILD 2017-03-30 21:16:04 UTC (rev 291925)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Allan McRae 
-# Contributor: gyo 
-
-pkgname=sdl_pango
-pkgver=0.1.2
-pkgrel=5
-pkgdesc="Pango SDL binding"
-arch=('i686' 'x86_64')
-url="http://sdlpango.sourceforge.net/;
-license=('LGPL')
-depends=('pango' 'sdl')
-source=(http://downloads.sourceforge.net/sourceforge/sdlpango/SDL_Pango-$pkgver.tar.gz
-SDL_Pango-$pkgver-API-adds.patch
-matrix_declarations.patch)
-md5sums=('85bbf9bb7b1cee0538154dadd045418c'
- '5decf3d7eb724e27548af3142131a2f6'
- '1067d401f4df54c7eb84ac3fd56ab76f')
-
-build() {
-  cd $srcdir/SDL_Pango-$pkgver
-  patch -Np0 -i $srcdir/SDL_Pango-$pkgver-API-adds.patch
-  patch -Np1 -i $srcdir/matrix_declarations.patch
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd $srcdir/SDL_Pango-$pkgver
-  make DESTDIR=$pkgdir install
-}

Copied: sdl_pango/repos/extra-i686/PKGBUILD (from rev 291924, 
sdl_pango/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2017-03-30 21:16:04 UTC (rev 291925)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Allan McRae 
+# Contributor: gyo 
+
+pkgname=sdl_pango
+pkgver=0.1.2
+pkgrel=6
+pkgdesc="Pango SDL binding"
+arch=('i686' 'x86_64')
+url="http://sdlpango.sourceforge.net/;
+license=('LGPL')
+depends=('pango' 'sdl')
+source=(https://downloads.sourceforge.net/sourceforge/sdlpango/SDL_Pango-$pkgver.tar.gz
+SDL_Pango-$pkgver-API-adds.patch
+matrix_declarations.patch)
+sha256sums=('7f75d3b97acf707c696ea126424906204ebfa07660162de925173cdd0257eba4'
+'5a989c7acb539fce640323d3995cca8913a4b8869f5c690b78501ec6b5c86d5d'
+'cfff600cae86bf75070f8921da565210409efba318f45361b34489ac29298bc5')
+
+prepare() {
+  cd SDL_Pango-$pkgver
+  patch -Np0 -i ../SDL_Pango-$pkgver-API-adds.patch
+  patch -Np1 -i ../matrix_declarations.patch
+}
+
+build() {
+  cd SDL_Pango-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd SDL_Pango-$pkgver
+  make DESTDIR="$pkgdir" install
+}

Deleted: extra-i686/SDL_Pango-0.1.2-API-adds.patch
===
--- extra-i686/SDL_Pango-0.1.2-API-adds.patch   2017-03-30 21:14:22 UTC (rev 
291924)
+++ extra-i686/SDL_Pango-0.1.2-API-adds.patch   2017-03-30 21:16:04 UTC (rev 
291925)
@@ -1,116 +0,0 @@
 src/SDL_Pango.c2004-12-10 10:06:33.0 +0100
-+++ src/SDL_Pango.c2006-09-24 22:46:24.0 +0200
-@@ -723,13 +723,8 @@
- SDL_UnlockSurface(surface);
- }
- 
--/*!
--Create a context which contains Pango objects.
--
--@return A pointer to the context as a SDLPango_Context*.
--*/
- SDLPango_Context*

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

2017-03-30 Thread Jan Steffens
Date: Thursday, March 30, 2017 @ 21:14:22
  Author: heftig
Revision: 291924

2.0.26-1

Modified:
  sdl_gfx/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-03-30 21:14:13 UTC (rev 291923)
+++ PKGBUILD2017-03-30 21:14:22 UTC (rev 291924)
@@ -4,29 +4,24 @@
 # Contributor: Tom Newsom 
 
 pkgname=sdl_gfx
-pkgver=2.0.25
+pkgver=2.0.26
 pkgrel=1
-pkgdesc="SDL Graphic Primitives"
-arch=('i686' 'x86_64')
-license=('LGPL')
-url="http://www.ferzkopp.net/joomla/software-mainmenu-14/4-ferzkopps-linux-software/19-sdlgfx;
+pkgdesc="SDL graphics drawing primitives and other support functions"
+url="http://www.ferzkopp.net/wordpress/2016/01/02/sdl_gfx-sdl2_gfx/;
+arch=(i686 x86_64)
+license=(LGPL)
+depends=(sdl)
 source=(http://www.ferzkopp.net/Software/SDL_gfx-2.0/SDL_gfx-${pkgver}.tar.gz)
-depends=('sdl')
-md5sums=('ea24ed4b82ff1304809c363494fa8e16')
+sha256sums=('7ceb4ffb6fc63ffba5f1290572db43d74386cd0781c123bc912da50d34945446')
 
 build() {
-  cd SDL_gfx-${pkgver}
-
-  if [ "${CARCH}" == "x86_64" ]; then
-./configure --prefix=/usr --disable-mmx
-  else
-./configure --prefix=/usr
-  fi
-
+  cd SDL_gfx-$pkgver
+  ./configure --prefix=/usr \
+$([[ $CARCH == x86_64 ]] && echo --disable-mmx)
   make
 }
 
 package() {
-  cd SDL_gfx-${pkgver}
-  make DESTDIR=${pkgdir} install
+  cd SDL_gfx-$pkgver
+  make DESTDIR="$pkgdir" install
 }


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

2017-03-30 Thread Jan Steffens
Date: Thursday, March 30, 2017 @ 21:14:13
  Author: heftig
Revision: 291923

1.446-2

Modified:
  perl-alien-sdl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-03-30 21:14:07 UTC (rev 291922)
+++ PKGBUILD2017-03-30 21:14:13 UTC (rev 291923)
@@ -9,17 +9,17 @@
 pkgname=perl-alien-sdl
 _realname=Alien-SDL
 pkgver=1.446
-pkgrel=1
+pkgrel=2
 pkgdesc="Building, finding and using SDL binaries"
 arch=(i686 x86_64)
 license=(PerlArtistic GPL)
 url="http://search.cpan.org/dist/Alien-SDL/;
-depends=(sdl=1.2.15 perl-file-sharedir perl-capture-tiny)
+depends=('sdl=1.2.15' perl-file-sharedir perl-capture-tiny)
 makedepends=(perl-file-which perl-text-patch perl-archive-extract 
perl-archive-zip perl-module-build)
 options=(!emptydirs)
 _author=FROGGS
 
source=(http://search.cpan.org/CPAN/authors/id/${_author::1}/${_author::2}/$_author/$_realname-$pkgver.tar.gz)
-md5sums=('3b3f8ba2e26f789caf392a9bba964330')
+sha256sums=('c9aa2c9dc3c63d89773c7d7203f2a46d1b924d0c72d9f801af147a3dc8bc512a')
 
 prepare() {
   cd $_realname-$pkgver


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

2017-03-30 Thread Jan Steffens
Date: Thursday, March 30, 2017 @ 21:14:07
  Author: heftig
Revision: 291922

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2017-03-30 21:13:42 UTC (rev 291921)
+++ extra-i686/PKGBUILD 2017-03-30 21:14:07 UTC (rev 291922)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: dorphell 
-# Contributor: Tom Newsom 
-
-pkgname=sdl_net
-pkgver=1.2.8
-pkgrel=2
-pkgdesc="A small sample cross-platform networking library"
-arch=('i686' 'x86_64')
-license=('custom')
-url="http://www.libsdl.org/projects/SDL_net/;
-depends=('sdl')
-source=(http://www.libsdl.org/projects/SDL_net/release/SDL_net-$pkgver.tar.gz)
-md5sums=('20e64e61d65662db66c379034f11f718')
-
-build() {
-  cd "$srcdir/SDL_net-$pkgver"
-  ./configure --prefix=/usr --disable-static
-  make
-}
-
-package() {
-  cd "$srcdir/SDL_net-$pkgver"
-  make DESTDIR="$pkgdir" install
-
-  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}

Copied: sdl_net/repos/extra-i686/PKGBUILD (from rev 291921, 
sdl_net/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2017-03-30 21:14:07 UTC (rev 291922)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: dorphell 
+# Contributor: Tom Newsom 
+
+pkgname=sdl_net
+pkgver=1.2.8
+pkgrel=3
+pkgdesc="A small sample cross-platform networking library"
+url="https://www.libsdl.org/projects/SDL_net/;
+arch=(i686 x86_64)
+license=(custom)
+depends=(sdl)
+source=(https://www.libsdl.org/projects/SDL_net/release/SDL_net-$pkgver.tar.gz)
+sha256sums=('5f4a7a8bb884f793c278ac3f3713be41980c5eedccecff0260411347714facb4')
+
+build() {
+  cd SDL_net-$pkgver
+  ./configure --prefix=/usr --disable-static
+  make
+}
+
+package() {
+  cd SDL_net-$pkgver
+  make DESTDIR="$pkgdir" install
+  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2017-03-30 21:13:42 UTC (rev 291921)
+++ extra-x86_64/PKGBUILD   2017-03-30 21:14:07 UTC (rev 291922)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: dorphell 
-# Contributor: Tom Newsom 
-
-pkgname=sdl_net
-pkgver=1.2.8
-pkgrel=2
-pkgdesc="A small sample cross-platform networking library"
-arch=('i686' 'x86_64')
-license=('custom')
-url="http://www.libsdl.org/projects/SDL_net/;
-depends=('sdl')
-source=(http://www.libsdl.org/projects/SDL_net/release/SDL_net-$pkgver.tar.gz)
-md5sums=('20e64e61d65662db66c379034f11f718')
-
-build() {
-  cd "$srcdir/SDL_net-$pkgver"
-  ./configure --prefix=/usr --disable-static
-  make
-}
-
-package() {
-  cd "$srcdir/SDL_net-$pkgver"
-  make DESTDIR="$pkgdir" install
-
-  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}

Copied: sdl_net/repos/extra-x86_64/PKGBUILD (from rev 291921, 
sdl_net/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2017-03-30 21:14:07 UTC (rev 291922)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: dorphell 
+# Contributor: Tom Newsom 
+
+pkgname=sdl_net
+pkgver=1.2.8
+pkgrel=3
+pkgdesc="A small sample cross-platform networking library"
+url="https://www.libsdl.org/projects/SDL_net/;
+arch=(i686 x86_64)
+license=(custom)
+depends=(sdl)
+source=(https://www.libsdl.org/projects/SDL_net/release/SDL_net-$pkgver.tar.gz)
+sha256sums=('5f4a7a8bb884f793c278ac3f3713be41980c5eedccecff0260411347714facb4')
+
+build() {
+  cd SDL_net-$pkgver
+  ./configure --prefix=/usr --disable-static
+  make
+}
+
+package() {
+  cd SDL_net-$pkgver
+  make DESTDIR="$pkgdir" install
+  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}


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

2017-03-30 Thread Jan Steffens
Date: Thursday, March 30, 2017 @ 21:13:42
  Author: heftig
Revision: 291921

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

Added:
  sdl_sound/repos/extra-i686/PKGBUILD
(from rev 291919, sdl_sound/trunk/PKGBUILD)
  sdl_sound/repos/extra-i686/flac.patch
(from rev 291919, sdl_sound/trunk/flac.patch)
  sdl_sound/repos/extra-x86_64/PKGBUILD
(from rev 291919, sdl_sound/trunk/PKGBUILD)
  sdl_sound/repos/extra-x86_64/flac.patch
(from rev 291919, sdl_sound/trunk/flac.patch)
Deleted:
  sdl_sound/repos/extra-i686/PKGBUILD
  sdl_sound/repos/extra-i686/flac.patch
  sdl_sound/repos/extra-x86_64/PKGBUILD
  sdl_sound/repos/extra-x86_64/flac.patch

-+
 /PKGBUILD   |   64 +++
 /flac.patch |  252 ++
 extra-i686/PKGBUILD |   32 -
 extra-i686/flac.patch   |  126 ---
 extra-x86_64/PKGBUILD   |   32 -
 extra-x86_64/flac.patch |  126 ---
 6 files changed, 316 insertions(+), 316 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2017-03-30 21:13:37 UTC (rev 291920)
+++ extra-i686/PKGBUILD 2017-03-30 21:13:42 UTC (rev 291921)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Tom Newsom 
-
-pkgname=sdl_sound
-pkgver=1.0.3
-pkgrel=5
-pkgdesc="A library to decode several popular sound file formats, such as .WAV 
and .MP3"
-arch=('i686' 'x86_64')
-url="http://icculus.org/SDL_sound/;
-license=('LGPL')
-depends=('sdl' 'libmikmod' 'libvorbis' 'flac' 'speex' 'smpeg')
-source=(http://icculus.org/SDL_sound/downloads/SDL_sound-$pkgver.tar.gz 
-flac.patch)
-md5sums=('aa09cd52df85d29bee87a664424c94b5'
- '302aa9dc94cc71dd3339ca3177d36e1c')
-
-build() {
-  cd ${srcdir}/SDL_sound-${pkgver}
-
-  CFLAGS="$CFLAGS -I/usr/include/smpeg" \
-  CXXFLAGS="$CXXFLAGS -I/usr/include/smpeg" \
-  ./configure --prefix=/usr --disable-static
-
-  make
-}
-
-package() {
-  cd ${srcdir}/SDL_sound-${pkgver}
-  make DESTDIR=${pkgdir} install
-}
-

Copied: sdl_sound/repos/extra-i686/PKGBUILD (from rev 291919, 
sdl_sound/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2017-03-30 21:13:42 UTC (rev 291921)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Tom Newsom 
+
+pkgname=sdl_sound
+pkgver=1.0.3
+pkgrel=6
+pkgdesc="A library to decode several popular sound file formats, such as .WAV 
and .MP3"
+url="https://icculus.org/SDL_sound/;
+arch=(i686 x86_64)
+license=(LGPL)
+depends=(sdl libmikmod libvorbis flac speex smpeg)
+source=(https://icculus.org/SDL_sound/downloads/SDL_sound-$pkgver.tar.gz 
+flac.patch)
+sha256sums=('3999fd0bbb485289a52be14b2f68b571cb84e380cc43387eadf778f64c79e6df'
+'5ffe81fe08453f4abaa2611f9646db6b8fad0dfeaaf8c98b94613d5c6295c691')
+
+build() {
+  cd SDL_sound-$pkgver
+
+  CFLAGS+=" -I/usr/include/smpeg"
+  CXXFLAGS+=" -I/usr/include/smpeg"
+
+  ./configure --prefix=/usr --disable-static
+  make
+}
+
+package() {
+  cd SDL_sound-$pkgver
+  make DESTDIR="$pkgdir" install
+}
+

Deleted: extra-i686/flac.patch
===
--- extra-i686/flac.patch   2017-03-30 21:13:37 UTC (rev 291920)
+++ extra-i686/flac.patch   2017-03-30 21:13:42 UTC (rev 291921)
@@ -1,126 +0,0 @@
-diff -u -r SDL_sound-1.0.1/configure.in SDL_sound-1.0.1-flac/configure.in
 SDL_sound-1.0.1/configure.in   2003-10-12 20:49:54.0 +0200
-+++ SDL_sound-1.0.1-flac/configure.in  2006-12-11 20:43:46.546583251 +0100
-@@ -155,9 +155,12 @@
- dnl  FLAC developers tend to break their API with every release, so we're
- dnl  checking for the latest-and-greatest here so we don't have to support
- dnl  obsolete versions.
-+dnl Starting with FLAC 1.1.3:
-+dnl   libFLAC supports Ogg FLAC (no more libOggFLAC) so we also need -logg
-+dnl   the libFLAC .so version is also #defined in FLAC/export.h
- 
- dnl Hooray for shitty autoconf bugs!
--x="C__seekable_stream_decoder_process_single"
-+x="C__stream_decoder_process_single"
- flcsym="FLA$x"
- dnl Check for libFLAC
- AC_ARG_ENABLE(flac,
-@@ -167,7 +170,7 @@
-   AC_CHECK_HEADER(FLAC/stream_decoder.h, have_flac_hdr=yes)
-   AC_CHECK_LIB(FLAC, $flcsym, have_flac_lib=yes)
-   if test x$have_flac_hdr = xyes -a x$have_flac_lib = xyes; then
--LIBS="$LIBS -lFLAC"
-+LIBS="$LIBS -lFLAC -logg"
- AC_DEFINE(SOUND_SUPPORTS_FLAC)
-   fi
- fi
-diff -u -r SDL_sound-1.0.1/decoders/flac.c SDL_sound-1.0.1-flac/decoders/flac.c
 SDL_sound-1.0.1/decoders/flac.c2003-03-10 23:44:14.0 +0100
-+++ SDL_sound-1.0.1-flac/decoders/flac.c   2006-12-11 20:43:57.880097062 
+0100
-@@ -44,6 +44,16 @@
- #define 

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

2017-03-30 Thread Jan Steffens
Date: Thursday, March 30, 2017 @ 21:13:37
  Author: heftig
Revision: 291920

0.1.2-6

Modified:
  sdl_pango/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-03-30 21:13:18 UTC (rev 291919)
+++ PKGBUILD2017-03-30 21:13:37 UTC (rev 291920)
@@ -5,28 +5,32 @@
 
 pkgname=sdl_pango
 pkgver=0.1.2
-pkgrel=5
+pkgrel=6
 pkgdesc="Pango SDL binding"
 arch=('i686' 'x86_64')
 url="http://sdlpango.sourceforge.net/;
 license=('LGPL')
 depends=('pango' 'sdl')
-source=(http://downloads.sourceforge.net/sourceforge/sdlpango/SDL_Pango-$pkgver.tar.gz
+source=(https://downloads.sourceforge.net/sourceforge/sdlpango/SDL_Pango-$pkgver.tar.gz
 SDL_Pango-$pkgver-API-adds.patch
 matrix_declarations.patch)
-md5sums=('85bbf9bb7b1cee0538154dadd045418c'
- '5decf3d7eb724e27548af3142131a2f6'
- '1067d401f4df54c7eb84ac3fd56ab76f')
+sha256sums=('7f75d3b97acf707c696ea126424906204ebfa07660162de925173cdd0257eba4'
+'5a989c7acb539fce640323d3995cca8913a4b8869f5c690b78501ec6b5c86d5d'
+'cfff600cae86bf75070f8921da565210409efba318f45361b34489ac29298bc5')
 
+prepare() {
+  cd SDL_Pango-$pkgver
+  patch -Np0 -i ../SDL_Pango-$pkgver-API-adds.patch
+  patch -Np1 -i ../matrix_declarations.patch
+}
+
 build() {
-  cd $srcdir/SDL_Pango-$pkgver
-  patch -Np0 -i $srcdir/SDL_Pango-$pkgver-API-adds.patch
-  patch -Np1 -i $srcdir/matrix_declarations.patch
+  cd SDL_Pango-$pkgver
   ./configure --prefix=/usr
   make
 }
 
 package() {
-  cd $srcdir/SDL_Pango-$pkgver
-  make DESTDIR=$pkgdir install
+  cd SDL_Pango-$pkgver
+  make DESTDIR="$pkgdir" install
 }


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

2017-03-30 Thread Jan Steffens
Date: Thursday, March 30, 2017 @ 21:13:18
  Author: heftig
Revision: 291919

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2017-03-30 21:12:53 UTC (rev 291918)
+++ extra-i686/PKGBUILD 2017-03-30 21:13:18 UTC (rev 291919)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Allan McRae 
-# Contributor: Tom Newsom 
-
-pkgname=sdl_image
-pkgver=1.2.12
-pkgrel=3
-pkgdesc="A simple library to load images of various formats as SDL surfaces"
-arch=('i686' 'x86_64')
-license=('custom')
-depends=('sdl>=1.2.13' 'libpng' 'libjpeg>=7' 'libtiff' 'zlib')
-url="http://www.libsdl.org/projects/SDL_image/;
-source=(http://www.libsdl.org/projects/SDL_image/release/SDL_image-$pkgver.tar.gz)
-md5sums=('a0f9098ebe5400f0bdc9b62e60797ecb')
-
-build() {
-  cd SDL_image-$pkgver
-  ./configure --prefix=/usr --disable-static
-  make
-}
-
-package() {
-  cd SDL_image-$pkgver
-  make DESTDIR="$pkgdir" install
-
-  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}

Copied: sdl_image/repos/extra-i686/PKGBUILD (from rev 291918, 
sdl_image/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2017-03-30 21:13:18 UTC (rev 291919)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Allan McRae 
+# Contributor: Tom Newsom 
+
+pkgname=sdl_image
+pkgver=1.2.12
+pkgrel=4
+pkgdesc="A simple library to load images of various formats as SDL surfaces"
+url="https://www.libsdl.org/projects/SDL_image/;
+arch=(i686 x86_64)
+license=(custom)
+depends=('sdl>=1.2.13' libpng 'libjpeg>=7' libtiff zlib)
+source=(https://www.libsdl.org/projects/SDL_image/release/SDL_image-$pkgver.tar.gz)
+sha256sums=('0b90722984561004de84847744d566809dbb9daf732a9e503b91a1b5a84e5699')
+
+build() {
+  cd SDL_image-$pkgver
+  ./configure --prefix=/usr --disable-static
+  make
+}
+
+package() {
+  cd SDL_image-$pkgver
+  make DESTDIR="$pkgdir" install
+  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2017-03-30 21:12:53 UTC (rev 291918)
+++ extra-x86_64/PKGBUILD   2017-03-30 21:13:18 UTC (rev 291919)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Allan McRae 
-# Contributor: Tom Newsom 
-
-pkgname=sdl_image
-pkgver=1.2.12
-pkgrel=3
-pkgdesc="A simple library to load images of various formats as SDL surfaces"
-arch=('i686' 'x86_64')
-license=('custom')
-depends=('sdl>=1.2.13' 'libpng' 'libjpeg>=7' 'libtiff' 'zlib')
-url="http://www.libsdl.org/projects/SDL_image/;
-source=(http://www.libsdl.org/projects/SDL_image/release/SDL_image-$pkgver.tar.gz)
-md5sums=('a0f9098ebe5400f0bdc9b62e60797ecb')
-
-build() {
-  cd SDL_image-$pkgver
-  ./configure --prefix=/usr --disable-static
-  make
-}
-
-package() {
-  cd SDL_image-$pkgver
-  make DESTDIR="$pkgdir" install
-
-  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}

Copied: sdl_image/repos/extra-x86_64/PKGBUILD (from rev 291918, 
sdl_image/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2017-03-30 21:13:18 UTC (rev 291919)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Allan McRae 
+# Contributor: Tom Newsom 
+
+pkgname=sdl_image
+pkgver=1.2.12
+pkgrel=4
+pkgdesc="A simple library to load images of various formats as SDL surfaces"
+url="https://www.libsdl.org/projects/SDL_image/;
+arch=(i686 x86_64)
+license=(custom)
+depends=('sdl>=1.2.13' libpng 'libjpeg>=7' libtiff zlib)
+source=(https://www.libsdl.org/projects/SDL_image/release/SDL_image-$pkgver.tar.gz)
+sha256sums=('0b90722984561004de84847744d566809dbb9daf732a9e503b91a1b5a84e5699')
+
+build() {
+  cd SDL_image-$pkgver
+  ./configure --prefix=/usr --disable-static
+  make
+}
+

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

2017-03-30 Thread Jan Steffens
Date: Thursday, March 30, 2017 @ 21:12:53
  Author: heftig
Revision: 291918

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

Added:
  sdl_ttf/repos/extra-i686/PKGBUILD
(from rev 291917, sdl_ttf/trunk/PKGBUILD)
  sdl_ttf/repos/extra-i686/bug1433.patch
(from rev 291917, sdl_ttf/trunk/bug1433.patch)
  sdl_ttf/repos/extra-x86_64/PKGBUILD
(from rev 291917, sdl_ttf/trunk/PKGBUILD)
  sdl_ttf/repos/extra-x86_64/bug1433.patch
(from rev 291917, sdl_ttf/trunk/bug1433.patch)
Deleted:
  sdl_ttf/repos/extra-i686/PKGBUILD
  sdl_ttf/repos/extra-i686/bug1433.patch
  sdl_ttf/repos/extra-x86_64/PKGBUILD
  sdl_ttf/repos/extra-x86_64/bug1433.patch

+
 /PKGBUILD  |   72 +++
 /bug1433.patch |   22 +
 extra-i686/PKGBUILD|   34 
 extra-i686/bug1433.patch   |   11 --
 extra-x86_64/PKGBUILD  |   34 
 extra-x86_64/bug1433.patch |   11 --
 6 files changed, 94 insertions(+), 90 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2017-03-30 21:12:27 UTC (rev 291917)
+++ extra-i686/PKGBUILD 2017-03-30 21:12:53 UTC (rev 291918)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Allan McRae 
-# Contributor: Tom Newsom 
-
-pkgname=sdl_ttf
-pkgver=2.0.11
-pkgrel=3
-pkgdesc="A library that allows you to use TrueType fonts in your SDL 
applications"
-arch=('i686' 'x86_64')
-license=('custom')
-url="http://www.libsdl.org/projects/SDL_ttf/;
-depends=('sdl>=1.2.12' 'freetype2')
-source=(http://www.libsdl.org/projects/SDL_ttf/release/SDL_ttf-$pkgver.tar.gz
-bug1433.patch)
-md5sums=('61e29bd9da8d245bc2471d1b2ce591aa'
- 'f847697e18eec539aaf3ffb96996abbf')
-
-build() {
-  cd "$srcdir/SDL_ttf-$pkgver"
-  
-  # Fix FS#28674
-  patch -Ni "$srcdir/bug1433.patch"
- 
-  ./configure --prefix=/usr --disable-static
-  make
-}
-
-package() {
-  cd "$srcdir/SDL_ttf-$pkgver"
-  make DESTDIR="$pkgdir" install
-
-  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}

Copied: sdl_ttf/repos/extra-i686/PKGBUILD (from rev 291917, 
sdl_ttf/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2017-03-30 21:12:53 UTC (rev 291918)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Allan McRae 
+# Contributor: Tom Newsom 
+
+pkgname=sdl_ttf
+pkgver=2.0.11
+pkgrel=4
+pkgdesc="A library that allows you to use TrueType fonts in your SDL 
applications"
+url="https://www.libsdl.org/projects/SDL_ttf/;
+arch=(i686 x86_64)
+license=(custom)
+depends=('sdl>=1.2.12' freetype2)
+source=(https://www.libsdl.org/projects/SDL_ttf/release/SDL_ttf-$pkgver.tar.gz
+bug1433.patch)
+sha256sums=('724cd895ecf4da319a3ef164892b72078bd92632a5d812111261cde248ebcdb7'
+'4baea703454b9bca9498a920485552f1b8489a5007f8f1366080b14a4cd74c90')
+
+prepare() {
+  cd SDL_ttf-$pkgver
+
+  # Fix FS#28674
+  patch -Ni ../bug1433.patch
+}
+
+build() {
+  cd SDL_ttf-$pkgver
+  ./configure --prefix=/usr --disable-static
+  make
+}
+
+package() {
+  cd SDL_ttf-$pkgver
+  make DESTDIR="$pkgdir" install
+  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}

Deleted: extra-i686/bug1433.patch
===
--- extra-i686/bug1433.patch2017-03-30 21:12:27 UTC (rev 291917)
+++ extra-i686/bug1433.patch2017-03-30 21:12:53 UTC (rev 291918)
@@ -1,11 +0,0 @@
 SDL_ttf.c.orig 2012-02-12 16:36:41.859977617 +0100
-+++ SDL_ttf.c  2012-02-12 16:36:53.696580159 +0100
-@@ -1747,7 +1747,7 @@
-   /* Copy the character from the pixmap */
-   src = glyph->pixmap.buffer;
-   dst = (Uint8*) textbuf->pixels;
--  for ( row = 0; row < glyph->bitmap.rows; ++row ) {
-+  for ( row = 0; row < glyph->pixmap.rows; ++row ) {
-   memcpy( dst, src, glyph->pixmap.width );
-   src += glyph->pixmap.pitch;
-   dst += textbuf->pitch;
\ No newline at end of file

Copied: sdl_ttf/repos/extra-i686/bug1433.patch (from rev 291917, 
sdl_ttf/trunk/bug1433.patch)
===
--- extra-i686/bug1433.patch(rev 0)
+++ extra-i686/bug1433.patch2017-03-30 21:12:53 UTC (rev 291918)
@@ -0,0 +1,11 @@
+--- SDL_ttf.c.orig 2012-02-12 16:36:41.859977617 +0100
 SDL_ttf.c  2012-02-12 16:36:53.696580159 +0100
+@@ -1747,7 +1747,7 @@
+   /* Copy the character from the pixmap */
+   src = glyph->pixmap.buffer;
+   dst = (Uint8*) textbuf->pixels;
+-  for ( row = 0; row < glyph->bitmap.rows; ++row ) 

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

2017-03-30 Thread Jan Steffens
Date: Thursday, March 30, 2017 @ 21:12:27
  Author: heftig
Revision: 291917

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

Added:
  sdl_mixer/repos/extra-i686/PKGBUILD
(from rev 291916, sdl_mixer/trunk/PKGBUILD)
  sdl_mixer/repos/extra-i686/double-free-crash.patch
(from rev 291916, sdl_mixer/trunk/double-free-crash.patch)
  sdl_mixer/repos/extra-i686/fluidsynth-volume.patch
(from rev 291916, sdl_mixer/trunk/fluidsynth-volume.patch)
  sdl_mixer/repos/extra-i686/mikmod1.patch
(from rev 291916, sdl_mixer/trunk/mikmod1.patch)
  sdl_mixer/repos/extra-i686/mikmod2.patch
(from rev 291916, sdl_mixer/trunk/mikmod2.patch)
  sdl_mixer/repos/extra-x86_64/PKGBUILD
(from rev 291916, sdl_mixer/trunk/PKGBUILD)
  sdl_mixer/repos/extra-x86_64/double-free-crash.patch
(from rev 291916, sdl_mixer/trunk/double-free-crash.patch)
  sdl_mixer/repos/extra-x86_64/fluidsynth-volume.patch
(from rev 291916, sdl_mixer/trunk/fluidsynth-volume.patch)
  sdl_mixer/repos/extra-x86_64/mikmod1.patch
(from rev 291916, sdl_mixer/trunk/mikmod1.patch)
  sdl_mixer/repos/extra-x86_64/mikmod2.patch
(from rev 291916, sdl_mixer/trunk/mikmod2.patch)
Deleted:
  sdl_mixer/repos/extra-i686/PKGBUILD
  sdl_mixer/repos/extra-i686/double-free-crash.patch
  sdl_mixer/repos/extra-i686/fluidsynth-volume.patch
  sdl_mixer/repos/extra-i686/mikmod1.patch
  sdl_mixer/repos/extra-i686/mikmod2.patch
  sdl_mixer/repos/extra-x86_64/PKGBUILD
  sdl_mixer/repos/extra-x86_64/double-free-crash.patch
  sdl_mixer/repos/extra-x86_64/fluidsynth-volume.patch
  sdl_mixer/repos/extra-x86_64/mikmod1.patch
  sdl_mixer/repos/extra-x86_64/mikmod2.patch

--+
 /PKGBUILD|   98 
 /double-free-crash.patch |   64 +++
 /fluidsynth-volume.patch |   46 +++
 /mikmod1.patch   |  134 +
 /mikmod2.patch   |   70 +
 extra-i686/PKGBUILD  |   47 ---
 extra-i686/double-free-crash.patch   |   32 ---
 extra-i686/fluidsynth-volume.patch   |   23 -
 extra-i686/mikmod1.patch |   67 
 extra-i686/mikmod2.patch |   35 
 extra-x86_64/PKGBUILD|   47 ---
 extra-x86_64/double-free-crash.patch |   32 ---
 extra-x86_64/fluidsynth-volume.patch |   23 -
 extra-x86_64/mikmod1.patch   |   67 
 extra-x86_64/mikmod2.patch   |   35 
 15 files changed, 412 insertions(+), 408 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2017-03-30 21:11:51 UTC (rev 291916)
+++ extra-i686/PKGBUILD 2017-03-30 21:12:27 UTC (rev 291917)
@@ -1,47 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Allan McRae 
-# Contributor: Tom Newsom 
-# Contributor: Lukas Sabota  (Timidity Patch)
-
-pkgname=sdl_mixer
-pkgver=1.2.12
-pkgrel=4
-pkgdesc="A simple multi-channel audio mixer"
-arch=('i686' 'x86_64')
-url="http://www.libsdl.org/projects/SDL_mixer/;
-license=('custom')
-depends=('sdl>=1.2.12' 'libvorbis' 'libmikmod' 'smpeg')
-makedepends=('fluidsynth')
-optdepends=('fluidsynth: MIDI software synth, replaces built-in timidity')
-source=(http://www.libsdl.org/projects/SDL_mixer/release/SDL_mixer-$pkgver.tar.gz
-mikmod1.patch mikmod2.patch fluidsynth-volume.patch 
double-free-crash.patch)
-md5sums=('e03ff73d77a55e3572ad0217131dc4a1'
- '95a6d58686fe3017d58c39e3e1dd40f7'
- 'd823994c3961f2ff48644478f27a27d1'
- 'eed8b61defde36ac2077ef96d868ea3e'
- '4b4835c63297f016a198cacb7dd68ec1')
-
-build() {
-  cd "$srcdir/SDL_mixer-$pkgver"
-
-  patch -Np1 -i ../mikmod1.patch
-  patch -Np1 -i ../mikmod2.patch
-  patch -Np1 -i ../fluidsynth-volume.patch
-  patch -Np1 -i ../double-free-crash.patch
-
-  sed -e "/CONFIG_FILE_ETC/s|/etc/timidity.cfg|/etc/timidity++/timidity.cfg|" \
-  -e "/DEFAULT_PATH/s|/etc/timidity|/etc/timidity++|" \
-  -e "/DEFAULT_PATH2/s|/usr/local/lib/timidity|/usr/lib/timidity|" \
-  -i timidity/config.h
-
-  ./configure --prefix=/usr --disable-static
-  make
-}
-
-package() {
-  cd "$srcdir/SDL_mixer-$pkgver"
-  make DESTDIR="$pkgdir" install
-
-  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}

Copied: sdl_mixer/repos/extra-i686/PKGBUILD (from rev 291916, 
sdl_mixer/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2017-03-30 21:12:27 UTC (rev 291917)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Allan McRae 
+# Contributor: Tom Newsom 

[arch-commits] Commit in sdl/repos (44 files)

2017-03-30 Thread Jan Steffens
Date: Thursday, March 30, 2017 @ 21:11:51
  Author: heftig
Revision: 291916

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

Added:
  sdl/repos/extra-i686/PKGBUILD
(from rev 291915, sdl/trunk/PKGBUILD)
  sdl/repos/extra-i686/SDL-1.2.10-GrabNotViewable.patch
(from rev 291915, sdl/trunk/SDL-1.2.10-GrabNotViewable.patch)
  sdl/repos/extra-i686/SDL-1.2.15-SDL_EnableUNICODE_drops_keyboard_events.patch
(from rev 291915, 
sdl/trunk/SDL-1.2.15-SDL_EnableUNICODE_drops_keyboard_events.patch)
  sdl/repos/extra-i686/SDL-1.2.15-const_XData32.patch
(from rev 291915, sdl/trunk/SDL-1.2.15-const_XData32.patch)
  sdl/repos/extra-i686/SDL-1.2.15-ignore_insane_joystick_axis.patch
(from rev 291915, sdl/trunk/SDL-1.2.15-ignore_insane_joystick_axis.patch)
  sdl/repos/extra-i686/SDL-1.2.15-no-default-backing-store.patch
(from rev 291915, sdl/trunk/SDL-1.2.15-no-default-backing-store.patch)
  
sdl/repos/extra-i686/SDL-1.2.15-x11-Bypass-SetGammaRamp-when-changing-gamma.patch
(from rev 291915, 
sdl/trunk/SDL-1.2.15-x11-Bypass-SetGammaRamp-when-changing-gamma.patch)
  sdl/repos/extra-i686/X11_KeyToUnicode.patch
(from rev 291915, sdl/trunk/X11_KeyToUnicode.patch)
  sdl/repos/extra-i686/libsdl-1.2.15-resizing.patch
(from rev 291915, sdl/trunk/libsdl-1.2.15-resizing.patch)
  sdl/repos/extra-i686/sdl-1.2.14-disable-mmx.patch
(from rev 291915, sdl/trunk/sdl-1.2.14-disable-mmx.patch)
  sdl/repos/extra-i686/sdl-1.2.14-fix-mouse-clicking.patch
(from rev 291915, sdl/trunk/sdl-1.2.14-fix-mouse-clicking.patch)
  sdl/repos/extra-x86_64/PKGBUILD
(from rev 291915, sdl/trunk/PKGBUILD)
  sdl/repos/extra-x86_64/SDL-1.2.10-GrabNotViewable.patch
(from rev 291915, sdl/trunk/SDL-1.2.10-GrabNotViewable.patch)
  
sdl/repos/extra-x86_64/SDL-1.2.15-SDL_EnableUNICODE_drops_keyboard_events.patch
(from rev 291915, 
sdl/trunk/SDL-1.2.15-SDL_EnableUNICODE_drops_keyboard_events.patch)
  sdl/repos/extra-x86_64/SDL-1.2.15-const_XData32.patch
(from rev 291915, sdl/trunk/SDL-1.2.15-const_XData32.patch)
  sdl/repos/extra-x86_64/SDL-1.2.15-ignore_insane_joystick_axis.patch
(from rev 291915, sdl/trunk/SDL-1.2.15-ignore_insane_joystick_axis.patch)
  sdl/repos/extra-x86_64/SDL-1.2.15-no-default-backing-store.patch
(from rev 291915, sdl/trunk/SDL-1.2.15-no-default-backing-store.patch)
  
sdl/repos/extra-x86_64/SDL-1.2.15-x11-Bypass-SetGammaRamp-when-changing-gamma.patch
(from rev 291915, 
sdl/trunk/SDL-1.2.15-x11-Bypass-SetGammaRamp-when-changing-gamma.patch)
  sdl/repos/extra-x86_64/X11_KeyToUnicode.patch
(from rev 291915, sdl/trunk/X11_KeyToUnicode.patch)
  sdl/repos/extra-x86_64/libsdl-1.2.15-resizing.patch
(from rev 291915, sdl/trunk/libsdl-1.2.15-resizing.patch)
  sdl/repos/extra-x86_64/sdl-1.2.14-disable-mmx.patch
(from rev 291915, sdl/trunk/sdl-1.2.14-disable-mmx.patch)
  sdl/repos/extra-x86_64/sdl-1.2.14-fix-mouse-clicking.patch
(from rev 291915, sdl/trunk/sdl-1.2.14-fix-mouse-clicking.patch)
Deleted:
  sdl/repos/extra-i686/PKGBUILD
  sdl/repos/extra-i686/SDL-1.2.10-GrabNotViewable.patch
  sdl/repos/extra-i686/SDL-1.2.15-SDL_EnableUNICODE_drops_keyboard_events.patch
  sdl/repos/extra-i686/SDL-1.2.15-const_XData32.patch
  sdl/repos/extra-i686/SDL-1.2.15-ignore_insane_joystick_axis.patch
  sdl/repos/extra-i686/SDL-1.2.15-no-default-backing-store.patch
  
sdl/repos/extra-i686/SDL-1.2.15-x11-Bypass-SetGammaRamp-when-changing-gamma.patch
  sdl/repos/extra-i686/X11_KeyToUnicode.patch
  sdl/repos/extra-i686/libsdl-1.2.15-resizing.patch
  sdl/repos/extra-i686/sdl-1.2.14-disable-mmx.patch
  sdl/repos/extra-i686/sdl-1.2.14-fix-mouse-clicking.patch
  sdl/repos/extra-x86_64/PKGBUILD
  sdl/repos/extra-x86_64/SDL-1.2.10-GrabNotViewable.patch
  
sdl/repos/extra-x86_64/SDL-1.2.15-SDL_EnableUNICODE_drops_keyboard_events.patch
  sdl/repos/extra-x86_64/SDL-1.2.15-const_XData32.patch
  sdl/repos/extra-x86_64/SDL-1.2.15-ignore_insane_joystick_axis.patch
  sdl/repos/extra-x86_64/SDL-1.2.15-no-default-backing-store.patch
  
sdl/repos/extra-x86_64/SDL-1.2.15-x11-Bypass-SetGammaRamp-when-changing-gamma.patch
  sdl/repos/extra-x86_64/X11_KeyToUnicode.patch
  sdl/repos/extra-x86_64/libsdl-1.2.15-resizing.patch
  sdl/repos/extra-x86_64/sdl-1.2.14-disable-mmx.patch
  sdl/repos/extra-x86_64/sdl-1.2.14-fix-mouse-clicking.patch

---+
 /PKGBUILD |  
136 +
 /SDL-1.2.10-GrabNotViewable.patch |   
44 +++
 /SDL-1.2.15-SDL_EnableUNICODE_drops_keyboard_events.patch |  
146 ++
 /SDL-1.2.15-const_XData32.patch   |   
32 ++
 /SDL-1.2.15-ignore_insane_joystick_axis.patch |   
40 ++
 /SDL-1.2.15-no-default-backing-store.patch|   
48 +++
 /SDL-1.2.15-x11-Bypass-SetGammaRamp-when-changing-gamma.patch 

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

2017-03-30 Thread Jan Steffens
Date: Thursday, March 30, 2017 @ 21:09:55
  Author: heftig
Revision: 291915

2.0.11-4

Modified:
  sdl_ttf/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-03-30 21:07:22 UTC (rev 291914)
+++ PKGBUILD2017-03-30 21:09:55 UTC (rev 291915)
@@ -5,30 +5,32 @@
 
 pkgname=sdl_ttf
 pkgver=2.0.11
-pkgrel=3
+pkgrel=4
 pkgdesc="A library that allows you to use TrueType fonts in your SDL 
applications"
-arch=('i686' 'x86_64')
-license=('custom')
-url="http://www.libsdl.org/projects/SDL_ttf/;
-depends=('sdl>=1.2.12' 'freetype2')
-source=(http://www.libsdl.org/projects/SDL_ttf/release/SDL_ttf-$pkgver.tar.gz
+url="https://www.libsdl.org/projects/SDL_ttf/;
+arch=(i686 x86_64)
+license=(custom)
+depends=('sdl>=1.2.12' freetype2)
+source=(https://www.libsdl.org/projects/SDL_ttf/release/SDL_ttf-$pkgver.tar.gz
 bug1433.patch)
-md5sums=('61e29bd9da8d245bc2471d1b2ce591aa'
- 'f847697e18eec539aaf3ffb96996abbf')
+sha256sums=('724cd895ecf4da319a3ef164892b72078bd92632a5d812111261cde248ebcdb7'
+'4baea703454b9bca9498a920485552f1b8489a5007f8f1366080b14a4cd74c90')
 
+prepare() {
+  cd SDL_ttf-$pkgver
+
+  # Fix FS#28674
+  patch -Ni ../bug1433.patch
+}
+
 build() {
-  cd "$srcdir/SDL_ttf-$pkgver"
-  
-  # Fix FS#28674
-  patch -Ni "$srcdir/bug1433.patch"
- 
+  cd SDL_ttf-$pkgver
   ./configure --prefix=/usr --disable-static
   make
 }
 
 package() {
-  cd "$srcdir/SDL_ttf-$pkgver"
+  cd SDL_ttf-$pkgver
   make DESTDIR="$pkgdir" install
-
   install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
 }


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

2017-03-30 Thread Jan Steffens
Date: Thursday, March 30, 2017 @ 21:07:22
  Author: heftig
Revision: 291914

1.2.8-3

Modified:
  sdl_net/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-03-30 21:07:18 UTC (rev 291913)
+++ PKGBUILD2017-03-30 21:07:22 UTC (rev 291914)
@@ -5,24 +5,23 @@
 
 pkgname=sdl_net
 pkgver=1.2.8
-pkgrel=2
+pkgrel=3
 pkgdesc="A small sample cross-platform networking library"
-arch=('i686' 'x86_64')
-license=('custom')
-url="http://www.libsdl.org/projects/SDL_net/;
-depends=('sdl')
-source=(http://www.libsdl.org/projects/SDL_net/release/SDL_net-$pkgver.tar.gz)
-md5sums=('20e64e61d65662db66c379034f11f718')
+url="https://www.libsdl.org/projects/SDL_net/;
+arch=(i686 x86_64)
+license=(custom)
+depends=(sdl)
+source=(https://www.libsdl.org/projects/SDL_net/release/SDL_net-$pkgver.tar.gz)
+sha256sums=('5f4a7a8bb884f793c278ac3f3713be41980c5eedccecff0260411347714facb4')
 
 build() {
-  cd "$srcdir/SDL_net-$pkgver"
+  cd SDL_net-$pkgver
   ./configure --prefix=/usr --disable-static
   make
 }
 
 package() {
-  cd "$srcdir/SDL_net-$pkgver"
+  cd SDL_net-$pkgver
   make DESTDIR="$pkgdir" install
-
   install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
 }


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

2017-03-30 Thread Jan Steffens
Date: Thursday, March 30, 2017 @ 21:07:18
  Author: heftig
Revision: 291913

1.0.3-6

Modified:
  sdl_sound/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-03-30 21:04:47 UTC (rev 291912)
+++ PKGBUILD2017-03-30 21:07:18 UTC (rev 291913)
@@ -4,29 +4,29 @@
 
 pkgname=sdl_sound
 pkgver=1.0.3
-pkgrel=5
+pkgrel=6
 pkgdesc="A library to decode several popular sound file formats, such as .WAV 
and .MP3"
-arch=('i686' 'x86_64')
-url="http://icculus.org/SDL_sound/;
-license=('LGPL')
-depends=('sdl' 'libmikmod' 'libvorbis' 'flac' 'speex' 'smpeg')
-source=(http://icculus.org/SDL_sound/downloads/SDL_sound-$pkgver.tar.gz 
+url="https://icculus.org/SDL_sound/;
+arch=(i686 x86_64)
+license=(LGPL)
+depends=(sdl libmikmod libvorbis flac speex smpeg)
+source=(https://icculus.org/SDL_sound/downloads/SDL_sound-$pkgver.tar.gz 
 flac.patch)
-md5sums=('aa09cd52df85d29bee87a664424c94b5'
- '302aa9dc94cc71dd3339ca3177d36e1c')
+sha256sums=('3999fd0bbb485289a52be14b2f68b571cb84e380cc43387eadf778f64c79e6df'
+'5ffe81fe08453f4abaa2611f9646db6b8fad0dfeaaf8c98b94613d5c6295c691')
 
 build() {
-  cd ${srcdir}/SDL_sound-${pkgver}
+  cd SDL_sound-$pkgver
 
-  CFLAGS="$CFLAGS -I/usr/include/smpeg" \
-  CXXFLAGS="$CXXFLAGS -I/usr/include/smpeg" \
+  CFLAGS+=" -I/usr/include/smpeg"
+  CXXFLAGS+=" -I/usr/include/smpeg"
+
   ./configure --prefix=/usr --disable-static
-
   make
 }
 
 package() {
-  cd ${srcdir}/SDL_sound-${pkgver}
-  make DESTDIR=${pkgdir} install
+  cd SDL_sound-$pkgver
+  make DESTDIR="$pkgdir" install
 }
 


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

2017-03-30 Thread Jan Steffens
Date: Thursday, March 30, 2017 @ 21:04:47
  Author: heftig
Revision: 291912

1.2.12-5

Modified:
  sdl_mixer/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-03-30 21:04:04 UTC (rev 291911)
+++ PKGBUILD2017-03-30 21:04:47 UTC (rev 291912)
@@ -6,24 +6,24 @@
 
 pkgname=sdl_mixer
 pkgver=1.2.12
-pkgrel=4
+pkgrel=5
 pkgdesc="A simple multi-channel audio mixer"
-arch=('i686' 'x86_64')
-url="http://www.libsdl.org/projects/SDL_mixer/;
-license=('custom')
-depends=('sdl>=1.2.12' 'libvorbis' 'libmikmod' 'smpeg')
-makedepends=('fluidsynth')
+url="https://www.libsdl.org/projects/SDL_mixer/;
+arch=(i686 x86_64)
+license=(custom)
+depends=('sdl>=1.2.12' libvorbis libmikmod smpeg)
+makedepends=(fluidsynth)
 optdepends=('fluidsynth: MIDI software synth, replaces built-in timidity')
-source=(http://www.libsdl.org/projects/SDL_mixer/release/SDL_mixer-$pkgver.tar.gz
+source=(https://www.libsdl.org/projects/SDL_mixer/release/SDL_mixer-$pkgver.tar.gz
 mikmod1.patch mikmod2.patch fluidsynth-volume.patch 
double-free-crash.patch)
-md5sums=('e03ff73d77a55e3572ad0217131dc4a1'
- '95a6d58686fe3017d58c39e3e1dd40f7'
- 'd823994c3961f2ff48644478f27a27d1'
- 'eed8b61defde36ac2077ef96d868ea3e'
- '4b4835c63297f016a198cacb7dd68ec1')
+sha256sums=('1644308279a975799049e4826af2cfc787cad2abb11aa14562e402521f86992a'
+'e0d36cd81083a0b033436b8f300cc4f4513a6043e57fea139afbade02dbe0de8'
+'a0c5326b4363464159a38dc51badad984b65ce0fa4c3b1dd1ad5f73bc7b6c55e'
+'4b6c567debf18c88398d4045a6e4ed0954f0e04cc61162ca907a83ddec17cd70'
+'b707f5c8d1229d1612cc8a9f4e976f0a3b19ea40d7bd1d5bc1cbd5c9f8bca56d')
 
-build() {
-  cd "$srcdir/SDL_mixer-$pkgver"
+prepare() {
+  cd SDL_mixer-$pkgver
 
   patch -Np1 -i ../mikmod1.patch
   patch -Np1 -i ../mikmod2.patch
@@ -34,14 +34,16 @@
   -e "/DEFAULT_PATH/s|/etc/timidity|/etc/timidity++|" \
   -e "/DEFAULT_PATH2/s|/usr/local/lib/timidity|/usr/lib/timidity|" \
   -i timidity/config.h
+}
 
+build() {
+  cd SDL_mixer-$pkgver
   ./configure --prefix=/usr --disable-static
   make
 }
 
 package() {
-  cd "$srcdir/SDL_mixer-$pkgver"
+  cd SDL_mixer-$pkgver
   make DESTDIR="$pkgdir" install
-
   install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
 }


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

2017-03-30 Thread NicoHood
Date: Thursday, March 30, 2017 @ 21:04:00
  Author: nicohood
Revision: 220132

upgpkg: utox 0.13.1-1

Modified:
  utox/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-03-30 20:56:22 UTC (rev 220131)
+++ PKGBUILD2017-03-30 21:04:00 UTC (rev 220132)
@@ -7,9 +7,9 @@
 
 pkgname=utox
 _pkgname=uTox
-pkgver=0.12.2
-pkgrel=3
-_signature="grayhatter"
+pkgver=0.13.1
+pkgrel=1
+_signature=""
 pkgdesc='Lightweight Tox client'
 arch=('i686' 'x86_64')
 url="https://github.com/uTox/uTox;
@@ -23,21 +23,22 @@
  'v4l-utils')
 optdepends=('gtk3: GTK file picker'
 'libdbus: Notification support')
-makedepends=('toxcore>=0.1.0' 'cmake')
+makedepends=('toxcore>=0.1.0' 'cmake' 'gtk3' 'libdbus')
 
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/uTox/uTox/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz;
-
"${pkgname}-${pkgver}.tar.gz.asc::https://github.com/${_pkgname}/${_pkgname}/releases/download/v${pkgver}/${_pkgname}-v${pkgver}.${_signature}.tar.gz.asc;)
-sha512sums=('be66fc7a6c3ca814e1987a066e99226844fb96247ec03db85234888abc502589c09571ef40ebd1b53c9dd343781aa46a864e7a5765e5110b2d9920bca15f4fdf'
+
"${pkgname}-${pkgver}.tar.gz.asc::https://github.com/${_pkgname}/${_pkgname}/releases/download/v${pkgver}/${_pkgname}-${pkgver}${_signature}.tar.gz.asc;
+)
+sha512sums=('9aecd37ab1b1816caacc39415909b25845e0aa4336261da61205629d85bdfaa757dcf73367dc66abd51c7fa5a0cefabefdb74796957704e73913ad9d3ae28433'
 'SKIP')
-validpgpkeys=("15D3B9A6B3951DF9854FCA93E786548AE0A0B56B"  # 
RobinLindén
+validpgpkeys=("B7008FF12C079BF6E6EA19D1601A604B7E605776"  # Robin Lindén 

   "4C4E8E7E23A85F2474DC2F1A0558CBEA7BE857DD") # Grayhatter
 
 build() {
-cd "$_pkgname-${pkgver}"
+cd "${_pkgname}-${pkgver}"
 cmake . -DCMAKE_BUILD_TYPE=Release -DENABLE_ASAN=OFF 
-DCMAKE_INSTALL_PREFIX=/usr
 make
 }
 
 package() {
-cd "$_pkgname-${pkgver}"
-make PREFIX="/usr" DESTDIR="$pkgdir" install
+cd "${_pkgname}-${pkgver}"
+make PREFIX="/usr" DESTDIR="${pkgdir}" install
 }


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

2017-03-30 Thread NicoHood
Date: Thursday, March 30, 2017 @ 21:04:12
  Author: nicohood
Revision: 220133

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

Added:
  utox/repos/community-testing-i686/
  utox/repos/community-testing-i686/PKGBUILD
(from rev 220132, utox/trunk/PKGBUILD)
  utox/repos/community-testing-x86_64/
  utox/repos/community-testing-x86_64/PKGBUILD
(from rev 220132, utox/trunk/PKGBUILD)

---+
 community-testing-i686/PKGBUILD   |   44 
 community-testing-x86_64/PKGBUILD |   44 
 2 files changed, 88 insertions(+)

Copied: utox/repos/community-testing-i686/PKGBUILD (from rev 220132, 
utox/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2017-03-30 21:04:12 UTC (rev 220133)
@@ -0,0 +1,44 @@
+# Maintainer: NicoHood 
+# PGP ID: 97312D5EB9D7AE7D0BD4307351DAE9B7C1AE9161
+# Contributor: Grayhatter
+# Contributor: Vlad M. 
+# Contributor: Håvard Pettersson 
+# Contributor: Madotsuki 
+
+pkgname=utox
+_pkgname=uTox
+pkgver=0.13.1
+pkgrel=1
+_signature=""
+pkgdesc='Lightweight Tox client'
+arch=('i686' 'x86_64')
+url="https://github.com/uTox/uTox;
+license=('GPL3')
+depends=('fontconfig'
+ 'libfilteraudio'
+ 'libxext'
+ 'libxrender'
+ 'openal'
+ 'toxcore'
+ 'v4l-utils')
+optdepends=('gtk3: GTK file picker'
+'libdbus: Notification support')
+makedepends=('toxcore>=0.1.0' 'cmake' 'gtk3' 'libdbus')
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/uTox/uTox/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz;
+
"${pkgname}-${pkgver}.tar.gz.asc::https://github.com/${_pkgname}/${_pkgname}/releases/download/v${pkgver}/${_pkgname}-${pkgver}${_signature}.tar.gz.asc;
+)
+sha512sums=('9aecd37ab1b1816caacc39415909b25845e0aa4336261da61205629d85bdfaa757dcf73367dc66abd51c7fa5a0cefabefdb74796957704e73913ad9d3ae28433'
+'SKIP')
+validpgpkeys=("B7008FF12C079BF6E6EA19D1601A604B7E605776"  # Robin Lindén 

+  "4C4E8E7E23A85F2474DC2F1A0558CBEA7BE857DD") # Grayhatter
+
+build() {
+cd "${_pkgname}-${pkgver}"
+cmake . -DCMAKE_BUILD_TYPE=Release -DENABLE_ASAN=OFF 
-DCMAKE_INSTALL_PREFIX=/usr
+make
+}
+
+package() {
+cd "${_pkgname}-${pkgver}"
+make PREFIX="/usr" DESTDIR="${pkgdir}" install
+}

Copied: utox/repos/community-testing-x86_64/PKGBUILD (from rev 220132, 
utox/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2017-03-30 21:04:12 UTC (rev 220133)
@@ -0,0 +1,44 @@
+# Maintainer: NicoHood 
+# PGP ID: 97312D5EB9D7AE7D0BD4307351DAE9B7C1AE9161
+# Contributor: Grayhatter
+# Contributor: Vlad M. 
+# Contributor: Håvard Pettersson 
+# Contributor: Madotsuki 
+
+pkgname=utox
+_pkgname=uTox
+pkgver=0.13.1
+pkgrel=1
+_signature=""
+pkgdesc='Lightweight Tox client'
+arch=('i686' 'x86_64')
+url="https://github.com/uTox/uTox;
+license=('GPL3')
+depends=('fontconfig'
+ 'libfilteraudio'
+ 'libxext'
+ 'libxrender'
+ 'openal'
+ 'toxcore'
+ 'v4l-utils')
+optdepends=('gtk3: GTK file picker'
+'libdbus: Notification support')
+makedepends=('toxcore>=0.1.0' 'cmake' 'gtk3' 'libdbus')
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/uTox/uTox/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz;
+
"${pkgname}-${pkgver}.tar.gz.asc::https://github.com/${_pkgname}/${_pkgname}/releases/download/v${pkgver}/${_pkgname}-${pkgver}${_signature}.tar.gz.asc;
+)
+sha512sums=('9aecd37ab1b1816caacc39415909b25845e0aa4336261da61205629d85bdfaa757dcf73367dc66abd51c7fa5a0cefabefdb74796957704e73913ad9d3ae28433'
+'SKIP')
+validpgpkeys=("B7008FF12C079BF6E6EA19D1601A604B7E605776"  # Robin Lindén 

+  "4C4E8E7E23A85F2474DC2F1A0558CBEA7BE857DD") # Grayhatter
+
+build() {
+cd "${_pkgname}-${pkgver}"
+cmake . -DCMAKE_BUILD_TYPE=Release -DENABLE_ASAN=OFF 
-DCMAKE_INSTALL_PREFIX=/usr
+make
+}
+
+package() {
+cd "${_pkgname}-${pkgver}"
+make PREFIX="/usr" DESTDIR="${pkgdir}" install
+}


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

2017-03-30 Thread Jan Steffens
Date: Thursday, March 30, 2017 @ 21:04:04
  Author: heftig
Revision: 291911

1.2.12-4

Modified:
  sdl_image/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-03-30 20:59:20 UTC (rev 291910)
+++ PKGBUILD2017-03-30 21:04:04 UTC (rev 291911)
@@ -5,14 +5,14 @@
 
 pkgname=sdl_image
 pkgver=1.2.12
-pkgrel=3
+pkgrel=4
 pkgdesc="A simple library to load images of various formats as SDL surfaces"
-arch=('i686' 'x86_64')
-license=('custom')
-depends=('sdl>=1.2.13' 'libpng' 'libjpeg>=7' 'libtiff' 'zlib')
-url="http://www.libsdl.org/projects/SDL_image/;
-source=(http://www.libsdl.org/projects/SDL_image/release/SDL_image-$pkgver.tar.gz)
-md5sums=('a0f9098ebe5400f0bdc9b62e60797ecb')
+url="https://www.libsdl.org/projects/SDL_image/;
+arch=(i686 x86_64)
+license=(custom)
+depends=('sdl>=1.2.13' libpng 'libjpeg>=7' libtiff zlib)
+source=(https://www.libsdl.org/projects/SDL_image/release/SDL_image-$pkgver.tar.gz)
+sha256sums=('0b90722984561004de84847744d566809dbb9daf732a9e503b91a1b5a84e5699')
 
 build() {
   cd SDL_image-$pkgver
@@ -23,6 +23,5 @@
 package() {
   cd SDL_image-$pkgver
   make DESTDIR="$pkgdir" install
-
   install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
 }


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

2017-03-30 Thread Jan Steffens
Date: Thursday, March 30, 2017 @ 20:59:20
  Author: heftig
Revision: 291910

1.2.15-8

Modified:
  sdl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-03-30 20:56:48 UTC (rev 291909)
+++ PKGBUILD2017-03-30 20:59:20 UTC (rev 291910)
@@ -5,10 +5,10 @@
 
 pkgname=sdl
 pkgver=1.2.15
-pkgrel=7
+pkgrel=8
 pkgdesc="A library for portable low-level access to a video framebuffer, audio 
output, mouse, and keyboard"
 arch=('i686' 'x86_64')
-url="http://www.libsdl.org;
+url="https://www.libsdl.org;
 license=('LGPL')
 depends=('glibc' 'libxext' 'libxrender' 'libx11')
 makedepends=('alsa-lib' 'mesa' 'libpulse' 'glu')
@@ -15,7 +15,7 @@
 optdepends=('alsa-lib: ALSA audio driver'
 'libpulse: PulseAudio audio driver')
 options=('staticlibs')
-source=(http://www.libsdl.org/release/SDL-${pkgver}.tar.gz
+source=(https://www.libsdl.org/release/SDL-${pkgver}.tar.gz
 SDL-1.2.10-GrabNotViewable.patch
 SDL-1.2.15-SDL_EnableUNICODE_drops_keyboard_events.patch
 SDL-1.2.15-const_XData32.patch
@@ -26,17 +26,17 @@
 sdl-1.2.14-disable-mmx.patch
 libsdl-1.2.15-resizing.patch
 X11_KeyToUnicode.patch)
-md5sums=('9d96df8417572a2afb781a7c4c811a85'
- '37ad001a4d2ff924a5fab356b49f8a78'
- '8d5a61a0adf1a302695a30141f402712'
- 'd6a1bfa054507f281338626e5f12d74b'
- 'e382e5b7449e95969c5ba4084b0aab39'
- '1b0578c76453813eb4eaf0125ce242db'
- '321377e38e2db7f1baf43c392e165dd5'
- '04d8c179f125e04bcd4c9d60e013c2d7'
- 'e5c16b7611f62c7cb25f0534eff68852'
- '3dd50347d8856160a9cbd7f80383a1f8'
- 'edea272dff4698470877c016d818918d')
+sha256sums=('d6d316a793e5e348155f0dd93b979798933fb98aa1edebcc108829d6474aad00'
+'ea2042b8a45a083b1447d5c56e52b23b79f2ddb0d717ec7b287b34ef71bd2d1a'
+'292046466d52a2ebe995a0121404864e4ee0de2b6024203acb95bbd600844da0'
+'bab60b515a74b71650ee71d5a0075c77046a7bad48b061673c3798dbdd35446d'
+'7586d6124d5452ad721ca6aa10eae09946d94854748e22f9c9c6fdca3d0aeb12'
+'3941c44a5580df95c6868936cfc57ba3e7b6952fb8a3eb14f963d54d9d8ca8a4'
+'d296af5bb0d9856d049b4e5adb9dd995d2a1e51d76a6adf63457e65101a50620'
+'8d178f13eb707e81f5f9d86bf7b609ae8f0bac937fb4a37ebcbf4bbc9b89e21b'
+'17bb880dd2cb4922d4e3771d146660b9da8be8f1629a5cdaae7523d4a9d2bd7c'
+'5160fb1c07b04480d98d45b89a0aa6e577f2ac4c3bace0c80b251e6aca1fb4a1'
+'b1ad9c60829b166e6b647006d6549ea657155e755cf574fcfc4b91b658654769')
 
 prepare() {
   cd SDL-$pkgver


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

2017-03-30 Thread Jan Steffens
Date: Thursday, March 30, 2017 @ 20:56:48
  Author: heftig
Revision: 291909

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

Added:
  aisleriot/repos/staging-i686/
  aisleriot/repos/staging-i686/PKGBUILD
(from rev 291908, aisleriot/trunk/PKGBUILD)
  aisleriot/repos/staging-x86_64/
  aisleriot/repos/staging-x86_64/PKGBUILD
(from rev 291908, aisleriot/trunk/PKGBUILD)

-+
 staging-i686/PKGBUILD   |   53 ++
 staging-x86_64/PKGBUILD |   53 ++
 2 files changed, 106 insertions(+)

Copied: aisleriot/repos/staging-i686/PKGBUILD (from rev 291908, 
aisleriot/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2017-03-30 20:56:48 UTC (rev 291909)
@@ -0,0 +1,53 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+
+pkgname=aisleriot
+pkgver=3.22.1
+pkgrel=2
+pkgdesc="A collection of patience games written in guile scheme"
+url="https://wiki.gnome.org/Apps/Aisleriot;
+arch=(i686 x86_64)
+license=(GPL)
+groups=(gnome-extra)
+depends=(guile2.0 gtk3 librsvg libcanberra gconf dconf)
+makedepends=(intltool itstool docbook-xsl yelp-tools appdata-tools 
gnome-common git)
+optdepends=('libkdegames: KDE card sets'
+'pysolfc: PySol card sets'
+'pysolfc-cardsets: PySol card sets')
+options=(!emptydirs)
+_commit=8c925bd5ce56a387ce42b83e400e6e31e648165e  # tags/3.22.1^0
+source=("git+https://git.gnome.org/browse/aisleriot#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd $pkgname
+
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+--libexecdir=/usr/lib --disable-static \
+--with-kde-card-theme-path=/usr/share/carddecks \
+--with-pysol-card-theme-path=/usr/share/PySolFC
+
+  # https://bugzilla.gnome.org/show_bug.cgi?id=655517
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
+  make
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="$pkgdir" install GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1
+  install -d "$pkgdir/usr/share/gconf/schemas"
+  gconf-merge-schema "$pkgdir/usr/share/gconf/schemas/$pkgname.schemas" \
+--domain aisleriot "$pkgdir"/etc/gconf/schemas/*.schemas
+  rm -f "$pkgdir"/etc/gconf/schemas/*.schemas
+}

Copied: aisleriot/repos/staging-x86_64/PKGBUILD (from rev 291908, 
aisleriot/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2017-03-30 20:56:48 UTC (rev 291909)
@@ -0,0 +1,53 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+
+pkgname=aisleriot
+pkgver=3.22.1
+pkgrel=2
+pkgdesc="A collection of patience games written in guile scheme"
+url="https://wiki.gnome.org/Apps/Aisleriot;
+arch=(i686 x86_64)
+license=(GPL)
+groups=(gnome-extra)
+depends=(guile2.0 gtk3 librsvg libcanberra gconf dconf)
+makedepends=(intltool itstool docbook-xsl yelp-tools appdata-tools 
gnome-common git)
+optdepends=('libkdegames: KDE card sets'
+'pysolfc: PySol card sets'
+'pysolfc-cardsets: PySol card sets')
+options=(!emptydirs)
+_commit=8c925bd5ce56a387ce42b83e400e6e31e648165e  # tags/3.22.1^0
+source=("git+https://git.gnome.org/browse/aisleriot#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd $pkgname
+
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+--libexecdir=/usr/lib --disable-static \
+--with-kde-card-theme-path=/usr/share/carddecks \
+--with-pysol-card-theme-path=/usr/share/PySolFC
+
+  # https://bugzilla.gnome.org/show_bug.cgi?id=655517
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
+  make
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="$pkgdir" install GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1
+  install -d "$pkgdir/usr/share/gconf/schemas"
+  gconf-merge-schema "$pkgdir/usr/share/gconf/schemas/$pkgname.schemas" \
+--domain aisleriot "$pkgdir"/etc/gconf/schemas/*.schemas
+  rm -f "$pkgdir"/etc/gconf/schemas/*.schemas
+}


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

2017-03-30 Thread NicoHood
Date: Thursday, March 30, 2017 @ 20:56:22
  Author: nicohood
Revision: 220131

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

Added:
  arduino/repos/community-i686/PKGBUILD
(from rev 220130, arduino/trunk/PKGBUILD)
  arduino/repos/community-i686/arduino.install
(from rev 220130, arduino/trunk/arduino.install)
  arduino/repos/community-i686/arduino.sh
(from rev 220130, arduino/trunk/arduino.sh)
  arduino/repos/community-i686/build.patch
(from rev 220130, arduino/trunk/build.patch)
  arduino/repos/community-x86_64/PKGBUILD
(from rev 220130, arduino/trunk/PKGBUILD)
  arduino/repos/community-x86_64/arduino.install
(from rev 220130, arduino/trunk/arduino.install)
  arduino/repos/community-x86_64/arduino.sh
(from rev 220130, arduino/trunk/arduino.sh)
  arduino/repos/community-x86_64/build.patch
(from rev 220130, arduino/trunk/build.patch)
Deleted:
  arduino/repos/community-i686/PKGBUILD
  arduino/repos/community-i686/arduino.install
  arduino/repos/community-i686/arduino.sh
  arduino/repos/community-i686/build.patch
  arduino/repos/community-x86_64/PKGBUILD
  arduino/repos/community-x86_64/arduino.install
  arduino/repos/community-x86_64/arduino.sh
  arduino/repos/community-x86_64/build.patch

--+
 /PKGBUILD|  192 ++
 /arduino.install |   80 ++
 /arduino.sh  |6 
 /build.patch |  478 +
 community-i686/PKGBUILD  |  102 ---
 community-i686/arduino.install   |   31 --
 community-i686/arduino.sh|3 
 community-i686/build.patch   |  239 --
 community-x86_64/PKGBUILD|  102 ---
 community-x86_64/arduino.install |   31 --
 community-x86_64/arduino.sh  |3 
 community-x86_64/build.patch |  239 --
 12 files changed, 756 insertions(+), 750 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-03-30 20:54:59 UTC (rev 220130)
+++ community-i686/PKGBUILD 2017-03-30 20:56:22 UTC (rev 220131)
@@ -1,102 +0,0 @@
-# Maintainer: NicoHood 
-# PGP ID: 97312D5EB9D7AE7D0BD4307351DAE9B7C1AE9161
-# Contributor: Tomas Schertel 
-# Contributor: Christopher Loen 
-# Contributor: Peter Reschenhofer 
-# Contributor: Niels Martignène 
-# Contributor: PyroPeter 
-# Contributor: darkapex 
-# Contributor: tty0 
-
-pkgname=arduino
-pkgver=1.8.0
-pkgrel=3
-epoch=1
-pkgdesc="Arduino prototyping platform SDK"
-arch=('i686' 'x86_64')
-url="https://github.com/arduino/Arduino;
-license=('GPL' 'LGPL')
-depends=('gtk2' 'desktop-file-utils' 'shared-mime-info' 'java-runtime=8' 
'arduino-builder')
-makedepends=('java-environment=8' 'apache-ant' 'unzip')
-optdepends=('arduino-docs: Offline documentation for arduino'
-'arduino-avr-core: AVR core with upstream avr-gcc and avrdude'
-'python2: Intel Galileo Board installation')
-options=(!strip)
-install="arduino.install"
-source=("${pkgname}-${pkgver}.tar.gz::https://github.com/arduino/Arduino/archive/${pkgver}.tar.gz;
-
"https://github.com/arduino-libraries/WiFi101-FirmwareUpdater-Plugin/releases/download/v0.8.3/WiFi101-Updater-ArduinoIDE-Plugin-0.8.3.zip;
-"https://downloads.arduino.cc/libastylej-2.05.1-3.zip;
-"https://downloads.arduino.cc/liblistSerials/liblistSerials-1.4.0.zip;
-"arduino.sh"
-"build.patch")
-sha512sums=('25edea8cb188155ead2e2e9364067e445cf9d160d2fb7caea3c25adeb2e5e13072de8e7b1a45dfbd40c3346356decfad9de1d2e67838c532bd5ef8550678033d'
-
'fb2c5f77ea047c060e67705886d106379ac4a297f3a7d1f7d6d0b2410c4592f09cece4578aeeaed867c03a2efe5fe8d124ccc36c4189ee5c875cd16473a6faab'
-
'7f82d64e34ef2d85a6b037caeecfa338b72f8edfc57a9903af3ab89b1d42cf7dfd9a6170abe8131ae3e6506850d82ed5092c3b08983a16d9c80319cd24c14555'
-
'd78270ee9007fc8427b7f962aced6c14fd4772deca1bbf4ad47c3c74d9addb74e67184e80516af4613cf8d7270bc50d4019437d9ad84274d6fc26b68c4a00db1'
-
'd97e73a6764232c5fbcdbd46d98f1dfde1d95d8256f578fb05480694423842ec864c49d572a325c7d00b026619d84dc114f1e3e0d2f8219b94871dce1718f05a'
-
'9963e964fe2206ce11a2981d3655ff73aa79e8a9dcbc5b03ee4fa84fd036b0d4b28af6ddd6c8bd0cdf8564c42209b738838141da9b185eeb47067ddb78afd9b7')
-
-prepare()
-{
-# Patch arduino build process.
-# See PR: https://github.com/arduino/Arduino/pull/5438
-cd "${srcdir}/Arduino-${pkgver}"
-patch -Np1 -i "${srcdir}/build.patch"
-}
-
-build() {
-cd "Arduino-${pkgver}/build"
-
-# Compile with java8
-export PATH=/usr/lib/jvm/java-8-openjdk/jre/bin/:$PATH
-
-# Do not include their avr-core + tools and no docs. We build them 
seperately
-ant clean dist -Dversion=${pkgver} build 

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

2017-03-30 Thread Jan Steffens
Date: Thursday, March 30, 2017 @ 20:56:26
  Author: heftig
Revision: 291908

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

Added:
  gnome-builder/repos/staging-i686/
  gnome-builder/repos/staging-i686/PKGBUILD
(from rev 291907, gnome-builder/trunk/PKGBUILD)
  gnome-builder/repos/staging-x86_64/
  gnome-builder/repos/staging-x86_64/PKGBUILD
(from rev 291907, gnome-builder/trunk/PKGBUILD)

-+
 staging-i686/PKGBUILD   |   48 ++
 staging-x86_64/PKGBUILD |   48 ++
 2 files changed, 96 insertions(+)

Copied: gnome-builder/repos/staging-i686/PKGBUILD (from rev 291907, 
gnome-builder/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2017-03-30 20:56:26 UTC (rev 291908)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+
+pkgname=gnome-builder
+pkgver=3.22.4+10+g4e04a9b1
+pkgrel=1
+pkgdesc="An IDE for writing GNOME-based software"
+url="https://wiki.gnome.org/Apps/Builder;
+arch=(i686 x86_64)
+license=(GPL3)
+depends=(gtksourceview3 devhelp libgit2-glib gjs python-gobject clang 
desktop-file-utils
+ ctags libpeas vte3 vala python-jedi autoconf-archive sysprof flatpak)
+makedepends=(intltool llvm gobject-introspection gtk-doc yelp-tools 
appstream-glib vala git
+ mm-common)
+optdepends=('gnome-code-assistance: Legacy assistance services')
+groups=(gnome-extra)
+_commit=4e04a9b1377cab57da8166292cc872c79934a22a  # gnome-builder-3-22
+source=("git+https://git.gnome.org/browse/gnome-builder#commit=$_commit;)
+sha256sums=('SKIP')
+
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/^GNOME_BUILDER_//;s/_/./g;s/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd $pkgname
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+--libexecdir=/usr/lib --enable-gtk-doc --enable-meson-templates
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make
+}
+
+check() {
+  cd $pkgname
+  make -k check || :
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="$pkgdir" install
+}

Copied: gnome-builder/repos/staging-x86_64/PKGBUILD (from rev 291907, 
gnome-builder/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2017-03-30 20:56:26 UTC (rev 291908)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+
+pkgname=gnome-builder
+pkgver=3.22.4+10+g4e04a9b1
+pkgrel=1
+pkgdesc="An IDE for writing GNOME-based software"
+url="https://wiki.gnome.org/Apps/Builder;
+arch=(i686 x86_64)
+license=(GPL3)
+depends=(gtksourceview3 devhelp libgit2-glib gjs python-gobject clang 
desktop-file-utils
+ ctags libpeas vte3 vala python-jedi autoconf-archive sysprof flatpak)
+makedepends=(intltool llvm gobject-introspection gtk-doc yelp-tools 
appstream-glib vala git
+ mm-common)
+optdepends=('gnome-code-assistance: Legacy assistance services')
+groups=(gnome-extra)
+_commit=4e04a9b1377cab57da8166292cc872c79934a22a  # gnome-builder-3-22
+source=("git+https://git.gnome.org/browse/gnome-builder#commit=$_commit;)
+sha256sums=('SKIP')
+
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/^GNOME_BUILDER_//;s/_/./g;s/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd $pkgname
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+--libexecdir=/usr/lib --enable-gtk-doc --enable-meson-templates
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make
+}
+
+check() {
+  cd $pkgname
+  make -k check || :
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="$pkgdir" install
+}


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

2017-03-30 Thread NicoHood
Date: Thursday, March 30, 2017 @ 20:54:59
  Author: nicohood
Revision: 220130

upgpkg: arduino 1:1.8.2-1

Modified:
  arduino/trunk/PKGBUILD
  arduino/trunk/arduino.install

-+
 PKGBUILD|   34 ++
 arduino.install |   15 ---
 2 files changed, 26 insertions(+), 23 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-03-30 20:30:45 UTC (rev 220129)
+++ PKGBUILD2017-03-30 20:54:59 UTC (rev 220130)
@@ -9,8 +9,8 @@
 # Contributor: tty0 
 
 pkgname=arduino
-pkgver=1.8.0
-pkgrel=3
+pkgver=1.8.2
+pkgrel=1
 epoch=1
 pkgdesc="Arduino prototyping platform SDK"
 arch=('i686' 'x86_64')
@@ -23,35 +23,28 @@
 'python2: Intel Galileo Board installation')
 options=(!strip)
 install="arduino.install"
-source=("${pkgname}-${pkgver}.tar.gz::https://github.com/arduino/Arduino/archive/${pkgver}.tar.gz;
-
"https://github.com/arduino-libraries/WiFi101-FirmwareUpdater-Plugin/releases/download/v0.8.3/WiFi101-Updater-ArduinoIDE-Plugin-0.8.3.zip;
+source=("${pkgname}-${pkgver}.tar.xz::https://github.com/arduino/Arduino/releases/download/${pkgver}/arduino-${pkgver}.tar.xz;
+
"${pkgname}-${pkgver}.tar.xz.sig::https://github.com/arduino/Arduino/releases/download/${pkgver}/arduino-${pkgver}.tar.xz.sig;
+
"https://github.com/arduino-libraries/WiFi101-FirmwareUpdater-Plugin/releases/download/v0.9.0/WiFi101-Updater-ArduinoIDE-Plugin-0.9.0.zip;
 "https://downloads.arduino.cc/libastylej-2.05.1-3.zip;
 "https://downloads.arduino.cc/liblistSerials/liblistSerials-1.4.0.zip;
-"arduino.sh"
-"build.patch")
-sha512sums=('25edea8cb188155ead2e2e9364067e445cf9d160d2fb7caea3c25adeb2e5e13072de8e7b1a45dfbd40c3346356decfad9de1d2e67838c532bd5ef8550678033d'
-
'fb2c5f77ea047c060e67705886d106379ac4a297f3a7d1f7d6d0b2410c4592f09cece4578aeeaed867c03a2efe5fe8d124ccc36c4189ee5c875cd16473a6faab'
+"arduino.sh")
+sha512sums=('b5fe219e8d7090e104e1e4db7bf6479b9cf8e827cba87d8e8d664dbc48de07adb64c206da91de2ae81c7a2b6c5ac7d718e41734a9fb2fcbcaf8a3c3f3479f9ed'
+'SKIP'
+
'55b5e4378eb42f02b8ce85de3a662b6ab827950f14261a007875778739f8445d6c943501212033d675f7904c36986dc27bb07518684a0683aa68caea50e6ffa6'
 
'7f82d64e34ef2d85a6b037caeecfa338b72f8edfc57a9903af3ab89b1d42cf7dfd9a6170abe8131ae3e6506850d82ed5092c3b08983a16d9c80319cd24c14555'
 
'd78270ee9007fc8427b7f962aced6c14fd4772deca1bbf4ad47c3c74d9addb74e67184e80516af4613cf8d7270bc50d4019437d9ad84274d6fc26b68c4a00db1'
-
'd97e73a6764232c5fbcdbd46d98f1dfde1d95d8256f578fb05480694423842ec864c49d572a325c7d00b026619d84dc114f1e3e0d2f8219b94871dce1718f05a'
-
'9963e964fe2206ce11a2981d3655ff73aa79e8a9dcbc5b03ee4fa84fd036b0d4b28af6ddd6c8bd0cdf8564c42209b738838141da9b185eeb47067ddb78afd9b7')
+
'd97e73a6764232c5fbcdbd46d98f1dfde1d95d8256f578fb05480694423842ec864c49d572a325c7d00b026619d84dc114f1e3e0d2f8219b94871dce1718f05a')
+validpgpkeys=('326567C1C6B288DF32CB061A95FA6F43E21188C4') # Arduino Packages 

 
-prepare()
-{
-# Patch arduino build process.
-# See PR: https://github.com/arduino/Arduino/pull/5438
-cd "${srcdir}/Arduino-${pkgver}"
-patch -Np1 -i "${srcdir}/build.patch"
-}
-
 build() {
 cd "Arduino-${pkgver}/build"
 
 # Compile with java8
-export PATH=/usr/lib/jvm/java-8-openjdk/jre/bin/:$PATH
+export PATH=/usr/lib/jvm/java-8-openjdk/jre/bin/:"$PATH"
 
 # Do not include their avr-core + tools and no docs. We build them 
seperately
-ant clean dist -Dversion=${pkgver} build -Dlight_bundle=true \
+ant clean dist -Dversion="${pkgver}" build -Dlight_bundle=true \
  -Dno_docs=true \
  -Dlocal_sources=true \
  -Dno_arduino_builder=true
@@ -78,6 +71,7 @@
 
 # Arduino-builder
 # https://bugs.archlinux.org/task/52377
+# https://github.com/arduino/arduino-builder/issues/209
 ln -s /usr/bin/arduino-builder 
"${pkgdir}/usr/share/arduino/arduino-builder"
 install -dm755 "${pkgdir}/usr/share/arduino/tools-builder"
 

Modified: arduino.install
===
--- arduino.install 2017-03-30 20:30:45 UTC (rev 220129)
+++ arduino.install 2017-03-30 20:54:59 UTC (rev 220130)
@@ -1,7 +1,7 @@
 post_install() {
-echo "Add yourself to the uucp group to access the serial ports:"
-echo "sudo usermod -a -G uucp "
-echo "Please checkout the wiki for further information."
+echo ":: Add yourself to the uucp group to access the serial ports:"
+echo "   sudo usermod -a -G uucp "
+echo "   Please checkout the wiki for further information."
 }
 
 pre_upgrade() {
@@ -18,9 +18,18 @@
   echo "   It might be left from a very old upgrade. Please remove 

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

2017-03-30 Thread Jan Steffens
Date: Thursday, March 30, 2017 @ 20:54:22
  Author: heftig
Revision: 291907

3.22.1-2

Modified:
  aisleriot/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-03-30 20:53:45 UTC (rev 291906)
+++ PKGBUILD2017-03-30 20:54:22 UTC (rev 291907)
@@ -3,13 +3,13 @@
 
 pkgname=aisleriot
 pkgver=3.22.1
-pkgrel=1
+pkgrel=2
 pkgdesc="A collection of patience games written in guile scheme"
 url="https://wiki.gnome.org/Apps/Aisleriot;
 arch=(i686 x86_64)
 license=(GPL)
 groups=(gnome-extra)
-depends=(guile gtk3 librsvg libcanberra gconf dconf)
+depends=(guile2.0 gtk3 librsvg libcanberra gconf dconf)
 makedepends=(intltool itstool docbook-xsl yelp-tools appdata-tools 
gnome-common git)
 optdepends=('libkdegames: KDE card sets'
 'pysolfc: PySol card sets'
@@ -16,7 +16,7 @@
 'pysolfc-cardsets: PySol card sets')
 options=(!emptydirs)
 _commit=8c925bd5ce56a387ce42b83e400e6e31e648165e  # tags/3.22.1^0
-source=("git://git.gnome.org/aisleriot#commit=$_commit")
+source=("git+https://git.gnome.org/browse/aisleriot#commit=$_commit;)
 sha256sums=('SKIP')
 
 pkgver() {


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

2017-03-30 Thread Jan Steffens
Date: Thursday, March 30, 2017 @ 20:53:45
  Author: heftig
Revision: 291906

3.22.4+10+g4e04a9b1-1

Modified:
  gnome-builder/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-03-30 20:50:46 UTC (rev 291905)
+++ PKGBUILD2017-03-30 20:53:45 UTC (rev 291906)
@@ -2,8 +2,8 @@
 # Maintainer: Jan Alexander Steffens (heftig) 
 
 pkgname=gnome-builder
-pkgver=3.22.4
-pkgrel=2
+pkgver=3.22.4+10+g4e04a9b1
+pkgrel=1
 pkgdesc="An IDE for writing GNOME-based software"
 url="https://wiki.gnome.org/Apps/Builder;
 arch=(i686 x86_64)
@@ -12,8 +12,9 @@
  ctags libpeas vte3 vala python-jedi autoconf-archive sysprof flatpak)
 makedepends=(intltool llvm gobject-introspection gtk-doc yelp-tools 
appstream-glib vala git
  mm-common)
+optdepends=('gnome-code-assistance: Legacy assistance services')
 groups=(gnome-extra)
-_commit=054d54c8c9a6952e6480408e96decfe1955fd40d  # tags/GNOME_BUILDER_3_22_4^0
+_commit=4e04a9b1377cab57da8166292cc872c79934a22a  # gnome-builder-3-22
 source=("git+https://git.gnome.org/browse/gnome-builder#commit=$_commit;)
 sha256sums=('SKIP')
 


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

2017-03-30 Thread Jan Steffens
Date: Thursday, March 30, 2017 @ 20:50:46
  Author: heftig
Revision: 291905

archrelease: copy trunk to gnome-unstable-i686, gnome-unstable-x86_64

Added:
  mutter/repos/gnome-unstable-i686/
  mutter/repos/gnome-unstable-i686/PKGBUILD
(from rev 291904, mutter/trunk/PKGBUILD)
  mutter/repos/gnome-unstable-i686/startup-notification.patch
(from rev 291904, mutter/trunk/startup-notification.patch)
  mutter/repos/gnome-unstable-x86_64/
  mutter/repos/gnome-unstable-x86_64/PKGBUILD
(from rev 291904, mutter/trunk/PKGBUILD)
  mutter/repos/gnome-unstable-x86_64/startup-notification.patch
(from rev 291904, mutter/trunk/startup-notification.patch)

--+
 gnome-unstable-i686/PKGBUILD |   57 +
 gnome-unstable-i686/startup-notification.patch   |   45 
 gnome-unstable-x86_64/PKGBUILD   |   57 +
 gnome-unstable-x86_64/startup-notification.patch |   45 
 4 files changed, 204 insertions(+)

Copied: mutter/repos/gnome-unstable-i686/PKGBUILD (from rev 291904, 
mutter/trunk/PKGBUILD)
===
--- gnome-unstable-i686/PKGBUILD(rev 0)
+++ gnome-unstable-i686/PKGBUILD2017-03-30 20:50:46 UTC (rev 291905)
@@ -0,0 +1,57 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Maintainer: Ionut Biru 
+# Contributor: Michael Kanis 
+
+pkgname=mutter
+pkgver=3.24.0
+pkgrel=1
+pkgdesc="A window manager for GNOME"
+url="https://git.gnome.org/browse/mutter;
+arch=(i686 x86_64)
+license=(GPL)
+depends=(dconf gobject-introspection-runtime gsettings-desktop-schemas
+ libcanberra startup-notification zenity libsm gnome-desktop upower
+ libxkbcommon-x11 gnome-settings-daemon libgudev libinput)
+makedepends=(intltool gobject-introspection git gnome-common)
+groups=(gnome)
+options=(!emptydirs)
+_commit=5b378ea648ca209c5cc1b5841fb33b3ad91bc7a7  # tags/3.24.0^0
+source=("git+https://git.gnome.org/browse/mutter#commit=$_commit;
+startup-notification.patch)
+sha256sums=('SKIP'
+'5a35ca4794fc361219658d9fae24a3ca21a365f2cb1901702961ac869c759366')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+
+  # https://bugs.archlinux.org/task/51940
+  patch -Np1 -i ../startup-notification.patch
+
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd $pkgname
+
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+  --libexecdir=/usr/lib/$pkgname --disable-static \
+  --disable-schemas-compile --enable-compile-warnings=minimum \
+  --enable-gtk-doc --enable-egl-device
+
+  #https://bugzilla.gnome.org/show_bug.cgi?id=655517
+  sed -e 's/ -shared / -Wl,-O1,--as-needed\0/g' \
+  -i {.,cogl,clutter}/libtool
+
+  make
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="$pkgdir" install
+}

Copied: mutter/repos/gnome-unstable-i686/startup-notification.patch (from rev 
291904, mutter/trunk/startup-notification.patch)
===
--- gnome-unstable-i686/startup-notification.patch  
(rev 0)
+++ gnome-unstable-i686/startup-notification.patch  2017-03-30 20:50:46 UTC 
(rev 291905)
@@ -0,0 +1,45 @@
+From 4ed430b4ef3013c96fa56cdc57b925b42d20ead9 Mon Sep 17 00:00:00 2001
+From: =?UTF-8?q?Florian=20M=C3=BCllner?= 
+Date: Thu, 20 Oct 2016 18:00:04 +0200
+Subject: [PATCH] gtk-shell: Work around non-working startup notifications
+
+GNOME Shell relies on the MetaScreen::startup-sequence-changed signal,
+which is tied to (lib)startup-notification and therefore X11. As a result,
+when we remove the startup sequence of a wayland client, GNOME Shell will
+not be notified about this until startup-notification's timeout is hit.
+As a temporary stop-gap, go through XWayland even for wayland clients,
+so that the signal is emitted when expected.
+
+https://bugzilla.gnome.org/show_bug.cgi?id=768531
+---
+ src/wayland/meta-wayland-gtk-shell.c | 10 ++
+ 1 file changed, 10 insertions(+)
+
+diff --git a/src/wayland/meta-wayland-gtk-shell.c 
b/src/wayland/meta-wayland-gtk-shell.c
+index d6e249f..9d1a19e 100644
+--- a/src/wayland/meta-wayland-gtk-shell.c
 b/src/wayland/meta-wayland-gtk-shell.c
+@@ -219,11 +219,21 @@ gtk_shell_set_startup_id (struct wl_client   *client,
+   struct wl_resource *resource,
+   const char *startup_id)
+ {
++#if 0
+   MetaDisplay *display;
+ 
+   display = meta_get_display ();
+   meta_startup_notification_remove_sequence (display->startup_notification,
+  startup_id);
++#else
++  /* HACK: MetaScreen::startup-sequence-changed is currently tied to
++   (lib)startup-notification, which means it only works on 

[arch-commits] Commit in gnome-system-log/repos (4 files)

2017-03-30 Thread Jan Steffens
Date: Thursday, March 30, 2017 @ 20:50:26
  Author: heftig
Revision: 291904

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

Added:
  gnome-system-log/repos/extra-i686/PKGBUILD
(from rev 291903, gnome-system-log/trunk/PKGBUILD)
  gnome-system-log/repos/extra-x86_64/PKGBUILD
(from rev 291903, gnome-system-log/trunk/PKGBUILD)
Deleted:
  gnome-system-log/repos/extra-i686/PKGBUILD
  gnome-system-log/repos/extra-x86_64/PKGBUILD

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2017-03-30 20:48:54 UTC (rev 291903)
+++ extra-i686/PKGBUILD 2017-03-30 20:50:26 UTC (rev 291904)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru 
-
-pkgname=gnome-system-log
-pkgver=3.9.90
-pkgrel=2
-pkgdesc="View your system logs"
-arch=(i686 x86_64)
-url="https://git.gnome.org/browse/gnome-system-log;
-license=('GPL2')
-depends=('dconf' 'gtk3')
-makedepends=('intltool' 'itstool' 'docbook-xsl')
-groups=('gnome')
-source=(http://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('9eeb51982d347aa7b33703031e2c1d8084201374665425cd62199649b29a5411')
-
-build() {
-  cd "$pkgname-$pkgver"
-  ./configure --prefix=/usr \
---disable-schemas-compile
-  make
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-  make DESTDIR="$pkgdir" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: gnome-system-log/repos/extra-i686/PKGBUILD (from rev 291903, 
gnome-system-log/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2017-03-30 20:50:26 UTC (rev 291904)
@@ -0,0 +1,38 @@
+# $Id$
+# Contributor: Ionut Biru 
+
+pkgname=gnome-system-log
+pkgver=3.9.90+156+g6e29f03
+pkgrel=1
+pkgdesc="View your system logs"
+arch=(i686 x86_64)
+url="https://git.gnome.org/browse/gnome-system-log;
+license=(GPL2)
+depends=(dconf gtk3)
+makedepends=(intltool itstool docbook-xsl git gnome-common)
+_commit=6e29f0383b0743b319a5109e4415c71ceb85cc62  # master
+source=("git+https://git.gnome.org/browse/gnome-system-log#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd $pkgname
+  ./configure --prefix=/usr --disable-schemas-compile
+  make
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2017-03-30 20:48:54 UTC (rev 291903)
+++ extra-x86_64/PKGBUILD   2017-03-30 20:50:26 UTC (rev 291904)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru 
-
-pkgname=gnome-system-log
-pkgver=3.9.90
-pkgrel=2
-pkgdesc="View your system logs"
-arch=(i686 x86_64)
-url="https://git.gnome.org/browse/gnome-system-log;
-license=('GPL2')
-depends=('dconf' 'gtk3')
-makedepends=('intltool' 'itstool' 'docbook-xsl')
-groups=('gnome')
-source=(http://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('9eeb51982d347aa7b33703031e2c1d8084201374665425cd62199649b29a5411')
-
-build() {
-  cd "$pkgname-$pkgver"
-  ./configure --prefix=/usr \
---disable-schemas-compile
-  make
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-  make DESTDIR="$pkgdir" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: gnome-system-log/repos/extra-x86_64/PKGBUILD (from rev 291903, 
gnome-system-log/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2017-03-30 20:50:26 UTC (rev 291904)
@@ -0,0 +1,38 @@
+# $Id$
+# Contributor: Ionut Biru 
+
+pkgname=gnome-system-log
+pkgver=3.9.90+156+g6e29f03
+pkgrel=1
+pkgdesc="View your system logs"
+arch=(i686 x86_64)
+url="https://git.gnome.org/browse/gnome-system-log;
+license=(GPL2)
+depends=(dconf gtk3)
+makedepends=(intltool itstool docbook-xsl git gnome-common)
+_commit=6e29f0383b0743b319a5109e4415c71ceb85cc62  # master
+source=("git+https://git.gnome.org/browse/gnome-system-log#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd $pkgname
+  ./configure --prefix=/usr --disable-schemas-compile
+  make
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:


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

2017-03-30 Thread Jan Steffens
Date: Thursday, March 30, 2017 @ 20:48:54
  Author: heftig
Revision: 291903

3.9.90+156+g6e29f03-1

Modified:
  gnome-system-log/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-03-30 20:45:11 UTC (rev 291902)
+++ PKGBUILD2017-03-30 20:48:54 UTC (rev 291903)
@@ -1,28 +1,37 @@
 # $Id$
-# Maintainer: Ionut Biru 
+# Contributor: Ionut Biru 
 
 pkgname=gnome-system-log
-pkgver=3.9.90
-pkgrel=2
+pkgver=3.9.90+156+g6e29f03
+pkgrel=1
 pkgdesc="View your system logs"
 arch=(i686 x86_64)
 url="https://git.gnome.org/browse/gnome-system-log;
-license=('GPL2')
-depends=('dconf' 'gtk3')
-makedepends=('intltool' 'itstool' 'docbook-xsl')
-groups=('gnome')
-source=(http://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('9eeb51982d347aa7b33703031e2c1d8084201374665425cd62199649b29a5411')
+license=(GPL2)
+depends=(dconf gtk3)
+makedepends=(intltool itstool docbook-xsl git gnome-common)
+_commit=6e29f0383b0743b319a5109e4415c71ceb85cc62  # master
+source=("git+https://git.gnome.org/browse/gnome-system-log#commit=$_commit;)
+sha256sums=('SKIP')
 
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+  NOCONFIGURE=1 ./autogen.sh
+}
+
 build() {
-  cd "$pkgname-$pkgver"
-  ./configure --prefix=/usr \
---disable-schemas-compile
+  cd $pkgname
+  ./configure --prefix=/usr --disable-schemas-compile
   make
 }
 
 package() {
-  cd "$pkgname-$pkgver"
+  cd $pkgname
   make DESTDIR="$pkgdir" install
 }
 


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

2017-03-30 Thread Jan Steffens
Date: Thursday, March 30, 2017 @ 20:44:07
  Author: heftig
Revision: 291900

3.24.0-1

Modified:
  mutter/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-03-30 20:38:12 UTC (rev 291899)
+++ PKGBUILD2017-03-30 20:44:07 UTC (rev 291900)
@@ -4,7 +4,7 @@
 # Contributor: Michael Kanis 
 
 pkgname=mutter
-pkgver=3.22.3
+pkgver=3.24.0
 pkgrel=1
 pkgdesc="A window manager for GNOME"
 url="https://git.gnome.org/browse/mutter;
@@ -16,7 +16,7 @@
 makedepends=(intltool gobject-introspection git gnome-common)
 groups=(gnome)
 options=(!emptydirs)
-_commit=afb4165262ac7b51229663fdf859aee2dcc4b4e8  # tags/3.22.3^0
+_commit=5b378ea648ca209c5cc1b5841fb33b3ad91bc7a7  # tags/3.24.0^0
 source=("git+https://git.gnome.org/browse/mutter#commit=$_commit;
 startup-notification.patch)
 sha256sums=('SKIP'
@@ -42,7 +42,7 @@
   ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
   --libexecdir=/usr/lib/$pkgname --disable-static \
   --disable-schemas-compile --enable-compile-warnings=minimum \
-  --enable-gtk-doc
+  --enable-gtk-doc --enable-egl-device
 
   #https://bugzilla.gnome.org/show_bug.cgi?id=655517
   sed -e 's/ -shared / -Wl,-O1,--as-needed\0/g' \


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

2017-03-30 Thread Jan Steffens
Date: Thursday, March 30, 2017 @ 20:38:12
  Author: heftig
Revision: 291899

archrelease: copy trunk to gnome-unstable-i686, gnome-unstable-x86_64

Added:
  modemmanager/repos/gnome-unstable-i686/
  modemmanager/repos/gnome-unstable-i686/PKGBUILD
(from rev 291898, modemmanager/trunk/PKGBUILD)
  modemmanager/repos/gnome-unstable-x86_64/
  modemmanager/repos/gnome-unstable-x86_64/PKGBUILD
(from rev 291898, modemmanager/trunk/PKGBUILD)

+
 gnome-unstable-i686/PKGBUILD   |   79 +++
 gnome-unstable-x86_64/PKGBUILD |   79 +++
 2 files changed, 158 insertions(+)

Copied: modemmanager/repos/gnome-unstable-i686/PKGBUILD (from rev 291898, 
modemmanager/trunk/PKGBUILD)
===
--- gnome-unstable-i686/PKGBUILD(rev 0)
+++ gnome-unstable-i686/PKGBUILD2017-03-30 20:38:12 UTC (rev 291899)
@@ -0,0 +1,79 @@
+# $Id$
+# Contributor: Ionut Biru 
+# Contributor: Jan Alexander Steffens (heftig) 
+
+pkgbase=modemmanager
+pkgname=(modemmanager libmm-glib)
+pkgver=1.6.4
+pkgrel=2
+pkgdesc="Mobile broadband modem management service"
+arch=(i686 x86_64)
+url="https://www.freedesktop.org/wiki/Software/ModemManager/;
+license=(GPL2 LGPL2.1)
+depends=(systemd libgudev polkit ppp libqmi libmbim)
+makedepends=(intltool gtk-doc gobject-introspection vala autoconf-archive git)
+_commit=ed41d18ab6b0db386b30ed8ef712ab51a865c7cf  # tags/1.6.4
+source=("git+https://anongit.freedesktop.org/git/ModemManager/ModemManager#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd ModemManager
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd ModemManager
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd ModemManager
+  ./configure --prefix=/usr \
+--sysconfdir=/etc \
+--localstatedir=/var \
+--sbindir=/usr/bin \
+--with-dbus-sys-dir=/usr/share/dbus-1/system.d \
+--with-udev-base-dir=/usr/lib/udev \
+--with-polkit=permissive \
+--with-suspend-resume=systemd \
+--enable-gtk-doc \
+--disable-static
+
+  # https://bugzilla.gnome.org/show_bug.cgi?id=655517
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
+  make
+}
+
+check() {
+  cd ModemManager
+  make -k check
+}
+
+package_modemmanager() {
+  depends+=(libmm-glib)
+  optdepends=('usb_modeswitch: install if your modem shows up as a storage 
drive')
+  options=(!emptydirs)
+
+  cd ModemManager
+  make DESTDIR="$pkgdir" install
+  make DESTDIR="$pkgdir" -C libmm-glib uninstall
+  make DESTDIR="$pkgdir" -C vapi uninstall
+
+  # Some stuff to move is left over
+  mv "$pkgdir/usr/include" ..
+  mv "$pkgdir/usr/lib/pkgconfig" ..
+}
+
+package_libmm-glib() {
+  pkgdesc="ModemManager library"
+  depends=(glib2)
+
+  install -d "$pkgdir/usr/lib"
+  mv include "$pkgdir/usr"
+  mv pkgconfig "$pkgdir/usr/lib"
+
+  cd ModemManager
+  make DESTDIR="$pkgdir" -C libmm-glib install
+  make DESTDIR="$pkgdir" -C vapi install
+}

Copied: modemmanager/repos/gnome-unstable-x86_64/PKGBUILD (from rev 291898, 
modemmanager/trunk/PKGBUILD)
===
--- gnome-unstable-x86_64/PKGBUILD  (rev 0)
+++ gnome-unstable-x86_64/PKGBUILD  2017-03-30 20:38:12 UTC (rev 291899)
@@ -0,0 +1,79 @@
+# $Id$
+# Contributor: Ionut Biru 
+# Contributor: Jan Alexander Steffens (heftig) 
+
+pkgbase=modemmanager
+pkgname=(modemmanager libmm-glib)
+pkgver=1.6.4
+pkgrel=2
+pkgdesc="Mobile broadband modem management service"
+arch=(i686 x86_64)
+url="https://www.freedesktop.org/wiki/Software/ModemManager/;
+license=(GPL2 LGPL2.1)
+depends=(systemd libgudev polkit ppp libqmi libmbim)
+makedepends=(intltool gtk-doc gobject-introspection vala autoconf-archive git)
+_commit=ed41d18ab6b0db386b30ed8ef712ab51a865c7cf  # tags/1.6.4
+source=("git+https://anongit.freedesktop.org/git/ModemManager/ModemManager#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd ModemManager
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd ModemManager
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd ModemManager
+  ./configure --prefix=/usr \
+--sysconfdir=/etc \
+--localstatedir=/var \
+--sbindir=/usr/bin \
+--with-dbus-sys-dir=/usr/share/dbus-1/system.d \
+--with-udev-base-dir=/usr/lib/udev \
+--with-polkit=permissive \
+--with-suspend-resume=systemd \
+--enable-gtk-doc \
+--disable-static
+
+  # https://bugzilla.gnome.org/show_bug.cgi?id=655517
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
+  make
+}
+
+check() {
+  cd ModemManager
+  make -k check
+}
+
+package_modemmanager() {
+  depends+=(libmm-glib)
+  optdepends=('usb_modeswitch: install if your modem shows up as a storage 

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

2017-03-30 Thread Jan Steffens
Date: Thursday, March 30, 2017 @ 20:37:49
  Author: heftig
Revision: 291898

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

Added:
  libwebp/repos/staging-i686/
  libwebp/repos/staging-i686/PKGBUILD
(from rev 291897, libwebp/trunk/PKGBUILD)
  libwebp/repos/staging-x86_64/
  libwebp/repos/staging-x86_64/PKGBUILD
(from rev 291897, libwebp/trunk/PKGBUILD)

-+
 staging-i686/PKGBUILD   |   54 ++
 staging-x86_64/PKGBUILD |   54 ++
 2 files changed, 108 insertions(+)

Copied: libwebp/repos/staging-i686/PKGBUILD (from rev 291897, 
libwebp/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2017-03-30 20:37:49 UTC (rev 291898)
@@ -0,0 +1,54 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Alexander Rødseth 
+# Contributor: Jon Nordby 
+
+pkgname=libwebp
+pkgver=0.6.0
+pkgrel=1
+pkgdesc="WebP library and conversion tools"
+arch=(x86_64 i686)
+url="https://developers.google.com/speed/webp/;
+license=(BSD)
+depends=(libpng libjpeg libtiff giflib)
+makedepends=(freeglut mesa glu git)
+optdepends=('freeglut: vwebp viewer')
+_commit=50d1a848bc56554af8413cfe681f94286a6371b3  # tags/v0.6.0^0
+source=("git+https://chromium.googlesource.com/webm/libwebp#commit=$_commit;)
+sha256sums=('SKIP')
+validpgpkeys=('6B0E6B70976DE303EDF2F601F9C3D6BDB8232B5D')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/^v//;s/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd $pkgname
+
+  ./configure --prefix=/usr \
+ --enable-swap-16bit-csp \
+ --enable-experimental \
+ --enable-libwebp{mux,demux,decoder,extras} \
+ --disable-static
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make
+}
+
+check() {
+  cd $pkgname
+  make check
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="$pkgdir" install
+  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
+}
+
+# vim:set ts=2 sw=2 et:

Copied: libwebp/repos/staging-x86_64/PKGBUILD (from rev 291897, 
libwebp/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2017-03-30 20:37:49 UTC (rev 291898)
@@ -0,0 +1,54 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Alexander Rødseth 
+# Contributor: Jon Nordby 
+
+pkgname=libwebp
+pkgver=0.6.0
+pkgrel=1
+pkgdesc="WebP library and conversion tools"
+arch=(x86_64 i686)
+url="https://developers.google.com/speed/webp/;
+license=(BSD)
+depends=(libpng libjpeg libtiff giflib)
+makedepends=(freeglut mesa glu git)
+optdepends=('freeglut: vwebp viewer')
+_commit=50d1a848bc56554af8413cfe681f94286a6371b3  # tags/v0.6.0^0
+source=("git+https://chromium.googlesource.com/webm/libwebp#commit=$_commit;)
+sha256sums=('SKIP')
+validpgpkeys=('6B0E6B70976DE303EDF2F601F9C3D6BDB8232B5D')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/^v//;s/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd $pkgname
+
+  ./configure --prefix=/usr \
+ --enable-swap-16bit-csp \
+ --enable-experimental \
+ --enable-libwebp{mux,demux,decoder,extras} \
+ --disable-static
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make
+}
+
+check() {
+  cd $pkgname
+  make check
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="$pkgdir" install
+  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
+}
+
+# vim:set ts=2 sw=2 et:


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

2017-03-30 Thread Jan Steffens
Date: Thursday, March 30, 2017 @ 20:37:26
  Author: heftig
Revision: 291897

archrelease: copy trunk to gnome-unstable-i686, gnome-unstable-x86_64

Added:
  zenity/repos/gnome-unstable-i686/
  zenity/repos/gnome-unstable-i686/PKGBUILD
(from rev 291896, zenity/trunk/PKGBUILD)
  zenity/repos/gnome-unstable-x86_64/
  zenity/repos/gnome-unstable-x86_64/PKGBUILD
(from rev 291896, zenity/trunk/PKGBUILD)

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

Copied: zenity/repos/gnome-unstable-i686/PKGBUILD (from rev 291896, 
zenity/trunk/PKGBUILD)
===
--- gnome-unstable-i686/PKGBUILD(rev 0)
+++ gnome-unstable-i686/PKGBUILD2017-03-30 20:37:26 UTC (rev 291897)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Jan de Groot 
+
+pkgname=zenity
+pkgver=3.24.0
+pkgrel=1
+pkgdesc="Display graphical dialog boxes from shell scripts"
+url="https://git.gnome.org/browse/zenity;
+arch=(i686 x86_64)
+license=(LGPL)
+depends=(webkit2gtk libnotify)
+makedepends=(itstool yelp-tools gettext gnome-common git)
+_commit=0b990c541c202412cb3a4120199af154094dfeac  # tags/3.24.0^0
+source=("git+https://git.gnome.org/browse/zenity#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/^ZENITY_//;s/_/./g;s/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd $pkgname
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --localstatedir=/var
+  make
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="${pkgdir}" install
+}

Copied: zenity/repos/gnome-unstable-x86_64/PKGBUILD (from rev 291896, 
zenity/trunk/PKGBUILD)
===
--- gnome-unstable-x86_64/PKGBUILD  (rev 0)
+++ gnome-unstable-x86_64/PKGBUILD  2017-03-30 20:37:26 UTC (rev 291897)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Jan de Groot 
+
+pkgname=zenity
+pkgver=3.24.0
+pkgrel=1
+pkgdesc="Display graphical dialog boxes from shell scripts"
+url="https://git.gnome.org/browse/zenity;
+arch=(i686 x86_64)
+license=(LGPL)
+depends=(webkit2gtk libnotify)
+makedepends=(itstool yelp-tools gettext gnome-common git)
+_commit=0b990c541c202412cb3a4120199af154094dfeac  # tags/3.24.0^0
+source=("git+https://git.gnome.org/browse/zenity#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/^ZENITY_//;s/_/./g;s/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd $pkgname
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --localstatedir=/var
+  make
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="${pkgdir}" install
+}


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

2017-03-30 Thread Jan Steffens
Date: Thursday, March 30, 2017 @ 20:37:03
  Author: heftig
Revision: 291896

archrelease: copy trunk to gnome-unstable-i686, gnome-unstable-x86_64

Added:
  libsecret/repos/gnome-unstable-i686/
  libsecret/repos/gnome-unstable-i686/PKGBUILD
(from rev 291895, libsecret/trunk/PKGBUILD)
  libsecret/repos/gnome-unstable-x86_64/
  libsecret/repos/gnome-unstable-x86_64/PKGBUILD
(from rev 291895, libsecret/trunk/PKGBUILD)

+
 gnome-unstable-i686/PKGBUILD   |   44 +++
 gnome-unstable-x86_64/PKGBUILD |   44 +++
 2 files changed, 88 insertions(+)

Copied: libsecret/repos/gnome-unstable-i686/PKGBUILD (from rev 291895, 
libsecret/trunk/PKGBUILD)
===
--- gnome-unstable-i686/PKGBUILD(rev 0)
+++ gnome-unstable-i686/PKGBUILD2017-03-30 20:37:03 UTC (rev 291896)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Jan de Groot 
+
+pkgname=libsecret
+pkgver=0.18.5+8+g2ab34b2
+pkgrel=1
+pkgdesc="Library for storing and retrieving passwords and other secrets"
+arch=(i686 x86_64)
+license=(LGPL)
+url="https://wiki.gnome.org/Projects/Libsecret;
+depends=(glib2 libgcrypt)
+checkdepends=(python-dbus dbus-glib python-gobject gjs)
+makedepends=(intltool docbook-xsl gobject-introspection vala git gtk-doc)
+optdepends=('gnome-keyring: key storage service (or use any other service 
implementing org.freedesktop.secrets)')
+_commit=2ab34b2b5dd5c3da733ced23391856e36bed7c59  # gnome-3-20
+source=("git+https://git.gnome.org/browse/libsecret#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd $pkgname
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+--disable-static --enable-gtk-doc
+  make
+}
+
+check() {
+  cd $pkgname
+  PATH="$srcdir/path:$PATH" dbus-run-session make -k check 
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="$pkgdir" install
+}

Copied: libsecret/repos/gnome-unstable-x86_64/PKGBUILD (from rev 291895, 
libsecret/trunk/PKGBUILD)
===
--- gnome-unstable-x86_64/PKGBUILD  (rev 0)
+++ gnome-unstable-x86_64/PKGBUILD  2017-03-30 20:37:03 UTC (rev 291896)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Jan de Groot 
+
+pkgname=libsecret
+pkgver=0.18.5+8+g2ab34b2
+pkgrel=1
+pkgdesc="Library for storing and retrieving passwords and other secrets"
+arch=(i686 x86_64)
+license=(LGPL)
+url="https://wiki.gnome.org/Projects/Libsecret;
+depends=(glib2 libgcrypt)
+checkdepends=(python-dbus dbus-glib python-gobject gjs)
+makedepends=(intltool docbook-xsl gobject-introspection vala git gtk-doc)
+optdepends=('gnome-keyring: key storage service (or use any other service 
implementing org.freedesktop.secrets)')
+_commit=2ab34b2b5dd5c3da733ced23391856e36bed7c59  # gnome-3-20
+source=("git+https://git.gnome.org/browse/libsecret#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd $pkgname
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+--disable-static --enable-gtk-doc
+  make
+}
+
+check() {
+  cd $pkgname
+  PATH="$srcdir/path:$PATH" dbus-run-session make -k check 
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="$pkgdir" install
+}


[arch-commits] Commit in linux-zen/repos (14 files)

2017-03-30 Thread Jan Steffens
Date: Thursday, March 30, 2017 @ 20:36:40
  Author: heftig
Revision: 291895

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

Added:
  linux-zen/repos/testing-i686/
  linux-zen/repos/testing-i686/90-linux.hook
(from rev 291894, linux-zen/trunk/90-linux.hook)
  linux-zen/repos/testing-i686/PKGBUILD
(from rev 291894, linux-zen/trunk/PKGBUILD)
  linux-zen/repos/testing-i686/config.i686
(from rev 291894, linux-zen/trunk/config.i686)
  linux-zen/repos/testing-i686/config.x86_64
(from rev 291894, linux-zen/trunk/config.x86_64)
  linux-zen/repos/testing-i686/linux.install
(from rev 291894, linux-zen/trunk/linux.install)
  linux-zen/repos/testing-i686/linux.preset
(from rev 291894, linux-zen/trunk/linux.preset)
  linux-zen/repos/testing-x86_64/
  linux-zen/repos/testing-x86_64/90-linux.hook
(from rev 291894, linux-zen/trunk/90-linux.hook)
  linux-zen/repos/testing-x86_64/PKGBUILD
(from rev 291894, linux-zen/trunk/PKGBUILD)
  linux-zen/repos/testing-x86_64/config.i686
(from rev 291894, linux-zen/trunk/config.i686)
  linux-zen/repos/testing-x86_64/config.x86_64
(from rev 291894, linux-zen/trunk/config.x86_64)
  linux-zen/repos/testing-x86_64/linux.install
(from rev 291894, linux-zen/trunk/linux.install)
  linux-zen/repos/testing-x86_64/linux.preset
(from rev 291894, linux-zen/trunk/linux.preset)

--+
 testing-i686/90-linux.hook   |   11 
 testing-i686/PKGBUILD|  299 +
 testing-i686/config.i686 | 8367 +
 testing-i686/config.x86_64   | 8120 +++
 testing-i686/linux.install   |   27 
 testing-i686/linux.preset|   14 
 testing-x86_64/90-linux.hook |   11 
 testing-x86_64/PKGBUILD  |  299 +
 testing-x86_64/config.i686   | 8367 +
 testing-x86_64/config.x86_64 | 8120 +++
 testing-x86_64/linux.install |   27 
 testing-x86_64/linux.preset  |   14 
 12 files changed, 33676 insertions(+)

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


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

2017-03-30 Thread Jan Steffens
Date: Thursday, March 30, 2017 @ 20:34:33
  Author: heftig
Revision: 291894

3.24.0-1

Modified:
  zenity/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-03-30 20:29:53 UTC (rev 291893)
+++ PKGBUILD2017-03-30 20:34:33 UTC (rev 291894)
@@ -2,7 +2,7 @@
 # Maintainer: Jan de Groot 
 
 pkgname=zenity
-pkgver=3.22.0+1+gcd1647c
+pkgver=3.24.0
 pkgrel=1
 pkgdesc="Display graphical dialog boxes from shell scripts"
 url="https://git.gnome.org/browse/zenity;
@@ -10,8 +10,8 @@
 license=(LGPL)
 depends=(webkit2gtk libnotify)
 makedepends=(itstool yelp-tools gettext gnome-common git)
-_commit=cd1647cb2dfbc0e83ee372bee49028acbaf9a781  # master
-source=("git://git.gnome.org/zenity#commit=$_commit")
+_commit=0b990c541c202412cb3a4120199af154094dfeac  # tags/3.24.0^0
+source=("git+https://git.gnome.org/browse/zenity#commit=$_commit;)
 sha256sums=('SKIP')
 
 pkgver() {


[arch-commits] Commit in mate-calc (5 files)

2017-03-30 Thread Balló György
Date: Thursday, March 30, 2017 @ 20:30:45
  Author: bgyorgy
Revision: 220129

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

Added:
  mate-calc/repos/
  mate-calc/repos/community-i686/
  mate-calc/repos/community-i686/PKGBUILD
(from rev 220128, mate-calc/trunk/PKGBUILD)
  mate-calc/repos/community-x86_64/
  mate-calc/repos/community-x86_64/PKGBUILD
(from rev 220128, mate-calc/trunk/PKGBUILD)

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

Copied: mate-calc/repos/community-i686/PKGBUILD (from rev 220128, 
mate-calc/trunk/PKGBUILD)
===
--- repos/community-i686/PKGBUILD   (rev 0)
+++ repos/community-i686/PKGBUILD   2017-03-30 20:30:45 UTC (rev 220129)
@@ -0,0 +1,26 @@
+# Contributor: Martin Wimpress 
+
+pkgname=mate-calc
+pkgver=1.18.0
+pkgrel=1
+pkgdesc="Calculator for the MATE desktop environment"
+url="http://mate-desktop.org;
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('gtk3')
+makedepends=('intltool' 'itstool')
+groups=('mate-extra')
+source=("http://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('f9f74e5b65c5828249af2ec264099e06ba678209')
+
+build() {
+cd ${pkgname}-${pkgver}
+./configure \
+--prefix=/usr
+make
+}
+
+package() {
+cd ${pkgname}-${pkgver}
+make DESTDIR="${pkgdir}" install
+}

Copied: mate-calc/repos/community-x86_64/PKGBUILD (from rev 220128, 
mate-calc/trunk/PKGBUILD)
===
--- repos/community-x86_64/PKGBUILD (rev 0)
+++ repos/community-x86_64/PKGBUILD 2017-03-30 20:30:45 UTC (rev 220129)
@@ -0,0 +1,26 @@
+# Contributor: Martin Wimpress 
+
+pkgname=mate-calc
+pkgver=1.18.0
+pkgrel=1
+pkgdesc="Calculator for the MATE desktop environment"
+url="http://mate-desktop.org;
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('gtk3')
+makedepends=('intltool' 'itstool')
+groups=('mate-extra')
+source=("http://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('f9f74e5b65c5828249af2ec264099e06ba678209')
+
+build() {
+cd ${pkgname}-${pkgver}
+./configure \
+--prefix=/usr
+make
+}
+
+package() {
+cd ${pkgname}-${pkgver}
+make DESTDIR="${pkgdir}" install
+}


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

2017-03-30 Thread Balló György
Date: Thursday, March 30, 2017 @ 20:30:29
  Author: bgyorgy
Revision: 220128

Add back mate-calc

It's official part of MATE again.

Added:
  mate-calc/
  mate-calc/trunk/
  mate-calc/trunk/PKGBUILD

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

Added: mate-calc/trunk/PKGBUILD
===
--- mate-calc/trunk/PKGBUILD(rev 0)
+++ mate-calc/trunk/PKGBUILD2017-03-30 20:30:29 UTC (rev 220128)
@@ -0,0 +1,26 @@
+# Contributor: Martin Wimpress 
+
+pkgname=mate-calc
+pkgver=1.18.0
+pkgrel=1
+pkgdesc="Calculator for the MATE desktop environment"
+url="http://mate-desktop.org;
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('gtk3')
+makedepends=('intltool' 'itstool')
+groups=('mate-extra')
+source=("http://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('f9f74e5b65c5828249af2ec264099e06ba678209')
+
+build() {
+cd ${pkgname}-${pkgver}
+./configure \
+--prefix=/usr
+make
+}
+
+package() {
+cd ${pkgname}-${pkgver}
+make DESTDIR="${pkgdir}" install
+}


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


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

2017-03-30 Thread Jan Steffens
Date: Thursday, March 30, 2017 @ 20:29:53
  Author: heftig
Revision: 291893

1.6.4-2

Modified:
  modemmanager/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-03-30 20:27:42 UTC (rev 291892)
+++ PKGBUILD2017-03-30 20:29:53 UTC (rev 291893)
@@ -1,11 +1,11 @@
 # $Id$
-# Maintainer: Ionut Biru 
+# Contributor: Ionut Biru 
 # Contributor: Jan Alexander Steffens (heftig) 
 
 pkgbase=modemmanager
 pkgname=(modemmanager libmm-glib)
 pkgver=1.6.4
-pkgrel=1
+pkgrel=2
 pkgdesc="Mobile broadband modem management service"
 arch=(i686 x86_64)
 url="https://www.freedesktop.org/wiki/Software/ModemManager/;


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

2017-03-30 Thread Jan Steffens
Date: Thursday, March 30, 2017 @ 20:27:42
  Author: heftig
Revision: 291892

0.18.5+8+g2ab34b2-1

Modified:
  libsecret/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-03-30 20:24:07 UTC (rev 291891)
+++ PKGBUILD2017-03-30 20:27:42 UTC (rev 291892)
@@ -2,37 +2,43 @@
 # Maintainer: Jan de Groot 
 
 pkgname=libsecret
-pkgver=0.18.5
+pkgver=0.18.5+8+g2ab34b2
 pkgrel=1
-pkgdesc='Library for storing and retrieving passwords and other secrets.'
-arch=('i686' 'x86_64')
-license=('LGPL')
+pkgdesc="Library for storing and retrieving passwords and other secrets"
+arch=(i686 x86_64)
+license=(LGPL)
 url="https://wiki.gnome.org/Projects/Libsecret;
-depends=('glib2' 'libgcrypt')
-checkdepends=('python2-dbus' 'python-dbus' 'dbus-glib' 'python2-gobject' 
'python-gobject' 'gjs')
-makedepends=('intltool' 'docbook-xsl' 'gobject-introspection' 'vala')
+depends=(glib2 libgcrypt)
+checkdepends=(python-dbus dbus-glib python-gobject gjs)
+makedepends=(intltool docbook-xsl gobject-introspection vala git gtk-doc)
 optdepends=('gnome-keyring: key storage service (or use any other service 
implementing org.freedesktop.secrets)')
-source=(https://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('9ce7bd8dd5831f2786c935d82638ac428fa085057cc6780aba0e39375887ccb3')
+_commit=2ab34b2b5dd5c3da733ced23391856e36bed7c59  # gnome-3-20
+source=("git+https://git.gnome.org/browse/libsecret#commit=$_commit;)
+sha256sums=('SKIP')
 
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
 prepare() {
-  mkdir path
-  ln -s /usr/bin/python2 path/python
+  cd $pkgname
+  NOCONFIGURE=1 ./autogen.sh
 }
 
 build() {
-  cd "$pkgname-$pkgver"
-  ./configure --prefix=/usr --sysconfdir=/etc \
-  --localstatedir=/var --disable-static
+  cd $pkgname
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+--disable-static --enable-gtk-doc
   make
 }
 
 check() {
-  cd "$pkgname-$pkgver"
+  cd $pkgname
   PATH="$srcdir/path:$PATH" dbus-run-session make -k check 
 }
 
 package() {
-  cd "$pkgname-$pkgver"
+  cd $pkgname
   make DESTDIR="$pkgdir" install
 }


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

2017-03-30 Thread Jan Steffens
Date: Thursday, March 30, 2017 @ 20:24:07
  Author: heftig
Revision: 291891

archrelease: copy trunk to gnome-unstable-i686, gnome-unstable-x86_64

Added:
  libqmi/repos/gnome-unstable-i686/
  libqmi/repos/gnome-unstable-i686/PKGBUILD
(from rev 291890, libqmi/trunk/PKGBUILD)
  libqmi/repos/gnome-unstable-x86_64/
  libqmi/repos/gnome-unstable-x86_64/PKGBUILD
(from rev 291890, libqmi/trunk/PKGBUILD)

+
 gnome-unstable-i686/PKGBUILD   |   42 +++
 gnome-unstable-x86_64/PKGBUILD |   42 +++
 2 files changed, 84 insertions(+)

Copied: libqmi/repos/gnome-unstable-i686/PKGBUILD (from rev 291890, 
libqmi/trunk/PKGBUILD)
===
--- gnome-unstable-i686/PKGBUILD(rev 0)
+++ gnome-unstable-i686/PKGBUILD2017-03-30 20:24:07 UTC (rev 291891)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+
+pkgname=libqmi
+pkgver=1.18.0
+pkgrel=1
+pkgdesc="QMI modem protocol helper library"
+arch=(i686 x86_64)
+url="http://www.freedesktop.org/wiki/Software/libqmi/;
+license=(GPL2)
+depends=(libmbim libgudev)
+makedepends=(gtk-doc python git help2man)
+_commit=76f2030b6e66d0ceeab30e57f5200708649f7905  # tags/1.18.0
+source=("git+https://anongit.freedesktop.org/git/libqmi#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd $pkgname
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+--libexecdir=/usr/lib/$pkgname --disable-static --enable-gtk-doc
+  make
+}
+
+check() {
+  cd $pkgname
+  make check
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="$pkgdir" install
+}

Copied: libqmi/repos/gnome-unstable-x86_64/PKGBUILD (from rev 291890, 
libqmi/trunk/PKGBUILD)
===
--- gnome-unstable-x86_64/PKGBUILD  (rev 0)
+++ gnome-unstable-x86_64/PKGBUILD  2017-03-30 20:24:07 UTC (rev 291891)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+
+pkgname=libqmi
+pkgver=1.18.0
+pkgrel=1
+pkgdesc="QMI modem protocol helper library"
+arch=(i686 x86_64)
+url="http://www.freedesktop.org/wiki/Software/libqmi/;
+license=(GPL2)
+depends=(libmbim libgudev)
+makedepends=(gtk-doc python git help2man)
+_commit=76f2030b6e66d0ceeab30e57f5200708649f7905  # tags/1.18.0
+source=("git+https://anongit.freedesktop.org/git/libqmi#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd $pkgname
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+--libexecdir=/usr/lib/$pkgname --disable-static --enable-gtk-doc
+  make
+}
+
+check() {
+  cd $pkgname
+  make check
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="$pkgdir" install
+}


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

2017-03-30 Thread Jan Steffens
Date: Thursday, March 30, 2017 @ 20:21:23
  Author: heftig
Revision: 291890

1.18.0-1

Modified:
  libqmi/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-03-30 20:19:22 UTC (rev 291889)
+++ PKGBUILD2017-03-30 20:21:23 UTC (rev 291890)
@@ -2,16 +2,16 @@
 # Maintainer: Jan Alexander Steffens (heftig) 
 
 pkgname=libqmi
-pkgver=1.16.2
+pkgver=1.18.0
 pkgrel=1
 pkgdesc="QMI modem protocol helper library"
 arch=(i686 x86_64)
 url="http://www.freedesktop.org/wiki/Software/libqmi/;
 license=(GPL2)
-depends=(libmbim)
-makedepends=(gtk-doc python git)
-_commit=f114f4ebe66c538cbb28b05eb0b065fe08c6f9fa  # tags/1.16.2
-source=("git://anongit.freedesktop.org/libqmi#commit=$_commit")
+depends=(libmbim libgudev)
+makedepends=(gtk-doc python git help2man)
+_commit=76f2030b6e66d0ceeab30e57f5200708649f7905  # tags/1.18.0
+source=("git+https://anongit.freedesktop.org/git/libqmi#commit=$_commit;)
 sha256sums=('SKIP')
 
 pkgver() {


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

2017-03-30 Thread Jan Steffens
Date: Thursday, March 30, 2017 @ 20:19:22
  Author: heftig
Revision: 291889

archrelease: copy trunk to gnome-unstable-i686, gnome-unstable-x86_64

Added:
  libmbim/repos/gnome-unstable-i686/PKGBUILD
(from rev 291888, libmbim/trunk/PKGBUILD)
  libmbim/repos/gnome-unstable-x86_64/PKGBUILD
(from rev 291888, libmbim/trunk/PKGBUILD)
Deleted:
  libmbim/repos/gnome-unstable-i686/PKGBUILD
  libmbim/repos/gnome-unstable-x86_64/PKGBUILD

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

Deleted: gnome-unstable-i686/PKGBUILD
===
--- gnome-unstable-i686/PKGBUILD2017-03-30 20:17:33 UTC (rev 291888)
+++ gnome-unstable-i686/PKGBUILD2017-03-30 20:19:22 UTC (rev 291889)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-
-pkgname=libmbim
-pkgver=1.14.0
-pkgrel=3
-pkgdesc="MBIM modem protocol helper library"
-arch=(i686 x86_64)
-url="https://www.freedesktop.org/wiki/Software/libmbim/;
-license=(GPL2)
-depends=(glib2 bash systemd libgudev)
-makedepends=(gtk-doc python git)
-_commit=50cddf48823f05ec124afad80c0d948184e19b00  # tags/1.14.0
-source=("git+https://anongit.freedesktop.org/git/libmbim/libmbim#commit=$_commit;)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-  NOCONFIGURE=1 ./autogen.sh
-}
-
-build() {
-  cd $pkgname
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
---libexecdir=/usr/lib/$pkgname --disable-static --enable-gtk-doc
-  make
-}
-
-check() {
-  cd $pkgname
-  make check
-}
-
-package() {
-  cd $pkgname
-  make DESTDIR="$pkgdir" install
-}

Copied: libmbim/repos/gnome-unstable-i686/PKGBUILD (from rev 291888, 
libmbim/trunk/PKGBUILD)
===
--- gnome-unstable-i686/PKGBUILD(rev 0)
+++ gnome-unstable-i686/PKGBUILD2017-03-30 20:19:22 UTC (rev 291889)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+
+pkgname=libmbim
+pkgver=1.14.0
+pkgrel=4
+pkgdesc="MBIM modem protocol helper library"
+arch=(i686 x86_64)
+url="https://www.freedesktop.org/wiki/Software/libmbim/;
+license=(GPL2)
+depends=(glib2 bash systemd libgudev)
+makedepends=(gtk-doc python git help2man)
+_commit=50cddf48823f05ec124afad80c0d948184e19b00  # tags/1.14.0
+source=("git+https://anongit.freedesktop.org/git/libmbim/libmbim#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd $pkgname
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+--libexecdir=/usr/lib/$pkgname --disable-static --enable-gtk-doc
+  make
+}
+
+check() {
+  cd $pkgname
+  make check
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="$pkgdir" install
+}

Deleted: gnome-unstable-x86_64/PKGBUILD
===
--- gnome-unstable-x86_64/PKGBUILD  2017-03-30 20:17:33 UTC (rev 291888)
+++ gnome-unstable-x86_64/PKGBUILD  2017-03-30 20:19:22 UTC (rev 291889)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-
-pkgname=libmbim
-pkgver=1.14.0
-pkgrel=3
-pkgdesc="MBIM modem protocol helper library"
-arch=(i686 x86_64)
-url="https://www.freedesktop.org/wiki/Software/libmbim/;
-license=(GPL2)
-depends=(glib2 bash systemd libgudev)
-makedepends=(gtk-doc python git)
-_commit=50cddf48823f05ec124afad80c0d948184e19b00  # tags/1.14.0
-source=("git+https://anongit.freedesktop.org/git/libmbim/libmbim#commit=$_commit;)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-  NOCONFIGURE=1 ./autogen.sh
-}
-
-build() {
-  cd $pkgname
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
---libexecdir=/usr/lib/$pkgname --disable-static --enable-gtk-doc
-  make
-}
-
-check() {
-  cd $pkgname
-  make check
-}
-
-package() {
-  cd $pkgname
-  make DESTDIR="$pkgdir" install
-}

Copied: libmbim/repos/gnome-unstable-x86_64/PKGBUILD (from rev 291888, 
libmbim/trunk/PKGBUILD)
===
--- gnome-unstable-x86_64/PKGBUILD  (rev 0)
+++ gnome-unstable-x86_64/PKGBUILD  2017-03-30 20:19:22 UTC (rev 291889)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+
+pkgname=libmbim
+pkgver=1.14.0
+pkgrel=4
+pkgdesc="MBIM modem protocol helper library"
+arch=(i686 x86_64)
+url="https://www.freedesktop.org/wiki/Software/libmbim/;

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

2017-03-30 Thread Jan Steffens
Date: Thursday, March 30, 2017 @ 20:17:33
  Author: heftig
Revision: 291888

archrelease: copy trunk to gnome-unstable-i686, gnome-unstable-x86_64

Added:
  libgweather/repos/gnome-unstable-i686/
  libgweather/repos/gnome-unstable-i686/PKGBUILD
(from rev 291887, libgweather/trunk/PKGBUILD)
  libgweather/repos/gnome-unstable-x86_64/
  libgweather/repos/gnome-unstable-x86_64/PKGBUILD
(from rev 291887, libgweather/trunk/PKGBUILD)

+
 gnome-unstable-i686/PKGBUILD   |   42 +++
 gnome-unstable-x86_64/PKGBUILD |   42 +++
 2 files changed, 84 insertions(+)

Copied: libgweather/repos/gnome-unstable-i686/PKGBUILD (from rev 291887, 
libgweather/trunk/PKGBUILD)
===
--- gnome-unstable-i686/PKGBUILD(rev 0)
+++ gnome-unstable-i686/PKGBUILD2017-03-30 20:17:33 UTC (rev 291888)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Jan de Groot  
+
+pkgname=libgweather
+pkgver=3.24.0
+pkgrel=1
+pkgdesc="Location and timezone database and weather-lookup library"
+url="https://wiki.gnome.org/Projects/LibGWeather;
+arch=(i686 x86_64)
+license=(LGPL)
+depends=(libsoup gtk3 geocode-glib dconf)
+makedepends=(intltool gobject-introspection vala git gtk-doc autoconf-archive 
glade)
+options=(!emptydirs)
+_commit=e8c6435c7c36bea38acd79398a49a7e5ce03376a  # tags/3.24.0^0
+source=("git+https://git.gnome.org/browse/libgweather#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd "$pkgname"
+
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+--disable-static --enable-gtk-doc
+
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
+  make
+}
+
+package() {
+  cd "$pkgname"
+  make DESTDIR="$pkgdir" install
+}

Copied: libgweather/repos/gnome-unstable-x86_64/PKGBUILD (from rev 291887, 
libgweather/trunk/PKGBUILD)
===
--- gnome-unstable-x86_64/PKGBUILD  (rev 0)
+++ gnome-unstable-x86_64/PKGBUILD  2017-03-30 20:17:33 UTC (rev 291888)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Jan de Groot  
+
+pkgname=libgweather
+pkgver=3.24.0
+pkgrel=1
+pkgdesc="Location and timezone database and weather-lookup library"
+url="https://wiki.gnome.org/Projects/LibGWeather;
+arch=(i686 x86_64)
+license=(LGPL)
+depends=(libsoup gtk3 geocode-glib dconf)
+makedepends=(intltool gobject-introspection vala git gtk-doc autoconf-archive 
glade)
+options=(!emptydirs)
+_commit=e8c6435c7c36bea38acd79398a49a7e5ce03376a  # tags/3.24.0^0
+source=("git+https://git.gnome.org/browse/libgweather#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd "$pkgname"
+
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+--disable-static --enable-gtk-doc
+
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
+  make
+}
+
+package() {
+  cd "$pkgname"
+  make DESTDIR="$pkgdir" install
+}


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

2017-03-30 Thread Jan Steffens
Date: Thursday, March 30, 2017 @ 20:14:27
  Author: heftig
Revision: 291887

3.24.0-1

Modified:
  libgweather/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-03-30 20:14:13 UTC (rev 291886)
+++ PKGBUILD2017-03-30 20:14:27 UTC (rev 291887)
@@ -2,7 +2,7 @@
 # Maintainer: Jan de Groot  
 
 pkgname=libgweather
-pkgver=3.20.4
+pkgver=3.24.0
 pkgrel=1
 pkgdesc="Location and timezone database and weather-lookup library"
 url="https://wiki.gnome.org/Projects/LibGWeather;
@@ -11,7 +11,7 @@
 depends=(libsoup gtk3 geocode-glib dconf)
 makedepends=(intltool gobject-introspection vala git gtk-doc autoconf-archive 
glade)
 options=(!emptydirs)
-_commit=f66554b9fe3e59d95b8748dd78fb8dc57448bffa  # tags/3.20.4^0
+_commit=e8c6435c7c36bea38acd79398a49a7e5ce03376a  # tags/3.24.0^0
 source=("git+https://git.gnome.org/browse/libgweather#commit=$_commit;)
 sha256sums=('SKIP')
 


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

2017-03-30 Thread Jan Steffens
Date: Thursday, March 30, 2017 @ 20:14:13
  Author: heftig
Revision: 291886

1.14.0-4

Modified:
  libmbim/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-03-30 20:12:19 UTC (rev 291885)
+++ PKGBUILD2017-03-30 20:14:13 UTC (rev 291886)
@@ -3,13 +3,13 @@
 
 pkgname=libmbim
 pkgver=1.14.0
-pkgrel=3
+pkgrel=4
 pkgdesc="MBIM modem protocol helper library"
 arch=(i686 x86_64)
 url="https://www.freedesktop.org/wiki/Software/libmbim/;
 license=(GPL2)
 depends=(glib2 bash systemd libgudev)
-makedepends=(gtk-doc python git)
+makedepends=(gtk-doc python git help2man)
 _commit=50cddf48823f05ec124afad80c0d948184e19b00  # tags/1.14.0
 
source=("git+https://anongit.freedesktop.org/git/libmbim/libmbim#commit=$_commit;)
 sha256sums=('SKIP')


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

2017-03-30 Thread Jan Steffens
Date: Thursday, March 30, 2017 @ 20:12:19
  Author: heftig
Revision: 291885

4.10.7-1

Modified:
  linux-zen/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-03-30 20:09:55 UTC (rev 291884)
+++ PKGBUILD2017-03-30 20:12:19 UTC (rev 291885)
@@ -6,8 +6,8 @@
 pkgbase=linux-zen   # Build -zen kernel
 #pkgbase=linux-custom   # Build kernel with a different name
 _srcname=linux-4.10
-_zenpatch=zen-4.10.6-3cd751ff613c045414ef2887ad1f297d654baf25.diff
-pkgver=4.10.6
+_zenpatch=zen-4.10.7-64e2ccfdce33c5fa3a61e0ef0466beb689260cb0.diff
+pkgver=4.10.7
 pkgrel=1
 arch=('i686' 'x86_64')
 url="https://github.com/zen-kernel/zen-kernel;
@@ -29,9 +29,9 @@
 
 sha256sums=('3c95d9f049bd085e5c346d2c77f063b8425f191460fcd3ae9fe7e94e0477dc4b'
 'SKIP'
-'99ecfe76c427aeebfb0f02fe130264db1d22c87e3f7efd34a231fe6d5c50d75d'
+'3f25d2b9b9627d6fa695fc40b1d895f436b58b2631d48fad16ba15e6f7378c6e'
 'SKIP'
-'d1f954c16bfd3ba98bfb04feae79d93f9697eaeacc01fade7c7b6bbd6f79e786'
+'5b548f25fbefa1027d3f87675fe157dcf615e43a8b25b2938c3ae2d5ec0234d7'
 'SKIP'
 '7d843acf4b6ab19bce9e57baf62e717cfe23abd848cf3d49ee1fdf1274a4f79f'
 'ac0413b62ea6f4f843622c118000675afb9b45b595baa90b1b54d4f5e214d757'


[arch-commits] Commit in mate-user-share/repos (4 files)

2017-03-30 Thread Balló György
Date: Thursday, March 30, 2017 @ 20:11:19
  Author: bgyorgy
Revision: 220127

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

Added:
  mate-user-share/repos/community-i686/PKGBUILD
(from rev 220126, mate-user-share/trunk/PKGBUILD)
  mate-user-share/repos/community-x86_64/PKGBUILD
(from rev 220126, mate-user-share/trunk/PKGBUILD)
Deleted:
  mate-user-share/repos/community-i686/PKGBUILD
  mate-user-share/repos/community-x86_64/PKGBUILD

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-03-30 20:11:13 UTC (rev 220126)
+++ community-i686/PKGBUILD 2017-03-30 20:11:19 UTC (rev 220127)
@@ -1,36 +0,0 @@
-# Contributor: Martin Wimpress 
-
-pkgname=mate-user-share
-pkgver=1.18.0
-pkgrel=1
-pkgdesc="User level public file sharing via WebDAV for MATE"
-url="http://mate-desktop.org;
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('dconf' 'mod_dnssd')
-makedepends=('caja' 'dbus-glib' 'intltool' 'itstool' 'libcanberra' 'libnotify')
-optdepends=('caja: File sharing extension')
-groups=('mate-extra')
-conflicts=('mate-user-share-gtk3')
-replaces=('mate-user-share-gtk3')
-source=("http://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
-sha1sums=('1ae23e4e74fc1fffd8207fd15751092763c46ca4')
-
-build() {
-cd ${pkgname}-${pkgver}
-PYTHON=/usr/bin/python2 ./configure \
---prefix=/usr \
---libexec=/usr/lib/${pkgname} \
---sysconfdir=/etc \
---disable-bluetooth
-
-#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: mate-user-share/repos/community-i686/PKGBUILD (from rev 220126, 
mate-user-share/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-03-30 20:11:19 UTC (rev 220127)
@@ -0,0 +1,36 @@
+# Contributor: Martin Wimpress 
+
+pkgname=mate-user-share
+pkgver=1.18.0
+pkgrel=2
+pkgdesc="User level public file sharing via WebDAV for MATE"
+url="http://mate-desktop.org;
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('gtk3' 'mod_dnssd')
+makedepends=('caja' 'dbus-glib' 'intltool' 'itstool' 'libcanberra' 'libnotify')
+optdepends=('caja: File sharing extension')
+groups=('mate-extra')
+conflicts=('mate-user-share-gtk3')
+replaces=('mate-user-share-gtk3')
+source=("http://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('1ae23e4e74fc1fffd8207fd15751092763c46ca4')
+
+build() {
+cd ${pkgname}-${pkgver}
+PYTHON=/usr/bin/python2 ./configure \
+--prefix=/usr \
+--libexec=/usr/lib/${pkgname} \
+--sysconfdir=/etc \
+--disable-bluetooth
+
+#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
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2017-03-30 20:11:13 UTC (rev 220126)
+++ community-x86_64/PKGBUILD   2017-03-30 20:11:19 UTC (rev 220127)
@@ -1,36 +0,0 @@
-# Contributor: Martin Wimpress 
-
-pkgname=mate-user-share
-pkgver=1.18.0
-pkgrel=1
-pkgdesc="User level public file sharing via WebDAV for MATE"
-url="http://mate-desktop.org;
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('dconf' 'mod_dnssd')
-makedepends=('caja' 'dbus-glib' 'intltool' 'itstool' 'libcanberra' 'libnotify')
-optdepends=('caja: File sharing extension')
-groups=('mate-extra')
-conflicts=('mate-user-share-gtk3')
-replaces=('mate-user-share-gtk3')
-source=("http://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
-sha1sums=('1ae23e4e74fc1fffd8207fd15751092763c46ca4')
-
-build() {
-cd ${pkgname}-${pkgver}
-PYTHON=/usr/bin/python2 ./configure \
---prefix=/usr \
---libexec=/usr/lib/${pkgname} \
---sysconfdir=/etc \
---disable-bluetooth
-
-#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: mate-user-share/repos/community-x86_64/PKGBUILD (from rev 220126, 
mate-user-share/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   

[arch-commits] Commit in mate-user-share/trunk (PKGBUILD)

2017-03-30 Thread Balló György
Date: Thursday, March 30, 2017 @ 20:11:13
  Author: bgyorgy
Revision: 220126

upgpkg: mate-user-share 1.18.0-2

Add missing gtk3 dependency

Modified:
  mate-user-share/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-03-30 19:38:36 UTC (rev 220125)
+++ PKGBUILD2017-03-30 20:11:13 UTC (rev 220126)
@@ -2,12 +2,12 @@
 
 pkgname=mate-user-share
 pkgver=1.18.0
-pkgrel=1
+pkgrel=2
 pkgdesc="User level public file sharing via WebDAV for MATE"
 url="http://mate-desktop.org;
 arch=('i686' 'x86_64')
 license=('GPL')
-depends=('dconf' 'mod_dnssd')
+depends=('gtk3' 'mod_dnssd')
 makedepends=('caja' 'dbus-glib' 'intltool' 'itstool' 'libcanberra' 'libnotify')
 optdepends=('caja: File sharing extension')
 groups=('mate-extra')


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

2017-03-30 Thread Jan Steffens
Date: Thursday, March 30, 2017 @ 20:09:55
  Author: heftig
Revision: 291884

archrelease: copy trunk to gnome-unstable-i686, gnome-unstable-x86_64

Added:
  libmbim/repos/gnome-unstable-i686/
  libmbim/repos/gnome-unstable-i686/PKGBUILD
(from rev 291883, libmbim/trunk/PKGBUILD)
  libmbim/repos/gnome-unstable-x86_64/
  libmbim/repos/gnome-unstable-x86_64/PKGBUILD
(from rev 291883, libmbim/trunk/PKGBUILD)

+
 gnome-unstable-i686/PKGBUILD   |   42 +++
 gnome-unstable-x86_64/PKGBUILD |   42 +++
 2 files changed, 84 insertions(+)

Copied: libmbim/repos/gnome-unstable-i686/PKGBUILD (from rev 291883, 
libmbim/trunk/PKGBUILD)
===
--- gnome-unstable-i686/PKGBUILD(rev 0)
+++ gnome-unstable-i686/PKGBUILD2017-03-30 20:09:55 UTC (rev 291884)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+
+pkgname=libmbim
+pkgver=1.14.0
+pkgrel=3
+pkgdesc="MBIM modem protocol helper library"
+arch=(i686 x86_64)
+url="https://www.freedesktop.org/wiki/Software/libmbim/;
+license=(GPL2)
+depends=(glib2 bash systemd libgudev)
+makedepends=(gtk-doc python git)
+_commit=50cddf48823f05ec124afad80c0d948184e19b00  # tags/1.14.0
+source=("git+https://anongit.freedesktop.org/git/libmbim/libmbim#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd $pkgname
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+--libexecdir=/usr/lib/$pkgname --disable-static --enable-gtk-doc
+  make
+}
+
+check() {
+  cd $pkgname
+  make check
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="$pkgdir" install
+}

Copied: libmbim/repos/gnome-unstable-x86_64/PKGBUILD (from rev 291883, 
libmbim/trunk/PKGBUILD)
===
--- gnome-unstable-x86_64/PKGBUILD  (rev 0)
+++ gnome-unstable-x86_64/PKGBUILD  2017-03-30 20:09:55 UTC (rev 291884)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+
+pkgname=libmbim
+pkgver=1.14.0
+pkgrel=3
+pkgdesc="MBIM modem protocol helper library"
+arch=(i686 x86_64)
+url="https://www.freedesktop.org/wiki/Software/libmbim/;
+license=(GPL2)
+depends=(glib2 bash systemd libgudev)
+makedepends=(gtk-doc python git)
+_commit=50cddf48823f05ec124afad80c0d948184e19b00  # tags/1.14.0
+source=("git+https://anongit.freedesktop.org/git/libmbim/libmbim#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd $pkgname
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+--libexecdir=/usr/lib/$pkgname --disable-static --enable-gtk-doc
+  make
+}
+
+check() {
+  cd $pkgname
+  make check
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="$pkgdir" install
+}


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

2017-03-30 Thread Jan Steffens
Date: Thursday, March 30, 2017 @ 20:09:19
  Author: heftig
Revision: 291883

1.14.0-3

Modified:
  libmbim/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-03-30 20:08:55 UTC (rev 291882)
+++ PKGBUILD2017-03-30 20:09:19 UTC (rev 291883)
@@ -3,15 +3,15 @@
 
 pkgname=libmbim
 pkgver=1.14.0
-pkgrel=2
+pkgrel=3
 pkgdesc="MBIM modem protocol helper library"
 arch=(i686 x86_64)
-url="http://www.freedesktop.org/wiki/Software/libmbim/;
+url="https://www.freedesktop.org/wiki/Software/libmbim/;
 license=(GPL2)
 depends=(glib2 bash systemd libgudev)
 makedepends=(gtk-doc python git)
 _commit=50cddf48823f05ec124afad80c0d948184e19b00  # tags/1.14.0
-source=("git://anongit.freedesktop.org/libmbim/libmbim#commit=$_commit")
+source=("git+https://anongit.freedesktop.org/git/libmbim/libmbim#commit=$_commit;)
 sha256sums=('SKIP')
 
 pkgver() {


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

2017-03-30 Thread Jan Steffens
Date: Thursday, March 30, 2017 @ 20:08:55
  Author: heftig
Revision: 291882

archrelease: copy trunk to gnome-unstable-i686, gnome-unstable-x86_64

Added:
  glade/repos/gnome-unstable-i686/
  glade/repos/gnome-unstable-i686/PKGBUILD
(from rev 291881, glade/trunk/PKGBUILD)
  glade/repos/gnome-unstable-x86_64/
  glade/repos/gnome-unstable-x86_64/PKGBUILD
(from rev 291881, glade/trunk/PKGBUILD)

+
 gnome-unstable-i686/PKGBUILD   |   42 +++
 gnome-unstable-x86_64/PKGBUILD |   42 +++
 2 files changed, 84 insertions(+)

Copied: glade/repos/gnome-unstable-i686/PKGBUILD (from rev 291881, 
glade/trunk/PKGBUILD)
===
--- gnome-unstable-i686/PKGBUILD(rev 0)
+++ gnome-unstable-i686/PKGBUILD2017-03-30 20:08:55 UTC (rev 291882)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Douglas Soares de Andrade 
+
+pkgname=glade
+pkgver=3.20.0+27+g2b88ce24
+pkgrel=1
+pkgdesc="User interface builder for GTK+ and GNOME."
+arch=(i686 x86_64)
+license=(GPL LGPL)
+depends=(gtk3 libxml2)
+makedepends=(intltool gtk-doc gobject-introspection python-gobject itstool 
docbook-xsl git
+ gnome-common)
+optdepends=('python: Python widgets support'
+'devhelp: help browser')
+url="https://glade.gnome.org/;
+_commit=2b88ce24e32e8377dfbf2a5e4852c29725da7dbb  # glade-3-20
+source=("git+https://git.gnome.org/browse/glade#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/^GLADE_//;s/_/./g;s/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd $pkgname
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+--disable-static --enable-gtk-doc
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="$pkgdir" install
+}

Copied: glade/repos/gnome-unstable-x86_64/PKGBUILD (from rev 291881, 
glade/trunk/PKGBUILD)
===
--- gnome-unstable-x86_64/PKGBUILD  (rev 0)
+++ gnome-unstable-x86_64/PKGBUILD  2017-03-30 20:08:55 UTC (rev 291882)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Douglas Soares de Andrade 
+
+pkgname=glade
+pkgver=3.20.0+27+g2b88ce24
+pkgrel=1
+pkgdesc="User interface builder for GTK+ and GNOME."
+arch=(i686 x86_64)
+license=(GPL LGPL)
+depends=(gtk3 libxml2)
+makedepends=(intltool gtk-doc gobject-introspection python-gobject itstool 
docbook-xsl git
+ gnome-common)
+optdepends=('python: Python widgets support'
+'devhelp: help browser')
+url="https://glade.gnome.org/;
+_commit=2b88ce24e32e8377dfbf2a5e4852c29725da7dbb  # glade-3-20
+source=("git+https://git.gnome.org/browse/glade#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/^GLADE_//;s/_/./g;s/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd $pkgname
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+--disable-static --enable-gtk-doc
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="$pkgdir" install
+}


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

2017-03-30 Thread Jan Steffens
Date: Thursday, March 30, 2017 @ 20:07:55
  Author: heftig
Revision: 291881

3.20.0+27+g2b88ce24-1

Modified:
  glade/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-03-30 20:02:21 UTC (rev 291880)
+++ PKGBUILD2017-03-30 20:07:55 UTC (rev 291881)
@@ -3,7 +3,7 @@
 # Contributor: Douglas Soares de Andrade 
 
 pkgname=glade
-pkgver=3.20.0+19+g0aaed6fe
+pkgver=3.20.0+27+g2b88ce24
 pkgrel=1
 pkgdesc="User interface builder for GTK+ and GNOME."
 arch=(i686 x86_64)
@@ -14,8 +14,8 @@
 optdepends=('python: Python widgets support'
 'devhelp: help browser')
 url="https://glade.gnome.org/;
-_commit=0aaed6fe5f2e6f456e8fa4a2be95e08215c901c4
-source=("git://git.gnome.org/glade#commit=$_commit")
+_commit=2b88ce24e32e8377dfbf2a5e4852c29725da7dbb  # glade-3-20
+source=("git+https://git.gnome.org/browse/glade#commit=$_commit;)
 sha256sums=('SKIP')
 
 pkgver() {


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

2017-03-30 Thread Jan Steffens
Date: Thursday, March 30, 2017 @ 20:02:21
  Author: heftig
Revision: 291880

archrelease: copy trunk to gnome-unstable-i686, gnome-unstable-x86_64

Added:
  pygobject/repos/gnome-unstable-i686/
  pygobject/repos/gnome-unstable-i686/PKGBUILD
(from rev 291879, pygobject/trunk/PKGBUILD)
  pygobject/repos/gnome-unstable-x86_64/
  pygobject/repos/gnome-unstable-x86_64/PKGBUILD
(from rev 291879, pygobject/trunk/PKGBUILD)

+
 gnome-unstable-i686/PKGBUILD   |   68 +++
 gnome-unstable-x86_64/PKGBUILD |   68 +++
 2 files changed, 136 insertions(+)

Copied: pygobject/repos/gnome-unstable-i686/PKGBUILD (from rev 291879, 
pygobject/trunk/PKGBUILD)
===
--- gnome-unstable-i686/PKGBUILD(rev 0)
+++ gnome-unstable-i686/PKGBUILD2017-03-30 20:02:21 UTC (rev 291880)
@@ -0,0 +1,68 @@
+# $Id$
+# Maintainer: Ionut Biru 
+
+pkgbase=pygobject
+pkgname=(python-gobject python2-gobject pygobject-devel)
+pkgver=3.24.0
+pkgrel=1
+pkgdesc="Python Bindings for GLib/GObject/GIO/GTK+"
+url="https://wiki.gnome.org/Projects/PyGObject;
+arch=(i686 x86_64)
+license=(LGPL)
+depends=(gobject-introspection-runtime)
+makedepends=(python{,2}-cairo gobject-introspection git gnome-common)
+optdepends=('cairo: Cairo bindings')
+_commit=9d76190bc7a256764b1af5ec4bd05ce4a7b6e1d2  # tags/3.24.0^0
+source=("git+https://git.gnome.org/browse/pygobject#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgbase
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  mkdir build-py{2,3} devel
+  cd $pkgbase
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+_build() (
+  cd build-py$1
+  ../$pkgbase/configure --prefix=/usr --with-python=/usr/bin/python$1
+  sed -i 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make
+)
+
+build() {
+  _build 2
+  _build 3
+}
+
+package_python-gobject() {
+  depends=("pygobject-devel=$pkgver" python)
+
+  cd build-py3
+  make DESTDIR="$pkgdir" install
+  mv "$pkgdir"/usr/{include,lib/pkgconfig} "$srcdir/devel"
+}
+
+package_python2-gobject() {
+  pkgdesc="${pkgdesc/Python/Python2}"
+  depends=("pygobject-devel=$pkgver" python2)
+
+  cd build-py2
+  make DESTDIR="$pkgdir" install
+  python2 -m compileall "$pkgdir"/usr/lib/python2.7/site-packages/gi
+  rm -r "$pkgdir"/usr/{include,lib/pkgconfig}
+}
+
+package_pygobject-devel() {
+  pkgdesc="Common development files for pygobject"
+  optdepends=()
+
+  cd devel
+  mkdir -p "$pkgdir/usr/lib"
+  mv include "$pkgdir/usr/"
+  mv pkgconfig "$pkgdir/usr/lib/"
+}

Copied: pygobject/repos/gnome-unstable-x86_64/PKGBUILD (from rev 291879, 
pygobject/trunk/PKGBUILD)
===
--- gnome-unstable-x86_64/PKGBUILD  (rev 0)
+++ gnome-unstable-x86_64/PKGBUILD  2017-03-30 20:02:21 UTC (rev 291880)
@@ -0,0 +1,68 @@
+# $Id$
+# Maintainer: Ionut Biru 
+
+pkgbase=pygobject
+pkgname=(python-gobject python2-gobject pygobject-devel)
+pkgver=3.24.0
+pkgrel=1
+pkgdesc="Python Bindings for GLib/GObject/GIO/GTK+"
+url="https://wiki.gnome.org/Projects/PyGObject;
+arch=(i686 x86_64)
+license=(LGPL)
+depends=(gobject-introspection-runtime)
+makedepends=(python{,2}-cairo gobject-introspection git gnome-common)
+optdepends=('cairo: Cairo bindings')
+_commit=9d76190bc7a256764b1af5ec4bd05ce4a7b6e1d2  # tags/3.24.0^0
+source=("git+https://git.gnome.org/browse/pygobject#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgbase
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  mkdir build-py{2,3} devel
+  cd $pkgbase
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+_build() (
+  cd build-py$1
+  ../$pkgbase/configure --prefix=/usr --with-python=/usr/bin/python$1
+  sed -i 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make
+)
+
+build() {
+  _build 2
+  _build 3
+}
+
+package_python-gobject() {
+  depends=("pygobject-devel=$pkgver" python)
+
+  cd build-py3
+  make DESTDIR="$pkgdir" install
+  mv "$pkgdir"/usr/{include,lib/pkgconfig} "$srcdir/devel"
+}
+
+package_python2-gobject() {
+  pkgdesc="${pkgdesc/Python/Python2}"
+  depends=("pygobject-devel=$pkgver" python2)
+
+  cd build-py2
+  make DESTDIR="$pkgdir" install
+  python2 -m compileall "$pkgdir"/usr/lib/python2.7/site-packages/gi
+  rm -r "$pkgdir"/usr/{include,lib/pkgconfig}
+}
+
+package_pygobject-devel() {
+  pkgdesc="Common development files for pygobject"
+  optdepends=()
+
+  cd devel
+  mkdir -p "$pkgdir/usr/lib"
+  mv include "$pkgdir/usr/"
+  mv pkgconfig "$pkgdir/usr/lib/"
+}


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

2017-03-30 Thread Jan Steffens
Date: Thursday, March 30, 2017 @ 20:01:42
  Author: heftig
Revision: 291879

3.24.0-1

Modified:
  pygobject/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-03-30 19:55:40 UTC (rev 291878)
+++ PKGBUILD2017-03-30 20:01:42 UTC (rev 291879)
@@ -3,8 +3,8 @@
 
 pkgbase=pygobject
 pkgname=(python-gobject python2-gobject pygobject-devel)
-pkgver=3.22.0
-pkgrel=2
+pkgver=3.24.0
+pkgrel=1
 pkgdesc="Python Bindings for GLib/GObject/GIO/GTK+"
 url="https://wiki.gnome.org/Projects/PyGObject;
 arch=(i686 x86_64)
@@ -12,8 +12,8 @@
 depends=(gobject-introspection-runtime)
 makedepends=(python{,2}-cairo gobject-introspection git gnome-common)
 optdepends=('cairo: Cairo bindings')
-_commit=fb1b8fa8a67f2c7ea7ad4b53076496a8f2b4afdb
-source=("git://git.gnome.org/pygobject#commit=$_commit")
+_commit=9d76190bc7a256764b1af5ec4bd05ce4a7b6e1d2  # tags/3.24.0^0
+source=("git+https://git.gnome.org/browse/pygobject#commit=$_commit;)
 sha256sums=('SKIP')
 
 pkgver() {


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

2017-03-30 Thread Jan Steffens
Date: Thursday, March 30, 2017 @ 19:55:40
  Author: heftig
Revision: 291878

archrelease: copy trunk to gnome-unstable-i686, gnome-unstable-x86_64

Added:
  gnome-desktop/repos/gnome-unstable-i686/
  gnome-desktop/repos/gnome-unstable-i686/PKGBUILD
(from rev 291877, gnome-desktop/trunk/PKGBUILD)
  gnome-desktop/repos/gnome-unstable-x86_64/
  gnome-desktop/repos/gnome-unstable-x86_64/PKGBUILD
(from rev 291877, gnome-desktop/trunk/PKGBUILD)

+
 gnome-unstable-i686/PKGBUILD   |   41 +++
 gnome-unstable-x86_64/PKGBUILD |   41 +++
 2 files changed, 82 insertions(+)

Copied: gnome-desktop/repos/gnome-unstable-i686/PKGBUILD (from rev 291877, 
gnome-desktop/trunk/PKGBUILD)
===
--- gnome-unstable-i686/PKGBUILD(rev 0)
+++ gnome-unstable-i686/PKGBUILD2017-03-30 19:55:40 UTC (rev 291878)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer:  Jan de Groot 
+
+pkgname=gnome-desktop
+pkgver=3.24.0
+pkgrel=1
+epoch=1
+pkgdesc="Library with common API for various GNOME modules"
+url="https://git.gnome.org/browse/gnome-desktop;
+arch=(i686 x86_64)
+license=(GPL LGPL)
+depends=(gsettings-desktop-schemas gtk3 libxkbfile xkeyboard-config iso-codes)
+makedepends=(intltool gobject-introspection git gnome-common gtk-doc)
+_commit=298263b118966615b8695d339a70969106e7740d  # tags/3.24.0^0
+source=("git+https://git.gnome.org/browse/gnome-desktop#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd $pkgname
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+--libexecdir=/usr/lib/$pkgname --disable-static \
+--with-gnome-distributor="Arch Linux" --enable-gtk-doc
+
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="$pkgdir" install
+}

Copied: gnome-desktop/repos/gnome-unstable-x86_64/PKGBUILD (from rev 291877, 
gnome-desktop/trunk/PKGBUILD)
===
--- gnome-unstable-x86_64/PKGBUILD  (rev 0)
+++ gnome-unstable-x86_64/PKGBUILD  2017-03-30 19:55:40 UTC (rev 291878)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer:  Jan de Groot 
+
+pkgname=gnome-desktop
+pkgver=3.24.0
+pkgrel=1
+epoch=1
+pkgdesc="Library with common API for various GNOME modules"
+url="https://git.gnome.org/browse/gnome-desktop;
+arch=(i686 x86_64)
+license=(GPL LGPL)
+depends=(gsettings-desktop-schemas gtk3 libxkbfile xkeyboard-config iso-codes)
+makedepends=(intltool gobject-introspection git gnome-common gtk-doc)
+_commit=298263b118966615b8695d339a70969106e7740d  # tags/3.24.0^0
+source=("git+https://git.gnome.org/browse/gnome-desktop#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd $pkgname
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+--libexecdir=/usr/lib/$pkgname --disable-static \
+--with-gnome-distributor="Arch Linux" --enable-gtk-doc
+
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="$pkgdir" install
+}


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

2017-03-30 Thread Jan Steffens
Date: Thursday, March 30, 2017 @ 19:54:58
  Author: heftig
Revision: 291877

3.24.0-1

Modified:
  gnome-desktop/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-03-30 19:50:06 UTC (rev 291876)
+++ PKGBUILD2017-03-30 19:54:58 UTC (rev 291877)
@@ -2,7 +2,7 @@
 # Maintainer:  Jan de Groot 
 
 pkgname=gnome-desktop
-pkgver=3.22.2
+pkgver=3.24.0
 pkgrel=1
 epoch=1
 pkgdesc="Library with common API for various GNOME modules"
@@ -11,8 +11,8 @@
 license=(GPL LGPL)
 depends=(gsettings-desktop-schemas gtk3 libxkbfile xkeyboard-config iso-codes)
 makedepends=(intltool gobject-introspection git gnome-common gtk-doc)
-_commit=b9e03c705253b1a35bd59c7a7f7ffc54d011342f  # tags/3.22.2^0
-source=("git://git.gnome.org/gnome-desktop#commit=$_commit")
+_commit=298263b118966615b8695d339a70969106e7740d  # tags/3.24.0^0
+source=("git+https://git.gnome.org/browse/gnome-desktop#commit=$_commit;)
 sha256sums=('SKIP')
 
 pkgver() {


[arch-commits] Commit in gsettings-desktop-schemas/repos (2 files)

2017-03-30 Thread Jan Steffens
Date: Thursday, March 30, 2017 @ 19:50:06
  Author: heftig
Revision: 291876

archrelease: copy trunk to gnome-unstable-any

Added:
  gsettings-desktop-schemas/repos/gnome-unstable-any/
  gsettings-desktop-schemas/repos/gnome-unstable-any/PKGBUILD
(from rev 291875, gsettings-desktop-schemas/trunk/PKGBUILD)

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

Copied: gsettings-desktop-schemas/repos/gnome-unstable-any/PKGBUILD (from rev 
291875, gsettings-desktop-schemas/trunk/PKGBUILD)
===
--- gnome-unstable-any/PKGBUILD (rev 0)
+++ gnome-unstable-any/PKGBUILD 2017-03-30 19:50:06 UTC (rev 291876)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer : Ionut Biru 
+# Contributor: Jaroslav Lichtblau 
+# Contributor: Adam Hani Schakaki (krzd) 
+
+pkgname=gsettings-desktop-schemas
+pkgver=3.24.0
+pkgrel=1
+pkgdesc="Shared GSettings schemas for the desktop"
+arch=(any)
+url="https://git.gnome.org/browse/gsettings-desktop-schemas;
+license=(GPL)
+depends=(glib2 dconf)
+makedepends=(intltool gobject-introspection git gnome-common)
+_commit=a5c759a1d9d7e4825f94da30f0f8fb8abc2e3efb  # tags/3.24.0^0
+source=("git+https://git.gnome.org/browse/gsettings-desktop-schemas#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd $pkgname
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+--disable-schemas-compile
+  make
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="$pkgdir" install
+}


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

2017-03-30 Thread Jan Steffens
Date: Thursday, March 30, 2017 @ 19:49:52
  Author: heftig
Revision: 291875

archrelease: copy trunk to gnome-unstable-i686, gnome-unstable-x86_64

Added:
  geocode-glib/repos/gnome-unstable-i686/
  geocode-glib/repos/gnome-unstable-i686/PKGBUILD
(from rev 291874, geocode-glib/trunk/PKGBUILD)
  geocode-glib/repos/gnome-unstable-x86_64/
  geocode-glib/repos/gnome-unstable-x86_64/PKGBUILD
(from rev 291874, geocode-glib/trunk/PKGBUILD)

+
 gnome-unstable-i686/PKGBUILD   |   40 +++
 gnome-unstable-x86_64/PKGBUILD |   40 +++
 2 files changed, 80 insertions(+)

Copied: geocode-glib/repos/gnome-unstable-i686/PKGBUILD (from rev 291874, 
geocode-glib/trunk/PKGBUILD)
===
--- gnome-unstable-i686/PKGBUILD(rev 0)
+++ gnome-unstable-i686/PKGBUILD2017-03-30 19:49:52 UTC (rev 291875)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Jan de Groot 
+# Maintainer: Jan Alexander Steffens (heftig) 
+
+pkgname=geocode-glib
+pkgver=3.23.90
+pkgrel=1
+pkgdesc="Helper library for geocoding services"
+url="https://git.gnome.org/browse/geocode-glib/;
+arch=(i686 x86_64)
+license=(LGPL)
+depends=(glib2 json-glib libsoup)
+makedepends=(intltool gobject-introspection git gtk-doc autoconf-archive)
+options=(!emptydirs)
+_commit=537eb30d0479588053cde1336e1a93c1d66b7493  # tags/3.23.90^0
+source=("git+https://git.gnome.org/browse/geocode-glib#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+  sed -i 's/gnome/Adwaita/g' icons/Makefile.am
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd $pkgname
+  ./configure --prefix=/usr --enable-gtk-doc --disable-Werror
+  make
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="$pkgdir" install
+}
+

Copied: geocode-glib/repos/gnome-unstable-x86_64/PKGBUILD (from rev 291874, 
geocode-glib/trunk/PKGBUILD)
===
--- gnome-unstable-x86_64/PKGBUILD  (rev 0)
+++ gnome-unstable-x86_64/PKGBUILD  2017-03-30 19:49:52 UTC (rev 291875)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Jan de Groot 
+# Maintainer: Jan Alexander Steffens (heftig) 
+
+pkgname=geocode-glib
+pkgver=3.23.90
+pkgrel=1
+pkgdesc="Helper library for geocoding services"
+url="https://git.gnome.org/browse/geocode-glib/;
+arch=(i686 x86_64)
+license=(LGPL)
+depends=(glib2 json-glib libsoup)
+makedepends=(intltool gobject-introspection git gtk-doc autoconf-archive)
+options=(!emptydirs)
+_commit=537eb30d0479588053cde1336e1a93c1d66b7493  # tags/3.23.90^0
+source=("git+https://git.gnome.org/browse/geocode-glib#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+  sed -i 's/gnome/Adwaita/g' icons/Makefile.am
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd $pkgname
+  ./configure --prefix=/usr --enable-gtk-doc --disable-Werror
+  make
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="$pkgdir" install
+}
+


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

2017-03-30 Thread Jan Steffens
Date: Thursday, March 30, 2017 @ 19:48:49
  Author: heftig
Revision: 291874

3.24.0-1

Modified:
  gsettings-desktop-schemas/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-03-30 19:48:43 UTC (rev 291873)
+++ PKGBUILD2017-03-30 19:48:49 UTC (rev 291874)
@@ -4,16 +4,16 @@
 # Contributor: Adam Hani Schakaki (krzd) 
 
 pkgname=gsettings-desktop-schemas
-pkgver=3.22.0+1+g6f52ab5
+pkgver=3.24.0
 pkgrel=1
 pkgdesc="Shared GSettings schemas for the desktop"
 arch=(any)
-url="https://www.gnome.org/;
+url="https://git.gnome.org/browse/gsettings-desktop-schemas;
 license=(GPL)
-depends=(glib2)
+depends=(glib2 dconf)
 makedepends=(intltool gobject-introspection git gnome-common)
-_commit=6f52ab56bcf02c4a7315e433e30f45f106f31c3f
-source=("git://git.gnome.org/gsettings-desktop-schemas#commit=$_commit")
+_commit=a5c759a1d9d7e4825f94da30f0f8fb8abc2e3efb  # tags/3.24.0^0
+source=("git+https://git.gnome.org/browse/gsettings-desktop-schemas#commit=$_commit;)
 sha256sums=('SKIP')
 
 pkgver() {


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

2017-03-30 Thread Jan Steffens
Date: Thursday, March 30, 2017 @ 19:48:43
  Author: heftig
Revision: 291873

3.23.90-1

Modified:
  geocode-glib/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-03-30 19:41:19 UTC (rev 291872)
+++ PKGBUILD2017-03-30 19:48:43 UTC (rev 291873)
@@ -3,7 +3,7 @@
 # Maintainer: Jan Alexander Steffens (heftig) 
 
 pkgname=geocode-glib
-pkgver=3.20.1+1+ga646012
+pkgver=3.23.90
 pkgrel=1
 pkgdesc="Helper library for geocoding services"
 url="https://git.gnome.org/browse/geocode-glib/;
@@ -10,10 +10,10 @@
 arch=(i686 x86_64)
 license=(LGPL)
 depends=(glib2 json-glib libsoup)
-makedepends=(intltool gobject-introspection gnome-common git gtk-doc)
+makedepends=(intltool gobject-introspection git gtk-doc autoconf-archive)
 options=(!emptydirs)
-_commit=a64601202c6cbdb2578aa054f6c3a1249cf3596c
-source=("git://git.gnome.org/geocode-glib#commit=$_commit")
+_commit=537eb30d0479588053cde1336e1a93c1d66b7493  # tags/3.23.90^0
+source=("git+https://git.gnome.org/browse/geocode-glib#commit=$_commit;)
 sha256sums=('SKIP')
 
 pkgver() {
@@ -24,12 +24,12 @@
 prepare() {
   cd $pkgname
   sed -i 's/gnome/Adwaita/g' icons/Makefile.am
-  NOCONFIGURE=1 gnome-autogen.sh
+  NOCONFIGURE=1 ./autogen.sh
 }
 
 build() {
   cd $pkgname
-  ./configure --prefix=/usr --enable-gtk-doc
+  ./configure --prefix=/usr --enable-gtk-doc --disable-Werror
   make
 }
 


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

2017-03-30 Thread Christian Hesse
Date: Thursday, March 30, 2017 @ 19:41:19
  Author: eworm
Revision: 291872

update upstream apng patch

* update upstream apng patch (no functionaly changes, so not rebuilding)
* download from https

Modified:
  libpng/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-03-30 16:21:17 UTC (rev 291871)
+++ PKGBUILD2017-03-30 19:41:19 UTC (rev 291872)
@@ -6,7 +6,7 @@
 
 pkgname=libpng
 pkgver=1.6.29
-_apngver=1.6.28
+_apngver=1.6.29
 pkgrel=1
 pkgdesc="A collection of routines used to create PNG format graphics files"
 arch=('i686' 'x86_64')
@@ -14,11 +14,11 @@
 license=('custom')
 depends=('zlib' 'sh')
 validpgpkeys=('8048643BA2C840F4F92A195FF54984BFA16C640F') # Glenn 
Randers-Pehrson (mozilla) 
-source=(http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.xz{,.asc}
-
http://downloads.sourceforge.net/sourceforge/libpng-apng/libpng-$_apngver-apng.patch.gz)
+source=(https://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.xz{,.asc}
+
https://downloads.sourceforge.net/sourceforge/libpng-apng/libpng-$_apngver-apng.patch.gz)
 sha256sums=('4245b684e8fe829ebb76186327bb37ce5a639938b219882b53d64bd3cfc5f239'
 'SKIP'
-'4b294933e3c875d0e3331d286840b859b8a70dc338f1fefbe803a464c1d9b654')
+'06f3c9b23f61a5a16310170d10a29d0ba1a9350e23b8ce90ae870333b513285b')
 
 prepare() {
   cd $pkgname-$pkgver


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

2017-03-30 Thread Balló György
Date: Thursday, March 30, 2017 @ 19:38:36
  Author: bgyorgy
Revision: 220125

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

Added:
  caja-extensions/repos/community-i686/PKGBUILD
(from rev 220124, caja-extensions/trunk/PKGBUILD)
  caja-extensions/repos/community-x86_64/PKGBUILD
(from rev 220124, caja-extensions/trunk/PKGBUILD)
Deleted:
  caja-extensions/repos/community-i686/PKGBUILD
  caja-extensions/repos/community-x86_64/PKGBUILD

---+
 /PKGBUILD |  220 
 community-i686/PKGBUILD   |  101 
 community-x86_64/PKGBUILD |  101 
 3 files changed, 220 insertions(+), 202 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-03-30 19:38:29 UTC (rev 220124)
+++ community-i686/PKGBUILD 2017-03-30 19:38:36 UTC (rev 220125)
@@ -1,101 +0,0 @@
-# Contributor: Martin Wimpress 
-
-pkgbase=caja-extensions
-pkgname=(caja-extensions-common caja-gksu caja-image-converter 
caja-open-terminal caja-sendto caja-share caja-wallpaper)
-pkgver=1.18.0
-pkgrel=1
-pkgdesc="Caja extensions"
-url="http://mate-desktop.org;
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('caja' 'dbus-glib' 'gksu' 'gupnp' 'imagemagick' 'samba')
-makedepends=('intltool')
-source=("http://pub.mate-desktop.org/releases/${pkgver%.*}/$pkgbase-$pkgver.tar.xz;)
-sha1sums=('ec5f8d504479f4069bd899fb5c91b230bfe4703c')
-
-build() {
-cd ${pkgbase}-${pkgver}
-PYTHON=/usr/bin/python2 ./configure \
---prefix=/usr
-
-#https://bugzilla.gnome.org/show_bug.cgi?id=656231
-sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-
-make
-}
-
-package_caja-extensions-common() {
-pkgdesc="Caja extensions (common files)"
-depends=()
-
-cd ${pkgbase}-${pkgver}
-make -C po DESTDIR="${pkgdir}" install
-}
-
-package_caja-gksu() {
-pkgdesc="Privilege granting extension for Caja using gksu (GTK2 version)"
-depends=('caja' 'caja-extensions-common' 'gksu')
-groups=('mate-extra')
-conflicts=('caja-gksu-gtk3')
-replaces=('caja-gksu-gtk3')
-
-cd ${pkgbase}-${pkgver}
-make -C gksu DESTDIR="${pkgdir}" install
-}
-
-package_caja-image-converter() {
-pkgdesc="A Caja extension for simple image conversions (GTK2 version)"
-depends=('caja' 'caja-extensions-common' 'imagemagick')
-groups=('mate-extra')
-conflicts=('caja-image-converter-gtk3')
-replaces=('caja-image-converter-gtk3')
-
-cd ${pkgbase}-${pkgver}
-make -C image-converter DESTDIR="${pkgdir}" install
-}
-
-package_caja-open-terminal() {
-pkgdesc="A Caja extension for opening terminals in arbitrary local paths 
(GTK2 version)"
-depends=('caja' 'caja-extensions-common')
-groups=('mate-extra')
-conflicts=('caja-open-terminal-gtk3')
-replaces=('caja-open-terminal-gtk3')
-
-cd "${srcdir}/${pkgbase}-${pkgver}"
-make -C open-terminal DESTDIR="${pkgdir}" install
-}
-
-package_caja-sendto() {
-pkgdesc="A Caja extension for sending files (GTK2 version)"
-depends=('caja' 'caja-extensions-common' 'dbus-glib' 'gupnp')
-groups=('mate-extra')
-optdepends=('pidgin: Support for sending to instant messaging networks.'
-'gajim: Support for sending to Jabber.')
-conflicts=('caja-sendto-gtk3')
-replaces=('caja-sendto-gtk3')
-
-cd ${pkgbase}-${pkgver}
-make -C sendto DESTDIR="${pkgdir}" install
-}
-
-package_caja-share() {
-pkgdesc="A Caja extension to quickly share a folder (GTK2 version)"
-depends=('caja' 'caja-extensions-common' 'samba')
-groups=('mate-extra')
-conflicts=('caja-share-gtk3')
-replaces=('caja-share-gtk3')
-
-cd ${pkgbase}-${pkgver}
-make -C share DESTDIR="${pkgdir}" install
-}
-
-package_caja-wallpaper() {
-pkgdesc="A Caja extension to quickly set wallpaper (GTK2 version)"
-depends=('caja' 'caja-extensions-common')
-groups=('mate-extra')
-conflicts=('caja-wallpaper-gtk3')
-replaces=('caja-wallpaper-gtk3')
-
-cd ${pkgbase}-${pkgver}
-make -C wallpaper DESTDIR="${pkgdir}" install
-}

Copied: caja-extensions/repos/community-i686/PKGBUILD (from rev 220124, 
caja-extensions/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-03-30 19:38:36 UTC (rev 220125)
@@ -0,0 +1,110 @@
+# Contributor: Martin Wimpress 
+
+pkgbase=caja-extensions
+pkgname=(caja-extensions-common caja-gksu caja-image-converter 
caja-open-terminal caja-sendto caja-share caja-wallpaper caja-xattr-tags)
+pkgver=1.18.0
+pkgrel=2
+pkgdesc="Caja extensions"
+url="http://mate-desktop.org;
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('caja' 'dbus-glib' 'gksu' 'gupnp' 'imagemagick' 'samba')
+makedepends=('intltool')

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

2017-03-30 Thread Balló György
Date: Thursday, March 30, 2017 @ 19:38:29
  Author: bgyorgy
Revision: 220124

upgpkg: caja-extensions 1.18.0-2

Package new xattr-tags extension

Modified:
  caja-extensions/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-03-30 19:35:03 UTC (rev 220123)
+++ PKGBUILD2017-03-30 19:38:29 UTC (rev 220124)
@@ -1,9 +1,9 @@
 # Contributor: Martin Wimpress 
 
 pkgbase=caja-extensions
-pkgname=(caja-extensions-common caja-gksu caja-image-converter 
caja-open-terminal caja-sendto caja-share caja-wallpaper)
+pkgname=(caja-extensions-common caja-gksu caja-image-converter 
caja-open-terminal caja-sendto caja-share caja-wallpaper caja-xattr-tags)
 pkgver=1.18.0
-pkgrel=1
+pkgrel=2
 pkgdesc="Caja extensions"
 url="http://mate-desktop.org;
 arch=('i686' 'x86_64')
@@ -33,7 +33,7 @@
 }
 
 package_caja-gksu() {
-pkgdesc="Privilege granting extension for Caja using gksu (GTK2 version)"
+pkgdesc="Privilege granting extension for Caja using gksu"
 depends=('caja' 'caja-extensions-common' 'gksu')
 groups=('mate-extra')
 conflicts=('caja-gksu-gtk3')
@@ -44,7 +44,7 @@
 }
 
 package_caja-image-converter() {
-pkgdesc="A Caja extension for simple image conversions (GTK2 version)"
+pkgdesc="A Caja extension for simple image conversions"
 depends=('caja' 'caja-extensions-common' 'imagemagick')
 groups=('mate-extra')
 conflicts=('caja-image-converter-gtk3')
@@ -55,7 +55,7 @@
 }
 
 package_caja-open-terminal() {
-pkgdesc="A Caja extension for opening terminals in arbitrary local paths 
(GTK2 version)"
+pkgdesc="A Caja extension for opening terminals in arbitrary local paths"
 depends=('caja' 'caja-extensions-common')
 groups=('mate-extra')
 conflicts=('caja-open-terminal-gtk3')
@@ -66,7 +66,7 @@
 }
 
 package_caja-sendto() {
-pkgdesc="A Caja extension for sending files (GTK2 version)"
+pkgdesc="A Caja extension for sending files"
 depends=('caja' 'caja-extensions-common' 'dbus-glib' 'gupnp')
 groups=('mate-extra')
 optdepends=('pidgin: Support for sending to instant messaging networks.'
@@ -79,7 +79,7 @@
 }
 
 package_caja-share() {
-pkgdesc="A Caja extension to quickly share a folder (GTK2 version)"
+pkgdesc="A Caja extension to quickly share a folder"
 depends=('caja' 'caja-extensions-common' 'samba')
 groups=('mate-extra')
 conflicts=('caja-share-gtk3')
@@ -90,7 +90,7 @@
 }
 
 package_caja-wallpaper() {
-pkgdesc="A Caja extension to quickly set wallpaper (GTK2 version)"
+pkgdesc="A Caja extension to quickly set wallpaper"
 depends=('caja' 'caja-extensions-common')
 groups=('mate-extra')
 conflicts=('caja-wallpaper-gtk3')
@@ -99,3 +99,12 @@
 cd ${pkgbase}-${pkgver}
 make -C wallpaper DESTDIR="${pkgdir}" install
 }
+
+package_caja-xattr-tags() {
+pkgdesc="A Caja extension to see tags stored on xattrs"
+depends=('caja' 'caja-extensions-common')
+groups=('mate-extra')
+
+cd ${pkgbase}-${pkgver}
+make -C xattr-tags DESTDIR="${pkgdir}" install
+}


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

2017-03-30 Thread Christian Hesse
Date: Thursday, March 30, 2017 @ 19:34:54
  Author: eworm
Revision: 220122

upgpkg: python-pyodbc 4.0.16-1

new upstream release

Modified:
  python-pyodbc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-03-30 19:25:10 UTC (rev 220121)
+++ PKGBUILD2017-03-30 19:34:54 UTC (rev 220122)
@@ -5,7 +5,7 @@
 pkgbase=python-pyodbc
 pkgname=(python-pyodbc python2-pyodbc)
 _srcname=pyodbc
-pkgver=4.0.15
+pkgver=4.0.16
 pkgrel=1
 pkgdesc='ODBC module for Python'
 arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@
 license=('MIT')
 makedepends=('python' 'python2' 'unixodbc')
 
source=("${pkgbase}-${pkgver}.tar.gz::https://github.com/mkleehammer/pyodbc/archive/${pkgver}.tar.gz;)
-sha256sums=('3510c3acddc8d004f49a079c4525c3ea82629fb019eaeed9eb2df1a268bf5fc1')
+sha256sums=('711bc4729e1b452c9ed2ac01bd6b533cd94a16ce763afab856ca912f08179b72')
 
 prepare() {
echo "Version: ${pkgver}.0" > "${srcdir}/${_srcname}-${pkgver}/PKG-INFO"


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

2017-03-30 Thread Christian Hesse
Date: Thursday, March 30, 2017 @ 19:35:03
  Author: eworm
Revision: 220123

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-03-30 19:34:54 UTC (rev 220122)
+++ community-i686/PKGBUILD 2017-03-30 19:35:03 UTC (rev 220123)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Christian Hesse 
-# Contributor: Robert Knauer 
-
-pkgbase=python-pyodbc
-pkgname=(python-pyodbc python2-pyodbc)
-_srcname=pyodbc
-pkgver=4.0.15
-pkgrel=1
-pkgdesc='ODBC module for Python'
-arch=('i686' 'x86_64')
-url='https://github.com/mkleehammer/pyodbc'
-license=('MIT')
-makedepends=('python' 'python2' 'unixodbc')
-source=("${pkgbase}-${pkgver}.tar.gz::https://github.com/mkleehammer/pyodbc/archive/${pkgver}.tar.gz;)
-sha256sums=('3510c3acddc8d004f49a079c4525c3ea82629fb019eaeed9eb2df1a268bf5fc1')
-
-prepare() {
-   echo "Version: ${pkgver}.0" > "${srcdir}/${_srcname}-${pkgver}/PKG-INFO"
-}
-
-package_python-pyodbc() {
-   pkgdesc='ODBC module for Python 3.x'
-   depends=('python' 'unixodbc')
-
-   cd "${srcdir}/${_srcname}-${pkgver}"
-
-   python setup.py install --root="${pkgdir}/" --optimize=1
-}
-
-package_python2-pyodbc() {
-   pkgdesc='ODBC module for Python 2.x'
-   depends=('python2' 'unixodbc')
-
-   cd "${srcdir}/${_srcname}-${pkgver}"
-
-   python2 setup.py install --root="${pkgdir}/" --optimize=1
-}
-

Copied: python-pyodbc/repos/community-i686/PKGBUILD (from rev 220122, 
python-pyodbc/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-03-30 19:35:03 UTC (rev 220123)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Christian Hesse 
+# Contributor: Robert Knauer 
+
+pkgbase=python-pyodbc
+pkgname=(python-pyodbc python2-pyodbc)
+_srcname=pyodbc
+pkgver=4.0.16
+pkgrel=1
+pkgdesc='ODBC module for Python'
+arch=('i686' 'x86_64')
+url='https://github.com/mkleehammer/pyodbc'
+license=('MIT')
+makedepends=('python' 'python2' 'unixodbc')
+source=("${pkgbase}-${pkgver}.tar.gz::https://github.com/mkleehammer/pyodbc/archive/${pkgver}.tar.gz;)
+sha256sums=('711bc4729e1b452c9ed2ac01bd6b533cd94a16ce763afab856ca912f08179b72')
+
+prepare() {
+   echo "Version: ${pkgver}.0" > "${srcdir}/${_srcname}-${pkgver}/PKG-INFO"
+}
+
+package_python-pyodbc() {
+   pkgdesc='ODBC module for Python 3.x'
+   depends=('python' 'unixodbc')
+
+   cd "${srcdir}/${_srcname}-${pkgver}"
+
+   python setup.py install --root="${pkgdir}/" --optimize=1
+}
+
+package_python2-pyodbc() {
+   pkgdesc='ODBC module for Python 2.x'
+   depends=('python2' 'unixodbc')
+
+   cd "${srcdir}/${_srcname}-${pkgver}"
+
+   python2 setup.py install --root="${pkgdir}/" --optimize=1
+}
+

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2017-03-30 19:34:54 UTC (rev 220122)
+++ community-x86_64/PKGBUILD   2017-03-30 19:35:03 UTC (rev 220123)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Christian Hesse 
-# Contributor: Robert Knauer 
-
-pkgbase=python-pyodbc
-pkgname=(python-pyodbc python2-pyodbc)
-_srcname=pyodbc
-pkgver=4.0.15
-pkgrel=1
-pkgdesc='ODBC module for Python'
-arch=('i686' 'x86_64')
-url='https://github.com/mkleehammer/pyodbc'
-license=('MIT')
-makedepends=('python' 'python2' 'unixodbc')
-source=("${pkgbase}-${pkgver}.tar.gz::https://github.com/mkleehammer/pyodbc/archive/${pkgver}.tar.gz;)
-sha256sums=('3510c3acddc8d004f49a079c4525c3ea82629fb019eaeed9eb2df1a268bf5fc1')
-
-prepare() {
-   echo "Version: ${pkgver}.0" > "${srcdir}/${_srcname}-${pkgver}/PKG-INFO"
-}
-
-package_python-pyodbc() {
-   pkgdesc='ODBC module for Python 3.x'
-   depends=('python' 'unixodbc')
-
-   cd "${srcdir}/${_srcname}-${pkgver}"
-
-   python setup.py install --root="${pkgdir}/" --optimize=1
-}
-
-package_python2-pyodbc() {
-   pkgdesc='ODBC module for Python 2.x'
-   depends=('python2' 'unixodbc')
-
-   cd "${srcdir}/${_srcname}-${pkgver}"
-
-   python2 setup.py install --root="${pkgdir}/" --optimize=1
-}
-

Copied: 

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

2017-03-30 Thread Antonio Rojas
Date: Thursday, March 30, 2017 @ 19:25:10
  Author: arojas
Revision: 220121

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-03-30 19:24:33 UTC (rev 220120)
+++ community-i686/PKGBUILD 2017-03-30 19:25:10 UTC (rev 220121)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas <aro...@archlinux.org>
-
-pkgname=eclib
-pkgver=20170122
-pkgrel=1
-pkgdesc="Includes mwrank (for 2-descent on elliptic curves over Q) and modular 
symbol code used to create the elliptic curve database"
-arch=(i686 x86_64)
-url="https://github.com/JohnCremona/eclib/;
-license=(GPL)
-depends=(flint pari boost-libs)
-makedepends=(boost)
-source=("https://github.com/JohnCremona/eclib/archive/v$pkgver.tar.gz;)
-md5sums=('7cf4318880d8b3d1b09968dde59b8d25')
-
-build() {
-  cd $pkgname-$pkgver
-  ./autogen.sh
-  ./configure --prefix=/usr --with-flint=/usr
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make install DESTDIR="$pkgdir"
-}
-

Copied: eclib/repos/community-i686/PKGBUILD (from rev 220120, 
eclib/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-03-30 19:25:10 UTC (rev 220121)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Antonio Rojas <aro...@archlinux.org>
+
+pkgname=eclib
+pkgver=20170330
+pkgrel=1
+pkgdesc="Includes mwrank (for 2-descent on elliptic curves over Q) and modular 
symbol code used to create the elliptic curve database"
+arch=(i686 x86_64)
+url="https://github.com/JohnCremona/eclib/;
+license=(GPL)
+depends=(flint pari boost-libs)
+makedepends=(boost)
+source=("https://github.com/JohnCremona/eclib/archive/v$pkgver.tar.gz;)
+sha256sums=('c507c3c83a21d445c6fba1c339aa4c37d488aeae829e5368a9bff000b148baf3')
+
+build() {
+  cd $pkgname-$pkgver
+  ./autogen.sh
+  ./configure --prefix=/usr --with-flint=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make install DESTDIR="$pkgdir"
+}
+

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2017-03-30 19:24:33 UTC (rev 220120)
+++ community-x86_64/PKGBUILD   2017-03-30 19:25:10 UTC (rev 220121)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas <aro...@archlinux.org>
-
-pkgname=eclib
-pkgver=20170122
-pkgrel=1
-pkgdesc="Includes mwrank (for 2-descent on elliptic curves over Q) and modular 
symbol code used to create the elliptic curve database"
-arch=(i686 x86_64)
-url="https://github.com/JohnCremona/eclib/;
-license=(GPL)
-depends=(flint pari boost-libs)
-makedepends=(boost)
-source=("https://github.com/JohnCremona/eclib/archive/v$pkgver.tar.gz;)
-md5sums=('7cf4318880d8b3d1b09968dde59b8d25')
-
-build() {
-  cd $pkgname-$pkgver
-  ./autogen.sh
-  ./configure --prefix=/usr --with-flint=/usr
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make install DESTDIR="$pkgdir"
-}
-

Copied: eclib/repos/community-x86_64/PKGBUILD (from rev 220120, 
eclib/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2017-03-30 19:25:10 UTC (rev 220121)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Antonio Rojas <aro...@archlinux.org>
+
+pkgname=eclib
+pkgver=20170330
+pkgrel=1
+pkgdesc="Includes mwrank (for 2-descent on elliptic curves over Q) and modular 
symbol code used to create the elliptic curve database"
+arch=(i686 x86_64)
+url="https://github.com/JohnCremona/eclib/;
+license=(GPL)
+depends=(flint pari boost-libs)
+makedepends=(boost)
+source=("https://github.com/JohnCremona/eclib/archive/v$pkgver.tar.gz;)
+sha256sums=('c507c3c83a21d445c6fba1c339aa4c37d488aeae829e5368a9bff000b148baf3')
+
+build() {
+  cd $pkgname-$pkgver
+  ./autogen.sh
+  ./configure --prefix=/usr --with-flint=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make install DESTDIR="$pkgdir"
+}
+


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

2017-03-30 Thread Antonio Rojas
Date: Thursday, March 30, 2017 @ 19:24:33
  Author: arojas
Revision: 220120

Update to 20170330

Modified:
  eclib/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-03-30 19:23:29 UTC (rev 220119)
+++ PKGBUILD2017-03-30 19:24:33 UTC (rev 220120)
@@ -2,7 +2,7 @@
 # Maintainer: Antonio Rojas <aro...@archlinux.org>
 
 pkgname=eclib
-pkgver=20170122
+pkgver=20170330
 pkgrel=1
 pkgdesc="Includes mwrank (for 2-descent on elliptic curves over Q) and modular 
symbol code used to create the elliptic curve database"
 arch=(i686 x86_64)
@@ -11,7 +11,7 @@
 depends=(flint pari boost-libs)
 makedepends=(boost)
 source=("https://github.com/JohnCremona/eclib/archive/v$pkgver.tar.gz;)
-md5sums=('7cf4318880d8b3d1b09968dde59b8d25')
+sha256sums=('c507c3c83a21d445c6fba1c339aa4c37d488aeae829e5368a9bff000b148baf3')
 
 build() {
   cd $pkgname-$pkgver


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

2017-03-30 Thread Florian Pritz
Date: Thursday, March 30, 2017 @ 19:23:29
  Author: bluewind
Revision: 220119

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

Added:
  freecad/repos/community-testing-i686/
  freecad/repos/community-testing-i686/PKGBUILD
(from rev 220118, freecad/trunk/PKGBUILD)
  freecad/repos/community-testing-i686/freecad.desktop
(from rev 220118, freecad/trunk/freecad.desktop)
  freecad/repos/community-testing-i686/freecad.xml
(from rev 220118, freecad/trunk/freecad.xml)
  freecad/repos/community-testing-i686/remove-qtwebkit.patch
(from rev 220118, freecad/trunk/remove-qtwebkit.patch)
  freecad/repos/community-testing-i686/remove-webgui.patch
(from rev 220118, freecad/trunk/remove-webgui.patch)
  freecad/repos/community-testing-x86_64/
  freecad/repos/community-testing-x86_64/PKGBUILD
(from rev 220118, freecad/trunk/PKGBUILD)
  freecad/repos/community-testing-x86_64/freecad.desktop
(from rev 220118, freecad/trunk/freecad.desktop)
  freecad/repos/community-testing-x86_64/freecad.xml
(from rev 220118, freecad/trunk/freecad.xml)
  freecad/repos/community-testing-x86_64/remove-qtwebkit.patch
(from rev 220118, freecad/trunk/remove-qtwebkit.patch)
  freecad/repos/community-testing-x86_64/remove-webgui.patch
(from rev 220118, freecad/trunk/remove-webgui.patch)

+
 community-testing-i686/PKGBUILD|   88 
 community-testing-i686/freecad.desktop |   14 ++
 community-testing-i686/remove-qtwebkit.patch   |   23 
 community-testing-i686/remove-webgui.patch |  124 +++
 community-testing-x86_64/PKGBUILD  |   88 
 community-testing-x86_64/freecad.desktop   |   14 ++
 community-testing-x86_64/remove-qtwebkit.patch |   23 
 community-testing-x86_64/remove-webgui.patch   |  124 +++
 8 files changed, 498 insertions(+)

Copied: freecad/repos/community-testing-i686/PKGBUILD (from rev 220118, 
freecad/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2017-03-30 19:23:29 UTC (rev 220119)
@@ -0,0 +1,88 @@
+# Maintainer: Florian Pritz 
+# Contributor: Jonas Heinrich 
+# Contributor: Jonas Heinrich 
+# Contributor: Jordi De Groof 
+# Contributor: mickele
+# Contributor: manwithgrenade
+# Contributor: bricem13
+# Contributor: gborzi
+
+pkgname=freecad
+pkgver=0.16
+pkgrel=9
+pkgdesc='A general purpose 3D CAD modeler'
+arch=('i686' 'x86_64')
+url='http://www.freecadweb.org/'
+license=('LGPL')
+depends=('boost-libs' 'curl' 'opencascade>=6.6.0' 'python2-pivy' 'xerces-c'
+ 'libspnav' 'shared-mime-info' 'hicolor-icon-theme'
+ 'python2-matplotlib' 'python2-shiboken' 'python2-pyside-tools' 
'pyside-tools-common' 'qt4')
+makedepends=('boost' 'eigen' 'gcc-fortran' 'swig' 'xerces-c' 
'desktop-file-utils' 'cmake' 'coin>=3.1.3-9')
+# TODO add reasons
+optdepends=('python2-matplotlib' 'pycollada-git' 'python2-pyqt4')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/FreeCAD/FreeCAD/archive/$pkgver.tar.gz;
+   "${pkgname}.desktop"
+   "${pkgname}.xml"
+"remove-qtwebkit.patch"
+"remove-webgui.patch")
+md5sums=('6e992c98ae2b8448bcf428e3e9efb02f'
+ 'b7bd72a67073c2869da263d8df61f205'
+ 'c2f4154c8e4678825411de8e7fa54c6b'
+ '19e9cd7d41a1ddd557cef05a6b23bdee'
+ '6b5f9253c559c7aacaa277b2973fbaf3')
+
+prepare() {
+  cd "${srcdir}/FreeCAD-${pkgver}/"
+
+  # Remove QtWebkit dependency
+  patch -Np1 -i ../remove-qtwebkit.patch
+
+  # Remove features depending on Web module
+  patch -Np1 -i ../remove-webgui.patch
+
+  # http://www.freecadweb.org/tracker/view.php?id=2347
+  sed -i 's/boost::re_detail/boost::BOOST_REGEX_DETAIL_NS/' \
+src/Mod/Drawing/App/FeaturePage.cpp
+}
+
+build() {
+  cd "${srcdir}/FreeCAD-${pkgver}/"
+  cmake \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX:PATH="/usr/lib/freecad" \
+-DCMAKE_INSTALL_DOCDIR:PATH="/usr/share/freecad/doc" \
+-DCMAKE_INSTALL_DATADIR:PATH="/usr/share/freecad" \
+-DOCC_INCLUDE_DIR:PATH=/opt/opencascade/inc/ \
+-DPYTHON_EXECUTABLE:FILEPATH=/usr/bin/python2 \
+-DFREECAD_USE_EXTERNAL_PIVY:BOOL=ON \
+-DBUILD_START=OFF \
+-DBUILD_WEB=OFF
+  make
+}
+
+package() {
+  cd "${srcdir}/FreeCAD-${pkgver}"
+
+  make DESTDIR="${pkgdir}" install
+
+  # Symlink to /usr/bin
+  install -dm755 "$pkgdir/usr/bin"
+  ln -srf "$pkgdir/usr/lib/freecad/bin/FreeCAD" "${pkgdir}/usr/bin/freecad"
+  ln -srf "$pkgdir/usr/lib/freecad/bin/FreeCAD" "${pkgdir}/usr/bin/FreeCAD"
+  ln -srf "$pkgdir/usr/lib/freecad/bin/FreeCADCmd" 
"${pkgdir}/usr/bin/freecadcmd"
+  ln -srf "$pkgdir/usr/lib/freecad/bin/FreeCADCmd" 
"${pkgdir}/usr/bin/FreeCADCmd"
+
+  # Install pixmaps and desktop 

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

2017-03-30 Thread Florian Pritz
Date: Thursday, March 30, 2017 @ 19:23:18
  Author: bluewind
Revision: 220118

Fix FS#53320 - [freecad] Cannot find icon

upgpkg: freecad 0.16-9

Modified:
  freecad/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-03-30 18:54:11 UTC (rev 220117)
+++ PKGBUILD2017-03-30 19:23:18 UTC (rev 220118)
@@ -9,7 +9,7 @@
 
 pkgname=freecad
 pkgver=0.16
-pkgrel=8
+pkgrel=9
 pkgdesc='A general purpose 3D CAD modeler'
 arch=('i686' 'x86_64')
 url='http://www.freecadweb.org/'
@@ -40,11 +40,6 @@
   # Remove features depending on Web module
   patch -Np1 -i ../remove-webgui.patch
 
-  sed -i \
--e "46i\\\tModDir = '/usr/share/freecad/Mod'" \
--e "50i\\\tLibDir = '/usr/lib/freecad'" \
-src/App/FreeCADInit.py
-
   # http://www.freecadweb.org/tracker/view.php?id=2347
   sed -i 's/boost::re_detail/boost::BOOST_REGEX_DETAIL_NS/' \
 src/Mod/Drawing/App/FeaturePage.cpp
@@ -54,10 +49,9 @@
   cd "${srcdir}/FreeCAD-${pkgver}/"
   cmake \
 -DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX:PATH="/usr" \
--DCMAKE_INSTALL_DOCDIR:PATH="share/freecad/doc" \
--DCMAKE_INSTALL_DATADIR:PATH="share/freecad" \
--DCMAKE_INSTALL_LIBDIR:PATH="lib/freecad" \
+-DCMAKE_INSTALL_PREFIX:PATH="/usr/lib/freecad" \
+-DCMAKE_INSTALL_DOCDIR:PATH="/usr/share/freecad/doc" \
+-DCMAKE_INSTALL_DATADIR:PATH="/usr/share/freecad" \
 -DOCC_INCLUDE_DIR:PATH=/opt/opencascade/inc/ \
 -DPYTHON_EXECUTABLE:FILEPATH=/usr/bin/python2 \
 -DFREECAD_USE_EXTERNAL_PIVY:BOOL=ON \
@@ -68,15 +62,16 @@
 
 package() {
   cd "${srcdir}/FreeCAD-${pkgver}"
+
   make DESTDIR="${pkgdir}" install
 
   # Symlink to /usr/bin
-  ln -sf "FreeCAD" "${pkgdir}/usr/bin/freecad"
-  ln -sf "FreeCADCmd" "${pkgdir}/usr/bin/freecadcmd"
+  install -dm755 "$pkgdir/usr/bin"
+  ln -srf "$pkgdir/usr/lib/freecad/bin/FreeCAD" "${pkgdir}/usr/bin/freecad"
+  ln -srf "$pkgdir/usr/lib/freecad/bin/FreeCAD" "${pkgdir}/usr/bin/FreeCAD"
+  ln -srf "$pkgdir/usr/lib/freecad/bin/FreeCADCmd" 
"${pkgdir}/usr/bin/freecadcmd"
+  ln -srf "$pkgdir/usr/lib/freecad/bin/FreeCADCmd" 
"${pkgdir}/usr/bin/FreeCADCmd"
 
-  cp -ra "${pkgdir}/usr/Mod" "${pkgdir}/usr/share/freecad/"
-  rm -r "${pkgdir}/usr/Mod"
-
   # Install pixmaps and desktop shortcut
   desktop-file-install \
 --dir="${pkgdir}/usr/share/applications" \


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

2017-03-30 Thread Levente Polyak
Date: Thursday, March 30, 2017 @ 18:54:01
  Author: anthraxx
Revision: 220114

upgpkg: strip-nondeterminism 0.032-1

Modified:
  strip-nondeterminism/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-03-30 17:40:28 UTC (rev 220113)
+++ PKGBUILD2017-03-30 18:54:01 UTC (rev 220114)
@@ -1,7 +1,7 @@
 # Maintainer: Levente Polyak 
 
 pkgname=strip-nondeterminism
-pkgver=0.031
+pkgver=0.032
 pkgrel=1
 pkgdesc='Tool for stripping bits of non-deterministic information from files'
 url='https://anonscm.debian.org/git/reproducible/strip-nondeterminism.git'


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

2017-03-30 Thread Levente Polyak
Date: Thursday, March 30, 2017 @ 18:54:11
  Author: anthraxx
Revision: 220117

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-03-30 18:54:10 UTC (rev 220116)
+++ PKGBUILD2017-03-30 18:54:11 UTC (rev 220117)
@@ -1,42 +0,0 @@
-# Maintainer: Levente Polyak 
-
-pkgname=strip-nondeterminism
-pkgver=0.031
-pkgrel=1
-pkgdesc='Tool for stripping bits of non-deterministic information from files'
-url='https://anonscm.debian.org/git/reproducible/strip-nondeterminism.git'
-arch=('any')
-license=('GPL3')
-depends=("perl" 'perl-archive-zip')
-makedepends=('git')
-options=('!emptydirs')
-source=(${pkgname}::"git+https://anonscm.debian.org/git/reproducible/strip-nondeterminism.git#tag=${pkgver};)
-sha512sums=('SKIP')
-validpgpkeys=('C2FE4BD271C139B86C533E461E953E27D4311E58'  # Chris Lamb 

-  'EF5D84C1838F2EB6D8968C0410378EFC2080080C'  # Andrew Ayer 

-  '2F5DAF3FC1F793D94F3D900CA721DA055374AA4F'  # Reiner Herrmann 

-  '66AE2B4AFCCF3F52DA184D184B043FCDB9444540') # Mattia Rizzolo 

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

Copied: strip-nondeterminism/repos/community-any/PKGBUILD (from rev 220115, 
strip-nondeterminism/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-03-30 18:54:11 UTC (rev 220117)
@@ -0,0 +1,42 @@
+# Maintainer: Levente Polyak 
+
+pkgname=strip-nondeterminism
+pkgver=0.032
+pkgrel=1
+pkgdesc='Tool for stripping bits of non-deterministic information from files'
+url='https://anonscm.debian.org/git/reproducible/strip-nondeterminism.git'
+arch=('any')
+license=('GPL3')
+depends=("perl" 'perl-archive-zip')
+makedepends=('git')
+options=('!emptydirs')
+source=(${pkgname}::"git+https://anonscm.debian.org/git/reproducible/strip-nondeterminism.git#tag=${pkgver};)
+sha512sums=('SKIP')
+validpgpkeys=('C2FE4BD271C139B86C533E461E953E27D4311E58'  # Chris Lamb 

+  'EF5D84C1838F2EB6D8968C0410378EFC2080080C'  # Andrew Ayer 

+  '2F5DAF3FC1F793D94F3D900CA721DA055374AA4F'  # Reiner Herrmann 

+  '66AE2B4AFCCF3F52DA184D184B043FCDB9444540') # Mattia Rizzolo 

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


[arch-commits] Commit in sugar-activity-pippy/trunk (4 files)

2017-03-30 Thread Balló György
Date: Thursday, March 30, 2017 @ 18:54:03
  Author: bgyorgy
Revision: 220115

upgpkg: sugar-activity-pippy 70-2

Add various fixes from upstream

Added:
  sugar-activity-pippy/trunk/collabwrapper.patch
  sugar-activity-pippy/trunk/various-fixes.patch
Modified:
  sugar-activity-pippy/trunk/PKGBUILD
Deleted:
  sugar-activity-pippy/trunk/fix-missing-icons.patch

-+
 PKGBUILD|   13 
 collabwrapper.patch |   76 
 fix-missing-icons.patch |   49 --
 various-fixes.patch |  782 ++
 4 files changed, 865 insertions(+), 55 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-03-30 18:54:01 UTC (rev 220114)
+++ PKGBUILD2017-03-30 18:54:03 UTC (rev 220115)
@@ -4,7 +4,7 @@
 pkgname=sugar-activity-pippy
 _pkgname=Pippy
 pkgver=70
-pkgrel=1
+pkgrel=2
 pkgdesc="Sugar activity to learn and develop in Python programming language"
 arch=('any')
 url="https://wiki.sugarlabs.org/go/Activities/Pippy;
@@ -12,17 +12,18 @@
 groups=('sugar-fructose')
 depends=('python2-pybox2d' 'python2-pygame' 'sugar' 'vte3')
 
source=($pkgname-$pkgver.tar.gz::https://github.com/sugarlabs/$_pkgname/archive/v$pkgver.tar.gz
-fix-missing-icons.patch)
+collabwrapper.patch
+various-fixes.patch)
 sha256sums=('7c7ca995661a4e1c0964e5788ad5dfce539beca7acaa46b278b7f71429ccf575'
-'38bc051a8a4b5c2dbee2c1d4b73083eb8708b689935448b9767f5d339a684f44')
+'ef94c4f263c45515bc3c2b1a506ad6385203f5e691f7a6221ca1716406410490'
+'48c514de0f440a0f33278a0d7f5e477a7472a3c8e495856cffe5f39b3bc62652')
 
 prepare() {
   cd $_pkgname-$pkgver
-  patch -Np1 -i ../fix-missing-icons.patch
+  patch -Np1 -i ../collabwrapper.patch
+  patch -Np1 -i ../various-fixes.patch
   find . -type f | xargs sed -i 's@^#!.*python$@#!/usr/bin/python2@'
   sed -i 's/python %s; sleep 1/python2 %s; sleep 1/' pippy_app.py
-  sed -i "s/require_version('Vte', '2.90')/require_version('Vte', '2.91')/" 
activity.py pippy_app.py
-  sed -i 's/self._collab.props.leader/self._collab._leader/' pippy_app.py 
texteditor.py
   rm -r library/box2d_*/ library/Box2D.py library/LICENSE
 }
 

Added: collabwrapper.patch
===
--- collabwrapper.patch (rev 0)
+++ collabwrapper.patch 2017-03-30 18:54:03 UTC (rev 220115)
@@ -0,0 +1,76 @@
+From 95a0365a2a14cfcb5a9c10cd72351801c12e4a26 Mon Sep 17 00:00:00 2001
+From: James Cameron 
+Date: Wed, 9 Mar 2016 15:13:08 +1100
+Subject: [PATCH] use latest collabwrapper.py
+
+Fixes failure to start in Pippy-70, tested on Ubuntu 15.10, caused by
+my mixing versions of collabwrapper sources.
+
+Traceback (most recent call last):
+  File "/usr/bin/sugar-activity", line 169, in 
+main()
+  File "/usr/bin/sugar-activity", line 164, in main
+instance = create_activity_instance(activity_constructor, activity_handle)
+  File "/usr/bin/sugar-activity", line 42, in create_activity_instance
+activity = constructor(handle)
+  File "/usr/share/sugar/activities/Pippy.activity/pippy_app.py", line 160, in 
__init__
+self.set_canvas(self.initialize_display())
+  File "/usr/share/sugar/activities/Pippy.activity/pippy_app.py", line 387, in 
initialize_display
+self._source_tabs.add_tab()  # New instance, ergo empty tab
+  File "/usr/share/sugar/activities/Pippy.activity/notebook.py", line 209, in 
add_tab
+buffer_text, editor_id, self._collab)
+  File "/usr/share/sugar/activities/Pippy.activity/notebook.py", line 151, in 
__init__
+text_buffer, editor_id, collab)
+  File "/usr/share/sugar/activities/Pippy.activity/texteditor.py", line 80, in 
__init__
+if not self._collab.props.leader:
+AttributeError: 'gi._gobject.GProps' object has no attribute 'leader'
+---
+ collabwrapper.py | 14 ++
+ 1 file changed, 10 insertions(+), 4 deletions(-)
+
+diff --git a/collabwrapper.py b/collabwrapper.py
+index 80c5967..ab178da 100644
+--- a/collabwrapper.py
 b/collabwrapper.py
+@@ -178,6 +178,7 @@ def setup(self):
+ self._alert(_('Joining activity...'),
+ _('Please wait for the connection...'))
+ else:
++self._leader = True
+ if not self.activity.metadata or self.activity.metadata.get(
+ 'share-scope', SCOPE_PRIVATE) == \
+ SCOPE_PRIVATE:
+@@ -203,8 +204,6 @@ def __shared_cb(self, sender):
+ self.shared_activity = self.activity.shared_activity
+ self._setup_text_channel()
+ self._listen_for_channels()
+-
+-self._leader = True
+ _logger.debug('I am sharing...')
+ 
+ def __joined_cb(self, sender):
+@@ -364,6 +363,14 @@ def get_client_name(self):
+ '''
+ return CLIENT + '.' + self.activity.get_bundle_id()
+ 
++@GObject.property
++def leader(self):
++'''
++  

[arch-commits] Commit in sugar-activity-pippy/repos/community-any (5 files)

2017-03-30 Thread Balló György
Date: Thursday, March 30, 2017 @ 18:54:10
  Author: bgyorgy
Revision: 220116

archrelease: copy trunk to community-any

Added:
  sugar-activity-pippy/repos/community-any/PKGBUILD
(from rev 220115, sugar-activity-pippy/trunk/PKGBUILD)
  sugar-activity-pippy/repos/community-any/collabwrapper.patch
(from rev 220115, sugar-activity-pippy/trunk/collabwrapper.patch)
  sugar-activity-pippy/repos/community-any/various-fixes.patch
(from rev 220115, sugar-activity-pippy/trunk/various-fixes.patch)
Deleted:
  sugar-activity-pippy/repos/community-any/PKGBUILD
  sugar-activity-pippy/repos/community-any/fix-missing-icons.patch

-+
 PKGBUILD|   67 ++-
 collabwrapper.patch |   76 
 fix-missing-icons.patch |   49 --
 various-fixes.patch |  782 ++
 4 files changed, 892 insertions(+), 82 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2017-03-30 18:54:03 UTC (rev 220115)
+++ PKGBUILD2017-03-30 18:54:10 UTC (rev 220116)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Balló György 
-
-pkgname=sugar-activity-pippy
-_pkgname=Pippy
-pkgver=70
-pkgrel=1
-pkgdesc="Sugar activity to learn and develop in Python programming language"
-arch=('any')
-url="https://wiki.sugarlabs.org/go/Activities/Pippy;
-license=('GPL')
-groups=('sugar-fructose')
-depends=('python2-pybox2d' 'python2-pygame' 'sugar' 'vte3')
-source=($pkgname-$pkgver.tar.gz::https://github.com/sugarlabs/$_pkgname/archive/v$pkgver.tar.gz
-fix-missing-icons.patch)
-sha256sums=('7c7ca995661a4e1c0964e5788ad5dfce539beca7acaa46b278b7f71429ccf575'
-'38bc051a8a4b5c2dbee2c1d4b73083eb8708b689935448b9767f5d339a684f44')
-
-prepare() {
-  cd $_pkgname-$pkgver
-  patch -Np1 -i ../fix-missing-icons.patch
-  find . -type f | xargs sed -i 's@^#!.*python$@#!/usr/bin/python2@'
-  sed -i 's/python %s; sleep 1/python2 %s; sleep 1/' pippy_app.py
-  sed -i "s/require_version('Vte', '2.90')/require_version('Vte', '2.91')/" 
activity.py pippy_app.py
-  sed -i 's/self._collab.props.leader/self._collab._leader/' pippy_app.py 
texteditor.py
-  rm -r library/box2d_*/ library/Box2D.py library/LICENSE
-}
-
-package() {
-  cd $_pkgname-$pkgver
-  python2 setup.py install --prefix "$pkgdir/usr"
-  rm -r "$pkgdir"/usr/share/applications
-}

Copied: sugar-activity-pippy/repos/community-any/PKGBUILD (from rev 220115, 
sugar-activity-pippy/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-03-30 18:54:10 UTC (rev 220116)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Balló György 
+
+pkgname=sugar-activity-pippy
+_pkgname=Pippy
+pkgver=70
+pkgrel=2
+pkgdesc="Sugar activity to learn and develop in Python programming language"
+arch=('any')
+url="https://wiki.sugarlabs.org/go/Activities/Pippy;
+license=('GPL')
+groups=('sugar-fructose')
+depends=('python2-pybox2d' 'python2-pygame' 'sugar' 'vte3')
+source=($pkgname-$pkgver.tar.gz::https://github.com/sugarlabs/$_pkgname/archive/v$pkgver.tar.gz
+collabwrapper.patch
+various-fixes.patch)
+sha256sums=('7c7ca995661a4e1c0964e5788ad5dfce539beca7acaa46b278b7f71429ccf575'
+'ef94c4f263c45515bc3c2b1a506ad6385203f5e691f7a6221ca1716406410490'
+'48c514de0f440a0f33278a0d7f5e477a7472a3c8e495856cffe5f39b3bc62652')
+
+prepare() {
+  cd $_pkgname-$pkgver
+  patch -Np1 -i ../collabwrapper.patch
+  patch -Np1 -i ../various-fixes.patch
+  find . -type f | xargs sed -i 's@^#!.*python$@#!/usr/bin/python2@'
+  sed -i 's/python %s; sleep 1/python2 %s; sleep 1/' pippy_app.py
+  rm -r library/box2d_*/ library/Box2D.py library/LICENSE
+}
+
+package() {
+  cd $_pkgname-$pkgver
+  python2 setup.py install --prefix "$pkgdir/usr"
+  rm -r "$pkgdir"/usr/share/applications
+}

Copied: sugar-activity-pippy/repos/community-any/collabwrapper.patch (from rev 
220115, sugar-activity-pippy/trunk/collabwrapper.patch)
===
--- collabwrapper.patch (rev 0)
+++ collabwrapper.patch 2017-03-30 18:54:10 UTC (rev 220116)
@@ -0,0 +1,76 @@
+From 95a0365a2a14cfcb5a9c10cd72351801c12e4a26 Mon Sep 17 00:00:00 2001
+From: James Cameron 
+Date: Wed, 9 Mar 2016 15:13:08 +1100
+Subject: [PATCH] use latest collabwrapper.py
+
+Fixes failure to start in Pippy-70, tested on Ubuntu 15.10, caused by
+my mixing versions of collabwrapper sources.
+
+Traceback (most recent call last):
+  File "/usr/bin/sugar-activity", line 169, in 
+main()
+  File "/usr/bin/sugar-activity", line 164, in main
+instance = create_activity_instance(activity_constructor, activity_handle)
+  File "/usr/bin/sugar-activity", line 42, in create_activity_instance
+activity = constructor(handle)
+  File 

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

2017-03-30 Thread Balló György
Date: Thursday, March 30, 2017 @ 17:40:28
  Author: bgyorgy
Revision: 220113

archrelease: copy trunk to community-any

Added:
  sugar/repos/community-any/PKGBUILD
(from rev 220112, sugar/trunk/PKGBUILD)
  sugar/repos/community-any/dont-overwrite-settings.patch
(from rev 220112, sugar/trunk/dont-overwrite-settings.patch)
Deleted:
  sugar/repos/community-any/PKGBUILD

---+
 PKGBUILD  |   79 +---
 dont-overwrite-settings.patch |   16 
 2 files changed, 58 insertions(+), 37 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2017-03-30 17:40:21 UTC (rev 220112)
+++ PKGBUILD2017-03-30 17:40:28 UTC (rev 220113)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Balló György 
-
-pkgname=sugar
-pkgver=0.110.0
-pkgrel=1
-pkgdesc="Sugar GTK shell"
-arch=('any')
-url="https://sugarlabs.org/;
-license=('GPL')
-depends=('gconf' 'gnome-keyring' 'gst-plugins-espeak' 'gtksourceview3' 'gvfs' 
'libwnck3'
- 'libxklavier' 'metacity' 'mobile-broadband-provider-info' 'openssh' 
'python2-gwebsockets'
- 'sugar-toolkit-gtk3' 'telepathy-gabble' 'telepathy-salut' 'upower' 
'webkit2gtk'
- 'xdg-user-dirs')
-makedepends=('intltool')
-source=(https://download.sugarlabs.org/sources/sucrose/glucose/$pkgname/$pkgname-$pkgver.tar.xz)
-sha256sums=('c5b662442a404f4dab7f67514aae5f887533262e4a98aa4b4c675e4f63b2203d')
-
-prepare() {
-  cd $pkgname-$pkgver
-  sed -i 's@^#!.*python$@#!/usr/bin/python2@' src/jarabe/model/update/aslo.py
-  sed -i "s/gi.require_version('WebKit', '3.0')/gi.require_version('WebKit2', 
'4.0')/" src/jarabe/main.py
-}
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc \
-  --disable-schemas-install --disable-schemas-compile \
-  --with-gconf-schema-file-dir=/usr/share/gconf/schemas
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-  rm -r "$pkgdir"/usr/share/sugar/extensions/cpsection/updater/
-}

Copied: sugar/repos/community-any/PKGBUILD (from rev 220112, 
sugar/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-03-30 17:40:28 UTC (rev 220113)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Balló György 
+
+pkgname=sugar
+pkgver=0.110.0
+pkgrel=2
+pkgdesc="Sugar GTK shell"
+arch=('any')
+url="https://sugarlabs.org/;
+license=('GPL')
+depends=('gconf' 'gnome-keyring' 'gst-plugins-espeak' 'gtksourceview3' 'gvfs' 
'libwnck3'
+ 'libxklavier' 'metacity' 'mobile-broadband-provider-info' 'openssh' 
'python2-gwebsockets'
+ 'sugar-toolkit-gtk3' 'telepathy-gabble' 'telepathy-salut' 'upower' 
'webkit2gtk'
+ 'xdg-user-dirs')
+makedepends=('intltool')
+source=(https://download.sugarlabs.org/sources/sucrose/glucose/$pkgname/$pkgname-$pkgver.tar.xz
+dont-overwrite-settings.patch)
+sha256sums=('c5b662442a404f4dab7f67514aae5f887533262e4a98aa4b4c675e4f63b2203d'
+'ef7dc12e1e9ded529a950ac79eb3ec3e1644dcbfe137572c7319a4cbe9d7db07')
+
+prepare() {
+  cd $pkgname-$pkgver
+  sed -i 's@^#!.*python$@#!/usr/bin/python2@' src/jarabe/model/update/aslo.py
+  sed -i "s/gi.require_version('WebKit', '3.0')/gi.require_version('WebKit2', 
'4.0')/" src/jarabe/main.py
+
+  # Don't overwrite default GNOME settings
+  patch -Np1 -i ../dont-overwrite-settings.patch
+}
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --disable-schemas-install --disable-schemas-compile \
+  --with-gconf-schema-file-dir=/usr/share/gconf/schemas
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+  rm -r "$pkgdir"/usr/share/sugar/extensions/cpsection/updater/
+}

Copied: sugar/repos/community-any/dont-overwrite-settings.patch (from rev 
220112, sugar/trunk/dont-overwrite-settings.patch)
===
--- dont-overwrite-settings.patch   (rev 0)
+++ dont-overwrite-settings.patch   2017-03-30 17:40:28 UTC (rev 220113)
@@ -0,0 +1,16 @@
+diff -Naur sugar-0.110.0.orig/src/jarabe/main.py 
sugar-0.110.0/src/jarabe/main.py
+--- sugar-0.110.0.orig/src/jarabe/main.py  2016-10-07 12:46:55.0 
+0200
 sugar-0.110.0/src/jarabe/main.py   2017-03-30 19:35:47.528931067 +0200
+@@ -186,11 +186,8 @@
+ def _start_window_manager():
+ global _metacity_process
+ 
+-settings = Gio.Settings.new('org.gnome.desktop.interface')
+-settings.set_string('cursor-theme', 'sugar')
+-
+ _metacity_process = subprocess.Popen(
+-['metacity', '--no-force-fullscreen', '--no-composite'])
++['metacity', '--no-force-fullscreen'])
+ 
+ screen = Wnck.Screen.get_default()
+ screen.connect('window-manager-changed', 

[arch-commits] Commit in sugar/trunk (PKGBUILD dont-overwrite-settings.patch)

2017-03-30 Thread Balló György
Date: Thursday, March 30, 2017 @ 17:40:21
  Author: bgyorgy
Revision: 220112

upgpkg: sugar 0.110.0-2

Don't overwrite default GNOME settings

Added:
  sugar/trunk/dont-overwrite-settings.patch
Modified:
  sugar/trunk/PKGBUILD

---+
 PKGBUILD  |   11 ---
 dont-overwrite-settings.patch |   16 
 2 files changed, 24 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-03-30 15:30:41 UTC (rev 220111)
+++ PKGBUILD2017-03-30 17:40:21 UTC (rev 220112)
@@ -3,7 +3,7 @@
 
 pkgname=sugar
 pkgver=0.110.0
-pkgrel=1
+pkgrel=2
 pkgdesc="Sugar GTK shell"
 arch=('any')
 url="https://sugarlabs.org/;
@@ -13,13 +13,18 @@
  'sugar-toolkit-gtk3' 'telepathy-gabble' 'telepathy-salut' 'upower' 
'webkit2gtk'
  'xdg-user-dirs')
 makedepends=('intltool')
-source=(https://download.sugarlabs.org/sources/sucrose/glucose/$pkgname/$pkgname-$pkgver.tar.xz)
-sha256sums=('c5b662442a404f4dab7f67514aae5f887533262e4a98aa4b4c675e4f63b2203d')
+source=(https://download.sugarlabs.org/sources/sucrose/glucose/$pkgname/$pkgname-$pkgver.tar.xz
+dont-overwrite-settings.patch)
+sha256sums=('c5b662442a404f4dab7f67514aae5f887533262e4a98aa4b4c675e4f63b2203d'
+'ef7dc12e1e9ded529a950ac79eb3ec3e1644dcbfe137572c7319a4cbe9d7db07')
 
 prepare() {
   cd $pkgname-$pkgver
   sed -i 's@^#!.*python$@#!/usr/bin/python2@' src/jarabe/model/update/aslo.py
   sed -i "s/gi.require_version('WebKit', '3.0')/gi.require_version('WebKit2', 
'4.0')/" src/jarabe/main.py
+
+  # Don't overwrite default GNOME settings
+  patch -Np1 -i ../dont-overwrite-settings.patch
 }
 
 build() {

Added: dont-overwrite-settings.patch
===
--- dont-overwrite-settings.patch   (rev 0)
+++ dont-overwrite-settings.patch   2017-03-30 17:40:21 UTC (rev 220112)
@@ -0,0 +1,16 @@
+diff -Naur sugar-0.110.0.orig/src/jarabe/main.py 
sugar-0.110.0/src/jarabe/main.py
+--- sugar-0.110.0.orig/src/jarabe/main.py  2016-10-07 12:46:55.0 
+0200
 sugar-0.110.0/src/jarabe/main.py   2017-03-30 19:35:47.528931067 +0200
+@@ -186,11 +186,8 @@
+ def _start_window_manager():
+ global _metacity_process
+ 
+-settings = Gio.Settings.new('org.gnome.desktop.interface')
+-settings.set_string('cursor-theme', 'sugar')
+-
+ _metacity_process = subprocess.Popen(
+-['metacity', '--no-force-fullscreen', '--no-composite'])
++['metacity', '--no-force-fullscreen'])
+ 
+ screen = Wnck.Screen.get_default()
+ screen.connect('window-manager-changed', __window_manager_changed_cb)


  1   2   >