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

2014-01-16 Thread Bartłomiej Piotrowski
Date: Thursday, January 16, 2014 @ 09:14:01
  Author: bpiotrowski
Revision: 204272

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

Added:
  linux-lts/repos/testing-i686/
  linux-lts/repos/testing-i686/PKGBUILD
(from rev 204271, linux-lts/trunk/PKGBUILD)
  linux-lts/repos/testing-i686/change-default-console-loglevel.patch
(from rev 204271, linux-lts/trunk/change-default-console-loglevel.patch)
  linux-lts/repos/testing-i686/config
(from rev 204271, linux-lts/trunk/config)
  linux-lts/repos/testing-i686/config.x86_64
(from rev 204271, linux-lts/trunk/config.x86_64)
  linux-lts/repos/testing-i686/criu-no-expert.patch
(from rev 204271, linux-lts/trunk/criu-no-expert.patch)
  linux-lts/repos/testing-i686/linux-lts.install
(from rev 204271, linux-lts/trunk/linux-lts.install)
  linux-lts/repos/testing-i686/linux-lts.preset
(from rev 204271, linux-lts/trunk/linux-lts.preset)
  linux-lts/repos/testing-x86_64/
  linux-lts/repos/testing-x86_64/PKGBUILD
(from rev 204271, linux-lts/trunk/PKGBUILD)
  linux-lts/repos/testing-x86_64/change-default-console-loglevel.patch
(from rev 204271, linux-lts/trunk/change-default-console-loglevel.patch)
  linux-lts/repos/testing-x86_64/config
(from rev 204271, linux-lts/trunk/config)
  linux-lts/repos/testing-x86_64/config.x86_64
(from rev 204271, linux-lts/trunk/config.x86_64)
  linux-lts/repos/testing-x86_64/criu-no-expert.patch
(from rev 204271, linux-lts/trunk/criu-no-expert.patch)
  linux-lts/repos/testing-x86_64/linux-lts.install
(from rev 204271, linux-lts/trunk/linux-lts.install)
  linux-lts/repos/testing-x86_64/linux-lts.preset
(from rev 204271, linux-lts/trunk/linux-lts.preset)

--+
 testing-i686/PKGBUILD|  334 
 testing-i686/change-default-console-loglevel.patch   |   12 
 testing-i686/config  | 6320 +
 testing-i686/config.x86_64   | 6121 
 testing-i686/criu-no-expert.patch|   22 
 testing-i686/linux-lts.install   |   31 
 testing-i686/linux-lts.preset|   14 
 testing-x86_64/PKGBUILD  |  334 
 testing-x86_64/change-default-console-loglevel.patch |   12 
 testing-x86_64/config| 6320 +
 testing-x86_64/config.x86_64 | 6121 
 testing-x86_64/criu-no-expert.patch  |   22 
 testing-x86_64/linux-lts.install |   31 
 testing-x86_64/linux-lts.preset  |   14 
 14 files changed, 25708 insertions(+)

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


[arch-commits] Commit in linux-lts/trunk (3.10.6-logitech-dj.patch PKGBUILD)

2014-01-16 Thread Bartłomiej Piotrowski
Date: Thursday, January 16, 2014 @ 09:13:43
  Author: bpiotrowski
Revision: 204271

upgpkg: linux-lts 3.10.27-1

new upstream release

Modified:
  linux-lts/trunk/PKGBUILD
Deleted:
  linux-lts/trunk/3.10.6-logitech-dj.patch

--+
 3.10.6-logitech-dj.patch |  172 -
 PKGBUILD |   13 +--
 2 files changed, 4 insertions(+), 181 deletions(-)

Deleted: 3.10.6-logitech-dj.patch
===
--- 3.10.6-logitech-dj.patch2014-01-16 03:05:57 UTC (rev 204270)
+++ 3.10.6-logitech-dj.patch2014-01-16 08:13:43 UTC (rev 204271)
@@ -1,172 +0,0 @@
-From c63e0e370028d7e4033bd40165f18499872b5183 Mon Sep 17 00:00:00 2001
-From: Nestor Lopez Casado nlopezca...@logitech.com
-Date: Thu, 18 Jul 2013 13:21:30 +
-Subject: HID: Revert Revert HID: Fix logitech-dj: missing Unifying device 
issue
-
-This reverts commit 8af6c08830b1ae114d1a8b548b1f8b056e068887.
-
-This patch re-adds the workaround introduced by 596264082f10dd4
-which was reverted by 8af6c08830b1ae114.
-
-The original patch 596264 was needed to overcome a situation where
-the hid-core would drop incoming reports while probe() was being
-executed.
-
-This issue was solved by c849a6143bec520af which added
-hid_device_io_start() and hid_device_io_stop() that enable a specific
-hid driver to opt-in for input reports while its probe() is being
-executed.
-
-Commit a9dd22b730857347 modified hid-logitech-dj so as to use the
-functionality added to hid-core. Having done that, workaround 596264
-was no longer necessary and was reverted by 8af6c08.
-
-We now encounter a different problem that ends up 'again' thwarting
-the Unifying receiver enumeration. The problem is time and usb controller
-dependent. Ocasionally the reports sent to the usb receiver to start
-the paired devices enumeration fail with -EPIPE and the receiver never
-gets to enumerate the paired devices.
-
-With dcd9006b1b053c7b1c the problem was hidden as the call to the usb
-driver became asynchronous and none was catching the error from the
-failing URB.
-
-As the root cause for this failing SET_REPORT is not understood yet,
--possibly a race on the usb controller drivers or a problem with the
-Unifying receiver- reintroducing this workaround solves the problem.
-
-Overall what this workaround does is: If an input report from an
-unknown device is received, then a (re)enumeration is performed.
-
-related bug:
-https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1194649
-
-Signed-off-by: Nestor Lopez Casado nlopezca...@logitech.com
-Signed-off-by: Jiri Kosina jkos...@suse.cz

-diff --git a/drivers/hid/hid-logitech-dj.c b/drivers/hid/hid-logitech-dj.c
-index 5207591a..cd33084 100644
 a/drivers/hid/hid-logitech-dj.c
