[arch-commits] Commit in goagent/repos/community-any (10 files)

2015-07-14 Thread Felix Yan
Date: Tuesday, July 14, 2015 @ 08:26:55
  Author: fyan
Revision: 136815

archrelease: copy trunk to community-any

Added:
  goagent/repos/community-any/PKGBUILD
(from rev 136814, goagent/trunk/PKGBUILD)
  goagent/repos/community-any/goagent.install
(from rev 136814, goagent/trunk/goagent.install)
  goagent/repos/community-any/goagent.service
(from rev 136814, goagent/trunk/goagent.service)
  goagent/repos/community-any/goagent.user.ini
(from rev 136814, goagent/trunk/goagent.user.ini)
  goagent/repos/community-any/sslwrap-python-2.7.9.patch
(from rev 136814, goagent/trunk/sslwrap-python-2.7.9.patch)
Deleted:
  goagent/repos/community-any/PKGBUILD
  goagent/repos/community-any/goagent.install
  goagent/repos/community-any/goagent.service
  goagent/repos/community-any/goagent.user.ini
  goagent/repos/community-any/sslwrap-python-2.7.9.patch

+
 PKGBUILD   |  126 +--
 goagent.install|   42 +++---
 goagent.service|   24 
 sslwrap-python-2.7.9.patch |   94 
 4 files changed, 143 insertions(+), 143 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-07-14 06:25:51 UTC (rev 136814)
+++ PKGBUILD2015-07-14 06:26:55 UTC (rev 136815)
@@ -1,63 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@gmail.com
-# Contributor: cuihao cuihao dot leo at gmail dot com
-# Contributor: Guten ywzhai...@gmail.com 
-
-pkgname=goagent
-pkgver=3.2.3.20150606
-_commit=c35fb8e25e7d952943c3d8b0717282a978960157
-pkgrel=1
-pkgdesc=A gae proxy forked from gappproxy/wallproxy
-arch=(any)
-url=http://goagent.googlecode.com;
-license=(GPL2)
-depends=('python2' 'python2-pyopenssl' 'python2-gevent' 'python2-dnslib')
-optdepends=('python2-crypto: Optimization for RC4'
-'python2-pygeoip: for GAE Regions mode support  DNS region auto 
detect')
-makedepends=('git')
-#source=(git+https://github.com/goagent/goagent.git#tag=v$pkgver;
-source=(git+https://github.com/goagent/goagent.git#commit=$_commit; 
-${pkgname}.user.ini
-${pkgname}.service)
-backup=('etc/goagent')
-install=goagent.install
-sha512sums=('SKIP'
-
'cf83e1357eefb8bdf1542850d66d8007d620e4050b5715dc83f4a921d36ce9ce47d0d13c5d85f2b0ff8318d2877eec2f63b931bd47417a81a538327af927da3e'
-
'4327d5b874c5150296f9c027a60994853de1b68d4c4e32291a5c41c0e162ffbccf68b6208cbc096d099721b470e1df897ad61596d8ddd705543c15b58e9a0f7c')
-
-prepare() {
-  cd $pkgname
-
-  sed -e s|^#!/usr/bin/env python|#!/usr/bin/env python2| \
-  -i local/{proxy.py,dnsproxy.py}
-  sed -e 's|^self.geoip = .*$|self.geoip = 
pygeoip.GeoIP(/usr/share/GeoIP/GeoIP.dat)|' \
-  -e s|os.path.join(os.path.dirname(os.path.abspath(__file__)), 
'cacert.pem')|'/etc/ssl/certs/ca-certificates.crt'| \
-  -i local/proxylib.py
-  sed -e 's|^.*google_appengine.zip.*$||' \
-  -e 's|sys\.modules\.pop(.google., None)||' \
-  -i server/uploader.py
-}
-
-package() {
-  cd $pkgname
-
-  install -Dm755 local/proxy.py $pkgdir/usr/share/$pkgname/local/goagent
-  install -Dm755 local/dnsproxy.py 
$pkgdir/usr/share/$pkgname/local/dnsproxy.py
-  install -Dm644 local/proxylib.py 
$pkgdir/usr/share/$pkgname/local/proxylib.py
-  install -Dm644 local/proxy.pac $pkgdir/usr/share/$pkgname/local/proxy.pac
-  install -Dm644 local/SwitchyOptions.bak 
$pkgdir/usr/share/$pkgname/local/SwitchyOptions.bak
-
-  install -Dm644 local/proxy.ini $pkgdir/usr/share/$pkgname/local/goagent.ini
-  install -Dm640 -g nobody ../goagent.user.ini $pkgdir/etc/goagent
-  ln -sf /etc/goagent $pkgdir/usr/share/$pkgname/local/goagent.user.ini
-
-  chown -R nobody:nobody $pkgdir/usr/share/$pkgname/local
-  
-  cp -r server $pkgdir/usr/share/$pkgname/
-  rm $pkgdir/usr/share/$pkgname/server/{uploader.bat,google_appengine.zip}
-
-  # systemd service
-  install -Dm644 ${srcdir}/goagent.service 
${pkgdir}/usr/lib/systemd/system/goagent.service
-}
-
-# vim:set ts=2 sw=2 et:

Copied: goagent/repos/community-any/PKGBUILD (from rev 136814, 
goagent/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-07-14 06:26:55 UTC (rev 136815)
@@ -0,0 +1,63 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@gmail.com
+# Contributor: cuihao cuihao dot leo at gmail dot com
+# Contributor: Guten ywzhai...@gmail.com 
+
+pkgname=goagent
+pkgver=3.2.3.20150617
+_commit=985cbd55e232833a859e7f2940b54f7dcb6cdb14
+pkgrel=1
+pkgdesc=A gae proxy forked from gappproxy/wallproxy
+arch=(any)
+url=http://goagent.googlecode.com;
+license=(GPL2)
+depends=('python2' 'python2-pyopenssl' 'python2-gevent' 'python2-dnslib')
+optdepends=('python2-crypto: Optimization for RC4'
+'python2-pygeoip: for GAE Regions mode support  DNS region auto 
detect')
+makedepends=('git')

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

2015-07-14 Thread Felix Yan
Date: Tuesday, July 14, 2015 @ 08:58:14
  Author: fyan
Revision: 136817

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

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

--+
 /PKGBUILD|   94 +
 /wiznote.install |   24 +
 community-i686/PKGBUILD  |   47 --
 community-i686/wiznote.install   |   12 
 community-x86_64/PKGBUILD|   47 --
 community-x86_64/wiznote.install |   12 
 6 files changed, 118 insertions(+), 118 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-07-14 06:57:35 UTC (rev 136816)
+++ community-i686/PKGBUILD 2015-07-14 06:58:14 UTC (rev 136817)
@@ -1,47 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@gmail.com
-# Contributor: Albert.Zhou albert.z...@wiz.cn
-
-pkgname=wiznote
-pkgver=2.2.1.20150629
-_commit=1c186f32d0be20f04c14e3c500f8b5294259ff6c
-pkgrel=1
-pkgdesc=Opensource cross-platform cloud based note-taking client
-arch=('i686' 'x86_64')
-url=http://www.wiznote.com;
-license=('GPL3' 'custom')
-depends=('desktop-file-utils' 'hicolor-icon-theme' 'xdg-utils' 'qt5-base' 
'qt5-webkit' 'crypto++') # indirect: qt5-declarative qt5-sensors zlib glic 
gcc-libs
-# shared clucene/quazip triggers segfault
-makedepends=('cmake' 'qt5-tools' 'git' 'boost')
-install=wiznote.install
-_wiznote_project_name=WizQTClient
-source=(git+https://github.com/WizTeam/${_wiznote_project_name}.git#commit=$_commit;)
-md5sums=('SKIP')
-
-prepare() {
-  rm $_wiznote_project_name/share/skins/default/Thumbs.db
-
-  sed -e 's/add_subdirectory(cryptopp)//' \
-  -i $_wiznote_project_name/lib/CMakeLists.txt
-  
-  sed -e 's/cryptlib/cryptopp/' \
-  -i $_wiznote_project_name/src/CMakeLists.txt
-
-  rm -rf build; mkdir build
-}
-
-build() {
-  cd build
-
-  cmake \
--DWIZNOTE_USE_QT5=YES \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release \
-../$_wiznote_project_name
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=$pkgdir/ install
-}

Copied: wiznote/repos/community-i686/PKGBUILD (from rev 136816, 
wiznote/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-07-14 06:58:14 UTC (rev 136817)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@gmail.com
+# Contributor: Albert.Zhou albert.z...@wiz.cn
+
+pkgname=wiznote
+pkgver=2.2.2.20150629
+_commit=c0539e1a829bcd16dd5e2b039ad85236a769cedb
+pkgrel=1
+pkgdesc=Opensource cross-platform cloud based note-taking client
+arch=('i686' 'x86_64')
+url=http://www.wiznote.com;
+license=('GPL3' 'custom')
+depends=('desktop-file-utils' 'hicolor-icon-theme' 'xdg-utils' 'qt5-base' 
'qt5-webkit' 'crypto++') # indirect: qt5-declarative qt5-sensors zlib glic 
gcc-libs
+# shared clucene/quazip triggers segfault
+makedepends=('cmake' 'qt5-tools' 'git' 'boost')
+install=wiznote.install
+_wiznote_project_name=WizQTClient
+source=(git+https://github.com/WizTeam/${_wiznote_project_name}.git#commit=$_commit;)
+md5sums=('SKIP')
+
+prepare() {
+  rm $_wiznote_project_name/share/skins/default/Thumbs.db
+
+  sed -e 's/add_subdirectory(cryptopp)//' \
+  -i $_wiznote_project_name/lib/CMakeLists.txt
+  
+  sed -e 's/cryptlib/cryptopp/' \
+  -i $_wiznote_project_name/src/CMakeLists.txt
+
+  rm -rf build; mkdir build
+}
+
+build() {
+  cd build
+
+  cmake \
+-DWIZNOTE_USE_QT5=YES \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release \
+../$_wiznote_project_name
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir/ install
+}

Deleted: community-i686/wiznote.install
===
--- community-i686/wiznote.install  2015-07-14 06:57:35 UTC (rev 136816)
+++ community-i686/wiznote.install  2015-07-14 06:58:14 UTC (rev 136817)
@@ -1,12 +0,0 @@
-post_install() {
-xdg-icon-resource forceupdate --theme hicolor /dev/null
-update-desktop-database -q
-}
-
-post_upgrade() {
-post_install
-}
-
-post_remove() {
-post_install
-}

Copied: wiznote/repos/community-i686/wiznote.install (from rev 136816, 
wiznote/trunk/wiznote.install)
===
--- 

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

2015-07-14 Thread Felix Yan
Date: Tuesday, July 14, 2015 @ 08:57:35
  Author: fyan
Revision: 136816

upgpkg: wiznote 2.2.2.20150629-1

Modified:
  wiznote/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-07-14 06:26:55 UTC (rev 136815)
+++ PKGBUILD2015-07-14 06:57:35 UTC (rev 136816)
@@ -3,8 +3,8 @@
 # Contributor: Albert.Zhou albert.z...@wiz.cn
 
 pkgname=wiznote
-pkgver=2.2.1.20150629
-_commit=1c186f32d0be20f04c14e3c500f8b5294259ff6c
+pkgver=2.2.2.20150629
+_commit=c0539e1a829bcd16dd5e2b039ad85236a769cedb
 pkgrel=1
 pkgdesc=Opensource cross-platform cloud based note-taking client
 arch=('i686' 'x86_64')


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

2015-07-14 Thread Felix Yan
Date: Tuesday, July 14, 2015 @ 09:37:09
  Author: fyan
Revision: 242196

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

Added:
  plasma-workspace/repos/extra-i686/PKGBUILD
(from rev 242195, plasma-workspace/trunk/PKGBUILD)
  plasma-workspace/repos/extra-i686/kde.pam
(from rev 242195, plasma-workspace/trunk/kde.pam)
  plasma-workspace/repos/extra-x86_64/PKGBUILD
(from rev 242195, plasma-workspace/trunk/PKGBUILD)
  plasma-workspace/repos/extra-x86_64/kde.pam
(from rev 242195, plasma-workspace/trunk/kde.pam)
Deleted:
  plasma-workspace/repos/extra-i686/PKGBUILD
  plasma-workspace/repos/extra-i686/kde.pam
  plasma-workspace/repos/extra-x86_64/PKGBUILD
  plasma-workspace/repos/extra-x86_64/kde.pam

---+
 /PKGBUILD |  144 
 /kde.pam  |   12 
 extra-i686/PKGBUILD   |   72 
 extra-i686/kde.pam|6 --
 extra-x86_64/PKGBUILD |   72 
 extra-x86_64/kde.pam  |6 --
 6 files changed, 156 insertions(+), 156 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-07-14 07:36:16 UTC (rev 242195)
+++ extra-i686/PKGBUILD 2015-07-14 07:37:09 UTC (rev 242196)
@@ -1,72 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@archlinux.org
-# Contributor: Andrea Scarpino and...@archlinux.org
-# Contributor: Antonio Rojas
-# Contributor: Alexey D. lq07829icatm at rambler.ru
-
-pkgbase=plasma-workspace
-pkgname=('plasma-workspace' 'drkonqi')
-pkgver=5.3.2
-pkgrel=1
-pkgdesc='KDE Plasma Workspace'
-arch=('i686' 'x86_64')
-url='https://projects.kde.org/projects/kde/workspace/plasma-workspace'
-license=('LGPL')
-# note on libxdamage:
-# not detected by namcap because libgl depends on it
-# but nvidia providing libgl does not depend on libxdamage
-depends=('knewstuff' 'kjsembed' 'knotifyconfig' 'libxdamage' 'kwayland'
- 'libksysguard' 'libkscreen' 'ktexteditor' 'libqalculate'
- 'qt5-tools' 'kded' 'kde-cli-tools' 'xorg-xrdb' 'xorg-xsetroot'
- 'xorg-xmessage' 'xorg-xprop' 'milou' 'breeze')
-makedepends=('extra-cmake-modules' 'kdoctools' 'kwin' 'gpsd' 'baloo'
- 'krunner' 'kxmlrpcclient' 'networkmanager-qt')
-groups=('plasma')
-source=(http://download.kde.org/stable/plasma/${pkgver}/${pkgbase}-${pkgver}.tar.xz;
-'kde.pam')
-md5sums=('3d6a6e1ffcbf2d3e27668dc471523907'
- '929b182dec8a096206ad493477c09d2c')
-
-prepare() {
-  mkdir build
-
-  cd ${pkgbase}-${pkgver}
-  # be sure to use the Qt5 version of qtpaths
-  sed -i 's:qtpaths:qtpaths-qt5:' startkde/startkde.cmake
-}
-
-build() {
-  cd build
-  cmake ../${pkgbase}-${pkgver} \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release \
--DLIB_INSTALL_DIR=lib \
--DLIBEXEC_INSTALL_DIR=lib \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
--DBUILD_TESTING=OFF
-  make
-}
-
-package_plasma-workspace() {
-  optdepends=('plasma-workspace-wallpapers: additional wallpapers'
-  'gpsd: GPS based geolocation' 'networkmanager-qt: IP based 
geolocation')
-  conflicts=('kdebase-workspace')
-
-  cd build
-  make DESTDIR=${pkgdir} install
-
-  install -D ${srcdir}/kde.pam \
-${pkgdir}/etc/pam.d/kde
-
-  # Remove conflicts with drkonqi
-  rm ${pkgdir}/usr/lib/drkonqi
-  rm -r ${pkgdir}/usr/share/drkonqi
-}
-
-package_drkonqi() {
-  pkgdesc='KDE crash handler'
-  depends=('kdewebkit' 'kxmlrpcclient')
-
-  cd build/drkonqi
-  make DESTDIR=${pkgdir} install
-}

Copied: plasma-workspace/repos/extra-i686/PKGBUILD (from rev 242195, 
plasma-workspace/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-07-14 07:37:09 UTC (rev 242196)
@@ -0,0 +1,72 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+# Contributor: Antonio Rojas
+# Contributor: Alexey D. lq07829icatm at rambler.ru
+
+pkgbase=plasma-workspace
+pkgname=('plasma-workspace' 'drkonqi')
+pkgver=5.3.2
+pkgrel=2
+pkgdesc='KDE Plasma Workspace'
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/kde/workspace/plasma-workspace'
+license=('LGPL')
+# note on libxdamage:
+# not detected by namcap because libgl depends on it
+# but nvidia providing libgl does not depend on libxdamage
+depends=('knewstuff' 'kjsembed' 'knotifyconfig' 'libxdamage' 'kwayland'
+ 'libksysguard' 'libkscreen' 'ktexteditor' 'libqalculate'
+ 'qt5-tools' 'kded' 'kde-cli-tools' 'xorg-xrdb' 'xorg-xsetroot'
+ 'xorg-xmessage' 'xorg-xprop' 'milou' 'breeze' 'prison-frameworks')
+makedepends=('extra-cmake-modules' 'kdoctools' 'kwin' 'gpsd' 'baloo'
+ 'krunner' 'kxmlrpcclient' 'networkmanager-qt')
+groups=('plasma')
+source=(http://download.kde.org/stable/plasma/${pkgver}/${pkgbase}-${pkgver}.tar.xz;
+'kde.pam')

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

2015-07-14 Thread Tobias Powalowski
Date: Tuesday, July 14, 2015 @ 08:00:16
  Author: tpowa
Revision: 242187

upgpkg: kbd 2.0.3-1

bump to latest version

Modified:
  kbd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-07-14 03:37:15 UTC (rev 242186)
+++ PKGBUILD2015-07-14 06:00:16 UTC (rev 242187)
@@ -2,7 +2,7 @@
 # Maintainer: Tobias Powalowski tp...@archlinux.org
 
 pkgname=kbd
-pkgver=2.0.2
+pkgver=2.0.3
 pkgrel=1
 pkgdesc=Keytable files and keyboard utilities
 arch=('i686' 'x86_64')
@@ -11,13 +11,11 @@
 depends=('glibc' 'pam')
 makedepends=('check')
 
source=(ftp://ftp.altlinux.org/pub/people/legion/kbd/${pkgname}-${pkgver}.tar.gz
-'fix-dvorak-es.patch'
 'fix-euro2.patch')
 provides=('vlock')
 conflicts=('vlock')
 replaces=('vlock')
-md5sums=('f1f75f0dd5f7dde89ce47585274366f8'
- '998957c4f815347dcc874c4d7555dc66'
+md5sums=('d636ee56f35233b5cd6f855c08372489'
  'd869200acbc0aab6a9cafa43cb140d4e')
 
 prepare() {
@@ -32,8 +30,6 @@
   mv data/keymaps/i386/dvorak/no{,-dvorak}.map
   mv data/keymaps/i386/fgGIod/trf{,-fgGIod}.map
   mv data/keymaps/i386/colemak/{en-latin9,colemak}.map
-  # fix es-dvorak #33662
-  patch -Np1 -i ../fix-dvorak-es.patch
   # fix euro2 #28213
   patch -Np1 -i ../fix-euro2.patch
 }


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

2015-07-14 Thread Tobias Powalowski
Date: Tuesday, July 14, 2015 @ 08:00:27
  Author: tpowa
Revision: 242188

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

Added:
  kbd/repos/testing-i686/
  kbd/repos/testing-i686/PKGBUILD
(from rev 242187, kbd/trunk/PKGBUILD)
  kbd/repos/testing-i686/fix-dvorak-es.patch
(from rev 242187, kbd/trunk/fix-dvorak-es.patch)
  kbd/repos/testing-i686/fix-euro2.patch
(from rev 242187, kbd/trunk/fix-euro2.patch)
  kbd/repos/testing-i686/fix-keymap-loading-1.15.5.patch
(from rev 242187, kbd/trunk/fix-keymap-loading-1.15.5.patch)
  kbd/repos/testing-x86_64/
  kbd/repos/testing-x86_64/PKGBUILD
(from rev 242187, kbd/trunk/PKGBUILD)
  kbd/repos/testing-x86_64/fix-dvorak-es.patch
(from rev 242187, kbd/trunk/fix-dvorak-es.patch)
  kbd/repos/testing-x86_64/fix-euro2.patch
(from rev 242187, kbd/trunk/fix-euro2.patch)
  kbd/repos/testing-x86_64/fix-keymap-loading-1.15.5.patch
(from rev 242187, kbd/trunk/fix-keymap-loading-1.15.5.patch)

+
 testing-i686/PKGBUILD  |   46 ++
 testing-i686/fix-dvorak-es.patch   |   11 +
 testing-i686/fix-euro2.patch   |9 
 testing-i686/fix-keymap-loading-1.15.5.patch   |   47 +++
 testing-x86_64/PKGBUILD|   46 ++
 testing-x86_64/fix-dvorak-es.patch |   11 +
 testing-x86_64/fix-euro2.patch |9 
 testing-x86_64/fix-keymap-loading-1.15.5.patch |   47 +++
 8 files changed, 226 insertions(+)

Copied: kbd/repos/testing-i686/PKGBUILD (from rev 242187, kbd/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2015-07-14 06:00:27 UTC (rev 242188)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Tobias Powalowski tp...@archlinux.org
+
+pkgname=kbd
+pkgver=2.0.3
+pkgrel=1
+pkgdesc=Keytable files and keyboard utilities
+arch=('i686' 'x86_64')
+url=http://www.kbd-project.org;
+license=('GPL')
+depends=('glibc' 'pam')
+makedepends=('check')
+source=(ftp://ftp.altlinux.org/pub/people/legion/kbd/${pkgname}-${pkgver}.tar.gz
+'fix-euro2.patch')
+provides=('vlock')
+conflicts=('vlock')
+replaces=('vlock')
+md5sums=('d636ee56f35233b5cd6f855c08372489'
+ 'd869200acbc0aab6a9cafa43cb140d4e')
+
+prepare() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  # rename keymap files with the same names
+  # this is needed because when only name of keymap is specified
+  # loadkeys loads the first keymap it can find, which is bad (see FS#13837)
+  # this should be removed when upstream adopts the change
+  mv data/keymaps/i386/qwertz/cz{,-qwertz}.map
+  mv data/keymaps/i386/olpc/es{,-olpc}.map
+  mv data/keymaps/i386/olpc/pt{,-olpc}.map
+  mv data/keymaps/i386/dvorak/no{,-dvorak}.map
+  mv data/keymaps/i386/fgGIod/trf{,-fgGIod}.map
+  mv data/keymaps/i386/colemak/{en-latin9,colemak}.map
+  # fix euro2 #28213
+  patch -Np1 -i ../fix-euro2.patch
+}
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr --datadir=/usr/share/kbd --mandir=/usr/share/man
+  make KEYCODES_PROGS=yes RESIZECONS_PROGS=yes
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make KEYCODES_PROGS=yes RESIZECONS_PROGS=yes DESTDIR=${pkgdir} install
+}

Copied: kbd/repos/testing-i686/fix-dvorak-es.patch (from rev 242187, 
kbd/trunk/fix-dvorak-es.patch)
===
--- testing-i686/fix-dvorak-es.patch(rev 0)
+++ testing-i686/fix-dvorak-es.patch2015-07-14 06:00:27 UTC (rev 242188)
@@ -0,0 +1,11 @@
+--- kbd-1.15.5/data/keymaps/i386/dvorak/dvorak-es.map.old  2013-05-08 
14:58:03.393349828 +0200
 kbd-1.15.5/data/keymaps/i386/dvorak/dvorak-es.map  2013-05-08 
14:58:20.206415053 +0200
+@@ -4,7 +4,7 @@
+ 
+ keymaps 0-2,4,5,6,8-10,12,14
+ include linux-with-alt-and-altgr
+-include euro
++include euro.map
+ strings as usual
+ 
+ keycode   1 = Escape

Copied: kbd/repos/testing-i686/fix-euro2.patch (from rev 242187, 
kbd/trunk/fix-euro2.patch)
===
--- testing-i686/fix-euro2.patch(rev 0)
+++ testing-i686/fix-euro2.patch2015-07-14 06:00:27 UTC (rev 242188)
@@ -0,0 +1,9 @@
+--- kbd-1.15.5/data/keymaps/i386/include/euro2.map.old 2013-05-08 
15:00:25.917752313 +0200
 kbd-1.15.5/data/keymaps/i386/include/euro2.map 2013-05-08 
15:00:54.943957367 +0200
+@@ -2,5 +2,5 @@
+ # [Say: loadkeys euro2 to get Euro and cent with AltGr (right alt)
+ #  on the positions where many keyboards have E and C.
+ #  To get it displayed, use a latin0 (i.e., latin9) font.]
+-altgr keycode  18 = currency
++altgr keycode  18 = euro
+ altgr keycode  46 = cent

Copied: kbd/repos/testing-i686/fix-keymap-loading-1.15.5.patch (from rev 
242187, 

[arch-commits] Commit in xf86-input-libinput/repos (8 files)

2015-07-14 Thread Laurent Carlier
Date: Tuesday, July 14, 2015 @ 08:46:13
  Author: lcarlier
Revision: 242191

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

Added:
  
xf86-input-libinput/repos/extra-i686/0001-Fedora-use-unaccelerated-vmask-on-input-ABI-21.patch
(from rev 242190, 
xf86-input-libinput/trunk/0001-Fedora-use-unaccelerated-vmask-on-input-ABI-21.patch)
  xf86-input-libinput/repos/extra-i686/90-libinput.conf
(from rev 242190, xf86-input-libinput/trunk/90-libinput.conf)
  xf86-input-libinput/repos/extra-i686/PKGBUILD
(from rev 242190, xf86-input-libinput/trunk/PKGBUILD)
  
xf86-input-libinput/repos/extra-x86_64/0001-Fedora-use-unaccelerated-vmask-on-input-ABI-21.patch
(from rev 242190, 
xf86-input-libinput/trunk/0001-Fedora-use-unaccelerated-vmask-on-input-ABI-21.patch)
  xf86-input-libinput/repos/extra-x86_64/90-libinput.conf
(from rev 242190, xf86-input-libinput/trunk/90-libinput.conf)
  xf86-input-libinput/repos/extra-x86_64/PKGBUILD
(from rev 242190, xf86-input-libinput/trunk/PKGBUILD)
Deleted:
  
xf86-input-libinput/repos/extra-i686/0001-Fedora-use-unaccelerated-vmask-on-input-ABI-21.patch
  
xf86-input-libinput/repos/extra-x86_64/0001-Fedora-use-unaccelerated-vmask-on-input-ABI-21.patch

+
 /0001-Fedora-use-unaccelerated-vmask-on-input-ABI-21.patch |   54 
++
 extra-i686/0001-Fedora-use-unaccelerated-vmask-on-input-ABI-21.patch   |   27 
-
 extra-i686/90-libinput.conf|   30 
+
 extra-i686/PKGBUILD|   48 

 extra-x86_64/0001-Fedora-use-unaccelerated-vmask-on-input-ABI-21.patch |   27 
-
 extra-x86_64/90-libinput.conf  |   30 
+
 extra-x86_64/PKGBUILD  |   48 

 7 files changed, 210 insertions(+), 54 deletions(-)

Deleted: extra-i686/0001-Fedora-use-unaccelerated-vmask-on-input-ABI-21.patch
===
--- extra-i686/0001-Fedora-use-unaccelerated-vmask-on-input-ABI-21.patch
2015-07-14 06:41:41 UTC (rev 242190)
+++ extra-i686/0001-Fedora-use-unaccelerated-vmask-on-input-ABI-21.patch
2015-07-14 06:46:13 UTC (rev 242191)
@@ -1,27 +0,0 @@
-From cf8b629ebf30d6aa57dd405ce450fb0f33136626 Mon Sep 17 00:00:00 2001
-From: Peter Hutterer peter.hutte...@who-t.net
-Date: Mon, 13 Jul 2015 08:30:43 +1000
-Subject: [PATCH xf86-input-libinput] Fedora: use unaccelerated vmask on input
- ABI  21
-
-Signed-off-by: Peter Hutterer peter.hutte...@who-t.net

- src/libinput.c | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/src/libinput.c b/src/libinput.c
-index a06e44f..5eb5adf 100644
 a/src/libinput.c
-+++ b/src/libinput.c
-@@ -47,7 +47,7 @@
- #define XI86_SERVER_FD 0x20
- #endif
-
--#if GET_ABI_MAJOR(ABI_XINPUT_VERSION) * 1000 + 
GET_ABI_MINOR(ABI_XINPUT_VERSION)  22000
-+#if GET_ABI_MAJOR(ABI_XINPUT_VERSION) * 1000 + 
GET_ABI_MINOR(ABI_XINPUT_VERSION)  21000
- #define HAVE_VMASK_UNACCEL 1
- #else
- #undef HAVE_VMASK_UNACCEL
---
-2.4.3
-

Copied: 
xf86-input-libinput/repos/extra-i686/0001-Fedora-use-unaccelerated-vmask-on-input-ABI-21.patch
 (from rev 242190, 
xf86-input-libinput/trunk/0001-Fedora-use-unaccelerated-vmask-on-input-ABI-21.patch)
===
--- extra-i686/0001-Fedora-use-unaccelerated-vmask-on-input-ABI-21.patch
(rev 0)
+++ extra-i686/0001-Fedora-use-unaccelerated-vmask-on-input-ABI-21.patch
2015-07-14 06:46:13 UTC (rev 242191)
@@ -0,0 +1,27 @@
+From cf8b629ebf30d6aa57dd405ce450fb0f33136626 Mon Sep 17 00:00:00 2001
+From: Peter Hutterer peter.hutte...@who-t.net
+Date: Mon, 13 Jul 2015 08:30:43 +1000
+Subject: [PATCH xf86-input-libinput] Fedora: use unaccelerated vmask on input
+ ABI  21
+
+Signed-off-by: Peter Hutterer peter.hutte...@who-t.net
+---
+ src/libinput.c | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/src/libinput.c b/src/libinput.c
+index a06e44f..5eb5adf 100644
+--- a/src/libinput.c
 b/src/libinput.c
+@@ -47,7 +47,7 @@
+ #define XI86_SERVER_FD 0x20
+ #endif
+
+-#if GET_ABI_MAJOR(ABI_XINPUT_VERSION) * 1000 + 
GET_ABI_MINOR(ABI_XINPUT_VERSION)  22000
++#if GET_ABI_MAJOR(ABI_XINPUT_VERSION) * 1000 + 
GET_ABI_MINOR(ABI_XINPUT_VERSION)  21000
+ #define HAVE_VMASK_UNACCEL 1
+ #else
+ #undef HAVE_VMASK_UNACCEL
+--
+2.4.3
+

Copied: xf86-input-libinput/repos/extra-i686/90-libinput.conf (from rev 242190, 
xf86-input-libinput/trunk/90-libinput.conf)
===
--- extra-i686/90-libinput.conf (rev 0)
+++ extra-i686/90-libinput.conf 2015-07-14 06:46:13 UTC (rev 242191)
@@ -0,0 +1,30 @@
+# Match on all types of devices but tablet devices and joysticks
+
+Section InputClass
+Identifier 

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

2015-07-14 Thread Felix Yan
Date: Tuesday, July 14, 2015 @ 09:04:37
  Author: fyan
Revision: 242194

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

Added:
  prison-frameworks/repos/extra-i686/
  prison-frameworks/repos/extra-i686/PKGBUILD
(from rev 242193, prison-frameworks/trunk/PKGBUILD)
  prison-frameworks/repos/extra-x86_64/
  prison-frameworks/repos/extra-x86_64/PKGBUILD
(from rev 242193, prison-frameworks/trunk/PKGBUILD)

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

Copied: prison-frameworks/repos/extra-i686/PKGBUILD (from rev 242193, 
prison-frameworks/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-07-14 07:04:37 UTC (rev 242194)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=prison-frameworks
+pkgver=1.1.1.20141027
+_commit=8f25e5a557ca402d3df538c6d0bdad4481b26656
+pkgrel=1
+pkgdesc=A barcode API to produce QRCode barcodes and DataMatrix barcodes
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/kdesupport/prison'
+license=('GPL')
+depends=('qt5-base' 'libdmtx' 'qrencode')
+makedepends=('extra-cmake-modules' 'git')
+source=(git://anongit.kde.org/prison.git#commit=$_commit)
+md5sums=('SKIP')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../prison \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLIB_INSTALL_DIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Copied: prison-frameworks/repos/extra-x86_64/PKGBUILD (from rev 242193, 
prison-frameworks/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2015-07-14 07:04:37 UTC (rev 242194)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=prison-frameworks
+pkgver=1.1.1.20141027
+_commit=8f25e5a557ca402d3df538c6d0bdad4481b26656
+pkgrel=1
+pkgdesc=A barcode API to produce QRCode barcodes and DataMatrix barcodes
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/kdesupport/prison'
+license=('GPL')
+depends=('qt5-base' 'libdmtx' 'qrencode')
+makedepends=('extra-cmake-modules' 'git')
+source=(git://anongit.kde.org/prison.git#commit=$_commit)
+md5sums=('SKIP')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../prison \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLIB_INSTALL_DIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}


[arch-commits] Commit in (4 files)

2015-07-14 Thread Felix Yan
Date: Tuesday, July 14, 2015 @ 09:03:39
  Author: fyan
Revision: 242193

addpkg: prison-frameworks 1.1.1.20141027-1

Added:
  prison-frameworks/
  prison-frameworks/repos/
  prison-frameworks/trunk/
  prison-frameworks/trunk/PKGBUILD

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

Added: prison-frameworks/trunk/PKGBUILD
===
--- prison-frameworks/trunk/PKGBUILD(rev 0)
+++ prison-frameworks/trunk/PKGBUILD2015-07-14 07:03:39 UTC (rev 242193)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=prison-frameworks
+pkgver=1.1.1.20141027
+_commit=8f25e5a557ca402d3df538c6d0bdad4481b26656
+pkgrel=1
+pkgdesc=A barcode API to produce QRCode barcodes and DataMatrix barcodes
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/kdesupport/prison'
+license=('GPL')
+depends=('qt5-base' 'libdmtx' 'qrencode')
+makedepends=('extra-cmake-modules' 'git')
+source=(git://anongit.kde.org/prison.git#commit=$_commit)
+md5sums=('SKIP')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../prison \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLIB_INSTALL_DIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}


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


[arch-commits] Commit in sshuttle/trunk (PKGBUILD sshuttle.service)

2015-07-14 Thread Felix Yan
Date: Tuesday, July 14, 2015 @ 09:29:22
  Author: fyan
Revision: 136818

upgpkg: sshuttle 0.71-1

Added:
  sshuttle/trunk/sshuttle.service
Modified:
  sshuttle/trunk/PKGBUILD

--+
 PKGBUILD |   29 +
 sshuttle.service |8 
 2 files changed, 25 insertions(+), 12 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-07-14 06:58:14 UTC (rev 136817)
+++ PKGBUILD2015-07-14 07:29:22 UTC (rev 136818)
@@ -3,40 +3,45 @@
 # Contributor: alphazo alph...@gmail.com
 
 pkgname=sshuttle
-pkgver=0.61
-pkgrel=6
+pkgver=0.71
+pkgrel=1
 pkgdesc=Transparent proxy server that works as a poor man's VPN. Forwards all 
TCP packets over ssh (and even DNS requests when using --dns option). Doesn't 
require admin privileges on the server side
 arch=('any')
 url=https://github.com/apenwarr/sshuttle;
 license=('GPL2')
 depends=('python2' 'iptables' 'openssh' 'net-tools')
-makedepends=('python2-markdown' 'python2-beautifulsoup3' 'git')
-source=(git+https://github.com/apenwarr/$pkgname.git#tag=$pkgname-$pkgver;
-arch-install.patch)
+makedepends=('git')
+backup=('etc/sshuttle/tunnel.conf' 'etc/sshuttle/prefixes.conf')
+source=(git+https://github.com/sshuttle/$pkgname.git#tag=$pkgname-$pkgver;
+'sshuttle.service' 'arch-install.patch')
 md5sums=('SKIP'
+ 'f2cd1660dcdb4e24b45b71e589da73f3'
  '15ed72e2b68dd07ef97abfdcb828d188')
 
 prepare() {
-  cd $pkgname
+  cd $pkgname/src
   patch -p1 -i $srcdir/arch-install.patch
 
-  sed -i 's#/usr/bin/env python#/usr/bin/env python2#' stresstest.py 
Documentation/md2man.py
+  sed -i 's#/usr/bin/env python#/usr/bin/env python2#' stresstest.py
 }
 
 build() {
-  cd $pkgname
+  cd $pkgname/src
   make
 }
 
 package() {
-  cd $pkgname
+  cd $pkgname/src
   install -Dm755 sshuttle $pkgdir/usr/bin/sshuttle
 
   install -d $pkgdir/usr/share/sshuttle
   cp -r *.py compat $pkgdir/usr/share/sshuttle/
 
-  install -d $pkgdir/usr/share/sshuttle/version
-  cp -r version/*.py $pkgdir/usr/share/sshuttle/version
+  # pandoc not present, so manpage was not built
+  # install -Dm644 sshuttle.8 $pkgdir/usr/share/man/man8/sshuttle.8
 
-  install -Dm644 Documentation/sshuttle.8 
$pkgdir/usr/share/man/man8/sshuttle.8
+  cd ..
+  install -d $pkgdir/etc/sshuttle
+  install -Dm644 packaging/{tunnel.conf,prefixes.conf} $pkgdir/etc/sshuttle
+  install -Dm644 $srcdir/sshuttle.service 
$pkgdir/usr/lib/systemd/system/sshuttle.service
 }

Added: sshuttle.service
===
--- sshuttle.service(rev 0)
+++ sshuttle.service2015-07-14 07:29:22 UTC (rev 136818)
@@ -0,0 +1,8 @@
+[Unit]
+Description=Create a transparent proxy over SSH
+
+[Service]
+ExecStart=/usr/bin/sshuttle --dns --listen 0.0.0.0 --remote sshuttle_tunnel -s 
/etc/sshuttle/prefixes.conf -e ssh -F /etc/sshuttle/tunnel.conf
+
+[Install]
+WantedBy=multi-user.target


[arch-commits] Commit in sshuttle/repos/community-any (5 files)

2015-07-14 Thread Felix Yan
Date: Tuesday, July 14, 2015 @ 09:30:01
  Author: fyan
Revision: 136819

archrelease: copy trunk to community-any

Added:
  sshuttle/repos/community-any/PKGBUILD
(from rev 136818, sshuttle/trunk/PKGBUILD)
  sshuttle/repos/community-any/arch-install.patch
(from rev 136818, sshuttle/trunk/arch-install.patch)
  sshuttle/repos/community-any/sshuttle.service
(from rev 136818, sshuttle/trunk/sshuttle.service)
Deleted:
  sshuttle/repos/community-any/PKGBUILD
  sshuttle/repos/community-any/arch-install.patch

+
 PKGBUILD   |   89 ++-
 arch-install.patch |   38 ++---
 sshuttle.service   |8 
 3 files changed, 74 insertions(+), 61 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-07-14 07:29:22 UTC (rev 136818)
+++ PKGBUILD2015-07-14 07:30:01 UTC (rev 136819)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@archlinux.org
-# Contributor: alphazo alph...@gmail.com
-
-pkgname=sshuttle
-pkgver=0.61
-pkgrel=6
-pkgdesc=Transparent proxy server that works as a poor man's VPN. Forwards all 
TCP packets over ssh (and even DNS requests when using --dns option). Doesn't 
require admin privileges on the server side
-arch=('any')
-url=https://github.com/apenwarr/sshuttle;
-license=('GPL2')
-depends=('python2' 'iptables' 'openssh' 'net-tools')
-makedepends=('python2-markdown' 'python2-beautifulsoup3' 'git')
-source=(git+https://github.com/apenwarr/$pkgname.git#tag=$pkgname-$pkgver;
-arch-install.patch)
-md5sums=('SKIP'
- '15ed72e2b68dd07ef97abfdcb828d188')
-
-prepare() {
-  cd $pkgname
-  patch -p1 -i $srcdir/arch-install.patch
-
-  sed -i 's#/usr/bin/env python#/usr/bin/env python2#' stresstest.py 
Documentation/md2man.py
-}
-
-build() {
-  cd $pkgname
-  make
-}
-
-package() {
-  cd $pkgname
-  install -Dm755 sshuttle $pkgdir/usr/bin/sshuttle
-
-  install -d $pkgdir/usr/share/sshuttle
-  cp -r *.py compat $pkgdir/usr/share/sshuttle/
-
-  install -d $pkgdir/usr/share/sshuttle/version
-  cp -r version/*.py $pkgdir/usr/share/sshuttle/version
-
-  install -Dm644 Documentation/sshuttle.8 
$pkgdir/usr/share/man/man8/sshuttle.8
-}

Copied: sshuttle/repos/community-any/PKGBUILD (from rev 136818, 
sshuttle/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-07-14 07:30:01 UTC (rev 136819)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: alphazo alph...@gmail.com
+
+pkgname=sshuttle
+pkgver=0.71
+pkgrel=1
+pkgdesc=Transparent proxy server that works as a poor man's VPN. Forwards all 
TCP packets over ssh (and even DNS requests when using --dns option). Doesn't 
require admin privileges on the server side
+arch=('any')
+url=https://github.com/apenwarr/sshuttle;
+license=('GPL2')
+depends=('python2' 'iptables' 'openssh' 'net-tools')
+makedepends=('git')
+backup=('etc/sshuttle/tunnel.conf' 'etc/sshuttle/prefixes.conf')
+source=(git+https://github.com/sshuttle/$pkgname.git#tag=$pkgname-$pkgver;
+'sshuttle.service' 'arch-install.patch')
+md5sums=('SKIP'
+ 'f2cd1660dcdb4e24b45b71e589da73f3'
+ '15ed72e2b68dd07ef97abfdcb828d188')
+
+prepare() {
+  cd $pkgname/src
+  patch -p1 -i $srcdir/arch-install.patch
+
+  sed -i 's#/usr/bin/env python#/usr/bin/env python2#' stresstest.py
+}
+
+build() {
+  cd $pkgname/src
+  make
+}
+
+package() {
+  cd $pkgname/src
+  install -Dm755 sshuttle $pkgdir/usr/bin/sshuttle
+
+  install -d $pkgdir/usr/share/sshuttle
+  cp -r *.py compat $pkgdir/usr/share/sshuttle/
+
+  # pandoc not present, so manpage was not built
+  # install -Dm644 sshuttle.8 $pkgdir/usr/share/man/man8/sshuttle.8
+
+  cd ..
+  install -d $pkgdir/etc/sshuttle
+  install -Dm644 packaging/{tunnel.conf,prefixes.conf} $pkgdir/etc/sshuttle
+  install -Dm644 $srcdir/sshuttle.service 
$pkgdir/usr/lib/systemd/system/sshuttle.service
+}

Deleted: arch-install.patch
===
--- arch-install.patch  2015-07-14 07:29:22 UTC (rev 136818)
+++ arch-install.patch  2015-07-14 07:30:01 UTC (rev 136819)
@@ -1,19 +0,0 @@
-*** sshuttleORIGIN/sshuttle2011-05-21 22:58:24.156725075 +0200
 sshuttle   2011-05-21 22:59:16.354698468 +0200
-***
-*** 4,10 
-   [ -L $EXE ] || break
-   EXE=$(readlink $EXE)
-  done
-! DIR=$(dirname $EXE)
-  if python2 -V 2/dev/null; then
-   exec python2 $DIR/main.py python2 $@
-  else
 4,10 
-   [ -L $EXE ] || break
-   EXE=$(readlink $EXE)
-  done
-! DIR=/usr/share/sshuttle
-  if python2 -V 2/dev/null; then
-   exec python2 $DIR/main.py python2 $@
-  else

Copied: sshuttle/repos/community-any/arch-install.patch (from rev 136818, 
sshuttle/trunk/arch-install.patch)
===
--- 

[arch-commits] Commit in xf86-input-libinput/repos (2 files)

2015-07-14 Thread Laurent Carlier
Date: Tuesday, July 14, 2015 @ 08:46:31
  Author: lcarlier
Revision: 242192

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

Deleted:
  
xf86-input-libinput/repos/extra-i686/0001-Fedora-use-unaccelerated-vmask-on-input-ABI-21.patch
  
xf86-input-libinput/repos/extra-x86_64/0001-Fedora-use-unaccelerated-vmask-on-input-ABI-21.patch

+
 extra-i686/0001-Fedora-use-unaccelerated-vmask-on-input-ABI-21.patch   |   27 
--
 extra-x86_64/0001-Fedora-use-unaccelerated-vmask-on-input-ABI-21.patch |   27 
--
 2 files changed, 54 deletions(-)

Deleted: extra-i686/0001-Fedora-use-unaccelerated-vmask-on-input-ABI-21.patch
===
--- extra-i686/0001-Fedora-use-unaccelerated-vmask-on-input-ABI-21.patch
2015-07-14 06:46:13 UTC (rev 242191)
+++ extra-i686/0001-Fedora-use-unaccelerated-vmask-on-input-ABI-21.patch
2015-07-14 06:46:31 UTC (rev 242192)
@@ -1,27 +0,0 @@
-From cf8b629ebf30d6aa57dd405ce450fb0f33136626 Mon Sep 17 00:00:00 2001
-From: Peter Hutterer peter.hutte...@who-t.net
-Date: Mon, 13 Jul 2015 08:30:43 +1000
-Subject: [PATCH xf86-input-libinput] Fedora: use unaccelerated vmask on input
- ABI  21
-
-Signed-off-by: Peter Hutterer peter.hutte...@who-t.net

- src/libinput.c | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/src/libinput.c b/src/libinput.c
-index a06e44f..5eb5adf 100644
 a/src/libinput.c
-+++ b/src/libinput.c
-@@ -47,7 +47,7 @@
- #define XI86_SERVER_FD 0x20
- #endif
-
--#if GET_ABI_MAJOR(ABI_XINPUT_VERSION) * 1000 + 
GET_ABI_MINOR(ABI_XINPUT_VERSION)  22000
-+#if GET_ABI_MAJOR(ABI_XINPUT_VERSION) * 1000 + 
GET_ABI_MINOR(ABI_XINPUT_VERSION)  21000
- #define HAVE_VMASK_UNACCEL 1
- #else
- #undef HAVE_VMASK_UNACCEL
---
-2.4.3
-

Deleted: extra-x86_64/0001-Fedora-use-unaccelerated-vmask-on-input-ABI-21.patch
===
--- extra-x86_64/0001-Fedora-use-unaccelerated-vmask-on-input-ABI-21.patch  
2015-07-14 06:46:13 UTC (rev 242191)
+++ extra-x86_64/0001-Fedora-use-unaccelerated-vmask-on-input-ABI-21.patch  
2015-07-14 06:46:31 UTC (rev 242192)
@@ -1,27 +0,0 @@
-From cf8b629ebf30d6aa57dd405ce450fb0f33136626 Mon Sep 17 00:00:00 2001
-From: Peter Hutterer peter.hutte...@who-t.net
-Date: Mon, 13 Jul 2015 08:30:43 +1000
-Subject: [PATCH xf86-input-libinput] Fedora: use unaccelerated vmask on input
- ABI  21
-
-Signed-off-by: Peter Hutterer peter.hutte...@who-t.net

- src/libinput.c | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/src/libinput.c b/src/libinput.c
-index a06e44f..5eb5adf 100644
 a/src/libinput.c
-+++ b/src/libinput.c
-@@ -47,7 +47,7 @@
- #define XI86_SERVER_FD 0x20
- #endif
-
--#if GET_ABI_MAJOR(ABI_XINPUT_VERSION) * 1000 + 
GET_ABI_MINOR(ABI_XINPUT_VERSION)  22000
-+#if GET_ABI_MAJOR(ABI_XINPUT_VERSION) * 1000 + 
GET_ABI_MINOR(ABI_XINPUT_VERSION)  21000
- #define HAVE_VMASK_UNACCEL 1
- #else
- #undef HAVE_VMASK_UNACCEL
---
-2.4.3
-


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

2015-07-14 Thread Felix Yan
Date: Tuesday, July 14, 2015 @ 09:36:16
  Author: fyan
Revision: 242195

upgpkg: plasma-workspace 5.3.2-2

enable prison (barcode) support

Modified:
  plasma-workspace/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-07-14 07:04:37 UTC (rev 242194)
+++ PKGBUILD2015-07-14 07:36:16 UTC (rev 242195)
@@ -7,7 +7,7 @@
 pkgbase=plasma-workspace
 pkgname=('plasma-workspace' 'drkonqi')
 pkgver=5.3.2
-pkgrel=1
+pkgrel=2
 pkgdesc='KDE Plasma Workspace'
 arch=('i686' 'x86_64')
 url='https://projects.kde.org/projects/kde/workspace/plasma-workspace'
@@ -18,7 +18,7 @@
 depends=('knewstuff' 'kjsembed' 'knotifyconfig' 'libxdamage' 'kwayland'
  'libksysguard' 'libkscreen' 'ktexteditor' 'libqalculate'
  'qt5-tools' 'kded' 'kde-cli-tools' 'xorg-xrdb' 'xorg-xsetroot'
- 'xorg-xmessage' 'xorg-xprop' 'milou' 'breeze')
+ 'xorg-xmessage' 'xorg-xprop' 'milou' 'breeze' 'prison-frameworks')
 makedepends=('extra-cmake-modules' 'kdoctools' 'kwin' 'gpsd' 'baloo'
  'krunner' 'kxmlrpcclient' 'networkmanager-qt')
 groups=('plasma')


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

2015-07-14 Thread Felix Yan
Date: Tuesday, July 14, 2015 @ 10:09:32
  Author: fyan
Revision: 136821

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

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

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

Copied: libpinyin/repos/community-staging-i686/PKGBUILD (from rev 136820, 
libpinyin/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2015-07-14 08:09:32 UTC (rev 136821)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Yangtse yangts...@gmail.com 
+# Contributor: WU Jun quark at lihdd dot net
+
+pkgname=libpinyin
+pkgver=1.1.91
+_modelver=10
+pkgrel=1
+pkgdesc=Library to deal with pinyin
+arch=('i686' 'x86_64')
+url=https://github.com/libpinyin/libpinyin;
+license=('GPL')
+# Switching to kyotocabinet will break all existing installation. Requesting a 
migration tool to prevent data loss:
+# https://github.com/libpinyin/libpinyin/issues/44
+depends=('db' 'glib2') # 'kyotocabinet'
+makedepends=('git')
+source=(git+https://github.com/$pkgname/${pkgname}.git#tag=$pkgver;
+
http://downloads.sourceforge.net/libpinyin/model${_modelver}.text.tar.gz;)
+noextract=(model${_modelver}.text.tar.gz)
+sha512sums=('SKIP'
+
'75006472fc522026605a6f93a0328fa7d0a9b01da7c1d804a168f390b39cf7fac3985852b6efcb0f3ef01bec0b48a73652042af44191d11ca7e54097414c140a')
+
+prepare() {
+  cd ${pkgname}
+
+  cp ../model${_modelver}.text.tar.gz data/
+  sed -i /wget.*model${_modelver}\.text\.tar\.gz/ d data/Makefile.am
+}
+
+build() {
+  cd ${pkgname}
+  aclocal  libtoolize --force  autoheader  automake -a  autoconf
+
+  ./configure --prefix=/usr # --with-dbm=KyotoCabinet
+  make
+}
+
+package() {
+  cd ${pkgname}
+  make DESTDIR=${pkgdir} install
+}

Copied: libpinyin/repos/community-staging-x86_64/PKGBUILD (from rev 136820, 
libpinyin/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2015-07-14 08:09:32 UTC (rev 136821)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Yangtse yangts...@gmail.com 
+# Contributor: WU Jun quark at lihdd dot net
+
+pkgname=libpinyin
+pkgver=1.1.91
+_modelver=10
+pkgrel=1
+pkgdesc=Library to deal with pinyin
+arch=('i686' 'x86_64')
+url=https://github.com/libpinyin/libpinyin;
+license=('GPL')
+# Switching to kyotocabinet will break all existing installation. Requesting a 
migration tool to prevent data loss:
+# https://github.com/libpinyin/libpinyin/issues/44
+depends=('db' 'glib2') # 'kyotocabinet'
+makedepends=('git')
+source=(git+https://github.com/$pkgname/${pkgname}.git#tag=$pkgver;
+
http://downloads.sourceforge.net/libpinyin/model${_modelver}.text.tar.gz;)
+noextract=(model${_modelver}.text.tar.gz)
+sha512sums=('SKIP'
+
'75006472fc522026605a6f93a0328fa7d0a9b01da7c1d804a168f390b39cf7fac3985852b6efcb0f3ef01bec0b48a73652042af44191d11ca7e54097414c140a')
+
+prepare() {
+  cd ${pkgname}
+
+  cp ../model${_modelver}.text.tar.gz data/
+  sed -i /wget.*model${_modelver}\.text\.tar\.gz/ d data/Makefile.am
+}
+
+build() {
+  cd ${pkgname}
+  aclocal  libtoolize --force  autoheader  automake -a  autoconf
+
+  ./configure --prefix=/usr # --with-dbm=KyotoCabinet
+  make
+}
+
+package() {
+  cd ${pkgname}
+  make DESTDIR=${pkgdir} install
+}


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

2015-07-14 Thread Felix Yan
Date: Tuesday, July 14, 2015 @ 10:21:26
  Author: fyan
Revision: 136822

upgpkg: fcitx-libpinyin 0.3.2-1

Modified:
  fcitx-libpinyin/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-07-14 08:09:32 UTC (rev 136821)
+++ PKGBUILD2015-07-14 08:21:26 UTC (rev 136822)
@@ -3,8 +3,8 @@
 # Contributor: poplarch popla...@gmail.com
 
 pkgname=fcitx-libpinyin
-pkgver=0.3.1
-pkgrel=2
+pkgver=0.3.2
+pkgrel=1
 pkgdesc=Fcitx Wrapper for libpinyin, Library to deal with pinyin
 arch=('i686' 'x86_64')
 url=https://github.com/fcitx/fcitx-libpinyin;
@@ -11,25 +11,22 @@
 license=('GPL')
 depends=('fcitx' 'libpinyin' 'fcitx-qt4' 'qtwebkit')
 makedepends=('cmake' 'intltool' 'wget')
+install=$pkgname.install
 source=(http://download.fcitx-im.org/$pkgname/$pkgname-${pkgver}_dict.tar.xz;)
-install=$pkgname.install
+sha512sums=('20e4a46b52aabc96db200bf80afc914fb28312d8b8dfaa670e77086f8e52d68e3812ce335057889fec0e6e48a9136699d422dfa7549a3bc0f71e35874f31e5a0')
 
+prepare() {
+  mkdir build
+}
+
 build() {
-  cd $srcdir/${pkgname}-${pkgver}
-
-  rm -rf build
-  mkdir build
   cd build
 
-  msg Starting make...
-
-  cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release ..
+  cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release 
../$pkgname-$pkgver
   make
 }
 
 package() {
-  cd $srcdir/${pkgname}-${pkgver}/build
+  cd build
   make DESTDIR=${pkgdir} install
 }
-
-sha512sums=('3b7501a75dab2f5b83541c71ccac93709f3354f390f322d7b95e4b94e0c4dc6963522759ab52eb77203d787d6d14d3ce1c838dd92ecd0db041a3b7a25008eaa4')


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

2015-07-14 Thread Felix Yan
Date: Tuesday, July 14, 2015 @ 10:49:13
  Author: fyan
Revision: 242199

archrelease: copy trunk to testing-any

Added:
  python-logilab-common/repos/testing-any/
  python-logilab-common/repos/testing-any/PKGBUILD
(from rev 242198, python-logilab-common/trunk/PKGBUILD)

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

Copied: python-logilab-common/repos/testing-any/PKGBUILD (from rev 242198, 
python-logilab-common/trunk/PKGBUILD)
===
--- testing-any/PKGBUILD(rev 0)
+++ testing-any/PKGBUILD2015-07-14 08:49:13 UTC (rev 242199)
@@ -0,0 +1,69 @@
+# $Id$
+# Maintainer: Angel Velasquez an...@archlinux.org
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Stéphane Gaudreault steph...@archlinux.org
+# Contributor: Alexander Fehr pizzapunk gmail com
+
+pkgbase=python-logilab-common
+pkgname=('python2-logilab-common' 'python-logilab-common')
+pkgver=1.0.2
+pkgrel=1
+pkgdesc=Useful miscellaneous modules used by Logilab projects
+arch=('any')
+url=http://www.logilab.org/project/logilab-common;
+license=('LGPL')
+makedepends=('python-setuptools' 'python2-setuptools')
+checkdepends=('python-six' 'python2-six' 'python-pytz' 'python2-pytz' 
'python2-egenix-mx-base')
+source=(https://pypi.python.org/packages/source/l/logilab-common/logilab-common-$pkgver.tar.gz;)
+sha1sums=('e368d8c458b8e7e0086dd9f8939d636aab4f1e76')
+
+prepare() {
+  cp -a logilab-common-${pkgver}{,-py3}
+}
+
+build() {
+  cd logilab-common-${pkgver}
+  python2 setup.py build
+
+  cd ../logilab-common-${pkgver}-py3
+  python3 setup.py build
+}
+
+check() {
+  cd logilab-common-${pkgver}
+  # Hack to make it importable at this stage
+  touch build/lib/logilab/__init__.py
+  PYTHONPATH=$PWD/build/lib:$PYTHONPATH python2 bin/pytest || warning Tests 
failed
+  rm build/lib/logilab/__init__.py
+
+  cd ../logilab-common-${pkgver}-py3
+  touch build/lib/logilab/__init__.py
+  PYTHONPATH=$PWD/build/lib:$PYTHONPATH python3 bin/pytest
+  rm build/lib/logilab/__init__.py
+}
+
+package_python2-logilab-common() {
+  depends=('python2')
+  optdepends=('python2-six: for logilab.common.testlib')
+
+  cd ${srcdir}/logilab-common-${pkgver}
+
+  python2 setup.py install --optimize=1 --skip-build --prefix=/usr 
--root=${pkgdir}
+
+  mv ${pkgdir}/usr/bin/pytest{,2}
+
+  # fix permissions ...
+  find ${pkgdir} -type f -exec chmod +r {} \;
+}
+
+package_python-logilab-common() {
+  depends=('python')
+  optdepends=('python-six: for logilab.common.testlib')
+
+  cd ${srcdir}/logilab-common-${pkgver}-py3
+
+  python3 setup.py install --optimize=1 --skip-build --prefix=/usr 
--root=${pkgdir}
+
+  # fix permissions ...
+  find ${pkgdir} -type f -exec chmod +r {} \;
+}


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

2015-07-14 Thread Felix Yan
Date: Tuesday, July 14, 2015 @ 10:22:33
  Author: fyan
Revision: 136823

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

Added:
  fcitx-libpinyin/repos/community-staging-i686/
  fcitx-libpinyin/repos/community-staging-i686/PKGBUILD
(from rev 136822, fcitx-libpinyin/trunk/PKGBUILD)
  fcitx-libpinyin/repos/community-staging-i686/fcitx-libpinyin.install
(from rev 136822, fcitx-libpinyin/trunk/fcitx-libpinyin.install)
  fcitx-libpinyin/repos/community-staging-x86_64/
  fcitx-libpinyin/repos/community-staging-x86_64/PKGBUILD
(from rev 136822, fcitx-libpinyin/trunk/PKGBUILD)
  fcitx-libpinyin/repos/community-staging-x86_64/fcitx-libpinyin.install
(from rev 136822, fcitx-libpinyin/trunk/fcitx-libpinyin.install)

--+
 community-staging-i686/PKGBUILD  |   32 +
 community-staging-i686/fcitx-libpinyin.install   |   11 +++
 community-staging-x86_64/PKGBUILD|   32 +
 community-staging-x86_64/fcitx-libpinyin.install |   11 +++
 4 files changed, 86 insertions(+)

Copied: fcitx-libpinyin/repos/community-staging-i686/PKGBUILD (from rev 136822, 
fcitx-libpinyin/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2015-07-14 08:22:33 UTC (rev 136823)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: poplarch popla...@gmail.com
+
+pkgname=fcitx-libpinyin
+pkgver=0.3.2
+pkgrel=1
+pkgdesc=Fcitx Wrapper for libpinyin, Library to deal with pinyin
+arch=('i686' 'x86_64')
+url=https://github.com/fcitx/fcitx-libpinyin;
+license=('GPL')
+depends=('fcitx' 'libpinyin' 'fcitx-qt4' 'qtwebkit')
+makedepends=('cmake' 'intltool' 'wget')
+install=$pkgname.install
+source=(http://download.fcitx-im.org/$pkgname/$pkgname-${pkgver}_dict.tar.xz;)
+sha512sums=('20e4a46b52aabc96db200bf80afc914fb28312d8b8dfaa670e77086f8e52d68e3812ce335057889fec0e6e48a9136699d422dfa7549a3bc0f71e35874f31e5a0')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+
+  cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release 
../$pkgname-$pkgver
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Copied: fcitx-libpinyin/repos/community-staging-i686/fcitx-libpinyin.install 
(from rev 136822, fcitx-libpinyin/trunk/fcitx-libpinyin.install)
===
--- community-staging-i686/fcitx-libpinyin.install  
(rev 0)
+++ community-staging-i686/fcitx-libpinyin.install  2015-07-14 08:22:33 UTC 
(rev 136823)
@@ -0,0 +1,11 @@
+post_install() {
+gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}

Copied: fcitx-libpinyin/repos/community-staging-x86_64/PKGBUILD (from rev 
136822, fcitx-libpinyin/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2015-07-14 08:22:33 UTC (rev 136823)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: poplarch popla...@gmail.com
+
+pkgname=fcitx-libpinyin
+pkgver=0.3.2
+pkgrel=1
+pkgdesc=Fcitx Wrapper for libpinyin, Library to deal with pinyin
+arch=('i686' 'x86_64')
+url=https://github.com/fcitx/fcitx-libpinyin;
+license=('GPL')
+depends=('fcitx' 'libpinyin' 'fcitx-qt4' 'qtwebkit')
+makedepends=('cmake' 'intltool' 'wget')
+install=$pkgname.install
+source=(http://download.fcitx-im.org/$pkgname/$pkgname-${pkgver}_dict.tar.xz;)
+sha512sums=('20e4a46b52aabc96db200bf80afc914fb28312d8b8dfaa670e77086f8e52d68e3812ce335057889fec0e6e48a9136699d422dfa7549a3bc0f71e35874f31e5a0')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+
+  cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release 
../$pkgname-$pkgver
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Copied: fcitx-libpinyin/repos/community-staging-x86_64/fcitx-libpinyin.install 
(from rev 136822, fcitx-libpinyin/trunk/fcitx-libpinyin.install)
===
--- community-staging-x86_64/fcitx-libpinyin.install
(rev 0)
+++ community-staging-x86_64/fcitx-libpinyin.install2015-07-14 08:22:33 UTC 
(rev 136823)
@@ -0,0 +1,11 @@
+post_install() {
+gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}


[arch-commits] Commit in qt5/trunk (PKGBUILD gcc-5.patch)

2015-07-14 Thread Felix Yan
Date: Tuesday, July 14, 2015 @ 10:47:09
  Author: fyan
Revision: 242197

update url and remove old patch

Modified:
  qt5/trunk/PKGBUILD
Deleted:
  qt5/trunk/gcc-5.patch

-+
 PKGBUILD|2 +-
 gcc-5.patch |   17 -
 2 files changed, 1 insertion(+), 18 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-07-14 07:37:09 UTC (rev 242196)
+++ PKGBUILD2015-07-14 08:47:09 UTC (rev 242197)
@@ -32,7 +32,7 @@
 pkgver=5.5.0
 pkgrel=1
 arch=('i686' 'x86_64')
-url='http://qt-project.org/'
+url='http://www.qt.io/developers'
 license=('GPL3' 'LGPL' 'FDL' 'custom')
 makedepends=('libxcb' 'xcb-proto' 'xcb-util' 'xcb-util-image' 'xcb-util-wm' 
'xcb-util-keysyms'
 'mesa' 'at-spi2-core' 'alsa-lib' 'gst-plugins-base-libs' 
'libjpeg-turbo' 'cups'

Deleted: gcc-5.patch
===
--- gcc-5.patch 2015-07-14 07:37:09 UTC (rev 242196)
+++ gcc-5.patch 2015-07-14 08:47:09 UTC (rev 242197)
@@ -1,17 +0,0 @@
-diff -up 
qtwebkit-opensource-src-5.4.0/Source/JavaScriptCore/runtime/JSObject.cpp.than 
-qtwebkit-opensource-src-5.4.0/Source/JavaScriptCore/runtime/JSObject.cpp
 
qtwebkit-opensource-src-5.4.0/Source/JavaScriptCore/runtime/JSObject.cpp.than   
   2015-03-18 10:24:38.683352327 
--0400
-+++ qtwebkit-opensource-src-5.4.0/Source/JavaScriptCore/runtime/JSObject.cpp   
2015-03-18 10:25:21.953352327 -0400
-@@ -1909,6 +1909,10 @@ void JSObject::putByIndexBeyondVectorLen
- }
- }
- 
-+template void 
JSObject::putByIndexBeyondVectorLengthWithoutAttributesContiguousShape(ExecState*
 exec, unsigned i, JSValue value);
-+template void 
JSObject::putByIndexBeyondVectorLengthWithoutAttributesDoubleShape(ExecState* 
exec, unsigned i, JSValue value);
-+template void 
JSObject::putByIndexBeyondVectorLengthWithoutAttributesInt32Shape(ExecState* 
exec, unsigned i, JSValue value);
-+
- void JSObject::putByIndexBeyondVectorLengthWithArrayStorage(ExecState* exec, 
unsigned i, JSValue value, bool shouldThrow, ArrayStorage* storage)
- {
- VM vm = exec-vm();
-


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

2015-07-14 Thread Felix Yan
Date: Tuesday, July 14, 2015 @ 10:08:25
  Author: fyan
Revision: 136820

upgpkg: libpinyin 1.1.91-1

Modified:
  libpinyin/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-07-14 07:30:01 UTC (rev 136819)
+++ PKGBUILD2015-07-14 08:08:25 UTC (rev 136820)
@@ -4,20 +4,22 @@
 # Contributor: WU Jun quark at lihdd dot net
 
 pkgname=libpinyin
-pkgver=1.1.0
-_modelver=8
+pkgver=1.1.91
+_modelver=10
 pkgrel=1
 pkgdesc=Library to deal with pinyin
 arch=('i686' 'x86_64')
 url=https://github.com/libpinyin/libpinyin;
 license=('GPL')
-depends=('db' 'glib2')
+# Switching to kyotocabinet will break all existing installation. Requesting a 
migration tool to prevent data loss:
+# https://github.com/libpinyin/libpinyin/issues/44
+depends=('db' 'glib2') # 'kyotocabinet'
 makedepends=('git')
 source=(git+https://github.com/$pkgname/${pkgname}.git#tag=$pkgver;
 
http://downloads.sourceforge.net/libpinyin/model${_modelver}.text.tar.gz;)
 noextract=(model${_modelver}.text.tar.gz)
 sha512sums=('SKIP'
-
'6d40f6f633f82664226a5219bd34b94904df0277d80b0d2005904ac075d983df6d7071da7f20eea7fd8c5ce777443f725b6ce32b34f910faa1e557873610db80')
+
'75006472fc522026605a6f93a0328fa7d0a9b01da7c1d804a168f390b39cf7fac3985852b6efcb0f3ef01bec0b48a73652042af44191d11ca7e54097414c140a')
 
 prepare() {
   cd ${pkgname}
@@ -29,7 +31,9 @@
 build() {
   cd ${pkgname}
   aclocal  libtoolize --force  autoheader  automake -a  autoconf
-  ./configure --prefix=/usr  make
+
+  ./configure --prefix=/usr # --with-dbm=KyotoCabinet
+  make
 }
 
 package() {


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

2015-07-14 Thread Felix Yan
Date: Tuesday, July 14, 2015 @ 10:48:53
  Author: fyan
Revision: 242198

upgpkg: python-logilab-common 1.0.2-1

Modified:
  python-logilab-common/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-07-14 08:47:09 UTC (rev 242197)
+++ PKGBUILD2015-07-14 08:48:53 UTC (rev 242198)
@@ -6,7 +6,7 @@
 
 pkgbase=python-logilab-common
 pkgname=('python2-logilab-common' 'python-logilab-common')
-pkgver=0.63.2
+pkgver=1.0.2
 pkgrel=1
 pkgdesc=Useful miscellaneous modules used by Logilab projects
 arch=('any')
@@ -15,7 +15,7 @@
 makedepends=('python-setuptools' 'python2-setuptools')
 checkdepends=('python-six' 'python2-six' 'python-pytz' 'python2-pytz' 
'python2-egenix-mx-base')
 
source=(https://pypi.python.org/packages/source/l/logilab-common/logilab-common-$pkgver.tar.gz;)
-sha1sums=('ca448e76467f6c7b59ce820947734467c7b18d4d')
+sha1sums=('e368d8c458b8e7e0086dd9f8939d636aab4f1e76')
 
 prepare() {
   cp -a logilab-common-${pkgver}{,-py3}
@@ -33,7 +33,7 @@
   cd logilab-common-${pkgver}
   # Hack to make it importable at this stage
   touch build/lib/logilab/__init__.py
-  PYTHONPATH=$PWD/build/lib:$PYTHONPATH python2 bin/pytest
+  PYTHONPATH=$PWD/build/lib:$PYTHONPATH python2 bin/pytest || warning Tests 
failed
   rm build/lib/logilab/__init__.py
 
   cd ../logilab-common-${pkgver}-py3


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

2015-07-14 Thread Jürgen Hötzel
Date: Tuesday, July 14, 2015 @ 12:40:15
  Author: juergen
Revision: 242200

Summary: gnucash depends on guile. Fixes #45137

Modified:
  gnucash/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-07-14 08:49:13 UTC (rev 242199)
+++ PKGBUILD2015-07-14 10:40:15 UTC (rev 242200)
@@ -9,7 +9,7 @@
 arch=('i686' 'x86_64')
 url=http://www.gnucash.org;
 license=(GPL)
-depends=('slib' 'goffice0.8' 'libdbi-drivers' 'libmariadbclient' 
'postgresql-libs' 'aqbanking' 'desktop-file-utils' 'webkitgtk2' 
'libgnome-keyring' 'libgnomecanvas')
+depends=('guile' 'slib' 'goffice0.8' 'libdbi-drivers' 'libmariadbclient' 
'postgresql-libs' 'aqbanking' 'desktop-file-utils' 'webkitgtk2' 
'libgnome-keyring' 'libgnomecanvas')
 makedepends=('intltool')
 optdepends=('evince: for print preview'
'yelp: help browser'


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

2015-07-14 Thread Jürgen Hötzel
Date: Tuesday, July 14, 2015 @ 12:48:33
  Author: juergen
Revision: 242201

Summary: update to 2.6.7-1

Modified:
  gnucash/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-07-14 10:40:15 UTC (rev 242200)
+++ PKGBUILD2015-07-14 10:48:33 UTC (rev 242201)
@@ -3,7 +3,7 @@
 # Contributor: Mark Schneider queue...@gmail.com
 
 pkgname=gnucash
-pkgver=2.6.6
+pkgver=2.6.7
 pkgrel=1
 pkgdesc=A personal and small-business financial-accounting application
 arch=('i686' 'x86_64')


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

2015-07-14 Thread Jürgen Hötzel
Date: Tuesday, July 14, 2015 @ 12:58:49
  Author: juergen
Revision: 242202

fix sha1sums

Modified:
  gnucash/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-07-14 10:48:33 UTC (rev 242201)
+++ PKGBUILD2015-07-14 10:58:49 UTC (rev 242202)
@@ -18,7 +18,7 @@
 options=('!makeflags' '!emptydirs')
 install=gnucash.install
 
source=(http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.bz2)
-sha1sums=('7a508743047202cc4c648ff188f92741010105a1')
+sha1sums=('93d51c45bdcc66bfcb1a1924622b48ca7f5ada17')
 
 prepare() {
   cd ${srcdir}/${pkgname}-${pkgver}


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

2015-07-14 Thread Martin Wimpress
Date: Tuesday, July 14, 2015 @ 14:21:45
  Author: flexiondotorg
Revision: 136826

upgpkg: mate-desktop 1.10.1-1 - New upstream release

Modified:
  mate-desktop/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-07-14 11:40:08 UTC (rev 136825)
+++ PKGBUILD2015-07-14 12:21:45 UTC (rev 136826)
@@ -3,7 +3,7 @@
 _ver=1.10
 pkgbase=mate-desktop
 pkgname=(${pkgbase} ${pkgbase}-gtk3)
-pkgver=${_ver}.0
+pkgver=${_ver}.1
 pkgrel=1
 pkgdesc=Library with common API for various MATE modules
 url=http://mate-desktop.org;
@@ -12,7 +12,7 @@
 depends=('dconf' 'gtk2' 'gtk3' 'startup-notification')
 makedepends=('gobject-introspection' 'mate-common' 'yelp-tools')
 
source=(http://pub.mate-desktop.org/releases/${_ver}/${pkgname}-${pkgver}.tar.xz;)
-sha1sums=('ec52966a5f47730c16a9a9c6c1b95b73d7afee84')
+sha1sums=('471adce0cb38610d41f2d69418feb84d4299f15a')
 install=${pkgbase}.install
 
 prepare() {
@@ -46,7 +46,7 @@
 groups=('mate')
 conflicts=(${pkgbase}-gtk3)
 depends=('dconf' 'gtk2' 'startup-notification')
-
+
 cd ${srcdir}/${pkgbase}-gtk2
 make DESTDIR=${pkgdir} install
 }
@@ -56,7 +56,7 @@
 groups=('mate-gtk3')
 conflicts=(${pkgbase})
 depends=('dconf' 'gtk3' 'startup-notification')
-
+
 cd ${srcdir}/${pkgbase}-gtk3
 make DESTDIR=${pkgdir} install
 }


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

2015-07-14 Thread Martin Wimpress
Date: Tuesday, July 14, 2015 @ 14:21:58
  Author: flexiondotorg
Revision: 136827

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

Added:
  mate-desktop/repos/community-i686/PKGBUILD
(from rev 136826, mate-desktop/trunk/PKGBUILD)
  mate-desktop/repos/community-i686/mate-desktop.install
(from rev 136826, mate-desktop/trunk/mate-desktop.install)
  mate-desktop/repos/community-x86_64/PKGBUILD
(from rev 136826, mate-desktop/trunk/PKGBUILD)
  mate-desktop/repos/community-x86_64/mate-desktop.install
(from rev 136826, mate-desktop/trunk/mate-desktop.install)
Deleted:
  mate-desktop/repos/community-i686/PKGBUILD
  mate-desktop/repos/community-i686/mate-desktop.install
  mate-desktop/repos/community-x86_64/PKGBUILD
  mate-desktop/repos/community-x86_64/mate-desktop.install

---+
 /PKGBUILD |  124 
 /mate-desktop.install |   22 +
 community-i686/PKGBUILD   |   63 
 community-i686/mate-desktop.install   |   11 --
 community-x86_64/PKGBUILD |   63 
 community-x86_64/mate-desktop.install |   11 --
 6 files changed, 146 insertions(+), 148 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-07-14 12:21:45 UTC (rev 136826)
+++ community-i686/PKGBUILD 2015-07-14 12:21:58 UTC (rev 136827)
@@ -1,63 +0,0 @@
-# Maintainer : Martin Wimpress c...@flexion.org
-
-_ver=1.10
-pkgbase=mate-desktop
-pkgname=(${pkgbase} ${pkgbase}-gtk3)
-pkgver=${_ver}.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=('dconf' 'gtk2' 'gtk3' 'startup-notification')
-makedepends=('gobject-introspection' 'mate-common' 'yelp-tools')
-optdepends=('yelp: for reading MATE help documents')
-source=(http://pub.mate-desktop.org/releases/${_ver}/${pkgname}-${pkgver}.tar.xz;)
-sha1sums=('ec52966a5f47730c16a9a9c6c1b95b73d7afee84')
-install=${pkgbase}.install
-
-prepare() {
-cd ${srcdir}
-mv ${pkgname}-${pkgver} ${pkgbase}-gtk2
-cp -a ${pkgbase}-gtk2 ${pkgbase}-gtk3
-}
-
-build() {
-cd ${srcdir}/${pkgbase}-gtk2
-./configure \
---prefix=/usr \
---with-gtk=2.0 \
---disable-static \
---disable-schemas-compile \
---enable-gtk-doc
-make
-
-cd ${srcdir}/${pkgbase}-gtk3
-./configure \
---prefix=/usr \
---with-gtk=3.0 \
---disable-static \
---disable-schemas-compile \
---enable-gtk-doc
-make
-}
-
-package_mate-desktop() {
-pkgdesc+=' (GTK2 version)'
-groups=('mate')
-conflicts=(${pkgbase}-gtk3)
-depends=('dconf' 'gtk2' 'startup-notification')
-
-cd ${srcdir}/${pkgbase}-gtk2
-make DESTDIR=${pkgdir} install
-}
-
-package_mate-desktop-gtk3() {
-pkgdesc+=' (GTK3 version [EXPERIMENTAL])'
-groups=('mate-gtk3')
-conflicts=(${pkgbase})
-depends=('dconf' 'gtk3' 'startup-notification')
-
-cd ${srcdir}/${pkgbase}-gtk3
-make DESTDIR=${pkgdir} install
-}

Copied: mate-desktop/repos/community-i686/PKGBUILD (from rev 136826, 
mate-desktop/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-07-14 12:21:58 UTC (rev 136827)
@@ -0,0 +1,62 @@
+# Maintainer : Martin Wimpress c...@flexion.org
+
+_ver=1.10
+pkgbase=mate-desktop
+pkgname=(${pkgbase} ${pkgbase}-gtk3)
+pkgver=${_ver}.1
+pkgrel=1
+pkgdesc=Library with common API for various MATE modules
+url=http://mate-desktop.org;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL')
+depends=('dconf' 'gtk2' 'gtk3' 'startup-notification')
+makedepends=('gobject-introspection' 'mate-common' 'yelp-tools')
+source=(http://pub.mate-desktop.org/releases/${_ver}/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('471adce0cb38610d41f2d69418feb84d4299f15a')
+install=${pkgbase}.install
+
+prepare() {
+cd ${srcdir}
+mv ${pkgname}-${pkgver} ${pkgbase}-gtk2
+cp -a ${pkgbase}-gtk2 ${pkgbase}-gtk3
+}
+
+build() {
+cd ${srcdir}/${pkgbase}-gtk2
+./configure \
+--prefix=/usr \
+--with-gtk=2.0 \
+--disable-static \
+--disable-schemas-compile \
+--enable-gtk-doc
+make
+
+cd ${srcdir}/${pkgbase}-gtk3
+./configure \
+--prefix=/usr \
+--with-gtk=3.0 \
+--disable-static \
+--disable-schemas-compile \
+--enable-gtk-doc
+make
+}
+
+package_mate-desktop() {
+pkgdesc+=' (GTK2 version)'
+groups=('mate')
+conflicts=(${pkgbase}-gtk3)
+depends=('dconf' 'gtk2' 'startup-notification')
+
+cd ${srcdir}/${pkgbase}-gtk2
+make DESTDIR=${pkgdir} install
+}
+
+package_mate-desktop-gtk3() {
+pkgdesc+=' (GTK3 version [EXPERIMENTAL])'
+

[arch-commits] Commit in mate-panel-gtk3/trunk (PKGBUILD fix-force-quit.patch)

2015-07-14 Thread Martin Wimpress
Date: Tuesday, July 14, 2015 @ 14:31:58
  Author: flexiondotorg
Revision: 136832

upgpkg: mate-panel-gtk3 1.10.1-1 - New upstream release

Modified:
  mate-panel-gtk3/trunk/PKGBUILD
Deleted:
  mate-panel-gtk3/trunk/fix-force-quit.patch

--+
 PKGBUILD |   18 +---
 fix-force-quit.patch |  108 -
 2 files changed, 4 insertions(+), 122 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-07-14 12:31:25 UTC (rev 136831)
+++ PKGBUILD2015-07-14 12:31:58 UTC (rev 136832)
@@ -3,8 +3,8 @@
 _ver=1.10
 _pkgbase=mate-panel
 pkgname=${_pkgbase}-gtk3
-pkgver=${_ver}.0
-pkgrel=4
+pkgver=${_ver}.1
+pkgrel=1
 pkgdesc=The MATE Panel (GTK3 version [EXPERIMENTAL])
 url=http://mate-desktop.org;
 arch=('i686' 'x86_64')
@@ -14,22 +14,12 @@
  'mate-menus=1.10' 'mate-desktop-gtk3=1.10')
 makedepends=('gobject-introspection' 'mate-common' 'yelp-tools')
 optdepends=('yelp: for reading MATE help documents')
-source=(http://pub.mate-desktop.org/releases/${_ver}/${_pkgbase}-${pkgver}.tar.xz;
-fix-force-quit.patch)
+source=(http://pub.mate-desktop.org/releases/${_ver}/${_pkgbase}-${pkgver}.tar.xz;)
 groups=('mate-gtk3')
 conflicts=(${_pkgbase})
-sha1sums=('632d7127fba8c5fa76f5dd951db89325c6ca3f89'
-  '4c89df9a32decc1be4181154a1fa8ba6282abd86')
+sha1sums=('e82156c5b732c22779ffcb03bbbcd3c01e3ce146')
 install=${_pkgbase}.install
 
-prepare() {
-cd ${srcdir}/${_pkgbase}-${pkgver}
-
-# Fix Force-Quit panel applet to avoid hang with GTK3
-# https://github.com/mate-desktop/mate-panel/pull/318
-patch -Np1 -i ../fix-force-quit.patch
-}
-
 build() {
 cd ${srcdir}/${_pkgbase}-${pkgver}
 ./configure \

Deleted: fix-force-quit.patch
===
--- fix-force-quit.patch2015-07-14 12:31:25 UTC (rev 136831)
+++ fix-force-quit.patch2015-07-14 12:31:58 UTC (rev 136832)
@@ -1,108 +0,0 @@
-From 2b8df1cf67516a9df1fb8931e88a06b452e890b5 Mon Sep 17 00:00:00 2001
-From: =?UTF-8?q?Ball=C3=B3=20Gy=C3=B6rgy?= ballog...@gmail.com
-Date: Mon, 29 Jun 2015 11:50:20 +0200
-Subject: [PATCH] Fix Force-Quit panel applet
-MIME-Version: 1.0
-Content-Type: text/plain; charset=UTF-8
-Content-Transfer-Encoding: 8bit
-
-This patch implements handling of XInput2 extension events in the applet.
-Without this patch, the applet fails to recognize such events (either mouse
-click for killing application, or escape key for exiting), hence freezing the
-desktop.
-
-Also fix the event mask in call of gdk_device_grab() for keyboard.
-
-Author: Sébastien Villemot sebast...@debian.org
-http://bugs.debian.org/698740

- mate-panel/panel-force-quit.c | 34 +++---
- 1 file changed, 27 insertions(+), 7 deletions(-)
-
-diff --git a/mate-panel/panel-force-quit.c b/mate-panel/panel-force-quit.c
-index 8231b8f..f0374e2 100644
 a/mate-panel/panel-force-quit.c
-+++ b/mate-panel/panel-force-quit.c
-@@ -32,6 +32,8 @@
- #include X11/Xlib.h
- #include X11/keysym.h
- 
-+#include X11/extensions/XInput2.h
-+
- #include panel-icon-names.h
- #include panel-stock-icons.h
- 
-@@ -261,22 +263,23 @@ kill_window_question (gpointer window)
- 
- static void 
- handle_button_press_event (GtkWidget *popup,
-- XKeyEvent *event)
-+ Display *display,
-+ Window subwindow)
- {
-   Window window;
- 
-   remove_popup (popup);
- 
--  if (event-subwindow == None)
-+  if (subwindow == None)
-   return;
- 
-   if (wm_state_atom == None)
--  wm_state_atom = XInternAtom (event-display, WM_STATE, FALSE);
-+  wm_state_atom = XInternAtom (display, WM_STATE, FALSE);
- 
--  window = find_managed_window (event-display, event-subwindow);
-+  window = find_managed_window (display, subwindow);
- 
-   if (window != None) {
--  if (!gdk_x11_window_lookup_for_display (gdk_x11_lookup_xdisplay 
(event-display), window))
-+  if (!gdk_x11_window_lookup_for_display (gdk_x11_lookup_xdisplay 
(display), window))
-   kill_window_question ((gpointer) window);
-   }
- }
-@@ -287,10 +290,12 @@ popup_filter (GdkXEvent *gdk_xevent,
- GtkWidget *popup)
- {
-   XEvent *xevent = (XEvent *) gdk_xevent;
-+  XIEvent *xiev;
-+  XIDeviceEvent *xidev;
- 
-   switch (xevent-type) {
-   case ButtonPress:
--  handle_button_press_event (popup, xevent-xkey);
-+  handle_button_press_event (popup, xevent-xbutton.display, 
xevent-xbutton.subwindow);
-   return GDK_FILTER_REMOVE;
-   case KeyPress:
-   if (xevent-xkey.keycode == XKeysymToKeycode 
(xevent-xany.display, XK_Escape)) {
-@@ -298,6 +303,21 @@ popup_filter (GdkXEvent *gdk_xevent,
-   return GDK_FILTER_REMOVE;
-  

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

2015-07-14 Thread Martin Wimpress
Date: Tuesday, July 14, 2015 @ 14:31:25
  Author: flexiondotorg
Revision: 136831

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

Added:
  mate-panel/repos/community-i686/PKGBUILD
(from rev 136830, mate-panel/trunk/PKGBUILD)
  mate-panel/repos/community-i686/mate-panel.install
(from rev 136830, mate-panel/trunk/mate-panel.install)
  mate-panel/repos/community-x86_64/PKGBUILD
(from rev 136830, mate-panel/trunk/PKGBUILD)
  mate-panel/repos/community-x86_64/mate-panel.install
(from rev 136830, mate-panel/trunk/mate-panel.install)
Deleted:
  mate-panel/repos/community-i686/PKGBUILD
  mate-panel/repos/community-i686/mate-panel.install
  mate-panel/repos/community-x86_64/PKGBUILD
  mate-panel/repos/community-x86_64/mate-panel.install

-+
 /PKGBUILD   |   78 ++
 /mate-panel.install |   24 ++
 community-i686/PKGBUILD |   39 -
 community-i686/mate-panel.install   |   12 -
 community-x86_64/PKGBUILD   |   39 -
 community-x86_64/mate-panel.install |   12 -
 6 files changed, 102 insertions(+), 102 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-07-14 12:31:15 UTC (rev 136830)
+++ community-i686/PKGBUILD 2015-07-14 12:31:25 UTC (rev 136831)
@@ -1,39 +0,0 @@
-# Maintainer : Martin Wimpress c...@flexion.org
-
-_ver=1.10
-_pkgbase=mate-panel
-pkgname=${_pkgbase}
-pkgver=${_ver}.0
-pkgrel=3
-pkgdesc=The MATE Panel (GTK2 version)
-url=http://mate-desktop.org;
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('dbus-glib' 'dconf' 'gtk2' 'libwnck' 'libcanberra' 'libice'
- 'libmateweather=1.10' 'librsvg' 'libsm' 'libsoup' 'libxau'
- 'mate-menus=1.10' 'mate-desktop=1.10')
-makedepends=('gobject-introspection' 'mate-common' 'yelp-tools')
-optdepends=('yelp: for reading MATE help documents')
-source=(http://pub.mate-desktop.org/releases/${_ver}/${_pkgbase}-${pkgver}.tar.xz;)
-groups=('mate')
-conflicts=(${_pkgbase}-gtk3)
-sha1sums=('632d7127fba8c5fa76f5dd951db89325c6ca3f89')
-install=${_pkgbase}.install
-
-build() {
-cd ${srcdir}/${_pkgbase}-${pkgver}
-./configure \
---prefix=/usr \
---libexecdir=/usr/lib/${_pkgbase} \
---sysconfdir=/etc \
---localstatedir=/var \
---with-gtk=2.0 \
---enable-introspection \
---disable-static
-make
-}
-
-package() {
-cd ${srcdir}/${_pkgbase}-${pkgver}
-make DESTDIR=${pkgdir} install
-}

Copied: mate-panel/repos/community-i686/PKGBUILD (from rev 136830, 
mate-panel/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-07-14 12:31:25 UTC (rev 136831)
@@ -0,0 +1,39 @@
+# Maintainer : Martin Wimpress c...@flexion.org
+
+_ver=1.10
+_pkgbase=mate-panel
+pkgname=${_pkgbase}
+pkgver=${_ver}.1
+pkgrel=1
+pkgdesc=The MATE Panel (GTK2 version)
+url=http://mate-desktop.org;
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('dbus-glib' 'dconf' 'gtk2' 'libwnck' 'libcanberra' 'libice'
+ 'libmateweather=1.10' 'librsvg' 'libsm' 'libsoup' 'libxau'
+ 'mate-menus=1.10' 'mate-desktop=1.10')
+makedepends=('gobject-introspection' 'mate-common' 'yelp-tools')
+optdepends=('yelp: for reading MATE help documents')
+source=(http://pub.mate-desktop.org/releases/${_ver}/${_pkgbase}-${pkgver}.tar.xz;)
+groups=('mate')
+conflicts=(${_pkgbase}-gtk3)
+sha1sums=('e82156c5b732c22779ffcb03bbbcd3c01e3ce146')
+install=${_pkgbase}.install
+
+build() {
+cd ${srcdir}/${_pkgbase}-${pkgver}
+./configure \
+--prefix=/usr \
+--libexecdir=/usr/lib/${_pkgbase} \
+--sysconfdir=/etc \
+--localstatedir=/var \
+--with-gtk=2.0 \
+--enable-introspection \
+--disable-static
+make
+}
+
+package() {
+cd ${srcdir}/${_pkgbase}-${pkgver}
+make DESTDIR=${pkgdir} install
+}

Deleted: community-i686/mate-panel.install
===
--- community-i686/mate-panel.install   2015-07-14 12:31:15 UTC (rev 136830)
+++ community-i686/mate-panel.install   2015-07-14 12:31:25 UTC (rev 136831)
@@ -1,12 +0,0 @@
-post_install() {
-glib-compile-schemas /usr/share/glib-2.0/schemas/
-gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
-}
-
-post_upgrade() {
-post_install
-}
-
-post_remove() {
-post_install
-}

Copied: mate-panel/repos/community-i686/mate-panel.install (from rev 136830, 
mate-panel/trunk/mate-panel.install)
===
--- community-i686/mate-panel.install   (rev 0)
+++ community-i686/mate-panel.install   2015-07-14 12:31:25 UTC (rev 136831)
@@ -0,0 +1,12 @@
+post_install() {
+

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

2015-07-14 Thread Martin Wimpress
Date: Tuesday, July 14, 2015 @ 14:32:04
  Author: flexiondotorg
Revision: 136833

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

Added:
  mate-panel-gtk3/repos/community-i686/PKGBUILD
(from rev 136832, mate-panel-gtk3/trunk/PKGBUILD)
  mate-panel-gtk3/repos/community-i686/mate-panel.install
(from rev 136832, mate-panel-gtk3/trunk/mate-panel.install)
  mate-panel-gtk3/repos/community-x86_64/PKGBUILD
(from rev 136832, mate-panel-gtk3/trunk/PKGBUILD)
  mate-panel-gtk3/repos/community-x86_64/mate-panel.install
(from rev 136832, mate-panel-gtk3/trunk/mate-panel.install)
Deleted:
  mate-panel-gtk3/repos/community-i686/PKGBUILD
  mate-panel-gtk3/repos/community-i686/fix-force-quit.patch
  mate-panel-gtk3/repos/community-i686/mate-panel.install
  mate-panel-gtk3/repos/community-x86_64/PKGBUILD
  mate-panel-gtk3/repos/community-x86_64/fix-force-quit.patch
  mate-panel-gtk3/repos/community-x86_64/mate-panel.install

---+
 /PKGBUILD |   78 +++
 /mate-panel.install   |   24 +++
 community-i686/PKGBUILD   |   49 --
 community-i686/fix-force-quit.patch   |  108 
 community-i686/mate-panel.install |   12 ---
 community-x86_64/PKGBUILD |   49 --
 community-x86_64/fix-force-quit.patch |  108 
 community-x86_64/mate-panel.install   |   12 ---
 8 files changed, 102 insertions(+), 338 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-07-14 12:31:58 UTC (rev 136832)
+++ community-i686/PKGBUILD 2015-07-14 12:32:04 UTC (rev 136833)
@@ -1,49 +0,0 @@
-# Maintainer : Martin Wimpress c...@flexion.org
-
-_ver=1.10
-_pkgbase=mate-panel
-pkgname=${_pkgbase}-gtk3
-pkgver=${_ver}.0
-pkgrel=4
-pkgdesc=The MATE Panel (GTK3 version [EXPERIMENTAL])
-url=http://mate-desktop.org;
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('dbus-glib' 'dconf' 'gtk3' 'libwnck3' 'libcanberra' 'libice'
- 'libmateweather-gtk3=1.10' 'librsvg' 'libsm' 'libsoup' 'libxau'
- 'mate-menus=1.10' 'mate-desktop-gtk3=1.10')
-makedepends=('gobject-introspection' 'mate-common' 'yelp-tools')
-optdepends=('yelp: for reading MATE help documents')
-source=(http://pub.mate-desktop.org/releases/${_ver}/${_pkgbase}-${pkgver}.tar.xz;
-fix-force-quit.patch)
-groups=('mate-gtk3')
-conflicts=(${_pkgbase})
-sha1sums=('632d7127fba8c5fa76f5dd951db89325c6ca3f89'
-  '4c89df9a32decc1be4181154a1fa8ba6282abd86')
-install=${_pkgbase}.install
-
-prepare() {
-cd ${srcdir}/${_pkgbase}-${pkgver}
-
-# Fix Force-Quit panel applet to avoid hang with GTK3
-# https://github.com/mate-desktop/mate-panel/pull/318
-patch -Np1 -i ../fix-force-quit.patch
-}
-
-build() {
-cd ${srcdir}/${_pkgbase}-${pkgver}
-./configure \
---prefix=/usr \
---libexecdir=/usr/lib/${_pkgbase} \
---sysconfdir=/etc \
---localstatedir=/var \
---with-gtk=3.0 \
---enable-introspection \
---disable-static
-make
-}
-
-package() {
-cd ${srcdir}/${_pkgbase}-${pkgver}
-make DESTDIR=${pkgdir} install
-}

Copied: mate-panel-gtk3/repos/community-i686/PKGBUILD (from rev 136832, 
mate-panel-gtk3/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-07-14 12:32:04 UTC (rev 136833)
@@ -0,0 +1,39 @@
+# Maintainer : Martin Wimpress c...@flexion.org
+
+_ver=1.10
+_pkgbase=mate-panel
+pkgname=${_pkgbase}-gtk3
+pkgver=${_ver}.1
+pkgrel=1
+pkgdesc=The MATE Panel (GTK3 version [EXPERIMENTAL])
+url=http://mate-desktop.org;
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('dbus-glib' 'dconf' 'gtk3' 'libwnck3' 'libcanberra' 'libice'
+ 'libmateweather-gtk3=1.10' 'librsvg' 'libsm' 'libsoup' 'libxau'
+ 'mate-menus=1.10' 'mate-desktop-gtk3=1.10')
+makedepends=('gobject-introspection' 'mate-common' 'yelp-tools')
+optdepends=('yelp: for reading MATE help documents')
+source=(http://pub.mate-desktop.org/releases/${_ver}/${_pkgbase}-${pkgver}.tar.xz;)
+groups=('mate-gtk3')
+conflicts=(${_pkgbase})
+sha1sums=('e82156c5b732c22779ffcb03bbbcd3c01e3ce146')
+install=${_pkgbase}.install
+
+build() {
+cd ${srcdir}/${_pkgbase}-${pkgver}
+./configure \
+--prefix=/usr \
+--libexecdir=/usr/lib/${_pkgbase} \
+--sysconfdir=/etc \
+--localstatedir=/var \
+--with-gtk=3.0 \
+--enable-introspection \
+--disable-static
+make
+}
+
+package() {
+cd ${srcdir}/${_pkgbase}-${pkgver}
+make DESTDIR=${pkgdir} install
+}

Deleted: community-i686/fix-force-quit.patch
===
--- community-i686/fix-force-quit.patch 2015-07-14 12:31:58 

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

2015-07-14 Thread Martin Wimpress
Date: Tuesday, July 14, 2015 @ 14:31:15
  Author: flexiondotorg
Revision: 136830

upgpkg: mate-panel 1.10.1-1 - New upstream release

Modified:
  mate-panel/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-07-14 12:24:12 UTC (rev 136829)
+++ PKGBUILD2015-07-14 12:31:15 UTC (rev 136830)
@@ -3,8 +3,8 @@
 _ver=1.10
 _pkgbase=mate-panel
 pkgname=${_pkgbase}
-pkgver=${_ver}.0
-pkgrel=3
+pkgver=${_ver}.1
+pkgrel=1
 pkgdesc=The MATE Panel (GTK2 version)
 url=http://mate-desktop.org;
 arch=('i686' 'x86_64')
@@ -17,7 +17,7 @@
 
source=(http://pub.mate-desktop.org/releases/${_ver}/${_pkgbase}-${pkgver}.tar.xz;)
 groups=('mate')
 conflicts=(${_pkgbase}-gtk3)
-sha1sums=('632d7127fba8c5fa76f5dd951db89325c6ca3f89')
+sha1sums=('e82156c5b732c22779ffcb03bbbcd3c01e3ce146')
 install=${_pkgbase}.install
 
 build() {


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

2015-07-14 Thread Martin Wimpress
Date: Tuesday, July 14, 2015 @ 14:46:10
  Author: flexiondotorg
Revision: 136842

upgpkg: atril 1.10.1-1 - New upstream release

Modified:
  atril/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-07-14 12:42:44 UTC (rev 136841)
+++ PKGBUILD2015-07-14 12:46:10 UTC (rev 136842)
@@ -3,7 +3,7 @@
 _ver=1.10
 _pkgbase=atril
 pkgname=(${_pkgbase})
-pkgver=${_ver}.0
+pkgver=${_ver}.1
 pkgrel=1
 pkgdesc=MATE document viewer (GTK2 version)
 url=http://mate-desktop.org;
@@ -21,7 +21,7 @@
 groups=('mate-extra')
 conflicts=(${_pkgbase}-gtk3)
 
source=(http://pub.mate-desktop.org/releases/${_ver}/${_pkgbase}-${pkgver}.tar.xz;)
-sha1sums=('7abd5b9310d88cb5da05248f1c55bb9ac069ac28')
+sha1sums=('5560b9d4f7c5ba07390cc0217453b0e9986542e4')
 install=${_pkgbase}.install
 
 build() {


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

2015-07-14 Thread Martin Wimpress
Date: Tuesday, July 14, 2015 @ 14:46:18
  Author: flexiondotorg
Revision: 136843

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

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

+
 /PKGBUILD  |   98 +++
 /atril.install |   26 ++
 community-i686/PKGBUILD|   51 
 community-i686/atril.install   |   13 -
 community-x86_64/PKGBUILD  |   51 
 community-x86_64/atril.install |   13 -
 6 files changed, 124 insertions(+), 128 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-07-14 12:46:10 UTC (rev 136842)
+++ community-i686/PKGBUILD 2015-07-14 12:46:18 UTC (rev 136843)
@@ -1,51 +0,0 @@
-# Maintainer : Martin Wimpress c...@flexion.org
-
-_ver=1.10
-_pkgbase=atril
-pkgname=(${_pkgbase})
-pkgver=${_ver}.0
-pkgrel=1
-pkgdesc=MATE document viewer (GTK2 version)
-url=http://mate-desktop.org;
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('dconf' 'dbus' 'desktop-file-utils' 'gtk2' 'libsecret' 'libsm' 
'libspectre'
- 'mate-desktop=1.10' 'mate-icon-theme' 'poppler-glib' 'webkitgtk2' 
'zlib')
-makedepends=('caja=1.10' 'djvulibre' 'gobject-introspection' 'libgxps'
- 'mate-common' 'texlive-bin' 'yelp-tools')
-optdepends=('caja: Document Properties extension'
-'djvulibre: DjVu support'
-'libgxps: XPS support'
-'p7zip: cbz and cb7 compressed comic books'
-'texlive-bin: DVI support'
-'unrar: cbr compressed comic books'
-'yelp: for reading MATE help documents')
-groups=('mate-extra')
-conflicts=(${_pkgbase}-gtk3)
-source=(http://pub.mate-desktop.org/releases/${_ver}/${_pkgbase}-${pkgver}.tar.xz;)
-sha1sums=('7abd5b9310d88cb5da05248f1c55bb9ac069ac28')
-install=${_pkgbase}.install
-
-build() {
-cd ${srcdir}/${_pkgbase}-${pkgver}
-./configure \
---prefix=/usr \
---libexecdir=/usr/lib/${_pkgbase} \
---with-gtk=2.0 \
---enable-gtk-doc \
---enable-djvu \
---enable-dvi \
---enable-epub \
---enable-t1lib \
---enable-pixbuf \
---enable-comics \
---enable-xps \
---enable-introspection \
---disable-static
-make
-}
-
-package() {
-cd ${srcdir}/${_pkgbase}-${pkgver}
-make DESTDIR=${pkgdir} install
-}

Copied: atril/repos/community-i686/PKGBUILD (from rev 136842, 
atril/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-07-14 12:46:18 UTC (rev 136843)
@@ -0,0 +1,49 @@
+# Maintainer : Martin Wimpress c...@flexion.org
+
+_ver=1.10
+_pkgbase=atril
+pkgname=(${_pkgbase})
+pkgver=${_ver}.1
+pkgrel=1
+pkgdesc=MATE document viewer (GTK2 version)
+url=http://mate-desktop.org;
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('dconf' 'dbus' 'desktop-file-utils' 'gtk2' 'libsecret' 'libsm' 
'libspectre'
+ 'mate-desktop=1.10' 'mate-icon-theme' 'poppler-glib' 'webkitgtk2' 
'zlib')
+makedepends=('caja=1.10' 'djvulibre' 'gobject-introspection' 'libgxps'
+ 'mate-common' 'texlive-bin' 'yelp-tools')
+optdepends=('caja: Document Properties extension'
+'djvulibre: DjVu support'
+'libgxps: XPS support'
+'texlive-bin: DVI support'
+'yelp: for reading MATE help documents')
+groups=('mate-extra')
+conflicts=(${_pkgbase}-gtk3)
+source=(http://pub.mate-desktop.org/releases/${_ver}/${_pkgbase}-${pkgver}.tar.xz;)
+sha1sums=('5560b9d4f7c5ba07390cc0217453b0e9986542e4')
+install=${_pkgbase}.install
+
+build() {
+cd ${srcdir}/${_pkgbase}-${pkgver}
+./configure \
+--prefix=/usr \
+--libexecdir=/usr/lib/${_pkgbase} \
+--with-gtk=2.0 \
+--enable-gtk-doc \
+--enable-djvu \
+--enable-dvi \
+--enable-epub \
+--enable-t1lib \
+--enable-pixbuf \
+--enable-comics \
+--enable-xps \
+--enable-introspection \
+--disable-static
+make
+}
+
+package() {
+cd ${srcdir}/${_pkgbase}-${pkgver}
+make DESTDIR=${pkgdir} install
+}

Deleted: community-i686/atril.install
===
--- community-i686/atril.install2015-07-14 12:46:10 

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

2015-07-14 Thread Martin Wimpress
Date: Tuesday, July 14, 2015 @ 15:13:47
  Author: flexiondotorg
Revision: 136868

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

Added:
  mate-session-manager-gtk3/repos/community-i686/PKGBUILD
(from rev 136867, mate-session-manager-gtk3/trunk/PKGBUILD)
  mate-session-manager-gtk3/repos/community-i686/mate-session-manager.install
(from rev 136867, 
mate-session-manager-gtk3/trunk/mate-session-manager.install)
  mate-session-manager-gtk3/repos/community-x86_64/PKGBUILD
(from rev 136867, mate-session-manager-gtk3/trunk/PKGBUILD)
  mate-session-manager-gtk3/repos/community-x86_64/mate-session-manager.install
(from rev 136867, 
mate-session-manager-gtk3/trunk/mate-session-manager.install)
Deleted:
  mate-session-manager-gtk3/repos/community-i686/PKGBUILD
  mate-session-manager-gtk3/repos/community-i686/mate-session-manager.install
  mate-session-manager-gtk3/repos/community-x86_64/PKGBUILD
  mate-session-manager-gtk3/repos/community-x86_64/mate-session-manager.install

---+
 /PKGBUILD |   82 
 /mate-session-manager.install |   24 +++
 community-i686/PKGBUILD   |   41 
 community-i686/mate-session-manager.install   |   12 ---
 community-x86_64/PKGBUILD |   41 
 community-x86_64/mate-session-manager.install |   12 ---
 6 files changed, 106 insertions(+), 106 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-07-14 13:13:41 UTC (rev 136867)
+++ community-i686/PKGBUILD 2015-07-14 13:13:47 UTC (rev 136868)
@@ -1,41 +0,0 @@
-# Maintainer : Martin Wimpress c...@flexion.org
-
-_ver=1.10
-_pkgbase=mate-session-manager
-pkgname=(${_pkgbase}-gtk3)
-pkgver=${_ver}.1
-pkgrel=2
-pkgdesc=The MATE Session Handler (GTK3 version [EXPERIMENTAL])
-url=http://mate-desktop.org;
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL')
-depends=('dbus-glib' 'gtk3' 'libsm' 'libxtst' 'mate-desktop-gtk3=1.10'
- 'mate-polkit-gtk3=1.10' 'mate-settings-daemon-gtk3=1.10' 
'ttf-dejavu'
- 'xdg-user-dirs')
-makedepends=('mate-common' 'pangox-compat' 'xmlto')
-optdepends=('lightdm-gtk-greeter: A lightweight display manager'
-'onboard: On-screen keyboard useful for mobility impaired users'
-'orca: Screen reader for blind or visually impaired individuals'
-'xdg-user-dirs-gtk: Add autostart that prompts to rename user 
directories when switching locales')
-groups=('mate-gtk3')
-conflicts=(${_pkgbase})
-source=(http://pub.mate-desktop.org/releases/${_ver}/${_pkgbase}-${pkgver}.tar.xz;)
-sha1sums=('e3b3a2a37d8b56c12a48c33522c198b24d90314d')
-install=${_pkgbase}.install
-
-build() {
-cd ${srcdir}/${_pkgbase}-${pkgver}
-./configure \
---prefix=/usr \
---libexecdir=/usr/lib/${_pkgbase} \
---sysconfdir=/etc \
---localstatedir=/var \
---with-gtk=3.0 \
---disable-upower
-make
-}
-
-package() {
-cd ${srcdir}/${_pkgbase}-${pkgver}
-make DESTDIR=${pkgdir} install
-}

Copied: mate-session-manager-gtk3/repos/community-i686/PKGBUILD (from rev 
136867, mate-session-manager-gtk3/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-07-14 13:13:47 UTC (rev 136868)
@@ -0,0 +1,41 @@
+# Maintainer : Martin Wimpress c...@flexion.org
+
+_ver=1.10
+_pkgbase=mate-session-manager
+pkgname=(${_pkgbase}-gtk3)
+pkgver=${_ver}.2
+pkgrel=1
+pkgdesc=The MATE Session Handler (GTK3 version [EXPERIMENTAL])
+url=http://mate-desktop.org;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL')
+depends=('dbus-glib' 'gtk3' 'libsm' 'libxtst' 'mate-desktop-gtk3=1.10'
+ 'mate-polkit-gtk3=1.10' 'mate-settings-daemon-gtk3=1.10' 
'ttf-dejavu'
+ 'xdg-user-dirs')
+makedepends=('mate-common' 'pangox-compat' 'xmlto')
+optdepends=('lightdm-gtk-greeter: A lightweight display manager'
+'onboard: On-screen keyboard useful for mobility impaired users'
+'orca: Screen reader for blind or visually impaired individuals'
+'xdg-user-dirs-gtk: Add autostart that prompts to rename user 
directories when switching locales')
+groups=('mate-gtk3')
+conflicts=(${_pkgbase})
+source=(http://pub.mate-desktop.org/releases/${_ver}/${_pkgbase}-${pkgver}.tar.xz;)
+sha1sums=('66a773e2aa75c4b2f1c29ce64cd01f1cf0589d3b')
+install=${_pkgbase}.install
+
+build() {
+cd ${srcdir}/${_pkgbase}-${pkgver}
+./configure \
+--prefix=/usr \
+--libexecdir=/usr/lib/${_pkgbase} \
+--sysconfdir=/etc \
+--localstatedir=/var \
+--with-gtk=3.0 \
+--disable-upower
+make
+}
+
+package() {
+cd ${srcdir}/${_pkgbase}-${pkgver}
+make DESTDIR=${pkgdir} install
+}

Deleted: 

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

2015-07-14 Thread Martin Wimpress
Date: Tuesday, July 14, 2015 @ 15:13:41
  Author: flexiondotorg
Revision: 136867

upgpkg: mate-session-manager-gtk3 1.10.2-1 - New upstream release

Modified:
  mate-session-manager-gtk3/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-07-14 13:12:23 UTC (rev 136866)
+++ PKGBUILD2015-07-14 13:13:41 UTC (rev 136867)
@@ -3,8 +3,8 @@
 _ver=1.10
 _pkgbase=mate-session-manager
 pkgname=(${_pkgbase}-gtk3)
-pkgver=${_ver}.1
-pkgrel=2
+pkgver=${_ver}.2
+pkgrel=1
 pkgdesc=The MATE Session Handler (GTK3 version [EXPERIMENTAL])
 url=http://mate-desktop.org;
 arch=('i686' 'x86_64')
@@ -20,7 +20,7 @@
 groups=('mate-gtk3')
 conflicts=(${_pkgbase})
 
source=(http://pub.mate-desktop.org/releases/${_ver}/${_pkgbase}-${pkgver}.tar.xz;)
-sha1sums=('e3b3a2a37d8b56c12a48c33522c198b24d90314d')
+sha1sums=('66a773e2aa75c4b2f1c29ce64cd01f1cf0589d3b')
 install=${_pkgbase}.install
 
 build() {


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

2015-07-14 Thread Martin Wimpress
Date: Tuesday, July 14, 2015 @ 15:18:18
  Author: flexiondotorg
Revision: 136872

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

Added:
  mate-settings-daemon-gtk3/repos/community-i686/PKGBUILD
(from rev 136871, mate-settings-daemon-gtk3/trunk/PKGBUILD)
  mate-settings-daemon-gtk3/repos/community-i686/mate-settings-daemon.install
(from rev 136871, 
mate-settings-daemon-gtk3/trunk/mate-settings-daemon.install)
  mate-settings-daemon-gtk3/repos/community-x86_64/PKGBUILD
(from rev 136871, mate-settings-daemon-gtk3/trunk/PKGBUILD)
  mate-settings-daemon-gtk3/repos/community-x86_64/mate-settings-daemon.install
(from rev 136871, 
mate-settings-daemon-gtk3/trunk/mate-settings-daemon.install)
Deleted:
  mate-settings-daemon-gtk3/repos/community-i686/PKGBUILD
  mate-settings-daemon-gtk3/repos/community-i686/mate-settings-daemon.install
  mate-settings-daemon-gtk3/repos/community-x86_64/PKGBUILD
  mate-settings-daemon-gtk3/repos/community-x86_64/mate-settings-daemon.install

---+
 /PKGBUILD |   74 
 /mate-settings-daemon.install |   24 +++
 community-i686/PKGBUILD   |   37 
 community-i686/mate-settings-daemon.install   |   12 ---
 community-x86_64/PKGBUILD |   37 
 community-x86_64/mate-settings-daemon.install |   12 ---
 6 files changed, 98 insertions(+), 98 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-07-14 13:18:10 UTC (rev 136871)
+++ community-i686/PKGBUILD 2015-07-14 13:18:18 UTC (rev 136872)
@@ -1,37 +0,0 @@
-# Maintainer : Martin Wimpress c...@flexion.org
-
-_ver=1.10
-_pkgbase=mate-settings-daemon
-pkgname=(${_pkgbase}-gtk3)
-pkgver=${_ver}.0
-pkgrel=1
-pkgdesc=The MATE Settings daemon (GTK3 version [EXPERIMENTAL])
-url=http://mate-desktop.org;
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('dbus-glib' 'dconf' 'fontconfig' 'gtk3' 'libcanberra-pulse'
- 'libmatekbd-gtk3=1.10' 'libmatemixer' 'libnotify' 'libxt'
- 'mate-desktop-gtk3=1.10' 'nss' 'polkit')
-makedepends=('mate-common')
-groups=('mate-gtk3')
-conflicts=(${_pkgbase} ${_pkgbase}-gstreamer ${_pkgbase}-pulseaudio)
-source=(http://pub.mate-desktop.org/releases/${_ver}/${_pkgbase}-${pkgver}.tar.xz;)
-sha1sums=('ca2895f20c660f178317ef5e1b480bfddf9c34fc')
-install=${_pkgbase}.install
-
-build() {
-cd ${srcdir}/${_pkgbase}-${pkgver}
-./configure \
---prefix=/usr \
---libexecdir=/usr/lib/${_pkgbase} \
---sysconfdir=/etc \
---with-gtk=3.0 \
---enable-polkit \
---disable-static
-make
-}
-
-package() {
-cd ${srcdir}/${_pkgbase}-${pkgver}
-make DESTDIR=${pkgdir} install
-}

Copied: mate-settings-daemon-gtk3/repos/community-i686/PKGBUILD (from rev 
136871, mate-settings-daemon-gtk3/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-07-14 13:18:18 UTC (rev 136872)
@@ -0,0 +1,37 @@
+# Maintainer : Martin Wimpress c...@flexion.org
+
+_ver=1.10
+_pkgbase=mate-settings-daemon
+pkgname=(${_pkgbase}-gtk3)
+pkgver=${_ver}.1
+pkgrel=1
+pkgdesc=The MATE Settings daemon (GTK3 version [EXPERIMENTAL])
+url=http://mate-desktop.org;
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('dbus-glib' 'dconf' 'fontconfig' 'gtk3' 'libcanberra-pulse'
+ 'libmatekbd-gtk3=1.10' 'libmatemixer' 'libnotify' 'libxt'
+ 'mate-desktop-gtk3=1.10' 'nss' 'polkit')
+makedepends=('mate-common')
+groups=('mate-gtk3')
+conflicts=(${_pkgbase} ${_pkgbase}-gstreamer ${_pkgbase}-pulseaudio)
+source=(http://pub.mate-desktop.org/releases/${_ver}/${_pkgbase}-${pkgver}.tar.xz;)
+sha1sums=('32f9b1e6a899607b69e8d489817fa5dea0f9a4a3')
+install=${_pkgbase}.install
+
+build() {
+cd ${srcdir}/${_pkgbase}-${pkgver}
+./configure \
+--prefix=/usr \
+--libexecdir=/usr/lib/${_pkgbase} \
+--sysconfdir=/etc \
+--with-gtk=3.0 \
+--enable-polkit \
+--disable-static
+make
+}
+
+package() {
+cd ${srcdir}/${_pkgbase}-${pkgver}
+make DESTDIR=${pkgdir} install
+}

Deleted: community-i686/mate-settings-daemon.install
===
--- community-i686/mate-settings-daemon.install 2015-07-14 13:18:10 UTC (rev 
136871)
+++ community-i686/mate-settings-daemon.install 2015-07-14 13:18:18 UTC (rev 
136872)
@@ -1,12 +0,0 @@
-post_install() {
-glib-compile-schemas /usr/share/glib-2.0/schemas/
-gtk-update-icon-cache -q -t -f /usr/share/icons/mate
-}
-
-post_upgrade() {
-post_install
-}
-
-post_remove() {
-post_install
-}

Copied: 
mate-settings-daemon-gtk3/repos/community-i686/mate-settings-daemon.install 
(from rev 136871, 

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

2015-07-14 Thread Martin Wimpress
Date: Tuesday, July 14, 2015 @ 15:18:10
  Author: flexiondotorg
Revision: 136871

upgpkg: mate-settings-daemon-gtk3 1.10.1-1 - New upstream release

Modified:
  mate-settings-daemon-gtk3/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-07-14 13:16:07 UTC (rev 136870)
+++ PKGBUILD2015-07-14 13:18:10 UTC (rev 136871)
@@ -3,7 +3,7 @@
 _ver=1.10
 _pkgbase=mate-settings-daemon
 pkgname=(${_pkgbase}-gtk3)
-pkgver=${_ver}.0
+pkgver=${_ver}.1
 pkgrel=1
 pkgdesc=The MATE Settings daemon (GTK3 version [EXPERIMENTAL])
 url=http://mate-desktop.org;
@@ -16,7 +16,7 @@
 groups=('mate-gtk3')
 conflicts=(${_pkgbase} ${_pkgbase}-gstreamer ${_pkgbase}-pulseaudio)
 
source=(http://pub.mate-desktop.org/releases/${_ver}/${_pkgbase}-${pkgver}.tar.xz;)
-sha1sums=('ca2895f20c660f178317ef5e1b480bfddf9c34fc')
+sha1sums=('32f9b1e6a899607b69e8d489817fa5dea0f9a4a3')
 install=${_pkgbase}.install
 
 build() {


[arch-commits] Commit in mate-themes/repos/community-any (4 files)

2015-07-14 Thread Martin Wimpress
Date: Tuesday, July 14, 2015 @ 14:24:12
  Author: flexiondotorg
Revision: 136829

archrelease: copy trunk to community-any

Added:
  mate-themes/repos/community-any/PKGBUILD
(from rev 136828, mate-themes/trunk/PKGBUILD)
  mate-themes/repos/community-any/mate-themes.install
(from rev 136828, mate-themes/trunk/mate-themes.install)
Deleted:
  mate-themes/repos/community-any/PKGBUILD
  mate-themes/repos/community-any/mate-themes.install

-+
 PKGBUILD|   64 +-
 mate-themes.install |   24 +-
 2 files changed, 44 insertions(+), 44 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-07-14 12:24:08 UTC (rev 136828)
+++ PKGBUILD2015-07-14 12:24:12 UTC (rev 136829)
@@ -1,32 +0,0 @@
-# Maintainer : Martin Wimpress c...@flexion.org
-
-_ver=1.10
-_gtkver=3.16
-pkgname=mate-themes
-pkgver=${_ver}.1
-pkgrel=3
-pkgdesc=Default themes for the MATE desktop
-url=http://mate-desktop.org;
-arch=('any')
-license=('GPL')
-depends=('gtk-engines' 'gtk-engine-murrine' 'librsvg' 'mate-icon-theme')
-makedepends=('mate-common' 'icon-naming-utils')
-groups=('mate' 'mate-gtk3')
-source=(http://pub.mate-desktop.org/releases/${_ver}/${pkgname}-gtk${_gtkver}-${pkgver}.tar.xz;)
-sha1sums=('5260bc5841ac7a47695902de3741853eaf71f313')
-install=${pkgname}.install
-
-build() {
-cd ${srcdir}/${pkgname}-gtk${_gtkver}-${pkgver}
-./configure \
---prefix=/usr \
---enable-all-themes \
---enable-test-themes \
---disable-placeholders
-make
-}
-
-package() {
-cd ${srcdir}/${pkgname}-gtk${_gtkver}-${pkgver}
-make DESTDIR=${pkgdir} install
-}

Copied: mate-themes/repos/community-any/PKGBUILD (from rev 136828, 
mate-themes/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-07-14 12:24:12 UTC (rev 136829)
@@ -0,0 +1,32 @@
+# Maintainer : Martin Wimpress c...@flexion.org
+
+_ver=1.10
+_gtkver=3.16
+pkgname=mate-themes
+pkgver=${_ver}.2
+pkgrel=1
+pkgdesc=Default themes for the MATE desktop
+url=http://mate-desktop.org;
+arch=('any')
+license=('GPL')
+depends=('gtk-engines' 'gtk-engine-murrine' 'librsvg' 'mate-icon-theme')
+makedepends=('mate-common' 'icon-naming-utils')
+groups=('mate' 'mate-gtk3')
+source=(http://pub.mate-desktop.org/releases/${_ver}/${pkgname}-gtk${_gtkver}-${pkgver}.tar.xz;)
+sha1sums=('70ceff78051cb9402f6c95321b2e9a2777d9eb7f')
+install=${pkgname}.install
+
+build() {
+cd ${srcdir}/${pkgname}-gtk${_gtkver}-${pkgver}
+./configure \
+--prefix=/usr \
+--enable-all-themes \
+--enable-test-themes \
+--disable-placeholders
+make
+}
+
+package() {
+cd ${srcdir}/${pkgname}-gtk${_gtkver}-${pkgver}
+make DESTDIR=${pkgdir} install
+}

Deleted: mate-themes.install
===
--- mate-themes.install 2015-07-14 12:24:08 UTC (rev 136828)
+++ mate-themes.install 2015-07-14 12:24:12 UTC (rev 136829)
@@ -1,12 +0,0 @@
-post_install() {
-gtk-update-icon-cache -q -t -f /usr/share/icons/ContrastHigh
-gtk-update-icon-cache -q -t -f /usr/share/icons/mate
-}
-
-post_upgrade() {
-post_install
-}
-
-post_remove() {
-post_install
-}

Copied: mate-themes/repos/community-any/mate-themes.install (from rev 136828, 
mate-themes/trunk/mate-themes.install)
===
--- mate-themes.install (rev 0)
+++ mate-themes.install 2015-07-14 12:24:12 UTC (rev 136829)
@@ -0,0 +1,12 @@
+post_install() {
+gtk-update-icon-cache -q -t -f /usr/share/icons/ContrastHigh
+gtk-update-icon-cache -q -t -f /usr/share/icons/mate
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}


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

2015-07-14 Thread Martin Wimpress
Date: Tuesday, July 14, 2015 @ 14:24:08
  Author: flexiondotorg
Revision: 136828

upgpkg: mate-themes 1.10.2-1 - New upstream release

Modified:
  mate-themes/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-07-14 12:21:58 UTC (rev 136827)
+++ PKGBUILD2015-07-14 12:24:08 UTC (rev 136828)
@@ -3,8 +3,8 @@
 _ver=1.10
 _gtkver=3.16
 pkgname=mate-themes
-pkgver=${_ver}.1
-pkgrel=3
+pkgver=${_ver}.2
+pkgrel=1
 pkgdesc=Default themes for the MATE desktop
 url=http://mate-desktop.org;
 arch=('any')
@@ -13,7 +13,7 @@
 makedepends=('mate-common' 'icon-naming-utils')
 groups=('mate' 'mate-gtk3')
 
source=(http://pub.mate-desktop.org/releases/${_ver}/${pkgname}-gtk${_gtkver}-${pkgver}.tar.xz;)
-sha1sums=('5260bc5841ac7a47695902de3741853eaf71f313')
+sha1sums=('70ceff78051cb9402f6c95321b2e9a2777d9eb7f')
 install=${pkgname}.install
 
 build() {


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

2015-07-14 Thread Martin Wimpress
Date: Tuesday, July 14, 2015 @ 14:38:17
  Author: flexiondotorg
Revision: 136839

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

Added:
  mate-utils/repos/community-i686/PKGBUILD
(from rev 136838, mate-utils/trunk/PKGBUILD)
  mate-utils/repos/community-i686/mate-utils.install
(from rev 136838, mate-utils/trunk/mate-utils.install)
  mate-utils/repos/community-x86_64/PKGBUILD
(from rev 136838, mate-utils/trunk/PKGBUILD)
  mate-utils/repos/community-x86_64/mate-utils.install
(from rev 136838, mate-utils/trunk/mate-utils.install)
Deleted:
  mate-utils/repos/community-i686/PKGBUILD
  mate-utils/repos/community-i686/mate-utils.install
  mate-utils/repos/community-x86_64/PKGBUILD
  mate-utils/repos/community-x86_64/mate-utils.install

-+
 /PKGBUILD   |   76 ++
 /mate-utils.install |   24 ++
 community-i686/PKGBUILD |   38 -
 community-i686/mate-utils.install   |   12 -
 community-x86_64/PKGBUILD   |   38 -
 community-x86_64/mate-utils.install |   12 -
 6 files changed, 100 insertions(+), 100 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-07-14 12:38:11 UTC (rev 136838)
+++ community-i686/PKGBUILD 2015-07-14 12:38:17 UTC (rev 136839)
@@ -1,38 +0,0 @@
-# Maintainer : Martin Wimpress c...@flexion.org
-
-_ver=1.10
-_pkgbase=mate-utils
-pkgname=(${_pkgbase})
-pkgver=${_ver}.1
-pkgrel=1
-pkgdesc=Common MATE utilities for viewing disk usage, logs and fonts, taking 
screenshots, managing dictionaries and searching files (GTK2 version)
-url=http://mate-desktop.org;
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('desktop-file-utils' 'gtk2' 'libcanberra' 'libgtop' 'libsm' 'zlib')
-makedepends=('mate-common' 'mate-panel=1.10' 'rarian' 'yelp-tools')
-optdepends=('mate-panel: Look up words in dictionaries from the panel'
-'yelp: for reading MATE help documents')
-groups=('mate-extra')
-conflicts=(${_pkgbase}-gtk3)
-source=(http://pub.mate-desktop.org/releases/${_ver}/${_pkgbase}-${pkgver}.tar.xz;)
-sha1sums=('2a8d7de80432759127aa52ce76db9a0b7070a0e1')
-install=${_pkgbase}.install
-
-build() {
-cd ${srcdir}/${_pkgbase}-${pkgver}
-./configure \
---prefix=/usr \
---libexecdir=/usr/lib/${_pkgbase} \
---with-gtk=2.0 \
---sysconfdir=/etc \
---enable-deprecated \
---disable-maintainer-flags \
---disable-static
-make
-}
-
-package() {
-cd ${srcdir}/${_pkgbase}-${pkgver}
-make DESTDIR=${pkgdir} install
-}

Copied: mate-utils/repos/community-i686/PKGBUILD (from rev 136838, 
mate-utils/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-07-14 12:38:17 UTC (rev 136839)
@@ -0,0 +1,38 @@
+# Maintainer : Martin Wimpress c...@flexion.org
+
+_ver=1.10
+_pkgbase=mate-utils
+pkgname=(${_pkgbase})
+pkgver=${_ver}.2
+pkgrel=1
+pkgdesc=Common MATE utilities for viewing disk usage, logs and fonts, taking 
screenshots, managing dictionaries and searching files (GTK2 version)
+url=http://mate-desktop.org;
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('desktop-file-utils' 'gtk2' 'libcanberra' 'libgtop' 'libsm' 'zlib')
+makedepends=('mate-common' 'mate-panel=1.10' 'rarian' 'yelp-tools')
+optdepends=('mate-panel: Look up words in dictionaries from the panel'
+'yelp: for reading MATE help documents')
+groups=('mate-extra')
+conflicts=(${_pkgbase}-gtk3)
+source=(http://pub.mate-desktop.org/releases/${_ver}/${_pkgbase}-${pkgver}.tar.xz;)
+sha1sums=('bccd69a31f769f6cba7d77edded2d8a53031b41d')
+install=${_pkgbase}.install
+
+build() {
+cd ${srcdir}/${_pkgbase}-${pkgver}
+./configure \
+--prefix=/usr \
+--libexecdir=/usr/lib/${_pkgbase} \
+--with-gtk=2.0 \
+--sysconfdir=/etc \
+--enable-deprecated \
+--disable-maintainer-flags \
+--disable-static
+make
+}
+
+package() {
+cd ${srcdir}/${_pkgbase}-${pkgver}
+make DESTDIR=${pkgdir} install
+}

Deleted: community-i686/mate-utils.install
===
--- community-i686/mate-utils.install   2015-07-14 12:38:11 UTC (rev 136838)
+++ community-i686/mate-utils.install   2015-07-14 12:38:17 UTC (rev 136839)
@@ -1,12 +0,0 @@
-post_install() {
-glib-compile-schemas /usr/share/glib-2.0/schemas/
-gtk-update-icon-cache -q -t -f /usr/share/icons/mate
-}
-
-post_upgrade() {
-post_install
-}
-
-post_remove() {
-post_install
-}

Copied: mate-utils/repos/community-i686/mate-utils.install (from rev 136838, 
mate-utils/trunk/mate-utils.install)
===
--- 

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

2015-07-14 Thread Sergej Pupykin
Date: Tuesday, July 14, 2015 @ 14:47:50
  Author: spupykin
Revision: 136844

upgpkg: gogglesmm 1.0.6-1

upd

Modified:
  gogglesmm/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-07-14 12:46:18 UTC (rev 136843)
+++ PKGBUILD2015-07-14 12:47:50 UTC (rev 136844)
@@ -3,7 +3,7 @@
 # Contributor: Sander Jansen san...@knology.net
 
 pkgname=gogglesmm
-pkgver=1.0.5
+pkgver=1.0.6
 pkgrel=1
 pkgdesc=Music Manager and Player
 arch=('i686' 'x86_64')
@@ -17,7 +17,7 @@
 replaces=('musicmanager')
 install=$pkgname.install
 
source=($pkgname-$pkgver.tar.gz::https://github.com/gogglesmm/gogglesmm/archive/$pkgver.tar.gz;)
-md5sums=('5ed83cc8a632435337ace2bcff9d5b65')
+md5sums=('60b7303dd8b612304f6a7e23c2e2e52b')
 
 build() {
   cd gogglesmm-$pkgver


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

2015-07-14 Thread Sergej Pupykin
Date: Tuesday, July 14, 2015 @ 14:48:14
  Author: spupykin
Revision: 136845

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

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

+
 /PKGBUILD  |   64 +++
 /gogglesmm.install |   24 +
 community-i686/PKGBUILD|   32 -
 community-i686/gogglesmm.install   |   12 --
 community-x86_64/PKGBUILD  |   32 -
 community-x86_64/gogglesmm.install |   12 --
 6 files changed, 88 insertions(+), 88 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-07-14 12:47:50 UTC (rev 136844)
+++ community-i686/PKGBUILD 2015-07-14 12:48:14 UTC (rev 136845)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor: Sander Jansen san...@knology.net
-
-pkgname=gogglesmm
-pkgver=1.0.5
-pkgrel=1
-pkgdesc=Music Manager and Player
-arch=('i686' 'x86_64')
-url=http://gogglesmm.github.io/;
-license=('GPL3')
-depends=('fox-devel=1.7.48' 'libmad' 'faad2' 'sqlite3'
-'libpulse' 'opus' 'dbus' 'taglib=1.9.0' 'glew'
-'hicolor-icon-theme' 'desktop-file-utils')
-makedepends=('glproto' 'dri2proto')
-conflicts=('musicmanager')
-replaces=('musicmanager')
-install=$pkgname.install
-source=($pkgname-$pkgver.tar.gz::https://github.com/gogglesmm/gogglesmm/archive/$pkgver.tar.gz;)
-md5sums=('5ed83cc8a632435337ace2bcff9d5b65')
-
-build() {
-  cd gogglesmm-$pkgver
-  export RESWRAP=/usr/bin/reswrap-1.7
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd gogglesmm-$pkgver
-  make DESTDIR=$pkgdir install
-}

Copied: gogglesmm/repos/community-i686/PKGBUILD (from rev 136844, 
gogglesmm/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-07-14 12:48:14 UTC (rev 136845)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: Sander Jansen san...@knology.net
+
+pkgname=gogglesmm
+pkgver=1.0.6
+pkgrel=1
+pkgdesc=Music Manager and Player
+arch=('i686' 'x86_64')
+url=http://gogglesmm.github.io/;
+license=('GPL3')
+depends=('fox-devel=1.7.48' 'libmad' 'faad2' 'sqlite3'
+'libpulse' 'opus' 'dbus' 'taglib=1.9.0' 'glew'
+'hicolor-icon-theme' 'desktop-file-utils')
+makedepends=('glproto' 'dri2proto')
+conflicts=('musicmanager')
+replaces=('musicmanager')
+install=$pkgname.install
+source=($pkgname-$pkgver.tar.gz::https://github.com/gogglesmm/gogglesmm/archive/$pkgver.tar.gz;)
+md5sums=('60b7303dd8b612304f6a7e23c2e2e52b')
+
+build() {
+  cd gogglesmm-$pkgver
+  export RESWRAP=/usr/bin/reswrap-1.7
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd gogglesmm-$pkgver
+  make DESTDIR=$pkgdir install
+}

Deleted: community-i686/gogglesmm.install
===
--- community-i686/gogglesmm.install2015-07-14 12:47:50 UTC (rev 136844)
+++ community-i686/gogglesmm.install2015-07-14 12:48:14 UTC (rev 136845)
@@ -1,12 +0,0 @@
-post_install() {
-  which xdg-icon-resource /dev/null  xdg-icon-resource forceupdate --theme 
hicolor 2 /dev/null
-  which update-desktop-database /dev/null  update-desktop-database -q
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Copied: gogglesmm/repos/community-i686/gogglesmm.install (from rev 136844, 
gogglesmm/trunk/gogglesmm.install)
===
--- community-i686/gogglesmm.install(rev 0)
+++ community-i686/gogglesmm.install2015-07-14 12:48:14 UTC (rev 136845)
@@ -0,0 +1,12 @@
+post_install() {
+  which xdg-icon-resource /dev/null  xdg-icon-resource forceupdate --theme 
hicolor 2 /dev/null
+  which update-desktop-database /dev/null  update-desktop-database -q
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-07-14 12:47:50 UTC (rev 136844)
+++ community-x86_64/PKGBUILD   2015-07-14 12:48:14 UTC (rev 136845)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 

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

2015-07-14 Thread Martin Wimpress
Date: Tuesday, July 14, 2015 @ 15:06:28
  Author: flexiondotorg
Revision: 136862

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

Added:
  mate-screensaver/repos/community-i686/PKGBUILD
(from rev 136861, mate-screensaver/trunk/PKGBUILD)
  mate-screensaver/repos/community-i686/mate-screensaver.install
(from rev 136861, mate-screensaver/trunk/mate-screensaver.install)
  mate-screensaver/repos/community-x86_64/PKGBUILD
(from rev 136861, mate-screensaver/trunk/PKGBUILD)
  mate-screensaver/repos/community-x86_64/mate-screensaver.install
(from rev 136861, mate-screensaver/trunk/mate-screensaver.install)
Deleted:
  mate-screensaver/repos/community-i686/PKGBUILD
  mate-screensaver/repos/community-i686/mate-screensaver.install
  mate-screensaver/repos/community-x86_64/PKGBUILD
  mate-screensaver/repos/community-x86_64/mate-screensaver.install

---+
 /PKGBUILD |   86 
 /mate-screensaver.install |   22 +++
 community-i686/PKGBUILD   |   43 --
 community-i686/mate-screensaver.install   |   11 ---
 community-x86_64/PKGBUILD |   43 --
 community-x86_64/mate-screensaver.install |   11 ---
 6 files changed, 108 insertions(+), 108 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-07-14 13:06:22 UTC (rev 136861)
+++ community-i686/PKGBUILD 2015-07-14 13:06:28 UTC (rev 136862)
@@ -1,43 +0,0 @@
-# Maintainer : Martin Wimpress c...@flexion.org
-
-_ver=1.10
-_pkgbase=mate-screensaver
-pkgname=(${_pkgbase})
-pkgver=${_ver}.1
-pkgrel=1
-pkgdesc='Screensaver for MATE (GTK2 version)'
-url=http://mate-desktop.org;
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('dbus-glib' 'libmatekbd=1.10' 'libnotify' 'libxss' 
'mate-desktop=1.10'
- 'mate-menus=1.10' 'mate-session-manager=1.10')
-makedepends=('mate-common' 'xmlto')
-optdepends=('mate-power-manager: Add power management support.'
-'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=('2eaed3c2b6f92fb75be42a70c92402447920f693')
-install=${_pkgbase}.install
-
-build() {
-cd ${srcdir}/${_pkgbase}-${pkgver}
-./configure \
---prefix=/usr \
---libexecdir=/usr/lib/${_pkgbase} \
---sysconfdir=/etc \
---with-xscreensaverdir=/usr/share/xscreensaver/config \
---with-xscreensaverhackdir=/usr/lib/xscreensaver \
---with-mit-ext \
---with-libnotify \
---enable-locking \
---with-gtk=2.0 \
---disable-static
-make
-}
-
-package() {
-cd ${srcdir}/${_pkgbase}-${pkgver}
-make DESTDIR=${pkgdir} install
-}

Copied: mate-screensaver/repos/community-i686/PKGBUILD (from rev 136861, 
mate-screensaver/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-07-14 13:06:28 UTC (rev 136862)
@@ -0,0 +1,43 @@
+# Maintainer : Martin Wimpress c...@flexion.org
+
+_ver=1.10
+_pkgbase=mate-screensaver
+pkgname=(${_pkgbase})
+pkgver=${_ver}.2
+pkgrel=1
+pkgdesc='Screensaver for MATE (GTK2 version)'
+url=http://mate-desktop.org;
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('dbus-glib' 'libmatekbd=1.10' 'libnotify' 'libxss' 
'mate-desktop=1.10'
+ 'mate-menus=1.10' 'mate-session-manager=1.10')
+makedepends=('mate-common' 'xmlto')
+optdepends=('mate-power-manager: Add power management support.'
+'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=('75715c27ded17df37390df13fc7d4452419a87d3')
+install=${_pkgbase}.install
+
+build() {
+cd ${srcdir}/${_pkgbase}-${pkgver}
+./configure \
+--prefix=/usr \
+--libexecdir=/usr/lib/${_pkgbase} \
+--sysconfdir=/etc \
+--with-xscreensaverdir=/usr/share/xscreensaver/config \
+--with-xscreensaverhackdir=/usr/lib/xscreensaver \
+--with-mit-ext \
+--with-libnotify \
+--enable-locking \
+--with-gtk=2.0 \
+--disable-static
+make
+}
+
+package() {
+cd ${srcdir}/${_pkgbase}-${pkgver}
+make DESTDIR=${pkgdir} install
+}

Deleted: community-i686/mate-screensaver.install
===
--- community-i686/mate-screensaver.install 2015-07-14 13:06:22 UTC (rev 
136861)
+++ community-i686/mate-screensaver.install 2015-07-14 13:06:28 UTC (rev 
136862)
@@ -1,11 +0,0 @@

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

2015-07-14 Thread Martin Wimpress
Date: Tuesday, July 14, 2015 @ 15:06:22
  Author: flexiondotorg
Revision: 136861

upgpkg: mate-screensaver 1.10.2-1 - New upstream release

Modified:
  mate-screensaver/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-07-14 13:04:44 UTC (rev 136860)
+++ PKGBUILD2015-07-14 13:06:22 UTC (rev 136861)
@@ -3,7 +3,7 @@
 _ver=1.10
 _pkgbase=mate-screensaver
 pkgname=(${_pkgbase})
-pkgver=${_ver}.1
+pkgver=${_ver}.2
 pkgrel=1
 pkgdesc='Screensaver for MATE (GTK2 version)'
 url=http://mate-desktop.org;
@@ -18,7 +18,7 @@
 groups=('mate-extra')
 conflicts=(${_pkgbase}-gtk3)
 
source=(http://pub.mate-desktop.org/releases/${_ver}/${_pkgbase}-${pkgver}.tar.xz;)
-sha1sums=('2eaed3c2b6f92fb75be42a70c92402447920f693')
+sha1sums=('75715c27ded17df37390df13fc7d4452419a87d3')
 install=${_pkgbase}.install
 
 build() {


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

2015-07-14 Thread Massimiliano Torromeo
Date: Tuesday, July 14, 2015 @ 15:29:47
  Author: mtorromeo
Revision: 136875

upgpkg: hhvm 3.8.0-1

Updated to 3.8.0

Modified:
  hhvm/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-07-14 13:20:28 UTC (rev 136874)
+++ PKGBUILD2015-07-14 13:29:47 UTC (rev 136875)
@@ -3,16 +3,16 @@
 # Contributor: James Miller ja...@pocketrent.com
 
 pkgname=hhvm
-pkgver=3.7.3
+pkgver=3.8.0
 pkgrel=1
 
-_thirdparty_commit=a7d0e6834ac6280b15ba2777f7d9c621bc8446cb
-_folly_commit=7c9f26357a1a2852ea11b051e1e0402dcfbce861
-_thrift_commit=385419f71e40a77df1fcfe6d1a9349d99d200902
-_proxygen_commit=72622b8af97bd56a0dd271b10be18864653a8bb7
-_webscalesql_commit=19c1a57078cdec7d238037258345151e871caef4
-_mcrouter_commit=55dece4d60de21d68e7651bd6083c403f9edf0f5
-_squangle_commit=a608c72296a0cb954de4bc2c22939fb24f482daa
+_thirdparty_commit=85da228178e69792b0798292b09cd7f4c6522522
+_folly_commit=66476fc9a6c96ff6d7848e5bd20fa0ee2f2dc089
+_thrift_commit=fc092e2b645def21482c1772250a97a7cd003cee
+_proxygen_commit=568c2fa559ce64b7f74478418819b6d338f437f4
+_webscalesql_commit=5fc6cf865ba6802c640211885f97de98f3c039b8
+_mcrouter_commit=a47cdd6f297b74928007121e3ae2163ce04c
+_squangle_commit=8f1cce28ea1af810985968b9a136e29475b9cb4f
 
 pkgdesc=Virtual Machine, Runtime, and JIT for PHP
 arch=('x86_64')
@@ -38,8 +38,7 @@
 'php.ini'
 'server.ini'
 'gcc51.patch'
-'libstdcxx-dual-abi.patch'
-
'libvpx14.patch::https://patch-diff.githubusercontent.com/raw/facebook/hhvm/pull/5191.diff')
+'libstdcxx-dual-abi.patch')
 install=hhvm.install
 backup=(etc/hhvm/{php,server}.ini)
 options+=('!buildflags')
@@ -50,7 +49,6 @@
 sed -r 's/service hhvm (start|stop|restart)/systemctl \1 hhvm.service/' \
 -i hphp/tools/oss-repo-mode
 
-patch -p1 -i $srcdir/libvpx14.patch
 patch -p1 -i $srcdir/gcc51.patch
 
 # Fix sendmail path
@@ -133,14 +131,14 @@
 install -Dm644 server.ini $pkgdir/etc/hhvm/server.ini
 }
 
-sha256sums=('43af00d94ffe0d2cff64acef788a947acab6bbad9eb83c0e9c3f821458928664'
-'1e7e62392d313e7dd0dad85c729d195a486470c766881296685f9574e08a9926'
-'07a9b48818b0695354baf364a26a5d85a29020b61739dd2e1a281509a9f7ff8e'
-'8124fce00a89a10ce76e8a54dfe398cfe35347283c7088eeb3de9528371db798'
-'db3f1252dc9a63a512d7be04c8800ab7b6fcee1162ba6865471b39e94b3c76ed'
-'8856043cf6939801638378c27817e1cba27f0faa4e5961b7487e195a8090dde8'
-'d9a7a745db79796b2f9f10f9a533459085f29289ea9ed80df12cb4ca451607e6'
-'e496de037ce604c4661faec6279791cb307d051dc6fcfdf690001249f636174c'
+sha256sums=('a484fe758bcf8f09105df54d88fc5f1e31c5a5eab64685418cdf6f54a8ea76c9'
+'ff6cea17815e273b006396f7199955494822b41a807de455709a35123975fd28'
+'95a25a0cc9c53007d858a1a384ac47507200e68a0da91d0d7bbf73d45999ae3f'
+'75ca0d64bba994ab4e3dee1148099049c96d240825068522ef922aa0e477647a'
+'6241cef3fc1433166506ca1386b9918a28a225ca9d8d7a80c86604dbd099a0c1'
+'449f2f103276b679e198b8769e8779407d13792f44f1fb4c91edc48a5c50a75f'
+'ada0ea092d76c09aba3deb63fa6f287f862b6bd98c0f77a4eeda74d3692ab238'
+'16180d228b9d9f5d49ceb47fed524ddd5abfb440f1185f84acb0880ba79051cb'
 'c356010a6d6b976f387bb205a75ea07d5f40593a8010483f2ed0f66f112331bc'
 '8b50d1ef9f5f726e6d8d469a8c84d85ad63f8b507b97d258b4d751a0e3e221df'
 '59c640602929dac0aa34d06c668ed69361eb4b7b47a77f9aa0badb4d0b61571c'
@@ -147,5 +145,4 @@
 '3e3093f817706c238fad021483f114fd4ce0b45d84097dcb7870157fc9ec769f'
 '5b53bc57965e1c5151d720dc7f63f1b2e8ebd5e758b2ef0be3b74df38ebcbce0'
 '3a7d1cfa7fb87365bbfc65975b8a96627c34d5389eb0de9c360f195cb717dfd0'
-'8fe2192e3e10d46a77bbe4fda7ed588eecda22fd83d5952c79985f642bf00d68'
-'975885203cef50997a227f5355d49cb9135f0668981059df213f7f0b44597cf8')
+'8fe2192e3e10d46a77bbe4fda7ed588eecda22fd83d5952c79985f642bf00d68')


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

2015-07-14 Thread Martin Wimpress
Date: Tuesday, July 14, 2015 @ 14:38:11
  Author: flexiondotorg
Revision: 136838

upgpkg: mate-utils 1.10.2-1 - New upstream release

Modified:
  mate-utils/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-07-14 12:36:32 UTC (rev 136837)
+++ PKGBUILD2015-07-14 12:38:11 UTC (rev 136838)
@@ -3,7 +3,7 @@
 _ver=1.10
 _pkgbase=mate-utils
 pkgname=(${_pkgbase})
-pkgver=${_ver}.1
+pkgver=${_ver}.2
 pkgrel=1
 pkgdesc=Common MATE utilities for viewing disk usage, logs and fonts, taking 
screenshots, managing dictionaries and searching files (GTK2 version)
 url=http://mate-desktop.org;
@@ -16,7 +16,7 @@
 groups=('mate-extra')
 conflicts=(${_pkgbase}-gtk3)
 
source=(http://pub.mate-desktop.org/releases/${_ver}/${_pkgbase}-${pkgver}.tar.xz;)
-sha1sums=('2a8d7de80432759127aa52ce76db9a0b7070a0e1')
+sha1sums=('bccd69a31f769f6cba7d77edded2d8a53031b41d')
 install=${_pkgbase}.install
 
 build() {


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

2015-07-14 Thread Martin Wimpress
Date: Tuesday, July 14, 2015 @ 14:36:24
  Author: flexiondotorg
Revision: 136836

upgpkg: mate-terminal-gtk3 1.10.1-1 - New upstream release

Modified:
  mate-terminal-gtk3/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-07-14 12:34:07 UTC (rev 136835)
+++ PKGBUILD2015-07-14 12:36:24 UTC (rev 136836)
@@ -4,7 +4,7 @@
 _ver=1.10
 _pkgbase=mate-terminal
 pkgname=(${_pkgbase}-gtk3)
-pkgver=${_ver}.0
+pkgver=${_ver}.1
 pkgrel=1
 pkgdesc=The MATE Terminal Emulator (GTK3 version [EXPERIMENTAL])
 url=http://mate-desktop.org;
@@ -16,7 +16,7 @@
 groups=('mate-extra-gtk3')
 conflicts=(${_pkgbase})
 
source=(http://pub.mate-desktop.org/releases/${_ver}/${_pkgbase}-${pkgver}.tar.xz;)
-sha1sums=('f6889ec01551083cbb58c099bd1e59fd897b96ab')
+sha1sums=('72794300b9815de0e861e535e3c5601c19441c54')
 install=${_pkgbase}.install
 
 build() {


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

2015-07-14 Thread Martin Wimpress
Date: Tuesday, July 14, 2015 @ 14:42:36
  Author: flexiondotorg
Revision: 136840

upgpkg: mate-utils-gtk3 1.10.2-1 - New upstream release

Modified:
  mate-utils-gtk3/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-07-14 12:38:17 UTC (rev 136839)
+++ PKGBUILD2015-07-14 12:42:36 UTC (rev 136840)
@@ -3,7 +3,7 @@
 _ver=1.10
 _pkgbase=mate-utils
 pkgname=(${_pkgbase}-gtk3)
-pkgver=${_ver}.1
+pkgver=${_ver}.2
 pkgrel=1
 pkgdesc=Common MATE utilities for viewing disk usage, logs and fonts, taking 
screenshots, managing dictionaries and searching files (GTK3 version 
[EXPERIMENTAL])
 url=http://mate-desktop.org;
@@ -16,7 +16,7 @@
 groups=('mate-extra-gtk3')
 conflicts=(${_pkgbase})
 
source=(http://pub.mate-desktop.org/releases/${_ver}/${_pkgbase}-${pkgver}.tar.xz;)
-sha1sums=('2a8d7de80432759127aa52ce76db9a0b7070a0e1')
+sha1sums=('bccd69a31f769f6cba7d77edded2d8a53031b41d')
 install=${_pkgbase}.install
 
 build() {


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

2015-07-14 Thread Martin Wimpress
Date: Tuesday, July 14, 2015 @ 14:58:34
  Author: flexiondotorg
Revision: 136856

upgpkg: mate-control-center 1.10.1-1 - New upstream release

Modified:
  mate-control-center/trunk/PKGBUILD
Deleted:
  mate-control-center/trunk/0001_fix_keyboard_and_mouse_properties_windows.diff
  mate-control-center/trunk/0002_adjust_mate-about-me_dialog_window.diff

-+
 0001_fix_keyboard_and_mouse_properties_windows.diff |  108 --
 0002_adjust_mate-about-me_dialog_window.diff|   13 --
 PKGBUILD|   20 ---
 3 files changed, 4 insertions(+), 137 deletions(-)

Deleted: 0001_fix_keyboard_and_mouse_properties_windows.diff
===
--- 0001_fix_keyboard_and_mouse_properties_windows.diff 2015-07-14 12:55:27 UTC 
(rev 136855)
+++ 0001_fix_keyboard_and_mouse_properties_windows.diff 2015-07-14 12:58:34 UTC 
(rev 136856)
@@ -1,108 +0,0 @@
-diff --git a/capplets/keyboard/mate-keyboard-properties-layout-chooser.ui 
b/capplets/keyboard/mate-keyboard-properties-layout-chooser.ui
-index 2de4c9b..1df1fa7 100644
 a/capplets/keyboard/mate-keyboard-properties-layout-chooser.ui
-+++ b/capplets/keyboard/mate-keyboard-properties-layout-chooser.ui
-@@ -6,7 +6,7 @@
- property name=visibleTrue/property
- property name=border_width5/property
- property name=title translatable=yesChoose a Layout/property
--property name=default_width670/property
-+property name=default_width900/property
- property name=default_height350/property
- property name=type_hintdialog/property
- child internal-child=vbox
-@@ -27,9 +27,9 @@
- child
-   object class=GtkAlignment id=alignment1
- property name=visibleTrue/property
--property name=top_padding3/property
--property name=bottom_padding3/property
--property name=left_padding3/property
-+property name=top_padding6/property
-+property name=bottom_padding6/property
-+property name=left_padding10/property
- property name=right_padding6/property
- child
-   object class=GtkTable id=table1
-@@ -107,10 +107,10 @@
- child
-   object class=GtkAlignment id=alignment2
- property name=visibleTrue/property
--property name=top_padding3/property
--property name=bottom_padding3/property
--property name=left_padding3/property
--property name=right_padding3/property
-+property name=top_padding6/property
-+property name=bottom_padding6/property
-+property name=left_padding10/property
-+property name=right_padding6/property
- child
-   object class=GtkTable id=table3
- property name=visibleTrue/property
-@@ -200,6 +200,8 @@
- property name=visibleTrue/property
- property name=orientationvertical/property
- property name=spacing6/property
-+property name=width_request900/property
-+property name=height_request400/property
- child
-   object class=GtkHBox id=hbox1
- property name=visibleTrue/property
-diff --git a/capplets/keyboard/mate-keyboard-properties-model-chooser.ui 
b/capplets/keyboard/mate-keyboard-properties-model-chooser.ui
-index a89cfc9..07f4f68 100644
 a/capplets/keyboard/mate-keyboard-properties-model-chooser.ui
-+++ b/capplets/keyboard/mate-keyboard-properties-model-chooser.ui
-@@ -8,7 +8,7 @@
- property name=title translatable=yesChoose a Keyboard 
Model/property
- property name=modalTrue/property
- property name=default_width450/property
--property name=default_height400/property
-+property name=default_height380/property
- property name=type_hintdialog/property
- child internal-child=vbox
-   object class=GtkVBox id=dialog-vbox2
-@@ -40,6 +40,7 @@
- property name=can_focusTrue/property
- property name=hscrollbar_policyautomatic/property
- property name=vscrollbar_policyautomatic/property
-+property name=height_request130/property
- property name=shadow_typein/property
- child
-   object class=GtkTreeView id=vendors_list
-@@ -70,9 +71,10 @@
-   object class=GtkScrolledWindow id=scrolledwindow3
- property name=visibleTrue/property
- property name=can_focusTrue/property
--property name=hscrollbar_policyautomatic/property
-+property 

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

2015-07-14 Thread Martin Wimpress
Date: Tuesday, July 14, 2015 @ 15:10:07
  Author: flexiondotorg
Revision: 136864

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

Added:
  mate-screensaver-gtk3/repos/community-i686/PKGBUILD
(from rev 136863, mate-screensaver-gtk3/trunk/PKGBUILD)
  mate-screensaver-gtk3/repos/community-i686/mate-screensaver.install
(from rev 136863, mate-screensaver-gtk3/trunk/mate-screensaver.install)
  mate-screensaver-gtk3/repos/community-x86_64/PKGBUILD
(from rev 136863, mate-screensaver-gtk3/trunk/PKGBUILD)
  mate-screensaver-gtk3/repos/community-x86_64/mate-screensaver.install
(from rev 136863, mate-screensaver-gtk3/trunk/mate-screensaver.install)
Deleted:
  mate-screensaver-gtk3/repos/community-i686/PKGBUILD
  mate-screensaver-gtk3/repos/community-i686/mate-screensaver.install
  mate-screensaver-gtk3/repos/community-x86_64/PKGBUILD
  mate-screensaver-gtk3/repos/community-x86_64/mate-screensaver.install

---+
 /PKGBUILD |   86 
 /mate-screensaver.install |   22 +++
 community-i686/PKGBUILD   |   43 --
 community-i686/mate-screensaver.install   |   11 ---
 community-x86_64/PKGBUILD |   43 --
 community-x86_64/mate-screensaver.install |   11 ---
 6 files changed, 108 insertions(+), 108 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-07-14 13:10:00 UTC (rev 136863)
+++ community-i686/PKGBUILD 2015-07-14 13:10:07 UTC (rev 136864)
@@ -1,43 +0,0 @@
-# Maintainer : Martin Wimpress c...@flexion.org
-
-_ver=1.10
-_pkgbase=mate-screensaver
-pkgname=(${_pkgbase}-gtk3)
-pkgver=${_ver}.1
-pkgrel=1
-pkgdesc='Screensaver for MATE (GTK3 version [EXPERIMENTAL])'
-url=http://mate-desktop.org;
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('dbus-glib' 'libmatekbd-gtk3=1.10' 'libnotify' 'libxss' 
'mate-desktop-gtk3=1.10'
- 'mate-menus=1.10' 'mate-session-manager-gtk3=1.10')
-makedepends=('mate-common' 'xmlto')
-optdepends=('mate-power-manager-gtk3: Add power management support.'
-'mate-screensaver-hacks: Additional screensavers.'
-'rss-glx: Really slick screensavers.')
-groups=('mate-extra-gtk3')
-conflicts=(${_pkgbase})
-source=(http://pub.mate-desktop.org/releases/${_ver}/${_pkgbase}-${pkgver}.tar.xz;)
-sha1sums=('2eaed3c2b6f92fb75be42a70c92402447920f693')
-install=${_pkgbase}.install
-
-build() {
-cd ${srcdir}/${_pkgbase}-${pkgver}
-./configure \
---prefix=/usr \
---libexecdir=/usr/lib/${_pkgbase} \
---sysconfdir=/etc \
---with-xscreensaverdir=/usr/share/xscreensaver/config \
---with-xscreensaverhackdir=/usr/lib/xscreensaver \
---with-mit-ext \
---with-libnotify \
---enable-locking \
---with-gtk=3.0 \
---disable-static
-make
-}
-
-package() {
-cd ${srcdir}/${_pkgbase}-${pkgver}
-make DESTDIR=${pkgdir} install
-}

Copied: mate-screensaver-gtk3/repos/community-i686/PKGBUILD (from rev 136863, 
mate-screensaver-gtk3/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-07-14 13:10:07 UTC (rev 136864)
@@ -0,0 +1,43 @@
+# Maintainer : Martin Wimpress c...@flexion.org
+
+_ver=1.10
+_pkgbase=mate-screensaver
+pkgname=(${_pkgbase}-gtk3)
+pkgver=${_ver}.2
+pkgrel=1
+pkgdesc='Screensaver for MATE (GTK3 version [EXPERIMENTAL])'
+url=http://mate-desktop.org;
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('dbus-glib' 'libmatekbd-gtk3=1.10' 'libnotify' 'libxss' 
'mate-desktop-gtk3=1.10'
+ 'mate-menus=1.10' 'mate-session-manager-gtk3=1.10')
+makedepends=('mate-common' 'xmlto')
+optdepends=('mate-power-manager-gtk3: Add power management support.'
+'mate-screensaver-hacks: Additional screensavers.'
+'rss-glx: Really slick screensavers.')
+groups=('mate-extra-gtk3')
+conflicts=(${_pkgbase})
+source=(http://pub.mate-desktop.org/releases/${_ver}/${_pkgbase}-${pkgver}.tar.xz;)
+sha1sums=('75715c27ded17df37390df13fc7d4452419a87d3')
+install=${_pkgbase}.install
+
+build() {
+cd ${srcdir}/${_pkgbase}-${pkgver}
+./configure \
+--prefix=/usr \
+--libexecdir=/usr/lib/${_pkgbase} \
+--sysconfdir=/etc \
+--with-xscreensaverdir=/usr/share/xscreensaver/config \
+--with-xscreensaverhackdir=/usr/lib/xscreensaver \
+--with-mit-ext \
+--with-libnotify \
+--enable-locking \
+--with-gtk=3.0 \
+--disable-static
+make
+}
+
+package() {
+cd ${srcdir}/${_pkgbase}-${pkgver}
+make DESTDIR=${pkgdir} install
+}

Deleted: community-i686/mate-screensaver.install
===
--- community-i686/mate-screensaver.install   

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

2015-07-14 Thread Martin Wimpress
Date: Tuesday, July 14, 2015 @ 15:10:00
  Author: flexiondotorg
Revision: 136863

upgpkg: mate-screensaver-gtk3 1.10.2-1 - New upstream release

Modified:
  mate-screensaver-gtk3/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-07-14 13:06:28 UTC (rev 136862)
+++ PKGBUILD2015-07-14 13:10:00 UTC (rev 136863)
@@ -3,7 +3,7 @@
 _ver=1.10
 _pkgbase=mate-screensaver
 pkgname=(${_pkgbase}-gtk3)
-pkgver=${_ver}.1
+pkgver=${_ver}.2
 pkgrel=1
 pkgdesc='Screensaver for MATE (GTK3 version [EXPERIMENTAL])'
 url=http://mate-desktop.org;
@@ -18,7 +18,7 @@
 groups=('mate-extra-gtk3')
 conflicts=(${_pkgbase})
 
source=(http://pub.mate-desktop.org/releases/${_ver}/${_pkgbase}-${pkgver}.tar.xz;)
-sha1sums=('2eaed3c2b6f92fb75be42a70c92402447920f693')
+sha1sums=('75715c27ded17df37390df13fc7d4452419a87d3')
 install=${_pkgbase}.install
 
 build() {


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

2015-07-14 Thread Martin Wimpress
Date: Tuesday, July 14, 2015 @ 15:12:23
  Author: flexiondotorg
Revision: 136866

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

Added:
  mate-session-manager/repos/community-i686/PKGBUILD
(from rev 136865, mate-session-manager/trunk/PKGBUILD)
  mate-session-manager/repos/community-i686/mate-session-manager.install
(from rev 136865, mate-session-manager/trunk/mate-session-manager.install)
  mate-session-manager/repos/community-x86_64/PKGBUILD
(from rev 136865, mate-session-manager/trunk/PKGBUILD)
  mate-session-manager/repos/community-x86_64/mate-session-manager.install
(from rev 136865, mate-session-manager/trunk/mate-session-manager.install)
Deleted:
  mate-session-manager/repos/community-i686/PKGBUILD
  mate-session-manager/repos/community-i686/mate-session-manager.install
  mate-session-manager/repos/community-x86_64/PKGBUILD
  mate-session-manager/repos/community-x86_64/mate-session-manager.install

---+
 /PKGBUILD |   82 
 /mate-session-manager.install |   24 +++
 community-i686/PKGBUILD   |   41 
 community-i686/mate-session-manager.install   |   12 ---
 community-x86_64/PKGBUILD |   41 
 community-x86_64/mate-session-manager.install |   12 ---
 6 files changed, 106 insertions(+), 106 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-07-14 13:12:16 UTC (rev 136865)
+++ community-i686/PKGBUILD 2015-07-14 13:12:23 UTC (rev 136866)
@@ -1,41 +0,0 @@
-# Maintainer : Martin Wimpress c...@flexion.org
-
-_ver=1.10
-_pkgbase=mate-session-manager
-pkgname=(${_pkgbase})
-pkgver=${_ver}.1
-pkgrel=2
-pkgdesc=The MATE Session Handler (GTK2 version)
-url=http://mate-desktop.org;
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL')
-depends=('dbus-glib' 'gtk2' 'libsm' 'libxtst' 'mate-desktop=1.10'
- 'mate-polkit=1.10' 'mate-settings-daemon=1.10' 'ttf-dejavu'
- 'xdg-user-dirs')
-makedepends=('mate-common' 'pangox-compat' 'xmlto')
-optdepends=('lightdm-gtk-greeter: A lightweight display manager'
-'onboard: On-screen keyboard useful for mobility impaired users'
-'orca: Screen reader for blind or visually impaired individuals'
-'xdg-user-dirs-gtk: Add autostart that prompts to rename user 
directories when switching locales')
-groups=('mate')
-conflicts=(${_pkgbase}-gtk3)
-source=(http://pub.mate-desktop.org/releases/${_ver}/${_pkgbase}-${pkgver}.tar.xz;)
-sha1sums=('e3b3a2a37d8b56c12a48c33522c198b24d90314d')
-install=${_pkgbase}.install
-
-build() {
-cd ${srcdir}/${_pkgbase}-${pkgver}
-./configure \
---prefix=/usr \
---libexecdir=/usr/lib/${_pkgbase} \
---sysconfdir=/etc \
---localstatedir=/var \
---with-gtk=2.0 \
---disable-upower
-make
-}
-
-package() {
-cd ${srcdir}/${_pkgbase}-${pkgver}
-make DESTDIR=${pkgdir} install
-}

Copied: mate-session-manager/repos/community-i686/PKGBUILD (from rev 136865, 
mate-session-manager/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-07-14 13:12:23 UTC (rev 136866)
@@ -0,0 +1,41 @@
+# Maintainer : Martin Wimpress c...@flexion.org
+
+_ver=1.10
+_pkgbase=mate-session-manager
+pkgname=(${_pkgbase})
+pkgver=${_ver}.2
+pkgrel=1
+pkgdesc=The MATE Session Handler (GTK2 version)
+url=http://mate-desktop.org;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL')
+depends=('dbus-glib' 'gtk2' 'libsm' 'libxtst' 'mate-desktop=1.10'
+ 'mate-polkit=1.10' 'mate-settings-daemon=1.10' 'ttf-dejavu'
+ 'xdg-user-dirs')
+makedepends=('mate-common' 'pangox-compat' 'xmlto')
+optdepends=('lightdm-gtk-greeter: A lightweight display manager'
+'onboard: On-screen keyboard useful for mobility impaired users'
+'orca: Screen reader for blind or visually impaired individuals'
+'xdg-user-dirs-gtk: Add autostart that prompts to rename user 
directories when switching locales')
+groups=('mate')
+conflicts=(${_pkgbase}-gtk3)
+source=(http://pub.mate-desktop.org/releases/${_ver}/${_pkgbase}-${pkgver}.tar.xz;)
+sha1sums=('66a773e2aa75c4b2f1c29ce64cd01f1cf0589d3b')
+install=${_pkgbase}.install
+
+build() {
+cd ${srcdir}/${_pkgbase}-${pkgver}
+./configure \
+--prefix=/usr \
+--libexecdir=/usr/lib/${_pkgbase} \
+--sysconfdir=/etc \
+--localstatedir=/var \
+--with-gtk=2.0 \
+--disable-upower
+make
+}
+
+package() {
+cd ${srcdir}/${_pkgbase}-${pkgver}
+make DESTDIR=${pkgdir} install
+}

Deleted: community-i686/mate-session-manager.install
===
--- 

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

2015-07-14 Thread Martin Wimpress
Date: Tuesday, July 14, 2015 @ 15:12:16
  Author: flexiondotorg
Revision: 136865

upgpkg: mate-session-manager 1.10.2-1 - New upstream release

Modified:
  mate-session-manager/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-07-14 13:10:07 UTC (rev 136864)
+++ PKGBUILD2015-07-14 13:12:16 UTC (rev 136865)
@@ -3,8 +3,8 @@
 _ver=1.10
 _pkgbase=mate-session-manager
 pkgname=(${_pkgbase})
-pkgver=${_ver}.1
-pkgrel=2
+pkgver=${_ver}.2
+pkgrel=1
 pkgdesc=The MATE Session Handler (GTK2 version)
 url=http://mate-desktop.org;
 arch=('i686' 'x86_64')
@@ -20,7 +20,7 @@
 groups=('mate')
 conflicts=(${_pkgbase}-gtk3)
 
source=(http://pub.mate-desktop.org/releases/${_ver}/${_pkgbase}-${pkgver}.tar.xz;)
-sha1sums=('e3b3a2a37d8b56c12a48c33522c198b24d90314d')
+sha1sums=('66a773e2aa75c4b2f1c29ce64cd01f1cf0589d3b')
 install=${_pkgbase}.install
 
 build() {


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

2015-07-14 Thread Martin Wimpress
Date: Tuesday, July 14, 2015 @ 15:20:28
  Author: flexiondotorg
Revision: 136874

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

Added:
  mate-system-monitor/repos/community-i686/PKGBUILD
(from rev 136873, mate-system-monitor/trunk/PKGBUILD)
  mate-system-monitor/repos/community-i686/mate-system-monitor.install
(from rev 136873, mate-system-monitor/trunk/mate-system-monitor.install)
  mate-system-monitor/repos/community-x86_64/PKGBUILD
(from rev 136873, mate-system-monitor/trunk/PKGBUILD)
  mate-system-monitor/repos/community-x86_64/mate-system-monitor.install
(from rev 136873, mate-system-monitor/trunk/mate-system-monitor.install)
Deleted:
  mate-system-monitor/repos/community-i686/PKGBUILD
  mate-system-monitor/repos/community-i686/mate-system-monitor.install
  mate-system-monitor/repos/community-x86_64/PKGBUILD
  mate-system-monitor/repos/community-x86_64/mate-system-monitor.install

--+
 /PKGBUILD|  132 +
 /mate-system-monitor.install |   22 
 community-i686/PKGBUILD  |   66 
 community-i686/mate-system-monitor.install   |   11 --
 community-x86_64/PKGBUILD|   66 
 community-x86_64/mate-system-monitor.install |   11 --
 6 files changed, 154 insertions(+), 154 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-07-14 13:20:19 UTC (rev 136873)
+++ community-i686/PKGBUILD 2015-07-14 13:20:28 UTC (rev 136874)
@@ -1,66 +0,0 @@
-# Maintainer : Martin Wimpress c...@flexion.org
-
-_ver=1.10
-pkgbase=mate-system-monitor
-pkgname=(${pkgbase} ${pkgbase}-gtk3)
-pkgver=${_ver}.0
-pkgrel=1
-pkgdesc=A system monitor for MATE
-url=http://mate-desktop.org;
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('dconf' 'dbus-glib' 'glibmm' 'gtkmm' 'gtkmm3' 'libgtop' 'libwnck' 
- 'libwnck3' 'librsvg' 'mate-icon-theme')
-makedepends=('docbook2x' 'mate-common' 'yelp-tools')
-optdepends=('yelp: for reading MATE help documents')
-source=(http://pub.mate-desktop.org/releases/${_ver}/${pkgbase}-${pkgver}.tar.xz;)
-sha1sums=('3f351d823de375d1e766d37f6152fd9451be2dda')
-install=${pkgbase}.install
-
-prepare() {
-cd ${srcdir}
-mv ${pkgname}-${pkgver} ${pkgbase}-gtk2
-cp -a ${pkgbase}-gtk2 ${pkgbase}-gtk3
-}
-
-build() {
-cd ${srcdir}/${pkgbase}-gtk2
-./configure \
---prefix=/usr \
---libexecdir=/usr/lib/${pkgbase} \
---localstatedir=/var \
---with-gtk=2.0 \
---disable-static
-make
-
-cd ${srcdir}/${pkgbase}-gtk3
-./configure \
---prefix=/usr \
---libexecdir=/usr/lib/${pkgbase} \
---localstatedir=/var \
---with-gtk=3.0 \
---disable-static
-make
-}
-
-package_mate-system-monitor() {
-pkgdesc+=' (GTK2 version)'
-groups=('mate-extra')
-conflicts=(${pkgbase}-gtk3)
-depends=('dconf' 'dbus-glib' 'glibmm' 'gtkmm' 'libgtop' 'libwnck' 'librsvg'
- 'mate-icon-theme')
-
-cd ${srcdir}/${pkgbase}-gtk2
-make DESTDIR=${pkgdir} install
-}
-
-package_mate-system-monitor-gtk3() {
-pkgdesc+=' (GTK3 version [EXPERIMENTAL])'
-groups=('mate-extra-gtk3')
-conflicts=(${pkgbase})
-depends=('dconf' 'dbus-glib' 'glibmm' 'gtkmm3' 'libgtop' 'libwnck3' 
'librsvg'
- 'mate-icon-theme')
-
-cd ${srcdir}/${pkgbase}-gtk3
-make DESTDIR=${pkgdir} install
-}

Copied: mate-system-monitor/repos/community-i686/PKGBUILD (from rev 136873, 
mate-system-monitor/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-07-14 13:20:28 UTC (rev 136874)
@@ -0,0 +1,66 @@
+# Maintainer : Martin Wimpress c...@flexion.org
+
+_ver=1.10
+pkgbase=mate-system-monitor
+pkgname=(${pkgbase} ${pkgbase}-gtk3)
+pkgver=${_ver}.1
+pkgrel=1
+pkgdesc=A system monitor for MATE
+url=http://mate-desktop.org;
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('dconf' 'dbus-glib' 'glibmm' 'gtkmm' 'gtkmm3' 'libgtop' 'libwnck'
+ 'libwnck3' 'librsvg' 'mate-icon-theme')
+makedepends=('docbook2x' 'mate-common' 'yelp-tools')
+optdepends=('yelp: for reading MATE help documents')
+source=(http://pub.mate-desktop.org/releases/${_ver}/${pkgbase}-${pkgver}.tar.xz;)
+sha1sums=('7ea7571f59e6521c267b695fca4cd6fa8297fd96')
+install=${pkgbase}.install
+
+prepare() {
+cd ${srcdir}
+mv ${pkgname}-${pkgver} ${pkgbase}-gtk2
+cp -a ${pkgbase}-gtk2 ${pkgbase}-gtk3
+}
+
+build() {
+cd ${srcdir}/${pkgbase}-gtk2
+./configure \
+--prefix=/usr \
+--libexecdir=/usr/lib/${pkgbase} \
+--localstatedir=/var \
+--with-gtk=2.0 \
+--disable-static
+make
+
+cd ${srcdir}/${pkgbase}-gtk3
+./configure \
+

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

2015-07-14 Thread Martin Wimpress
Date: Tuesday, July 14, 2015 @ 15:20:19
  Author: flexiondotorg
Revision: 136873

upgpkg: mate-system-monitor 1.10.1-1 - New upstream release

Modified:
  mate-system-monitor/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-07-14 13:18:18 UTC (rev 136872)
+++ PKGBUILD2015-07-14 13:20:19 UTC (rev 136873)
@@ -3,18 +3,18 @@
 _ver=1.10
 pkgbase=mate-system-monitor
 pkgname=(${pkgbase} ${pkgbase}-gtk3)
-pkgver=${_ver}.0
+pkgver=${_ver}.1
 pkgrel=1
 pkgdesc=A system monitor for MATE
 url=http://mate-desktop.org;
 arch=('i686' 'x86_64')
 license=('GPL')
-depends=('dconf' 'dbus-glib' 'glibmm' 'gtkmm' 'gtkmm3' 'libgtop' 'libwnck' 
+depends=('dconf' 'dbus-glib' 'glibmm' 'gtkmm' 'gtkmm3' 'libgtop' 'libwnck'
  'libwnck3' 'librsvg' 'mate-icon-theme')
 makedepends=('docbook2x' 'mate-common' 'yelp-tools')
 optdepends=('yelp: for reading MATE help documents')
 
source=(http://pub.mate-desktop.org/releases/${_ver}/${pkgbase}-${pkgver}.tar.xz;)
-sha1sums=('3f351d823de375d1e766d37f6152fd9451be2dda')
+sha1sums=('7ea7571f59e6521c267b695fca4cd6fa8297fd96')
 install=${pkgbase}.install
 
 prepare() {
@@ -40,7 +40,7 @@
 --localstatedir=/var \
 --with-gtk=3.0 \
 --disable-static
-make
+make
 }
 
 package_mate-system-monitor() {
@@ -60,7 +60,7 @@
 conflicts=(${pkgbase})
 depends=('dconf' 'dbus-glib' 'glibmm' 'gtkmm3' 'libgtop' 'libwnck3' 
'librsvg'
  'mate-icon-theme')
-
+
 cd ${srcdir}/${pkgbase}-gtk3
 make DESTDIR=${pkgdir} install
 }


[arch-commits] Commit in mate-color-manager/trunk (PKGBUILD adapt-materr.diff)

2015-07-14 Thread Martin Wimpress
Date: Tuesday, July 14, 2015 @ 15:34:11
  Author: flexiondotorg
Revision: 136876

upgpkg: mate-color-manager 1.8.0-2 - Exiv2 rebuild

Added:
  mate-color-manager/trunk/adapt-materr.diff
Modified:
  mate-color-manager/trunk/PKGBUILD

---+
 PKGBUILD  |   14 +-
 adapt-materr.diff |   28 
 2 files changed, 37 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-07-14 13:29:47 UTC (rev 136875)
+++ PKGBUILD2015-07-14 13:34:11 UTC (rev 136876)
@@ -3,21 +3,25 @@
 
 pkgname=mate-color-manager
 pkgver=1.8.0
-pkgrel=1
+pkgrel=2
 pkgdesc=Color management application for MATE.
 url=https://github.com/NiceandGently/${pkgname};
 arch=('i686' 'x86_64')
 license=('GPL')
-depends=('dbus' 'desktop-file-utils' 'exiv2' 'gtk2' 'lcms2' 'libcanberra' 
'libcups' 'libexif' 'libnotify' 'libtiff'
- 'libunique' 'mate-desktop' 'sane' 'vte')
+depends=('dbus' 'desktop-file-utils' 'exiv2' 'gtk2' 'lcms2' 'libcanberra' 
'libcups' 'libexif'
+ 'libgudev' 'libnotify' 'libtiff' 'libunique' 'mate-desktop=1.10' 
'sane' 'vte')
 makedepends=('mate-common' 'perl-xml-parser' 'yelp-tools')
 options=('!emptydirs')
-source=($pkgname-$pkgver.tar.gz::https://github.com/NiceandGently/${pkgname}/archive/v${pkgver}.tar.gz;)
-sha1sums=('9727991077ca740eb050eb7a64cc7a6f5dd0e3ae')
+source=($pkgname-$pkgver.tar.gz::https://github.com/NiceandGently/${pkgname}/archive/v${pkgver}.tar.gz;
+adapt-materr.diff)
+sha1sums=('9727991077ca740eb050eb7a64cc7a6f5dd0e3ae'
+  'f4b910418866c90530ff990564d992c802d9ba05')
 install=${pkgname}.install
 
 prepare() {
 cd ${srcdir}/${pkgname}-${pkgver}
+# 
https://github.com/NiceandGently/mate-color-manager/commit/2512d5c1cf10b3a3903045c5ca5a8d411ea0ef32
+patch -p1  ${srcdir}/adapt-materr.diff
 NOCONFIGURE=1 ./autogen.sh
 }
 

Added: adapt-materr.diff
===
--- adapt-materr.diff   (rev 0)
+++ adapt-materr.diff   2015-07-14 13:34:11 UTC (rev 136876)
@@ -0,0 +1,28 @@
+diff --git a/src/mcm-screen.c b/src/mcm-screen.c
+index d555a37..aeec5b9 100644
+--- a/src/mcm-screen.c
 b/src/mcm-screen.c
+@@ -91,11 +91,13 @@ mcm_screen_ensure_instance (McmScreen *screen, GError 
**error)
+   goto out;
+ 
+   /* get screen (this is slow) */
+-  priv-rr_screen = mate_rr_screen_new (gdk_screen_get_default (), 
(MateRRScreenChanged) mcm_screen_randr_event_cb, screen, error);
++  priv-rr_screen = mate_rr_screen_new (gdk_screen_get_default (), error);
+   if (priv-rr_screen == NULL) {
+   ret = FALSE;
+   goto out;
+   }
++
++  g_signal_connect (priv-rr_screen, changed, G_CALLBACK 
(mcm_screen_randr_event_cb), screen);
+ out:
+   return ret;
+ }
+@@ -196,7 +198,7 @@ mcm_screen_finalize (GObject *object)
+   McmScreenPrivate *priv = screen-priv;
+ 
+   if (priv-rr_screen != NULL)
+-  mate_rr_screen_destroy (priv-rr_screen);
++  g_object_unref (priv-rr_screen);
+ 
+   G_OBJECT_CLASS (mcm_screen_parent_class)-finalize (object);
+ }


[arch-commits] Commit in mate-color-manager/repos (8 files)

2015-07-14 Thread Martin Wimpress
Date: Tuesday, July 14, 2015 @ 15:34:23
  Author: flexiondotorg
Revision: 136877

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

Added:
  mate-color-manager/repos/community-staging-i686/
  mate-color-manager/repos/community-staging-i686/PKGBUILD
(from rev 136876, mate-color-manager/trunk/PKGBUILD)
  mate-color-manager/repos/community-staging-i686/adapt-materr.diff
(from rev 136876, mate-color-manager/trunk/adapt-materr.diff)
  mate-color-manager/repos/community-staging-i686/mate-color-manager.install
(from rev 136876, mate-color-manager/trunk/mate-color-manager.install)
  mate-color-manager/repos/community-staging-x86_64/
  mate-color-manager/repos/community-staging-x86_64/PKGBUILD
(from rev 136876, mate-color-manager/trunk/PKGBUILD)
  mate-color-manager/repos/community-staging-x86_64/adapt-materr.diff
(from rev 136876, mate-color-manager/trunk/adapt-materr.diff)
  mate-color-manager/repos/community-staging-x86_64/mate-color-manager.install
(from rev 136876, mate-color-manager/trunk/mate-color-manager.install)

-+
 community-staging-i686/PKGBUILD |   42 ++
 community-staging-i686/adapt-materr.diff|   28 
 community-staging-i686/mate-color-manager.install   |   13 +
 community-staging-x86_64/PKGBUILD   |   42 ++
 community-staging-x86_64/adapt-materr.diff  |   28 
 community-staging-x86_64/mate-color-manager.install |   13 +
 6 files changed, 166 insertions(+)

Copied: mate-color-manager/repos/community-staging-i686/PKGBUILD (from rev 
136876, mate-color-manager/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2015-07-14 13:34:23 UTC (rev 136877)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer : Martin Wimpress c...@flexion.org
+
+pkgname=mate-color-manager
+pkgver=1.8.0
+pkgrel=2
+pkgdesc=Color management application for MATE.
+url=https://github.com/NiceandGently/${pkgname};
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('dbus' 'desktop-file-utils' 'exiv2' 'gtk2' 'lcms2' 'libcanberra' 
'libcups' 'libexif'
+ 'libgudev' 'libnotify' 'libtiff' 'libunique' 'mate-desktop=1.10' 
'sane' 'vte')
+makedepends=('mate-common' 'perl-xml-parser' 'yelp-tools')
+options=('!emptydirs')
+source=($pkgname-$pkgver.tar.gz::https://github.com/NiceandGently/${pkgname}/archive/v${pkgver}.tar.gz;
+adapt-materr.diff)
+sha1sums=('9727991077ca740eb050eb7a64cc7a6f5dd0e3ae'
+  'f4b910418866c90530ff990564d992c802d9ba05')
+install=${pkgname}.install
+
+prepare() {
+cd ${srcdir}/${pkgname}-${pkgver}
+# 
https://github.com/NiceandGently/mate-color-manager/commit/2512d5c1cf10b3a3903045c5ca5a8d411ea0ef32
+patch -p1  ${srcdir}/adapt-materr.diff
+NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+cd ${srcdir}/${pkgname}-${pkgver}
+./configure \
+--prefix=/usr \
+--sysconfdir=/etc \
+--sbindir=/usr/bin \
+--libexecdir=/usr/lib/${pkgname} \
+--disable-static
+make
+}
+
+package() {
+cd ${srcdir}/${pkgname}-${pkgver}
+make DESTDIR=${pkgdir} install
+}

Copied: mate-color-manager/repos/community-staging-i686/adapt-materr.diff (from 
rev 136876, mate-color-manager/trunk/adapt-materr.diff)
===
--- community-staging-i686/adapt-materr.diff(rev 0)
+++ community-staging-i686/adapt-materr.diff2015-07-14 13:34:23 UTC (rev 
136877)
@@ -0,0 +1,28 @@
+diff --git a/src/mcm-screen.c b/src/mcm-screen.c
+index d555a37..aeec5b9 100644
+--- a/src/mcm-screen.c
 b/src/mcm-screen.c
+@@ -91,11 +91,13 @@ mcm_screen_ensure_instance (McmScreen *screen, GError 
**error)
+   goto out;
+ 
+   /* get screen (this is slow) */
+-  priv-rr_screen = mate_rr_screen_new (gdk_screen_get_default (), 
(MateRRScreenChanged) mcm_screen_randr_event_cb, screen, error);
++  priv-rr_screen = mate_rr_screen_new (gdk_screen_get_default (), error);
+   if (priv-rr_screen == NULL) {
+   ret = FALSE;
+   goto out;
+   }
++
++  g_signal_connect (priv-rr_screen, changed, G_CALLBACK 
(mcm_screen_randr_event_cb), screen);
+ out:
+   return ret;
+ }
+@@ -196,7 +198,7 @@ mcm_screen_finalize (GObject *object)
+   McmScreenPrivate *priv = screen-priv;
+ 
+   if (priv-rr_screen != NULL)
+-  mate_rr_screen_destroy (priv-rr_screen);
++  g_object_unref (priv-rr_screen);
+ 
+   G_OBJECT_CLASS (mcm_screen_parent_class)-finalize (object);
+ }

Copied: 
mate-color-manager/repos/community-staging-i686/mate-color-manager.install 
(from rev 136876, mate-color-manager/trunk/mate-color-manager.install)

[arch-commits] Commit in tlp/repos/community-any (6 files)

2015-07-14 Thread Maxime Gauduin
Date: Tuesday, July 14, 2015 @ 13:40:08
  Author: alucryd
Revision: 136825

archrelease: copy trunk to community-any

Added:
  tlp/repos/community-any/PKGBUILD
(from rev 136824, tlp/trunk/PKGBUILD)
  tlp/repos/community-any/fix-udev-event-processing-for-AC-BAT.patch
(from rev 136824, tlp/trunk/fix-udev-event-processing-for-AC-BAT.patch)
  tlp/repos/community-any/fix-udev-event-processing-for-USB.patch
(from rev 136824, tlp/trunk/fix-udev-event-processing-for-USB.patch)
  tlp/repos/community-any/tlp-arch.patch
(from rev 136824, tlp/trunk/tlp-arch.patch)
Deleted:
  tlp/repos/community-any/PKGBUILD
  tlp/repos/community-any/tlp-arch.patch

+
 PKGBUILD   |  126 ++-
 fix-udev-event-processing-for-AC-BAT.patch |  134 
 fix-udev-event-processing-for-USB.patch|  284 +++
 tlp-arch.patch |  124 +--
 4 files changed, 546 insertions(+), 122 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-07-14 11:39:54 UTC (rev 136824)
+++ PKGBUILD2015-07-14 11:40:08 UTC (rev 136825)
@@ -1,60 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin aluc...@archlinux.org
-# Contributor: Marc Schulte bo...@nerdstube.de
-
-pkgbase=tlp
-pkgname=('tlp' 'tlp-rdw')
-pkgver=0.7
-pkgrel=2
-arch=('any')
-url='http://linrunner.de/en/tlp/docs/tlp-linux-advanced-power-management.html'
-license=('GPL2' 'GPL3')
-source=(https://github.com/linrunner/TLP/archive/${pkgver}.tar.gz;
-'tlp-arch.patch')
-sha256sums=('bd313f478f897a658f2ca7db9665b8ce6796431b952f7df9aa80e59072cea4ea'
-'833ed3348a46afee9c20119452c98d07caf050d955961beb4fdef76ff4e4a59a')
-
-prepare() {
-  cd TLP-${pkgver}
-
-  patch -Np1 -i ../tlp-arch.patch
-}
-
-package_tlp() {
-  pkgdesc='Linux Advanced Power Management'
-  depends=('hdparm' 'iw' 'pciutils' 'rfkill' 'usbutils' 'util-linux')
-  optdepends=('acpi_call: Sandy Bridge and newer ThinkPad battery functions'
-  'ethtool: Disable Wake On Lan'
-  'lsb-release: Display LSB release version in tlp-stat'
-  'smartmontools: Display S.M.A.R.T. data in tlp-stat'
-  'tp_smapi: ThinkPad battery functions'
-  'x86_energy_perf_policy: Set energy versus performance policy on 
x86 processors')
-  conflicts=('laptop-mode-tools' 'pm-utils')
-  backup=('etc/default/tlp')
-
-  cd TLP-${pkgver}
-
-  export TLP_SBIN='/usr/bin'
-  export TLP_ULIB='/usr/lib/udev'
-  export TLP_SYSD='/usr/lib/systemd/system'
-  export TLP_NO_INIT='1'
-  export TLP_NO_PMUTILS='1'
-  export TLP_WITH_SYSTEMD='1'
-
-  make DESTDIR=${pkgdir} install-tlp
-
-  install -dm 755 ${pkgdir}/usr/share/man/man{1,8}
-  install -m 644 man/*.1 ${pkgdir}/usr/share/man/man1/
-  install -m 644 man/*.8 ${pkgdir}/usr/share/man/man8/
-}
-
-package_tlp-rdw() {
-  pkgdesc='Linux Advanced Power Management - Radio Device Wizard'
-  depends=('networkmanager' 'tlp')
-
-  cd TLP-${pkgver}
-
-  make DESTDIR=${pkgdir} install-rdw
-}
-
-# vim: ts=2 sw=2 et:

Copied: tlp/repos/community-any/PKGBUILD (from rev 136824, tlp/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-07-14 11:40:08 UTC (rev 136825)
@@ -0,0 +1,66 @@
+# $Id$
+# Maintainer: Maxime Gauduin aluc...@archlinux.org
+# Contributor: Marc Schulte bo...@nerdstube.de
+
+pkgbase=tlp
+pkgname=('tlp' 'tlp-rdw')
+pkgver=0.7
+pkgrel=3
+arch=('any')
+url='http://linrunner.de/en/tlp/tlp.html'
+license=('GPL2' 'GPL3')
+source=($pkgbase-$pkgver.tar.gz::https://github.com/linrunner/TLP/archive/${pkgver}.tar.gz;
+'tlp-arch.patch'
+'fix-udev-event-processing-for-AC-BAT.patch'
+'fix-udev-event-processing-for-USB.patch')
+sha256sums=('bd313f478f897a658f2ca7db9665b8ce6796431b952f7df9aa80e59072cea4ea'
+'833ed3348a46afee9c20119452c98d07caf050d955961beb4fdef76ff4e4a59a'
+'546057c61812d2e788b101c055d87137deb5fcec087e4e3c9a0c3a5ac615b556'
+'5ed8c2b391c2bc2a06f6d7a615fc24c3e4a6c4060fdee53221ff72eddfc843ae')
+
+prepare() {
+  cd TLP-${pkgver}
+
+  patch -Np1 -i ../fix-udev-event-processing-for-AC-BAT.patch
+  patch -Np1 -i ../fix-udev-event-processing-for-USB.patch
+  patch -Np1 -i ../tlp-arch.patch
+}
+
+package_tlp() {
+  pkgdesc='Linux Advanced Power Management'
+  depends=('hdparm' 'iw' 'pciutils' 'rfkill' 'usbutils' 'util-linux')
+  optdepends=('acpi_call: Sandy Bridge and newer ThinkPad battery functions'
+  'ethtool: Disable Wake On Lan'
+  'lsb-release: Display LSB release version in tlp-stat'
+  'smartmontools: Display S.M.A.R.T. data in tlp-stat'
+  'tp_smapi: ThinkPad battery functions'
+  'x86_energy_perf_policy: Set energy versus performance policy on 
x86 processors')
+  conflicts=('laptop-mode-tools' 'pm-utils')
+  

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

2015-07-14 Thread Maxime Gauduin
Date: Tuesday, July 14, 2015 @ 13:39:54
  Author: alucryd
Revision: 136824

FS#45587: tlp 0.7-3

Added:
  tlp/trunk/fix-udev-event-processing-for-AC-BAT.patch
  tlp/trunk/fix-udev-event-processing-for-USB.patch
Modified:
  tlp/trunk/PKGBUILD

+
 PKGBUILD   |   14 -
 fix-udev-event-processing-for-AC-BAT.patch |  134 
 fix-udev-event-processing-for-USB.patch|  284 +++
 3 files changed, 428 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-07-14 08:22:33 UTC (rev 136823)
+++ PKGBUILD2015-07-14 11:39:54 UTC (rev 136824)
@@ -5,18 +5,24 @@
 pkgbase=tlp
 pkgname=('tlp' 'tlp-rdw')
 pkgver=0.7
-pkgrel=2
+pkgrel=3
 arch=('any')
-url='http://linrunner.de/en/tlp/docs/tlp-linux-advanced-power-management.html'
+url='http://linrunner.de/en/tlp/tlp.html'
 license=('GPL2' 'GPL3')
 
source=($pkgbase-$pkgver.tar.gz::https://github.com/linrunner/TLP/archive/${pkgver}.tar.gz;
-'tlp-arch.patch')
+'tlp-arch.patch'
+'fix-udev-event-processing-for-AC-BAT.patch'
+'fix-udev-event-processing-for-USB.patch')
 sha256sums=('bd313f478f897a658f2ca7db9665b8ce6796431b952f7df9aa80e59072cea4ea'
-'833ed3348a46afee9c20119452c98d07caf050d955961beb4fdef76ff4e4a59a')
+'833ed3348a46afee9c20119452c98d07caf050d955961beb4fdef76ff4e4a59a'
+'546057c61812d2e788b101c055d87137deb5fcec087e4e3c9a0c3a5ac615b556'
+'5ed8c2b391c2bc2a06f6d7a615fc24c3e4a6c4060fdee53221ff72eddfc843ae')
 
 prepare() {
   cd TLP-${pkgver}
 
+  patch -Np1 -i ../fix-udev-event-processing-for-AC-BAT.patch
+  patch -Np1 -i ../fix-udev-event-processing-for-USB.patch
   patch -Np1 -i ../tlp-arch.patch
 }
 

Added: fix-udev-event-processing-for-AC-BAT.patch
===
--- fix-udev-event-processing-for-AC-BAT.patch  (rev 0)
+++ fix-udev-event-processing-for-AC-BAT.patch  2015-07-14 11:39:54 UTC (rev 
136824)
@@ -0,0 +1,134 @@
+From d8092a1c3ee2183e086312269d0224bf5ffded5e Mon Sep 17 00:00:00 2001
+From: Thomas Koch linrun...@gmx.net
+Date: Mon, 13 Jul 2015 22:05:32 +0200
+Subject: [PATCH 1/2] Issues #147, #149: fix udev event processing for AC/BAT
+ switching
+
+Background: systemd-udevd version 221 now kills forked processes
+when the main process (called by RUN=) terminates and stdout/
+stderr have been closed. First occurred on Arch Linux.
+
+Consequences:
+TLP's technique to fork udev event processing in a subshell fails
+and the code applying the settings is aborted prematurely.
+
+In case of tlp-usb-udev removing the subshell is not an option,
+because it would remove the ability to concurrently populate
+the subdevices tree and thus incapacitate the driver blacklisting
+feature.
+
+Solution:
+- Remove subshell forking for AC/BAT switching in tlp
+- Do not close stdout/stdin in tlp-usb-udev subshell to prevent
+  being killed by udev post-processing
+- Reduce wait for subdevices populating in tlp-usb-udev
+---
+ tlp  | 11 +++
+ tlp-usb-udev | 62 
+ 2 files changed, 36 insertions(+), 37 deletions(-)
+
+diff --git a/tlp b/tlp
+index 9f41611..c7c9f12 100755
+--- a/tlp
 b/tlp
+@@ -139,14 +139,9 @@ case $mode in
+ 
+ auto) # set mode depending on state (called by udev rule)
+ check_root
+-( # run in a detached subshell to avoid blocking udev,
+-  # close stdout/stderr
+-exec 1 /dev/null 2/dev/null
+-
+-apply_common_settings $pwrmode
+-[ $pwrmode = 1 ]  poweroff_drivebay 0
+-set_radio_device_states $pwrmode
+-) 
++apply_common_settings $pwrmode
++[ $pwrmode = 1 ]  poweroff_drivebay 0
++set_radio_device_states $pwrmode
+ ;;
+ 
+ start) # set mode depending on state (interactive mode)
+diff --git a/tlp-usb-udev b/tlp-usb-udev
+index c31a686..f3b8546 100755
+--- a/tlp-usb-udev
 b/tlp-usb-udev
+@@ -71,22 +71,9 @@ usbdev=/sys$1
+ if [ -f $usbdev/power/autosuspend ] || [ -f 
$usbdev/power/autosuspend_delay_ms ]; then
+ # device is autosuspendable
+ 
+-( # run remainder in a detached subshell to avoid blocking udev,
+-  # close stdout/stderr
+-exec 1 /dev/null 2/dev/null
+-
+-# initialize driver blacklist from settings
+-drv_bl=${USB_DRIVER_BLACKLIST:-$DEFAULT_USB_DRIVER_BLACKLIST}
+-
+-# add wwan driver blacklist if enabled
+-USB_BLACKLIST_WWAN=${USB_BLACKLIST_WWAN:-1} # default is exclude
+-
+-if [ $USB_BLACKLIST_WWAN = 1 ]; then
+-drv_bl=$drv_bl $USB_WWAN_DRIVERS
+-fi
+-
+-# wait for subdevices to populate via parallel udev events (not 
handled here)
+-sleep 2.0
++(   # run remainder in a detached subshell to allow udev to 

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

2015-07-14 Thread Martin Wimpress
Date: Tuesday, July 14, 2015 @ 14:36:32
  Author: flexiondotorg
Revision: 136837

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

Added:
  mate-terminal-gtk3/repos/community-i686/PKGBUILD
(from rev 136836, mate-terminal-gtk3/trunk/PKGBUILD)
  mate-terminal-gtk3/repos/community-i686/mate-terminal.install
(from rev 136836, mate-terminal-gtk3/trunk/mate-terminal.install)
  mate-terminal-gtk3/repos/community-x86_64/PKGBUILD
(from rev 136836, mate-terminal-gtk3/trunk/PKGBUILD)
  mate-terminal-gtk3/repos/community-x86_64/mate-terminal.install
(from rev 136836, mate-terminal-gtk3/trunk/mate-terminal.install)
Deleted:
  mate-terminal-gtk3/repos/community-i686/PKGBUILD
  mate-terminal-gtk3/repos/community-i686/mate-terminal.install
  mate-terminal-gtk3/repos/community-x86_64/PKGBUILD
  mate-terminal-gtk3/repos/community-x86_64/mate-terminal.install

+
 /PKGBUILD  |   68 +++
 /mate-terminal.install |   22 ++
 community-i686/PKGBUILD|   34 ---
 community-i686/mate-terminal.install   |   11 -
 community-x86_64/PKGBUILD  |   34 ---
 community-x86_64/mate-terminal.install |   11 -
 6 files changed, 90 insertions(+), 90 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-07-14 12:36:24 UTC (rev 136836)
+++ community-i686/PKGBUILD 2015-07-14 12:36:32 UTC (rev 136837)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer : Martin Wimpress c...@flexion.org
-
-_ver=1.10
-_pkgbase=mate-terminal
-pkgname=(${_pkgbase}-gtk3)
-pkgver=${_ver}.0
-pkgrel=1
-pkgdesc=The MATE Terminal Emulator (GTK3 version [EXPERIMENTAL])
-url=http://mate-desktop.org;
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('dbus' 'dconf' 'libsm' 'mate-desktop-gtk3=1.10' 'vte290')
-makedepends=('docbook2x' 'mate-common' 'yelp-tools')
-optdepends=('yelp: for reading MATE help documents')
-groups=('mate-extra-gtk3')
-conflicts=(${_pkgbase})
-source=(http://pub.mate-desktop.org/releases/${_ver}/${_pkgbase}-${pkgver}.tar.xz;)
-sha1sums=('f6889ec01551083cbb58c099bd1e59fd897b96ab')
-install=${_pkgbase}.install
-
-build() {
-cd ${srcdir}/${_pkgbase}-${pkgver}
-./configure \
---prefix=/usr \
---with-gtk=3.0 \
---disable-static
-make
-}
-
-package() {
-cd ${srcdir}/${_pkgbase}-${pkgver}
-make DESTDIR=${pkgdir} install
-}

Copied: mate-terminal-gtk3/repos/community-i686/PKGBUILD (from rev 136836, 
mate-terminal-gtk3/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-07-14 12:36:32 UTC (rev 136837)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer : Martin Wimpress c...@flexion.org
+
+_ver=1.10
+_pkgbase=mate-terminal
+pkgname=(${_pkgbase}-gtk3)
+pkgver=${_ver}.1
+pkgrel=1
+pkgdesc=The MATE Terminal Emulator (GTK3 version [EXPERIMENTAL])
+url=http://mate-desktop.org;
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('dbus' 'dconf' 'libsm' 'mate-desktop-gtk3=1.10' 'vte290')
+makedepends=('docbook2x' 'mate-common' 'yelp-tools')
+optdepends=('yelp: for reading MATE help documents')
+groups=('mate-extra-gtk3')
+conflicts=(${_pkgbase})
+source=(http://pub.mate-desktop.org/releases/${_ver}/${_pkgbase}-${pkgver}.tar.xz;)
+sha1sums=('72794300b9815de0e861e535e3c5601c19441c54')
+install=${_pkgbase}.install
+
+build() {
+cd ${srcdir}/${_pkgbase}-${pkgver}
+./configure \
+--prefix=/usr \
+--with-gtk=3.0 \
+--disable-static
+make
+}
+
+package() {
+cd ${srcdir}/${_pkgbase}-${pkgver}
+make DESTDIR=${pkgdir} install
+}

Deleted: community-i686/mate-terminal.install
===
--- community-i686/mate-terminal.install2015-07-14 12:36:24 UTC (rev 
136836)
+++ community-i686/mate-terminal.install2015-07-14 12:36:32 UTC (rev 
136837)
@@ -1,11 +0,0 @@
-post_install() {
-glib-compile-schemas /usr/share/glib-2.0/schemas/
-}
-
-post_upgrade() {
-post_install
-}
-
-post_remove() {
-post_install
-}

Copied: mate-terminal-gtk3/repos/community-i686/mate-terminal.install (from rev 
136836, mate-terminal-gtk3/trunk/mate-terminal.install)
===
--- community-i686/mate-terminal.install(rev 0)
+++ community-i686/mate-terminal.install2015-07-14 12:36:32 UTC (rev 
136837)
@@ -0,0 +1,11 @@
+post_install() {
+glib-compile-schemas /usr/share/glib-2.0/schemas/
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-07-14 12:36:24 UTC (rev 136836)

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

2015-07-14 Thread Martin Wimpress
Date: Tuesday, July 14, 2015 @ 14:42:44
  Author: flexiondotorg
Revision: 136841

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

Added:
  mate-utils-gtk3/repos/community-i686/PKGBUILD
(from rev 136840, mate-utils-gtk3/trunk/PKGBUILD)
  mate-utils-gtk3/repos/community-i686/mate-utils.install
(from rev 136840, mate-utils-gtk3/trunk/mate-utils.install)
  mate-utils-gtk3/repos/community-x86_64/PKGBUILD
(from rev 136840, mate-utils-gtk3/trunk/PKGBUILD)
  mate-utils-gtk3/repos/community-x86_64/mate-utils.install
(from rev 136840, mate-utils-gtk3/trunk/mate-utils.install)
Deleted:
  mate-utils-gtk3/repos/community-i686/PKGBUILD
  mate-utils-gtk3/repos/community-i686/mate-utils.install
  mate-utils-gtk3/repos/community-x86_64/PKGBUILD
  mate-utils-gtk3/repos/community-x86_64/mate-utils.install

-+
 /PKGBUILD   |   76 ++
 /mate-utils.install |   24 ++
 community-i686/PKGBUILD |   38 -
 community-i686/mate-utils.install   |   12 -
 community-x86_64/PKGBUILD   |   38 -
 community-x86_64/mate-utils.install |   12 -
 6 files changed, 100 insertions(+), 100 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-07-14 12:42:36 UTC (rev 136840)
+++ community-i686/PKGBUILD 2015-07-14 12:42:44 UTC (rev 136841)
@@ -1,38 +0,0 @@
-# Maintainer : Martin Wimpress c...@flexion.org
-
-_ver=1.10
-_pkgbase=mate-utils
-pkgname=(${_pkgbase}-gtk3)
-pkgver=${_ver}.1
-pkgrel=1
-pkgdesc=Common MATE utilities for viewing disk usage, logs and fonts, taking 
screenshots, managing dictionaries and searching files (GTK3 version 
[EXPERIMENTAL])
-url=http://mate-desktop.org;
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('desktop-file-utils' 'gtk3' 'libcanberra' 'libgtop' 'libsm' 'zlib')
-makedepends=('mate-common' 'mate-panel-gtk3=1.10' 'rarian' 'yelp-tools')
-optdepends=('mate-panel-gtk3: Look up words in dictionaries from the panel'
-'yelp: for reading MATE help documents')
-groups=('mate-extra-gtk3')
-conflicts=(${_pkgbase})
-source=(http://pub.mate-desktop.org/releases/${_ver}/${_pkgbase}-${pkgver}.tar.xz;)
-sha1sums=('2a8d7de80432759127aa52ce76db9a0b7070a0e1')
-install=${_pkgbase}.install
-
-build() {
-cd ${srcdir}/${_pkgbase}-${pkgver}
-./configure \
---prefix=/usr \
---libexecdir=/usr/lib/${_pkgbase} \
---with-gtk=3.0 \
---sysconfdir=/etc \
---enable-deprecated \
---disable-maintainer-flags \
---disable-static
-make
-}
-
-package() {
-cd ${srcdir}/${_pkgbase}-${pkgver}
-make DESTDIR=${pkgdir} install
-}

Copied: mate-utils-gtk3/repos/community-i686/PKGBUILD (from rev 136840, 
mate-utils-gtk3/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-07-14 12:42:44 UTC (rev 136841)
@@ -0,0 +1,38 @@
+# Maintainer : Martin Wimpress c...@flexion.org
+
+_ver=1.10
+_pkgbase=mate-utils
+pkgname=(${_pkgbase}-gtk3)
+pkgver=${_ver}.2
+pkgrel=1
+pkgdesc=Common MATE utilities for viewing disk usage, logs and fonts, taking 
screenshots, managing dictionaries and searching files (GTK3 version 
[EXPERIMENTAL])
+url=http://mate-desktop.org;
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('desktop-file-utils' 'gtk3' 'libcanberra' 'libgtop' 'libsm' 'zlib')
+makedepends=('mate-common' 'mate-panel-gtk3=1.10' 'rarian' 'yelp-tools')
+optdepends=('mate-panel-gtk3: Look up words in dictionaries from the panel'
+'yelp: for reading MATE help documents')
+groups=('mate-extra-gtk3')
+conflicts=(${_pkgbase})
+source=(http://pub.mate-desktop.org/releases/${_ver}/${_pkgbase}-${pkgver}.tar.xz;)
+sha1sums=('bccd69a31f769f6cba7d77edded2d8a53031b41d')
+install=${_pkgbase}.install
+
+build() {
+cd ${srcdir}/${_pkgbase}-${pkgver}
+./configure \
+--prefix=/usr \
+--libexecdir=/usr/lib/${_pkgbase} \
+--with-gtk=3.0 \
+--sysconfdir=/etc \
+--enable-deprecated \
+--disable-maintainer-flags \
+--disable-static
+make
+}
+
+package() {
+cd ${srcdir}/${_pkgbase}-${pkgver}
+make DESTDIR=${pkgdir} install
+}

Deleted: community-i686/mate-utils.install
===
--- community-i686/mate-utils.install   2015-07-14 12:42:36 UTC (rev 136840)
+++ community-i686/mate-utils.install   2015-07-14 12:42:44 UTC (rev 136841)
@@ -1,12 +0,0 @@
-post_install() {
-glib-compile-schemas /usr/share/glib-2.0/schemas/
-gtk-update-icon-cache -q -t -f /usr/share/icons/mate
-}
-
-post_upgrade() {
-post_install
-}
-
-post_remove() {
-post_install
-}

Copied: mate-utils-gtk3/repos/community-i686/mate-utils.install (from rev 

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

2015-07-14 Thread Martin Wimpress
Date: Tuesday, July 14, 2015 @ 14:52:05
  Author: flexiondotorg
Revision: 136853

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

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

--+
 /PKGBUILD|   96 ++
 /engrampa.install|   26 +++
 /fr-rpm-bsdtar.patch |  120 +
 community-i686/PKGBUILD  |   48 -
 community-i686/engrampa.install  |   13 ---
 community-i686/fr-rpm-bsdtar.patch   |   60 
 community-x86_64/PKGBUILD|   48 -
 community-x86_64/engrampa.install|   13 ---
 community-x86_64/fr-rpm-bsdtar.patch |   60 
 9 files changed, 242 insertions(+), 242 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-07-14 12:51:56 UTC (rev 136852)
+++ community-i686/PKGBUILD 2015-07-14 12:52:05 UTC (rev 136853)
@@ -1,48 +0,0 @@
-# Maintainer : Martin Wimpress c...@flexion.org
-
-_ver=1.10
-_pkgbase=engrampa
-pkgname=(${_pkgbase})
-pkgver=${_ver}.0
-pkgrel=2
-pkgdesc=Archive manipulator for MATE (GTK2 version)
-url=http://mate-desktop.org;
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('bzip2' 'desktop-file-utils' 'gtk2' 'gzip' 'libarchive' 'tar')
-makedepends=('caja=1.10' 'mate-common' 'yelp-tools')
-optdepends=('caja: file archiver extension'
-'unrar: for RAR uncompression'
-'zip: for ZIP archives' 'unzip: for ZIP archives'
-'p7zip: 7zip compression utility' 'arj: for ARJ archives'
-'unace: extraction tool for the proprietary ace archive format'
-'yelp: for reading MATE help documents')
-groups=('mate-extra')
-conflicts=(${_pkgbase}-gtk3)
-source=(http://pub.mate-desktop.org/releases/${_ver}/${_pkgbase}-${pkgver}.tar.xz;
-fr-rpm-bsdtar.patch)
-sha1sums=('bca7140ac1715620fc2336ef6352df8a6f9d927b'
-  '219b05a979bf6f249aaae27964f02345fd81168d')
-install=${_pkgbase}.install
-
-prepare() {
-cd ${srcdir}/${_pkgbase}-${pkgver}
-# This patch 'depends' on libarchive
-patch -Np1 -i ${srcdir}/fr-rpm-bsdtar.patch
-}
-
-build() {
-cd ${srcdir}/${_pkgbase}-${pkgver}
-./configure \
---prefix=/usr \
---libexecdir=/usr/lib/${_pkgbase} \
---with-gtk=2.0 \
---disable-static \
---disable-packagekit
-make
-}
-
-package() {
-cd ${srcdir}/${_pkgbase}-${pkgver}
-make DESTDIR=${pkgdir} install
-}

Copied: engrampa/repos/community-i686/PKGBUILD (from rev 136852, 
engrampa/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-07-14 12:52:05 UTC (rev 136853)
@@ -0,0 +1,48 @@
+# Maintainer : Martin Wimpress c...@flexion.org
+
+_ver=1.10
+_pkgbase=engrampa
+pkgname=(${_pkgbase})
+pkgver=${_ver}.1
+pkgrel=1
+pkgdesc=Archive manipulator for MATE (GTK2 version)
+url=http://mate-desktop.org;
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('bzip2' 'desktop-file-utils' 'gtk2' 'gzip' 'libarchive' 'tar')
+makedepends=('caja=1.10' 'mate-common' 'yelp-tools')
+optdepends=('caja: file archiver extension'
+'unrar: for RAR uncompression'
+'zip: for ZIP archives' 'unzip: for ZIP archives'
+'p7zip: 7zip compression utility' 'arj: for ARJ archives'
+'unace: extraction tool for the proprietary ace archive format'
+'yelp: for reading MATE help documents')
+groups=('mate-extra')
+conflicts=(${_pkgbase}-gtk3)
+source=(http://pub.mate-desktop.org/releases/${_ver}/${_pkgbase}-${pkgver}.tar.xz;
+fr-rpm-bsdtar.patch)
+sha1sums=('280daa5ef6c660d1d1c5da33ee2952b12095ff08'
+  '219b05a979bf6f249aaae27964f02345fd81168d')
+install=${_pkgbase}.install
+
+prepare() {
+cd ${srcdir}/${_pkgbase}-${pkgver}
+# This patch 'depends' on libarchive
+patch -Np1 -i ${srcdir}/fr-rpm-bsdtar.patch
+}
+
+build() {
+ 

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

2015-07-14 Thread Martin Wimpress
Date: Tuesday, July 14, 2015 @ 14:51:56
  Author: flexiondotorg
Revision: 136852

upgpkg: engrampa 1.10.1-1 - New ustream release

Modified:
  engrampa/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-07-14 12:49:49 UTC (rev 136851)
+++ PKGBUILD2015-07-14 12:51:56 UTC (rev 136852)
@@ -3,8 +3,8 @@
 _ver=1.10
 _pkgbase=engrampa
 pkgname=(${_pkgbase})
-pkgver=${_ver}.0
-pkgrel=2
+pkgver=${_ver}.1
+pkgrel=1
 pkgdesc=Archive manipulator for MATE (GTK2 version)
 url=http://mate-desktop.org;
 arch=('i686' 'x86_64')
@@ -21,7 +21,7 @@
 conflicts=(${_pkgbase}-gtk3)
 
source=(http://pub.mate-desktop.org/releases/${_ver}/${_pkgbase}-${pkgver}.tar.xz;
 fr-rpm-bsdtar.patch)
-sha1sums=('bca7140ac1715620fc2336ef6352df8a6f9d927b'
+sha1sums=('280daa5ef6c660d1d1c5da33ee2952b12095ff08'
   '219b05a979bf6f249aaae27964f02345fd81168d')
 install=${_pkgbase}.install
 


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

2015-07-14 Thread Martin Wimpress
Date: Tuesday, July 14, 2015 @ 15:16:07
  Author: flexiondotorg
Revision: 136870

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

Added:
  mate-settings-daemon/repos/community-i686/PKGBUILD
(from rev 136869, mate-settings-daemon/trunk/PKGBUILD)
  mate-settings-daemon/repos/community-i686/mate-settings-daemon.install
(from rev 136869, mate-settings-daemon/trunk/mate-settings-daemon.install)
  mate-settings-daemon/repos/community-x86_64/PKGBUILD
(from rev 136869, mate-settings-daemon/trunk/PKGBUILD)
  mate-settings-daemon/repos/community-x86_64/mate-settings-daemon.install
(from rev 136869, mate-settings-daemon/trunk/mate-settings-daemon.install)
Deleted:
  mate-settings-daemon/repos/community-i686/PKGBUILD
  mate-settings-daemon/repos/community-i686/mate-settings-daemon.install
  mate-settings-daemon/repos/community-x86_64/PKGBUILD
  mate-settings-daemon/repos/community-x86_64/mate-settings-daemon.install

---+
 /PKGBUILD |   76 
 /mate-settings-daemon.install |   24 +++
 community-i686/PKGBUILD   |   38 
 community-i686/mate-settings-daemon.install   |   12 ---
 community-x86_64/PKGBUILD |   38 
 community-x86_64/mate-settings-daemon.install |   12 ---
 6 files changed, 100 insertions(+), 100 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-07-14 13:16:01 UTC (rev 136869)
+++ community-i686/PKGBUILD 2015-07-14 13:16:07 UTC (rev 136870)
@@ -1,38 +0,0 @@
-# Maintainer : Martin Wimpress c...@flexion.org
-
-_ver=1.10
-_pkgbase=mate-settings-daemon
-pkgname=(${_pkgbase})
-pkgver=${_ver}.0
-pkgrel=1
-pkgdesc=The MATE Settings daemon (GTK2 version)
-url=http://mate-desktop.org;
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('dbus-glib' 'dconf' 'fontconfig' 'gtk2' 'libcanberra-pulse'
- 'libmatekbd=1.10' 'libmatemixer' 'libnotify' 'libxt'
- 'mate-desktop=1.10' 'nss' 'polkit')
-makedepends=('mate-common')
-groups=('mate')
-replaces=(${_pkgbase}-gstreamer ${_pkgbase}-pulseaudio)
-conflicts=(${_pkgbase}-gtk3 ${_pkgbase}-gstreamer ${_pkgbase}-pulseaudio)
-source=(http://pub.mate-desktop.org/releases/${_ver}/${_pkgbase}-${pkgver}.tar.xz;)
-sha1sums=('ca2895f20c660f178317ef5e1b480bfddf9c34fc')
-install=${_pkgbase}.install
-
-build() {
-cd ${srcdir}/${_pkgbase}-${pkgver}
-./configure \
---prefix=/usr \
---libexecdir=/usr/lib/${_pkgbase} \
---sysconfdir=/etc \
---with-gtk=2.0 \
---enable-polkit \
---disable-static
-make
-}
-
-package() {
-cd ${srcdir}/${_pkgbase}-${pkgver}
-make DESTDIR=${pkgdir} install
-}

Copied: mate-settings-daemon/repos/community-i686/PKGBUILD (from rev 136869, 
mate-settings-daemon/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-07-14 13:16:07 UTC (rev 136870)
@@ -0,0 +1,38 @@
+# Maintainer : Martin Wimpress c...@flexion.org
+
+_ver=1.10
+_pkgbase=mate-settings-daemon
+pkgname=(${_pkgbase})
+pkgver=${_ver}.1
+pkgrel=1
+pkgdesc=The MATE Settings daemon (GTK2 version)
+url=http://mate-desktop.org;
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('dbus-glib' 'dconf' 'fontconfig' 'gtk2' 'libcanberra-pulse'
+ 'libmatekbd=1.10' 'libmatemixer' 'libnotify' 'libxt'
+ 'mate-desktop=1.10' 'nss' 'polkit')
+makedepends=('mate-common')
+groups=('mate')
+replaces=(${_pkgbase}-gstreamer ${_pkgbase}-pulseaudio)
+conflicts=(${_pkgbase}-gtk3 ${_pkgbase}-gstreamer ${_pkgbase}-pulseaudio)
+source=(http://pub.mate-desktop.org/releases/${_ver}/${_pkgbase}-${pkgver}.tar.xz;)
+sha1sums=('32f9b1e6a899607b69e8d489817fa5dea0f9a4a3')
+install=${_pkgbase}.install
+
+build() {
+cd ${srcdir}/${_pkgbase}-${pkgver}
+./configure \
+--prefix=/usr \
+--libexecdir=/usr/lib/${_pkgbase} \
+--sysconfdir=/etc \
+--with-gtk=2.0 \
+--enable-polkit \
+--disable-static
+make
+}
+
+package() {
+cd ${srcdir}/${_pkgbase}-${pkgver}
+make DESTDIR=${pkgdir} install
+}

Deleted: community-i686/mate-settings-daemon.install
===
--- community-i686/mate-settings-daemon.install 2015-07-14 13:16:01 UTC (rev 
136869)
+++ community-i686/mate-settings-daemon.install 2015-07-14 13:16:07 UTC (rev 
136870)
@@ -1,12 +0,0 @@
-post_install() {
-glib-compile-schemas /usr/share/glib-2.0/schemas/
-gtk-update-icon-cache -q -t -f /usr/share/icons/mate
-}
-
-post_upgrade() {
-post_install
-}
-
-post_remove() {
-post_install
-}

Copied: mate-settings-daemon/repos/community-i686/mate-settings-daemon.install 
(from rev 136869, 

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

2015-07-14 Thread Martin Wimpress
Date: Tuesday, July 14, 2015 @ 15:16:01
  Author: flexiondotorg
Revision: 136869

upgpkg: mate-settings-daemon 1.10.1-1 - New upstream release

Modified:
  mate-settings-daemon/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-07-14 13:13:47 UTC (rev 136868)
+++ PKGBUILD2015-07-14 13:16:01 UTC (rev 136869)
@@ -3,7 +3,7 @@
 _ver=1.10
 _pkgbase=mate-settings-daemon
 pkgname=(${_pkgbase})
-pkgver=${_ver}.0
+pkgver=${_ver}.1
 pkgrel=1
 pkgdesc=The MATE Settings daemon (GTK2 version)
 url=http://mate-desktop.org;
@@ -17,7 +17,7 @@
 replaces=(${_pkgbase}-gstreamer ${_pkgbase}-pulseaudio)
 conflicts=(${_pkgbase}-gtk3 ${_pkgbase}-gstreamer ${_pkgbase}-pulseaudio)
 
source=(http://pub.mate-desktop.org/releases/${_ver}/${_pkgbase}-${pkgver}.tar.xz;)
-sha1sums=('ca2895f20c660f178317ef5e1b480bfddf9c34fc')
+sha1sums=('32f9b1e6a899607b69e8d489817fa5dea0f9a4a3')
 install=${_pkgbase}.install
 
 build() {


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

2015-07-14 Thread Sergej Pupykin
Date: Tuesday, July 14, 2015 @ 14:49:49
  Author: spupykin
Revision: 136851

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

Added:
  tesseract/repos/community-i686/PKGBUILD
(from rev 136848, tesseract/trunk/PKGBUILD)
  tesseract/repos/community-i686/tesseract.install
(from rev 136848, tesseract/trunk/tesseract.install)
  tesseract/repos/community-x86_64/PKGBUILD
(from rev 136849, tesseract/trunk/PKGBUILD)
  tesseract/repos/community-x86_64/tesseract.install
(from rev 136849, tesseract/trunk/tesseract.install)
Deleted:
  tesseract/repos/community-i686/PKGBUILD
  tesseract/repos/community-i686/tesseract.install
  tesseract/repos/community-x86_64/PKGBUILD
  tesseract/repos/community-x86_64/tesseract.install

+
 /PKGBUILD  |   82 +++
 /tesseract.install |   14 +
 community-i686/PKGBUILD|   43 --
 community-i686/tesseract.install   |7 --
 community-x86_64/PKGBUILD  |   43 --
 community-x86_64/tesseract.install |7 --
 6 files changed, 96 insertions(+), 100 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-07-14 12:49:47 UTC (rev 136850)
+++ community-i686/PKGBUILD 2015-07-14 12:49:49 UTC (rev 136851)
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor: Andreas Hauser andy-...@splashground.de
-
-_langs=(afr ara aze bel ben bul cat ces chi_sim chi_tra chr dan deu ell
-eng enm epo epo_alt equ est eus fin fra frk frm glg grc heb hin hrv hun
-ind isl ita ita_old jpn kan kor lav lit mal mkd mlt msa nld nor pol por
-ron rus slk slv spa spa_old sqi srp swa swe tam tel tgl tha tur ukr vie)
-
-pkgname=tesseract
-pkgver=3.03rc1
-_pkgver=3.03
-pkgrel=3
-pkgdesc=An OCR programm
-arch=(i686 x86_64)
-url=http://code.google.com/p/tesseract-ocr;
-license=(APACHE)
-depends=(libpng libtiff libjpeg zlib giflib gcc-libs leptonica)
-makedepends=(icu cairo pango)
-install=tesseract.install
-optdepends=('icu' 'cairo' 'pango'
-   $(for l in ${_langs[@]}; do echo tesseract-data-${l}; done))
-source=(http://arch.p5n.pp.ru/~sergej/dl/2014/$pkgname-$pkgver.tar.gz;
-   
https://tesseract-ocr.googlecode.com/files/tesseract-ocr-3.01.osd.tar.gz;)
-md5sums=('d69ceca9ae70e0b7020d0f92d60b8565'
- '683486e01f5b87c17f2f5815f770ccb3')
-
-build() {
-  cd $srcdir/$pkgname-${_pkgver}
-  [ -f Makefile ] || ./configure --prefix=/usr
-  (cd training  make clean)
-  make clean
-  make
-  make training
-}
-
-package() {
-  cd $srcdir/$pkgname-${_pkgver}
-  make DESTDIR=$pkgdir install
-  make DESTDIR=$pkgdir training-install
-  mkdir -p $pkgdir/usr/share/tessdata
-  install -Dm0644 $srcdir/tesseract-ocr/tessdata/osd.traineddata 
$pkgdir/usr/share/tessdata/osd.traineddata
-}

Copied: tesseract/repos/community-i686/PKGBUILD (from rev 136848, 
tesseract/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-07-14 12:49:49 UTC (rev 136851)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: Andreas Hauser andy-...@splashground.de
+
+_langs=(afr ara aze bel ben bul cat ces chi_sim chi_tra chr dan deu ell
+eng enm epo epo_alt equ est eus fin fra frk frm glg grc heb hin hrv hun
+ind isl ita ita_old jpn kan kor lav lit mal mkd mlt msa nld nor pol por
+ron rus slk slv spa spa_old sqi srp swa swe tam tel tgl tha tur ukr vie)
+
+pkgname=tesseract
+pkgver=3.04.00
+pkgrel=1
+pkgdesc=An OCR program
+arch=(i686 x86_64)
+#url=http://code.google.com/p/tesseract-ocr;
+url=https://github.com/tesseract-ocr/tesseract;
+license=(APACHE)
+depends=(libpng libtiff libjpeg zlib giflib gcc-libs leptonica)
+makedepends=(icu cairo pango)
+install=tesseract.install
+optdepends=('icu' 'cairo' 'pango'
+   $(for l in ${_langs[@]}; do echo tesseract-data-${l}; done))
+source=($pkgname-$pkgver.tar.gz::https://github.com/tesseract-ocr/tesseract/archive/$pkgver.tar.gz
+   https://github.com/tesseract-ocr/tessdata/raw/master/osd.traineddata)
+md5sums=('078130b9c7d28c558a0e49d432505864'
+ 'd7c06843a771f30fb64b4109a1b059f9')
+
+build() {
+  cd $srcdir/$pkgname-${pkgver}
+  [ -f Makefile ] || ./configure --prefix=/usr
+  make
+  make training
+}
+
+package() {
+  cd $srcdir/$pkgname-${pkgver}
+  make DESTDIR=$pkgdir install
+  make DESTDIR=$pkgdir training-install
+  mkdir -p $pkgdir/usr/share/tessdata
+  install -Dm0644 $srcdir/osd.traineddata 
$pkgdir/usr/share/tessdata/osd.traineddata
+}

Deleted: community-i686/tesseract.install
===
--- community-i686/tesseract.install2015-07-14 12:49:47 UTC (rev 136850)
+++ community-i686/tesseract.install2015-07-14 12:49:49 UTC 

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

2015-07-14 Thread Martin Wimpress
Date: Tuesday, July 14, 2015 @ 14:49:47
  Author: flexiondotorg
Revision: 136850

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

Added:
  atril-gtk3/repos/community-i686/PKGBUILD
(from rev 136849, atril-gtk3/trunk/PKGBUILD)
  atril-gtk3/repos/community-i686/atril.install
(from rev 136849, atril-gtk3/trunk/atril.install)
  atril-gtk3/repos/community-x86_64/PKGBUILD
(from rev 136849, atril-gtk3/trunk/PKGBUILD)
  atril-gtk3/repos/community-x86_64/atril.install
(from rev 136849, atril-gtk3/trunk/atril.install)
Deleted:
  atril-gtk3/repos/community-i686/PKGBUILD
  atril-gtk3/repos/community-i686/atril.install
  atril-gtk3/repos/community-x86_64/PKGBUILD
  atril-gtk3/repos/community-x86_64/atril.install

+
 /PKGBUILD  |  100 +++
 /atril.install |   26 ++
 community-i686/PKGBUILD|   52 
 community-i686/atril.install   |   13 -
 community-x86_64/PKGBUILD  |   52 
 community-x86_64/atril.install |   13 -
 6 files changed, 126 insertions(+), 130 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-07-14 12:49:40 UTC (rev 136849)
+++ community-i686/PKGBUILD 2015-07-14 12:49:47 UTC (rev 136850)
@@ -1,52 +0,0 @@
-# $Id$
-# Maintainer : Martin Wimpress c...@flexion.org
-
-_ver=1.10
-_pkgbase=atril
-pkgname=(${_pkgbase}-gtk3)
-pkgver=${_ver}.0
-pkgrel=1
-pkgdesc=MATE document viewer (GTK3 version [EXPERIMENTAL])
-url=http://mate-desktop.org;
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('dconf' 'dbus' 'desktop-file-utils' 'gtk3' 'libsecret' 'libsm' 
'libspectre'
- 'mate-desktop-gtk3=1.10' 'mate-icon-theme' 'poppler-glib' 
'webkitgtk' 'zlib')
-makedepends=('caja-gtk3=1.10' 'djvulibre' 'gobject-introspection' 'libgxps'
- 'mate-common' 'texlive-bin' 'yelp-tools')
-optdepends=('caja-gtk3: Document Properties extension'
-'djvulibre: DjVu support'
-'libgxps: XPS support'
-'p7zip: cbz and cb7 compressed comic books'
-'texlive-bin: DVI support'
-'unrar: cbr compressed comic books'
-'yelp: for reading MATE help documents')
-groups=('mate-extra-gtk3')
-conflicts=(${_pkgbase})
-source=(http://pub.mate-desktop.org/releases/${_ver}/${_pkgbase}-${pkgver}.tar.xz;)
-sha1sums=('7abd5b9310d88cb5da05248f1c55bb9ac069ac28')
-install=${_pkgbase}.install
-
-build() {
-cd ${srcdir}/${_pkgbase}-${pkgver}
-./configure \
---prefix=/usr \
---libexecdir=/usr/lib/${_pkgbase} \
---with-gtk=3.0 \
---enable-gtk-doc \
---enable-djvu \
---enable-dvi \
---enable-epub \
---enable-t1lib \
---enable-pixbuf \
---enable-comics \
---enable-xps \
---enable-introspection \
---disable-static
-make
-}
-
-package() {
-cd ${srcdir}/${_pkgbase}-${pkgver}
-make DESTDIR=${pkgdir} install
-}

Copied: atril-gtk3/repos/community-i686/PKGBUILD (from rev 136849, 
atril-gtk3/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-07-14 12:49:47 UTC (rev 136850)
@@ -0,0 +1,50 @@
+# $Id$
+# Maintainer : Martin Wimpress c...@flexion.org
+
+_ver=1.10
+_pkgbase=atril
+pkgname=(${_pkgbase}-gtk3)
+pkgver=${_ver}.1
+pkgrel=1
+pkgdesc=MATE document viewer (GTK3 version [EXPERIMENTAL])
+url=http://mate-desktop.org;
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('dconf' 'dbus' 'desktop-file-utils' 'gtk3' 'libsecret' 'libsm' 
'libspectre'
+ 'mate-desktop-gtk3=1.10' 'mate-icon-theme' 'poppler-glib' 
'webkitgtk' 'zlib')
+makedepends=('caja-gtk3=1.10' 'djvulibre' 'gobject-introspection' 'libgxps'
+ 'mate-common' 'texlive-bin' 'yelp-tools')
+optdepends=('caja-gtk3: Document Properties extension'
+'djvulibre: DjVu support'
+'libgxps: XPS support'
+'texlive-bin: DVI support'
+'yelp: for reading MATE help documents')
+groups=('mate-extra-gtk3')
+conflicts=(${_pkgbase})
+source=(http://pub.mate-desktop.org/releases/${_ver}/${_pkgbase}-${pkgver}.tar.xz;)
+sha1sums=('5560b9d4f7c5ba07390cc0217453b0e9986542e4')
+install=${_pkgbase}.install
+
+build() {
+cd ${srcdir}/${_pkgbase}-${pkgver}
+./configure \
+--prefix=/usr \
+--libexecdir=/usr/lib/${_pkgbase} \
+--with-gtk=3.0 \
+--enable-gtk-doc \
+--enable-djvu \
+--enable-dvi \
+--enable-epub \
+--enable-t1lib \
+--enable-pixbuf \
+--enable-comics \
+--enable-xps \
+--enable-introspection \
+--disable-static
+make
+}
+
+package() {
+cd ${srcdir}/${_pkgbase}-${pkgver}
+make DESTDIR=${pkgdir} install
+}

Deleted: 

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

2015-07-14 Thread Martin Wimpress
Date: Tuesday, July 14, 2015 @ 14:49:40
  Author: flexiondotorg
Revision: 136849

upgpkg: atril-gtk3 1.10.1-1 - New upstream release

Modified:
  atril-gtk3/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-07-14 12:49:34 UTC (rev 136848)
+++ PKGBUILD2015-07-14 12:49:40 UTC (rev 136849)
@@ -4,7 +4,7 @@
 _ver=1.10
 _pkgbase=atril
 pkgname=(${_pkgbase}-gtk3)
-pkgver=${_ver}.0
+pkgver=${_ver}.1
 pkgrel=1
 pkgdesc=MATE document viewer (GTK3 version [EXPERIMENTAL])
 url=http://mate-desktop.org;
@@ -22,7 +22,7 @@
 groups=('mate-extra-gtk3')
 conflicts=(${_pkgbase})
 
source=(http://pub.mate-desktop.org/releases/${_ver}/${_pkgbase}-${pkgver}.tar.xz;)
-sha1sums=('7abd5b9310d88cb5da05248f1c55bb9ac069ac28')
+sha1sums=('5560b9d4f7c5ba07390cc0217453b0e9986542e4')
 install=${_pkgbase}.install
 
 build() {


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

2015-07-14 Thread Martin Wimpress
Date: Tuesday, July 14, 2015 @ 14:58:40
  Author: flexiondotorg
Revision: 136857

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

Added:
  mate-control-center/repos/community-i686/PKGBUILD
(from rev 136856, mate-control-center/trunk/PKGBUILD)
  mate-control-center/repos/community-i686/mate-control-center.install
(from rev 136856, mate-control-center/trunk/mate-control-center.install)
  mate-control-center/repos/community-x86_64/PKGBUILD
(from rev 136856, mate-control-center/trunk/PKGBUILD)
  mate-control-center/repos/community-x86_64/mate-control-center.install
(from rev 136856, mate-control-center/trunk/mate-control-center.install)
Deleted:
  
mate-control-center/repos/community-i686/0001_fix_keyboard_and_mouse_properties_windows.diff
  
mate-control-center/repos/community-i686/0002_adjust_mate-about-me_dialog_window.diff
  mate-control-center/repos/community-i686/PKGBUILD
  mate-control-center/repos/community-i686/mate-control-center.install
  
mate-control-center/repos/community-x86_64/0001_fix_keyboard_and_mouse_properties_windows.diff
  
mate-control-center/repos/community-x86_64/0002_adjust_mate-about-me_dialog_window.diff
  mate-control-center/repos/community-x86_64/PKGBUILD
  mate-control-center/repos/community-x86_64/mate-control-center.install

--+
 /PKGBUILD|   82 
+++
 /mate-control-center.install |   28 ++
 community-i686/0001_fix_keyboard_and_mouse_properties_windows.diff   |  108 
--
 community-i686/0002_adjust_mate-about-me_dialog_window.diff  |   13 -
 community-i686/PKGBUILD  |   53 

 community-i686/mate-control-center.install   |   14 -
 community-x86_64/0001_fix_keyboard_and_mouse_properties_windows.diff |  108 
--
 community-x86_64/0002_adjust_mate-about-me_dialog_window.diff|   13 -
 community-x86_64/PKGBUILD|   53 

 community-x86_64/mate-control-center.install |   14 -
 10 files changed, 110 insertions(+), 376 deletions(-)

Deleted: community-i686/0001_fix_keyboard_and_mouse_properties_windows.diff
===
--- community-i686/0001_fix_keyboard_and_mouse_properties_windows.diff  
2015-07-14 12:58:34 UTC (rev 136856)
+++ community-i686/0001_fix_keyboard_and_mouse_properties_windows.diff  
2015-07-14 12:58:40 UTC (rev 136857)
@@ -1,108 +0,0 @@
-diff --git a/capplets/keyboard/mate-keyboard-properties-layout-chooser.ui 
b/capplets/keyboard/mate-keyboard-properties-layout-chooser.ui
-index 2de4c9b..1df1fa7 100644
 a/capplets/keyboard/mate-keyboard-properties-layout-chooser.ui
-+++ b/capplets/keyboard/mate-keyboard-properties-layout-chooser.ui
-@@ -6,7 +6,7 @@
- property name=visibleTrue/property
- property name=border_width5/property
- property name=title translatable=yesChoose a Layout/property
--property name=default_width670/property
-+property name=default_width900/property
- property name=default_height350/property
- property name=type_hintdialog/property
- child internal-child=vbox
-@@ -27,9 +27,9 @@
- child
-   object class=GtkAlignment id=alignment1
- property name=visibleTrue/property
--property name=top_padding3/property
--property name=bottom_padding3/property
--property name=left_padding3/property
-+property name=top_padding6/property
-+property name=bottom_padding6/property
-+property name=left_padding10/property
- property name=right_padding6/property
- child
-   object class=GtkTable id=table1
-@@ -107,10 +107,10 @@
- child
-   object class=GtkAlignment id=alignment2
- property name=visibleTrue/property
--property name=top_padding3/property
--property name=bottom_padding3/property
--property name=left_padding3/property
--property name=right_padding3/property
-+property name=top_padding6/property
-+property name=bottom_padding6/property
-+property name=left_padding10/property
-+property name=right_padding6/property
- child
-   object class=GtkTable id=table3
- property name=visibleTrue/property
-@@ -200,6 +200,8 @@
- property name=visibleTrue/property
- property name=orientationvertical/property
- property name=spacing6/property
-+property 

[arch-commits] Commit in lazarus/repos/community-x86_64 (6 files)

2015-07-14 Thread Sergej Pupykin
Date: Tuesday, July 14, 2015 @ 14:59:23
  Author: spupykin
Revision: 136858

archrelease: copy trunk to community-x86_64

Added:
  lazarus/repos/community-x86_64/ChangeLog
(from rev 136857, lazarus/trunk/ChangeLog)
  lazarus/repos/community-x86_64/PKGBUILD
(from rev 136857, lazarus/trunk/PKGBUILD)
  lazarus/repos/community-x86_64/lazarus-ide.install
(from rev 136857, lazarus/trunk/lazarus-ide.install)
Deleted:
  lazarus/repos/community-x86_64/ChangeLog
  lazarus/repos/community-x86_64/PKGBUILD
  lazarus/repos/community-x86_64/lazarus-ide.install

-+
 ChangeLog   |   36 +++---
 PKGBUILD|  262 +-
 lazarus-ide.install |   68 ++--
 3 files changed, 183 insertions(+), 183 deletions(-)

Deleted: ChangeLog
===
--- ChangeLog   2015-07-14 12:58:40 UTC (rev 136857)
+++ ChangeLog   2015-07-14 12:59:23 UTC (rev 136858)
@@ -1,18 +0,0 @@
-2012-05-15  BlackIkeEagle
-   * fix lazcontrols failure
- see: http://doublecmd.sourceforge.net/mantisbt/view.php?id=347
-   * add compiled files again
-
-2012-05-08  BlackIkeEagle
-   * fix FS#29807
-   * should not have removed Makefiles
-
-2012-04-30  BlackIkeEagle
-   * split pkgbuild
-   * lazarus (can be used for compiling)
-   * lazarus-qt (qt ide)
-   * lazarus-gtk (gtk ide)
-
-2008-01-21  JJDaNiMoTh  jjdanimoth@gmail.com
-
-* PKGBUILD: moved man pages to /usr/share

Copied: lazarus/repos/community-x86_64/ChangeLog (from rev 136857, 
lazarus/trunk/ChangeLog)
===
--- ChangeLog   (rev 0)
+++ ChangeLog   2015-07-14 12:59:23 UTC (rev 136858)
@@ -0,0 +1,18 @@
+2012-05-15  BlackIkeEagle
+   * fix lazcontrols failure
+ see: http://doublecmd.sourceforge.net/mantisbt/view.php?id=347
+   * add compiled files again
+
+2012-05-08  BlackIkeEagle
+   * fix FS#29807
+   * should not have removed Makefiles
+
+2012-04-30  BlackIkeEagle
+   * split pkgbuild
+   * lazarus (can be used for compiling)
+   * lazarus-qt (qt ide)
+   * lazarus-gtk (gtk ide)
+
+2008-01-21  JJDaNiMoTh  jjdanimoth@gmail.com
+
+* PKGBUILD: moved man pages to /usr/share

Deleted: PKGBUILD
===
--- PKGBUILD2015-07-14 12:58:40 UTC (rev 136857)
+++ PKGBUILD2015-07-14 12:59:23 UTC (rev 136858)
@@ -1,131 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor: Jens Adam (byte/jra) j_a...@web.de
-# Contributor: BlackIkeEagle ike DOT devolder AT gmail DOT com
-
-pkgbase=lazarus
-pkgname=('lazarus' 'lazarus-gtk2' 'lazarus-qt')
-pkgver=1.4.0
-_basever=1.4
-_pkgsubver=0
-pkgrel=2
-url='http://www.lazarus.freepascal.org/'
-license=('GPL2' 'MPL' 'custom:modifiedLGPL')
-arch=('i686' 'x86_64')
-makedepends=('fpc' 'fpc-src' 'gtk2' 'qt4pas' 'rsync')
-options=('!emptydirs' '!makeflags')
-source=(http://downloads.sourceforge.net/project/lazarus/Lazarus%20Zip%20_%20GZip/Lazarus%20${_basever}/lazarus-$pkgver-${_pkgsubver}.tar.gz;)
-md5sums=('479c64ef40a327142f56e9378b7e8612')
-
-build() {
-  cd $srcdir/${pkgbase}
-
-  # build gtk2 ide
-  make FPC=/usr/bin/fpc LCL_PLATFORM=gtk2 clean bigide
-  # move gtk binaries
-  mv lazarus lazarus-gtk2
-  mv startlazarus startlazarus-gtk2
-
-  # build qt ide
-  make FPC=/usr/bin/fpc LCL_PLATFORM=qt bigide
-  # move qt binaries
-  mv lazarus lazarus-qt
-  mv startlazarus startlazarus-qt
-}
-
-package_lazarus() {
-  pkgdesc='Delphi-like IDE for FreePascal common files'
-  depends=('fpc' 'fpc-src')
-  optdepends=(
-'perl: to run some scirpts in the tools directory'
-'gtk2: to compile gtk2 apps'
-'qt4pas: to compile qt apps and use help viewer'
-  )
-
-  cd $srcdir/${pkgbase}
-
-  # skip the 'make install' mess completely and do everything manually
-  mkdir -p $pkgdir/usr/lib/lazarus $pkgdir/usr/bin $pkgdir/usr/share/man/man1 
$pkgdir/usr/share/doc
-  rsync -a \
---exclude=CVS --exclude=.cvsignore \
---exclude=*.ppw   --exclude=*.ppl \
---exclude=*.ow--exclude=*.a\
---exclude=*.rst   --exclude=.#* \
---exclude=*.~*--exclude=*.bak \
---exclude=*.orig  --exclude=*.rej \
---exclude=.xvpics \
---exclude=killme* --exclude=.gdb_hist* \
---exclude=debian  --exclude=COPYING* \
---exclude=*.app   --exclude=tools/install \
-. $pkgdir/usr/lib/lazarus
-
-  #remove some stuff, not needed or for in other package
-  pushd $pkgdir/usr/lib/lazarus
-  rm lazarus-*
-  rm startlazarus-*
-  popd
-
-  ln -s /usr/lib/lazarus/lazbuild $pkgdir/usr/bin/lazbuild
-  cp -R install/man/man1/* $pkgdir/usr/share/man/man1/
-  mv $pkgdir/usr/lib/lazarus/docs $pkgdir/usr/share/doc/lazarus
-  mkdir -p $pkgdir/usr/lib/lazarus/docs
-  ln -s /usr/share/doc/lazarus/chm $pkgdir/usr/lib/lazarus/docs/html
-  ln -s 

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

2015-07-14 Thread Martin Wimpress
Date: Tuesday, July 14, 2015 @ 14:34:07
  Author: flexiondotorg
Revision: 136835

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

Added:
  mate-terminal/repos/community-i686/PKGBUILD
(from rev 136834, mate-terminal/trunk/PKGBUILD)
  mate-terminal/repos/community-i686/mate-terminal.install
(from rev 136834, mate-terminal/trunk/mate-terminal.install)
  mate-terminal/repos/community-x86_64/PKGBUILD
(from rev 136834, mate-terminal/trunk/PKGBUILD)
  mate-terminal/repos/community-x86_64/mate-terminal.install
(from rev 136834, mate-terminal/trunk/mate-terminal.install)
Deleted:
  mate-terminal/repos/community-i686/PKGBUILD
  mate-terminal/repos/community-i686/mate-terminal.install
  mate-terminal/repos/community-x86_64/PKGBUILD
  mate-terminal/repos/community-x86_64/mate-terminal.install

+
 /PKGBUILD  |   66 +++
 /mate-terminal.install |   22 ++
 community-i686/PKGBUILD|   33 ---
 community-i686/mate-terminal.install   |   11 -
 community-x86_64/PKGBUILD  |   33 ---
 community-x86_64/mate-terminal.install |   11 -
 6 files changed, 88 insertions(+), 88 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-07-14 12:33:58 UTC (rev 136834)
+++ community-i686/PKGBUILD 2015-07-14 12:34:07 UTC (rev 136835)
@@ -1,33 +0,0 @@
-# Maintainer : Martin Wimpress c...@flexion.org
-
-_ver=1.10
-_pkgbase=mate-terminal
-pkgname=(${_pkgbase})
-pkgver=${_ver}.0
-pkgrel=1
-pkgdesc=The MATE Terminal Emulator (GTK2 version)
-url=http://mate-desktop.org;
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('dbus' 'dconf' 'libsm' 'mate-desktop=1.10' 'vte')
-makedepends=('docbook2x' 'mate-common' 'yelp-tools')
-optdepends=('yelp: for reading MATE help documents')
-groups=('mate-extra')
-conflicts=(${_pkgbase}-gtk3)
-source=(http://pub.mate-desktop.org/releases/${_ver}/${_pkgbase}-${pkgver}.tar.xz;)
-sha1sums=('f6889ec01551083cbb58c099bd1e59fd897b96ab')
-install=${_pkgbase}.install
-
-build() {
-cd ${srcdir}/${_pkgbase}-${pkgver}
-./configure \
---prefix=/usr \
---with-gtk=2.0 \
---disable-static
-make
-}
-
-package() {
-cd ${srcdir}/${_pkgbase}-${pkgver}
-make DESTDIR=${pkgdir} install
-}

Copied: mate-terminal/repos/community-i686/PKGBUILD (from rev 136834, 
mate-terminal/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-07-14 12:34:07 UTC (rev 136835)
@@ -0,0 +1,33 @@
+# Maintainer : Martin Wimpress c...@flexion.org
+
+_ver=1.10
+_pkgbase=mate-terminal
+pkgname=(${_pkgbase})
+pkgver=${_ver}.1
+pkgrel=1
+pkgdesc=The MATE Terminal Emulator (GTK2 version)
+url=http://mate-desktop.org;
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('dbus' 'dconf' 'libsm' 'mate-desktop=1.10' 'vte')
+makedepends=('docbook2x' 'mate-common' 'yelp-tools')
+optdepends=('yelp: for reading MATE help documents')
+groups=('mate-extra')
+conflicts=(${_pkgbase}-gtk3)
+source=(http://pub.mate-desktop.org/releases/${_ver}/${_pkgbase}-${pkgver}.tar.xz;)
+sha1sums=('72794300b9815de0e861e535e3c5601c19441c54')
+install=${_pkgbase}.install
+
+build() {
+cd ${srcdir}/${_pkgbase}-${pkgver}
+./configure \
+--prefix=/usr \
+--with-gtk=2.0 \
+--disable-static
+make
+}
+
+package() {
+cd ${srcdir}/${_pkgbase}-${pkgver}
+make DESTDIR=${pkgdir} install
+}

Deleted: community-i686/mate-terminal.install
===
--- community-i686/mate-terminal.install2015-07-14 12:33:58 UTC (rev 
136834)
+++ community-i686/mate-terminal.install2015-07-14 12:34:07 UTC (rev 
136835)
@@ -1,11 +0,0 @@
-post_install() {
-glib-compile-schemas /usr/share/glib-2.0/schemas/
-}
-
-post_upgrade() {
-post_install
-}
-
-post_remove() {
-post_install
-}

Copied: mate-terminal/repos/community-i686/mate-terminal.install (from rev 
136834, mate-terminal/trunk/mate-terminal.install)
===
--- community-i686/mate-terminal.install(rev 0)
+++ community-i686/mate-terminal.install2015-07-14 12:34:07 UTC (rev 
136835)
@@ -0,0 +1,11 @@
+post_install() {
+glib-compile-schemas /usr/share/glib-2.0/schemas/
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-07-14 12:33:58 UTC (rev 136834)
+++ community-x86_64/PKGBUILD   2015-07-14 12:34:07 UTC (rev 136835)
@@ -1,33 +0,0 @@
-# Maintainer : Martin Wimpress c...@flexion.org
-
-_ver=1.10

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

2015-07-14 Thread Martin Wimpress
Date: Tuesday, July 14, 2015 @ 14:33:58
  Author: flexiondotorg
Revision: 136834

upgpkg: mate-terminal 1.10.1-1 - New upstream release

Modified:
  mate-terminal/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-07-14 12:32:04 UTC (rev 136833)
+++ PKGBUILD2015-07-14 12:33:58 UTC (rev 136834)
@@ -3,7 +3,7 @@
 _ver=1.10
 _pkgbase=mate-terminal
 pkgname=(${_pkgbase})
-pkgver=${_ver}.0
+pkgver=${_ver}.1
 pkgrel=1
 pkgdesc=The MATE Terminal Emulator (GTK2 version)
 url=http://mate-desktop.org;
@@ -15,7 +15,7 @@
 groups=('mate-extra')
 conflicts=(${_pkgbase}-gtk3)
 
source=(http://pub.mate-desktop.org/releases/${_ver}/${_pkgbase}-${pkgver}.tar.xz;)
-sha1sums=('f6889ec01551083cbb58c099bd1e59fd897b96ab')
+sha1sums=('72794300b9815de0e861e535e3c5601c19441c54')
 install=${_pkgbase}.install
 
 build() {


[arch-commits] Commit in lazarus/repos/community-i686 (6 files)

2015-07-14 Thread Sergej Pupykin
Date: Tuesday, July 14, 2015 @ 14:48:35
  Author: spupykin
Revision: 136847

archrelease: copy trunk to community-i686

Added:
  lazarus/repos/community-i686/ChangeLog
(from rev 136846, lazarus/trunk/ChangeLog)
  lazarus/repos/community-i686/PKGBUILD
(from rev 136846, lazarus/trunk/PKGBUILD)
  lazarus/repos/community-i686/lazarus-ide.install
(from rev 136846, lazarus/trunk/lazarus-ide.install)
Deleted:
  lazarus/repos/community-i686/ChangeLog
  lazarus/repos/community-i686/PKGBUILD
  lazarus/repos/community-i686/lazarus-ide.install

-+
 ChangeLog   |   36 +++---
 PKGBUILD|  262 +-
 lazarus-ide.install |   68 ++--
 3 files changed, 183 insertions(+), 183 deletions(-)

Deleted: ChangeLog
===
--- ChangeLog   2015-07-14 12:48:18 UTC (rev 136846)
+++ ChangeLog   2015-07-14 12:48:35 UTC (rev 136847)
@@ -1,18 +0,0 @@
-2012-05-15  BlackIkeEagle
-   * fix lazcontrols failure
- see: http://doublecmd.sourceforge.net/mantisbt/view.php?id=347
-   * add compiled files again
-
-2012-05-08  BlackIkeEagle
-   * fix FS#29807
-   * should not have removed Makefiles
-
-2012-04-30  BlackIkeEagle
-   * split pkgbuild
-   * lazarus (can be used for compiling)
-   * lazarus-qt (qt ide)
-   * lazarus-gtk (gtk ide)
-
-2008-01-21  JJDaNiMoTh  jjdanimoth@gmail.com
-
-* PKGBUILD: moved man pages to /usr/share

Copied: lazarus/repos/community-i686/ChangeLog (from rev 136846, 
lazarus/trunk/ChangeLog)
===
--- ChangeLog   (rev 0)
+++ ChangeLog   2015-07-14 12:48:35 UTC (rev 136847)
@@ -0,0 +1,18 @@
+2012-05-15  BlackIkeEagle
+   * fix lazcontrols failure
+ see: http://doublecmd.sourceforge.net/mantisbt/view.php?id=347
+   * add compiled files again
+
+2012-05-08  BlackIkeEagle
+   * fix FS#29807
+   * should not have removed Makefiles
+
+2012-04-30  BlackIkeEagle
+   * split pkgbuild
+   * lazarus (can be used for compiling)
+   * lazarus-qt (qt ide)
+   * lazarus-gtk (gtk ide)
+
+2008-01-21  JJDaNiMoTh  jjdanimoth@gmail.com
+
+* PKGBUILD: moved man pages to /usr/share

Deleted: PKGBUILD
===
--- PKGBUILD2015-07-14 12:48:18 UTC (rev 136846)
+++ PKGBUILD2015-07-14 12:48:35 UTC (rev 136847)
@@ -1,131 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor: Jens Adam (byte/jra) j_a...@web.de
-# Contributor: BlackIkeEagle ike DOT devolder AT gmail DOT com
-
-pkgbase=lazarus
-pkgname=('lazarus' 'lazarus-gtk2' 'lazarus-qt')
-pkgver=1.4.0
-_basever=1.4
-_pkgsubver=0
-pkgrel=2
-url='http://www.lazarus.freepascal.org/'
-license=('GPL2' 'MPL' 'custom:modifiedLGPL')
-arch=('i686' 'x86_64')
-makedepends=('fpc' 'fpc-src' 'gtk2' 'qt4pas' 'rsync')
-options=('!emptydirs' '!makeflags')
-source=(http://downloads.sourceforge.net/project/lazarus/Lazarus%20Zip%20_%20GZip/Lazarus%20${_basever}/lazarus-$pkgver-${_pkgsubver}.tar.gz;)
-md5sums=('479c64ef40a327142f56e9378b7e8612')
-
-build() {
-  cd $srcdir/${pkgbase}
-
-  # build gtk2 ide
-  make FPC=/usr/bin/fpc LCL_PLATFORM=gtk2 clean bigide
-  # move gtk binaries
-  mv lazarus lazarus-gtk2
-  mv startlazarus startlazarus-gtk2
-
-  # build qt ide
-  make FPC=/usr/bin/fpc LCL_PLATFORM=qt bigide
-  # move qt binaries
-  mv lazarus lazarus-qt
-  mv startlazarus startlazarus-qt
-}
-
-package_lazarus() {
-  pkgdesc='Delphi-like IDE for FreePascal common files'
-  depends=('fpc' 'fpc-src')
-  optdepends=(
-'perl: to run some scirpts in the tools directory'
-'gtk2: to compile gtk2 apps'
-'qt4pas: to compile qt apps and use help viewer'
-  )
-
-  cd $srcdir/${pkgbase}
-
-  # skip the 'make install' mess completely and do everything manually
-  mkdir -p $pkgdir/usr/lib/lazarus $pkgdir/usr/bin $pkgdir/usr/share/man/man1 
$pkgdir/usr/share/doc
-  rsync -a \
---exclude=CVS --exclude=.cvsignore \
---exclude=*.ppw   --exclude=*.ppl \
---exclude=*.ow--exclude=*.a\
---exclude=*.rst   --exclude=.#* \
---exclude=*.~*--exclude=*.bak \
---exclude=*.orig  --exclude=*.rej \
---exclude=.xvpics \
---exclude=killme* --exclude=.gdb_hist* \
---exclude=debian  --exclude=COPYING* \
---exclude=*.app   --exclude=tools/install \
-. $pkgdir/usr/lib/lazarus
-
-  #remove some stuff, not needed or for in other package
-  pushd $pkgdir/usr/lib/lazarus
-  rm lazarus-*
-  rm startlazarus-*
-  popd
-
-  ln -s /usr/lib/lazarus/lazbuild $pkgdir/usr/bin/lazbuild
-  cp -R install/man/man1/* $pkgdir/usr/share/man/man1/
-  mv $pkgdir/usr/lib/lazarus/docs $pkgdir/usr/share/doc/lazarus
-  mkdir -p $pkgdir/usr/lib/lazarus/docs
-  ln -s /usr/share/doc/lazarus/chm $pkgdir/usr/lib/lazarus/docs/html
-  ln -s /usr/share/doc/lazarus/lazdoc.css 

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

2015-07-14 Thread Sergej Pupykin
Date: Tuesday, July 14, 2015 @ 14:48:18
  Author: spupykin
Revision: 136846

upgpkg: lazarus 1.4.2-1

upd

Modified:
  lazarus/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-07-14 12:48:14 UTC (rev 136845)
+++ PKGBUILD2015-07-14 12:48:18 UTC (rev 136846)
@@ -5,10 +5,10 @@
 
 pkgbase=lazarus
 pkgname=('lazarus' 'lazarus-gtk2' 'lazarus-qt')
-pkgver=1.4.0
-_basever=1.4
+pkgver=1.4.2
+_basever=1.4.2
 _pkgsubver=0
-pkgrel=2
+pkgrel=1
 url='http://www.lazarus.freepascal.org/'
 license=('GPL2' 'MPL' 'custom:modifiedLGPL')
 arch=('i686' 'x86_64')
@@ -15,7 +15,7 @@
 makedepends=('fpc' 'fpc-src' 'gtk2' 'qt4pas' 'rsync')
 options=('!emptydirs' '!makeflags')
 
source=(http://downloads.sourceforge.net/project/lazarus/Lazarus%20Zip%20_%20GZip/Lazarus%20${_basever}/lazarus-$pkgver-${_pkgsubver}.tar.gz;)
-md5sums=('479c64ef40a327142f56e9378b7e8612')
+md5sums=('f9f56d5d9eb6de5c6b939f033fbbefb7')
 
 build() {
   cd $srcdir/${pkgbase}


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

2015-07-14 Thread Sergej Pupykin
Date: Tuesday, July 14, 2015 @ 14:49:34
  Author: spupykin
Revision: 136848

upgpkg: tesseract 3.04.00-1

upd

Modified:
  tesseract/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-07-14 12:48:35 UTC (rev 136847)
+++ PKGBUILD2015-07-14 12:49:34 UTC (rev 136848)
@@ -8,12 +8,12 @@
 ron rus slk slv spa spa_old sqi srp swa swe tam tel tgl tha tur ukr vie)
 
 pkgname=tesseract
-pkgver=3.03rc1
-_pkgver=3.03
-pkgrel=3
+pkgver=3.04.00
+pkgrel=1
 pkgdesc=An OCR program
 arch=(i686 x86_64)
-url=http://code.google.com/p/tesseract-ocr;
+#url=http://code.google.com/p/tesseract-ocr;
+url=https://github.com/tesseract-ocr/tesseract;
 license=(APACHE)
 depends=(libpng libtiff libjpeg zlib giflib gcc-libs leptonica)
 makedepends=(icu cairo pango)
@@ -20,24 +20,22 @@
 install=tesseract.install
 optdepends=('icu' 'cairo' 'pango'
$(for l in ${_langs[@]}; do echo tesseract-data-${l}; done))
-source=(http://arch.p5n.pp.ru/~sergej/dl/2014/$pkgname-$pkgver.tar.gz;
-   
https://tesseract-ocr.googlecode.com/files/tesseract-ocr-3.01.osd.tar.gz;)
-md5sums=('d69ceca9ae70e0b7020d0f92d60b8565'
- '683486e01f5b87c17f2f5815f770ccb3')
+source=($pkgname-$pkgver.tar.gz::https://github.com/tesseract-ocr/tesseract/archive/$pkgver.tar.gz
+   https://github.com/tesseract-ocr/tessdata/raw/master/osd.traineddata)
+md5sums=('078130b9c7d28c558a0e49d432505864'
+ 'd7c06843a771f30fb64b4109a1b059f9')
 
 build() {
-  cd $srcdir/$pkgname-${_pkgver}
+  cd $srcdir/$pkgname-${pkgver}
   [ -f Makefile ] || ./configure --prefix=/usr
-  (cd training  make clean)
-  make clean
   make
   make training
 }
 
 package() {
-  cd $srcdir/$pkgname-${_pkgver}
+  cd $srcdir/$pkgname-${pkgver}
   make DESTDIR=$pkgdir install
   make DESTDIR=$pkgdir training-install
   mkdir -p $pkgdir/usr/share/tessdata
-  install -Dm0644 $srcdir/tesseract-ocr/tessdata/osd.traineddata 
$pkgdir/usr/share/tessdata/osd.traineddata
+  install -Dm0644 $srcdir/osd.traineddata 
$pkgdir/usr/share/tessdata/osd.traineddata
 }


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

2015-07-14 Thread Martin Wimpress
Date: Tuesday, July 14, 2015 @ 14:55:27
  Author: flexiondotorg
Revision: 136855

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

Added:
  engrampa-gtk3/repos/community-i686/PKGBUILD
(from rev 136854, engrampa-gtk3/trunk/PKGBUILD)
  engrampa-gtk3/repos/community-i686/engrampa.install
(from rev 136854, engrampa-gtk3/trunk/engrampa.install)
  engrampa-gtk3/repos/community-i686/fr-rpm-bsdtar.patch
(from rev 136854, engrampa-gtk3/trunk/fr-rpm-bsdtar.patch)
  engrampa-gtk3/repos/community-x86_64/PKGBUILD
(from rev 136854, engrampa-gtk3/trunk/PKGBUILD)
  engrampa-gtk3/repos/community-x86_64/engrampa.install
(from rev 136854, engrampa-gtk3/trunk/engrampa.install)
  engrampa-gtk3/repos/community-x86_64/fr-rpm-bsdtar.patch
(from rev 136854, engrampa-gtk3/trunk/fr-rpm-bsdtar.patch)
Deleted:
  engrampa-gtk3/repos/community-i686/PKGBUILD
  engrampa-gtk3/repos/community-i686/engrampa.install
  engrampa-gtk3/repos/community-i686/fr-rpm-bsdtar.patch
  engrampa-gtk3/repos/community-x86_64/PKGBUILD
  engrampa-gtk3/repos/community-x86_64/engrampa.install
  engrampa-gtk3/repos/community-x86_64/fr-rpm-bsdtar.patch

--+
 /PKGBUILD|   98 ++
 /engrampa.install|   26 +++
 /fr-rpm-bsdtar.patch |  120 +
 community-i686/PKGBUILD  |   49 -
 community-i686/engrampa.install  |   13 ---
 community-i686/fr-rpm-bsdtar.patch   |   60 
 community-x86_64/PKGBUILD|   49 -
 community-x86_64/engrampa.install|   13 ---
 community-x86_64/fr-rpm-bsdtar.patch |   60 
 9 files changed, 244 insertions(+), 244 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-07-14 12:55:18 UTC (rev 136854)
+++ community-i686/PKGBUILD 2015-07-14 12:55:27 UTC (rev 136855)
@@ -1,49 +0,0 @@
-# $Id$
-# Maintainer : Martin Wimpress c...@flexion.org
-
-_ver=1.10
-_pkgbase=engrampa
-pkgname=(${_pkgbase}-gtk3)
-pkgver=${_ver}.0
-pkgrel=2
-pkgdesc=Archive manipulator for MATE (GTK3 version [EXPERIMENTAL])
-url=http://mate-desktop.org;
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('bzip2' 'desktop-file-utils' 'gtk3' 'gzip' 'libarchive' 'tar')
-makedepends=('caja-gtk3=1.10' 'mate-common' 'yelp-tools')
-optdepends=('caja-gtk3: file archiver extension'
-'unrar: for RAR uncompression'
-'zip: for ZIP archives' 'unzip: for ZIP archives'
-'p7zip: 7zip compression utility' 'arj: for ARJ archives'
-'unace: extraction tool for the proprietary ace archive format'
-'yelp: for reading MATE help documents')
-groups=('mate-extra-gtk3')
-conflicts=(${_pkgbase})
-source=(http://pub.mate-desktop.org/releases/${_ver}/${_pkgbase}-${pkgver}.tar.xz;
-fr-rpm-bsdtar.patch)
-sha1sums=('bca7140ac1715620fc2336ef6352df8a6f9d927b'
-  '219b05a979bf6f249aaae27964f02345fd81168d')
-install=${_pkgbase}.install
-
-prepare() {
-cd ${srcdir}/${_pkgbase}-${pkgver}
-# This patch 'depends' on libarchive
-patch -Np1 -i ${srcdir}/fr-rpm-bsdtar.patch
-}
-
-build() {
-cd ${srcdir}/${_pkgbase}-${pkgver}
-./configure \
---prefix=/usr \
---libexecdir=/usr/lib/${_pkgbase} \
---with-gtk=3.0 \
---disable-static \
---disable-packagekit
-make
-}
-
-package() {
-cd ${srcdir}/${_pkgbase}-${pkgver}
-make DESTDIR=${pkgdir} install
-}

Copied: engrampa-gtk3/repos/community-i686/PKGBUILD (from rev 136854, 
engrampa-gtk3/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-07-14 12:55:27 UTC (rev 136855)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer : Martin Wimpress c...@flexion.org
+
+_ver=1.10
+_pkgbase=engrampa
+pkgname=(${_pkgbase}-gtk3)
+pkgver=${_ver}.1
+pkgrel=1
+pkgdesc=Archive manipulator for MATE (GTK3 version [EXPERIMENTAL])
+url=http://mate-desktop.org;
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('bzip2' 'desktop-file-utils' 'gtk3' 'gzip' 'libarchive' 'tar')
+makedepends=('caja-gtk3=1.10' 'mate-common' 'yelp-tools')
+optdepends=('caja-gtk3: file archiver extension'
+'unrar: for RAR uncompression'
+'zip: for ZIP archives' 'unzip: for ZIP archives'
+'p7zip: 7zip compression utility' 'arj: for ARJ archives'
+'unace: extraction tool for the proprietary ace archive format'
+'yelp: for reading MATE help documents')
+groups=('mate-extra-gtk3')
+conflicts=(${_pkgbase})
+source=(http://pub.mate-desktop.org/releases/${_ver}/${_pkgbase}-${pkgver}.tar.xz;
+fr-rpm-bsdtar.patch)
+sha1sums=('280daa5ef6c660d1d1c5da33ee2952b12095ff08'
+  '219b05a979bf6f249aaae27964f02345fd81168d')

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

2015-07-14 Thread Martin Wimpress
Date: Tuesday, July 14, 2015 @ 14:55:18
  Author: flexiondotorg
Revision: 136854

upgpkg: engrampa-gtk3 1.10.1-1 - New upstream release

Modified:
  engrampa-gtk3/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-07-14 12:52:05 UTC (rev 136853)
+++ PKGBUILD2015-07-14 12:55:18 UTC (rev 136854)
@@ -4,8 +4,8 @@
 _ver=1.10
 _pkgbase=engrampa
 pkgname=(${_pkgbase}-gtk3)
-pkgver=${_ver}.0
-pkgrel=2
+pkgver=${_ver}.1
+pkgrel=1
 pkgdesc=Archive manipulator for MATE (GTK3 version [EXPERIMENTAL])
 url=http://mate-desktop.org;
 arch=('i686' 'x86_64')
@@ -22,7 +22,7 @@
 conflicts=(${_pkgbase})
 
source=(http://pub.mate-desktop.org/releases/${_ver}/${_pkgbase}-${pkgver}.tar.xz;
 fr-rpm-bsdtar.patch)
-sha1sums=('bca7140ac1715620fc2336ef6352df8a6f9d927b'
+sha1sums=('280daa5ef6c660d1d1c5da33ee2952b12095ff08'
   '219b05a979bf6f249aaae27964f02345fd81168d')
 install=${_pkgbase}.install
 


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

2015-07-14 Thread Martin Wimpress
Date: Tuesday, July 14, 2015 @ 15:04:44
  Author: flexiondotorg
Revision: 136860

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

Added:
  mate-control-center-gtk3/repos/community-i686/PKGBUILD
(from rev 136859, mate-control-center-gtk3/trunk/PKGBUILD)
  mate-control-center-gtk3/repos/community-i686/mate-control-center.install
(from rev 136859, 
mate-control-center-gtk3/trunk/mate-control-center.install)
  mate-control-center-gtk3/repos/community-x86_64/PKGBUILD
(from rev 136859, mate-control-center-gtk3/trunk/PKGBUILD)
  mate-control-center-gtk3/repos/community-x86_64/mate-control-center.install
(from rev 136859, 
mate-control-center-gtk3/trunk/mate-control-center.install)
Deleted:
  
mate-control-center-gtk3/repos/community-i686/0001_fix_keyboard_and_mouse_properties_windows.diff
  
mate-control-center-gtk3/repos/community-i686/0002_adjust_mate-about-me_dialog_window.diff
  mate-control-center-gtk3/repos/community-i686/PKGBUILD
  mate-control-center-gtk3/repos/community-i686/mate-control-center.install
  
mate-control-center-gtk3/repos/community-x86_64/0001_fix_keyboard_and_mouse_properties_windows.diff
  
mate-control-center-gtk3/repos/community-x86_64/0002_adjust_mate-about-me_dialog_window.diff
  mate-control-center-gtk3/repos/community-x86_64/PKGBUILD
  mate-control-center-gtk3/repos/community-x86_64/mate-control-center.install

--+
 /PKGBUILD|   82 
+++
 /mate-control-center.install |   28 ++
 community-i686/0001_fix_keyboard_and_mouse_properties_windows.diff   |  108 
--
 community-i686/0002_adjust_mate-about-me_dialog_window.diff  |   13 -
 community-i686/PKGBUILD  |   53 

 community-i686/mate-control-center.install   |   14 -
 community-x86_64/0001_fix_keyboard_and_mouse_properties_windows.diff |  108 
--
 community-x86_64/0002_adjust_mate-about-me_dialog_window.diff|   13 -
 community-x86_64/PKGBUILD|   53 

 community-x86_64/mate-control-center.install |   14 -
 10 files changed, 110 insertions(+), 376 deletions(-)

Deleted: community-i686/0001_fix_keyboard_and_mouse_properties_windows.diff
===
--- community-i686/0001_fix_keyboard_and_mouse_properties_windows.diff  
2015-07-14 13:04:34 UTC (rev 136859)
+++ community-i686/0001_fix_keyboard_and_mouse_properties_windows.diff  
2015-07-14 13:04:44 UTC (rev 136860)
@@ -1,108 +0,0 @@
-diff --git a/capplets/keyboard/mate-keyboard-properties-layout-chooser.ui 
b/capplets/keyboard/mate-keyboard-properties-layout-chooser.ui
-index 2de4c9b..1df1fa7 100644
 a/capplets/keyboard/mate-keyboard-properties-layout-chooser.ui
-+++ b/capplets/keyboard/mate-keyboard-properties-layout-chooser.ui
-@@ -6,7 +6,7 @@
- property name=visibleTrue/property
- property name=border_width5/property
- property name=title translatable=yesChoose a Layout/property
--property name=default_width670/property
-+property name=default_width900/property
- property name=default_height350/property
- property name=type_hintdialog/property
- child internal-child=vbox
-@@ -27,9 +27,9 @@
- child
-   object class=GtkAlignment id=alignment1
- property name=visibleTrue/property
--property name=top_padding3/property
--property name=bottom_padding3/property
--property name=left_padding3/property
-+property name=top_padding6/property
-+property name=bottom_padding6/property
-+property name=left_padding10/property
- property name=right_padding6/property
- child
-   object class=GtkTable id=table1
-@@ -107,10 +107,10 @@
- child
-   object class=GtkAlignment id=alignment2
- property name=visibleTrue/property
--property name=top_padding3/property
--property name=bottom_padding3/property
--property name=left_padding3/property
--property name=right_padding3/property
-+property name=top_padding6/property
-+property name=bottom_padding6/property
-+property name=left_padding10/property
-+property name=right_padding6/property
- child
-   object class=GtkTable id=table3
- property name=visibleTrue/property
-@@ -200,6 +200,8 @@
- property name=visibleTrue/property
- property name=orientationvertical/property

[arch-commits] Commit in mate-control-center-gtk3/trunk (3 files)

2015-07-14 Thread Martin Wimpress
Date: Tuesday, July 14, 2015 @ 15:04:34
  Author: flexiondotorg
Revision: 136859

upgpkg: mate-control-center-gtk3 1.10.1-1 - New upstream release

Modified:
  mate-control-center-gtk3/trunk/PKGBUILD
Deleted:
  
mate-control-center-gtk3/trunk/0001_fix_keyboard_and_mouse_properties_windows.diff
  mate-control-center-gtk3/trunk/0002_adjust_mate-about-me_dialog_window.diff

-+
 0001_fix_keyboard_and_mouse_properties_windows.diff |  108 --
 0002_adjust_mate-about-me_dialog_window.diff|   13 --
 PKGBUILD|   20 ---
 3 files changed, 4 insertions(+), 137 deletions(-)

Deleted: 0001_fix_keyboard_and_mouse_properties_windows.diff
===
--- 0001_fix_keyboard_and_mouse_properties_windows.diff 2015-07-14 12:59:23 UTC 
(rev 136858)
+++ 0001_fix_keyboard_and_mouse_properties_windows.diff 2015-07-14 13:04:34 UTC 
(rev 136859)
@@ -1,108 +0,0 @@
-diff --git a/capplets/keyboard/mate-keyboard-properties-layout-chooser.ui 
b/capplets/keyboard/mate-keyboard-properties-layout-chooser.ui
-index 2de4c9b..1df1fa7 100644
 a/capplets/keyboard/mate-keyboard-properties-layout-chooser.ui
-+++ b/capplets/keyboard/mate-keyboard-properties-layout-chooser.ui
-@@ -6,7 +6,7 @@
- property name=visibleTrue/property
- property name=border_width5/property
- property name=title translatable=yesChoose a Layout/property
--property name=default_width670/property
-+property name=default_width900/property
- property name=default_height350/property
- property name=type_hintdialog/property
- child internal-child=vbox
-@@ -27,9 +27,9 @@
- child
-   object class=GtkAlignment id=alignment1
- property name=visibleTrue/property
--property name=top_padding3/property
--property name=bottom_padding3/property
--property name=left_padding3/property
-+property name=top_padding6/property
-+property name=bottom_padding6/property
-+property name=left_padding10/property
- property name=right_padding6/property
- child
-   object class=GtkTable id=table1
-@@ -107,10 +107,10 @@
- child
-   object class=GtkAlignment id=alignment2
- property name=visibleTrue/property
--property name=top_padding3/property
--property name=bottom_padding3/property
--property name=left_padding3/property
--property name=right_padding3/property
-+property name=top_padding6/property
-+property name=bottom_padding6/property
-+property name=left_padding10/property
-+property name=right_padding6/property
- child
-   object class=GtkTable id=table3
- property name=visibleTrue/property
-@@ -200,6 +200,8 @@
- property name=visibleTrue/property
- property name=orientationvertical/property
- property name=spacing6/property
-+property name=width_request900/property
-+property name=height_request400/property
- child
-   object class=GtkHBox id=hbox1
- property name=visibleTrue/property
-diff --git a/capplets/keyboard/mate-keyboard-properties-model-chooser.ui 
b/capplets/keyboard/mate-keyboard-properties-model-chooser.ui
-index a89cfc9..07f4f68 100644
 a/capplets/keyboard/mate-keyboard-properties-model-chooser.ui
-+++ b/capplets/keyboard/mate-keyboard-properties-model-chooser.ui
-@@ -8,7 +8,7 @@
- property name=title translatable=yesChoose a Keyboard 
Model/property
- property name=modalTrue/property
- property name=default_width450/property
--property name=default_height400/property
-+property name=default_height380/property
- property name=type_hintdialog/property
- child internal-child=vbox
-   object class=GtkVBox id=dialog-vbox2
-@@ -40,6 +40,7 @@
- property name=can_focusTrue/property
- property name=hscrollbar_policyautomatic/property
- property name=vscrollbar_policyautomatic/property
-+property name=height_request130/property
- property name=shadow_typein/property
- child
-   object class=GtkTreeView id=vendors_list
-@@ -70,9 +71,10 @@
-   object class=GtkScrolledWindow id=scrolledwindow3
- property name=visibleTrue/property
- property name=can_focusTrue/property
--property name=hscrollbar_policyautomatic/property
-+property 

[arch-commits] Commit in hhvm/repos/community-x86_64 (18 files)

2015-07-14 Thread Massimiliano Torromeo
Date: Tuesday, July 14, 2015 @ 16:06:40
  Author: mtorromeo
Revision: 136884

archrelease: copy trunk to community-x86_64

Added:
  hhvm/repos/community-x86_64/PKGBUILD
(from rev 136883, hhvm/trunk/PKGBUILD)
  hhvm/repos/community-x86_64/gcc51.patch
(from rev 136883, hhvm/trunk/gcc51.patch)
  hhvm/repos/community-x86_64/hhvm.install
(from rev 136883, hhvm/trunk/hhvm.install)
  hhvm/repos/community-x86_64/hhvm.service
(from rev 136883, hhvm/trunk/hhvm.service)
  hhvm/repos/community-x86_64/hhvm.tmpfile
(from rev 136883, hhvm/trunk/hhvm.tmpfile)
  hhvm/repos/community-x86_64/hhvm@.service
(from rev 136883, hhvm/trunk/hhvm@.service)
  hhvm/repos/community-x86_64/libstdcxx-dual-abi.patch
(from rev 136883, hhvm/trunk/libstdcxx-dual-abi.patch)
  hhvm/repos/community-x86_64/php.ini
(from rev 136883, hhvm/trunk/php.ini)
  hhvm/repos/community-x86_64/server.ini
(from rev 136883, hhvm/trunk/server.ini)
Deleted:
  hhvm/repos/community-x86_64/PKGBUILD
  hhvm/repos/community-x86_64/gcc51.patch
  hhvm/repos/community-x86_64/hhvm.install
  hhvm/repos/community-x86_64/hhvm.service
  hhvm/repos/community-x86_64/hhvm.tmpfile
  hhvm/repos/community-x86_64/hhvm@.service
  hhvm/repos/community-x86_64/libstdcxx-dual-abi.patch
  hhvm/repos/community-x86_64/php.ini
  hhvm/repos/community-x86_64/server.ini

--+
 PKGBUILD |  299 ++---
 gcc51.patch  |   28 ++--
 hhvm.install |   18 +-
 hhvm.service |   30 ++--
 hhvm.tmpfile |4 
 hhvm@.service|   30 ++--
 libstdcxx-dual-abi.patch |   92 ++---
 php.ini  |   20 +--
 server.ini   |   12 -
 9 files changed, 265 insertions(+), 268 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-07-14 14:01:15 UTC (rev 136883)
+++ PKGBUILD2015-07-14 14:06:40 UTC (rev 136884)
@@ -1,151 +0,0 @@
-# $Id$
-# Maintainer: Massimiliano Torromeo massimiliano.torro...@gmail.com
-# Contributor: James Miller ja...@pocketrent.com
-
-pkgname=hhvm
-pkgver=3.7.3
-pkgrel=1
-
-_thirdparty_commit=a7d0e6834ac6280b15ba2777f7d9c621bc8446cb
-_folly_commit=7c9f26357a1a2852ea11b051e1e0402dcfbce861
-_thrift_commit=385419f71e40a77df1fcfe6d1a9349d99d200902
-_proxygen_commit=72622b8af97bd56a0dd271b10be18864653a8bb7
-_webscalesql_commit=19c1a57078cdec7d238037258345151e871caef4
-_mcrouter_commit=55dece4d60de21d68e7651bd6083c403f9edf0f5
-_squangle_commit=a608c72296a0cb954de4bc2c22939fb24f482daa
-
-pkgdesc=Virtual Machine, Runtime, and JIT for PHP
-arch=('x86_64')
-url=http://hhvm.com;
-license=('PHP')
-depends=('boost-libs' 'google-glog' 'libmysqlclient' 'libmemcached' 'libzip'
- 'libxslt' 'intel-tbb' 'libmcrypt' 'oniguruma' 'jemalloc' 'curl' 
'libvpx'
- 'libdwarf' 'imagemagick' 'libedit' 'sqlite' 'libyaml' 'fribidi' 're2'
- 'gperf' 'c-client')
-makedepends=('git' 'cmake' 'gcc' 'boost' 'gflags' 'python2' 'pfff' 'mongodb'
- 'ragel' 'libmariadbclient' 'unixodbc')
-source=(https://github.com/facebook/hhvm/archive/HHVM-$pkgver.tar.gz;
-
https://github.com/hhvm/hhvm-third-party/archive/$_thirdparty_commit/hhvm-third-party-$_thirdparty_commit.tar.gz;
-
https://github.com/facebook/folly/archive/$_folly_commit/folly-$_folly_commit.tar.gz;
-
https://github.com/facebook/fbthrift/archive/$_thrift_commit/thrift-$_thrift_commit.tar.gz;
-
https://github.com/facebook/proxygen/archive/$_proxygen_commit/proxygen-$_proxygen_commit.tar.gz;
-
https://github.com/webscalesql/webscalesql-5.6/archive/$_webscalesql_commit/webscalesql-$_webscalesql_commit.tar.gz;
-
https://github.com/facebook/mcrouter/archive/$_mcrouter_commit/mcrouter-$_mcrouter_commit.tar.gz;
-
https://github.com/facebook/squangle/archive/$_squangle_commit/squangle-$_squangle_commit.tar.gz;
-'hhvm.tmpfile'
-'hhvm.service'
-'hhvm@.service'
-'php.ini'
-'server.ini'
-'gcc51.patch'
-'libstdcxx-dual-abi.patch'
-
'libvpx14.patch::https://patch-diff.githubusercontent.com/raw/facebook/hhvm/pull/5191.diff')
-install=hhvm.install
-backup=(etc/hhvm/{php,server}.ini)
-options+=('!buildflags')
-
-prepare() {
-cd $srcdir/$pkgname-HHVM-$pkgver
-
-sed -r 's/service hhvm (start|stop|restart)/systemctl \1 hhvm.service/' \
--i hphp/tools/oss-repo-mode
-
-patch -p1 -i $srcdir/libvpx14.patch
-patch -p1 -i $srcdir/gcc51.patch
-
-# Fix sendmail path
-sed -r 's#/usr/lib/sendmail#/usr/bin/sendmail#g' -i \
-hphp/runtime/base/runtime-option.cpp
-
-rm -rf third-party
-ln -s $srcdir/hhvm-third-party-$_thirdparty_commit third-party
-
-cd third-party/folly
-rm -rf src
-ln -s $srcdir/folly-$_folly_commit src
-patch -d src -p1 -i $srcdir/libstdcxx-dual-abi.patch
-
-cd ../thrift
-rm -rf src
-ln -s 

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

2015-07-14 Thread Jürgen Hötzel
Date: Tuesday, July 14, 2015 @ 16:22:38
  Author: juergen
Revision: 242203

Fix FS#45453

Modified:
  gnucash/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-07-14 10:58:49 UTC (rev 242202)
+++ PKGBUILD2015-07-14 14:22:38 UTC (rev 242203)
@@ -46,4 +46,7 @@
   # to the location that it was built at.
   rm -f ${pkgdir}/usr/bin/gnucash-valgrind
 
+  # fix FS#45453
+  sed -i  's/exec gnucash-env [^[:space:]]*/exec gnucash-env guile/g' 
${pkgdir}/usr/lib/gnucash/overrides/gnucash-make-guids
+  rm ${pkgdir}/usr/lib/gnucash/overrides/guile
 }


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

2015-07-14 Thread Jürgen Hötzel
Date: Tuesday, July 14, 2015 @ 16:35:23
  Author: juergen
Revision: 242204

archrelease: copy trunk to extra-x86_64

Added:
  gnucash/repos/extra-x86_64/PKGBUILD
(from rev 242203, gnucash/trunk/PKGBUILD)
  gnucash/repos/extra-x86_64/gnucash.install
(from rev 242203, gnucash/trunk/gnucash.install)
Deleted:
  gnucash/repos/extra-x86_64/PKGBUILD
  gnucash/repos/extra-x86_64/gnucash.install

-+
 PKGBUILD|  101 +++---
 gnucash.install |   72 +++---
 2 files changed, 88 insertions(+), 85 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-07-14 14:22:38 UTC (rev 242203)
+++ PKGBUILD2015-07-14 14:35:23 UTC (rev 242204)
@@ -1,49 +0,0 @@
-# $Id$
-# Maintainer: Juergen Hoetzel juer...@archlinux.org
-# Contributor: Mark Schneider queue...@gmail.com
-
-pkgname=gnucash
-pkgver=2.6.6
-pkgrel=1
-pkgdesc=A personal and small-business financial-accounting application
-arch=('i686' 'x86_64')
-url=http://www.gnucash.org;
-license=(GPL)
-depends=('slib' 'goffice0.8' 'libdbi-drivers' 'libmariadbclient' 
'postgresql-libs' 'aqbanking' 'desktop-file-utils' 'webkitgtk2' 
'libgnome-keyring' 'libgnomecanvas')
-makedepends=('intltool')
-optdepends=('evince: for print preview'
-   'yelp: help browser'
-'perl-finance-quote: for stock information lookups'
-'perl-date-manip: for stock information lookups')
-options=('!makeflags' '!emptydirs')
-install=gnucash.install
-source=(http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.bz2)
-sha1sums=('7a508743047202cc4c648ff188f92741010105a1')
-
-prepare() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-}
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  ./configure --prefix=/usr --mandir=/usr/share/man --sysconfdir=/etc \
---libexecdir=/usr/lib --disable-schemas-compile --enable-ofx 
--enable-aqbanking
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1 DESTDIR=${pkgdir} install
-  cd src/doc/design
-  make DESTDIR=${pkgdir} install-info
-
-  install -dm755 ${pkgdir}/usr/share/gconf/schemas
-  gconf-merge-schema ${pkgdir}/usr/share/gconf/schemas/${pkgname}.schemas 
--domain gnucash ${pkgdir}/etc/gconf/schemas/*.schemas
-  rm -f ${pkgdir}/etc/gconf/schemas/*.schemas
-
-  # Delete the gnucash-valgrind executable because the source files
-  # are not included with the package and the executable is hardlinked
-  # to the location that it was built at.
-  rm -f ${pkgdir}/usr/bin/gnucash-valgrind
-
-}

Copied: gnucash/repos/extra-x86_64/PKGBUILD (from rev 242203, 
gnucash/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-07-14 14:35:23 UTC (rev 242204)
@@ -0,0 +1,52 @@
+# $Id$
+# Maintainer: Juergen Hoetzel juer...@archlinux.org
+# Contributor: Mark Schneider queue...@gmail.com
+
+pkgname=gnucash
+pkgver=2.6.7
+pkgrel=1
+pkgdesc=A personal and small-business financial-accounting application
+arch=('i686' 'x86_64')
+url=http://www.gnucash.org;
+license=(GPL)
+depends=('guile' 'slib' 'goffice0.8' 'libdbi-drivers' 'libmariadbclient' 
'postgresql-libs' 'aqbanking' 'desktop-file-utils' 'webkitgtk2' 
'libgnome-keyring' 'libgnomecanvas')
+makedepends=('intltool')
+optdepends=('evince: for print preview'
+   'yelp: help browser'
+'perl-finance-quote: for stock information lookups'
+'perl-date-manip: for stock information lookups')
+options=('!makeflags' '!emptydirs')
+install=gnucash.install
+source=(http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.bz2)
+sha1sums=('93d51c45bdcc66bfcb1a1924622b48ca7f5ada17')
+
+prepare() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+}
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr --mandir=/usr/share/man --sysconfdir=/etc \
+--libexecdir=/usr/lib --disable-schemas-compile --enable-ofx 
--enable-aqbanking
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1 DESTDIR=${pkgdir} install
+  cd src/doc/design
+  make DESTDIR=${pkgdir} install-info
+
+  install -dm755 ${pkgdir}/usr/share/gconf/schemas
+  gconf-merge-schema ${pkgdir}/usr/share/gconf/schemas/${pkgname}.schemas 
--domain gnucash ${pkgdir}/etc/gconf/schemas/*.schemas
+  rm -f ${pkgdir}/etc/gconf/schemas/*.schemas
+
+  # Delete the gnucash-valgrind executable because the source files
+  # are not included with the package and the executable is hardlinked
+  # to the location that it was built at.
+  rm -f ${pkgdir}/usr/bin/gnucash-valgrind
+
+  # fix FS#45453
+  sed -i  's/exec gnucash-env [^[:space:]]*/exec gnucash-env guile/g' 
${pkgdir}/usr/lib/gnucash/overrides/gnucash-make-guids
+  rm ${pkgdir}/usr/lib/gnucash/overrides/guile
+}

Deleted: gnucash.install

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

2015-07-14 Thread Martin Wimpress
Date: Tuesday, July 14, 2015 @ 15:59:14
  Author: flexiondotorg
Revision: 136880

upgpkg: eom 1.10.3-1 - New upstream release

Modified:
  eom/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-07-14 13:44:30 UTC (rev 136879)
+++ PKGBUILD2015-07-14 13:59:14 UTC (rev 136880)
@@ -3,7 +3,7 @@
 _ver=1.10
 _pkgbase=eom
 pkgname=(${_pkgbase})
-pkgver=${_ver}.2
+pkgver=${_ver}.3
 pkgrel=1
 pkgdesc=An image viewing and cataloging program for MATE (GTK2 version)
 url=http://mate-desktop.org;
@@ -18,7 +18,7 @@
 groups=('mate-extra')
 conflicts=(${_pkgbase}-gtk3)
 
source=(http://pub.mate-desktop.org/releases/${_ver}/${_pkgbase}-${pkgver}.tar.xz;)
-sha1sums=('611b6e741da1ad58ce7473318305452b46aa77a4')
+sha1sums=('b5c4b9a921183af37cfdf7cc91c3144138c6b2d5')
 install=${_pkgbase}.install
 
 build() {


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

2015-07-14 Thread Martin Wimpress
Date: Tuesday, July 14, 2015 @ 16:01:15
  Author: flexiondotorg
Revision: 136883

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

Added:
  eom-gtk3/repos/community-i686/PKGBUILD
(from rev 136882, eom-gtk3/trunk/PKGBUILD)
  eom-gtk3/repos/community-i686/eom.install
(from rev 136882, eom-gtk3/trunk/eom.install)
  eom-gtk3/repos/community-x86_64/PKGBUILD
(from rev 136882, eom-gtk3/trunk/PKGBUILD)
  eom-gtk3/repos/community-x86_64/eom.install
(from rev 136882, eom-gtk3/trunk/eom.install)
Deleted:
  eom-gtk3/repos/community-i686/PKGBUILD
  eom-gtk3/repos/community-i686/eom.install
  eom-gtk3/repos/community-x86_64/PKGBUILD
  eom-gtk3/repos/community-x86_64/eom.install

--+
 /PKGBUILD|   76 +
 /eom.install |   26 ++
 community-i686/PKGBUILD  |   38 
 community-i686/eom.install   |   13 ---
 community-x86_64/PKGBUILD|   38 
 community-x86_64/eom.install |   13 ---
 6 files changed, 102 insertions(+), 102 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-07-14 14:01:09 UTC (rev 136882)
+++ community-i686/PKGBUILD 2015-07-14 14:01:15 UTC (rev 136883)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer : Martin Wimpress c...@flexion.org
-
-_ver=1.10
-_pkgbase=eom
-pkgname=(${_pkgbase}-gtk3)
-pkgver=${_ver}.2
-pkgrel=1
-pkgdesc=An image viewing and cataloging program for MATE (GTK3 version 
[EXPERIMENTAL])
-url=http://mate-desktop.org;
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('dbus-glib' 'desktop-file-utils' 'gobject-introspection' 'gtk3' 
'exempi'
- 'lcms2' 'libexif' 'libjpeg-turbo' 'librsvg' 'mate-desktop-gtk3=1.10'
- 'mate-icon-theme' 'startup-notification' 'zlib')
-makedepends=('mate-common' 'yelp-tools')
-optdepends=('yelp: for reading MATE help documents')
-groups=('mate-extra-gtk3')
-conflicts=(${_pkgbase})
-source=(http://pub.mate-desktop.org/releases/${_ver}/${_pkgbase}-${pkgver}.tar.xz;)
-sha1sums=('611b6e741da1ad58ce7473318305452b46aa77a4')
-install=${_pkgbase}.install
-
-build() {
-cd ${srcdir}/${_pkgbase}-${pkgver}
-./configure \
---prefix=/usr \
---localstatedir=/var \
---with-gtk=3.0 \
---with-librsvg \
---disable-python
-make
-}
-
-package() {
-cd ${srcdir}/${_pkgbase}-${pkgver}
-make DESTDIR=${pkgdir} install
-}

Copied: eom-gtk3/repos/community-i686/PKGBUILD (from rev 136882, 
eom-gtk3/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-07-14 14:01:15 UTC (rev 136883)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer : Martin Wimpress c...@flexion.org
+
+_ver=1.10
+_pkgbase=eom
+pkgname=(${_pkgbase}-gtk3)
+pkgver=${_ver}.3
+pkgrel=1
+pkgdesc=An image viewing and cataloging program for MATE (GTK3 version 
[EXPERIMENTAL])
+url=http://mate-desktop.org;
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('dbus-glib' 'desktop-file-utils' 'gobject-introspection' 'gtk3' 
'exempi'
+ 'lcms2' 'libexif' 'libjpeg-turbo' 'librsvg' 'mate-desktop-gtk3=1.10'
+ 'mate-icon-theme' 'startup-notification' 'zlib')
+makedepends=('mate-common' 'yelp-tools')
+optdepends=('yelp: for reading MATE help documents')
+groups=('mate-extra-gtk3')
+conflicts=(${_pkgbase})
+source=(http://pub.mate-desktop.org/releases/${_ver}/${_pkgbase}-${pkgver}.tar.xz;)
+sha1sums=('b5c4b9a921183af37cfdf7cc91c3144138c6b2d5')
+install=${_pkgbase}.install
+
+build() {
+cd ${srcdir}/${_pkgbase}-${pkgver}
+./configure \
+--prefix=/usr \
+--localstatedir=/var \
+--with-gtk=3.0 \
+--with-librsvg \
+--disable-python
+make
+}
+
+package() {
+cd ${srcdir}/${_pkgbase}-${pkgver}
+make DESTDIR=${pkgdir} install
+}

Deleted: community-i686/eom.install
===
--- community-i686/eom.install  2015-07-14 14:01:09 UTC (rev 136882)
+++ community-i686/eom.install  2015-07-14 14:01:15 UTC (rev 136883)
@@ -1,13 +0,0 @@
-post_install() {
-glib-compile-schemas /usr/share/glib-2.0/schemas/
-gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
-update-desktop-database -q
-}
-
-post_upgrade() {
-post_install
-}
-
-post_remove() {
-post_install
-}

Copied: eom-gtk3/repos/community-i686/eom.install (from rev 136882, 
eom-gtk3/trunk/eom.install)
===
--- community-i686/eom.install  (rev 0)
+++ community-i686/eom.install  2015-07-14 14:01:15 UTC (rev 136883)
@@ -0,0 +1,13 @@
+post_install() {
+glib-compile-schemas /usr/share/glib-2.0/schemas/
+gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
+update-desktop-database -q
+}

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

2015-07-14 Thread Martin Wimpress
Date: Tuesday, July 14, 2015 @ 16:01:09
  Author: flexiondotorg
Revision: 136882

upgpkg: eom-gtk3 1.10.3-1 - New upstream release

Modified:
  eom-gtk3/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-07-14 13:59:29 UTC (rev 136881)
+++ PKGBUILD2015-07-14 14:01:09 UTC (rev 136882)
@@ -4,7 +4,7 @@
 _ver=1.10
 _pkgbase=eom
 pkgname=(${_pkgbase}-gtk3)
-pkgver=${_ver}.2
+pkgver=${_ver}.3
 pkgrel=1
 pkgdesc=An image viewing and cataloging program for MATE (GTK3 version 
[EXPERIMENTAL])
 url=http://mate-desktop.org;
@@ -18,7 +18,7 @@
 groups=('mate-extra-gtk3')
 conflicts=(${_pkgbase})
 
source=(http://pub.mate-desktop.org/releases/${_ver}/${_pkgbase}-${pkgver}.tar.xz;)
-sha1sums=('611b6e741da1ad58ce7473318305452b46aa77a4')
+sha1sums=('b5c4b9a921183af37cfdf7cc91c3144138c6b2d5')
 install=${_pkgbase}.install
 
 build() {


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

2015-07-14 Thread Sven-Hendrik Haase
Date: Tuesday, July 14, 2015 @ 16:13:07
  Author: svenstaro
Revision: 136885

upgpkg: mopidy 1.0.7-3

Fix FS#45637

Modified:
  mopidy/trunk/PKGBUILD
  mopidy/trunk/mopidy.install

+
 PKGBUILD   |8 +++-
 mopidy.install |8 ++--
 2 files changed, 9 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-07-14 14:06:40 UTC (rev 136884)
+++ PKGBUILD2015-07-14 14:13:07 UTC (rev 136885)
@@ -3,7 +3,7 @@
 
 pkgname=mopidy
 pkgver=1.0.7
-pkgrel=2
+pkgrel=3
 pkgdesc=Mopidy is an extensible music server written in Python
 arch=('any')
 url=http://www.mopidy.com;
@@ -24,11 +24,9 @@
 backup=('etc/mopidy/mopidy.conf')
 install=$pkgname.install
 source=(https://github.com/mopidy/mopidy/archive/v${pkgver}.tar.gz;
-'mopidy.conf'
-'mopidy.install')
+'mopidy.conf')
 md5sums=('dfb2b8766c8140a60da89dba9bc37ff8'
- '5ec754e9f5aba08ee29527cb9a1a270b'
- 'bd513aa0e4e83c117340a55f53215cf2')
+ '5ec754e9f5aba08ee29527cb9a1a270b')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}

Modified: mopidy.install
===
--- mopidy.install  2015-07-14 14:06:40 UTC (rev 136884)
+++ mopidy.install  2015-07-14 14:13:07 UTC (rev 136885)
@@ -1,4 +1,8 @@
+post_upgrade() {
+getent group mopidy /dev/null || groupadd -g 46 mopidy /dev/null
+getent passwd mopidy /dev/null || useradd -u 46 -d /var/lib/mopidy -s 
/bin/false -g mopidy -G audio mopidy /dev/null
+}
+
 post_install() {
-   getent group mopidy /dev/null || groupadd -r mopidy /dev/null
-   getent passwd mopidy /dev/null || useradd -r -d /var/lib/mopidy -s 
/bin/false -g mopidy -G audio mopidy /dev/null
+post_upgrade
 }


[arch-commits] Commit in mopidy/repos/community-any (6 files)

2015-07-14 Thread Sven-Hendrik Haase
Date: Tuesday, July 14, 2015 @ 16:13:15
  Author: svenstaro
Revision: 136886

archrelease: copy trunk to community-any

Added:
  mopidy/repos/community-any/PKGBUILD
(from rev 136885, mopidy/trunk/PKGBUILD)
  mopidy/repos/community-any/mopidy.conf
(from rev 136885, mopidy/trunk/mopidy.conf)
  mopidy/repos/community-any/mopidy.install
(from rev 136885, mopidy/trunk/mopidy.install)
Deleted:
  mopidy/repos/community-any/PKGBUILD
  mopidy/repos/community-any/mopidy.conf
  mopidy/repos/community-any/mopidy.install

+
 PKGBUILD   |  140 +++
 mopidy.conf|   18 +++
 mopidy.install |   12 +++-
 3 files changed, 86 insertions(+), 84 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-07-14 14:13:07 UTC (rev 136885)
+++ PKGBUILD2015-07-14 14:13:15 UTC (rev 136886)
@@ -1,71 +0,0 @@
-# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
-# Contributor: Alexandre Petitjean alpetitjean at gmail dot com
-
-pkgname=mopidy
-pkgver=1.0.7
-pkgrel=2
-pkgdesc=Mopidy is an extensible music server written in Python
-arch=('any')
-url=http://www.mopidy.com;
-license=('APACHE')
-depends=('python2'
- 'python2-pykka=1.1'
- 'python2-setuptools'
- 'gstreamer0.10-python'
- 'gstreamer0.10-base-plugins'
- 'gstreamer0.10-good-plugins'
- 'gstreamer0.10-ugly-plugins'
- 'python2-tornado=2.3')
-optdepends=('mopidy-spotify: Spotify backend'
-'mopidy-scrobbler: Last.FM scrobbler'
-'mopidy-mopify: Web client with Spotify-inspired interface'
-'mopidy-soundcloud: Soundcloud backend')
-makedepends=('python2-sphinx')
-backup=('etc/mopidy/mopidy.conf')
-install=$pkgname.install
-source=(https://github.com/mopidy/mopidy/archive/v${pkgver}.tar.gz;
-'mopidy.conf'
-'mopidy.install')
-md5sums=('dfb2b8766c8140a60da89dba9bc37ff8'
- '5ec754e9f5aba08ee29527cb9a1a270b'
- 'bd513aa0e4e83c117340a55f53215cf2')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  make -C docs SPHINXBUILD=sphinx-build2 man
-  make -C docs SPHINXBUILD=sphinx-build2 html
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  python2 setup.py install --root=${pkgdir}/ --optimize=1
-
-  install -Dm755 extra/mopidyctl/mopidyctl ${pkgdir}/usr/bin/mopidyctl
-
-  install -dm755 ${pkgdir}/usr/share/doc/mopidy
-  cp -r docs/_build/html ${pkgdir}/usr/share/doc/mopidy
-
-  install -dm755 ${pkgdir}/usr/share/man/man1/
-  gzip -c docs/_build/man/mopidy.1  
${pkgdir}/usr/share/man/man1/mopidy.1.gz 
-
-  install -dm755 ${pkgdir}/usr/share/man/man8/
-  gzip -c extra/mopidyctl/mopidyctl.8  
${pkgdir}/usr/share/man/man8/mopidyctl.8.gz 
-
-  install -Dm644 ${srcdir}/mopidy.conf ${pkgdir}/etc/mopidy/mopidy.conf
-
-  install -Dm644 extra/systemd/mopidy.service 
${pkgdir}/usr/lib/systemd/system/mopidy.service
-  install -Dm644 extra/desktop/mopidy.desktop 
${pkgdir}/usr/share/applications/mopidy.desktop
-
-  install -dm755 ${pkgdir}/etc/mopidy/extensions.d
-
-  install -dm755 -g 46 -o 46 ${pkgdir}/var/cache/mopidy
-  install -dm755 -g 46 -o 46 ${pkgdir}/var/log/mopidy
-  install -dm755 -g 46 -o 46 ${pkgdir}/var/lib/mopidy/local
-  install -dm755 -g 46 -o 46 ${pkgdir}/var/lib/mopidy/media
-  install -dm755 -g 46 -o 46 ${pkgdir}/var/lib/mopidy/playlists
-
-  install -Dm644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-}
-
-# vim:set ts=2 sw=2 et:

Copied: mopidy/repos/community-any/PKGBUILD (from rev 136885, 
mopidy/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-07-14 14:13:15 UTC (rev 136886)
@@ -0,0 +1,69 @@
+# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
+# Contributor: Alexandre Petitjean alpetitjean at gmail dot com
+
+pkgname=mopidy
+pkgver=1.0.7
+pkgrel=3
+pkgdesc=Mopidy is an extensible music server written in Python
+arch=('any')
+url=http://www.mopidy.com;
+license=('APACHE')
+depends=('python2'
+ 'python2-pykka=1.1'
+ 'python2-setuptools'
+ 'gstreamer0.10-python'
+ 'gstreamer0.10-base-plugins'
+ 'gstreamer0.10-good-plugins'
+ 'gstreamer0.10-ugly-plugins'
+ 'python2-tornado=2.3')
+optdepends=('mopidy-spotify: Spotify backend'
+'mopidy-scrobbler: Last.FM scrobbler'
+'mopidy-mopify: Web client with Spotify-inspired interface'
+'mopidy-soundcloud: Soundcloud backend')
+makedepends=('python2-sphinx')
+backup=('etc/mopidy/mopidy.conf')
+install=$pkgname.install
+source=(https://github.com/mopidy/mopidy/archive/v${pkgver}.tar.gz;
+'mopidy.conf')
+md5sums=('dfb2b8766c8140a60da89dba9bc37ff8'
+ '5ec754e9f5aba08ee29527cb9a1a270b')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  make -C docs SPHINXBUILD=sphinx-build2 man
+  make -C docs SPHINXBUILD=sphinx-build2 html
+}
+
+package() {
+ 

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

2015-07-14 Thread Massimiliano Torromeo
Date: Tuesday, July 14, 2015 @ 16:46:22
  Author: mtorromeo
Revision: 136889

upgpkg: percona-server 5.6.25_73.1-1

Updated to 5.6.25_73.1

Modified:
  percona-server/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-07-14 14:18:27 UTC (rev 136888)
+++ PKGBUILD2015-07-14 14:46:22 UTC (rev 136889)
@@ -3,7 +3,7 @@
 
 pkgbase=percona-server
 pkgname=('libperconaserverclient' 'percona-server-clients' 'percona-server')
-pkgver=5.6.25_73.0
+pkgver=5.6.25_73.1
 _pkgver=${pkgver/_/-}
 _myver=${pkgver/_rel*}
 pkgrel=1
@@ -144,7 +144,7 @@
rm usr/share/man/man1/mysql-test-run.pl.1
 }
 
-sha256sums=('790d056931b9dd5b158a732812490fdaf9407012aaf93d3f1c1b21942dcdc251'
+sha256sums=('5a0d88465e4bb081e621b06bc943fafadb4c67a2cca50839b44fcd94ae793b50'
 'ae451839c368f0db25a63bb0a6a890194897a8e74818bd4245140933c29e5f83'
 'e638a2657085f15b6728f43c1fd6aa551b27608fbf6b435e33afd3606a0cfb0e'
 'badf6a701d9dc6ea3b4ddca26cb0f42b6236432ccdbc14c64962147802594a60'


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

2015-07-14 Thread Massimiliano Torromeo
Date: Tuesday, July 14, 2015 @ 16:18:27
  Author: mtorromeo
Revision: 136888

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

Added:
  sssd/repos/community-i686/PKGBUILD
(from rev 136887, sssd/trunk/PKGBUILD)
  sssd/repos/community-i686/sssd.service
(from rev 136887, sssd/trunk/sssd.service)
  sssd/repos/community-x86_64/PKGBUILD
(from rev 136887, sssd/trunk/PKGBUILD)
  sssd/repos/community-x86_64/sssd.service
(from rev 136887, sssd/trunk/sssd.service)
Deleted:
  sssd/repos/community-i686/PKGBUILD
  sssd/repos/community-i686/sssd.service
  sssd/repos/community-x86_64/PKGBUILD
  sssd/repos/community-x86_64/sssd.service

---+
 /PKGBUILD |  170 
 /sssd.service |   24 +
 community-i686/PKGBUILD   |   83 ---
 community-i686/sssd.service   |   12 --
 community-x86_64/PKGBUILD |   83 ---
 community-x86_64/sssd.service |   12 --
 6 files changed, 194 insertions(+), 190 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-07-14 14:17:54 UTC (rev 136887)
+++ community-i686/PKGBUILD 2015-07-14 14:18:27 UTC (rev 136888)
@@ -1,83 +0,0 @@
-# $Id$
-# Maintainer: Massimiliano Torromeo massimiliano.torro...@gmail.com
-# Maintainer: Mantas M. graw...@gmail.com
-
-pkgname=sssd
-pkgver=1.12.5
-pkgrel=1
-pkgdesc=System Security Services Daemon
-arch=('i686' 'x86_64')
-url=https://fedorahosted.org/sssd/;
-license=('GPL3')
-depends=(
-  'augeas'
-  'bind'  # for nsupdate
-  'c-ares'
-  'cyrus-sasl-gssapi'
-  'ding-libs'
-  'libnl'
-  'libunistring'
-  'nss'
-  'smbclient' # for libndr-nbt
-  'nfsidmap'
-)
-makedepends=(
-  'docbook-xsl'
-  'doxygen'
-  'python2'
-  'samba' # for libndr-nbt headers
-)
-source=(https://fedorahosted.org/released/$pkgname/$pkgname-$pkgver.tar.gz;
-'sssd.service')
-sha1sums=('2e3fdabbf49d7031ac9b72bbbf9e364909c638ab'
-  '2d10db3d6f54a58bbf8d1f27328e68555256e0ce')
-
-prepare() {
-  cd $srcdir/$pkgname-$pkgver
-  for f in ${source[@]}; do
-if [[ $f == *.patch ]]; then
-  msg2 Applying $f
-  patch -p1  $srcdir/$f
-fi
-  done
-}
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  export PYTHON=/usr/bin/python2
-  ./configure \
---prefix=/usr \
---sbindir=/usr/bin\
---sysconfdir=/etc \
---localstatedir=/var  \
---libexecdir=/usr/lib/sssd\
---datadir=/usr/share  \
---enable-pammoddir=/usr/lib/security  \
---with-initscript=systemd \
---with-os=fedora  \
---with-pid-path=/run  \
---with-python-bindings\
---without-selinux \
---without-semanage\
---with-systemdunitdir=/usr/lib/systemd/system \
-;
-  sed -i '/\HAVE_KRB5_SET_TRACE_CALLBACK\/d' config.h
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  make -j1 DESTDIR=$pkgdir/ install
-  rm -rf $pkgdir/etc/rc.d
-  rm -rf $pkgdir/lib
-  rm -rf $pkgdir/run
-  rm -f $pkgdir/usr/lib/ldb/modules/ldb/memberof.la
-  find $pkgdir/usr -depth -type d \
--exec rmdir --ignore-fail-on-non-empty {} \;
-
-  cd $srcdir
-  rm -rf $pkgdir/etc/systemd # remove the drop-in
-  install -Dm0644 sssd.service  $pkgdir/usr/lib/systemd/system/sssd.service
-}
-
-# vim: ts=2:sw=2:et:nowrap

Copied: sssd/repos/community-i686/PKGBUILD (from rev 136887, 
sssd/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-07-14 14:18:27 UTC (rev 136888)
@@ -0,0 +1,85 @@
+# $Id$
+# Maintainer: Massimiliano Torromeo massimiliano.torro...@gmail.com
+# Maintainer: Mantas M. graw...@gmail.com
+
+pkgname=sssd
+pkgver=1.13.0
+pkgrel=1
+pkgdesc=System Security Services Daemon
+arch=('i686' 'x86_64')
+url=https://fedorahosted.org/sssd/;
+license=('GPL3')
+depends=(
+  'augeas'
+  'bind'  # for nsupdate
+  'c-ares'
+  'cyrus-sasl-gssapi'
+  'ding-libs'
+  'libnl'
+  'libunistring'
+  'nss'
+  'smbclient' # for libndr-nbt
+  'nfsidmap'
+)
+makedepends=(
+  'docbook-xsl'
+  'doxygen'
+  'python'
+  'python2'
+  'samba' # for libndr-nbt headers
+)
+source=(https://fedorahosted.org/released/$pkgname/$pkgname-$pkgver.tar.gz;
+'sssd.service')
+sha1sums=('f9c57cfb91d8e0e35d565a1d5b165e8f669989d2'
+  '2d10db3d6f54a58bbf8d1f27328e68555256e0ce')
+
+prepare() {
+  cd $srcdir/$pkgname-$pkgver
+  for f in ${source[@]}; do
+if [[ $f == *.patch ]]; then
+  msg2 Applying $f
+  patch -p1  $srcdir/$f
+fi
+  done
+}
+
+build() {
+  cd 

[arch-commits] Commit in gnucash/repos/extra-i686 (4 files)

2015-07-14 Thread Jürgen Hötzel
Date: Tuesday, July 14, 2015 @ 17:19:28
  Author: juergen
Revision: 242205

archrelease: copy trunk to extra-i686

Added:
  gnucash/repos/extra-i686/PKGBUILD
(from rev 242204, gnucash/trunk/PKGBUILD)
  gnucash/repos/extra-i686/gnucash.install
(from rev 242204, gnucash/trunk/gnucash.install)
Deleted:
  gnucash/repos/extra-i686/PKGBUILD
  gnucash/repos/extra-i686/gnucash.install

-+
 PKGBUILD|  101 +++---
 gnucash.install |   72 +++---
 2 files changed, 88 insertions(+), 85 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-07-14 14:35:23 UTC (rev 242204)
+++ PKGBUILD2015-07-14 15:19:28 UTC (rev 242205)
@@ -1,49 +0,0 @@
-# $Id$
-# Maintainer: Juergen Hoetzel juer...@archlinux.org
-# Contributor: Mark Schneider queue...@gmail.com
-
-pkgname=gnucash
-pkgver=2.6.6
-pkgrel=1
-pkgdesc=A personal and small-business financial-accounting application
-arch=('i686' 'x86_64')
-url=http://www.gnucash.org;
-license=(GPL)
-depends=('slib' 'goffice0.8' 'libdbi-drivers' 'libmariadbclient' 
'postgresql-libs' 'aqbanking' 'desktop-file-utils' 'webkitgtk2' 
'libgnome-keyring' 'libgnomecanvas')
-makedepends=('intltool')
-optdepends=('evince: for print preview'
-   'yelp: help browser'
-'perl-finance-quote: for stock information lookups'
-'perl-date-manip: for stock information lookups')
-options=('!makeflags' '!emptydirs')
-install=gnucash.install
-source=(http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.bz2)
-sha1sums=('7a508743047202cc4c648ff188f92741010105a1')
-
-prepare() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-}
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  ./configure --prefix=/usr --mandir=/usr/share/man --sysconfdir=/etc \
---libexecdir=/usr/lib --disable-schemas-compile --enable-ofx 
--enable-aqbanking
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1 DESTDIR=${pkgdir} install
-  cd src/doc/design
-  make DESTDIR=${pkgdir} install-info
-
-  install -dm755 ${pkgdir}/usr/share/gconf/schemas
-  gconf-merge-schema ${pkgdir}/usr/share/gconf/schemas/${pkgname}.schemas 
--domain gnucash ${pkgdir}/etc/gconf/schemas/*.schemas
-  rm -f ${pkgdir}/etc/gconf/schemas/*.schemas
-
-  # Delete the gnucash-valgrind executable because the source files
-  # are not included with the package and the executable is hardlinked
-  # to the location that it was built at.
-  rm -f ${pkgdir}/usr/bin/gnucash-valgrind
-
-}

Copied: gnucash/repos/extra-i686/PKGBUILD (from rev 242204, 
gnucash/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-07-14 15:19:28 UTC (rev 242205)
@@ -0,0 +1,52 @@
+# $Id$
+# Maintainer: Juergen Hoetzel juer...@archlinux.org
+# Contributor: Mark Schneider queue...@gmail.com
+
+pkgname=gnucash
+pkgver=2.6.7
+pkgrel=1
+pkgdesc=A personal and small-business financial-accounting application
+arch=('i686' 'x86_64')
+url=http://www.gnucash.org;
+license=(GPL)
+depends=('guile' 'slib' 'goffice0.8' 'libdbi-drivers' 'libmariadbclient' 
'postgresql-libs' 'aqbanking' 'desktop-file-utils' 'webkitgtk2' 
'libgnome-keyring' 'libgnomecanvas')
+makedepends=('intltool')
+optdepends=('evince: for print preview'
+   'yelp: help browser'
+'perl-finance-quote: for stock information lookups'
+'perl-date-manip: for stock information lookups')
+options=('!makeflags' '!emptydirs')
+install=gnucash.install
+source=(http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.bz2)
+sha1sums=('93d51c45bdcc66bfcb1a1924622b48ca7f5ada17')
+
+prepare() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+}
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr --mandir=/usr/share/man --sysconfdir=/etc \
+--libexecdir=/usr/lib --disable-schemas-compile --enable-ofx 
--enable-aqbanking
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1 DESTDIR=${pkgdir} install
+  cd src/doc/design
+  make DESTDIR=${pkgdir} install-info
+
+  install -dm755 ${pkgdir}/usr/share/gconf/schemas
+  gconf-merge-schema ${pkgdir}/usr/share/gconf/schemas/${pkgname}.schemas 
--domain gnucash ${pkgdir}/etc/gconf/schemas/*.schemas
+  rm -f ${pkgdir}/etc/gconf/schemas/*.schemas
+
+  # Delete the gnucash-valgrind executable because the source files
+  # are not included with the package and the executable is hardlinked
+  # to the location that it was built at.
+  rm -f ${pkgdir}/usr/bin/gnucash-valgrind
+
+  # fix FS#45453
+  sed -i  's/exec gnucash-env [^[:space:]]*/exec gnucash-env guile/g' 
${pkgdir}/usr/lib/gnucash/overrides/gnucash-make-guids
+  rm ${pkgdir}/usr/lib/gnucash/overrides/guile
+}

Deleted: gnucash.install

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

2015-07-14 Thread Felix Yan
Date: Tuesday, July 14, 2015 @ 17:59:13
  Author: fyan
Revision: 136891

fix url (FS#45641)

Modified:
  sshuttle/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-07-14 14:47:15 UTC (rev 136890)
+++ PKGBUILD2015-07-14 15:59:13 UTC (rev 136891)
@@ -7,7 +7,7 @@
 pkgrel=1
 pkgdesc=Transparent proxy server that works as a poor man's VPN. Forwards all 
TCP packets over ssh (and even DNS requests when using --dns option). Doesn't 
require admin privileges on the server side
 arch=('any')
-url=https://github.com/apenwarr/sshuttle;
+url=https://github.com/sshuttle/sshuttle;
 license=('GPL2')
 depends=('python2' 'iptables' 'openssh' 'net-tools')
 makedepends=('git')


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

2015-07-14 Thread Martin Wimpress
Date: Tuesday, July 14, 2015 @ 18:18:59
  Author: flexiondotorg
Revision: 136897

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

Added:
  mate-applets-gtk3/repos/community-i686/PKGBUILD
(from rev 136896, mate-applets-gtk3/trunk/PKGBUILD)
  mate-applets-gtk3/repos/community-i686/mate-applets.install
(from rev 136896, mate-applets-gtk3/trunk/mate-applets.install)
  mate-applets-gtk3/repos/community-x86_64/PKGBUILD
(from rev 136896, mate-applets-gtk3/trunk/PKGBUILD)
  mate-applets-gtk3/repos/community-x86_64/mate-applets.install
(from rev 136896, mate-applets-gtk3/trunk/mate-applets.install)
Deleted:
  mate-applets-gtk3/repos/community-i686/PKGBUILD
  mate-applets-gtk3/repos/community-i686/mate-applets.install
  mate-applets-gtk3/repos/community-x86_64/PKGBUILD
  mate-applets-gtk3/repos/community-x86_64/mate-applets.install

---+
 /PKGBUILD |   90 
 /mate-applets.install |   26 +
 community-i686/PKGBUILD   |   44 ---
 community-i686/mate-applets.install   |   13 
 community-x86_64/PKGBUILD |   44 ---
 community-x86_64/mate-applets.install |   13 
 6 files changed, 116 insertions(+), 114 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-07-14 16:18:53 UTC (rev 136896)
+++ community-i686/PKGBUILD 2015-07-14 16:18:59 UTC (rev 136897)
@@ -1,44 +0,0 @@
-# $Id$
-# Maintainer : Martin Wimpress c...@flexion.org
-
-_ver=1.10
-_pkgbase=mate-applets
-pkgname=(${_pkgbase}-gtk3)
-pkgver=${_ver}.1
-pkgrel=1
-pkgdesc=Applets for MATE panel (GTK3 version [EXPERIMENTAL])
-arch=('i686' 'x86_64')
-url=http://mate-desktop.org;
-license=('GPL')
-depends=('gtksourceview3' 'mate-panel-gtk3=1.10' 'python2-dbus' 
'python2-gobject' 'upower')
-makedepends=('docbook2x' 'docbook-xsl' 'mate-common' 'yelp-tools')
-optdepends=('fortune-mod: for displaying fortune cookies in the Wanda the Fish 
applet'
-'yelp: for reading MATE help documents')
-groups=('mate-extra-gtk3')
-conflicts=(${_pkgbase})
-source=(http://pub.mate-desktop.org/releases/${_ver}/${_pkgbase}-${pkgver}.tar.xz;)
-sha1sums=('b3585b1f7e78f1dadcc97419cf60299291d52fab')
-install=${_pkgbase}.install
-
-prepare() {
-cd ${srcdir}/${_pkgbase}-${pkgver}
-sed -i 's/env python/env python2/' 
invest-applet/invest/{chart.py,invest-applet.py,mate-invest-chart}
-}
-
-build() {
-cd ${srcdir}/${_pkgbase}-${pkgver}
-PYTHON=/usr/bin/python2 ./configure \
---prefix=/usr \
---sysconfdir=/etc \
---libexecdir=/usr/lib/${_pkgbase} \
---enable-polkit \
---enable-ipv6 \
---with-gtk=3.0 \
---disable-static
-make
-}
-
-package() {
-cd ${srcdir}/${_pkgbase}-${pkgver}
-make DESTDIR=${pkgdir} install
-}

Copied: mate-applets-gtk3/repos/community-i686/PKGBUILD (from rev 136896, 
mate-applets-gtk3/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-07-14 16:18:59 UTC (rev 136897)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer : Martin Wimpress c...@flexion.org
+
+_ver=1.10
+_pkgbase=mate-applets
+pkgname=(${_pkgbase}-gtk3)
+pkgver=${_ver}.2
+pkgrel=1
+pkgdesc=Applets for MATE panel (GTK3 version [EXPERIMENTAL])
+arch=('i686' 'x86_64')
+url=http://mate-desktop.org;
+license=('GPL')
+depends=('gtksourceview3' 'libgtop' 'mate-icon-theme=1.10' 
'mate-panel-gtk3=1.10'
+ 'python2-dbus' 'python2-gobject' 'upower')
+makedepends=('docbook2x' 'docbook-xsl' 'mate-common' 'yelp-tools')
+optdepends=('fortune-mod: for displaying fortune cookies in the Wanda the Fish 
applet'
+'yelp: for reading MATE help documents')
+groups=('mate-extra-gtk3')
+conflicts=(${_pkgbase})
+source=(http://pub.mate-desktop.org/releases/${_ver}/${_pkgbase}-${pkgver}.tar.xz;)
+sha1sums=('8f0de41e98d9e4ffbd3664d2c47d3049dae95515')
+install=${_pkgbase}.install
+
+prepare() {
+cd ${srcdir}/${_pkgbase}-${pkgver}
+sed -i 's/env python/env python2/' 
invest-applet/invest/{chart.py,invest-applet.py,mate-invest-chart}
+}
+
+build() {
+cd ${srcdir}/${_pkgbase}-${pkgver}
+PYTHON=/usr/bin/python2 ./configure \
+--prefix=/usr \
+--sysconfdir=/etc \
+--libexecdir=/usr/lib/${_pkgbase} \
+--enable-polkit \
+--enable-ipv6 \
+--with-gtk=3.0 \
+--disable-static
+make
+}
+
+package() {
+cd ${srcdir}/${_pkgbase}-${pkgver}
+make DESTDIR=${pkgdir} install
+}

Deleted: community-i686/mate-applets.install
===
--- community-i686/mate-applets.install 2015-07-14 16:18:53 UTC (rev 136896)
+++ community-i686/mate-applets.install 2015-07-14 16:18:59 UTC (rev 136897)
@@ -1,13 +0,0 @@

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

2015-07-14 Thread Martin Wimpress
Date: Tuesday, July 14, 2015 @ 18:18:53
  Author: flexiondotorg
Revision: 136896

upgpkg: mate-applets-gtk3 1.10.2-1 - New upstream release

Modified:
  mate-applets-gtk3/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-07-14 16:18:12 UTC (rev 136895)
+++ PKGBUILD2015-07-14 16:18:53 UTC (rev 136896)
@@ -4,13 +4,14 @@
 _ver=1.10
 _pkgbase=mate-applets
 pkgname=(${_pkgbase}-gtk3)
-pkgver=${_ver}.1
+pkgver=${_ver}.2
 pkgrel=1
 pkgdesc=Applets for MATE panel (GTK3 version [EXPERIMENTAL])
 arch=('i686' 'x86_64')
 url=http://mate-desktop.org;
 license=('GPL')
-depends=('gtksourceview3' 'mate-panel-gtk3=1.10' 'python2-dbus' 
'python2-gobject' 'upower')
+depends=('gtksourceview3' 'libgtop' 'mate-icon-theme=1.10' 
'mate-panel-gtk3=1.10'
+ 'python2-dbus' 'python2-gobject' 'upower')
 makedepends=('docbook2x' 'docbook-xsl' 'mate-common' 'yelp-tools')
 optdepends=('fortune-mod: for displaying fortune cookies in the Wanda the Fish 
applet'
 'yelp: for reading MATE help documents')
@@ -17,7 +18,7 @@
 groups=('mate-extra-gtk3')
 conflicts=(${_pkgbase})
 
source=(http://pub.mate-desktop.org/releases/${_ver}/${_pkgbase}-${pkgver}.tar.xz;)
-sha1sums=('b3585b1f7e78f1dadcc97419cf60299291d52fab')
+sha1sums=('8f0de41e98d9e4ffbd3664d2c47d3049dae95515')
 install=${_pkgbase}.install
 
 prepare() {


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

2015-07-14 Thread Lukas Jirkovsky
Date: Tuesday, July 14, 2015 @ 18:18:12
  Author: stativ
Revision: 136895

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-07-14 16:18:06 UTC (rev 136894)
+++ community-i686/PKGBUILD 2015-07-14 16:18:12 UTC (rev 136895)
@@ -1,49 +0,0 @@
-# $Id$
-# Maintainer: Lukas Jirkovsky l.jirkov...@gmail.com
-pkgname=cdrtools
-pkgver=3.01a30
-pkgrel=1
-pkgdesc=Original cdrtools supporting CD, DVD and BluRay burning
-arch=('i686' 'x86_64')
-url=http://cdrecord.org/;
-license=('CDDL')
-depends=('acl' 'libcap')
-conflicts=('cdrkit')
-provides=('cdrkit')
-options=(!makeflags)
-backup=('etc/default/cdrecord' 'etc/default/rscsi')
-source=(http://downloads.sourceforge.net/cdrtools/cdrtools-$pkgver.tar.bz2)
-md5sums=('0f565403d381e87e8ba0d70940b2b8c9')
-
-build() {
-  cd $srcdir/cdrtools-${pkgver%%a*}
-  sed -i 's|/opt/schily|/usr|g' DEFAULTS/Defaults.linux
-  sed -i 's|DEFINSGRP=.*|DEFINSGRP=root|' DEFAULTS/Defaults.linux
-  # install rscsi to /usr/bin instead of /usr/sbin
-  sed -i 's|INSDIR=.*|INSDIR=bin|' rscsi/Makefile
-  
-  export GMAKE_NOWARN=true
-  make INS_BASE=/usr INS_RBASE=/
-}
-
-package() {
-  cd $srcdir/cdrtools-${pkgver%%a*}
-
-  export GMAKE_NOWARN=true
-  make INS_BASE=/usr INS_RBASE=/ DESTDIR=$pkgdir install
-  rm -rf $pkgdir/usr/include
-  rm -rf $pkgdir/usr/lib/{*.a,profiled}
-
-  # autoload 'sg' module needed by cdrecord
-  install -d -m755 $pkgdir/usr/lib/modules-load.d/
-  echo sg  $pkgdir/usr/lib/modules-load.d/cdrecord.conf
-
-  # create symlinks for cdrkit compatibility
-  cd $pkgdir/usr/bin
-  ln -s cdrecord wodim
-  ln -s readcd readom
-  ln -s mkisofs genisoimage
-  ln -s cdda2wav icedax
-}
-
-# vim:set ts=2 sw=2 et:

Copied: cdrtools/repos/community-i686/PKGBUILD (from rev 136894, 
cdrtools/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-07-14 16:18:12 UTC (rev 136895)
@@ -0,0 +1,53 @@
+# $Id$
+# Maintainer: Lukas Jirkovsky l.jirkov...@gmail.com
+pkgname=cdrtools
+pkgver=3.01a30
+pkgrel=2
+pkgdesc=Original cdrtools supporting CD, DVD and BluRay burning
+arch=('i686' 'x86_64')
+url=http://cdrecord.org/;
+license=('CDDL')
+depends=('acl' 'libcap')
+conflicts=('cdrkit')
+provides=('cdrkit')
+options=(!makeflags)
+backup=('etc/default/cdrecord' 'etc/default/rscsi')
+source=(http://downloads.sourceforge.net/cdrtools/cdrtools-$pkgver.tar.bz2)
+md5sums=('0f565403d381e87e8ba0d70940b2b8c9')
+
+build() {
+  cd $srcdir/cdrtools-${pkgver%%a*}
+  sed -i 's|/opt/schily|/usr|g' DEFAULTS/Defaults.linux
+  sed -i 's|DEFINSGRP=.*|DEFINSGRP=root|' DEFAULTS/Defaults.linux
+  # install rscsi to /usr/bin instead of /usr/sbin
+  sed -i 's|INSDIR=.*|INSDIR=bin|' rscsi/Makefile
+  
+  export GMAKE_NOWARN=true
+  make INS_BASE=/usr INS_RBASE=/
+}
+
+package() {
+  cd $srcdir/cdrtools-${pkgver%%a*}
+
+  export GMAKE_NOWARN=true
+  make INS_BASE=/usr INS_RBASE=/ DESTDIR=$pkgdir install
+
+  # remove unneeded files that may cause conflicts
+  rm -rf $pkgdir/usr/include
+  rm -rf $pkgdir/usr/lib/{*.a,profiled}
+  rm -rf $pkgdir/usr/share/man/man3
+  
+
+  # autoload 'sg' module needed by cdrecord
+  install -d -m755 $pkgdir/usr/lib/modules-load.d/
+  echo sg  $pkgdir/usr/lib/modules-load.d/cdrecord.conf
+
+  # create symlinks for cdrkit compatibility
+  cd $pkgdir/usr/bin
+  ln -s cdrecord wodim
+  ln -s readcd readom
+  ln -s mkisofs genisoimage
+  ln -s cdda2wav icedax
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-07-14 16:18:06 UTC (rev 136894)
+++ community-x86_64/PKGBUILD   2015-07-14 16:18:12 UTC (rev 136895)
@@ -1,49 +0,0 @@
-# $Id$
-# Maintainer: Lukas Jirkovsky l.jirkov...@gmail.com
-pkgname=cdrtools
-pkgver=3.01a30
-pkgrel=1
-pkgdesc=Original cdrtools supporting CD, DVD and BluRay burning
-arch=('i686' 'x86_64')
-url=http://cdrecord.org/;
-license=('CDDL')
-depends=('acl' 'libcap')
-conflicts=('cdrkit')
-provides=('cdrkit')
-options=(!makeflags)
-backup=('etc/default/cdrecord' 'etc/default/rscsi')
-source=(http://downloads.sourceforge.net/cdrtools/cdrtools-$pkgver.tar.bz2)
-md5sums=('0f565403d381e87e8ba0d70940b2b8c9')
-
-build() {
-  cd 

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

2015-07-14 Thread Lukas Jirkovsky
Date: Tuesday, July 14, 2015 @ 18:18:06
  Author: stativ
Revision: 136894

upgpkg: cdrtools 3.01a30-2

fix FS#45639

Modified:
  cdrtools/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-07-14 16:16:44 UTC (rev 136893)
+++ PKGBUILD2015-07-14 16:18:06 UTC (rev 136894)
@@ -2,7 +2,7 @@
 # Maintainer: Lukas Jirkovsky l.jirkov...@gmail.com
 pkgname=cdrtools
 pkgver=3.01a30
-pkgrel=1
+pkgrel=2
 pkgdesc=Original cdrtools supporting CD, DVD and BluRay burning
 arch=('i686' 'x86_64')
 url=http://cdrecord.org/;
@@ -31,8 +31,12 @@
 
   export GMAKE_NOWARN=true
   make INS_BASE=/usr INS_RBASE=/ DESTDIR=$pkgdir install
+
+  # remove unneeded files that may cause conflicts
   rm -rf $pkgdir/usr/include
   rm -rf $pkgdir/usr/lib/{*.a,profiled}
+  rm -rf $pkgdir/usr/share/man/man3
+  
 
   # autoload 'sg' module needed by cdrecord
   install -d -m755 $pkgdir/usr/lib/modules-load.d/


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

2015-07-14 Thread Martin Wimpress
Date: Tuesday, July 14, 2015 @ 18:23:24
  Author: flexiondotorg
Revision: 136901

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

Added:
  mate-power-manager-gtk3/repos/community-i686/PKGBUILD
(from rev 136900, mate-power-manager-gtk3/trunk/PKGBUILD)
  mate-power-manager-gtk3/repos/community-i686/mate-power-manager.install
(from rev 136900, mate-power-manager-gtk3/trunk/mate-power-manager.install)
  mate-power-manager-gtk3/repos/community-x86_64/PKGBUILD
(from rev 136900, mate-power-manager-gtk3/trunk/PKGBUILD)
  mate-power-manager-gtk3/repos/community-x86_64/mate-power-manager.install
(from rev 136900, mate-power-manager-gtk3/trunk/mate-power-manager.install)
Deleted:
  mate-power-manager-gtk3/repos/community-i686/PKGBUILD
  mate-power-manager-gtk3/repos/community-i686/mate-power-manager.install
  mate-power-manager-gtk3/repos/community-x86_64/PKGBUILD
  mate-power-manager-gtk3/repos/community-x86_64/mate-power-manager.install

-+
 /PKGBUILD   |   94 ++
 /mate-power-manager.install |   24 ++
 community-i686/PKGBUILD |   47 -
 community-i686/mate-power-manager.install   |   12 ---
 community-x86_64/PKGBUILD   |   47 -
 community-x86_64/mate-power-manager.install |   12 ---
 6 files changed, 118 insertions(+), 118 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-07-14 16:23:18 UTC (rev 136900)
+++ community-i686/PKGBUILD 2015-07-14 16:23:24 UTC (rev 136901)
@@ -1,47 +0,0 @@
-# Maintainer : Martin Wimpress c...@flexion.org
-
-_ver=1.10
-_pkgbase=mate-power-manager
-pkgname=(${_pkgbase}-gtk3)
-pkgver=${_ver}.0
-pkgrel=1
-pkgdesc=Power management tool for the MATE desktop (GTK3 version 
[EXPERIMENTAL])
-url=http://mate-desktop.org;
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('dbus-glib' 'dconf' 'gtk3' 'libcanberra' 'libgnome-keyring'
- 'libnotify' 'libunique3' 'mate-desktop-gtk3=1.10' 'upower')
-makedepends=('docbook2x' 'docbook-xml' 'mate-common' 'mate-panel-gtk3' 'xmlto' 
'yelp-tools')
-optdepends=('mate-panel-gtk3: Set brightness and inhibit power management from 
the panel'
-'yelp: for reading MATE help documents')
-source=(http://pub.mate-desktop.org/releases/${_ver}/${_pkgbase}-${pkgver}.tar.xz;)
-groups=('mate-extra-gtk3')
-conflicts=(${_pkgbase})
-sha1sums=('7540735374e5892c26a9c06f9c973742ef873e74')
-install=${_pkgbase}.install
-
-prepare() {
-cd ${srcdir}/${_pkgbase}-${pkgver}
-#Work around a problem where the .sgml fails to parse.
-sed -e 's:@HAVE_DOCBOOK2MAN_TRUE@.*::' -i man/Makefile.in
-}
-
-build() {
-cd ${srcdir}/${_pkgbase}-${pkgver}
-./configure \
---prefix=/usr \
---libexecdir=/usr/lib/${_pkgbase} \
---sysconfdir=/etc \
---localstatedir=/var \
---sbindir=/usr/bin \
---enable-applets \
---enable-unique \
---with-gtk=3.0 \
---disable-strict
-make
-}
-
-package() {
-cd ${srcdir}/${_pkgbase}-${pkgver}
-make DESTDIR=${pkgdir} install
-}

Copied: mate-power-manager-gtk3/repos/community-i686/PKGBUILD (from rev 136900, 
mate-power-manager-gtk3/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-07-14 16:23:24 UTC (rev 136901)
@@ -0,0 +1,47 @@
+# Maintainer : Martin Wimpress c...@flexion.org
+
+_ver=1.10
+_pkgbase=mate-power-manager
+pkgname=(${_pkgbase}-gtk3)
+pkgver=${_ver}.1
+pkgrel=1
+pkgdesc=Power management tool for the MATE desktop (GTK3 version 
[EXPERIMENTAL])
+url=http://mate-desktop.org;
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('dbus-glib' 'dconf' 'gtk3' 'libcanberra' 'libgnome-keyring'
+ 'libnotify' 'libunique3' 'mate-desktop-gtk3=1.10' 'upower')
+makedepends=('docbook2x' 'docbook-xml' 'mate-common' 'mate-panel-gtk3' 'xmlto' 
'yelp-tools')
+optdepends=('mate-panel-gtk3: Set brightness and inhibit power management from 
the panel'
+'yelp: for reading MATE help documents')
+source=(http://pub.mate-desktop.org/releases/${_ver}/${_pkgbase}-${pkgver}.tar.xz;)
+groups=('mate-extra-gtk3')
+conflicts=(${_pkgbase})
+sha1sums=('f94a387d2652a9447dfabb55076b215b687321cc')
+install=${_pkgbase}.install
+
+prepare() {
+cd ${srcdir}/${_pkgbase}-${pkgver}
+#Work around a problem where the .sgml fails to parse.
+sed -e 's:@HAVE_DOCBOOK2MAN_TRUE@.*::' -i man/Makefile.in
+}
+
+build() {
+cd ${srcdir}/${_pkgbase}-${pkgver}
+./configure \
+--prefix=/usr \
+--libexecdir=/usr/lib/${_pkgbase} \
+--sysconfdir=/etc \
+--localstatedir=/var \
+--sbindir=/usr/bin \
+--enable-applets \
+--enable-unique \
+--with-gtk=3.0 \
+

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

2015-07-14 Thread Martin Wimpress
Date: Tuesday, July 14, 2015 @ 18:23:18
  Author: flexiondotorg
Revision: 136900

upgpkg: mate-power-manager-gtk3 1.10.1-1 - New upstream release

Modified:
  mate-power-manager-gtk3/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-07-14 16:21:10 UTC (rev 136899)
+++ PKGBUILD2015-07-14 16:23:18 UTC (rev 136900)
@@ -3,7 +3,7 @@
 _ver=1.10
 _pkgbase=mate-power-manager
 pkgname=(${_pkgbase}-gtk3)
-pkgver=${_ver}.0
+pkgver=${_ver}.1
 pkgrel=1
 pkgdesc=Power management tool for the MATE desktop (GTK3 version 
[EXPERIMENTAL])
 url=http://mate-desktop.org;
@@ -17,7 +17,7 @@
 
source=(http://pub.mate-desktop.org/releases/${_ver}/${_pkgbase}-${pkgver}.tar.xz;)
 groups=('mate-extra-gtk3')
 conflicts=(${_pkgbase})
-sha1sums=('7540735374e5892c26a9c06f9c973742ef873e74')
+sha1sums=('f94a387d2652a9447dfabb55076b215b687321cc')
 install=${_pkgbase}.install
 
 prepare() {


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

2015-07-14 Thread Sven-Hendrik Haase
Date: Tuesday, July 14, 2015 @ 18:06:04
  Author: svenstaro
Revision: 242207

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

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

-+
 /PKGBUILD   |  108 ++
 /speech-dispatcher.install  |   44 
 /speech-dispatcherd.service |   20 +
 extra-i686/PKGBUILD |   52 --
 extra-i686/speech-dispatcher.install|   22 --
 extra-i686/speech-dispatcherd.service   |   10 --
 extra-x86_64/PKGBUILD   |   52 --
 extra-x86_64/speech-dispatcher.install  |   22 --
 extra-x86_64/speech-dispatcherd.service |   10 --
 9 files changed, 172 insertions(+), 168 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-07-14 16:05:57 UTC (rev 242206)
+++ extra-i686/PKGBUILD 2015-07-14 16:06:04 UTC (rev 242207)
@@ -1,52 +0,0 @@
-# $Id$
-# Maintainer:
-
-pkgname=speech-dispatcher
-pkgver=0.8.3
-pkgrel=1
-arch=('i686' 'x86_64')
-pkgdesc=High-level device independent layer for speech synthesis interface
-url=http://www.freebsoft.org/speechd;
-license=('GPL2' 'FDL')
-depends=('libltdl' 'python-xdg' 'dotconf' 'libpulse')
-makedepends=('intltool' 'espeak')
-optdepends=('festival: Speech output using Festival'
-'espeak: Speech output using ESpeak'
-'pulseaudio: PulseAudio support')
-backup=(etc/speech-dispatcher/clients/emacs.conf
-   etc/speech-dispatcher/modules/ibmtts.conf
-   etc/speech-dispatcher/modules/espeak-generic.conf
-   etc/speech-dispatcher/modules/espeak.conf
-   etc/speech-dispatcher/modules/swift-generic.conf
-   etc/speech-dispatcher/modules/festival.conf
-   etc/speech-dispatcher/modules/cicero.conf
-   etc/speech-dispatcher/modules/espeak-mbrola-generic.conf
-   etc/speech-dispatcher/modules/dtk-generic.conf
-   etc/speech-dispatcher/modules/llia_phon-generic.conf
-   etc/speech-dispatcher/modules/ivona.conf
-   etc/speech-dispatcher/modules/epos-generic.conf
-   etc/speech-dispatcher/modules/flite.conf
-etc/speech-dispatcher/modules/pico-generic.conf
-   etc/speech-dispatcher/speechd.conf)
-install=${pkgname}.install
-source=(http://www.freebsoft.org/pub/projects/speechd/$pkgname-$pkgver.tar.gz;
-'speech-dispatcherd.service')
-md5sums=('d17b041fa3c87cb1b73ac6e95b80d276'
- 'd26f52e2e95a30eaa83560f0e63faca5')
-
-build() {
-  cd ${pkgname}-${pkgver}
-  
-  ./configure --prefix=/usr \
---sysconfdir=/etc \
---without-flite
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-
-  install -Dm644 ${srcdir}/speech-dispatcherd.service 
${pkgdir}/usr/lib/systemd/system/speech-dispatcherd.service
-  install -d ${pkgdir}/var/log/speech-dispatcher
-}

Copied: speech-dispatcher/repos/extra-i686/PKGBUILD (from rev 242206, 
speech-dispatcher/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-07-14 16:06:04 UTC (rev 242207)
@@ -0,0 +1,54 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
+
+pkgname=speech-dispatcher
+pkgver=0.8.3
+pkgrel=2
+arch=('i686' 'x86_64')
+pkgdesc=High-level device independent layer for speech synthesis interface
+url=http://www.freebsoft.org/speechd;
+license=('GPL2' 'FDL')
+depends=('libltdl' 'python-xdg' 'dotconf' 'libpulse')
+makedepends=('intltool' 'espeak')
+optdepends=('festival: Speech output using Festival'
+'espeak: Speech output using ESpeak'
+'pulseaudio: PulseAudio support')
+backup=(etc/speech-dispatcher/clients/emacs.conf
+   etc/speech-dispatcher/modules/ibmtts.conf
+   

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

2015-07-14 Thread Sven-Hendrik Haase
Date: Tuesday, July 14, 2015 @ 18:05:57
  Author: svenstaro
Revision: 242206

upgpkg: speech-dispatcher 0.8.3-2

Fix pc path

Modified:
  speech-dispatcher/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-07-14 15:19:28 UTC (rev 242205)
+++ PKGBUILD2015-07-14 16:05:57 UTC (rev 242206)
@@ -1,9 +1,9 @@
 # $Id$
-# Maintainer:
+# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
 
 pkgname=speech-dispatcher
 pkgver=0.8.3
-pkgrel=1
+pkgrel=2
 arch=('i686' 'x86_64')
 pkgdesc=High-level device independent layer for speech synthesis interface
 url=http://www.freebsoft.org/speechd;
@@ -11,8 +11,8 @@
 depends=('libltdl' 'python-xdg' 'dotconf' 'libpulse')
 makedepends=('intltool' 'espeak')
 optdepends=('festival: Speech output using Festival'
-'espeak: Speech output using ESpeak'
-'pulseaudio: PulseAudio support')
+'espeak: Speech output using ESpeak'
+'pulseaudio: PulseAudio support')
 backup=(etc/speech-dispatcher/clients/emacs.conf
etc/speech-dispatcher/modules/ibmtts.conf
etc/speech-dispatcher/modules/espeak-generic.conf
@@ -25,9 +25,9 @@
etc/speech-dispatcher/modules/llia_phon-generic.conf
etc/speech-dispatcher/modules/ivona.conf
etc/speech-dispatcher/modules/epos-generic.conf
-   etc/speech-dispatcher/modules/flite.conf
-etc/speech-dispatcher/modules/pico-generic.conf
-   etc/speech-dispatcher/speechd.conf)
+etc/speech-dispatcher/modules/flite.conf
+etc/speech-dispatcher/modules/pico-generic.conf
+etc/speech-dispatcher/speechd.conf)
 install=${pkgname}.install
 source=(http://www.freebsoft.org/pub/projects/speechd/$pkgname-$pkgver.tar.gz;
 'speech-dispatcherd.service')
@@ -49,4 +49,6 @@
 
   install -Dm644 ${srcdir}/speech-dispatcherd.service 
${pkgdir}/usr/lib/systemd/system/speech-dispatcherd.service
   install -d ${pkgdir}/var/log/speech-dispatcher
+
+  sed -i 's|includedir=.*|include=${prefix}/include/speech-dispatcher|g' 
${pkgdir}/usr/lib/pkgconfig/speech-dispatcher.pc
 }


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

2015-07-14 Thread Martin Wimpress
Date: Tuesday, July 14, 2015 @ 18:16:44
  Author: flexiondotorg
Revision: 136893

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

Added:
  mate-applets/repos/community-i686/PKGBUILD
(from rev 136892, mate-applets/trunk/PKGBUILD)
  mate-applets/repos/community-i686/mate-applets.install
(from rev 136892, mate-applets/trunk/mate-applets.install)
  mate-applets/repos/community-x86_64/PKGBUILD
(from rev 136892, mate-applets/trunk/PKGBUILD)
  mate-applets/repos/community-x86_64/mate-applets.install
(from rev 136892, mate-applets/trunk/mate-applets.install)
Deleted:
  mate-applets/repos/community-i686/PKGBUILD
  mate-applets/repos/community-i686/mate-applets.install
  mate-applets/repos/community-x86_64/PKGBUILD
  mate-applets/repos/community-x86_64/mate-applets.install

---+
 /PKGBUILD |   88 
 /mate-applets.install |   26 +
 community-i686/PKGBUILD   |   43 ---
 community-i686/mate-applets.install   |   13 
 community-x86_64/PKGBUILD |   43 ---
 community-x86_64/mate-applets.install |   13 
 6 files changed, 114 insertions(+), 112 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-07-14 16:16:31 UTC (rev 136892)
+++ community-i686/PKGBUILD 2015-07-14 16:16:44 UTC (rev 136893)
@@ -1,43 +0,0 @@
-# Maintainer : Martin Wimpress c...@flexion.org
-
-_ver=1.10
-_pkgbase=mate-applets
-pkgname=(${_pkgbase})
-pkgver=${_ver}.1
-pkgrel=1
-pkgdesc=Applets for MATE panel (GTK2 version)
-arch=('i686' 'x86_64')
-url=http://mate-desktop.org;
-license=('GPL')
-depends=('gtksourceview2' 'mate-panel=1.10' 'python2-dbus' 'python2-gobject' 
'upower')
-makedepends=('docbook2x' 'docbook-xsl' 'mate-common' 'yelp-tools')
-optdepends=('fortune-mod: for displaying fortune cookies in the Wanda the Fish 
applet'
-'yelp: for reading MATE help documents')
-groups=('mate-extra')
-conflicts=(${_pkgbase}-gtk3)
-source=(http://pub.mate-desktop.org/releases/${_ver}/${_pkgbase}-${pkgver}.tar.xz;)
-sha1sums=('b3585b1f7e78f1dadcc97419cf60299291d52fab')
-install=${_pkgbase}.install
-
-prepare() {
-cd ${srcdir}/${_pkgbase}-${pkgver}
-sed -i 's/env python/env python2/' 
invest-applet/invest/{chart.py,invest-applet.py,mate-invest-chart}
-}
-
-build() {
-cd ${srcdir}/${_pkgbase}-${pkgver}
-PYTHON=/usr/bin/python2 ./configure \
---prefix=/usr \
---sysconfdir=/etc \
---libexecdir=/usr/lib/${_pkgbase} \
---enable-polkit \
---enable-ipv6 \
---with-gtk=2.0 \
---disable-static
-make
-}
-
-package() {
-cd ${srcdir}/${_pkgbase}-${pkgver}
-make DESTDIR=${pkgdir} install
-}

Copied: mate-applets/repos/community-i686/PKGBUILD (from rev 136892, 
mate-applets/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-07-14 16:16:44 UTC (rev 136893)
@@ -0,0 +1,44 @@
+# Maintainer : Martin Wimpress c...@flexion.org
+
+_ver=1.10
+_pkgbase=mate-applets
+pkgname=(${_pkgbase})
+pkgver=${_ver}.2
+pkgrel=1
+pkgdesc=Applets for MATE panel (GTK2 version)
+arch=('i686' 'x86_64')
+url=http://mate-desktop.org;
+license=('GPL')
+depends=('gtksourceview2' 'libgtop' 'mate-icon-theme=1.10' 'mate-panel=1.10'
+ 'polkit' 'python2-dbus' 'python2-gobject' 'upower')
+makedepends=('docbook2x' 'docbook-xsl' 'mate-common' 'yelp-tools')
+optdepends=('fortune-mod: for displaying fortune cookies in the Wanda the Fish 
applet'
+'yelp: for reading MATE help documents')
+groups=('mate-extra')
+conflicts=(${_pkgbase}-gtk3)
+source=(http://pub.mate-desktop.org/releases/${_ver}/${_pkgbase}-${pkgver}.tar.xz;)
+sha1sums=('8f0de41e98d9e4ffbd3664d2c47d3049dae95515')
+install=${_pkgbase}.install
+
+prepare() {
+cd ${srcdir}/${_pkgbase}-${pkgver}
+sed -i 's/env python/env python2/' 
invest-applet/invest/{chart.py,invest-applet.py,mate-invest-chart}
+}
+
+build() {
+cd ${srcdir}/${_pkgbase}-${pkgver}
+PYTHON=/usr/bin/python2 ./configure \
+--prefix=/usr \
+--sysconfdir=/etc \
+--libexecdir=/usr/lib/${_pkgbase} \
+--enable-polkit \
+--enable-ipv6 \
+--with-gtk=2.0 \
+--disable-static
+make
+}
+
+package() {
+cd ${srcdir}/${_pkgbase}-${pkgver}
+make DESTDIR=${pkgdir} install
+}

Deleted: community-i686/mate-applets.install
===
--- community-i686/mate-applets.install 2015-07-14 16:16:31 UTC (rev 136892)
+++ community-i686/mate-applets.install 2015-07-14 16:16:44 UTC (rev 136893)
@@ -1,13 +0,0 @@
-post_install() {
-glib-compile-schemas /usr/share/glib-2.0/schemas/
-gtk-update-icon-cache -q -t -f 

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

2015-07-14 Thread Martin Wimpress
Date: Tuesday, July 14, 2015 @ 18:16:31
  Author: flexiondotorg
Revision: 136892

upgpkg: mate-applets 1.10.2-1 - New upstream release

Modified:
  mate-applets/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-07-14 15:59:13 UTC (rev 136891)
+++ PKGBUILD2015-07-14 16:16:31 UTC (rev 136892)
@@ -3,13 +3,14 @@
 _ver=1.10
 _pkgbase=mate-applets
 pkgname=(${_pkgbase})
-pkgver=${_ver}.1
+pkgver=${_ver}.2
 pkgrel=1
 pkgdesc=Applets for MATE panel (GTK2 version)
 arch=('i686' 'x86_64')
 url=http://mate-desktop.org;
 license=('GPL')
-depends=('gtksourceview2' 'mate-panel=1.10' 'python2-dbus' 'python2-gobject' 
'upower')
+depends=('gtksourceview2' 'libgtop' 'mate-icon-theme=1.10' 'mate-panel=1.10'
+ 'polkit' 'python2-dbus' 'python2-gobject' 'upower')
 makedepends=('docbook2x' 'docbook-xsl' 'mate-common' 'yelp-tools')
 optdepends=('fortune-mod: for displaying fortune cookies in the Wanda the Fish 
applet'
 'yelp: for reading MATE help documents')
@@ -16,7 +17,7 @@
 groups=('mate-extra')
 conflicts=(${_pkgbase}-gtk3)
 
source=(http://pub.mate-desktop.org/releases/${_ver}/${_pkgbase}-${pkgver}.tar.xz;)
-sha1sums=('b3585b1f7e78f1dadcc97419cf60299291d52fab')
+sha1sums=('8f0de41e98d9e4ffbd3664d2c47d3049dae95515')
 install=${_pkgbase}.install
 
 prepare() {


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

2015-07-14 Thread Martin Wimpress
Date: Tuesday, July 14, 2015 @ 18:21:10
  Author: flexiondotorg
Revision: 136899

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

Added:
  mate-power-manager/repos/community-i686/PKGBUILD
(from rev 136898, mate-power-manager/trunk/PKGBUILD)
  mate-power-manager/repos/community-i686/mate-power-manager.install
(from rev 136898, mate-power-manager/trunk/mate-power-manager.install)
  mate-power-manager/repos/community-x86_64/PKGBUILD
(from rev 136898, mate-power-manager/trunk/PKGBUILD)
  mate-power-manager/repos/community-x86_64/mate-power-manager.install
(from rev 136898, mate-power-manager/trunk/mate-power-manager.install)
Deleted:
  mate-power-manager/repos/community-i686/PKGBUILD
  mate-power-manager/repos/community-i686/mate-power-manager.install
  mate-power-manager/repos/community-x86_64/PKGBUILD
  mate-power-manager/repos/community-x86_64/mate-power-manager.install

-+
 /PKGBUILD   |   94 ++
 /mate-power-manager.install |   24 ++
 community-i686/PKGBUILD |   47 -
 community-i686/mate-power-manager.install   |   12 ---
 community-x86_64/PKGBUILD   |   47 -
 community-x86_64/mate-power-manager.install |   12 ---
 6 files changed, 118 insertions(+), 118 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-07-14 16:21:03 UTC (rev 136898)
+++ community-i686/PKGBUILD 2015-07-14 16:21:10 UTC (rev 136899)
@@ -1,47 +0,0 @@
-# Maintainer : Martin Wimpress c...@flexion.org
-
-_ver=1.10
-_pkgbase=mate-power-manager
-pkgname=(${_pkgbase})
-pkgver=${_ver}.0
-pkgrel=1
-pkgdesc=Power management tool for the MATE desktop (GTK2 version)
-url=http://mate-desktop.org;
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('dbus-glib' 'dconf' 'gtk2' 'libcanberra' 'libgnome-keyring'
- 'libnotify' 'libunique' 'mate-desktop=1.10' 'upower')
-makedepends=('docbook2x' 'docbook-xml' 'mate-common' 'mate-panel' 'xmlto' 
'yelp-tools')
-optdepends=('mate-panel: Set brightness and inhibit power management from the 
panel'
-'yelp: for reading MATE help documents')
-source=(http://pub.mate-desktop.org/releases/${_ver}/${_pkgbase}-${pkgver}.tar.xz;)
-groups=('mate-extra')
-conflicts=(${_pkgbase}-gtk3)
-sha1sums=('7540735374e5892c26a9c06f9c973742ef873e74')
-install=${_pkgbase}.install
-
-prepare() {
-cd ${srcdir}/${_pkgbase}-${pkgver}
-#Work around a problem where the .sgml fails to parse.
-sed -e 's:@HAVE_DOCBOOK2MAN_TRUE@.*::' -i man/Makefile.in
-}
-
-build() {
-cd ${srcdir}/${_pkgbase}-${pkgver}
-./configure \
---prefix=/usr \
---libexecdir=/usr/lib/${_pkgbase} \
---sysconfdir=/etc \
---localstatedir=/var \
---sbindir=/usr/bin \
---enable-applets \
---enable-unique \
---with-gtk=2.0 \
---disable-strict
-make
-}
-
-package() {
-cd ${srcdir}/${_pkgbase}-${pkgver}
-make DESTDIR=${pkgdir} install
-}

Copied: mate-power-manager/repos/community-i686/PKGBUILD (from rev 136898, 
mate-power-manager/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-07-14 16:21:10 UTC (rev 136899)
@@ -0,0 +1,47 @@
+# Maintainer : Martin Wimpress c...@flexion.org
+
+_ver=1.10
+_pkgbase=mate-power-manager
+pkgname=(${_pkgbase})
+pkgver=${_ver}.1
+pkgrel=1
+pkgdesc=Power management tool for the MATE desktop (GTK2 version)
+url=http://mate-desktop.org;
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('dbus-glib' 'dconf' 'gtk2' 'libcanberra' 'libgnome-keyring'
+ 'libnotify' 'libunique' 'mate-desktop=1.10' 'upower')
+makedepends=('docbook2x' 'docbook-xml' 'mate-common' 'mate-panel' 'xmlto' 
'yelp-tools')
+optdepends=('mate-panel: Set brightness and inhibit power management from the 
panel'
+'yelp: for reading MATE help documents')
+source=(http://pub.mate-desktop.org/releases/${_ver}/${_pkgbase}-${pkgver}.tar.xz;)
+groups=('mate-extra')
+conflicts=(${_pkgbase}-gtk3)
+sha1sums=('f94a387d2652a9447dfabb55076b215b687321cc')
+install=${_pkgbase}.install
+
+prepare() {
+cd ${srcdir}/${_pkgbase}-${pkgver}
+#Work around a problem where the .sgml fails to parse.
+sed -e 's:@HAVE_DOCBOOK2MAN_TRUE@.*::' -i man/Makefile.in
+}
+
+build() {
+cd ${srcdir}/${_pkgbase}-${pkgver}
+./configure \
+--prefix=/usr \
+--libexecdir=/usr/lib/${_pkgbase} \
+--sysconfdir=/etc \
+--localstatedir=/var \
+--sbindir=/usr/bin \
+--enable-applets \
+--enable-unique \
+--with-gtk=2.0 \
+--disable-strict
+make
+}
+
+package() {
+cd ${srcdir}/${_pkgbase}-${pkgver}
+make DESTDIR=${pkgdir} install
+}

Deleted: 

  1   2   >