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

2014-01-16 Thread Felix Yan
Date: Friday, January 17, 2014 @ 08:11:10
  Author: fyan
Revision: 104289

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

Added:
  ibus-chewing/repos/community-testing-i686/PKGBUILD
(from rev 104288, ibus-chewing/trunk/PKGBUILD)
  ibus-chewing/repos/community-testing-i686/ibus-chewing.install
(from rev 104288, ibus-chewing/trunk/ibus-chewing.install)
  ibus-chewing/repos/community-testing-x86_64/PKGBUILD
(from rev 104288, ibus-chewing/trunk/PKGBUILD)
  ibus-chewing/repos/community-testing-x86_64/ibus-chewing.install
(from rev 104288, ibus-chewing/trunk/ibus-chewing.install)
Deleted:
  ibus-chewing/repos/community-testing-i686/PKGBUILD
  ibus-chewing/repos/community-testing-i686/ibus-chewing.install
  ibus-chewing/repos/community-testing-x86_64/PKGBUILD
  ibus-chewing/repos/community-testing-x86_64/ibus-chewing.install

---+
 /PKGBUILD |   76 
 /ibus-chewing.install |   34 ++
 community-testing-i686/PKGBUILD   |   37 ---
 community-testing-i686/ibus-chewing.install   |   17 -
 community-testing-x86_64/PKGBUILD |   37 ---
 community-testing-x86_64/ibus-chewing.install |   17 -
 6 files changed, 110 insertions(+), 108 deletions(-)

Deleted: community-testing-i686/PKGBUILD
===
--- community-testing-i686/PKGBUILD 2014-01-17 07:09:52 UTC (rev 104288)
+++ community-testing-i686/PKGBUILD 2014-01-17 07:11:10 UTC (rev 104289)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Thomas Dziedzic < gostrc at gmail >
-# Contributor: Rainy 
-# Contributor: Lee.MaRS 
-# Contributor: Hiroshi Yui 
-
-pkgname=ibus-chewing
-pkgver=1.4.6
-pkgrel=1
-pkgdesc='Chinese Chewing Engine for IBus Framework'
-arch=('i686' 'x86_64')
-license=('GPL')
-url='http://ibus.googlecode.com'
-depends=('ibus' 'libchewing' 'libxtst' 'gconf')
-makedepends=('swig' 'cmake' 'gob2')
-install=ibus-chewing.install
-source=("http://ibus.googlecode.com/files/${pkgname}-${pkgver}-Source.tar.gz";)
-
-build() {
-  cd ${pkgname}-${pkgver}-Source
-  cmake . -DCMAKE_INSTALL_PREFIX=/usr \
--DSYSCONF_INSTALL_DIR=/usr/share \
--DLIBEXEC_DIR=/usr/lib/ibus
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}-Source
-  make DESTDIR="${pkgdir}" install
-
-  mkdir -p "$pkgdir/usr/share/gconf/schemas"
-  mv "$pkgdir/etc/gconf/schemas/${pkgname}.schemas" 
"$pkgdir/usr/share/gconf/schemas/"
-  rm -r "$pkgdir/etc"
-}
-
-sha512sums=('b9fbbec96315f0d4f093d2f481efa8839da2ac64752d807c79259d2ff646fb212c060bf80736551b9646a4a8dc1620d5e75804f33d01e0eb88661a06131157e4')

Copied: ibus-chewing/repos/community-testing-i686/PKGBUILD (from rev 104288, 
ibus-chewing/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2014-01-17 07:11:10 UTC (rev 104289)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Thomas Dziedzic < gostrc at gmail >
+# Contributor: Rainy 
+# Contributor: Lee.MaRS 
+# Contributor: Hiroshi Yui 
+
+pkgname=ibus-chewing
+pkgver=1.4.7
+pkgrel=1
+pkgdesc='Chinese Chewing Engine for IBus Framework'
+arch=('i686' 'x86_64')
+license=('GPL')
+url='http://ibus.googlecode.com'
+depends=('ibus' 'libchewing' 'libxtst' 'gconf')
+makedepends=('swig' 'cmake' 'gob2')
+install=ibus-chewing.install
+source=("http://ibus.googlecode.com/files/${pkgname}-${pkgver}-Source.tar.gz";)
+
+build() {
+  cd ${pkgname}-${pkgver}-Source
+  cmake . -DCMAKE_INSTALL_PREFIX=/usr \
+-DSYSCONF_INSTALL_DIR=/usr/share \
+-DLIBEXEC_DIR=/usr/lib/ibus
+  make
+  make translations
+}
+
+package() {
+  cd ${pkgname}-${pkgver}-Source
+  make DESTDIR="${pkgdir}" install
+
+  mkdir -p "$pkgdir/usr/share/gconf/schemas"
+  mv "$pkgdir/etc/gconf/schemas/${pkgname}.schemas" 
"$pkgdir/usr/share/gconf/schemas/"
+  rm -r "$pkgdir/etc"
+}
+
+sha512sums=('70e9c4950ac846c2f0087200d3b42f845ef8f911962d3f6bf37a3a0054606fa0fc061daa5dac390d022dbd29801fbcae596d2c5126270eb6e9843a9e0af4486e')

Deleted: community-testing-i686/ibus-chewing.install
===
--- community-testing-i686/ibus-chewing.install 2014-01-17 07:09:52 UTC (rev 
104288)
+++ community-testing-i686/ibus-chewing.install 2014-01-17 07:11:10 UTC (rev 
104289)
@@ -1,17 +0,0 @@
-pkgname=ibus-chewing
-
-post_install() {
-  usr/sbin/gconfpkg --install ${pkgname}
-}
-
-pre_upgrade() {
-  pre_remove $1
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-pre_remove() {
-  usr/sbin/gconfpkg --uninstall ${pkgname}
-}

Copied: ibus-chewing/repos/community-testing-i686/ibus-chewing.install (from 
rev 104288, ibus-chewing/trunk/ibus-chewing.install)
===
--- community-testing-i

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

2014-01-16 Thread Felix Yan
Date: Friday, January 17, 2014 @ 08:09:52
  Author: fyan
Revision: 104288

upgpkg: ibus-chewing 1.4.7-1

- upstream new release

Modified:
  ibus-chewing/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-01-17 07:04:44 UTC (rev 104287)
+++ PKGBUILD2014-01-17 07:09:52 UTC (rev 104288)
@@ -6,7 +6,7 @@
 # Contributor: Hiroshi Yui 
 
 pkgname=ibus-chewing
-pkgver=1.4.6
+pkgver=1.4.7
 pkgrel=1
 pkgdesc='Chinese Chewing Engine for IBus Framework'
 arch=('i686' 'x86_64')
@@ -23,6 +23,7 @@
 -DSYSCONF_INSTALL_DIR=/usr/share \
 -DLIBEXEC_DIR=/usr/lib/ibus
   make
+  make translations
 }
 
 package() {
@@ -34,4 +35,4 @@
   rm -r "$pkgdir/etc"
 }
 
-sha512sums=('b9fbbec96315f0d4f093d2f481efa8839da2ac64752d807c79259d2ff646fb212c060bf80736551b9646a4a8dc1620d5e75804f33d01e0eb88661a06131157e4')
+sha512sums=('70e9c4950ac846c2f0087200d3b42f845ef8f911962d3f6bf37a3a0054606fa0fc061daa5dac390d022dbd29801fbcae596d2c5126270eb6e9843a9e0af4486e')



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

2014-01-16 Thread Felix Yan
Date: Friday, January 17, 2014 @ 08:04:44
  Author: fyan
Revision: 104287

archrelease: copy trunk to community-testing-any

Added:
  pastebinit/repos/community-testing-any/
  pastebinit/repos/community-testing-any/PKGBUILD
(from rev 104286, pastebinit/trunk/PKGBUILD)

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

Copied: pastebinit/repos/community-testing-any/PKGBUILD (from rev 104286, 
pastebinit/trunk/PKGBUILD)
===
--- community-testing-any/PKGBUILD  (rev 0)
+++ community-testing-any/PKGBUILD  2014-01-17 07:04:44 UTC (rev 104287)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Francois Boulogne 
+
+pkgname=pastebinit
+pkgver=1.4
+pkgrel=1
+pkgdesc="Send anything you want directly to a pastebin from the command line"
+arch=('any')
+url="http://launchpad.net/pastebinit";
+license=("GPL")
+depends=("python")
+makedepends=("asciidoc")
+source=("http://launchpad.net/pastebinit/trunk/${pkgver}/+download/${pkgname}-${pkgver}.tar.gz";)
 
+
+package() {
+  cd ${pkgname}-${pkgver}
+  install -d "$pkgdir"/usr/{bin,share/man/man1,share/locale}
+  install -m 755 pastebinit "$pkgdir"/usr/bin
+
+  cp -a pastebin.d "$pkgdir"/usr/share
+  a2x -f manpage pastebinit.xml
+  install -m 644 pastebinit.1 "$pkgdir"/usr/share/man/man1
+
+  cd po
+  make
+  cp -a mo/* "$pkgdir"/usr/share/locale
+}
+
+sha512sums=('79c8953cc960482b6a8b9f1d2deb73d113181ba525f2835a2b38ae36a87e8648af2d229bb382703035a8b07e2dd7aae46fed9f6e3368e2546c3e4ba5bff88d66')



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

2014-01-16 Thread Felix Yan
Date: Friday, January 17, 2014 @ 08:04:02
  Author: fyan
Revision: 104286

upgpkg: pastebinit 1.4-1

- upstream new release

Modified:
  pastebinit/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-01-17 05:32:17 UTC (rev 104285)
+++ PKGBUILD2014-01-17 07:04:02 UTC (rev 104286)
@@ -3,23 +3,19 @@
 # Contributor: Francois Boulogne 
 
 pkgname=pastebinit
-pkgver=1.3.1
-pkgrel=3
+pkgver=1.4
+pkgrel=1
 pkgdesc="Send anything you want directly to a pastebin from the command line"
 arch=('any')
 url="http://launchpad.net/pastebinit";
 license=("GPL")
-depends=("python2" "python2-configobj")
+depends=("python")
 makedepends=("asciidoc")
 
source=("http://launchpad.net/pastebinit/trunk/${pkgver}/+download/${pkgname}-${pkgver}.tar.gz";)
 
-md5sums=('ebe0f8f118519d3505eabe0f48a10ad5')
 
 package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
+  cd ${pkgname}-${pkgver}
   install -d "$pkgdir"/usr/{bin,share/man/man1,share/locale}
-
-  #python 2
-  sed -i -e "s|#!/usr/bin/env python$|#!/usr/bin/env python2|" pastebinit
   install -m 755 pastebinit "$pkgdir"/usr/bin
 
   cp -a pastebin.d "$pkgdir"/usr/share
@@ -30,3 +26,5 @@
   make
   cp -a mo/* "$pkgdir"/usr/share/locale
 }
+
+sha512sums=('79c8953cc960482b6a8b9f1d2deb73d113181ba525f2835a2b38ae36a87e8648af2d229bb382703035a8b07e2dd7aae46fed9f6e3368e2546c3e4ba5bff88d66')



[arch-commits] Commit in pylint/repos (testing-any testing-any/PKGBUILD)

2014-01-16 Thread Ángel Velásquez
Date: Friday, January 17, 2014 @ 00:52:14
  Author: angvp
Revision: 204304

archrelease: copy trunk to testing-any

Added:
  pylint/repos/testing-any/
  pylint/repos/testing-any/PKGBUILD
(from rev 204303, pylint/trunk/PKGBUILD)

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

Copied: pylint/repos/testing-any/PKGBUILD (from rev 204303, 
pylint/trunk/PKGBUILD)
===
--- testing-any/PKGBUILD(rev 0)
+++ testing-any/PKGBUILD2014-01-16 23:52:14 UTC (rev 204304)
@@ -0,0 +1,59 @@
+# $Id$
+# Maintainer: Angel Velasquez   
+# Contributor: Stéphane Gaudreault 
+# Contributor: Alexander Fehr 
+
+pkgbase=pylint
+pkgname=('python2-pylint' 'python-pylint')
+pkgver=1.1.0
+pkgrel=1
+pkgdesc="Analyzes Python code looking for bugs and signs of poor quality"
+arch=('any')
+url="http://pylint.org";
+license=('GPL')
+makedepends=('python2-astroid' 'python-astroid') 
+optdepends=('tk: Pylint GUI')
+source=(http://pypi.python.org/packages/source/p/${pkgbase}/${pkgbase}-${pkgver}.tar.gz)
+sha1sums=('b33594a2c627d72007bfa8c6d7619af699e26085')
+
+build() {
+  cd "${srcdir}"
+  cp -a ${pkgbase}-${pkgver}{,-py3}
+
+  cd ${pkgbase}-${pkgver}
+
+  sed -i "s|/usr/bin/env python|/usr/bin/env python2|" epylint.py
+  python2 setup.py build
+
+  cd ../${pkgbase}-${pkgver}-py3
+
+  sed -i "s|/usr/bin/env python|/usr/bin/env python3|" epylint.py
+  python3 setup.py build
+}
+
+package_python2-pylint() {
+  depends=('python2-astroid' 'python2-setuptools')
+
+  cd "${srcdir}"/${pkgbase}-${pkgver}
+
+  python2 setup.py install --prefix=/usr --root="${pkgdir}" --skip-build 
--optimize=1
+
+  install -d "${pkgdir}"/usr/share/man/man1
+  install -m644 man/* "${pkgdir}/usr/share/man/man1"
+
+  for i in epylint pylint pylint-gui pyreverse symilar; do
+ mv "${pkgdir}"/usr/bin/${i}{,2}
+ mv "${pkgdir}"/usr/share/man/man1/${i}{,2}.1
+  done
+}
+
+package_python-pylint() {
+  depends=('python-astroid' 'python-setuptools')
+
+  cd "${srcdir}"/${pkgbase}-${pkgver}-py3
+
+  python3 setup.py install --prefix=/usr --root="${pkgdir}" --skip-build 
--optimize=1
+
+  install -d "${pkgdir}/usr/share/man/man1"
+  install -m644 man/* "${pkgdir}/usr/share/man/man1"
+}



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

2014-01-16 Thread Ángel Velásquez
Date: Friday, January 17, 2014 @ 00:51:15
  Author: angvp
Revision: 204303

upgpkg: pylint 1.1.0-1

Version bump to 1.1.0

Modified:
  pylint/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-01-16 23:41:00 UTC (rev 204302)
+++ PKGBUILD2014-01-16 23:51:15 UTC (rev 204303)
@@ -5,16 +5,16 @@
 
 pkgbase=pylint
 pkgname=('python2-pylint' 'python-pylint')
-pkgver=1.0.0
-pkgrel=3
+pkgver=1.1.0
+pkgrel=1
 pkgdesc="Analyzes Python code looking for bugs and signs of poor quality"
 arch=('any')
-url="http://www.logilab.org/project/pylint";
+url="http://pylint.org";
 license=('GPL')
 makedepends=('python2-astroid' 'python-astroid') 
 optdepends=('tk: Pylint GUI')
 
source=(http://pypi.python.org/packages/source/p/${pkgbase}/${pkgbase}-${pkgver}.tar.gz)
-sha1sums=('307636004ff1c8d70982052b74d5e7b126d69167')
+sha1sums=('b33594a2c627d72007bfa8c6d7619af699e26085')
 
 build() {
   cd "${srcdir}"



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

2014-01-16 Thread Eric Bélanger
Date: Thursday, January 16, 2014 @ 23:29:24
  Author: eric
Revision: 204301

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

Added:
  liferea/repos/extra-i686/PKGBUILD
(from rev 204300, liferea/trunk/PKGBUILD)
  liferea/repos/extra-i686/liferea.install
(from rev 204300, liferea/trunk/liferea.install)
  liferea/repos/extra-x86_64/PKGBUILD
(from rev 204300, liferea/trunk/PKGBUILD)
  liferea/repos/extra-x86_64/liferea.install
(from rev 204300, liferea/trunk/liferea.install)
Deleted:
  liferea/repos/extra-i686/PKGBUILD
  liferea/repos/extra-i686/liferea.install
  liferea/repos/extra-x86_64/PKGBUILD
  liferea/repos/extra-x86_64/liferea.install

--+
 /PKGBUILD|   66 +
 /liferea.install |   42 ++
 extra-i686/PKGBUILD  |   33 
 extra-i686/liferea.install   |   21 -
 extra-x86_64/PKGBUILD|   33 
 extra-x86_64/liferea.install |   21 -
 6 files changed, 108 insertions(+), 108 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-01-16 22:28:49 UTC (rev 204300)
+++ extra-i686/PKGBUILD 2014-01-16 22:29:24 UTC (rev 204301)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Eric Bélanger 
-
-pkgname=liferea
-pkgver=1.10.4
-pkgrel=1
-pkgdesc="A desktop news aggregator for online news feeds and weblogs"
-arch=('i686' 'x86_64')
-url="http://liferea.sourceforge.net/";
-license=('GPL')
-depends=('webkitgtk' 'libnotify' 'json-glib' 'libpeas' 'python2-gobject' 
- 'gnome-icon-theme' 'desktop-file-utils')
-makedepends=('intltool')
-optdepends=('gnome-keyring: for keyring plugin support'
-'libgnome-keyring: for keyring plugin support'
-   'gst-plugins-base: for media player plugin support'
-   'gst-plugins-good: for media player plugin support'
-   'gst-plugins-bad: for media player plugin support')
-options=('!emptydirs')
-install=liferea.install
-source=(http://downloads.sourceforge.net/sourceforge/liferea/liferea-${pkgver}.tar.bz2)
-sha1sums=('7ee44bff223cd3112c54399de04e9fa750ac3f6a')
-
-build() {
-  cd liferea-${pkgver}
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var 
--disable-schemas-compile
-  make
-}
-
-package() {
-  cd liferea-${pkgver}
-  make DESTDIR="${pkgdir}" install
-}

Copied: liferea/repos/extra-i686/PKGBUILD (from rev 204300, 
liferea/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-01-16 22:29:24 UTC (rev 204301)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Eric Bélanger 
+
+pkgname=liferea
+pkgver=1.10.5
+pkgrel=1
+pkgdesc="A desktop news aggregator for online news feeds and weblogs"
+arch=('i686' 'x86_64')
+url="http://liferea.sourceforge.net/";
+license=('GPL')
+depends=('webkitgtk' 'libnotify' 'json-glib' 'libpeas' 'python2-gobject' 
+ 'gnome-icon-theme' 'desktop-file-utils')
+makedepends=('intltool')
+optdepends=('gnome-keyring: for keyring plugin support'
+'libgnome-keyring: for keyring plugin support'
+   'gst-plugins-base: for media player plugin support'
+   'gst-plugins-good: for media player plugin support'
+   'gst-plugins-bad: for media player plugin support')
+options=('!emptydirs')
+install=liferea.install
+source=(https://github.com/lwindolf/liferea/releases/download/v${pkgver}/liferea-${pkgver}.tar.bz2)
+sha1sums=('a2378f2ba117fcc6475f82d961515adc367ef535')
+
+build() {
+  cd liferea-${pkgver}
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var 
--disable-schemas-compile
+  make
+}
+
+package() {
+  cd liferea-${pkgver}
+  make DESTDIR="${pkgdir}" install
+}

Deleted: extra-i686/liferea.install
===
--- extra-i686/liferea.install  2014-01-16 22:28:49 UTC (rev 204300)
+++ extra-i686/liferea.install  2014-01-16 22:29:24 UTC (rev 204301)
@@ -1,21 +0,0 @@
-pkgname=liferea
-
-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
-}
-
-pre_upgrade() {
-  if [ -f usr/share/gconf/schemas/$pkgname.schemas ]; then
-gconfpkg --uninstall $pkgname
-  fi
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-post_remove() {
-  post_install $1
-}

Copied: liferea/repos/extra-i686/liferea.install (from rev 204300, 
liferea/trunk/liferea.install)
===
--- extra-i686/liferea.install  (rev 0)
+++ extra-i686/liferea.install  2014-01-16 22:29:24 UTC (rev 204301)
@@ -0,0 +1,21 @@
+pkgname=liferea
+
+post_install() {
+  glib-compile-schemas usr/share/glib-2.0/schemas
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+  update-deskt

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

2014-01-16 Thread Eric Bélanger
Date: Thursday, January 16, 2014 @ 23:28:49
  Author: eric
Revision: 204300

upgpkg: liferea 1.10.5-1

Upstream update, Update source url

Modified:
  liferea/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-01-16 21:00:27 UTC (rev 204299)
+++ PKGBUILD2014-01-16 22:28:49 UTC (rev 204300)
@@ -2,7 +2,7 @@
 # Maintainer: Eric Bélanger 
 
 pkgname=liferea
-pkgver=1.10.4
+pkgver=1.10.5
 pkgrel=1
 pkgdesc="A desktop news aggregator for online news feeds and weblogs"
 arch=('i686' 'x86_64')
@@ -18,8 +18,8 @@
'gst-plugins-bad: for media player plugin support')
 options=('!emptydirs')
 install=liferea.install
-source=(http://downloads.sourceforge.net/sourceforge/liferea/liferea-${pkgver}.tar.bz2)
-sha1sums=('7ee44bff223cd3112c54399de04e9fa750ac3f6a')
+source=(https://github.com/lwindolf/liferea/releases/download/v${pkgver}/liferea-${pkgver}.tar.bz2)
+sha1sums=('a2378f2ba117fcc6475f82d961515adc367ef535')
 
 build() {
   cd liferea-${pkgver}



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

2014-01-16 Thread Sébastien Luttringer
Date: Thursday, January 16, 2014 @ 22:18:23
  Author: seblu
Revision: 104282

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

Added:
  acpid/repos/community-i686/PKGBUILD
(from rev 104281, acpid/trunk/PKGBUILD)
  acpid/repos/community-i686/acpid.service
(from rev 104281, acpid/trunk/acpid.service)
  acpid/repos/community-i686/acpid.socket
(from rev 104281, acpid/trunk/acpid.socket)
  acpid/repos/community-i686/anything
(from rev 104281, acpid/trunk/anything)
  acpid/repos/community-i686/handler.sh
(from rev 104281, acpid/trunk/handler.sh)
  acpid/repos/community-x86_64/PKGBUILD
(from rev 104281, acpid/trunk/PKGBUILD)
  acpid/repos/community-x86_64/acpid.service
(from rev 104281, acpid/trunk/acpid.service)
  acpid/repos/community-x86_64/acpid.socket
(from rev 104281, acpid/trunk/acpid.socket)
  acpid/repos/community-x86_64/anything
(from rev 104281, acpid/trunk/anything)
  acpid/repos/community-x86_64/handler.sh
(from rev 104281, acpid/trunk/handler.sh)
Deleted:
  acpid/repos/community-i686/PKGBUILD
  acpid/repos/community-i686/acpid.service
  acpid/repos/community-i686/acpid.socket
  acpid/repos/community-i686/anything
  acpid/repos/community-i686/handler.sh
  acpid/repos/community-x86_64/PKGBUILD
  acpid/repos/community-x86_64/acpid.service
  acpid/repos/community-x86_64/acpid.socket
  acpid/repos/community-x86_64/anything
  acpid/repos/community-x86_64/handler.sh

+
 /PKGBUILD  |  104 ++
 /acpid.service |   20 +
 /acpid.socket  |   16 
 /anything  |6 +
 /handler.sh|  154 +++
 community-i686/PKGBUILD|   52 -
 community-i686/acpid.service   |   10 --
 community-i686/acpid.socket|8 --
 community-i686/anything|3 
 community-i686/handler.sh  |   77 ---
 community-x86_64/PKGBUILD  |   52 -
 community-x86_64/acpid.service |   10 --
 community-x86_64/acpid.socket  |8 --
 community-x86_64/anything  |3 
 community-x86_64/handler.sh|   77 ---
 15 files changed, 300 insertions(+), 300 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-01-16 21:17:57 UTC (rev 104281)
+++ community-i686/PKGBUILD 2014-01-16 21:18:23 UTC (rev 104282)
@@ -1,52 +0,0 @@
-# $Id$
-# Maintainer: Sébastien Luttringer
-# Contributor: xduugu
-# Contributor: Manolis Tzanidakis
-# Contributor: Jonathan Schmidt http://downloads.sourceforge.net/sourceforge/acpid2/$pkgname-$pkgver.tar.xz";
-'acpid.socket'
-'acpid.service'
-'anything'
-'handler.sh')
-md5sums=('1b740e6419cf45aaeb2bd78d589f27f9'
- 'd11700eb136e0489835ddaf977a7905b'
- '79cc7a9dceacdeffd51f070c2ba5f023'
- '2d37b98d6e74bab815604b8b48c6cfd4'
- '47f44ff5f02685dce8bcdab8568f0c38')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --sbindir=/usr/bin
-  make
-}
-
-package() {
-  pushd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-  popd
-
-  # default config
-  install -Dm644 anything "$pkgdir/etc/acpi/events/anything"
-  install -Dm755 handler.sh "$pkgdir/etc/acpi/handler.sh"
-
-  # systemd
-  install -Dm644 acpid.socket "$pkgdir/usr/lib/systemd/system/acpid.socket"
-  install -Dm644 acpid.service "$pkgdir/usr/lib/systemd/system/acpid.service"
-
-  # fix acpid rights
-  chmod 755 "$pkgdir/usr/bin/acpid"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: acpid/repos/community-i686/PKGBUILD (from rev 104281, 
acpid/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-01-16 21:18:23 UTC (rev 104282)
@@ -0,0 +1,52 @@
+# $Id$
+# Maintainer: Sébastien Luttringer
+# Contributor: xduugu
+# Contributor: Manolis Tzanidakis
+# Contributor: Jonathan Schmidt http://downloads.sourceforge.net/sourceforge/acpid2/$pkgname-$pkgver.tar.xz";
+'acpid.socket'
+'acpid.service'
+'anything'
+'handler.sh')
+md5sums=('252bb4b3a8053227e743e267d98b8a52'
+ 'd11700eb136e0489835ddaf977a7905b'
+ '79cc7a9dceacdeffd51f070c2ba5f023'
+ '2d37b98d6e74bab815604b8b48c6cfd4'
+ '47f44ff5f02685dce8bcdab8568f0c38')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sbindir=/usr/bin
+  make
+}
+
+package() {
+  pushd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+  popd
+
+  # default config
+  install -Dm644 anything "$pkgdir/etc/acpi/events/anything"
+  install -Dm755 handler.sh "$pkgdir/etc/acpi/handler.sh"
+
+  # systemd
+  install -Dm644 acpid.socket "$pkgdir/usr/lib/systemd/system/acpid.socket"
+  install -Dm644 acpid.service "$pkgdir/usr/lib/systemd/system/acpid.service"
+
+  # fix acpid ri

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

2014-01-16 Thread Sébastien Luttringer
Date: Thursday, January 16, 2014 @ 22:17:57
  Author: seblu
Revision: 104281

upgpkg: acpid 2.0.21-1

Modified:
  acpid/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-01-16 20:23:21 UTC (rev 104280)
+++ PKGBUILD2014-01-16 21:17:57 UTC (rev 104281)
@@ -5,7 +5,7 @@
 # Contributor: Jonathan Schmidt 

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

2014-01-16 Thread Jan Steffens
Date: Thursday, January 16, 2014 @ 22:00:27
  Author: heftig
Revision: 204299

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

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

--+
 /PKGBUILD|  104 +++
 /gnome-shell.install |   38 +++
 /nm-libexecdir.patch |   24 
 extra-i686/PKGBUILD  |   57 --
 extra-i686/git-fixes.patch   |  195 -
 extra-i686/gnome-shell.install   |   19 ---
 extra-i686/nm-libexecdir.patch   |   12 --
 extra-x86_64/PKGBUILD|   57 --
 extra-x86_64/git-fixes.patch |  195 -
 extra-x86_64/gnome-shell.install |   19 ---
 extra-x86_64/nm-libexecdir.patch |   12 --
 11 files changed, 166 insertions(+), 566 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-01-16 20:59:19 UTC (rev 204298)
+++ extra-i686/PKGBUILD 2014-01-16 21:00:27 UTC (rev 204299)
@@ -1,57 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru 
-# Contributor: Flamelab http://live.gnome.org/GnomeShell";
-license=(GPL2)
-depends=(accountsservice caribou gcr gjs gnome-bluetooth gnome-menus
- gnome-session gnome-settings-daemon gnome-themes-standard 
gsettings-desktop-schemas
- libcanberra-pulse libcroco libgdm libsecret mutter mutter-wayland 
network-manager-applet
- telepathy-logger telepathy-mission-control unzip gstreamer)
-makedepends=(intltool gtk-doc gnome-control-center evolution-data-server)
-optdepends=('gnome-control-center: System settings'
-'evolution-data-server: Evolution calendar integration')
-install=gnome-shell.install
-groups=(gnome)
-source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz
-nm-libexecdir.patch
-git-fixes.patch)
-sha256sums=('d28cedc4f7dbcbd979ef2a0b80f722ff507989fce193fe59351b1d048d17c44c'
-'e5bb10ad2e5c3e0fde3d05babd1bfdda701e553e02d493f7e54cb7832ce7e607'
-'192d95387dff5ac772968680cb77abef135b3ad7218676ad51c997d474642cc5')
-
-prepare() {
-  cd $pkgname-$pkgver
-
-  # FS#30747 FS#32730 Problems due to libexecdir different from NM
-  patch -Np1 -i ../nm-libexecdir.patch
-
-  # Upstream fixes from 3-10 branch. Includes security bugfix for FS#37930
-  patch -Np1 -i ../git-fixes.patch
-}
-
-build() {
-  cd $pkgname-$pkgver
-  PYTHON=/usr/bin/python2 ./configure --prefix=/usr --sysconfdir=/etc \
-  --libexecdir=/usr/lib/gnome-shell \
-  --localstatedir=/var --disable-static \
-  --disable-schemas-compile
-
-  # https://bugzilla.gnome.org/show_bug.cgi?id=655517
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-
-  # Must exist; FS#37412
-  mkdir -p "$pkgdir/usr/share/gnome-shell/modes"
-}

Copied: gnome-shell/repos/extra-i686/PKGBUILD (from rev 204298, 
gnome-shell/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-01-16 21:00:27 UTC (rev 204299)
@@ -0,0 +1,52 @@
+# $Id$
+# Maintainer: Ionut Biru 
+# Contributor: Flamelab http://live.gnome.org/GnomeShell";
+license=(GPL2)
+depends=(accountsservice caribou gcr gjs gnome-bluetooth gnome-menus
+ gnome-session gnome-settings-daemon gnome-themes-standard 
gsettings-desktop-schemas
+ libcanberra-pulse libcroco libgdm libsecret mutter mutter-wayland 
network-manager-applet
+ telepathy-logger telepathy-mission-control unzip gstreamer)
+makedepends=(intltool gtk-doc gnome-control-center evolution-data-server)
+optdepends=('gnome-control-center: System settings'
+'evolution-data-server: Evolution calendar integration')
+install=gnome-shell.install
+groups=(gnome)
+source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/

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

2014-01-16 Thread Jan Steffens
Date: Thursday, January 16, 2014 @ 21:59:19
  Author: heftig
Revision: 204298

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

Added:
  mutter/repos/extra-i686/0001-monitor-expose-min-backlight-step.patch
(from rev 204297, mutter/trunk/0001-monitor-expose-min-backlight-step.patch)
  mutter/repos/extra-i686/PKGBUILD
(from rev 204297, mutter/trunk/PKGBUILD)
  mutter/repos/extra-i686/mutter.install
(from rev 204297, mutter/trunk/mutter.install)
  mutter/repos/extra-x86_64/0001-monitor-expose-min-backlight-step.patch
(from rev 204297, mutter/trunk/0001-monitor-expose-min-backlight-step.patch)
  mutter/repos/extra-x86_64/PKGBUILD
(from rev 204297, mutter/trunk/PKGBUILD)
  mutter/repos/extra-x86_64/mutter.install
(from rev 204297, mutter/trunk/mutter.install)
Deleted:
  mutter/repos/extra-i686/0001-monitor-expose-min-backlight-step.patch
  mutter/repos/extra-i686/PKGBUILD
  mutter/repos/extra-i686/mutter.install
  mutter/repos/extra-x86_64/0001-monitor-expose-min-backlight-step.patch
  mutter/repos/extra-x86_64/PKGBUILD
  mutter/repos/extra-x86_64/mutter.install

---+
 /0001-monitor-expose-min-backlight-step.patch |   58 +++
 /PKGBUILD |   92 
 /mutter.install   |   38 
 extra-i686/0001-monitor-expose-min-backlight-step.patch   |   29 ---
 extra-i686/PKGBUILD   |   46 --
 extra-i686/mutter.install |   19 --
 extra-x86_64/0001-monitor-expose-min-backlight-step.patch |   29 ---
 extra-x86_64/PKGBUILD |   46 --
 extra-x86_64/mutter.install   |   19 --
 9 files changed, 188 insertions(+), 188 deletions(-)

Deleted: extra-i686/0001-monitor-expose-min-backlight-step.patch
===
--- extra-i686/0001-monitor-expose-min-backlight-step.patch 2014-01-16 
20:58:16 UTC (rev 204297)
+++ extra-i686/0001-monitor-expose-min-backlight-step.patch 2014-01-16 
20:59:19 UTC (rev 204298)
@@ -1,29 +0,0 @@
-From 6b150b3e9f1d16e6c374e178107ab490a18346dd Mon Sep 17 00:00:00 2001
-From: Asad Mehmood 
-Date: Thu, 17 Oct 2013 16:05:59 +0100
-Subject: [PATCH] monitor: expose min-backlight-step
-
-Expose min-backlight-step so that gnome-settings-daemon can
-support backlights with less than 10 steps without mutter
-normalizing the brightness back to its original value

- src/core/monitor.c | 3 +++
- 1 file changed, 3 insertions(+)
-
-diff --git a/src/core/monitor.c b/src/core/monitor.c
-index 9ec0c2a..6d65f9e 100644
 a/src/core/monitor.c
-+++ b/src/core/monitor.c
-@@ -806,6 +806,9 @@ meta_monitor_manager_handle_get_resources 
(MetaDBusDisplayConfig *skeleton,
-  g_variant_new_take_string (make_display_name 
(manager, output)));
-   g_variant_builder_add (&properties, "{sv}", "backlight",
-  g_variant_new_int32 (output->backlight));
-+  g_variant_builder_add (&properties, "{sv}", "min-backlight-step",
-+ g_variant_new_int32 ((output->backlight_max - 
output->backlight_min) ?
-+  100 / 
(output->backlight_max - output->backlight_min) : -1));
-   g_variant_builder_add (&properties, "{sv}", "primary",
-  g_variant_new_boolean (output->is_primary));
-   g_variant_builder_add (&properties, "{sv}", "presentation",
--- 
-1.8.4.1
-

Copied: mutter/repos/extra-i686/0001-monitor-expose-min-backlight-step.patch 
(from rev 204297, mutter/trunk/0001-monitor-expose-min-backlight-step.patch)
===
--- extra-i686/0001-monitor-expose-min-backlight-step.patch 
(rev 0)
+++ extra-i686/0001-monitor-expose-min-backlight-step.patch 2014-01-16 
20:59:19 UTC (rev 204298)
@@ -0,0 +1,29 @@
+From 6b150b3e9f1d16e6c374e178107ab490a18346dd Mon Sep 17 00:00:00 2001
+From: Asad Mehmood 
+Date: Thu, 17 Oct 2013 16:05:59 +0100
+Subject: [PATCH] monitor: expose min-backlight-step
+
+Expose min-backlight-step so that gnome-settings-daemon can
+support backlights with less than 10 steps without mutter
+normalizing the brightness back to its original value
+---
+ src/core/monitor.c | 3 +++
+ 1 file changed, 3 insertions(+)
+
+diff --git a/src/core/monitor.c b/src/core/monitor.c
+index 9ec0c2a..6d65f9e 100644
+--- a/src/core/monitor.c
 b/src/core/monitor.c
+@@ -806,6 +806,9 @@ meta_monitor_manager_handle_get_resources 
(MetaDBusDisplayConfig *skeleton,
+  g_variant_new_take_string (make_display_name 
(manager, output)));
+   g_variant_builder_add (&properties, "{sv}", "backlight",
+  g_variant_new_int32 (output->backlight));
++  g_var

[arch-commits] Commit in gnome-shell/trunk (PKGBUILD git-fixes.patch)

2014-01-16 Thread Jan Steffens
Date: Thursday, January 16, 2014 @ 21:58:16
  Author: heftig
Revision: 204297

3.10.3

Modified:
  gnome-shell/trunk/PKGBUILD
Deleted:
  gnome-shell/trunk/git-fixes.patch

-+
 PKGBUILD|   15 +---
 git-fixes.patch |  195 --
 2 files changed, 5 insertions(+), 205 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-01-16 20:14:11 UTC (rev 204296)
+++ PKGBUILD2014-01-16 20:58:16 UTC (rev 204297)
@@ -3,8 +3,8 @@
 # Contributor: Flamelab http://live.gnome.org/GnomeShell";
@@ -19,11 +19,9 @@
 install=gnome-shell.install
 groups=(gnome)
 
source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz
-nm-libexecdir.patch
-git-fixes.patch)
-sha256sums=('d28cedc4f7dbcbd979ef2a0b80f722ff507989fce193fe59351b1d048d17c44c'
-'e5bb10ad2e5c3e0fde3d05babd1bfdda701e553e02d493f7e54cb7832ce7e607'
-'192d95387dff5ac772968680cb77abef135b3ad7218676ad51c997d474642cc5')
+nm-libexecdir.patch)
+sha256sums=('4b14b9ffde08ccee6d972dea353b5f7ed8bbd12e52cb2252c31bcfe59d8242bc'
+'e5bb10ad2e5c3e0fde3d05babd1bfdda701e553e02d493f7e54cb7832ce7e607')
 
 prepare() {
   cd $pkgname-$pkgver
@@ -30,9 +28,6 @@
 
   # FS#30747 FS#32730 Problems due to libexecdir different from NM
   patch -Np1 -i ../nm-libexecdir.patch
-
-  # Upstream fixes from 3-10 branch. Includes security bugfix for FS#37930
-  patch -Np1 -i ../git-fixes.patch
 }
 
 build() {

Deleted: git-fixes.patch
===
--- git-fixes.patch 2014-01-16 20:14:11 UTC (rev 204296)
+++ git-fixes.patch 2014-01-16 20:58:16 UTC (rev 204297)
@@ -1,195 +0,0 @@
-diff --git a/js/gdm/authPrompt.js b/js/gdm/authPrompt.js
-index 1880e36..996b363 100644
 a/js/gdm/authPrompt.js
-+++ b/js/gdm/authPrompt.js
-@@ -263,10 +263,8 @@ const AuthPrompt = new Lang.Class({
- },
- 
- _onReset: function() {
--if (this.verificationStatus != 
AuthPromptStatus.VERIFICATION_SUCCEEDED) {
--this.verificationStatus = AuthPromptStatus.NOT_VERIFYING;
--this.reset();
--}
-+this.verificationStatus = AuthPromptStatus.NOT_VERIFYING;
-+this.reset();
- },
- 
- addActorToDefaultButtonWell: function(actor) {
-diff --git a/js/gdm/loginDialog.js b/js/gdm/loginDialog.js
-index eb94554..fb3cf70 100644
 a/js/gdm/loginDialog.js
-+++ b/js/gdm/loginDialog.js
-@@ -907,6 +907,10 @@ const LoginDialog = new Lang.Class({
- Main.ctrlAltTabManager.removeGroup(this.dialogLayout);
- },
- 
-+cancel: function() {
-+this._authPrompt.cancel();
-+},
-+
- addCharacter: function(unichar) {
- this._authPrompt.addCharacter(unichar);
- },
-diff --git a/js/ui/extensionSystem.js b/js/ui/extensionSystem.js
-index a929451..dde7b82 100644
 a/js/ui/extensionSystem.js
-+++ b/js/ui/extensionSystem.js
-@@ -76,7 +76,11 @@ function disableExtension(uuid) {
- theme.unload_stylesheet(extension.stylesheet.get_path());
- }
- 
--extension.stateObj.disable();
-+try {
-+extension.stateObj.disable();
-+} catch(e) {
-+logExtensionError(uuid, e);
-+}
- 
- for (let i = 0; i < order.length; i++) {
- let uuid = order[i];
-@@ -89,8 +93,10 @@ function disableExtension(uuid) {
- 
- extensionOrder.splice(orderIdx, 1);
- 
--extension.state = ExtensionState.DISABLED;
--_signals.emit('extension-state-changed', extension);
-+if ( extension.state != ExtensionState.ERROR ) {
-+extension.state = ExtensionState.DISABLED;
-+_signals.emit('extension-state-changed', extension);
-+}
- }
- 
- function enableExtension(uuid) {
-@@ -117,10 +123,15 @@ function enableExtension(uuid) {
- }
- }
- 
--extension.stateObj.enable();
--
--extension.state = ExtensionState.ENABLED;
--_signals.emit('extension-state-changed', extension);
-+try {
-+extension.stateObj.enable();
-+extension.state = ExtensionState.ENABLED;
-+_signals.emit('extension-state-changed', extension);
-+return;
-+} catch(e) {
-+logExtensionError(uuid, e);
-+return;
-+}
- }
- 
- function logExtensionError(uuid, error) {
-@@ -150,7 +161,8 @@ function loadExtension(extension) {
- } else {
- let enabled = enabledExtensions.indexOf(extension.uuid) != -1;
- if (enabled) {
--initExtension(extension.uuid);
-+if (!initExtension(extension.uuid))
-+return;
- if (extension.state == ExtensionState.DISABLED)
- enableExtension(extension.uuid);
- } else {
-@@ -205,7 +217,12 @@ function initExtension(uuid) {
- extensionModule = extension.imports.extension;
- 
- if (extensionModule.init) {
--extensionState = extensionModule.init(extension);
-+tr

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

2014-01-16 Thread Florian Pritz
Date: Thursday, January 16, 2014 @ 21:23:21
  Author: bluewind
Revision: 104280

archrelease: copy trunk to community-any

Added:
  inxi/repos/community-any/PKGBUILD
(from rev 104279, inxi/trunk/PKGBUILD)
  inxi/repos/community-any/upgpkg
(from rev 104279, inxi/trunk/upgpkg)
Deleted:
  inxi/repos/community-any/PKGBUILD
  inxi/repos/community-any/upgpkg

--+
 PKGBUILD |   55 ---
 upgpkg   |8 
 2 files changed, 40 insertions(+), 23 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-01-16 20:23:18 UTC (rev 104279)
+++ PKGBUILD2014-01-16 20:23:21 UTC (rev 104280)
@@ -1,19 +0,0 @@
-# $Id$
-# Maintainer: Florian Pritz 
-pkgname=inxi
-pkgver=1.9.17
-pkgrel=1
-pkgdesc="script to get system information"
-arch=('any')
-url="http://inxi.org";
-license=('GPL')
-source=(ftp://ftp.archlinux.org/other/community/$pkgname/$pkgname-$pkgver.tar.gz)
-md5sums=('721547f67864f8be1bbfb7584018694c')
-
-package() {
-  cd "$srcdir"
-  install -D -m755 inxi "$pkgdir/usr/bin/inxi"
-  install -D -m755 inxi.1.gz "$pkgdir/usr/share/man/man1/inxi.1.gz"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: inxi/repos/community-any/PKGBUILD (from rev 104279, inxi/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-01-16 20:23:21 UTC (rev 104280)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Florian Pritz 
+pkgname=inxi
+pkgver=1.9.18
+pkgrel=1
+pkgdesc="script to get system information"
+arch=('any')
+url="http://inxi.org";
+license=('GPL')
+depends=(coreutils gawk grep pciutils procps-ng sed)
+optdepends=(
+  "dmidecode: inxi -M if no sys machine data"
+  "file: inxi -o unmounted file system"
+  "hddtemp: inxi -Dx show hdd temp"
+  "net-tools: inxi -i ip lan-deprecated"
+  "iproute2: inxi -i ip lan"
+  "lm_sensors: inxi -s sensors output"
+  "usbutils: inxi -A usb audio;-N usb networking"
+  "kmod: inxi -Ax,-Nx module version"
+  "systemd-sysvcompat: inxi -I runlevel"
+  "sudo: inxi -Dx hddtemp-user;-o file-user"
+  "mesa-demos: inxi -G glx info"
+  "xorg-xdpyinfo: inxi -G multi screen resolution"
+  "xorg-xprop: inxi -S desktop data"
+  "xorg-xrandr: inxi -G single screen resolution"
+)
+source=(ftp://ftp.archlinux.org/other/community/$pkgname/$pkgname-$pkgver.tar.gz)
+md5sums=('054ad3e241c81ebc40c99c1e1c98b2bf')
+
+package() {
+  cd "$srcdir"
+  install -D -m755 inxi "$pkgdir/usr/bin/inxi"
+  install -D -m755 inxi.1.gz "$pkgdir/usr/share/man/man1/inxi.1.gz"
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: upgpkg
===
--- upgpkg  2014-01-16 20:23:18 UTC (rev 104279)
+++ upgpkg  2014-01-16 20:23:21 UTC (rev 104280)
@@ -1,4 +0,0 @@
-upgpkg_pre_upgrade() {
-  wget http://inxi.googlecode.com/svn/trunk/inxi.tar.gz -O 
inxi-$_newpkgver.tar.gz
-  scp inxi-$_newpkgver.tar.gz nymeria:/srv/ftp/other/community/inxi
-}

Copied: inxi/repos/community-any/upgpkg (from rev 104279, inxi/trunk/upgpkg)
===
--- upgpkg  (rev 0)
+++ upgpkg  2014-01-16 20:23:21 UTC (rev 104280)
@@ -0,0 +1,4 @@
+upgpkg_pre_upgrade() {
+  wget http://inxi.googlecode.com/svn/trunk/inxi.tar.gz -O 
inxi-$_newpkgver.tar.gz
+  scp inxi-$_newpkgver.tar.gz nymeria:/srv/ftp/other/community/inxi
+}



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

2014-01-16 Thread Florian Pritz
Date: Thursday, January 16, 2014 @ 21:23:18
  Author: bluewind
Revision: 104279

upgpkg: inxi 1.9.18-1

upstream update

Modified:
  inxi/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-01-16 20:21:07 UTC (rev 104278)
+++ PKGBUILD2014-01-16 20:23:18 UTC (rev 104279)
@@ -1,7 +1,7 @@
 # $Id$
 # Maintainer: Florian Pritz 
 pkgname=inxi
-pkgver=1.9.17
+pkgver=1.9.18
 pkgrel=1
 pkgdesc="script to get system information"
 arch=('any')
@@ -25,7 +25,7 @@
   "xorg-xrandr: inxi -G single screen resolution"
 )
 
source=(ftp://ftp.archlinux.org/other/community/$pkgname/$pkgname-$pkgver.tar.gz)
-md5sums=('721547f67864f8be1bbfb7584018694c')
+md5sums=('054ad3e241c81ebc40c99c1e1c98b2bf')
 
 package() {
   cd "$srcdir"



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

2014-01-16 Thread Florian Pritz
Date: Thursday, January 16, 2014 @ 21:21:02
  Author: bluewind
Revision: 104277

upgpkg: highlight 3.17-1

upstream update

Modified:
  highlight/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-01-16 19:31:39 UTC (rev 104276)
+++ PKGBUILD2014-01-16 20:21:02 UTC (rev 104277)
@@ -3,7 +3,7 @@
 # Contributor: Jan Fader 
 pkgbase=highlight
 pkgname=(highlight highlight-gui)
-pkgver=3.16.1
+pkgver=3.17
 pkgrel=1
 url="http://www.andre-simon.de/doku/highlight/highlight.html";
 license=('GPL')
@@ -10,7 +10,7 @@
 arch=('i686' 'x86_64')
 makedepends=(qt4 lua boost)
 source=(http://www.andre-simon.de/zip/$pkgname-$pkgver.tar.bz2{,.asc})
-md5sums=('688bb537db149dc720b9ef1ffc796ced'
+md5sums=('52babb37da6a69867dc295e31d8a721e'
  'SKIP')
 
 build() {



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

2014-01-16 Thread Florian Pritz
Date: Thursday, January 16, 2014 @ 21:21:07
  Author: bluewind
Revision: 104278

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-01-16 20:21:02 UTC (rev 104277)
+++ community-i686/PKGBUILD 2014-01-16 20:21:07 UTC (rev 104278)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Florian Pritz 
-# Contributor: Jan Fader 
-pkgbase=highlight
-pkgname=(highlight highlight-gui)
-pkgver=3.16.1
-pkgrel=1
-url="http://www.andre-simon.de/doku/highlight/highlight.html";
-license=('GPL')
-arch=('i686' 'x86_64')
-makedepends=(qt4 lua boost)
-source=(http://www.andre-simon.de/zip/$pkgname-$pkgver.tar.bz2{,.asc})
-md5sums=('688bb537db149dc720b9ef1ffc796ced'
- 'SKIP')
-
-build() {
-  cd "$srcdir/$pkgbase-$pkgver"
-
-  make QMAKE=qmake-qt4
-  make QMAKE=qmake-qt4 gui
-}
-
-package_highlight() {
-  pkgdesc="Fast and flexible source code highlighter (CLI version)"
-  depends=('lua')
-  cd "$srcdir/$pkgbase-$pkgver"
-
-  make DESTDIR="$pkgdir" QMAKE=qmake-qt4 install
-}
-
-package_highlight-gui() {
-  pkgdesc="Fast and flexible source code highlighter (Qt version)"
-  depends=('qt4' 'highlight')
-  cd "$srcdir/$pkgbase-$pkgver"
-
-  install -dm755 "$pkgdir/usr/bin"
-  make DESTDIR="$pkgdir" QMAKE=qmake-qt4 install-gui
-}
-
-# vim:set ts=2 sw=2 et:

Copied: highlight/repos/community-i686/PKGBUILD (from rev 104277, 
highlight/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-01-16 20:21:07 UTC (rev 104278)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Florian Pritz 
+# Contributor: Jan Fader 
+pkgbase=highlight
+pkgname=(highlight highlight-gui)
+pkgver=3.17
+pkgrel=1
+url="http://www.andre-simon.de/doku/highlight/highlight.html";
+license=('GPL')
+arch=('i686' 'x86_64')
+makedepends=(qt4 lua boost)
+source=(http://www.andre-simon.de/zip/$pkgname-$pkgver.tar.bz2{,.asc})
+md5sums=('52babb37da6a69867dc295e31d8a721e'
+ 'SKIP')
+
+build() {
+  cd "$srcdir/$pkgbase-$pkgver"
+
+  make QMAKE=qmake-qt4
+  make QMAKE=qmake-qt4 gui
+}
+
+package_highlight() {
+  pkgdesc="Fast and flexible source code highlighter (CLI version)"
+  depends=('lua')
+  cd "$srcdir/$pkgbase-$pkgver"
+
+  make DESTDIR="$pkgdir" QMAKE=qmake-qt4 install
+}
+
+package_highlight-gui() {
+  pkgdesc="Fast and flexible source code highlighter (Qt version)"
+  depends=('qt4' 'highlight')
+  cd "$srcdir/$pkgbase-$pkgver"
+
+  install -dm755 "$pkgdir/usr/bin"
+  make DESTDIR="$pkgdir" QMAKE=qmake-qt4 install-gui
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2014-01-16 20:21:02 UTC (rev 104277)
+++ community-x86_64/PKGBUILD   2014-01-16 20:21:07 UTC (rev 104278)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Florian Pritz 
-# Contributor: Jan Fader 
-pkgbase=highlight
-pkgname=(highlight highlight-gui)
-pkgver=3.16.1
-pkgrel=1
-url="http://www.andre-simon.de/doku/highlight/highlight.html";
-license=('GPL')
-arch=('i686' 'x86_64')
-makedepends=(qt4 lua boost)
-source=(http://www.andre-simon.de/zip/$pkgname-$pkgver.tar.bz2{,.asc})
-md5sums=('688bb537db149dc720b9ef1ffc796ced'
- 'SKIP')
-
-build() {
-  cd "$srcdir/$pkgbase-$pkgver"
-
-  make QMAKE=qmake-qt4
-  make QMAKE=qmake-qt4 gui
-}
-
-package_highlight() {
-  pkgdesc="Fast and flexible source code highlighter (CLI version)"
-  depends=('lua')
-  cd "$srcdir/$pkgbase-$pkgver"
-
-  make DESTDIR="$pkgdir" QMAKE=qmake-qt4 install
-}
-
-package_highlight-gui() {
-  pkgdesc="Fast and flexible source code highlighter (Qt version)"
-  depends=('qt4' 'highlight')
-  cd "$srcdir/$pkgbase-$pkgver"
-
-  install -dm755 "$pkgdir/usr/bin"
-  make DESTDIR="$pkgdir" QMAKE=qmake-qt4 install-gui
-}
-
-# vim:set ts=2 sw=2 et:

Copied: highlight/repos/community-x86_64/PKGBUILD (from rev 104277, 
highlight/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2014-01-16 20:21:07 UTC (rev 104278)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Florian Pritz 
+# Contributor: Jan Fader 
+pkgbase=highlight
+pkgname=(highlight highlight-gui)
+pkgver=3.17
+pkgrel=1
+url="http:/

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

2014-01-16 Thread Jan Steffens
Date: Thursday, January 16, 2014 @ 21:14:11
  Author: heftig
Revision: 204296

3.10.3

Modified:
  mutter/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-01-16 14:18:05 UTC (rev 204295)
+++ PKGBUILD2014-01-16 20:14:11 UTC (rev 204296)
@@ -4,8 +4,8 @@
 # Contributor: Michael Kanis 
 
 pkgname=mutter
-pkgver=3.10.2
-pkgrel=2
+pkgver=3.10.3
+pkgrel=1
 pkgdesc="A window manager for GNOME"
 arch=(i686 x86_64)
 license=('GPL')
@@ -17,7 +17,7 @@
 install=mutter.install
 
source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz
 0001-monitor-expose-min-backlight-step.patch)
-sha256sums=('438163bc7fbab88366b589cab895a1df79eeac389e012c6e26ec559316651100'
+sha256sums=('7b19eda620d11e0638e3be33455998d65bdee3ff6556b562df937978efb8830c'
 'f1ef173d96ac27abdcf765972d2ac434f63bf4629b8bd51c177e8963d07f5eb7')
 
 prepare() {



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

2014-01-16 Thread Martin Wimpress
Date: Thursday, January 16, 2014 @ 20:31:39
  Author: flexiondotorg
Revision: 104276

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

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

--+
 /PKGBUILD|   90 +
 /mate-user-share.install |   24 +++
 community-i686/PKGBUILD  |   45 --
 community-i686/mate-user-share.install   |   12 ---
 community-x86_64/PKGBUILD|   45 --
 community-x86_64/mate-user-share.install |   12 ---
 6 files changed, 114 insertions(+), 114 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-01-16 19:25:40 UTC (rev 104275)
+++ community-i686/PKGBUILD 2014-01-16 19:31:39 UTC (rev 104276)
@@ -1,45 +0,0 @@
-# $Id$
-# Maintainer : Martin Wimpress 
-# Contributor: Giovanni "Talorno" Ricciardi 
-
-pkgname=mate-user-share
-pkgver=1.6.1
-pkgrel=3
-pkgdesc="User level public file sharing via WebDAV."
-url="http://mate-desktop.org";
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('apache' 'dconf' 'libunique' 'mod_dnssd')
-makedepends=('libcanberra' 'libnotify' 'mate-common' 'mate-doc-utils'
- 'mate-file-manager' 'perl-xml-parser')
-options=('!emptydirs')
-groups=('mate-extra')
-install=${pkgname}.install
-source=("http://pub.mate-desktop.org/releases/1.6/${pkgname}-${pkgver}.tar.xz";
-
"https://github.com/mate-desktop/mate-user-share/commit/7a0305478295e9e7c284372677a4cbc38282.diff";)
-sha1sums=('83f161dee79ea0ae4345c54a5b1339f673f68e8f'
-  'ffa10ae69f5edf08d605418182f3c5bc975eb3cf')
-
-prepare() {
-cd "${srcdir}/${pkgname}-${pkgver}"
-# do not use download dir for incoming bluetooth downloads if 
mate-bluetooth isn't installed
-patch -Np1 -i "${srcdir}/7a0305478295e9e7c284372677a4cbc38282.diff"
-}
-
-build() {
-cd "${srcdir}/${pkgname}-${pkgver}"
-PYTHON=/usr/bin/python2 ./configure \
---prefix=/usr \
---libexec=/usr/lib/${pkgname} \
---sysconfdir=/etc \
---disable-static \
---disable-scrollkeeper \
---disable-bluetooth
-make
-}
-
-package() {
-cd "${srcdir}/${pkgname}-${pkgver}"
-make  DESTDIR="${pkgdir}" install
-rm -f "${pkgdir}/usr/share/mate-user-share/dav_user_2.0.conf"
-}

Copied: mate-user-share/repos/community-i686/PKGBUILD (from rev 104275, 
mate-user-share/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-01-16 19:31:39 UTC (rev 104276)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer : Martin Wimpress 
+# Contributor: Giovanni "Talorno" Ricciardi 
+
+pkgname=mate-user-share
+pkgver=1.6.1
+pkgrel=4
+pkgdesc="User level public file sharing via WebDAV."
+url="http://mate-desktop.org";
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('apache' 'dbus-glib' 'dconf' 'libunique' 'mod_dnssd')
+makedepends=('libcanberra' 'libnotify' 'mate-common' 'mate-doc-utils'
+ 'mate-file-manager' 'perl-xml-parser')
+options=('!emptydirs')
+groups=('mate-extra')
+install=${pkgname}.install
+source=("http://pub.mate-desktop.org/releases/1.6/${pkgname}-${pkgver}.tar.xz";
+
"https://github.com/mate-desktop/mate-user-share/commit/7a0305478295e9e7c284372677a4cbc38282.diff";)
+sha1sums=('83f161dee79ea0ae4345c54a5b1339f673f68e8f'
+  'ffa10ae69f5edf08d605418182f3c5bc975eb3cf')
+
+prepare() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+# do not use download dir for incoming bluetooth downloads if 
mate-bluetooth isn't installed
+patch -Np1 -i "${srcdir}/7a0305478295e9e7c284372677a4cbc38282.diff"
+}
+
+build() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+PYTHON=/usr/bin/python2 ./configure \
+--prefix=/usr \
+--libexec=/usr/lib/${pkgname} \
+--sysconfdir=/etc \
+--disable-static \
+--disable-scrollkeeper \
+--disable-bluetooth
+make
+}
+
+package() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+make  DESTDIR="${pkgdir}" install
+rm -f "${pkgdir}/usr/share/mate-user-share/dav_user_2.0.conf"
+}

Deleted: community-i686/mate-user-sha

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

2014-01-16 Thread Martin Wimpress
Date: Thursday, January 16, 2014 @ 20:25:40
  Author: flexiondotorg
Revision: 104275

Added dbus-glib to depends.

Modified:
  mate-user-share/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-01-16 19:22:48 UTC (rev 104274)
+++ PKGBUILD2014-01-16 19:25:40 UTC (rev 104275)
@@ -4,12 +4,12 @@
 
 pkgname=mate-user-share
 pkgver=1.6.1
-pkgrel=3
+pkgrel=4
 pkgdesc="User level public file sharing via WebDAV."
 url="http://mate-desktop.org";
 arch=('i686' 'x86_64')
 license=('GPL')
-depends=('apache' 'dconf' 'libunique' 'mod_dnssd')
+depends=('apache' 'dbus-glib' 'dconf' 'libunique' 'mod_dnssd')
 makedepends=('libcanberra' 'libnotify' 'mate-common' 'mate-doc-utils'
  'mate-file-manager' 'perl-xml-parser')
 options=('!emptydirs')



[arch-commits] Commit in mate-system-tools/repos (7 files)

2014-01-16 Thread Martin Wimpress
Date: Thursday, January 16, 2014 @ 20:22:48
  Author: flexiondotorg
Revision: 104274

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

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

+
 /PKGBUILD  |   49 +++
 /mate-system-tools.install |   12 ++
 community-i686/PKGBUILD|   49 ---
 community-i686/mate-system-tools.install   |   12 --
 community-x86_64/PKGBUILD  |   49 +++
 community-x86_64/mate-system-tools.install |   12 ++
 6 files changed, 122 insertions(+), 61 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-01-16 19:06:35 UTC (rev 104273)
+++ community-i686/PKGBUILD 2014-01-16 19:22:48 UTC (rev 104274)
@@ -1,49 +0,0 @@
-# $Id$
-# Maintainer : Martin Wimpress 
-# Contributor: Giovanni "Talorno" Ricciardi 
-
-pkgname=mate-system-tools
-pkgver=1.6.0
-pkgrel=8
-pkgdesc="Suite of tools for MATE to simplify configuring workstations."
-url="http://mate-desktop.org/";
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('dconf' 'gtk2' 'liboobs' 'mate-polkit' 'system-tools-backends'
- 'wireless_tools')
-makedepends=('mate-common' 'mate-doc-utils' 'mate-file-manager' 
'perl-xml-parser')
-optdepends=('ntp: Automatic time synchronisation.'
-'mate-file-manager: provides Caja Shares extension')
-groups=('mate-extra')
-source=("http://pub.mate-desktop.org/releases/1.6/${pkgname}-${pkgver}.tar.xz";)
-sha1sums=('89d53c22171f6181ad4fb89387d4fa3300bb27b2')
-install=${pkgname}.install
-
-prepare() {
-cd "${srcdir}/${pkgname}-${pkgver}"
-# Modify the groups for Arch
-#  - https://wiki.archlinux.org/index.php/Users_and_Groups
-#  - https://wiki.archlinux.org/index.php/Systemd#Supplementary_information
-#  - https://bbs.archlinux.org/viewtopic.php?pid=1183332
-# Desktop user
-sed -i 
's/cdrom,floppy,dialout,tape,dip,adm,plugdev,fax,audio,scanner,fuse,video/adm,log,sys,users,uucp/'
 src/users/user-profiles.conf.in
-
-# Administrator
-sed -i 
's/cdrom,floppy,dialout,tape,dip,adm,plugdev,fax,audio,scanner,fuse,admin,sambashare,lpadmin,video/adm,disk,locate,log,sys,users,uucp,wheel/'
 src/users/user-profiles.conf.in
-}
-
-build() {
-cd "${srcdir}/${pkgname}-${pkgver}"
-./autogen.sh \
---prefix=/usr \
---sysconfdir=/etc \
---disable-scrollkeeper \
-LIBS="-lm" # Required for MATE 1.6 but can be removed in MATE 1.7/1.8
-make
-}
-
-package() {
-cd "${srcdir}/${pkgname}-${pkgver}"
-make DESTDIR="${pkgdir}" install
-#rm -f "${pkgdir}/usr/lib/caja/extensions-2.0/libcaja-gst-shares.a"
-}

Copied: mate-system-tools/repos/community-i686/PKGBUILD (from rev 104273, 
mate-system-tools/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-01-16 19:22:48 UTC (rev 104274)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer : Martin Wimpress 
+# Contributor: Giovanni "Talorno" Ricciardi 
+
+pkgname=mate-system-tools
+pkgver=1.6.0
+pkgrel=8
+pkgdesc="Suite of tools for MATE to simplify configuring workstations."
+url="http://mate-desktop.org/";
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('dconf' 'gtk2' 'liboobs' 'mate-polkit' 'system-tools-backends'
+ 'wireless_tools')
+makedepends=('mate-common' 'mate-doc-utils' 'mate-file-manager' 
'perl-xml-parser')
+optdepends=('ntp: Automatic time synchronisation.'
+'mate-file-manager: provides Caja Shares extension')
+groups=('mate-extra')
+source=("http://pub.mate-desktop.org/releases/1.6/${pkgname}-${pkgver}.tar.xz";)
+sha1sums=('89d53c22171f6181ad4fb89387d4fa3300bb27b2')
+install=${pkgname}.install
+
+prepare() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+# Modify the groups for Arch
+#  - https://wiki.archlinux.org/index.php/Users_and_Groups
+#  - https://wiki.archlinux.org/index.php/Systemd#Supplementary_information
+#  - https://bbs.archlinux.org/viewtopic.php?pid=1183332
+# Desktop user
+sed -i 
's/cdrom,floppy,dialout,tape,dip,adm,plugdev,fax,audio,scanner,fuse,video/adm,log,sys,u

[arch-commits] Commit in mate-system-tools/repos (3 files)

2014-01-16 Thread Martin Wimpress
Date: Thursday, January 16, 2014 @ 20:06:35
  Author: flexiondotorg
Revision: 104273

archrelease: copy trunk to community-i686

Added:
  mate-system-tools/repos/community-i686/
  mate-system-tools/repos/community-i686/PKGBUILD
(from rev 104272, mate-system-tools/trunk/PKGBUILD)
  mate-system-tools/repos/community-i686/mate-system-tools.install
(from rev 104272, mate-system-tools/trunk/mate-system-tools.install)

---+
 PKGBUILD  |   49 
 mate-system-tools.install |   12 ++
 2 files changed, 61 insertions(+)

Copied: mate-system-tools/repos/community-i686/PKGBUILD (from rev 104272, 
mate-system-tools/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-01-16 19:06:35 UTC (rev 104273)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer : Martin Wimpress 
+# Contributor: Giovanni "Talorno" Ricciardi 
+
+pkgname=mate-system-tools
+pkgver=1.6.0
+pkgrel=8
+pkgdesc="Suite of tools for MATE to simplify configuring workstations."
+url="http://mate-desktop.org/";
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('dconf' 'gtk2' 'liboobs' 'mate-polkit' 'system-tools-backends'
+ 'wireless_tools')
+makedepends=('mate-common' 'mate-doc-utils' 'mate-file-manager' 
'perl-xml-parser')
+optdepends=('ntp: Automatic time synchronisation.'
+'mate-file-manager: provides Caja Shares extension')
+groups=('mate-extra')
+source=("http://pub.mate-desktop.org/releases/1.6/${pkgname}-${pkgver}.tar.xz";)
+sha1sums=('89d53c22171f6181ad4fb89387d4fa3300bb27b2')
+install=${pkgname}.install
+
+prepare() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+# Modify the groups for Arch
+#  - https://wiki.archlinux.org/index.php/Users_and_Groups
+#  - https://wiki.archlinux.org/index.php/Systemd#Supplementary_information
+#  - https://bbs.archlinux.org/viewtopic.php?pid=1183332
+# Desktop user
+sed -i 
's/cdrom,floppy,dialout,tape,dip,adm,plugdev,fax,audio,scanner,fuse,video/adm,log,sys,users,uucp/'
 src/users/user-profiles.conf.in
+
+# Administrator
+sed -i 
's/cdrom,floppy,dialout,tape,dip,adm,plugdev,fax,audio,scanner,fuse,admin,sambashare,lpadmin,video/adm,disk,locate,log,sys,users,uucp,wheel/'
 src/users/user-profiles.conf.in
+}
+
+build() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+./autogen.sh \
+--prefix=/usr \
+--sysconfdir=/etc \
+--disable-scrollkeeper \
+LIBS="-lm" # Required for MATE 1.6 but can be removed in MATE 1.7/1.8
+make
+}
+
+package() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+make DESTDIR="${pkgdir}" install
+#rm -f "${pkgdir}/usr/lib/caja/extensions-2.0/libcaja-gst-shares.a"
+}

Copied: mate-system-tools/repos/community-i686/mate-system-tools.install (from 
rev 104272, mate-system-tools/trunk/mate-system-tools.install)
===
--- community-i686/mate-system-tools.install(rev 0)
+++ community-i686/mate-system-tools.install2014-01-16 19:06:35 UTC (rev 
104273)
@@ -0,0 +1,12 @@
+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
+}



[arch-commits] Commit in (5 files)

2014-01-16 Thread Martin Wimpress
Date: Thursday, January 16, 2014 @ 20:02:13
  Author: flexiondotorg
Revision: 104272

Added mate-system-tools

Added:
  mate-system-tools/
  mate-system-tools/repos/
  mate-system-tools/trunk/
  mate-system-tools/trunk/PKGBUILD
  mate-system-tools/trunk/mate-system-tools.install

---+
 PKGBUILD  |   49 
 mate-system-tools.install |   12 ++
 2 files changed, 61 insertions(+)

Added: mate-system-tools/trunk/PKGBUILD
===
--- mate-system-tools/trunk/PKGBUILD(rev 0)
+++ mate-system-tools/trunk/PKGBUILD2014-01-16 19:02:13 UTC (rev 104272)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer : Martin Wimpress 
+# Contributor: Giovanni "Talorno" Ricciardi 
+
+pkgname=mate-system-tools
+pkgver=1.6.0
+pkgrel=8
+pkgdesc="Suite of tools for MATE to simplify configuring workstations."
+url="http://mate-desktop.org/";
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('dconf' 'gtk2' 'liboobs' 'mate-polkit' 'system-tools-backends'
+ 'wireless_tools')
+makedepends=('mate-common' 'mate-doc-utils' 'mate-file-manager' 
'perl-xml-parser')
+optdepends=('ntp: Automatic time synchronisation.'
+'mate-file-manager: provides Caja Shares extension')
+groups=('mate-extra')
+source=("http://pub.mate-desktop.org/releases/1.6/${pkgname}-${pkgver}.tar.xz";)
+sha1sums=('89d53c22171f6181ad4fb89387d4fa3300bb27b2')
+install=${pkgname}.install
+
+prepare() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+# Modify the groups for Arch
+#  - https://wiki.archlinux.org/index.php/Users_and_Groups
+#  - https://wiki.archlinux.org/index.php/Systemd#Supplementary_information
+#  - https://bbs.archlinux.org/viewtopic.php?pid=1183332
+# Desktop user
+sed -i 
's/cdrom,floppy,dialout,tape,dip,adm,plugdev,fax,audio,scanner,fuse,video/adm,log,sys,users,uucp/'
 src/users/user-profiles.conf.in
+
+# Administrator
+sed -i 
's/cdrom,floppy,dialout,tape,dip,adm,plugdev,fax,audio,scanner,fuse,admin,sambashare,lpadmin,video/adm,disk,locate,log,sys,users,uucp,wheel/'
 src/users/user-profiles.conf.in
+}
+
+build() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+./autogen.sh \
+--prefix=/usr \
+--sysconfdir=/etc \
+--disable-scrollkeeper \
+LIBS="-lm" # Required for MATE 1.6 but can be removed in MATE 1.7/1.8
+make
+}
+
+package() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+make DESTDIR="${pkgdir}" install
+#rm -f "${pkgdir}/usr/lib/caja/extensions-2.0/libcaja-gst-shares.a"
+}


Property changes on: mate-system-tools/trunk/PKGBUILD
___
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property
Added: mate-system-tools/trunk/mate-system-tools.install
===
--- mate-system-tools/trunk/mate-system-tools.install   
(rev 0)
+++ mate-system-tools/trunk/mate-system-tools.install   2014-01-16 19:02:13 UTC 
(rev 104272)
@@ -0,0 +1,12 @@
+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
+}



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

2014-01-16 Thread Martin Wimpress
Date: Thursday, January 16, 2014 @ 19:56:12
  Author: flexiondotorg
Revision: 104271

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

Added:
  mate-system-monitor/repos/community-i686/PKGBUILD
(from rev 104270, mate-system-monitor/trunk/PKGBUILD)
  mate-system-monitor/repos/community-i686/mate-system-monitor.install
(from rev 104270, mate-system-monitor/trunk/mate-system-monitor.install)
  mate-system-monitor/repos/community-x86_64/PKGBUILD
(from rev 104270, mate-system-monitor/trunk/PKGBUILD)
  mate-system-monitor/repos/community-x86_64/mate-system-monitor.install
(from rev 104270, 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|   70 +
 /mate-system-monitor.install |   22 +++
 community-i686/PKGBUILD  |   35 
 community-i686/mate-system-monitor.install   |   11 ---
 community-x86_64/PKGBUILD|   35 
 community-x86_64/mate-system-monitor.install |   11 ---
 6 files changed, 92 insertions(+), 92 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-01-16 18:55:57 UTC (rev 104270)
+++ community-i686/PKGBUILD 2014-01-16 18:56:12 UTC (rev 104271)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer : Martin Wimpress 
-# Contributor: Giovanni Ricciardi 
-
-pkgname=mate-system-monitor
-pkgver=1.6.1
-pkgrel=5
-pkgdesc="A system monitor for MATE"
-url="http://mate-desktop.org";
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('dconf' 'dbus' 'glibmm' 'gtk2' 'gtkmm' 'libgtop' 'libmatewnck' 
'librsvg'
- 'mate-icon-theme')
-makedepends=('docbook2x' 'mate-common' 'mate-doc-utils' 'perl-xml-parser')
-options=('!emptydirs')
-groups=('mate-extra')
-source=("http://pub.mate-desktop.org/releases/1.6/${pkgname}-${pkgver}.tar.xz";)
-sha1sums=('84b6e8f3557bdadada026aeb349f6e9e90b59c6a')
-install=${pkgname}.install
-
-build() {
-cd "${srcdir}/${pkgname}-${pkgver}"
-./configure \
---prefix=/usr \
---libexecdir=/usr/lib/${pkgname} \
---localstatedir=/var \
---disable-static \
---disable-scrollkeeper
-make
-}
-
-package() {
-cd "${srcdir}/${pkgname}-${pkgver}"
-make DESTDIR="${pkgdir}" install
-}

Copied: mate-system-monitor/repos/community-i686/PKGBUILD (from rev 104270, 
mate-system-monitor/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-01-16 18:56:12 UTC (rev 104271)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer : Martin Wimpress 
+# Contributor: Giovanni Ricciardi 
+
+pkgname=mate-system-monitor
+pkgver=1.6.1
+pkgrel=6
+pkgdesc="A system monitor for MATE"
+url="http://mate-desktop.org";
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('dconf' 'dbus-glib' 'glibmm' 'gtk2' 'gtkmm' 'libgtop' 'libmatewnck' 
'librsvg'
+ 'mate-icon-theme')
+makedepends=('docbook2x' 'mate-common' 'mate-doc-utils' 'perl-xml-parser')
+options=('!emptydirs')
+groups=('mate-extra')
+source=("http://pub.mate-desktop.org/releases/1.6/${pkgname}-${pkgver}.tar.xz";)
+sha1sums=('84b6e8f3557bdadada026aeb349f6e9e90b59c6a')
+install=${pkgname}.install
+
+build() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+./configure \
+--prefix=/usr \
+--libexecdir=/usr/lib/${pkgname} \
+--localstatedir=/var \
+--disable-static \
+--disable-scrollkeeper
+make
+}
+
+package() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+make DESTDIR="${pkgdir}" install
+}

Deleted: community-i686/mate-system-monitor.install
===
--- community-i686/mate-system-monitor.install  2014-01-16 18:55:57 UTC (rev 
104270)
+++ community-i686/mate-system-monitor.install  2014-01-16 18:56:12 UTC (rev 
104271)
@@ -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-system-monitor/repos/community-i686/mate-system-monitor.install 
(from rev 104270, mate-system-monitor/trunk/mate-system-monitor.install)
===
--- community-i686/mate-system-monitor.install  (rev 0)
+++ community-i686/mate-system-monitor.install  2014-01-16 18:56:12 UTC (rev 
104271)
@@ -0,0 +1,11 @@
+post_install() {
+glib-compile-schemas /usr/share/glib-2.0/schemas/
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+

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

2014-01-16 Thread Martin Wimpress
Date: Thursday, January 16, 2014 @ 19:55:57
  Author: flexiondotorg
Revision: 104270

Replaced dbus with dbus-glib.

Modified:
  mate-system-monitor/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-01-16 18:45:11 UTC (rev 104269)
+++ PKGBUILD2014-01-16 18:55:57 UTC (rev 104270)
@@ -4,12 +4,12 @@
 
 pkgname=mate-system-monitor
 pkgver=1.6.1
-pkgrel=5
+pkgrel=6
 pkgdesc="A system monitor for MATE"
 url="http://mate-desktop.org";
 arch=('i686' 'x86_64')
 license=('GPL')
-depends=('dconf' 'dbus' 'glibmm' 'gtk2' 'gtkmm' 'libgtop' 'libmatewnck' 
'librsvg'
+depends=('dconf' 'dbus-glib' 'glibmm' 'gtk2' 'gtkmm' 'libgtop' 'libmatewnck' 
'librsvg'
  'mate-icon-theme')
 makedepends=('docbook2x' 'mate-common' 'mate-doc-utils' 'perl-xml-parser')
 options=('!emptydirs')



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

2014-01-16 Thread Martin Wimpress
Date: Thursday, January 16, 2014 @ 19:45:11
  Author: flexiondotorg
Revision: 104269

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

Added:
  liboobs/repos/community-i686/
  liboobs/repos/community-i686/PKGBUILD
(from rev 104268, liboobs/trunk/PKGBUILD)
  liboobs/repos/community-x86_64/
  liboobs/repos/community-x86_64/PKGBUILD
(from rev 104268, liboobs/trunk/PKGBUILD)

---+
 community-i686/PKGBUILD   |   25 +
 community-x86_64/PKGBUILD |   25 +
 2 files changed, 50 insertions(+)

Copied: liboobs/repos/community-i686/PKGBUILD (from rev 104268, 
liboobs/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-01-16 18:45:11 UTC (rev 104269)
@@ -0,0 +1,25 @@
+# $Id$
+# Maintainer: Martin Wimpress 
+
+pkgname=liboobs
+pkgver=3.0.0
+pkgrel=3
+pkgdesc="GObject based interface to system-tools-backends - shared library"
+arch=('i686' 'x86_64')
+url="http://developer.gnome.org/liboobs/";
+license=('GPL2')
+depends=('system-tools-backends')
+source=("ftp://ftp.gnome.org/pub/GNOME/sources/liboobs/3.0/${pkgname}-${pkgver}.tar.bz2";)
+sha256sums=('1e7a327df7dcfa30e0cd3e0d2ffcd9a2c91c7870291dd30434b5da907945c00a')
+
+build() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+./configure \
+--prefix=/usr \
+--disable-static
+make
+}
+package() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+make DESTDIR="${pkgdir}" install
+}

Copied: liboobs/repos/community-x86_64/PKGBUILD (from rev 104268, 
liboobs/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2014-01-16 18:45:11 UTC (rev 104269)
@@ -0,0 +1,25 @@
+# $Id$
+# Maintainer: Martin Wimpress 
+
+pkgname=liboobs
+pkgver=3.0.0
+pkgrel=3
+pkgdesc="GObject based interface to system-tools-backends - shared library"
+arch=('i686' 'x86_64')
+url="http://developer.gnome.org/liboobs/";
+license=('GPL2')
+depends=('system-tools-backends')
+source=("ftp://ftp.gnome.org/pub/GNOME/sources/liboobs/3.0/${pkgname}-${pkgver}.tar.bz2";)
+sha256sums=('1e7a327df7dcfa30e0cd3e0d2ffcd9a2c91c7870291dd30434b5da907945c00a')
+
+build() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+./configure \
+--prefix=/usr \
+--disable-static
+make
+}
+package() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+make DESTDIR="${pkgdir}" install
+}



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

2014-01-16 Thread Martin Wimpress
Date: Thursday, January 16, 2014 @ 19:44:14
  Author: flexiondotorg
Revision: 104268

Added liboobs

Added:
  liboobs/
  liboobs/repos/
  liboobs/trunk/
  liboobs/trunk/PKGBUILD

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

Added: liboobs/trunk/PKGBUILD
===
--- liboobs/trunk/PKGBUILD  (rev 0)
+++ liboobs/trunk/PKGBUILD  2014-01-16 18:44:14 UTC (rev 104268)
@@ -0,0 +1,25 @@
+# $Id$
+# Maintainer: Martin Wimpress 
+
+pkgname=liboobs
+pkgver=3.0.0
+pkgrel=3
+pkgdesc="GObject based interface to system-tools-backends - shared library"
+arch=('i686' 'x86_64')
+url="http://developer.gnome.org/liboobs/";
+license=('GPL2')
+depends=('system-tools-backends')
+source=("ftp://ftp.gnome.org/pub/GNOME/sources/liboobs/3.0/${pkgname}-${pkgver}.tar.bz2";)
+sha256sums=('1e7a327df7dcfa30e0cd3e0d2ffcd9a2c91c7870291dd30434b5da907945c00a')
+
+build() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+./configure \
+--prefix=/usr \
+--disable-static
+make
+}
+package() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+make DESTDIR="${pkgdir}" install
+}


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


[arch-commits] Commit in system-tools-backends/repos (4 files)

2014-01-16 Thread Martin Wimpress
Date: Thursday, January 16, 2014 @ 19:40:20
  Author: flexiondotorg
Revision: 104267

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

Added:
  system-tools-backends/repos/community-i686/
  system-tools-backends/repos/community-i686/PKGBUILD
(from rev 104266, system-tools-backends/trunk/PKGBUILD)
  system-tools-backends/repos/community-x86_64/
  system-tools-backends/repos/community-x86_64/PKGBUILD
(from rev 104266, system-tools-backends/trunk/PKGBUILD)

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

Copied: system-tools-backends/repos/community-i686/PKGBUILD (from rev 104266, 
system-tools-backends/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-01-16 18:40:20 UTC (rev 104267)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer : Ionut Biru 
+# Contributor: Hugo Doria 
+# Contributor: Martin Wimpress 
+
+pkgname=system-tools-backends
+pkgver=2.10.2
+pkgrel=4
+pkgdesc='Backends for Gnome/MATE System Tools.'
+arch=('i686' 'x86_64')
+url='http://system-tools-backends.freedesktop.org/'
+license=('GPL')
+depends=('dbus-glib' 'perl' 'perl-net-dbus'  'polkit')
+makedepends=('intltool' 'perl-xml-parser')
+source=("http://ftp.gnome.org/pub/gnome/sources/${pkgname}/2.10/${pkgname}-${pkgver}.tar.bz2";)
+sha256sums=('1dbe5177df46a9c7250735e05e77129fe7ec04840771accfa87690111ca2c670')
+
+build() {
+cd "${pkgname}-${pkgver}"
+./configure \
+--prefix=/usr \
+--with-dbus-sys=/etc/dbus-1/system.d \
+--localstatedir=/var \
+--mandir=/usr/share \
+--sbindir=/usr/bin \
+--disable-static
+make
+}
+
+package() {
+cd "${pkgname}-${pkgver}"
+make DESTDIR="${pkgdir}" install
+#clean up man
+rm -rf "${pkgdir}/usr/share/system-tools-backends-2.0/modules/share/"
+}

Copied: system-tools-backends/repos/community-x86_64/PKGBUILD (from rev 104266, 
system-tools-backends/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2014-01-16 18:40:20 UTC (rev 104267)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer : Ionut Biru 
+# Contributor: Hugo Doria 
+# Contributor: Martin Wimpress 
+
+pkgname=system-tools-backends
+pkgver=2.10.2
+pkgrel=4
+pkgdesc='Backends for Gnome/MATE System Tools.'
+arch=('i686' 'x86_64')
+url='http://system-tools-backends.freedesktop.org/'
+license=('GPL')
+depends=('dbus-glib' 'perl' 'perl-net-dbus'  'polkit')
+makedepends=('intltool' 'perl-xml-parser')
+source=("http://ftp.gnome.org/pub/gnome/sources/${pkgname}/2.10/${pkgname}-${pkgver}.tar.bz2";)
+sha256sums=('1dbe5177df46a9c7250735e05e77129fe7ec04840771accfa87690111ca2c670')
+
+build() {
+cd "${pkgname}-${pkgver}"
+./configure \
+--prefix=/usr \
+--with-dbus-sys=/etc/dbus-1/system.d \
+--localstatedir=/var \
+--mandir=/usr/share \
+--sbindir=/usr/bin \
+--disable-static
+make
+}
+
+package() {
+cd "${pkgname}-${pkgver}"
+make DESTDIR="${pkgdir}" install
+#clean up man
+rm -rf "${pkgdir}/usr/share/system-tools-backends-2.0/modules/share/"
+}



[arch-commits] Commit in (4 files)

2014-01-16 Thread Martin Wimpress
Date: Thursday, January 16, 2014 @ 19:39:32
  Author: flexiondotorg
Revision: 104266

Added system-tools-backends

Added:
  system-tools-backends/
  system-tools-backends/repos/
  system-tools-backends/trunk/
  system-tools-backends/trunk/PKGBUILD

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

Added: system-tools-backends/trunk/PKGBUILD
===
--- system-tools-backends/trunk/PKGBUILD(rev 0)
+++ system-tools-backends/trunk/PKGBUILD2014-01-16 18:39:32 UTC (rev 
104266)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer : Ionut Biru 
+# Contributor: Hugo Doria 
+# Contributor: Martin Wimpress 
+
+pkgname=system-tools-backends
+pkgver=2.10.2
+pkgrel=4
+pkgdesc='Backends for Gnome/MATE System Tools.'
+arch=('i686' 'x86_64')
+url='http://system-tools-backends.freedesktop.org/'
+license=('GPL')
+depends=('dbus-glib' 'perl' 'perl-net-dbus'  'polkit')
+makedepends=('intltool' 'perl-xml-parser')
+source=("http://ftp.gnome.org/pub/gnome/sources/${pkgname}/2.10/${pkgname}-${pkgver}.tar.bz2";)
+sha256sums=('1dbe5177df46a9c7250735e05e77129fe7ec04840771accfa87690111ca2c670')
+
+build() {
+cd "${pkgname}-${pkgver}"
+./configure \
+--prefix=/usr \
+--with-dbus-sys=/etc/dbus-1/system.d \
+--localstatedir=/var \
+--mandir=/usr/share \
+--sbindir=/usr/bin \
+--disable-static
+make
+}
+
+package() {
+cd "${pkgname}-${pkgver}"
+make DESTDIR="${pkgdir}" install
+#clean up man
+rm -rf "${pkgdir}/usr/share/system-tools-backends-2.0/modules/share/"
+}


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


[arch-commits] Commit in mate-applet-lockkeys/repos (7 files)

2014-01-16 Thread Martin Wimpress
Date: Thursday, January 16, 2014 @ 19:34:55
  Author: flexiondotorg
Revision: 104265

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

Added:
  mate-applet-lockkeys/repos/community-i686/
  mate-applet-lockkeys/repos/community-i686/PKGBUILD
(from rev 104264, mate-applet-lockkeys/trunk/PKGBUILD)
  mate-applet-lockkeys/repos/community-i686/mate-applet-lockkeys.install
(from rev 104264, mate-applet-lockkeys/trunk/mate-applet-lockkeys.install)
  mate-applet-lockkeys/repos/community-x86_64/PKGBUILD
(from rev 104264, mate-applet-lockkeys/trunk/PKGBUILD)
  mate-applet-lockkeys/repos/community-x86_64/mate-applet-lockkeys.install
(from rev 104264, mate-applet-lockkeys/trunk/mate-applet-lockkeys.install)
Deleted:
  mate-applet-lockkeys/repos/community-x86_64/PKGBUILD
  mate-applet-lockkeys/repos/community-x86_64/mate-applet-lockkeys.install

---+
 /PKGBUILD |   29 
 /mate-applet-lockkeys.install |   12 +
 community-i686/PKGBUILD   |   29 
 community-i686/mate-applet-lockkeys.install   |   12 +
 community-x86_64/PKGBUILD |   29 
 community-x86_64/mate-applet-lockkeys.install |   12 -
 6 files changed, 82 insertions(+), 41 deletions(-)

Copied: mate-applet-lockkeys/repos/community-i686/PKGBUILD (from rev 104264, 
mate-applet-lockkeys/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-01-16 18:34:55 UTC (rev 104265)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer : Martin Wimpress 
+
+pkgname=mate-applet-lockkeys
+pkgver=0.2.3
+pkgrel=1
+pkgdesc="A MATE panel applet that shows which of the CapsLock, NumLock and 
ScrollLock keys are on and which are off."
+url="http://www.zavedil.com/mate-lock-keys-applet/";
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('gtk2' 'mate-panel')
+makedepends=('mate-common' 'mate-doc-utils' 'perl-xml-parser')
+source=("http://www.zavedil.com/wp-content/uploads/2013/12/${pkgname}-${pkgver}.tar.gz";)
+md5sums=('84515b805609daf1998590ee5f1fcb6a')
+install=${pkgname}.install
+
+build() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+./configure \
+--prefix=/usr \
+--libexecdir=/usr/lib/${pkgname}
+make
+}
+
+package() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+make DESTDIR="${pkgdir}" install
+rm -f "${pkgdir}/usr/share/glib-2.0/schemas/gschemas.compiled"
+}

Copied: mate-applet-lockkeys/repos/community-i686/mate-applet-lockkeys.install 
(from rev 104264, mate-applet-lockkeys/trunk/mate-applet-lockkeys.install)
===
--- community-i686/mate-applet-lockkeys.install (rev 0)
+++ community-i686/mate-applet-lockkeys.install 2014-01-16 18:34:55 UTC (rev 
104265)
@@ -0,0 +1,12 @@
+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
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2014-01-16 18:30:19 UTC (rev 104264)
+++ community-x86_64/PKGBUILD   2014-01-16 18:34:55 UTC (rev 104265)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer : Martin Wimpress 
-
-pkgname=mate-applet-lockkeys
-pkgver=0.2.3
-pkgrel=1
-pkgdesc="A MATE panel applet that shows which of the CapsLock, NumLock and 
ScrollLock keys are on and which are off."
-url="http://www.zavedil.com/mate-lock-keys-applet/";
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('gtk2' 'mate-panel')
-makedepends=('mate-common' 'mate-doc-utils' 'perl-xml-parser')
-source=("http://www.zavedil.com/wp-content/uploads/2013/12/${pkgname}-${pkgver}.tar.gz";)
-md5sums=('84515b805609daf1998590ee5f1fcb6a')
-install=${pkgname}.install
-
-build() {
-cd "${srcdir}/${pkgname}-${pkgver}"
-./configure \
---prefix=/usr \
---libexecdir=/usr/lib/${pkgname}
-make
-}
-
-package() {
-cd "${srcdir}/${pkgname}-${pkgver}"
-make DESTDIR="${pkgdir}" install
-rm -f "${pkgdir}/usr/share/glib-2.0/schemas/gschemas.compiled"
-}

Copied: mate-applet-lockkeys/repos/community-x86_64/PKGBUILD (from rev 104264, 
mate-applet-lockkeys/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2014-01-16 18:34:55 UTC (rev 104265)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer : Martin Wimpress 
+
+pkgname=mate-applet-lockkeys
+pkgver=0.2.3
+pkgrel=1
+pkgdesc="A MATE panel applet that shows which of the CapsLock, NumLock and 
ScrollLock keys are on and which are off."
+url="http://www.zavedil.com/mate-lock-keys

[arch-commits] Commit in mate-applet-streamer/repos (6 files)

2014-01-16 Thread Martin Wimpress
Date: Thursday, January 16, 2014 @ 19:30:19
  Author: flexiondotorg
Revision: 104264

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

Added:
  mate-applet-streamer/repos/community-i686/
  mate-applet-streamer/repos/community-i686/PKGBUILD
(from rev 104263, mate-applet-streamer/trunk/PKGBUILD)
  mate-applet-streamer/repos/community-i686/mate-applet-streamer.install
(from rev 104263, mate-applet-streamer/trunk/mate-applet-streamer.install)
  mate-applet-streamer/repos/community-x86_64/
  mate-applet-streamer/repos/community-x86_64/PKGBUILD
(from rev 104263, mate-applet-streamer/trunk/PKGBUILD)
  mate-applet-streamer/repos/community-x86_64/mate-applet-streamer.install
(from rev 104263, mate-applet-streamer/trunk/mate-applet-streamer.install)

---+
 community-i686/PKGBUILD   |   29 
 community-i686/mate-applet-streamer.install   |   11 +
 community-x86_64/PKGBUILD |   29 
 community-x86_64/mate-applet-streamer.install |   11 +
 4 files changed, 80 insertions(+)

Copied: mate-applet-streamer/repos/community-i686/PKGBUILD (from rev 104263, 
mate-applet-streamer/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-01-16 18:30:19 UTC (rev 104264)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer : Martin Wimpress 
+
+pkgname=mate-applet-streamer
+pkgver=0.0.5
+pkgrel=1
+pkgdesc="A MATE panel applet to let you play your favourite online radio 
station with a single click."
+url="http://www.zavedil.com/online-radio-applet/";
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('gst-plugins-base' 'gtk2' 'libnotify' 'mate-panel' 'sqlite')
+makedepends=('mate-common' 'mate-doc-utils' 'perl-xml-parser')
+source=("http://www.zavedil.com/wp-content/uploads/2013/12/${pkgname}-${pkgver}.tar.gz";)
+md5sums=('c974612d6ef8138c472511dbc6587013')
+install=${pkgname}.install
+
+build() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+./configure \
+--prefix=/usr \
+--libexecdir=/usr/lib/${pkgname}
+make
+}
+
+package() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+make DESTDIR="${pkgdir}" install
+rm -f "${pkgdir}/usr/share/glib-2.0/schemas/gschemas.compiled"
+}

Copied: mate-applet-streamer/repos/community-i686/mate-applet-streamer.install 
(from rev 104263, mate-applet-streamer/trunk/mate-applet-streamer.install)
===
--- community-i686/mate-applet-streamer.install (rev 0)
+++ community-i686/mate-applet-streamer.install 2014-01-16 18:30:19 UTC (rev 
104264)
@@ -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: mate-applet-streamer/repos/community-x86_64/PKGBUILD (from rev 104263, 
mate-applet-streamer/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2014-01-16 18:30:19 UTC (rev 104264)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer : Martin Wimpress 
+
+pkgname=mate-applet-streamer
+pkgver=0.0.5
+pkgrel=1
+pkgdesc="A MATE panel applet to let you play your favourite online radio 
station with a single click."
+url="http://www.zavedil.com/online-radio-applet/";
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('gst-plugins-base' 'gtk2' 'libnotify' 'mate-panel' 'sqlite')
+makedepends=('mate-common' 'mate-doc-utils' 'perl-xml-parser')
+source=("http://www.zavedil.com/wp-content/uploads/2013/12/${pkgname}-${pkgver}.tar.gz";)
+md5sums=('c974612d6ef8138c472511dbc6587013')
+install=${pkgname}.install
+
+build() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+./configure \
+--prefix=/usr \
+--libexecdir=/usr/lib/${pkgname}
+make
+}
+
+package() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+make DESTDIR="${pkgdir}" install
+rm -f "${pkgdir}/usr/share/glib-2.0/schemas/gschemas.compiled"
+}

Copied: 
mate-applet-streamer/repos/community-x86_64/mate-applet-streamer.install (from 
rev 104263, mate-applet-streamer/trunk/mate-applet-streamer.install)
===
--- community-x86_64/mate-applet-streamer.install   
(rev 0)
+++ community-x86_64/mate-applet-streamer.install   2014-01-16 18:30:19 UTC 
(rev 104264)
@@ -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 mate-applet-softupd/repos (6 files)

2014-01-16 Thread Martin Wimpress
Date: Thursday, January 16, 2014 @ 19:29:31
  Author: flexiondotorg
Revision: 104262

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

Added:
  mate-applet-softupd/repos/community-i686/
  mate-applet-softupd/repos/community-i686/PKGBUILD
(from rev 104261, mate-applet-softupd/trunk/PKGBUILD)
  mate-applet-softupd/repos/community-i686/mate-applet-softupd.install
(from rev 104261, mate-applet-softupd/trunk/mate-applet-softupd.install)
  mate-applet-softupd/repos/community-x86_64/
  mate-applet-softupd/repos/community-x86_64/PKGBUILD
(from rev 104261, mate-applet-softupd/trunk/PKGBUILD)
  mate-applet-softupd/repos/community-x86_64/mate-applet-softupd.install
(from rev 104261, mate-applet-softupd/trunk/mate-applet-softupd.install)

--+
 community-i686/PKGBUILD  |   29 +
 community-i686/mate-applet-softupd.install   |   11 +
 community-x86_64/PKGBUILD|   29 +
 community-x86_64/mate-applet-softupd.install |   11 +
 4 files changed, 80 insertions(+)

Copied: mate-applet-softupd/repos/community-i686/PKGBUILD (from rev 104261, 
mate-applet-softupd/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-01-16 18:29:31 UTC (rev 104262)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer : Martin Wimpress 
+
+pkgname=mate-applet-softupd
+pkgver=0.2.10
+pkgrel=2
+pkgdesc="A MATE panel applet to notify when software updates become available."
+url="http://www.zavedil.com/mate-software-updates-applet/";
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('gnome-packagekit' 'gtk2' 'libnotify' 'mate-panel')
+makedepends=('mate-common' 'mate-doc-utils' 'perl-xml-parser')
+source=("http://www.zavedil.com/wp-content/uploads/2013/10/${pkgname}-${pkgver}.tar.gz";)
+md5sums=('f15f61c05a6701d8f987179f61c7bc0f')
+install=${pkgname}.install
+
+build() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+./configure \
+--prefix=/usr \
+--libexecdir=/usr/lib/${pkgname}
+make
+}
+
+package() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+make DESTDIR="${pkgdir}" install
+rm -f "${pkgdir}/usr/share/glib-2.0/schemas/gschemas.compiled"
+}

Copied: mate-applet-softupd/repos/community-i686/mate-applet-softupd.install 
(from rev 104261, mate-applet-softupd/trunk/mate-applet-softupd.install)
===
--- community-i686/mate-applet-softupd.install  (rev 0)
+++ community-i686/mate-applet-softupd.install  2014-01-16 18:29:31 UTC (rev 
104262)
@@ -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: mate-applet-softupd/repos/community-x86_64/PKGBUILD (from rev 104261, 
mate-applet-softupd/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2014-01-16 18:29:31 UTC (rev 104262)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer : Martin Wimpress 
+
+pkgname=mate-applet-softupd
+pkgver=0.2.10
+pkgrel=2
+pkgdesc="A MATE panel applet to notify when software updates become available."
+url="http://www.zavedil.com/mate-software-updates-applet/";
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('gnome-packagekit' 'gtk2' 'libnotify' 'mate-panel')
+makedepends=('mate-common' 'mate-doc-utils' 'perl-xml-parser')
+source=("http://www.zavedil.com/wp-content/uploads/2013/10/${pkgname}-${pkgver}.tar.gz";)
+md5sums=('f15f61c05a6701d8f987179f61c7bc0f')
+install=${pkgname}.install
+
+build() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+./configure \
+--prefix=/usr \
+--libexecdir=/usr/lib/${pkgname}
+make
+}
+
+package() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+make DESTDIR="${pkgdir}" install
+rm -f "${pkgdir}/usr/share/glib-2.0/schemas/gschemas.compiled"
+}

Copied: mate-applet-softupd/repos/community-x86_64/mate-applet-softupd.install 
(from rev 104261, mate-applet-softupd/trunk/mate-applet-softupd.install)
===
--- community-x86_64/mate-applet-softupd.install
(rev 0)
+++ community-x86_64/mate-applet-softupd.install2014-01-16 18:29:31 UTC 
(rev 104262)
@@ -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 (5 files)

2014-01-16 Thread Martin Wimpress
Date: Thursday, January 16, 2014 @ 19:29:41
  Author: flexiondotorg
Revision: 104263

Added mate-applet-streamer

Added:
  mate-applet-streamer/
  mate-applet-streamer/repos/
  mate-applet-streamer/trunk/
  mate-applet-streamer/trunk/PKGBUILD
  mate-applet-streamer/trunk/mate-applet-streamer.install

--+
 PKGBUILD |   29 +
 mate-applet-streamer.install |   11 +++
 2 files changed, 40 insertions(+)

Added: mate-applet-streamer/trunk/PKGBUILD
===
--- mate-applet-streamer/trunk/PKGBUILD (rev 0)
+++ mate-applet-streamer/trunk/PKGBUILD 2014-01-16 18:29:41 UTC (rev 104263)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer : Martin Wimpress 
+
+pkgname=mate-applet-streamer
+pkgver=0.0.5
+pkgrel=1
+pkgdesc="A MATE panel applet to let you play your favourite online radio 
station with a single click."
+url="http://www.zavedil.com/online-radio-applet/";
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('gst-plugins-base' 'gtk2' 'libnotify' 'mate-panel' 'sqlite')
+makedepends=('mate-common' 'mate-doc-utils' 'perl-xml-parser')
+source=("http://www.zavedil.com/wp-content/uploads/2013/12/${pkgname}-${pkgver}.tar.gz";)
+md5sums=('c974612d6ef8138c472511dbc6587013')
+install=${pkgname}.install
+
+build() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+./configure \
+--prefix=/usr \
+--libexecdir=/usr/lib/${pkgname}
+make
+}
+
+package() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+make DESTDIR="${pkgdir}" install
+rm -f "${pkgdir}/usr/share/glib-2.0/schemas/gschemas.compiled"
+}


Property changes on: mate-applet-streamer/trunk/PKGBUILD
___
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property
Added: mate-applet-streamer/trunk/mate-applet-streamer.install
===
--- mate-applet-streamer/trunk/mate-applet-streamer.install 
(rev 0)
+++ mate-applet-streamer/trunk/mate-applet-streamer.install 2014-01-16 
18:29:41 UTC (rev 104263)
@@ -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 (5 files)

2014-01-16 Thread Martin Wimpress
Date: Thursday, January 16, 2014 @ 19:27:50
  Author: flexiondotorg
Revision: 104261

Added mate-applet-softupd

Added:
  mate-applet-softupd/
  mate-applet-softupd/repos/
  mate-applet-softupd/trunk/
  mate-applet-softupd/trunk/PKGBUILD
  mate-applet-softupd/trunk/mate-applet-softupd.install

-+
 PKGBUILD|   29 +
 mate-applet-softupd.install |   11 +++
 2 files changed, 40 insertions(+)

Added: mate-applet-softupd/trunk/PKGBUILD
===
--- mate-applet-softupd/trunk/PKGBUILD  (rev 0)
+++ mate-applet-softupd/trunk/PKGBUILD  2014-01-16 18:27:50 UTC (rev 104261)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer : Martin Wimpress 
+
+pkgname=mate-applet-softupd
+pkgver=0.2.10
+pkgrel=2
+pkgdesc="A MATE panel applet to notify when software updates become available."
+url="http://www.zavedil.com/mate-software-updates-applet/";
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('gnome-packagekit' 'gtk2' 'libnotify' 'mate-panel')
+makedepends=('mate-common' 'mate-doc-utils' 'perl-xml-parser')
+source=("http://www.zavedil.com/wp-content/uploads/2013/10/${pkgname}-${pkgver}.tar.gz";)
+md5sums=('f15f61c05a6701d8f987179f61c7bc0f')
+install=${pkgname}.install
+
+build() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+./configure \
+--prefix=/usr \
+--libexecdir=/usr/lib/${pkgname}
+make
+}
+
+package() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+make DESTDIR="${pkgdir}" install
+rm -f "${pkgdir}/usr/share/glib-2.0/schemas/gschemas.compiled"
+}


Property changes on: mate-applet-softupd/trunk/PKGBUILD
___
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property
Added: mate-applet-softupd/trunk/mate-applet-softupd.install
===
--- mate-applet-softupd/trunk/mate-applet-softupd.install   
(rev 0)
+++ mate-applet-softupd/trunk/mate-applet-softupd.install   2014-01-16 
18:27:50 UTC (rev 104261)
@@ -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 mate-applet-lockkeys/repos (3 files)

2014-01-16 Thread Martin Wimpress
Date: Thursday, January 16, 2014 @ 19:27:15
  Author: flexiondotorg
Revision: 104260

archrelease: copy trunk to community-x86_64

Added:
  mate-applet-lockkeys/repos/community-x86_64/
  mate-applet-lockkeys/repos/community-x86_64/PKGBUILD
(from rev 104259, mate-applet-lockkeys/trunk/PKGBUILD)
  mate-applet-lockkeys/repos/community-x86_64/mate-applet-lockkeys.install
(from rev 104259, mate-applet-lockkeys/trunk/mate-applet-lockkeys.install)

--+
 PKGBUILD |   29 +
 mate-applet-lockkeys.install |   12 
 2 files changed, 41 insertions(+)

Copied: mate-applet-lockkeys/repos/community-x86_64/PKGBUILD (from rev 104259, 
mate-applet-lockkeys/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2014-01-16 18:27:15 UTC (rev 104260)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer : Martin Wimpress 
+
+pkgname=mate-applet-lockkeys
+pkgver=0.2.3
+pkgrel=1
+pkgdesc="A MATE panel applet that shows which of the CapsLock, NumLock and 
ScrollLock keys are on and which are off."
+url="http://www.zavedil.com/mate-lock-keys-applet/";
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('gtk2' 'mate-panel')
+makedepends=('mate-common' 'mate-doc-utils' 'perl-xml-parser')
+source=("http://www.zavedil.com/wp-content/uploads/2013/12/${pkgname}-${pkgver}.tar.gz";)
+md5sums=('84515b805609daf1998590ee5f1fcb6a')
+install=${pkgname}.install
+
+build() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+./configure \
+--prefix=/usr \
+--libexecdir=/usr/lib/${pkgname}
+make
+}
+
+package() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+make DESTDIR="${pkgdir}" install
+rm -f "${pkgdir}/usr/share/glib-2.0/schemas/gschemas.compiled"
+}

Copied: 
mate-applet-lockkeys/repos/community-x86_64/mate-applet-lockkeys.install (from 
rev 104259, mate-applet-lockkeys/trunk/mate-applet-lockkeys.install)
===
--- community-x86_64/mate-applet-lockkeys.install   
(rev 0)
+++ community-x86_64/mate-applet-lockkeys.install   2014-01-16 18:27:15 UTC 
(rev 104260)
@@ -0,0 +1,12 @@
+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
+}



[arch-commits] Commit in (5 files)

2014-01-16 Thread Martin Wimpress
Date: Thursday, January 16, 2014 @ 19:26:11
  Author: flexiondotorg
Revision: 104259

Added mate-applet-lockkeys

Added:
  mate-applet-lockkeys/
  mate-applet-lockkeys/repos/
  mate-applet-lockkeys/trunk/
  mate-applet-lockkeys/trunk/PKGBUILD
  mate-applet-lockkeys/trunk/mate-applet-lockkeys.install

--+
 PKGBUILD |   29 +
 mate-applet-lockkeys.install |   12 
 2 files changed, 41 insertions(+)

Added: mate-applet-lockkeys/trunk/PKGBUILD
===
--- mate-applet-lockkeys/trunk/PKGBUILD (rev 0)
+++ mate-applet-lockkeys/trunk/PKGBUILD 2014-01-16 18:26:11 UTC (rev 104259)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer : Martin Wimpress 
+
+pkgname=mate-applet-lockkeys
+pkgver=0.2.3
+pkgrel=1
+pkgdesc="A MATE panel applet that shows which of the CapsLock, NumLock and 
ScrollLock keys are on and which are off."
+url="http://www.zavedil.com/mate-lock-keys-applet/";
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('gtk2' 'mate-panel')
+makedepends=('mate-common' 'mate-doc-utils' 'perl-xml-parser')
+source=("http://www.zavedil.com/wp-content/uploads/2013/12/${pkgname}-${pkgver}.tar.gz";)
+md5sums=('84515b805609daf1998590ee5f1fcb6a')
+install=${pkgname}.install
+
+build() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+./configure \
+--prefix=/usr \
+--libexecdir=/usr/lib/${pkgname}
+make
+}
+
+package() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+make DESTDIR="${pkgdir}" install
+rm -f "${pkgdir}/usr/share/glib-2.0/schemas/gschemas.compiled"
+}


Property changes on: mate-applet-lockkeys/trunk/PKGBUILD
___
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property
Added: mate-applet-lockkeys/trunk/mate-applet-lockkeys.install
===
--- mate-applet-lockkeys/trunk/mate-applet-lockkeys.install 
(rev 0)
+++ mate-applet-lockkeys/trunk/mate-applet-lockkeys.install 2014-01-16 
18:26:11 UTC (rev 104259)
@@ -0,0 +1,12 @@
+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
+}



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

2014-01-16 Thread Martin Wimpress
Date: Thursday, January 16, 2014 @ 19:22:07
  Author: flexiondotorg
Revision: 104258

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

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

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

Copied: python2-caja/repos/community-i686/PKGBUILD (from rev 104257, 
python2-caja/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-01-16 18:22:07 UTC (rev 104258)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer : Martin Wimpress 
+# Contributor: Xpander 
+
+pkgname=python2-caja
+_pkgname=python-caja
+pkgver=1.6.0
+pkgrel=6
+pkgdesc="Python binding for Caja, to allow Caja property page and menu item 
extensions to be written in Python."
+url="http://mate-desktop.org";
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('mate-file-manager' 'python2' 'python2-gobject')
+makedepends=('mate-common')
+options=('!emptydirs')
+replaces=('python-caja')
+provides=('python-caja')
+source=("http://pub.mate-desktop.org/releases/1.6/${_pkgname}-${pkgver}.tar.xz";)
+sha1sums=('a7dbcff03b9dbdf2f33dbea96946426097eb9e56')
+
+build() {
+cd "${srcdir}/${_pkgname}-${pkgver}"
+PYTHON=/usr/bin/python2 ./autogen.sh \
+--prefix=/usr \
+--disable-static
+make
+}
+
+package() {
+cd "${srcdir}/${_pkgname}-${pkgver}"
+make DESTDIR="${pkgdir}" install
+}

Copied: python2-caja/repos/community-x86_64/PKGBUILD (from rev 104257, 
python2-caja/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2014-01-16 18:22:07 UTC (rev 104258)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer : Martin Wimpress 
+# Contributor: Xpander 
+
+pkgname=python2-caja
+_pkgname=python-caja
+pkgver=1.6.0
+pkgrel=6
+pkgdesc="Python binding for Caja, to allow Caja property page and menu item 
extensions to be written in Python."
+url="http://mate-desktop.org";
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('mate-file-manager' 'python2' 'python2-gobject')
+makedepends=('mate-common')
+options=('!emptydirs')
+replaces=('python-caja')
+provides=('python-caja')
+source=("http://pub.mate-desktop.org/releases/1.6/${_pkgname}-${pkgver}.tar.xz";)
+sha1sums=('a7dbcff03b9dbdf2f33dbea96946426097eb9e56')
+
+build() {
+cd "${srcdir}/${_pkgname}-${pkgver}"
+PYTHON=/usr/bin/python2 ./autogen.sh \
+--prefix=/usr \
+--disable-static
+make
+}
+
+package() {
+cd "${srcdir}/${_pkgname}-${pkgver}"
+make DESTDIR="${pkgdir}" install
+}



[arch-commits] Commit in (4 files)

2014-01-16 Thread Martin Wimpress
Date: Thursday, January 16, 2014 @ 19:21:25
  Author: flexiondotorg
Revision: 104257

Added python2-caja

Added:
  python2-caja/
  python2-caja/repos/
  python2-caja/trunk/
  python2-caja/trunk/PKGBUILD

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

Added: python2-caja/trunk/PKGBUILD
===
--- python2-caja/trunk/PKGBUILD (rev 0)
+++ python2-caja/trunk/PKGBUILD 2014-01-16 18:21:25 UTC (rev 104257)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer : Martin Wimpress 
+# Contributor: Xpander 
+
+pkgname=python2-caja
+_pkgname=python-caja
+pkgver=1.6.0
+pkgrel=6
+pkgdesc="Python binding for Caja, to allow Caja property page and menu item 
extensions to be written in Python."
+url="http://mate-desktop.org";
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('mate-file-manager' 'python2' 'python2-gobject')
+makedepends=('mate-common')
+options=('!emptydirs')
+replaces=('python-caja')
+provides=('python-caja')
+source=("http://pub.mate-desktop.org/releases/1.6/${_pkgname}-${pkgver}.tar.xz";)
+sha1sums=('a7dbcff03b9dbdf2f33dbea96946426097eb9e56')
+
+build() {
+cd "${srcdir}/${_pkgname}-${pkgver}"
+PYTHON=/usr/bin/python2 ./autogen.sh \
+--prefix=/usr \
+--disable-static
+make
+}
+
+package() {
+cd "${srcdir}/${_pkgname}-${pkgver}"
+make DESTDIR="${pkgdir}" install
+}


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


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

2014-01-16 Thread Martin Wimpress
Date: Thursday, January 16, 2014 @ 19:15:52
  Author: flexiondotorg
Revision: 104256

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

Added:
  mate-utils/repos/community-i686/
  mate-utils/repos/community-i686/422504e251442ca9921c4218151cffb6548280e6.diff
(from rev 104255, 
mate-utils/trunk/422504e251442ca9921c4218151cffb6548280e6.diff)
  mate-utils/repos/community-i686/PKGBUILD
(from rev 104255, mate-utils/trunk/PKGBUILD)
  mate-utils/repos/community-i686/mate-utils.install
(from rev 104255, mate-utils/trunk/mate-utils.install)
  mate-utils/repos/community-i686/patch.diff
(from rev 104255, mate-utils/trunk/patch.diff)
  mate-utils/repos/community-x86_64/
  
mate-utils/repos/community-x86_64/422504e251442ca9921c4218151cffb6548280e6.diff
(from rev 104255, 
mate-utils/trunk/422504e251442ca9921c4218151cffb6548280e6.diff)
  mate-utils/repos/community-x86_64/PKGBUILD
(from rev 104255, mate-utils/trunk/PKGBUILD)
  mate-utils/repos/community-x86_64/mate-utils.install
(from rev 104255, mate-utils/trunk/mate-utils.install)
  mate-utils/repos/community-x86_64/patch.diff
(from rev 104255, mate-utils/trunk/patch.diff)

+
 community-i686/422504e251442ca9921c4218151cffb6548280e6.diff   |   62 
++
 community-i686/PKGBUILD|   36 +
 community-i686/mate-utils.install  |   12 +
 community-i686/patch.diff  |   34 +
 community-x86_64/422504e251442ca9921c4218151cffb6548280e6.diff |   62 
++
 community-x86_64/PKGBUILD  |   36 +
 community-x86_64/mate-utils.install|   12 +
 community-x86_64/patch.diff|   34 +
 8 files changed, 288 insertions(+)

Copied: 
mate-utils/repos/community-i686/422504e251442ca9921c4218151cffb6548280e6.diff 
(from rev 104255, 
mate-utils/trunk/422504e251442ca9921c4218151cffb6548280e6.diff)
===
--- community-i686/422504e251442ca9921c4218151cffb6548280e6.diff
(rev 0)
+++ community-i686/422504e251442ca9921c4218151cffb6548280e6.diff
2014-01-16 18:15:52 UTC (rev 104256)
@@ -0,0 +1,62 @@
+diff --git a/mate-screenshot/mate-screenshot.c 
b/mate-screenshot/mate-screenshot.c
+index 63ec5d9..6510f7f 100644
+--- a/mate-screenshot/mate-screenshot.c
 b/mate-screenshot/mate-screenshot.c
+@@ -809,13 +809,14 @@ enum
+ finish_prepare_screenshot (char *initial_uri, GdkWindow *window, GdkRectangle 
*rectangle)
+ {  
+   ScreenshotDialog *dialog;
++  gboolean include_mask = (!take_window_shot && !take_area_shot);
+ 
+   /* always disable window border for full-desktop or selected-area 
screenshots */
+   if (!take_window_shot)
+-screenshot = screenshot_get_pixbuf (window, rectangle, include_pointer, 
FALSE);
++screenshot = screenshot_get_pixbuf (window, rectangle, include_pointer, 
FALSE, include_mask);
+   else
+ {
+-  screenshot = screenshot_get_pixbuf (window, rectangle, include_pointer, 
include_border);
++  screenshot = screenshot_get_pixbuf (window, rectangle, include_pointer, 
include_border, include_mask);
+ 
+   switch (border_effect[0])
+ {
+diff --git a/mate-screenshot/screenshot-utils.c 
b/mate-screenshot/screenshot-utils.c
+index b41ae4b..faed676 100644
+--- a/mate-screenshot/screenshot-utils.c
 b/mate-screenshot/screenshot-utils.c
+@@ -670,7 +670,8 @@
+ screenshot_get_pixbuf (GdkWindow*window,
+GdkRectangle *rectangle,
+gboolean  include_pointer,
+-   gboolean  include_border)
++   gboolean  include_border,
++   gboolean  include_mask)
+ {
+   GdkWindow *root;
+   GdkPixbuf *screenshot;
+@@ -738,7 +739,11 @@
+  x_orig, y_orig, 0, 0,
+  width, height);
+ 
+-  mask_monitors (screenshot, root);
++  /*
++   * Masking currently only works properly with full-screen shots
++   */
++  if (include_mask)
++  mask_monitors (screenshot, root);
+ 
+ #ifdef HAVE_X11_EXTENSIONS_SHAPE_H
+   if (include_border)
+diff --git a/mate-screenshot/screenshot-utils.h 
b/mate-screenshot/screenshot-utils.h
+index 0af2ba3..5404bde 100644
+--- a/mate-screenshot/screenshot-utils.h
 b/mate-screenshot/screenshot-utils.h
+@@ -36,7 +36,8 @@ gboolean   screenshot_select_area (int *px,
+ GdkPixbuf *screenshot_get_pixbuf  (GdkWindow *win,
+GdkRectangle *rectangle,
+gboolean include_pointer,
+-   gboolean include_border);
++   gboolean include_border,
++ 

[arch-commits] Commit in (7 files)

2014-01-16 Thread Martin Wimpress
Date: Thursday, January 16, 2014 @ 19:12:29
  Author: flexiondotorg
Revision: 104255

Added mate-utils

Added:
  mate-utils/
  mate-utils/repos/
  mate-utils/trunk/
  mate-utils/trunk/422504e251442ca9921c4218151cffb6548280e6.diff
  mate-utils/trunk/PKGBUILD
  mate-utils/trunk/mate-utils.install
  mate-utils/trunk/patch.diff

---+
 422504e251442ca9921c4218151cffb6548280e6.diff |   62 
 PKGBUILD  |   36 +
 mate-utils.install|   12 
 patch.diff|   34 +
 4 files changed, 144 insertions(+)

Added: mate-utils/trunk/422504e251442ca9921c4218151cffb6548280e6.diff
===
--- mate-utils/trunk/422504e251442ca9921c4218151cffb6548280e6.diff  
(rev 0)
+++ mate-utils/trunk/422504e251442ca9921c4218151cffb6548280e6.diff  
2014-01-16 18:12:29 UTC (rev 104255)
@@ -0,0 +1,62 @@
+diff --git a/mate-screenshot/mate-screenshot.c 
b/mate-screenshot/mate-screenshot.c
+index 63ec5d9..6510f7f 100644
+--- a/mate-screenshot/mate-screenshot.c
 b/mate-screenshot/mate-screenshot.c
+@@ -809,13 +809,14 @@ enum
+ finish_prepare_screenshot (char *initial_uri, GdkWindow *window, GdkRectangle 
*rectangle)
+ {  
+   ScreenshotDialog *dialog;
++  gboolean include_mask = (!take_window_shot && !take_area_shot);
+ 
+   /* always disable window border for full-desktop or selected-area 
screenshots */
+   if (!take_window_shot)
+-screenshot = screenshot_get_pixbuf (window, rectangle, include_pointer, 
FALSE);
++screenshot = screenshot_get_pixbuf (window, rectangle, include_pointer, 
FALSE, include_mask);
+   else
+ {
+-  screenshot = screenshot_get_pixbuf (window, rectangle, include_pointer, 
include_border);
++  screenshot = screenshot_get_pixbuf (window, rectangle, include_pointer, 
include_border, include_mask);
+ 
+   switch (border_effect[0])
+ {
+diff --git a/mate-screenshot/screenshot-utils.c 
b/mate-screenshot/screenshot-utils.c
+index b41ae4b..faed676 100644
+--- a/mate-screenshot/screenshot-utils.c
 b/mate-screenshot/screenshot-utils.c
+@@ -670,7 +670,8 @@
+ screenshot_get_pixbuf (GdkWindow*window,
+GdkRectangle *rectangle,
+gboolean  include_pointer,
+-   gboolean  include_border)
++   gboolean  include_border,
++   gboolean  include_mask)
+ {
+   GdkWindow *root;
+   GdkPixbuf *screenshot;
+@@ -738,7 +739,11 @@
+  x_orig, y_orig, 0, 0,
+  width, height);
+ 
+-  mask_monitors (screenshot, root);
++  /*
++   * Masking currently only works properly with full-screen shots
++   */
++  if (include_mask)
++  mask_monitors (screenshot, root);
+ 
+ #ifdef HAVE_X11_EXTENSIONS_SHAPE_H
+   if (include_border)
+diff --git a/mate-screenshot/screenshot-utils.h 
b/mate-screenshot/screenshot-utils.h
+index 0af2ba3..5404bde 100644
+--- a/mate-screenshot/screenshot-utils.h
 b/mate-screenshot/screenshot-utils.h
+@@ -36,7 +36,8 @@ gboolean   screenshot_select_area (int *px,
+ GdkPixbuf *screenshot_get_pixbuf  (GdkWindow *win,
+GdkRectangle *rectangle,
+gboolean include_pointer,
+-   gboolean include_border);
++   gboolean include_border,
++   gboolean include_mask);
+ 
+ void   screenshot_show_error_dialog   (GtkWindow   *parent,
+const gchar *message,

Added: mate-utils/trunk/PKGBUILD
===
--- mate-utils/trunk/PKGBUILD   (rev 0)
+++ mate-utils/trunk/PKGBUILD   2014-01-16 18:12:29 UTC (rev 104255)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer : Martin Wimpress 
+# Contributor: Giovanni "Talorno" Ricciardi 
+
+pkgname=mate-utils
+pkgver=1.6.1
+pkgrel=1
+pkgdesc="Common MATE utilities for viewing disk usage, logs and fonts, taking 
screenshots, managing dictionaries and searching files"
+url="http://mate-desktop.org";
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('gtk2' 'libcanberra' 'libgtop' 'libsm' 'mate-desktop' 'zlib')
+makedepends=('mate-common' 'mate-doc-utils' 'mate-panel' 'perl-xml-parser'
+ 'rarian')
+optdepends=('mate-panel: Look up words in dictionaries from the panel')
+options=('!emptydirs')
+groups=('mate-extra')
+source=("http://pub.mate-desktop.org/releases/1.6/${pkgname}-${pkgver}.tar.xz";)
+sha1sums=('c765c53cd4b279155d30ed057a78a584e5b2addc')
+install=${pkgname}.install
+
+build() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+./confi

[arch-commits] Commit in emacs-haskell-mode/repos/community-any (4 files)

2014-01-16 Thread Sergej Pupykin
Date: Thursday, January 16, 2014 @ 19:10:58
  Author: spupykin
Revision: 104252

archrelease: copy trunk to community-any

Added:
  emacs-haskell-mode/repos/community-any/PKGBUILD
(from rev 104251, emacs-haskell-mode/trunk/PKGBUILD)
  emacs-haskell-mode/repos/community-any/emacs-haskell-mode.install
(from rev 104251, emacs-haskell-mode/trunk/emacs-haskell-mode.install)
Deleted:
  emacs-haskell-mode/repos/community-any/PKGBUILD
  emacs-haskell-mode/repos/community-any/emacs-haskell-mode.install

+
 PKGBUILD   |   60 +--
 emacs-haskell-mode.install |   22 +++
 2 files changed, 41 insertions(+), 41 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-01-16 18:10:47 UTC (rev 104251)
+++ PKGBUILD2014-01-16 18:10:58 UTC (rev 104252)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Contributor: Gleidson 
-
-pkgname=emacs-haskell-mode
-pkgver=13.07
-pkgrel=1
-pkgdesc="Haskell mode package for Emacs"
-arch=(any)
-license=('GPL')
-url="https://github.com/haskell/haskell-mode";
-install=emacs-haskell-mode.install
-makedepends=('emacs')
-source=($pkgname-$pkgver.tar.gz::https://github.com/haskell/haskell-mode/archive/v$pkgver.tar.gz)
-md5sums=('f583f605f607857d9f3858212a28f90d')
-
-build() {
-  cd $srcdir/haskell-mode-$pkgver
-  make
-}
-
-package() {
-  cd $srcdir/haskell-mode-$pkgver
-  install -dm0755 $pkgdir/usr/share/emacs/site-lisp/haskell-mode
-  install -dm0755 $pkgdir/usr/share/doc/$pkgname
-  install -m0644 *.el{,c} -t $pkgdir/usr/share/emacs/site-lisp/haskell-mode
-  install -m0644 NEWS README.md $pkgdir/usr/share/doc/$pkgname
-  install -Dm0644 haskell-mode.info $pkgdir/usr/share/info/haskell-mode.info
-  cp -a examples $pkgdir/usr/share/doc/$pkgname/
-}

Copied: emacs-haskell-mode/repos/community-any/PKGBUILD (from rev 104251, 
emacs-haskell-mode/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-01-16 18:10:58 UTC (rev 104252)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Contributor: Gleidson 
+
+pkgname=emacs-haskell-mode
+pkgver=13.10
+pkgrel=1
+pkgdesc="Haskell mode package for Emacs"
+arch=(any)
+license=('GPL')
+url="https://github.com/haskell/haskell-mode";
+install=emacs-haskell-mode.install
+makedepends=('emacs')
+source=($pkgname-$pkgver.tar.gz::https://github.com/haskell/haskell-mode/archive/v$pkgver.tar.gz)
+md5sums=('44326d23f0211f8f7f0959177839f449')
+
+build() {
+  cd $srcdir/haskell-mode-$pkgver
+  make
+}
+
+package() {
+  cd $srcdir/haskell-mode-$pkgver
+  install -dm0755 $pkgdir/usr/share/emacs/site-lisp/haskell-mode
+  install -dm0755 $pkgdir/usr/share/doc/$pkgname
+  install -m0644 *.el{,c} -t $pkgdir/usr/share/emacs/site-lisp/haskell-mode
+  install -m0644 NEWS README.md $pkgdir/usr/share/doc/$pkgname
+  install -Dm0644 haskell-mode.info $pkgdir/usr/share/info/haskell-mode.info
+  cp -a examples $pkgdir/usr/share/doc/$pkgname/
+}

Deleted: emacs-haskell-mode.install
===
--- emacs-haskell-mode.install  2014-01-16 18:10:47 UTC (rev 104251)
+++ emacs-haskell-mode.install  2014-01-16 18:10:58 UTC (rev 104252)
@@ -1,11 +0,0 @@
-post_install () {
-  echo ""
-  echo "==> Read the haskell-*.el files in 
/usr/share/emacs/site-lisp/haskell-mode"
-  echo "==> for information about how to configure your ~/.emacs"
-  echo ""
-}
-
-post_upgrade () {
-  post_install $1
-}
-

Copied: emacs-haskell-mode/repos/community-any/emacs-haskell-mode.install (from 
rev 104251, emacs-haskell-mode/trunk/emacs-haskell-mode.install)
===
--- emacs-haskell-mode.install  (rev 0)
+++ emacs-haskell-mode.install  2014-01-16 18:10:58 UTC (rev 104252)
@@ -0,0 +1,11 @@
+post_install () {
+  echo ""
+  echo "==> Read the haskell-*.el files in 
/usr/share/emacs/site-lisp/haskell-mode"
+  echo "==> for information about how to configure your ~/.emacs"
+  echo ""
+}
+
+post_upgrade () {
+  post_install $1
+}
+



[arch-commits] Commit in (5 files)

2014-01-16 Thread Martin Wimpress
Date: Thursday, January 16, 2014 @ 19:11:18
  Author: flexiondotorg
Revision: 104253

Added mate-user-share

Added:
  mate-user-share/
  mate-user-share/repos/
  mate-user-share/trunk/
  mate-user-share/trunk/PKGBUILD
  mate-user-share/trunk/mate-user-share.install

-+
 PKGBUILD|   45 +
 mate-user-share.install |   12 
 2 files changed, 57 insertions(+)

Added: mate-user-share/trunk/PKGBUILD
===
--- mate-user-share/trunk/PKGBUILD  (rev 0)
+++ mate-user-share/trunk/PKGBUILD  2014-01-16 18:11:18 UTC (rev 104253)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer : Martin Wimpress 
+# Contributor: Giovanni "Talorno" Ricciardi 
+
+pkgname=mate-user-share
+pkgver=1.6.1
+pkgrel=3
+pkgdesc="User level public file sharing via WebDAV."
+url="http://mate-desktop.org";
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('apache' 'dconf' 'libunique' 'mod_dnssd')
+makedepends=('libcanberra' 'libnotify' 'mate-common' 'mate-doc-utils'
+ 'mate-file-manager' 'perl-xml-parser')
+options=('!emptydirs')
+groups=('mate-extra')
+install=${pkgname}.install
+source=("http://pub.mate-desktop.org/releases/1.6/${pkgname}-${pkgver}.tar.xz";
+
"https://github.com/mate-desktop/mate-user-share/commit/7a0305478295e9e7c284372677a4cbc38282.diff";)
+sha1sums=('83f161dee79ea0ae4345c54a5b1339f673f68e8f'
+  'ffa10ae69f5edf08d605418182f3c5bc975eb3cf')
+
+prepare() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+# do not use download dir for incoming bluetooth downloads if 
mate-bluetooth isn't installed
+patch -Np1 -i "${srcdir}/7a0305478295e9e7c284372677a4cbc38282.diff"
+}
+
+build() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+PYTHON=/usr/bin/python2 ./configure \
+--prefix=/usr \
+--libexec=/usr/lib/${pkgname} \
+--sysconfdir=/etc \
+--disable-static \
+--disable-scrollkeeper \
+--disable-bluetooth
+make
+}
+
+package() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+make  DESTDIR="${pkgdir}" install
+rm -f "${pkgdir}/usr/share/mate-user-share/dav_user_2.0.conf"
+}


Property changes on: mate-user-share/trunk/PKGBUILD
___
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property
Added: mate-user-share/trunk/mate-user-share.install
===
--- mate-user-share/trunk/mate-user-share.install   
(rev 0)
+++ mate-user-share/trunk/mate-user-share.install   2014-01-16 18:11:18 UTC 
(rev 104253)
@@ -0,0 +1,12 @@
+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
+}



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

2014-01-16 Thread Martin Wimpress
Date: Thursday, January 16, 2014 @ 19:11:59
  Author: flexiondotorg
Revision: 104254

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

Added:
  mate-user-share/repos/community-i686/
  mate-user-share/repos/community-i686/PKGBUILD
(from rev 104253, mate-user-share/trunk/PKGBUILD)
  mate-user-share/repos/community-i686/mate-user-share.install
(from rev 104253, mate-user-share/trunk/mate-user-share.install)
  mate-user-share/repos/community-x86_64/
  mate-user-share/repos/community-x86_64/PKGBUILD
(from rev 104253, mate-user-share/trunk/PKGBUILD)
  mate-user-share/repos/community-x86_64/mate-user-share.install
(from rev 104253, mate-user-share/trunk/mate-user-share.install)

--+
 community-i686/PKGBUILD  |   45 +
 community-i686/mate-user-share.install   |   12 +++
 community-x86_64/PKGBUILD|   45 +
 community-x86_64/mate-user-share.install |   12 +++
 4 files changed, 114 insertions(+)

Copied: mate-user-share/repos/community-i686/PKGBUILD (from rev 104253, 
mate-user-share/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-01-16 18:11:59 UTC (rev 104254)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer : Martin Wimpress 
+# Contributor: Giovanni "Talorno" Ricciardi 
+
+pkgname=mate-user-share
+pkgver=1.6.1
+pkgrel=3
+pkgdesc="User level public file sharing via WebDAV."
+url="http://mate-desktop.org";
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('apache' 'dconf' 'libunique' 'mod_dnssd')
+makedepends=('libcanberra' 'libnotify' 'mate-common' 'mate-doc-utils'
+ 'mate-file-manager' 'perl-xml-parser')
+options=('!emptydirs')
+groups=('mate-extra')
+install=${pkgname}.install
+source=("http://pub.mate-desktop.org/releases/1.6/${pkgname}-${pkgver}.tar.xz";
+
"https://github.com/mate-desktop/mate-user-share/commit/7a0305478295e9e7c284372677a4cbc38282.diff";)
+sha1sums=('83f161dee79ea0ae4345c54a5b1339f673f68e8f'
+  'ffa10ae69f5edf08d605418182f3c5bc975eb3cf')
+
+prepare() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+# do not use download dir for incoming bluetooth downloads if 
mate-bluetooth isn't installed
+patch -Np1 -i "${srcdir}/7a0305478295e9e7c284372677a4cbc38282.diff"
+}
+
+build() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+PYTHON=/usr/bin/python2 ./configure \
+--prefix=/usr \
+--libexec=/usr/lib/${pkgname} \
+--sysconfdir=/etc \
+--disable-static \
+--disable-scrollkeeper \
+--disable-bluetooth
+make
+}
+
+package() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+make  DESTDIR="${pkgdir}" install
+rm -f "${pkgdir}/usr/share/mate-user-share/dav_user_2.0.conf"
+}

Copied: mate-user-share/repos/community-i686/mate-user-share.install (from rev 
104253, mate-user-share/trunk/mate-user-share.install)
===
--- community-i686/mate-user-share.install  (rev 0)
+++ community-i686/mate-user-share.install  2014-01-16 18:11:59 UTC (rev 
104254)
@@ -0,0 +1,12 @@
+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-user-share/repos/community-x86_64/PKGBUILD (from rev 104253, 
mate-user-share/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2014-01-16 18:11:59 UTC (rev 104254)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer : Martin Wimpress 
+# Contributor: Giovanni "Talorno" Ricciardi 
+
+pkgname=mate-user-share
+pkgver=1.6.1
+pkgrel=3
+pkgdesc="User level public file sharing via WebDAV."
+url="http://mate-desktop.org";
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('apache' 'dconf' 'libunique' 'mod_dnssd')
+makedepends=('libcanberra' 'libnotify' 'mate-common' 'mate-doc-utils'
+ 'mate-file-manager' 'perl-xml-parser')
+options=('!emptydirs')
+groups=('mate-extra')
+install=${pkgname}.install
+source=("http://pub.mate-desktop.org/releases/1.6/${pkgname}-${pkgver}.tar.xz";
+
"https://github.com/mate-desktop/mate-user-share/commit/7a0305478295e9e7c284372677a4cbc38282.diff";)
+sha1sums=('83f161dee79ea0ae4345c54a5b1339f673f68e8f'
+  'ffa10ae69f5edf08d605418182f3c5bc975eb3cf')
+
+prepare() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+# do not use download dir for incoming bluetooth downloads if 
mate-bluetooth isn't installed
+patch -Np1 -i "${srcdir}/7a0305478295e9e7c284372677a4cbc38282.diff"
+}
+
+build() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+PYTHON=/usr/bin/python2 ./configure \
+

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

2014-01-16 Thread Sergej Pupykin
Date: Thursday, January 16, 2014 @ 19:10:40
  Author: spupykin
Revision: 104250

upgpkg: emacs-haskell-mode 13.10-1

upd

Modified:
  emacs-haskell-mode/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-01-16 18:06:52 UTC (rev 104249)
+++ PKGBUILD2014-01-16 18:10:40 UTC (rev 104250)
@@ -3,7 +3,7 @@
 # Contributor: Gleidson 
 
 pkgname=emacs-haskell-mode
-pkgver=13.07
+pkgver=13.10
 pkgrel=1
 pkgdesc="Haskell mode package for Emacs"
 arch=(any)
@@ -12,7 +12,7 @@
 install=emacs-haskell-mode.install
 makedepends=('emacs')
 
source=($pkgname-$pkgver.tar.gz::https://github.com/haskell/haskell-mode/archive/v$pkgver.tar.gz)
-md5sums=('f583f605f607857d9f3858212a28f90d')
+md5sums=('44326d23f0211f8f7f0959177839f449')
 
 build() {
   cd $srcdir/haskell-mode-$pkgver



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

2014-01-16 Thread Martin Wimpress
Date: Thursday, January 16, 2014 @ 19:10:47
  Author: flexiondotorg
Revision: 104251

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

Added:
  mate-text-editor/repos/community-i686/
  mate-text-editor/repos/community-i686/PKGBUILD
(from rev 104249, mate-text-editor/trunk/PKGBUILD)
  mate-text-editor/repos/community-i686/mate-text-editor.install
(from rev 104249, mate-text-editor/trunk/mate-text-editor.install)
  mate-text-editor/repos/community-i686/pluma_gettext_fix.diff
(from rev 104250, mate-text-editor/trunk/pluma_gettext_fix.diff)
  mate-text-editor/repos/community-x86_64/
  mate-text-editor/repos/community-x86_64/PKGBUILD
(from rev 104250, mate-text-editor/trunk/PKGBUILD)
  mate-text-editor/repos/community-x86_64/mate-text-editor.install
(from rev 104250, mate-text-editor/trunk/mate-text-editor.install)
  mate-text-editor/repos/community-x86_64/pluma_gettext_fix.diff
(from rev 104250, mate-text-editor/trunk/pluma_gettext_fix.diff)

---+
 community-i686/PKGBUILD   |   35 
 community-i686/mate-text-editor.install   |   12 +
 community-i686/pluma_gettext_fix.diff |   18 ++
 community-x86_64/PKGBUILD |   35 
 community-x86_64/mate-text-editor.install |   12 +
 community-x86_64/pluma_gettext_fix.diff   |   18 ++
 6 files changed, 130 insertions(+)

Copied: mate-text-editor/repos/community-i686/PKGBUILD (from rev 104249, 
mate-text-editor/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-01-16 18:10:47 UTC (rev 104251)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer : Martin Wimpress 
+# Contributor: Giovanni Ricciardi 
+
+pkgname=mate-text-editor
+pkgver=1.6.2
+pkgrel=1
+pkgdesc="A powerful text editor for MATE"
+url="http://mate-desktop.org";
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('desktop-file-utils' 'enchant' 'gtk2' 'gtksourceview2' 'iso-codes'
+ 'libsm' 'mate-desktop' 'mate-file-manager' 'python2' 
'python2-gobject2'
+ 'pygtksourceview2')
+makedepends=('mate-common' 'mate-doc-utils' 'perl-xml-parser')
+options=('!emptydirs')
+groups=('mate-extra')
+source=("http://pub.mate-desktop.org/releases/1.6/${pkgname}-${pkgver}.tar.xz";)
+sha1sums=('64e34ae5724608fcc5adff195515b74e1e3e5bd6')
+install=${pkgname}.install
+
+build() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+PYTHON=/usr/bin/python2 ./configure \
+--prefix=/usr \
+--libexecdir=/usr/lib \
+--enable-python \
+--disable-scrollkeeper
+make
+}
+
+package() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+make DESTDIR="${pkgdir}" install
+}

Copied: mate-text-editor/repos/community-i686/mate-text-editor.install (from 
rev 104249, mate-text-editor/trunk/mate-text-editor.install)
===
--- community-i686/mate-text-editor.install (rev 0)
+++ community-i686/mate-text-editor.install 2014-01-16 18:10:47 UTC (rev 
104251)
@@ -0,0 +1,12 @@
+post_install() {
+glib-compile-schemas /usr/share/glib-2.0/schemas/
+update-desktop-database -q
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}

Copied: mate-text-editor/repos/community-i686/pluma_gettext_fix.diff (from rev 
104250, mate-text-editor/trunk/pluma_gettext_fix.diff)
===
--- community-i686/pluma_gettext_fix.diff   (rev 0)
+++ community-i686/pluma_gettext_fix.diff   2014-01-16 18:10:47 UTC (rev 
104251)
@@ -0,0 +1,18 @@
+diff --git a/configure.ac b/configure.ac
+index be832f7..485c574 100644
+--- a/configure.ac
 b/configure.ac
+@@ -155,10 +155,11 @@ dnl Gettext stuff.
+ dnl 
+ 
+ IT_PROG_INTLTOOL([0.40.0])
+-AC_SUBST([GETTEXT_PACKAGE], [pluma])
++GETTEXT_PACKAGE=pluma
++AC_SUBST([GETTEXT_PACKAGE])
+ AM_GNU_GETTEXT_VERSION([0.17])
+ AM_GLIB_GNU_GETTEXT
+-AC_DEFINE([GETTEXT_PACKAGE],[PACKAGE_TARNAME], [Define to the gettext package 
name.])
++AC_DEFINE_UNQUOTED(GETTEXT_PACKAGE, "$GETTEXT_PACKAGE", [Define to the 
Gettext package name])
+ 
+ dnl 
+ dnl Use gvfs metadata or the old xml file store.

Copied: mate-text-editor/repos/community-x86_64/PKGBUILD (from rev 104250, 
mate-text-editor/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2014-01-16 18:10:47 UTC (rev 104251)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer : Martin Wimpress 
+# Contributor: Giovanni Ricciardi 
+
+pkgname=mate-text-editor
+pkgver=1.6.2
+pkgrel=1
+pkgdesc="A pow

[arch-commits] Commit in (6 files)

2014-01-16 Thread Martin Wimpress
Date: Thursday, January 16, 2014 @ 19:06:52
  Author: flexiondotorg
Revision: 104249

Added mate-text-editor

Added:
  mate-text-editor/
  mate-text-editor/repos/
  mate-text-editor/trunk/
  mate-text-editor/trunk/PKGBUILD
  mate-text-editor/trunk/mate-text-editor.install
  mate-text-editor/trunk/pluma_gettext_fix.diff

--+
 PKGBUILD |   35 +++
 mate-text-editor.install |   12 
 pluma_gettext_fix.diff   |   18 ++
 3 files changed, 65 insertions(+)

Added: mate-text-editor/trunk/PKGBUILD
===
--- mate-text-editor/trunk/PKGBUILD (rev 0)
+++ mate-text-editor/trunk/PKGBUILD 2014-01-16 18:06:52 UTC (rev 104249)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer : Martin Wimpress 
+# Contributor: Giovanni Ricciardi 
+
+pkgname=mate-text-editor
+pkgver=1.6.2
+pkgrel=1
+pkgdesc="A powerful text editor for MATE"
+url="http://mate-desktop.org";
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('desktop-file-utils' 'enchant' 'gtk2' 'gtksourceview2' 'iso-codes'
+ 'libsm' 'mate-desktop' 'mate-file-manager' 'python2' 
'python2-gobject2'
+ 'pygtksourceview2')
+makedepends=('mate-common' 'mate-doc-utils' 'perl-xml-parser')
+options=('!emptydirs')
+groups=('mate-extra')
+source=("http://pub.mate-desktop.org/releases/1.6/${pkgname}-${pkgver}.tar.xz";)
+sha1sums=('64e34ae5724608fcc5adff195515b74e1e3e5bd6')
+install=${pkgname}.install
+
+build() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+PYTHON=/usr/bin/python2 ./configure \
+--prefix=/usr \
+--libexecdir=/usr/lib \
+--enable-python \
+--disable-scrollkeeper
+make
+}
+
+package() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+make DESTDIR="${pkgdir}" install
+}


Property changes on: mate-text-editor/trunk/PKGBUILD
___
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property
Added: mate-text-editor/trunk/mate-text-editor.install
===
--- mate-text-editor/trunk/mate-text-editor.install 
(rev 0)
+++ mate-text-editor/trunk/mate-text-editor.install 2014-01-16 18:06:52 UTC 
(rev 104249)
@@ -0,0 +1,12 @@
+post_install() {
+glib-compile-schemas /usr/share/glib-2.0/schemas/
+update-desktop-database -q
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}

Added: mate-text-editor/trunk/pluma_gettext_fix.diff
===
--- mate-text-editor/trunk/pluma_gettext_fix.diff   
(rev 0)
+++ mate-text-editor/trunk/pluma_gettext_fix.diff   2014-01-16 18:06:52 UTC 
(rev 104249)
@@ -0,0 +1,18 @@
+diff --git a/configure.ac b/configure.ac
+index be832f7..485c574 100644
+--- a/configure.ac
 b/configure.ac
+@@ -155,10 +155,11 @@ dnl Gettext stuff.
+ dnl 
+ 
+ IT_PROG_INTLTOOL([0.40.0])
+-AC_SUBST([GETTEXT_PACKAGE], [pluma])
++GETTEXT_PACKAGE=pluma
++AC_SUBST([GETTEXT_PACKAGE])
+ AM_GNU_GETTEXT_VERSION([0.17])
+ AM_GLIB_GNU_GETTEXT
+-AC_DEFINE([GETTEXT_PACKAGE],[PACKAGE_TARNAME], [Define to the gettext package 
name.])
++AC_DEFINE_UNQUOTED(GETTEXT_PACKAGE, "$GETTEXT_PACKAGE", [Define to the 
Gettext package name])
+ 
+ dnl 
+ dnl Use gvfs metadata or the old xml file store.



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

2014-01-16 Thread Martin Wimpress
Date: Thursday, January 16, 2014 @ 19:03:24
  Author: flexiondotorg
Revision: 104246

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

Added:
  mate-sensors-applet/repos/community-i686/
  mate-sensors-applet/repos/community-i686/PKGBUILD
(from rev 104245, mate-sensors-applet/trunk/PKGBUILD)
  mate-sensors-applet/repos/community-i686/mate-sensors-applet.install
(from rev 104245, mate-sensors-applet/trunk/mate-sensors-applet.install)
  mate-sensors-applet/repos/community-x86_64/
  mate-sensors-applet/repos/community-x86_64/PKGBUILD
(from rev 104245, mate-sensors-applet/trunk/PKGBUILD)
  mate-sensors-applet/repos/community-x86_64/mate-sensors-applet.install
(from rev 104245, mate-sensors-applet/trunk/mate-sensors-applet.install)

--+
 community-i686/PKGBUILD  |   34 +
 community-i686/mate-sensors-applet.install   |   12 
 community-x86_64/PKGBUILD|   34 +
 community-x86_64/mate-sensors-applet.install |   12 
 4 files changed, 92 insertions(+)

Copied: mate-sensors-applet/repos/community-i686/PKGBUILD (from rev 104245, 
mate-sensors-applet/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-01-16 18:03:24 UTC (rev 104246)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer : Martin Wimpress 
+# Contributor: Giovanni Ricciardi 
+# Contributor: Xpander 
+
+pkgname=mate-sensors-applet
+pkgver=1.6.1
+pkgrel=1
+pkgdesc="A MATE Panel applet to display readings from hardware sensors, 
including CPU temperature, fan speeds and voltage readings."
+url="http://mate-desktop.org";
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('dbus' 'gtk2' 'libatasmart' 'libnotify' 'libxnvctrl' 'lm_sensors' 
'mate-panel' )
+makedepends=('docbook-xml' 'mate-common' 'mate-doc-utils' 'perl-xml-parser' 
'rarian')
+options=('!emptydirs')
+groups=('mate-extra')
+source=("http://pub.mate-desktop.org/releases/1.6/${pkgname}-${pkgver}.tar.xz";)
+sha1sums=('3b57d8e4b47ff2b25bbcee465c0ef7c37bcff1f7')
+install=${pkgname}.install
+
+build() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+./configure \
+--prefix=/usr \
+--libexecdir=/usr/lib/${pkgname} \
+--disable-static \
+--disable-scrollkeeper
+  make
+}
+
+package() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+make DESTDIR="${pkgdir}" install
+}

Copied: mate-sensors-applet/repos/community-i686/mate-sensors-applet.install 
(from rev 104245, mate-sensors-applet/trunk/mate-sensors-applet.install)
===
--- community-i686/mate-sensors-applet.install  (rev 0)
+++ community-i686/mate-sensors-applet.install  2014-01-16 18:03:24 UTC (rev 
104246)
@@ -0,0 +1,12 @@
+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-sensors-applet/repos/community-x86_64/PKGBUILD (from rev 104245, 
mate-sensors-applet/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2014-01-16 18:03:24 UTC (rev 104246)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer : Martin Wimpress 
+# Contributor: Giovanni Ricciardi 
+# Contributor: Xpander 
+
+pkgname=mate-sensors-applet
+pkgver=1.6.1
+pkgrel=1
+pkgdesc="A MATE Panel applet to display readings from hardware sensors, 
including CPU temperature, fan speeds and voltage readings."
+url="http://mate-desktop.org";
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('dbus' 'gtk2' 'libatasmart' 'libnotify' 'libxnvctrl' 'lm_sensors' 
'mate-panel' )
+makedepends=('docbook-xml' 'mate-common' 'mate-doc-utils' 'perl-xml-parser' 
'rarian')
+options=('!emptydirs')
+groups=('mate-extra')
+source=("http://pub.mate-desktop.org/releases/1.6/${pkgname}-${pkgver}.tar.xz";)
+sha1sums=('3b57d8e4b47ff2b25bbcee465c0ef7c37bcff1f7')
+install=${pkgname}.install
+
+build() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+./configure \
+--prefix=/usr \
+--libexecdir=/usr/lib/${pkgname} \
+--disable-static \
+--disable-scrollkeeper
+  make
+}
+
+package() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+make DESTDIR="${pkgdir}" install
+}

Copied: mate-sensors-applet/repos/community-x86_64/mate-sensors-applet.install 
(from rev 104245, mate-sensors-applet/trunk/mate-sensors-applet.install)
===
--- community-x86_64/mate-sensors-applet.install
(rev 0)
+++ community-x86_64/mate-sensors-applet.install2014-01-16 18:03:24 UTC 
(rev 104246)
@@ -0,0 +1,12 @@
+post_install() {
+   

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

2014-01-16 Thread Martin Wimpress
Date: Thursday, January 16, 2014 @ 19:05:57
  Author: flexiondotorg
Revision: 104248

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

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

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

Copied: mate-terminal/repos/community-i686/PKGBUILD (from rev 104247, 
mate-terminal/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-01-16 18:05:57 UTC (rev 104248)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer : Martin Wimpress 
+# Contributor: Giovanni Ricciardi 
+
+pkgname=mate-terminal
+pkgver=1.6.2
+pkgrel=1
+pkgdesc="The MATE Terminal Emulator"
+url="http://mate-desktop.org";
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('dbus' 'dconf' 'gtk2' 'libsm' 'mate-desktop' 'vte')
+makedepends=('docbook2x' 'mate-common' 'mate-doc-utils' 'perl-xml-parser')
+options=('!emptydirs')
+groups=('mate-extra')
+source=("http://pub.mate-desktop.org/releases/1.6/${pkgname}-${pkgver}.tar.xz";)
+sha1sums=('951c006c5ee31da0d0da1ebad4d1e6648fe0e41b')
+install=${pkgname}.install
+
+build() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+./configure \
+--prefix=/usr \
+--disable-static \
+--disable-scrollkeeper
+make
+}
+
+package() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+make DESTDIR="${pkgdir}" install
+}

Copied: mate-terminal/repos/community-i686/mate-terminal.install (from rev 
104247, mate-terminal/trunk/mate-terminal.install)
===
--- community-i686/mate-terminal.install(rev 0)
+++ community-i686/mate-terminal.install2014-01-16 18:05:57 UTC (rev 
104248)
@@ -0,0 +1,11 @@
+post_install() {
+glib-compile-schemas /usr/share/glib-2.0/schemas/
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}

Copied: mate-terminal/repos/community-x86_64/PKGBUILD (from rev 104247, 
mate-terminal/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2014-01-16 18:05:57 UTC (rev 104248)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer : Martin Wimpress 
+# Contributor: Giovanni Ricciardi 
+
+pkgname=mate-terminal
+pkgver=1.6.2
+pkgrel=1
+pkgdesc="The MATE Terminal Emulator"
+url="http://mate-desktop.org";
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('dbus' 'dconf' 'gtk2' 'libsm' 'mate-desktop' 'vte')
+makedepends=('docbook2x' 'mate-common' 'mate-doc-utils' 'perl-xml-parser')
+options=('!emptydirs')
+groups=('mate-extra')
+source=("http://pub.mate-desktop.org/releases/1.6/${pkgname}-${pkgver}.tar.xz";)
+sha1sums=('951c006c5ee31da0d0da1ebad4d1e6648fe0e41b')
+install=${pkgname}.install
+
+build() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+./configure \
+--prefix=/usr \
+--disable-static \
+--disable-scrollkeeper
+make
+}
+
+package() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+make DESTDIR="${pkgdir}" install
+}

Copied: mate-terminal/repos/community-x86_64/mate-terminal.install (from rev 
104247, mate-terminal/trunk/mate-terminal.install)
===
--- community-x86_64/mate-terminal.install  (rev 0)
+++ community-x86_64/mate-terminal.install  2014-01-16 18:05:57 UTC (rev 
104248)
@@ -0,0 +1,11 @@
+post_install() {
+glib-compile-schemas /usr/share/glib-2.0/schemas/
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}



[arch-commits] Commit in (5 files)

2014-01-16 Thread Martin Wimpress
Date: Thursday, January 16, 2014 @ 19:04:22
  Author: flexiondotorg
Revision: 104247

Added mate-terminal

Added:
  mate-terminal/
  mate-terminal/repos/
  mate-terminal/trunk/
  mate-terminal/trunk/PKGBUILD
  mate-terminal/trunk/mate-terminal.install

---+
 PKGBUILD  |   32 
 mate-terminal.install |   11 +++
 2 files changed, 43 insertions(+)

Added: mate-terminal/trunk/PKGBUILD
===
--- mate-terminal/trunk/PKGBUILD(rev 0)
+++ mate-terminal/trunk/PKGBUILD2014-01-16 18:04:22 UTC (rev 104247)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer : Martin Wimpress 
+# Contributor: Giovanni Ricciardi 
+
+pkgname=mate-terminal
+pkgver=1.6.2
+pkgrel=1
+pkgdesc="The MATE Terminal Emulator"
+url="http://mate-desktop.org";
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('dbus' 'dconf' 'gtk2' 'libsm' 'mate-desktop' 'vte')
+makedepends=('docbook2x' 'mate-common' 'mate-doc-utils' 'perl-xml-parser')
+options=('!emptydirs')
+groups=('mate-extra')
+source=("http://pub.mate-desktop.org/releases/1.6/${pkgname}-${pkgver}.tar.xz";)
+sha1sums=('951c006c5ee31da0d0da1ebad4d1e6648fe0e41b')
+install=${pkgname}.install
+
+build() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+./configure \
+--prefix=/usr \
+--disable-static \
+--disable-scrollkeeper
+make
+}
+
+package() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+make DESTDIR="${pkgdir}" install
+}


Property changes on: mate-terminal/trunk/PKGBUILD
___
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property
Added: mate-terminal/trunk/mate-terminal.install
===
--- mate-terminal/trunk/mate-terminal.install   (rev 0)
+++ mate-terminal/trunk/mate-terminal.install   2014-01-16 18:04:22 UTC (rev 
104247)
@@ -0,0 +1,11 @@
+post_install() {
+glib-compile-schemas /usr/share/glib-2.0/schemas/
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}



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

2014-01-16 Thread Martin Wimpress
Date: Thursday, January 16, 2014 @ 18:59:46
  Author: flexiondotorg
Revision: 104245

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

Added:
  libxnvctrl/repos/community-i686/
  libxnvctrl/repos/community-i686/10_libxnvctrl_so_0.diff
(from rev 104244, libxnvctrl/trunk/10_libxnvctrl_so_0.diff)
  libxnvctrl/repos/community-i686/PKGBUILD
(from rev 104244, libxnvctrl/trunk/PKGBUILD)
  libxnvctrl/repos/community-x86_64/
  libxnvctrl/repos/community-x86_64/10_libxnvctrl_so_0.diff
(from rev 104244, libxnvctrl/trunk/10_libxnvctrl_so_0.diff)
  libxnvctrl/repos/community-x86_64/PKGBUILD
(from rev 104244, libxnvctrl/trunk/PKGBUILD)

--+
 community-i686/10_libxnvctrl_so_0.diff   |   55 +
 community-i686/PKGBUILD  |   38 
 community-x86_64/10_libxnvctrl_so_0.diff |   55 +
 community-x86_64/PKGBUILD|   38 
 4 files changed, 186 insertions(+)

Copied: libxnvctrl/repos/community-i686/10_libxnvctrl_so_0.diff (from rev 
104244, libxnvctrl/trunk/10_libxnvctrl_so_0.diff)
===
--- community-i686/10_libxnvctrl_so_0.diff  (rev 0)
+++ community-i686/10_libxnvctrl_so_0.diff  2014-01-16 17:59:46 UTC (rev 
104245)
@@ -0,0 +1,55 @@
+Author: Andreas Beckmann 
+Description: build a shared library for libXNVCtrl
+Bug-Debian: http://bugs.debian.org/666909
+
+--- a/src/Makefile
 b/src/Makefile
+@@ -79,6 +79,9 @@
+ 
+ XNVCTRL_DIR ?= libXNVCtrl
+ XNVCTRL_ARCHIVE ?= $(XNVCTRL_DIR)/libXNVCtrl.a
++XNVCTRL_SHARED  ?= $(XNVCTRL_DIR)/libXNVCtrl.so.0
++#XNVCTRL_LIB?= $(XNVCTRL_ARCHIVE)
++XNVCTRL_LIB ?= $(XNVCTRL_SHARED)
+ XCONFIG_PARSER_DIR  ?= XF86Config-parser
+ COMMON_UTILS_DIR?= common-utils
+ COMMON_UNIX_DIR ?= common-unix
+@@ -179,9 +182,12 @@
+   $(MKDIR) $(BINDIR)
+   $(INSTALL) $(INSTALL_BIN_ARGS) $< $(BINDIR)/$(notdir $<)
+ 
+-$(NVIDIA_SETTINGS): $(OBJS) $(XNVCTRL_ARCHIVE)
++$(XNVCTRL_ARCHIVE) $(XNVCTRL_SHARED):
++  $(MAKE) -C $(XNVCTRL_DIR)
++
++$(NVIDIA_SETTINGS): $(OBJS) $(XNVCTRL_LIB)
+   $(call quiet_cmd,LINK) $(CFLAGS) $(LDFLAGS) $(BIN_LDFLAGS) -o $@ 
$(OBJS) \
+-  $(XNVCTRL_ARCHIVE) $(LIBS)
++  $(XNVCTRL_LIB) $(LIBS)
+   $(call quiet_cmd,STRIP_CMD) $@
+ 
+ # define the rule to build each object file
+--- a/src/libXNVCtrl/Makefile
 b/src/libXNVCtrl/Makefile
+@@ -22,12 +22,21 @@
+ RANLIB ?= ranlib
+ CFLAGS += -fPIC
+ 
++all: libXNVCtrl.a libXNVCtrl.so
++
+ libXNVCtrl.a : libXNVCtrl.a(NVCtrl.o)
+   $(RANLIB) $@
+ 
++libXNVCtrl.so: NVCtrl.o
++  $(RM) $@ $@.*
++  $(CC) -shared -Wl,-soname=$@.0 -o $@.0.0.0 $(LDFLAGS) $^ -lXext -lX11
++  ln -s $@.0.0.0 $@.0
++  ln -s $@.0 $@
++
+ NVCtrl.o : NVCtrl.h nv_control.h NVCtrlLib.h
+ .INTERMEDIATE: NVCtrl.o
+ 
+ clean ::
+   rm -f libXNVCtrl.a *.o
++  rm -f libXNVCtrl.so libXNVCtrl.so.*
+ .PHONY: clean

Copied: libxnvctrl/repos/community-i686/PKGBUILD (from rev 104244, 
libxnvctrl/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-01-16 17:59:46 UTC (rev 104245)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer:  Martin Wimpress 
+# Contributor: Alessio Sergi 
+
+pkgname=libxnvctrl
+pkgver=331.20
+pkgrel=2
+pkgdesc="NVIDIA X Ctrl library"
+arch=('i686' 'x86_64')
+url="http://www.nvidia.com/";
+license=('GPL2')
+depends=('libxext')
+source=("http://download.nvidia.com/XFree86/nvidia-settings/nvidia-settings-${pkgver}.tar.bz2";
+"10_libxnvctrl_so_0.diff")
+sha1sums=('a42cd2e821bce5061532d38d9f84a45d2986ba58'
+  '84146494a08d4b691e2cff84d1551210eee584dd')
+
+prepare() {
+cd "nvidia-settings-$pkgver"
+patch -Np1 -i "${srcdir}/10_libxnvctrl_so_0.diff"
+}
+
+build() {
+cd "nvidia-settings-$pkgver/src/libXNVCtrl"
+make clean
+make
+}
+
+package() {
+cd "nvidia-settings-$pkgver/src/libXNVCtrl"
+# install libXNVCtrl and headers
+install -d -m 755 "$pkgdir"/usr/{include/NVCtrl,lib}
+install -m 644 nv_control.h NVCtrl{,Lib}.h "$pkgdir"/usr/include/NVCtrl/
+install -m 644 libXNVCtrl.so.0.0.0 "$pkgdir"/usr/lib/
+cd "$pkgdir"/usr/lib/
+ln -s libXNVCtrl.so.0.0.0 libXNVCtrl.so.0
+ln -s libXNVCtrl.so.0 libXNVCtrl.so
+}

Copied: libxnvctrl/repos/community-x86_64/10_libxnvctrl_so_0.diff (from rev 
104244, libxnvctrl/trunk/10_libxnvctrl_so_0.diff)
===
--- community-x86_64/10_libxnvctrl_so_0.diff(rev 0)
+++ community-x86_64/10_libxnvctrl_so_0.diff2014-01-16 17:59:46 UTC (rev 
104245)
@@ -0,0 +1,55 @@
+Author: Andreas Beckmann 
+Description: build a shared library for libXNVCtrl
+Bug-Debian: http://bugs.

[arch-commits] Commit in (5 files)

2014-01-16 Thread Martin Wimpress
Date: Thursday, January 16, 2014 @ 18:59:17
  Author: flexiondotorg
Revision: 104244

Added libxnvctrl

Added:
  libxnvctrl/
  libxnvctrl/repos/
  libxnvctrl/trunk/
  libxnvctrl/trunk/10_libxnvctrl_so_0.diff
  libxnvctrl/trunk/PKGBUILD

-+
 10_libxnvctrl_so_0.diff |   55 ++
 PKGBUILD|   38 +++
 2 files changed, 93 insertions(+)

Added: libxnvctrl/trunk/10_libxnvctrl_so_0.diff
===
--- libxnvctrl/trunk/10_libxnvctrl_so_0.diff(rev 0)
+++ libxnvctrl/trunk/10_libxnvctrl_so_0.diff2014-01-16 17:59:17 UTC (rev 
104244)
@@ -0,0 +1,55 @@
+Author: Andreas Beckmann 
+Description: build a shared library for libXNVCtrl
+Bug-Debian: http://bugs.debian.org/666909
+
+--- a/src/Makefile
 b/src/Makefile
+@@ -79,6 +79,9 @@
+ 
+ XNVCTRL_DIR ?= libXNVCtrl
+ XNVCTRL_ARCHIVE ?= $(XNVCTRL_DIR)/libXNVCtrl.a
++XNVCTRL_SHARED  ?= $(XNVCTRL_DIR)/libXNVCtrl.so.0
++#XNVCTRL_LIB?= $(XNVCTRL_ARCHIVE)
++XNVCTRL_LIB ?= $(XNVCTRL_SHARED)
+ XCONFIG_PARSER_DIR  ?= XF86Config-parser
+ COMMON_UTILS_DIR?= common-utils
+ COMMON_UNIX_DIR ?= common-unix
+@@ -179,9 +182,12 @@
+   $(MKDIR) $(BINDIR)
+   $(INSTALL) $(INSTALL_BIN_ARGS) $< $(BINDIR)/$(notdir $<)
+ 
+-$(NVIDIA_SETTINGS): $(OBJS) $(XNVCTRL_ARCHIVE)
++$(XNVCTRL_ARCHIVE) $(XNVCTRL_SHARED):
++  $(MAKE) -C $(XNVCTRL_DIR)
++
++$(NVIDIA_SETTINGS): $(OBJS) $(XNVCTRL_LIB)
+   $(call quiet_cmd,LINK) $(CFLAGS) $(LDFLAGS) $(BIN_LDFLAGS) -o $@ 
$(OBJS) \
+-  $(XNVCTRL_ARCHIVE) $(LIBS)
++  $(XNVCTRL_LIB) $(LIBS)
+   $(call quiet_cmd,STRIP_CMD) $@
+ 
+ # define the rule to build each object file
+--- a/src/libXNVCtrl/Makefile
 b/src/libXNVCtrl/Makefile
+@@ -22,12 +22,21 @@
+ RANLIB ?= ranlib
+ CFLAGS += -fPIC
+ 
++all: libXNVCtrl.a libXNVCtrl.so
++
+ libXNVCtrl.a : libXNVCtrl.a(NVCtrl.o)
+   $(RANLIB) $@
+ 
++libXNVCtrl.so: NVCtrl.o
++  $(RM) $@ $@.*
++  $(CC) -shared -Wl,-soname=$@.0 -o $@.0.0.0 $(LDFLAGS) $^ -lXext -lX11
++  ln -s $@.0.0.0 $@.0
++  ln -s $@.0 $@
++
+ NVCtrl.o : NVCtrl.h nv_control.h NVCtrlLib.h
+ .INTERMEDIATE: NVCtrl.o
+ 
+ clean ::
+   rm -f libXNVCtrl.a *.o
++  rm -f libXNVCtrl.so libXNVCtrl.so.*
+ .PHONY: clean

Added: libxnvctrl/trunk/PKGBUILD
===
--- libxnvctrl/trunk/PKGBUILD   (rev 0)
+++ libxnvctrl/trunk/PKGBUILD   2014-01-16 17:59:17 UTC (rev 104244)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer:  Martin Wimpress 
+# Contributor: Alessio Sergi 
+
+pkgname=libxnvctrl
+pkgver=331.20
+pkgrel=2
+pkgdesc="NVIDIA X Ctrl library"
+arch=('i686' 'x86_64')
+url="http://www.nvidia.com/";
+license=('GPL2')
+depends=('libxext')
+source=("http://download.nvidia.com/XFree86/nvidia-settings/nvidia-settings-${pkgver}.tar.bz2";
+"10_libxnvctrl_so_0.diff")
+sha1sums=('a42cd2e821bce5061532d38d9f84a45d2986ba58'
+  '84146494a08d4b691e2cff84d1551210eee584dd')
+
+prepare() {
+cd "nvidia-settings-$pkgver"
+patch -Np1 -i "${srcdir}/10_libxnvctrl_so_0.diff"
+}
+
+build() {
+cd "nvidia-settings-$pkgver/src/libXNVCtrl"
+make clean
+make
+}
+
+package() {
+cd "nvidia-settings-$pkgver/src/libXNVCtrl"
+# install libXNVCtrl and headers
+install -d -m 755 "$pkgdir"/usr/{include/NVCtrl,lib}
+install -m 644 nv_control.h NVCtrl{,Lib}.h "$pkgdir"/usr/include/NVCtrl/
+install -m 644 libXNVCtrl.so.0.0.0 "$pkgdir"/usr/lib/
+cd "$pkgdir"/usr/lib/
+ln -s libXNVCtrl.so.0.0.0 libXNVCtrl.so.0
+ln -s libXNVCtrl.so.0 libXNVCtrl.so
+}


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


[arch-commits] Commit in (5 files)

2014-01-16 Thread Martin Wimpress
Date: Thursday, January 16, 2014 @ 18:57:40
  Author: flexiondotorg
Revision: 104243

Added mate-sensors-applet

Added:
  mate-sensors-applet/
  mate-sensors-applet/repos/
  mate-sensors-applet/trunk/
  mate-sensors-applet/trunk/PKGBUILD
  mate-sensors-applet/trunk/mate-sensors-applet.install

-+
 PKGBUILD|   34 ++
 mate-sensors-applet.install |   12 
 2 files changed, 46 insertions(+)

Added: mate-sensors-applet/trunk/PKGBUILD
===
--- mate-sensors-applet/trunk/PKGBUILD  (rev 0)
+++ mate-sensors-applet/trunk/PKGBUILD  2014-01-16 17:57:40 UTC (rev 104243)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer : Martin Wimpress 
+# Contributor: Giovanni Ricciardi 
+# Contributor: Xpander 
+
+pkgname=mate-sensors-applet
+pkgver=1.6.1
+pkgrel=1
+pkgdesc="A MATE Panel applet to display readings from hardware sensors, 
including CPU temperature, fan speeds and voltage readings."
+url="http://mate-desktop.org";
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('dbus' 'gtk2' 'libatasmart' 'libnotify' 'libxnvctrl' 'lm_sensors' 
'mate-panel' )
+makedepends=('docbook-xml' 'mate-common' 'mate-doc-utils' 'perl-xml-parser' 
'rarian')
+options=('!emptydirs')
+groups=('mate-extra')
+source=("http://pub.mate-desktop.org/releases/1.6/${pkgname}-${pkgver}.tar.xz";)
+sha1sums=('3b57d8e4b47ff2b25bbcee465c0ef7c37bcff1f7')
+install=${pkgname}.install
+
+build() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+./configure \
+--prefix=/usr \
+--libexecdir=/usr/lib/${pkgname} \
+--disable-static \
+--disable-scrollkeeper
+  make
+}
+
+package() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+make DESTDIR="${pkgdir}" install
+}


Property changes on: mate-sensors-applet/trunk/PKGBUILD
___
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property
Added: mate-sensors-applet/trunk/mate-sensors-applet.install
===
--- mate-sensors-applet/trunk/mate-sensors-applet.install   
(rev 0)
+++ mate-sensors-applet/trunk/mate-sensors-applet.install   2014-01-16 
17:57:40 UTC (rev 104243)
@@ -0,0 +1,12 @@
+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
+}



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

2014-01-16 Thread Martin Wimpress
Date: Thursday, January 16, 2014 @ 18:54:33
  Author: flexiondotorg
Revision: 104242

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

Added:
  mate-netspeed/repos/community-i686/
  mate-netspeed/repos/community-i686/PKGBUILD
(from rev 104241, mate-netspeed/trunk/PKGBUILD)
  mate-netspeed/repos/community-i686/mate-netspeed.install
(from rev 104241, mate-netspeed/trunk/mate-netspeed.install)
  mate-netspeed/repos/community-x86_64/
  mate-netspeed/repos/community-x86_64/PKGBUILD
(from rev 104241, mate-netspeed/trunk/PKGBUILD)
  mate-netspeed/repos/community-x86_64/mate-netspeed.install
(from rev 104241, mate-netspeed/trunk/mate-netspeed.install)

+
 community-i686/PKGBUILD|   34 +++
 community-i686/mate-netspeed.install   |   12 ++
 community-x86_64/PKGBUILD  |   34 +++
 community-x86_64/mate-netspeed.install |   12 ++
 4 files changed, 92 insertions(+)

Copied: mate-netspeed/repos/community-i686/PKGBUILD (from rev 104241, 
mate-netspeed/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-01-16 17:54:33 UTC (rev 104242)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer : Martin Wimpress 
+# Contributor: Giovanni "Talorno" Ricciardi 
+# Contributor: Xpander 
+
+pkgname=mate-netspeed
+pkgver=1.6.1
+pkgrel=1
+pkgdesc="A MATE applet that shows how much traffic occurs on a specified 
network device."
+url="http://mate-desktop.org";
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('gtk2' 'libgtop' 'mate-panel' 'wireless_tools')
+makedepends=('mate-common' 'mate-doc-utils' 'perl-xml-parser')
+options=('!emptydirs')
+groups=('mate-extra')
+source=("http://pub.mate-desktop.org/releases/1.6/${pkgname}-${pkgver}.tar.xz";)
+sha1sums=('4b9c8b7f7ff59ef8ad989821fe360f5f459c66ed')
+install=${pkgname}.install
+
+build() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+./configure \
+--prefix=/usr \
+--libexecdir=/usr/lib/${pkgname} \
+--disable-static \
+--disable-scrollkeeper
+make
+}
+
+package() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+make DESTDIR="${pkgdir}" install
+}

Copied: mate-netspeed/repos/community-i686/mate-netspeed.install (from rev 
104241, mate-netspeed/trunk/mate-netspeed.install)
===
--- community-i686/mate-netspeed.install(rev 0)
+++ community-i686/mate-netspeed.install2014-01-16 17:54:33 UTC (rev 
104242)
@@ -0,0 +1,12 @@
+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-netspeed/repos/community-x86_64/PKGBUILD (from rev 104241, 
mate-netspeed/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2014-01-16 17:54:33 UTC (rev 104242)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer : Martin Wimpress 
+# Contributor: Giovanni "Talorno" Ricciardi 
+# Contributor: Xpander 
+
+pkgname=mate-netspeed
+pkgver=1.6.1
+pkgrel=1
+pkgdesc="A MATE applet that shows how much traffic occurs on a specified 
network device."
+url="http://mate-desktop.org";
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('gtk2' 'libgtop' 'mate-panel' 'wireless_tools')
+makedepends=('mate-common' 'mate-doc-utils' 'perl-xml-parser')
+options=('!emptydirs')
+groups=('mate-extra')
+source=("http://pub.mate-desktop.org/releases/1.6/${pkgname}-${pkgver}.tar.xz";)
+sha1sums=('4b9c8b7f7ff59ef8ad989821fe360f5f459c66ed')
+install=${pkgname}.install
+
+build() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+./configure \
+--prefix=/usr \
+--libexecdir=/usr/lib/${pkgname} \
+--disable-static \
+--disable-scrollkeeper
+make
+}
+
+package() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+make DESTDIR="${pkgdir}" install
+}

Copied: mate-netspeed/repos/community-x86_64/mate-netspeed.install (from rev 
104241, mate-netspeed/trunk/mate-netspeed.install)
===
--- community-x86_64/mate-netspeed.install  (rev 0)
+++ community-x86_64/mate-netspeed.install  2014-01-16 17:54:33 UTC (rev 
104242)
@@ -0,0 +1,12 @@
+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
+}



[arch-commits] Commit in (5 files)

2014-01-16 Thread Martin Wimpress
Date: Thursday, January 16, 2014 @ 18:53:48
  Author: flexiondotorg
Revision: 104241

Added mate-netspeed

Added:
  mate-netspeed/
  mate-netspeed/repos/
  mate-netspeed/trunk/
  mate-netspeed/trunk/PKGBUILD
  mate-netspeed/trunk/mate-netspeed.install

---+
 PKGBUILD  |   34 ++
 mate-netspeed.install |   12 
 2 files changed, 46 insertions(+)

Added: mate-netspeed/trunk/PKGBUILD
===
--- mate-netspeed/trunk/PKGBUILD(rev 0)
+++ mate-netspeed/trunk/PKGBUILD2014-01-16 17:53:48 UTC (rev 104241)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer : Martin Wimpress 
+# Contributor: Giovanni "Talorno" Ricciardi 
+# Contributor: Xpander 
+
+pkgname=mate-netspeed
+pkgver=1.6.1
+pkgrel=1
+pkgdesc="A MATE applet that shows how much traffic occurs on a specified 
network device."
+url="http://mate-desktop.org";
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('gtk2' 'libgtop' 'mate-panel' 'wireless_tools')
+makedepends=('mate-common' 'mate-doc-utils' 'perl-xml-parser')
+options=('!emptydirs')
+groups=('mate-extra')
+source=("http://pub.mate-desktop.org/releases/1.6/${pkgname}-${pkgver}.tar.xz";)
+sha1sums=('4b9c8b7f7ff59ef8ad989821fe360f5f459c66ed')
+install=${pkgname}.install
+
+build() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+./configure \
+--prefix=/usr \
+--libexecdir=/usr/lib/${pkgname} \
+--disable-static \
+--disable-scrollkeeper
+make
+}
+
+package() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+make DESTDIR="${pkgdir}" install
+}


Property changes on: mate-netspeed/trunk/PKGBUILD
___
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property
Added: mate-netspeed/trunk/mate-netspeed.install
===
--- mate-netspeed/trunk/mate-netspeed.install   (rev 0)
+++ mate-netspeed/trunk/mate-netspeed.install   2014-01-16 17:53:48 UTC (rev 
104241)
@@ -0,0 +1,12 @@
+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
+}



[arch-commits] Commit in (5 files)

2014-01-16 Thread Martin Wimpress
Date: Thursday, January 16, 2014 @ 18:52:31
  Author: flexiondotorg
Revision: 104239

Added mate-netbook

Added:
  mate-netbook/
  mate-netbook/repos/
  mate-netbook/trunk/
  mate-netbook/trunk/PKGBUILD
  mate-netbook/trunk/mate-netbook.install

--+
 PKGBUILD |   32 
 mate-netbook.install |   11 +++
 2 files changed, 43 insertions(+)

Added: mate-netbook/trunk/PKGBUILD
===
--- mate-netbook/trunk/PKGBUILD (rev 0)
+++ mate-netbook/trunk/PKGBUILD 2014-01-16 17:52:31 UTC (rev 104239)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer : Martin Wimpress 
+# Contributor: Xpander 
+
+pkgname=mate-netbook
+pkgver=1.6.1
+pkgrel=1
+pkgdesc="A simple window management tool."
+url="http://mate-desktop.org";
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('gtk2' 'libfakekey' 'libmatewnck' 'libunique' 'mate-panel')
+makedepends=('mate-common' 'mate-doc-utils' 'perl-xml-parser')
+options=('!emptydirs')
+source=("http://pub.mate-desktop.org/releases/1.6/${pkgname}-${pkgver}.tar.xz";)
+sha1sums=('8aa6f4802bbe5ef7aef9d601a4172d1304d6bb86')
+install=${pkgname}.install
+
+build() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+./configure \
+--prefix=/usr \
+--libexec=/usr/lib/${pkgname} \
+--sysconfdir=/etc \
+--disable-static
+make
+}
+
+package() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+make DESTDIR="${pkgdir}" install
+}


Property changes on: mate-netbook/trunk/PKGBUILD
___
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property
Added: mate-netbook/trunk/mate-netbook.install
===
--- mate-netbook/trunk/mate-netbook.install (rev 0)
+++ mate-netbook/trunk/mate-netbook.install 2014-01-16 17:52:31 UTC (rev 
104239)
@@ -0,0 +1,11 @@
+post_install() {
+glib-compile-schemas /usr/share/glib-2.0/schemas/
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}



[arch-commits] Commit in mate-menu-editor/repos (3 files)

2014-01-16 Thread Martin Wimpress
Date: Thursday, January 16, 2014 @ 18:52:15
  Author: flexiondotorg
Revision: 104238

archrelease: copy trunk to community-any

Added:
  mate-menu-editor/repos/community-any/
  mate-menu-editor/repos/community-any/PKGBUILD
(from rev 104237, mate-menu-editor/trunk/PKGBUILD)
  mate-menu-editor/repos/community-any/mate-menu-editor.install
(from rev 104237, mate-menu-editor/trunk/mate-menu-editor.install)

--+
 PKGBUILD |   31 +++
 mate-menu-editor.install |   11 +++
 2 files changed, 42 insertions(+)

Copied: mate-menu-editor/repos/community-any/PKGBUILD (from rev 104237, 
mate-menu-editor/trunk/PKGBUILD)
===
--- community-any/PKGBUILD  (rev 0)
+++ community-any/PKGBUILD  2014-01-16 17:52:15 UTC (rev 104238)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer : Martin Wimpress 
+# Contributor: Giovanni "Talorno" Ricciardi 
+# Contributor: Xpander 
+
+pkgname=mate-menu-editor
+pkgver=1.6.0
+pkgrel=6
+pkgdesc="MATE menu editing tool"
+url="http://mate-desktop.org";
+arch=('any')
+license=('GPL')
+depends=('mate-menus' 'pygtk' 'python2' 'python2-gobject2')
+makedepends=('mate-common' 'mate-doc-utils' 'perl-xml-parser')
+options=('!emptydirs')
+groups=('mate-extra')
+source=("http://pub.mate-desktop.org/releases/1.6/${pkgname}-${pkgver}.tar.xz";)
+sha1sums=('dfc29a0280bc8c880e1ea042867fb350d957b490')
+install=${pkgname}.install
+
+build() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+PYTHON=/usr/bin/python2 ./autogen.sh \
+--prefix=/usr
+make
+}
+
+package() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+make DESTDIR="${pkgdir}" install
+}

Copied: mate-menu-editor/repos/community-any/mate-menu-editor.install (from rev 
104237, mate-menu-editor/trunk/mate-menu-editor.install)
===
--- community-any/mate-menu-editor.install  (rev 0)
+++ community-any/mate-menu-editor.install  2014-01-16 17:52:15 UTC (rev 
104238)
@@ -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 mate-netbook/repos (6 files)

2014-01-16 Thread Martin Wimpress
Date: Thursday, January 16, 2014 @ 18:53:25
  Author: flexiondotorg
Revision: 104240

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

Added:
  mate-netbook/repos/community-i686/
  mate-netbook/repos/community-i686/PKGBUILD
(from rev 104239, mate-netbook/trunk/PKGBUILD)
  mate-netbook/repos/community-i686/mate-netbook.install
(from rev 104239, mate-netbook/trunk/mate-netbook.install)
  mate-netbook/repos/community-x86_64/
  mate-netbook/repos/community-x86_64/PKGBUILD
(from rev 104239, mate-netbook/trunk/PKGBUILD)
  mate-netbook/repos/community-x86_64/mate-netbook.install
(from rev 104239, mate-netbook/trunk/mate-netbook.install)

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

Copied: mate-netbook/repos/community-i686/PKGBUILD (from rev 104239, 
mate-netbook/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-01-16 17:53:25 UTC (rev 104240)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer : Martin Wimpress 
+# Contributor: Xpander 
+
+pkgname=mate-netbook
+pkgver=1.6.1
+pkgrel=1
+pkgdesc="A simple window management tool."
+url="http://mate-desktop.org";
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('gtk2' 'libfakekey' 'libmatewnck' 'libunique' 'mate-panel')
+makedepends=('mate-common' 'mate-doc-utils' 'perl-xml-parser')
+options=('!emptydirs')
+source=("http://pub.mate-desktop.org/releases/1.6/${pkgname}-${pkgver}.tar.xz";)
+sha1sums=('8aa6f4802bbe5ef7aef9d601a4172d1304d6bb86')
+install=${pkgname}.install
+
+build() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+./configure \
+--prefix=/usr \
+--libexec=/usr/lib/${pkgname} \
+--sysconfdir=/etc \
+--disable-static
+make
+}
+
+package() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+make DESTDIR="${pkgdir}" install
+}

Copied: mate-netbook/repos/community-i686/mate-netbook.install (from rev 
104239, mate-netbook/trunk/mate-netbook.install)
===
--- community-i686/mate-netbook.install (rev 0)
+++ community-i686/mate-netbook.install 2014-01-16 17:53:25 UTC (rev 104240)
@@ -0,0 +1,11 @@
+post_install() {
+glib-compile-schemas /usr/share/glib-2.0/schemas/
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}

Copied: mate-netbook/repos/community-x86_64/PKGBUILD (from rev 104239, 
mate-netbook/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2014-01-16 17:53:25 UTC (rev 104240)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer : Martin Wimpress 
+# Contributor: Xpander 
+
+pkgname=mate-netbook
+pkgver=1.6.1
+pkgrel=1
+pkgdesc="A simple window management tool."
+url="http://mate-desktop.org";
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('gtk2' 'libfakekey' 'libmatewnck' 'libunique' 'mate-panel')
+makedepends=('mate-common' 'mate-doc-utils' 'perl-xml-parser')
+options=('!emptydirs')
+source=("http://pub.mate-desktop.org/releases/1.6/${pkgname}-${pkgver}.tar.xz";)
+sha1sums=('8aa6f4802bbe5ef7aef9d601a4172d1304d6bb86')
+install=${pkgname}.install
+
+build() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+./configure \
+--prefix=/usr \
+--libexec=/usr/lib/${pkgname} \
+--sysconfdir=/etc \
+--disable-static
+make
+}
+
+package() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+make DESTDIR="${pkgdir}" install
+}

Copied: mate-netbook/repos/community-x86_64/mate-netbook.install (from rev 
104239, mate-netbook/trunk/mate-netbook.install)
===
--- community-x86_64/mate-netbook.install   (rev 0)
+++ community-x86_64/mate-netbook.install   2014-01-16 17:53:25 UTC (rev 
104240)
@@ -0,0 +1,11 @@
+post_install() {
+glib-compile-schemas /usr/share/glib-2.0/schemas/
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}



[arch-commits] Commit in (5 files)

2014-01-16 Thread Martin Wimpress
Date: Thursday, January 16, 2014 @ 18:51:44
  Author: flexiondotorg
Revision: 104237

Added mate-menu-editor

Added:
  mate-menu-editor/
  mate-menu-editor/repos/
  mate-menu-editor/trunk/
  mate-menu-editor/trunk/PKGBUILD
  mate-menu-editor/trunk/mate-menu-editor.install

--+
 PKGBUILD |   31 +++
 mate-menu-editor.install |   11 +++
 2 files changed, 42 insertions(+)

Added: mate-menu-editor/trunk/PKGBUILD
===
--- mate-menu-editor/trunk/PKGBUILD (rev 0)
+++ mate-menu-editor/trunk/PKGBUILD 2014-01-16 17:51:44 UTC (rev 104237)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer : Martin Wimpress 
+# Contributor: Giovanni "Talorno" Ricciardi 
+# Contributor: Xpander 
+
+pkgname=mate-menu-editor
+pkgver=1.6.0
+pkgrel=6
+pkgdesc="MATE menu editing tool"
+url="http://mate-desktop.org";
+arch=('any')
+license=('GPL')
+depends=('mate-menus' 'pygtk' 'python2' 'python2-gobject2')
+makedepends=('mate-common' 'mate-doc-utils' 'perl-xml-parser')
+options=('!emptydirs')
+groups=('mate-extra')
+source=("http://pub.mate-desktop.org/releases/1.6/${pkgname}-${pkgver}.tar.xz";)
+sha1sums=('dfc29a0280bc8c880e1ea042867fb350d957b490')
+install=${pkgname}.install
+
+build() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+PYTHON=/usr/bin/python2 ./autogen.sh \
+--prefix=/usr
+make
+}
+
+package() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+make DESTDIR="${pkgdir}" install
+}


Property changes on: mate-menu-editor/trunk/PKGBUILD
___
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property
Added: mate-menu-editor/trunk/mate-menu-editor.install
===
--- mate-menu-editor/trunk/mate-menu-editor.install 
(rev 0)
+++ mate-menu-editor/trunk/mate-menu-editor.install 2014-01-16 17:51:44 UTC 
(rev 104237)
@@ -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 mate-icon-theme-faenza/repos (3 files)

2014-01-16 Thread Martin Wimpress
Date: Thursday, January 16, 2014 @ 18:49:02
  Author: flexiondotorg
Revision: 104236

archrelease: copy trunk to community-any

Added:
  mate-icon-theme-faenza/repos/community-any/
  mate-icon-theme-faenza/repos/community-any/PKGBUILD
(from rev 104235, mate-icon-theme-faenza/trunk/PKGBUILD)
  mate-icon-theme-faenza/repos/community-any/mate-icon-theme-faenza.install
(from rev 104235, 
mate-icon-theme-faenza/trunk/mate-icon-theme-faenza.install)

+
 PKGBUILD   |   32 
 mate-icon-theme-faenza.install |   13 +
 2 files changed, 45 insertions(+)

Copied: mate-icon-theme-faenza/repos/community-any/PKGBUILD (from rev 104235, 
mate-icon-theme-faenza/trunk/PKGBUILD)
===
--- community-any/PKGBUILD  (rev 0)
+++ community-any/PKGBUILD  2014-01-16 17:49:02 UTC (rev 104236)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer : Martin Wimpress 
+# Contributor: Giovanni "Talorno" Ricciardi 
+# Contributor: Xpander 
+
+pkgname=mate-icon-theme-faenza
+pkgver=1.6.0
+pkgrel=5
+pkgdesc="Faenza icon theme for MATE"
+url="http://mate-desktop.org";
+arch=('any')
+license=('LGPL')
+depends=('hicolor-icon-theme' 'gtk-update-icon-cache' 'librsvg')
+makedepends=('icon-naming-utils' 'mate-common')
+options=(!strip)
+groups=('mate-extra')
+source=("http://pub.mate-desktop.org/releases/1.6/${pkgname}-${pkgver}.tar.xz";)
+sha1sums=('17fcac5602f9b3039101e03a17e9d0f693f2dd78')
+install=${pkgname}.install
+
+build() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+./autogen.sh \
+--prefix=/usr
+make
+}
+
+package() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+make DESTDIR="${pkgdir}" install
+rm -f "${pkgdir}/usr/share/icons/matefaenza/icon-theme.cache"
+}

Copied: 
mate-icon-theme-faenza/repos/community-any/mate-icon-theme-faenza.install (from 
rev 104235, mate-icon-theme-faenza/trunk/mate-icon-theme-faenza.install)
===
--- community-any/mate-icon-theme-faenza.install
(rev 0)
+++ community-any/mate-icon-theme-faenza.install2014-01-16 17:49:02 UTC 
(rev 104236)
@@ -0,0 +1,13 @@
+post_install() {
+gtk-update-icon-cache -q -t -f /usr/share/icons/matefaenza
+gtk-update-icon-cache -q -t -f /usr/share/icons/matefaenzadark
+gtk-update-icon-cache -q -t -f /usr/share/icons/matefaenzagray
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}



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

2014-01-16 Thread Martin Wimpress
Date: Thursday, January 16, 2014 @ 18:45:59
  Author: flexiondotorg
Revision: 104234

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

Added:
  mate-file-manager-share/repos/community-i686/
  mate-file-manager-share/repos/community-i686/PKGBUILD
(from rev 104233, mate-file-manager-share/trunk/PKGBUILD)
  mate-file-manager-share/repos/community-x86_64/
  mate-file-manager-share/repos/community-x86_64/PKGBUILD
(from rev 104233, mate-file-manager-share/trunk/PKGBUILD)

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

Copied: mate-file-manager-share/repos/community-i686/PKGBUILD (from rev 104233, 
mate-file-manager-share/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-01-16 17:45:59 UTC (rev 104234)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer : Martin Wimpress 
+# Contributor: Giovanni "Talorno" Ricciardi 
+
+pkgname=mate-file-manager-share
+pkgver=1.6.0
+pkgrel=7
+pkgdesc="A Caja extension to quickly share a folder."
+url="http://mate-desktop.org";
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('mate-file-manager' 'samba')
+makedepends=('mate-common' 'perl-xml-parser')
+options=('!emptydirs')
+groups=('mate-extra')
+source=("http://pub.mate-desktop.org/releases/1.6/${pkgname}-${pkgver}.tar.xz";)
+sha1sums=('28e8ec54330e41aa44866107c23f48b47ea198e4')
+
+build() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+PYTHON=/usr/bin/python2 ./autogen.sh \
+--prefix=/usr
+make
+}
+
+package() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+make DESTDIR="${pkgdir}" install
+}

Copied: mate-file-manager-share/repos/community-x86_64/PKGBUILD (from rev 
104233, mate-file-manager-share/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2014-01-16 17:45:59 UTC (rev 104234)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer : Martin Wimpress 
+# Contributor: Giovanni "Talorno" Ricciardi 
+
+pkgname=mate-file-manager-share
+pkgver=1.6.0
+pkgrel=7
+pkgdesc="A Caja extension to quickly share a folder."
+url="http://mate-desktop.org";
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('mate-file-manager' 'samba')
+makedepends=('mate-common' 'perl-xml-parser')
+options=('!emptydirs')
+groups=('mate-extra')
+source=("http://pub.mate-desktop.org/releases/1.6/${pkgname}-${pkgver}.tar.xz";)
+sha1sums=('28e8ec54330e41aa44866107c23f48b47ea198e4')
+
+build() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+PYTHON=/usr/bin/python2 ./autogen.sh \
+--prefix=/usr
+make
+}
+
+package() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+make DESTDIR="${pkgdir}" install
+}



[arch-commits] Commit in (5 files)

2014-01-16 Thread Martin Wimpress
Date: Thursday, January 16, 2014 @ 18:46:43
  Author: flexiondotorg
Revision: 104235

Added mate-icon-theme-faenza

Added:
  mate-icon-theme-faenza/
  mate-icon-theme-faenza/repos/
  mate-icon-theme-faenza/trunk/
  mate-icon-theme-faenza/trunk/PKGBUILD
  mate-icon-theme-faenza/trunk/mate-icon-theme-faenza.install

+
 PKGBUILD   |   32 
 mate-icon-theme-faenza.install |   13 +
 2 files changed, 45 insertions(+)

Added: mate-icon-theme-faenza/trunk/PKGBUILD
===
--- mate-icon-theme-faenza/trunk/PKGBUILD   (rev 0)
+++ mate-icon-theme-faenza/trunk/PKGBUILD   2014-01-16 17:46:43 UTC (rev 
104235)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer : Martin Wimpress 
+# Contributor: Giovanni "Talorno" Ricciardi 
+# Contributor: Xpander 
+
+pkgname=mate-icon-theme-faenza
+pkgver=1.6.0
+pkgrel=5
+pkgdesc="Faenza icon theme for MATE"
+url="http://mate-desktop.org";
+arch=('any')
+license=('LGPL')
+depends=('hicolor-icon-theme' 'gtk-update-icon-cache' 'librsvg')
+makedepends=('icon-naming-utils' 'mate-common')
+options=(!strip)
+groups=('mate-extra')
+source=("http://pub.mate-desktop.org/releases/1.6/${pkgname}-${pkgver}.tar.xz";)
+sha1sums=('17fcac5602f9b3039101e03a17e9d0f693f2dd78')
+install=${pkgname}.install
+
+build() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+./autogen.sh \
+--prefix=/usr
+make
+}
+
+package() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+make DESTDIR="${pkgdir}" install
+rm -f "${pkgdir}/usr/share/icons/matefaenza/icon-theme.cache"
+}


Property changes on: mate-icon-theme-faenza/trunk/PKGBUILD
___
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property
Added: mate-icon-theme-faenza/trunk/mate-icon-theme-faenza.install
===
--- mate-icon-theme-faenza/trunk/mate-icon-theme-faenza.install 
(rev 0)
+++ mate-icon-theme-faenza/trunk/mate-icon-theme-faenza.install 2014-01-16 
17:46:43 UTC (rev 104235)
@@ -0,0 +1,13 @@
+post_install() {
+gtk-update-icon-cache -q -t -f /usr/share/icons/matefaenza
+gtk-update-icon-cache -q -t -f /usr/share/icons/matefaenzadark
+gtk-update-icon-cache -q -t -f /usr/share/icons/matefaenzagray
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}



[arch-commits] Commit in mate-file-manager-sendto/repos (6 files)

2014-01-16 Thread Martin Wimpress
Date: Thursday, January 16, 2014 @ 18:43:59
  Author: flexiondotorg
Revision: 104232

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

Added:
  mate-file-manager-sendto/repos/community-i686/
  mate-file-manager-sendto/repos/community-i686/PKGBUILD
(from rev 104231, mate-file-manager-sendto/trunk/PKGBUILD)
  mate-file-manager-sendto/repos/community-i686/mate-file-manager-sendto.install
(from rev 104231, 
mate-file-manager-sendto/trunk/mate-file-manager-sendto.install)
  mate-file-manager-sendto/repos/community-x86_64/
  mate-file-manager-sendto/repos/community-x86_64/PKGBUILD
(from rev 104231, mate-file-manager-sendto/trunk/PKGBUILD)
  
mate-file-manager-sendto/repos/community-x86_64/mate-file-manager-sendto.install
(from rev 104231, 
mate-file-manager-sendto/trunk/mate-file-manager-sendto.install)

---+
 community-i686/PKGBUILD   |   35 
 community-i686/mate-file-manager-sendto.install   |   11 ++
 community-x86_64/PKGBUILD |   35 
 community-x86_64/mate-file-manager-sendto.install |   11 ++
 4 files changed, 92 insertions(+)

Copied: mate-file-manager-sendto/repos/community-i686/PKGBUILD (from rev 
104231, mate-file-manager-sendto/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-01-16 17:43:59 UTC (rev 104232)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer : Martin Wimpress 
+# Contributor: Giovanni "Talorno" Ricciardi 
+# Contributor: Xpander 
+
+pkgname=mate-file-manager-sendto
+pkgver=1.6.0
+pkgrel=4
+pkgdesc="A Caja extension for sending files."
+url="http://mate-desktop.org";
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('dbus-glib' 'gupnp' 'gtk2' 'mate-file-manager')
+makedepends=('mate-common' 'perl-xml-parser')
+optdepends=('pidgin: Support for sending to instant messaging networks.'
+'gajim: Support for sending to Jabber.'
+'mate-bluetooth: Support for sending to bluetooth.')
+options=('!emptydirs')
+groups=('mate-extra')
+source=("http://pub.mate-desktop.org/releases/1.6/${pkgname}-${pkgver}.tar.xz";)
+sha1sums=('cf81a12d6d5d90f431d96fd67eed893f472b36f0')
+install=${pkgname}.install
+
+build() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+./autogen.sh \
+--prefix=/usr \
+--with-plugins=gajim,pidgin,removable-devices,upnp,emailclient
+make
+}
+
+package() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+make DESTDIR="${pkgdir}" install
+}

Copied: 
mate-file-manager-sendto/repos/community-i686/mate-file-manager-sendto.install 
(from rev 104231, 
mate-file-manager-sendto/trunk/mate-file-manager-sendto.install)
===
--- community-i686/mate-file-manager-sendto.install 
(rev 0)
+++ community-i686/mate-file-manager-sendto.install 2014-01-16 17:43:59 UTC 
(rev 104232)
@@ -0,0 +1,11 @@
+post_install() {
+glib-compile-schemas /usr/share/glib-2.0/schemas/
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}

Copied: mate-file-manager-sendto/repos/community-x86_64/PKGBUILD (from rev 
104231, mate-file-manager-sendto/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2014-01-16 17:43:59 UTC (rev 104232)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer : Martin Wimpress 
+# Contributor: Giovanni "Talorno" Ricciardi 
+# Contributor: Xpander 
+
+pkgname=mate-file-manager-sendto
+pkgver=1.6.0
+pkgrel=4
+pkgdesc="A Caja extension for sending files."
+url="http://mate-desktop.org";
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('dbus-glib' 'gupnp' 'gtk2' 'mate-file-manager')
+makedepends=('mate-common' 'perl-xml-parser')
+optdepends=('pidgin: Support for sending to instant messaging networks.'
+'gajim: Support for sending to Jabber.'
+'mate-bluetooth: Support for sending to bluetooth.')
+options=('!emptydirs')
+groups=('mate-extra')
+source=("http://pub.mate-desktop.org/releases/1.6/${pkgname}-${pkgver}.tar.xz";)
+sha1sums=('cf81a12d6d5d90f431d96fd67eed893f472b36f0')
+install=${pkgname}.install
+
+build() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+./autogen.sh \
+--prefix=/usr \
+--with-plugins=gajim,pidgin,removable-devices,upnp,emailclient
+make
+}
+
+package() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+make DESTDIR="${pkgdir}" install
+}

Copied: 
mate-file-manager-sendto/repos/community-x86_64/mate-file-manager-sendto.install
 (from rev 104231, 
mate-file-manager-sendto/trunk/mate-file-manager-sendto.install)
===
--- community-x86_64/mate-file-manager-sendto.install   
(rev 

[arch-commits] Commit in (5 files)

2014-01-16 Thread Martin Wimpress
Date: Thursday, January 16, 2014 @ 18:42:02
  Author: flexiondotorg
Revision: 104229

Added mate-file-manager-open-terminal

Added:
  mate-file-manager-open-terminal/
  mate-file-manager-open-terminal/repos/
  mate-file-manager-open-terminal/trunk/
  mate-file-manager-open-terminal/trunk/PKGBUILD
  mate-file-manager-open-terminal/trunk/mate-file-manager-open-terminal.install

-+
 PKGBUILD|   31 ++
 mate-file-manager-open-terminal.install |   11 ++
 2 files changed, 42 insertions(+)

Added: mate-file-manager-open-terminal/trunk/PKGBUILD
===
--- mate-file-manager-open-terminal/trunk/PKGBUILD  
(rev 0)
+++ mate-file-manager-open-terminal/trunk/PKGBUILD  2014-01-16 17:42:02 UTC 
(rev 104229)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer : Martin Wimpress 
+# Contributor: Giovanni "Talorno" Ricciardi 
+# Contributor: Xpander 
+
+pkgname=mate-file-manager-open-terminal
+pkgver=1.6.0
+pkgrel=7
+pkgdesc="A Caja extension for opening terminals in arbitrary local paths."
+url="http://mate-desktop.org/";
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('gtk2' 'mate-desktop' 'mate-file-manager')
+makedepends=('mate-common' 'perl-xml-parser')
+options=('!emptydirs')
+groups=('mate-extra')
+source=("http://pub.mate-desktop.org/releases/1.6/${pkgname}-${pkgver}.tar.xz";)
+sha1sums=('8695ac9d0acbc27173d024340f121cd298aff0b9')
+install=${pkgname}.install
+
+build() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+./autogen.sh \
+--prefix=/usr
+make
+}
+
+package() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+make DESTDIR="${pkgdir}" install
+}


Property changes on: mate-file-manager-open-terminal/trunk/PKGBUILD
___
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property
Added: 
mate-file-manager-open-terminal/trunk/mate-file-manager-open-terminal.install
===
--- 
mate-file-manager-open-terminal/trunk/mate-file-manager-open-terminal.install   
(rev 0)
+++ 
mate-file-manager-open-terminal/trunk/mate-file-manager-open-terminal.install   
2014-01-16 17:42:02 UTC (rev 104229)
@@ -0,0 +1,11 @@
+post_install() {
+glib-compile-schemas /usr/share/glib-2.0/schemas/
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}



[arch-commits] Commit in (4 files)

2014-01-16 Thread Martin Wimpress
Date: Thursday, January 16, 2014 @ 18:44:52
  Author: flexiondotorg
Revision: 104233

Added mate-file-manager-share

Added:
  mate-file-manager-share/
  mate-file-manager-share/repos/
  mate-file-manager-share/trunk/
  mate-file-manager-share/trunk/PKGBUILD

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

Added: mate-file-manager-share/trunk/PKGBUILD
===
--- mate-file-manager-share/trunk/PKGBUILD  (rev 0)
+++ mate-file-manager-share/trunk/PKGBUILD  2014-01-16 17:44:52 UTC (rev 
104233)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer : Martin Wimpress 
+# Contributor: Giovanni "Talorno" Ricciardi 
+
+pkgname=mate-file-manager-share
+pkgver=1.6.0
+pkgrel=7
+pkgdesc="A Caja extension to quickly share a folder."
+url="http://mate-desktop.org";
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('mate-file-manager' 'samba')
+makedepends=('mate-common' 'perl-xml-parser')
+options=('!emptydirs')
+groups=('mate-extra')
+source=("http://pub.mate-desktop.org/releases/1.6/${pkgname}-${pkgver}.tar.xz";)
+sha1sums=('28e8ec54330e41aa44866107c23f48b47ea198e4')
+
+build() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+PYTHON=/usr/bin/python2 ./autogen.sh \
+--prefix=/usr
+make
+}
+
+package() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+make DESTDIR="${pkgdir}" install
+}


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


[arch-commits] Commit in (5 files)

2014-01-16 Thread Martin Wimpress
Date: Thursday, January 16, 2014 @ 18:43:01
  Author: flexiondotorg
Revision: 104231

Added mate-file-manager-sendto

Added:
  mate-file-manager-sendto/
  mate-file-manager-sendto/repos/
  mate-file-manager-sendto/trunk/
  mate-file-manager-sendto/trunk/PKGBUILD
  mate-file-manager-sendto/trunk/mate-file-manager-sendto.install

--+
 PKGBUILD |   35 +++
 mate-file-manager-sendto.install |   11 +++
 2 files changed, 46 insertions(+)

Added: mate-file-manager-sendto/trunk/PKGBUILD
===
--- mate-file-manager-sendto/trunk/PKGBUILD (rev 0)
+++ mate-file-manager-sendto/trunk/PKGBUILD 2014-01-16 17:43:01 UTC (rev 
104231)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer : Martin Wimpress 
+# Contributor: Giovanni "Talorno" Ricciardi 
+# Contributor: Xpander 
+
+pkgname=mate-file-manager-sendto
+pkgver=1.6.0
+pkgrel=4
+pkgdesc="A Caja extension for sending files."
+url="http://mate-desktop.org";
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('dbus-glib' 'gupnp' 'gtk2' 'mate-file-manager')
+makedepends=('mate-common' 'perl-xml-parser')
+optdepends=('pidgin: Support for sending to instant messaging networks.'
+'gajim: Support for sending to Jabber.'
+'mate-bluetooth: Support for sending to bluetooth.')
+options=('!emptydirs')
+groups=('mate-extra')
+source=("http://pub.mate-desktop.org/releases/1.6/${pkgname}-${pkgver}.tar.xz";)
+sha1sums=('cf81a12d6d5d90f431d96fd67eed893f472b36f0')
+install=${pkgname}.install
+
+build() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+./autogen.sh \
+--prefix=/usr \
+--with-plugins=gajim,pidgin,removable-devices,upnp,emailclient
+make
+}
+
+package() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+make DESTDIR="${pkgdir}" install
+}


Property changes on: mate-file-manager-sendto/trunk/PKGBUILD
___
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property
Added: mate-file-manager-sendto/trunk/mate-file-manager-sendto.install
===
--- mate-file-manager-sendto/trunk/mate-file-manager-sendto.install 
(rev 0)
+++ mate-file-manager-sendto/trunk/mate-file-manager-sendto.install 
2014-01-16 17:43:01 UTC (rev 104231)
@@ -0,0 +1,11 @@
+post_install() {
+glib-compile-schemas /usr/share/glib-2.0/schemas/
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}



[arch-commits] Commit in mate-file-manager-open-terminal/repos (6 files)

2014-01-16 Thread Martin Wimpress
Date: Thursday, January 16, 2014 @ 18:42:41
  Author: flexiondotorg
Revision: 104230

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

Added:
  mate-file-manager-open-terminal/repos/community-i686/
  mate-file-manager-open-terminal/repos/community-i686/PKGBUILD
(from rev 104229, mate-file-manager-open-terminal/trunk/PKGBUILD)
  
mate-file-manager-open-terminal/repos/community-i686/mate-file-manager-open-terminal.install
(from rev 104229, 
mate-file-manager-open-terminal/trunk/mate-file-manager-open-terminal.install)
  mate-file-manager-open-terminal/repos/community-x86_64/
  mate-file-manager-open-terminal/repos/community-x86_64/PKGBUILD
(from rev 104229, mate-file-manager-open-terminal/trunk/PKGBUILD)
  
mate-file-manager-open-terminal/repos/community-x86_64/mate-file-manager-open-terminal.install
(from rev 104229, 
mate-file-manager-open-terminal/trunk/mate-file-manager-open-terminal.install)

--+
 community-i686/PKGBUILD  |   31 +
 community-i686/mate-file-manager-open-terminal.install   |   11 
 community-x86_64/PKGBUILD|   31 +
 community-x86_64/mate-file-manager-open-terminal.install |   11 
 4 files changed, 84 insertions(+)

Copied: mate-file-manager-open-terminal/repos/community-i686/PKGBUILD (from rev 
104229, mate-file-manager-open-terminal/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-01-16 17:42:41 UTC (rev 104230)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer : Martin Wimpress 
+# Contributor: Giovanni "Talorno" Ricciardi 
+# Contributor: Xpander 
+
+pkgname=mate-file-manager-open-terminal
+pkgver=1.6.0
+pkgrel=7
+pkgdesc="A Caja extension for opening terminals in arbitrary local paths."
+url="http://mate-desktop.org/";
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('gtk2' 'mate-desktop' 'mate-file-manager')
+makedepends=('mate-common' 'perl-xml-parser')
+options=('!emptydirs')
+groups=('mate-extra')
+source=("http://pub.mate-desktop.org/releases/1.6/${pkgname}-${pkgver}.tar.xz";)
+sha1sums=('8695ac9d0acbc27173d024340f121cd298aff0b9')
+install=${pkgname}.install
+
+build() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+./autogen.sh \
+--prefix=/usr
+make
+}
+
+package() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+make DESTDIR="${pkgdir}" install
+}

Copied: 
mate-file-manager-open-terminal/repos/community-i686/mate-file-manager-open-terminal.install
 (from rev 104229, 
mate-file-manager-open-terminal/trunk/mate-file-manager-open-terminal.install)
===
--- community-i686/mate-file-manager-open-terminal.install  
(rev 0)
+++ community-i686/mate-file-manager-open-terminal.install  2014-01-16 
17:42:41 UTC (rev 104230)
@@ -0,0 +1,11 @@
+post_install() {
+glib-compile-schemas /usr/share/glib-2.0/schemas/
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}

Copied: mate-file-manager-open-terminal/repos/community-x86_64/PKGBUILD (from 
rev 104229, mate-file-manager-open-terminal/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2014-01-16 17:42:41 UTC (rev 104230)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer : Martin Wimpress 
+# Contributor: Giovanni "Talorno" Ricciardi 
+# Contributor: Xpander 
+
+pkgname=mate-file-manager-open-terminal
+pkgver=1.6.0
+pkgrel=7
+pkgdesc="A Caja extension for opening terminals in arbitrary local paths."
+url="http://mate-desktop.org/";
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('gtk2' 'mate-desktop' 'mate-file-manager')
+makedepends=('mate-common' 'perl-xml-parser')
+options=('!emptydirs')
+groups=('mate-extra')
+source=("http://pub.mate-desktop.org/releases/1.6/${pkgname}-${pkgver}.tar.xz";)
+sha1sums=('8695ac9d0acbc27173d024340f121cd298aff0b9')
+install=${pkgname}.install
+
+build() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+./autogen.sh \
+--prefix=/usr
+make
+}
+
+package() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+make DESTDIR="${pkgdir}" install
+}

Copied: 
mate-file-manager-open-terminal/repos/community-x86_64/mate-file-manager-open-terminal.install
 (from rev 104229, 
mate-file-manager-open-terminal/trunk/mate-file-manager-open-terminal.install)
===
--- community-x86_64/mate-file-manager-open-terminal.install
(rev 0)
+++ community-x86_64/mate-file-manager-open-terminal.install2014-01-16 
17:42:41 UTC (rev 104230)
@@ -0,0 +1,11 @@
+post_install() {
+glib-compile-schemas /usr/share/glib-2.0/schemas/
+}
+
+post_upgrade() {
+post_install
+}
+
+post

[arch-commits] Commit in mate-file-manager-image-converter/repos (4 files)

2014-01-16 Thread Martin Wimpress
Date: Thursday, January 16, 2014 @ 18:41:51
  Author: flexiondotorg
Revision: 104228

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

Added:
  mate-file-manager-image-converter/repos/community-i686/
  mate-file-manager-image-converter/repos/community-i686/PKGBUILD
(from rev 104227, mate-file-manager-image-converter/trunk/PKGBUILD)
  mate-file-manager-image-converter/repos/community-x86_64/
  mate-file-manager-image-converter/repos/community-x86_64/PKGBUILD
(from rev 104227, mate-file-manager-image-converter/trunk/PKGBUILD)

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

Copied: mate-file-manager-image-converter/repos/community-i686/PKGBUILD (from 
rev 104227, mate-file-manager-image-converter/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-01-16 17:41:51 UTC (rev 104228)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer : Martin Wimpress 
+# Contributor: Giovanni "Talorno" Ricciardi 
+# Contributor: Xpander 
+
+pkgname=mate-file-manager-image-converter
+pkgver=1.6.0
+pkgrel=6
+pkgdesc="A Caja extension for simple image conversions."
+url="http://mate-desktop.org/";
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('gtk2' 'imagemagick' 'mate-file-manager')
+makedepends=('mate-common' 'perl-xml-parser')
+options=('!emptydirs')
+groups=('mate-extra')
+source=("http://pub.mate-desktop.org/releases/1.6/${pkgname}-${pkgver}.tar.xz";)
+sha1sums=('ab3b248e93f4c7322296d5856a8439d0a2515f53')
+
+build() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+./autogen.sh \
+--prefix=/usr
+make
+}
+
+package() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+make DESTDIR="${pkgdir}" install
+}

Copied: mate-file-manager-image-converter/repos/community-x86_64/PKGBUILD (from 
rev 104227, mate-file-manager-image-converter/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2014-01-16 17:41:51 UTC (rev 104228)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer : Martin Wimpress 
+# Contributor: Giovanni "Talorno" Ricciardi 
+# Contributor: Xpander 
+
+pkgname=mate-file-manager-image-converter
+pkgver=1.6.0
+pkgrel=6
+pkgdesc="A Caja extension for simple image conversions."
+url="http://mate-desktop.org/";
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('gtk2' 'imagemagick' 'mate-file-manager')
+makedepends=('mate-common' 'perl-xml-parser')
+options=('!emptydirs')
+groups=('mate-extra')
+source=("http://pub.mate-desktop.org/releases/1.6/${pkgname}-${pkgver}.tar.xz";)
+sha1sums=('ab3b248e93f4c7322296d5856a8439d0a2515f53')
+
+build() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+./autogen.sh \
+--prefix=/usr
+make
+}
+
+package() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+make DESTDIR="${pkgdir}" install
+}



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

2014-01-16 Thread Martin Wimpress
Date: Thursday, January 16, 2014 @ 18:40:52
  Author: flexiondotorg
Revision: 104226

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

Added:
  mate-file-manager-gksu/repos/community-i686/
  mate-file-manager-gksu/repos/community-i686/PKGBUILD
(from rev 104225, mate-file-manager-gksu/trunk/PKGBUILD)
  mate-file-manager-gksu/repos/community-x86_64/
  mate-file-manager-gksu/repos/community-x86_64/PKGBUILD
(from rev 104225, mate-file-manager-gksu/trunk/PKGBUILD)

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

Copied: mate-file-manager-gksu/repos/community-i686/PKGBUILD (from rev 104225, 
mate-file-manager-gksu/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-01-16 17:40:52 UTC (rev 104226)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer : Martin Wimpress 
+# Contributor: Giovanni "Talorno" Ricciardi 
+# Contributor: Xpander 
+
+pkgname=mate-file-manager-gksu
+pkgver=1.6.0
+pkgrel=7
+pkgdesc="A Caja extension for executing files with elevated privileges."
+url="http://mate-desktop.org/";
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('gksu' 'gtk2' 'mate-file-manager')
+makedepends=('mate-common' 'perl-xml-parser')
+options=('!emptydirs')
+groups=('mate-extra')
+source=("http://pub.mate-desktop.org/releases/1.6/${pkgname}-${pkgver}.tar.xz";)
+sha1sums=('fd6e6268e5e00706fbe5d20090aff94d2ce57302')
+
+build() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+./autogen.sh \
+--prefix=/usr
+make
+}
+
+package() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+make DESTDIR="${pkgdir}" install
+}

Copied: mate-file-manager-gksu/repos/community-x86_64/PKGBUILD (from rev 
104225, mate-file-manager-gksu/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2014-01-16 17:40:52 UTC (rev 104226)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer : Martin Wimpress 
+# Contributor: Giovanni "Talorno" Ricciardi 
+# Contributor: Xpander 
+
+pkgname=mate-file-manager-gksu
+pkgver=1.6.0
+pkgrel=7
+pkgdesc="A Caja extension for executing files with elevated privileges."
+url="http://mate-desktop.org/";
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('gksu' 'gtk2' 'mate-file-manager')
+makedepends=('mate-common' 'perl-xml-parser')
+options=('!emptydirs')
+groups=('mate-extra')
+source=("http://pub.mate-desktop.org/releases/1.6/${pkgname}-${pkgver}.tar.xz";)
+sha1sums=('fd6e6268e5e00706fbe5d20090aff94d2ce57302')
+
+build() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+./autogen.sh \
+--prefix=/usr
+make
+}
+
+package() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+make DESTDIR="${pkgdir}" install
+}



[arch-commits] Commit in (4 files)

2014-01-16 Thread Martin Wimpress
Date: Thursday, January 16, 2014 @ 18:41:05
  Author: flexiondotorg
Revision: 104227

Added mate-file-manager-image-converter

Added:
  mate-file-manager-image-converter/
  mate-file-manager-image-converter/repos/
  mate-file-manager-image-converter/trunk/
  mate-file-manager-image-converter/trunk/PKGBUILD

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

Added: mate-file-manager-image-converter/trunk/PKGBUILD
===
--- mate-file-manager-image-converter/trunk/PKGBUILD
(rev 0)
+++ mate-file-manager-image-converter/trunk/PKGBUILD2014-01-16 17:41:05 UTC 
(rev 104227)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer : Martin Wimpress 
+# Contributor: Giovanni "Talorno" Ricciardi 
+# Contributor: Xpander 
+
+pkgname=mate-file-manager-image-converter
+pkgver=1.6.0
+pkgrel=6
+pkgdesc="A Caja extension for simple image conversions."
+url="http://mate-desktop.org/";
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('gtk2' 'imagemagick' 'mate-file-manager')
+makedepends=('mate-common' 'perl-xml-parser')
+options=('!emptydirs')
+groups=('mate-extra')
+source=("http://pub.mate-desktop.org/releases/1.6/${pkgname}-${pkgver}.tar.xz";)
+sha1sums=('ab3b248e93f4c7322296d5856a8439d0a2515f53')
+
+build() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+./autogen.sh \
+--prefix=/usr
+make
+}
+
+package() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+make DESTDIR="${pkgdir}" install
+}


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


[arch-commits] Commit in (5 files)

2014-01-16 Thread Martin Wimpress
Date: Thursday, January 16, 2014 @ 18:34:26
  Author: flexiondotorg
Revision: 104223

Added mate-document-viewer

Added:
  mate-document-viewer/
  mate-document-viewer/repos/
  mate-document-viewer/trunk/
  mate-document-viewer/trunk/PKGBUILD
  mate-document-viewer/trunk/mate-document-viewer.install

--+
 PKGBUILD |   50 +
 mate-document-viewer.install |   13 ++
 2 files changed, 63 insertions(+)

Added: mate-document-viewer/trunk/PKGBUILD
===
--- mate-document-viewer/trunk/PKGBUILD (rev 0)
+++ mate-document-viewer/trunk/PKGBUILD 2014-01-16 17:34:26 UTC (rev 104223)
@@ -0,0 +1,50 @@
+# $Id$
+# Maintainer : Martin Wimpress 
+# Contributor: Giovanni "Talorno" Ricciardi 
+# Contributor: Xpander 
+
+pkgname=mate-document-viewer
+pkgver=1.6.1
+pkgrel=5
+pkgdesc="Simply a document viewer"
+url="http://mate-desktop.org";
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('dconf' 'dbus' 'desktop-file-utils' 'gtk2' 'libmatekeyring' 'libsm'
+ 'libspectre' 'mate-icon-theme' 'poppler-glib' 'zlib')
+makedepends=('djvulibre' 'gobject-introspection' 'libgxps' 'mate-common'
+ 'mate-doc-utils' 'mate-file-manager' 'perl-xml-parser' 
'texlive-bin')
+optdepends=('djvulibre: DjVu support'
+'libgxps: XPS support'
+'mate-file-manager: Document Properties extension'
+'p7zip: cbz and cb7 compressed comic books'
+'texlive-bin: DVI support'
+'unrar: cbr compressed comic books')
+options=('!emptydirs')
+groups=('mate-extra')
+source=("http://pub.mate-desktop.org/releases/1.6/${pkgname}-${pkgver}.tar.xz";)
+sha1sums=('5b3d1643b7945d56214ec13dc38cb641dfb688e1')
+install=${pkgname}.install
+
+build() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+./autogen.sh \
+--prefix=/usr \
+--libexecdir=/usr/lib/${pkgname} \
+--enable-gtk-doc \
+--enable-djvu \
+--enable-dvi \
+--enable-t1lib \
+--enable-pixbuf \
+--enable-comics \
+--enable-introspection \
+--disable-static \
+--disable-scrollkeeper
+make
+}
+
+package() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+make DESTDIR="${pkgdir}" install
+ln -s atril "${pkgdir}/usr/bin/mate-document-viewer"
+}


Property changes on: mate-document-viewer/trunk/PKGBUILD
___
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property
Added: mate-document-viewer/trunk/mate-document-viewer.install
===
--- mate-document-viewer/trunk/mate-document-viewer.install 
(rev 0)
+++ mate-document-viewer/trunk/mate-document-viewer.install 2014-01-16 
17:34:26 UTC (rev 104223)
@@ -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
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}



[arch-commits] Commit in (4 files)

2014-01-16 Thread Martin Wimpress
Date: Thursday, January 16, 2014 @ 18:40:06
  Author: flexiondotorg
Revision: 104225

Added mate-file-manager-gksu

Added:
  mate-file-manager-gksu/
  mate-file-manager-gksu/repos/
  mate-file-manager-gksu/trunk/
  mate-file-manager-gksu/trunk/PKGBUILD

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

Added: mate-file-manager-gksu/trunk/PKGBUILD
===
--- mate-file-manager-gksu/trunk/PKGBUILD   (rev 0)
+++ mate-file-manager-gksu/trunk/PKGBUILD   2014-01-16 17:40:06 UTC (rev 
104225)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer : Martin Wimpress 
+# Contributor: Giovanni "Talorno" Ricciardi 
+# Contributor: Xpander 
+
+pkgname=mate-file-manager-gksu
+pkgver=1.6.0
+pkgrel=7
+pkgdesc="A Caja extension for executing files with elevated privileges."
+url="http://mate-desktop.org/";
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('gksu' 'gtk2' 'mate-file-manager')
+makedepends=('mate-common' 'perl-xml-parser')
+options=('!emptydirs')
+groups=('mate-extra')
+source=("http://pub.mate-desktop.org/releases/1.6/${pkgname}-${pkgver}.tar.xz";)
+sha1sums=('fd6e6268e5e00706fbe5d20090aff94d2ce57302')
+
+build() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+./autogen.sh \
+--prefix=/usr
+make
+}
+
+package() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+make DESTDIR="${pkgdir}" install
+}


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


[arch-commits] Commit in mate-document-viewer/repos (6 files)

2014-01-16 Thread Martin Wimpress
Date: Thursday, January 16, 2014 @ 18:39:19
  Author: flexiondotorg
Revision: 104224

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

Added:
  mate-document-viewer/repos/community-i686/
  mate-document-viewer/repos/community-i686/PKGBUILD
(from rev 104223, mate-document-viewer/trunk/PKGBUILD)
  mate-document-viewer/repos/community-i686/mate-document-viewer.install
(from rev 104223, mate-document-viewer/trunk/mate-document-viewer.install)
  mate-document-viewer/repos/community-x86_64/
  mate-document-viewer/repos/community-x86_64/PKGBUILD
(from rev 104223, mate-document-viewer/trunk/PKGBUILD)
  mate-document-viewer/repos/community-x86_64/mate-document-viewer.install
(from rev 104223, mate-document-viewer/trunk/mate-document-viewer.install)

---+
 community-i686/PKGBUILD   |   50 
 community-i686/mate-document-viewer.install   |   13 ++
 community-x86_64/PKGBUILD |   50 
 community-x86_64/mate-document-viewer.install |   13 ++
 4 files changed, 126 insertions(+)

Copied: mate-document-viewer/repos/community-i686/PKGBUILD (from rev 104223, 
mate-document-viewer/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-01-16 17:39:19 UTC (rev 104224)
@@ -0,0 +1,50 @@
+# $Id$
+# Maintainer : Martin Wimpress 
+# Contributor: Giovanni "Talorno" Ricciardi 
+# Contributor: Xpander 
+
+pkgname=mate-document-viewer
+pkgver=1.6.1
+pkgrel=5
+pkgdesc="Simply a document viewer"
+url="http://mate-desktop.org";
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('dconf' 'dbus' 'desktop-file-utils' 'gtk2' 'libmatekeyring' 'libsm'
+ 'libspectre' 'mate-icon-theme' 'poppler-glib' 'zlib')
+makedepends=('djvulibre' 'gobject-introspection' 'libgxps' 'mate-common'
+ 'mate-doc-utils' 'mate-file-manager' 'perl-xml-parser' 
'texlive-bin')
+optdepends=('djvulibre: DjVu support'
+'libgxps: XPS support'
+'mate-file-manager: Document Properties extension'
+'p7zip: cbz and cb7 compressed comic books'
+'texlive-bin: DVI support'
+'unrar: cbr compressed comic books')
+options=('!emptydirs')
+groups=('mate-extra')
+source=("http://pub.mate-desktop.org/releases/1.6/${pkgname}-${pkgver}.tar.xz";)
+sha1sums=('5b3d1643b7945d56214ec13dc38cb641dfb688e1')
+install=${pkgname}.install
+
+build() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+./autogen.sh \
+--prefix=/usr \
+--libexecdir=/usr/lib/${pkgname} \
+--enable-gtk-doc \
+--enable-djvu \
+--enable-dvi \
+--enable-t1lib \
+--enable-pixbuf \
+--enable-comics \
+--enable-introspection \
+--disable-static \
+--disable-scrollkeeper
+make
+}
+
+package() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+make DESTDIR="${pkgdir}" install
+ln -s atril "${pkgdir}/usr/bin/mate-document-viewer"
+}

Copied: mate-document-viewer/repos/community-i686/mate-document-viewer.install 
(from rev 104223, mate-document-viewer/trunk/mate-document-viewer.install)
===
--- community-i686/mate-document-viewer.install (rev 0)
+++ community-i686/mate-document-viewer.install 2014-01-16 17:39:19 UTC (rev 
104224)
@@ -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
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}

Copied: mate-document-viewer/repos/community-x86_64/PKGBUILD (from rev 104223, 
mate-document-viewer/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2014-01-16 17:39:19 UTC (rev 104224)
@@ -0,0 +1,50 @@
+# $Id$
+# Maintainer : Martin Wimpress 
+# Contributor: Giovanni "Talorno" Ricciardi 
+# Contributor: Xpander 
+
+pkgname=mate-document-viewer
+pkgver=1.6.1
+pkgrel=5
+pkgdesc="Simply a document viewer"
+url="http://mate-desktop.org";
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('dconf' 'dbus' 'desktop-file-utils' 'gtk2' 'libmatekeyring' 'libsm'
+ 'libspectre' 'mate-icon-theme' 'poppler-glib' 'zlib')
+makedepends=('djvulibre' 'gobject-introspection' 'libgxps' 'mate-common'
+ 'mate-doc-utils' 'mate-file-manager' 'perl-xml-parser' 
'texlive-bin')
+optdepends=('djvulibre: DjVu support'
+'libgxps: XPS support'
+'mate-file-manager: Document Properties extension'
+'p7zip: cbz and cb7 compressed comic books'
+'texlive-bin: DVI support'
+'unrar: cbr compressed comic books')
+options=('!emptydirs'

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

2014-01-16 Thread Martin Wimpress
Date: Thursday, January 16, 2014 @ 18:33:47
  Author: flexiondotorg
Revision: 104222

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

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

+
 community-i686/PKGBUILD|   31 +++
 community-i686/mate-calc.install   |   11 +++
 community-x86_64/PKGBUILD  |   31 +++
 community-x86_64/mate-calc.install |   11 +++
 4 files changed, 84 insertions(+)

Copied: mate-calc/repos/community-i686/PKGBUILD (from rev 104221, 
mate-calc/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-01-16 17:33:47 UTC (rev 104222)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer : Martin Wimpress 
+# Contributor: Giovanni "Talorno" Ricciardi 
+# Contributor: Xpander 
+
+pkgname=mate-calc
+pkgver=1.6.0
+pkgrel=4
+pkgdesc="Calculator for the Mate desktop environment"
+url="http://mate-desktop.org";
+arch=('i686' 'x86_64')
+license=('LGPL' 'GPL')
+depends=('dconf' 'gtk2')
+makedepends=('mate-common' 'mate-doc-utils' 'perl-xml-parser')
+options=('!emptydirs')
+groups=('mate-extra')
+source=("http://pub.mate-desktop.org/releases/1.6/${pkgname}-${pkgver}.tar.xz";)
+sha1sums=('c793118595cd370ccca9875880e0e6760f6c5a08')
+install=${pkgname}.install
+
+build() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+./autogen.sh \
+--prefix=/usr
+make
+}
+
+package() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+make DESTDIR="${pkgdir}" install
+}

Copied: mate-calc/repos/community-i686/mate-calc.install (from rev 104221, 
mate-calc/trunk/mate-calc.install)
===
--- community-i686/mate-calc.install(rev 0)
+++ community-i686/mate-calc.install2014-01-16 17:33:47 UTC (rev 104222)
@@ -0,0 +1,11 @@
+post_install() {
+glib-compile-schemas /usr/share/glib-2.0/schemas/
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}

Copied: mate-calc/repos/community-x86_64/PKGBUILD (from rev 104221, 
mate-calc/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2014-01-16 17:33:47 UTC (rev 104222)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer : Martin Wimpress 
+# Contributor: Giovanni "Talorno" Ricciardi 
+# Contributor: Xpander 
+
+pkgname=mate-calc
+pkgver=1.6.0
+pkgrel=4
+pkgdesc="Calculator for the Mate desktop environment"
+url="http://mate-desktop.org";
+arch=('i686' 'x86_64')
+license=('LGPL' 'GPL')
+depends=('dconf' 'gtk2')
+makedepends=('mate-common' 'mate-doc-utils' 'perl-xml-parser')
+options=('!emptydirs')
+groups=('mate-extra')
+source=("http://pub.mate-desktop.org/releases/1.6/${pkgname}-${pkgver}.tar.xz";)
+sha1sums=('c793118595cd370ccca9875880e0e6760f6c5a08')
+install=${pkgname}.install
+
+build() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+./autogen.sh \
+--prefix=/usr
+make
+}
+
+package() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+make DESTDIR="${pkgdir}" install
+}

Copied: mate-calc/repos/community-x86_64/mate-calc.install (from rev 104221, 
mate-calc/trunk/mate-calc.install)
===
--- community-x86_64/mate-calc.install  (rev 0)
+++ community-x86_64/mate-calc.install  2014-01-16 17:33:47 UTC (rev 104222)
@@ -0,0 +1,11 @@
+post_install() {
+glib-compile-schemas /usr/share/glib-2.0/schemas/
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}



[arch-commits] Commit in (5 files)

2014-01-16 Thread Martin Wimpress
Date: Thursday, January 16, 2014 @ 18:32:41
  Author: flexiondotorg
Revision: 104221

Added mate-calc

Added:
  mate-calc/
  mate-calc/repos/
  mate-calc/trunk/
  mate-calc/trunk/PKGBUILD
  mate-calc/trunk/mate-calc.install

---+
 PKGBUILD  |   31 +++
 mate-calc.install |   11 +++
 2 files changed, 42 insertions(+)

Added: mate-calc/trunk/PKGBUILD
===
--- mate-calc/trunk/PKGBUILD(rev 0)
+++ mate-calc/trunk/PKGBUILD2014-01-16 17:32:41 UTC (rev 104221)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer : Martin Wimpress 
+# Contributor: Giovanni "Talorno" Ricciardi 
+# Contributor: Xpander 
+
+pkgname=mate-calc
+pkgver=1.6.0
+pkgrel=4
+pkgdesc="Calculator for the Mate desktop environment"
+url="http://mate-desktop.org";
+arch=('i686' 'x86_64')
+license=('LGPL' 'GPL')
+depends=('dconf' 'gtk2')
+makedepends=('mate-common' 'mate-doc-utils' 'perl-xml-parser')
+options=('!emptydirs')
+groups=('mate-extra')
+source=("http://pub.mate-desktop.org/releases/1.6/${pkgname}-${pkgver}.tar.xz";)
+sha1sums=('c793118595cd370ccca9875880e0e6760f6c5a08')
+install=${pkgname}.install
+
+build() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+./autogen.sh \
+--prefix=/usr
+make
+}
+
+package() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+make DESTDIR="${pkgdir}" install
+}


Property changes on: mate-calc/trunk/PKGBUILD
___
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property
Added: mate-calc/trunk/mate-calc.install
===
--- mate-calc/trunk/mate-calc.install   (rev 0)
+++ mate-calc/trunk/mate-calc.install   2014-01-16 17:32:41 UTC (rev 104221)
@@ -0,0 +1,11 @@
+post_install() {
+glib-compile-schemas /usr/share/glib-2.0/schemas/
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}



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

2014-01-16 Thread Martin Wimpress
Date: Thursday, January 16, 2014 @ 18:30:37
  Author: flexiondotorg
Revision: 104220

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

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

---+
 community-i686/PKGBUILD   |   55 
 community-i686/mate-applets.install   |   13 +++
 community-x86_64/PKGBUILD |   55 
 community-x86_64/mate-applets.install |   13 +++
 4 files changed, 136 insertions(+)

Copied: mate-applets/repos/community-i686/PKGBUILD (from rev 104219, 
mate-applets/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-01-16 17:30:37 UTC (rev 104220)
@@ -0,0 +1,55 @@
+# $Id$
+# Maintainer : Martin Wimpress 
+# Contributor: Giovanni "Talorno" Ricciardi 
+# Contributor: Xpander 
+
+pkgname=mate-applets
+pkgver=1.6.2
+pkgrel=1
+pkgdesc="Applets for MATE panel"
+arch=('i686' 'x86_64')
+url="http://mate-desktop.org";
+license=('GPL')
+depends=('mate-character-map' 'mate-panel' 'python2-dbus' 'python2-gobject'
+ 'upower')
+makedepends=('docbook2x' 'docbook-xsl' 'mate-common' 'mate-doc-utils'
+ 'networkmanager' 'perl-xml-parser')
+options=('!emptydirs')
+groups=('mate-extra')
+source=("http://pub.mate-desktop.org/releases/1.6/${pkgname}-${pkgver}.tar.xz";
+
"https://github.com/mate-desktop/mate-applets/commit/98dfd949e9209eefc0722fb232761f01b4fe2d7e.diff";
+
"https://github.com/mate-desktop/mate-applets/commit/6fca38a74cc9e6b4ce107496f2e0e7d203c43d2b.diff";)
+sha1sums=('2978918a0b995b3f3dd98ad7ca159b0d7bcd245a'
+  'c4d7f2d7952b53d8ac616ced55a4cf3da25c0fc4'
+  '36c4507e54b21fbcff49732077912dbc5283807a')
+install=${pkgname}.install
+
+prepare() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+#upower: fix upower version
+patch -Np1 -i "${srcdir}/98dfd949e9209eefc0722fb232761f01b4fe2d7e.diff"
+#battstat: use g_signal notify for upower-1.0
+patch -Np1 -i "${srcdir}/6fca38a74cc9e6b4ce107496f2e0e7d203c43d2b.diff"
+# Use python2
+sed -i 's/env python/env python2/' 
invest-applet/invest/{chart.py,invest-applet.py,mate-invest-chart}
+sed -i 's/env python/env python2/' timer-applet/src/timer-applet
+}
+
+build() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+PYTHON=/usr/bin/python2 ./configure \
+--prefix=/usr \
+--sysconfdir=/etc \
+--libexecdir=/usr/lib/${pkgname} \
+--enable-polkit \
+--enable-networkmanager \
+--enable-ipv6 \
+--disable-static \
+--disable-scrollkeeper
+make
+}
+
+package() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+make DESTDIR="${pkgdir}" install
+}

Copied: mate-applets/repos/community-i686/mate-applets.install (from rev 
104219, mate-applets/trunk/mate-applets.install)
===
--- community-i686/mate-applets.install (rev 0)
+++ community-i686/mate-applets.install 2014-01-16 17:30:37 UTC (rev 104220)
@@ -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
+gtk-update-icon-cache -q -t -f /usr/share/icons/mate
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}

Copied: mate-applets/repos/community-x86_64/PKGBUILD (from rev 104219, 
mate-applets/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2014-01-16 17:30:37 UTC (rev 104220)
@@ -0,0 +1,55 @@
+# $Id$
+# Maintainer : Martin Wimpress 
+# Contributor: Giovanni "Talorno" Ricciardi 
+# Contributor: Xpander 
+
+pkgname=mate-applets
+pkgver=1.6.2
+pkgrel=1
+pkgdesc="Applets for MATE panel"
+arch=('i686' 'x86_64')
+url="http://mate-desktop.org";
+license=('GPL')
+depends=('mate-character-map' 'mate-panel' 'python2-dbus' 'python2-gobject'
+ 'upower')
+makedepends=('docbook2x' 'docbook-xsl' 'mate-common' 'mate-doc-utils'
+ 'networkmanager' 'perl-xml-parser')
+options=('!emptydirs')
+groups=('mate-extra')
+source=("http://pub.mate-desktop.org/releases/1.6/${pkgname}-${pkgver}.tar.xz";
+
"https://github.com/mate-desktop/mate-applets/commit/98dfd949e9209eefc0722fb232761f01b4fe2d7e.diff";
+
"https

[arch-commits] Commit in (5 files)

2014-01-16 Thread Martin Wimpress
Date: Thursday, January 16, 2014 @ 18:24:55
  Author: flexiondotorg
Revision: 104219

Added mate-applets

Added:
  mate-applets/
  mate-applets/repos/
  mate-applets/trunk/
  mate-applets/trunk/PKGBUILD
  mate-applets/trunk/mate-applets.install

--+
 PKGBUILD |   55 +
 mate-applets.install |   13 +++
 2 files changed, 68 insertions(+)

Added: mate-applets/trunk/PKGBUILD
===
--- mate-applets/trunk/PKGBUILD (rev 0)
+++ mate-applets/trunk/PKGBUILD 2014-01-16 17:24:55 UTC (rev 104219)
@@ -0,0 +1,55 @@
+# $Id$
+# Maintainer : Martin Wimpress 
+# Contributor: Giovanni "Talorno" Ricciardi 
+# Contributor: Xpander 
+
+pkgname=mate-applets
+pkgver=1.6.2
+pkgrel=1
+pkgdesc="Applets for MATE panel"
+arch=('i686' 'x86_64')
+url="http://mate-desktop.org";
+license=('GPL')
+depends=('mate-character-map' 'mate-panel' 'python2-dbus' 'python2-gobject'
+ 'upower')
+makedepends=('docbook2x' 'docbook-xsl' 'mate-common' 'mate-doc-utils'
+ 'networkmanager' 'perl-xml-parser')
+options=('!emptydirs')
+groups=('mate-extra')
+source=("http://pub.mate-desktop.org/releases/1.6/${pkgname}-${pkgver}.tar.xz";
+
"https://github.com/mate-desktop/mate-applets/commit/98dfd949e9209eefc0722fb232761f01b4fe2d7e.diff";
+
"https://github.com/mate-desktop/mate-applets/commit/6fca38a74cc9e6b4ce107496f2e0e7d203c43d2b.diff";)
+sha1sums=('2978918a0b995b3f3dd98ad7ca159b0d7bcd245a'
+  'c4d7f2d7952b53d8ac616ced55a4cf3da25c0fc4'
+  '36c4507e54b21fbcff49732077912dbc5283807a')
+install=${pkgname}.install
+
+prepare() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+#upower: fix upower version
+patch -Np1 -i "${srcdir}/98dfd949e9209eefc0722fb232761f01b4fe2d7e.diff"
+#battstat: use g_signal notify for upower-1.0
+patch -Np1 -i "${srcdir}/6fca38a74cc9e6b4ce107496f2e0e7d203c43d2b.diff"
+# Use python2
+sed -i 's/env python/env python2/' 
invest-applet/invest/{chart.py,invest-applet.py,mate-invest-chart}
+sed -i 's/env python/env python2/' timer-applet/src/timer-applet
+}
+
+build() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+PYTHON=/usr/bin/python2 ./configure \
+--prefix=/usr \
+--sysconfdir=/etc \
+--libexecdir=/usr/lib/${pkgname} \
+--enable-polkit \
+--enable-networkmanager \
+--enable-ipv6 \
+--disable-static \
+--disable-scrollkeeper
+make
+}
+
+package() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+make DESTDIR="${pkgdir}" install
+}


Property changes on: mate-applets/trunk/PKGBUILD
___
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property
Added: mate-applets/trunk/mate-applets.install
===
--- mate-applets/trunk/mate-applets.install (rev 0)
+++ mate-applets/trunk/mate-applets.install 2014-01-16 17:24:55 UTC (rev 
104219)
@@ -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
+gtk-update-icon-cache -q -t -f /usr/share/icons/mate
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}



[arch-commits] Commit in mate-character-map/repos (6 files)

2014-01-16 Thread Martin Wimpress
Date: Thursday, January 16, 2014 @ 18:20:32
  Author: flexiondotorg
Revision: 104218

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

Added:
  mate-character-map/repos/community-i686/
  mate-character-map/repos/community-i686/PKGBUILD
(from rev 104217, mate-character-map/trunk/PKGBUILD)
  mate-character-map/repos/community-i686/mate-character-map.install
(from rev 104217, mate-character-map/trunk/mate-character-map.install)
  mate-character-map/repos/community-x86_64/
  mate-character-map/repos/community-x86_64/PKGBUILD
(from rev 104217, mate-character-map/trunk/PKGBUILD)
  mate-character-map/repos/community-x86_64/mate-character-map.install
(from rev 104217, mate-character-map/trunk/mate-character-map.install)

-+
 community-i686/PKGBUILD |   35 ++
 community-i686/mate-character-map.install   |   11 
 community-x86_64/PKGBUILD   |   35 ++
 community-x86_64/mate-character-map.install |   11 
 4 files changed, 92 insertions(+)

Copied: mate-character-map/repos/community-i686/PKGBUILD (from rev 104217, 
mate-character-map/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-01-16 17:20:32 UTC (rev 104218)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer : Martin Wimpress 
+# Contributor: Giovanni "Talorno" Ricciardi 
+
+pkgname=mate-character-map
+pkgver=1.6.0
+pkgrel=5
+pkgdesc="MATE Unicode Charmap"
+url="http://mate-desktop.org";
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('dconf' 'gtk2' 'pygtk' 'python2')
+makedepends=('gobject-introspection' 'mate-common' 'mate-doc-utils' 
'perl-xml-parser')
+options=('!emptydirs' )
+groups=('mate-extra')
+source=("http://pub.mate-desktop.org/releases/1.6/${pkgname}-${pkgver}.tar.xz";)
+sha1sums=('e378e26ebe493d3f849771d10930504b8980448e')
+install=${pkgname}.install
+
+build() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+PYTHON=/usr/bin/python2 ./autogen.sh \
+--prefix=/usr \
+--enable-charmap \
+--enable-python-bindings \
+--enable-introspection \
+--disable-static \
+--disable-scrollkeeper
+make
+}
+
+package() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+make DESTDIR="${pkgdir}" install
+}

Copied: mate-character-map/repos/community-i686/mate-character-map.install 
(from rev 104217, mate-character-map/trunk/mate-character-map.install)
===
--- community-i686/mate-character-map.install   (rev 0)
+++ community-i686/mate-character-map.install   2014-01-16 17:20:32 UTC (rev 
104218)
@@ -0,0 +1,11 @@
+post_install() {
+glib-compile-schemas /usr/share/glib-2.0/schemas/
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}

Copied: mate-character-map/repos/community-x86_64/PKGBUILD (from rev 104217, 
mate-character-map/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2014-01-16 17:20:32 UTC (rev 104218)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer : Martin Wimpress 
+# Contributor: Giovanni "Talorno" Ricciardi 
+
+pkgname=mate-character-map
+pkgver=1.6.0
+pkgrel=5
+pkgdesc="MATE Unicode Charmap"
+url="http://mate-desktop.org";
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('dconf' 'gtk2' 'pygtk' 'python2')
+makedepends=('gobject-introspection' 'mate-common' 'mate-doc-utils' 
'perl-xml-parser')
+options=('!emptydirs' )
+groups=('mate-extra')
+source=("http://pub.mate-desktop.org/releases/1.6/${pkgname}-${pkgver}.tar.xz";)
+sha1sums=('e378e26ebe493d3f849771d10930504b8980448e')
+install=${pkgname}.install
+
+build() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+PYTHON=/usr/bin/python2 ./autogen.sh \
+--prefix=/usr \
+--enable-charmap \
+--enable-python-bindings \
+--enable-introspection \
+--disable-static \
+--disable-scrollkeeper
+make
+}
+
+package() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+make DESTDIR="${pkgdir}" install
+}

Copied: mate-character-map/repos/community-x86_64/mate-character-map.install 
(from rev 104217, mate-character-map/trunk/mate-character-map.install)
===
--- community-x86_64/mate-character-map.install (rev 0)
+++ community-x86_64/mate-character-map.install 2014-01-16 17:20:32 UTC (rev 
104218)
@@ -0,0 +1,11 @@
+post_install() {
+glib-compile-schemas /usr/share/glib-2.0/schemas/
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}



[arch-commits] Commit in (5 files)

2014-01-16 Thread Martin Wimpress
Date: Thursday, January 16, 2014 @ 18:13:27
  Author: flexiondotorg
Revision: 104215

Added mate-system-monitor

Added:
  mate-system-monitor/
  mate-system-monitor/repos/
  mate-system-monitor/trunk/
  mate-system-monitor/trunk/PKGBUILD
  mate-system-monitor/trunk/mate-system-monitor.install

-+
 PKGBUILD|   35 +++
 mate-system-monitor.install |   11 +++
 2 files changed, 46 insertions(+)

Added: mate-system-monitor/trunk/PKGBUILD
===
--- mate-system-monitor/trunk/PKGBUILD  (rev 0)
+++ mate-system-monitor/trunk/PKGBUILD  2014-01-16 17:13:27 UTC (rev 104215)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer : Martin Wimpress 
+# Contributor: Giovanni Ricciardi 
+
+pkgname=mate-system-monitor
+pkgver=1.6.1
+pkgrel=5
+pkgdesc="A system monitor for MATE"
+url="http://mate-desktop.org";
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('dconf' 'dbus' 'glibmm' 'gtk2' 'gtkmm' 'libgtop' 'libmatewnck' 
'librsvg'
+ 'mate-icon-theme')
+makedepends=('docbook2x' 'mate-common' 'mate-doc-utils' 'perl-xml-parser')
+options=('!emptydirs')
+groups=('mate-extra')
+source=("http://pub.mate-desktop.org/releases/1.6/${pkgname}-${pkgver}.tar.xz";)
+sha1sums=('84b6e8f3557bdadada026aeb349f6e9e90b59c6a')
+install=${pkgname}.install
+
+build() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+./configure \
+--prefix=/usr \
+--libexecdir=/usr/lib/${pkgname} \
+--localstatedir=/var \
+--disable-static \
+--disable-scrollkeeper
+make
+}
+
+package() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+make DESTDIR="${pkgdir}" install
+}


Property changes on: mate-system-monitor/trunk/PKGBUILD
___
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property
Added: mate-system-monitor/trunk/mate-system-monitor.install
===
--- mate-system-monitor/trunk/mate-system-monitor.install   
(rev 0)
+++ mate-system-monitor/trunk/mate-system-monitor.install   2014-01-16 
17:13:27 UTC (rev 104215)
@@ -0,0 +1,11 @@
+post_install() {
+glib-compile-schemas /usr/share/glib-2.0/schemas/
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}



[arch-commits] Commit in (5 files)

2014-01-16 Thread Martin Wimpress
Date: Thursday, January 16, 2014 @ 18:18:33
  Author: flexiondotorg
Revision: 104217

Added mate-character-map

Added:
  mate-character-map/
  mate-character-map/repos/
  mate-character-map/trunk/
  mate-character-map/trunk/PKGBUILD
  mate-character-map/trunk/mate-character-map.install

+
 PKGBUILD   |   35 +++
 mate-character-map.install |   11 +++
 2 files changed, 46 insertions(+)

Added: mate-character-map/trunk/PKGBUILD
===
--- mate-character-map/trunk/PKGBUILD   (rev 0)
+++ mate-character-map/trunk/PKGBUILD   2014-01-16 17:18:33 UTC (rev 104217)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer : Martin Wimpress 
+# Contributor: Giovanni "Talorno" Ricciardi 
+
+pkgname=mate-character-map
+pkgver=1.6.0
+pkgrel=5
+pkgdesc="MATE Unicode Charmap"
+url="http://mate-desktop.org";
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('dconf' 'gtk2' 'pygtk' 'python2')
+makedepends=('gobject-introspection' 'mate-common' 'mate-doc-utils' 
'perl-xml-parser')
+options=('!emptydirs' )
+groups=('mate-extra')
+source=("http://pub.mate-desktop.org/releases/1.6/${pkgname}-${pkgver}.tar.xz";)
+sha1sums=('e378e26ebe493d3f849771d10930504b8980448e')
+install=${pkgname}.install
+
+build() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+PYTHON=/usr/bin/python2 ./autogen.sh \
+--prefix=/usr \
+--enable-charmap \
+--enable-python-bindings \
+--enable-introspection \
+--disable-static \
+--disable-scrollkeeper
+make
+}
+
+package() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+make DESTDIR="${pkgdir}" install
+}


Property changes on: mate-character-map/trunk/PKGBUILD
___
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property
Added: mate-character-map/trunk/mate-character-map.install
===
--- mate-character-map/trunk/mate-character-map.install 
(rev 0)
+++ mate-character-map/trunk/mate-character-map.install 2014-01-16 17:18:33 UTC 
(rev 104217)
@@ -0,0 +1,11 @@
+post_install() {
+glib-compile-schemas /usr/share/glib-2.0/schemas/
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}



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

2014-01-16 Thread Martin Wimpress
Date: Thursday, January 16, 2014 @ 18:11:58
  Author: flexiondotorg
Revision: 104214

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

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

-+
 community-i686/PKGBUILD |   48 ++
 community-i686/mate-power-manager.install   |   12 ++
 community-x86_64/PKGBUILD   |   48 ++
 community-x86_64/mate-power-manager.install |   12 ++
 4 files changed, 120 insertions(+)

Copied: mate-power-manager/repos/community-i686/PKGBUILD (from rev 104213, 
mate-power-manager/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-01-16 17:11:58 UTC (rev 104214)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer : Martin Wimpress 
+# Contributor: Giovanni Ricciardi 
+# Contributor: Xpander 
+# Contributor: hekel 
+
+pkgname=mate-power-manager
+pkgver=1.6.3
+pkgrel=3
+pkgdesc="Session daemon that makes it easy to manage your laptop or desktop 
system for Mate Desktop"
+url="http://mate-desktop.org";
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('dbus-glib' 'dconf' 'libcanberra' 'libmatekeyring' 'libnotify'
+ 'libunique' 'upower')
+makedepends=('docbook2x' 'docbook-xml' 'mate-common' 'mate-doc-utils'
+ 'mate-panel' 'perl-xml-parser' 'xmlto')
+optdepends=('mate-panel: Set brightness and inhibit power management from the 
panel')
+options=('!emptydirs')
+groups=('mate-extra')
+source=("http://pub.mate-desktop.org/releases/1.6/${pkgname}-${pkgver}.tar.xz";)
+sha1sums=('a949e34494cb70bcb2fa349dcc35847f022be187')
+install=${pkgname}.install
+
+prepare() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+#Work around a problem where the .sgml fail to parse.
+sed -e 's:@HAVE_DOCBOOK2MAN_TRUE@.*::' -i man/Makefile.in
+}
+
+build() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+./configure \
+--prefix=/usr \
+--libexecdir=/usr/lib/${pkgname} \
+--sysconfdir=/etc \
+--localstatedir=/var \
+--sbindir=/usr/bin \
+--enable-applets \
+--enable-unique \
+--disable-scrollkeeper
+make
+}
+
+package() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+make DESTDIR="${pkgdir}" install
+}

Copied: mate-power-manager/repos/community-i686/mate-power-manager.install 
(from rev 104213, mate-power-manager/trunk/mate-power-manager.install)
===
--- community-i686/mate-power-manager.install   (rev 0)
+++ community-i686/mate-power-manager.install   2014-01-16 17:11:58 UTC (rev 
104214)
@@ -0,0 +1,12 @@
+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-power-manager/repos/community-x86_64/PKGBUILD (from rev 104213, 
mate-power-manager/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2014-01-16 17:11:58 UTC (rev 104214)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer : Martin Wimpress 
+# Contributor: Giovanni Ricciardi 
+# Contributor: Xpander 
+# Contributor: hekel 
+
+pkgname=mate-power-manager
+pkgver=1.6.3
+pkgrel=3
+pkgdesc="Session daemon that makes it easy to manage your laptop or desktop 
system for Mate Desktop"
+url="http://mate-desktop.org";
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('dbus-glib' 'dconf' 'libcanberra' 'libmatekeyring' 'libnotify'
+ 'libunique' 'upower')
+makedepends=('docbook2x' 'docbook-xml' 'mate-common' 'mate-doc-utils'
+ 'mate-panel' 'perl-xml-parser' 'xmlto')
+optdepends=('mate-panel: Set brightness and inhibit power management from the 
panel')
+options=('!emptydirs')
+groups=('mate-extra')
+source=("http://pub.mate-desktop.org/releases/1.6/${pkgname}-${pkgver}.tar.xz";)
+sha1sums=('a949e34494cb70bcb2fa349dcc35847f022be187')
+install=${pkgname}.install
+
+prepare() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+#Work around a problem where the .sgml fail to parse.
+sed -e 's:@HAVE_DOCBOOK2MAN_TRUE@.*::' -i man/Makefile.in
+}
+
+build() {
+cd "${srcdir}/${pkgname}-$

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

2014-01-16 Thread Martin Wimpress
Date: Thursday, January 16, 2014 @ 18:08:48
  Author: flexiondotorg
Revision: 104212

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

Added:
  mate-file-archiver/repos/community-i686/
  mate-file-archiver/repos/community-i686/PKGBUILD
(from rev 104211, mate-file-archiver/trunk/PKGBUILD)
  mate-file-archiver/repos/community-i686/fr-rpm-bsdtar.patch
(from rev 104211, mate-file-archiver/trunk/fr-rpm-bsdtar.patch)
  mate-file-archiver/repos/community-i686/mate-file-archiver.install
(from rev 104211, mate-file-archiver/trunk/mate-file-archiver.install)
  mate-file-archiver/repos/community-x86_64/
  mate-file-archiver/repos/community-x86_64/PKGBUILD
(from rev 104211, mate-file-archiver/trunk/PKGBUILD)
  mate-file-archiver/repos/community-x86_64/fr-rpm-bsdtar.patch
(from rev 104211, mate-file-archiver/trunk/fr-rpm-bsdtar.patch)
  mate-file-archiver/repos/community-x86_64/mate-file-archiver.install
(from rev 104211, mate-file-archiver/trunk/mate-file-archiver.install)

-+
 community-i686/PKGBUILD |   51 ++
 community-i686/fr-rpm-bsdtar.patch  |   60 ++
 community-i686/mate-file-archiver.install   |   13 +
 community-x86_64/PKGBUILD   |   51 ++
 community-x86_64/fr-rpm-bsdtar.patch|   60 ++
 community-x86_64/mate-file-archiver.install |   13 +
 6 files changed, 248 insertions(+)

Copied: mate-file-archiver/repos/community-i686/PKGBUILD (from rev 104211, 
mate-file-archiver/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-01-16 17:08:48 UTC (rev 104212)
@@ -0,0 +1,51 @@
+# $Id$
+# Maintainer : Martin Wimpress 
+# Contributor: Giovanni "Talorno" Ricciardi 
+# Contributor: Alessio Sergi 
+# Contributor: Xpander 
+# Contributor: hekel 
+
+pkgname=mate-file-archiver
+pkgver=1.6.0
+pkgrel=7
+pkgdesc="Archive manipulator for MATE"
+url="http://mate-desktop.org";
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('bzip2' 'desktop-file-utils' 'gtk2' 'gzip' 'libarchive'
+ 'mate-file-manager' 'tar')
+makedepends=('mate-common' 'mate-doc-utils' 'perl-xml-parser')
+optdepends=('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')
+options=('!emptydirs')
+groups=('mate-extra')
+source=("http://pub.mate-desktop.org/releases/1.6/${pkgname}-${pkgver}.tar.xz";
+fr-rpm-bsdtar.patch)
+sha1sums=('c7df115b532a14fb7be193113da32cda4a2218e8'
+  '219b05a979bf6f249aaae27964f02345fd81168d')
+install=${pkgname}.install
+
+prepare() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+# This patch 'depends' on libarchive
+patch -Np1 -i "${srcdir}/fr-rpm-bsdtar.patch"
+}
+
+build() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+./autogen.sh \
+--prefix=/usr \
+--libexecdir=/usr/lib/${pkgname} \
+--disable-static \
+--disable-scrollkeeper \
+--disable-packagekit
+mate-doc-prepare --force
+make
+}
+
+package() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+make DESTDIR="${pkgdir}" install
+}

Copied: mate-file-archiver/repos/community-i686/fr-rpm-bsdtar.patch (from rev 
104211, mate-file-archiver/trunk/fr-rpm-bsdtar.patch)
===
--- community-i686/fr-rpm-bsdtar.patch  (rev 0)
+++ community-i686/fr-rpm-bsdtar.patch  2014-01-16 17:08:48 UTC (rev 104212)
@@ -0,0 +1,60 @@
+This makes Engrampa use bsdtar to extract .RPM packages instead of using cpio.
+It is useful on systems that do not have cpio or RPM/YUM
+This patch was created for Arch Linux, however should work on any system that 
has bsdtar capable of handling cpio archives.
+
+--+
+ rpm2cpio.c   |   2 +-
+ fr-command-rpm.c |   8 
+ 2 files changed, 5 insertions(+), 5 deletions(-)
+
+Index: src/commands/rpm2cpio.c
+
+--- mate-file-archiver-1.6.0/src/commands/rpm2cpio.c 2013-03-31
 mate-file-archiver-1.6.0/src/commands/rpm2cpio.c   2013-07-26
+@@ -128,7 +128,7 @@
+   archive_command = "bzip2 -dc";
+   fclose (stream);
+ 
+-  command = g_strdup_printf ("sh -c \"dd if=%s ibs=%u skip=1 2>/dev/null 
| %s | cpio %s\"", g_shell_quote (filename), offset, archive_command, 
cpio_args->str);
++  command = g_strdup_printf ("sh -c \"dd if=%s ibs=%u skip=1 2>/dev/null 
| %s | bsdtar %s\"", g_shell_quote (filename), offset, archive_command, 
cpio_args->str);
+ 
+   return system (command);
+ }
+Index: src/fr-command-rpm.c
+
+--- mate-file-archiver-1.6.0/src/fr-command-rpm.c  2013-03-31
 mate-file-archiver-1.6

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

2014-01-16 Thread Martin Wimpress
Date: Thursday, January 16, 2014 @ 18:15:41
  Author: flexiondotorg
Revision: 104216

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

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

--+
 community-i686/PKGBUILD  |   35 +
 community-i686/mate-system-monitor.install   |   11 +++
 community-x86_64/PKGBUILD|   35 +
 community-x86_64/mate-system-monitor.install |   11 +++
 4 files changed, 92 insertions(+)

Copied: mate-system-monitor/repos/community-i686/PKGBUILD (from rev 104215, 
mate-system-monitor/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-01-16 17:15:41 UTC (rev 104216)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer : Martin Wimpress 
+# Contributor: Giovanni Ricciardi 
+
+pkgname=mate-system-monitor
+pkgver=1.6.1
+pkgrel=5
+pkgdesc="A system monitor for MATE"
+url="http://mate-desktop.org";
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('dconf' 'dbus' 'glibmm' 'gtk2' 'gtkmm' 'libgtop' 'libmatewnck' 
'librsvg'
+ 'mate-icon-theme')
+makedepends=('docbook2x' 'mate-common' 'mate-doc-utils' 'perl-xml-parser')
+options=('!emptydirs')
+groups=('mate-extra')
+source=("http://pub.mate-desktop.org/releases/1.6/${pkgname}-${pkgver}.tar.xz";)
+sha1sums=('84b6e8f3557bdadada026aeb349f6e9e90b59c6a')
+install=${pkgname}.install
+
+build() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+./configure \
+--prefix=/usr \
+--libexecdir=/usr/lib/${pkgname} \
+--localstatedir=/var \
+--disable-static \
+--disable-scrollkeeper
+make
+}
+
+package() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+make DESTDIR="${pkgdir}" install
+}

Copied: mate-system-monitor/repos/community-i686/mate-system-monitor.install 
(from rev 104215, mate-system-monitor/trunk/mate-system-monitor.install)
===
--- community-i686/mate-system-monitor.install  (rev 0)
+++ community-i686/mate-system-monitor.install  2014-01-16 17:15:41 UTC (rev 
104216)
@@ -0,0 +1,11 @@
+post_install() {
+glib-compile-schemas /usr/share/glib-2.0/schemas/
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}

Copied: mate-system-monitor/repos/community-x86_64/PKGBUILD (from rev 104215, 
mate-system-monitor/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2014-01-16 17:15:41 UTC (rev 104216)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer : Martin Wimpress 
+# Contributor: Giovanni Ricciardi 
+
+pkgname=mate-system-monitor
+pkgver=1.6.1
+pkgrel=5
+pkgdesc="A system monitor for MATE"
+url="http://mate-desktop.org";
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('dconf' 'dbus' 'glibmm' 'gtk2' 'gtkmm' 'libgtop' 'libmatewnck' 
'librsvg'
+ 'mate-icon-theme')
+makedepends=('docbook2x' 'mate-common' 'mate-doc-utils' 'perl-xml-parser')
+options=('!emptydirs')
+groups=('mate-extra')
+source=("http://pub.mate-desktop.org/releases/1.6/${pkgname}-${pkgver}.tar.xz";)
+sha1sums=('84b6e8f3557bdadada026aeb349f6e9e90b59c6a')
+install=${pkgname}.install
+
+build() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+./configure \
+--prefix=/usr \
+--libexecdir=/usr/lib/${pkgname} \
+--localstatedir=/var \
+--disable-static \
+--disable-scrollkeeper
+make
+}
+
+package() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+make DESTDIR="${pkgdir}" install
+}

Copied: mate-system-monitor/repos/community-x86_64/mate-system-monitor.install 
(from rev 104215, mate-system-monitor/trunk/mate-system-monitor.install)
===
--- community-x86_64/mate-system-monitor.install
(rev 0)
+++ community-x86_64/mate-system-monitor.install2014-01-16 17:15:41 UTC 
(rev 104216)
@@ -0,0 +1,11 @@
+post_install() {
+glib-compile-schemas /usr/share/glib-2.0/schemas/
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}



[arch-commits] Commit in (5 files)

2014-01-16 Thread Martin Wimpress
Date: Thursday, January 16, 2014 @ 18:09:40
  Author: flexiondotorg
Revision: 104213

Added mate-power-manager

Added:
  mate-power-manager/
  mate-power-manager/repos/
  mate-power-manager/trunk/
  mate-power-manager/trunk/PKGBUILD
  mate-power-manager/trunk/mate-power-manager.install

+
 PKGBUILD   |   48 +++
 mate-power-manager.install |   12 ++
 2 files changed, 60 insertions(+)

Added: mate-power-manager/trunk/PKGBUILD
===
--- mate-power-manager/trunk/PKGBUILD   (rev 0)
+++ mate-power-manager/trunk/PKGBUILD   2014-01-16 17:09:40 UTC (rev 104213)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer : Martin Wimpress 
+# Contributor: Giovanni Ricciardi 
+# Contributor: Xpander 
+# Contributor: hekel 
+
+pkgname=mate-power-manager
+pkgver=1.6.3
+pkgrel=3
+pkgdesc="Session daemon that makes it easy to manage your laptop or desktop 
system for Mate Desktop"
+url="http://mate-desktop.org";
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('dbus-glib' 'dconf' 'libcanberra' 'libmatekeyring' 'libnotify'
+ 'libunique' 'upower')
+makedepends=('docbook2x' 'docbook-xml' 'mate-common' 'mate-doc-utils'
+ 'mate-panel' 'perl-xml-parser' 'xmlto')
+optdepends=('mate-panel: Set brightness and inhibit power management from the 
panel')
+options=('!emptydirs')
+groups=('mate-extra')
+source=("http://pub.mate-desktop.org/releases/1.6/${pkgname}-${pkgver}.tar.xz";)
+sha1sums=('a949e34494cb70bcb2fa349dcc35847f022be187')
+install=${pkgname}.install
+
+prepare() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+#Work around a problem where the .sgml fail to parse.
+sed -e 's:@HAVE_DOCBOOK2MAN_TRUE@.*::' -i man/Makefile.in
+}
+
+build() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+./configure \
+--prefix=/usr \
+--libexecdir=/usr/lib/${pkgname} \
+--sysconfdir=/etc \
+--localstatedir=/var \
+--sbindir=/usr/bin \
+--enable-applets \
+--enable-unique \
+--disable-scrollkeeper
+make
+}
+
+package() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+make DESTDIR="${pkgdir}" install
+}


Property changes on: mate-power-manager/trunk/PKGBUILD
___
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property
Added: mate-power-manager/trunk/mate-power-manager.install
===
--- mate-power-manager/trunk/mate-power-manager.install 
(rev 0)
+++ mate-power-manager/trunk/mate-power-manager.install 2014-01-16 17:09:40 UTC 
(rev 104213)
@@ -0,0 +1,12 @@
+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
+}



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

2014-01-16 Thread Martin Wimpress
Date: Thursday, January 16, 2014 @ 18:01:37
  Author: flexiondotorg
Revision: 104210

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

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

---+
 community-i686/PKGBUILD   |   42 
 community-i686/mate-screensaver.install   |   11 +++
 community-i686/mate-screensaver.pam   |3 ++
 community-x86_64/PKGBUILD |   42 
 community-x86_64/mate-screensaver.install |   11 +++
 community-x86_64/mate-screensaver.pam |3 ++
 6 files changed, 112 insertions(+)

Copied: mate-screensaver/repos/community-i686/PKGBUILD (from rev 104209, 
mate-screensaver/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-01-16 17:01:37 UTC (rev 104210)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer : Martin Wimpress 
+# Contributor: Giovanni Ricciardi 
+
+pkgname=mate-screensaver
+pkgver=1.6.1
+pkgrel=6
+pkgdesc='Screensaver for MATE'
+url="http://mate-desktop.org";
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('dbus-glib' 'libmatekbd' 'libnotify' 'libxss' 'mate-desktop'
+ 'mate-menus' 'mate-session-manager')
+makedepends=('mate-common' 'mate-doc-utils' 'perl-xml-parser' 'xmlto')
+optdepends=('mate-power-manager: Add power management support.')
+options=('!emptydirs')
+groups=('mate-extra')
+source=("http://pub.mate-desktop.org/releases/1.6/${pkgname}-${pkgver}.tar.xz";
+mate-screensaver.pam)
+sha1sums=('3b4c0c1554fdf96def14efa8f9e100d29dc05984'
+  '9d88ef9b5a494f3914858bed89e0f94e412dfced')
+install=${pkgname}.install
+
+build() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+./configure \
+--prefix=/usr \
+--libexecdir=/usr/lib/${pkgname} \
+--sysconfdir=/etc \
+--with-xscreensaverdir=/usr/share/xscreensaver/config \
+--with-xscreensaverhackdir=/usr/lib/xscreensaver \
+--with-mit-ext \
+--with-libnotify \
+--enable-locking \
+--disable-static
+make
+}
+
+package() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+make DESTDIR="${pkgdir}" install
+}

Copied: mate-screensaver/repos/community-i686/mate-screensaver.install (from 
rev 104209, mate-screensaver/trunk/mate-screensaver.install)
===
--- community-i686/mate-screensaver.install (rev 0)
+++ community-i686/mate-screensaver.install 2014-01-16 17:01:37 UTC (rev 
104210)
@@ -0,0 +1,11 @@
+post_install() {
+glib-compile-schemas /usr/share/glib-2.0/schemas/
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}

Copied: mate-screensaver/repos/community-i686/mate-screensaver.pam (from rev 
104209, mate-screensaver/trunk/mate-screensaver.pam)
===
--- community-i686/mate-screensaver.pam (rev 0)
+++ community-i686/mate-screensaver.pam 2014-01-16 17:01:37 UTC (rev 104210)
@@ -0,0 +1,3 @@
+#%PAM-1.0
+authrequired pam_unix_auth.so
+authoptional pam_gnome_keyring.so

Copied: mate-screensaver/repos/community-x86_64/PKGBUILD (from rev 104209, 
mate-screensaver/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2014-01-16 17:01:37 UTC (rev 104210)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer : Martin Wimpress 
+# Contributor: Giovanni Ricciardi 
+
+pkgname=mate-screensaver
+pkgver=1.6.1
+pkgrel=6
+pkgdesc='Screensaver for MATE'
+url="http://mate-desktop.org";
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('dbus-glib' 'libmatekbd' 'libnotify' 'libxss' 'mate-desktop'
+ 'mate-menus' 'mate-session-manager')
+makedepends=('mate-common' 'mate-doc-utils' 'perl-xml-parser' 'xmlto')
+optdepends=('mate-power-manager: Add power management support.')
+options=('!emptydirs')
+groups=('mate-extra')
+source=("http://pub.mate-desktop.org/releases/1

[arch-commits] Commit in (6 files)

2014-01-16 Thread Martin Wimpress
Date: Thursday, January 16, 2014 @ 18:05:46
  Author: flexiondotorg
Revision: 104211

Added mate-file-archiver

Added:
  mate-file-archiver/
  mate-file-archiver/repos/
  mate-file-archiver/trunk/
  mate-file-archiver/trunk/PKGBUILD
  mate-file-archiver/trunk/fr-rpm-bsdtar.patch
  mate-file-archiver/trunk/mate-file-archiver.install

+
 PKGBUILD   |   51 
 fr-rpm-bsdtar.patch|   60 +++
 mate-file-archiver.install |   13 +
 3 files changed, 124 insertions(+)

Added: mate-file-archiver/trunk/PKGBUILD
===
--- mate-file-archiver/trunk/PKGBUILD   (rev 0)
+++ mate-file-archiver/trunk/PKGBUILD   2014-01-16 17:05:46 UTC (rev 104211)
@@ -0,0 +1,51 @@
+# $Id$
+# Maintainer : Martin Wimpress 
+# Contributor: Giovanni "Talorno" Ricciardi 
+# Contributor: Alessio Sergi 
+# Contributor: Xpander 
+# Contributor: hekel 
+
+pkgname=mate-file-archiver
+pkgver=1.6.0
+pkgrel=7
+pkgdesc="Archive manipulator for MATE"
+url="http://mate-desktop.org";
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('bzip2' 'desktop-file-utils' 'gtk2' 'gzip' 'libarchive'
+ 'mate-file-manager' 'tar')
+makedepends=('mate-common' 'mate-doc-utils' 'perl-xml-parser')
+optdepends=('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')
+options=('!emptydirs')
+groups=('mate-extra')
+source=("http://pub.mate-desktop.org/releases/1.6/${pkgname}-${pkgver}.tar.xz";
+fr-rpm-bsdtar.patch)
+sha1sums=('c7df115b532a14fb7be193113da32cda4a2218e8'
+  '219b05a979bf6f249aaae27964f02345fd81168d')
+install=${pkgname}.install
+
+prepare() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+# This patch 'depends' on libarchive
+patch -Np1 -i "${srcdir}/fr-rpm-bsdtar.patch"
+}
+
+build() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+./autogen.sh \
+--prefix=/usr \
+--libexecdir=/usr/lib/${pkgname} \
+--disable-static \
+--disable-scrollkeeper \
+--disable-packagekit
+mate-doc-prepare --force
+make
+}
+
+package() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+make DESTDIR="${pkgdir}" install
+}


Property changes on: mate-file-archiver/trunk/PKGBUILD
___
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property
Added: mate-file-archiver/trunk/fr-rpm-bsdtar.patch
===
--- mate-file-archiver/trunk/fr-rpm-bsdtar.patch
(rev 0)
+++ mate-file-archiver/trunk/fr-rpm-bsdtar.patch2014-01-16 17:05:46 UTC 
(rev 104211)
@@ -0,0 +1,60 @@
+This makes Engrampa use bsdtar to extract .RPM packages instead of using cpio.
+It is useful on systems that do not have cpio or RPM/YUM
+This patch was created for Arch Linux, however should work on any system that 
has bsdtar capable of handling cpio archives.
+
+--+
+ rpm2cpio.c   |   2 +-
+ fr-command-rpm.c |   8 
+ 2 files changed, 5 insertions(+), 5 deletions(-)
+
+Index: src/commands/rpm2cpio.c
+
+--- mate-file-archiver-1.6.0/src/commands/rpm2cpio.c 2013-03-31
 mate-file-archiver-1.6.0/src/commands/rpm2cpio.c   2013-07-26
+@@ -128,7 +128,7 @@
+   archive_command = "bzip2 -dc";
+   fclose (stream);
+ 
+-  command = g_strdup_printf ("sh -c \"dd if=%s ibs=%u skip=1 2>/dev/null 
| %s | cpio %s\"", g_shell_quote (filename), offset, archive_command, 
cpio_args->str);
++  command = g_strdup_printf ("sh -c \"dd if=%s ibs=%u skip=1 2>/dev/null 
| %s | bsdtar %s\"", g_shell_quote (filename), offset, archive_command, 
cpio_args->str);
+ 
+   return system (command);
+ }
+Index: src/fr-command-rpm.c
+
+--- mate-file-archiver-1.6.0/src/fr-command-rpm.c  2013-03-31
 mate-file-archiver-1.6.0/src/fr-command-rpm.c  2013-07-26
+@@ -175,7 +175,7 @@
+ 
+   fr_process_begin_command (comm->process, "sh");
+   fr_process_add_arg (comm->process, "-c");
+-  fr_process_add_arg_concat (comm->process, PRIVEXECDIR "rpm2cpio ", 
comm->e_filename, " -itv", NULL);
++  fr_process_add_arg_concat (comm->process, PRIVEXECDIR "rpm2cpio ", 
comm->e_filename, " -tvf -", NULL);
+   fr_process_end_command (comm->process);
+   fr_process_start (comm->process);
+ }
+@@ -200,7 +200,7 @@
+ 
+   cmd = g_string_new (PRIVEXECDIR "rpm2cpio ");
+   g_string_append (cmd, comm->e_filename);
+-  g_string_append (cmd, " -idu ");
++  g_string_append (cmd, " -xf - ");
+   for (scan = file_list; scan; scan = scan->next) {
+   char *filename = g_shell_quote (scan->data);
+  

[arch-commits] Commit in (5 files)

2014-01-16 Thread Martin Wimpress
Date: Thursday, January 16, 2014 @ 17:55:08
  Author: flexiondotorg
Revision: 104208

Added mate-screensaver

Added:
  mate-screensaver/
  mate-screensaver/repos/
  mate-screensaver/trunk/
  mate-screensaver/trunk/PKGBUILD
  mate-screensaver/trunk/mate-screensaver.install

--+
 PKGBUILD |   42 ++
 mate-screensaver.install |   11 +++
 2 files changed, 53 insertions(+)

Added: mate-screensaver/trunk/PKGBUILD
===
--- mate-screensaver/trunk/PKGBUILD (rev 0)
+++ mate-screensaver/trunk/PKGBUILD 2014-01-16 16:55:08 UTC (rev 104208)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer : Martin Wimpress 
+# Contributor: Giovanni Ricciardi 
+
+pkgname=mate-screensaver
+pkgver=1.6.1
+pkgrel=6
+pkgdesc='Screensaver for MATE'
+url="http://mate-desktop.org";
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('dbus-glib' 'libmatekbd' 'libnotify' 'libxss' 'mate-desktop'
+ 'mate-menus' 'mate-session-manager')
+makedepends=('mate-common' 'mate-doc-utils' 'perl-xml-parser' 'xmlto')
+optdepends=('mate-power-manager: Add power management support.')
+options=('!emptydirs')
+groups=('mate-extra')
+source=("http://pub.mate-desktop.org/releases/1.6/${pkgname}-${pkgver}.tar.xz";
+mate-screensaver.pam)
+sha1sums=('3b4c0c1554fdf96def14efa8f9e100d29dc05984'
+  '9d88ef9b5a494f3914858bed89e0f94e412dfced')
+install=${pkgname}.install
+
+build() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+./configure \
+--prefix=/usr \
+--libexecdir=/usr/lib/${pkgname} \
+--sysconfdir=/etc \
+--with-xscreensaverdir=/usr/share/xscreensaver/config \
+--with-xscreensaverhackdir=/usr/lib/xscreensaver \
+--with-mit-ext \
+--with-libnotify \
+--enable-locking \
+--disable-static
+make
+}
+
+package() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+make DESTDIR="${pkgdir}" install
+}


Property changes on: mate-screensaver/trunk/PKGBUILD
___
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property
Added: mate-screensaver/trunk/mate-screensaver.install
===
--- mate-screensaver/trunk/mate-screensaver.install 
(rev 0)
+++ mate-screensaver/trunk/mate-screensaver.install 2014-01-16 16:55:08 UTC 
(rev 104208)
@@ -0,0 +1,11 @@
+post_install() {
+glib-compile-schemas /usr/share/glib-2.0/schemas/
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}



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

2014-01-16 Thread Martin Wimpress
Date: Thursday, January 16, 2014 @ 17:57:54
  Author: flexiondotorg
Revision: 104209

Added missing PAM file.

Added:
  mate-screensaver/trunk/mate-screensaver.pam

--+
 mate-screensaver.pam |3 +++
 1 file changed, 3 insertions(+)

Added: mate-screensaver.pam
===
--- mate-screensaver.pam(rev 0)
+++ mate-screensaver.pam2014-01-16 16:57:54 UTC (rev 104209)
@@ -0,0 +1,3 @@
+#%PAM-1.0
+authrequired pam_unix_auth.so
+authoptional pam_gnome_keyring.so



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

2014-01-16 Thread Martin Wimpress
Date: Thursday, January 16, 2014 @ 17:43:23
  Author: flexiondotorg
Revision: 104201

archrelease: copy trunk to community-any

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

-+
 PKGBUILD|   33 +
 mate-themes.install |   16 
 2 files changed, 49 insertions(+)

Copied: mate-themes/repos/community-any/PKGBUILD (from rev 104200, 
mate-themes/trunk/PKGBUILD)
===
--- community-any/PKGBUILD  (rev 0)
+++ community-any/PKGBUILD  2014-01-16 16:43:23 UTC (rev 104201)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer : Martin Wimpress 
+# Contributor: Piotr Gorski 
+
+pkgname=mate-themes
+pkgver=1.7.1
+pkgrel=2
+pkgdesc="Default themes for the MATE desktop"
+url="http://mate-desktop.org";
+arch=('any')
+license=('GPL')
+depends=('gtk2' 'gtk-engines' 'gtk-engine-murrine' 'librsvg' 'mate-icon-theme')
+makedepends=('mate-common' 'icon-naming-utils' 'perl-xml-parser')
+options=('!emptydirs')
+groups=('mate')
+source=("http://pub.mate-desktop.org/releases/1.7/${pkgname}-${pkgver}.tar.xz";)
+sha1sums=('d30744009b3090d1ce7e8cfba8293c58994a5a85')
+install=${pkgname}.install
+
+build() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+./configure \
+--prefix=/usr \
+--enable-all-themes \
+--enable-test-themes \
+--disable-placeholders
+make
+}
+
+package() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+make DESTDIR="${pkgdir}" install
+}

Copied: mate-themes/repos/community-any/mate-themes.install (from rev 104200, 
mate-themes/trunk/mate-themes.install)
===
--- community-any/mate-themes.install   (rev 0)
+++ community-any/mate-themes.install   2014-01-16 16:43:23 UTC (rev 104201)
@@ -0,0 +1,16 @@
+post_install() {
+gtk-update-icon-cache -q -t -f /usr/share/icons/ContrastHighLargePrint
+gtk-update-icon-cache -q -t -f 
/usr/share/icons/ContrastHighLargePrintInverse
+gtk-update-icon-cache -q -t -f /usr/share/icons/ContrastHigh-SVG
+gtk-update-icon-cache -q -t -f /usr/share/icons/Fog
+gtk-update-icon-cache -q -t -f /usr/share/icons/mate
+gtk-update-icon-cache -q -t -f /usr/share/icons/Quid
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}



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

2014-01-16 Thread Martin Wimpress
Date: Thursday, January 16, 2014 @ 17:54:02
  Author: flexiondotorg
Revision: 104207

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

Added:
  mate-control-center/repos/community-i686/
  mate-control-center/repos/community-i686/PKGBUILD
(from rev 104206, mate-control-center/trunk/PKGBUILD)
  mate-control-center/repos/community-i686/mate-control-center.install
(from rev 104206, mate-control-center/trunk/mate-control-center.install)
  mate-control-center/repos/community-x86_64/
  mate-control-center/repos/community-x86_64/PKGBUILD
(from rev 104206, mate-control-center/trunk/PKGBUILD)
  mate-control-center/repos/community-x86_64/mate-control-center.install
(from rev 104206, mate-control-center/trunk/mate-control-center.install)

--+
 community-i686/PKGBUILD  |   42 +
 community-i686/mate-control-center.install   |   14 
 community-x86_64/PKGBUILD|   42 +
 community-x86_64/mate-control-center.install |   14 
 4 files changed, 112 insertions(+)

Copied: mate-control-center/repos/community-i686/PKGBUILD (from rev 104206, 
mate-control-center/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-01-16 16:54:02 UTC (rev 104207)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer : Martin Wimpress 
+# Contributor: Giovanni "Talorno" Ricciardi 
+# Contributor: Xpander 
+# Contributor: hekel 
+
+pkgname=mate-control-center
+pkgver=1.6.2
+pkgrel=1
+pkgdesc="The Control Center for MATE"
+url="http://mate-desktop.org";
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('dbus-glib' 'dconf' 'desktop-file-utils' 'gsettings-desktop-schemas'
+ 'gtk2' 'mate-desktop' 'mate-file-manager' 'mate-icon-theme' 
'mate-menus'
+ 'mate-settings-daemon' 'mate-window-manager' 'libgtop' 'libmatekbd'
+ 'libunique' 'librsvg' 'libxss' 'libxt' 'startup-notification')
+makedepends=('docbook2x' 'mate-common' 'mate-doc-utils' 'perl-xml-parser')
+options=('!emptydirs')
+groups=('mate')
+source=("http://pub.mate-desktop.org/releases/1.6/${pkgname}-${pkgver}.tar.xz";)
+sha1sums=('d3aa9434dde63bd176e995cbb8408fd673f6eed5')
+install=${pkgname}.install
+
+build() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+./configure \
+--prefix=/usr \
+--sysconfdir=/etc \
+--sbindir=/usr/bin \
+--localstatedir=/var \
+--disable-static \
+--disable-scrollkeeper \
+--disable-update-mimedb
+make
+}
+
+package() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+make DESTDIR="${pkgdir}" install
+rm -f "${pkgdir}/usr/share/applications/mimeinfo.cache"
+}

Copied: mate-control-center/repos/community-i686/mate-control-center.install 
(from rev 104206, mate-control-center/trunk/mate-control-center.install)
===
--- community-i686/mate-control-center.install  (rev 0)
+++ community-i686/mate-control-center.install  2014-01-16 16:54:02 UTC (rev 
104207)
@@ -0,0 +1,14 @@
+post_install() {
+glib-compile-schemas /usr/share/glib-2.0/schemas/
+update-mime-database /usr/share/mime/ > /dev/null
+gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
+update-desktop-database -q
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}

Copied: mate-control-center/repos/community-x86_64/PKGBUILD (from rev 104206, 
mate-control-center/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2014-01-16 16:54:02 UTC (rev 104207)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer : Martin Wimpress 
+# Contributor: Giovanni "Talorno" Ricciardi 
+# Contributor: Xpander 
+# Contributor: hekel 
+
+pkgname=mate-control-center
+pkgver=1.6.2
+pkgrel=1
+pkgdesc="The Control Center for MATE"
+url="http://mate-desktop.org";
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('dbus-glib' 'dconf' 'desktop-file-utils' 'gsettings-desktop-schemas'
+ 'gtk2' 'mate-desktop' 'mate-file-manager' 'mate-icon-theme' 
'mate-menus'
+ 'mate-settings-daemon' 'mate-window-manager' 'libgtop' 'libmatekbd'
+ 'libunique' 'librsvg' 'libxss' 'libxt' 'startup-notification')
+makedepends=('docbook2x' 'mate-common' 'mate-doc-utils' 'perl-xml-parser')
+options=('!emptydirs')
+groups=('mate')
+source=("http://pub.mate-desktop.org/releases/1.6/${pkgname}-${pkgver}.tar.xz";)
+sha1sums=('d3aa9434dde63bd176e995cbb8408fd673f6eed5')
+install=${pkgname}.install
+
+build() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+./configure \
+--prefix=/usr \
+--sysconfdir=/etc \
+--sbindir=/usr/bin \
+--localstatedir=/var \
+--disable-static \
+--disable-scr

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

2014-01-16 Thread Martin Wimpress
Date: Thursday, January 16, 2014 @ 17:33:39
  Author: flexiondotorg
Revision: 104195

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

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

-+
 community-i686/PKGBUILD |   41 ++
 community-i686/mate-panel.install   |   12 +
 community-x86_64/PKGBUILD   |   41 ++
 community-x86_64/mate-panel.install |   12 +
 4 files changed, 106 insertions(+)

Copied: mate-panel/repos/community-i686/PKGBUILD (from rev 104194, 
mate-panel/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-01-16 16:33:39 UTC (rev 104195)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer : Martin Wimpress 
+# Contributor: Giovanni Ricciardi 
+# Contributor: Xpander 
+
+pkgname=mate-panel
+pkgver=1.6.1
+pkgrel=4
+pkgdesc="The MATE Panel"
+url="http://mate-desktop.org";
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('dbus-glib' 'dconf' 'gtk2' 'libmatewnck' 'libcanberra' 'libice'
+ 'libmateweather' 'librsvg' 'libsm'
+ 'libsoup' 'libxau' 'mate-desktop' 'mate-file-manager'
+ 'mate-menus' 'mate-session-manager' 'mate-window-manager')
+makedepends=('gobject-introspection' 'mate-common' 'mate-doc-utils'
+ 'networkmanager' 'perl-xml-parser')
+options=('!emptydirs')
+groups=('mate')
+source=("http://pub.mate-desktop.org/releases/1.6/${pkgname}-${pkgver}.tar.xz";)
+sha1sums=('ccd8d01e14d12d09a9c807b98990c02868323c71')
+install=${pkgname}.install
+
+build() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+./configure \
+--prefix=/usr \
+--libexecdir=/usr/lib/${pkgname} \
+--sysconfdir=/etc \
+--localstatedir=/var \
+--enable-introspection \
+--disable-static \
+--disable-scrollkeeper
+make
+}
+
+package() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+make DESTDIR="${pkgdir}" install
+}

Copied: mate-panel/repos/community-i686/mate-panel.install (from rev 104194, 
mate-panel/trunk/mate-panel.install)
===
--- community-i686/mate-panel.install   (rev 0)
+++ community-i686/mate-panel.install   2014-01-16 16:33:39 UTC (rev 104195)
@@ -0,0 +1,12 @@
+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-x86_64/PKGBUILD (from rev 104194, 
mate-panel/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2014-01-16 16:33:39 UTC (rev 104195)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer : Martin Wimpress 
+# Contributor: Giovanni Ricciardi 
+# Contributor: Xpander 
+
+pkgname=mate-panel
+pkgver=1.6.1
+pkgrel=4
+pkgdesc="The MATE Panel"
+url="http://mate-desktop.org";
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('dbus-glib' 'dconf' 'gtk2' 'libmatewnck' 'libcanberra' 'libice'
+ 'libmateweather' 'librsvg' 'libsm'
+ 'libsoup' 'libxau' 'mate-desktop' 'mate-file-manager'
+ 'mate-menus' 'mate-session-manager' 'mate-window-manager')
+makedepends=('gobject-introspection' 'mate-common' 'mate-doc-utils'
+ 'networkmanager' 'perl-xml-parser')
+options=('!emptydirs')
+groups=('mate')
+source=("http://pub.mate-desktop.org/releases/1.6/${pkgname}-${pkgver}.tar.xz";)
+sha1sums=('ccd8d01e14d12d09a9c807b98990c02868323c71')
+install=${pkgname}.install
+
+build() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+./configure \
+--prefix=/usr \
+--libexecdir=/usr/lib/${pkgname} \
+--sysconfdir=/etc \
+--localstatedir=/var \
+--enable-introspection \
+--disable-static \
+--disable-scrollkeeper
+make
+}
+
+package() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+make DESTDIR="${pkgdir}" install
+}

Copied: mate-panel/repos/community-x86_64/mate-panel.install (from rev 104194, 
mate-panel/trunk/mate-panel.install)
===
--- community-x86_64/mate-panel.install (rev 0)
+++ community-x86_64/mate-panel.install 2014-01-16 16:33:39 UTC (rev 104195)
@@ -0,0 +1,12 @@
+po

[arch-commits] Commit in (5 files)

2014-01-16 Thread Martin Wimpress
Date: Thursday, January 16, 2014 @ 17:36:06
  Author: flexiondotorg
Revision: 104196

Added mate-media

Added:
  mate-media/
  mate-media/repos/
  mate-media/trunk/
  mate-media/trunk/PKGBUILD
  mate-media/trunk/mate-media-gstreamer.install

--+
 PKGBUILD |   75 +
 mate-media-gstreamer.install |   12 ++
 2 files changed, 87 insertions(+)

Added: mate-media/trunk/PKGBUILD
===
--- mate-media/trunk/PKGBUILD   (rev 0)
+++ mate-media/trunk/PKGBUILD   2014-01-16 16:36:06 UTC (rev 104196)
@@ -0,0 +1,75 @@
+# $Id$
+# Maintainer : Martin Wimpress 
+
+pkgbase=mate-media
+pkgname=("${pkgbase}-pulseaudio" "${pkgbase}-gstreamer")
+pkgver=1.6.1
+pkgrel=1
+url="http://mate-desktop.org";
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('gstreamer0.10-base-plugins' 'gtk2' 'libcanberra-pulse' 'libunique'
+ 'mate-desktop' 'mate-window-manager' 'pulseaudio')
+makedepends=('mate-common' 'mate-doc-utils' 'mate-panel'
+ 'mate-settings-daemon-gstreamer' 'perl-xml-parser')
+options=('!emptydirs')
+source=("http://pub.mate-desktop.org/releases/1.6/${pkgbase}-${pkgver}.tar.xz";)
+sha1sums=('39acbf670a384325b5f68487e62bb1bdddb7d68f')
+
+build() {
+cd "${srcdir}"
+cp -a ${pkgbase}-${pkgver}{,-gstreamer}
+
+# build for pulseaudio
+cd "${srcdir}/${pkgbase}-${pkgver}"
+./autogen.sh \
+--prefix=/usr \
+--sysconfdir=/etc \
+--libexecdir=/usr/lib/${pkgbase} \
+--localstatedir=/var \
+--enable-pulseaudio \
+--disable-gstmix \
+--disable-gst-mixer-applet \
+--disable-static \
+--disable-scrollkeeper
+make
+
+# build for gstreamer
+cd "${srcdir}/${pkgbase}-${pkgver}-gstreamer"
+./autogen.sh \
+--prefix=/usr \
+--sysconfdir=/etc \
+--libexecdir=/usr/lib/${pkgbase} \
+--localstatedir=/var \
+--enable-gstmix \
+--enable-gst-mixer-applet \
+--enable-deprecated \
+--disable-pulseaudio \
+--disable-static \
+--disable-scrollkeeper
+make
+}
+
+package_mate-media-pulseaudio() {
+groups=('mate-extra')
+pkgdesc="MATE Media Tools (pulseaudio)"
+depends=('libcanberra-pulse' 'libunique' 'mate-desktop' 
'mate-window-manager'
+ 'pulseaudio')
+conflicts=("${pkgbase}-gstreamer" 'mate-settings-daemon-gstreamer')
+provides=("${pkgbase}")
+replaces=("${pkgbase}")
+cd "${srcdir}/${pkgbase}-${pkgver}"
+make DESTDIR="${pkgdir}" install
+}
+
+package_mate-media-gstreamer() {
+pkgdesc="MATE Media Tools (GStreamer)"
+depends=('gstreamer0.10-base-plugins' 'gtk2' 'libcanberra' 'mate-desktop'
+ 'mate-window-manager')
+optdepends=('mate-panel: Volume control for the panel')
+conflicts=("${pkgbase}-pulseaudio" 'mate-settings-daemon-pulseaudio')
+provides=("${pkgbase}")
+install=${pkgbase}-gstreamer.install
+cd "${srcdir}/${pkgbase}-${pkgver}-gstreamer"
+make DESTDIR="${pkgdir}" install
+}


Property changes on: mate-media/trunk/PKGBUILD
___
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property
Added: mate-media/trunk/mate-media-gstreamer.install
===
--- mate-media/trunk/mate-media-gstreamer.install   
(rev 0)
+++ mate-media/trunk/mate-media-gstreamer.install   2014-01-16 16:36:06 UTC 
(rev 104196)
@@ -0,0 +1,12 @@
+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
+}



[arch-commits] Commit in (5 files)

2014-01-16 Thread Martin Wimpress
Date: Thursday, January 16, 2014 @ 17:50:35
  Author: flexiondotorg
Revision: 104206

Added mate-control-center

Added:
  mate-control-center/
  mate-control-center/repos/
  mate-control-center/trunk/
  mate-control-center/trunk/PKGBUILD
  mate-control-center/trunk/mate-control-center.install

-+
 PKGBUILD|   42 ++
 mate-control-center.install |   14 ++
 2 files changed, 56 insertions(+)

Added: mate-control-center/trunk/PKGBUILD
===
--- mate-control-center/trunk/PKGBUILD  (rev 0)
+++ mate-control-center/trunk/PKGBUILD  2014-01-16 16:50:35 UTC (rev 104206)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer : Martin Wimpress 
+# Contributor: Giovanni "Talorno" Ricciardi 
+# Contributor: Xpander 
+# Contributor: hekel 
+
+pkgname=mate-control-center
+pkgver=1.6.2
+pkgrel=1
+pkgdesc="The Control Center for MATE"
+url="http://mate-desktop.org";
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('dbus-glib' 'dconf' 'desktop-file-utils' 'gsettings-desktop-schemas'
+ 'gtk2' 'mate-desktop' 'mate-file-manager' 'mate-icon-theme' 
'mate-menus'
+ 'mate-settings-daemon' 'mate-window-manager' 'libgtop' 'libmatekbd'
+ 'libunique' 'librsvg' 'libxss' 'libxt' 'startup-notification')
+makedepends=('docbook2x' 'mate-common' 'mate-doc-utils' 'perl-xml-parser')
+options=('!emptydirs')
+groups=('mate')
+source=("http://pub.mate-desktop.org/releases/1.6/${pkgname}-${pkgver}.tar.xz";)
+sha1sums=('d3aa9434dde63bd176e995cbb8408fd673f6eed5')
+install=${pkgname}.install
+
+build() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+./configure \
+--prefix=/usr \
+--sysconfdir=/etc \
+--sbindir=/usr/bin \
+--localstatedir=/var \
+--disable-static \
+--disable-scrollkeeper \
+--disable-update-mimedb
+make
+}
+
+package() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+make DESTDIR="${pkgdir}" install
+rm -f "${pkgdir}/usr/share/applications/mimeinfo.cache"
+}


Property changes on: mate-control-center/trunk/PKGBUILD
___
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property
Added: mate-control-center/trunk/mate-control-center.install
===
--- mate-control-center/trunk/mate-control-center.install   
(rev 0)
+++ mate-control-center/trunk/mate-control-center.install   2014-01-16 
16:50:35 UTC (rev 104206)
@@ -0,0 +1,14 @@
+post_install() {
+glib-compile-schemas /usr/share/glib-2.0/schemas/
+update-mime-database /usr/share/mime/ > /dev/null
+gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
+update-desktop-database -q
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}



[arch-commits] Commit in mate-image-viewer/repos (6 files)

2014-01-16 Thread Martin Wimpress
Date: Thursday, January 16, 2014 @ 17:49:55
  Author: flexiondotorg
Revision: 104205

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

Added:
  mate-image-viewer/repos/community-i686/
  mate-image-viewer/repos/community-i686/PKGBUILD
(from rev 104204, mate-image-viewer/trunk/PKGBUILD)
  mate-image-viewer/repos/community-i686/mate-image-viewer.install
(from rev 104204, mate-image-viewer/trunk/mate-image-viewer.install)
  mate-image-viewer/repos/community-x86_64/
  mate-image-viewer/repos/community-x86_64/PKGBUILD
(from rev 104204, mate-image-viewer/trunk/PKGBUILD)
  mate-image-viewer/repos/community-x86_64/mate-image-viewer.install
(from rev 104204, mate-image-viewer/trunk/mate-image-viewer.install)

+
 community-i686/PKGBUILD|   43 +++
 community-i686/mate-image-viewer.install   |   13 
 community-x86_64/PKGBUILD  |   43 +++
 community-x86_64/mate-image-viewer.install |   13 
 4 files changed, 112 insertions(+)

Copied: mate-image-viewer/repos/community-i686/PKGBUILD (from rev 104204, 
mate-image-viewer/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-01-16 16:49:55 UTC (rev 104205)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer : Martin Wimpress 
+# Contributor: Giovanni "Talorno" Ricciardi 
+# Contributor: Xpander 
+
+pkgname=mate-image-viewer
+pkgver=1.6.2
+pkgrel=1
+pkgdesc="An image viewing and cataloging program for MATE"
+url="http://mate-desktop.org";
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('dbus-glib' 'desktop-file-utils' 'gtk2' 'exempi' 'lcms' 'libexif'
+ 'libjpeg-turbo' 'mate-desktop' 'mate-icon-theme' 'pygtk' 'python2'
+ 'python2-gobject2' 'startup-notification' 'zlib')
+makedepends=('mate-common' 'mate-doc-utils' 'perl-xml-parser')
+options=('!emptydirs')
+groups=('mate-extra')
+source=("http://pub.mate-desktop.org/releases/1.6/${pkgname}-${pkgver}.tar.xz";
+
"https://github.com/mate-desktop/eom/commit/e62ed087493c8a529d4eeab46c7d68a2047ac81a.diff";)
+sha1sums=('37e638790329350bb772a40549741f89ed43952c'
+  'a2f0810a48d81023e9bae29d80b682ae0fe9faac')
+install=${pkgname}.install
+
+prepare() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+#Use GETTEXT_PACKAGE instead of PACKAGE
+patch -Np1 -i "${srcdir}/e62ed087493c8a529d4eeab46c7d68a2047ac81a.diff"
+}
+
+build() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+PYTHON=/usr/bin/python2 ./configure \
+--prefix=/usr \
+--localstatedir=/var \
+--disable-scrollkeeper
+make
+}
+
+package() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+make DESTDIR="${pkgdir}" install
+}

Copied: mate-image-viewer/repos/community-i686/mate-image-viewer.install (from 
rev 104204, mate-image-viewer/trunk/mate-image-viewer.install)
===
--- community-i686/mate-image-viewer.install(rev 0)
+++ community-i686/mate-image-viewer.install2014-01-16 16:49:55 UTC (rev 
104205)
@@ -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
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}

Copied: mate-image-viewer/repos/community-x86_64/PKGBUILD (from rev 104204, 
mate-image-viewer/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2014-01-16 16:49:55 UTC (rev 104205)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer : Martin Wimpress 
+# Contributor: Giovanni "Talorno" Ricciardi 
+# Contributor: Xpander 
+
+pkgname=mate-image-viewer
+pkgver=1.6.2
+pkgrel=1
+pkgdesc="An image viewing and cataloging program for MATE"
+url="http://mate-desktop.org";
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('dbus-glib' 'desktop-file-utils' 'gtk2' 'exempi' 'lcms' 'libexif'
+ 'libjpeg-turbo' 'mate-desktop' 'mate-icon-theme' 'pygtk' 'python2'
+ 'python2-gobject2' 'startup-notification' 'zlib')
+makedepends=('mate-common' 'mate-doc-utils' 'perl-xml-parser')
+options=('!emptydirs')
+groups=('mate-extra')
+source=("http://pub.mate-desktop.org/releases/1.6/${pkgname}-${pkgver}.tar.xz";
+
"https://github.com/mate-desktop/eom/commit/e62ed087493c8a529d4eeab46c7d68a2047ac81a.diff";)
+sha1sums=('37e638790329350bb772a40549741f89ed43952c'
+  'a2f0810a48d81023e9bae29d80b682ae0fe9faac')
+install=${pkgname}.install
+
+prepare() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+#Use GETTEXT_PACKAGE instead of PACKAGE
+patch -Np1 -i "${srcdir}/e62ed087493c8a529d4eeab46c7d68a2047ac81a.diff"
+}
+
+build() {
+cd "${srcdir}/${pkgname}-${pkgver

[arch-commits] Commit in (5 files)

2014-01-16 Thread Martin Wimpress
Date: Thursday, January 16, 2014 @ 17:42:10
  Author: flexiondotorg
Revision: 104200

Added mate-themes

Added:
  mate-themes/
  mate-themes/repos/
  mate-themes/trunk/
  mate-themes/trunk/PKGBUILD
  mate-themes/trunk/mate-themes.install

-+
 PKGBUILD|   33 +
 mate-themes.install |   16 
 2 files changed, 49 insertions(+)

Added: mate-themes/trunk/PKGBUILD
===
--- mate-themes/trunk/PKGBUILD  (rev 0)
+++ mate-themes/trunk/PKGBUILD  2014-01-16 16:42:10 UTC (rev 104200)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer : Martin Wimpress 
+# Contributor: Piotr Gorski 
+
+pkgname=mate-themes
+pkgver=1.7.1
+pkgrel=2
+pkgdesc="Default themes for the MATE desktop"
+url="http://mate-desktop.org";
+arch=('any')
+license=('GPL')
+depends=('gtk2' 'gtk-engines' 'gtk-engine-murrine' 'librsvg' 'mate-icon-theme')
+makedepends=('mate-common' 'icon-naming-utils' 'perl-xml-parser')
+options=('!emptydirs')
+groups=('mate')
+source=("http://pub.mate-desktop.org/releases/1.7/${pkgname}-${pkgver}.tar.xz";)
+sha1sums=('d30744009b3090d1ce7e8cfba8293c58994a5a85')
+install=${pkgname}.install
+
+build() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+./configure \
+--prefix=/usr \
+--enable-all-themes \
+--enable-test-themes \
+--disable-placeholders
+make
+}
+
+package() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+make DESTDIR="${pkgdir}" install
+}


Property changes on: mate-themes/trunk/PKGBUILD
___
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property
Added: mate-themes/trunk/mate-themes.install
===
--- mate-themes/trunk/mate-themes.install   (rev 0)
+++ mate-themes/trunk/mate-themes.install   2014-01-16 16:42:10 UTC (rev 
104200)
@@ -0,0 +1,16 @@
+post_install() {
+gtk-update-icon-cache -q -t -f /usr/share/icons/ContrastHighLargePrint
+gtk-update-icon-cache -q -t -f 
/usr/share/icons/ContrastHighLargePrintInverse
+gtk-update-icon-cache -q -t -f /usr/share/icons/ContrastHigh-SVG
+gtk-update-icon-cache -q -t -f /usr/share/icons/Fog
+gtk-update-icon-cache -q -t -f /usr/share/icons/mate
+gtk-update-icon-cache -q -t -f /usr/share/icons/Quid
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}



[arch-commits] Commit in (5 files)

2014-01-16 Thread Martin Wimpress
Date: Thursday, January 16, 2014 @ 17:47:08
  Author: flexiondotorg
Revision: 104204

Added mate-image-viewer

Added:
  mate-image-viewer/
  mate-image-viewer/repos/
  mate-image-viewer/trunk/
  mate-image-viewer/trunk/PKGBUILD
  mate-image-viewer/trunk/mate-image-viewer.install

---+
 PKGBUILD  |   43 +++
 mate-image-viewer.install |   13 +
 2 files changed, 56 insertions(+)

Added: mate-image-viewer/trunk/PKGBUILD
===
--- mate-image-viewer/trunk/PKGBUILD(rev 0)
+++ mate-image-viewer/trunk/PKGBUILD2014-01-16 16:47:08 UTC (rev 104204)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer : Martin Wimpress 
+# Contributor: Giovanni "Talorno" Ricciardi 
+# Contributor: Xpander 
+
+pkgname=mate-image-viewer
+pkgver=1.6.2
+pkgrel=1
+pkgdesc="An image viewing and cataloging program for MATE"
+url="http://mate-desktop.org";
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('dbus-glib' 'desktop-file-utils' 'gtk2' 'exempi' 'lcms' 'libexif'
+ 'libjpeg-turbo' 'mate-desktop' 'mate-icon-theme' 'pygtk' 'python2'
+ 'python2-gobject2' 'startup-notification' 'zlib')
+makedepends=('mate-common' 'mate-doc-utils' 'perl-xml-parser')
+options=('!emptydirs')
+groups=('mate-extra')
+source=("http://pub.mate-desktop.org/releases/1.6/${pkgname}-${pkgver}.tar.xz";
+
"https://github.com/mate-desktop/eom/commit/e62ed087493c8a529d4eeab46c7d68a2047ac81a.diff";)
+sha1sums=('37e638790329350bb772a40549741f89ed43952c'
+  'a2f0810a48d81023e9bae29d80b682ae0fe9faac')
+install=${pkgname}.install
+
+prepare() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+#Use GETTEXT_PACKAGE instead of PACKAGE
+patch -Np1 -i "${srcdir}/e62ed087493c8a529d4eeab46c7d68a2047ac81a.diff"
+}
+
+build() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+PYTHON=/usr/bin/python2 ./configure \
+--prefix=/usr \
+--localstatedir=/var \
+--disable-scrollkeeper
+make
+}
+
+package() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+make DESTDIR="${pkgdir}" install
+}


Property changes on: mate-image-viewer/trunk/PKGBUILD
___
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property
Added: mate-image-viewer/trunk/mate-image-viewer.install
===
--- mate-image-viewer/trunk/mate-image-viewer.install   
(rev 0)
+++ mate-image-viewer/trunk/mate-image-viewer.install   2014-01-16 16:47:08 UTC 
(rev 104204)
@@ -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
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}



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

2014-01-16 Thread Martin Wimpress
Date: Thursday, January 16, 2014 @ 17:45:28
  Author: flexiondotorg
Revision: 104203

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

Added:
  mate-notification-daemon/repos/community-i686/
  mate-notification-daemon/repos/community-i686/PKGBUILD
(from rev 104202, mate-notification-daemon/trunk/PKGBUILD)
  mate-notification-daemon/repos/community-i686/mate-notification-daemon.install
(from rev 104202, 
mate-notification-daemon/trunk/mate-notification-daemon.install)
  mate-notification-daemon/repos/community-x86_64/
  mate-notification-daemon/repos/community-x86_64/PKGBUILD
(from rev 104202, mate-notification-daemon/trunk/PKGBUILD)
  
mate-notification-daemon/repos/community-x86_64/mate-notification-daemon.install
(from rev 104202, 
mate-notification-daemon/trunk/mate-notification-daemon.install)

---+
 community-i686/PKGBUILD   |   34 
 community-i686/mate-notification-daemon.install   |   12 +++
 community-x86_64/PKGBUILD |   34 
 community-x86_64/mate-notification-daemon.install |   12 +++
 4 files changed, 92 insertions(+)

Copied: mate-notification-daemon/repos/community-i686/PKGBUILD (from rev 
104202, mate-notification-daemon/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-01-16 16:45:28 UTC (rev 104203)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer : Martin Wimpress 
+# Contributor: Giovanni Ricciardi 
+# Contributor: Xpander 
+
+pkgname=mate-notification-daemon
+pkgver=1.6.1
+pkgrel=3
+pkgdesc="Notification daemon for MATE"
+url="http://mate-desktop.org";
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL')
+depends=('dconf' 'dbus-glib' 'gtk2' 'libcanberra' 'libmatewnck' 'libnotify')
+makedepends=('mate-common' 'perl-xml-parser')
+options=('!emptydirs')
+groups=('mate')
+provides=('notification-daemon')
+source=("http://pub.mate-desktop.org/releases/1.6/${pkgname}-${pkgver}.tar.xz";)
+sha1sums=('b911efdc4e37dc0b521165168fee03889f776c12')
+install=${pkgname}.install
+
+build() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+./configure \
+--prefix=/usr \
+--libexecdir=/usr/lib/${pkgname} \
+--disable-static
+make
+}
+
+package() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+make DESTDIR="${pkgdir}" install
+}

Copied: 
mate-notification-daemon/repos/community-i686/mate-notification-daemon.install 
(from rev 104202, 
mate-notification-daemon/trunk/mate-notification-daemon.install)
===
--- community-i686/mate-notification-daemon.install 
(rev 0)
+++ community-i686/mate-notification-daemon.install 2014-01-16 16:45:28 UTC 
(rev 104203)
@@ -0,0 +1,12 @@
+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-notification-daemon/repos/community-x86_64/PKGBUILD (from rev 
104202, mate-notification-daemon/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2014-01-16 16:45:28 UTC (rev 104203)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer : Martin Wimpress 
+# Contributor: Giovanni Ricciardi 
+# Contributor: Xpander 
+
+pkgname=mate-notification-daemon
+pkgver=1.6.1
+pkgrel=3
+pkgdesc="Notification daemon for MATE"
+url="http://mate-desktop.org";
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL')
+depends=('dconf' 'dbus-glib' 'gtk2' 'libcanberra' 'libmatewnck' 'libnotify')
+makedepends=('mate-common' 'perl-xml-parser')
+options=('!emptydirs')
+groups=('mate')
+provides=('notification-daemon')
+source=("http://pub.mate-desktop.org/releases/1.6/${pkgname}-${pkgver}.tar.xz";)
+sha1sums=('b911efdc4e37dc0b521165168fee03889f776c12')
+install=${pkgname}.install
+
+build() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+./configure \
+--prefix=/usr \
+--libexecdir=/usr/lib/${pkgname} \
+--disable-static
+make
+}
+
+package() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+make DESTDIR="${pkgdir}" install
+}

Copied: 
mate-notification-daemon/repos/community-x86_64/mate-notification-daemon.install
 (from rev 104202, 
mate-notification-daemon/trunk/mate-notification-daemon.install)
===
--- community-x86_64/mate-notification-daemon.install   
(rev 0)
+++ community-x86_64/mate-notification-daemon.install   2014-01-16 16:45:28 UTC 
(rev 104203)
@@ -0,0 +1,12 @@
+post_install() {
+glib-compile-schemas /usr/share/glib-2.0/schemas/
+gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
+}
+

[arch-commits] Commit in (5 files)

2014-01-16 Thread Martin Wimpress
Date: Thursday, January 16, 2014 @ 17:44:32
  Author: flexiondotorg
Revision: 104202

Added mate-notification-daemon

Added:
  mate-notification-daemon/
  mate-notification-daemon/repos/
  mate-notification-daemon/trunk/
  mate-notification-daemon/trunk/PKGBUILD
  mate-notification-daemon/trunk/mate-notification-daemon.install

--+
 PKGBUILD |   34 ++
 mate-notification-daemon.install |   12 
 2 files changed, 46 insertions(+)

Added: mate-notification-daemon/trunk/PKGBUILD
===
--- mate-notification-daemon/trunk/PKGBUILD (rev 0)
+++ mate-notification-daemon/trunk/PKGBUILD 2014-01-16 16:44:32 UTC (rev 
104202)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer : Martin Wimpress 
+# Contributor: Giovanni Ricciardi 
+# Contributor: Xpander 
+
+pkgname=mate-notification-daemon
+pkgver=1.6.1
+pkgrel=3
+pkgdesc="Notification daemon for MATE"
+url="http://mate-desktop.org";
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL')
+depends=('dconf' 'dbus-glib' 'gtk2' 'libcanberra' 'libmatewnck' 'libnotify')
+makedepends=('mate-common' 'perl-xml-parser')
+options=('!emptydirs')
+groups=('mate')
+provides=('notification-daemon')
+source=("http://pub.mate-desktop.org/releases/1.6/${pkgname}-${pkgver}.tar.xz";)
+sha1sums=('b911efdc4e37dc0b521165168fee03889f776c12')
+install=${pkgname}.install
+
+build() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+./configure \
+--prefix=/usr \
+--libexecdir=/usr/lib/${pkgname} \
+--disable-static
+make
+}
+
+package() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+make DESTDIR="${pkgdir}" install
+}


Property changes on: mate-notification-daemon/trunk/PKGBUILD
___
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property
Added: mate-notification-daemon/trunk/mate-notification-daemon.install
===
--- mate-notification-daemon/trunk/mate-notification-daemon.install 
(rev 0)
+++ mate-notification-daemon/trunk/mate-notification-daemon.install 
2014-01-16 16:44:32 UTC (rev 104202)
@@ -0,0 +1,12 @@
+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
+}



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

2014-01-16 Thread Martin Wimpress
Date: Thursday, January 16, 2014 @ 17:38:43
  Author: flexiondotorg
Revision: 104197

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

Added:
  mate-media/repos/community-i686/
  mate-media/repos/community-i686/PKGBUILD
(from rev 104196, mate-media/trunk/PKGBUILD)
  mate-media/repos/community-i686/mate-media-gstreamer.install
(from rev 104196, mate-media/trunk/mate-media-gstreamer.install)
  mate-media/repos/community-x86_64/
  mate-media/repos/community-x86_64/PKGBUILD
(from rev 104196, mate-media/trunk/PKGBUILD)
  mate-media/repos/community-x86_64/mate-media-gstreamer.install
(from rev 104196, mate-media/trunk/mate-media-gstreamer.install)

---+
 community-i686/PKGBUILD   |   75 
 community-i686/mate-media-gstreamer.install   |   12 +++
 community-x86_64/PKGBUILD |   75 
 community-x86_64/mate-media-gstreamer.install |   12 +++
 4 files changed, 174 insertions(+)

Copied: mate-media/repos/community-i686/PKGBUILD (from rev 104196, 
mate-media/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-01-16 16:38:43 UTC (rev 104197)
@@ -0,0 +1,75 @@
+# $Id$
+# Maintainer : Martin Wimpress 
+
+pkgbase=mate-media
+pkgname=("${pkgbase}-pulseaudio" "${pkgbase}-gstreamer")
+pkgver=1.6.1
+pkgrel=1
+url="http://mate-desktop.org";
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('gstreamer0.10-base-plugins' 'gtk2' 'libcanberra-pulse' 'libunique'
+ 'mate-desktop' 'mate-window-manager' 'pulseaudio')
+makedepends=('mate-common' 'mate-doc-utils' 'mate-panel'
+ 'mate-settings-daemon-gstreamer' 'perl-xml-parser')
+options=('!emptydirs')
+source=("http://pub.mate-desktop.org/releases/1.6/${pkgbase}-${pkgver}.tar.xz";)
+sha1sums=('39acbf670a384325b5f68487e62bb1bdddb7d68f')
+
+build() {
+cd "${srcdir}"
+cp -a ${pkgbase}-${pkgver}{,-gstreamer}
+
+# build for pulseaudio
+cd "${srcdir}/${pkgbase}-${pkgver}"
+./autogen.sh \
+--prefix=/usr \
+--sysconfdir=/etc \
+--libexecdir=/usr/lib/${pkgbase} \
+--localstatedir=/var \
+--enable-pulseaudio \
+--disable-gstmix \
+--disable-gst-mixer-applet \
+--disable-static \
+--disable-scrollkeeper
+make
+
+# build for gstreamer
+cd "${srcdir}/${pkgbase}-${pkgver}-gstreamer"
+./autogen.sh \
+--prefix=/usr \
+--sysconfdir=/etc \
+--libexecdir=/usr/lib/${pkgbase} \
+--localstatedir=/var \
+--enable-gstmix \
+--enable-gst-mixer-applet \
+--enable-deprecated \
+--disable-pulseaudio \
+--disable-static \
+--disable-scrollkeeper
+make
+}
+
+package_mate-media-pulseaudio() {
+groups=('mate-extra')
+pkgdesc="MATE Media Tools (pulseaudio)"
+depends=('libcanberra-pulse' 'libunique' 'mate-desktop' 
'mate-window-manager'
+ 'pulseaudio')
+conflicts=("${pkgbase}-gstreamer" 'mate-settings-daemon-gstreamer')
+provides=("${pkgbase}")
+replaces=("${pkgbase}")
+cd "${srcdir}/${pkgbase}-${pkgver}"
+make DESTDIR="${pkgdir}" install
+}
+
+package_mate-media-gstreamer() {
+pkgdesc="MATE Media Tools (GStreamer)"
+depends=('gstreamer0.10-base-plugins' 'gtk2' 'libcanberra' 'mate-desktop'
+ 'mate-window-manager')
+optdepends=('mate-panel: Volume control for the panel')
+conflicts=("${pkgbase}-pulseaudio" 'mate-settings-daemon-pulseaudio')
+provides=("${pkgbase}")
+install=${pkgbase}-gstreamer.install
+cd "${srcdir}/${pkgbase}-${pkgver}-gstreamer"
+make DESTDIR="${pkgdir}" install
+}

Copied: mate-media/repos/community-i686/mate-media-gstreamer.install (from rev 
104196, mate-media/trunk/mate-media-gstreamer.install)
===
--- community-i686/mate-media-gstreamer.install (rev 0)
+++ community-i686/mate-media-gstreamer.install 2014-01-16 16:38:43 UTC (rev 
104197)
@@ -0,0 +1,12 @@
+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-media/repos/community-x86_64/PKGBUILD (from rev 104196, 
mate-media/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2014-01-16 16:38:43 UTC (rev 104197)
@@ -0,0 +1,75 @@
+# $Id$
+# Maintainer : Martin Wimpress 
+
+pkgbase=mate-media
+pkgname=("${pkgbase}-pulseaudio" "${pkgbase}-gstreamer")
+pkgver=1.6.1
+pkgrel=1
+url="http://mate-desktop.org";
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('gstreamer0.10-bas

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

2014-01-16 Thread Martin Wimpress
Date: Thursday, January 16, 2014 @ 17:40:08
  Author: flexiondotorg
Revision: 104199

archrelease: copy trunk to community-any

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

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

Copied: mate-backgrounds/repos/community-any/PKGBUILD (from rev 104198, 
mate-backgrounds/trunk/PKGBUILD)
===
--- community-any/PKGBUILD  (rev 0)
+++ community-any/PKGBUILD  2014-01-16 16:40:08 UTC (rev 104199)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer : Martin Wimpress 
+# Contributor: Giovanni "Talorno" Ricciardi 
+# Contributor: Xpander 
+
+pkgname=mate-backgrounds
+pkgver=1.6.1
+pkgrel=1
+pkgdesc="Background images and data for MATE"
+url="http://mate-desktop.org";
+arch=('any')
+license=('GPL')
+makedepends=('mate-common' 'perl-xml-parser')
+options=('!emptydirs')
+groups=('mate')
+source=("http://pub.mate-desktop.org/releases/1.6/${pkgname}-${pkgver}.tar.xz";)
+sha1sums=('7905527e9f4f0edeae15c8a6c444c53b45f260bf')
+
+build() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+./configure \
+--prefix=/usr
+make
+}
+
+package() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+make DESTDIR="${pkgdir}" install
+}



[arch-commits] Commit in (4 files)

2014-01-16 Thread Martin Wimpress
Date: Thursday, January 16, 2014 @ 17:39:22
  Author: flexiondotorg
Revision: 104198

Added mate-backgrounds

Added:
  mate-backgrounds/
  mate-backgrounds/repos/
  mate-backgrounds/trunk/
  mate-backgrounds/trunk/PKGBUILD

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

Added: mate-backgrounds/trunk/PKGBUILD
===
--- mate-backgrounds/trunk/PKGBUILD (rev 0)
+++ mate-backgrounds/trunk/PKGBUILD 2014-01-16 16:39:22 UTC (rev 104198)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer : Martin Wimpress 
+# Contributor: Giovanni "Talorno" Ricciardi 
+# Contributor: Xpander 
+
+pkgname=mate-backgrounds
+pkgver=1.6.1
+pkgrel=1
+pkgdesc="Background images and data for MATE"
+url="http://mate-desktop.org";
+arch=('any')
+license=('GPL')
+makedepends=('mate-common' 'perl-xml-parser')
+options=('!emptydirs')
+groups=('mate')
+source=("http://pub.mate-desktop.org/releases/1.6/${pkgname}-${pkgver}.tar.xz";)
+sha1sums=('7905527e9f4f0edeae15c8a6c444c53b45f260bf')
+
+build() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+./configure \
+--prefix=/usr
+make
+}
+
+package() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+make DESTDIR="${pkgdir}" install
+}


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


  1   2   >