-+++ b/drivers/hid/hid-logitech-dj.c
-@@ -192,6 +192,7 @@ static struct hid_ll_driver logi_dj_ll_driver;
- static int logi_dj_output_hidraw_report(struct hid_device *hid, u8 * buf,
-   size_t count,
-   unsigned char report_type);
-+static int logi_dj_recv_query_paired_devices(struct dj_receiver_dev 
*djrcv_dev);
- 
- static void logi_dj_recv_destroy_djhid_device(struct dj_receiver_dev 
*djrcv_dev,
-   struct dj_report *dj_report)
-@@ -232,6 +233,7 @@ static void logi_dj_recv_add_djhid_device(struct 
dj_receiver_dev *djrcv_dev,
-   if (dj_report-report_params[DEVICE_PAIRED_PARAM_SPFUNCTION] 
-   SPFUNCTION_DEVICE_LIST_EMPTY) {
-   dbg_hid(%s: device list is empty\n, __func__);
-+  djrcv_dev-querying_devices = false;
-   return;
-   }
- 
-@@ -242,6 +244,12 @@ static void logi_dj_recv_add_djhid_device(struct 
dj_receiver_dev *djrcv_dev,
-   return;
-   }
- 
-+  if (djrcv_dev-paired_dj_devices[dj_report-device_index]) {
-+  /* The device is already known. No need to reallocate it. */
-+  dbg_hid(%s: device is already known\n, __func__);
-+  return;
-+  }
-+
-   dj_hiddev = hid_allocate_device();
-   if (IS_ERR(dj_hiddev)) {
-   dev_err(djrcv_hdev-dev, %s: hid_allocate_device failed\n,
-@@ -305,6 +313,7 @@ static void delayedwork_callback(struct work_struct *work)
-   struct dj_report dj_report;
-   unsigned long flags;
-   int count;
-+  int retval;
- 
-   dbg_hid(%s\n, __func__);
- 
-@@ -337,6 +346,25 @@ static void delayedwork_callback(struct work_struct *work)
-   logi_dj_recv_destroy_djhid_device(djrcv_dev, dj_report);
-   break;
-   default:
-+  /* A normal report (i. e. not belonging to a pair/unpair notification)
-+   * arriving here, means that the report arrived but we did not have a
-+   * paired dj_device associated to the report's device_index, this
-+   * means that the original device paired notification corresponding
-+   * 

[arch-commits] Commit in nvidia-304xx-lts/trunk (PKGBUILD)

2014-01-16 Thread Bartłomiej Piotrowski
Date: Thursday, January 16, 2014 @ 09:19:19
  Author: bpiotrowski
Revision: 204273

upgpkg: nvidia-304xx-lts 304.117-4

rebuild against linux-lts 3.10.27

Modified:
  nvidia-304xx-lts/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-01-16 08:14:01 UTC (rev 204272)
+++ PKGBUILD2014-01-16 08:19:19 UTC (rev 204273)
@@ -4,7 +4,7 @@
 pkgname=nvidia-304xx-lts
 pkgver=304.117
 _extramodules=extramodules-3.10-lts
-pkgrel=3
+pkgrel=4
 pkgdesc=NVIDIA drivers for linux-lts, 304xx legacy branch
 arch=('i686' 'x86_64')
 url=http://www.nvidia.com/;



[arch-commits] Commit in nvidia-304xx-lts/repos (6 files)

2014-01-16 Thread Bartłomiej Piotrowski
Date: Thursday, January 16, 2014 @ 09:19:25
  Author: bpiotrowski
Revision: 204274

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

Added:
  nvidia-304xx-lts/repos/testing-i686/
  nvidia-304xx-lts/repos/testing-i686/PKGBUILD
(from rev 204273, nvidia-304xx-lts/trunk/PKGBUILD)
  nvidia-304xx-lts/repos/testing-i686/nvidia-304xx-lts.install
(from rev 204273, nvidia-304xx-lts/trunk/nvidia-304xx-lts.install)
  nvidia-304xx-lts/repos/testing-x86_64/
  nvidia-304xx-lts/repos/testing-x86_64/PKGBUILD
(from rev 204273, nvidia-304xx-lts/trunk/PKGBUILD)
  nvidia-304xx-lts/repos/testing-x86_64/nvidia-304xx-lts.install
(from rev 204273, nvidia-304xx-lts/trunk/nvidia-304xx-lts.install)

-+
 testing-i686/PKGBUILD   |   47 ++
 testing-i686/nvidia-304xx-lts.install   |   15 +
 testing-x86_64/PKGBUILD |   47 ++
 testing-x86_64/nvidia-304xx-lts.install |   15 +
 4 files changed, 124 insertions(+)

Copied: nvidia-304xx-lts/repos/testing-i686/PKGBUILD (from rev 204273, 
nvidia-304xx-lts/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-01-16 08:19:25 UTC (rev 204274)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Andreas Radke andy...@archlinux.org
+
+pkgname=nvidia-304xx-lts
+pkgver=304.117
+_extramodules=extramodules-3.10-lts
+pkgrel=4
+pkgdesc=NVIDIA drivers for linux-lts, 304xx legacy branch
+arch=('i686' 'x86_64')
+url=http://www.nvidia.com/;
+depends=('linux-lts=3.10.26' nvidia-304xx-utils=${pkgver})
+makedepends=('linux-lts-headers=3.10.26')
+conflicts=('nvidia-lts' 'nvidia-96xx-lts' 'nvidia-173xx-lts')
+provides=('nvidia-304xx')
+license=('custom')
+install=nvidia-304xx-lts.install
+options=(!strip)
+
+if [ $CARCH = i686 ]; then
+_arch='x86'
+_pkg=NVIDIA-Linux-${_arch}-${pkgver}
+
source=(ftp://download.nvidia.com/XFree86/Linux-${_arch}/${pkgver}/${_pkg}.run;)
+md5sums=('023eb03da304a1842fc503c81e3c5694')
+elif [ $CARCH = x86_64 ]; then
+_arch='x86_64'
+   _pkg=NVIDIA-Linux-${_arch}-${pkgver}-no-compat32
+
source=(ftp://download.nvidia.com/XFree86/Linux-${_arch}/${pkgver}/${_pkg}.run;)
+md5sums=('8ee9f672028971c6d36118894d0e2c59')
+fi
+
+build() {
+_kernver=$(cat /usr/lib/modules/${_extramodules}/version)
+cd ${srcdir}
+sh ${_pkg}.run --extract-only
+cd ${_pkg}/kernel
+make SYSSRC=/usr/lib/modules/${_kernver}/build module
+}
+
+package() {
+install -D -m644 ${srcdir}/${_pkg}/kernel/nvidia.ko \
+${pkgdir}/usr/lib/modules/${_extramodules}/nvidia.ko
+install -d -m755 ${pkgdir}/usr/lib/modprobe.d
+echo blacklist nouveau  
${pkgdir}/usr/lib/modprobe.d/nvidia-304xx-lts.conf
+echo blacklist nvidiafb  
${pkgdir}/usr/lib/modprobe.d/nvidia-304xx-lts.conf
+gzip ${pkgdir}/usr/lib/modules/${_extramodules}/nvidia.ko
+install -D -m644 ${_pkg}/LICENSE 
${pkgdir}/usr/share/licenses/nvidia-304xx-lts/LICENSE
+}

Copied: nvidia-304xx-lts/repos/testing-i686/nvidia-304xx-lts.install (from rev 
204273, nvidia-304xx-lts/trunk/nvidia-304xx-lts.install)
===
--- testing-i686/nvidia-304xx-lts.install   (rev 0)
+++ testing-i686/nvidia-304xx-lts.install   2014-01-16 08:19:25 UTC (rev 
204274)
@@ -0,0 +1,15 @@
+post_install() {
+EXTRAMODULES='extramodules-3.10-lts'
+depmod $(cat /usr/lib/modules/$EXTRAMODULES/version)
+echo 'In order to use nvidia module, reboot the system.'
+}
+
+post_upgrade() {
+EXTRAMODULES='extramodules-3.10-lts'
+depmod $(cat /usr/lib/modules/$EXTRAMODULES/version)
+}
+
+post_remove() {
+EXTRAMODULES='extramodules-3.10-lts'
+depmod $(cat /usr/lib/modules/$EXTRAMODULES/version)
+}

Copied: nvidia-304xx-lts/repos/testing-x86_64/PKGBUILD (from rev 204273, 
nvidia-304xx-lts/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2014-01-16 08:19:25 UTC (rev 204274)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Andreas Radke andy...@archlinux.org
+
+pkgname=nvidia-304xx-lts
+pkgver=304.117
+_extramodules=extramodules-3.10-lts
+pkgrel=4
+pkgdesc=NVIDIA drivers for linux-lts, 304xx legacy branch
+arch=('i686' 'x86_64')
+url=http://www.nvidia.com/;
+depends=('linux-lts=3.10.26' nvidia-304xx-utils=${pkgver})
+makedepends=('linux-lts-headers=3.10.26')
+conflicts=('nvidia-lts' 'nvidia-96xx-lts' 'nvidia-173xx-lts')
+provides=('nvidia-304xx')
+license=('custom')
+install=nvidia-304xx-lts.install
+options=(!strip)
+
+if [ $CARCH = i686 ]; then
+_arch='x86'
+_pkg=NVIDIA-Linux-${_arch}-${pkgver}
+
source=(ftp://download.nvidia.com/XFree86/Linux-${_arch}/${pkgver}/${_pkg}.run;)
+

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

2014-01-16 Thread Bartłomiej Piotrowski
Date: Thursday, January 16, 2014 @ 09:23:55
  Author: bpiotrowski
Revision: 204275

upgpkg: nvidia-lts 331.38-2

rebuild against linux-lts 3.10.27

Modified:
  nvidia-lts/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-01-16 08:19:25 UTC (rev 204274)
+++ PKGBUILD2014-01-16 08:23:55 UTC (rev 204275)
@@ -4,7 +4,7 @@
 pkgname=nvidia-lts
 pkgver=331.38
 _extramodules=extramodules-3.10-lts
-pkgrel=1
+pkgrel=2
 pkgdesc=NVIDIA drivers for linux-lts
 arch=('i686' 'x86_64')
 url=http://www.nvidia.com/;



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

2014-01-16 Thread Bartłomiej Piotrowski
Date: Thursday, January 16, 2014 @ 09:23:59
  Author: bpiotrowski
Revision: 204276

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

Added:
  nvidia-lts/repos/testing-i686/
  nvidia-lts/repos/testing-i686/PKGBUILD
(from rev 204275, nvidia-lts/trunk/PKGBUILD)
  nvidia-lts/repos/testing-i686/nvidia-lts.install
(from rev 204275, nvidia-lts/trunk/nvidia-lts.install)
  nvidia-lts/repos/testing-x86_64/
  nvidia-lts/repos/testing-x86_64/PKGBUILD
(from rev 204275, nvidia-lts/trunk/PKGBUILD)
  nvidia-lts/repos/testing-x86_64/nvidia-lts.install
(from rev 204275, nvidia-lts/trunk/nvidia-lts.install)

---+
 testing-i686/PKGBUILD |   46 
 testing-i686/nvidia-lts.install   |   15 +++
 testing-x86_64/PKGBUILD   |   46 
 testing-x86_64/nvidia-lts.install |   15 +++
 4 files changed, 122 insertions(+)

Copied: nvidia-lts/repos/testing-i686/PKGBUILD (from rev 204275, 
nvidia-lts/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-01-16 08:23:59 UTC (rev 204276)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Eric Bélanger e...@archlinux.org
+
+pkgname=nvidia-lts
+pkgver=331.38
+_extramodules=extramodules-3.10-lts
+pkgrel=2
+pkgdesc=NVIDIA drivers for linux-lts
+arch=('i686' 'x86_64')
+url=http://www.nvidia.com/;
+depends=('linux-lts=3.10.26' nvidia-utils=$pkgver 'nvidia-libgl')
+makedepends=('linux-lts-headers=3.10.26')
+provides=('nvidia')
+license=('custom')
+install=nvidia-lts.install
+options=(!strip)
+
+if [ $CARCH = i686 ]; then
+_arch='x86'
+_pkg=NVIDIA-Linux-${_arch}-${pkgver}
+
source=(ftp://download.nvidia.com/XFree86/Linux-${_arch}/${pkgver}/${_pkg}.run;)
+md5sums=('16aa229f7f118c8cafad6fb3f4ac082e')
+elif [ $CARCH = x86_64 ]; then
+_arch='x86_64'
+   _pkg=NVIDIA-Linux-${_arch}-${pkgver}-no-compat32
+
source=(ftp://download.nvidia.com/XFree86/Linux-${_arch}/${pkgver}/${_pkg}.run;)
+md5sums=('f2059ae373665cb6c8fb826e1173b04d')
+fi
+
+
+build() {
+  _kernver=$(cat /usr/lib/modules/${_extramodules}/version)
+  sh ${_pkg}.run --extract-only
+  cd ${_pkg}/kernel
+  make SYSSRC=/usr/lib/modules/${_kernver}/build module
+}
+
+package() {
+  install -D -m644 ${srcdir}/${_pkg}/kernel/nvidia.ko \
+${pkgdir}/usr/lib/modules/${_extramodules}/kernel/drivers/video/nvidia.ko
+  gzip 
${pkgdir}/usr/lib/modules/${_extramodules}/kernel/drivers/video/nvidia.ko
+  install -d -m755 ${pkgdir}/usr/lib/modprobe.d
+  echo blacklist nouveau  ${pkgdir}/usr/lib/modprobe.d/nvidia-lts.conf
+  echo blacklist nvidiafb  ${pkgdir}/usr/lib/modprobe.d/nvidia-lts.conf
+  install -D -m644 ${srcdir}/${_pkg}/LICENSE 
${pkgdir}/usr/share/licenses/nvidia-lts/LICENSE
+}

Copied: nvidia-lts/repos/testing-i686/nvidia-lts.install (from rev 204275, 
nvidia-lts/trunk/nvidia-lts.install)
===
--- testing-i686/nvidia-lts.install (rev 0)
+++ testing-i686/nvidia-lts.install 2014-01-16 08:23:59 UTC (rev 204276)
@@ -0,0 +1,15 @@
+post_install() {
+EXTRAMODULES='extramodules-3.10-lts'
+depmod $(cat /usr/lib/modules/$EXTRAMODULES/version)
+echo 'In order to use nvidia module, reboot the system.'
+}
+
+post_upgrade() {
+EXTRAMODULES='extramodules-3.10-lts'
+depmod $(cat /usr/lib/modules/$EXTRAMODULES/version)
+}
+
+post_remove() {
+EXTRAMODULES='extramodules-3.10-lts'
+depmod $(cat /usr/lib/modules/$EXTRAMODULES/version)
+}

Copied: nvidia-lts/repos/testing-x86_64/PKGBUILD (from rev 204275, 
nvidia-lts/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2014-01-16 08:23:59 UTC (rev 204276)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Eric Bélanger e...@archlinux.org
+
+pkgname=nvidia-lts
+pkgver=331.38
+_extramodules=extramodules-3.10-lts
+pkgrel=2
+pkgdesc=NVIDIA drivers for linux-lts
+arch=('i686' 'x86_64')
+url=http://www.nvidia.com/;
+depends=('linux-lts=3.10.26' nvidia-utils=$pkgver 'nvidia-libgl')
+makedepends=('linux-lts-headers=3.10.26')
+provides=('nvidia')
+license=('custom')
+install=nvidia-lts.install
+options=(!strip)
+
+if [ $CARCH = i686 ]; then
+_arch='x86'
+_pkg=NVIDIA-Linux-${_arch}-${pkgver}
+
source=(ftp://download.nvidia.com/XFree86/Linux-${_arch}/${pkgver}/${_pkg}.run;)
+md5sums=('16aa229f7f118c8cafad6fb3f4ac082e')
+elif [ $CARCH = x86_64 ]; then
+_arch='x86_64'
+   _pkg=NVIDIA-Linux-${_arch}-${pkgver}-no-compat32
+
source=(ftp://download.nvidia.com/XFree86/Linux-${_arch}/${pkgver}/${_pkg}.run;)
+md5sums=('f2059ae373665cb6c8fb826e1173b04d')
+fi
+
+
+build() {
+  _kernver=$(cat /usr/lib/modules/${_extramodules}/version)
+  sh ${_pkg}.run --extract-only
+  cd 

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

2014-01-16 Thread Bartłomiej Piotrowski
Date: Thursday, January 16, 2014 @ 09:34:02
  Author: bpiotrowski
Revision: 104132

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

Added:
  tp_smapi-lts/repos/community-testing-i686/
  tp_smapi-lts/repos/community-testing-i686/PKGBUILD
(from rev 104131, tp_smapi-lts/trunk/PKGBUILD)
  tp_smapi-lts/repos/community-testing-i686/tp_smapi-lts.install
(from rev 104131, tp_smapi-lts/trunk/tp_smapi-lts.install)
  tp_smapi-lts/repos/community-testing-x86_64/
  tp_smapi-lts/repos/community-testing-x86_64/PKGBUILD
(from rev 104131, tp_smapi-lts/trunk/PKGBUILD)
  tp_smapi-lts/repos/community-testing-x86_64/tp_smapi-lts.install
(from rev 104131, tp_smapi-lts/trunk/tp_smapi-lts.install)

---+
 community-testing-i686/PKGBUILD   |   57 
 community-testing-i686/tp_smapi-lts.install   |   13 +
 community-testing-x86_64/PKGBUILD |   57 
 community-testing-x86_64/tp_smapi-lts.install |   13 +
 4 files changed, 140 insertions(+)

Copied: tp_smapi-lts/repos/community-testing-i686/PKGBUILD (from rev 104131, 
tp_smapi-lts/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2014-01-16 08:34:02 UTC (rev 104132)
@@ -0,0 +1,57 @@
+# $Id$
+# Maintainer: Lukas Fleischer archlinux at cryptocrack dot de
+# Contributor: xduugu
+# Contributor: nh2
+# Contributor: Steven Davidovitz steviedizzle ð gmail đ com
+# Contributor: Nick B Shirakawasuna ð gmail đ com
+# Contributor: Christof Musik christof ð senfdax đ de
+# Contributor: Stefan Rupp archlinux ð stefanrupp đ de
+# Contributor: Ignas Anikevicius anikevicius ð gmail đ com
+
+pkgname=tp_smapi-lts
+_pkgname=tp_smapi
+_extramodules=/usr/lib/modules/extramodules-3.10-lts
+pkgver=0.41
+pkgrel=23
+pkgdesc=linux-lts modules for ThinkPad's SMAPI functionality
+arch=('i686' 'x86_64')
+url='https://github.com/evgeni/tp_smapi'
+license=('GPL')
+depends=('linux-lts=3.10' 'linux-lts3.11')
+makedepends=('linux-lts-headers=3.10' 'linux-lts-headers3.11')
+install=${pkgname}.install
+source=(https://github.com/downloads/evgeni/${_pkgname}/${_pkgname}-${pkgver}.tar.gz;)
+md5sums=('63c683415c764568f6bf17c7eabe4752')
+
+build() {
+  cd ${srcdir}/${_pkgname}-${pkgver}
+
+  _kernver=$( ${_extramodules}/version)
+
+  sed -ri -e s/^(KVER\s*:=).*$/\1 ${_kernver}/ \
+ -e s#^(KBASE\s*:=).*\$#\1 ${_extramodules%/*}/${_kernver}# Makefile
+
+  make HDAPS=1
+}
+
+package() {
+  _kernver=$( ${_extramodules}/version)
+
+  make -C ${_extramodules%/*}/${_kernver}/build \
+INSTALL_MOD_PATH=${pkgdir}/${_extramodules%%/lib/*} \
+M=${srcdir}/${_pkgname}-${pkgver} modules_install
+
+  cd ${pkgdir}/${_extramodules%/*}
+  mv ${_kernver}/extra ${_extramodules##*/}
+  rmdir ${_kernver}
+
+  # compress kernel modules
+  find ${pkgdir} -name *.ko -exec gzip -9 {} +
+
+  # load module on startup
+  echo tp_smapi  ${srcdir}/${pkgname}.conf
+  install -Dm644 ${srcdir}/${pkgname}.conf 
${pkgdir}/usr/lib/modules-load.d/${pkgname}.conf
+
+  # update kernel version in install file
+  sed -ri s#^(extramodules=).*\$#\1${_extramodules}# 
${startdir}/${pkgname}.install
+}

Copied: tp_smapi-lts/repos/community-testing-i686/tp_smapi-lts.install (from 
rev 104131, tp_smapi-lts/trunk/tp_smapi-lts.install)
===
--- community-testing-i686/tp_smapi-lts.install (rev 0)
+++ community-testing-i686/tp_smapi-lts.install 2014-01-16 08:34:02 UTC (rev 
104132)
@@ -0,0 +1,13 @@
+extramodules=/usr/lib/modules/extramodules-3.10-lts
+
+post_install() {
+  depmod -v $( $extramodules/version) /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Copied: tp_smapi-lts/repos/community-testing-x86_64/PKGBUILD (from rev 104131, 
tp_smapi-lts/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2014-01-16 08:34:02 UTC (rev 104132)
@@ -0,0 +1,57 @@
+# $Id$
+# Maintainer: Lukas Fleischer archlinux at cryptocrack dot de
+# Contributor: xduugu
+# Contributor: nh2
+# Contributor: Steven Davidovitz steviedizzle ð gmail đ com
+# Contributor: Nick B Shirakawasuna ð gmail đ com
+# Contributor: Christof Musik christof ð senfdax đ de
+# Contributor: Stefan Rupp archlinux ð stefanrupp đ de
+# Contributor: Ignas Anikevicius anikevicius ð gmail đ com
+
+pkgname=tp_smapi-lts
+_pkgname=tp_smapi
+_extramodules=/usr/lib/modules/extramodules-3.10-lts
+pkgver=0.41
+pkgrel=23
+pkgdesc=linux-lts modules for ThinkPad's SMAPI functionality
+arch=('i686' 'x86_64')
+url='https://github.com/evgeni/tp_smapi'
+license=('GPL')
+depends=('linux-lts=3.10' 'linux-lts3.11')

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

2014-01-16 Thread Bartłomiej Piotrowski
Date: Thursday, January 16, 2014 @ 09:33:49
  Author: bpiotrowski
Revision: 104130

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

Added:
  r8168-lts/repos/community-testing-i686/
  r8168-lts/repos/community-testing-i686/PKGBUILD
(from rev 104129, r8168-lts/trunk/PKGBUILD)
  r8168-lts/repos/community-testing-i686/linux-3.10.patch
(from rev 104129, r8168-lts/trunk/linux-3.10.patch)
  r8168-lts/repos/community-testing-i686/r8168-lts.install
(from rev 104129, r8168-lts/trunk/r8168-lts.install)
  r8168-lts/repos/community-testing-x86_64/
  r8168-lts/repos/community-testing-x86_64/PKGBUILD
(from rev 104129, r8168-lts/trunk/PKGBUILD)
  r8168-lts/repos/community-testing-x86_64/linux-3.10.patch
(from rev 104129, r8168-lts/trunk/linux-3.10.patch)
  r8168-lts/repos/community-testing-x86_64/r8168-lts.install
(from rev 104129, r8168-lts/trunk/r8168-lts.install)

+
 community-testing-i686/PKGBUILD|   34 +++
 community-testing-i686/linux-3.10.patch|   59 +++
 community-testing-i686/r8168-lts.install   |   17 +++
 community-testing-x86_64/PKGBUILD  |   34 +++
 community-testing-x86_64/linux-3.10.patch  |   59 +++
 community-testing-x86_64/r8168-lts.install |   17 +++
 6 files changed, 220 insertions(+)

Copied: r8168-lts/repos/community-testing-i686/PKGBUILD (from rev 104129, 
r8168-lts/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2014-01-16 08:33:49 UTC (rev 104130)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Massimiliano Torromeo massimiliano.torro...@gmail.com
+
+pkgname=r8168-lts
+_pkgname=r8168
+pkgver=8.037.00
+pkgrel=4
+pkgdesc=A kernel module for Realtek 8168 network cards for linux-lts
+url=http://www.realtek.com.tw;
+license=(GPL)
+arch=('i686' 'x86_64')
+depends=('glibc' linux-lts=3.10 linux-lts3.11)
+makedepends=(linux-lts-headers=3.10 linux-lts-headers3.11)
+source=(http://r8168.googlecode.com/files/$_pkgname-$pkgver.tar.bz2)
+install=$pkgname.install
+
+_extramodules=extramodules-3.10-lts
+
+build() {
+   cd $_pkgname-$pkgver
+   local _kernver=$(cat /usr/lib/modules/$_extramodules/version)
+   make -C /usr/lib/modules/$_kernver/build \
+   SUBDIRS=$srcdir/$_pkgname-$pkgver/src \
+   EXTRA_CFLAGS=-DCONFIG_R8168_NAPI -DCONFIG_R8168_VLAN \
+   modules
+}
+
+package() {
+   cd $_pkgname-$pkgver
+   install -Dm644 src/$_pkgname.ko 
$pkgdir/usr/lib/modules/$_extramodules/$_pkgname.ko
+   find $pkgdir -name '*.ko' -exec gzip -9 {} +
+}
+
+sha256sums=('06aa1c6a58a878450798100eb5f9c3d87763c5f41e99b7d5f3b2fe78646d02b0')

Copied: r8168-lts/repos/community-testing-i686/linux-3.10.patch (from rev 
104129, r8168-lts/trunk/linux-3.10.patch)
===
--- community-testing-i686/linux-3.10.patch (rev 0)
+++ community-testing-i686/linux-3.10.patch 2014-01-16 08:33:49 UTC (rev 
104130)
@@ -0,0 +1,59 @@
+--- src/r8168_n.c.orig 2013-07-02 14:20:27.355887286 +0200
 src/r8168_n.c  2013-07-02 14:24:25.302573010 +0200
+@@ -52,6 +52,10 @@
+ #include linux/init.h
+ #include linux/rtnetlink.h
+ 
++#if LINUX_VERSION_CODE = KERNEL_VERSION(3,10,0)
++#include linux/if_ether.h
++#endif
++
+ #if LINUX_VERSION_CODE = KERNEL_VERSION(2,6,26)
+ #include linux/pci-aspm.h
+ #endif
+@@ -2232,6 +2236,9 @@
+swab16(opts2  0x));
+ ret = 0;
+ }
++#elif LINUX_VERSION_CODE = KERNEL_VERSION(3,10,0)
++  if (opts2  RxVlanTag)
++  __vlan_hwaccel_put_tag(skb, htons(ETH_P_8021Q), swab16(opts2  
0x));
+ #else
+ if (opts2  RxVlanTag)
+ __vlan_hwaccel_put_tag(skb, swab16(opts2  0x));
+@@ -2295,7 +2302,11 @@
+ else
+ tp-cp_cmd = ~RxChkSum;
+ 
++#if LINUX_VERSION_CODE = KERNEL_VERSION(3,10,0)
++  if (dev-features  NETIF_F_HW_VLAN_CTAG_RX)
++#else
+ if (dev-features  NETIF_F_HW_VLAN_RX)
++#endif
+ tp-cp_cmd |= RxVlan;
+ else
+ tp-cp_cmd = ~RxVlan;
+@@ -16195,7 +16206,11 @@
+ 
+ #ifdef CONFIG_R8168_VLAN
+ if (tp-mcfg != CFG_METHOD_DEFAULT) {
++#if LINUX_VERSION_CODE = KERNEL_VERSION(3,10,0)
++  dev-features |= NETIF_F_HW_VLAN_CTAG_TX | 
NETIF_F_HW_VLAN_CTAG_RX;
++#else
+ dev-features |= NETIF_F_HW_VLAN_TX | NETIF_F_HW_VLAN_RX;
++#endif
+ #if LINUX_VERSION_CODE  KERNEL_VERSION(2,6,22)
+ dev-vlan_rx_kill_vid = rtl8168_vlan_rx_kill_vid;
+ #endif //LINUX_VERSION_CODE  KERNEL_VERSION(2,6,22)
+@@ -16210,7 +16225,11 @@
+ #else
+ dev-features |= NETIF_F_RXCSUM;
+ dev-hw_features = NETIF_F_SG | NETIF_F_IP_CSUM | NETIF_F_TSO |
++#if LINUX_VERSION_CODE = KERNEL_VERSION(3,10,0)
++

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

2014-01-16 Thread Bartłomiej Piotrowski
Date: Thursday, January 16, 2014 @ 09:33:59
  Author: bpiotrowski
Revision: 104131

upgpkg: tp_smapi-lts 0.41-23

rebuild against linux-lts 3.10.27

Modified:
  tp_smapi-lts/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-01-16 08:33:49 UTC (rev 104130)
+++ PKGBUILD2014-01-16 08:33:59 UTC (rev 104131)
@@ -12,7 +12,7 @@
 _pkgname=tp_smapi
 _extramodules=/usr/lib/modules/extramodules-3.10-lts
 pkgver=0.41
-pkgrel=22
+pkgrel=23
 pkgdesc=linux-lts modules for ThinkPad's SMAPI functionality
 arch=('i686' 'x86_64')
 url='https://github.com/evgeni/tp_smapi'



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

2014-01-16 Thread Bartłomiej Piotrowski
Date: Thursday, January 16, 2014 @ 09:33:42
  Author: bpiotrowski
Revision: 104129

upgpkg: r8168-lts 8.037.00-4

rebuild against linux-lts 3.10.27

Modified:
  r8168-lts/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-01-16 07:25:21 UTC (rev 104128)
+++ PKGBUILD2014-01-16 08:33:42 UTC (rev 104129)
@@ -4,7 +4,7 @@
 pkgname=r8168-lts
 _pkgname=r8168
 pkgver=8.037.00
-pkgrel=3
+pkgrel=4
 pkgdesc=A kernel module for Realtek 8168 network cards for linux-lts
 url=http://www.realtek.com.tw;
 license=(GPL)



[arch-commits] Commit in virtualbox-modules-lts/repos (10 files)

2014-01-16 Thread Bartłomiej Piotrowski
Date: Thursday, January 16, 2014 @ 09:34:14
  Author: bpiotrowski
Revision: 104134

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

Added:
  virtualbox-modules-lts/repos/community-testing-i686/
  virtualbox-modules-lts/repos/community-testing-i686/PKGBUILD
(from rev 104133, virtualbox-modules-lts/trunk/PKGBUILD)
  virtualbox-modules-lts/repos/community-testing-i686/build.sh
(from rev 104133, virtualbox-modules-lts/trunk/build.sh)
  
virtualbox-modules-lts/repos/community-testing-i686/virtualbox-guest-modules-lts.install
(from rev 104133, 
virtualbox-modules-lts/trunk/virtualbox-guest-modules-lts.install)
  
virtualbox-modules-lts/repos/community-testing-i686/virtualbox-host-modules-lts.install
(from rev 104133, 
virtualbox-modules-lts/trunk/virtualbox-host-modules-lts.install)
  virtualbox-modules-lts/repos/community-testing-x86_64/
  virtualbox-modules-lts/repos/community-testing-x86_64/PKGBUILD
(from rev 104133, virtualbox-modules-lts/trunk/PKGBUILD)
  virtualbox-modules-lts/repos/community-testing-x86_64/build.sh
(from rev 104133, virtualbox-modules-lts/trunk/build.sh)
  
virtualbox-modules-lts/repos/community-testing-x86_64/virtualbox-guest-modules-lts.install
(from rev 104133, 
virtualbox-modules-lts/trunk/virtualbox-guest-modules-lts.install)
  
virtualbox-modules-lts/repos/community-testing-x86_64/virtualbox-host-modules-lts.install
(from rev 104133, 
virtualbox-modules-lts/trunk/virtualbox-host-modules-lts.install)

---+
 community-testing-i686/PKGBUILD   |   66 ++
 community-testing-i686/build.sh   |   60 +
 community-testing-i686/virtualbox-guest-modules-lts.install   |   21 +++
 community-testing-i686/virtualbox-host-modules-lts.install|   23 +++
 community-testing-x86_64/PKGBUILD |   66 ++
 community-testing-x86_64/build.sh |   60 +
 community-testing-x86_64/virtualbox-guest-modules-lts.install |   21 +++
 community-testing-x86_64/virtualbox-host-modules-lts.install  |   23 +++
 8 files changed, 340 insertions(+)

Copied: virtualbox-modules-lts/repos/community-testing-i686/PKGBUILD (from rev 
104133, virtualbox-modules-lts/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2014-01-16 08:34:14 UTC (rev 104134)
@@ -0,0 +1,66 @@
+# $Id$
+# Maintainer: Bartłomiej Piotrowski nos...@bpiotrowski.pl
+# Contributor: Ionut Biru ib...@archlinux.org
+# Contributor: Sébastien Luttringer
+
+pkgbase=virtualbox-modules-lts
+pkgname=('virtualbox-host-modules-lts' 'virtualbox-guest-modules-lts')
+pkgver=4.3.6
+pkgrel=4
+arch=('i686' 'x86_64')
+url='http://virtualbox.org'
+license=('GPL')
+makedepends=('linux-lts=3.10' 'linux-lts3.11'
+ 'linux-lts-headers=3.10' 'linux-lts-headers3.11'
+ virtualbox-host-dkms=$pkgver
+ virtualbox-guest-dkms=$pkgver)
+
+# remember to also adjust the .install files and the package deps below
+_extramodules=extramodules-3.10-lts
+
+build() {
+  _kernver=$(cat /usr/lib/modules/$_extramodules/version)
+  # dkms need modification to be run as user
+  cp -r /var/lib/dkms .
+  echo dkms_tree='$srcdir/dkms'  dkms.conf
+  # build host modules
+  msg2 'Host modules'
+  dkms --dkmsframework dkms.conf build vboxhost/$pkgver -k $_kernver
+  # build guest modules
+  msg2 'Guest modules'
+  dkms --dkmsframework dkms.conf build vboxguest/$pkgver -k $_kernver
+}
+
+package_virtualbox-host-modules-lts(){
+  _kernver=$(cat /usr/lib/modules/$_extramodules/version)
+  pkgdesc='Host kernel modules for VirtualBox'
+  depends=('linux-lts=3.10' 'linux-lts3.11')
+  replaces=('virtualbox-modules-lts')
+  conflicts=('virtualbox-modules-lts')
+  provides=(virtualbox-host-modules=$pkgver)
+  install=virtualbox-host-modules-lts.install
+
+  cd dkms/vboxhost/$pkgver/$_kernver/$CARCH/module
+  install -dm755 $pkgdir/usr/lib/modules/$_extramodules/
+  install -m644 * $pkgdir/usr/lib/modules/$_extramodules/
+  find $pkgdir -name '*.ko' -exec gzip -9 {} +
+}
+
+package_virtualbox-guest-modules-lts(){
+  _kernver=$(cat /usr/lib/modules/$_extramodules/version)
+  pkgdesc='Guest kernel modules for VirtualBox'
+  license=('GPL')
+  depends=('linux-lts=3.10' 'linux-lts3.11')
+  replaces=('virtualbox-archlinux-modules-lts')
+  conflicts=('virtualbox-archlinux-modules-lts')
+  provides=(virtualbox-guest-modules=$pkgver)
+  install=virtualbox-guest-modules-lts.install
+
+  cd dkms/vboxguest/$pkgver/$_kernver/$CARCH/module
+  install -dm755 $pkgdir/usr/lib/modules/$_extramodules/
+  install -m644 * $pkgdir/usr/lib/modules/$_extramodules/
+  find $pkgdir -name '*.ko' -exec gzip -9 {} +
+}
+
+# vim:set ts=2 sw=2 et:
+md5sums=()

Copied: 

[arch-commits] Commit in virtualbox-modules-lts/trunk (PKGBUILD)

2014-01-16 Thread Bartłomiej Piotrowski
Date: Thursday, January 16, 2014 @ 09:34:10
  Author: bpiotrowski
Revision: 104133

upgpkg: virtualbox-modules-lts 4.3.6-4

rebuild against linux-lts 3.10.27

Modified:
  virtualbox-modules-lts/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-01-16 08:34:02 UTC (rev 104132)
+++ PKGBUILD2014-01-16 08:34:10 UTC (rev 104133)
@@ -6,7 +6,7 @@
 pkgbase=virtualbox-modules-lts
 pkgname=('virtualbox-host-modules-lts' 'virtualbox-guest-modules-lts')
 pkgver=4.3.6
-pkgrel=3
+pkgrel=4
 arch=('i686' 'x86_64')
 url='http://virtualbox.org'
 license=('GPL')



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

2014-01-16 Thread Felix Yan
Date: Thursday, January 16, 2014 @ 09:56:07
  Author: fyan
Revision: 104135

upgpkg: ibus-chewing 1.4.6-1

- upstream new release

Modified:
  ibus-chewing/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-01-16 08:34:14 UTC (rev 104134)
+++ PKGBUILD2014-01-16 08:56:07 UTC (rev 104135)
@@ -6,7 +6,7 @@
 # Contributor: Hiroshi Yui hiroshi...@gmail.com
 
 pkgname=ibus-chewing
-pkgver=1.4.5
+pkgver=1.4.6
 pkgrel=1
 pkgdesc='Chinese Chewing Engine for IBus Framework'
 arch=('i686' 'x86_64')
@@ -34,4 +34,4 @@
   rm -r $pkgdir/etc
 }
 
-sha512sums=('dd2ac289303f8a782f655a3262a2d00a9635c916337c1915c9efd5324d60d4b9e2647827dc2cb12bfcbc169f231011421337e47dd2d995bdb985e4a0')
+sha512sums=('b9fbbec96315f0d4f093d2f481efa8839da2ac64752d807c79259d2ff646fb212c060bf80736551b9646a4a8dc1620d5e75804f33d01e0eb88661a06131157e4')



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

2014-01-16 Thread Felix Yan
Date: Thursday, January 16, 2014 @ 09:57:31
  Author: fyan
Revision: 104136

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

Added:
  ibus-chewing/repos/community-testing-i686/PKGBUILD
(from rev 104135, ibus-chewing/trunk/PKGBUILD)
  ibus-chewing/repos/community-testing-i686/ibus-chewing.install
(from rev 104135, ibus-chewing/trunk/ibus-chewing.install)
  ibus-chewing/repos/community-testing-x86_64/PKGBUILD
(from rev 104135, ibus-chewing/trunk/PKGBUILD)
  ibus-chewing/repos/community-testing-x86_64/ibus-chewing.install
(from rev 104135, 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 |   74 
 /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, 108 insertions(+), 108 deletions(-)

Deleted: community-testing-i686/PKGBUILD
===
--- community-testing-i686/PKGBUILD 2014-01-16 08:56:07 UTC (rev 104135)
+++ community-testing-i686/PKGBUILD 2014-01-16 08:57:31 UTC (rev 104136)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@gmail.com
-# Contributor: Thomas Dziedzic  gostrc at gmail 
-# Contributor: Rainy rainylau(at)gmail(dot)com
-# Contributor: Lee.MaRS leem...@gmail.com
-# Contributor: Hiroshi Yui hiroshi...@gmail.com
-
-pkgname=ibus-chewing
-pkgver=1.4.5
-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=('dd2ac289303f8a782f655a3262a2d00a9635c916337c1915c9efd5324d60d4b9e2647827dc2cb12bfcbc169f231011421337e47dd2d995bdb985e4a0')

Copied: ibus-chewing/repos/community-testing-i686/PKGBUILD (from rev 104135, 
ibus-chewing/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2014-01-16 08:57:31 UTC (rev 104136)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@gmail.com
+# Contributor: Thomas Dziedzic  gostrc at gmail 
+# Contributor: Rainy rainylau(at)gmail(dot)com
+# Contributor: Lee.MaRS leem...@gmail.com
+# Contributor: Hiroshi Yui hiroshi...@gmail.com
+
+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')

Deleted: community-testing-i686/ibus-chewing.install
===
--- community-testing-i686/ibus-chewing.install 2014-01-16 08:56:07 UTC (rev 
104135)
+++ community-testing-i686/ibus-chewing.install 2014-01-16 08:57:31 UTC (rev 
104136)
@@ -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 104135, 

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

2014-01-16 Thread Bartłomiej Piotrowski
Date: Thursday, January 16, 2014 @ 10:48:56
  Author: bpiotrowski
Revision: 104138

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

Added:
  mpv/repos/community-staging-i686/PKGBUILD
(from rev 104137, mpv/trunk/PKGBUILD)
  mpv/repos/community-staging-i686/mpv.install
(from rev 104137, mpv/trunk/mpv.install)
  mpv/repos/community-staging-x86_64/PKGBUILD
(from rev 104137, mpv/trunk/PKGBUILD)
  mpv/repos/community-staging-x86_64/mpv.install
(from rev 104137, mpv/trunk/mpv.install)
Deleted:
  mpv/repos/community-staging-i686/PKGBUILD
  mpv/repos/community-staging-i686/mpv.install
  mpv/repos/community-staging-x86_64/PKGBUILD
  mpv/repos/community-staging-x86_64/mpv.install

--+
 /PKGBUILD|  100 +
 /mpv.install |   24 +++
 community-staging-i686/PKGBUILD  |   50 
 community-staging-i686/mpv.install   |   12 ---
 community-staging-x86_64/PKGBUILD|   50 
 community-staging-x86_64/mpv.install |   12 ---
 6 files changed, 124 insertions(+), 124 deletions(-)

Deleted: community-staging-i686/PKGBUILD
===
--- community-staging-i686/PKGBUILD 2014-01-16 09:48:45 UTC (rev 104137)
+++ community-staging-i686/PKGBUILD 2014-01-16 09:48:56 UTC (rev 104138)
@@ -1,50 +0,0 @@
-# $Id$
-# Maintainer:  Bartłomiej Piotrowski nos...@bpiotrowski.pl
-# Contributor: Eivind Uggedal eiv...@uggedal.com
-
-pkgname=mpv
-pkgver=0.3.2
-pkgrel=2
-pkgdesc='Video player based on MPlayer/mplayer2'
-arch=('i686' 'x86_64')
-license=('GPL')
-url='http://mpv.io'
-depends=(
- 'portaudio' 'ffmpeg' 'lcms2' 'libdvdread' 'libcdio-paranoia' 'libquvi'
- 'libxinerama' 'mpg123' 'libxv' 'libxkbcommon' 'libva' 'lirc-utils'
- 'desktop-file-utils' 'hicolor-icon-theme' 'xdg-utils' 'lua' 
'libdvdnav'
-)
-makedepends=('mesa' 'python-docutils' 'waf')
-options=('!emptydirs' '!buildflags')
-install=mpv.install
-source=(https://github.com/mpv-player/$pkgname/archive/v$pkgver.tar.gz)
-md5sums=('516f2eeec1d1f69905d11c1feec8166e')
-
-build() {
-  cd $pkgname-$pkgver
-
-  waf configure --prefix=/usr \
---confdir=/etc/mpv \
---enable-joystick \
---enable-wayland \
---disable-radio \
---disable-radio-capture \
---disable-radio-v4l2 \
---disable-libbs2b \
---disable-direct3d \
---disable-corevideo \
---disable-cocoa \
---disable-coreaudio
-  waf build
-}
-
-package() {
-  cd $pkgname-$pkgver
-  waf install --destdir=$pkgdir
-
-  install -d $pkgdir/usr/share/doc/mpv/examples
-  install -m644 etc/{input,example}.conf \
-$pkgdir/usr/share/doc/mpv/examples
-  install -m644 DOCS/{encoding.rst,tech-overview.txt} \
-$pkgdir/usr/share/doc/mpv
-}

Copied: mpv/repos/community-staging-i686/PKGBUILD (from rev 104137, 
mpv/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2014-01-16 09:48:56 UTC (rev 104138)
@@ -0,0 +1,50 @@
+# $Id$
+# Maintainer:  Bartłomiej Piotrowski bpiotrow...@archlinux.org
+# Contributor: Eivind Uggedal eiv...@uggedal.com
+
+pkgname=mpv
+pkgver=0.3.3
+pkgrel=2
+pkgdesc='Video player based on MPlayer/mplayer2'
+arch=('i686' 'x86_64')
+license=('GPL')
+url='http://mpv.io'
+depends=(
+ 'portaudio' 'ffmpeg' 'lcms2' 'libdvdread' 'libcdio-paranoia' 'libquvi'
+ 'libxinerama' 'mpg123' 'libxv' 'libxkbcommon' 'libva' 'lirc-utils'
+ 'desktop-file-utils' 'hicolor-icon-theme' 'xdg-utils' 'lua' 
'libdvdnav'
+)
+makedepends=('mesa' 'python-docutils' 'waf')
+options=('!emptydirs' '!buildflags')
+install=mpv.install
+source=(https://github.com/mpv-player/$pkgname/archive/v$pkgver.tar.gz)
+md5sums=('bdf40570d1fc025058f9f2aabb91899f')
+
+build() {
+  cd $pkgname-$pkgver
+
+  waf configure --prefix=/usr \
+--confdir=/etc/mpv \
+--enable-joystick \
+--enable-wayland \
+--disable-radio \
+--disable-radio-capture \
+--disable-radio-v4l2 \
+--disable-libbs2b \
+--disable-direct3d \
+--disable-corevideo \
+--disable-cocoa \
+--disable-coreaudio
+  waf build
+}
+
+package() {
+  cd $pkgname-$pkgver
+  waf install --destdir=$pkgdir
+
+  install -d $pkgdir/usr/share/doc/mpv/examples
+  install -m644 etc/{input,example}.conf \
+$pkgdir/usr/share/doc/mpv/examples
+  install -m644 DOCS/{encoding.rst,tech-overview.txt} \
+$pkgdir/usr/share/doc/mpv
+}

Deleted: community-staging-i686/mpv.install
===
--- community-staging-i686/mpv.install  2014-01-16 09:48:45 UTC (rev 104137)
+++ community-staging-i686/mpv.install  2014-01-16 09:48:56 UTC (rev 104138)
@@ -1,12 +0,0 @@
-post_install() {
-  xdg-icon-resource forceupdate --theme hicolor  /dev/null
-  

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

2014-01-16 Thread Bartłomiej Piotrowski
Date: Thursday, January 16, 2014 @ 10:48:45
  Author: bpiotrowski
Revision: 104137

upgpkg: mpv 0.3.3-2

rebuild against libcdio 0.92

Modified:
  mpv/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-01-16 08:57:31 UTC (rev 104136)
+++ PKGBUILD2014-01-16 09:48:45 UTC (rev 104137)
@@ -4,7 +4,7 @@
 
 pkgname=mpv
 pkgver=0.3.3
-pkgrel=1
+pkgrel=2
 pkgdesc='Video player based on MPlayer/mplayer2'
 arch=('i686' 'x86_64')
 license=('GPL')



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

2014-01-16 Thread Jan de Groot
Date: Thursday, January 16, 2014 @ 11:18:32
  Author: jgc
Revision: 204287

Add gpg key validation (FS#36963). Public key can be fetched from FTP, KEYS file

Modified:
  firefox/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-01-16 09:49:31 UTC (rev 204286)
+++ PKGBUILD2014-01-16 10:18:32 UTC (rev 204287)
@@ -24,10 +24,11 @@
 'libpulse: PulseAudio audio driver')
 install=firefox.install
 options=('!emptydirs' '!makeflags')
-source=(https://ftp.mozilla.org/pub/mozilla.org/firefox/releases/$pkgver/source/firefox-$pkgver.source.tar.bz2
+source=(https://ftp.mozilla.org/pub/mozilla.org/firefox/releases/$pkgver/source/firefox-$pkgver.source.tar.bz2{,.asc}
 mozconfig firefox.desktop firefox-install-dir.patch vendor.js
 firefox-20.0.1-fixed-loading-icon.png)
 sha256sums=('31c4fb2792df63ae450e350380a5e18cf1c51487011a9da0b6cc4bffb69d9812'
+'SKIP'
 '759a86ad115c57a16e577a0df85ce828c538530f48342228f60e2d1bf10aa977'
 'd2a7610393ba259c35e3227b92e02ec91095a95189f56ac93ccdf6732772719c'
 'bcf224d1f239b73e4ac6d268819c1e94a1606beee99c6d8f851f8192b6444de3'



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

2014-01-16 Thread Sergej Pupykin
Date: Thursday, January 16, 2014 @ 12:39:11
  Author: spupykin
Revision: 104153

upgpkg: hedgewars 0.9.20.5-1

upd

Modified:
  hedgewars/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-01-16 09:50:13 UTC (rev 104152)
+++ PKGBUILD2014-01-16 11:39:11 UTC (rev 104153)
@@ -2,7 +2,7 @@
 # Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
 
 pkgname=hedgewars
-pkgver=0.9.20.3
+pkgver=0.9.20.5
 pkgrel=1
 pkgdesc=turn based strategy, artillery, action and comedy game, featuring the
  antics of pink hedgehogs with attitude as they battle from the depths of hell
@@ -23,11 +23,11 @@
 'haskell-random')
 source=(http://download.gna.org/hedgewars/hedgewars-src-$pkgver.tar.bz2
hedgewars.png)
-md5sums=('cea4def4e212905026ef29e00447b966'
+md5sums=('c61eb01466e86da656e1e74ad70a3217'
  'eeb14d50df39063549ac5eca9dbc65d1')
 
 build() {
-  cd $pkgname-src-$pkgver
+  cd $pkgname-src-*
   cmake \
-DCMAKE_BUILD_TYPE=Release \
-DCMAKE_INSTALL_PREFIX=/usr \
@@ -37,7 +37,7 @@
 }
 
 package() {
-  cd $pkgname-src-$pkgver
+  cd $pkgname-src-*
 
   make DESTDIR=$pkgdir install
 



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

2014-01-16 Thread Sergej Pupykin
Date: Thursday, January 16, 2014 @ 12:39:31
  Author: spupykin
Revision: 104154

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

Added:
  hedgewars/repos/community-i686/PKGBUILD
(from rev 104153, hedgewars/trunk/PKGBUILD)
  hedgewars/repos/community-i686/hedgewars.png
(from rev 104153, hedgewars/trunk/hedgewars.png)
  hedgewars/repos/community-x86_64/PKGBUILD
(from rev 104153, hedgewars/trunk/PKGBUILD)
  hedgewars/repos/community-x86_64/hedgewars.png
(from rev 104153, hedgewars/trunk/hedgewars.png)
Deleted:
  hedgewars/repos/community-i686/PKGBUILD
  hedgewars/repos/community-i686/hedgewars.png
  hedgewars/repos/community-x86_64/PKGBUILD
  hedgewars/repos/community-x86_64/hedgewars.png

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-01-16 11:39:11 UTC (rev 104153)
+++ community-i686/PKGBUILD 2014-01-16 11:39:31 UTC (rev 104154)
@@ -1,47 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-
-pkgname=hedgewars
-pkgver=0.9.20.3
-pkgrel=1
-pkgdesc=turn based strategy, artillery, action and comedy game, featuring the
- antics of pink hedgehogs with attitude as they battle from the depths of hell
- to the depths of space.
-arch=('i686' 'x86_64')
-url=http://hedgewars.org;
-license=('GPL' 'custom')
-depends=('qt4' 'sdl' 'sdl_mixer' 'sdl_image' 'sdl_net' 'sdl_ttf' 'lua51' 
'ffmpeg' 'glut')
-makedepends=('fpc' 'cmake'
-# haskell specific
-'ghc'
-'haskell-network'
-'haskell-bytestring-show'
-'haskell-utf8-string'
-'haskell-dataenc'
-'haskell-hslogger'
-'haskell-vector'
-'haskell-random')
-source=(http://download.gna.org/hedgewars/hedgewars-src-$pkgver.tar.bz2
-   hedgewars.png)
-md5sums=('cea4def4e212905026ef29e00447b966'
- 'eeb14d50df39063549ac5eca9dbc65d1')
-
-build() {
-  cd $pkgname-src-$pkgver
-  cmake \
-   -DCMAKE_BUILD_TYPE=Release \
-   -DCMAKE_INSTALL_PREFIX=/usr \
-   -DDATA_INSTALL_DIR=/usr/share/hedgewars \
-   -DNOSERVER=0 .
-  make
-}
-
-package() {
-  cd $pkgname-src-$pkgver
-
-  make DESTDIR=$pkgdir install
-
-  install -D -m644 Fonts_LICENSE.txt 
$pkgdir/usr/share/licenses/$pkgname/Fonts_LICENSE.txt
-  install -D -m644 $srcdir/hedgewars.png 
$pkgdir/usr/share/pixmaps/hedgewars.png
-  install -D -m644 share/hedgewars/Data/misc/hedgewars.desktop 
$pkgdir/usr/share/applications/hedgewars.desktop
-}

Copied: hedgewars/repos/community-i686/PKGBUILD (from rev 104153, 
hedgewars/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-01-16 11:39:31 UTC (rev 104154)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+
+pkgname=hedgewars
+pkgver=0.9.20.5
+pkgrel=1
+pkgdesc=turn based strategy, artillery, action and comedy game, featuring the
+ antics of pink hedgehogs with attitude as they battle from the depths of hell
+ to the depths of space.
+arch=('i686' 'x86_64')
+url=http://hedgewars.org;
+license=('GPL' 'custom')
+depends=('qt4' 'sdl' 'sdl_mixer' 'sdl_image' 'sdl_net' 'sdl_ttf' 'lua51' 
'ffmpeg' 'glut')
+makedepends=('fpc' 'cmake'
+# haskell specific
+'ghc'
+'haskell-network'
+'haskell-bytestring-show'
+'haskell-utf8-string'
+'haskell-dataenc'
+'haskell-hslogger'
+'haskell-vector'
+'haskell-random')
+source=(http://download.gna.org/hedgewars/hedgewars-src-$pkgver.tar.bz2
+   hedgewars.png)
+md5sums=('c61eb01466e86da656e1e74ad70a3217'
+ 'eeb14d50df39063549ac5eca9dbc65d1')
+
+build() {
+  cd $pkgname-src-*
+  cmake \
+   -DCMAKE_BUILD_TYPE=Release \
+   -DCMAKE_INSTALL_PREFIX=/usr \
+   -DDATA_INSTALL_DIR=/usr/share/hedgewars \
+   -DNOSERVER=0 .
+  make
+}
+
+package() {
+  cd $pkgname-src-*
+
+  make DESTDIR=$pkgdir install
+
+  install -D -m644 Fonts_LICENSE.txt 
$pkgdir/usr/share/licenses/$pkgname/Fonts_LICENSE.txt
+  install -D -m644 $srcdir/hedgewars.png 
$pkgdir/usr/share/pixmaps/hedgewars.png
+  install -D -m644 share/hedgewars/Data/misc/hedgewars.desktop 
$pkgdir/usr/share/applications/hedgewars.desktop
+}

Deleted: community-i686/hedgewars.png
===
(Binary files differ)

Copied: hedgewars/repos/community-i686/hedgewars.png (from rev 104153, 
hedgewars/trunk/hedgewars.png)
===
(Binary files differ)

Deleted: 

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

2014-01-16 Thread Tobias Powalowski
Date: Thursday, January 16, 2014 @ 12:41:25
  Author: tpowa
Revision: 204288

upgpkg: linux 3.12.8-1

bump to latest version

Modified:
  linux/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-01-16 10:18:32 UTC (rev 204287)
+++ PKGBUILD2014-01-16 11:41:25 UTC (rev 204288)
@@ -5,8 +5,8 @@
 pkgbase=linux   # Build stock -ARCH kernel
 #pkgbase=linux-custom   # Build kernel with a different name
 _srcname=linux-3.12
-pkgver=3.12.7
-pkgrel=2
+pkgver=3.12.8
+pkgrel=1
 arch=('i686' 'x86_64')
 url=http://www.kernel.org/;
 license=('GPL2')
@@ -28,7 +28,7 @@
 
'rpc_pipe-fix-cleanup-of-dummy-gssd-directory-when-notification-fails.patch'
 )
 md5sums=('cc6ee608854e0da4b64f6c1ff8b6398c'
- 'a158a29ecf49e768ebd2f34967991606'
+ '03d34842e3a1197d17055610f62627b8'
  'a9281e90e529795eaf10b45d70ab2868'
  '6000a9c7bd83081a65611d9dfbdd8eda'
  'eb14dcfd80c00852ef81ded6e826826a'



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

2014-01-16 Thread Tobias Powalowski
Date: Thursday, January 16, 2014 @ 12:42:03
  Author: tpowa
Revision: 204289

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

Added:
  linux/repos/testing-i686/
  linux/repos/testing-i686/3.12-btrfs-relocate-csums.patch
(from rev 204288, linux/trunk/3.12-btrfs-relocate-csums.patch)
  linux/repos/testing-i686/PKGBUILD
(from rev 204288, linux/trunk/PKGBUILD)
  linux/repos/testing-i686/change-default-console-loglevel.patch
(from rev 204288, linux/trunk/change-default-console-loglevel.patch)
  linux/repos/testing-i686/config
(from rev 204288, linux/trunk/config)
  linux/repos/testing-i686/config.x86_64
(from rev 204288, linux/trunk/config.x86_64)
  linux/repos/testing-i686/criu-no-expert.patch
(from rev 204288, linux/trunk/criu-no-expert.patch)
  linux/repos/testing-i686/linux.install
(from rev 204288, linux/trunk/linux.install)
  linux/repos/testing-i686/linux.preset
(from rev 204288, linux/trunk/linux.preset)
  linux/repos/testing-i686/nfs-check-gssd-running-before-krb5i-auth.patch
(from rev 204288, 
linux/trunk/nfs-check-gssd-running-before-krb5i-auth.patch)
  
linux/repos/testing-i686/rpc_pipe-fix-cleanup-of-dummy-gssd-directory-when-notification-fails.patch
(from rev 204288, 
linux/trunk/rpc_pipe-fix-cleanup-of-dummy-gssd-directory-when-notification-fails.patch)
  
linux/repos/testing-i686/rpc_pipe-remove-the-clntXX-dir-if-creating-the-pipe-fails.patch
(from rev 204288, 
linux/trunk/rpc_pipe-remove-the-clntXX-dir-if-creating-the-pipe-fails.patch)
  linux/repos/testing-i686/sunrpc-add-an-info-file-for-the-dummy-gssd-pipe.patch
(from rev 204288, 
linux/trunk/sunrpc-add-an-info-file-for-the-dummy-gssd-pipe.patch)
  
linux/repos/testing-i686/sunrpc-create-a-new-dummy-pipe-for-gssd-to-hold-open.patch
(from rev 204288, 
linux/trunk/sunrpc-create-a-new-dummy-pipe-for-gssd-to-hold-open.patch)
  
linux/repos/testing-i686/sunrpc-replace-gssd_running-with-more-reliable-check.patch
(from rev 204288, 
linux/trunk/sunrpc-replace-gssd_running-with-more-reliable-check.patch)
  linux/repos/testing-x86_64/
  linux/repos/testing-x86_64/3.12-btrfs-relocate-csums.patch
(from rev 204288, linux/trunk/3.12-btrfs-relocate-csums.patch)
  linux/repos/testing-x86_64/PKGBUILD
(from rev 204288, linux/trunk/PKGBUILD)
  linux/repos/testing-x86_64/change-default-console-loglevel.patch
(from rev 204288, linux/trunk/change-default-console-loglevel.patch)
  linux/repos/testing-x86_64/config
(from rev 204288, linux/trunk/config)
  linux/repos/testing-x86_64/config.x86_64
(from rev 204288, linux/trunk/config.x86_64)
  linux/repos/testing-x86_64/criu-no-expert.patch
(from rev 204288, linux/trunk/criu-no-expert.patch)
  linux/repos/testing-x86_64/linux.install
(from rev 204288, linux/trunk/linux.install)
  linux/repos/testing-x86_64/linux.preset
(from rev 204288, linux/trunk/linux.preset)
  linux/repos/testing-x86_64/nfs-check-gssd-running-before-krb5i-auth.patch
(from rev 204288, 
linux/trunk/nfs-check-gssd-running-before-krb5i-auth.patch)
  
linux/repos/testing-x86_64/rpc_pipe-fix-cleanup-of-dummy-gssd-directory-when-notification-fails.patch
(from rev 204288, 
linux/trunk/rpc_pipe-fix-cleanup-of-dummy-gssd-directory-when-notification-fails.patch)
  
linux/repos/testing-x86_64/rpc_pipe-remove-the-clntXX-dir-if-creating-the-pipe-fails.patch
(from rev 204288, 
linux/trunk/rpc_pipe-remove-the-clntXX-dir-if-creating-the-pipe-fails.patch)
  
linux/repos/testing-x86_64/sunrpc-add-an-info-file-for-the-dummy-gssd-pipe.patch
(from rev 204288, 
linux/trunk/sunrpc-add-an-info-file-for-the-dummy-gssd-pipe.patch)
  
linux/repos/testing-x86_64/sunrpc-create-a-new-dummy-pipe-for-gssd-to-hold-open.patch
(from rev 204288, 
linux/trunk/sunrpc-create-a-new-dummy-pipe-for-gssd-to-hold-open.patch)
  
linux/repos/testing-x86_64/sunrpc-replace-gssd_running-with-more-reliable-check.patch
(from rev 204288, 
linux/trunk/sunrpc-replace-gssd_running-with-more-reliable-check.patch)

---+
 testing-i686/3.12-btrfs-relocate-csums.patch   
   |   63 
 testing-i686/PKGBUILD  
   |  360 
 testing-i686/change-default-console-loglevel.patch 
   |   12 
 testing-i686/config
   | 6475 ++
 testing-i686/config.x86_64 
   | 6275 +
 testing-i686/criu-no-expert.patch  
   |   22 
 testing-i686/linux.install 
   |   31 
 testing-i686/linux.preset  
   |   14 
 testing-i686/nfs-check-gssd-running-before-krb5i-auth.patch 

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

2014-01-16 Thread Martin Wimpress
Date: Thursday, January 16, 2014 @ 12:55:21
  Author: flexiondotorg
Revision: 104155

Bump revision for a rebuild.

Modified:
  libmatekeyring/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-01-16 11:39:31 UTC (rev 104154)
+++ PKGBUILD2014-01-16 11:55:21 UTC (rev 104155)
@@ -5,7 +5,7 @@
 
 pkgname=libmatekeyring
 pkgver=1.6.1
-pkgrel=2
+pkgrel=3
 pkgdesc=MATE keyring client library
 url=http://mate-desktop.org;
 arch=('i686' 'x86_64')



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

2014-01-16 Thread Martin Wimpress
Date: Thursday, January 16, 2014 @ 12:57:20
  Author: flexiondotorg
Revision: 104156

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-01-16 11:55:21 UTC (rev 104155)
+++ community-i686/PKGBUILD 2014-01-16 11:57:20 UTC (rev 104156)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer : Martin Wimpress c...@flexion.org
-# Contributor: Giovanni Talorno Ricciardi kar98k.sni...@gmail.com
-# Contributor: Xpander xpand...@gmail.com
-
-pkgname=libmatekeyring
-pkgver=1.6.1
-pkgrel=2
-pkgdesc=MATE keyring client library
-url=http://mate-desktop.org;
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL')
-depends=('dbus' 'glib2' 'libgcrypt')
-makedepends=('docbook-xml' 'mate-common' 'perl-xml-parser')
-options=('!emptydirs')
-source=(http://pub.mate-desktop.org/releases/1.6/${pkgname}-${pkgver}.tar.xz;)
-sha1sums=('ad6a5d029506348094e0147a9be9cc4555ed87a4')
-
-build() {
-cd ${srcdir}/${pkgname}-${pkgver}
-./configure \
---prefix=/usr \
---libexecdir=/usr/lib/mate-keyring \
---disable-static
-make
-}
-
-package() {
-cd ${srcdir}/${pkgname}-${pkgver}
-make DESTDIR=${pkgdir} install
-}

Copied: libmatekeyring/repos/community-i686/PKGBUILD (from rev 104155, 
libmatekeyring/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-01-16 11:57:20 UTC (rev 104156)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer : Martin Wimpress c...@flexion.org
+# Contributor: Giovanni Talorno Ricciardi kar98k.sni...@gmail.com
+# Contributor: Xpander xpand...@gmail.com
+
+pkgname=libmatekeyring
+pkgver=1.6.1
+pkgrel=3
+pkgdesc=MATE keyring client library
+url=http://mate-desktop.org;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL')
+depends=('dbus' 'glib2' 'libgcrypt')
+makedepends=('docbook-xml' 'mate-common' 'perl-xml-parser')
+options=('!emptydirs')
+source=(http://pub.mate-desktop.org/releases/1.6/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('ad6a5d029506348094e0147a9be9cc4555ed87a4')
+
+build() {
+cd ${srcdir}/${pkgname}-${pkgver}
+./configure \
+--prefix=/usr \
+--libexecdir=/usr/lib/mate-keyring \
+--disable-static
+make
+}
+
+package() {
+cd ${srcdir}/${pkgname}-${pkgver}
+make DESTDIR=${pkgdir} install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2014-01-16 11:55:21 UTC (rev 104155)
+++ community-x86_64/PKGBUILD   2014-01-16 11:57:20 UTC (rev 104156)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer : Martin Wimpress c...@flexion.org
-# Contributor: Giovanni Talorno Ricciardi kar98k.sni...@gmail.com
-# Contributor: Xpander xpand...@gmail.com
-
-pkgname=libmatekeyring
-pkgver=1.6.1
-pkgrel=2
-pkgdesc=MATE keyring client library
-url=http://mate-desktop.org;
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL')
-depends=('dbus' 'glib2' 'libgcrypt')
-makedepends=('docbook-xml' 'mate-common' 'perl-xml-parser')
-options=('!emptydirs')
-source=(http://pub.mate-desktop.org/releases/1.6/${pkgname}-${pkgver}.tar.xz;)
-sha1sums=('ad6a5d029506348094e0147a9be9cc4555ed87a4')
-
-build() {
-cd ${srcdir}/${pkgname}-${pkgver}
-./configure \
---prefix=/usr \
---libexecdir=/usr/lib/mate-keyring \
---disable-static
-make
-}
-
-package() {
-cd ${srcdir}/${pkgname}-${pkgver}
-make DESTDIR=${pkgdir} install
-}

Copied: libmatekeyring/repos/community-x86_64/PKGBUILD (from rev 104155, 
libmatekeyring/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2014-01-16 11:57:20 UTC (rev 104156)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer : Martin Wimpress c...@flexion.org
+# Contributor: Giovanni Talorno Ricciardi kar98k.sni...@gmail.com
+# Contributor: Xpander xpand...@gmail.com
+
+pkgname=libmatekeyring
+pkgver=1.6.1
+pkgrel=3
+pkgdesc=MATE keyring client library
+url=http://mate-desktop.org;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL')
+depends=('dbus' 'glib2' 'libgcrypt')
+makedepends=('docbook-xml' 'mate-common' 'perl-xml-parser')
+options=('!emptydirs')

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

2014-01-16 Thread Andreas Radke
Date: Thursday, January 16, 2014 @ 13:39:48
  Author: andyrtr
Revision: 204290

upgpkg: java7-openjdk 7.u51_2.4.4-1

upstream update 2.4.4

Modified:
  java7-openjdk/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-01-16 11:42:03 UTC (rev 204289)
+++ PKGBUILD2014-01-16 12:39:48 UTC (rev 204290)
@@ -6,18 +6,18 @@
 pkgname=('jre7-openjdk-headless' 'jre7-openjdk' 'jdk7-openjdk' 'openjdk7-src' 
'openjdk7-doc')
 pkgbase=java7-openjdk
 _java_ver=7
-_icedtea_ver=2.4.3
+_icedtea_ver=2.4.4
 
 # check ${srcdir}/icedtea-${_icedtea_ver}/Makefile.am
-_JDK_UPDATE_VERSION=45
-_CORBA_CHANGESET=8ed5df839fbc
-_JAXP_CHANGESET=8f220f7b51c7
-_JAXWS_CHANGESET=652eb396f959
-_JDK_CHANGESET=7958751eb9ef
-_LANGTOOLS_CHANGESET=3c8eb52a32ea
-_OPENJDK_CHANGESET=e2f5917da3c1
+_JDK_UPDATE_VERSION=51
+_CORBA_CHANGESET=e540fd592221
+_JAXP_CHANGESET=2e2bf2d8be16
+_JAXWS_CHANGESET=5aceb5a787b1
+_JDK_CHANGESET=1fe539ed00bc
+_LANGTOOLS_CHANGESET=3f5408abf14b
+_OPENJDK_CHANGESET=796d1bf47b24
 
-_HOTSPOT_CHANGESET=b59e02d9e72b # see 
${srcdir}/icedtea-${_icedtea_ver}/hotspot.map
+_HOTSPOT_CHANGESET=a8a33cc2dd4b # see 
${srcdir}/icedtea-${_icedtea_ver}/hotspot.map
 
 _bootstrap=0 # 0/1 for quick build or full bootstrap
 
@@ -47,14 +47,14 @@
 jdk7-openjdk.profile.csh
 jre7-openjdk.profile
 jre7-openjdk.profile.csh)
-sha256sums=('15b1acc1fb43b83ca08d531491261c5eeaea4cad3598300074692acea93bdd3d'
-'75a18abd117e3295c6de4d3450f0094a9abc08f2168e2911bce25d1e153107b9'
-'7fab9af64ffcdf635a6fed5abf78cffd1f64be1f3827a1aaf3a0e5e1fdbc599c'
-'cec41aebd42f4c8caba9c24c306ba78e8cf5da3d23da1604b98753340a2719ca'
-'fb9c22e92c2a056917b7b5dce6905a01ab2e904cbc3c1c6badcc470d22136518'
-'4df06346d197180bbb9d182e3ebc9ab6386562199d9898d057d0df75566349fe'
-'462ad61fd34708c90362f9e3d3c432b9246833ea8ff0d8a14955ae386bce4a91'
-'b7d7e01d7ab9e49b68aa29b55355a019d71f9ae5cabb4ea7378b55855a07df57'
+sha256sums=('ddce5dadaca4a24e8ecd632d5299fefd76f3bdcd7040bfbded3de3b1dffd56b3'
+'abe048022f46f4d04130b2cf6a1b1d897bdca981518349d34fe5b415310f7782'
+'77c3285f6abdefe7f19fc4c698ef1f4fe533f38941314e7e7077c34fa5eb4456'
+'48bb8ece00ef62c6c0161dd90e5789419594dfb5d08163781dac9ffc00c0a3f8'
+'ee2a7165b78693c3bb61a90128b60934704e9a5c6c7514abfbb61e41531b9919'
+'16373b85dc5123cfe1816ec04f7d14e9a048c6eee7eb7c22b5b816fa1fd5e9bc'
+'4375ccfacc49793dd0f13cb73ce3c684218bce71008fc237f3b6da754f4dfea6'
+'cb5f109ae32c07301bc3a017c334ca3a7723124ff217d46127a16ade516d2902'
 '9ad943ceb3dbcdf45d72974fc3667886a7ed65c69ab9abc17be5412827551a7f'
 '56b919ababb13bd6afdcdaceb112b529b6e82539255f2dae9a7e5eb91645164b'
 'bd55299e08e6f8e61ba5baad0990170891801a29a1e8137e502b5e8a10fc37ea'



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

2014-01-16 Thread Andreas Radke
Date: Thursday, January 16, 2014 @ 13:40:25
  Author: andyrtr
Revision: 204291

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

Added:
  java7-openjdk/repos/testing-i686/
  java7-openjdk/repos/testing-i686/PKGBUILD
(from rev 204290, java7-openjdk/trunk/PKGBUILD)
  java7-openjdk/repos/testing-i686/fontconfig-paths.diff
(from rev 204290, java7-openjdk/trunk/fontconfig-paths.diff)
  java7-openjdk/repos/testing-i686/jdk7-openjdk.profile
(from rev 204290, java7-openjdk/trunk/jdk7-openjdk.profile)
  java7-openjdk/repos/testing-i686/jdk7-openjdk.profile.csh
(from rev 204290, java7-openjdk/trunk/jdk7-openjdk.profile.csh)
  java7-openjdk/repos/testing-i686/jre7-openjdk-headless.install
(from rev 204290, java7-openjdk/trunk/jre7-openjdk-headless.install)
  java7-openjdk/repos/testing-i686/jre7-openjdk.install
(from rev 204290, java7-openjdk/trunk/jre7-openjdk.install)
  java7-openjdk/repos/testing-i686/jre7-openjdk.profile
(from rev 204290, java7-openjdk/trunk/jre7-openjdk.profile)
  java7-openjdk/repos/testing-i686/jre7-openjdk.profile.csh
(from rev 204290, java7-openjdk/trunk/jre7-openjdk.profile.csh)
  java7-openjdk/repos/testing-i686/openjdk7_nonreparenting-wm.diff
(from rev 204290, java7-openjdk/trunk/openjdk7_nonreparenting-wm.diff)
  java7-openjdk/repos/testing-x86_64/
  java7-openjdk/repos/testing-x86_64/PKGBUILD
(from rev 204290, java7-openjdk/trunk/PKGBUILD)
  java7-openjdk/repos/testing-x86_64/fontconfig-paths.diff
(from rev 204290, java7-openjdk/trunk/fontconfig-paths.diff)
  java7-openjdk/repos/testing-x86_64/jdk7-openjdk.profile
(from rev 204290, java7-openjdk/trunk/jdk7-openjdk.profile)
  java7-openjdk/repos/testing-x86_64/jdk7-openjdk.profile.csh
(from rev 204290, java7-openjdk/trunk/jdk7-openjdk.profile.csh)
  java7-openjdk/repos/testing-x86_64/jre7-openjdk-headless.install
(from rev 204290, java7-openjdk/trunk/jre7-openjdk-headless.install)
  java7-openjdk/repos/testing-x86_64/jre7-openjdk.install
(from rev 204290, java7-openjdk/trunk/jre7-openjdk.install)
  java7-openjdk/repos/testing-x86_64/jre7-openjdk.profile
(from rev 204290, java7-openjdk/trunk/jre7-openjdk.profile)
  java7-openjdk/repos/testing-x86_64/jre7-openjdk.profile.csh
(from rev 204290, java7-openjdk/trunk/jre7-openjdk.profile.csh)
  java7-openjdk/repos/testing-x86_64/openjdk7_nonreparenting-wm.diff
(from rev 204290, java7-openjdk/trunk/openjdk7_nonreparenting-wm.diff)

+
 testing-i686/PKGBUILD  |  363 +++
 testing-i686/fontconfig-paths.diff |  134 
 testing-i686/jdk7-openjdk.profile  |1 
 testing-i686/jdk7-openjdk.profile.csh  |1 
 testing-i686/jre7-openjdk-headless.install |   11 
 testing-i686/jre7-openjdk.install  |   18 +
 testing-i686/jre7-openjdk.profile  |4 
 testing-i686/jre7-openjdk.profile.csh  |4 
 testing-i686/openjdk7_nonreparenting-wm.diff   |   58 +++
 testing-x86_64/PKGBUILD|  363 +++
 testing-x86_64/fontconfig-paths.diff   |  134 
 testing-x86_64/jdk7-openjdk.profile|1 
 testing-x86_64/jdk7-openjdk.profile.csh|1 
 testing-x86_64/jre7-openjdk-headless.install   |   11 
 testing-x86_64/jre7-openjdk.install|   18 +
 testing-x86_64/jre7-openjdk.profile|4 
 testing-x86_64/jre7-openjdk.profile.csh|4 
 testing-x86_64/openjdk7_nonreparenting-wm.diff |   58 +++
 18 files changed, 1188 insertions(+)

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


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

2014-01-16 Thread Alexander Rødseth
Date: Thursday, January 16, 2014 @ 13:49:27
  Author: arodseth
Revision: 104157

upgpkg: midori 0.5.7-1

Modified:
  midori/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-01-16 11:57:20 UTC (rev 104156)
+++ PKGBUILD2014-01-16 12:49:27 UTC (rev 104157)
@@ -1,6 +1,6 @@
 # $Id$
-# Maintainer:  Alexander Rødseth rods...@gmail.com
-# Maintainer:  Bartłomiej Piotrowski nos...@bpiotrowski.pl
+# Maintainer: Alexander Rødseth rods...@gmail.com
+# Maintainer: Bartłomiej Piotrowski nos...@bpiotrowski.pl
 # Contributor: Andreas Radke andy...@archlinux.org
 # Contributor: rabyte rabyte.at.gmail.dot.com
 # Contributor: Johannes Krampf wuischke.at.amule.dot.org
@@ -8,8 +8,8 @@
 # Contributor: Andrew Gregory andrew.gregor...@gmail.com
 
 pkgname=midori
-pkgver=0.5.6
-pkgrel=2
+pkgver=0.5.7
+pkgrel=1
 pkgdesc='Lightweight web browser (GTK2)'
 arch=('x86_64' 'i686')
 url='http://www.midori-browser.org/'
@@ -23,7 +23,7 @@
 'aria2: download utility')
 options=('!emptydirs')
 
source=(http://www.midori-browser.org/downloads/${pkgname}_${pkgver}_all_.tar.bz2;)
-sha256sums=('c5be1b5d9933776f09c5cab7945a073a820d6e51fda9ff55fd063843f24a')
+sha256sums=('2875bb2aa8a8a0cce342178f04700d4ebccd13bf1b2ad4cb3ba9fec7e2bd0b4d')
 
 build() {
   cd $pkgname-$pkgver



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

2014-01-16 Thread Martin Wimpress
Date: Thursday, January 16, 2014 @ 14:00:57
  Author: flexiondotorg
Revision: 104158

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-01-16 12:49:27 UTC (rev 104157)
+++ community-i686/PKGBUILD 2014-01-16 13:00:57 UTC (rev 104158)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer : Martin Wimpress c...@flexion.org
-# Contributor: Giovanni Talorno Ricciardi kar98k.sni...@gmail.com
-# Contributor: Xpander xpand...@gmail.com
-
-pkgname=libmatekeyring
-pkgver=1.6.1
-pkgrel=3
-pkgdesc=MATE keyring client library
-url=http://mate-desktop.org;
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL')
-depends=('dbus' 'glib2' 'libgcrypt')
-makedepends=('docbook-xml' 'mate-common' 'perl-xml-parser')
-options=('!emptydirs')
-source=(http://pub.mate-desktop.org/releases/1.6/${pkgname}-${pkgver}.tar.xz;)
-sha1sums=('ad6a5d029506348094e0147a9be9cc4555ed87a4')
-
-build() {
-cd ${srcdir}/${pkgname}-${pkgver}
-./configure \
---prefix=/usr \
---libexecdir=/usr/lib/mate-keyring \
---disable-static
-make
-}
-
-package() {
-cd ${srcdir}/${pkgname}-${pkgver}
-make DESTDIR=${pkgdir} install
-}

Copied: libmatekeyring/repos/community-i686/PKGBUILD (from rev 104157, 
libmatekeyring/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-01-16 13:00:57 UTC (rev 104158)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer : Martin Wimpress c...@flexion.org
+# Contributor: Giovanni Talorno Ricciardi kar98k.sni...@gmail.com
+# Contributor: Xpander xpand...@gmail.com
+
+pkgname=libmatekeyring
+pkgver=1.6.1
+pkgrel=3
+pkgdesc=MATE keyring client library
+url=http://mate-desktop.org;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL')
+depends=('dbus' 'glib2' 'libgcrypt')
+makedepends=('docbook-xml' 'mate-common' 'perl-xml-parser')
+options=('!emptydirs')
+source=(http://pub.mate-desktop.org/releases/1.6/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('ad6a5d029506348094e0147a9be9cc4555ed87a4')
+
+build() {
+cd ${srcdir}/${pkgname}-${pkgver}
+./configure \
+--prefix=/usr \
+--libexecdir=/usr/lib/mate-keyring \
+--disable-static
+make
+}
+
+package() {
+cd ${srcdir}/${pkgname}-${pkgver}
+make DESTDIR=${pkgdir} install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2014-01-16 12:49:27 UTC (rev 104157)
+++ community-x86_64/PKGBUILD   2014-01-16 13:00:57 UTC (rev 104158)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer : Martin Wimpress c...@flexion.org
-# Contributor: Giovanni Talorno Ricciardi kar98k.sni...@gmail.com
-# Contributor: Xpander xpand...@gmail.com
-
-pkgname=libmatekeyring
-pkgver=1.6.1
-pkgrel=3
-pkgdesc=MATE keyring client library
-url=http://mate-desktop.org;
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL')
-depends=('dbus' 'glib2' 'libgcrypt')
-makedepends=('docbook-xml' 'mate-common' 'perl-xml-parser')
-options=('!emptydirs')
-source=(http://pub.mate-desktop.org/releases/1.6/${pkgname}-${pkgver}.tar.xz;)
-sha1sums=('ad6a5d029506348094e0147a9be9cc4555ed87a4')
-
-build() {
-cd ${srcdir}/${pkgname}-${pkgver}
-./configure \
---prefix=/usr \
---libexecdir=/usr/lib/mate-keyring \
---disable-static
-make
-}
-
-package() {
-cd ${srcdir}/${pkgname}-${pkgver}
-make DESTDIR=${pkgdir} install
-}

Copied: libmatekeyring/repos/community-x86_64/PKGBUILD (from rev 104157, 
libmatekeyring/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2014-01-16 13:00:57 UTC (rev 104158)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer : Martin Wimpress c...@flexion.org
+# Contributor: Giovanni Talorno Ricciardi kar98k.sni...@gmail.com
+# Contributor: Xpander xpand...@gmail.com
+
+pkgname=libmatekeyring
+pkgver=1.6.1
+pkgrel=3
+pkgdesc=MATE keyring client library
+url=http://mate-desktop.org;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL')
+depends=('dbus' 'glib2' 'libgcrypt')
+makedepends=('docbook-xml' 'mate-common' 'perl-xml-parser')
+options=('!emptydirs')

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

2014-01-16 Thread Martin Wimpress
Date: Thursday, January 16, 2014 @ 14:02:33
  Author: flexiondotorg
Revision: 104159

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-01-16 13:00:57 UTC (rev 104158)
+++ community-i686/PKGBUILD 2014-01-16 13:02:33 UTC (rev 104159)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer : Martin Wimpress c...@flexion.org
-# Contributor: Giovanni Talorno Ricciardi kar98k.sni...@gmail.com
-# Contributor: Xpander xpand...@gmail.com
-
-pkgname=libmatekeyring
-pkgver=1.6.1
-pkgrel=3
-pkgdesc=MATE keyring client library
-url=http://mate-desktop.org;
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL')
-depends=('dbus' 'glib2' 'libgcrypt')
-makedepends=('docbook-xml' 'mate-common' 'perl-xml-parser')
-options=('!emptydirs')
-source=(http://pub.mate-desktop.org/releases/1.6/${pkgname}-${pkgver}.tar.xz;)
-sha1sums=('ad6a5d029506348094e0147a9be9cc4555ed87a4')
-
-build() {
-cd ${srcdir}/${pkgname}-${pkgver}
-./configure \
---prefix=/usr \
---libexecdir=/usr/lib/mate-keyring \
---disable-static
-make
-}
-
-package() {
-cd ${srcdir}/${pkgname}-${pkgver}
-make DESTDIR=${pkgdir} install
-}

Copied: libmatekeyring/repos/community-i686/PKGBUILD (from rev 104158, 
libmatekeyring/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-01-16 13:02:33 UTC (rev 104159)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer : Martin Wimpress c...@flexion.org
+# Contributor: Giovanni Talorno Ricciardi kar98k.sni...@gmail.com
+# Contributor: Xpander xpand...@gmail.com
+
+pkgname=libmatekeyring
+pkgver=1.6.1
+pkgrel=3
+pkgdesc=MATE keyring client library
+url=http://mate-desktop.org;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL')
+depends=('dbus' 'glib2' 'libgcrypt')
+makedepends=('docbook-xml' 'mate-common' 'perl-xml-parser')
+options=('!emptydirs')
+source=(http://pub.mate-desktop.org/releases/1.6/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('ad6a5d029506348094e0147a9be9cc4555ed87a4')
+
+build() {
+cd ${srcdir}/${pkgname}-${pkgver}
+./configure \
+--prefix=/usr \
+--libexecdir=/usr/lib/mate-keyring \
+--disable-static
+make
+}
+
+package() {
+cd ${srcdir}/${pkgname}-${pkgver}
+make DESTDIR=${pkgdir} install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2014-01-16 13:00:57 UTC (rev 104158)
+++ community-x86_64/PKGBUILD   2014-01-16 13:02:33 UTC (rev 104159)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer : Martin Wimpress c...@flexion.org
-# Contributor: Giovanni Talorno Ricciardi kar98k.sni...@gmail.com
-# Contributor: Xpander xpand...@gmail.com
-
-pkgname=libmatekeyring
-pkgver=1.6.1
-pkgrel=3
-pkgdesc=MATE keyring client library
-url=http://mate-desktop.org;
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL')
-depends=('dbus' 'glib2' 'libgcrypt')
-makedepends=('docbook-xml' 'mate-common' 'perl-xml-parser')
-options=('!emptydirs')
-source=(http://pub.mate-desktop.org/releases/1.6/${pkgname}-${pkgver}.tar.xz;)
-sha1sums=('ad6a5d029506348094e0147a9be9cc4555ed87a4')
-
-build() {
-cd ${srcdir}/${pkgname}-${pkgver}
-./configure \
---prefix=/usr \
---libexecdir=/usr/lib/mate-keyring \
---disable-static
-make
-}
-
-package() {
-cd ${srcdir}/${pkgname}-${pkgver}
-make DESTDIR=${pkgdir} install
-}

Copied: libmatekeyring/repos/community-x86_64/PKGBUILD (from rev 104158, 
libmatekeyring/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2014-01-16 13:02:33 UTC (rev 104159)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer : Martin Wimpress c...@flexion.org
+# Contributor: Giovanni Talorno Ricciardi kar98k.sni...@gmail.com
+# Contributor: Xpander xpand...@gmail.com
+
+pkgname=libmatekeyring
+pkgver=1.6.1
+pkgrel=3
+pkgdesc=MATE keyring client library
+url=http://mate-desktop.org;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL')
+depends=('dbus' 'glib2' 'libgcrypt')
+makedepends=('docbook-xml' 'mate-common' 'perl-xml-parser')
+options=('!emptydirs')

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

2014-01-16 Thread Andrea Scarpino
Date: Thursday, January 16, 2014 @ 14:19:54
  Author: andrea
Revision: 204292

upgpkg: kdegames-kajongg 4.12.1-2

Add missing dependence

Modified:
  kdegames-kajongg/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-01-16 12:40:25 UTC (rev 204291)
+++ PKGBUILD2014-01-16 13:19:54 UTC (rev 204292)
@@ -3,13 +3,13 @@
 
 pkgname=kdegames-kajongg
 pkgver=4.12.1
-pkgrel=1
+pkgrel=2
 pkgdesc=The ancient Chinese board game for 4 players
 url=http://kde.org/applications/games/kajongg/;
 arch=('any')
 license=('GPL' 'LGPL' 'FDL')
 groups=('kde' 'kdegames')
-depends=('kdebase-runtime' 'twisted' 'kdebindings-python2')
+depends=('kdebase-runtime' 'twisted' 'kdebindings-python2' 'libkmahjongg')
 makedepends=('cmake' 'automoc4')
 install=${pkgname}.install
 
source=(http://download.kde.org/stable/${pkgver}/src/kajongg-${pkgver}.tar.xz;)



[arch-commits] Commit in kdegames-kajongg/repos/extra-any (4 files)

2014-01-16 Thread Andrea Scarpino
Date: Thursday, January 16, 2014 @ 14:19:59
  Author: andrea
Revision: 204293

archrelease: copy trunk to extra-any

Added:
  kdegames-kajongg/repos/extra-any/PKGBUILD
(from rev 204292, kdegames-kajongg/trunk/PKGBUILD)
  kdegames-kajongg/repos/extra-any/kdegames-kajongg.install
(from rev 204292, kdegames-kajongg/trunk/kdegames-kajongg.install)
Deleted:
  kdegames-kajongg/repos/extra-any/PKGBUILD
  kdegames-kajongg/repos/extra-any/kdegames-kajongg.install

--+
 PKGBUILD |   76 ++---
 kdegames-kajongg.install |   22 ++---
 2 files changed, 49 insertions(+), 49 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-01-16 13:19:54 UTC (rev 204292)
+++ PKGBUILD2014-01-16 13:19:59 UTC (rev 204293)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=kdegames-kajongg
-pkgver=4.12.1
-pkgrel=1
-pkgdesc=The ancient Chinese board game for 4 players
-url=http://kde.org/applications/games/kajongg/;
-arch=('any')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde' 'kdegames')
-depends=('kdebase-runtime' 'twisted' 'kdebindings-python2')
-makedepends=('cmake' 'automoc4')
-install=${pkgname}.install
-source=(http://download.kde.org/stable/${pkgver}/src/kajongg-${pkgver}.tar.xz;)
-sha1sums=('656dc03d3726c080e382e8e15123a3233c3538cd')
-
-prepare() {
-  mkdir build
-
-  sed -i 's|#!/usr/bin/env python|#!/usr/bin/env python2|' \
-kajongg-${pkgver}/src/{deferredutil,kajongg,kajonggserver,server}.py
-}
-
-build() {
-  cd build
-  cmake ../kajongg-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DKDE4_BUILD_TESTS=OFF \
--DCMAKE_INSTALL_PREFIX=/usr \
--DPYTHON_EXECUTABLE=/usr/bin/python2
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=${pkgdir} install
-}

Copied: kdegames-kajongg/repos/extra-any/PKGBUILD (from rev 204292, 
kdegames-kajongg/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-01-16 13:19:59 UTC (rev 204293)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdegames-kajongg
+pkgver=4.12.1
+pkgrel=2
+pkgdesc=The ancient Chinese board game for 4 players
+url=http://kde.org/applications/games/kajongg/;
+arch=('any')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdegames')
+depends=('kdebase-runtime' 'twisted' 'kdebindings-python2' 'libkmahjongg')
+makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/${pkgver}/src/kajongg-${pkgver}.tar.xz;)
+sha1sums=('656dc03d3726c080e382e8e15123a3233c3538cd')
+
+prepare() {
+  mkdir build
+
+  sed -i 's|#!/usr/bin/env python|#!/usr/bin/env python2|' \
+kajongg-${pkgver}/src/{deferredutil,kajongg,kajonggserver,server}.py
+}
+
+build() {
+  cd build
+  cmake ../kajongg-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DPYTHON_EXECUTABLE=/usr/bin/python2
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Deleted: kdegames-kajongg.install
===
--- kdegames-kajongg.install2014-01-16 13:19:54 UTC (rev 204292)
+++ kdegames-kajongg.install2014-01-16 13:19:59 UTC (rev 204293)
@@ -1,11 +0,0 @@
-post_install() {
-   xdg-icon-resource forceupdate --theme hicolor  /dev/null
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}

Copied: kdegames-kajongg/repos/extra-any/kdegames-kajongg.install (from rev 
204292, kdegames-kajongg/trunk/kdegames-kajongg.install)
===
--- kdegames-kajongg.install(rev 0)
+++ kdegames-kajongg.install2014-01-16 13:19:59 UTC (rev 204293)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}



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

2014-01-16 Thread Daniel Micay
Date: Thursday, January 16, 2014 @ 14:38:56
  Author: thestinger
Revision: 104160

upgpkg: libc++ 3.4-1

Modified:
  libc++/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-01-16 13:02:33 UTC (rev 104159)
+++ PKGBUILD2014-01-16 13:38:56 UTC (rev 104160)
@@ -1,8 +1,8 @@
 # Maintainer: Daniel Micay danielmi...@gmail.com
 # Contributor: MThinkCpp mtc.maintainer[at]outlook.com
 pkgname=libc++
-pkgver=3.3
-pkgrel=3
+pkgver=3.4
+pkgrel=1
 pkgdesc='A new implementation of the C++ standard library, targeting C++11.'
 url='http://libcxx.llvm.org'
 license=('custom:University of Illinois/NCSA Open Source License')
@@ -11,19 +11,19 @@
 depends=('glibc' 'libc++abi' 'gcc-libs')
 makedepends=('clang' 'subversion' 'cmake')
 source=(http://www.llvm.org/releases/${pkgver}/libcxx-${pkgver}.src.tar.gz;)
-md5sums=('59006e659ffb33f5222a7b79d4cd071e')
+md5sums=('85c3c4e2233893b037256bf9f7077857')
 install=${pkgname}.install
 
 build() {
-  mkdir -p libcxx-${pkgver}.src/build
-  cd libcxx-${pkgver}.src/build
+  mkdir -p libcxx-${pkgver}/build
+  cd libcxx-${pkgver}/build
   CC=clang CXX=clang++ cmake -G Unix Makefiles -DLIBCXX_CXX_ABI=libcxxabi \
 -DLIBCXX_LIBCXXABI_INCLUDE_PATHS=/usr/include \
--DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr 
$srcdir/libcxx-${pkgver}.src
+-DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr 
$srcdir/libcxx-${pkgver}
   make
 }
 package() {
-  install -Dm644 libcxx-${pkgver}.src/LICENSE.TXT 
$pkgdir/usr/share/licenses/$pkgname/license.txt
-  cd libcxx-${pkgver}.src/build
+  install -Dm644 libcxx-${pkgver}/LICENSE.TXT 
$pkgdir/usr/share/licenses/$pkgname/license.txt
+  cd libcxx-${pkgver}/build
   make DESTDIR=$pkgdir install
 }



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

2014-01-16 Thread Daniel Micay
Date: Thursday, January 16, 2014 @ 14:39:38
  Author: thestinger
Revision: 104161

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

Added:
  libc++/repos/community-i686/PKGBUILD
(from rev 104160, libc++/trunk/PKGBUILD)
  libc++/repos/community-i686/libc++.install
(from rev 104160, libc++/trunk/libc++.install)
  libc++/repos/community-x86_64/PKGBUILD
(from rev 104160, libc++/trunk/PKGBUILD)
  libc++/repos/community-x86_64/libc++.install
(from rev 104160, libc++/trunk/libc++.install)
Deleted:
  libc++/repos/community-i686/PKGBUILD
  libc++/repos/community-i686/libc++.install
  libc++/repos/community-x86_64/PKGBUILD
  libc++/repos/community-x86_64/libc++.install

-+
 /PKGBUILD   |   58 ++
 /libc++.install |   14 +
 community-i686/PKGBUILD |   29 ---
 community-i686/libc++.install   |7 
 community-x86_64/PKGBUILD   |   29 ---
 community-x86_64/libc++.install |7 
 6 files changed, 72 insertions(+), 72 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-01-16 13:38:56 UTC (rev 104160)
+++ community-i686/PKGBUILD 2014-01-16 13:39:38 UTC (rev 104161)
@@ -1,29 +0,0 @@
-# Maintainer: Daniel Micay danielmi...@gmail.com
-# Contributor: MThinkCpp mtc.maintainer[at]outlook.com
-pkgname=libc++
-pkgver=3.3
-pkgrel=3
-pkgdesc='A new implementation of the C++ standard library, targeting C++11.'
-url='http://libcxx.llvm.org'
-license=('custom:University of Illinois/NCSA Open Source License')
-arch=('i686' 'x86_64')
-# gcc-libs needed for libgcc_s, because Arch doesn't use a pure compiler-rt 
clang
-depends=('glibc' 'libc++abi' 'gcc-libs')
-makedepends=('clang' 'subversion' 'cmake')
-source=(http://www.llvm.org/releases/${pkgver}/libcxx-${pkgver}.src.tar.gz;)
-md5sums=('59006e659ffb33f5222a7b79d4cd071e')
-install=${pkgname}.install
-
-build() {
-  mkdir -p libcxx-${pkgver}.src/build
-  cd libcxx-${pkgver}.src/build
-  CC=clang CXX=clang++ cmake -G Unix Makefiles -DLIBCXX_CXX_ABI=libcxxabi \
--DLIBCXX_LIBCXXABI_INCLUDE_PATHS=/usr/include \
--DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr 
$srcdir/libcxx-${pkgver}.src
-  make
-}
-package() {
-  install -Dm644 libcxx-${pkgver}.src/LICENSE.TXT 
$pkgdir/usr/share/licenses/$pkgname/license.txt
-  cd libcxx-${pkgver}.src/build
-  make DESTDIR=$pkgdir install
-}

Copied: libc++/repos/community-i686/PKGBUILD (from rev 104160, 
libc++/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-01-16 13:39:38 UTC (rev 104161)
@@ -0,0 +1,29 @@
+# Maintainer: Daniel Micay danielmi...@gmail.com
+# Contributor: MThinkCpp mtc.maintainer[at]outlook.com
+pkgname=libc++
+pkgver=3.4
+pkgrel=1
+pkgdesc='A new implementation of the C++ standard library, targeting C++11.'
+url='http://libcxx.llvm.org'
+license=('custom:University of Illinois/NCSA Open Source License')
+arch=('i686' 'x86_64')
+# gcc-libs needed for libgcc_s, because Arch doesn't use a pure compiler-rt 
clang
+depends=('glibc' 'libc++abi' 'gcc-libs')
+makedepends=('clang' 'subversion' 'cmake')
+source=(http://www.llvm.org/releases/${pkgver}/libcxx-${pkgver}.src.tar.gz;)
+md5sums=('85c3c4e2233893b037256bf9f7077857')
+install=${pkgname}.install
+
+build() {
+  mkdir -p libcxx-${pkgver}/build
+  cd libcxx-${pkgver}/build
+  CC=clang CXX=clang++ cmake -G Unix Makefiles -DLIBCXX_CXX_ABI=libcxxabi \
+-DLIBCXX_LIBCXXABI_INCLUDE_PATHS=/usr/include \
+-DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr 
$srcdir/libcxx-${pkgver}
+  make
+}
+package() {
+  install -Dm644 libcxx-${pkgver}/LICENSE.TXT 
$pkgdir/usr/share/licenses/$pkgname/license.txt
+  cd libcxx-${pkgver}/build
+  make DESTDIR=$pkgdir install
+}

Deleted: community-i686/libc++.install
===
--- community-i686/libc++.install   2014-01-16 13:38:56 UTC (rev 104160)
+++ community-i686/libc++.install   2014-01-16 13:39:38 UTC (rev 104161)
@@ -1,7 +0,0 @@
-post_install() {
-  echo compile with \`clang++ -std=c++11 -stdlib=libc++ -lc++abi\` to use 
libc++
-}
-
-post_upgrade() {
-  post_install
-}

Copied: libc++/repos/community-i686/libc++.install (from rev 104160, 
libc++/trunk/libc++.install)
===
--- community-i686/libc++.install   (rev 0)
+++ community-i686/libc++.install   2014-01-16 13:39:38 UTC (rev 104161)
@@ -0,0 +1,7 @@
+post_install() {
+  echo compile with \`clang++ -std=c++11 -stdlib=libc++ -lc++abi\` to use 
libc++
+}
+
+post_upgrade() {
+  post_install
+}

Deleted: community-x86_64/PKGBUILD
===

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

2014-01-16 Thread Alexander Rødseth
Date: Thursday, January 16, 2014 @ 14:43:17
  Author: arodseth
Revision: 104162

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

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

-+
 /PKGBUILD   |   82 ++
 /midori.install |   28 
 community-i686/PKGBUILD |   41 ---
 community-i686/midori.install   |   14 --
 community-x86_64/PKGBUILD   |   41 ---
 community-x86_64/midori.install |   14 --
 6 files changed, 110 insertions(+), 110 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-01-16 13:39:38 UTC (rev 104161)
+++ community-i686/PKGBUILD 2014-01-16 13:43:17 UTC (rev 104162)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer:  Alexander Rødseth rods...@gmail.com
-# Maintainer:  Bartłomiej Piotrowski nos...@bpiotrowski.pl
-# Contributor: Andreas Radke andy...@archlinux.org
-# Contributor: rabyte rabyte.at.gmail.dot.com
-# Contributor: Johannes Krampf wuischke.at.amule.dot.org
-# Contributor: Bartłomiej Piotrowski barthal...@gmail.com
-# Contributor: Andrew Gregory andrew.gregor...@gmail.com
-
-pkgname=midori
-pkgver=0.5.6
-pkgrel=2
-pkgdesc='Lightweight web browser (GTK2)'
-arch=('x86_64' 'i686')
-url='http://www.midori-browser.org/'
-license=('LGPL2.1')
-install='midori.install'
-depends=('libzeitgeist' 'webkitgtk2' 'libnotify' 'libxss' 'hicolor-icon-theme' 
'desktop-file-utils' 'libunique')
-makedepends=('bzr' 'python2' 'intltool' 'vala' 'librsvg' 'cmake')
-optdepends=('gstreamer0.10-base-plugins: HTML5 OGG videos support'
-'gstreamer0.10-bad-plugins: HTML5 WebM videos support'
-'gstreamer0.10-ffmpeg: HTML5 H264 videos support'
-'aria2: download utility')
-options=('!emptydirs')
-source=(http://www.midori-browser.org/downloads/${pkgname}_${pkgver}_all_.tar.bz2;)
-sha256sums=('c5be1b5d9933776f09c5cab7945a073a820d6e51fda9ff55fd063843f24a')
-
-build() {
-  cd $pkgname-$pkgver
-
-  mkdir -p build
-  cd build
-  cmake .. -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_INSTALL_LIBDIR=lib
-  make
-}
-
-package() {
-  make -C $pkgname-$pkgver/build DESTDIR=$pkgdir install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: midori/repos/community-i686/PKGBUILD (from rev 104161, 
midori/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-01-16 13:43:17 UTC (rev 104162)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Alexander Rødseth rods...@gmail.com
+# Maintainer: Bartłomiej Piotrowski nos...@bpiotrowski.pl
+# Contributor: Andreas Radke andy...@archlinux.org
+# Contributor: rabyte rabyte.at.gmail.dot.com
+# Contributor: Johannes Krampf wuischke.at.amule.dot.org
+# Contributor: Bartłomiej Piotrowski barthal...@gmail.com
+# Contributor: Andrew Gregory andrew.gregor...@gmail.com
+
+pkgname=midori
+pkgver=0.5.7
+pkgrel=1
+pkgdesc='Lightweight web browser (GTK2)'
+arch=('x86_64' 'i686')
+url='http://www.midori-browser.org/'
+license=('LGPL2.1')
+install='midori.install'
+depends=('libzeitgeist' 'webkitgtk2' 'libnotify' 'libxss' 'hicolor-icon-theme' 
'desktop-file-utils' 'libunique')
+makedepends=('bzr' 'python2' 'intltool' 'vala' 'librsvg' 'cmake')
+optdepends=('gstreamer0.10-base-plugins: HTML5 OGG videos support'
+'gstreamer0.10-bad-plugins: HTML5 WebM videos support'
+'gstreamer0.10-ffmpeg: HTML5 H264 videos support'
+'aria2: download utility')
+options=('!emptydirs')
+source=(http://www.midori-browser.org/downloads/${pkgname}_${pkgver}_all_.tar.bz2;)
+sha256sums=('2875bb2aa8a8a0cce342178f04700d4ebccd13bf1b2ad4cb3ba9fec7e2bd0b4d')
+
+build() {
+  cd $pkgname-$pkgver
+
+  mkdir -p build
+  cd build
+  cmake .. -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_INSTALL_LIBDIR=lib
+  make
+}
+
+package() {
+  make -C $pkgname-$pkgver/build DESTDIR=$pkgdir install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-i686/midori.install
===
--- community-i686/midori.install   2014-01-16 13:39:38 UTC (rev 104161)
+++ community-i686/midori.install   2014-01-16 13:43:17 UTC (rev 104162)
@@ -1,14 +0,0 @@
-post_install() {
-  update-desktop-database -q
-  gtk-update-icon-cache -f -q -t usr/share/icons/hicolor
-}
-
-post_upgrade() {
- 

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

2014-01-16 Thread Alexander Rødseth
Date: Thursday, January 16, 2014 @ 15:14:27
  Author: arodseth
Revision: 104163

upgpkg: midori-gtk3 0.5.7-1

Modified:
  midori-gtk3/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-01-16 13:43:17 UTC (rev 104162)
+++ PKGBUILD2014-01-16 14:14:27 UTC (rev 104163)
@@ -7,8 +7,8 @@
 # Contributor: Bartłomiej Piotrowski barthal...@gmail.com
 
 pkgname=midori-gtk3
-pkgver=0.5.6
-pkgrel=2
+pkgver=0.5.7
+pkgrel=1
 pkgdesc='Lightweight web browser (GTK3)'
 arch=('x86_64' 'i686')
 url='http://www.midori-browser.org/'
@@ -24,7 +24,7 @@
 'aria2: download utility')
 options=('!emptydirs')
 
source=(http://www.midori-browser.org/downloads/${pkgname/-gtk3}_${pkgver}_all_.tar.bz2;)
-sha256sums=('c5be1b5d9933776f09c5cab7945a073a820d6e51fda9ff55fd063843f24a')
+sha256sums=('2875bb2aa8a8a0cce342178f04700d4ebccd13bf1b2ad4cb3ba9fec7e2bd0b4d')
 
 build() {
   cd ${pkgname/-gtk3}-$pkgver



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

2014-01-16 Thread Andrea Scarpino
Date: Thursday, January 16, 2014 @ 15:17:52
  Author: andrea
Revision: 204294

archrelease: copy trunk to extra-i686

Added:
  kdeutils-kgpg/repos/extra-i686/PKGBUILD
(from rev 204293, kdeutils-kgpg/trunk/PKGBUILD)
  kdeutils-kgpg/repos/extra-i686/kdeutils-kgpg.install
(from rev 204293, kdeutils-kgpg/trunk/kdeutils-kgpg.install)
Deleted:
  kdeutils-kgpg/repos/extra-i686/PKGBUILD
  kdeutils-kgpg/repos/extra-i686/kdeutils-kgpg.install

---+
 PKGBUILD  |   66 
 kdeutils-kgpg.install |   24 -
 2 files changed, 46 insertions(+), 44 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-01-16 13:19:59 UTC (rev 204293)
+++ PKGBUILD2014-01-16 14:17:52 UTC (rev 204294)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=kdeutils-kgpg
-pkgver=4.12.1
-pkgrel=1
-pkgdesc='A GnuPG frontend'
-url='http://kde.org/applications/utilities/kgpg/'
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-depends=('kdebase-runtime' 'kdepimlibs' 'kde-agent')
-makedepends=('cmake' 'automoc4')
-groups=('kde' 'kdeutils')
-install=${pkgname}.install
-source=(http://download.kde.org/stable/${pkgver}/src/kgpg-${pkgver}.tar.xz;)
-sha1sums=('40622c63b2286685c44b2984e0438abcbdf82055')
-
-build() {
-  cd ${srcdir}
-  mkdir build
-  cd build
-  cmake ../kgpg-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DKDE4_BUILD_TESTS=OFF \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd $srcdir/build
-  make DESTDIR=$pkgdir install
-}

Copied: kdeutils-kgpg/repos/extra-i686/PKGBUILD (from rev 204293, 
kdeutils-kgpg/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-01-16 14:17:52 UTC (rev 204294)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdeutils-kgpg
+pkgver=4.12.1
+pkgrel=1
+pkgdesc='A GnuPG frontend'
+url='http://kde.org/applications/utilities/kgpg/'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('kdebase-runtime' 'kdepimlibs' 'kde-agent')
+makedepends=('cmake' 'automoc4' 'boost')
+groups=('kde' 'kdeutils')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/${pkgver}/src/kgpg-${pkgver}.tar.xz;)
+sha1sums=('40622c63b2286685c44b2984e0438abcbdf82055')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../kgpg-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+}

Deleted: kdeutils-kgpg.install
===
--- kdeutils-kgpg.install   2014-01-16 13:19:59 UTC (rev 204293)
+++ kdeutils-kgpg.install   2014-01-16 14:17:52 UTC (rev 204294)
@@ -1,12 +0,0 @@
-post_install() {
-   xdg-icon-resource forceupdate --theme hicolor  /dev/null
-update-desktop-database -q
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}

Copied: kdeutils-kgpg/repos/extra-i686/kdeutils-kgpg.install (from rev 204293, 
kdeutils-kgpg/trunk/kdeutils-kgpg.install)
===
--- kdeutils-kgpg.install   (rev 0)
+++ kdeutils-kgpg.install   2014-01-16 14:17:52 UTC (rev 204294)
@@ -0,0 +1,12 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+update-desktop-database -q
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}



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

2014-01-16 Thread Andrea Scarpino
Date: Thursday, January 16, 2014 @ 15:18:05
  Author: andrea
Revision: 204295

archrelease: copy trunk to extra-x86_64

Added:
  kdeutils-kgpg/repos/extra-x86_64/PKGBUILD
(from rev 204294, kdeutils-kgpg/trunk/PKGBUILD)
  kdeutils-kgpg/repos/extra-x86_64/kdeutils-kgpg.install
(from rev 204294, kdeutils-kgpg/trunk/kdeutils-kgpg.install)
Deleted:
  kdeutils-kgpg/repos/extra-x86_64/PKGBUILD
  kdeutils-kgpg/repos/extra-x86_64/kdeutils-kgpg.install

---+
 PKGBUILD  |   66 
 kdeutils-kgpg.install |   24 -
 2 files changed, 46 insertions(+), 44 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-01-16 14:17:52 UTC (rev 204294)
+++ PKGBUILD2014-01-16 14:18:05 UTC (rev 204295)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=kdeutils-kgpg
-pkgver=4.12.1
-pkgrel=1
-pkgdesc='A GnuPG frontend'
-url='http://kde.org/applications/utilities/kgpg/'
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-depends=('kdebase-runtime' 'kdepimlibs' 'kde-agent')
-makedepends=('cmake' 'automoc4')
-groups=('kde' 'kdeutils')
-install=${pkgname}.install
-source=(http://download.kde.org/stable/${pkgver}/src/kgpg-${pkgver}.tar.xz;)
-sha1sums=('40622c63b2286685c44b2984e0438abcbdf82055')
-
-build() {
-  cd ${srcdir}
-  mkdir build
-  cd build
-  cmake ../kgpg-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DKDE4_BUILD_TESTS=OFF \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd $srcdir/build
-  make DESTDIR=$pkgdir install
-}

Copied: kdeutils-kgpg/repos/extra-x86_64/PKGBUILD (from rev 204294, 
kdeutils-kgpg/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-01-16 14:18:05 UTC (rev 204295)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdeutils-kgpg
+pkgver=4.12.1
+pkgrel=1
+pkgdesc='A GnuPG frontend'
+url='http://kde.org/applications/utilities/kgpg/'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('kdebase-runtime' 'kdepimlibs' 'kde-agent')
+makedepends=('cmake' 'automoc4' 'boost')
+groups=('kde' 'kdeutils')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/${pkgver}/src/kgpg-${pkgver}.tar.xz;)
+sha1sums=('40622c63b2286685c44b2984e0438abcbdf82055')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../kgpg-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+}

Deleted: kdeutils-kgpg.install
===
--- kdeutils-kgpg.install   2014-01-16 14:17:52 UTC (rev 204294)
+++ kdeutils-kgpg.install   2014-01-16 14:18:05 UTC (rev 204295)
@@ -1,12 +0,0 @@
-post_install() {
-   xdg-icon-resource forceupdate --theme hicolor  /dev/null
-update-desktop-database -q
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}

Copied: kdeutils-kgpg/repos/extra-x86_64/kdeutils-kgpg.install (from rev 
204294, kdeutils-kgpg/trunk/kdeutils-kgpg.install)
===
--- kdeutils-kgpg.install   (rev 0)
+++ kdeutils-kgpg.install   2014-01-16 14:18:05 UTC (rev 204295)
@@ -0,0 +1,12 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+update-desktop-database -q
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}



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

2014-01-16 Thread Sergej Pupykin
Date: Thursday, January 16, 2014 @ 15:47:19
  Author: spupykin
Revision: 104164

upgpkg: libvirt 1.2.1-1

upd

Modified:
  libvirt/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-01-16 14:14:27 UTC (rev 104163)
+++ PKGBUILD2014-01-16 14:47:19 UTC (rev 104164)
@@ -3,8 +3,8 @@
 # Contributor: Jonathan Wiersma archaur at jonw dot org
 
 pkgname=libvirt
-pkgver=1.2.0
-pkgrel=2
+pkgver=1.2.1
+pkgrel=1
 pkgdesc=API for controlling virtualization engines 
(openvz,kvm,qemu,virtualbox,xen,etc)
 arch=('i686' 'x86_64')
 url=http://libvirt.org/;
@@ -33,7 +33,7 @@
libvirtd.conf.d
libvirtd-guests.conf.d
libvirt.tmpfiles.d)
-md5sums=('f74f78059def4e68d69b975ad6e6c3e2'
+md5sums=('cce374220f67895afb6331bd2ddedbfd'
  '3ed0e24f5b5e25bf553f5427d64915e6'
  '0a96ed876ffb1fcb9dff5a9b3a609c1e'
  '020971887442ebbf1b6949e031c8dd3f')



[arch-commits] Commit in libvirt/repos (26 files)

2014-01-16 Thread Sergej Pupykin
Date: Thursday, January 16, 2014 @ 15:47:41
  Author: spupykin
Revision: 104165

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

Added:
  libvirt/repos/community-i686/PKGBUILD
(from rev 104164, libvirt/trunk/PKGBUILD)
  libvirt/repos/community-i686/libvirt.install
(from rev 104164, libvirt/trunk/libvirt.install)
  libvirt/repos/community-i686/libvirt.tmpfiles.d
(from rev 104164, libvirt/trunk/libvirt.tmpfiles.d)
  libvirt/repos/community-i686/libvirtd-guests.conf.d
(from rev 104164, libvirt/trunk/libvirtd-guests.conf.d)
  libvirt/repos/community-i686/libvirtd.conf.d
(from rev 104164, libvirt/trunk/libvirtd.conf.d)
  libvirt/repos/community-x86_64/PKGBUILD
(from rev 104164, libvirt/trunk/PKGBUILD)
  libvirt/repos/community-x86_64/libvirt.install
(from rev 104164, libvirt/trunk/libvirt.install)
  libvirt/repos/community-x86_64/libvirt.tmpfiles.d
(from rev 104164, libvirt/trunk/libvirt.tmpfiles.d)
  libvirt/repos/community-x86_64/libvirtd-guests.conf.d
(from rev 104164, libvirt/trunk/libvirtd-guests.conf.d)
  libvirt/repos/community-x86_64/libvirtd.conf.d
(from rev 104164, libvirt/trunk/libvirtd.conf.d)
Deleted:
  
libvirt/repos/community-i686/0001-Also-store-user-group-ID-values-in-virIdentity.patch
  
libvirt/repos/community-i686/0002-Ensure-system-identity-includes-process-start-time.patch
  
libvirt/repos/community-i686/0003-Add-support-for-using-3-arg-pkcheck-syntax-for-proce.patch
  libvirt/repos/community-i686/PKGBUILD
  libvirt/repos/community-i686/libvirt.install
  libvirt/repos/community-i686/libvirt.tmpfiles.d
  libvirt/repos/community-i686/libvirtd-guests.conf.d
  libvirt/repos/community-i686/libvirtd.conf.d
  
libvirt/repos/community-x86_64/0001-Also-store-user-group-ID-values-in-virIdentity.patch
  
libvirt/repos/community-x86_64/0002-Ensure-system-identity-includes-process-start-time.patch
  
libvirt/repos/community-x86_64/0003-Add-support-for-using-3-arg-pkcheck-syntax-for-proce.patch
  libvirt/repos/community-x86_64/PKGBUILD
  libvirt/repos/community-x86_64/libvirt.install
  libvirt/repos/community-x86_64/libvirt.tmpfiles.d
  libvirt/repos/community-x86_64/libvirtd-guests.conf.d
  libvirt/repos/community-x86_64/libvirtd.conf.d

--+
 /PKGBUILD  
  |  166 ++
 /libvirt.install   
  |   30 +
 /libvirt.tmpfiles.d
  |8 
 /libvirtd-guests.conf.d
  |   22 +
 /libvirtd.conf.d   
  |6 
 community-i686/0001-Also-store-user-group-ID-values-in-virIdentity.patch   
  |  156 -
 community-i686/0002-Ensure-system-identity-includes-process-start-time.patch   
  |   70 
 community-i686/0003-Add-support-for-using-3-arg-pkcheck-syntax-for-proce.patch 
  |  159 -
 community-i686/PKGBUILD
  |   83 -
 community-i686/libvirt.install 
  |   19 -
 community-i686/libvirt.tmpfiles.d  
  |4 
 community-i686/libvirtd-guests.conf.d  
  |   11 
 community-i686/libvirtd.conf.d 
  |3 
 community-x86_64/0001-Also-store-user-group-ID-values-in-virIdentity.patch 
  |  156 -
 community-x86_64/0002-Ensure-system-identity-includes-process-start-time.patch 
  |   70 
 
community-x86_64/0003-Add-support-for-using-3-arg-pkcheck-syntax-for-proce.patch
 |  159 -
 community-x86_64/PKGBUILD  
  |   83 -
 community-x86_64/libvirt.install   
  |   19 -
 community-x86_64/libvirt.tmpfiles.d
  |4 
 community-x86_64/libvirtd-guests.conf.d
  |   11 
 community-x86_64/libvirtd.conf.d   
  |3 
 21 files changed, 232 insertions(+), 1010 deletions(-)

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


[arch-commits] Commit in (5 files)

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

Added mate-keyring

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

--+
 PKGBUILD |   45 +
 mate-keyring.install |   11 +++
 2 files changed, 56 insertions(+)

Added: mate-keyring/trunk/PKGBUILD
===
--- mate-keyring/trunk/PKGBUILD (rev 0)
+++ mate-keyring/trunk/PKGBUILD 2014-01-16 14:57:55 UTC (rev 104167)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer : Martin Wimpress c...@flexion.org
+# Contributor: Giovanni Talorno Ricciardi kar98k.sni...@gmail.com
+# Contributor: Xpander xpand...@gmail.com
+
+pkgname=mate-keyring
+pkgver=1.6.1
+pkgrel=3
+pkgdesc=MATE Password Management daemon
+url=http://mate-desktop.org;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL')
+depends=('dbus' 'dconf' 'gtk2' 'libtasn1' 'pam')
+makedepends=('docbook-xml' 'mate-common' 'perl-xml-parser')
+options=('!emptydirs')
+groups=('mate')
+source=(http://pub.mate-desktop.org/releases/1.6/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('7b2e0201d4f4eb0f728dbf1626d5aa05b2d05675')
+install=${pkgname}.install
+
+prepare() {
+cd ${srcdir}/${pkgname}-${pkgver}
+# Prevent gck conflict with gnome gcr lib
+sed -e 's/DOC_MODULE=gck/DOC_MODULE=mate-gck/' -i 
docs/reference/gck/Makefile.am
+autoreconf -fi
+intltoolize -c -f
+}
+
+build() {
+cd ${srcdir}/${pkgname}-${pkgver}
+./configure \
+--prefix=/usr \
+--libexecdir=/usr/lib/${pkgname} \
+--sysconfdir=/etc \
+--localstatedir=/var \
+--with-pam-dir=/usr/lib/security \
+--with-root-certs=/etc/ssl/certs \
+--disable-static
+make
+}
+
+package() {
+cd ${srcdir}/${pkgname}-${pkgver}
+make DESTDIR=${pkgdir} install
+}


Property changes on: mate-keyring/trunk/PKGBUILD
___
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property
Added: mate-keyring/trunk/mate-keyring.install
===
--- mate-keyring/trunk/mate-keyring.install (rev 0)
+++ mate-keyring/trunk/mate-keyring.install 2014-01-16 14:57:55 UTC (rev 
104167)
@@ -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 @ 15:56:11
  Author: flexiondotorg
Revision: 104166

Added bzr-fastimport

Added:
  bzr-fastimport/
  bzr-fastimport/repos/
  bzr-fastimport/trunk/
  bzr-fastimport/trunk/PKGBUILD

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

Added: bzr-fastimport/trunk/PKGBUILD
===
--- bzr-fastimport/trunk/PKGBUILD   (rev 0)
+++ bzr-fastimport/trunk/PKGBUILD   2014-01-16 14:56:11 UTC (rev 104166)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer:  Martin Wimpress c...@flexion.org
+# Contributor: Martin Panter vadmium+...@gmail.com
+# Contributor: Hector Acosta hector.aco...@gmail.com
+# Contributor: Kambus
+# Contributor: Mario Danic mario.danic
+
+pkgname=bzr-fastimport
+pkgver=0.13.0
+pkgrel=3
+pkgdesc=Bazaar Fast Import is a plugin providing fast loading of revision 
control data into Bazaar.
+arch=(i686 x86_64)
+url=https://launchpad.net/${pkgname};
+license=('GPL2')
+groups=(bzr)
+depends=('python2' 'bzr' 'python2-fastimport')
+makedepends=('bzr')
+conflicts=(bzr-fastimport-russo79-bzr bzr-fastimport-deleted-entries-fix)
+source=(http://launchpad.net/${pkgname}/trunk/${pkgver}/+download/${pkgname}-${pkgver}.tar.gz)
+md5sums=('e47115774d44ae0c3b027ae0374aa52e')
+
+prepare() {
+cd ${srcdir}/${pkgname}-${pkgver}
+for _file in $(grep '#!/usr/bin/.*python' -r . | cut -d: -f1); do
+sed -i 's/python/python2/' $_file
+done
+}
+
+package() {
+cd ${srcdir}/${pkgname}-${pkgver}
+python2 setup.py install --prefix'=/usr' --root=${pkgdir}
+}


Property changes on: bzr-fastimport/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 @ 16:08:06
  Author: flexiondotorg
Revision: 104169

Added libmatekbd

Added:
  libmatekbd/
  libmatekbd/repos/
  libmatekbd/trunk/
  libmatekbd/trunk/PKGBUILD
  libmatekbd/trunk/libmatekbd.install

+
 PKGBUILD   |   31 +++
 libmatekbd.install |   11 +++
 2 files changed, 42 insertions(+)

Added: libmatekbd/trunk/PKGBUILD
===
--- libmatekbd/trunk/PKGBUILD   (rev 0)
+++ libmatekbd/trunk/PKGBUILD   2014-01-16 15:08:06 UTC (rev 104169)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer : Martin Wimpress c...@flexion.org
+# Contributor: Giovanni Talorno Ricciardi kar98k.sni...@gmail.com
+# Contributor: Xpander xpand...@gmail.com
+
+pkgname=libmatekbd
+pkgver=1.6.2
+pkgrel=1
+pkgdesc=MATE keyboard library
+url=http://mate-desktop.org;
+arch=('i686' 'x86_64')
+license=('LGPL')
+depends=('dconf' 'gtk2' 'iso-codes' 'libxklavier')
+makedepends=('mate-common' 'perl-xml-parser')
+options=('!emptydirs')
+source=(http://pub.mate-desktop.org/releases/1.6/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('224eba31dbf6d44f69ae3b75712a0bb90717df68')
+install=${pkgname}.install
+
+build() {
+cd ${srcdir}/${pkgname}-${pkgver}
+./configure \
+--prefix=/usr \
+--disable-static
+make
+}
+
+package() {
+cd ${srcdir}/${pkgname}-${pkgver}
+make DESTDIR=${pkgdir} install
+}


Property changes on: libmatekbd/trunk/PKGBUILD
___
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property
Added: libmatekbd/trunk/libmatekbd.install
===
--- libmatekbd/trunk/libmatekbd.install (rev 0)
+++ libmatekbd/trunk/libmatekbd.install 2014-01-16 15:08:06 UTC (rev 104169)
@@ -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 libmatekbd/repos (6 files)

2014-01-16 Thread Martin Wimpress
Date: Thursday, January 16, 2014 @ 16:09:15
  Author: flexiondotorg
Revision: 104170

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

Added:
  libmatekbd/repos/community-i686/
  libmatekbd/repos/community-i686/PKGBUILD
(from rev 104169, libmatekbd/trunk/PKGBUILD)
  libmatekbd/repos/community-i686/libmatekbd.install
(from rev 104169, libmatekbd/trunk/libmatekbd.install)
  libmatekbd/repos/community-x86_64/
  libmatekbd/repos/community-x86_64/PKGBUILD
(from rev 104169, libmatekbd/trunk/PKGBUILD)
  libmatekbd/repos/community-x86_64/libmatekbd.install
(from rev 104169, libmatekbd/trunk/libmatekbd.install)

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

Copied: libmatekbd/repos/community-i686/PKGBUILD (from rev 104169, 
libmatekbd/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-01-16 15:09:15 UTC (rev 104170)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer : Martin Wimpress c...@flexion.org
+# Contributor: Giovanni Talorno Ricciardi kar98k.sni...@gmail.com
+# Contributor: Xpander xpand...@gmail.com
+
+pkgname=libmatekbd
+pkgver=1.6.2
+pkgrel=1
+pkgdesc=MATE keyboard library
+url=http://mate-desktop.org;
+arch=('i686' 'x86_64')
+license=('LGPL')
+depends=('dconf' 'gtk2' 'iso-codes' 'libxklavier')
+makedepends=('mate-common' 'perl-xml-parser')
+options=('!emptydirs')
+source=(http://pub.mate-desktop.org/releases/1.6/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('224eba31dbf6d44f69ae3b75712a0bb90717df68')
+install=${pkgname}.install
+
+build() {
+cd ${srcdir}/${pkgname}-${pkgver}
+./configure \
+--prefix=/usr \
+--disable-static
+make
+}
+
+package() {
+cd ${srcdir}/${pkgname}-${pkgver}
+make DESTDIR=${pkgdir} install
+}

Copied: libmatekbd/repos/community-i686/libmatekbd.install (from rev 104169, 
libmatekbd/trunk/libmatekbd.install)
===
--- community-i686/libmatekbd.install   (rev 0)
+++ community-i686/libmatekbd.install   2014-01-16 15:09:15 UTC (rev 104170)
@@ -0,0 +1,11 @@
+post_install() {
+glib-compile-schemas /usr/share/glib-2.0/schemas/
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}

Copied: libmatekbd/repos/community-x86_64/PKGBUILD (from rev 104169, 
libmatekbd/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2014-01-16 15:09:15 UTC (rev 104170)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer : Martin Wimpress c...@flexion.org
+# Contributor: Giovanni Talorno Ricciardi kar98k.sni...@gmail.com
+# Contributor: Xpander xpand...@gmail.com
+
+pkgname=libmatekbd
+pkgver=1.6.2
+pkgrel=1
+pkgdesc=MATE keyboard library
+url=http://mate-desktop.org;
+arch=('i686' 'x86_64')
+license=('LGPL')
+depends=('dconf' 'gtk2' 'iso-codes' 'libxklavier')
+makedepends=('mate-common' 'perl-xml-parser')
+options=('!emptydirs')
+source=(http://pub.mate-desktop.org/releases/1.6/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('224eba31dbf6d44f69ae3b75712a0bb90717df68')
+install=${pkgname}.install
+
+build() {
+cd ${srcdir}/${pkgname}-${pkgver}
+./configure \
+--prefix=/usr \
+--disable-static
+make
+}
+
+package() {
+cd ${srcdir}/${pkgname}-${pkgver}
+make DESTDIR=${pkgdir} install
+}

Copied: libmatekbd/repos/community-x86_64/libmatekbd.install (from rev 104169, 
libmatekbd/trunk/libmatekbd.install)
===
--- community-x86_64/libmatekbd.install (rev 0)
+++ community-x86_64/libmatekbd.install 2014-01-16 15:09:15 UTC (rev 104170)
@@ -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-keyring/repos (6 files)

2014-01-16 Thread Martin Wimpress
Date: Thursday, January 16, 2014 @ 16:04:52
  Author: flexiondotorg
Revision: 104168

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

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

---+
 community-i686/PKGBUILD   |   45 
 community-i686/mate-keyring.install   |   11 +++
 community-x86_64/PKGBUILD |   45 
 community-x86_64/mate-keyring.install |   11 +++
 4 files changed, 112 insertions(+)

Copied: mate-keyring/repos/community-i686/PKGBUILD (from rev 104167, 
mate-keyring/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-01-16 15:04:52 UTC (rev 104168)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer : Martin Wimpress c...@flexion.org
+# Contributor: Giovanni Talorno Ricciardi kar98k.sni...@gmail.com
+# Contributor: Xpander xpand...@gmail.com
+
+pkgname=mate-keyring
+pkgver=1.6.1
+pkgrel=3
+pkgdesc=MATE Password Management daemon
+url=http://mate-desktop.org;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL')
+depends=('dbus' 'dconf' 'gtk2' 'libtasn1' 'pam')
+makedepends=('docbook-xml' 'mate-common' 'perl-xml-parser')
+options=('!emptydirs')
+groups=('mate')
+source=(http://pub.mate-desktop.org/releases/1.6/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('7b2e0201d4f4eb0f728dbf1626d5aa05b2d05675')
+install=${pkgname}.install
+
+prepare() {
+cd ${srcdir}/${pkgname}-${pkgver}
+# Prevent gck conflict with gnome gcr lib
+sed -e 's/DOC_MODULE=gck/DOC_MODULE=mate-gck/' -i 
docs/reference/gck/Makefile.am
+autoreconf -fi
+intltoolize -c -f
+}
+
+build() {
+cd ${srcdir}/${pkgname}-${pkgver}
+./configure \
+--prefix=/usr \
+--libexecdir=/usr/lib/${pkgname} \
+--sysconfdir=/etc \
+--localstatedir=/var \
+--with-pam-dir=/usr/lib/security \
+--with-root-certs=/etc/ssl/certs \
+--disable-static
+make
+}
+
+package() {
+cd ${srcdir}/${pkgname}-${pkgver}
+make DESTDIR=${pkgdir} install
+}

Copied: mate-keyring/repos/community-i686/mate-keyring.install (from rev 
104167, mate-keyring/trunk/mate-keyring.install)
===
--- community-i686/mate-keyring.install (rev 0)
+++ community-i686/mate-keyring.install 2014-01-16 15:04:52 UTC (rev 104168)
@@ -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-keyring/repos/community-x86_64/PKGBUILD (from rev 104167, 
mate-keyring/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2014-01-16 15:04:52 UTC (rev 104168)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer : Martin Wimpress c...@flexion.org
+# Contributor: Giovanni Talorno Ricciardi kar98k.sni...@gmail.com
+# Contributor: Xpander xpand...@gmail.com
+
+pkgname=mate-keyring
+pkgver=1.6.1
+pkgrel=3
+pkgdesc=MATE Password Management daemon
+url=http://mate-desktop.org;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL')
+depends=('dbus' 'dconf' 'gtk2' 'libtasn1' 'pam')
+makedepends=('docbook-xml' 'mate-common' 'perl-xml-parser')
+options=('!emptydirs')
+groups=('mate')
+source=(http://pub.mate-desktop.org/releases/1.6/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('7b2e0201d4f4eb0f728dbf1626d5aa05b2d05675')
+install=${pkgname}.install
+
+prepare() {
+cd ${srcdir}/${pkgname}-${pkgver}
+# Prevent gck conflict with gnome gcr lib
+sed -e 's/DOC_MODULE=gck/DOC_MODULE=mate-gck/' -i 
docs/reference/gck/Makefile.am
+autoreconf -fi
+intltoolize -c -f
+}
+
+build() {
+cd ${srcdir}/${pkgname}-${pkgver}
+./configure \
+--prefix=/usr \
+--libexecdir=/usr/lib/${pkgname} \
+--sysconfdir=/etc \
+--localstatedir=/var \
+--with-pam-dir=/usr/lib/security \
+--with-root-certs=/etc/ssl/certs \
+--disable-static
+make
+}
+
+package() {
+cd ${srcdir}/${pkgname}-${pkgver}
+make DESTDIR=${pkgdir} install
+}

Copied: mate-keyring/repos/community-x86_64/mate-keyring.install (from rev 
104167, mate-keyring/trunk/mate-keyring.install)
===
--- 

[arch-commits] Commit in (5 files)

2014-01-16 Thread Martin Wimpress
Date: Thursday, January 16, 2014 @ 16:12:57
  Author: flexiondotorg
Revision: 104173

Added libmateweather

Added:
  libmateweather/
  libmateweather/repos/
  libmateweather/trunk/
  libmateweather/trunk/PKGBUILD
  libmateweather/trunk/libmateweather.install

+
 PKGBUILD   |   35 +++
 libmateweather.install |   12 
 2 files changed, 47 insertions(+)

Added: libmateweather/trunk/PKGBUILD
===
--- libmateweather/trunk/PKGBUILD   (rev 0)
+++ libmateweather/trunk/PKGBUILD   2014-01-16 15:12:57 UTC (rev 104173)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer : Martin Wimpress c...@flexion.org
+# Contributor: Giovanni Talorno Ricciardi kar98k.sni...@gmail.com
+# Contributor: Xpander xpand...@gmail.com
+
+pkgname=libmateweather
+pkgver=1.6.2
+pkgrel=5
+pkgdesc=Provides access to weather information from the net
+url=http://mate-desktop.org;
+arch=('i686' 'x86_64')
+license=('LGPL')
+depends=('dconf' 'gtk2' 'libsoup' 'pygtk' 'python2-gobject2')
+makedepends=('mate-common' 'perl-xml-parser')
+options=('!emptydirs')
+source=(http://pub.mate-desktop.org/releases/1.6/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('56f30e35345864954a37228ad8103350f4bc3651')
+install=${pkgname}.install
+
+build() {
+cd ${srcdir}/${pkgname}-${pkgver}
+PYTHON=/usr/bin/python2 ./configure \
+--prefix=/usr \
+--sysconfdir=/etc \
+--localstatedir=/var \
+--disable-static \
+--enable-python \
+--enable-locations-compression
+make
+}
+
+package() {
+cd ${srcdir}/${pkgname}-${pkgver}
+make DESTDIR=${pkgdir} install
+}


Property changes on: libmateweather/trunk/PKGBUILD
___
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property
Added: libmateweather/trunk/libmateweather.install
===
--- libmateweather/trunk/libmateweather.install (rev 0)
+++ libmateweather/trunk/libmateweather.install 2014-01-16 15:12:57 UTC (rev 
104173)
@@ -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 (4 files)

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

Added libmatewnck

Added:
  libmatewnck/
  libmatewnck/repos/
  libmatewnck/trunk/
  libmatewnck/trunk/PKGBUILD

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

Added: libmatewnck/trunk/PKGBUILD
===
--- libmatewnck/trunk/PKGBUILD  (rev 0)
+++ libmatewnck/trunk/PKGBUILD  2014-01-16 15:10:43 UTC (rev 104171)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer : Martin Wimpress c...@flexion.org
+# Contributor: Giovanni Talorno Ricciardi kar98k.sni...@gmail.com
+# Contributor: Xpander xpand...@gmail.com
+
+pkgname=libmatewnck
+pkgver=1.6.1
+pkgrel=5
+pkgdesc=Description: MATE Window Navigator Construction Kit. A library to use 
for writing pagers and task lists.
+url=http://mate-desktop.org;
+arch=('i686' 'x86_64')
+license=('LGPL')
+depends=('gtk2' 'libxres' 'startup-notification')
+makedepends=('gobject-introspection' 'mate-common' 'perl-xml-parser')
+options=('!emptydirs')
+source=(http://pub.mate-desktop.org/releases/1.6/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('10e2def928dd74529c49a624803187098ea2b0f6')
+
+build() {
+cd ${srcdir}/${pkgname}-${pkgver}
+./configure \
+--prefix=/usr \
+--disable-static \
+--enable-gtk-doc \
+--enable-startup-notification \
+--enable-introspection
+make
+}
+
+package() {
+cd ${srcdir}/${pkgname}-${pkgver}
+make DESTDIR=${pkgdir} install
+}


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


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

2014-01-16 Thread Martin Wimpress
Date: Thursday, January 16, 2014 @ 16:12:04
  Author: flexiondotorg
Revision: 104172

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

Added:
  libmatewnck/repos/community-i686/
  libmatewnck/repos/community-i686/PKGBUILD
(from rev 104171, libmatewnck/trunk/PKGBUILD)
  libmatewnck/repos/community-x86_64/
  libmatewnck/repos/community-x86_64/PKGBUILD
(from rev 104171, libmatewnck/trunk/PKGBUILD)

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

Copied: libmatewnck/repos/community-i686/PKGBUILD (from rev 104171, 
libmatewnck/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-01-16 15:12:04 UTC (rev 104172)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer : Martin Wimpress c...@flexion.org
+# Contributor: Giovanni Talorno Ricciardi kar98k.sni...@gmail.com
+# Contributor: Xpander xpand...@gmail.com
+
+pkgname=libmatewnck
+pkgver=1.6.1
+pkgrel=5
+pkgdesc=Description: MATE Window Navigator Construction Kit. A library to use 
for writing pagers and task lists.
+url=http://mate-desktop.org;
+arch=('i686' 'x86_64')
+license=('LGPL')
+depends=('gtk2' 'libxres' 'startup-notification')
+makedepends=('gobject-introspection' 'mate-common' 'perl-xml-parser')
+options=('!emptydirs')
+source=(http://pub.mate-desktop.org/releases/1.6/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('10e2def928dd74529c49a624803187098ea2b0f6')
+
+build() {
+cd ${srcdir}/${pkgname}-${pkgver}
+./configure \
+--prefix=/usr \
+--disable-static \
+--enable-gtk-doc \
+--enable-startup-notification \
+--enable-introspection
+make
+}
+
+package() {
+cd ${srcdir}/${pkgname}-${pkgver}
+make DESTDIR=${pkgdir} install
+}

Copied: libmatewnck/repos/community-x86_64/PKGBUILD (from rev 104171, 
libmatewnck/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2014-01-16 15:12:04 UTC (rev 104172)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer : Martin Wimpress c...@flexion.org
+# Contributor: Giovanni Talorno Ricciardi kar98k.sni...@gmail.com
+# Contributor: Xpander xpand...@gmail.com
+
+pkgname=libmatewnck
+pkgver=1.6.1
+pkgrel=5
+pkgdesc=Description: MATE Window Navigator Construction Kit. A library to use 
for writing pagers and task lists.
+url=http://mate-desktop.org;
+arch=('i686' 'x86_64')
+license=('LGPL')
+depends=('gtk2' 'libxres' 'startup-notification')
+makedepends=('gobject-introspection' 'mate-common' 'perl-xml-parser')
+options=('!emptydirs')
+source=(http://pub.mate-desktop.org/releases/1.6/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('10e2def928dd74529c49a624803187098ea2b0f6')
+
+build() {
+cd ${srcdir}/${pkgname}-${pkgver}
+./configure \
+--prefix=/usr \
+--disable-static \
+--enable-gtk-doc \
+--enable-startup-notification \
+--enable-introspection
+make
+}
+
+package() {
+cd ${srcdir}/${pkgname}-${pkgver}
+make DESTDIR=${pkgdir} install
+}



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

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

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

Added:
  libmateweather/repos/community-i686/
  libmateweather/repos/community-i686/PKGBUILD
(from rev 104173, libmateweather/trunk/PKGBUILD)
  libmateweather/repos/community-i686/libmateweather.install
(from rev 104173, libmateweather/trunk/libmateweather.install)
  libmateweather/repos/community-x86_64/
  libmateweather/repos/community-x86_64/PKGBUILD
(from rev 104173, libmateweather/trunk/PKGBUILD)
  libmateweather/repos/community-x86_64/libmateweather.install
(from rev 104173, libmateweather/trunk/libmateweather.install)

-+
 community-i686/PKGBUILD |   35 ++
 community-i686/libmateweather.install   |   12 ++
 community-x86_64/PKGBUILD   |   35 ++
 community-x86_64/libmateweather.install |   12 ++
 4 files changed, 94 insertions(+)

Copied: libmateweather/repos/community-i686/PKGBUILD (from rev 104173, 
libmateweather/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-01-16 15:20:18 UTC (rev 104174)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer : Martin Wimpress c...@flexion.org
+# Contributor: Giovanni Talorno Ricciardi kar98k.sni...@gmail.com
+# Contributor: Xpander xpand...@gmail.com
+
+pkgname=libmateweather
+pkgver=1.6.2
+pkgrel=5
+pkgdesc=Provides access to weather information from the net
+url=http://mate-desktop.org;
+arch=('i686' 'x86_64')
+license=('LGPL')
+depends=('dconf' 'gtk2' 'libsoup' 'pygtk' 'python2-gobject2')
+makedepends=('mate-common' 'perl-xml-parser')
+options=('!emptydirs')
+source=(http://pub.mate-desktop.org/releases/1.6/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('56f30e35345864954a37228ad8103350f4bc3651')
+install=${pkgname}.install
+
+build() {
+cd ${srcdir}/${pkgname}-${pkgver}
+PYTHON=/usr/bin/python2 ./configure \
+--prefix=/usr \
+--sysconfdir=/etc \
+--localstatedir=/var \
+--disable-static \
+--enable-python \
+--enable-locations-compression
+make
+}
+
+package() {
+cd ${srcdir}/${pkgname}-${pkgver}
+make DESTDIR=${pkgdir} install
+}

Copied: libmateweather/repos/community-i686/libmateweather.install (from rev 
104173, libmateweather/trunk/libmateweather.install)
===
--- community-i686/libmateweather.install   (rev 0)
+++ community-i686/libmateweather.install   2014-01-16 15:20:18 UTC (rev 
104174)
@@ -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: libmateweather/repos/community-x86_64/PKGBUILD (from rev 104173, 
libmateweather/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2014-01-16 15:20:18 UTC (rev 104174)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer : Martin Wimpress c...@flexion.org
+# Contributor: Giovanni Talorno Ricciardi kar98k.sni...@gmail.com
+# Contributor: Xpander xpand...@gmail.com
+
+pkgname=libmateweather
+pkgver=1.6.2
+pkgrel=5
+pkgdesc=Provides access to weather information from the net
+url=http://mate-desktop.org;
+arch=('i686' 'x86_64')
+license=('LGPL')
+depends=('dconf' 'gtk2' 'libsoup' 'pygtk' 'python2-gobject2')
+makedepends=('mate-common' 'perl-xml-parser')
+options=('!emptydirs')
+source=(http://pub.mate-desktop.org/releases/1.6/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('56f30e35345864954a37228ad8103350f4bc3651')
+install=${pkgname}.install
+
+build() {
+cd ${srcdir}/${pkgname}-${pkgver}
+PYTHON=/usr/bin/python2 ./configure \
+--prefix=/usr \
+--sysconfdir=/etc \
+--localstatedir=/var \
+--disable-static \
+--enable-python \
+--enable-locations-compression
+make
+}
+
+package() {
+cd ${srcdir}/${pkgname}-${pkgver}
+make DESTDIR=${pkgdir} install
+}

Copied: libmateweather/repos/community-x86_64/libmateweather.install (from rev 
104173, libmateweather/trunk/libmateweather.install)
===
--- community-x86_64/libmateweather.install (rev 0)
+++ community-x86_64/libmateweather.install 2014-01-16 15:20:18 UTC (rev 
104174)
@@ -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-icon-theme/repos (3 files)

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

archrelease: copy trunk to community-any

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

-+
 PKGBUILD|   32 
 mate-icon-theme.install |   12 
 2 files changed, 44 insertions(+)

Copied: mate-icon-theme/repos/community-any/PKGBUILD (from rev 104175, 
mate-icon-theme/trunk/PKGBUILD)
===
--- community-any/PKGBUILD  (rev 0)
+++ community-any/PKGBUILD  2014-01-16 15:30:46 UTC (rev 104176)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer : Martin Wimpress c...@flexion.org
+# Contributor: Giovanni Talorno Ricciardi kar98k.sni...@gmail.com
+# Contributor: Xpander xpand...@gmail.com
+
+pkgname=mate-icon-theme
+pkgver=1.6.3
+pkgrel=1
+pkgdesc=MATE icon theme
+url=http://mate-desktop.org;
+arch=('any')
+license=('GPL')
+depends=('hicolor-icon-theme' 'gtk-update-icon-cache' 'librsvg')
+makedepends=('icon-naming-utils' 'mate-common' 'perl-xml-parser')
+options=(!emptydirs !strip)
+groups=('mate')
+source=(http://pub.mate-desktop.org/releases/1.6/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('e7d2f4060e3b6233c2e37ccef93f40bde53b2873')
+install=${pkgname}.install
+
+build() {
+cd ${srcdir}/${pkgname}-${pkgver}
+./configure \
+--prefix=/usr
+make
+}
+
+package() {
+cd ${srcdir}/${pkgname}-${pkgver}
+make DESTDIR=${pkgdir} install
+rm -f ${pkgdir}/usr/share/icons/mate/icon-theme.cache
+}

Copied: mate-icon-theme/repos/community-any/mate-icon-theme.install (from rev 
104175, mate-icon-theme/trunk/mate-icon-theme.install)
===
--- community-any/mate-icon-theme.install   (rev 0)
+++ community-any/mate-icon-theme.install   2014-01-16 15:30:46 UTC (rev 
104176)
@@ -0,0 +1,12 @@
+post_install() {
+gtk-update-icon-cache -q -t -f /usr/share/icons/mate
+gtk-update-icon-cache -q -t -f /usr/share/icons/menta
+}
+
+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 @ 16:28:07
  Author: flexiondotorg
Revision: 104175

Added mate-icon-theme

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

-+
 PKGBUILD|   32 
 mate-icon-theme.install |   12 
 2 files changed, 44 insertions(+)

Added: mate-icon-theme/trunk/PKGBUILD
===
--- mate-icon-theme/trunk/PKGBUILD  (rev 0)
+++ mate-icon-theme/trunk/PKGBUILD  2014-01-16 15:28:07 UTC (rev 104175)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer : Martin Wimpress c...@flexion.org
+# Contributor: Giovanni Talorno Ricciardi kar98k.sni...@gmail.com
+# Contributor: Xpander xpand...@gmail.com
+
+pkgname=mate-icon-theme
+pkgver=1.6.3
+pkgrel=1
+pkgdesc=MATE icon theme
+url=http://mate-desktop.org;
+arch=('any')
+license=('GPL')
+depends=('hicolor-icon-theme' 'gtk-update-icon-cache' 'librsvg')
+makedepends=('icon-naming-utils' 'mate-common' 'perl-xml-parser')
+options=(!emptydirs !strip)
+groups=('mate')
+source=(http://pub.mate-desktop.org/releases/1.6/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('e7d2f4060e3b6233c2e37ccef93f40bde53b2873')
+install=${pkgname}.install
+
+build() {
+cd ${srcdir}/${pkgname}-${pkgver}
+./configure \
+--prefix=/usr
+make
+}
+
+package() {
+cd ${srcdir}/${pkgname}-${pkgver}
+make DESTDIR=${pkgdir} install
+rm -f ${pkgdir}/usr/share/icons/mate/icon-theme.cache
+}


Property changes on: mate-icon-theme/trunk/PKGBUILD
___
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property
Added: mate-icon-theme/trunk/mate-icon-theme.install
===
--- mate-icon-theme/trunk/mate-icon-theme.install   
(rev 0)
+++ mate-icon-theme/trunk/mate-icon-theme.install   2014-01-16 15:28:07 UTC 
(rev 104175)
@@ -0,0 +1,12 @@
+post_install() {
+gtk-update-icon-cache -q -t -f /usr/share/icons/mate
+gtk-update-icon-cache -q -t -f /usr/share/icons/menta
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}



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

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

archrelease: copy trunk to community-x86_64

Added:
  mate-dialogs/repos/community-x86_64/
  mate-dialogs/repos/community-x86_64/PKGBUILD
(from rev 104177, mate-dialogs/trunk/PKGBUILD)

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

Copied: mate-dialogs/repos/community-x86_64/PKGBUILD (from rev 104177, 
mate-dialogs/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2014-01-16 15:33:12 UTC (rev 104178)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer : Martin Wimpress c...@flexion.org
+# Contributor: Giovanni Talorno Ricciardi kar98k.sni...@gmail.com
+# Contributor: Xpander xpand...@gmail.com
+
+pkgname=mate-dialogs
+pkgver=1.6.2
+pkgrel=3
+pkgdesc=Display graphical dialog boxes from shell scripts
+url=http://mate-desktop.org;
+arch=('i686' 'x86_64')
+license=('LGPL')
+depends=('gtk2' 'libnotify')
+makedepends=('docbook-xml' '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=('64601ae71671911dbc83d1fab2a837da0b218cf9')
+
+build() {
+cd ${srcdir}/${pkgname}-${pkgver}
+./configure \
+--prefix=/usr \
+--disable-scrollkeeper
+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 @ 16:32:26
  Author: flexiondotorg
Revision: 104177

Added mate-dialogs

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

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

Added: mate-dialogs/trunk/PKGBUILD
===
--- mate-dialogs/trunk/PKGBUILD (rev 0)
+++ mate-dialogs/trunk/PKGBUILD 2014-01-16 15:32:26 UTC (rev 104177)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer : Martin Wimpress c...@flexion.org
+# Contributor: Giovanni Talorno Ricciardi kar98k.sni...@gmail.com
+# Contributor: Xpander xpand...@gmail.com
+
+pkgname=mate-dialogs
+pkgver=1.6.2
+pkgrel=3
+pkgdesc=Display graphical dialog boxes from shell scripts
+url=http://mate-desktop.org;
+arch=('i686' 'x86_64')
+license=('LGPL')
+depends=('gtk2' 'libnotify')
+makedepends=('docbook-xml' '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=('64601ae71671911dbc83d1fab2a837da0b218cf9')
+
+build() {
+cd ${srcdir}/${pkgname}-${pkgver}
+./configure \
+--prefix=/usr \
+--disable-scrollkeeper
+make
+}
+
+package() {
+cd ${srcdir}/${pkgname}-${pkgver}
+make DESTDIR=${pkgdir} install
+}


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


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

2014-01-16 Thread Martin Wimpress
Date: Thursday, January 16, 2014 @ 16:48:49
  Author: flexiondotorg
Revision: 104180

archrelease: copy trunk to community-i686

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

---+
 PKGBUILD  |   38 ++
 mate-file-manager.install |   14 ++
 2 files changed, 52 insertions(+)

Copied: mate-file-manager/repos/community-i686/PKGBUILD (from rev 104179, 
mate-file-manager/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-01-16 15:48:49 UTC (rev 104180)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer : Martin Wimpress c...@flexion.org
+# Contributor: Giovanni Talorno Ricciardi kar98k.sni...@gmail.com
+# Contributor: Xpander xpand...@gmail.com
+
+pkgname=mate-file-manager
+pkgver=1.6.3
+pkgrel=1
+pkgdesc=The MATE shell and file manager
+url=http://mate-desktop.org;
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('dbus' 'desktop-file-utils' 'exempi' 'gtk2' 'gvfs' 'libexif'
+ 'libunique' 'libxt' 'mate-desktop' 'mate-icon-theme' 
'startup-notification')
+makedepends=('gobject-introspection' 'mate-common' 'pangox-compat')
+optdepends=('gstreamer0.10-good-plugins: automatic media playback when 
mouseover')
+options=('!emptydirs')
+groups=('mate')
+source=(http://pub.mate-desktop.org/releases/1.6/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('ea52cfef3d728e4d5e135bff88452c02de05e960')
+install=${pkgname}.install
+
+build() {
+cd ${srcdir}/${pkgname}-${pkgver}
+./configure \
+--prefix=/usr \
+--libexecdir=/usr/lib/caja \
+--enable-unique \
+--enable-introspection \
+--disable-static \
+--disable-update-mimedb
+make
+}
+
+package() {
+cd ${srcdir}/${pkgname}-${pkgver}
+make DESTDIR=${pkgdir} install
+}

Copied: mate-file-manager/repos/community-i686/mate-file-manager.install (from 
rev 104179, mate-file-manager/trunk/mate-file-manager.install)
===
--- community-i686/mate-file-manager.install(rev 0)
+++ community-i686/mate-file-manager.install2014-01-16 15:48:49 UTC (rev 
104180)
@@ -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 (4 files)

2014-01-16 Thread Martin Wimpress
Date: Thursday, January 16, 2014 @ 16:56:09
  Author: flexiondotorg
Revision: 104182

Added mate-polkit

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

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

Added: mate-polkit/trunk/PKGBUILD
===
--- mate-polkit/trunk/PKGBUILD  (rev 0)
+++ mate-polkit/trunk/PKGBUILD  2014-01-16 15:56:09 UTC (rev 104182)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer : Martin Wimpress c...@flexion.org
+# Contributor: Giovanni Ricciardi kar98k.sni...@gmail.com
+# Contributor: Xpander xpand...@gmail.com
+
+pkgname=mate-polkit
+pkgver=1.6.1
+pkgrel=1
+pkgdesc=PolicyKit integration for the MATE desktop
+url=http://mate-desktop.org;
+arch=('i686' 'x86_64')
+license=('LGPL')
+depends=('gtk2' 'polkit')
+makedepends=('gobject-introspection' 'mate-common' 'perl-xml-parser')
+options=('!emptydirs')
+groups=('mate')
+source=(http://pub.mate-desktop.org/releases/1.6/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('43afbbb0a9e4c1295bdd0f788ad7effd776dccf2')
+
+build() {
+cd ${srcdir}/${pkgname}-${pkgver}
+./configure \
+--prefix=/usr \
+--libexecdir=/usr/lib/polkit-mate \
+--sysconfdir=/etc \
+--localstatedir=/var \
+--enable-introspection \
+--disable-static
+make
+}
+
+package() {
+cd ${srcdir}/${pkgname}-${pkgver}
+make DESTDIR=${pkgdir} install
+}


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


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

2014-01-16 Thread Martin Wimpress
Date: Thursday, January 16, 2014 @ 16:54:41
  Author: flexiondotorg
Revision: 104181

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

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

+
 /PKGBUILD  |   38 +++
 /mate-file-manager.install |   14 +
 community-i686/PKGBUILD|   38 ---
 community-i686/mate-file-manager.install   |   14 -
 community-x86_64/PKGBUILD  |   38 +++
 community-x86_64/mate-file-manager.install |   14 +
 6 files changed, 104 insertions(+), 52 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-01-16 15:48:49 UTC (rev 104180)
+++ community-i686/PKGBUILD 2014-01-16 15:54:41 UTC (rev 104181)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer : Martin Wimpress c...@flexion.org
-# Contributor: Giovanni Talorno Ricciardi kar98k.sni...@gmail.com
-# Contributor: Xpander xpand...@gmail.com
-
-pkgname=mate-file-manager
-pkgver=1.6.3
-pkgrel=1
-pkgdesc=The MATE shell and file manager
-url=http://mate-desktop.org;
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('dbus' 'desktop-file-utils' 'exempi' 'gtk2' 'gvfs' 'libexif'
- 'libunique' 'libxt' 'mate-desktop' 'mate-icon-theme' 
'startup-notification')
-makedepends=('gobject-introspection' 'mate-common' 'pangox-compat')
-optdepends=('gstreamer0.10-good-plugins: automatic media playback when 
mouseover')
-options=('!emptydirs')
-groups=('mate')
-source=(http://pub.mate-desktop.org/releases/1.6/${pkgname}-${pkgver}.tar.xz;)
-sha1sums=('ea52cfef3d728e4d5e135bff88452c02de05e960')
-install=${pkgname}.install
-
-build() {
-cd ${srcdir}/${pkgname}-${pkgver}
-./configure \
---prefix=/usr \
---libexecdir=/usr/lib/caja \
---enable-unique \
---enable-introspection \
---disable-static \
---disable-update-mimedb
-make
-}
-
-package() {
-cd ${srcdir}/${pkgname}-${pkgver}
-make DESTDIR=${pkgdir} install
-}

Copied: mate-file-manager/repos/community-i686/PKGBUILD (from rev 104180, 
mate-file-manager/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-01-16 15:54:41 UTC (rev 104181)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer : Martin Wimpress c...@flexion.org
+# Contributor: Giovanni Talorno Ricciardi kar98k.sni...@gmail.com
+# Contributor: Xpander xpand...@gmail.com
+
+pkgname=mate-file-manager
+pkgver=1.6.3
+pkgrel=1
+pkgdesc=The MATE shell and file manager
+url=http://mate-desktop.org;
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('dbus' 'desktop-file-utils' 'exempi' 'gtk2' 'gvfs' 'libexif'
+ 'libunique' 'libxt' 'mate-desktop' 'mate-icon-theme' 
'startup-notification')
+makedepends=('gobject-introspection' 'mate-common' 'pangox-compat')
+optdepends=('gstreamer0.10-good-plugins: automatic media playback when 
mouseover')
+options=('!emptydirs')
+groups=('mate')
+source=(http://pub.mate-desktop.org/releases/1.6/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('ea52cfef3d728e4d5e135bff88452c02de05e960')
+install=${pkgname}.install
+
+build() {
+cd ${srcdir}/${pkgname}-${pkgver}
+./configure \
+--prefix=/usr \
+--libexecdir=/usr/lib/caja \
+--enable-unique \
+--enable-introspection \
+--disable-static \
+--disable-update-mimedb
+make
+}
+
+package() {
+cd ${srcdir}/${pkgname}-${pkgver}
+make DESTDIR=${pkgdir} install
+}

Deleted: community-i686/mate-file-manager.install
===
--- community-i686/mate-file-manager.install2014-01-16 15:48:49 UTC (rev 
104180)
+++ community-i686/mate-file-manager.install2014-01-16 15:54:41 UTC (rev 
104181)
@@ -1,14 +0,0 @@
-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: 

[arch-commits] Commit in (5 files)

2014-01-16 Thread Martin Wimpress
Date: Thursday, January 16, 2014 @ 17:03:05
  Author: flexiondotorg
Revision: 104184

Added mate-window-manager

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

-+
 PKGBUILD|   36 
 mate-window-manager.install |   11 +++
 2 files changed, 47 insertions(+)

Added: mate-window-manager/trunk/PKGBUILD
===
--- mate-window-manager/trunk/PKGBUILD  (rev 0)
+++ mate-window-manager/trunk/PKGBUILD  2014-01-16 16:03:05 UTC (rev 104184)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer : Martin Wimpress c...@flexion.org
+# Contributor: Giovanni Ricciardi kar98k.sni...@gmail.com
+
+pkgname=mate-window-manager
+pkgver=1.6.2
+pkgrel=4
+pkgdesc=A window manager for MATE
+url=http://mate-desktop.org;
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('gtk2' 'libcanberra' 'libgtop' 'libice' 'libsm' 'libxt' 'mate-desktop'
+ 'mate-dialogs' 'startup-notification')
+makedepends=('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=('dce0fd1953d75b4aad88d4818228eac677fb1d7b')
+install=${pkgname}.install
+
+build() {
+cd ${srcdir}/${pkgname}-${pkgver}
+./configure \
+--prefix=/usr \
+--sysconfdir=/etc \
+--localstatedir=/var \
+--enable-startup-notification \
+--disable-static \
+--disable-scrollkeeper
+make
+}
+
+package() {
+cd ${srcdir}/${pkgname}-${pkgver}
+make DESTDIR=${pkgdir} install
+}


Property changes on: mate-window-manager/trunk/PKGBUILD
___
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property
Added: mate-window-manager/trunk/mate-window-manager.install
===
--- mate-window-manager/trunk/mate-window-manager.install   
(rev 0)
+++ mate-window-manager/trunk/mate-window-manager.install   2014-01-16 
16:03:05 UTC (rev 104184)
@@ -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-window-manager/repos (3 files)

2014-01-16 Thread Martin Wimpress
Date: Thursday, January 16, 2014 @ 17:05:31
  Author: flexiondotorg
Revision: 104185

archrelease: copy trunk to community-x86_64

Added:
  mate-window-manager/repos/community-x86_64/
  mate-window-manager/repos/community-x86_64/PKGBUILD
(from rev 104184, mate-window-manager/trunk/PKGBUILD)
  mate-window-manager/repos/community-x86_64/mate-window-manager.install
(from rev 104184, mate-window-manager/trunk/mate-window-manager.install)

-+
 PKGBUILD|   36 
 mate-window-manager.install |   11 +++
 2 files changed, 47 insertions(+)

Copied: mate-window-manager/repos/community-x86_64/PKGBUILD (from rev 104184, 
mate-window-manager/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2014-01-16 16:05:31 UTC (rev 104185)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer : Martin Wimpress c...@flexion.org
+# Contributor: Giovanni Ricciardi kar98k.sni...@gmail.com
+
+pkgname=mate-window-manager
+pkgver=1.6.2
+pkgrel=4
+pkgdesc=A window manager for MATE
+url=http://mate-desktop.org;
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('gtk2' 'libcanberra' 'libgtop' 'libice' 'libsm' 'libxt' 'mate-desktop'
+ 'mate-dialogs' 'startup-notification')
+makedepends=('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=('dce0fd1953d75b4aad88d4818228eac677fb1d7b')
+install=${pkgname}.install
+
+build() {
+cd ${srcdir}/${pkgname}-${pkgver}
+./configure \
+--prefix=/usr \
+--sysconfdir=/etc \
+--localstatedir=/var \
+--enable-startup-notification \
+--disable-static \
+--disable-scrollkeeper
+make
+}
+
+package() {
+cd ${srcdir}/${pkgname}-${pkgver}
+make DESTDIR=${pkgdir} install
+}

Copied: mate-window-manager/repos/community-x86_64/mate-window-manager.install 
(from rev 104184, mate-window-manager/trunk/mate-window-manager.install)
===
--- community-x86_64/mate-window-manager.install
(rev 0)
+++ community-x86_64/mate-window-manager.install2014-01-16 16:05:31 UTC 
(rev 104185)
@@ -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 @ 17:06:16
  Author: flexiondotorg
Revision: 104186

Added mate-settings-daemon

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

--+
 PKGBUILD |   71 +
 mate-settings-daemon.install |   12 ++
 2 files changed, 83 insertions(+)

Added: mate-settings-daemon/trunk/PKGBUILD
===
--- mate-settings-daemon/trunk/PKGBUILD (rev 0)
+++ mate-settings-daemon/trunk/PKGBUILD 2014-01-16 16:06:16 UTC (rev 104186)
@@ -0,0 +1,71 @@
+# $Id$
+# Maintainer : Martin Wimpress c...@flexion.org
+
+pkgbase=mate-settings-daemon
+pkgname=(${pkgbase}-pulseaudio ${pkgbase}-gstreamer)
+pkgver=1.6.2
+pkgrel=5
+pkgdesc=The MATE Settings daemon
+url=http://mate-desktop.org;
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('dbus-glib' 'dconf' 'fontconfig' 'gstreamer0.10-base' 'gtk2'
+ 'libcanberra-pulse' 'libmatekbd' 'libnotify' 'libxt' 'mate-desktop'
+ 'nss' 'polkit' 'pulseaudio-alsa')
+makedepends=('mate-common' 'perl-xml-parser')
+options=('!emptydirs')
+source=(http://pub.mate-desktop.org/releases/1.6/${pkgbase}-${pkgver}.tar.xz;)
+sha1sums=('76c50bddcffd6b0415b058c828784bcd11c034ee')
+install=${pkgbase}.install
+
+build() {
+cd ${srcdir}
+cp -a ${pkgbase}-${pkgver}{,-gstreamer}
+
+# build for pulseaudio 
+cd ${srcdir}/${pkgbase}-${pkgver}
+./configure \
+--prefix=/usr \
+--libexecdir=/usr/lib/${pkgbase} \
+--sysconfdir=/etc \
+--enable-polkit \
+--enable-pulse \
+--disable-gstreamer \
+--disable-static
+make
+
+# build for gstreamer
+cd ${srcdir}/${pkgbase}-${pkgver}-gstreamer
+./configure \
+--prefix=/usr \
+--libexecdir=/usr/lib/${pkgbase} \
+--sysconfdir=/etc \
+--enable-polkit \
+--enable-gstreamer \
+--disable-pulse \
+--disable-static
+make
+}
+
+package_mate-settings-daemon-pulseaudio() {
+groups=('mate')
+pkgdesc=The MATE Settings daemon (pulseaudio)
+depends=('dbus-glib' 'dconf' 'fontconfig' 'gtk2' 'libcanberra-pulse'
+'libmatekbd' 'libnotify' 'libxt' 'mate-desktop' 'nss' 'polkit'
+'pulseaudio-alsa')
+conflicts=(${pkgbase}-gstreamer 'mate-media-gstreamer')
+provides=(${pkgbase})
+replaces=(${pkgbase})
+cd ${srcdir}/${pkgbase}-${pkgver}
+make DESTDIR=${pkgdir} install
+}
+
+package_mate-settings-daemon-gstreamer() {
+pkgdesc=The MATE Settings daemon (GStreamer)
+depends=('dbus-glib' 'dconf' 'fontconfig' 'gstreamer0.10-base' 'gtk2'
+ 'libmatekbd' 'libnotify' 'libxt' 'mate-desktop' 'nss' 'polkit')
+conflicts=(${pkgbase}-pulseaudio 'mate-media-pulseaudio')
+provides=(${pkgbase}) 
+cd ${srcdir}/${pkgbase}-${pkgver}-gstreamer
+make DESTDIR=${pkgdir} install
+}


Property changes on: mate-settings-daemon/trunk/PKGBUILD
___
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property
Added: mate-settings-daemon/trunk/mate-settings-daemon.install
===
--- mate-settings-daemon/trunk/mate-settings-daemon.install 
(rev 0)
+++ mate-settings-daemon/trunk/mate-settings-daemon.install 2014-01-16 
16:06:16 UTC (rev 104186)
@@ -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-settings-daemon/repos (6 files)

2014-01-16 Thread Martin Wimpress
Date: Thursday, January 16, 2014 @ 17:09:53
  Author: flexiondotorg
Revision: 104187

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

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

---+
 community-i686/PKGBUILD   |   71 
 community-i686/mate-settings-daemon.install   |   12 
 community-x86_64/PKGBUILD |   71 
 community-x86_64/mate-settings-daemon.install |   12 
 4 files changed, 166 insertions(+)

Copied: mate-settings-daemon/repos/community-i686/PKGBUILD (from rev 104186, 
mate-settings-daemon/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-01-16 16:09:53 UTC (rev 104187)
@@ -0,0 +1,71 @@
+# $Id$
+# Maintainer : Martin Wimpress c...@flexion.org
+
+pkgbase=mate-settings-daemon
+pkgname=(${pkgbase}-pulseaudio ${pkgbase}-gstreamer)
+pkgver=1.6.2
+pkgrel=5
+pkgdesc=The MATE Settings daemon
+url=http://mate-desktop.org;
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('dbus-glib' 'dconf' 'fontconfig' 'gstreamer0.10-base' 'gtk2'
+ 'libcanberra-pulse' 'libmatekbd' 'libnotify' 'libxt' 'mate-desktop'
+ 'nss' 'polkit' 'pulseaudio-alsa')
+makedepends=('mate-common' 'perl-xml-parser')
+options=('!emptydirs')
+source=(http://pub.mate-desktop.org/releases/1.6/${pkgbase}-${pkgver}.tar.xz;)
+sha1sums=('76c50bddcffd6b0415b058c828784bcd11c034ee')
+install=${pkgbase}.install
+
+build() {
+cd ${srcdir}
+cp -a ${pkgbase}-${pkgver}{,-gstreamer}
+
+# build for pulseaudio 
+cd ${srcdir}/${pkgbase}-${pkgver}
+./configure \
+--prefix=/usr \
+--libexecdir=/usr/lib/${pkgbase} \
+--sysconfdir=/etc \
+--enable-polkit \
+--enable-pulse \
+--disable-gstreamer \
+--disable-static
+make
+
+# build for gstreamer
+cd ${srcdir}/${pkgbase}-${pkgver}-gstreamer
+./configure \
+--prefix=/usr \
+--libexecdir=/usr/lib/${pkgbase} \
+--sysconfdir=/etc \
+--enable-polkit \
+--enable-gstreamer \
+--disable-pulse \
+--disable-static
+make
+}
+
+package_mate-settings-daemon-pulseaudio() {
+groups=('mate')
+pkgdesc=The MATE Settings daemon (pulseaudio)
+depends=('dbus-glib' 'dconf' 'fontconfig' 'gtk2' 'libcanberra-pulse'
+'libmatekbd' 'libnotify' 'libxt' 'mate-desktop' 'nss' 'polkit'
+'pulseaudio-alsa')
+conflicts=(${pkgbase}-gstreamer 'mate-media-gstreamer')
+provides=(${pkgbase})
+replaces=(${pkgbase})
+cd ${srcdir}/${pkgbase}-${pkgver}
+make DESTDIR=${pkgdir} install
+}
+
+package_mate-settings-daemon-gstreamer() {
+pkgdesc=The MATE Settings daemon (GStreamer)
+depends=('dbus-glib' 'dconf' 'fontconfig' 'gstreamer0.10-base' 'gtk2'
+ 'libmatekbd' 'libnotify' 'libxt' 'mate-desktop' 'nss' 'polkit')
+conflicts=(${pkgbase}-pulseaudio 'mate-media-pulseaudio')
+provides=(${pkgbase}) 
+cd ${srcdir}/${pkgbase}-${pkgver}-gstreamer
+make DESTDIR=${pkgdir} install
+}

Copied: mate-settings-daemon/repos/community-i686/mate-settings-daemon.install 
(from rev 104186, mate-settings-daemon/trunk/mate-settings-daemon.install)
===
--- community-i686/mate-settings-daemon.install (rev 0)
+++ community-i686/mate-settings-daemon.install 2014-01-16 16:09:53 UTC (rev 
104187)
@@ -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-settings-daemon/repos/community-x86_64/PKGBUILD (from rev 104186, 
mate-settings-daemon/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2014-01-16 16:09:53 UTC (rev 104187)
@@ -0,0 +1,71 @@
+# $Id$
+# Maintainer : Martin Wimpress c...@flexion.org
+
+pkgbase=mate-settings-daemon
+pkgname=(${pkgbase}-pulseaudio ${pkgbase}-gstreamer)
+pkgver=1.6.2
+pkgrel=5
+pkgdesc=The MATE Settings daemon

[arch-commits] Commit in (7 files)

2014-01-16 Thread Martin Wimpress
Date: Thursday, January 16, 2014 @ 17:21:41
  Author: flexiondotorg
Revision: 104190

Added mate-session-manager

Added:
  mate-session-manager/
  mate-session-manager/repos/
  mate-session-manager/trunk/
  mate-session-manager/trunk/PKGBUILD
  mate-session-manager/trunk/e934e91226e9a93956121c9c84ecf3664fcd68be.diff
  mate-session-manager/trunk/f0b5b1ab78879d64f80117415aacf029359afea5.diff
  mate-session-manager/trunk/mate-session-manager.install

---+
 PKGBUILD  |   54 
 e934e91226e9a93956121c9c84ecf3664fcd68be.diff |  293 
 f0b5b1ab78879d64f80117415aacf029359afea5.diff |  271 ++
 mate-session-manager.install  |   12 
 4 files changed, 630 insertions(+)

Added: mate-session-manager/trunk/PKGBUILD
===
--- mate-session-manager/trunk/PKGBUILD (rev 0)
+++ mate-session-manager/trunk/PKGBUILD 2014-01-16 16:21:41 UTC (rev 104190)
@@ -0,0 +1,54 @@
+# $Id$
+# Maintainer : Martin Wimpress c...@flexion.org
+# Contributor: Giovanni Ricciardi kar98k.sni...@gmail.com
+# Contributor: Xpander xpand...@gmail.com
+
+pkgname=mate-session-manager
+pkgver=1.6.1
+pkgrel=9
+pkgdesc=The MATE Session Handler
+url=http://mate-desktop.org;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL')
+depends=('dbus-glib' 'gtk2' 'libsm' 'libxtst' 'mate-desktop' 'mate-polkit'
+ 'mate-settings-daemon')
+makedepends=('mate-common' 'perl-xml-parser' 'xmlto')
+options=('!emptydirs')
+groups=('mate')
+source=(http://pub.mate-desktop.org/releases/1.6/${pkgname}-${pkgver}.tar.xz;
+f0b5b1ab78879d64f80117415aacf029359afea5.diff
+e934e91226e9a93956121c9c84ecf3664fcd68be.diff)
+sha1sums=('46188f6c02cc5978688af9d5db4be09f1b9199a5'
+  '20fb99c29731d05191cd0029d0573db784b06ccf'
+  '4312495bcd12ca5a20f7d5442b7517902605534c')
+install=${pkgname}.install
+
+prepare() {
+cd ${srcdir}/${pkgname}-${pkgver}
+# fix systemd-login1 support for hibernate/suspend
+# 
https://github.com/mate-desktop/mate-session-manager/commit/f0b5b1ab78879d64f80117415aacf029359afea5
+patch -Np1 -i ${srcdir}/f0b5b1ab78879d64f80117415aacf029359afea5.diff
+
+# Make upower optional
+# 
https://github.com/mate-desktop/mate-session-manager/commit/e934e91226e9a93956121c9c84ecf3664fcd68be
+patch -Np1 -i ${srcdir}/e934e91226e9a93956121c9c84ecf3664fcd68be.diff
+
+# Recreate the build system because configure.ac was patched.
+autoreconf -fi
+}
+
+build() {
+cd ${srcdir}/${pkgname}-${pkgver}
+./configure \
+--prefix=/usr \
+--libexecdir=/usr/lib/${pkgname} \
+--sysconfdir=/etc \
+--localstatedir=/var \
+--disable-upower
+make
+}
+
+package() {
+cd ${srcdir}/${pkgname}-${pkgver}
+make DESTDIR=${pkgdir} install
+}


Property changes on: mate-session-manager/trunk/PKGBUILD
___
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property
Added: mate-session-manager/trunk/e934e91226e9a93956121c9c84ecf3664fcd68be.diff
===
--- mate-session-manager/trunk/e934e91226e9a93956121c9c84ecf3664fcd68be.diff
(rev 0)
+++ mate-session-manager/trunk/e934e91226e9a93956121c9c84ecf3664fcd68be.diff
2014-01-16 16:21:41 UTC (rev 104190)
@@ -0,0 +1,293 @@
+diff --git a/configure.ac b/configure.ac
+index 37bb191..a9e20ef 100644
+--- a/configure.ac
 b/configure.ac
+@@ -70,7 +70,6 @@ PKG_CHECK_MODULES(MATE_SESSION,
+ gio-2.0 = $GIO_REQUIRED
+ gtk+-$GTK_API_VERSION = $GTK_REQUIRED
+ dbus-glib-1 = $DBUS_GLIB_REQUIRED
+-upower-glib = $UPOWER_REQUIRED
+ )
+ 
+ PKG_CHECK_MODULES(SESSION_PROPERTIES,
+@@ -128,6 +127,24 @@ AM_CONDITIONAL(HAVE_SYSTEMD, test x$use_systemd = 
xyes)
+ AC_SUBST(HAVE_SYSTEMD)
+ 
+ dnl 
++dnl UPOWER
++dnl 
++
++AC_ARG_ENABLE(upower,
++  AS_HELP_STRING([--enable-upower],
++  [Use upower to suspend/hibernate]),
++  enable_upower=$enableval,
++  enable_upower=yes)
++if test x$enable_upower = xyes; then
++PKG_CHECK_MODULES(UPOWER, upower-glib = $UPOWER_REQUIRED, 
has_upower=yes, has_upower=no)
++AC_DEFINE(HAVE_UPOWER, 1, [upower support])
++AC_SUBST(UPOWER_CFLAGS)
++AC_SUBST(UPOWER_LIBS)
++fi
++AM_CONDITIONAL(HAVE_UPOWER, test x$enable_upower = xyes)
++AC_SUBST(HAVE_UPOWER)
++
++dnl 
+ dnl X development libraries check
+ dnl 
+ 
+@@ -385,6 +402,7 @@ echo 
+ GTK+ version: ${with_gtk}
+ 

[arch-commits] Commit in (5 files)

2014-01-16 Thread Martin Wimpress
Date: Thursday, January 16, 2014 @ 16:45:55
  Author: flexiondotorg
Revision: 104179

Added mate-file-manager

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

---+
 PKGBUILD  |   38 ++
 mate-file-manager.install |   14 ++
 2 files changed, 52 insertions(+)

Added: mate-file-manager/trunk/PKGBUILD
===
--- mate-file-manager/trunk/PKGBUILD(rev 0)
+++ mate-file-manager/trunk/PKGBUILD2014-01-16 15:45:55 UTC (rev 104179)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer : Martin Wimpress c...@flexion.org
+# Contributor: Giovanni Talorno Ricciardi kar98k.sni...@gmail.com
+# Contributor: Xpander xpand...@gmail.com
+
+pkgname=mate-file-manager
+pkgver=1.6.3
+pkgrel=1
+pkgdesc=The MATE shell and file manager
+url=http://mate-desktop.org;
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('dbus' 'desktop-file-utils' 'exempi' 'gtk2' 'gvfs' 'libexif'
+ 'libunique' 'libxt' 'mate-desktop' 'mate-icon-theme' 
'startup-notification')
+makedepends=('gobject-introspection' 'mate-common' 'pangox-compat')
+optdepends=('gstreamer0.10-good-plugins: automatic media playback when 
mouseover')
+options=('!emptydirs')
+groups=('mate')
+source=(http://pub.mate-desktop.org/releases/1.6/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('ea52cfef3d728e4d5e135bff88452c02de05e960')
+install=${pkgname}.install
+
+build() {
+cd ${srcdir}/${pkgname}-${pkgver}
+./configure \
+--prefix=/usr \
+--libexecdir=/usr/lib/caja \
+--enable-unique \
+--enable-introspection \
+--disable-static \
+--disable-update-mimedb
+make
+}
+
+package() {
+cd ${srcdir}/${pkgname}-${pkgver}
+make DESTDIR=${pkgdir} install
+}


Property changes on: mate-file-manager/trunk/PKGBUILD
___
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property
Added: mate-file-manager/trunk/mate-file-manager.install
===
--- mate-file-manager/trunk/mate-file-manager.install   
(rev 0)
+++ mate-file-manager/trunk/mate-file-manager.install   2014-01-16 15:45:55 UTC 
(rev 104179)
@@ -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-session-manager/repos (10 files)

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

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

Added:
  mate-session-manager/repos/community-i686/
  mate-session-manager/repos/community-i686/PKGBUILD
(from rev 104190, mate-session-manager/trunk/PKGBUILD)
  
mate-session-manager/repos/community-i686/e934e91226e9a93956121c9c84ecf3664fcd68be.diff
(from rev 104190, 
mate-session-manager/trunk/e934e91226e9a93956121c9c84ecf3664fcd68be.diff)
  
mate-session-manager/repos/community-i686/f0b5b1ab78879d64f80117415aacf029359afea5.diff
(from rev 104190, 
mate-session-manager/trunk/f0b5b1ab78879d64f80117415aacf029359afea5.diff)
  mate-session-manager/repos/community-i686/mate-session-manager.install
(from rev 104190, mate-session-manager/trunk/mate-session-manager.install)
  mate-session-manager/repos/community-x86_64/
  mate-session-manager/repos/community-x86_64/PKGBUILD
(from rev 104190, mate-session-manager/trunk/PKGBUILD)
  
mate-session-manager/repos/community-x86_64/e934e91226e9a93956121c9c84ecf3664fcd68be.diff
(from rev 104190, 
mate-session-manager/trunk/e934e91226e9a93956121c9c84ecf3664fcd68be.diff)
  
mate-session-manager/repos/community-x86_64/f0b5b1ab78879d64f80117415aacf029359afea5.diff
(from rev 104190, 
mate-session-manager/trunk/f0b5b1ab78879d64f80117415aacf029359afea5.diff)
  mate-session-manager/repos/community-x86_64/mate-session-manager.install
(from rev 104190, mate-session-manager/trunk/mate-session-manager.install)

+
 community-i686/PKGBUILD|   54 +
 community-i686/e934e91226e9a93956121c9c84ecf3664fcd68be.diff   |  293 
++
 community-i686/f0b5b1ab78879d64f80117415aacf029359afea5.diff   |  271 +
 community-i686/mate-session-manager.install|   12 
 community-x86_64/PKGBUILD  |   54 +
 community-x86_64/e934e91226e9a93956121c9c84ecf3664fcd68be.diff |  293 
++
 community-x86_64/f0b5b1ab78879d64f80117415aacf029359afea5.diff |  271 +
 community-x86_64/mate-session-manager.install  |   12 
 8 files changed, 1260 insertions(+)

Copied: mate-session-manager/repos/community-i686/PKGBUILD (from rev 104190, 
mate-session-manager/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-01-16 16:24:45 UTC (rev 104191)
@@ -0,0 +1,54 @@
+# $Id$
+# Maintainer : Martin Wimpress c...@flexion.org
+# Contributor: Giovanni Ricciardi kar98k.sni...@gmail.com
+# Contributor: Xpander xpand...@gmail.com
+
+pkgname=mate-session-manager
+pkgver=1.6.1
+pkgrel=9
+pkgdesc=The MATE Session Handler
+url=http://mate-desktop.org;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL')
+depends=('dbus-glib' 'gtk2' 'libsm' 'libxtst' 'mate-desktop' 'mate-polkit'
+ 'mate-settings-daemon')
+makedepends=('mate-common' 'perl-xml-parser' 'xmlto')
+options=('!emptydirs')
+groups=('mate')
+source=(http://pub.mate-desktop.org/releases/1.6/${pkgname}-${pkgver}.tar.xz;
+f0b5b1ab78879d64f80117415aacf029359afea5.diff
+e934e91226e9a93956121c9c84ecf3664fcd68be.diff)
+sha1sums=('46188f6c02cc5978688af9d5db4be09f1b9199a5'
+  '20fb99c29731d05191cd0029d0573db784b06ccf'
+  '4312495bcd12ca5a20f7d5442b7517902605534c')
+install=${pkgname}.install
+
+prepare() {
+cd ${srcdir}/${pkgname}-${pkgver}
+# fix systemd-login1 support for hibernate/suspend
+# 
https://github.com/mate-desktop/mate-session-manager/commit/f0b5b1ab78879d64f80117415aacf029359afea5
+patch -Np1 -i ${srcdir}/f0b5b1ab78879d64f80117415aacf029359afea5.diff
+
+# Make upower optional
+# 
https://github.com/mate-desktop/mate-session-manager/commit/e934e91226e9a93956121c9c84ecf3664fcd68be
+patch -Np1 -i ${srcdir}/e934e91226e9a93956121c9c84ecf3664fcd68be.diff
+
+# Recreate the build system because configure.ac was patched.
+autoreconf -fi
+}
+
+build() {
+cd ${srcdir}/${pkgname}-${pkgver}
+./configure \
+--prefix=/usr \
+--libexecdir=/usr/lib/${pkgname} \
+--sysconfdir=/etc \
+--localstatedir=/var \
+--disable-upower
+make
+}
+
+package() {
+cd ${srcdir}/${pkgname}-${pkgver}
+make DESTDIR=${pkgdir} install
+}

Copied: 
mate-session-manager/repos/community-i686/e934e91226e9a93956121c9c84ecf3664fcd68be.diff
 (from rev 104190, 
mate-session-manager/trunk/e934e91226e9a93956121c9c84ecf3664fcd68be.diff)
===
--- community-i686/e934e91226e9a93956121c9c84ecf3664fcd68be.diff
(rev 0)
+++ community-i686/e934e91226e9a93956121c9c84ecf3664fcd68be.diff
2014-01-16 16:24:45 UTC (rev 104191)
@@ -0,0 +1,293 @@
+diff --git a/configure.ac b/configure.ac
+index 

[arch-commits] Commit in (4 files)

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

Added mate-menus

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

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

Added: mate-menus/trunk/PKGBUILD
===
--- mate-menus/trunk/PKGBUILD   (rev 0)
+++ mate-menus/trunk/PKGBUILD   2014-01-16 16:25:36 UTC (rev 104192)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer : Martin Wimpress c...@flexion.org
+# Contributor: Giovanni Talorno Ricciardi kar98k.sni...@gmail.com
+# Contributor: Xpander xpand...@gmail.com
+
+pkgname=mate-menus
+pkgver=1.6.0
+pkgrel=3
+pkgdesc=MATE menu specifications
+url=http://mate-desktop.org;
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('glib2' 'python2')
+makedepends=('gobject-introspection'  'mate-common' 'perl-xml-parser')
+options=('!emptydirs')
+groups=('mate')
+source=(http://pub.mate-desktop.org/releases/1.6/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('798e1e96e8dea48d93f1db90b6fbe69d0a3f3ea5')
+
+build() {
+cd ${srcdir}/${pkgname}-${pkgver}
+PYTHON=/usr/bin/python2 ./autogen.sh \
+--prefix=/usr \
+--sysconfdir=/etc \
+--localstatedir=/var \
+--enable-python \
+--disable-static
+make
+}
+
+package() {
+cd ${srcdir}/${pkgname}-${pkgver}
+make DESTDIR=${pkgdir} install
+}


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


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

2014-01-16 Thread Martin Wimpress
Date: Thursday, January 16, 2014 @ 16:57:10
  Author: flexiondotorg
Revision: 104183

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

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

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

Copied: mate-polkit/repos/community-i686/PKGBUILD (from rev 104182, 
mate-polkit/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-01-16 15:57:10 UTC (rev 104183)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer : Martin Wimpress c...@flexion.org
+# Contributor: Giovanni Ricciardi kar98k.sni...@gmail.com
+# Contributor: Xpander xpand...@gmail.com
+
+pkgname=mate-polkit
+pkgver=1.6.1
+pkgrel=1
+pkgdesc=PolicyKit integration for the MATE desktop
+url=http://mate-desktop.org;
+arch=('i686' 'x86_64')
+license=('LGPL')
+depends=('gtk2' 'polkit')
+makedepends=('gobject-introspection' 'mate-common' 'perl-xml-parser')
+options=('!emptydirs')
+groups=('mate')
+source=(http://pub.mate-desktop.org/releases/1.6/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('43afbbb0a9e4c1295bdd0f788ad7effd776dccf2')
+
+build() {
+cd ${srcdir}/${pkgname}-${pkgver}
+./configure \
+--prefix=/usr \
+--libexecdir=/usr/lib/polkit-mate \
+--sysconfdir=/etc \
+--localstatedir=/var \
+--enable-introspection \
+--disable-static
+make
+}
+
+package() {
+cd ${srcdir}/${pkgname}-${pkgver}
+make DESTDIR=${pkgdir} install
+}

Copied: mate-polkit/repos/community-x86_64/PKGBUILD (from rev 104182, 
mate-polkit/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2014-01-16 15:57:10 UTC (rev 104183)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer : Martin Wimpress c...@flexion.org
+# Contributor: Giovanni Ricciardi kar98k.sni...@gmail.com
+# Contributor: Xpander xpand...@gmail.com
+
+pkgname=mate-polkit
+pkgver=1.6.1
+pkgrel=1
+pkgdesc=PolicyKit integration for the MATE desktop
+url=http://mate-desktop.org;
+arch=('i686' 'x86_64')
+license=('LGPL')
+depends=('gtk2' 'polkit')
+makedepends=('gobject-introspection' 'mate-common' 'perl-xml-parser')
+options=('!emptydirs')
+groups=('mate')
+source=(http://pub.mate-desktop.org/releases/1.6/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('43afbbb0a9e4c1295bdd0f788ad7effd776dccf2')
+
+build() {
+cd ${srcdir}/${pkgname}-${pkgver}
+./configure \
+--prefix=/usr \
+--libexecdir=/usr/lib/polkit-mate \
+--sysconfdir=/etc \
+--localstatedir=/var \
+--enable-introspection \
+--disable-static
+make
+}
+
+package() {
+cd ${srcdir}/${pkgname}-${pkgver}
+make DESTDIR=${pkgdir} install
+}



[arch-commits] Commit in mate-window-manager/repos (7 files)

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

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

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

--+
 /PKGBUILD|   36 +
 /mate-window-manager.install |   11 +++
 community-i686/PKGBUILD  |   36 +
 community-i686/mate-window-manager.install   |   11 +++
 community-x86_64/PKGBUILD|   36 -
 community-x86_64/mate-window-manager.install |   11 ---
 6 files changed, 94 insertions(+), 47 deletions(-)

Copied: mate-window-manager/repos/community-i686/PKGBUILD (from rev 104188, 
mate-window-manager/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-01-16 16:18:35 UTC (rev 104189)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer : Martin Wimpress c...@flexion.org
+# Contributor: Giovanni Ricciardi kar98k.sni...@gmail.com
+
+pkgname=mate-window-manager
+pkgver=1.6.2
+pkgrel=4
+pkgdesc=A window manager for MATE
+url=http://mate-desktop.org;
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('gtk2' 'libcanberra' 'libgtop' 'libice' 'libsm' 'libxt' 'mate-desktop'
+ 'mate-dialogs' 'startup-notification')
+makedepends=('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=('dce0fd1953d75b4aad88d4818228eac677fb1d7b')
+install=${pkgname}.install
+
+build() {
+cd ${srcdir}/${pkgname}-${pkgver}
+./configure \
+--prefix=/usr \
+--sysconfdir=/etc \
+--localstatedir=/var \
+--enable-startup-notification \
+--disable-static \
+--disable-scrollkeeper
+make
+}
+
+package() {
+cd ${srcdir}/${pkgname}-${pkgver}
+make DESTDIR=${pkgdir} install
+}

Copied: mate-window-manager/repos/community-i686/mate-window-manager.install 
(from rev 104188, mate-window-manager/trunk/mate-window-manager.install)
===
--- community-i686/mate-window-manager.install  (rev 0)
+++ community-i686/mate-window-manager.install  2014-01-16 16:18:35 UTC (rev 
104189)
@@ -0,0 +1,11 @@
+post_install() {
+glib-compile-schemas /usr/share/glib-2.0/schemas/
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2014-01-16 16:13:01 UTC (rev 104188)
+++ community-x86_64/PKGBUILD   2014-01-16 16:18:35 UTC (rev 104189)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer : Martin Wimpress c...@flexion.org
-# Contributor: Giovanni Ricciardi kar98k.sni...@gmail.com
-
-pkgname=mate-window-manager
-pkgver=1.6.2
-pkgrel=4
-pkgdesc=A window manager for MATE
-url=http://mate-desktop.org;
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('gtk2' 'libcanberra' 'libgtop' 'libice' 'libsm' 'libxt' 'mate-desktop'
- 'mate-dialogs' 'startup-notification')
-makedepends=('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=('dce0fd1953d75b4aad88d4818228eac677fb1d7b')
-install=${pkgname}.install
-
-build() {
-cd ${srcdir}/${pkgname}-${pkgver}
-./configure \
---prefix=/usr \
---sysconfdir=/etc \
---localstatedir=/var \
---enable-startup-notification \
---disable-static \
---disable-scrollkeeper
-make
-}
-
-package() {
-cd ${srcdir}/${pkgname}-${pkgver}
-make DESTDIR=${pkgdir} install
-}

Copied: mate-window-manager/repos/community-x86_64/PKGBUILD (from rev 104188, 
mate-window-manager/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2014-01-16 16:18:35 UTC (rev 104189)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer : Martin Wimpress c...@flexion.org

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

2014-01-16 Thread Martin Wimpress
Date: Thursday, January 16, 2014 @ 17:13:01
  Author: flexiondotorg
Revision: 104188

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

Added:
  mate-dialogs/repos/community-i686/
  mate-dialogs/repos/community-i686/PKGBUILD
(from rev 104187, mate-dialogs/trunk/PKGBUILD)
  mate-dialogs/repos/community-x86_64/PKGBUILD
(from rev 104187, mate-dialogs/trunk/PKGBUILD)
Deleted:
  mate-dialogs/repos/community-x86_64/PKGBUILD

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

Copied: mate-dialogs/repos/community-i686/PKGBUILD (from rev 104187, 
mate-dialogs/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-01-16 16:13:01 UTC (rev 104188)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer : Martin Wimpress c...@flexion.org
+# Contributor: Giovanni Talorno Ricciardi kar98k.sni...@gmail.com
+# Contributor: Xpander xpand...@gmail.com
+
+pkgname=mate-dialogs
+pkgver=1.6.2
+pkgrel=3
+pkgdesc=Display graphical dialog boxes from shell scripts
+url=http://mate-desktop.org;
+arch=('i686' 'x86_64')
+license=('LGPL')
+depends=('gtk2' 'libnotify')
+makedepends=('docbook-xml' '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=('64601ae71671911dbc83d1fab2a837da0b218cf9')
+
+build() {
+cd ${srcdir}/${pkgname}-${pkgver}
+./configure \
+--prefix=/usr \
+--disable-scrollkeeper
+make
+}
+
+package() {
+cd ${srcdir}/${pkgname}-${pkgver}
+make DESTDIR=${pkgdir} install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2014-01-16 16:09:53 UTC (rev 104187)
+++ community-x86_64/PKGBUILD   2014-01-16 16:13:01 UTC (rev 104188)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer : Martin Wimpress c...@flexion.org
-# Contributor: Giovanni Talorno Ricciardi kar98k.sni...@gmail.com
-# Contributor: Xpander xpand...@gmail.com
-
-pkgname=mate-dialogs
-pkgver=1.6.2
-pkgrel=3
-pkgdesc=Display graphical dialog boxes from shell scripts
-url=http://mate-desktop.org;
-arch=('i686' 'x86_64')
-license=('LGPL')
-depends=('gtk2' 'libnotify')
-makedepends=('docbook-xml' '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=('64601ae71671911dbc83d1fab2a837da0b218cf9')
-
-build() {
-cd ${srcdir}/${pkgname}-${pkgver}
-./configure \
---prefix=/usr \
---disable-scrollkeeper
-make
-}
-
-package() {
-cd ${srcdir}/${pkgname}-${pkgver}
-make DESTDIR=${pkgdir} install
-}

Copied: mate-dialogs/repos/community-x86_64/PKGBUILD (from rev 104187, 
mate-dialogs/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2014-01-16 16:13:01 UTC (rev 104188)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer : Martin Wimpress c...@flexion.org
+# Contributor: Giovanni Talorno Ricciardi kar98k.sni...@gmail.com
+# Contributor: Xpander xpand...@gmail.com
+
+pkgname=mate-dialogs
+pkgver=1.6.2
+pkgrel=3
+pkgdesc=Display graphical dialog boxes from shell scripts
+url=http://mate-desktop.org;
+arch=('i686' 'x86_64')
+license=('LGPL')
+depends=('gtk2' 'libnotify')
+makedepends=('docbook-xml' '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=('64601ae71671911dbc83d1fab2a837da0b218cf9')
+
+build() {
+cd ${srcdir}/${pkgname}-${pkgver}
+./configure \
+--prefix=/usr \
+--disable-scrollkeeper
+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 @ 17:30:14
  Author: flexiondotorg
Revision: 104194

Added mate-panel

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

+
 PKGBUILD   |   41 +
 mate-panel.install |   12 
 2 files changed, 53 insertions(+)

Added: mate-panel/trunk/PKGBUILD
===
--- mate-panel/trunk/PKGBUILD   (rev 0)
+++ mate-panel/trunk/PKGBUILD   2014-01-16 16:30:14 UTC (rev 104194)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer : Martin Wimpress c...@flexion.org
+# Contributor: Giovanni Ricciardi kar98k.sni...@gmail.com
+# Contributor: Xpander xpand...@gmail.com
+
+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
+}


Property changes on: mate-panel/trunk/PKGBUILD
___
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property
Added: mate-panel/trunk/mate-panel.install
===
--- mate-panel/trunk/mate-panel.install (rev 0)
+++ mate-panel/trunk/mate-panel.install 2014-01-16 16:30:14 UTC (rev 104194)
@@ -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-menus/repos (4 files)

2014-01-16 Thread Martin Wimpress
Date: Thursday, January 16, 2014 @ 17:26:41
  Author: flexiondotorg
Revision: 104193

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

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

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

Copied: mate-menus/repos/community-i686/PKGBUILD (from rev 104192, 
mate-menus/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-01-16 16:26:41 UTC (rev 104193)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer : Martin Wimpress c...@flexion.org
+# Contributor: Giovanni Talorno Ricciardi kar98k.sni...@gmail.com
+# Contributor: Xpander xpand...@gmail.com
+
+pkgname=mate-menus
+pkgver=1.6.0
+pkgrel=3
+pkgdesc=MATE menu specifications
+url=http://mate-desktop.org;
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('glib2' 'python2')
+makedepends=('gobject-introspection'  'mate-common' 'perl-xml-parser')
+options=('!emptydirs')
+groups=('mate')
+source=(http://pub.mate-desktop.org/releases/1.6/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('798e1e96e8dea48d93f1db90b6fbe69d0a3f3ea5')
+
+build() {
+cd ${srcdir}/${pkgname}-${pkgver}
+PYTHON=/usr/bin/python2 ./autogen.sh \
+--prefix=/usr \
+--sysconfdir=/etc \
+--localstatedir=/var \
+--enable-python \
+--disable-static
+make
+}
+
+package() {
+cd ${srcdir}/${pkgname}-${pkgver}
+make DESTDIR=${pkgdir} install
+}

Copied: mate-menus/repos/community-x86_64/PKGBUILD (from rev 104192, 
mate-menus/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2014-01-16 16:26:41 UTC (rev 104193)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer : Martin Wimpress c...@flexion.org
+# Contributor: Giovanni Talorno Ricciardi kar98k.sni...@gmail.com
+# Contributor: Xpander xpand...@gmail.com
+
+pkgname=mate-menus
+pkgver=1.6.0
+pkgrel=3
+pkgdesc=MATE menu specifications
+url=http://mate-desktop.org;
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('glib2' 'python2')
+makedepends=('gobject-introspection'  'mate-common' 'perl-xml-parser')
+options=('!emptydirs')
+groups=('mate')
+source=(http://pub.mate-desktop.org/releases/1.6/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('798e1e96e8dea48d93f1db90b6fbe69d0a3f3ea5')
+
+build() {
+cd ${srcdir}/${pkgname}-${pkgver}
+PYTHON=/usr/bin/python2 ./autogen.sh \
+--prefix=/usr \
+--sysconfdir=/etc \
+--localstatedir=/var \
+--enable-python \
+--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 @ 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 c...@flexion.org
+# Contributor: Giovanni Talorno Ricciardi kar98k.sni...@gmail.com
+# Contributor: Xpander xpand...@gmail.com
+
+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


[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 c...@flexion.org
+# Contributor: Giovanni Talorno Ricciardi kar98k.sni...@gmail.com
+# Contributor: Xpander xpand...@gmail.com
+
+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 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 c...@flexion.org
+
+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 c...@flexion.org
+
+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')

[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 c...@flexion.org
+# Contributor: Giovanni Ricciardi kar98k.sni...@gmail.com
+# Contributor: Xpander xpand...@gmail.com
+
+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-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 c...@flexion.org
+# Contributor: Giovanni Ricciardi kar98k.sni...@gmail.com
+# Contributor: Xpander xpand...@gmail.com
+
+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 c...@flexion.org
+# Contributor: Giovanni Ricciardi kar98k.sni...@gmail.com
+# Contributor: Xpander xpand...@gmail.com
+
+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 

[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 c...@flexion.org
+# Contributor: Giovanni Talorno Ricciardi kar98k.sni...@gmail.com
+# Contributor: Xpander xpand...@gmail.com
+
+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 (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 c...@flexion.org
+# Contributor: Piotr Gorski sir_luc...@bridgelinux.pl
+
+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 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 c...@flexion.org
+# Contributor: Giovanni Talorno Ricciardi kar98k.sni...@gmail.com
+# Contributor: Xpander xpand...@gmail.com
+
+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 c...@flexion.org
+# Contributor: Giovanni Talorno Ricciardi kar98k.sni...@gmail.com
+# Contributor: Xpander xpand...@gmail.com
+
+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 

[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 c...@flexion.org
+# Contributor: Giovanni Talorno Ricciardi kar98k.sni...@gmail.com
+# Contributor: Xpander xpand...@gmail.com
+# Contributor: hekel he...@archlinux.info
+
+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 (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 c...@flexion.org
+
+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 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 c...@flexion.org
+# Contributor: Giovanni Ricciardi kar98k.sni...@gmail.com
+# Contributor: Xpander xpand...@gmail.com
+
+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 c...@flexion.org
+# Contributor: Giovanni Ricciardi kar98k.sni...@gmail.com
+# Contributor: Xpander xpand...@gmail.com
+
+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)
+++ 

[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 c...@flexion.org
+# Contributor: Giovanni Talorno Ricciardi kar98k.sni...@gmail.com
+# Contributor: Xpander xpand...@gmail.com
+# Contributor: hekel he...@archlinux.info
+
+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 c...@flexion.org
+# Contributor: Giovanni Talorno Ricciardi kar98k.sni...@gmail.com
+# Contributor: Xpander xpand...@gmail.com
+# Contributor: hekel he...@archlinux.info
+
+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 \
+

[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 c...@flexion.org
+# Contributor: Piotr Gorski sir_luc...@bridgelinux.pl
+
+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-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 (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 c...@flexion.org
+# Contributor: Giovanni Ricciardi kar98k.sni...@gmail.com
+
+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 (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 c...@flexion.org
+# Contributor: Giovanni Talorno Ricciardi kar98k.sni...@gmail.com
+# Contributor: Alessio Sergi asergi at archlinux dot us
+# Contributor: Xpander xpand...@gmail.com
+# Contributor: hekel hekel(at)archlinux.info
+
+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 

[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 c...@flexion.org
+# Contributor: Giovanni Ricciardi kar98k.sni...@gmail.com
+
+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 c...@flexion.org
+# Contributor: Giovanni Ricciardi kar98k.sni...@gmail.com
+
+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')

[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 c...@flexion.org
+# Contributor: Giovanni Ricciardi kar98k.sni...@gmail.com
+
+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 c...@flexion.org
+# Contributor: Giovanni Ricciardi kar98k.sni...@gmail.com
+
+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 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 c...@flexion.org
+# Contributor: Giovanni Talorno Ricciardi kar98k.sni...@gmail.com
+# Contributor: Alessio Sergi asergi at archlinux dot us
+# Contributor: Xpander xpand...@gmail.com
+# Contributor: hekel hekel(at)archlinux.info
+
+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
+
+--- 

[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 c...@flexion.org
+# Contributor: Giovanni Ricciardi kar98k.sni...@gmail.com
+# Contributor: Xpander xpand...@gmail.com
+# Contributor: hekel he...@archlinux.info
+
+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 c...@flexion.org
+# Contributor: Giovanni Ricciardi kar98k.sni...@gmail.com
+# Contributor: Xpander xpand...@gmail.com
+# Contributor: hekel he...@archlinux.info
+
+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 

[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 c...@flexion.org
+# Contributor: Giovanni Talorno Ricciardi kar98k.sni...@gmail.com
+
+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 (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 c...@flexion.org
+# Contributor: Giovanni Ricciardi kar98k.sni...@gmail.com
+
+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 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 c...@flexion.org
+# Contributor: Giovanni Talorno Ricciardi kar98k.sni...@gmail.com
+
+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 c...@flexion.org
+# Contributor: Giovanni Talorno Ricciardi kar98k.sni...@gmail.com
+
+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: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 c...@flexion.org
+# Contributor: Giovanni Ricciardi kar98k.sni...@gmail.com
+# Contributor: Xpander xpand...@gmail.com
+# Contributor: hekel he...@archlinux.info
+
+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 (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 c...@flexion.org
+# Contributor: Giovanni Talorno Ricciardi kar98k.sni...@gmail.com
+# Contributor: Xpander xpand...@gmail.com
+
+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-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 c...@flexion.org
+# Contributor: Giovanni Talorno Ricciardi kar98k.sni...@gmail.com
+# Contributor: Xpander xpand...@gmail.com
+
+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 c...@flexion.org
+# Contributor: Giovanni Talorno Ricciardi kar98k.sni...@gmail.com
+# Contributor: Xpander xpand...@gmail.com
+
+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;
+

[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 c...@flexion.org
+# Contributor: Giovanni Talorno Ricciardi kar98k.sni...@gmail.com
+# Contributor: Xpander xpand...@gmail.com
+
+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 c...@flexion.org
+# Contributor: Giovanni Talorno Ricciardi kar98k.sni...@gmail.com
+# Contributor: Xpander xpand...@gmail.com
+
+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 c...@flexion.org
+# Contributor: Giovanni Talorno Ricciardi kar98k.sni...@gmail.com
+# Contributor: Xpander xpand...@gmail.com
+
+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-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 c...@flexion.org
+# Contributor: Giovanni Talorno Ricciardi kar98k.sni...@gmail.com
+# Contributor: Xpander xpand...@gmail.com
+
+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 c...@flexion.org
+# Contributor: Giovanni Talorno Ricciardi kar98k.sni...@gmail.com
+# Contributor: Xpander xpand...@gmail.com
+
+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'
+

[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 c...@flexion.org
+# Contributor: Giovanni Talorno Ricciardi kar98k.sni...@gmail.com
+# Contributor: Xpander xpand...@gmail.com
+
+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 (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 c...@flexion.org
+# Contributor: Giovanni Talorno Ricciardi kar98k.sni...@gmail.com
+# Contributor: Xpander xpand...@gmail.com
+
+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: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 c...@flexion.org
+# Contributor: Giovanni Talorno Ricciardi kar98k.sni...@gmail.com
+# Contributor: Xpander xpand...@gmail.com
+
+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 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 c...@flexion.org
+# Contributor: Giovanni Talorno Ricciardi kar98k.sni...@gmail.com
+# Contributor: Xpander xpand...@gmail.com
+
+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 c...@flexion.org
+# Contributor: Giovanni Talorno Ricciardi kar98k.sni...@gmail.com
+# Contributor: Xpander xpand...@gmail.com
+
+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
+}



  1   2   >