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

2017-03-17 Thread Anatol Pomozov
Date: Saturday, March 18, 2017 @ 04:35:44
  Author: anatolik
Revision: 217057

archrelease: copy trunk to community-any

Added:
  codespell/repos/community-any/PKGBUILD
(from rev 217056, codespell/trunk/PKGBUILD)
Deleted:
  codespell/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-03-18 04:35:04 UTC (rev 217056)
+++ PKGBUILD2017-03-18 04:35:44 UTC (rev 217057)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Anatol Pomozov
-
-pkgname=codespell
-pkgver=1.9.2
-pkgrel=2
-pkgdesc='Fix common misspellings in source code'
-arch=(any)
-url='https://github.com/lucasdemarchi/codespell'
-license=(GPL2)
-depends=(python)
-checkdepends=(python-nose)
-source=(https://pypi.io/packages/source/c/codespell/codespell-$pkgver.tar.gz)
-sha1sums=('65e62aa0ad23690ab390dbacdd16500cb77f3283')
-
-build() {
-  cd codespell-$pkgver
-  python setup.py build
-}
-
-check() {
-  cd codespell-$pkgver
-  python setup.py test
-}
-
-package() {
-  cd codespell-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-}

Copied: codespell/repos/community-any/PKGBUILD (from rev 217056, 
codespell/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-03-18 04:35:44 UTC (rev 217057)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Anatol Pomozov
+
+pkgname=codespell
+pkgver=1.10.0
+pkgrel=1
+pkgdesc='Fix common misspellings in source code'
+arch=(any)
+url='https://github.com/lucasdemarchi/codespell'
+license=(GPL2)
+depends=(python)
+checkdepends=(python-nose)
+source=(https://pypi.io/packages/source/c/codespell/codespell-$pkgver.tar.gz)
+sha1sums=('77d63de12a3f5610ef2c26500a152f2f1310f363')
+
+build() {
+  cd codespell-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd codespell-$pkgver
+  python setup.py test
+}
+
+package() {
+  cd codespell-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+}


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

2017-03-17 Thread Anatol Pomozov
Date: Saturday, March 18, 2017 @ 04:35:04
  Author: anatolik
Revision: 217056

upgpkg: codespell 1.10.0-1

Modified:
  codespell/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-03-18 03:19:16 UTC (rev 217055)
+++ PKGBUILD2017-03-18 04:35:04 UTC (rev 217056)
@@ -2,8 +2,8 @@
 # Maintainer: Anatol Pomozov
 
 pkgname=codespell
-pkgver=1.9.2
-pkgrel=2
+pkgver=1.10.0
+pkgrel=1
 pkgdesc='Fix common misspellings in source code'
 arch=(any)
 url='https://github.com/lucasdemarchi/codespell'
@@ -11,7 +11,7 @@
 depends=(python)
 checkdepends=(python-nose)
 source=(https://pypi.io/packages/source/c/codespell/codespell-$pkgver.tar.gz)
-sha1sums=('65e62aa0ad23690ab390dbacdd16500cb77f3283')
+sha1sums=('77d63de12a3f5610ef2c26500a152f2f1310f363')
 
 build() {
   cd codespell-$pkgver


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

2017-03-17 Thread Felix Yan
Date: Saturday, March 18, 2017 @ 03:19:16
  Author: felixonmars
Revision: 217055

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

Added:
  haskell-hpack/repos/community-staging-i686/
  haskell-hpack/repos/community-staging-i686/PKGBUILD
(from rev 217054, haskell-hpack/trunk/PKGBUILD)
  haskell-hpack/repos/community-staging-x86_64/
  haskell-hpack/repos/community-staging-x86_64/PKGBUILD
(from rev 217054, haskell-hpack/trunk/PKGBUILD)

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

Copied: haskell-hpack/repos/community-staging-i686/PKGBUILD (from rev 217054, 
haskell-hpack/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-03-18 03:19:16 UTC (rev 217055)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Daniel Nagy 
+# Contributor: Daniel Micay 
+
+pkgname=haskell-hpack
+_hkgname=hpack
+pkgver=0.17.0
+pkgrel=1
+pkgdesc="An alternative format for Haskell packages"
+url="https://github.com/sol/hpack#readme;
+license=("MIT")
+arch=('i686' 'x86_64')
+makedepends=('ghc')
+depends=("ghc=8.0.1" 'haskell-aeson' 'haskell-base-compat' 'haskell-glob' 
'haskell-text'
+ 'haskell-unordered-containers' 'haskell-yaml')
+source=("https://hackage.haskell.org/packages/archive/$_hkgname/$pkgver/$_hkgname-${pkgver}.tar.gz;)
+md5sums=('66b71e2a62c149fa13e507e9d8b1563b')
+
+build() {
+  cd "$srcdir/$_hkgname-$pkgver"
+  runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid
+  runhaskell Setup build
+  runhaskell Setup haddock
+  runhaskell Setup register --gen-script
+  runhaskell Setup unregister --gen-script
+  sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+  sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+  cd "${srcdir}/${_hkgname}-${pkgver}"
+  
+  install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+  install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+  install -dm755 "$pkgdir/usr/share/doc/ghc/html/libraries"
+  ln -s /usr/share/doc/$pkgname/html 
"$pkgdir/usr/share/doc/ghc/html/libraries/$_hkgname"
+  runhaskell Setup copy --destdir="$pkgdir"
+  install -D -m644 "LICENSE" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+  rm -f "$pkgdir/usr/share/doc/$pkgname/LICENSE"
+}

Copied: haskell-hpack/repos/community-staging-x86_64/PKGBUILD (from rev 217054, 
haskell-hpack/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-03-18 03:19:16 UTC (rev 217055)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Daniel Nagy 
+# Contributor: Daniel Micay 
+
+pkgname=haskell-hpack
+_hkgname=hpack
+pkgver=0.17.0
+pkgrel=1
+pkgdesc="An alternative format for Haskell packages"
+url="https://github.com/sol/hpack#readme;
+license=("MIT")
+arch=('i686' 'x86_64')
+makedepends=('ghc')
+depends=("ghc=8.0.1" 'haskell-aeson' 'haskell-base-compat' 'haskell-glob' 
'haskell-text'
+ 'haskell-unordered-containers' 'haskell-yaml')
+source=("https://hackage.haskell.org/packages/archive/$_hkgname/$pkgver/$_hkgname-${pkgver}.tar.gz;)
+md5sums=('66b71e2a62c149fa13e507e9d8b1563b')
+
+build() {
+  cd "$srcdir/$_hkgname-$pkgver"
+  runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid
+  runhaskell Setup build
+  runhaskell Setup haddock
+  runhaskell Setup register --gen-script
+  runhaskell Setup unregister --gen-script
+  sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+  sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+  cd "${srcdir}/${_hkgname}-${pkgver}"
+  
+  install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+  install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+  install -dm755 "$pkgdir/usr/share/doc/ghc/html/libraries"
+  ln -s /usr/share/doc/$pkgname/html 
"$pkgdir/usr/share/doc/ghc/html/libraries/$_hkgname"
+  runhaskell Setup copy --destdir="$pkgdir"
+  install -D -m644 "LICENSE" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+  rm -f "$pkgdir/usr/share/doc/$pkgname/LICENSE"
+}


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

2017-03-17 Thread Felix Yan
Date: Saturday, March 18, 2017 @ 03:18:52
  Author: felixonmars
Revision: 217054

upgpkg: haskell-hpack 0.17.0-1

rebuild with hpack,0.17.0 stack,1.4.0

Modified:
  haskell-hpack/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-03-18 03:13:28 UTC (rev 217053)
+++ PKGBUILD2017-03-18 03:18:52 UTC (rev 217054)
@@ -5,8 +5,8 @@
 
 pkgname=haskell-hpack
 _hkgname=hpack
-pkgver=0.16.0
-pkgrel=7
+pkgver=0.17.0
+pkgrel=1
 pkgdesc="An alternative format for Haskell packages"
 url="https://github.com/sol/hpack#readme;
 license=("MIT")
@@ -15,7 +15,7 @@
 depends=("ghc=8.0.1" 'haskell-aeson' 'haskell-base-compat' 'haskell-glob' 
'haskell-text'
  'haskell-unordered-containers' 'haskell-yaml')
 
source=("https://hackage.haskell.org/packages/archive/$_hkgname/$pkgver/$_hkgname-${pkgver}.tar.gz;)
-md5sums=('a2fad3e908ec8f8c2f98da404826a0b9')
+md5sums=('66b71e2a62c149fa13e507e9d8b1563b')
 
 build() {
   cd "$srcdir/$_hkgname-$pkgver"


[arch-commits] Commit in haskell-microlens-mtl/repos (4 files)

2017-03-17 Thread Felix Yan
Date: Saturday, March 18, 2017 @ 03:13:28
  Author: felixonmars
Revision: 217053

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

Added:
  haskell-microlens-mtl/repos/community-i686/
  haskell-microlens-mtl/repos/community-i686/PKGBUILD
(from rev 217052, haskell-microlens-mtl/trunk/PKGBUILD)
  haskell-microlens-mtl/repos/community-x86_64/
  haskell-microlens-mtl/repos/community-x86_64/PKGBUILD
(from rev 217052, haskell-microlens-mtl/trunk/PKGBUILD)

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

Copied: haskell-microlens-mtl/repos/community-i686/PKGBUILD (from rev 217052, 
haskell-microlens-mtl/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-03-18 03:13:28 UTC (rev 217053)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+_hkgname=microlens-mtl
+pkgname=haskell-microlens-mtl
+pkgver=0.1.10.0
+pkgrel=1
+pkgdesc="microlens support for Reader/Writer/State from mtl"
+url="http://github.com/aelve/microlens;
+license=('custom:BSD3')
+arch=('i686' 'x86_64')
+depends=('ghc=8.0.1' 'haskell-microlens' 'haskell-mtl' 
'haskell-transformers-compat')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+md5sums=('c9f1bd40fa32d8332f635e8eba26939e')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}

Copied: haskell-microlens-mtl/repos/community-x86_64/PKGBUILD (from rev 217052, 
haskell-microlens-mtl/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2017-03-18 03:13:28 UTC (rev 217053)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+_hkgname=microlens-mtl
+pkgname=haskell-microlens-mtl
+pkgver=0.1.10.0
+pkgrel=1
+pkgdesc="microlens support for Reader/Writer/State from mtl"
+url="http://github.com/aelve/microlens;
+license=('custom:BSD3')
+arch=('i686' 'x86_64')
+depends=('ghc=8.0.1' 'haskell-microlens' 'haskell-mtl' 
'haskell-transformers-compat')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+md5sums=('c9f1bd40fa32d8332f635e8eba26939e')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}


[arch-commits] Commit in (4 files)

2017-03-17 Thread Felix Yan
Date: Saturday, March 18, 2017 @ 03:12:52
  Author: felixonmars
Revision: 217052

addpkg: haskell-microlens-mtl 0.1.10.0-1

Added:
  haskell-microlens-mtl/
  haskell-microlens-mtl/repos/
  haskell-microlens-mtl/trunk/
  haskell-microlens-mtl/trunk/PKGBUILD

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

Added: haskell-microlens-mtl/trunk/PKGBUILD
===
--- haskell-microlens-mtl/trunk/PKGBUILD(rev 0)
+++ haskell-microlens-mtl/trunk/PKGBUILD2017-03-18 03:12:52 UTC (rev 
217052)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+_hkgname=microlens-mtl
+pkgname=haskell-microlens-mtl
+pkgver=0.1.10.0
+pkgrel=1
+pkgdesc="microlens support for Reader/Writer/State from mtl"
+url="http://github.com/aelve/microlens;
+license=('custom:BSD3')
+arch=('i686' 'x86_64')
+depends=('ghc=8.0.1' 'haskell-microlens' 'haskell-mtl' 
'haskell-transformers-compat')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+md5sums=('c9f1bd40fa32d8332f635e8eba26939e')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}


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


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

2017-03-17 Thread Kyle Keen
Date: Saturday, March 18, 2017 @ 02:29:32
  Author: kkeen
Revision: 217051

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

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

---+
 /PKGBUILD |  102 
 community-i686/PKGBUILD   |   53 --
 community-x86_64/PKGBUILD |   53 --
 3 files changed, 102 insertions(+), 106 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-03-18 02:29:04 UTC (rev 217050)
+++ community-i686/PKGBUILD 2017-03-18 02:29:32 UTC (rev 217051)
@@ -1,53 +0,0 @@
-# $Id$
-# Maintainer: Kyle Keen 
-# Contributor: Dominik Heidler 
-
-pkgname=gqrx
-pkgver=2.6
-pkgrel=4
-pkgdesc="Interactive SDR receiver waterfall for many devices."
-arch=('i686' 'x86_64')
-url="http://gqrx.dk/;
-license=('GPL')
-depends=('qt5-svg' 'libpulse' 'gnuradio-osmosdr' 'libxkbcommon-x11')
-makedepends=('boost')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/csete/gqrx/archive/v$pkgver.tar.gz;
-"$pkgname.desktop")
-md5sums=('369809501f08ae13d56115e7491c3b20'
- '91bc8634f843a1ef05c9c56251d8a3f0')
-
-prepare() {
-  cd "$srcdir"
-  echo "StartupNotify=false" >> gqrx-$pkgver/gqrx.desktop
-  cp -r gqrx-$pkgver gqrx-$pkgver-alsa
-  cd gqrx-$pkgver-alsa
-  sed -i 's/AUDIO_BACKEND = pulse/#&/' gqrx.pro
-}
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-  rm -rf build
-  mkdir build
-  cd build
-  qmake PREFIX=/usr/ ..
-  make
-  cd "$srcdir/$pkgname-$pkgver-alsa"
-  rm -rf build
-  mkdir build
-  cd build
-  qmake PREFIX=/usr/ ..
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-  install -Dm644 "$pkgname.desktop" 
"$pkgdir/usr/share/applications/$pkgname.desktop"
-  install -Dm644 "resources/icons/gqrx.svg" 
"$pkgdir/usr/share/pixmaps/gqrx.svg"
-
-  cd "$srcdir/$pkgname-$pkgver/build"
-  make install INSTALL_ROOT="$pkgdir"
-
-  cd "$srcdir/$pkgname-$pkgver-alsa/build"
-  install -Dm755 gqrx "$pkgdir/usr/bin/gqrx-alsa"
-}
-

Copied: gqrx/repos/community-i686/PKGBUILD (from rev 217050, 
gqrx/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-03-18 02:29:32 UTC (rev 217051)
@@ -0,0 +1,51 @@
+# $Id$
+# Maintainer: Kyle Keen 
+# Contributor: Dominik Heidler 
+
+pkgname=gqrx
+pkgver=2.6.1
+pkgrel=1
+pkgdesc="Interactive SDR receiver waterfall for many devices."
+arch=('i686' 'x86_64')
+url="http://gqrx.dk/;
+license=('GPL')
+depends=('qt5-svg' 'libpulse' 'gnuradio-osmosdr' 'libxkbcommon-x11')
+makedepends=('boost')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/csete/gqrx/archive/v$pkgver.tar.gz;)
+md5sums=('94a9fd361a0715c1abf43ce7e523f10b')
+
+prepare() {
+  cd "$srcdir"
+  echo "StartupNotify=false" >> gqrx-$pkgver/gqrx.desktop
+  cp -r gqrx-$pkgver gqrx-$pkgver-alsa
+  cd gqrx-$pkgver-alsa
+  sed -i 's/AUDIO_BACKEND = pulse/#&/' gqrx.pro
+}
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+  rm -rf build
+  mkdir build
+  cd build
+  qmake PREFIX=/usr/ ..
+  make
+  cd "$srcdir/$pkgname-$pkgver-alsa"
+  rm -rf build
+  mkdir build
+  cd build
+  qmake PREFIX=/usr/ ..
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  install -Dm644 "$pkgname.desktop" 
"$pkgdir/usr/share/applications/$pkgname.desktop"
+  install -Dm644 "resources/icons/gqrx.svg" 
"$pkgdir/usr/share/pixmaps/gqrx.svg"
+
+  cd "$srcdir/$pkgname-$pkgver/build"
+  make install INSTALL_ROOT="$pkgdir"
+
+  cd "$srcdir/$pkgname-$pkgver-alsa/build"
+  install -Dm755 gqrx "$pkgdir/usr/bin/gqrx-alsa"
+}
+

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2017-03-18 02:29:04 UTC (rev 217050)
+++ community-x86_64/PKGBUILD   2017-03-18 02:29:32 UTC (rev 217051)
@@ -1,53 +0,0 @@
-# $Id$
-# Maintainer: Kyle Keen 
-# Contributor: Dominik Heidler 
-
-pkgname=gqrx
-pkgver=2.6
-pkgrel=4
-pkgdesc="Interactive SDR receiver waterfall for many devices."
-arch=('i686' 'x86_64')
-url="http://gqrx.dk/;
-license=('GPL')
-depends=('qt5-svg' 'libpulse' 'gnuradio-osmosdr' 'libxkbcommon-x11')
-makedepends=('boost')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/csete/gqrx/archive/v$pkgver.tar.gz;
-"$pkgname.desktop")
-md5sums=('369809501f08ae13d56115e7491c3b20'
- '91bc8634f843a1ef05c9c56251d8a3f0')
-
-prepare() {
-  cd "$srcdir"
-  echo "StartupNotify=false" >> gqrx-$pkgver/gqrx.desktop
-  cp -r gqrx-$pkgver gqrx-$pkgver-alsa
-  cd gqrx-$pkgver-alsa
-  sed 

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

2017-03-17 Thread Kyle Keen
Date: Saturday, March 18, 2017 @ 02:29:04
  Author: kkeen
Revision: 217050

upgpkg: gqrx 2.6.1-1

Modified:
  gqrx/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-03-18 00:00:53 UTC (rev 217049)
+++ PKGBUILD2017-03-18 02:29:04 UTC (rev 217050)
@@ -3,8 +3,8 @@
 # Contributor: Dominik Heidler 
 
 pkgname=gqrx
-pkgver=2.6
-pkgrel=4
+pkgver=2.6.1
+pkgrel=1
 pkgdesc="Interactive SDR receiver waterfall for many devices."
 arch=('i686' 'x86_64')
 url="http://gqrx.dk/;
@@ -11,10 +11,8 @@
 license=('GPL')
 depends=('qt5-svg' 'libpulse' 'gnuradio-osmosdr' 'libxkbcommon-x11')
 makedepends=('boost')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/csete/gqrx/archive/v$pkgver.tar.gz;
-"$pkgname.desktop")
-md5sums=('369809501f08ae13d56115e7491c3b20'
- '91bc8634f843a1ef05c9c56251d8a3f0')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/csete/gqrx/archive/v$pkgver.tar.gz;)
+md5sums=('94a9fd361a0715c1abf43ce7e523f10b')
 
 prepare() {
   cd "$srcdir"


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

2017-03-17 Thread Jan Steffens
Date: Saturday, March 18, 2017 @ 02:10:21
  Author: heftig
Revision: 291021

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

Added:
  gnome-shell/repos/extra-i686/PKGBUILD
(from rev 291020, gnome-shell/trunk/PKGBUILD)
  gnome-shell/repos/extra-i686/nm-libexecdir.patch
(from rev 291020, gnome-shell/trunk/nm-libexecdir.patch)
  gnome-shell/repos/extra-x86_64/PKGBUILD
(from rev 291020, gnome-shell/trunk/PKGBUILD)
  gnome-shell/repos/extra-x86_64/nm-libexecdir.patch
(from rev 291020, gnome-shell/trunk/nm-libexecdir.patch)
Deleted:
  gnome-shell/repos/extra-i686/PKGBUILD
  gnome-shell/repos/extra-i686/nm-libexecdir.patch
  gnome-shell/repos/extra-x86_64/PKGBUILD
  gnome-shell/repos/extra-x86_64/nm-libexecdir.patch

--+
 /PKGBUILD|  140 +
 /nm-libexecdir.patch |   24 ++
 extra-i686/PKGBUILD  |   69 --
 extra-i686/nm-libexecdir.patch   |   12 ---
 extra-x86_64/PKGBUILD|   69 --
 extra-x86_64/nm-libexecdir.patch |   12 ---
 6 files changed, 164 insertions(+), 162 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2017-03-18 02:08:55 UTC (rev 291020)
+++ extra-i686/PKGBUILD 2017-03-18 02:10:21 UTC (rev 291021)
@@ -1,69 +0,0 @@
-# $Id$
-# Contributor: Ionut Biru 
-# Contributor: Flamelab 
+# Contributor: Flamelab 

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

2017-03-17 Thread Jan Steffens
Date: Saturday, March 18, 2017 @ 02:08:55
  Author: heftig
Revision: 291020

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

Added:
  rhythmbox/repos/extra-i686/0001-Port-to-clutter-gst-3.0.patch
(from rev 291019, rhythmbox/trunk/0001-Port-to-clutter-gst-3.0.patch)
  rhythmbox/repos/extra-i686/PKGBUILD
(from rev 291019, rhythmbox/trunk/PKGBUILD)
  rhythmbox/repos/extra-x86_64/0001-Port-to-clutter-gst-3.0.patch
(from rev 291019, rhythmbox/trunk/0001-Port-to-clutter-gst-3.0.patch)
  rhythmbox/repos/extra-x86_64/PKGBUILD
(from rev 291019, rhythmbox/trunk/PKGBUILD)
Deleted:
  rhythmbox/repos/extra-i686/0001-Port-to-clutter-gst-3.0.patch
  rhythmbox/repos/extra-i686/PKGBUILD
  rhythmbox/repos/extra-x86_64/0001-Port-to-clutter-gst-3.0.patch
  rhythmbox/repos/extra-x86_64/PKGBUILD

-+
 /0001-Port-to-clutter-gst-3.0.patch |   78 +++
 /PKGBUILD   |  154 ++
 extra-i686/0001-Port-to-clutter-gst-3.0.patch   |   39 -
 extra-i686/PKGBUILD |   76 --
 extra-x86_64/0001-Port-to-clutter-gst-3.0.patch |   39 -
 extra-x86_64/PKGBUILD   |   76 --
 6 files changed, 232 insertions(+), 230 deletions(-)

Deleted: extra-i686/0001-Port-to-clutter-gst-3.0.patch
===
--- extra-i686/0001-Port-to-clutter-gst-3.0.patch   2017-03-18 02:01:37 UTC 
(rev 291019)
+++ extra-i686/0001-Port-to-clutter-gst-3.0.patch   2017-03-18 02:08:55 UTC 
(rev 291020)
@@ -1,39 +0,0 @@
-From 054925add713e715134f340dd7c873c928ad762f Mon Sep 17 00:00:00 2001
-From: Jan de Groot 
-Date: Sun, 5 Feb 2017 13:10:30 +
-Subject: [PATCH] Port to clutter-gst-3.0
-

- configure.ac| 2 +-
- plugins/visualizer/rb-visualizer-page.c | 2 +-
- 2 files changed, 2 insertions(+), 2 deletions(-)
-
-diff --git a/configure.ac b/configure.ac
-index 16afcfff6..effbd44d0 100644
 a/configure.ac
-+++ b/configure.ac
-@@ -681,7 +681,7 @@ if test "x$enable_visualizer" != "xno"; then
-   PKG_CHECK_MODULES(CLUTTER,
- clutter-1.0 >= 1.8\
- clutter-x11-1.0 >= 1.8\
--clutter-gst-2.0   \
-+clutter-gst-3.0   \
- clutter-gtk-1.0 >= 1.0\
- mx-1.0 >= 1.0.1,
- have_clutter=yes,
-diff --git a/plugins/visualizer/rb-visualizer-page.c 
b/plugins/visualizer/rb-visualizer-page.c
-index 417984335..5b03e7748 100644
 a/plugins/visualizer/rb-visualizer-page.c
-+++ b/plugins/visualizer/rb-visualizer-page.c
-@@ -352,7 +352,7 @@ impl_constructed (GObject *object)
-   g_object_ref (page->sink);
- 
-   /* actual sink */
--  realsink = gst_element_factory_make ("cluttersink", NULL);
-+  realsink = GST_ELEMENT (clutter_gst_video_sink_new ());
-   g_object_set (realsink, "texture", page->texture, NULL);
- 
-   videoconvert = gst_element_factory_make ("videoconvert", NULL);
--- 
-2.11.1
-

Copied: rhythmbox/repos/extra-i686/0001-Port-to-clutter-gst-3.0.patch (from rev 
291019, rhythmbox/trunk/0001-Port-to-clutter-gst-3.0.patch)
===
--- extra-i686/0001-Port-to-clutter-gst-3.0.patch   
(rev 0)
+++ extra-i686/0001-Port-to-clutter-gst-3.0.patch   2017-03-18 02:08:55 UTC 
(rev 291020)
@@ -0,0 +1,39 @@
+From 054925add713e715134f340dd7c873c928ad762f Mon Sep 17 00:00:00 2001
+From: Jan de Groot 
+Date: Sun, 5 Feb 2017 13:10:30 +
+Subject: [PATCH] Port to clutter-gst-3.0
+
+---
+ configure.ac| 2 +-
+ plugins/visualizer/rb-visualizer-page.c | 2 +-
+ 2 files changed, 2 insertions(+), 2 deletions(-)
+
+diff --git a/configure.ac b/configure.ac
+index 16afcfff6..effbd44d0 100644
+--- a/configure.ac
 b/configure.ac
+@@ -681,7 +681,7 @@ if test "x$enable_visualizer" != "xno"; then
+   PKG_CHECK_MODULES(CLUTTER,
+ clutter-1.0 >= 1.8\
+ clutter-x11-1.0 >= 1.8\
+-clutter-gst-2.0   \
++clutter-gst-3.0   \
+ clutter-gtk-1.0 >= 1.0\
+ mx-1.0 >= 1.0.1,
+ have_clutter=yes,
+diff --git a/plugins/visualizer/rb-visualizer-page.c 
b/plugins/visualizer/rb-visualizer-page.c
+index 417984335..5b03e7748 100644
+--- a/plugins/visualizer/rb-visualizer-page.c
 b/plugins/visualizer/rb-visualizer-page.c
+@@ -352,7 +352,7 @@ impl_constructed (GObject *object)
+   g_object_ref 

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

2017-03-17 Thread Jan Steffens
Date: Saturday, March 18, 2017 @ 02:01:37
  Author: heftig
Revision: 291019

3.4.1-3: move browser plugin

Modified:
  rhythmbox/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-03-18 01:55:24 UTC (rev 291018)
+++ PKGBUILD2017-03-18 02:01:37 UTC (rev 291019)
@@ -4,7 +4,7 @@
 
 pkgname=rhythmbox
 pkgver=3.4.1
-pkgrel=2
+pkgrel=3
 pkgdesc="Music playback and management application"
 arch=(i686 x86_64)
 license=(GPL)
@@ -49,6 +49,7 @@
   cd $pkgname
   ./configure --prefix=/usr --sysconfdir=/etc \
   --libexecdir=/usr/lib/rhythmbox \
+  MOZILLA_PLUGINDIR=/usr/lib/epiphany/plugins \
   --localstatedir=/var --disable-static \
   --enable-daap --enable-python --enable-vala \
   --enable-gtk-doc


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

2017-03-17 Thread Jan Steffens
Date: Saturday, March 18, 2017 @ 01:55:24
  Author: heftig
Revision: 291018

3.22.3-2: move browser plugin

Modified:
  gnome-shell/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-03-18 00:09:48 UTC (rev 291017)
+++ PKGBUILD2017-03-18 01:55:24 UTC (rev 291018)
@@ -4,7 +4,7 @@
 
 pkgname=gnome-shell
 pkgver=3.22.3
-pkgrel=1
+pkgrel=2
 pkgdesc="The next generation GNOME Shell"
 url="https://wiki.gnome.org/Projects/GnomeShell;
 arch=(i686 x86_64)
@@ -52,7 +52,8 @@
   ./configure --prefix=/usr --sysconfdir=/etc \
   --libexecdir=/usr/lib/gnome-shell \
   --localstatedir=/var --disable-static \
-  --disable-schemas-compile --enable-gtk-doc
+  --disable-schemas-compile --enable-gtk-doc \
+  BROWSER_PLUGIN_DIR=/usr/lib/epiphany/plugins
 
   # https://bugzilla.gnome.org/show_bug.cgi?id=655517
   sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool


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

2017-03-17 Thread Jan Steffens
Date: Saturday, March 18, 2017 @ 00:09:48
  Author: heftig
Revision: 291017

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

Added:
  firefox/repos/extra-i686/PKGBUILD
(from rev 291016, firefox/trunk/PKGBUILD)
  firefox/repos/extra-i686/firefox-install-dir.patch
(from rev 291016, firefox/trunk/firefox-install-dir.patch)
  firefox/repos/extra-i686/firefox-symbolic.svg
(from rev 291016, firefox/trunk/firefox-symbolic.svg)
  firefox/repos/extra-i686/firefox.desktop
(from rev 291016, firefox/trunk/firefox.desktop)
  firefox/repos/extra-i686/fix-wifi-scanner.diff
(from rev 291016, firefox/trunk/fix-wifi-scanner.diff)
  firefox/repos/extra-i686/rust-i686.patch
(from rev 291016, firefox/trunk/rust-i686.patch)
  firefox/repos/extra-x86_64/PKGBUILD
(from rev 291016, firefox/trunk/PKGBUILD)
  firefox/repos/extra-x86_64/firefox-install-dir.patch
(from rev 291016, firefox/trunk/firefox-install-dir.patch)
  firefox/repos/extra-x86_64/firefox-symbolic.svg
(from rev 291016, firefox/trunk/firefox-symbolic.svg)
  firefox/repos/extra-x86_64/firefox.desktop
(from rev 291016, firefox/trunk/firefox.desktop)
  firefox/repos/extra-x86_64/fix-wifi-scanner.diff
(from rev 291016, firefox/trunk/fix-wifi-scanner.diff)
  firefox/repos/extra-x86_64/rust-i686.patch
(from rev 291016, firefox/trunk/rust-i686.patch)
Deleted:
  firefox/repos/extra-i686/PKGBUILD
  firefox/repos/extra-i686/firefox-install-dir.patch
  firefox/repos/extra-i686/firefox-symbolic.svg
  firefox/repos/extra-i686/firefox.desktop
  firefox/repos/extra-i686/fix-wifi-scanner.diff
  firefox/repos/extra-i686/rust-i686.patch
  firefox/repos/extra-x86_64/PKGBUILD
  firefox/repos/extra-x86_64/firefox-install-dir.patch
  firefox/repos/extra-x86_64/firefox-symbolic.svg
  firefox/repos/extra-x86_64/firefox.desktop
  firefox/repos/extra-x86_64/fix-wifi-scanner.diff
  firefox/repos/extra-x86_64/rust-i686.patch

+
 /PKGBUILD  |  352 +
 /firefox-install-dir.patch |   24 +
 /firefox-symbolic.svg  |   60 +++
 /firefox.desktop   |  620 +++
 /fix-wifi-scanner.diff |   32 +
 /rust-i686.patch   |   32 +
 extra-i686/PKGBUILD|  178 
 extra-i686/firefox-install-dir.patch   |   12 
 extra-i686/firefox-symbolic.svg|   30 -
 extra-i686/firefox.desktop |  310 ---
 extra-i686/fix-wifi-scanner.diff   |   16 
 extra-i686/rust-i686.patch |   16 
 extra-x86_64/PKGBUILD  |  178 
 extra-x86_64/firefox-install-dir.patch |   12 
 extra-x86_64/firefox-symbolic.svg  |   30 -
 extra-x86_64/firefox.desktop   |  310 ---
 extra-x86_64/fix-wifi-scanner.diff |   16 
 extra-x86_64/rust-i686.patch   |   16 
 18 files changed, 1120 insertions(+), 1124 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2017-03-18 00:08:43 UTC (rev 291016)
+++ extra-i686/PKGBUILD 2017-03-18 00:09:48 UTC (rev 291017)
@@ -1,178 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Ionut Biru 
-# Contributor: Jakub Schmidtke 
-
-pkgname=firefox
-pkgver=52.0
-pkgrel=2
-pkgdesc="Standalone web browser from mozilla.org"
-arch=(i686 x86_64)
-license=(MPL GPL LGPL)
-url="https://www.mozilla.org/firefox/;
-depends=(gtk3 gtk2 mozilla-common libxt startup-notification mime-types 
dbus-glib alsa-lib ffmpeg
- libvpx libevent nss hunspell sqlite ttf-font icu)
-makedepends=(unzip zip diffutils python2 yasm mesa imake gconf libpulse 
inetutils xorg-server-xvfb
- autoconf2.13 cargo)
-optdepends=('networkmanager: Location detection via available WiFi networks'
-'libnotify: Notification integration'
-'upower: Battery API'
-'speech-dispatcher: Text-to-Speech')
-options=(!emptydirs !makeflags)
-source=(https://ftp.mozilla.org/pub/mozilla.org/firefox/releases/$pkgver/source/firefox-$pkgver.source.tar.xz
-firefox.desktop firefox-symbolic.svg
-firefox-install-dir.patch rust-i686.patch fix-wifi-scanner.diff)
-sha256sums=('494ec86875ea60043658e402b664ccd5af4709acc3a478de8729f7cbac9ea3c1'
-'ada313750e6fb14558b37c764409a17c1672a351a46c73b350aa1fe4ea9220ef'
-'a2474b32b9b2d7e0fb53a4c89715507ad1c194bef77713d798fa39d507def9e9'
-'d86e41d87363656ee62e12543e2f5181aadcff448e406ef3218e91865ae775cd'
-'f61ea706ce6905f568b9bdafd1b044b58f20737426f0aa5019ddb9b64031a269'
-'9765bca5d63fb5525bbd0520b7ab1d27cabaed697e2fc7791400abc3fa4f13b8')
-validpgpkeys=('2B90598A745E992F315E22C58AB132963A06537A')
-
-# Google API keys (see http://www.chromium.org/developers/how-tos/api-keys)
-# Note: These are 

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

2017-03-17 Thread Jan Steffens
Date: Saturday, March 18, 2017 @ 00:08:43
  Author: heftig
Revision: 291016

archrelease: copy trunk to extra-any

Added:
  firefox-i18n/repos/extra-any/PKGBUILD
(from rev 291015, firefox-i18n/trunk/PKGBUILD)
Deleted:
  firefox-i18n/repos/extra-any/PKGBUILD

--+
 PKGBUILD |  444 ++---
 1 file changed, 222 insertions(+), 222 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2017-03-17 23:56:40 UTC (rev 291015)
+++ PKGBUILD2017-03-18 00:08:43 UTC (rev 291016)
@@ -1,222 +0,0 @@
-# $Id$
-# Maintainer: Thomas Baechler 
-# Contributor: Jaroslaw Swierczynski 
-# Contributor: Michal Hybner 
-# Contributor: Andrea Scarpino 
-
-pkgbase=firefox-i18n
-pkgver=52.0
-pkgrel=1
-pkgdesc="Language pack for Firefox"
-arch=('any')
-url="http://www.mozilla.com/;
-license=('MPL' 'GPL')
-
-_languages=(
-  'ach"Acholi"'
-  'af "Afrikaans"'
-  'an "Aragonese"'
-  'ar "Arabic"'
-  'as "Assamese"'
-  'ast"Asturian"'
-  'az "Azerbaijani"'
-  'bg "Bulgarian"'
-  'bn-BD  "Bengali (Bangladesh)"'
-  'bn-IN  "Bengali (India)"'
-  'br "Breton"'
-  'bs "Bosnian"'
-  'ca "Catalan"'
-  'cak"Maya Kaqchikel"'
-  'cs "Czech"'
-  'cy "Welsh"'
-  'da "Danish"'
-  'de "German"'
-  'dsb"Lower Sorbian"'
-  'el "Greek"'
-  'en-GB  "English (British)"'
-  'en-US  "English (US)"'
-  'en-ZA  "English (South African)"'
-  'eo "Esperanto"'
-  'es-AR  "Spanish (Argentina)"'
-  'es-CL  "Spanish (Chile)"'
-  'es-ES  "Spanish (Spain)"'
-  'es-MX  "Spanish (Mexico)"'
-  'et "Estonian"'
-  'eu "Basque"'
-  'fa "Persian"'
-  'ff "Fulah"'
-  'fi "Finnish"'
-  'fr "French"'
-  'fy-NL  "Frisian"'
-  'ga-IE  "Irish"'
-  'gd "Gaelic (Scotland)"'
-  'gl "Galician"'
-  'gn "Guarani"'
-  'gu-IN  "Gujarati (India)"'
-  'he "Hebrew"'
-  'hi-IN  "Hindi (India)"'
-  'hr "Croatian"'
-  'hsb"Upper Sorbian"'
-  'hu "Hungarian"'
-  'hy-AM  "Armenian"'
-  'id "Indonesian"'
-  'is "Icelandic"'
-  'it "Italian"'
-  'ja "Japanese"'
-  'kk "Kazakh"'
-  'km "Khmer"'
-  'kn "Kannada"'
-  'ko "Korean"'
-  'lij"Ligurian"'
-  'lt "Lithuanian"'
-  'lv "Latvian"'
-  'mai"Maithili"'
-  'mk "Macedonian"'
-  'ml "Malayalam"'
-  'mr "Marathi"'
-  'ms "Malay"'
-  'nb-NO  "Norwegian (Bokmål)"'
-  'nl "Dutch"'
-  'nn-NO  "Norwegian (Nynorsk)"'
-  'or "Oriya"'
-  'pa-IN  "Punjabi (India)"'
-  'pl "Polish"'
-  'pt-BR  "Portuguese (Brazilian)"'
-  'pt-PT  "Portuguese (Portugal)"'
-  'rm "Romansh"'
-  'ro "Romanian"'
-  'ru "Russian"'
-  'si "Sinhala"'
-  'sk "Slovak"'
-  'sl "Slovenian"'
-  'son"Songhai"'
-  'sq "Albanian"'
-  'sr "Serbian"'
-  'sv-SE  "Swedish"'
-  'ta "Tamil"'
-  'te "Telugu"'
-  'th "Thai"'
-  'tr "Turkish"'
-  'uk "Ukrainian"'
-  'uz "Uzbek"'
-  'vi "Vietnamese"'
-  'xh "Xhosa"'
-  'zh-CN  "Chinese (Simplified)"'
-  'zh-TW  "Chinese (Traditional)"'
-)
-
-pkgname=()
-source=()
-_url=https://ftp.mozilla.org/pub/mozilla.org/firefox/releases/$pkgver/linux-i686/xpi
-
-for _lang in "${_languages[@]}"; do
-  _locale=${_lang%% *}
-  _pkgname=firefox-i18n-${_locale,,}
-
-  pkgname+=($_pkgname)
-  source+=("firefox-i18n-$pkgver-$_locale.xpi::$_url/$_locale.xpi")
-  eval "package_$_pkgname() {
-_package $_lang
-  }"
-done
-
-# Don't extract anything
-noextract=(${source[@]%%::*})
-
-_package() {
-  pkgdesc="$2 language pack for Firefox"
-  depends=("firefox>=$pkgver")
-  install -Dm644 firefox-i18n-$pkgver-$1.xpi \
-
"$pkgdir/usr/lib/firefox/browser/extensions/langpack-$1...@firefox.mozilla.org.xpi"
-}
-
-sha256sums=('3cbbcf4422b7789f28e3086ef788fc1a44db2f6a9ce4a5629a3d4c8287a3dcad'
-'fcf4684463e6476dd26686d7b7c6196fd1310a0df317fbcc88f9e9147d947864'
-'78436260d053e966c9b663d26c72122bace217a56a15d181f551d45add1601d5'
-'95fa9333298e64c9c9943bcc455126a483d3904b5ade6810f2deed091234ed76'
-'b66741a77e99c5021a7fa4e0e780223829ae53829a0947493f9fbbbf7f5319c2'
-'5ad2fbddf728a165e4b7434aa544bbc0b8e718d29fd813ec432573d2dd78e317'
-'811b652d13fea215dc1c94e74002a0fa1655a257c2dad122a47ce89eaa6c40bc'
-'709755aa3a5b100e5cc1acd2a7feb18f8e0a6f8e2b632b5b3c0f90b0ad781c2e'
-'433d795e02809300d24d5b391209457e96eaa9d636d63c03f22b38a706a7a382'
-'e5a2fa91eabece076fb0963ca6b4361c05ffa4b15dfd1763f6ba524c4ec01059'
-'b72bea1dcddc797e0c45e1dfa6b0a0fd77d845ac61afe14dd47d76dee4b01e7f'
-'ff83002b983a02a2a5b1775034124e8b1e7b16e6e944f571ea9c8042b19a24e7'
-'73cb168de30734c68690e3ed12391342c5d4a7d5360d714a863b258ad06f8421'
-

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

2017-03-17 Thread Jelle van der Waa
Date: Saturday, March 18, 2017 @ 00:00:45
  Author: jelle
Revision: 217048

upgpkg: python-scipy 0.19.0-1

Modified:
  python-scipy/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-03-17 22:56:53 UTC (rev 217047)
+++ PKGBUILD2017-03-18 00:00:45 UTC (rev 217048)
@@ -6,8 +6,8 @@
 # Contributor: Andrzej Giniewicz 
 
 pkgname=('python-scipy' 'python2-scipy')
-pkgver=0.18.1
-pkgrel=2
+pkgver=0.19.0
+pkgrel=1
 pkgdesc="SciPy is open-source software for mathematics, science, and 
engineering."
 arch=('i686' 'x86_64')
 url="http://www.scipy.org/;
@@ -15,7 +15,7 @@
 makedepends=('gcc-fortran' 'python-numpy' 'python2-numpy' 'python-setuptools' 
'python2-setuptools')
 checkdepends=('python-nose' 'python2-nose')
 
source=("https://github.com/scipy/scipy/releases/download/v${pkgver}/scipy-${pkgver}.tar.xz;)
-md5sums=('ed8394c19d8445f16ae068b03df0ca23')
+md5sums=('b21466e87a642940fb9ba35be74940a3')
 
 build() {
   export LDFLAGS="-Wall -shared"


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

2017-03-17 Thread Jelle van der Waa
Date: Saturday, March 18, 2017 @ 00:00:53
  Author: jelle
Revision: 217049

archrelease: copy trunk to community-x86_64

Added:
  python-scipy/repos/community-x86_64/PKGBUILD
(from rev 217048, python-scipy/trunk/PKGBUILD)
Deleted:
  python-scipy/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |  182 ++---
 1 file changed, 91 insertions(+), 91 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2017-03-18 00:00:45 UTC (rev 217048)
+++ PKGBUILD2017-03-18 00:00:53 UTC (rev 217049)
@@ -1,91 +0,0 @@
-# Maintainer: Thomas Dziedzic < gostrc at gmail >
-# Contributor: Angel 'angvp' Velasquez 
-# Contributor: Ray Rashif 
-# Contributor: Douglas Soares de Andrade 
-# Contributor: Bodor Dávid Gábor 
-# Contributor: Andrzej Giniewicz 
-
-pkgname=('python-scipy' 'python2-scipy')
-pkgver=0.18.1
-pkgrel=2
-pkgdesc="SciPy is open-source software for mathematics, science, and 
engineering."
-arch=('i686' 'x86_64')
-url="http://www.scipy.org/;
-license=('BSD')
-makedepends=('gcc-fortran' 'python-numpy' 'python2-numpy' 'python-setuptools' 
'python2-setuptools')
-checkdepends=('python-nose' 'python2-nose')
-source=("https://github.com/scipy/scipy/releases/download/v${pkgver}/scipy-${pkgver}.tar.xz;)
-md5sums=('ed8394c19d8445f16ae068b03df0ca23')
-
-build() {
-  export LDFLAGS="-Wall -shared"
-
-  # 2 builds
-  cp -r scipy-${pkgver} scipy-${pkgver}-py2
-
-  # build for python3
-  cd scipy-${pkgver}
-  python3 setup.py config_fc --fcompiler=gnu95 build
-
-  # build for python2
-  cd ../scipy-${pkgver}-py2
-
-  for file in $(find . -name '*.py' -print); do
-   sed -i 's_^#!.*/usr/bin/python_#!/usr/bin/python2_' $file
-   sed -i 's_^#!.*/usr/bin/env.*python_#!/usr/bin/env python2_' $file
-  done
-
-  python2 setup.py config_fc --fcompiler=gnu95 build
-}
-
-check() {
-  # we need to do a temp install so we can import scipy
-  # also, the tests must not be run from the scipy source directory
-  export LDFLAGS="-Wall -shared"
-
-  cd ${srcdir}/scipy-${pkgver}
-  python3 setup.py config_fc --fcompiler=gnu95 install \
---prefix=/usr --root=${srcdir}/test --optimize=1
-  export PYTHONPATH=${srcdir}/test/usr/lib/python3.6/site-packages
-  cd ${srcdir}
-  python -c "from scipy import test; test('full')"
-
-  cd ${srcdir}/scipy-${pkgver}-py2
-  python2 setup.py config_fc --fcompiler=gnu95 install \
---prefix=/usr --root=${srcdir}/test --optimize=1
-  export PYTHONPATH=${srcdir}/test/usr/lib/python2.7/site-packages
-  cd ${srcdir}
-  python2 -c "from scipy import test; test('full')"
-}
-
-package_python-scipy() {
-  depends=('python-numpy')
-  provides=('python3-scipy' 'scipy')
-  optdepends=('python-pillow: for image saving module')
-
-  cd scipy-${pkgver}
-  export LDFLAGS="-Wall -shared"
-
-  python3 setup.py config_fc --fcompiler=gnu95 install \
---prefix=/usr --root=${pkgdir} --optimize=1
-
-  install -Dm644 LICENSE.txt \
-"${pkgdir}/usr/share/licenses/python-scipy/LICENSE"
-}
-
-package_python2-scipy() {
-  depends=('python2-numpy')
-  optdepends=('python2-pillow: for image saving module')
-  conflicts=('python-scipy<0.9.0')
-
-  cd scipy-${pkgver}-py2
-  export LDFLAGS="-Wall -shared"
-
-  python2 setup.py config_fc --fcompiler=gnu95 install \
---prefix=/usr --root=${pkgdir} --optimize=1
-
-  install -Dm644 LICENSE.txt \
-"${pkgdir}/usr/share/licenses/python2-scipy/LICENSE"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-scipy/repos/community-x86_64/PKGBUILD (from rev 217048, 
python-scipy/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-03-18 00:00:53 UTC (rev 217049)
@@ -0,0 +1,91 @@
+# Maintainer: Thomas Dziedzic < gostrc at gmail >
+# Contributor: Angel 'angvp' Velasquez 
+# Contributor: Ray Rashif 
+# Contributor: Douglas Soares de Andrade 
+# Contributor: Bodor Dávid Gábor 
+# Contributor: Andrzej Giniewicz 
+
+pkgname=('python-scipy' 'python2-scipy')
+pkgver=0.19.0
+pkgrel=1
+pkgdesc="SciPy is open-source software for mathematics, science, and 
engineering."
+arch=('i686' 'x86_64')
+url="http://www.scipy.org/;
+license=('BSD')
+makedepends=('gcc-fortran' 'python-numpy' 'python2-numpy' 'python-setuptools' 
'python2-setuptools')
+checkdepends=('python-nose' 'python2-nose')
+source=("https://github.com/scipy/scipy/releases/download/v${pkgver}/scipy-${pkgver}.tar.xz;)
+md5sums=('b21466e87a642940fb9ba35be74940a3')
+
+build() {
+  export LDFLAGS="-Wall -shared"
+
+  # 2 builds
+  cp -r scipy-${pkgver} scipy-${pkgver}-py2
+
+  # build for python3
+  cd scipy-${pkgver}
+  python3 setup.py config_fc --fcompiler=gnu95 build
+
+  # 

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

2017-03-17 Thread Jan Steffens
Date: Friday, March 17, 2017 @ 23:56:40
  Author: heftig
Revision: 291015

52.0.1-1

Modified:
  firefox/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-03-17 22:29:05 UTC (rev 291014)
+++ PKGBUILD2017-03-17 23:56:40 UTC (rev 291015)
@@ -4,8 +4,8 @@
 # Contributor: Jakub Schmidtke 
 
 pkgname=firefox
-pkgver=52.0
-pkgrel=2
+pkgver=52.0.1
+pkgrel=1
 pkgdesc="Standalone web browser from mozilla.org"
 arch=(i686 x86_64)
 license=(MPL GPL LGPL)
@@ -13,22 +13,21 @@
 depends=(gtk3 gtk2 mozilla-common libxt startup-notification mime-types 
dbus-glib alsa-lib ffmpeg
  libvpx libevent nss hunspell sqlite ttf-font icu)
 makedepends=(unzip zip diffutils python2 yasm mesa imake gconf libpulse 
inetutils xorg-server-xvfb
- autoconf2.13 cargo)
+ autoconf2.13 cargo mercurial)
 optdepends=('networkmanager: Location detection via available WiFi networks'
 'libnotify: Notification integration'
-'upower: Battery API'
 'speech-dispatcher: Text-to-Speech')
-options=(!emptydirs !makeflags)
-source=(https://ftp.mozilla.org/pub/mozilla.org/firefox/releases/$pkgver/source/firefox-$pkgver.source.tar.xz
+options=(!emptydirs !makeflags !strip)
+_repo=https://hg.mozilla.org/releases/mozilla-release
+source=("hg+$_repo#tag=FIREFOX_${pkgver//./_}_RELEASE"
 firefox.desktop firefox-symbolic.svg
 firefox-install-dir.patch rust-i686.patch fix-wifi-scanner.diff)
-sha256sums=('494ec86875ea60043658e402b664ccd5af4709acc3a478de8729f7cbac9ea3c1'
+sha256sums=('SKIP'
 'ada313750e6fb14558b37c764409a17c1672a351a46c73b350aa1fe4ea9220ef'
 'a2474b32b9b2d7e0fb53a4c89715507ad1c194bef77713d798fa39d507def9e9'
 'd86e41d87363656ee62e12543e2f5181aadcff448e406ef3218e91865ae775cd'
 'f61ea706ce6905f568b9bdafd1b044b58f20737426f0aa5019ddb9b64031a269'
 '9765bca5d63fb5525bbd0520b7ab1d27cabaed697e2fc7791400abc3fa4f13b8')
-validpgpkeys=('2B90598A745E992F315E22C58AB132963A06537A')
 
 # Google API keys (see http://www.chromium.org/developers/how-tos/api-keys)
 # Note: These are for Arch Linux use ONLY. For your own distribution, please
@@ -42,12 +41,11 @@
 # more information.
 _mozilla_api_key=16674381-f021-49de-8622-3021c5942aff
 
-
 prepare() {
   mkdir path
   ln -s /usr/bin/python2 path/python
 
-  cd $pkgname-$pkgver
+  cd mozilla-release
   patch -Np1 -i ../firefox-install-dir.patch
 
   # https://bugzilla.mozilla.org/show_bug.cgi?id=1314968
@@ -71,6 +69,9 @@
 # Branding
 ac_add_options --enable-official-branding
 ac_add_options --enable-update-channel=release
+export MOZILLA_OFFICIAL=1
+export MOZ_TELEMETRY_REPORTING=1
+export MOZ_SOURCE_REPO=${_repo@Q}
 export MOZ_ADDON_SIGNING=1
 export MOZ_REQUIRE_SIGNING=1
 
@@ -94,8 +95,8 @@
 
 # Features
 ac_add_options --enable-startup-notification
+ac_add_options --enable-crashreporter
 ac_add_options --enable-alsa
-ac_add_options --disable-crashreporter
 ac_add_options --disable-updater
 
 STRIP_FLAGS="--strip-debug"
@@ -103,7 +104,7 @@
 }
 
 build() {
-  cd $pkgname-$pkgver
+  cd mozilla-release
 
   # _FORTIFY_SOURCE causes configure failures
   CPPFLAGS+=" -O2"
@@ -111,9 +112,6 @@
   # Hardening
   LDFLAGS+=" -Wl,-z,now"
 
-  # GCC 6
-  CXXFLAGS+=" -fno-delete-null-pointer-checks -fno-schedule-insns2"
-
   export PATH="$srcdir/path:$PATH"
 
   # Do PGO
@@ -123,7 +121,7 @@
 }
 
 package() {
-  cd $pkgname-$pkgver
+  cd mozilla-release
   make -f client.mk DESTDIR="$pkgdir" INSTALL_SDK= install
 
   _vendorjs="$pkgdir/usr/lib/firefox/browser/defaults/preferences/vendor.js"


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

2017-03-17 Thread Antonio Rojas
Date: Friday, March 17, 2017 @ 22:56:53
  Author: arojas
Revision: 217047

Kill mate-extra-gtk3 group

Modified:
  mozo/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-03-17 22:53:51 UTC (rev 217046)
+++ PKGBUILD2017-03-17 22:56:53 UTC (rev 217047)
@@ -9,7 +9,7 @@
 license=('GPL')
 depends=('gtk3' 'mate-menus' 'python2-gobject')
 makedepends=('intltool')
-groups=('mate-extra' 'mate-extra-gtk3')
+groups=('mate-extra')
 conflicts=('mozo-gtk3')
 replaces=('mozo-gtk3')
 
source=("http://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)


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

2017-03-17 Thread Antonio Rojas
Date: Friday, March 17, 2017 @ 22:48:14
  Author: arojas
Revision: 217011

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

Added:
  python2-caja/repos/community-staging-i686/
  python2-caja/repos/community-staging-i686/PKGBUILD
(from rev 217010, python2-caja/trunk/PKGBUILD)
  python2-caja/repos/community-staging-x86_64/
  python2-caja/repos/community-staging-x86_64/PKGBUILD
(from rev 217010, python2-caja/trunk/PKGBUILD)

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

Copied: python2-caja/repos/community-staging-i686/PKGBUILD (from rev 217010, 
python2-caja/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-03-17 22:48:14 UTC (rev 217011)
@@ -0,0 +1,36 @@
+# Contributor: Martin Wimpress 
+
+pkgname=python2-caja
+pkgver=1.18.0
+pkgrel=1
+pkgdesc="Python binding for Caja, to allow Caja property page and menu item 
extensions to be written in Python"
+url="http://mate-desktop.org;
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('caja' 'python2-gobject')
+makedepends=('intltool')
+conflicts=('python2-caja-gtk3')
+replaces=('python2-caja-gtk3')
+source=("http://pub.mate-desktop.org/releases/${pkgver%.*}/python-caja-${pkgver}.tar.xz;)
+sha1sums=('fb4e8b53694651bb606e5f9d361b9997d927875a')
+
+prepare() {
+cd python-caja-${pkgver}
+sed -i 's/python-config/python2-config/' configure
+}
+
+build() {
+cd python-caja-${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() {
+cd python-caja-${pkgver}
+make DESTDIR="${pkgdir}" install
+}

Copied: python2-caja/repos/community-staging-x86_64/PKGBUILD (from rev 217010, 
python2-caja/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-03-17 22:48:14 UTC (rev 217011)
@@ -0,0 +1,36 @@
+# Contributor: Martin Wimpress 
+
+pkgname=python2-caja
+pkgver=1.18.0
+pkgrel=1
+pkgdesc="Python binding for Caja, to allow Caja property page and menu item 
extensions to be written in Python"
+url="http://mate-desktop.org;
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('caja' 'python2-gobject')
+makedepends=('intltool')
+conflicts=('python2-caja-gtk3')
+replaces=('python2-caja-gtk3')
+source=("http://pub.mate-desktop.org/releases/${pkgver%.*}/python-caja-${pkgver}.tar.xz;)
+sha1sums=('fb4e8b53694651bb606e5f9d361b9997d927875a')
+
+prepare() {
+cd python-caja-${pkgver}
+sed -i 's/python-config/python2-config/' configure
+}
+
+build() {
+cd python-caja-${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() {
+cd python-caja-${pkgver}
+make DESTDIR="${pkgdir}" install
+}


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

2017-03-17 Thread Antonio Rojas
Date: Friday, March 17, 2017 @ 22:47:43
  Author: arojas
Revision: 217010

Update to 1.18.0

Modified:
  python2-caja/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-03-17 22:42:12 UTC (rev 217009)
+++ PKGBUILD2017-03-17 22:47:43 UTC (rev 217010)
@@ -1,11 +1,9 @@
 # Contributor: Martin Wimpress 
 
-_ver=1.16
-_pkgbase=python-caja
 pkgname=python2-caja
-pkgver=${_ver}.0
+pkgver=1.18.0
 pkgrel=1
-pkgdesc="Python binding for Caja, to allow Caja property page and menu item 
extensions to be written in Python (GTK2 version)"
+pkgdesc="Python binding for Caja, to allow Caja property page and menu item 
extensions to be written in Python"
 url="http://mate-desktop.org;
 arch=('i686' 'x86_64')
 license=('GPL')
@@ -12,16 +10,17 @@
 depends=('caja' 'python2-gobject')
 makedepends=('intltool')
 conflicts=('python2-caja-gtk3')
-source=("http://pub.mate-desktop.org/releases/${_ver}/${_pkgbase}-${pkgver}.tar.xz;)
-sha1sums=('9c4125cbe8485174c59e85cb77290826de6e3435')
+replaces=('python2-caja-gtk3')
+source=("http://pub.mate-desktop.org/releases/${pkgver%.*}/python-caja-${pkgver}.tar.xz;)
+sha1sums=('fb4e8b53694651bb606e5f9d361b9997d927875a')
 
 prepare() {
-cd "${srcdir}/${_pkgbase}-${pkgver}"
+cd python-caja-${pkgver}
 sed -i 's/python-config/python2-config/' configure
 }
 
 build() {
-cd "${srcdir}/${_pkgbase}-${pkgver}"
+cd python-caja-${pkgver}
 PYTHON=/usr/bin/python2 ./configure \
 --prefix=/usr
 
@@ -32,6 +31,6 @@
 }
 
 package() {
-cd "${srcdir}/${_pkgbase}-${pkgver}"
+cd python-caja-${pkgver}
 make DESTDIR="${pkgdir}" install
 }


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

2017-03-17 Thread Antonio Rojas
Date: Friday, March 17, 2017 @ 22:42:12
  Author: arojas
Revision: 217009

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

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

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

Copied: pluma/repos/community-staging-i686/PKGBUILD (from rev 217008, 
pluma/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-03-17 22:42:12 UTC (rev 217009)
@@ -0,0 +1,40 @@
+# Contributor: Martin Wimpress 
+
+pkgname=pluma
+pkgver=1.18.0
+pkgrel=1
+pkgdesc="A powerful text editor for MATE"
+url="http://mate-desktop.org;
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('iso-codes' 'mate-desktop' 'zenity' 'gtksourceview3' 'libpeas')
+makedepends=('intltool' 'itstool' 'gobject-introspection')
+groups=('mate-extra')
+conflicts=('pluma-gtk3')
+replaces=('pluma-gtk3')
+source=("http://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('8a6e5c6f445d23e7dd2f0a2e8de39f648f0d8dfd')
+
+prepare() {
+cd ${pkgname}-${pkgver}
+sed -i 's/python/python2/' plugins/externaltools/data/switch-c.tool.in
+}
+
+build() {
+cd ${pkgname}-${pkgver}
+PYTHON=/usr/bin/python2 ./configure \
+--prefix=/usr \
+--libexecdir=/usr/lib/${pkgname} \
+--enable-gtk-doc=no \
+--enable-python
+
+#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: pluma/repos/community-staging-x86_64/PKGBUILD (from rev 217008, 
pluma/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-03-17 22:42:12 UTC (rev 217009)
@@ -0,0 +1,40 @@
+# Contributor: Martin Wimpress 
+
+pkgname=pluma
+pkgver=1.18.0
+pkgrel=1
+pkgdesc="A powerful text editor for MATE"
+url="http://mate-desktop.org;
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('iso-codes' 'mate-desktop' 'zenity' 'gtksourceview3' 'libpeas')
+makedepends=('intltool' 'itstool' 'gobject-introspection')
+groups=('mate-extra')
+conflicts=('pluma-gtk3')
+replaces=('pluma-gtk3')
+source=("http://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('8a6e5c6f445d23e7dd2f0a2e8de39f648f0d8dfd')
+
+prepare() {
+cd ${pkgname}-${pkgver}
+sed -i 's/python/python2/' plugins/externaltools/data/switch-c.tool.in
+}
+
+build() {
+cd ${pkgname}-${pkgver}
+PYTHON=/usr/bin/python2 ./configure \
+--prefix=/usr \
+--libexecdir=/usr/lib/${pkgname} \
+--enable-gtk-doc=no \
+--enable-python
+
+#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
+}


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

2017-03-17 Thread Antonio Rojas
Date: Friday, March 17, 2017 @ 22:41:45
  Author: arojas
Revision: 217008

Update to 1.18.0

Modified:
  pluma/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-03-17 22:36:06 UTC (rev 217007)
+++ PKGBUILD2017-03-17 22:41:45 UTC (rev 217008)
@@ -1,32 +1,30 @@
 # Contributor: Martin Wimpress 
 
-_ver=1.16
-_pkgbase=pluma
-pkgname=${_pkgbase}
-pkgver=${_ver}.0
-pkgrel=3
-pkgdesc="A powerful text editor for MATE (GTK2 version)"
+pkgname=pluma
+pkgver=1.18.0
+pkgrel=1
+pkgdesc="A powerful text editor for MATE"
 url="http://mate-desktop.org;
 arch=('i686' 'x86_64')
 license=('GPL')
-depends=('iso-codes' 'mate-desktop-schemas' 'pygtksourceview2' 'zenity')
-makedepends=('intltool' 'itstool')
+depends=('iso-codes' 'mate-desktop' 'zenity' 'gtksourceview3' 'libpeas')
+makedepends=('intltool' 'itstool' 'gobject-introspection')
 groups=('mate-extra')
-conflicts=("${_pkgbase}-gtk3")
-source=("http://pub.mate-desktop.org/releases/${_ver}/${_pkgbase}-${pkgver}.tar.xz;)
-sha1sums=('14a0497fade1e3fd40a39eafb28390975abd12a6')
+conflicts=('pluma-gtk3')
+replaces=('pluma-gtk3')
+source=("http://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('8a6e5c6f445d23e7dd2f0a2e8de39f648f0d8dfd')
 
 prepare() {
-cd "${srcdir}/${_pkgbase}-${pkgver}"
+cd ${pkgname}-${pkgver}
 sed -i 's/python/python2/' plugins/externaltools/data/switch-c.tool.in
 }
 
 build() {
-cd "${srcdir}/${_pkgbase}-${pkgver}"
+cd ${pkgname}-${pkgver}
 PYTHON=/usr/bin/python2 ./configure \
 --prefix=/usr \
---libexecdir=/usr/lib/${_pkgbase} \
---with-gtk=2.0 \
+--libexecdir=/usr/lib/${pkgname} \
 --enable-gtk-doc=no \
 --enable-python
 
@@ -37,6 +35,6 @@
 }
 
 package() {
-cd "${srcdir}/${_pkgbase}-${pkgver}"
+cd ${pkgname}-${pkgver}
 make DESTDIR="${pkgdir}" install
 }


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

2017-03-17 Thread Antonio Rojas
Date: Friday, March 17, 2017 @ 22:33:04
  Author: arojas
Revision: 217006

archrelease: copy trunk to community-staging-any

Added:
  mozo/repos/community-staging-any/
  mozo/repos/community-staging-any/PKGBUILD
(from rev 217005, mozo/trunk/PKGBUILD)

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

Copied: mozo/repos/community-staging-any/PKGBUILD (from rev 217005, 
mozo/trunk/PKGBUILD)
===
--- community-staging-any/PKGBUILD  (rev 0)
+++ community-staging-any/PKGBUILD  2017-03-17 22:33:04 UTC (rev 217006)
@@ -0,0 +1,28 @@
+# Contributor: Martin Wimpress 
+
+pkgname=mozo
+pkgver=1.18.0
+pkgrel=1
+pkgdesc="MATE menu editing tool"
+url="http://mate-desktop.org;
+arch=('any')
+license=('GPL')
+depends=('gtk3' 'mate-menus' 'python2-gobject')
+makedepends=('intltool')
+groups=('mate-extra' 'mate-extra-gtk3')
+conflicts=('mozo-gtk3')
+replaces=('mozo-gtk3')
+source=("http://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('b490e8be26e0ec49ff4f89aa0113c8a80c80c080')
+
+build() {
+cd ${pkgname}-${pkgver}
+PYTHON=/usr/bin/python2 ./configure \
+--prefix=/usr
+make
+}
+
+package() {
+cd ${pkgname}-${pkgver}
+make DESTDIR="${pkgdir}" install
+}


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

2017-03-17 Thread Antonio Rojas
Date: Friday, March 17, 2017 @ 22:32:41
  Author: arojas
Revision: 217005

Update to 1.18.0

Modified:
  mozo/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-03-17 22:29:29 UTC (rev 217004)
+++ PKGBUILD2017-03-17 22:32:41 UTC (rev 217005)
@@ -1,10 +1,8 @@
 # Contributor: Martin Wimpress 
 
-_ver=1.16
-_pkgbase=mozo
-pkgname=${_pkgbase}
-pkgver=${_ver}.0
-pkgrel=2
+pkgname=mozo
+pkgver=1.18.0
+pkgrel=1
 pkgdesc="MATE menu editing tool"
 url="http://mate-desktop.org;
 arch=('any')
@@ -12,13 +10,13 @@
 depends=('gtk3' 'mate-menus' 'python2-gobject')
 makedepends=('intltool')
 groups=('mate-extra' 'mate-extra-gtk3')
-conflicts=("${_pkgbase}-gtk3")
-replaces=("${_pkgbase}-gtk3")
-source=("http://pub.mate-desktop.org/releases/${_ver}/${_pkgbase}-${pkgver}.tar.xz;)
-sha1sums=('bd9b1e70a6976940d40ef78f58c11a96ffa41a26')
+conflicts=('mozo-gtk3')
+replaces=('mozo-gtk3')
+source=("http://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('b490e8be26e0ec49ff4f89aa0113c8a80c80c080')
 
 build() {
-cd "${srcdir}/${_pkgbase}-${pkgver}"
+cd ${pkgname}-${pkgver}
 PYTHON=/usr/bin/python2 ./configure \
 --prefix=/usr
 make
@@ -25,6 +23,6 @@
 }
 
 package() {
-cd "${srcdir}/${_pkgbase}-${pkgver}"
+cd ${pkgname}-${pkgver}
 make DESTDIR="${pkgdir}" install
 }


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

2017-03-17 Thread Antonio Rojas
Date: Friday, March 17, 2017 @ 22:29:29
  Author: arojas
Revision: 217004

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

Added:
  mate-utils/repos/community-staging-i686/
  mate-utils/repos/community-staging-i686/PKGBUILD
(from rev 217003, mate-utils/trunk/PKGBUILD)
  mate-utils/repos/community-staging-x86_64/
  mate-utils/repos/community-staging-x86_64/PKGBUILD
(from rev 217003, mate-utils/trunk/PKGBUILD)

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

Copied: mate-utils/repos/community-staging-i686/PKGBUILD (from rev 217003, 
mate-utils/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-03-17 22:29:29 UTC (rev 217004)
@@ -0,0 +1,36 @@
+# Contributor: Martin Wimpress 
+
+pkgname=mate-utils
+pkgver=1.18.0
+pkgrel=1
+pkgdesc="Common MATE utilities for viewing disk usage, logs and fonts, taking 
screenshots, managing dictionaries and searching files"
+url="http://mate-desktop.org;
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('mate-desktop' 'libcanberra' 'libgtop' 'libsm')
+makedepends=('intltool' 'itstool' 'mate-panel')
+optdepends=('mate-panel: Look up words in dictionaries from the panel')
+groups=('mate-extra')
+conflicts=('mate-utils-gtk3')
+replaces=('mate-utils-gtk3')
+source=("http://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('3149438d15a297e7f4581793ef7b8d1344cdc64e')
+
+build() {
+cd ${pkgname}-${pkgver}
+./configure \
+--prefix=/usr \
+--libexecdir=/usr/lib/${_pkgbase} \
+--sysconfdir=/etc \
+--disable-maintainer-flags
+
+#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-utils/repos/community-staging-x86_64/PKGBUILD (from rev 217003, 
mate-utils/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-03-17 22:29:29 UTC (rev 217004)
@@ -0,0 +1,36 @@
+# Contributor: Martin Wimpress 
+
+pkgname=mate-utils
+pkgver=1.18.0
+pkgrel=1
+pkgdesc="Common MATE utilities for viewing disk usage, logs and fonts, taking 
screenshots, managing dictionaries and searching files"
+url="http://mate-desktop.org;
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('mate-desktop' 'libcanberra' 'libgtop' 'libsm')
+makedepends=('intltool' 'itstool' 'mate-panel')
+optdepends=('mate-panel: Look up words in dictionaries from the panel')
+groups=('mate-extra')
+conflicts=('mate-utils-gtk3')
+replaces=('mate-utils-gtk3')
+source=("http://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('3149438d15a297e7f4581793ef7b8d1344cdc64e')
+
+build() {
+cd ${pkgname}-${pkgver}
+./configure \
+--prefix=/usr \
+--libexecdir=/usr/lib/${_pkgbase} \
+--sysconfdir=/etc \
+--disable-maintainer-flags
+
+#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
+}


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

2017-03-17 Thread Jan Steffens
Date: Friday, March 17, 2017 @ 22:29:05
  Author: heftig
Revision: 291014

52.0.1-1

Modified:
  firefox-i18n/trunk/PKGBUILD

--+
 PKGBUILD |  182 ++---
 1 file changed, 91 insertions(+), 91 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-03-17 18:54:14 UTC (rev 291013)
+++ PKGBUILD2017-03-17 22:29:05 UTC (rev 291014)
@@ -5,7 +5,7 @@
 # Contributor: Andrea Scarpino 
 
 pkgbase=firefox-i18n
-pkgver=52.0
+pkgver=52.0.1
 pkgrel=1
 pkgdesc="Language pack for Firefox"
 arch=('any')
@@ -130,93 +130,93 @@
 
"$pkgdir/usr/lib/firefox/browser/extensions/langpack-$1...@firefox.mozilla.org.xpi"
 }
 
-sha256sums=('3cbbcf4422b7789f28e3086ef788fc1a44db2f6a9ce4a5629a3d4c8287a3dcad'
-'fcf4684463e6476dd26686d7b7c6196fd1310a0df317fbcc88f9e9147d947864'
-'78436260d053e966c9b663d26c72122bace217a56a15d181f551d45add1601d5'
-'95fa9333298e64c9c9943bcc455126a483d3904b5ade6810f2deed091234ed76'
-'b66741a77e99c5021a7fa4e0e780223829ae53829a0947493f9fbbbf7f5319c2'
-'5ad2fbddf728a165e4b7434aa544bbc0b8e718d29fd813ec432573d2dd78e317'
-'811b652d13fea215dc1c94e74002a0fa1655a257c2dad122a47ce89eaa6c40bc'
-'709755aa3a5b100e5cc1acd2a7feb18f8e0a6f8e2b632b5b3c0f90b0ad781c2e'
-'433d795e02809300d24d5b391209457e96eaa9d636d63c03f22b38a706a7a382'
-'e5a2fa91eabece076fb0963ca6b4361c05ffa4b15dfd1763f6ba524c4ec01059'
-'b72bea1dcddc797e0c45e1dfa6b0a0fd77d845ac61afe14dd47d76dee4b01e7f'
-'ff83002b983a02a2a5b1775034124e8b1e7b16e6e944f571ea9c8042b19a24e7'
-'73cb168de30734c68690e3ed12391342c5d4a7d5360d714a863b258ad06f8421'
-'0bf0a8160f8276a529707c0114462a769e375d4751bd7dcac21947651d0a802c'
-'31f5687aa5084d04c46790654f23044569ffd19996f41d27e2bab464083fb3dc'
-'a4db85bb05fc0b974ce735987b586cb90c42f1e1b4b02126d71f5b48341799e7'
-'b7f06549c9ac38c4c27832cd5697f7c1303aef19e893b4a05c88c3e6efe58cb3'
-'94d58d7e8173e55614f2fd203b02309000c21b121a9d114379c237b6a06e2329'
-'2ff9d70cc9265842ef3c1867a6b5b9d082717607eff28c0968cd86741ff1037f'
-'feabe455b70b2a3ac41da4f4149bc8eb49b0b0789ce22366a60742c26dd920ef'
-'7fb581a3cbef3940067bd09edc0bc18c14a9e48ca915982e3753d20ef771'
-'b7a5d481c5f250a19ea17ff1e967d3e99b2b07dab8372463d4d3eaa4b38421e8'
-'6bf4ffa1c7240975feaa8a71abf6a85d62386281e5ef66ee0feb7f6803685686'
-'c776830c4c4b30ff789d2c86134194ccf6924e3f7695bb98618ab302c2837cc0'
-'48a4bd97e2aaee0315e5243c56fb7c3a491c22ab25a79dc47e59ac3f0523525c'
-'1b369f6fb6bc6b503e1fcbf83a2a8f5e6e4d0f424996fe3dea2b99228890f196'
-'fa98cce058736cddb439aeb28bf7324c03366089503d7075fa4b627b028f54ca'
-'c10eb860a82220b37e656a7a4c51115c5e30956ee838c1aee9b75c8e0eaa1482'
-'7f2f4a5f20445a84c1e81657e6912ea10fbc82903c3e62f9e4f3ed6a6adc38a4'
-'cb482735ccbfdb1c882f8de5b46fce92254e1873dbb38959220e646381130549'
-'4f48ed709c82ad98ea5c0e7d3620eb5376a07d5ca7d94e9fee7c96ff7ed3040b'
-'c4f5f351abb7ea25109ef0d60d9c3cca0d22884263d2b44f932e91c40dc6a2d9'
-'20646e6250569d948e84622c7c9023dba780f3c69d7f1fc109b96feb450a9761'
-'fe61890275424ed0837e3c8f0541005281b66db64695b6c58bb88c413eca9ce6'
-'db6aa16a44912bcfa3412db2090f501197286231863b76572ec27ac5dbce68fb'
-'684a72d30d1d58f80bbfa40516ec125badedf85793fbb37ed51ee5c26cbf76f4'
-'71881534ee499dd440c271edb3bd9f1e508ee3b5d24d24b1bb71ea9f5b284c43'
-'43ef6180ba6b13f29406231f820f13dc6044138bc9308419b981838fc12cf244'
-'20c34d2d25a8e24bafe71313870f56ce35827e9b17d3fc57a9ece6eb7efc5778'
-'92fe2775b244c1e02af6e65b26b0081538366c019bc6cae4be0b0cd83de002dd'
-'3c796b5a1fe2fddb8d50f808329977bb93363dfff6935b26e271c9b8aed23bf8'
-'8add42335e4ba75e98b6aa228f88d41a0dd803c75621666b12f43f89a5b986cb'
-'60b5548a5c352ff9fb9d6854d28d857415657c3d5a0c7439255a466bfdd560b2'
-'82ac035db1fab91141971f6d02df5d895959164489a666fabc0d248323c25cd2'
-'21302994edf657035817e7e47c29011a20d06578283bdd0050b3c2cc50d42c6f'
-'0c282eae390a992f1e94a96cb74cab3b9692f91d8fcf1d03fbc5e3fa2babd545'
-'a4dda0e17fe82535e44ec498be8e5074b019a0f72896c931f0521957d8b0'
-'144f666efa1367714acc058781cb104af51957375ea2a11f536d8d74007e6753'
-'8585ce8f41462998863d1fa486def6fd8875d64f4335abedd8f2afb85602969a'
-'51936f803cdfa6c47353d63b053a59d2e9ce67fbce3d2a59c063a3465e956d3f'
-'3ed27bb2ce0547f6c7c8f83e1be7cb83e054406e042c33ef607df6d5a364f0bf'
-'c0a8d9abea5d22b2f3dc613a3bd07a6b007a795c938dbce6caa3efd14cf94f43'
-

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

2017-03-17 Thread Antonio Rojas
Date: Friday, March 17, 2017 @ 22:28:47
  Author: arojas
Revision: 217003

Update to 1.18.0

Modified:
  mate-utils/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-03-17 22:26:12 UTC (rev 217002)
+++ PKGBUILD2017-03-17 22:28:47 UTC (rev 217003)
@@ -1,28 +1,26 @@
 # Contributor: Martin Wimpress 
 
-_ver=1.16
-_pkgbase=mate-utils
-pkgname=(${_pkgbase})
-pkgver=${_ver}.0
-pkgrel=2
-pkgdesc="Common MATE utilities for viewing disk usage, logs and fonts, taking 
screenshots, managing dictionaries and searching files (GTK2 version)"
+pkgname=mate-utils
+pkgver=1.18.0
+pkgrel=1
+pkgdesc="Common MATE utilities for viewing disk usage, logs and fonts, taking 
screenshots, managing dictionaries and searching files"
 url="http://mate-desktop.org;
 arch=('i686' 'x86_64')
 license=('GPL')
-depends=('gtk2' 'mate-desktop-schemas' 'libcanberra' 'libgtop' 'libsm')
+depends=('mate-desktop' 'libcanberra' 'libgtop' 'libsm')
 makedepends=('intltool' 'itstool' 'mate-panel')
 optdepends=('mate-panel: Look up words in dictionaries from the panel')
 groups=('mate-extra')
-conflicts=("${_pkgbase}-gtk3")
-source=("http://pub.mate-desktop.org/releases/${_ver}/${_pkgbase}-${pkgver}.tar.xz;)
-sha1sums=('8435a42773bd2f5fcf27e2e6e71373fbf216eef9')
+conflicts=('mate-utils-gtk3')
+replaces=('mate-utils-gtk3')
+source=("http://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('3149438d15a297e7f4581793ef7b8d1344cdc64e')
 
 build() {
-cd "${srcdir}/${_pkgbase}-${pkgver}"
+cd ${pkgname}-${pkgver}
 ./configure \
 --prefix=/usr \
 --libexecdir=/usr/lib/${_pkgbase} \
---with-gtk=2.0 \
 --sysconfdir=/etc \
 --disable-maintainer-flags
 
@@ -33,6 +31,6 @@
 }
 
 package() {
-cd "${srcdir}/${_pkgbase}-${pkgver}"
+cd ${pkgname}-${pkgver}
 make DESTDIR="${pkgdir}" install
 }


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

2017-03-17 Thread Nicola Squartini
Date: Friday, March 17, 2017 @ 22:25:43
  Author: tensor5
Revision: 217001

upgpkg: solidity 0.4.10-1

Modified:
  solidity/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-03-17 21:28:54 UTC (rev 217000)
+++ PKGBUILD2017-03-17 22:25:43 UTC (rev 217001)
@@ -2,7 +2,7 @@
 # Maintainer: Nicola Squartini 
 
 pkgname=solidity
-pkgver=0.4.9
+pkgver=0.4.10
 pkgrel=1
 pkgdesc='Contract-Oriented Programming Language'
 arch=('i686' 'x86_64')
@@ -11,7 +11,7 @@
 depends=('boost-libs' 'jsoncpp')
 makedepends=('boost' 'cmake')
 source=("${url}/releases/download/v${pkgver}/solidity_${pkgver}.tar.gz")
-sha256sums=('e8fa14f8147c848128dcf97c9ae3856b71159fc00fc987751affc8935e217985')
+sha256sums=('a1103f91d240101a90c9bec5243f2436563d3772c4571a352ea7bc21de8706d1')
 
 prepare() {
 cd solidity_${pkgver}


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

2017-03-17 Thread Nicola Squartini
Date: Friday, March 17, 2017 @ 22:26:12
  Author: tensor5
Revision: 217002

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

Added:
  solidity/repos/community-i686/PKGBUILD
(from rev 217001, solidity/trunk/PKGBUILD)
  solidity/repos/community-x86_64/PKGBUILD
(from rev 217001, solidity/trunk/PKGBUILD)
Deleted:
  solidity/repos/community-i686/PKGBUILD
  solidity/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-17 22:25:43 UTC (rev 217001)
+++ community-i686/PKGBUILD 2017-03-17 22:26:12 UTC (rev 217002)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Nicola Squartini 
-
-pkgname=solidity
-pkgver=0.4.9
-pkgrel=1
-pkgdesc='Contract-Oriented Programming Language'
-arch=('i686' 'x86_64')
-url='https://github.com/ethereum/solidity'
-license=('GPL3')
-depends=('boost-libs' 'jsoncpp')
-makedepends=('boost' 'cmake')
-source=("${url}/releases/download/v${pkgver}/solidity_${pkgver}.tar.gz")
-sha256sums=('e8fa14f8147c848128dcf97c9ae3856b71159fc00fc987751affc8935e217985')
-
-prepare() {
-cd solidity_${pkgver}
-
-sed -e '/jsoncpp\.cmake/d' -i CMakeLists.txt
-}
-
-build() {
-cd solidity_${pkgver}
-
-mkdir build
-cd build
-cmake \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DTESTS=OFF \
-..
-make
-}
-
-package() {
-cd solidity_${pkgver}/build
-
-make DESTDIR="${pkgdir}" install
-}

Copied: solidity/repos/community-i686/PKGBUILD (from rev 217001, 
solidity/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-03-17 22:26:12 UTC (rev 217002)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Nicola Squartini 
+
+pkgname=solidity
+pkgver=0.4.10
+pkgrel=1
+pkgdesc='Contract-Oriented Programming Language'
+arch=('i686' 'x86_64')
+url='https://github.com/ethereum/solidity'
+license=('GPL3')
+depends=('boost-libs' 'jsoncpp')
+makedepends=('boost' 'cmake')
+source=("${url}/releases/download/v${pkgver}/solidity_${pkgver}.tar.gz")
+sha256sums=('a1103f91d240101a90c9bec5243f2436563d3772c4571a352ea7bc21de8706d1')
+
+prepare() {
+cd solidity_${pkgver}
+
+sed -e '/jsoncpp\.cmake/d' -i CMakeLists.txt
+}
+
+build() {
+cd solidity_${pkgver}
+
+mkdir build
+cd build
+cmake \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DTESTS=OFF \
+..
+make
+}
+
+package() {
+cd solidity_${pkgver}/build
+
+make DESTDIR="${pkgdir}" install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2017-03-17 22:25:43 UTC (rev 217001)
+++ community-x86_64/PKGBUILD   2017-03-17 22:26:12 UTC (rev 217002)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Nicola Squartini 
-
-pkgname=solidity
-pkgver=0.4.9
-pkgrel=1
-pkgdesc='Contract-Oriented Programming Language'
-arch=('i686' 'x86_64')
-url='https://github.com/ethereum/solidity'
-license=('GPL3')
-depends=('boost-libs' 'jsoncpp')
-makedepends=('boost' 'cmake')
-source=("${url}/releases/download/v${pkgver}/solidity_${pkgver}.tar.gz")
-sha256sums=('e8fa14f8147c848128dcf97c9ae3856b71159fc00fc987751affc8935e217985')
-
-prepare() {
-cd solidity_${pkgver}
-
-sed -e '/jsoncpp\.cmake/d' -i CMakeLists.txt
-}
-
-build() {
-cd solidity_${pkgver}
-
-mkdir build
-cd build
-cmake \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DTESTS=OFF \
-..
-make
-}
-
-package() {
-cd solidity_${pkgver}/build
-
-make DESTDIR="${pkgdir}" install
-}

Copied: solidity/repos/community-x86_64/PKGBUILD (from rev 217001, 
solidity/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2017-03-17 22:26:12 UTC (rev 217002)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Nicola Squartini 
+
+pkgname=solidity
+pkgver=0.4.10
+pkgrel=1
+pkgdesc='Contract-Oriented Programming Language'
+arch=('i686' 'x86_64')
+url='https://github.com/ethereum/solidity'
+license=('GPL3')
+depends=('boost-libs' 'jsoncpp')
+makedepends=('boost' 'cmake')
+source=("${url}/releases/download/v${pkgver}/solidity_${pkgver}.tar.gz")
+sha256sums=('a1103f91d240101a90c9bec5243f2436563d3772c4571a352ea7bc21de8706d1')
+
+prepare() {
+cd solidity_${pkgver}
+
+sed -e '/jsoncpp\.cmake/d' -i CMakeLists.txt
+}
+
+build() {
+cd 

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

2017-03-17 Thread Antonio Rojas
Date: Friday, March 17, 2017 @ 21:28:27
  Author: arojas
Revision: 216999

Update to 1.18.0

Modified:
  mate-user-share/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-03-17 21:25:18 UTC (rev 216998)
+++ PKGBUILD2017-03-17 21:28:27 UTC (rev 216999)
@@ -1,29 +1,27 @@
 # Contributor: Martin Wimpress 
 
-_ver=1.16
-_pkgbase=mate-user-share
-pkgname=(${_pkgbase})
-pkgver=${_ver}.0
+pkgname=mate-user-share
+pkgver=1.18.0
 pkgrel=1
-pkgdesc="User level public file sharing via WebDAV for MATE (GTK2 version)"
+pkgdesc="User level public file sharing via WebDAV for MATE"
 url="http://mate-desktop.org;
 arch=('i686' 'x86_64')
 license=('GPL')
-depends=('dconf' 'libunique' 'mod_dnssd')
+depends=('dconf' 'mod_dnssd')
 makedepends=('caja' 'dbus-glib' 'intltool' 'itstool' 'libcanberra' 'libnotify')
 optdepends=('caja: File sharing extension')
 groups=('mate-extra')
-conflicts=("${_pkgbase}-gtk3")
-source=("http://pub.mate-desktop.org/releases/${_ver}/${_pkgbase}-${pkgver}.tar.xz;)
-sha1sums=('7b241f0d969005653a164223b4d458beb9256910')
+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 "${srcdir}/${_pkgbase}-${pkgver}"
+cd ${pkgname}-${pkgver}
 PYTHON=/usr/bin/python2 ./configure \
 --prefix=/usr \
---libexec=/usr/lib/${_pkgbase} \
+--libexec=/usr/lib/${pkgname} \
 --sysconfdir=/etc \
---with-gtk=2.0 \
 --disable-bluetooth
 
 #https://bugzilla.gnome.org/show_bug.cgi?id=656231
@@ -33,6 +31,6 @@
 }
 
 package() {
-cd "${srcdir}/${_pkgbase}-${pkgver}"
+cd ${pkgname}-${pkgver}
 make  DESTDIR="${pkgdir}" install
 }


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

2017-03-17 Thread Antonio Rojas
Date: Friday, March 17, 2017 @ 21:28:54
  Author: arojas
Revision: 217000

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

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

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

Copied: mate-user-share/repos/community-staging-i686/PKGBUILD (from rev 216999, 
mate-user-share/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-03-17 21:28:54 UTC (rev 217000)
@@ -0,0 +1,36 @@
+# 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-staging-x86_64/PKGBUILD (from rev 
216999, mate-user-share/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-03-17 21:28:54 UTC (rev 217000)
@@ -0,0 +1,36 @@
+# 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
+}


[arch-commits] Commit in mate-user-guide/repos (2 files)

2017-03-17 Thread Antonio Rojas
Date: Friday, March 17, 2017 @ 21:25:18
  Author: arojas
Revision: 216998

archrelease: copy trunk to community-staging-any

Added:
  mate-user-guide/repos/community-staging-any/
  mate-user-guide/repos/community-staging-any/PKGBUILD
(from rev 216997, mate-user-guide/trunk/PKGBUILD)

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

Copied: mate-user-guide/repos/community-staging-any/PKGBUILD (from rev 216997, 
mate-user-guide/trunk/PKGBUILD)
===
--- community-staging-any/PKGBUILD  (rev 0)
+++ community-staging-any/PKGBUILD  2017-03-17 21:25:18 UTC (rev 216998)
@@ -0,0 +1,26 @@
+# Contributor: Martin Wimpress 
+
+pkgname=mate-user-guide
+pkgver=1.18.0
+pkgrel=1
+pkgdesc="MATE User Guide"
+groups=('mate')
+url="http://mate-desktop.org;
+arch=('any')
+license=('FDL')
+depends=('yelp')
+makedepends=('itstool' 'intltool')
+source=("http://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('8de19c7c5a98041f15219c814cc72ab94d79b0a1')
+
+build() {
+cd ${pkgname}-${pkgver}
+./configure \
+--prefix=/usr
+make
+}
+
+package() {
+cd ${pkgname}-${pkgver}
+make DESTDIR="${pkgdir}" install
+}


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

2017-03-17 Thread Antonio Rojas
Date: Friday, March 17, 2017 @ 21:24:58
  Author: arojas
Revision: 216997

Update to 1.18.0

Modified:
  mate-user-guide/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-03-17 21:22:51 UTC (rev 216996)
+++ PKGBUILD2017-03-17 21:24:58 UTC (rev 216997)
@@ -1,22 +1,20 @@
 # Contributor: Martin Wimpress 
 
-_ver=1.16
-_pkgbase=mate-user-guide
-pkgname=${_pkgbase}
-pkgver=${_ver}.0
+pkgname=mate-user-guide
+pkgver=1.18.0
 pkgrel=1
 pkgdesc="MATE User Guide"
-groups=('mate' 'mate-gtk3')
+groups=('mate')
 url="http://mate-desktop.org;
 arch=('any')
 license=('FDL')
 depends=('yelp')
 makedepends=('itstool' 'intltool')
-source=("http://pub.mate-desktop.org/releases/${_ver}/${_pkgbase}-${pkgver}.tar.xz;)
-sha1sums=('2084e109511dd82c08aafd3a71aa63d4b008df1b')
+source=("http://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('8de19c7c5a98041f15219c814cc72ab94d79b0a1')
 
 build() {
-cd "${srcdir}/${_pkgbase}-${pkgver}"
+cd ${pkgname}-${pkgver}
 ./configure \
 --prefix=/usr
 make
@@ -23,6 +21,6 @@
 }
 
 package() {
-cd "${srcdir}/${_pkgbase}-${pkgver}"
+cd ${pkgname}-${pkgver}
 make DESTDIR="${pkgdir}" install
 }


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

2017-03-17 Thread Antonio Rojas
Date: Friday, March 17, 2017 @ 21:22:51
  Author: arojas
Revision: 216996

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

Added:
  mate-terminal/repos/community-staging-i686/
  mate-terminal/repos/community-staging-i686/PKGBUILD
(from rev 216995, mate-terminal/trunk/PKGBUILD)
  mate-terminal/repos/community-staging-x86_64/
  mate-terminal/repos/community-staging-x86_64/PKGBUILD
(from rev 216995, mate-terminal/trunk/PKGBUILD)

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

Copied: mate-terminal/repos/community-staging-i686/PKGBUILD (from rev 216995, 
mate-terminal/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-03-17 21:22:51 UTC (rev 216996)
@@ -0,0 +1,28 @@
+# Contributor: Martin Wimpress 
+
+pkgname=mate-terminal
+pkgver=1.18.0
+pkgrel=1
+pkgdesc="The MATE Terminal Emulator"
+url="http://mate-desktop.org;
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('libsm' 'mate-desktop' 'vte3')
+makedepends=('intltool' 'itstool')
+groups=('mate-extra')
+conflicts=('mate-terminal-gtk3')
+replaces=('mate-terminal-gtk3')
+source=("http://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('206403298a32ccfc35b0d771246aab02d910aa49')
+
+build() {
+cd ${pkgname}-${pkgver}
+./configure \
+--prefix=/usr
+make
+}
+
+package() {
+cd ${pkgname}-${pkgver}
+make DESTDIR="${pkgdir}" install
+}

Copied: mate-terminal/repos/community-staging-x86_64/PKGBUILD (from rev 216995, 
mate-terminal/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-03-17 21:22:51 UTC (rev 216996)
@@ -0,0 +1,28 @@
+# Contributor: Martin Wimpress 
+
+pkgname=mate-terminal
+pkgver=1.18.0
+pkgrel=1
+pkgdesc="The MATE Terminal Emulator"
+url="http://mate-desktop.org;
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('libsm' 'mate-desktop' 'vte3')
+makedepends=('intltool' 'itstool')
+groups=('mate-extra')
+conflicts=('mate-terminal-gtk3')
+replaces=('mate-terminal-gtk3')
+source=("http://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('206403298a32ccfc35b0d771246aab02d910aa49')
+
+build() {
+cd ${pkgname}-${pkgver}
+./configure \
+--prefix=/usr
+make
+}
+
+package() {
+cd ${pkgname}-${pkgver}
+make DESTDIR="${pkgdir}" install
+}


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

2017-03-17 Thread Antonio Rojas
Date: Friday, March 17, 2017 @ 21:22:31
  Author: arojas
Revision: 216995

Update to 1.18.0

Modified:
  mate-terminal/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-03-17 21:20:36 UTC (rev 216994)
+++ PKGBUILD2017-03-17 21:22:31 UTC (rev 216995)
@@ -1,20 +1,19 @@
 # Contributor: Martin Wimpress 
 
-_ver=1.16
 pkgname=mate-terminal
-pkgver=${_ver}.2
+pkgver=1.18.0
 pkgrel=1
 pkgdesc="The MATE Terminal Emulator"
 url="http://mate-desktop.org;
 arch=('i686' 'x86_64')
 license=('GPL')
-depends=('libsm' 'mate-desktop-schemas' 'vte3')
+depends=('libsm' 'mate-desktop' 'vte3')
 makedepends=('intltool' 'itstool')
-groups=('mate-extra' 'mate-extra-gtk3')
+groups=('mate-extra')
 conflicts=('mate-terminal-gtk3')
 replaces=('mate-terminal-gtk3')
-source=("http://pub.mate-desktop.org/releases/${_ver}/${pkgname}-${pkgver}.tar.xz;)
-sha1sums=('d8e37caeec8ede639c6c9bc4b95ac0ae23765cf2')
+source=("http://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('206403298a32ccfc35b0d771246aab02d910aa49')
 
 build() {
 cd ${pkgname}-${pkgver}


[arch-commits] Commit in mate-system-monitor/repos (4 files)

2017-03-17 Thread Antonio Rojas
Date: Friday, March 17, 2017 @ 21:20:36
  Author: arojas
Revision: 216994

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

Added:
  mate-system-monitor/repos/community-staging-i686/
  mate-system-monitor/repos/community-staging-i686/PKGBUILD
(from rev 216993, mate-system-monitor/trunk/PKGBUILD)
  mate-system-monitor/repos/community-staging-x86_64/
  mate-system-monitor/repos/community-staging-x86_64/PKGBUILD
(from rev 216993, mate-system-monitor/trunk/PKGBUILD)

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

Copied: mate-system-monitor/repos/community-staging-i686/PKGBUILD (from rev 
216993, mate-system-monitor/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-03-17 21:20:36 UTC (rev 216994)
@@ -0,0 +1,30 @@
+# Contributor: Martin Wimpress 
+
+pkgname=mate-system-monitor
+pkgver=1.18.0
+pkgrel=1
+pkgdesc="A system monitor for MATE"
+url="http://mate-desktop.org;
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('gtkmm3' 'libgtop' 'libwnck3')
+makedepends=('intltool' 'itstool')
+conflicts=('mate-system-monitor-gtk3')
+replaces=('mate-system-monitor-gtk3')
+groups=('mate-extra')
+source=("http://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('0fb62abebd2eaf01c1583cf5edfdbdc0eb776880')
+
+build() {
+cd ${pkgname}-${pkgver}
+./configure \
+--prefix=/usr \
+--libexecdir=/usr/lib/${pkgname} \
+--localstatedir=/var
+make
+}
+
+package() {
+cd ${pkgname}-${pkgver}
+make DESTDIR="${pkgdir}" install
+}

Copied: mate-system-monitor/repos/community-staging-x86_64/PKGBUILD (from rev 
216993, mate-system-monitor/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-03-17 21:20:36 UTC (rev 216994)
@@ -0,0 +1,30 @@
+# Contributor: Martin Wimpress 
+
+pkgname=mate-system-monitor
+pkgver=1.18.0
+pkgrel=1
+pkgdesc="A system monitor for MATE"
+url="http://mate-desktop.org;
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('gtkmm3' 'libgtop' 'libwnck3')
+makedepends=('intltool' 'itstool')
+conflicts=('mate-system-monitor-gtk3')
+replaces=('mate-system-monitor-gtk3')
+groups=('mate-extra')
+source=("http://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('0fb62abebd2eaf01c1583cf5edfdbdc0eb776880')
+
+build() {
+cd ${pkgname}-${pkgver}
+./configure \
+--prefix=/usr \
+--libexecdir=/usr/lib/${pkgname} \
+--localstatedir=/var
+make
+}
+
+package() {
+cd ${pkgname}-${pkgver}
+make DESTDIR="${pkgdir}" install
+}


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

2017-03-17 Thread Antonio Rojas
Date: Friday, March 17, 2017 @ 21:20:09
  Author: arojas
Revision: 216993

Update to 1.18.0

Modified:
  mate-system-monitor/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-03-17 21:15:33 UTC (rev 216992)
+++ PKGBUILD2017-03-17 21:20:09 UTC (rev 216993)
@@ -1,8 +1,7 @@
 # Contributor: Martin Wimpress 
 
-_ver=1.16
 pkgname=mate-system-monitor
-pkgver=${_ver}.0
+pkgver=1.18.0
 pkgrel=1
 pkgdesc="A system monitor for MATE"
 url="http://mate-desktop.org;
@@ -10,14 +9,14 @@
 license=('GPL')
 depends=('gtkmm3' 'libgtop' 'libwnck3')
 makedepends=('intltool' 'itstool')
-conflicts=("${pkgname}-gtk3")
-replaces=("${pkgname}-gtk3")
-groups=('mate-extra' 'mate-extra-gtk3')
-source=("http://pub.mate-desktop.org/releases/${_ver}/${pkgname}-${pkgver}.tar.xz;)
-sha1sums=('4d0c2bca7690f52b1278b5e83ce3231bc75469e2')
+conflicts=('mate-system-monitor-gtk3')
+replaces=('mate-system-monitor-gtk3')
+groups=('mate-extra')
+source=("http://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('0fb62abebd2eaf01c1583cf5edfdbdc0eb776880')
 
 build() {
-cd "${srcdir}/${pkgname}-${pkgver}"
+cd ${pkgname}-${pkgver}
 ./configure \
 --prefix=/usr \
 --libexecdir=/usr/lib/${pkgname} \
@@ -26,6 +25,6 @@
 }
 
 package() {
-cd "${srcdir}/${pkgname}-${pkgver}"
+cd ${pkgname}-${pkgver}
 make DESTDIR="${pkgdir}" install
 }


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

2017-03-17 Thread Antonio Rojas
Date: Friday, March 17, 2017 @ 21:15:33
  Author: arojas
Revision: 216992

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

Added:
  mate-screensaver/repos/community-staging-i686/
  mate-screensaver/repos/community-staging-i686/PKGBUILD
(from rev 216991, mate-screensaver/trunk/PKGBUILD)
  mate-screensaver/repos/community-staging-x86_64/
  mate-screensaver/repos/community-staging-x86_64/PKGBUILD
(from rev 216991, mate-screensaver/trunk/PKGBUILD)

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

Copied: mate-screensaver/repos/community-staging-i686/PKGBUILD (from rev 
216991, mate-screensaver/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-03-17 21:15:33 UTC (rev 216992)
@@ -0,0 +1,38 @@
+# Contributor: Martin Wimpress 
+
+pkgname=mate-screensaver
+pkgver=1.18.0
+pkgrel=1
+pkgdesc='Screensaver for MATE'
+url="http://mate-desktop.org;
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('libmatekbd' 'libnotify' 'libxss' 'mate-desktop' 'mate-menus' 
'mate-session-manager')
+makedepends=('intltool' 'systemd')
+optdepends=('mate-screensaver-hacks: Additional screensavers'
+'rss-glx: Really slick screensavers')
+groups=('mate-extra')
+conflicts=('mate-screensaver-gtk3')
+replaces=('mate-screensaver-gtk3')
+source=("http://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('baa1a532d3ef963473d1307daa3a78238f58f3f0')
+
+build() {
+cd ${pkgname}-${pkgver}
+./configure \
+--prefix=/usr \
+--libexecdir=/usr/lib/${pkgname} \
+--sysconfdir=/etc \
+--with-xscreensaverdir=/usr/share/xscreensaver/config \
+--with-xscreensaverhackdir=/usr/lib/xscreensaver \
+--with-mit-ext \
+--with-libnotify \
+--enable-locking \
+--without-console-kit
+make
+}
+
+package() {
+cd ${pkgname}-${pkgver}
+make DESTDIR="${pkgdir}" install
+}

Copied: mate-screensaver/repos/community-staging-x86_64/PKGBUILD (from rev 
216991, mate-screensaver/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-03-17 21:15:33 UTC (rev 216992)
@@ -0,0 +1,38 @@
+# Contributor: Martin Wimpress 
+
+pkgname=mate-screensaver
+pkgver=1.18.0
+pkgrel=1
+pkgdesc='Screensaver for MATE'
+url="http://mate-desktop.org;
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('libmatekbd' 'libnotify' 'libxss' 'mate-desktop' 'mate-menus' 
'mate-session-manager')
+makedepends=('intltool' 'systemd')
+optdepends=('mate-screensaver-hacks: Additional screensavers'
+'rss-glx: Really slick screensavers')
+groups=('mate-extra')
+conflicts=('mate-screensaver-gtk3')
+replaces=('mate-screensaver-gtk3')
+source=("http://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('baa1a532d3ef963473d1307daa3a78238f58f3f0')
+
+build() {
+cd ${pkgname}-${pkgver}
+./configure \
+--prefix=/usr \
+--libexecdir=/usr/lib/${pkgname} \
+--sysconfdir=/etc \
+--with-xscreensaverdir=/usr/share/xscreensaver/config \
+--with-xscreensaverhackdir=/usr/lib/xscreensaver \
+--with-mit-ext \
+--with-libnotify \
+--enable-locking \
+--without-console-kit
+make
+}
+
+package() {
+cd ${pkgname}-${pkgver}
+make DESTDIR="${pkgdir}" install
+}


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

2017-03-17 Thread Antonio Rojas
Date: Friday, March 17, 2017 @ 21:14:56
  Author: arojas
Revision: 216991

Update to 1.18.0

Modified:
  mate-screensaver/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-03-17 21:12:41 UTC (rev 216990)
+++ PKGBUILD2017-03-17 21:14:56 UTC (rev 216991)
@@ -1,28 +1,27 @@
 # Contributor: Martin Wimpress 
 
-_ver=1.16
-_pkgbase=mate-screensaver
-pkgname=(${_pkgbase})
-pkgver=${_ver}.1
+pkgname=mate-screensaver
+pkgver=1.18.0
 pkgrel=1
-pkgdesc='Screensaver for MATE (GTK2 version)'
+pkgdesc='Screensaver for MATE'
 url="http://mate-desktop.org;
 arch=('i686' 'x86_64')
 license=('GPL')
 depends=('libmatekbd' 'libnotify' 'libxss' 'mate-desktop' 'mate-menus' 
'mate-session-manager')
-makedepends=('intltool')
+makedepends=('intltool' 'systemd')
 optdepends=('mate-screensaver-hacks: Additional screensavers'
 'rss-glx: Really slick screensavers')
 groups=('mate-extra')
-conflicts=("${_pkgbase}-gtk3")
-source=("http://pub.mate-desktop.org/releases/${_ver}/${_pkgbase}-${pkgver}.tar.xz;)
-sha1sums=('81dc31f96028a168456b8435e291090b789a3bea')
+conflicts=('mate-screensaver-gtk3')
+replaces=('mate-screensaver-gtk3')
+source=("http://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('baa1a532d3ef963473d1307daa3a78238f58f3f0')
 
 build() {
-cd "${srcdir}/${_pkgbase}-${pkgver}"
+cd ${pkgname}-${pkgver}
 ./configure \
 --prefix=/usr \
---libexecdir=/usr/lib/${_pkgbase} \
+--libexecdir=/usr/lib/${pkgname} \
 --sysconfdir=/etc \
 --with-xscreensaverdir=/usr/share/xscreensaver/config \
 --with-xscreensaverhackdir=/usr/lib/xscreensaver \
@@ -29,12 +28,11 @@
 --with-mit-ext \
 --with-libnotify \
 --enable-locking \
---with-gtk=2.0 \
 --without-console-kit
 make
 }
 
 package() {
-cd "${srcdir}/${_pkgbase}-${pkgver}"
+cd ${pkgname}-${pkgver}
 make DESTDIR="${pkgdir}" install
 }


[arch-commits] Commit in mate-sensors-applet/repos (4 files)

2017-03-17 Thread Antonio Rojas
Date: Friday, March 17, 2017 @ 21:12:41
  Author: arojas
Revision: 216990

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

Added:
  mate-sensors-applet/repos/community-staging-i686/
  mate-sensors-applet/repos/community-staging-i686/PKGBUILD
(from rev 216989, mate-sensors-applet/trunk/PKGBUILD)
  mate-sensors-applet/repos/community-staging-x86_64/
  mate-sensors-applet/repos/community-staging-x86_64/PKGBUILD
(from rev 216989, mate-sensors-applet/trunk/PKGBUILD)

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

Copied: mate-sensors-applet/repos/community-staging-i686/PKGBUILD (from rev 
216989, mate-sensors-applet/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-03-17 21:12:41 UTC (rev 216990)
@@ -0,0 +1,33 @@
+# Contributor: Martin Wimpress 
+
+pkgname=mate-sensors-applet
+pkgver=1.18.0
+pkgrel=1
+pkgdesc="A MATE Panel applet to display readings from hardware sensors, 
including CPU temperature, fan speeds and voltage readings"
+url="http://mate-desktop.org;
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('libatasmart' 'libnotify' 'libxnvctrl' 'lm_sensors' 'mate-panel')
+makedepends=('docbook-xsl' 'intltool' 'itstool')
+groups=('mate-extra')
+conflicts=('mate-sensors-applet-gtk3')
+replaces=('mate-sensors-applet-gtk3')
+source=("http://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('d83b760cf973ffd0fa74b520605ed50ef3b1858b')
+
+build() {
+cd ${pkgname}-${pkgver}
+./configure \
+--prefix=/usr \
+--libexecdir=/usr/lib/${pkgname}
+
+#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-sensors-applet/repos/community-staging-x86_64/PKGBUILD (from rev 
216989, mate-sensors-applet/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-03-17 21:12:41 UTC (rev 216990)
@@ -0,0 +1,33 @@
+# Contributor: Martin Wimpress 
+
+pkgname=mate-sensors-applet
+pkgver=1.18.0
+pkgrel=1
+pkgdesc="A MATE Panel applet to display readings from hardware sensors, 
including CPU temperature, fan speeds and voltage readings"
+url="http://mate-desktop.org;
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('libatasmart' 'libnotify' 'libxnvctrl' 'lm_sensors' 'mate-panel')
+makedepends=('docbook-xsl' 'intltool' 'itstool')
+groups=('mate-extra')
+conflicts=('mate-sensors-applet-gtk3')
+replaces=('mate-sensors-applet-gtk3')
+source=("http://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('d83b760cf973ffd0fa74b520605ed50ef3b1858b')
+
+build() {
+cd ${pkgname}-${pkgver}
+./configure \
+--prefix=/usr \
+--libexecdir=/usr/lib/${pkgname}
+
+#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
+}


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

2017-03-17 Thread Antonio Rojas
Date: Friday, March 17, 2017 @ 21:12:14
  Author: arojas
Revision: 216989

Update to 1.18.0

Modified:
  mate-sensors-applet/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-03-17 21:08:08 UTC (rev 216988)
+++ PKGBUILD2017-03-17 21:12:14 UTC (rev 216989)
@@ -1,11 +1,9 @@
 # Contributor: Martin Wimpress 
 
-_ver=1.16
-_pkgbase=mate-sensors-applet
-pkgname=(${_pkgbase})
-pkgver=${_ver}.1
+pkgname=mate-sensors-applet
+pkgver=1.18.0
 pkgrel=1
-pkgdesc="A MATE Panel applet to display readings from hardware sensors, 
including CPU temperature, fan speeds and voltage readings (GTK2 version)"
+pkgdesc="A MATE Panel applet to display readings from hardware sensors, 
including CPU temperature, fan speeds and voltage readings"
 url="http://mate-desktop.org;
 arch=('i686' 'x86_64')
 license=('GPL')
@@ -12,16 +10,16 @@
 depends=('libatasmart' 'libnotify' 'libxnvctrl' 'lm_sensors' 'mate-panel')
 makedepends=('docbook-xsl' 'intltool' 'itstool')
 groups=('mate-extra')
-conflicts=("${_pkgbase}-gtk3")
-source=("http://pub.mate-desktop.org/releases/${_ver}/${_pkgbase}-${pkgver}.tar.xz;)
-sha1sums=('a588b17b8c7ae3d01bb0871a37fa9d726c4637a1')
+conflicts=('mate-sensors-applet-gtk3')
+replaces=('mate-sensors-applet-gtk3')
+source=("http://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('d83b760cf973ffd0fa74b520605ed50ef3b1858b')
 
 build() {
-cd "${srcdir}/${_pkgbase}-${pkgver}"
+cd ${pkgname}-${pkgver}
 ./configure \
 --prefix=/usr \
---libexecdir=/usr/lib/${_pkgbase} \
---with-gtk=2.0
+--libexecdir=/usr/lib/${pkgname}
 
 #https://bugzilla.gnome.org/show_bug.cgi?id=656231
 sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
@@ -30,6 +28,6 @@
 }
 
 package() {
-cd "${srcdir}/${_pkgbase}-${pkgver}"
+cd ${pkgname}-${pkgver}
 make DESTDIR="${pkgdir}" install
 }


[arch-commits] Commit in mate-session-manager/repos (4 files)

2017-03-17 Thread Antonio Rojas
Date: Friday, March 17, 2017 @ 21:08:08
  Author: arojas
Revision: 216988

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

Added:
  mate-session-manager/repos/community-staging-i686/
  mate-session-manager/repos/community-staging-i686/PKGBUILD
(from rev 216987, mate-session-manager/trunk/PKGBUILD)
  mate-session-manager/repos/community-staging-x86_64/
  mate-session-manager/repos/community-staging-x86_64/PKGBUILD
(from rev 216987, mate-session-manager/trunk/PKGBUILD)

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

Copied: mate-session-manager/repos/community-staging-i686/PKGBUILD (from rev 
216987, mate-session-manager/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-03-17 21:08:08 UTC (rev 216988)
@@ -0,0 +1,34 @@
+# Contributor: Martin Wimpress 
+
+pkgname=mate-session-manager
+pkgver=1.18.0
+pkgrel=1
+pkgdesc="The MATE Session Handler"
+url="http://mate-desktop.org;
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('dbus-glib' 'gtk3' 'libsm' 'mate-desktop')
+makedepends=('intltool' 'xtrans' 'systemd')
+optdepends=('gnome-keyring: keyring support'
+'xdg-user-dirs-gtk: manage user directories')
+groups=('mate')
+conflicts=('mate-session-manager-gtk3')
+replaces=('mate-session-manager-gtk3')
+source=("http://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('20bbeebcbdbb2f0cc73e0a1a8f74d72dab27f55e')
+
+build() {
+cd ${pkgname}-${pkgver}
+./configure \
+--prefix=/usr \
+--libexecdir=/usr/lib/${pkgname} \
+--sysconfdir=/etc \
+--localstatedir=/var \
+--disable-upower
+make
+}
+
+package() {
+cd ${pkgname}-${pkgver}
+make DESTDIR="${pkgdir}" install
+}

Copied: mate-session-manager/repos/community-staging-x86_64/PKGBUILD (from rev 
216987, mate-session-manager/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-03-17 21:08:08 UTC (rev 216988)
@@ -0,0 +1,34 @@
+# Contributor: Martin Wimpress 
+
+pkgname=mate-session-manager
+pkgver=1.18.0
+pkgrel=1
+pkgdesc="The MATE Session Handler"
+url="http://mate-desktop.org;
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('dbus-glib' 'gtk3' 'libsm' 'mate-desktop')
+makedepends=('intltool' 'xtrans' 'systemd')
+optdepends=('gnome-keyring: keyring support'
+'xdg-user-dirs-gtk: manage user directories')
+groups=('mate')
+conflicts=('mate-session-manager-gtk3')
+replaces=('mate-session-manager-gtk3')
+source=("http://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('20bbeebcbdbb2f0cc73e0a1a8f74d72dab27f55e')
+
+build() {
+cd ${pkgname}-${pkgver}
+./configure \
+--prefix=/usr \
+--libexecdir=/usr/lib/${pkgname} \
+--sysconfdir=/etc \
+--localstatedir=/var \
+--disable-upower
+make
+}
+
+package() {
+cd ${pkgname}-${pkgver}
+make DESTDIR="${pkgdir}" install
+}


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

2017-03-17 Thread Antonio Rojas
Date: Friday, March 17, 2017 @ 21:07:41
  Author: arojas
Revision: 216987

Update to 1.18.0

Modified:
  mate-session-manager/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-03-17 21:03:30 UTC (rev 216986)
+++ PKGBUILD2017-03-17 21:07:41 UTC (rev 216987)
@@ -1,22 +1,21 @@
 # Contributor: Martin Wimpress 
 
-_ver=1.16
 pkgname=mate-session-manager
-pkgver=${_ver}.1
+pkgver=1.18.0
 pkgrel=1
 pkgdesc="The MATE Session Handler"
 url="http://mate-desktop.org;
 arch=('i686' 'x86_64')
 license=('GPL')
-depends=('dbus-glib' 'gtk3' 'libsm' 'mate-desktop-schemas')
+depends=('dbus-glib' 'gtk3' 'libsm' 'mate-desktop')
 makedepends=('intltool' 'xtrans' 'systemd')
 optdepends=('gnome-keyring: keyring support'
 'xdg-user-dirs-gtk: manage user directories')
-groups=('mate' 'mate-gtk3')
+groups=('mate')
 conflicts=('mate-session-manager-gtk3')
 replaces=('mate-session-manager-gtk3')
-source=("http://pub.mate-desktop.org/releases/${_ver}/${pkgname}-${pkgver}.tar.xz;)
-sha1sums=('510d4ffd3b15fddfefeae3c126ca23b31166bcb1')
+source=("http://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('20bbeebcbdbb2f0cc73e0a1a8f74d72dab27f55e')
 
 build() {
 cd ${pkgname}-${pkgver}


[arch-commits] Commit in mate-power-manager/repos (4 files)

2017-03-17 Thread Antonio Rojas
Date: Friday, March 17, 2017 @ 21:03:30
  Author: arojas
Revision: 216986

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

Added:
  mate-power-manager/repos/community-staging-i686/
  mate-power-manager/repos/community-staging-i686/PKGBUILD
(from rev 216985, mate-power-manager/trunk/PKGBUILD)
  mate-power-manager/repos/community-staging-x86_64/
  mate-power-manager/repos/community-staging-x86_64/PKGBUILD
(from rev 216985, mate-power-manager/trunk/PKGBUILD)

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

Copied: mate-power-manager/repos/community-staging-i686/PKGBUILD (from rev 
216985, mate-power-manager/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-03-17 21:03:30 UTC (rev 216986)
@@ -0,0 +1,35 @@
+# Contributor: Martin Wimpress 
+
+pkgname=mate-power-manager
+pkgver=1.18.0
+pkgrel=1
+pkgdesc="Power management tool for the MATE desktop"
+url="http://mate-desktop.org;
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('dbus-glib' 'libcanberra' 'libgnome-keyring' 'libnotify' 'upower')
+makedepends=('intltool' 'itstool' 'mate-panel')
+optdepends=('mate-panel: Set brightness and inhibit power management from the 
panel')
+source=("http://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
+groups=('mate-extra')
+conflicts=('mate-power-manager-gtk3')
+replaces=('mate-power-manager-gtk3')
+sha1sums=('1eafa1c74e15f9347b2d9d354de8e14a35c1edcd')
+
+build() {
+cd ${pkgname}-${pkgver}
+./configure \
+--prefix=/usr \
+--libexecdir=/usr/lib/${pkgname} \
+--sysconfdir=/etc \
+--localstatedir=/var \
+--sbindir=/usr/bin \
+--enable-applets \
+--disable-strict
+make
+}
+
+package() {
+cd ${pkgname}-${pkgver}
+make DESTDIR="${pkgdir}" install
+}

Copied: mate-power-manager/repos/community-staging-x86_64/PKGBUILD (from rev 
216985, mate-power-manager/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-03-17 21:03:30 UTC (rev 216986)
@@ -0,0 +1,35 @@
+# Contributor: Martin Wimpress 
+
+pkgname=mate-power-manager
+pkgver=1.18.0
+pkgrel=1
+pkgdesc="Power management tool for the MATE desktop"
+url="http://mate-desktop.org;
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('dbus-glib' 'libcanberra' 'libgnome-keyring' 'libnotify' 'upower')
+makedepends=('intltool' 'itstool' 'mate-panel')
+optdepends=('mate-panel: Set brightness and inhibit power management from the 
panel')
+source=("http://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
+groups=('mate-extra')
+conflicts=('mate-power-manager-gtk3')
+replaces=('mate-power-manager-gtk3')
+sha1sums=('1eafa1c74e15f9347b2d9d354de8e14a35c1edcd')
+
+build() {
+cd ${pkgname}-${pkgver}
+./configure \
+--prefix=/usr \
+--libexecdir=/usr/lib/${pkgname} \
+--sysconfdir=/etc \
+--localstatedir=/var \
+--sbindir=/usr/bin \
+--enable-applets \
+--disable-strict
+make
+}
+
+package() {
+cd ${pkgname}-${pkgver}
+make DESTDIR="${pkgdir}" install
+}


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

2017-03-17 Thread Antonio Rojas
Date: Friday, March 17, 2017 @ 21:03:03
  Author: arojas
Revision: 216985

Update to 1.18.0

Modified:
  mate-power-manager/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-03-17 20:59:49 UTC (rev 216984)
+++ PKGBUILD2017-03-17 21:03:03 UTC (rev 216985)
@@ -1,37 +1,35 @@
 # Contributor: Martin Wimpress 
 
-_ver=1.16
-_pkgbase=mate-power-manager
-pkgname=(${_pkgbase})
-pkgver=${_ver}.2
+pkgname=mate-power-manager
+pkgver=1.18.0
 pkgrel=1
-pkgdesc="Power management tool for the MATE desktop (GTK2 version)"
+pkgdesc="Power management tool for the MATE desktop"
 url="http://mate-desktop.org;
 arch=('i686' 'x86_64')
 license=('GPL')
-depends=('dbus-glib' 'libcanberra' 'libgnome-keyring' 'libnotify' 'libunique' 
'upower')
+depends=('dbus-glib' 'libcanberra' 'libgnome-keyring' 'libnotify' 'upower')
 makedepends=('intltool' 'itstool' 'mate-panel')
 optdepends=('mate-panel: Set brightness and inhibit power management from the 
panel')
-source=("http://pub.mate-desktop.org/releases/${_ver}/${_pkgbase}-${pkgver}.tar.xz;)
+source=("http://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
 groups=('mate-extra')
-conflicts=("${_pkgbase}-gtk3")
-sha1sums=('d688f8903216819ccd6c6000aea6d6a847706a52')
+conflicts=('mate-power-manager-gtk3')
+replaces=('mate-power-manager-gtk3')
+sha1sums=('1eafa1c74e15f9347b2d9d354de8e14a35c1edcd')
 
 build() {
-cd "${srcdir}/${_pkgbase}-${pkgver}"
+cd ${pkgname}-${pkgver}
 ./configure \
 --prefix=/usr \
---libexecdir=/usr/lib/${_pkgbase} \
+--libexecdir=/usr/lib/${pkgname} \
 --sysconfdir=/etc \
 --localstatedir=/var \
 --sbindir=/usr/bin \
 --enable-applets \
---with-gtk=2.0 \
 --disable-strict
 make
 }
 
 package() {
-cd "${srcdir}/${_pkgbase}-${pkgver}"
+cd ${pkgname}-${pkgver}
 make DESTDIR="${pkgdir}" install
 }


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

2017-03-17 Thread Antonio Rojas
Date: Friday, March 17, 2017 @ 20:59:49
  Author: arojas
Revision: 216984

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

Added:
  mate-polkit/repos/community-staging-i686/
  mate-polkit/repos/community-staging-i686/PKGBUILD
(from rev 216983, mate-polkit/trunk/PKGBUILD)
  mate-polkit/repos/community-staging-x86_64/
  mate-polkit/repos/community-staging-x86_64/PKGBUILD
(from rev 216983, mate-polkit/trunk/PKGBUILD)

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

Copied: mate-polkit/repos/community-staging-i686/PKGBUILD (from rev 216983, 
mate-polkit/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-03-17 20:59:49 UTC (rev 216984)
@@ -0,0 +1,36 @@
+# Contributor: Martin Wimpress 
+
+pkgname=mate-polkit
+pkgver=1.18.0
+pkgrel=1
+pkgdesc="PolicyKit integration for the MATE desktop"
+url="http://mate-desktop.org;
+arch=('i686' 'x86_64')
+license=('LGPL')
+groups=('mate')
+depends=('gtk3' 'polkit')
+makedepends=('accountsservice' 'gobject-introspection' 'intltool')
+conflicts=('mate-polkit-gtk3')
+replaces=('mate-polkit-gtk3')
+source=("http://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('6605b950811dfae23947b0727a3c3b12ee0ce2db')
+
+build() {
+cd ${pkgname}-${pkgver}
+./configure \
+--prefix=/usr \
+--libexecdir=/usr/lib/${pkgname} \
+--sysconfdir=/etc \
+--localstatedir=/var \
+--enable-introspection
+
+#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-polkit/repos/community-staging-x86_64/PKGBUILD (from rev 216983, 
mate-polkit/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-03-17 20:59:49 UTC (rev 216984)
@@ -0,0 +1,36 @@
+# Contributor: Martin Wimpress 
+
+pkgname=mate-polkit
+pkgver=1.18.0
+pkgrel=1
+pkgdesc="PolicyKit integration for the MATE desktop"
+url="http://mate-desktop.org;
+arch=('i686' 'x86_64')
+license=('LGPL')
+groups=('mate')
+depends=('gtk3' 'polkit')
+makedepends=('accountsservice' 'gobject-introspection' 'intltool')
+conflicts=('mate-polkit-gtk3')
+replaces=('mate-polkit-gtk3')
+source=("http://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('6605b950811dfae23947b0727a3c3b12ee0ce2db')
+
+build() {
+cd ${pkgname}-${pkgver}
+./configure \
+--prefix=/usr \
+--libexecdir=/usr/lib/${pkgname} \
+--sysconfdir=/etc \
+--localstatedir=/var \
+--enable-introspection
+
+#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
+}


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

2017-03-17 Thread Antonio Rojas
Date: Friday, March 17, 2017 @ 20:59:23
  Author: arojas
Revision: 216983

Update to 1.18.0

Modified:
  mate-polkit/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-03-17 20:56:42 UTC (rev 216982)
+++ PKGBUILD2017-03-17 20:59:23 UTC (rev 216983)
@@ -1,23 +1,22 @@
 # Contributor: Martin Wimpress 
 
-_ver=1.16
 pkgname=mate-polkit
-pkgver=${_ver}.0
+pkgver=1.18.0
 pkgrel=1
 pkgdesc="PolicyKit integration for the MATE desktop"
 url="http://mate-desktop.org;
 arch=('i686' 'x86_64')
 license=('LGPL')
-groups=('mate' 'mate-gtk3')
-depends=('gtk3')
+groups=('mate')
+depends=('gtk3' 'polkit')
 makedepends=('accountsservice' 'gobject-introspection' 'intltool')
 conflicts=('mate-polkit-gtk3')
 replaces=('mate-polkit-gtk3')
-source=("http://pub.mate-desktop.org/releases/${_ver}/${pkgname}-${pkgver}.tar.xz;)
-sha1sums=('d4add9b8ad5ffd249f961dbc7f69fd372013bd46')
+source=("http://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('6605b950811dfae23947b0727a3c3b12ee0ce2db')
 
 build() {
-cd "${pkgname}-${pkgver}"
+cd ${pkgname}-${pkgver}
 ./configure \
 --prefix=/usr \
 --libexecdir=/usr/lib/${pkgname} \
@@ -32,6 +31,6 @@
 }
 
 package() {
-cd "${pkgname}-${pkgver}"
+cd ${pkgname}-${pkgver}
 make DESTDIR="${pkgdir}" install
 }


[arch-commits] Commit in mate-notification-daemon/repos (4 files)

2017-03-17 Thread Antonio Rojas
Date: Friday, March 17, 2017 @ 20:56:42
  Author: arojas
Revision: 216982

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

Added:
  mate-notification-daemon/repos/community-staging-i686/
  mate-notification-daemon/repos/community-staging-i686/PKGBUILD
(from rev 216981, mate-notification-daemon/trunk/PKGBUILD)
  mate-notification-daemon/repos/community-staging-x86_64/
  mate-notification-daemon/repos/community-staging-x86_64/PKGBUILD
(from rev 216981, mate-notification-daemon/trunk/PKGBUILD)

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

Copied: mate-notification-daemon/repos/community-staging-i686/PKGBUILD (from 
rev 216981, mate-notification-daemon/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-03-17 20:56:42 UTC (rev 216982)
@@ -0,0 +1,34 @@
+# Contributor: Martin Wimpress 
+
+pkgname=mate-notification-daemon
+pkgver=1.18.0
+pkgrel=1
+provides=('notification-daemon')
+pkgdesc="Notification daemon for MATE"
+url="http://mate-desktop.org;
+arch=('i686' 'x86_64')
+license=('GPL')
+groups=('mate')
+depends=('dbus-glib' 'libcanberra' 'libwnck3' 'libnotify')
+makedepends=('intltool')
+conflicts=('mate-notification-daemon-gtk3')
+replaces=('mate-notification-daemon-gtk3')
+source=("http://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('8e0dc5feb58a07d44d2f88057a2a238acd5c20b8')
+
+build() {
+cd ${pkgname}-${pkgver}
+./configure \
+--prefix=/usr \
+--libexecdir=/usr/lib/${pkgname}
+
+#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-notification-daemon/repos/community-staging-x86_64/PKGBUILD (from 
rev 216981, mate-notification-daemon/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-03-17 20:56:42 UTC (rev 216982)
@@ -0,0 +1,34 @@
+# Contributor: Martin Wimpress 
+
+pkgname=mate-notification-daemon
+pkgver=1.18.0
+pkgrel=1
+provides=('notification-daemon')
+pkgdesc="Notification daemon for MATE"
+url="http://mate-desktop.org;
+arch=('i686' 'x86_64')
+license=('GPL')
+groups=('mate')
+depends=('dbus-glib' 'libcanberra' 'libwnck3' 'libnotify')
+makedepends=('intltool')
+conflicts=('mate-notification-daemon-gtk3')
+replaces=('mate-notification-daemon-gtk3')
+source=("http://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('8e0dc5feb58a07d44d2f88057a2a238acd5c20b8')
+
+build() {
+cd ${pkgname}-${pkgver}
+./configure \
+--prefix=/usr \
+--libexecdir=/usr/lib/${pkgname}
+
+#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
+}


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

2017-03-17 Thread Antonio Rojas
Date: Friday, March 17, 2017 @ 20:56:14
  Author: arojas
Revision: 216981

Update to 1.18.0

Modified:
  mate-notification-daemon/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-03-17 20:54:16 UTC (rev 216980)
+++ PKGBUILD2017-03-17 20:56:14 UTC (rev 216981)
@@ -1,8 +1,7 @@
 # Contributor: Martin Wimpress 
 
-_ver=1.16
 pkgname=mate-notification-daemon
-pkgver=${_ver}.1
+pkgver=1.18.0
 pkgrel=1
 provides=('notification-daemon')
 pkgdesc="Notification daemon for MATE"
@@ -9,13 +8,13 @@
 url="http://mate-desktop.org;
 arch=('i686' 'x86_64')
 license=('GPL')
-groups=('mate' 'mate-gtk3')
+groups=('mate')
 depends=('dbus-glib' 'libcanberra' 'libwnck3' 'libnotify')
 makedepends=('intltool')
 conflicts=('mate-notification-daemon-gtk3')
 replaces=('mate-notification-daemon-gtk3')
-source=("http://pub.mate-desktop.org/releases/${_ver}/${pkgname}-${pkgver}.tar.xz;)
-sha1sums=('510f0e1b99acfa886910190afd0be94da5cf6fe1')
+source=("http://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('8e0dc5feb58a07d44d2f88057a2a238acd5c20b8')
 
 build() {
 cd ${pkgname}-${pkgver}
@@ -30,6 +29,6 @@
 }
 
 package() {
-cd "${pkgname}-${pkgver}"
+cd ${pkgname}-${pkgver}
 make DESTDIR="${pkgdir}" install
 }


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

2017-03-17 Thread Antonio Rojas
Date: Friday, March 17, 2017 @ 20:54:16
  Author: arojas
Revision: 216980

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

Added:
  mate-netbook/repos/community-staging-i686/
  mate-netbook/repos/community-staging-i686/PKGBUILD
(from rev 216979, mate-netbook/trunk/PKGBUILD)
  mate-netbook/repos/community-staging-x86_64/
  mate-netbook/repos/community-staging-x86_64/PKGBUILD
(from rev 216979, mate-netbook/trunk/PKGBUILD)

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

Copied: mate-netbook/repos/community-staging-i686/PKGBUILD (from rev 216979, 
mate-netbook/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-03-17 20:54:16 UTC (rev 216980)
@@ -0,0 +1,30 @@
+# Contributor: Martin Wimpress 
+
+pkgname=mate-netbook
+pkgver=1.18.0
+pkgrel=1
+pkgdesc="A simple window management tool (GTK2 version)"
+url="http://mate-desktop.org;
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('libfakekey' 'mate-panel')
+makedepends=('intltool')
+groups=('mate-extra')
+conflicts=('mate-netbook-gtk3')
+replaces=('mate-netbook-gtk3')
+source=("http://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('3498fb639d9ce7d77e7a01520ce0b8d3ea840099')
+
+build() {
+cd ${pkgname}-${pkgver}
+./configure \
+--prefix=/usr \
+--libexec=/usr/lib/${pkgname} \
+--sysconfdir=/etc
+make
+}
+
+package() {
+cd ${pkgname}-${pkgver}
+make DESTDIR="${pkgdir}" install
+}

Copied: mate-netbook/repos/community-staging-x86_64/PKGBUILD (from rev 216979, 
mate-netbook/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-03-17 20:54:16 UTC (rev 216980)
@@ -0,0 +1,30 @@
+# Contributor: Martin Wimpress 
+
+pkgname=mate-netbook
+pkgver=1.18.0
+pkgrel=1
+pkgdesc="A simple window management tool (GTK2 version)"
+url="http://mate-desktop.org;
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('libfakekey' 'mate-panel')
+makedepends=('intltool')
+groups=('mate-extra')
+conflicts=('mate-netbook-gtk3')
+replaces=('mate-netbook-gtk3')
+source=("http://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('3498fb639d9ce7d77e7a01520ce0b8d3ea840099')
+
+build() {
+cd ${pkgname}-${pkgver}
+./configure \
+--prefix=/usr \
+--libexec=/usr/lib/${pkgname} \
+--sysconfdir=/etc
+make
+}
+
+package() {
+cd ${pkgname}-${pkgver}
+make DESTDIR="${pkgdir}" install
+}


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

2017-03-17 Thread Antonio Rojas
Date: Friday, March 17, 2017 @ 20:53:47
  Author: arojas
Revision: 216979

Update to 1.18.0

Modified:
  mate-netbook/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-03-17 20:50:56 UTC (rev 216978)
+++ PKGBUILD2017-03-17 20:53:47 UTC (rev 216979)
@@ -1,9 +1,7 @@
 # Contributor: Martin Wimpress 
 
-_ver=1.16
-_pkgbase=mate-netbook
-pkgname=${_pkgbase}
-pkgver=${_ver}.1
+pkgname=mate-netbook
+pkgver=1.18.0
 pkgrel=1
 pkgdesc="A simple window management tool (GTK2 version)"
 url="http://mate-desktop.org;
@@ -12,21 +10,21 @@
 depends=('libfakekey' 'mate-panel')
 makedepends=('intltool')
 groups=('mate-extra')
-conflicts=("${_pkgbase}-gtk3")
-source=("http://pub.mate-desktop.org/releases/${_ver}/${_pkgbase}-${pkgver}.tar.xz;)
-sha1sums=('94790796ce349f009482c8bdb8647aef89f6f28b')
+conflicts=('mate-netbook-gtk3')
+replaces=('mate-netbook-gtk3')
+source=("http://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('3498fb639d9ce7d77e7a01520ce0b8d3ea840099')
 
 build() {
-cd "${srcdir}/${_pkgbase}-${pkgver}"
+cd ${pkgname}-${pkgver}
 ./configure \
 --prefix=/usr \
---libexec=/usr/lib/${_pkgbase} \
---sysconfdir=/etc \
---with-gtk=2.0
+--libexec=/usr/lib/${pkgname} \
+--sysconfdir=/etc
 make
 }
 
 package() {
-cd "${srcdir}/${_pkgbase}-${pkgver}"
+cd ${pkgname}-${pkgver}
 make DESTDIR="${pkgdir}" install
 }


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

2017-03-17 Thread Antonio Rojas
Date: Friday, March 17, 2017 @ 20:50:56
  Author: arojas
Revision: 216978

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

Added:
  mate-menus/repos/community-staging-i686/
  mate-menus/repos/community-staging-i686/PKGBUILD
(from rev 216977, mate-menus/trunk/PKGBUILD)
  mate-menus/repos/community-staging-x86_64/
  mate-menus/repos/community-staging-x86_64/PKGBUILD
(from rev 216977, mate-menus/trunk/PKGBUILD)

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

Copied: mate-menus/repos/community-staging-i686/PKGBUILD (from rev 216977, 
mate-menus/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-03-17 20:50:56 UTC (rev 216978)
@@ -0,0 +1,34 @@
+# Contributor: Martin Wimpress 
+
+pkgname=mate-menus
+pkgver=1.18.0
+pkgrel=1
+pkgdesc="MATE menu specifications"
+url="http://mate-desktop.org;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL')
+depends=('glib2')
+makedepends=('gobject-introspection' 'intltool' 'python2')
+optdepends=('python2: python2 bindings')
+groups=('mate')
+source=("http://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('c21b23b8cb2899de1a50d9bf50ca17a2148ba3fb')
+
+build() {
+cd ${pkgname}-${pkgver}
+PYTHON=/usr/bin/python2 ./configure \
+--prefix=/usr \
+--sysconfdir=/etc \
+--localstatedir=/var \
+--enable-python
+
+#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-menus/repos/community-staging-x86_64/PKGBUILD (from rev 216977, 
mate-menus/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-03-17 20:50:56 UTC (rev 216978)
@@ -0,0 +1,34 @@
+# Contributor: Martin Wimpress 
+
+pkgname=mate-menus
+pkgver=1.18.0
+pkgrel=1
+pkgdesc="MATE menu specifications"
+url="http://mate-desktop.org;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL')
+depends=('glib2')
+makedepends=('gobject-introspection' 'intltool' 'python2')
+optdepends=('python2: python2 bindings')
+groups=('mate')
+source=("http://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('c21b23b8cb2899de1a50d9bf50ca17a2148ba3fb')
+
+build() {
+cd ${pkgname}-${pkgver}
+PYTHON=/usr/bin/python2 ./configure \
+--prefix=/usr \
+--sysconfdir=/etc \
+--localstatedir=/var \
+--enable-python
+
+#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
+}


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

2017-03-17 Thread Antonio Rojas
Date: Friday, March 17, 2017 @ 20:50:26
  Author: arojas
Revision: 216977

Update to 1.18.0

Modified:
  mate-menus/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-03-17 20:48:02 UTC (rev 216976)
+++ PKGBUILD2017-03-17 20:50:26 UTC (rev 216977)
@@ -1,8 +1,7 @@
 # Contributor: Martin Wimpress 
 
-_ver=1.16
 pkgname=mate-menus
-pkgver=${_ver}.0
+pkgver=1.18.0
 pkgrel=1
 pkgdesc="MATE menu specifications"
 url="http://mate-desktop.org;
@@ -11,12 +10,12 @@
 depends=('glib2')
 makedepends=('gobject-introspection' 'intltool' 'python2')
 optdepends=('python2: python2 bindings')
-groups=('mate' 'mate-gtk3')
-source=("http://pub.mate-desktop.org/releases/${_ver}/${pkgname}-${pkgver}.tar.xz;)
-sha1sums=('40b73ae7a151259c32ecd150c8fb77b5dc696f62')
+groups=('mate')
+source=("http://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('c21b23b8cb2899de1a50d9bf50ca17a2148ba3fb')
 
 build() {
-cd "${srcdir}/${pkgname}-${pkgver}"
+cd ${pkgname}-${pkgver}
 PYTHON=/usr/bin/python2 ./configure \
 --prefix=/usr \
 --sysconfdir=/etc \
@@ -30,6 +29,6 @@
 }
 
 package() {
-cd "${srcdir}/${pkgname}-${pkgver}"
+cd ${pkgname}-${pkgver}
 make DESTDIR="${pkgdir}" install
 }


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

2017-03-17 Thread Antonio Rojas
Date: Friday, March 17, 2017 @ 20:48:02
  Author: arojas
Revision: 216976

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

Added:
  mate-media/repos/community-staging-i686/
  mate-media/repos/community-staging-i686/PKGBUILD
(from rev 216975, mate-media/trunk/PKGBUILD)
  mate-media/repos/community-staging-x86_64/
  mate-media/repos/community-staging-x86_64/PKGBUILD
(from rev 216975, mate-media/trunk/PKGBUILD)

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

Copied: mate-media/repos/community-staging-i686/PKGBUILD (from rev 216975, 
mate-media/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-03-17 20:48:02 UTC (rev 216976)
@@ -0,0 +1,31 @@
+# Contributor: Martin Wimpress 
+
+pkgname=mate-media
+pkgver=1.18.0
+pkgrel=1
+url="http://mate-desktop.org;
+pkgdesc="MATE Media Tools"
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('libcanberra' 'libmatemixer' 'mate-desktop')
+makedepends=('intltool')
+source=("http://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
+groups=('mate-extra')
+conflicts=('mate-media-gtk3')
+replaces=('mate-media-gtk3')
+sha1sums=('c550f730f9b97ee5d744c80cf4dc617dfb54')
+
+build() {
+cd ${pkgname}-${pkgver}
+./configure \
+--prefix=/usr \
+--sysconfdir=/etc \
+--libexecdir=/usr/lib/${pkgname} \
+--localstatedir=/var
+make
+}
+
+package() {
+cd ${pkgname}-${pkgver}
+make DESTDIR="${pkgdir}" install
+}

Copied: mate-media/repos/community-staging-x86_64/PKGBUILD (from rev 216975, 
mate-media/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-03-17 20:48:02 UTC (rev 216976)
@@ -0,0 +1,31 @@
+# Contributor: Martin Wimpress 
+
+pkgname=mate-media
+pkgver=1.18.0
+pkgrel=1
+url="http://mate-desktop.org;
+pkgdesc="MATE Media Tools"
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('libcanberra' 'libmatemixer' 'mate-desktop')
+makedepends=('intltool')
+source=("http://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
+groups=('mate-extra')
+conflicts=('mate-media-gtk3')
+replaces=('mate-media-gtk3')
+sha1sums=('c550f730f9b97ee5d744c80cf4dc617dfb54')
+
+build() {
+cd ${pkgname}-${pkgver}
+./configure \
+--prefix=/usr \
+--sysconfdir=/etc \
+--libexecdir=/usr/lib/${pkgname} \
+--localstatedir=/var
+make
+}
+
+package() {
+cd ${pkgname}-${pkgver}
+make DESTDIR="${pkgdir}" install
+}


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

2017-03-17 Thread Antonio Rojas
Date: Friday, March 17, 2017 @ 20:47:34
  Author: arojas
Revision: 216975

Update to 1.18.0

Modified:
  mate-media/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-03-17 20:44:41 UTC (rev 216974)
+++ PKGBUILD2017-03-17 20:47:34 UTC (rev 216975)
@@ -1,33 +1,31 @@
 # Contributor: Martin Wimpress 
 
-_ver=1.16
-_pkgbase=mate-media
-pkgname=(${_pkgbase})
-pkgver=${_ver}.0
+pkgname=mate-media
+pkgver=1.18.0
 pkgrel=1
 url="http://mate-desktop.org;
-pkgdesc="MATE Media Tools (GTK2 version)"
+pkgdesc="MATE Media Tools"
 arch=('i686' 'x86_64')
 license=('GPL')
-depends=('libcanberra' 'libmatemixer' 'libunique' 'mate-desktop')
+depends=('libcanberra' 'libmatemixer' 'mate-desktop')
 makedepends=('intltool')
-source=("http://pub.mate-desktop.org/releases/${_ver}/${_pkgbase}-${pkgver}.tar.xz;)
+source=("http://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
 groups=('mate-extra')
-conflicts=("${_pkgbase}-gtk3")
-sha1sums=('e071d27c13e80b182f10a33d7a190825642d6f75')
+conflicts=('mate-media-gtk3')
+replaces=('mate-media-gtk3')
+sha1sums=('c550f730f9b97ee5d744c80cf4dc617dfb54')
 
 build() {
-cd "${srcdir}/${_pkgbase}-${pkgver}"
+cd ${pkgname}-${pkgver}
 ./configure \
 --prefix=/usr \
 --sysconfdir=/etc \
---libexecdir=/usr/lib/${_pkgbase} \
---localstatedir=/var \
---with-gtk=2.0
+--libexecdir=/usr/lib/${pkgname} \
+--localstatedir=/var
 make
 }
 
 package() {
-cd "${srcdir}/${_pkgbase}-${pkgver}"
+cd ${pkgname}-${pkgver}
 make DESTDIR="${pkgdir}" install
 }


[arch-commits] Commit in mate-icon-theme-faenza/repos (2 files)

2017-03-17 Thread Antonio Rojas
Date: Friday, March 17, 2017 @ 20:44:41
  Author: arojas
Revision: 216974

archrelease: copy trunk to community-staging-any

Added:
  mate-icon-theme-faenza/repos/community-staging-any/
  mate-icon-theme-faenza/repos/community-staging-any/PKGBUILD
(from rev 216973, mate-icon-theme-faenza/trunk/PKGBUILD)

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

Copied: mate-icon-theme-faenza/repos/community-staging-any/PKGBUILD (from rev 
216973, mate-icon-theme-faenza/trunk/PKGBUILD)
===
--- community-staging-any/PKGBUILD  (rev 0)
+++ community-staging-any/PKGBUILD  2017-03-17 20:44:41 UTC (rev 216974)
@@ -0,0 +1,26 @@
+# Contributor: Martin Wimpress 
+
+pkgname=mate-icon-theme-faenza
+pkgver=1.18.0
+pkgrel=1
+pkgdesc="Faenza icon theme for MATE"
+url="http://mate-desktop.org;
+arch=('any')
+license=('GPL')
+makedepends=('mate-common')
+groups=('mate-extra')
+source=("http://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('1def73aaa5e5ee3588ae6bb2315c833adddcc322')
+
+build() {
+cd ${pkgname}-${pkgver}
+./autogen.sh
+./configure \
+--prefix=/usr
+make
+}
+
+package() {
+cd ${pkgname}-${pkgver}
+make DESTDIR="${pkgdir}" install
+}


[arch-commits] Commit in mate-icon-theme-faenza/trunk (PKGBUILD)

2017-03-17 Thread Antonio Rojas
Date: Friday, March 17, 2017 @ 20:44:18
  Author: arojas
Revision: 216973

Update to 1.18.0

Modified:
  mate-icon-theme-faenza/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-03-17 20:41:44 UTC (rev 216972)
+++ PKGBUILD2017-03-17 20:44:18 UTC (rev 216973)
@@ -1,8 +1,7 @@
 # Contributor: Martin Wimpress 
 
-_ver=1.16
 pkgname=mate-icon-theme-faenza
-pkgver=${_ver}.0
+pkgver=1.18.0
 pkgrel=1
 pkgdesc="Faenza icon theme for MATE"
 url="http://mate-desktop.org;
@@ -9,18 +8,13 @@
 arch=('any')
 license=('GPL')
 makedepends=('mate-common')
-options=(!strip)
-groups=('mate-extra' 'mate-extra-gtk3')
-source=("http://pub.mate-desktop.org/releases/${_ver}/${pkgname}-${pkgver}.tar.xz;)
-sha1sums=('0f6a27fed21f30d778dd045f6a0f2ba1c5d994d7')
+groups=('mate-extra')
+source=("http://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('1def73aaa5e5ee3588ae6bb2315c833adddcc322')
 
-prepare() {
-cd "${srcdir}/${pkgname}-${pkgver}"
-NOCONFIGURE=1 ./autogen.sh
-}
-
 build() {
-cd "${srcdir}/${pkgname}-${pkgver}"
+cd ${pkgname}-${pkgver}
+./autogen.sh
 ./configure \
 --prefix=/usr
 make
@@ -27,6 +21,6 @@
 }
 
 package() {
-cd "${srcdir}/${pkgname}-${pkgver}"
+cd ${pkgname}-${pkgver}
 make DESTDIR="${pkgdir}" install
 }


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

2017-03-17 Thread Antonio Rojas
Date: Friday, March 17, 2017 @ 20:41:21
  Author: arojas
Revision: 216971

Update to 1.18.0

Modified:
  mate-icon-theme/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-03-17 20:36:36 UTC (rev 216970)
+++ PKGBUILD2017-03-17 20:41:21 UTC (rev 216971)
@@ -1,21 +1,20 @@
 # Contributor: Martin Wimpress 
 
-_ver=1.16
 pkgname=mate-icon-theme
-pkgver=${_ver}.0
+pkgver=1.18.0
 pkgrel=1
 pkgdesc="MATE icon theme"
 url="http://mate-desktop.org;
 arch=('any')
 license=('LGPL')
+options=('!emptydirs')
 makedepends=('icon-naming-utils' 'intltool')
-options=(!strip !emptydirs)
-groups=('mate' 'mate-gtk3')
-source=("http://pub.mate-desktop.org/releases/${_ver}/${pkgname}-${pkgver}.tar.xz;)
-sha1sums=('e48ab88a0bf86ca99b1a7fbce8cf6ac4360c5443')
+groups=('mate')
+source=("http://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('aab434f5e29488c2310dde6ea34845fd50de79f2')
 
 build() {
-cd "${srcdir}/${pkgname}-${pkgver}"
+cd ${pkgname}-${pkgver}
 ./configure \
 --prefix=/usr
 make
@@ -22,6 +21,6 @@
 }
 
 package() {
-cd "${srcdir}/${pkgname}-${pkgver}"
+cd ${pkgname}-${pkgver}
 make DESTDIR="${pkgdir}" install
 }


[arch-commits] Commit in mate-icon-theme/repos (2 files)

2017-03-17 Thread Antonio Rojas
Date: Friday, March 17, 2017 @ 20:41:44
  Author: arojas
Revision: 216972

archrelease: copy trunk to community-staging-any

Added:
  mate-icon-theme/repos/community-staging-any/
  mate-icon-theme/repos/community-staging-any/PKGBUILD
(from rev 216971, mate-icon-theme/trunk/PKGBUILD)

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

Copied: mate-icon-theme/repos/community-staging-any/PKGBUILD (from rev 216971, 
mate-icon-theme/trunk/PKGBUILD)
===
--- community-staging-any/PKGBUILD  (rev 0)
+++ community-staging-any/PKGBUILD  2017-03-17 20:41:44 UTC (rev 216972)
@@ -0,0 +1,26 @@
+# Contributor: Martin Wimpress 
+
+pkgname=mate-icon-theme
+pkgver=1.18.0
+pkgrel=1
+pkgdesc="MATE icon theme"
+url="http://mate-desktop.org;
+arch=('any')
+license=('LGPL')
+options=('!emptydirs')
+makedepends=('icon-naming-utils' 'intltool')
+groups=('mate')
+source=("http://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('aab434f5e29488c2310dde6ea34845fd50de79f2')
+
+build() {
+cd ${pkgname}-${pkgver}
+./configure \
+--prefix=/usr
+make
+}
+
+package() {
+cd ${pkgname}-${pkgver}
+make DESTDIR="${pkgdir}" install
+}


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

2017-03-17 Thread Antonio Rojas
Date: Friday, March 17, 2017 @ 20:36:36
  Author: arojas
Revision: 216970

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

Added:
  mate-control-center/repos/community-staging-i686/
  mate-control-center/repos/community-staging-i686/PKGBUILD
(from rev 216969, mate-control-center/trunk/PKGBUILD)
  mate-control-center/repos/community-staging-x86_64/
  mate-control-center/repos/community-staging-x86_64/PKGBUILD
(from rev 216969, mate-control-center/trunk/PKGBUILD)

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

Copied: mate-control-center/repos/community-staging-i686/PKGBUILD (from rev 
216969, mate-control-center/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-03-17 20:36:36 UTC (rev 216970)
@@ -0,0 +1,37 @@
+# Contributor: Martin Wimpress 
+
+pkgname=mate-control-center
+pkgver=1.18.0
+pkgrel=1
+pkgdesc="The Control Center for MATE (GTK2 version)"
+url="http://mate-desktop.org;
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('mate-menus' 'mate-settings-daemon' 'marco' 'libxss')
+makedepends=('intltool' 'itstool')
+groups=('mate')
+conflicts=('mate-control-center-gtk3')
+replaces=('mate-control-center-gtk3')
+source=("http://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('ca318c960ec84835d62c596a035ae5929249ae73')
+
+build() {
+cd ${pkgname}-${pkgver}
+./configure \
+--prefix=/usr \
+--sysconfdir=/etc \
+--sbindir=/usr/bin \
+--localstatedir=/var \
+--disable-update-mimedb
+
+#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
+rm "${pkgdir}/usr/share/applications/mimeinfo.cache"
+}

Copied: mate-control-center/repos/community-staging-x86_64/PKGBUILD (from rev 
216969, mate-control-center/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-03-17 20:36:36 UTC (rev 216970)
@@ -0,0 +1,37 @@
+# Contributor: Martin Wimpress 
+
+pkgname=mate-control-center
+pkgver=1.18.0
+pkgrel=1
+pkgdesc="The Control Center for MATE (GTK2 version)"
+url="http://mate-desktop.org;
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('mate-menus' 'mate-settings-daemon' 'marco' 'libxss')
+makedepends=('intltool' 'itstool')
+groups=('mate')
+conflicts=('mate-control-center-gtk3')
+replaces=('mate-control-center-gtk3')
+source=("http://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('ca318c960ec84835d62c596a035ae5929249ae73')
+
+build() {
+cd ${pkgname}-${pkgver}
+./configure \
+--prefix=/usr \
+--sysconfdir=/etc \
+--sbindir=/usr/bin \
+--localstatedir=/var \
+--disable-update-mimedb
+
+#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
+rm "${pkgdir}/usr/share/applications/mimeinfo.cache"
+}


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

2017-03-17 Thread Antonio Rojas
Date: Friday, March 17, 2017 @ 20:36:06
  Author: arojas
Revision: 216969

Update to 1.18.0

Modified:
  mate-control-center/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-03-17 20:33:24 UTC (rev 216968)
+++ PKGBUILD2017-03-17 20:36:06 UTC (rev 216969)
@@ -1,29 +1,27 @@
 # Contributor: Martin Wimpress 
 
-_ver=1.16
-_pkgbase=mate-control-center
-pkgname=${_pkgbase}
-pkgver=${_ver}.1
+pkgname=mate-control-center
+pkgver=1.18.0
 pkgrel=1
 pkgdesc="The Control Center for MATE (GTK2 version)"
 url="http://mate-desktop.org;
 arch=('i686' 'x86_64')
 license=('GPL')
-depends=('mate-menus' 'mate-settings-daemon' 'marco' 'libunique' 'libxss')
+depends=('mate-menus' 'mate-settings-daemon' 'marco' 'libxss')
 makedepends=('intltool' 'itstool')
 groups=('mate')
-conflicts=("${_pkgbase}-gtk3")
-source=("http://pub.mate-desktop.org/releases/${_ver}/${_pkgbase}-${pkgver}.tar.xz;)
-sha1sums=('49f65c992fdc27e0c5c57cd57e7143813b67d76b')
+conflicts=('mate-control-center-gtk3')
+replaces=('mate-control-center-gtk3')
+source=("http://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('ca318c960ec84835d62c596a035ae5929249ae73')
 
 build() {
-cd "${srcdir}/${_pkgbase}-${pkgver}"
+cd ${pkgname}-${pkgver}
 ./configure \
 --prefix=/usr \
 --sysconfdir=/etc \
 --sbindir=/usr/bin \
 --localstatedir=/var \
---with-gtk=2.0 \
 --disable-update-mimedb
 
 #https://bugzilla.gnome.org/show_bug.cgi?id=656231
@@ -33,7 +31,7 @@
 }
 
 package() {
-cd "${srcdir}/${_pkgbase}-${pkgver}"
+cd ${pkgname}-${pkgver}
 make DESTDIR="${pkgdir}" install
-rm -f "${pkgdir}/usr/share/applications/mimeinfo.cache"
+rm "${pkgdir}/usr/share/applications/mimeinfo.cache"
 }


[arch-commits] Commit in mate-settings-daemon/repos (4 files)

2017-03-17 Thread Antonio Rojas
Date: Friday, March 17, 2017 @ 20:33:24
  Author: arojas
Revision: 216968

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

Added:
  mate-settings-daemon/repos/community-staging-i686/
  mate-settings-daemon/repos/community-staging-i686/PKGBUILD
(from rev 216967, mate-settings-daemon/trunk/PKGBUILD)
  mate-settings-daemon/repos/community-staging-x86_64/
  mate-settings-daemon/repos/community-staging-x86_64/PKGBUILD
(from rev 216967, mate-settings-daemon/trunk/PKGBUILD)

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

Copied: mate-settings-daemon/repos/community-staging-i686/PKGBUILD (from rev 
216967, mate-settings-daemon/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-03-17 20:33:24 UTC (rev 216968)
@@ -0,0 +1,39 @@
+# Contributor: Martin Wimpress 
+
+pkgname=mate-settings-daemon
+pkgver=1.18.0
+pkgrel=1
+pkgdesc="The MATE Settings daemon"
+url="http://mate-desktop.org;
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('dbus-glib' 'libcanberra' 'libmatekbd' 'libmatemixer' 'libnotify'
+ 'mate-desktop' 'nss' 'polkit')
+makedepends=('intltool')
+optdepends=('libcanberra-pulse: PulseAudio support'
+'pulseaudio-alsa: PulseAudio support')
+groups=('mate')
+conflicts=('mate-settings-daemon-gtk3')
+replaces=('mate-settings-daemon-gtk3')
+source=("http://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('bdfec7268f967f3fc129f9661c383fd7666b0ebb')
+
+build() {
+cd ${pkgname}-${pkgver}
+./configure \
+--prefix=/usr \
+--libexecdir=/usr/lib/${pkgname} \
+--sysconfdir=/etc \
+--enable-polkit \
+--enable-pulse
+
+#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-settings-daemon/repos/community-staging-x86_64/PKGBUILD (from rev 
216967, mate-settings-daemon/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-03-17 20:33:24 UTC (rev 216968)
@@ -0,0 +1,39 @@
+# Contributor: Martin Wimpress 
+
+pkgname=mate-settings-daemon
+pkgver=1.18.0
+pkgrel=1
+pkgdesc="The MATE Settings daemon"
+url="http://mate-desktop.org;
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('dbus-glib' 'libcanberra' 'libmatekbd' 'libmatemixer' 'libnotify'
+ 'mate-desktop' 'nss' 'polkit')
+makedepends=('intltool')
+optdepends=('libcanberra-pulse: PulseAudio support'
+'pulseaudio-alsa: PulseAudio support')
+groups=('mate')
+conflicts=('mate-settings-daemon-gtk3')
+replaces=('mate-settings-daemon-gtk3')
+source=("http://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('bdfec7268f967f3fc129f9661c383fd7666b0ebb')
+
+build() {
+cd ${pkgname}-${pkgver}
+./configure \
+--prefix=/usr \
+--libexecdir=/usr/lib/${pkgname} \
+--sysconfdir=/etc \
+--enable-polkit \
+--enable-pulse
+
+#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
+}


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

2017-03-17 Thread Antonio Rojas
Date: Friday, March 17, 2017 @ 20:32:58
  Author: arojas
Revision: 216967

Update to 1.18.0

Modified:
  mate-settings-daemon/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-03-17 20:26:20 UTC (rev 216966)
+++ PKGBUILD2017-03-17 20:32:58 UTC (rev 216967)
@@ -1,11 +1,9 @@
 # Contributor: Martin Wimpress 
 
-_ver=1.16
-_pkgbase=mate-settings-daemon
-pkgname=(${_pkgbase})
-pkgver=${_ver}.1
+pkgname=mate-settings-daemon
+pkgver=1.18.0
 pkgrel=1
-pkgdesc="The MATE Settings daemon (GTK2 version)"
+pkgdesc="The MATE Settings daemon"
 url="http://mate-desktop.org;
 arch=('i686' 'x86_64')
 license=('GPL')
@@ -15,18 +13,17 @@
 optdepends=('libcanberra-pulse: PulseAudio support'
 'pulseaudio-alsa: PulseAudio support')
 groups=('mate')
-conflicts=("${_pkgbase}-gtk3")
-options=('!emptydirs')
-source=("http://pub.mate-desktop.org/releases/${_ver}/${_pkgbase}-${pkgver}.tar.xz;)
-sha1sums=('8fcb4ae0571e9bd507b47a67e0e4245e6558693e')
+conflicts=('mate-settings-daemon-gtk3')
+replaces=('mate-settings-daemon-gtk3')
+source=("http://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('bdfec7268f967f3fc129f9661c383fd7666b0ebb')
 
 build() {
-cd "${srcdir}/${_pkgbase}-${pkgver}"
+cd ${pkgname}-${pkgver}
 ./configure \
 --prefix=/usr \
---libexecdir=/usr/lib/${_pkgbase} \
+--libexecdir=/usr/lib/${pkgname} \
 --sysconfdir=/etc \
---with-gtk=2.0 \
 --enable-polkit \
 --enable-pulse
 
@@ -37,6 +34,6 @@
 }
 
 package() {
-cd "${srcdir}/${_pkgbase}-${pkgver}"
+cd ${pkgname}-${pkgver}
 make DESTDIR="${pkgdir}" install
 }


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

2017-03-17 Thread Antonio Rojas
Date: Friday, March 17, 2017 @ 20:26:20
  Author: arojas
Revision: 216966

archrelease: copy trunk to community-staging-any

Added:
  mate-common/repos/community-staging-any/
  mate-common/repos/community-staging-any/PKGBUILD
(from rev 216965, mate-common/trunk/PKGBUILD)

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

Copied: mate-common/repos/community-staging-any/PKGBUILD (from rev 216965, 
mate-common/trunk/PKGBUILD)
===
--- community-staging-any/PKGBUILD  (rev 0)
+++ community-staging-any/PKGBUILD  2017-03-17 20:26:20 UTC (rev 216966)
@@ -0,0 +1,25 @@
+# Contributor: Martin Wimpress 
+
+pkgname=mate-common
+pkgver=1.18.0
+pkgrel=1
+pkgdesc="Common development macros for MATE"
+arch=('any')
+license=('GPL')
+depends=('autoconf' 'automake' 'gettext' 'gtk-doc' 'intltool' 'libtool'
+ 'pkg-config')
+url="http://mate-desktop.org;
+source=("http://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('e5853086fdce062ddd9443cfe72f3cb5c5a91331')
+
+build() {
+cd ${pkgname}-${pkgver}
+./configure \
+--prefix=/usr
+make
+}
+
+package() {
+cd ${pkgname}-${pkgver}
+make DESTDIR="${pkgdir}" install
+}


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

2017-03-17 Thread Antonio Rojas
Date: Friday, March 17, 2017 @ 20:25:51
  Author: arojas
Revision: 216964

Update to 1.18.0

Modified:
  mate-common/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-03-17 20:25:26 UTC (rev 216963)
+++ PKGBUILD2017-03-17 20:25:51 UTC (rev 216964)
@@ -1,8 +1,7 @@
 # Contributor: Martin Wimpress 
 
-_ver=1.16
 pkgname=mate-common
-pkgver=${_ver}.0
+pkgver=1.18.0
 pkgrel=1
 pkgdesc="Common development macros for MATE"
 arch=('any')
@@ -10,11 +9,11 @@
 depends=('autoconf' 'automake' 'gettext' 'gtk-doc' 'intltool' 'libtool'
  'pkg-config')
 url="http://mate-desktop.org;
-source=("http://pub.mate-desktop.org/releases/${_ver}/${pkgname}-${pkgver}.tar.xz;)
-sha1sums=('5ab91d9e471b5819a5983e57b8d224855fbd93f1')
+source=("http://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('e5853086fdce062ddd9443cfe72f3cb5c5a91331')
 
 build() {
-cd "${srcdir}/${pkgname}-${pkgver}"
+cd ${pkgname}-${pkgver}
 ./configure \
 --prefix=/usr
 make
@@ -21,6 +20,6 @@
 }
 
 package() {
-cd "${srcdir}/${pkgname}-${pkgver}"
+cd ${pkgname}-${pkgver}
 make DESTDIR="${pkgdir}" install
 }


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

2017-03-17 Thread Antonio Rojas
Date: Friday, March 17, 2017 @ 20:24:29
  Author: arojas
Revision: 216960

archrelease: copy trunk to community-staging-any

Added:
  mate-backgrounds/repos/community-staging-any/
  mate-backgrounds/repos/community-staging-any/PKGBUILD
(from rev 216959, mate-backgrounds/trunk/PKGBUILD)

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

Copied: mate-backgrounds/repos/community-staging-any/PKGBUILD (from rev 216959, 
mate-backgrounds/trunk/PKGBUILD)
===
--- community-staging-any/PKGBUILD  (rev 0)
+++ community-staging-any/PKGBUILD  2017-03-17 20:24:29 UTC (rev 216960)
@@ -0,0 +1,25 @@
+# Contributor: Martin Wimpress 
+
+pkgname=mate-backgrounds
+pkgver=1.18.0
+pkgrel=1
+pkgdesc="Background images and data for MATE"
+url="http://mate-desktop.org;
+arch=('any')
+license=('GPL')
+makedepends=('intltool')
+groups=('mate')
+source=("http://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('b282bd6495175d96c561e8bd468cd0129759978d')
+
+build() {
+cd ${pkgname}-${pkgver}
+./configure \
+--prefix=/usr
+make
+}
+
+package() {
+cd ${pkgname}-${pkgver}
+make DESTDIR="${pkgdir}" install
+}


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

2017-03-17 Thread Antonio Rojas
Date: Friday, March 17, 2017 @ 20:24:10
  Author: arojas
Revision: 216959

Update to 1.18.0

Modified:
  mate-backgrounds/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-03-17 20:22:34 UTC (rev 216958)
+++ PKGBUILD2017-03-17 20:24:10 UTC (rev 216959)
@@ -1,8 +1,7 @@
 # Contributor: Martin Wimpress 
 
-_ver=1.16
 pkgname=mate-backgrounds
-pkgver=${_ver}.0
+pkgver=1.18.0
 pkgrel=1
 pkgdesc="Background images and data for MATE"
 url="http://mate-desktop.org;
@@ -9,12 +8,12 @@
 arch=('any')
 license=('GPL')
 makedepends=('intltool')
-groups=('mate' 'mate-gtk3')
-source=("http://pub.mate-desktop.org/releases/${_ver}/${pkgname}-${pkgver}.tar.xz;)
-sha1sums=('02c3371b24df915cf6fd4168d79d310447c258ec')
+groups=('mate')
+source=("http://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('b282bd6495175d96c561e8bd468cd0129759978d')
 
 build() {
-cd "${srcdir}/${pkgname}-${pkgver}"
+cd ${pkgname}-${pkgver}
 ./configure \
 --prefix=/usr
 make
@@ -21,6 +20,6 @@
 }
 
 package() {
-cd "${srcdir}/${pkgname}-${pkgver}"
+cd ${pkgname}-${pkgver}
 make DESTDIR="${pkgdir}" install
 }


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

2017-03-17 Thread Antonio Rojas
Date: Friday, March 17, 2017 @ 20:22:34
  Author: arojas
Revision: 216958

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

Added:
  mate-applets/repos/community-staging-i686/
  mate-applets/repos/community-staging-i686/PKGBUILD
(from rev 216957, mate-applets/trunk/PKGBUILD)
  mate-applets/repos/community-staging-x86_64/
  mate-applets/repos/community-staging-x86_64/PKGBUILD
(from rev 216957, mate-applets/trunk/PKGBUILD)

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

Copied: mate-applets/repos/community-staging-i686/PKGBUILD (from rev 216957, 
mate-applets/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-03-17 20:22:34 UTC (rev 216958)
@@ -0,0 +1,39 @@
+# Contributor: Martin Wimpress 
+
+pkgname=mate-applets
+pkgver=1.18.0
+pkgrel=1
+pkgdesc="Applets for MATE panel"
+arch=('i686' 'x86_64')
+url="http://mate-desktop.org;
+license=('GPL')
+depends=('gtksourceview3' 'libgtop' 'libnotify' 'mate-panel' 'polkit'
+ 'python2-dbus' 'python2-gobject' 'upower' 'wireless_tools')
+makedepends=('intltool' 'itstool' 'gucharmap')
+optdepends=('fortune-mod: for displaying fortune cookies in the Wanda the Fish 
applet' 'gucharmap: character picker applet')
+groups=('mate-extra')
+conflicts=('mate-applets-gtk3' 'mate-netspeed' 'mate-netspeed-gtk3')
+replaces=('mate-applets-gtk3' 'mate-netspeed' 'mate-netspeed-gtk3')
+source=("http://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('9f9af431c6030bed92191fff167c5e8520196c2b')
+
+prepare() {
+cd ${pkgname}-${pkgver}
+sed -i 's/env python/env python2/' 
invest-applet/invest/{chart.py,invest-applet.py,mate-invest-chart}
+}
+
+build() {
+cd ${pkgname}-${pkgver}
+PYTHON=/usr/bin/python2 ./configure \
+--prefix=/usr \
+--sysconfdir=/etc \
+--libexecdir=/usr/lib/${pkgname} \
+--enable-polkit \
+--enable-ipv6
+make
+}
+
+package() {
+cd ${pkgname}-${pkgver}
+make DESTDIR="${pkgdir}" install
+}

Copied: mate-applets/repos/community-staging-x86_64/PKGBUILD (from rev 216957, 
mate-applets/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-03-17 20:22:34 UTC (rev 216958)
@@ -0,0 +1,39 @@
+# Contributor: Martin Wimpress 
+
+pkgname=mate-applets
+pkgver=1.18.0
+pkgrel=1
+pkgdesc="Applets for MATE panel"
+arch=('i686' 'x86_64')
+url="http://mate-desktop.org;
+license=('GPL')
+depends=('gtksourceview3' 'libgtop' 'libnotify' 'mate-panel' 'polkit'
+ 'python2-dbus' 'python2-gobject' 'upower' 'wireless_tools')
+makedepends=('intltool' 'itstool' 'gucharmap')
+optdepends=('fortune-mod: for displaying fortune cookies in the Wanda the Fish 
applet' 'gucharmap: character picker applet')
+groups=('mate-extra')
+conflicts=('mate-applets-gtk3' 'mate-netspeed' 'mate-netspeed-gtk3')
+replaces=('mate-applets-gtk3' 'mate-netspeed' 'mate-netspeed-gtk3')
+source=("http://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('9f9af431c6030bed92191fff167c5e8520196c2b')
+
+prepare() {
+cd ${pkgname}-${pkgver}
+sed -i 's/env python/env python2/' 
invest-applet/invest/{chart.py,invest-applet.py,mate-invest-chart}
+}
+
+build() {
+cd ${pkgname}-${pkgver}
+PYTHON=/usr/bin/python2 ./configure \
+--prefix=/usr \
+--sysconfdir=/etc \
+--libexecdir=/usr/lib/${pkgname} \
+--enable-polkit \
+--enable-ipv6
+make
+}
+
+package() {
+cd ${pkgname}-${pkgver}
+make DESTDIR="${pkgdir}" install
+}


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

2017-03-17 Thread Antonio Rojas
Date: Friday, March 17, 2017 @ 20:22:06
  Author: arojas
Revision: 216957

Update to 1.18.0

Modified:
  mate-applets/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-03-17 20:16:48 UTC (rev 216956)
+++ PKGBUILD2017-03-17 20:22:06 UTC (rev 216957)
@@ -1,42 +1,39 @@
 # Contributor: Martin Wimpress 
 
-_ver=1.16
-_pkgbase=mate-applets
-pkgname=(${_pkgbase})
-pkgver=${_ver}.0
+pkgname=mate-applets
+pkgver=1.18.0
 pkgrel=1
-pkgdesc="Applets for MATE panel (GTK2 version)"
+pkgdesc="Applets for MATE panel"
 arch=('i686' 'x86_64')
 url="http://mate-desktop.org;
 license=('GPL')
-depends=('gtksourceview2' 'libgtop' 'libnotify' 'mate-panel' 'polkit'
+depends=('gtksourceview3' 'libgtop' 'libnotify' 'mate-panel' 'polkit'
  'python2-dbus' 'python2-gobject' 'upower' 'wireless_tools')
-makedepends=('intltool' 'itstool')
-optdepends=('fortune-mod: for displaying fortune cookies in the Wanda the Fish 
applet')
+makedepends=('intltool' 'itstool' 'gucharmap')
+optdepends=('fortune-mod: for displaying fortune cookies in the Wanda the Fish 
applet' 'gucharmap: character picker applet')
 groups=('mate-extra')
-conflicts=("${_pkgbase}-gtk3" 'mate-netspeed' 'mate-netspeed-gtk3')
-replaces=('mate-netspeed')
-source=("http://pub.mate-desktop.org/releases/${_ver}/${_pkgbase}-${pkgver}.tar.xz;)
-sha1sums=('6e6b51089bcb6450a466ba358b71fcfd7aba3a6a')
+conflicts=('mate-applets-gtk3' 'mate-netspeed' 'mate-netspeed-gtk3')
+replaces=('mate-applets-gtk3' 'mate-netspeed' 'mate-netspeed-gtk3')
+source=("http://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('9f9af431c6030bed92191fff167c5e8520196c2b')
 
 prepare() {
-cd "${srcdir}/${_pkgbase}-${pkgver}"
+cd ${pkgname}-${pkgver}
 sed -i 's/env python/env python2/' 
invest-applet/invest/{chart.py,invest-applet.py,mate-invest-chart}
 }
 
 build() {
-cd "${srcdir}/${_pkgbase}-${pkgver}"
+cd ${pkgname}-${pkgver}
 PYTHON=/usr/bin/python2 ./configure \
 --prefix=/usr \
 --sysconfdir=/etc \
---libexecdir=/usr/lib/${_pkgbase} \
+--libexecdir=/usr/lib/${pkgname} \
 --enable-polkit \
---enable-ipv6 \
---with-gtk=2.0
+--enable-ipv6
 make
 }
 
 package() {
-cd "${srcdir}/${_pkgbase}-${pkgver}"
+cd ${pkgname}-${pkgver}
 make DESTDIR="${pkgdir}" install
 }


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

2017-03-17 Thread Antonio Rojas
Date: Friday, March 17, 2017 @ 20:16:48
  Author: arojas
Revision: 216956

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

Added:
  mate-panel/repos/community-staging-i686/
  mate-panel/repos/community-staging-i686/PKGBUILD
(from rev 216955, mate-panel/trunk/PKGBUILD)
  mate-panel/repos/community-staging-x86_64/
  mate-panel/repos/community-staging-x86_64/PKGBUILD
(from rev 216955, mate-panel/trunk/PKGBUILD)

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

Copied: mate-panel/repos/community-staging-i686/PKGBUILD (from rev 216955, 
mate-panel/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-03-17 20:16:48 UTC (rev 216956)
@@ -0,0 +1,36 @@
+# Contributor: Martin Wimpress 
+
+pkgname=mate-panel
+pkgver=1.18.0
+pkgrel=1
+pkgdesc="The MATE Panel"
+url="http://mate-desktop.org;
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('dbus-glib' 'libwnck3' 'libcanberra' 'libmateweather' 'libsm' 
'mate-menus' 'mate-desktop')
+makedepends=('intltool' 'itstool' 'gobject-introspection')
+source=("http://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
+groups=('mate')
+conflicts=('mate-panel-gtk3')
+replaces=('mate-panel-gtk3')
+sha1sums=('0c0593c8a1f302245a110ac5068cc1b7df1b43b5')
+
+build() {
+cd ${pkgname}-${pkgver}
+./configure \
+--prefix=/usr \
+--libexecdir=/usr/lib/${pkgname} \
+--sysconfdir=/etc \
+--localstatedir=/var \
+--enable-introspection
+
+#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-panel/repos/community-staging-x86_64/PKGBUILD (from rev 216955, 
mate-panel/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-03-17 20:16:48 UTC (rev 216956)
@@ -0,0 +1,36 @@
+# Contributor: Martin Wimpress 
+
+pkgname=mate-panel
+pkgver=1.18.0
+pkgrel=1
+pkgdesc="The MATE Panel"
+url="http://mate-desktop.org;
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('dbus-glib' 'libwnck3' 'libcanberra' 'libmateweather' 'libsm' 
'mate-menus' 'mate-desktop')
+makedepends=('intltool' 'itstool' 'gobject-introspection')
+source=("http://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
+groups=('mate')
+conflicts=('mate-panel-gtk3')
+replaces=('mate-panel-gtk3')
+sha1sums=('0c0593c8a1f302245a110ac5068cc1b7df1b43b5')
+
+build() {
+cd ${pkgname}-${pkgver}
+./configure \
+--prefix=/usr \
+--libexecdir=/usr/lib/${pkgname} \
+--sysconfdir=/etc \
+--localstatedir=/var \
+--enable-introspection
+
+#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
+}


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

2017-03-17 Thread Antonio Rojas
Date: Friday, March 17, 2017 @ 20:16:21
  Author: arojas
Revision: 216955

Update to 1.18.0

Modified:
  mate-panel/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-03-17 20:04:01 UTC (rev 216954)
+++ PKGBUILD2017-03-17 20:16:21 UTC (rev 216955)
@@ -1,29 +1,27 @@
 # Contributor: Martin Wimpress 
 
-_ver=1.16
-_pkgbase=mate-panel
-pkgname=${_pkgbase}
-pkgver=${_ver}.1
+pkgname=mate-panel
+pkgver=1.18.0
 pkgrel=1
-pkgdesc="The MATE Panel (GTK2 version)"
+pkgdesc="The MATE Panel"
 url="http://mate-desktop.org;
 arch=('i686' 'x86_64')
 license=('GPL')
-depends=('dbus-glib' 'libwnck' 'libcanberra' 'libmateweather' 'libsm' 
'mate-menus' 'mate-desktop')
+depends=('dbus-glib' 'libwnck3' 'libcanberra' 'libmateweather' 'libsm' 
'mate-menus' 'mate-desktop')
 makedepends=('intltool' 'itstool' 'gobject-introspection')
-source=("http://pub.mate-desktop.org/releases/${_ver}/${_pkgbase}-${pkgver}.tar.xz;)
+source=("http://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
 groups=('mate')
-conflicts=("${_pkgbase}-gtk3")
-sha1sums=('799ef0b7d718e2120aa1ffdcae604c356213ef12')
+conflicts=('mate-panel-gtk3')
+replaces=('mate-panel-gtk3')
+sha1sums=('0c0593c8a1f302245a110ac5068cc1b7df1b43b5')
 
 build() {
-cd "${srcdir}/${_pkgbase}-${pkgver}"
+cd ${pkgname}-${pkgver}
 ./configure \
 --prefix=/usr \
---libexecdir=/usr/lib/${_pkgbase} \
+--libexecdir=/usr/lib/${pkgname} \
 --sysconfdir=/etc \
 --localstatedir=/var \
---with-gtk=2.0 \
 --enable-introspection
 
 #https://bugzilla.gnome.org/show_bug.cgi?id=656231
@@ -33,6 +31,6 @@
 }
 
 package() {
-cd "${srcdir}/${_pkgbase}-${pkgver}"
+cd ${pkgname}-${pkgver}
 make DESTDIR="${pkgdir}" install
 }


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

2017-03-17 Thread Antonio Rojas
Date: Friday, March 17, 2017 @ 20:03:38
  Author: arojas
Revision: 216953

Update to 1.18.0

Modified:
  marco/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-03-17 19:59:19 UTC (rev 216952)
+++ PKGBUILD2017-03-17 20:03:38 UTC (rev 216953)
@@ -1,28 +1,26 @@
 # Contributor: Martin Wimpress 
 
-_ver=1.16
-_pkgbase=marco
-pkgname=(${_pkgbase})
-pkgver=${_ver}.0
-pkgrel=2
-pkgdesc="A window manager for MATE (GTK2 version)"
+pkgname=marco
+pkgver=1.18.0
+pkgrel=1
+pkgdesc="A window manager for MATE"
 url="http://mate-desktop.org;
 arch=('i686' 'x86_64')
 license=('GPL')
-depends=('gtk2' 'libcanberra' 'libgtop' 'mate-desktop-schemas' 
'startup-notification' 'zenity')
+depends=('libcanberra' 'libgtop' 'mate-desktop' 'zenity')
 makedepends=('intltool' 'itstool')
 groups=('mate')
-conflicts=("${_pkgbase}-gtk3")
-source=("http://pub.mate-desktop.org/releases/${_ver}/${_pkgbase}-${pkgver}.tar.xz;)
-sha1sums=('b9b3c14812fcb7ab5dfd2c3498eac639d2e63be6')
+conflicts=('marco-gtk3')
+replaces=('marco-gtk3')
+source=("http://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('f92f2bc841d9d0cab3d4d9a9649a9ed7771a3759')
 
 build() {
-cd "${srcdir}/${_pkgbase}-${pkgver}"
+cd ${pkgname}-${pkgver}
 ./configure \
 --prefix=/usr \
 --sysconfdir=/etc \
 --localstatedir=/var \
---with-gtk=2.0 \
 --enable-startup-notification
 
 #https://bugzilla.gnome.org/show_bug.cgi?id=656231
@@ -32,6 +30,6 @@
 }
 
 package() {
-cd "${srcdir}/${_pkgbase}-${pkgver}"
+cd ${pkgname}-${pkgver}
 make DESTDIR="${pkgdir}" install
 }


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

2017-03-17 Thread Antonio Rojas
Date: Friday, March 17, 2017 @ 20:04:01
  Author: arojas
Revision: 216954

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

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

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

Copied: marco/repos/community-staging-i686/PKGBUILD (from rev 216953, 
marco/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-03-17 20:04:01 UTC (rev 216954)
@@ -0,0 +1,35 @@
+# Contributor: Martin Wimpress 
+
+pkgname=marco
+pkgver=1.18.0
+pkgrel=1
+pkgdesc="A window manager for MATE"
+url="http://mate-desktop.org;
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('libcanberra' 'libgtop' 'mate-desktop' 'zenity')
+makedepends=('intltool' 'itstool')
+groups=('mate')
+conflicts=('marco-gtk3')
+replaces=('marco-gtk3')
+source=("http://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('f92f2bc841d9d0cab3d4d9a9649a9ed7771a3759')
+
+build() {
+cd ${pkgname}-${pkgver}
+./configure \
+--prefix=/usr \
+--sysconfdir=/etc \
+--localstatedir=/var \
+--enable-startup-notification
+
+#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: marco/repos/community-staging-x86_64/PKGBUILD (from rev 216953, 
marco/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-03-17 20:04:01 UTC (rev 216954)
@@ -0,0 +1,35 @@
+# Contributor: Martin Wimpress 
+
+pkgname=marco
+pkgver=1.18.0
+pkgrel=1
+pkgdesc="A window manager for MATE"
+url="http://mate-desktop.org;
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('libcanberra' 'libgtop' 'mate-desktop' 'zenity')
+makedepends=('intltool' 'itstool')
+groups=('mate')
+conflicts=('marco-gtk3')
+replaces=('marco-gtk3')
+source=("http://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('f92f2bc841d9d0cab3d4d9a9649a9ed7771a3759')
+
+build() {
+cd ${pkgname}-${pkgver}
+./configure \
+--prefix=/usr \
+--sysconfdir=/etc \
+--localstatedir=/var \
+--enable-startup-notification
+
+#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
+}


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

2017-03-17 Thread Antonio Rojas
Date: Friday, March 17, 2017 @ 19:59:19
  Author: arojas
Revision: 216952

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

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

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

Copied: libmateweather/repos/community-staging-i686/PKGBUILD (from rev 216951, 
libmateweather/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-03-17 19:59:19 UTC (rev 216952)
@@ -0,0 +1,35 @@
+# Contributor: Martin Wimpress 
+
+pkgname=libmateweather
+pkgver=1.18.0
+pkgrel=1
+pkgdesc="Provides access to weather information from the Internet."
+url="http://mate-desktop.org;
+arch=('i686' 'x86_64')
+license=('LGPL')
+depends=('gtk3' 'libsoup')
+makedepends=('intltool')
+conflicts=('libmateweather-gtk3')
+replaces=('libmateweather-gtk3')
+source=("http://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('b0f158847c02a22ca2fc802a855a681f5970ce9a')
+
+build() {
+cd ${pkgname}-${pkgver}
+./configure \
+--prefix=/usr \
+--sysconfdir=/etc \
+--localstatedir=/var \
+--disable-python \
+--enable-locations-compression
+
+#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: libmateweather/repos/community-staging-x86_64/PKGBUILD (from rev 
216951, libmateweather/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-03-17 19:59:19 UTC (rev 216952)
@@ -0,0 +1,35 @@
+# Contributor: Martin Wimpress 
+
+pkgname=libmateweather
+pkgver=1.18.0
+pkgrel=1
+pkgdesc="Provides access to weather information from the Internet."
+url="http://mate-desktop.org;
+arch=('i686' 'x86_64')
+license=('LGPL')
+depends=('gtk3' 'libsoup')
+makedepends=('intltool')
+conflicts=('libmateweather-gtk3')
+replaces=('libmateweather-gtk3')
+source=("http://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('b0f158847c02a22ca2fc802a855a681f5970ce9a')
+
+build() {
+cd ${pkgname}-${pkgver}
+./configure \
+--prefix=/usr \
+--sysconfdir=/etc \
+--localstatedir=/var \
+--disable-python \
+--enable-locations-compression
+
+#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
+}


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

2017-03-17 Thread Antonio Rojas
Date: Friday, March 17, 2017 @ 19:58:53
  Author: arojas
Revision: 216951

Update to 1.18.0

Modified:
  libmateweather/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-03-17 19:52:42 UTC (rev 216950)
+++ PKGBUILD2017-03-17 19:58:53 UTC (rev 216951)
@@ -1,32 +1,25 @@
 # Contributor: Martin Wimpress 
 
-_ver=1.16
-pkgbase=libmateweather
-pkgname=(${pkgbase} ${pkgbase}-gtk3)
-pkgver=${_ver}.1
+pkgname=libmateweather
+pkgver=1.18.0
 pkgrel=1
 pkgdesc="Provides access to weather information from the Internet."
 url="http://mate-desktop.org;
 arch=('i686' 'x86_64')
 license=('LGPL')
-depends=('gtk2' 'gtk3')
-makedepends=('intltool' 'libsoup')
-source=("http://pub.mate-desktop.org/releases/${_ver}/${pkgname}-${pkgver}.tar.xz;)
-sha1sums=('912eb67104da9414eb47c4a9b0631735d2528794')
+depends=('gtk3' 'libsoup')
+makedepends=('intltool')
+conflicts=('libmateweather-gtk3')
+replaces=('libmateweather-gtk3')
+source=("http://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('b0f158847c02a22ca2fc802a855a681f5970ce9a')
 
-prepare() {
-cd "${srcdir}"
-mv "${pkgname}-${pkgver}" "${pkgbase}-gtk2"
-cp -a "${pkgbase}-gtk2" "${pkgbase}-gtk3"
-}
-
 build() {
-cd "${srcdir}/${pkgbase}-gtk2"
+cd ${pkgname}-${pkgver}
 ./configure \
 --prefix=/usr \
 --sysconfdir=/etc \
 --localstatedir=/var \
---with-gtk=2.0 \
 --disable-python \
 --enable-locations-compression
 
@@ -34,36 +27,9 @@
 sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
 
 make
-
-cd "${srcdir}/${pkgbase}-gtk3"
-./configure \
---prefix=/usr \
---sysconfdir=/etc \
---localstatedir=/var \
---with-gtk=3.0 \
---disable-python \
---enable-locations-compression
-
-#https://bugzilla.gnome.org/show_bug.cgi?id=656231
-sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-
-make
 }
 
-package_libmateweather() {
-pkgdesc+=' (GTK2 version)'
-conflicts=("${pkgbase}-gtk3")
-depends=('dconf' 'gtk2' 'libsoup')
-
-cd "${srcdir}/${pkgbase}-gtk2"
+package() {
+cd ${pkgname}-${pkgver}
 make DESTDIR="${pkgdir}" install
 }
-
-package_libmateweather-gtk3() {
-pkgdesc+=' (GTK3 version)'
-conflicts=("${pkgbase}")
-depends=('gtk3' 'libsoup')
-
-cd "${srcdir}/${pkgbase}-gtk3"
-make DESTDIR="${pkgdir}" install
-}


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

2017-03-17 Thread Antonio Rojas
Date: Friday, March 17, 2017 @ 19:52:42
  Author: arojas
Revision: 216950

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

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

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

Copied: libmatemixer/repos/community-staging-i686/PKGBUILD (from rev 216949, 
libmatemixer/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-03-17 19:52:42 UTC (rev 216950)
@@ -0,0 +1,31 @@
+# Contributor: Martin Wimpress 
+
+pkgname=libmatemixer
+pkgver=1.18.0
+pkgrel=1
+pkgdesc="Mixer library for MATE Desktop"
+url="http://mate-desktop.org;
+arch=('i686' 'x86_64')
+license=('LGPL')
+depends=('glib2' 'libpulse')
+makedepends=('intltool')
+source=("http://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('28ed174a4fd079fa6fa927d4b28634a9b9779601')
+
+build() {
+cd ${pkgname}-${pkgver}
+./configure \
+--prefix=/usr \
+--sysconfdir=/etc \
+--localstatedir=/var
+
+#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: libmatemixer/repos/community-staging-x86_64/PKGBUILD (from rev 216949, 
libmatemixer/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-03-17 19:52:42 UTC (rev 216950)
@@ -0,0 +1,31 @@
+# Contributor: Martin Wimpress 
+
+pkgname=libmatemixer
+pkgver=1.18.0
+pkgrel=1
+pkgdesc="Mixer library for MATE Desktop"
+url="http://mate-desktop.org;
+arch=('i686' 'x86_64')
+license=('LGPL')
+depends=('glib2' 'libpulse')
+makedepends=('intltool')
+source=("http://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('28ed174a4fd079fa6fa927d4b28634a9b9779601')
+
+build() {
+cd ${pkgname}-${pkgver}
+./configure \
+--prefix=/usr \
+--sysconfdir=/etc \
+--localstatedir=/var
+
+#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
+}


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

2017-03-17 Thread Antonio Rojas
Date: Friday, March 17, 2017 @ 19:52:18
  Author: arojas
Revision: 216949

Update to 1.18.0

Modified:
  libmatemixer/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-03-17 19:50:18 UTC (rev 216948)
+++ PKGBUILD2017-03-17 19:52:18 UTC (rev 216949)
@@ -1,8 +1,7 @@
 # Contributor: Martin Wimpress 
 
-_ver=1.16
 pkgname=libmatemixer
-pkgver=${_ver}.0
+pkgver=1.18.0
 pkgrel=1
 pkgdesc="Mixer library for MATE Desktop"
 url="http://mate-desktop.org;
@@ -10,11 +9,11 @@
 license=('LGPL')
 depends=('glib2' 'libpulse')
 makedepends=('intltool')
-source=("http://pub.mate-desktop.org/releases/${_ver}/${pkgname}-${pkgver}.tar.xz;)
-sha1sums=('72895e05834856c6ed3185ae152a9c8030ccdf54')
+source=("http://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('28ed174a4fd079fa6fa927d4b28634a9b9779601')
 
 build() {
-cd "${srcdir}/${pkgname}-${pkgver}"
+cd ${pkgname}-${pkgver}
 ./configure \
 --prefix=/usr \
 --sysconfdir=/etc \
@@ -27,6 +26,6 @@
 }
 
 package() {
-cd "${srcdir}/${pkgname}-${pkgver}"
+cd ${pkgname}-${pkgver}
 make DESTDIR="${pkgdir}" install
 }


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

2017-03-17 Thread Antonio Rojas
Date: Friday, March 17, 2017 @ 19:50:18
  Author: arojas
Revision: 216948

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

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

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

Copied: libmatekbd/repos/community-staging-i686/PKGBUILD (from rev 216947, 
libmatekbd/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-03-17 19:50:18 UTC (rev 216948)
@@ -0,0 +1,31 @@
+# Contributor: Martin Wimpress 
+
+pkgname=libmatekbd
+pkgver=1.18.0
+pkgrel=1
+pkgdesc="MATE keyboard library"
+url="http://mate-desktop.org;
+arch=('i686' 'x86_64')
+license=('LGPL')
+depends=('gtk3' 'libxklavier')
+makedepends=('intltool')
+conflicts=('libmatekbd-gtk3')
+replaces=('libmatekbd-gtk3')
+source=("http://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('81de4ffca10f0a2dfb01449cc89037f7d1760f87')
+
+build() {
+cd $pkgname-$pkgver
+./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_libmatekbd() {
+cd ${pkgname}-${pkgver}
+make DESTDIR="${pkgdir}" install
+}

Copied: libmatekbd/repos/community-staging-x86_64/PKGBUILD (from rev 216947, 
libmatekbd/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-03-17 19:50:18 UTC (rev 216948)
@@ -0,0 +1,31 @@
+# Contributor: Martin Wimpress 
+
+pkgname=libmatekbd
+pkgver=1.18.0
+pkgrel=1
+pkgdesc="MATE keyboard library"
+url="http://mate-desktop.org;
+arch=('i686' 'x86_64')
+license=('LGPL')
+depends=('gtk3' 'libxklavier')
+makedepends=('intltool')
+conflicts=('libmatekbd-gtk3')
+replaces=('libmatekbd-gtk3')
+source=("http://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('81de4ffca10f0a2dfb01449cc89037f7d1760f87')
+
+build() {
+cd $pkgname-$pkgver
+./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_libmatekbd() {
+cd ${pkgname}-${pkgver}
+make DESTDIR="${pkgdir}" install
+}


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

2017-03-17 Thread Antonio Rojas
Date: Friday, March 17, 2017 @ 19:49:58
  Author: arojas
Revision: 216947

Update to 1.18.0

Modified:
  libmatekbd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-03-17 19:46:25 UTC (rev 216946)
+++ PKGBUILD2017-03-17 19:49:58 UTC (rev 216947)
@@ -1,61 +1,31 @@
 # Contributor: Martin Wimpress 
 
-_ver=1.16
-pkgbase=libmatekbd
-pkgname=(${pkgbase} ${pkgbase}-gtk3)
-pkgver=${_ver}.0
+pkgname=libmatekbd
+pkgver=1.18.0
 pkgrel=1
 pkgdesc="MATE keyboard library"
 url="http://mate-desktop.org;
 arch=('i686' 'x86_64')
 license=('LGPL')
-depends=('gtk2' 'gtk3' 'libxklavier')
+depends=('gtk3' 'libxklavier')
 makedepends=('intltool')
-source=("http://pub.mate-desktop.org/releases/${_ver}/${pkgname}-${pkgver}.tar.xz;)
-sha1sums=('3d73769c887cf709b0615808679fdac02491cd0a')
+conflicts=('libmatekbd-gtk3')
+replaces=('libmatekbd-gtk3')
+source=("http://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('81de4ffca10f0a2dfb01449cc89037f7d1760f87')
 
-prepare() {
-cd "${srcdir}"
-mv "${pkgname}-${pkgver}" "${pkgbase}-gtk2"
-cp -a "${pkgbase}-gtk2" "${pkgbase}-gtk3"
-}
-
 build() {
-cd "${srcdir}/${pkgbase}-gtk2"
+cd $pkgname-$pkgver
 ./configure \
---prefix=/usr \
---with-gtk=2.0
+--prefix=/usr 
 
 #https://bugzilla.gnome.org/show_bug.cgi?id=656231
 sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
 
 make
-
-cd "${srcdir}/${pkgbase}-gtk3"
-./configure \
---prefix=/usr \
---with-gtk=3.0
-
-#https://bugzilla.gnome.org/show_bug.cgi?id=656231
-sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-
-make
 }
 
 package_libmatekbd() {
-pkgdesc+=' (GTK2 version)'
-conflicts=("${pkgbase}-gtk3")
-depends=('dconf' 'gtk2' 'libxklavier')
-
-cd "${srcdir}/${pkgbase}-gtk2"
+cd ${pkgname}-${pkgver}
 make DESTDIR="${pkgdir}" install
 }
-
-package_libmatekbd-gtk3() {
-pkgdesc+=' (GTK3 version)'
-conflicts=("${pkgbase}")
-depends=('gtk3' 'libxklavier')
-
-cd "${srcdir}/${pkgbase}-gtk3"
-make DESTDIR="${pkgdir}" install
-}


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

2017-03-17 Thread Antonio Rojas
Date: Friday, March 17, 2017 @ 19:46:25
  Author: arojas
Revision: 216946

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

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

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

Copied: eom/repos/community-staging-i686/PKGBUILD (from rev 216945, 
eom/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-03-17 19:46:25 UTC (rev 216946)
@@ -0,0 +1,35 @@
+# Contributor: Martin Wimpress 
+
+pkgname=eom
+pkgver=1.18.0
+pkgrel=1
+pkgdesc="An image viewing and cataloging program for MATE (GTK2 version)"
+url="http://mate-desktop.org;
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('dbus-glib' 'gobject-introspection-runtime' 'exempi' 'lcms2' 
'libexif' 'libjpeg-turbo' 'mate-desktop' 'libpeas')
+makedepends=('gobject-introspection' 'intltool' 'itstool')
+groups=('mate-extra')
+conflicts=('eom-gtk3')
+replaces=('eom-gtk3')
+source=("http://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('5dbc90dc8a695d2ee8d8595171145fd23b001927')
+
+build() {
+cd ${pkgname}-${pkgver}
+./configure \
+--prefix=/usr \
+--localstatedir=/var \
+--with-librsvg \
+--disable-python
+
+#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: eom/repos/community-staging-x86_64/PKGBUILD (from rev 216945, 
eom/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-03-17 19:46:25 UTC (rev 216946)
@@ -0,0 +1,35 @@
+# Contributor: Martin Wimpress 
+
+pkgname=eom
+pkgver=1.18.0
+pkgrel=1
+pkgdesc="An image viewing and cataloging program for MATE (GTK2 version)"
+url="http://mate-desktop.org;
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('dbus-glib' 'gobject-introspection-runtime' 'exempi' 'lcms2' 
'libexif' 'libjpeg-turbo' 'mate-desktop' 'libpeas')
+makedepends=('gobject-introspection' 'intltool' 'itstool')
+groups=('mate-extra')
+conflicts=('eom-gtk3')
+replaces=('eom-gtk3')
+source=("http://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('5dbc90dc8a695d2ee8d8595171145fd23b001927')
+
+build() {
+cd ${pkgname}-${pkgver}
+./configure \
+--prefix=/usr \
+--localstatedir=/var \
+--with-librsvg \
+--disable-python
+
+#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
+}


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

2017-03-17 Thread Antonio Rojas
Date: Friday, March 17, 2017 @ 19:46:01
  Author: arojas
Revision: 216945

Update to 1.18.0

Modified:
  eom/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-03-17 19:40:37 UTC (rev 216944)
+++ PKGBUILD2017-03-17 19:46:01 UTC (rev 216945)
@@ -1,27 +1,25 @@
 # Contributor: Martin Wimpress 
 
-_ver=1.16
-_pkgbase=eom
-pkgname=(${_pkgbase})
-pkgver=${_ver}.1
+pkgname=eom
+pkgver=1.18.0
 pkgrel=1
 pkgdesc="An image viewing and cataloging program for MATE (GTK2 version)"
 url="http://mate-desktop.org;
 arch=('i686' 'x86_64')
 license=('GPL')
-depends=('dbus-glib' 'gobject-introspection-runtime' 'exempi' 'lcms2' 
'libexif' 'libjpeg-turbo' 'mate-desktop')
+depends=('dbus-glib' 'gobject-introspection-runtime' 'exempi' 'lcms2' 
'libexif' 'libjpeg-turbo' 'mate-desktop' 'libpeas')
 makedepends=('gobject-introspection' 'intltool' 'itstool')
 groups=('mate-extra')
-conflicts=("${_pkgbase}-gtk3")
-source=("http://pub.mate-desktop.org/releases/${_ver}/${_pkgbase}-${pkgver}.tar.xz;)
-sha1sums=('125c51120c15f96cb012530ebdbffceb73fb01cb')
+conflicts=('eom-gtk3')
+replaces=('eom-gtk3')
+source=("http://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('5dbc90dc8a695d2ee8d8595171145fd23b001927')
 
 build() {
-cd "${srcdir}/${_pkgbase}-${pkgver}"
+cd ${pkgname}-${pkgver}
 ./configure \
 --prefix=/usr \
 --localstatedir=/var \
---with-gtk=2.0 \
 --with-librsvg \
 --disable-python
 
@@ -32,6 +30,6 @@
 }
 
 package() {
-cd "${srcdir}/${_pkgbase}-${pkgver}"
+cd ${pkgname}-${pkgver}
 make DESTDIR="${pkgdir}" install
 }


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

2017-03-17 Thread Antonio Rojas
Date: Friday, March 17, 2017 @ 19:40:37
  Author: arojas
Revision: 216944

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

Added:
  engrampa/repos/community-staging-i686/
  engrampa/repos/community-staging-i686/PKGBUILD
(from rev 216943, engrampa/trunk/PKGBUILD)
  engrampa/repos/community-staging-i686/fr-rpm-bsdtar.patch
(from rev 216943, engrampa/trunk/fr-rpm-bsdtar.patch)
  engrampa/repos/community-staging-x86_64/
  engrampa/repos/community-staging-x86_64/PKGBUILD
(from rev 216943, engrampa/trunk/PKGBUILD)
  engrampa/repos/community-staging-x86_64/fr-rpm-bsdtar.patch
(from rev 216943, engrampa/trunk/fr-rpm-bsdtar.patch)

--+
 community-staging-i686/PKGBUILD  |   46 +++
 community-staging-i686/fr-rpm-bsdtar.patch   |   60 +
 community-staging-x86_64/PKGBUILD|   46 +++
 community-staging-x86_64/fr-rpm-bsdtar.patch |   60 +
 4 files changed, 212 insertions(+)

Copied: engrampa/repos/community-staging-i686/PKGBUILD (from rev 216943, 
engrampa/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-03-17 19:40:37 UTC (rev 216944)
@@ -0,0 +1,46 @@
+# Contributor: Martin Wimpress 
+
+pkgname=engrampa
+pkgver=1.18.0
+pkgrel=1
+pkgdesc="Archive manipulator for MATE"
+url="http://mate-desktop.org;
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('gtk3' 'gzip' 'libarchive' 'tar' 'unzip' 'zip')
+makedepends=('caja' 'intltool' 'itstool')
+optdepends=('caja: file archiver extension'
+'p7zip: 7Z and ARJ archive support'
+'unace: ACE archive support'
+'unrar: RAR archive support')
+groups=('mate-extra')
+conflicts=("engrampa-gtk3")
+replaces=("engrampa-gtk3")
+source=("http://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;
+fr-rpm-bsdtar.patch)
+sha1sums=('b35634727ae6de833a4c2ea93c2d628b10f079d5'
+  '219b05a979bf6f249aaae27964f02345fd81168d')
+
+prepare() {
+cd ${pkgname}-${pkgver}
+# This patch 'depends' on libarchive
+patch -Np1 -i "${srcdir}/fr-rpm-bsdtar.patch"
+}
+
+build() {
+cd ${pkgname}-${pkgver}
+./configure \
+--prefix=/usr \
+--libexecdir=/usr/lib/${pkgname} \
+--disable-packagekit
+
+#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: engrampa/repos/community-staging-i686/fr-rpm-bsdtar.patch (from rev 
216943, engrampa/trunk/fr-rpm-bsdtar.patch)
===
--- community-staging-i686/fr-rpm-bsdtar.patch  (rev 0)
+++ community-staging-i686/fr-rpm-bsdtar.patch  2017-03-17 19:40:37 UTC (rev 
216944)
@@ -0,0 +1,60 @@
+This makes Engrampa use bsdtar to extract .RPM packages instead of using cpio.
+It is useful on systems that do not have cpio or RPM/YUM
+This patch was created for Arch Linux, however should work on any system that 
has bsdtar capable of handling cpio archives.
+
+--+
+ rpm2cpio.c   |   2 +-
+ fr-command-rpm.c |   8 
+ 2 files changed, 5 insertions(+), 5 deletions(-)
+
+Index: src/commands/rpm2cpio.c
+
+--- mate-file-archiver-1.6.0/src/commands/rpm2cpio.c 2013-03-31
 mate-file-archiver-1.6.0/src/commands/rpm2cpio.c   2013-07-26
+@@ -128,7 +128,7 @@
+   archive_command = "bzip2 -dc";
+   fclose (stream);
+ 
+-  command = g_strdup_printf ("sh -c \"dd if=%s ibs=%u skip=1 2>/dev/null 
| %s | cpio %s\"", g_shell_quote (filename), offset, archive_command, 
cpio_args->str);
++  command = g_strdup_printf ("sh -c \"dd if=%s ibs=%u skip=1 2>/dev/null 
| %s | bsdtar %s\"", g_shell_quote (filename), offset, archive_command, 
cpio_args->str);
+ 
+   return system (command);
+ }
+Index: src/fr-command-rpm.c
+
+--- mate-file-archiver-1.6.0/src/fr-command-rpm.c  2013-03-31
 mate-file-archiver-1.6.0/src/fr-command-rpm.c  2013-07-26
+@@ -175,7 +175,7 @@
+ 
+   fr_process_begin_command (comm->process, "sh");
+   fr_process_add_arg (comm->process, "-c");
+-  fr_process_add_arg_concat (comm->process, PRIVEXECDIR "rpm2cpio ", 
comm->e_filename, " -itv", NULL);
++  fr_process_add_arg_concat (comm->process, PRIVEXECDIR "rpm2cpio ", 
comm->e_filename, " -tvf -", NULL);
+   fr_process_end_command (comm->process);
+   fr_process_start (comm->process);
+ }
+@@ -200,7 +200,7 @@
+ 
+   cmd = g_string_new (PRIVEXECDIR "rpm2cpio ");
+   g_string_append (cmd, comm->e_filename);
+-  g_string_append (cmd, " -idu ");
++  

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

2017-03-17 Thread Antonio Rojas
Date: Friday, March 17, 2017 @ 19:40:14
  Author: arojas
Revision: 216943

Update to 1.18.0

Modified:
  engrampa/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-03-17 19:37:19 UTC (rev 216942)
+++ PKGBUILD2017-03-17 19:40:14 UTC (rev 216943)
@@ -1,25 +1,24 @@
 # Contributor: Martin Wimpress 
 
-_ver=1.16
 pkgname=engrampa
-pkgver=${_ver}.0
-pkgrel=2
+pkgver=1.18.0
+pkgrel=1
 pkgdesc="Archive manipulator for MATE"
 url="http://mate-desktop.org;
 arch=('i686' 'x86_64')
 license=('GPL')
 depends=('gtk3' 'gzip' 'libarchive' 'tar' 'unzip' 'zip')
-makedepends=('caja-gtk3' 'intltool' 'itstool')
-optdepends=('caja-gtk3: file archiver extension'
+makedepends=('caja' 'intltool' 'itstool')
+optdepends=('caja: file archiver extension'
 'p7zip: 7Z and ARJ archive support'
 'unace: ACE archive support'
 'unrar: RAR archive support')
-groups=('mate-extra' 'mate-extra-gtk3')
+groups=('mate-extra')
 conflicts=("engrampa-gtk3")
 replaces=("engrampa-gtk3")
-source=("http://pub.mate-desktop.org/releases/${_ver}/${pkgname}-${pkgver}.tar.xz;
+source=("http://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;
 fr-rpm-bsdtar.patch)
-sha1sums=('90865e0c59bec33ed899c3a0a8d2787aa09d526b'
+sha1sums=('b35634727ae6de833a4c2ea93c2d628b10f079d5'
   '219b05a979bf6f249aaae27964f02345fd81168d')
 
 prepare() {


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

2017-03-17 Thread Antonio Rojas
Date: Friday, March 17, 2017 @ 19:36:53
  Author: arojas
Revision: 216941

Update to 1.18.0

Modified:
  caja-extensions/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-03-17 19:28:16 UTC (rev 216940)
+++ PKGBUILD2017-03-17 19:36:53 UTC (rev 216941)
@@ -1,24 +1,22 @@
 # Contributor: Martin Wimpress 
 
-_ver=1.16
 pkgbase=caja-extensions
 pkgname=(caja-extensions-common caja-gksu caja-image-converter 
caja-open-terminal caja-sendto caja-share caja-wallpaper)
-pkgver=${_ver}.0
+pkgver=1.18.0
 pkgrel=1
-pkgdesc="Caja extensions (GTK2 version)"
+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/${_ver}/${pkgbase}-${pkgver}.tar.xz;)
-sha1sums=('9b27e46a731b117815862229c38445ef94afa600')
+source=("http://pub.mate-desktop.org/releases/${pkgver%.*}/$pkgbase-$pkgver.tar.xz;)
+sha1sums=('ec5f8d504479f4069bd899fb5c91b230bfe4703c')
 
 build() {
-cd "${srcdir}/${pkgbase}-${pkgver}"
+cd ${pkgbase}-${pkgver}
 PYTHON=/usr/bin/python2 ./configure \
---prefix=/usr \
---with-gtk=2.0
+--prefix=/usr
 
 #https://bugzilla.gnome.org/show_bug.cgi?id=656231
 sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
@@ -30,7 +28,7 @@
 pkgdesc="Caja extensions (common files)"
 depends=()
 
-cd "${srcdir}/${pkgbase}-${pkgver}"
+cd ${pkgbase}-${pkgver}
 make -C po DESTDIR="${pkgdir}" install
 }
 
@@ -39,8 +37,9 @@
 depends=('caja' 'caja-extensions-common' 'gksu')
 groups=('mate-extra')
 conflicts=('caja-gksu-gtk3')
+replaces=('caja-gksu-gtk3')
 
-cd "${srcdir}/${pkgbase}-${pkgver}"
+cd ${pkgbase}-${pkgver}
 make -C gksu DESTDIR="${pkgdir}" install
 }
 
@@ -49,8 +48,9 @@
 depends=('caja' 'caja-extensions-common' 'imagemagick')
 groups=('mate-extra')
 conflicts=('caja-image-converter-gtk3')
+replaces=('caja-image-converter-gtk3')
 
-cd "${srcdir}/${pkgbase}-${pkgver}"
+cd ${pkgbase}-${pkgver}
 make -C image-converter DESTDIR="${pkgdir}" install
 }
 
@@ -59,6 +59,7 @@
 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
@@ -71,8 +72,9 @@
 optdepends=('pidgin: Support for sending to instant messaging networks.'
 'gajim: Support for sending to Jabber.')
 conflicts=('caja-sendto-gtk3')
+replaces=('caja-sendto-gtk3')
 
-cd "${srcdir}/${pkgbase}-${pkgver}"
+cd ${pkgbase}-${pkgver}
 make -C sendto DESTDIR="${pkgdir}" install
 }
 
@@ -81,8 +83,9 @@
 depends=('caja' 'caja-extensions-common' 'samba')
 groups=('mate-extra')
 conflicts=('caja-share-gtk3')
-
-cd "${srcdir}/${pkgbase}-${pkgver}"
+replaces=('caja-share-gtk3')
+
+cd ${pkgbase}-${pkgver}
 make -C share DESTDIR="${pkgdir}" install
 }
 
@@ -91,7 +94,8 @@
 depends=('caja' 'caja-extensions-common')
 groups=('mate-extra')
 conflicts=('caja-wallpaper-gtk3')
+replaces=('caja-wallpaper-gtk3')
 
-cd "${srcdir}/${pkgbase}-${pkgver}"
+cd ${pkgbase}-${pkgver}
 make -C wallpaper DESTDIR="${pkgdir}" install
 }


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

2017-03-17 Thread Antonio Rojas
Date: Friday, March 17, 2017 @ 19:37:19
  Author: arojas
Revision: 216942

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

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

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

Copied: caja-extensions/repos/community-staging-i686/PKGBUILD (from rev 216941, 
caja-extensions/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-03-17 19:37:19 UTC (rev 216942)
@@ -0,0 +1,101 @@
+# 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-staging-x86_64/PKGBUILD (from rev 
216941, caja-extensions/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-03-17 19:37:19 UTC (rev 216942)
@@ -0,0 +1,101 @@
+# 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' 

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

2017-03-17 Thread Antonio Rojas
Date: Friday, March 17, 2017 @ 19:28:16
  Author: arojas
Revision: 216940

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

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

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

Copied: atril/repos/community-staging-i686/PKGBUILD (from rev 216939, 
atril/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-03-17 19:28:16 UTC (rev 216940)
@@ -0,0 +1,51 @@
+# Contributor: Martin Wimpress 
+
+pkgname=atril
+pkgver=1.18.0
+pkgrel=1
+pkgdesc="MATE document viewer"
+url="http://mate-desktop.org;
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('djvulibre' 'libspectre' 'libgxps' 'mathjax' 'poppler-glib' 
'webkit2gtk')
+makedepends=('caja' 'gobject-introspection' 'intltool' 'itstool' 'texlive-bin')
+optdepends=('caja: Document Properties extension'
+'texlive-bin: DVI support')
+groups=('mate-extra')
+conflicts=('atril-gtk3')
+replaces=('atril-gtk3')
+source=("http://pub.mate-desktop.org/releases/${pkgver%.*}/$pkgname-$pkgver.tar.xz;)
+sha1sums=('5cbcd69733bd5ba23c10a60b2a2350171d95ddf6')
+
+prepare() {
+cd $pkgname-$pkgver
+
+# Fix mathjax path
+sed -i 's|/usr/share/javascript/mathjax|/usr/share/mathjax|' 
backend/epub/epub-document.c
+}
+
+build() {
+cd $pkgname-$pkgver
+./configure \
+--prefix=/usr \
+--libexecdir=/usr/lib/${_pkgbase} \
+--with-gtk=2.0 \
+--enable-djvu \
+--enable-dvi \
+--enable-epub \
+--enable-t1lib \
+--enable-pixbuf \
+--enable-comics \
+--enable-xps \
+--enable-introspection
+
+#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: atril/repos/community-staging-x86_64/PKGBUILD (from rev 216939, 
atril/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-03-17 19:28:16 UTC (rev 216940)
@@ -0,0 +1,51 @@
+# Contributor: Martin Wimpress 
+
+pkgname=atril
+pkgver=1.18.0
+pkgrel=1
+pkgdesc="MATE document viewer"
+url="http://mate-desktop.org;
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('djvulibre' 'libspectre' 'libgxps' 'mathjax' 'poppler-glib' 
'webkit2gtk')
+makedepends=('caja' 'gobject-introspection' 'intltool' 'itstool' 'texlive-bin')
+optdepends=('caja: Document Properties extension'
+'texlive-bin: DVI support')
+groups=('mate-extra')
+conflicts=('atril-gtk3')
+replaces=('atril-gtk3')
+source=("http://pub.mate-desktop.org/releases/${pkgver%.*}/$pkgname-$pkgver.tar.xz;)
+sha1sums=('5cbcd69733bd5ba23c10a60b2a2350171d95ddf6')
+
+prepare() {
+cd $pkgname-$pkgver
+
+# Fix mathjax path
+sed -i 's|/usr/share/javascript/mathjax|/usr/share/mathjax|' 
backend/epub/epub-document.c
+}
+
+build() {
+cd $pkgname-$pkgver
+./configure \
+--prefix=/usr \
+--libexecdir=/usr/lib/${_pkgbase} \
+--with-gtk=2.0 \
+--enable-djvu \
+--enable-dvi \
+--enable-epub \
+--enable-t1lib \
+--enable-pixbuf \
+--enable-comics \
+--enable-xps \
+--enable-introspection
+
+#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
+}


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

2017-03-17 Thread Antonio Rojas
Date: Friday, March 17, 2017 @ 19:27:41
  Author: arojas
Revision: 216939

Update to 1.18.0

Modified:
  atril/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-03-17 19:19:10 UTC (rev 216938)
+++ PKGBUILD2017-03-17 19:27:41 UTC (rev 216939)
@@ -1,25 +1,24 @@
 # Contributor: Martin Wimpress 
 
-_ver=1.16
-_pkgbase=atril
-pkgname=(${_pkgbase})
-pkgver=${_ver}.1
-pkgrel=2
-pkgdesc="MATE document viewer (GTK2 version)"
+pkgname=atril
+pkgver=1.18.0
+pkgrel=1
+pkgdesc="MATE document viewer"
 url="http://mate-desktop.org;
 arch=('i686' 'x86_64')
 license=('GPL')
-depends=('djvulibre' 'libspectre' 'libgxps' 'mathjax' 'poppler-glib')
+depends=('djvulibre' 'libspectre' 'libgxps' 'mathjax' 'poppler-glib' 
'webkit2gtk')
 makedepends=('caja' 'gobject-introspection' 'intltool' 'itstool' 'texlive-bin')
 optdepends=('caja: Document Properties extension'
 'texlive-bin: DVI support')
 groups=('mate-extra')
-conflicts=("${_pkgbase}-gtk3")
-source=("http://pub.mate-desktop.org/releases/${_ver}/${_pkgbase}-${pkgver}.tar.xz;)
-sha1sums=('7a05ec3e856335ce6a49a97f545ab401d9221f6e')
+conflicts=('atril-gtk3')
+replaces=('atril-gtk3')
+source=("http://pub.mate-desktop.org/releases/${pkgver%.*}/$pkgname-$pkgver.tar.xz;)
+sha1sums=('5cbcd69733bd5ba23c10a60b2a2350171d95ddf6')
 
 prepare() {
-cd "${srcdir}/${_pkgbase}-${pkgver}"
+cd $pkgname-$pkgver
 
 # Fix mathjax path
 sed -i 's|/usr/share/javascript/mathjax|/usr/share/mathjax|' 
backend/epub/epub-document.c
@@ -26,7 +25,7 @@
 }
 
 build() {
-cd "${srcdir}/${_pkgbase}-${pkgver}"
+cd $pkgname-$pkgver
 ./configure \
 --prefix=/usr \
 --libexecdir=/usr/lib/${_pkgbase} \
@@ -47,6 +46,6 @@
 }
 
 package() {
-cd "${srcdir}/${_pkgbase}-${pkgver}"
-make DESTDIR="${pkgdir}" install
+cd $pkgname-$pkgver
+make DESTDIR="$pkgdir" install
 }


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

2017-03-17 Thread Antonio Rojas
Date: Friday, March 17, 2017 @ 19:19:10
  Author: arojas
Revision: 216938

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

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

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

Copied: caja/repos/community-staging-i686/PKGBUILD (from rev 216937, 
caja/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-03-17 19:19:10 UTC (rev 216938)
@@ -0,0 +1,40 @@
+# Contributor: Martin Wimpress 
+
+pkgname=caja
+pkgver=1.18.0
+pkgrel=1
+pkgdesc="File manager for the MATE desktop"
+url="http://mate-desktop.org;
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('exempi' 'gvfs' 'libexif' 'libsm' 'mate-desktop' 'libnotify')
+makedepends=('gobject-introspection' 'intltool')
+optdepends=('gstreamer: automatic media playback when mouseover')
+groups=('mate')
+conflicts=('caja-gtk3')
+replaces=('caja-gtk3')
+source=("http://pub.mate-desktop.org/releases/${pkgver%.*}/$pkgname-$pkgver.tar.xz;)
+sha1sums=('d1dce8aaf8b355686f6fd9a4734ea37a3b90e959')
+
+build() {
+cd $pkgname-$pkgver
+./configure \
+--prefix=/usr \
+--libexecdir=/usr/lib/$pkgname \
+--with-gtk=2.0 \
+--enable-introspection \
+--disable-update-mimedb
+
+#https://bugzilla.gnome.org/show_bug.cgi?id=656231
+sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
+make
+}
+
+package() {
+cd $pkgname-$pkgver
+make DESTDIR="${pkgdir}" install
+
+# Remove D-Bus activation file to avoid conflict with nautilus-desktop
+rm -r "$pkgdir/usr/share/dbus-1/"
+}

Copied: caja/repos/community-staging-x86_64/PKGBUILD (from rev 216937, 
caja/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-03-17 19:19:10 UTC (rev 216938)
@@ -0,0 +1,40 @@
+# Contributor: Martin Wimpress 
+
+pkgname=caja
+pkgver=1.18.0
+pkgrel=1
+pkgdesc="File manager for the MATE desktop"
+url="http://mate-desktop.org;
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('exempi' 'gvfs' 'libexif' 'libsm' 'mate-desktop' 'libnotify')
+makedepends=('gobject-introspection' 'intltool')
+optdepends=('gstreamer: automatic media playback when mouseover')
+groups=('mate')
+conflicts=('caja-gtk3')
+replaces=('caja-gtk3')
+source=("http://pub.mate-desktop.org/releases/${pkgver%.*}/$pkgname-$pkgver.tar.xz;)
+sha1sums=('d1dce8aaf8b355686f6fd9a4734ea37a3b90e959')
+
+build() {
+cd $pkgname-$pkgver
+./configure \
+--prefix=/usr \
+--libexecdir=/usr/lib/$pkgname \
+--with-gtk=2.0 \
+--enable-introspection \
+--disable-update-mimedb
+
+#https://bugzilla.gnome.org/show_bug.cgi?id=656231
+sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
+make
+}
+
+package() {
+cd $pkgname-$pkgver
+make DESTDIR="${pkgdir}" install
+
+# Remove D-Bus activation file to avoid conflict with nautilus-desktop
+rm -r "$pkgdir/usr/share/dbus-1/"
+}


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

2017-03-17 Thread Antonio Rojas
Date: Friday, March 17, 2017 @ 19:18:43
  Author: arojas
Revision: 216937

Update to 1.18.0

Modified:
  caja/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-03-17 19:13:07 UTC (rev 216936)
+++ PKGBUILD2017-03-17 19:18:43 UTC (rev 216937)
@@ -1,27 +1,26 @@
 # Contributor: Martin Wimpress 
 
-_ver=1.16
-_pkgbase=caja
-pkgname=${_pkgbase}
-pkgver=${_ver}.2
+pkgname=caja
+pkgver=1.18.0
 pkgrel=1
-pkgdesc="File manager for the MATE desktop (GTK2 version)"
+pkgdesc="File manager for the MATE desktop"
 url="http://mate-desktop.org;
 arch=('i686' 'x86_64')
 license=('GPL')
-depends=('exempi' 'gvfs' 'libexif' 'libsm' 'libunique' 'mate-desktop')
+depends=('exempi' 'gvfs' 'libexif' 'libsm' 'mate-desktop' 'libnotify')
 makedepends=('gobject-introspection' 'intltool')
 optdepends=('gstreamer: automatic media playback when mouseover')
 groups=('mate')
-conflicts=("${_pkgbase}-gtk3")
-source=("http://pub.mate-desktop.org/releases/${_ver}/${_pkgbase}-${pkgver}.tar.xz;)
-sha1sums=('7d4088e151435ccfea442f03b796a9e0f3f56a69')
+conflicts=('caja-gtk3')
+replaces=('caja-gtk3')
+source=("http://pub.mate-desktop.org/releases/${pkgver%.*}/$pkgname-$pkgver.tar.xz;)
+sha1sums=('d1dce8aaf8b355686f6fd9a4734ea37a3b90e959')
 
 build() {
-cd "${srcdir}/${_pkgbase}-${pkgver}"
+cd $pkgname-$pkgver
 ./configure \
 --prefix=/usr \
---libexecdir=/usr/lib/${_pkgbase} \
+--libexecdir=/usr/lib/$pkgname \
 --with-gtk=2.0 \
 --enable-introspection \
 --disable-update-mimedb
@@ -33,7 +32,7 @@
 }
 
 package() {
-cd "${srcdir}/${_pkgbase}-${pkgver}"
+cd $pkgname-$pkgver
 make DESTDIR="${pkgdir}" install
 
 # Remove D-Bus activation file to avoid conflict with nautilus-desktop


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

2017-03-17 Thread Antonio Rojas
Date: Friday, March 17, 2017 @ 19:13:07
  Author: arojas
Revision: 216936

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

Added:
  mate-desktop/repos/community-staging-i686/
  mate-desktop/repos/community-staging-i686/PKGBUILD
(from rev 216935, mate-desktop/trunk/PKGBUILD)
  mate-desktop/repos/community-staging-x86_64/
  mate-desktop/repos/community-staging-x86_64/PKGBUILD
(from rev 216935, mate-desktop/trunk/PKGBUILD)

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

Copied: mate-desktop/repos/community-staging-i686/PKGBUILD (from rev 216935, 
mate-desktop/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-03-17 19:13:07 UTC (rev 216936)
@@ -0,0 +1,34 @@
+# Contributor: Martin Wimpress 
+
+pkgname=mate-desktop
+pkgver=1.18.0
+pkgrel=1
+pkgdesc="Library with common API for various MATE modules"
+url="http://mate-desktop.org;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL')
+depends=('gtk3' 'startup-notification')
+makedepends=('gobject-introspection' 'intltool')
+groups=('mate')
+conflicts=('mate-desktop-gtk3' 'mate-desktop-schemas')
+replaces=('mate-desktop-gtk3' 'mate-desktop-schemas')
+source=("http://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('df31ccabe87aa83746e088b43441ca7aac0e67ac')
+
+build() {
+cd $pkgname-$pkgver
+./configure \
+--prefix=/usr \
+--disable-schemas-compile
+
+#https://bugzilla.gnome.org/show_bug.cgi?id=656231
+sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
+make
+}
+
+package() {
+cd $pkgname-$pkgver
+
+make DESTDIR="${pkgdir}" install
+}

Copied: mate-desktop/repos/community-staging-x86_64/PKGBUILD (from rev 216935, 
mate-desktop/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-03-17 19:13:07 UTC (rev 216936)
@@ -0,0 +1,34 @@
+# Contributor: Martin Wimpress 
+
+pkgname=mate-desktop
+pkgver=1.18.0
+pkgrel=1
+pkgdesc="Library with common API for various MATE modules"
+url="http://mate-desktop.org;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL')
+depends=('gtk3' 'startup-notification')
+makedepends=('gobject-introspection' 'intltool')
+groups=('mate')
+conflicts=('mate-desktop-gtk3' 'mate-desktop-schemas')
+replaces=('mate-desktop-gtk3' 'mate-desktop-schemas')
+source=("http://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('df31ccabe87aa83746e088b43441ca7aac0e67ac')
+
+build() {
+cd $pkgname-$pkgver
+./configure \
+--prefix=/usr \
+--disable-schemas-compile
+
+#https://bugzilla.gnome.org/show_bug.cgi?id=656231
+sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
+make
+}
+
+package() {
+cd $pkgname-$pkgver
+
+make DESTDIR="${pkgdir}" install
+}


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

2017-03-17 Thread Antonio Rojas
Date: Friday, March 17, 2017 @ 19:12:30
  Author: arojas
Revision: 216935

Update to 1.18.0

Modified:
  mate-desktop/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-03-17 18:06:29 UTC (rev 216934)
+++ PKGBUILD2017-03-17 19:12:30 UTC (rev 216935)
@@ -1,31 +1,24 @@
 # Contributor: Martin Wimpress 
 
-_ver=1.16
-pkgbase=mate-desktop
-pkgname=(${pkgbase} ${pkgbase}-gtk3 ${pkgbase}-schemas)
-pkgver=${_ver}.1
+pkgname=mate-desktop
+pkgver=1.18.0
 pkgrel=1
 pkgdesc="Library with common API for various MATE modules"
 url="http://mate-desktop.org;
 arch=('i686' 'x86_64')
 license=('GPL' 'LGPL')
-options=('!emptydirs')
-depends=('gtk2' 'gtk3' 'startup-notification')
+depends=('gtk3' 'startup-notification')
 makedepends=('gobject-introspection' 'intltool')
-source=("http://pub.mate-desktop.org/releases/${_ver}/${pkgname}-${pkgver}.tar.xz;)
-sha1sums=('bcded93e383e810817e9737ce2796050f9038b2a')
+groups=('mate')
+conflicts=('mate-desktop-gtk3' 'mate-desktop-schemas')
+replaces=('mate-desktop-gtk3' 'mate-desktop-schemas')
+source=("http://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('df31ccabe87aa83746e088b43441ca7aac0e67ac')
 
-prepare() {
-cd "${srcdir}"
-mv "${pkgname}-${pkgver}" "${pkgbase}-gtk2"
-cp -a "${pkgbase}-gtk2" "${pkgbase}-gtk3"
-}
-
 build() {
-cd "${srcdir}/${pkgbase}-gtk2"
+cd $pkgname-$pkgver
 ./configure \
 --prefix=/usr \
---with-gtk=2.0 \
 --disable-schemas-compile
 
 #https://bugzilla.gnome.org/show_bug.cgi?id=656231
@@ -32,45 +25,10 @@
 sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
 
 make
-
-cd "${srcdir}/${pkgbase}-gtk3"
-./configure \
---prefix=/usr \
---with-gtk=3.0 \
---disable-schemas-compile
-
-#https://bugzilla.gnome.org/show_bug.cgi?id=656231
-sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-
-make
 }
 
-package_mate-desktop() {
-pkgdesc+=' (GTK2 version)'
-groups=('mate')
-conflicts=("${pkgbase}-gtk3")
-depends=('dconf' 'gtk2' 'mate-desktop-schemas' 'startup-notification')
+package() {
+cd $pkgname-$pkgver
 
-cd "${srcdir}/${pkgbase}-gtk2"
 make DESTDIR="${pkgdir}" install
-make -C schemas DESTDIR="${pkgdir}" uninstall
 }
-
-package_mate-desktop-gtk3() {
-pkgdesc+=' (GTK3 version)'
-groups=('mate-gtk3')
-conflicts=("${pkgbase}")
-depends=('gtk3' 'mate-desktop-schemas' 'startup-notification')
-
-cd "${srcdir}/${pkgbase}-gtk3"
-make DESTDIR="${pkgdir}" install
-make -C schemas DESTDIR="${pkgdir}" uninstall
-}
-
-package_mate-desktop-schemas() {
-pkgdesc='GSettings schemas for MATE Desktop'
-depends=()
-
-cd "${srcdir}/${pkgbase}-gtk3"
-make -C schemas DESTDIR="${pkgdir}" install
-}


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

2017-03-17 Thread Andreas Radke
Date: Friday, March 17, 2017 @ 18:54:14
  Author: andyrtr
Revision: 291013

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

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

-+
 testing-i686/PKGBUILD   |  373 
++
 testing-i686/libreoffice-fresh.csh  |6 
 testing-i686/libreoffice-fresh.sh   |6 
 testing-i686/make-pyuno-work-with-system-wide-module-install.diff   |   44 +
 testing-x86_64/PKGBUILD |  373 
++
 testing-x86_64/libreoffice-fresh.csh|6 
 testing-x86_64/libreoffice-fresh.sh |6 
 testing-x86_64/make-pyuno-work-with-system-wide-module-install.diff |   44 +
 8 files changed, 858 insertions(+)

Copied: libreoffice-fresh/repos/testing-i686/PKGBUILD (from rev 291012, 
libreoffice-fresh/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2017-03-17 18:54:14 UTC (rev 291013)
@@ -0,0 +1,373 @@
+# $Id$
+# Maintainer: AndyRTR 
+# Maintainer: Bartłomiej Piotrowski 
+
+# Google API keys (see http://www.chromium.org/developers/how-tos/api-keys)
+# Note: These are for Arch Linux use ONLY. For your own distribution, please
+# get your own set of keys. Feel free to contact foutre...@archlinux.org for
+# more information.
+_google_default_client_id=413772536636.apps.googleusercontent.com
+_google_default_client_secret=0ZChLK6AxeA3Isu96MkwqDR4
+
+pkgbase=libreoffice-fresh
+pkgname=('libreoffice-fresh-sdk' 'libreoffice-fresh')
+_LOver=5.3.1.2
+pkgver=5.3.1
+pkgrel=1
+arch=('i686' 'x86_64')
+license=('LGPL3')
+url="http://www.libreoffice.org/;
+makedepends=('curl>=7.20.0' 'hunspell>=1.2.8' 'python>=3.6' 'libwpd>=0.9.2' 
'libwps'
+   'neon>=0.28.6' 'pango' 'nspr' 'libjpeg' 'libxrandr' 'libgl' 'dbus-glib'
+   'libxslt' 'redland' 'hyphen' 'lpsolve' 'gcc-libs' 'sh' 'graphite' 'icu' 
+   'lcms2' 'poppler>=0.24.0' 'libvisio' 'libetonyek' 'libodfgen' 'libcdr'
+   'libmspub' 'harfbuzz-icu' 'glew' 'nss' 'clucene' 'hicolor-icon-theme'
+   'desktop-file-utils' 'shared-mime-info' 'gtk2' 'gst-plugins-base-libs'
+   'glu' 'sane' 'perl-archive-zip' 'zip' 'unzip' 'unixodbc' 'apache-ant'
+   'gperf' 'kdelibs' 'gtk3' 'cppunit' 'beanshell' 'clucene' 
+   'junit' 'libmythes' 'libwpg'  'java-environment' 'postgresql-libs' 
'libgl'
+   'bluez-libs' 'gdb' 'doxygen'  'libatomic_ops' 'mdds' 'glew'
+   'apr' 'serf' 'ttf-liberation' 'glm' 'libxinerama' 'libpagemaker'
+   'libabw' 'libmwaw' 'libe-book' 'coin-or-mp' 'liblangtag' 'liborcus' 
+   'libexttextcat' 'libcmis' 'gobject-introspection' #'libfbclient'
+   'libtommath' 'libzmf')
+
+_mirror="https://download.documentfoundation.org/libreoffice/src/${pkgver};
+#_mirror="http://dev-builds.libreoffice.org/pre-releases/src;
+_additional_source_url="http://dev-www.libreoffice.org/src;
+_additional_source_url2="http://dev-www.libreoffice.org/extern;
+source=(${_mirror}/libreoffice{,-help,-translations}-${_LOver}.tar.xz{,.asc}
+   ${_additional_source_url}/boost_1_60_0.tar.bz2
+   
${_additional_source_url}/86b1daaa438f5a7bea9a52d7b9799ac0-xmlsec1-1.2.23.tar.gz
+   
${_additional_source_url}/35c94d2df8893241173de1d16b6034c0-swingExSrc.zip
+   
${_additional_source_url}/798b2ffdc8bcfe7bca2cf92b62caf685-rhino1_5R5.zip
+   
${_additional_source_url}/a7983f859eafb2677d7ff386a023bc40-xsltml_2.1.2.zip
+   ${_additional_source_url}/commons-logging-1.2-src.tar.gz
+   

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

2017-03-17 Thread Andreas Radke
Date: Friday, March 17, 2017 @ 18:53:56
  Author: andyrtr
Revision: 291012

upgpkg: libreoffice-fresh 5.3.1-1

upstream update 5.3.1

Modified:
  libreoffice-fresh/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-03-17 18:03:32 UTC (rev 291011)
+++ PKGBUILD2017-03-17 18:53:56 UTC (rev 291012)
@@ -11,9 +11,9 @@
 
 pkgbase=libreoffice-fresh
 pkgname=('libreoffice-fresh-sdk' 'libreoffice-fresh')
-_LOver=5.3.0.3
-pkgver=5.3.0
-pkgrel=2
+_LOver=5.3.1.2
+pkgver=5.3.1
+pkgrel=1
 arch=('i686' 'x86_64')
 license=('LGPL3')
 url="http://www.libreoffice.org/;
@@ -32,8 +32,8 @@
'libexttextcat' 'libcmis' 'gobject-introspection' #'libfbclient'
'libtommath' 'libzmf')
 
-#_mirror="https://download.documentfoundation.org/libreoffice/src/${pkgver};
-_mirror="http://dev-builds.libreoffice.org/pre-releases/src;
+_mirror="https://download.documentfoundation.org/libreoffice/src/${pkgver};
+#_mirror="http://dev-builds.libreoffice.org/pre-releases/src;
 _additional_source_url="http://dev-www.libreoffice.org/src;
 _additional_source_url2="http://dev-www.libreoffice.org/extern;
 source=(${_mirror}/libreoffice{,-help,-translations}-${_LOver}.tar.xz{,.asc}
@@ -99,11 +99,11 @@
976734806026a4ef8bdd17937c8898b9-icu4c-57_1-src.tgz
185d60944ea767075d27247c3162b3bc-unowinreg.dll)
 validpgpkeys=('C2839ECAD9408FBE9531C3E9F434A1EFAFEEAEA3') # LibreOffice Build 
Team (CODE SIGNING KEY) 
-sha256sums=('04b9215e1c4b8c7ce2d79b8e322bff8d097426a2d103476cf237cfd42262556e'
+sha256sums=('5746cd7ccaf64e51eb0fc07128e75cf145a32b318d572aba18855f14c10754ff'
 'SKIP'
-'df58d501b9514160767810df0b0e4b44a01262244f81f83df8654b0ccd4b1a7f'
+'df49c7bf1caa872f542a69875b44b450b724644585fc847f41e549f88da4c20e'
 'SKIP'
-'4321a57fba1012b30eae6e629f18d4139395fd5751af381dc87e31e084fca1d1'
+'cbe3c7f2bb5888ab0620a17298701e2d5ca88106b4134f7fb807d3ea263668e4'
 'SKIP'
 '686a989ac2488f79a97b9479efb9f2abae035b5ed4d8226de6857933fd3b'
 '41d463d16c9894cd3317098d027c038039c6d896b9cbb9bad9c4e29959e10e9f'


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

2017-03-17 Thread Jan Steffens
Date: Friday, March 17, 2017 @ 18:06:29
  Author: heftig
Revision: 216934

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

Added:
  simple-scan/repos/community-i686/PKGBUILD
(from rev 216933, simple-scan/trunk/PKGBUILD)
  simple-scan/repos/community-x86_64/PKGBUILD
(from rev 216933, simple-scan/trunk/PKGBUILD)
Deleted:
  simple-scan/repos/community-i686/PKGBUILD
  simple-scan/repos/community-x86_64/PKGBUILD

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-03-17 18:05:44 UTC (rev 216933)
+++ community-i686/PKGBUILD 2017-03-17 18:06:29 UTC (rev 216934)
@@ -1,29 +0,0 @@
-# $Id$
-# Contributor: Thomas Dziedzic < gostrc at gmail >
-# Contributor: Jaroslav Lichtblau 
-# Contributor: Joeny Ang 
-
-pkgname=simple-scan
-pkgver=3.22.0.1
-pkgrel=1
-pkgdesc="Simple scanning utility"
-url="http://launchpad.net/simple-scan;
-arch=(i686 x86_64)
-license=(GPL3)
-depends=(sane dconf gtk3 colord libgusb packagekit)
-makedepends=(yelp-tools intltool vala)
-source=(https://launchpad.net/$pkgname/${pkgver:0:4}/$pkgver/+download/$pkgname-$pkgver.tar.xz)
-sha256sums=('c505b6e63379c9256fbeaa4def3e595fd063d46a8a852ed90218d336291d2b50')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure \
---prefix=/usr \
---disable-schemas-compile
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: simple-scan/repos/community-i686/PKGBUILD (from rev 216933, 
simple-scan/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-03-17 18:06:29 UTC (rev 216934)
@@ -0,0 +1,37 @@
+# $Id$
+# Contributor: Thomas Dziedzic < gostrc at gmail >
+# Contributor: Jaroslav Lichtblau 
+# Contributor: Joeny Ang 
+
+pkgname=simple-scan
+pkgver=3.22.0.1
+pkgrel=2
+pkgdesc="Simple scanning utility"
+url="http://launchpad.net/simple-scan;
+arch=(i686 x86_64)
+license=(GPL3)
+depends=(sane dconf gtk3 colord libgusb)
+makedepends=(yelp-tools intltool vala)
+source=(https://launchpad.net/$pkgname/${pkgver:0:4}/$pkgver/+download/$pkgname-$pkgver.tar.xz)
+sha256sums=('c505b6e63379c9256fbeaa4def3e595fd063d46a8a852ed90218d336291d2b50')
+
+prepare() {
+  cd $pkgname-$pkgver
+
+  # Force regeneration
+  touch src/*.vala
+}
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure \
+--prefix=/usr \
+--disable-schemas-compile \
+--disable-packagekit
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2017-03-17 18:05:44 UTC (rev 216933)
+++ community-x86_64/PKGBUILD   2017-03-17 18:06:29 UTC (rev 216934)
@@ -1,29 +0,0 @@
-# $Id$
-# Contributor: Thomas Dziedzic < gostrc at gmail >
-# Contributor: Jaroslav Lichtblau 
-# Contributor: Joeny Ang 
-
-pkgname=simple-scan
-pkgver=3.22.0.1
-pkgrel=1
-pkgdesc="Simple scanning utility"
-url="http://launchpad.net/simple-scan;
-arch=(i686 x86_64)
-license=(GPL3)
-depends=(sane dconf gtk3 colord libgusb packagekit)
-makedepends=(yelp-tools intltool vala)
-source=(https://launchpad.net/$pkgname/${pkgver:0:4}/$pkgver/+download/$pkgname-$pkgver.tar.xz)
-sha256sums=('c505b6e63379c9256fbeaa4def3e595fd063d46a8a852ed90218d336291d2b50')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure \
---prefix=/usr \
---disable-schemas-compile
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: simple-scan/repos/community-x86_64/PKGBUILD (from rev 216933, 
simple-scan/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2017-03-17 18:06:29 UTC (rev 216934)
@@ -0,0 +1,37 @@
+# $Id$
+# Contributor: Thomas Dziedzic < gostrc at gmail >
+# Contributor: Jaroslav Lichtblau 
+# Contributor: Joeny Ang 
+
+pkgname=simple-scan
+pkgver=3.22.0.1
+pkgrel=2
+pkgdesc="Simple scanning utility"
+url="http://launchpad.net/simple-scan;
+arch=(i686 x86_64)
+license=(GPL3)
+depends=(sane dconf gtk3 colord libgusb)
+makedepends=(yelp-tools intltool vala)
+source=(https://launchpad.net/$pkgname/${pkgver:0:4}/$pkgver/+download/$pkgname-$pkgver.tar.xz)
+sha256sums=('c505b6e63379c9256fbeaa4def3e595fd063d46a8a852ed90218d336291d2b50')
+
+prepare() 

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

2017-03-17 Thread Jan Steffens
Date: Friday, March 17, 2017 @ 18:05:44
  Author: heftig
Revision: 216933

3.22.0.1-2

Modified:
  simple-scan/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-03-17 17:27:55 UTC (rev 216932)
+++ PKGBUILD2017-03-17 18:05:44 UTC (rev 216933)
@@ -5,21 +5,29 @@
 
 pkgname=simple-scan
 pkgver=3.22.0.1
-pkgrel=1
+pkgrel=2
 pkgdesc="Simple scanning utility"
 url="http://launchpad.net/simple-scan;
 arch=(i686 x86_64)
 license=(GPL3)
-depends=(sane dconf gtk3 colord libgusb packagekit)
+depends=(sane dconf gtk3 colord libgusb)
 makedepends=(yelp-tools intltool vala)
 
source=(https://launchpad.net/$pkgname/${pkgver:0:4}/$pkgver/+download/$pkgname-$pkgver.tar.xz)
 sha256sums=('c505b6e63379c9256fbeaa4def3e595fd063d46a8a852ed90218d336291d2b50')
 
+prepare() {
+  cd $pkgname-$pkgver
+
+  # Force regeneration
+  touch src/*.vala
+}
+
 build() {
   cd $pkgname-$pkgver
   ./configure \
 --prefix=/usr \
---disable-schemas-compile
+--disable-schemas-compile \
+--disable-packagekit
   make
 }
 


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

2017-03-17 Thread Jan Steffens
Date: Friday, March 17, 2017 @ 18:03:32
  Author: heftig
Revision: 291011

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2017-03-17 18:02:58 UTC (rev 291010)
+++ extra-i686/PKGBUILD 2017-03-17 18:03:32 UTC (rev 291011)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin 
-# Contributor: Ionut Biru 
-
-pkgname=libgusb
-pkgver=0.2.9
-pkgrel=1
-pkgdesc='GObject wrapper for libusb1'
-arch=('i686' 'x86_64')
-url='https://github.com/hughsie/libgusb'
-license=('LGPL2.1')
-depends=('glib2' 'glibc' 'libusb')
-makedepends=('gobject-introspection' 'python2')
-source=("https://people.freedesktop.org/~hughsient/releases/libgusb-${pkgver}.tar.xz;)
-sha256sums=('7320bdcd0ab1750d314fa86f48bd2cc186b9e2314403779af9772fedde14')
-
-build() {
-  cd libgusb-${pkgver}
-
-  ./configure \
---prefix='/usr' \
---disable-static
-  make
-}
-
-package() {
-  cd libgusb-${pkgver}
-
-  make DESTDIR="${pkgdir}" install
-}
-
-# vim: ts=2 sw=2 et:

Copied: libgusb/repos/extra-i686/PKGBUILD (from rev 291010, 
libgusb/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2017-03-17 18:03:32 UTC (rev 291011)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Maxime Gauduin 
+# Contributor: Ionut Biru 
+
+pkgname=libgusb
+pkgver=0.2.9
+pkgrel=2
+pkgdesc='GObject wrapper for libusb1'
+arch=('i686' 'x86_64')
+url='https://github.com/hughsie/libgusb'
+license=('LGPL2.1')
+depends=('glib2' 'glibc' 'libusb')
+makedepends=('gobject-introspection' 'python2' 'vala' 'gtk-doc')
+source=("https://people.freedesktop.org/~hughsient/releases/libgusb-${pkgver}.tar.xz;)
+sha256sums=('7320bdcd0ab1750d314fa86f48bd2cc186b9e2314403779af9772fedde14')
+
+build() {
+  cd libgusb-${pkgver}
+
+  ./configure \
+--prefix='/usr' \
+--enable-gtk-doc \
+--disable-static
+  make
+}
+
+package() {
+  cd libgusb-${pkgver}
+
+  make DESTDIR="${pkgdir}" install
+}
+
+# vim: ts=2 sw=2 et:

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2017-03-17 18:02:58 UTC (rev 291010)
+++ extra-x86_64/PKGBUILD   2017-03-17 18:03:32 UTC (rev 291011)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin 
-# Contributor: Ionut Biru 
-
-pkgname=libgusb
-pkgver=0.2.9
-pkgrel=1
-pkgdesc='GObject wrapper for libusb1'
-arch=('i686' 'x86_64')
-url='https://github.com/hughsie/libgusb'
-license=('LGPL2.1')
-depends=('glib2' 'glibc' 'libusb')
-makedepends=('gobject-introspection' 'python2')
-source=("https://people.freedesktop.org/~hughsient/releases/libgusb-${pkgver}.tar.xz;)
-sha256sums=('7320bdcd0ab1750d314fa86f48bd2cc186b9e2314403779af9772fedde14')
-
-build() {
-  cd libgusb-${pkgver}
-
-  ./configure \
---prefix='/usr' \
---disable-static
-  make
-}
-
-package() {
-  cd libgusb-${pkgver}
-
-  make DESTDIR="${pkgdir}" install
-}
-
-# vim: ts=2 sw=2 et:

Copied: libgusb/repos/extra-x86_64/PKGBUILD (from rev 291010, 
libgusb/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2017-03-17 18:03:32 UTC (rev 291011)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Maxime Gauduin 
+# Contributor: Ionut Biru 
+
+pkgname=libgusb
+pkgver=0.2.9
+pkgrel=2
+pkgdesc='GObject wrapper for libusb1'
+arch=('i686' 'x86_64')
+url='https://github.com/hughsie/libgusb'
+license=('LGPL2.1')
+depends=('glib2' 'glibc' 'libusb')
+makedepends=('gobject-introspection' 'python2' 'vala' 'gtk-doc')
+source=("https://people.freedesktop.org/~hughsient/releases/libgusb-${pkgver}.tar.xz;)
+sha256sums=('7320bdcd0ab1750d314fa86f48bd2cc186b9e2314403779af9772fedde14')
+
+build() {
+  cd libgusb-${pkgver}
+
+  ./configure \
+--prefix='/usr' \
+--enable-gtk-doc \
+--disable-static
+  make
+}
+
+package() {
+  cd libgusb-${pkgver}
+
+  make DESTDIR="${pkgdir}" install
+}
+
+# vim: ts=2 sw=2 et:


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

2017-03-17 Thread Jan Steffens
Date: Friday, March 17, 2017 @ 18:02:58
  Author: heftig
Revision: 291010

0.2.9-2

Modified:
  libgusb/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-03-17 16:31:59 UTC (rev 291009)
+++ PKGBUILD2017-03-17 18:02:58 UTC (rev 291010)
@@ -4,13 +4,13 @@
 
 pkgname=libgusb
 pkgver=0.2.9
-pkgrel=1
+pkgrel=2
 pkgdesc='GObject wrapper for libusb1'
 arch=('i686' 'x86_64')
 url='https://github.com/hughsie/libgusb'
 license=('LGPL2.1')
 depends=('glib2' 'glibc' 'libusb')
-makedepends=('gobject-introspection' 'python2')
+makedepends=('gobject-introspection' 'python2' 'vala' 'gtk-doc')
 
source=("https://people.freedesktop.org/~hughsient/releases/libgusb-${pkgver}.tar.xz;)
 sha256sums=('7320bdcd0ab1750d314fa86f48bd2cc186b9e2314403779af9772fedde14')
 
@@ -19,6 +19,7 @@
 
   ./configure \
 --prefix='/usr' \
+--enable-gtk-doc \
 --disable-static
   make
 }


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

2017-03-17 Thread Jelle van der Waa
Date: Friday, March 17, 2017 @ 17:27:55
  Author: jelle
Revision: 216932

archrelease: copy trunk to community-any

Added:
  python-flask-talisman/repos/community-any/PKGBUILD
(from rev 216931, python-flask-talisman/trunk/PKGBUILD)
Deleted:
  python-flask-talisman/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-03-17 17:27:47 UTC (rev 216931)
+++ PKGBUILD2017-03-17 17:27:55 UTC (rev 216932)
@@ -1,40 +0,0 @@
-# Maintainer: Jelle van der Waa 
-
-_pyname=flask-talisman
-pkgbase=python-flask-talisman
-pkgname=('python-flask-talisman' 'python2-flask-talisman')
-pkgver=0.3.1
-pkgrel=1
-pkgdesc='HTTP security headers for Flask'
-url='https://github.com/GoogleCloudPlatform/flask-talisman'
-arch=('any')
-license=('APACHE')
-makedepends=('python-setuptools' 'python2-setuptools' 'python-flask' 
'python2-flask')
-checkdepends=('python-nose' 'python2-nose')
-source=("${pkgname}-${pkgver}.tar.gz"::https://github.com/GoogleCloudPlatform/flask-talisman/archive/v${pkgver}.tar.gz)
-md5sums=('71855e5d3c5e47e69706dadfdae79468')
-
-package_python-flask-talisman() {
-  depends=('python-flask' 'python-six')
-  cd ${_pyname}-${pkgver}
-
-  python setup.py install --root="${pkgdir}" -O1
-  install -Dm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
-}
-
-package_python2-flask-talisman() {
-  depends=('python2-flask' 'python2-six')
-  cd ${_pyname}-${pkgver}
-
-  python2 setup.py install --root="${pkgdir}" -O1
-  install -Dm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
-}
-
-check() {
-  cd ${_pyname}-${pkgver}
-
-  nosetests flask_talisman
-  nosetests2 flask_talisman
-}
-
-# vim: ts=2 sw=2 et:

Copied: python-flask-talisman/repos/community-any/PKGBUILD (from rev 216931, 
python-flask-talisman/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-03-17 17:27:55 UTC (rev 216932)
@@ -0,0 +1,40 @@
+# Maintainer: Jelle van der Waa 
+
+_pyname=flask-talisman
+pkgbase=python-flask-talisman
+pkgname=('python-flask-talisman' 'python2-flask-talisman')
+pkgver=0.3.2
+pkgrel=1
+pkgdesc='HTTP security headers for Flask'
+url='https://github.com/GoogleCloudPlatform/flask-talisman'
+arch=('any')
+license=('APACHE')
+makedepends=('python-setuptools' 'python2-setuptools' 'python-flask' 
'python2-flask')
+checkdepends=('python-nose' 'python2-nose')
+source=("${pkgname}-${pkgver}.tar.gz"::https://github.com/GoogleCloudPlatform/flask-talisman/archive/v${pkgver}.tar.gz)
+md5sums=('875e74ed9211dce3dbe6986d19612d56')
+
+package_python-flask-talisman() {
+  depends=('python-flask' 'python-six')
+  cd ${_pyname}-${pkgver}
+
+  python setup.py install --root="${pkgdir}" -O1
+  install -Dm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
+}
+
+package_python2-flask-talisman() {
+  depends=('python2-flask' 'python2-six')
+  cd ${_pyname}-${pkgver}
+
+  python2 setup.py install --root="${pkgdir}" -O1
+  install -Dm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
+}
+
+check() {
+  cd ${_pyname}-${pkgver}
+
+  nosetests flask_talisman
+  nosetests2 flask_talisman
+}
+
+# vim: ts=2 sw=2 et:


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

2017-03-17 Thread Jelle van der Waa
Date: Friday, March 17, 2017 @ 17:27:47
  Author: jelle
Revision: 216931

upgpkg: python-flask-talisman 0.3.2-1

Modified:
  python-flask-talisman/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-03-17 10:06:42 UTC (rev 216930)
+++ PKGBUILD2017-03-17 17:27:47 UTC (rev 216931)
@@ -3,7 +3,7 @@
 _pyname=flask-talisman
 pkgbase=python-flask-talisman
 pkgname=('python-flask-talisman' 'python2-flask-talisman')
-pkgver=0.3.1
+pkgver=0.3.2
 pkgrel=1
 pkgdesc='HTTP security headers for Flask'
 url='https://github.com/GoogleCloudPlatform/flask-talisman'
@@ -12,7 +12,7 @@
 makedepends=('python-setuptools' 'python2-setuptools' 'python-flask' 
'python2-flask')
 checkdepends=('python-nose' 'python2-nose')
 
source=("${pkgname}-${pkgver}.tar.gz"::https://github.com/GoogleCloudPlatform/flask-talisman/archive/v${pkgver}.tar.gz)
-md5sums=('71855e5d3c5e47e69706dadfdae79468')
+md5sums=('875e74ed9211dce3dbe6986d19612d56')
 
 package_python-flask-talisman() {
   depends=('python-flask' 'python-six')


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

2017-03-17 Thread Pierre Schmitz
Date: Friday, March 17, 2017 @ 16:31:52
  Author: pierre
Revision: 291008

upgpkg: composer 1.4.1-1

Modified:
  composer/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-03-17 16:22:59 UTC (rev 291007)
+++ PKGBUILD2017-03-17 16:31:52 UTC (rev 291008)
@@ -2,7 +2,7 @@
 # Maintainer: Pierre Schmitz 
 
 pkgname=composer
-pkgver=1.3.2
+pkgver=1.4.1
 pkgrel=1
 pkgdesc="Dependency Manager for PHP"
 arch=('any')
@@ -16,7 +16,7 @@
 
source=("${pkgname}::git+https://github.com/composer/composer.git#tag=${pkgver};
 
"${pkgname}-${pkgver}.phar::https://getcomposer.org/download/${pkgver}/composer.phar;)
 md5sums=('SKIP'
- '9bd78ef17ad0194fcf78816694b443db')
+ '0eedfb38e587faaecedd7d05ae0d4081')
 
 prepare() {
cd ${srcdir}/${pkgname}


  1   2   >