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

2014-09-29 Thread Laurent Carlier
Date: Tuesday, September 30, 2014 @ 08:49:18
  Author: lcarlier
Revision: 119858

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

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

--+
 /PKGBUILD|   76 +
 /openttd.install |   34 
 community-i686/PKGBUILD  |   38 --
 community-i686/openttd.install   |   17 
 community-x86_64/PKGBUILD|   38 --
 community-x86_64/openttd.install |   17 
 6 files changed, 110 insertions(+), 110 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-09-30 06:49:07 UTC (rev 119857)
+++ community-i686/PKGBUILD 2014-09-30 06:49:18 UTC (rev 119858)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Vesa Kaihlavirta 
-
-pkgname=openttd
-pkgver=1.4.2
-pkgrel=1
-pkgdesc='An engine for running Transport Tycoon Deluxe.'
-arch=('i686' 'x86_64')
-url='http://www.openttd.org'
-license=('GPL')
-depends=('libpng' 'sdl' 'icu' 'fontconfig' 'lzo' 'hicolor-icon-theme' 
'desktop-file-utils' 'xz')
-install=openttd.install
-optdepends=('openttd-opengfx: free graphics' 
-'openttd-opensfx: free soundset')
-source=("http://binaries.openttd.org/releases/${pkgver}/${pkgname}-${pkgver}-source.tar.xz";)
-sha256sums=('e286c7e82fc5a9d5b52902ffab566c5924ff27eced165cb2583aa6df2d52eccf')
-
-build() {
-  cd ${pkgname}-${pkgver} 
-
- ./configure \
---prefix-dir=/usr \
---binary-name=${pkgname} \
---binary-dir=bin \
---data-dir=share/${pkgname} \
---install-dir=${pkgdir} \
---doc-dir=share/doc/${pkgname} \
---menu-name="OpenTTD" \
---personal-dir=.${pkgname}
-
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver} 
-
-  make install
-}

Copied: openttd/repos/community-i686/PKGBUILD (from rev 119857, 
openttd/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-09-30 06:49:18 UTC (rev 119858)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Vesa Kaihlavirta 
+
+pkgname=openttd
+pkgver=1.4.3
+pkgrel=1
+pkgdesc='An engine for running Transport Tycoon Deluxe.'
+arch=('i686' 'x86_64')
+url='http://www.openttd.org'
+license=('GPL')
+depends=('libpng' 'sdl' 'icu' 'fontconfig' 'lzo' 'hicolor-icon-theme' 
'desktop-file-utils' 'xz')
+install=openttd.install
+optdepends=('openttd-opengfx: free graphics' 
+'openttd-opensfx: free soundset')
+source=("http://binaries.openttd.org/releases/${pkgver}/${pkgname}-${pkgver}-source.tar.xz";)
+sha256sums=('11bcbbddb9864d69f1bca11966ece9abfc28973151e6dd73ceadff89ebdf63dd')
+
+build() {
+  cd ${pkgname}-${pkgver} 
+
+ ./configure \
+--prefix-dir=/usr \
+--binary-name=${pkgname} \
+--binary-dir=bin \
+--data-dir=share/${pkgname} \
+--install-dir=${pkgdir} \
+--doc-dir=share/doc/${pkgname} \
+--menu-name="OpenTTD" \
+--personal-dir=.${pkgname}
+
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver} 
+
+  make install
+}

Deleted: community-i686/openttd.install
===
--- community-i686/openttd.install  2014-09-30 06:49:07 UTC (rev 119857)
+++ community-i686/openttd.install  2014-09-30 06:49:18 UTC (rev 119858)
@@ -1,17 +0,0 @@
-post_install() {
-  gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor > /dev/null 2>&1
-  update-desktop-database > /dev/null 2>&1
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-pre_remove() {
-  update-desktop-database > /dev/null 2>&1
-}
-
-post_remove() {
-  gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor > /dev/null 2>&1 
-  update-desktop-database > /dev/null 2>&1
-}

Copied: openttd/repos/community-i686/openttd.install (from rev 119857, 
openttd/trunk/openttd.install)
===
--- community-i686/openttd.install  (rev 0)
+++ community-i686/openttd.install  2014-09-30 06:49:18 UTC (rev 119858)
@@ -0,0 +1,17 @@
+post_install() {
+  gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor > /dev/null 2>&1
+  update-desktop-database > /dev/null 2>&1
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+pre_remove() {
+  update-desktop-database > /dev/null 2>&1
+}
+
+post_remove() {
+  

[arch-commits] Commit in audex/trunk (PKGBUILD google_regex.patch)

2014-09-29 Thread Laurent Carlier
Date: Tuesday, September 30, 2014 @ 08:50:11
  Author: lcarlier
Revision: 119859

upgpkg: audex 0.78-2

kdelibs rebuild

Modified:
  audex/trunk/PKGBUILD
Deleted:
  audex/trunk/google_regex.patch

+
 PKGBUILD   |2 +-
 google_regex.patch |   14 --
 2 files changed, 1 insertion(+), 15 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-09-30 06:49:18 UTC (rev 119858)
+++ PKGBUILD2014-09-30 06:50:11 UTC (rev 119859)
@@ -6,7 +6,7 @@
 
 pkgname=audex
 pkgver=0.78
-pkgrel=1
+pkgrel=2
 pkgdesc="A CDDA extraction tool with a ftp upload function for KDE"
 arch=('i686' 'x86_64')
 url="http://kde-apps.org/content/show.php?content=77125";

Deleted: google_regex.patch
===
--- google_regex.patch  2014-09-30 06:49:18 UTC (rev 119858)
+++ google_regex.patch  2014-09-30 06:50:11 UTC (rev 119859)
@@ -1,14 +0,0 @@
 audex-0.74b1/utils/coverfetcher.cpp2011-01-15 12:06:25.0 
+0100
-+++ audex-0.74b1/utils/coverfetcher_new.cpp2011-07-20 18:43:37.55453 
+0200
-@@ -162,7 +162,10 @@
-   cover_tbnids.clear();
-   cover_thumbnails.clear();
- 
--  QRegExp 
rx("[\\s\\n]*[\\s\\n]*");
-+  QRegExp 
rx("[\\s\\n]*]+src=\"([^>]+)\">");
-+  QString html = xml;
-+  html.replace( QLatin1String("&"), QLatin1String("&") );
-+
-   rx.setMinimal(TRUE);
-   
-   int pos = 0; int i = 0;


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

2014-09-29 Thread Laurent Carlier
Date: Tuesday, September 30, 2014 @ 08:50:26
  Author: lcarlier
Revision: 119860

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

Added:
  audex/repos/community-staging-i686/
  audex/repos/community-staging-i686/PKGBUILD
(from rev 119859, audex/trunk/PKGBUILD)
  audex/repos/community-staging-i686/audex.install
(from rev 119859, audex/trunk/audex.install)
  audex/repos/community-staging-x86_64/
  audex/repos/community-staging-x86_64/PKGBUILD
(from rev 119859, audex/trunk/PKGBUILD)
  audex/repos/community-staging-x86_64/audex.install
(from rev 119859, audex/trunk/audex.install)

+
 community-staging-i686/PKGBUILD|   40 +++
 community-staging-i686/audex.install   |   12 +
 community-staging-x86_64/PKGBUILD  |   40 +++
 community-staging-x86_64/audex.install |   12 +
 4 files changed, 104 insertions(+)

Copied: audex/repos/community-staging-i686/PKGBUILD (from rev 119859, 
audex/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2014-09-30 06:50:26 UTC (rev 119860)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Laurent Carlier 
+# Contributor: Andrea Scarpino 
+# Contributor: mightyjaym 
+# Contributor: moostik 
+
+pkgname=audex
+pkgver=0.78
+pkgrel=2
+pkgdesc="A CDDA extraction tool with a ftp upload function for KDE"
+arch=('i686' 'x86_64')
+url="http://kde-apps.org/content/show.php?content=77125";
+license=('GPL')
+depends=('kdebase-runtime' 'libkcddb' 'libkcompactdisc' 'cdparanoia')
+makedepends=('cmake' 'automoc4')
+optdepends=('vorbis-tools: OGG encoder'
+   'faac: MP4/M4A/AAC encoder'
+   'flac: FLAC encoder'
+   'lame: MP3 encoder')
+install=${pkgname}.install
+source=("http://kde.maniatek.com/${pkgname}/files/${pkgname}-${pkgver}.tar.xz";)
+md5sums=('e424309ab085de40043f841f2fa230c6')
+
+build() {
+  cd ${pkgname}-${pkgver}
+
+  mkdir build
+  cd build
+
+  cmake ../  \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}/build
+
+  make DESTDIR=${pkgdir} install
+}

Copied: audex/repos/community-staging-i686/audex.install (from rev 119859, 
audex/trunk/audex.install)
===
--- community-staging-i686/audex.install(rev 0)
+++ community-staging-i686/audex.install2014-09-30 06:50:26 UTC (rev 
119860)
@@ -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
+}

Copied: audex/repos/community-staging-x86_64/PKGBUILD (from rev 119859, 
audex/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2014-09-30 06:50:26 UTC (rev 119860)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Laurent Carlier 
+# Contributor: Andrea Scarpino 
+# Contributor: mightyjaym 
+# Contributor: moostik 
+
+pkgname=audex
+pkgver=0.78
+pkgrel=2
+pkgdesc="A CDDA extraction tool with a ftp upload function for KDE"
+arch=('i686' 'x86_64')
+url="http://kde-apps.org/content/show.php?content=77125";
+license=('GPL')
+depends=('kdebase-runtime' 'libkcddb' 'libkcompactdisc' 'cdparanoia')
+makedepends=('cmake' 'automoc4')
+optdepends=('vorbis-tools: OGG encoder'
+   'faac: MP4/M4A/AAC encoder'
+   'flac: FLAC encoder'
+   'lame: MP3 encoder')
+install=${pkgname}.install
+source=("http://kde.maniatek.com/${pkgname}/files/${pkgname}-${pkgver}.tar.xz";)
+md5sums=('e424309ab085de40043f841f2fa230c6')
+
+build() {
+  cd ${pkgname}-${pkgver}
+
+  mkdir build
+  cd build
+
+  cmake ../  \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}/build
+
+  make DESTDIR=${pkgdir} install
+}

Copied: audex/repos/community-staging-x86_64/audex.install (from rev 119859, 
audex/trunk/audex.install)
===
--- community-staging-x86_64/audex.install  (rev 0)
+++ community-staging-x86_64/audex.install  2014-09-30 06:50:26 UTC (rev 
119860)
@@ -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 openttd/trunk (PKGBUILD)

2014-09-29 Thread Laurent Carlier
Date: Tuesday, September 30, 2014 @ 08:49:07
  Author: lcarlier
Revision: 119857

upgpkg: openttd 1.4.3-1

upstream update 1.4.3

Modified:
  openttd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-09-30 04:07:31 UTC (rev 119856)
+++ PKGBUILD2014-09-30 06:49:07 UTC (rev 119857)
@@ -2,7 +2,7 @@
 # Maintainer: Vesa Kaihlavirta 
 
 pkgname=openttd
-pkgver=1.4.2
+pkgver=1.4.3
 pkgrel=1
 pkgdesc='An engine for running Transport Tycoon Deluxe.'
 arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@
 optdepends=('openttd-opengfx: free graphics' 
 'openttd-opensfx: free soundset')
 
source=("http://binaries.openttd.org/releases/${pkgver}/${pkgname}-${pkgver}-source.tar.xz";)
-sha256sums=('e286c7e82fc5a9d5b52902ffab566c5924ff27eced165cb2583aa6df2d52eccf')
+sha256sums=('11bcbbddb9864d69f1bca11966ece9abfc28973151e6dd73ceadff89ebdf63dd')
 
 build() {
   cd ${pkgname}-${pkgver} 


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

2014-09-29 Thread Bartłomiej Piotrowski
Date: Tuesday, September 30, 2014 @ 07:57:31
  Author: bpiotrowski
Revision: 223698

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

Added:
  libva/repos/extra-i686/PKGBUILD
(from rev 223697, libva/trunk/PKGBUILD)
  libva/repos/extra-x86_64/PKGBUILD
(from rev 223697, libva/trunk/PKGBUILD)
Deleted:
  
libva/repos/extra-i686/0001-va-release-VADisplayContext-at-the-end-of-vaTerminat.patch
  libva/repos/extra-i686/PKGBUILD
  
libva/repos/extra-x86_64/0001-va-release-VADisplayContext-at-the-end-of-vaTerminat.patch
  libva/repos/extra-x86_64/PKGBUILD

--+
 /PKGBUILD| 
  58 ++
 extra-i686/0001-va-release-VADisplayContext-at-the-end-of-vaTerminat.patch   | 
  38 --
 extra-i686/PKGBUILD  | 
  36 --
 extra-x86_64/0001-va-release-VADisplayContext-at-the-end-of-vaTerminat.patch | 
  38 --
 extra-x86_64/PKGBUILD| 
  36 --
 5 files changed, 58 insertions(+), 148 deletions(-)

Deleted: 
extra-i686/0001-va-release-VADisplayContext-at-the-end-of-vaTerminat.patch
===
--- extra-i686/0001-va-release-VADisplayContext-at-the-end-of-vaTerminat.patch  
2014-09-30 05:57:14 UTC (rev 223697)
+++ extra-i686/0001-va-release-VADisplayContext-at-the-end-of-vaTerminat.patch  
2014-09-30 05:57:31 UTC (rev 223698)
@@ -1,38 +0,0 @@
-From d4988142a3f2256e38c5c5cdcdfc1b4f5f3c1ea9 Mon Sep 17 00:00:00 2001
-From: "Xiang, Haihao" 
-Date: Thu, 18 Jul 2013 13:13:31 +0800
-Subject: [PATCH] va: release VADisplayContext at the end of vaTerminate()
-
-Otherwise it will result in invalid reading in va_TraceEnd()
-
-Signed-off-by: Xiang, Haihao 

- va/va.c | 6 +++---
- 1 file changed, 3 insertions(+), 3 deletions(-)
-
-diff --git a/va/va.c b/va/va.c
-index 6cb17ef..0ba595b 100644
 a/va/va.c
-+++ b/va/va.c
-@@ -515,15 +515,15 @@ VAStatus vaTerminate (
-   free(old_ctx->vtable_vpp);
-   old_ctx->vtable_vpp = NULL;
- 
--  if (VA_STATUS_SUCCESS == vaStatus)
--  pDisplayContext->vaDestroy(pDisplayContext);
--
-   VA_TRACE_LOG(va_TraceTerminate, dpy);
- 
-   va_TraceEnd(dpy);
- 
-   va_FoolEnd(dpy);
- 
-+  if (VA_STATUS_SUCCESS == vaStatus)
-+  pDisplayContext->vaDestroy(pDisplayContext);
-+
-   return vaStatus;
- }
- 
--- 
-2.0.0
-

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-09-30 05:57:14 UTC (rev 223697)
+++ extra-i686/PKGBUILD 2014-09-30 05:57:31 UTC (rev 223698)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru 
-# Maintainer: Bartłomiej Piotrowski 
-
-pkgname=libva
-pkgver=1.3.1
-pkgrel=2
-pkgdesc='Video Acceleration (VA) API for Linux'
-arch=('i686' 'x86_64')
-url='http://freedesktop.org/wiki/Software/vaapi'
-license=('MIT')
-depends=('libgl' 'libdrm' 'libxfixes')
-makedepends=('mesa')
-optdepends=('libva-vdpau-driver: vdpau back-end for nvidia'
-'libva-intel-driver: back-end for intel cards')
-source=(http://freedesktop.org/software/vaapi/releases/$pkgname/$pkgname-$pkgver.tar.bz2
-0001-va-release-VADisplayContext-at-the-end-of-vaTerminat.patch)
-md5sums=('eb4db967f06885b597071c66b480'
- 'e564ae7c20962c821ac2b5cb1693e1a2')
-
-prepare() {
-  cd $pkgname-$pkgver
-  patch -p1 -i 
../0001-va-release-VADisplayContext-at-the-end-of-vaTerminat.patch
-}
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-  install -Dm644 COPYING "$pkgdir"/usr/share/licenses/$pkgname/COPYING
-}

Copied: libva/repos/extra-i686/PKGBUILD (from rev 223697, libva/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-09-30 05:57:31 UTC (rev 223698)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Ionut Biru 
+# Maintainer: Bartłomiej Piotrowski 
+
+pkgname=libva
+pkgver=1.4.0
+pkgrel=1
+pkgdesc='Video Acceleration (VA) API for Linux'
+arch=('i686' 'x86_64')
+url='http://freedesktop.org/wiki/Software/vaapi'
+license=('MIT')
+depends=('libgl' 'libdrm' 'libxfixes')
+makedepends=('mesa')
+optdepends=('libva-vdpau-driver: vdpau back-end for nvidia'
+'libva-intel-driver: back-end for intel cards')
+source=(http://freedesktop.org/software/vaapi/releases/$pkgname/$pkgname-$pkgver.tar.bz2)
+md5sums=('566e68d0a5a7758b2147dd3e60905bf3')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+  install -Dm644 COPYING "$pkgdir"/usr/share/licenses/$pkgname/COPYING
+}

Deleted: 
extra-x86_64/0001-va-release-VADisplayContext-at-the-end-of-vaTerminat.patch
==

[arch-commits] Commit in libva/trunk (2 files)

2014-09-29 Thread Bartłomiej Piotrowski
Date: Tuesday, September 30, 2014 @ 07:57:14
  Author: bpiotrowski
Revision: 223697

upgpkg: libva 1.4.0-1

new upstream release

Modified:
  libva/trunk/PKGBUILD
Deleted:
  libva/trunk/0001-va-release-VADisplayContext-at-the-end-of-vaTerminat.patch

-+
 0001-va-release-VADisplayContext-at-the-end-of-vaTerminat.patch |   38 
--
 PKGBUILD|   15 +--
 2 files changed, 4 insertions(+), 49 deletions(-)

Deleted: 0001-va-release-VADisplayContext-at-the-end-of-vaTerminat.patch
===
--- 0001-va-release-VADisplayContext-at-the-end-of-vaTerminat.patch 
2014-09-30 00:53:18 UTC (rev 223696)
+++ 0001-va-release-VADisplayContext-at-the-end-of-vaTerminat.patch 
2014-09-30 05:57:14 UTC (rev 223697)
@@ -1,38 +0,0 @@
-From d4988142a3f2256e38c5c5cdcdfc1b4f5f3c1ea9 Mon Sep 17 00:00:00 2001
-From: "Xiang, Haihao" 
-Date: Thu, 18 Jul 2013 13:13:31 +0800
-Subject: [PATCH] va: release VADisplayContext at the end of vaTerminate()
-
-Otherwise it will result in invalid reading in va_TraceEnd()
-
-Signed-off-by: Xiang, Haihao 

- va/va.c | 6 +++---
- 1 file changed, 3 insertions(+), 3 deletions(-)
-
-diff --git a/va/va.c b/va/va.c
-index 6cb17ef..0ba595b 100644
 a/va/va.c
-+++ b/va/va.c
-@@ -515,15 +515,15 @@ VAStatus vaTerminate (
-   free(old_ctx->vtable_vpp);
-   old_ctx->vtable_vpp = NULL;
- 
--  if (VA_STATUS_SUCCESS == vaStatus)
--  pDisplayContext->vaDestroy(pDisplayContext);
--
-   VA_TRACE_LOG(va_TraceTerminate, dpy);
- 
-   va_TraceEnd(dpy);
- 
-   va_FoolEnd(dpy);
- 
-+  if (VA_STATUS_SUCCESS == vaStatus)
-+  pDisplayContext->vaDestroy(pDisplayContext);
-+
-   return vaStatus;
- }
- 
--- 
-2.0.0
-

Modified: PKGBUILD
===
--- PKGBUILD2014-09-30 00:53:18 UTC (rev 223696)
+++ PKGBUILD2014-09-30 05:57:14 UTC (rev 223697)
@@ -3,8 +3,8 @@
 # Maintainer: Bartłomiej Piotrowski 
 
 pkgname=libva
-pkgver=1.3.1
-pkgrel=2
+pkgver=1.4.0
+pkgrel=1
 pkgdesc='Video Acceleration (VA) API for Linux'
 arch=('i686' 'x86_64')
 url='http://freedesktop.org/wiki/Software/vaapi'
@@ -13,16 +13,9 @@
 makedepends=('mesa')
 optdepends=('libva-vdpau-driver: vdpau back-end for nvidia'
 'libva-intel-driver: back-end for intel cards')
-source=(http://freedesktop.org/software/vaapi/releases/$pkgname/$pkgname-$pkgver.tar.bz2
-0001-va-release-VADisplayContext-at-the-end-of-vaTerminat.patch)
-md5sums=('eb4db967f06885b597071c66b480'
- 'e564ae7c20962c821ac2b5cb1693e1a2')
+source=(http://freedesktop.org/software/vaapi/releases/$pkgname/$pkgname-$pkgver.tar.bz2)
+md5sums=('566e68d0a5a7758b2147dd3e60905bf3')
 
-prepare() {
-  cd $pkgname-$pkgver
-  patch -p1 -i 
../0001-va-release-VADisplayContext-at-the-end-of-vaTerminat.patch
-}
-
 build() {
   cd $pkgname-$pkgver
   ./configure --prefix=/usr


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

2014-09-29 Thread Gaetan Bisson
Date: Tuesday, September 30, 2014 @ 06:07:31
  Author: bisson
Revision: 119856

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

Added:
  unbound/repos/community-i686/PKGBUILD
(from rev 119855, unbound/trunk/PKGBUILD)
  unbound/repos/community-i686/conf
(from rev 119855, unbound/trunk/conf)
  unbound/repos/community-i686/install
(from rev 119855, unbound/trunk/install)
  unbound/repos/community-i686/service
(from rev 119855, unbound/trunk/service)
  unbound/repos/community-x86_64/PKGBUILD
(from rev 119855, unbound/trunk/PKGBUILD)
  unbound/repos/community-x86_64/conf
(from rev 119855, unbound/trunk/conf)
  unbound/repos/community-x86_64/install
(from rev 119855, unbound/trunk/install)
  unbound/repos/community-x86_64/service
(from rev 119855, unbound/trunk/service)
Deleted:
  unbound/repos/community-i686/PKGBUILD
  unbound/repos/community-i686/conf
  unbound/repos/community-i686/install
  unbound/repos/community-i686/service
  unbound/repos/community-x86_64/PKGBUILD
  unbound/repos/community-x86_64/conf
  unbound/repos/community-x86_64/install
  unbound/repos/community-x86_64/service

---+
 /PKGBUILD |   96 
 /conf |8 +++
 /install  |   20 +
 /service  |   24 +++
 community-i686/PKGBUILD   |   47 -
 community-i686/conf   |4 -
 community-i686/install|   10 
 community-i686/service|   12 -
 community-x86_64/PKGBUILD |   47 -
 community-x86_64/conf |4 -
 community-x86_64/install  |   10 
 community-x86_64/service  |   12 -
 12 files changed, 148 insertions(+), 146 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-09-30 04:06:51 UTC (rev 119855)
+++ community-i686/PKGBUILD 2014-09-30 04:07:31 UTC (rev 119856)
@@ -1,47 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson 
-# Contributor: Hisato Tatekura 
-# Contributor: Massimiliano Torromeo 
-
-pkgname=unbound
-pkgver=1.4.22
-pkgrel=1
-pkgdesc='Validating, recursive, and caching DNS resolver'
-url='http://unbound.net/'
-license=('custom:BSD')
-arch=('i686' 'x86_64')
-makedepends=('expat')
-optdepends=('expat: unbound-anchor')
-depends=('openssl' 'ldns' 'libevent')
-backup=('etc/unbound/unbound.conf')
-source=("http://unbound.net/downloads/${pkgname}-${pkgver}.tar.gz";
-'service'
-'conf')
-sha1sums=('a56e31e2f3a2fefa3caaad9200dd943d174ca81e'
-  'b543ae6f8b87423bec095fca6b335a9ee43739a8'
-  '5d473ec2943fd85367cdb653fcd58e186f07383f')
-
-install=install
-
-build() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   ./configure \
-   --prefix=/usr \
-   --sysconfdir=/etc \
-   --localstatedir=/var \
-   --sbindir=/usr/bin \
-   --disable-rpath \
-   --with-libevent \
-   --with-conf-file=/etc/unbound/unbound.conf \
-   --with-pidfile=/run/unbound.pid
-   make
-}
-
-package() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   make DESTDIR="${pkgdir}" install
-   install -Dm644 doc/example.conf.in 
"${pkgdir}/etc/unbound/unbound.conf.example"
-   install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-   install -Dm644 ../service 
"${pkgdir}/usr/lib/systemd/system/unbound.service"
-   install -Dm644 ../conf "${pkgdir}/etc/unbound/unbound.conf"
-}

Copied: unbound/repos/community-i686/PKGBUILD (from rev 119855, 
unbound/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-09-30 04:07:31 UTC (rev 119856)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Gaetan Bisson 
+# Contributor: Hisato Tatekura 
+# Contributor: Massimiliano Torromeo 
+
+pkgname=unbound
+pkgver=1.4.22
+pkgrel=2
+pkgdesc='Validating, recursive, and caching DNS resolver'
+url='http://unbound.net/'
+license=('custom:BSD')
+arch=('i686' 'x86_64')
+makedepends=('expat')
+optdepends=('expat: unbound-anchor')
+depends=('openssl' 'ldns' 'libevent' 'dnssec-anchors')
+backup=('etc/unbound/unbound.conf')
+source=("http://unbound.net/downloads/${pkgname}-${pkgver}.tar.gz";
+'service'
+'conf')
+sha1sums=('a56e31e2f3a2fefa3caaad9200dd943d174ca81e'
+  'b543ae6f8b87423bec095fca6b335a9ee43739a8'
+  '5d473ec2943fd85367cdb653fcd58e186f07383f')
+
+install=install
+
+build() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   ./configure \
+   --prefix=/usr \
+   --sysconfdir=/etc \
+   --localstatedir=/var \
+   --sbindir=/usr/bin \
+   --disable-rpath \
+   --with-libevent \
+   --with-rootkey-file=/etc/trusted-key.key \
+   -

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

2014-09-29 Thread Gaetan Bisson
Date: Tuesday, September 30, 2014 @ 06:06:51
  Author: bisson
Revision: 119855

implement FS#42146:

Modified:
  unbound/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-09-30 01:57:28 UTC (rev 119854)
+++ PKGBUILD2014-09-30 04:06:51 UTC (rev 119855)
@@ -5,7 +5,7 @@
 
 pkgname=unbound
 pkgver=1.4.22
-pkgrel=1
+pkgrel=2
 pkgdesc='Validating, recursive, and caching DNS resolver'
 url='http://unbound.net/'
 license=('custom:BSD')
@@ -12,7 +12,7 @@
 arch=('i686' 'x86_64')
 makedepends=('expat')
 optdepends=('expat: unbound-anchor')
-depends=('openssl' 'ldns' 'libevent')
+depends=('openssl' 'ldns' 'libevent' 'dnssec-anchors')
 backup=('etc/unbound/unbound.conf')
 source=("http://unbound.net/downloads/${pkgname}-${pkgver}.tar.gz";
 'service'
@@ -32,6 +32,7 @@
--sbindir=/usr/bin \
--disable-rpath \
--with-libevent \
+   --with-rootkey-file=/etc/trusted-key.key \
--with-conf-file=/etc/unbound/unbound.conf \
--with-pidfile=/run/unbound.pid
make


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

2014-09-29 Thread Eric Bélanger
Date: Tuesday, September 30, 2014 @ 03:57:28
  Author: eric
Revision: 119854

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

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

--+
 /PKGBUILD|   31 +
 /krename.install |   11 ++
 community-staging-i686/PKGBUILD  |   31 +
 community-staging-i686/krename.install   |   11 ++
 community-staging-x86_64/PKGBUILD|   31 -
 community-staging-x86_64/krename.install |   11 --
 6 files changed, 84 insertions(+), 42 deletions(-)

Copied: krename/repos/community-staging-i686/PKGBUILD (from rev 119853, 
krename/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2014-09-30 01:57:28 UTC (rev 119854)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Eric Bélanger 
+
+pkgname=krename
+pkgver=4.0.9
+pkgrel=4
+pkgdesc="A very powerful batch file renamer for KDE"
+arch=('i686' 'x86_64')
+url="http://www.krename.net";
+license=('GPL')
+depends=('kdebase-runtime' 'taglib')
+makedepends=('cmake' 'automoc4')
+options=('libtool')
+install=krename.install
+source=(http://downloads.sourceforge.net/project/krename/KDE4%20krename-stable/${pkgver}/${pkgname}-${pkgver}.tar.bz2)
+sha1sums=('03886a385a16de4c9bc285d25b9816ea97768c9e')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release -DCMAKE_CXX_FLAGS="-I/usr/include/freetype2"
+  sed -i 's|/share/locale|/share/locale/kde4|' po/cmake_install.cmake
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}

Copied: krename/repos/community-staging-i686/krename.install (from rev 119853, 
krename/trunk/krename.install)
===
--- community-staging-i686/krename.install  (rev 0)
+++ community-staging-i686/krename.install  2014-09-30 01:57:28 UTC (rev 
119854)
@@ -0,0 +1,11 @@
+post_install() {
+  xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Deleted: community-staging-x86_64/PKGBUILD
===
--- community-staging-x86_64/PKGBUILD   2014-09-30 01:24:41 UTC (rev 119853)
+++ community-staging-x86_64/PKGBUILD   2014-09-30 01:57:28 UTC (rev 119854)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Eric Bélanger 
-
-pkgname=krename
-pkgver=4.0.9
-pkgrel=4
-pkgdesc="A very powerful batch file renamer for KDE"
-arch=('i686' 'x86_64')
-url="http://www.krename.net";
-license=('GPL')
-depends=('kdebase-runtime' 'taglib')
-makedepends=('cmake' 'automoc4')
-options=('libtool')
-install=krename.install
-source=(http://downloads.sourceforge.net/project/krename/KDE4%20krename-stable/${pkgver}/${pkgname}-${pkgver}.tar.bz2)
-sha1sums=('03886a385a16de4c9bc285d25b9816ea97768c9e')
-
-build() {
-  mkdir build
-  cd build
-  cmake ../${pkgname}-${pkgver} \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release -DCMAKE_CXX_FLAGS="-I/usr/include/freetype2"
-  sed -i 's|/share/locale|/share/locale/kde4|' po/cmake_install.cmake
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="${pkgdir}" install
-}

Copied: krename/repos/community-staging-x86_64/PKGBUILD (from rev 119853, 
krename/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2014-09-30 01:57:28 UTC (rev 119854)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Eric Bélanger 
+
+pkgname=krename
+pkgver=4.0.9
+pkgrel=4
+pkgdesc="A very powerful batch file renamer for KDE"
+arch=('i686' 'x86_64')
+url="http://www.krename.net";
+license=('GPL')
+depends=('kdebase-runtime' 'taglib')
+makedepends=('cmake' 'automoc4')
+options=('libtool')
+install=krename.install
+source=(http://downloads.sourceforge.net/project/krename/KDE4%20krename-stable/${pkgver}/${pkgname}-${pkgver}.tar.bz2)
+sha1sums=('03886a385a16de4c9bc285d25b9816ea97768c9e')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release -DCMAKE_CXX

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

2014-09-29 Thread Eric Bélanger
Date: Tuesday, September 30, 2014 @ 03:24:41
  Author: eric
Revision: 119853

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

Added:
  krename/repos/community-staging-i686/
  krename/repos/community-staging-x86_64/
  krename/repos/community-staging-x86_64/PKGBUILD
(from rev 119852, krename/trunk/PKGBUILD)
  krename/repos/community-staging-x86_64/krename.install
(from rev 119852, krename/trunk/krename.install)

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

Copied: krename/repos/community-staging-x86_64/PKGBUILD (from rev 119852, 
krename/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2014-09-30 01:24:41 UTC (rev 119853)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Eric Bélanger 
+
+pkgname=krename
+pkgver=4.0.9
+pkgrel=4
+pkgdesc="A very powerful batch file renamer for KDE"
+arch=('i686' 'x86_64')
+url="http://www.krename.net";
+license=('GPL')
+depends=('kdebase-runtime' 'taglib')
+makedepends=('cmake' 'automoc4')
+options=('libtool')
+install=krename.install
+source=(http://downloads.sourceforge.net/project/krename/KDE4%20krename-stable/${pkgver}/${pkgname}-${pkgver}.tar.bz2)
+sha1sums=('03886a385a16de4c9bc285d25b9816ea97768c9e')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release -DCMAKE_CXX_FLAGS="-I/usr/include/freetype2"
+  sed -i 's|/share/locale|/share/locale/kde4|' po/cmake_install.cmake
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}

Copied: krename/repos/community-staging-x86_64/krename.install (from rev 
119852, krename/trunk/krename.install)
===
--- community-staging-x86_64/krename.install(rev 0)
+++ community-staging-x86_64/krename.install2014-09-30 01:24:41 UTC (rev 
119853)
@@ -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 krename/trunk (PKGBUILD)

2014-09-29 Thread Eric Bélanger
Date: Tuesday, September 30, 2014 @ 03:22:01
  Author: eric
Revision: 119852

upgpkg: krename 4.0.9-4

Move KDE4 translations

Modified:
  krename/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-09-30 00:19:08 UTC (rev 119851)
+++ PKGBUILD2014-09-30 01:22:01 UTC (rev 119852)
@@ -3,7 +3,7 @@
 
 pkgname=krename
 pkgver=4.0.9
-pkgrel=3
+pkgrel=4
 pkgdesc="A very powerful batch file renamer for KDE"
 arch=('i686' 'x86_64')
 url="http://www.krename.net";
@@ -21,6 +21,7 @@
   cmake ../${pkgname}-${pkgver} \
 -DCMAKE_INSTALL_PREFIX=/usr \
 -DCMAKE_BUILD_TYPE=Release -DCMAKE_CXX_FLAGS="-I/usr/include/freetype2"
+  sed -i 's|/share/locale|/share/locale/kde4|' po/cmake_install.cmake
   make
 }
 


[arch-commits] Commit in python-setuptools/repos/extra-any (PKGBUILD PKGBUILD)

2014-09-29 Thread Felix Yan
Date: Tuesday, September 30, 2014 @ 02:53:18
  Author: fyan
Revision: 223696

archrelease: copy trunk to extra-any

Added:
  python-setuptools/repos/extra-any/PKGBUILD
(from rev 223695, python-setuptools/trunk/PKGBUILD)
Deleted:
  python-setuptools/repos/extra-any/PKGBUILD

--+
 PKGBUILD |  140 ++---
 1 file changed, 70 insertions(+), 70 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-09-30 00:52:59 UTC (rev 223695)
+++ PKGBUILD2014-09-30 00:53:18 UTC (rev 223696)
@@ -1,70 +0,0 @@
-# $Id$
-# Maintainer: Angel Velasquez 
-# Maintainer: Felix Yan 
-
-pkgbase=python-setuptools
-pkgname=('python-setuptools' 'python2-setuptools')
-pkgver=6.0.1
-pkgrel=1
-epoch=1
-pkgdesc="Easily download, build, install, upgrade, and uninstall Python 
packages"
-arch=('any')
-license=('PSF')
-url="http://pypi.python.org/pypi/setuptools";
-makedepends=('python' 'python2')
-checkdepends=('python-pytest' 'python2-pytest')
-source=("http://pypi.python.org/packages/source/s/setuptools/setuptools-${pkgver}.tar.gz";)
-sha512sums=('db650b4a9f077f5c9f5394da9e705a94e700be87faf025721ee7fdb9d96392260083565ac34af5573666d75ba0ccbe4521847224462994fcf5d070bc95a541c0')
-
-prepare() {
-  cp -a setuptools-${pkgver}{,-python2}
-
-  cd "${srcdir}"/setuptools-${pkgver}
-  sed -i -e "s|^#\!.*/usr/bin/python|#!/usr/bin/python3|" 
setuptools/tests/test_resources.py
-  sed -i -e "s|^#\!.*/usr/bin/env python|#!/usr/bin/env python3|" 
setuptools/command/easy_install.py
-
-  cd "${srcdir}"/setuptools-${pkgver}-python2
-  sed -i -e "s|^#\!.*/usr/bin/python|#!/usr/bin/python2|" 
setuptools/tests/test_resources.py
-  sed -i -e "s|^#\!.*/usr/bin/env python|#!/usr/bin/env python2|" 
setuptools/command/easy_install.py
-}
-
-build() {
-  # Build python 3 module
-  cd "${srcdir}"/setuptools-${pkgver}
-  python3 setup.py build
-
-  # Build python 2 module
-  cd "${srcdir}"/setuptools-${pkgver}-python2
-  python2 setup.py build
-}
-
-check() {
-  # Workaround UTF-8 tests by setting LC_CTYPE
-
-  # Check python3 module
-  cd "${srcdir}"/setuptools-${pkgver}
-  LC_CTYPE=en_US.utf8 python3 setup.py test
-
-  # Check python2 module
-  cd "${srcdir}"/setuptools-${pkgver}-python2
-  LC_CTYPE=en_US.utf8 python2 setup.py test
-}
- 
-package_python-setuptools() {
-  depends=('python>=3.4')
-  provides=('python-distribute')
-  replaces=('python-distribute')
-
-  cd "${srcdir}/setuptools-${pkgver}"
-  python3 setup.py install --prefix=/usr --root="${pkgdir}" --optimize=1 
--skip-build
-}
- 
-package_python2-setuptools() {
-  depends=('python2>=2.7')
-  provides=('python2-distribute' 'setuptools')
-  replaces=('python2-distribute' 'setuptools')
-
-  cd "${srcdir}/setuptools-${pkgver}-python2"
-  python2 setup.py install --prefix=/usr --root="${pkgdir}" --optimize=1 
--skip-build
-  rm "${pkgdir}/usr/bin/easy_install"
-}

Copied: python-setuptools/repos/extra-any/PKGBUILD (from rev 223695, 
python-setuptools/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-09-30 00:53:18 UTC (rev 223696)
@@ -0,0 +1,70 @@
+# $Id$
+# Maintainer: Angel Velasquez 
+# Maintainer: Felix Yan 
+
+pkgbase=python-setuptools
+pkgname=('python-setuptools' 'python2-setuptools')
+pkgver=6.0.2
+pkgrel=1
+epoch=1
+pkgdesc="Easily download, build, install, upgrade, and uninstall Python 
packages"
+arch=('any')
+license=('PSF')
+url="http://pypi.python.org/pypi/setuptools";
+makedepends=('python' 'python2')
+checkdepends=('python-pytest' 'python2-pytest')
+source=("http://pypi.python.org/packages/source/s/setuptools/setuptools-${pkgver}.tar.gz";)
+sha512sums=('5d75ecd5944a5999495156c0db52ddc592cb6de0ab019ccd50b732058e29fe2a4f5d9bf36a7715c5d189aced5d8faba1b01b7d85824f10fec786cd8dcf4b1dac')
+
+prepare() {
+  cp -a setuptools-${pkgver}{,-python2}
+
+  cd "${srcdir}"/setuptools-${pkgver}
+  sed -i -e "s|^#\!.*/usr/bin/python|#!/usr/bin/python3|" 
setuptools/tests/test_resources.py
+  sed -i -e "s|^#\!.*/usr/bin/env python|#!/usr/bin/env python3|" 
setuptools/command/easy_install.py
+
+  cd "${srcdir}"/setuptools-${pkgver}-python2
+  sed -i -e "s|^#\!.*/usr/bin/python|#!/usr/bin/python2|" 
setuptools/tests/test_resources.py
+  sed -i -e "s|^#\!.*/usr/bin/env python|#!/usr/bin/env python2|" 
setuptools/command/easy_install.py
+}
+
+build() {
+  # Build python 3 module
+  cd "${srcdir}"/setuptools-${pkgver}
+  python3 setup.py build
+
+  # Build python 2 module
+  cd "${srcdir}"/setuptools-${pkgver}-python2
+  python2 setup.py build
+}
+
+check() {
+  # Workaround UTF-8 tests by setting LC_CTYPE
+
+  # Check python3 module
+  cd "${srcdir}"/setuptools-${pkgver}
+  LC_CTYPE=en_US.utf8 python3 setup.py test
+
+  # Check python2 module
+  cd "${srcdir}"/setuptools-${pkgver}-python2
+  LC_CTYPE=en_US.utf8 python2 setup.py test
+}
+ 
+package_python-setuptools() {
+  depends=(

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

2014-09-29 Thread Felix Yan
Date: Tuesday, September 30, 2014 @ 02:52:59
  Author: fyan
Revision: 223695

upgpkg: python-setuptools 1:6.0.2-1

Modified:
  python-setuptools/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-09-29 23:55:11 UTC (rev 223694)
+++ PKGBUILD2014-09-30 00:52:59 UTC (rev 223695)
@@ -4,7 +4,7 @@
 
 pkgbase=python-setuptools
 pkgname=('python-setuptools' 'python2-setuptools')
-pkgver=6.0.1
+pkgver=6.0.2
 pkgrel=1
 epoch=1
 pkgdesc="Easily download, build, install, upgrade, and uninstall Python 
packages"
@@ -14,7 +14,7 @@
 makedepends=('python' 'python2')
 checkdepends=('python-pytest' 'python2-pytest')
 
source=("http://pypi.python.org/packages/source/s/setuptools/setuptools-${pkgver}.tar.gz";)
-sha512sums=('db650b4a9f077f5c9f5394da9e705a94e700be87faf025721ee7fdb9d96392260083565ac34af5573666d75ba0ccbe4521847224462994fcf5d070bc95a541c0')
+sha512sums=('5d75ecd5944a5999495156c0db52ddc592cb6de0ab019ccd50b732058e29fe2a4f5d9bf36a7715c5d189aced5d8faba1b01b7d85824f10fec786cd8dcf4b1dac')
 
 prepare() {
   cp -a setuptools-${pkgver}{,-python2}


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

2014-09-29 Thread Evangelos Foutras
Date: Tuesday, September 30, 2014 @ 02:19:08
  Author: foutrelis
Revision: 119851

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

Added:
  lxpanel/repos/community-i686/PKGBUILD
(from rev 119850, lxpanel/trunk/PKGBUILD)
  
lxpanel/repos/community-i686/lxpanel-0.7.1-SF-679-X11-library-uses-unsigned-long-as-cardinal-32.patch
(from rev 119850, 
lxpanel/trunk/lxpanel-0.7.1-SF-679-X11-library-uses-unsigned-long-as-cardinal-32.patch)
  lxpanel/repos/community-x86_64/PKGBUILD
(from rev 119850, lxpanel/trunk/PKGBUILD)
  
lxpanel/repos/community-x86_64/lxpanel-0.7.1-SF-679-X11-library-uses-unsigned-long-as-cardinal-32.patch
(from rev 119850, 
lxpanel/trunk/lxpanel-0.7.1-SF-679-X11-library-uses-unsigned-long-as-cardinal-32.patch)
Deleted:
  lxpanel/repos/community-i686/PKGBUILD
  lxpanel/repos/community-i686/lxpanel-0.5.12-automake-1.14-support.patch
  lxpanel/repos/community-x86_64/PKGBUILD
  lxpanel/repos/community-x86_64/lxpanel-0.5.12-automake-1.14-support.patch

---+
 /PKGBUILD  
   |   84 
 community-i686/PKGBUILD
   |   32 -
 community-i686/lxpanel-0.5.12-automake-1.14-support.patch  
   |   15 
 
community-i686/lxpanel-0.7.1-SF-679-X11-library-uses-unsigned-long-as-cardinal-32.patch
   |  169 ++
 community-x86_64/PKGBUILD  
   |   32 -
 community-x86_64/lxpanel-0.5.12-automake-1.14-support.patch
   |   15 
 
community-x86_64/lxpanel-0.7.1-SF-679-X11-library-uses-unsigned-long-as-cardinal-32.patch
 |  169 ++
 7 files changed, 422 insertions(+), 94 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-09-30 00:18:48 UTC (rev 119850)
+++ community-i686/PKGBUILD 2014-09-30 00:19:08 UTC (rev 119851)
@@ -1,32 +0,0 @@
-# $Id$
-# Contributor: Bartłomiej Piotrowski 
-# Contributor: Angel Velasquez 
-# Contributor: Juergen Hoetzel 
-
-pkgname=lxpanel
-pkgver=0.7.1
-pkgrel=1
-pkgdesc='Lightweight X11 desktop panel for LXDE'
-arch=('i686' 'x86_64')
-license=('GPL2')
-url='http://lxde.org/'
-groups=('lxde')
-depends=('gtk2' 'alsa-lib' 'menu-cache' 'lxmenu-data' 'libwnck' 'libfm')
-makedepends=('intltool' 'docbook-xml' 'docbook-xsl' 'wireless_tools')
-optdepends=('wireless_tools: netstat plugin')
-source=(http://downloads.sourceforge.net/sourceforge/lxde/lxpanel-$pkgver.tar.xz)
-sha256sums=('45a9a511287ceb6177d0688f828b0974ebeae8655e05e2a52dddbe0bae30b026')
-
-build() {
-  cd $pkgname-$pkgver
-  CFLAGS+=' -lgmodule-2.0' ./configure \
---sysconfdir=/etc \
---prefix=/usr \
---enable-man
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: lxpanel/repos/community-i686/PKGBUILD (from rev 119850, 
lxpanel/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-09-30 00:19:08 UTC (rev 119851)
@@ -0,0 +1,42 @@
+# $Id$
+# Contributor: Bartłomiej Piotrowski 
+# Contributor: Angel Velasquez 
+# Contributor: Juergen Hoetzel 
+
+pkgname=lxpanel
+pkgver=0.7.1
+pkgrel=2
+pkgdesc='Lightweight X11 desktop panel for LXDE'
+arch=('i686' 'x86_64')
+license=('GPL2')
+url='http://lxde.org/'
+groups=('lxde')
+depends=('gtk2' 'alsa-lib' 'menu-cache' 'lxmenu-data' 'libwnck' 'libfm')
+makedepends=('intltool' 'docbook-xml' 'docbook-xsl' 'wireless_tools')
+optdepends=('wireless_tools: netstat plugin')
+source=(http://downloads.sourceforge.net/sourceforge/lxde/lxpanel-$pkgver.tar.xz
+
lxpanel-0.7.1-SF-679-X11-library-uses-unsigned-long-as-cardinal-32.patch)
+sha256sums=('45a9a511287ceb6177d0688f828b0974ebeae8655e05e2a52dddbe0bae30b026'
+'01a46dc9dd949ef93f27bfd59514e5a88068f618cc0399176a99ecef4aab6aaf')
+
+prepare() {
+  cd $pkgname-$pkgver
+
+  # http://sourceforge.net/p/lxde/bugs/679/
+  # https://bugs.archlinux.org/task/42178
+  patch -Np1 -i 
../lxpanel-0.7.1-SF-679-X11-library-uses-unsigned-long-as-cardinal-32.patch
+}
+
+build() {
+  cd $pkgname-$pkgver
+  CFLAGS+=' -lgmodule-2.0' ./configure \
+--sysconfdir=/etc \
+--prefix=/usr \
+--enable-man
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}

Deleted: community-i686/lxpanel-0.5.12-automake-1.14-support.patch
===
--- community-i686/lxpanel-0.5.12-automake-1.14-support.patch   2014-09-30 
00:18:48 UTC (rev 119850)
+++ community-i686/lxpanel-0.5.12-automake-1.14-support.patch   2014-09-30 
00:19:08 UTC (rev 119851)
@@ -1,15 +0,0 @@
 autogen.sh.orig2013-01-27 10:38:55.0 +0100
-+++

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

2014-09-29 Thread Evangelos Foutras
Date: Tuesday, September 30, 2014 @ 02:18:48
  Author: foutrelis
Revision: 119850

upgpkg: lxpanel 0.7.1-2

Fix FS#42178: not recognized as dock by the window manager

Added:
  
lxpanel/trunk/lxpanel-0.7.1-SF-679-X11-library-uses-unsigned-long-as-cardinal-32.patch
Modified:
  lxpanel/trunk/PKGBUILD
Deleted:
  lxpanel/trunk/lxpanel-0.5.12-automake-1.14-support.patch

--+
 PKGBUILD |   
16 
 lxpanel-0.5.12-automake-1.14-support.patch   |   
15 
 lxpanel-0.7.1-SF-679-X11-library-uses-unsigned-long-as-cardinal-32.patch |  
169 ++
 3 files changed, 182 insertions(+), 18 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-09-29 22:30:22 UTC (rev 119849)
+++ PKGBUILD2014-09-30 00:18:48 UTC (rev 119850)
@@ -5,7 +5,7 @@
 
 pkgname=lxpanel
 pkgver=0.7.1
-pkgrel=1
+pkgrel=2
 pkgdesc='Lightweight X11 desktop panel for LXDE'
 arch=('i686' 'x86_64')
 license=('GPL2')
@@ -14,9 +14,19 @@
 depends=('gtk2' 'alsa-lib' 'menu-cache' 'lxmenu-data' 'libwnck' 'libfm')
 makedepends=('intltool' 'docbook-xml' 'docbook-xsl' 'wireless_tools')
 optdepends=('wireless_tools: netstat plugin')
-source=(http://downloads.sourceforge.net/sourceforge/lxde/lxpanel-$pkgver.tar.xz)
-sha256sums=('45a9a511287ceb6177d0688f828b0974ebeae8655e05e2a52dddbe0bae30b026')
+source=(http://downloads.sourceforge.net/sourceforge/lxde/lxpanel-$pkgver.tar.xz
+
lxpanel-0.7.1-SF-679-X11-library-uses-unsigned-long-as-cardinal-32.patch)
+sha256sums=('45a9a511287ceb6177d0688f828b0974ebeae8655e05e2a52dddbe0bae30b026'
+'01a46dc9dd949ef93f27bfd59514e5a88068f618cc0399176a99ecef4aab6aaf')
 
+prepare() {
+  cd $pkgname-$pkgver
+
+  # http://sourceforge.net/p/lxde/bugs/679/
+  # https://bugs.archlinux.org/task/42178
+  patch -Np1 -i 
../lxpanel-0.7.1-SF-679-X11-library-uses-unsigned-long-as-cardinal-32.patch
+}
+
 build() {
   cd $pkgname-$pkgver
   CFLAGS+=' -lgmodule-2.0' ./configure \

Deleted: lxpanel-0.5.12-automake-1.14-support.patch
===
--- lxpanel-0.5.12-automake-1.14-support.patch  2014-09-29 22:30:22 UTC (rev 
119849)
+++ lxpanel-0.5.12-automake-1.14-support.patch  2014-09-30 00:18:48 UTC (rev 
119850)
@@ -1,15 +0,0 @@
 autogen.sh.orig2013-01-27 10:38:55.0 +0100
-+++ autogen.sh 2013-01-27 10:59:56.897030226 +0100
-@@ -6,9 +6,10 @@
- 
- if [ "$AM_INSTALLED_VERSION" != "1.10" \
- -a "$AM_INSTALLED_VERSION" != "1.11" \
---a "$AM_INSTALLED_VERSION" != "1.12" ];then
-+-a "$AM_INSTALLED_VERSION" != "1.12" \
-+  -a "$AM_INSTALLED_VERSION" != "1.14" ];then
-   echo
--  echo "You must have automake 1.10, 1.11, or 1.12 installed to compile 
lxpanel."
-+  echo "You must have automake >=1.10 installed to compile lxpanel."
-   echo "Install the appropriate package for your distribution,"
-   echo "or get the source tarball at http://ftp.gnu.org/gnu/automake/";
-   exit 1

Added: lxpanel-0.7.1-SF-679-X11-library-uses-unsigned-long-as-cardinal-32.patch
===
--- lxpanel-0.7.1-SF-679-X11-library-uses-unsigned-long-as-cardinal-32.patch
(rev 0)
+++ lxpanel-0.7.1-SF-679-X11-library-uses-unsigned-long-as-cardinal-32.patch
2014-09-30 00:18:48 UTC (rev 119850)
@@ -0,0 +1,169 @@
+From 0bfcc6c97fca70de51acf06396578ddd7f03e9b1 Mon Sep 17 00:00:00 2001
+From: Andriy Grytsenko 
+Date: Wed, 24 Sep 2014 16:51:08 +0300
+Subject: [PATCH] [SF#679]X11 library uses unsigned long as cardinal-32 data,
+ not uint32_t.
+
+That lead to invalid strut setting after 
5cc945e412002531bb349a0443c837393ce57c43
+And it might lead to other bugs on 64-bit architectures as well,
+may be just not reported yet or not reproduced yet.
+---
+ plugins/launchtaskbar.c |  2 +-
+ src/ev.c|  4 ++--
+ src/misc.c  | 10 +-
+ src/panel.c | 12 ++--
+ src/private.h   |  2 +-
+ 5 files changed, 15 insertions(+), 15 deletions(-)
+
+diff --git a/plugins/launchtaskbar.c b/plugins/launchtaskbar.c
+index 804c6e5..89c9a0b 100644
+--- a/plugins/launchtaskbar.c
 b/plugins/launchtaskbar.c
+@@ -2690,7 +2690,7 @@ static void taskbar_button_size_allocate(GtkWidget * 
btn, GtkAllocation * alloc,
+ 
+ 
+ /* Send a NET_WM_ICON_GEOMETRY property change on the window. */
+-guint32 data[4];
++gulong data[4];
+ data[0] = x;
+ data[1] = y;
+ data[2] = alloc->width;
+diff --git a/src/ev.c b/src/ev.c
+index e4dd66e..bf47fe0 100644
+--- a/src/ev.c
 b/src/ev.c
+@@ -290,7 +290,7 @@ fb_ev_current_desktop(FbEv *ev)
+ {
+ ENTER;
+ if (ev->current_desktop == -1) {
+-guint32 *data;
++gulong *data;
+ 
+ data = get_xaproperty (GDK_ROOT_W

[arch-commits] Commit in audacity/trunk (PKGBUILD audacity-ffmpeg.patch)

2014-09-29 Thread Eric Bélanger
Date: Tuesday, September 30, 2014 @ 01:52:22
  Author: eric
Revision: 223693

upgpkg: audacity 2.0.6-1

Upstream update, Add patch to build against ffmpeg

Added:
  audacity/trunk/audacity-ffmpeg.patch
Modified:
  audacity/trunk/PKGBUILD

---+
 PKGBUILD  |   24 +++-
 audacity-ffmpeg.patch |   30 ++
 2 files changed, 45 insertions(+), 9 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-09-29 22:12:00 UTC (rev 223692)
+++ PKGBUILD2014-09-29 23:52:22 UTC (rev 223693)
@@ -2,24 +2,30 @@
 # Maintainer: Eric Bélanger 
 
 pkgname=audacity
-pkgver=2.0.5
-pkgrel=2
+pkgver=2.0.6
+pkgrel=1
 pkgdesc="A program that lets you manipulate digital audio waveforms"
 arch=('i686' 'x86_64')
 url="http://audacity.sourceforge.net/";
 license=('GPL')
-depends=('libmad' 'libid3tag' 'wxgtk2.8' 'lame' 'hicolor-icon-theme'
-'desktop-file-utils' 'jack' 'soundtouch' 'ffmpeg-compat')
-makedepends=('cmake')
+depends=('libmad' 'libid3tag' 'wxgtk2.8' 'lame' 'jack' 'soundtouch'
+'ffmpeg' 'desktop-file-utils')
+makedepends=('cmake' 'python2')
 options=('!makeflags')
 install=audacity.install
-source=(http://audacity.googlecode.com/files/${pkgname}-minsrc-${pkgver}.tar.xz)
-sha1sums=('f63cafb81f29e7f3813dc9f80fb1dfdbcfe46b33')
+source=(http://downloads.sourceforge.net/project/audacity/audacity/${pkgver}/${pkgname}-minsrc-${pkgver}.tar.xz
+audacity-ffmpeg.patch)
+sha1sums=('9fd664a71684e7e07472a48fa716f89c87b1929d'
+  '3fa0a06501ae525515f3e46ef9d20aa1a9ea8921')
 
+prepare() {
+  cd ${pkgname}-src-${pkgver}
+  patch -p1 -i "${srcdir}/audacity-ffmpeg.patch"
+}
+
 build() {
   cd ${pkgname}-src-${pkgver}
-  WX_CONFIG=/usr/bin/wx-config-2.8 
PKG_CONFIG_PATH+="/usr/lib/ffmpeg-compat/pkgconfig" \
-./configure --prefix=/usr
+  WX_CONFIG=/usr/bin/wx-config-2.8 ./configure --prefix=/usr
   make
 }
 

Added: audacity-ffmpeg.patch
===
--- audacity-ffmpeg.patch   (rev 0)
+++ audacity-ffmpeg.patch   2014-09-29 23:52:22 UTC (rev 223693)
@@ -0,0 +1,30 @@
+diff -Naur audacity-src-2.0.6-orig/src/FFmpeg.h audacity-src-2.0.6/src/FFmpeg.h
+--- audacity-src-2.0.6-orig/src/FFmpeg.h   2014-09-28 21:54:55.159636208 
-0400
 audacity-src-2.0.6/src/FFmpeg.h2014-09-28 21:55:11.246276766 -0400
+@@ -688,7 +688,7 @@
+FFMPEG_FUNCTION_WITH_RETURN(
+   AVOutputFormat*,
+   av_oformat_next,
+-  (AVOutputFormat *f),
++  (const AVOutputFormat *f),
+   (f)
+);
+FFMPEG_FUNCTION_WITH_RETURN(
+@@ -755,7 +755,7 @@
+FFMPEG_FUNCTION_WITH_RETURN(
+   int,
+   av_fifo_size,
+-  (AVFifoBuffer *f),
++  (FF_CONST_AVUTIL53 AVFifoBuffer *f),
+   (f)
+);
+FFMPEG_FUNCTION_WITH_RETURN(
+@@ -801,7 +801,7 @@
+FFMPEG_FUNCTION_WITH_RETURN(
+   AVDictionaryEntry *,
+   av_dict_get,
+-  (AVDictionary *m, const char *key, const AVDictionaryEntry *prev, int 
flags),
++  (FF_CONST_AVUTIL53 AVDictionary *m, const char *key, const 
AVDictionaryEntry *prev, int flags),
+   (m, key, prev, flags)
+);
+FFMPEG_FUNCTION_WITH_RETURN(


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

2014-09-29 Thread Eric Bélanger
Date: Tuesday, September 30, 2014 @ 01:55:11
  Author: eric
Revision: 223694

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

Added:
  audacity/repos/extra-i686/PKGBUILD
(from rev 223693, audacity/trunk/PKGBUILD)
  audacity/repos/extra-i686/audacity-ffmpeg.patch
(from rev 223693, audacity/trunk/audacity-ffmpeg.patch)
  audacity/repos/extra-i686/audacity.install
(from rev 223693, audacity/trunk/audacity.install)
  audacity/repos/extra-x86_64/PKGBUILD
(from rev 223693, audacity/trunk/PKGBUILD)
  audacity/repos/extra-x86_64/audacity-ffmpeg.patch
(from rev 223693, audacity/trunk/audacity-ffmpeg.patch)
  audacity/repos/extra-x86_64/audacity.install
(from rev 223693, audacity/trunk/audacity.install)
Deleted:
  audacity/repos/extra-i686/PKGBUILD
  audacity/repos/extra-i686/audacity.install
  audacity/repos/extra-x86_64/PKGBUILD
  audacity/repos/extra-x86_64/audacity.install

+
 /PKGBUILD  |   70 +++
 /audacity.install  |   26 +
 extra-i686/PKGBUILD|   29 --
 extra-i686/audacity-ffmpeg.patch   |   30 +++
 extra-i686/audacity.install|   13 --
 extra-x86_64/PKGBUILD  |   29 --
 extra-x86_64/audacity-ffmpeg.patch |   30 +++
 extra-x86_64/audacity.install  |   13 --
 8 files changed, 156 insertions(+), 84 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-09-29 23:52:22 UTC (rev 223693)
+++ extra-i686/PKGBUILD 2014-09-29 23:55:11 UTC (rev 223694)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Eric Bélanger 
-
-pkgname=audacity
-pkgver=2.0.5
-pkgrel=2
-pkgdesc="A program that lets you manipulate digital audio waveforms"
-arch=('i686' 'x86_64')
-url="http://audacity.sourceforge.net/";
-license=('GPL')
-depends=('libmad' 'libid3tag' 'wxgtk2.8' 'lame' 'hicolor-icon-theme'
-'desktop-file-utils' 'jack' 'soundtouch' 'ffmpeg-compat')
-makedepends=('cmake')
-options=('!makeflags')
-install=audacity.install
-source=(http://audacity.googlecode.com/files/${pkgname}-minsrc-${pkgver}.tar.xz)
-sha1sums=('f63cafb81f29e7f3813dc9f80fb1dfdbcfe46b33')
-
-build() {
-  cd ${pkgname}-src-${pkgver}
-  WX_CONFIG=/usr/bin/wx-config-2.8 
PKG_CONFIG_PATH+="/usr/lib/ffmpeg-compat/pkgconfig" \
-./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd ${pkgname}-src-${pkgver}
-  make DESTDIR="${pkgdir}" install
-}

Copied: audacity/repos/extra-i686/PKGBUILD (from rev 223693, 
audacity/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-09-29 23:55:11 UTC (rev 223694)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Eric Bélanger 
+
+pkgname=audacity
+pkgver=2.0.6
+pkgrel=1
+pkgdesc="A program that lets you manipulate digital audio waveforms"
+arch=('i686' 'x86_64')
+url="http://audacity.sourceforge.net/";
+license=('GPL')
+depends=('libmad' 'libid3tag' 'wxgtk2.8' 'lame' 'jack' 'soundtouch'
+'ffmpeg' 'desktop-file-utils')
+makedepends=('cmake' 'python2')
+options=('!makeflags')
+install=audacity.install
+source=(http://downloads.sourceforge.net/project/audacity/audacity/${pkgver}/${pkgname}-minsrc-${pkgver}.tar.xz
+audacity-ffmpeg.patch)
+sha1sums=('9fd664a71684e7e07472a48fa716f89c87b1929d'
+  '3fa0a06501ae525515f3e46ef9d20aa1a9ea8921')
+
+prepare() {
+  cd ${pkgname}-src-${pkgver}
+  patch -p1 -i "${srcdir}/audacity-ffmpeg.patch"
+}
+
+build() {
+  cd ${pkgname}-src-${pkgver}
+  WX_CONFIG=/usr/bin/wx-config-2.8 ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${pkgname}-src-${pkgver}
+  make DESTDIR="${pkgdir}" install
+}

Copied: audacity/repos/extra-i686/audacity-ffmpeg.patch (from rev 223693, 
audacity/trunk/audacity-ffmpeg.patch)
===
--- extra-i686/audacity-ffmpeg.patch(rev 0)
+++ extra-i686/audacity-ffmpeg.patch2014-09-29 23:55:11 UTC (rev 223694)
@@ -0,0 +1,30 @@
+diff -Naur audacity-src-2.0.6-orig/src/FFmpeg.h audacity-src-2.0.6/src/FFmpeg.h
+--- audacity-src-2.0.6-orig/src/FFmpeg.h   2014-09-28 21:54:55.159636208 
-0400
 audacity-src-2.0.6/src/FFmpeg.h2014-09-28 21:55:11.246276766 -0400
+@@ -688,7 +688,7 @@
+FFMPEG_FUNCTION_WITH_RETURN(
+   AVOutputFormat*,
+   av_oformat_next,
+-  (AVOutputFormat *f),
++  (const AVOutputFormat *f),
+   (f)
+);
+FFMPEG_FUNCTION_WITH_RETURN(
+@@ -755,7 +755,7 @@
+FFMPEG_FUNCTION_WITH_RETURN(
+   int,
+   av_fifo_size,
+-  (AVFifoBuffer *f),
++  (FF_CONST_AVUTIL53 AVFifoBuffer *f),
+   (f)
+);
+FFMPEG_FUNCTION_WITH_RETURN(
+@@ -801,7 +801,7 @@
+FFMPEG_FUNCTION_WITH_RETURN(
+   AVDictionaryEntry *,
+   av_dict_get,
+-  (AVDictionary *m, const char *k

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

2014-09-29 Thread Timothy Redaelli
Date: Tuesday, September 30, 2014 @ 00:30:11
  Author: tredaelli
Revision: 119848

upgpkg: parallel 20140922-1

Modified:
  parallel/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-09-29 22:24:35 UTC (rev 119847)
+++ PKGBUILD2014-09-29 22:30:11 UTC (rev 119848)
@@ -4,8 +4,8 @@
 # Contributor: Peter Simons 
 
 pkgname=parallel
-pkgver=20140822
-pkgrel=2
+pkgver=20140922
+pkgrel=1
 pkgdesc='A shell tool for executing jobs in parallel'
 arch=('any')
 url='http://www.gnu.org/software/parallel/'
@@ -12,9 +12,9 @@
 license=('GPL3')
 depends=('perl' 'procps')
 source=(http://ftp.gnu.org/gnu/$pkgname/$pkgname-$pkgver.tar.bz2{,.sig})
-md5sums=('81064272734f7576f367636eb7d6059d'
+md5sums=('82501190145992d56abf2e391752820b'
  'SKIP')
-sha1sums=('ca81369f106137380ba6a1729fb85efbf9c6e00f'
+sha1sums=('30face2362e8c15057b4914786b38a2d2e54ec9a'
   'SKIP')
 
 build() {


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

2014-09-29 Thread Timothy Redaelli
Date: Tuesday, September 30, 2014 @ 00:30:22
  Author: tredaelli
Revision: 119849

archrelease: copy trunk to community-any

Added:
  parallel/repos/community-any/PKGBUILD
(from rev 119848, parallel/trunk/PKGBUILD)
  parallel/repos/community-any/fix-pod-numbers.patch
(from rev 119848, parallel/trunk/fix-pod-numbers.patch)
Deleted:
  parallel/repos/community-any/PKGBUILD
  parallel/repos/community-any/fix-pod-numbers.patch

---+
 PKGBUILD  |   68 +-
 fix-pod-numbers.patch |   94 
 2 files changed, 81 insertions(+), 81 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-09-29 22:30:11 UTC (rev 119848)
+++ PKGBUILD2014-09-29 22:30:22 UTC (rev 119849)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Timothy Redaelli 
-# Contributor: Vianney le Clément 
-# Contributor: Peter Simons 
-
-pkgname=parallel
-pkgver=20140822
-pkgrel=2
-pkgdesc='A shell tool for executing jobs in parallel'
-arch=('any')
-url='http://www.gnu.org/software/parallel/'
-license=('GPL3')
-depends=('perl' 'procps')
-source=(http://ftp.gnu.org/gnu/$pkgname/$pkgname-$pkgver.tar.bz2{,.sig})
-md5sums=('81064272734f7576f367636eb7d6059d'
- 'SKIP')
-sha1sums=('ca81369f106137380ba6a1729fb85efbf9c6e00f'
-  'SKIP')
-
-build() {
-  cd "$pkgname-$pkgver"
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-  make DESTDIR="$pkgdir/" install
-
-  # FIXME
-  ln -sf parallel "$pkgdir/usr/bin/sem"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: parallel/repos/community-any/PKGBUILD (from rev 119848, 
parallel/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-09-29 22:30:22 UTC (rev 119849)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Timothy Redaelli 
+# Contributor: Vianney le Clément 
+# Contributor: Peter Simons 
+
+pkgname=parallel
+pkgver=20140922
+pkgrel=1
+pkgdesc='A shell tool for executing jobs in parallel'
+arch=('any')
+url='http://www.gnu.org/software/parallel/'
+license=('GPL3')
+depends=('perl' 'procps')
+source=(http://ftp.gnu.org/gnu/$pkgname/$pkgname-$pkgver.tar.bz2{,.sig})
+md5sums=('82501190145992d56abf2e391752820b'
+ 'SKIP')
+sha1sums=('30face2362e8c15057b4914786b38a2d2e54ec9a'
+  'SKIP')
+
+build() {
+  cd "$pkgname-$pkgver"
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  make DESTDIR="$pkgdir/" install
+
+  # FIXME
+  ln -sf parallel "$pkgdir/usr/bin/sem"
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: fix-pod-numbers.patch
===
--- fix-pod-numbers.patch   2014-09-29 22:30:11 UTC (rev 119848)
+++ fix-pod-numbers.patch   2014-09-29 22:30:22 UTC (rev 119849)
@@ -1,47 +0,0 @@
 src/parallel.pod.orig
-+++ src/parallel.pod
-@@ -528,18 +528,18 @@
- 
- =over 3
- 
--=item 0
-+=item 0Z<>
- 
- Do not halt if a job fails. Exit status will be the number of jobs
- failed. This is the default.
- 
--=item 1
-+=item 1Z<>
- 
- Do not start new jobs if a job fails, but complete the running jobs
- including cleanup. The exit status will be the exit status from the
- last failing job.
- 
--=item 2
-+=item 2Z<>
- 
- Kill off all jobs immediately and exit without cleanup. The exit
- status will be the exit status from the failing job.
-@@ -2760,7 +2760,7 @@
- 
- =over 6
- 
--=item 0
-+=item 0Z<>
- 
- All jobs ran without error.
- 
-@@ -2768,11 +2768,11 @@
- 
- Some of the jobs failed. The exit status gives the number of failed jobs
- 
--=item 254
-+=item 254Z<>
- 
- More than 253 jobs failed.
- 
--=item 255
-+=item 255Z<>
- 
- Other error.
- 

Copied: parallel/repos/community-any/fix-pod-numbers.patch (from rev 119848, 
parallel/trunk/fix-pod-numbers.patch)
===
--- fix-pod-numbers.patch   (rev 0)
+++ fix-pod-numbers.patch   2014-09-29 22:30:22 UTC (rev 119849)
@@ -0,0 +1,47 @@
+--- src/parallel.pod.orig
 src/parallel.pod
+@@ -528,18 +528,18 @@
+ 
+ =over 3
+ 
+-=item 0
++=item 0Z<>
+ 
+ Do not halt if a job fails. Exit status will be the number of jobs
+ failed. This is the default.
+ 
+-=item 1
++=item 1Z<>
+ 
+ Do not start new jobs if a job fails, but complete the running jobs
+ including cleanup. The exit status will be the exit status from the
+ last failing job.
+ 
+-=item 2
++=item 2Z<>
+ 
+ Kill off all jobs immediately and exit without cleanup. The exit
+ status will be the exit status from the failing job.
+@@ -2760,7 +2760,7 @@
+ 
+ =over 6
+ 
+-=item 0
++=item 0Z<>
+ 
+ All jobs ran without error.
+ 
+@@ -2768,11 +2768,11 @@
+ 
+ Some of the jobs failed. The exit status gives the number of failed jobs
+ 
+-=item 254
++=item 254Z<>
+ 
+ More than 253 jobs failed.
+ 
+-=item 255
++=item 255Z<>
+ 
+ Other error.
+ 


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

2014-09-29 Thread Timothy Redaelli
Date: Tuesday, September 30, 2014 @ 00:24:35
  Author: tredaelli
Revision: 119847

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

Added:
  bitcoin/repos/community-i686/PKGBUILD
(from rev 119846, bitcoin/trunk/PKGBUILD)
  bitcoin/repos/community-i686/bitcoin-qt.install
(from rev 119846, bitcoin/trunk/bitcoin-qt.install)
  bitcoin/repos/community-x86_64/PKGBUILD
(from rev 119846, bitcoin/trunk/PKGBUILD)
  bitcoin/repos/community-x86_64/bitcoin-qt.install
(from rev 119846, bitcoin/trunk/bitcoin-qt.install)
Deleted:
  bitcoin/repos/community-i686/PKGBUILD
  bitcoin/repos/community-i686/bitcoin-qt.install
  bitcoin/repos/community-x86_64/PKGBUILD
  bitcoin/repos/community-x86_64/bitcoin-qt.install

-+
 /PKGBUILD   |  168 ++
 /bitcoin-qt.install |   22 
 community-i686/PKGBUILD |   84 -
 community-i686/bitcoin-qt.install   |   11 --
 community-x86_64/PKGBUILD   |   84 -
 community-x86_64/bitcoin-qt.install |   11 --
 6 files changed, 190 insertions(+), 190 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-09-29 22:24:17 UTC (rev 119846)
+++ community-i686/PKGBUILD 2014-09-29 22:24:35 UTC (rev 119847)
@@ -1,84 +0,0 @@
-# $Id$
-# Maintainer: Timothy Redaelli 
-# Contributor: shahid 
-
-pkgbase=bitcoin
-pkgname=('bitcoin-daemon' 'bitcoin-cli' 'bitcoin-qt')
-pkgver=0.9.2.1
-pkgrel=2
-arch=('i686' 'x86_64')
-url="http://www.bitcoin.org/";
-makedepends=('boost' 'automoc4' 'qrencode' 'miniupnpc' 'protobuf')
-license=('MIT')
-source=(http://bitcoin.org/bin/$pkgver/bitcoin-$pkgver-linux.tar.gz
-   
https://raw.github.com/bitcoin/bitcoin/v$pkgver/contrib/debian/bitcoin-qt.desktop
-   
https://raw.github.com/bitcoin/bitcoin/v$pkgver/share/pixmaps/bitcoin128.png
-   
https://raw.github.com/bitcoin/bitcoin/v$pkgver/contrib/debian/examples/bitcoin.conf
-   
https://raw.github.com/bitcoin/bitcoin/v$pkgver/contrib/debian/manpages/bitcoind.1
-   
https://raw.github.com/bitcoin/bitcoin/v$pkgver/contrib/debian/manpages/bitcoin.conf.5)
-sha256sums=('0060f7d38b98113ab912d4c184000291d7f026eaf77ca5830deec15059678f54'
-'b65b377c0d9ecae9eea722843bca0add6bdb7e50929a7e1f751b79b6621c6073'
-'ad880c8459ecfdb96abe6a4689af06bdd27906e0edcd39d0915482f2da91e722'
-'e141088b07641e4e58cc750f93bbdda1ca0e8f07262fce66b73524c1ed97480e'
-'881dcc53ebe2d2a4f8647eb206fd355c69e4186f225e2dcfce19d276381e613a'
-'b7b232079027c41061dcfd21bca2054e349e4bed4f233733406bb3d90bd533ec')
-
-# Upstream should be more coherent!
-case "$pkgver" in
-*.*.*.*)
-  _pkgver=${pkgver%.*}
-  ;;
-*)
-  _pkgver=$pkgver
-  ;;
-esac
-
-prepare() {
-  cd "$srcdir/$pkgbase-$pkgver-linux/src"
-  tar xf $pkgbase-$_pkgver.tar.gz
-}
-
-build() {
-  cd "$srcdir/$pkgbase-$pkgver-linux/src/$pkgbase-$_pkgver"
-  ./configure --prefix=/usr --with-incompatible-bdb --with-gui=qt4
-  make
-}
-
-package_bitcoin-qt() {
-  pkgdesc="Bitcoin is a peer-to-peer network based digital currency - Qt"
-  depends=(boost-libs qt4 miniupnpc qrencode protobuf)
-  install=bitcoin-qt.install
-
-  cd "$srcdir/$pkgbase-$pkgver-linux/src/$pkgbase-$_pkgver"
-  install -Dm755 src/qt/bitcoin-qt "$pkgdir"/usr/bin/bitcoin-qt
-  install -Dm644 "$srcdir"/bitcoin-qt.desktop \
-"$pkgdir"/usr/share/applications/bitcoin.desktop
-  install -Dm644 "$srcdir"/bitcoin128.png \
-"$pkgdir"/usr/share/pixmaps/bitcoin128.png
-
-  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
-}
-
-package_bitcoin-daemon() {
-  pkgdesc="Bitcoin is a peer-to-peer network based digital currency - daemon"
-  depends=(boost-libs miniupnpc openssl)
-
-  cd "$srcdir/$pkgbase-$pkgver-linux/src/$pkgbase-$_pkgver"
-  install -Dm755 src/bitcoind "$pkgdir"/usr/bin/bitcoind
-  install -Dm644 "$srcdir"/bitcoin.conf \
-"$pkgdir/usr/share/doc/$pkgname/examples/bitcoin.conf"
-  install -Dm644 "$srcdir"/bitcoind.1 \
-"$pkgdir"/usr/share/man/man1/bitcoind.1
-  install -Dm644 "$srcdir"/bitcoin.conf.5 \
-"$pkgdir"/usr/share/man/man5/bitcoin.conf.5
-  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
-}
-
-package_bitcoin-cli() {
-  pkgdesc="Bitcoin is a peer-to-peer network based digital currency - RPC 
client"
-  depends=(boost-libs openssl)
-
-  cd "$srcdir/$pkgbase-$pkgver-linux/src/$pkgbase-$_pkgver"
-  install -Dm755 src/bitcoin-cli "$pkgdir"/usr/bin/bitcoin-cli
-  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
-}

Copied: bitcoin/repos/community-i686/PKGBUILD (from rev 119846, 
bitcoin/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-09-29 22:24:35 UTC (rev 119847)
@@ -0,0 +1,84 

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

2014-09-29 Thread Timothy Redaelli
Date: Tuesday, September 30, 2014 @ 00:24:17
  Author: tredaelli
Revision: 119846

upgpkg: bitcoin 0.9.3-1

Modified:
  bitcoin/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-09-29 20:32:34 UTC (rev 119845)
+++ PKGBUILD2014-09-29 22:24:17 UTC (rev 119846)
@@ -4,8 +4,8 @@
 
 pkgbase=bitcoin
 pkgname=('bitcoin-daemon' 'bitcoin-cli' 'bitcoin-qt')
-pkgver=0.9.2.1
-pkgrel=2
+pkgver=0.9.3
+pkgrel=1
 arch=('i686' 'x86_64')
 url="http://www.bitcoin.org/";
 makedepends=('boost' 'automoc4' 'qrencode' 'miniupnpc' 'protobuf')
@@ -16,7 +16,7 @@

https://raw.github.com/bitcoin/bitcoin/v$pkgver/contrib/debian/examples/bitcoin.conf

https://raw.github.com/bitcoin/bitcoin/v$pkgver/contrib/debian/manpages/bitcoind.1

https://raw.github.com/bitcoin/bitcoin/v$pkgver/contrib/debian/manpages/bitcoin.conf.5)
-sha256sums=('0060f7d38b98113ab912d4c184000291d7f026eaf77ca5830deec15059678f54'
+sha256sums=('c425783b6cbab9b801ad6a1dcc9235828b98e5dee6675112741f8b210e4f65cd'
 'b65b377c0d9ecae9eea722843bca0add6bdb7e50929a7e1f751b79b6621c6073'
 'ad880c8459ecfdb96abe6a4689af06bdd27906e0edcd39d0915482f2da91e722'
 'e141088b07641e4e58cc750f93bbdda1ca0e8f07262fce66b73524c1ed97480e'


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

2014-09-29 Thread Gaetan Bisson
Date: Tuesday, September 30, 2014 @ 00:12:00
  Author: bisson
Revision: 223692

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

Added:
  s-nail/repos/testing-i686/PKGBUILD
(from rev 223691, s-nail/trunk/PKGBUILD)
  s-nail/repos/testing-x86_64/PKGBUILD
(from rev 223691, s-nail/trunk/PKGBUILD)
Deleted:
  s-nail/repos/testing-i686/PKGBUILD
  s-nail/repos/testing-x86_64/PKGBUILD

-+
 /PKGBUILD   |  102 ++
 testing-i686/PKGBUILD   |   52 ---
 testing-x86_64/PKGBUILD |   52 ---
 3 files changed, 102 insertions(+), 104 deletions(-)

Deleted: testing-i686/PKGBUILD
===
--- testing-i686/PKGBUILD   2014-09-29 22:11:24 UTC (rev 223691)
+++ testing-i686/PKGBUILD   2014-09-29 22:12:00 UTC (rev 223692)
@@ -1,52 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson 
-# Contributor: Stéphane Gaudreault 
-# Contributor: Sergej Pupykin 
-# Contributor: Andreas Wagner 
-
-pkgname=s-nail
-pkgver=14.7.7
-pkgrel=1
-pkgdesc='Mail processing system with a command syntax reminiscent of ed'
-url='http://sdaoden.users.sourceforge.net/code.html#s-nail'
-license=('custom:BSD')
-arch=('i686' 'x86_64')
-depends=('openssl' 'krb5')
-optdepends=('smtp-forwarder: for sending mail')
-source=("http://downloads.sourceforge.net/project/${pkgname}/${pkgname}-${pkgver//./_}.tar.xz";)
-sha1sums=('c07f85db753f6cc0316ae5a28582ba27f1424d08')
-
-groups=('base')
-backup=('etc/mail.rc')
-replaces=('mailx' 'mailx-heirloom' 'heirloom-mailx')
-provides=('mailx' 'mailx-heirloom' 'heirloom-mailx')
-conflicts=('mailx' 'mailx-heirloom' 'heirloom-mailx')
-
-build() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   CFLAGS+=" $CPPFLAGS"
-   make \
-   PREFIX=/usr \
-   SYSCONFDIR=/etc \
-   MANDIR=/usr/share/man \
-   MAILSPOOL=/var/spool/mail \
-   SID= NAIL=mail \
-   WANT_AUTOCC=0 \
-   config
-
-   make build
-}
-
-check() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   ln -s mail s-nail
-   make test
-}
-
-package() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   make DESTDIR="${pkgdir}" packager-install
-   ln -sf mail "${pkgdir}"/usr/bin/mailx
-   ln -sf mail.1.gz "${pkgdir}"/usr/share/man/man1/mailx.1.gz
-   install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
-}

Copied: s-nail/repos/testing-i686/PKGBUILD (from rev 223691, 
s-nail/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-09-29 22:12:00 UTC (rev 223692)
@@ -0,0 +1,51 @@
+# $Id$
+# Maintainer: Gaetan Bisson 
+# Contributor: Stéphane Gaudreault 
+# Contributor: Sergej Pupykin 
+# Contributor: Andreas Wagner 
+
+pkgname=s-nail
+pkgver=14.7.8
+pkgrel=1
+pkgdesc='Mail processing system with a command syntax reminiscent of ed'
+url='http://sdaoden.users.sourceforge.net/code.html#s-nail'
+license=('custom:BSD')
+arch=('i686' 'x86_64')
+depends=('openssl' 'krb5')
+optdepends=('smtp-forwarder: for sending mail')
+source=("http://downloads.sourceforge.net/project/${pkgname}/${pkgname}-${pkgver//./_}.tar.xz";)
+sha1sums=('9ad2e99d0671550005a2563e5fd80c1a05bc0420')
+
+groups=('base')
+backup=('etc/mail.rc')
+replaces=('mailx' 'mailx-heirloom' 'heirloom-mailx')
+provides=('mailx' 'mailx-heirloom' 'heirloom-mailx')
+conflicts=('mailx' 'mailx-heirloom' 'heirloom-mailx')
+
+build() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   CFLAGS+=" $CPPFLAGS"
+   make \
+   PREFIX=/usr \
+   SYSCONFDIR=/etc \
+   MANDIR=/usr/share/man \
+   MAILSPOOL=/var/spool/mail \
+   SID= NAIL=mail \
+   WANT_AUTOCC=0 \
+   config
+
+   make build
+}
+
+check() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   make test
+}
+
+package() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   make DESTDIR="${pkgdir}" packager-install
+   ln -sf mail "${pkgdir}"/usr/bin/mailx
+   ln -sf mail.1.gz "${pkgdir}"/usr/share/man/man1/mailx.1.gz
+   install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
+}

Deleted: testing-x86_64/PKGBUILD
===
--- testing-x86_64/PKGBUILD 2014-09-29 22:11:24 UTC (rev 223691)
+++ testing-x86_64/PKGBUILD 2014-09-29 22:12:00 UTC (rev 223692)
@@ -1,52 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson 
-# Contributor: Stéphane Gaudreault 
-# Contributor: Sergej Pupykin 
-# Contributor: Andreas Wagner 
-
-pkgname=s-nail
-pkgver=14.7.7
-pkgrel=1
-pkgdesc='Mail processing system with a command syntax reminiscent of ed'
-url='http://sdaoden.users.sourceforge.net/code.html#s-nail'
-license=('custom:BSD')
-arch=('i686' 'x86_64')
-depends=('openssl' 'krb5')

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

2014-09-29 Thread Gaetan Bisson
Date: Tuesday, September 30, 2014 @ 00:11:24
  Author: bisson
Revision: 223691

upstream update

Modified:
  s-nail/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-09-29 19:04:20 UTC (rev 223690)
+++ PKGBUILD2014-09-29 22:11:24 UTC (rev 223691)
@@ -5,7 +5,7 @@
 # Contributor: Andreas Wagner 
 
 pkgname=s-nail
-pkgver=14.7.7
+pkgver=14.7.8
 pkgrel=1
 pkgdesc='Mail processing system with a command syntax reminiscent of ed'
 url='http://sdaoden.users.sourceforge.net/code.html#s-nail'
@@ -14,7 +14,7 @@
 depends=('openssl' 'krb5')
 optdepends=('smtp-forwarder: for sending mail')
 
source=("http://downloads.sourceforge.net/project/${pkgname}/${pkgname}-${pkgver//./_}.tar.xz";)
-sha1sums=('c07f85db753f6cc0316ae5a28582ba27f1424d08')
+sha1sums=('9ad2e99d0671550005a2563e5fd80c1a05bc0420')
 
 groups=('base')
 backup=('etc/mail.rc')
@@ -39,7 +39,6 @@
 
 check() {
cd "${srcdir}/${pkgname}-${pkgver}"
-   ln -s mail s-nail
make test
 }
 


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

2014-09-29 Thread Martin Wimpress
Date: Monday, September 29, 2014 @ 22:32:22
  Author: flexiondotorg
Revision: 119844

upgpkg: mate-control-center 1.8.3-1 - New upstream release.

Modified:
  mate-control-center/trunk/PKGBUILD
Deleted:
  
mate-control-center/trunk/remove-segfault-when-more-custom-keybindings-configured.diff

--+
 PKGBUILD |   16 ++
 remove-segfault-when-more-custom-keybindings-configured.diff |   12 ---
 2 files changed, 4 insertions(+), 24 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-09-29 20:19:21 UTC (rev 119843)
+++ PKGBUILD2014-09-29 20:32:22 UTC (rev 119844)
@@ -1,8 +1,8 @@
 # Maintainer : Martin Wimpress 
 
 pkgname=mate-control-center
-pkgver=1.8.2
-pkgrel=2
+pkgver=1.8.3
+pkgrel=1
 pkgdesc="The Control Center for MATE"
 url="http://mate-desktop.org";
 arch=('i686' 'x86_64')
@@ -14,18 +14,10 @@
 makedepends=('docbook2x' 'mate-common' 'perl-xml-parser' 'yelp-tools')
 optdepends=('yelp: for reading MATE help documents')
 groups=('mate')
-source=("http://pub.mate-desktop.org/releases/1.8/${pkgname}-${pkgver}.tar.xz";
-'remove-segfault-when-more-custom-keybindings-configured.diff')
-sha1sums=('581439b1e9d042f6cf5707e041fc521fa3fe63f8'
-  'f94b3c5e42b0cc8404c59231389ece3e6d93ca0d')
+source=("http://pub.mate-desktop.org/releases/1.8/${pkgname}-${pkgver}.tar.xz";)
+sha1sums=('f1c571ff26cafe32e07d82f771a4130d2643a2b5')
 install=${pkgname}.install
 
-prepare() {
-cd "${srcdir}/${pkgname}-${pkgver}"
-# https://github.com/mate-desktop/mate-control-center/issues/80
-patch -Np1 -i 
"${srcdir}/remove-segfault-when-more-custom-keybindings-configured.diff"
-}
-
 build() {
 cd "${srcdir}/${pkgname}-${pkgver}"
 ./configure \

Deleted: remove-segfault-when-more-custom-keybindings-configured.diff
===
--- remove-segfault-when-more-custom-keybindings-configured.diff
2014-09-29 20:19:21 UTC (rev 119843)
+++ remove-segfault-when-more-custom-keybindings-configured.diff
2014-09-29 20:32:22 UTC (rev 119844)
@@ -1,12 +0,0 @@
-diff --git a/capplets/keybindings/mate-keybinding-properties.c 
b/capplets/keybindings/mate-keybinding-properties.c
-index 6e44255..ae9bee9 100644
 a/capplets/keybindings/mate-keybinding-properties.c
-+++ b/capplets/keybindings/mate-keybinding-properties.c
-@@ -1000,6 +1000,7 @@ append_keys_to_tree_from_gsettings (GtkBuilder *builder, 
const gchar *gsettings_
-   key.name = g_strdup("binding");
-   key.cmd_key = g_strdup("action");
-   key.description_key = g_strdup("name");
-+  key.schema = NULL;
-   g_array_append_val (entries, key);
- }
- }


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

2014-09-29 Thread Martin Wimpress
Date: Monday, September 29, 2014 @ 22:32:34
  Author: flexiondotorg
Revision: 119845

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

Added:
  mate-control-center/repos/community-i686/PKGBUILD
(from rev 119844, mate-control-center/trunk/PKGBUILD)
  mate-control-center/repos/community-i686/mate-control-center.install
(from rev 119844, mate-control-center/trunk/mate-control-center.install)
  mate-control-center/repos/community-x86_64/PKGBUILD
(from rev 119844, mate-control-center/trunk/PKGBUILD)
  mate-control-center/repos/community-x86_64/mate-control-center.install
(from rev 119844, mate-control-center/trunk/mate-control-center.install)
Deleted:
  mate-control-center/repos/community-i686/PKGBUILD
  mate-control-center/repos/community-i686/mate-control-center.install
  
mate-control-center/repos/community-i686/remove-segfault-when-more-custom-keybindings-configured.diff
  mate-control-center/repos/community-x86_64/PKGBUILD
  mate-control-center/repos/community-x86_64/mate-control-center.install
  
mate-control-center/repos/community-x86_64/remove-segfault-when-more-custom-keybindings-configured.diff

---+
 /PKGBUILD 
|   76 ++
 /mate-control-center.install  
|   28 +++
 community-i686/PKGBUILD   
|   46 --
 community-i686/mate-control-center.install
|   14 -
 community-i686/remove-segfault-when-more-custom-keybindings-configured.diff   
|   12 -
 community-x86_64/PKGBUILD 
|   46 --
 community-x86_64/mate-control-center.install  
|   14 -
 community-x86_64/remove-segfault-when-more-custom-keybindings-configured.diff 
|   12 -
 8 files changed, 104 insertions(+), 144 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-09-29 20:32:22 UTC (rev 119844)
+++ community-i686/PKGBUILD 2014-09-29 20:32:34 UTC (rev 119845)
@@ -1,46 +0,0 @@
-# Maintainer : Martin Wimpress 
-
-pkgname=mate-control-center
-pkgver=1.8.2
-pkgrel=2
-pkgdesc="The Control Center for MATE"
-url="http://mate-desktop.org";
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('caja' 'dbus-glib' 'dconf' 'desktop-file-utils' 
'gsettings-desktop-schemas'
- 'gtk2' 'mate-desktop' 'mate-icon-theme' 'mate-menus' 
'mate-settings-daemon'
- 'marco' 'libgtop' 'libmatekbd' 'libunique' 'librsvg' 'libxss'
- 'libxt' 'startup-notification')
-makedepends=('docbook2x' 'mate-common' 'perl-xml-parser' 'yelp-tools')
-optdepends=('yelp: for reading MATE help documents')
-groups=('mate')
-source=("http://pub.mate-desktop.org/releases/1.8/${pkgname}-${pkgver}.tar.xz";
-'remove-segfault-when-more-custom-keybindings-configured.diff')
-sha1sums=('581439b1e9d042f6cf5707e041fc521fa3fe63f8'
-  'f94b3c5e42b0cc8404c59231389ece3e6d93ca0d')
-install=${pkgname}.install
-
-prepare() {
-cd "${srcdir}/${pkgname}-${pkgver}"
-# https://github.com/mate-desktop/mate-control-center/issues/80
-patch -Np1 -i 
"${srcdir}/remove-segfault-when-more-custom-keybindings-configured.diff"
-}
-
-build() {
-cd "${srcdir}/${pkgname}-${pkgver}"
-./configure \
---prefix=/usr \
---sysconfdir=/etc \
---sbindir=/usr/bin \
---localstatedir=/var \
---with-gtk=2.0 \
---disable-static \
---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/PKGBUILD (from rev 119844, 
mate-control-center/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-09-29 20:32:34 UTC (rev 119845)
@@ -0,0 +1,38 @@
+# Maintainer : Martin Wimpress 
+
+pkgname=mate-control-center
+pkgver=1.8.3
+pkgrel=1
+pkgdesc="The Control Center for MATE"
+url="http://mate-desktop.org";
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('caja' 'dbus-glib' 'dconf' 'desktop-file-utils' 
'gsettings-desktop-schemas'
+ 'gtk2' 'mate-desktop' 'mate-icon-theme' 'mate-menus' 
'mate-settings-daemon'
+ 'marco' 'libgtop' 'libmatekbd' 'libunique' 'librsvg' 'libxss'
+ 'libxt' 'startup-notification')
+makedepends=('docbook2x' 'mate-common' 'perl-xml-parser' 'yelp-tools')
+optdepends=('yelp: for reading MATE help documents')
+groups=('mate')
+source=("http://pub.mate-desktop.org/releases/1.8/${pkgname}-${pkgver}.tar.xz";)
+sha1sums=('f1c571ff26cafe32e07d82f771a4130d2643a2b5')
+install=${pkgname}.install
+
+bui

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

2014-09-29 Thread Martin Wimpress
Date: Monday, September 29, 2014 @ 22:19:00
  Author: flexiondotorg
Revision: 119842

upgpkg: mate-power-manager 1.8.1-1 - New upstream release.

Modified:
  mate-power-manager/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-09-29 20:07:06 UTC (rev 119841)
+++ PKGBUILD2014-09-29 20:19:00 UTC (rev 119842)
@@ -1,8 +1,8 @@
 # Maintainer : Martin Wimpress 
 
 pkgname=mate-power-manager
-pkgver=1.8.0
-pkgrel=4
+pkgver=1.8.1
+pkgrel=1
 pkgdesc="Power management tool for the MATE desktop."
 url="http://mate-desktop.org";
 arch=('i686' 'x86_64')
@@ -12,16 +12,8 @@
 makedepends=('docbook2x' 'docbook-xml' 'mate-common' 'xmlto' 'yelp-tools')
 optdepends=('yelp: for reading MATE help documents')
 groups=('mate-extra')
-source=("http://pub.mate-desktop.org/releases/1.8/${pkgname}-${pkgver}.tar.xz";
-"00-add-dbus-interface-to-kbdbacklight.diff"
-"10-upower-0.99.diff"
-"20-improve-upower-1.0-support.diff"
-"30-more-upower-0.99-api-changes.diff")
-sha1sums=('5cde22f2d6498294a76e3bf9005b4f73bbdd0db8'
-  'f1acff9fa6140c56cdb39531fc02e886f5a7437d'
-  '210d0558d4d6eab23c5d55073f891610bd79225b'
-  '15116bb83763c0b1a82d0aae870ed204fb4f418c'
-  'dd8fdd1f17ad1be4b8ae5562d6ed856c1d3fe2e6')
+source=("http://pub.mate-desktop.org/releases/1.8/${pkgname}-${pkgver}.tar.xz";)
+sha1sums=('0f2d509b8af30e79013de564ea9a0a3d7ccd7c93')
 install=${pkgname}.install
 
 prepare() {
@@ -28,12 +20,11 @@
 cd "${srcdir}/${pkgname}-${pkgver}"
 #Work around a problem where the .sgml fail to parse.
 sed -e 's:@HAVE_DOCBOOK2MAN_TRUE@.*::' -i man/Makefile.in
-
 # Add upower 0.99 compatibility
-patch -Np1 -i "${srcdir}/00-add-dbus-interface-to-kbdbacklight.diff"
-patch -Np1 -i "${srcdir}/10-upower-0.99.diff"
-patch -Np1 -i "${srcdir}/20-improve-upower-1.0-support.diff"
-patch -Np1 -i "${srcdir}/30-more-upower-0.99-api-changes.diff"
+#patch -Np1 -i "${srcdir}/00-add-dbus-interface-to-kbdbacklight.diff"
+#patch -Np1 -i "${srcdir}/10-upower-0.99.diff"
+#patch -Np1 -i "${srcdir}/20-improve-upower-1.0-support.diff"
+#patch -Np1 -i "${srcdir}/30-more-upower-0.99-api-changes.diff"
 }
 
 build() {


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

2014-09-29 Thread Martin Wimpress
Date: Monday, September 29, 2014 @ 22:19:21
  Author: flexiondotorg
Revision: 119843

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

Added:
  
mate-power-manager/repos/community-i686/00-add-dbus-interface-to-kbdbacklight.diff
(from rev 119842, 
mate-power-manager/trunk/00-add-dbus-interface-to-kbdbacklight.diff)
  mate-power-manager/repos/community-i686/10-upower-0.99.diff
(from rev 119842, mate-power-manager/trunk/10-upower-0.99.diff)
  mate-power-manager/repos/community-i686/20-improve-upower-1.0-support.diff
(from rev 119842, 
mate-power-manager/trunk/20-improve-upower-1.0-support.diff)
  mate-power-manager/repos/community-i686/30-more-upower-0.99-api-changes.diff
(from rev 119842, 
mate-power-manager/trunk/30-more-upower-0.99-api-changes.diff)
  mate-power-manager/repos/community-i686/PKGBUILD
(from rev 119842, mate-power-manager/trunk/PKGBUILD)
  mate-power-manager/repos/community-i686/mate-power-manager.install
(from rev 119842, mate-power-manager/trunk/mate-power-manager.install)
  
mate-power-manager/repos/community-x86_64/00-add-dbus-interface-to-kbdbacklight.diff
(from rev 119842, 
mate-power-manager/trunk/00-add-dbus-interface-to-kbdbacklight.diff)
  mate-power-manager/repos/community-x86_64/10-upower-0.99.diff
(from rev 119842, mate-power-manager/trunk/10-upower-0.99.diff)
  mate-power-manager/repos/community-x86_64/20-improve-upower-1.0-support.diff
(from rev 119842, 
mate-power-manager/trunk/20-improve-upower-1.0-support.diff)
  mate-power-manager/repos/community-x86_64/30-more-upower-0.99-api-changes.diff
(from rev 119842, 
mate-power-manager/trunk/30-more-upower-0.99-api-changes.diff)
  mate-power-manager/repos/community-x86_64/PKGBUILD
(from rev 119842, mate-power-manager/trunk/PKGBUILD)
  mate-power-manager/repos/community-x86_64/mate-power-manager.install
(from rev 119842, mate-power-manager/trunk/mate-power-manager.install)
Deleted:
  
mate-power-manager/repos/community-i686/00-add-dbus-interface-to-kbdbacklight.diff
  mate-power-manager/repos/community-i686/10-upower-0.99.diff
  mate-power-manager/repos/community-i686/20-improve-upower-1.0-support.diff
  mate-power-manager/repos/community-i686/30-more-upower-0.99-api-changes.diff
  mate-power-manager/repos/community-i686/PKGBUILD
  mate-power-manager/repos/community-i686/mate-power-manager.install
  
mate-power-manager/repos/community-x86_64/00-add-dbus-interface-to-kbdbacklight.diff
  mate-power-manager/repos/community-x86_64/10-upower-0.99.diff
  mate-power-manager/repos/community-x86_64/20-improve-upower-1.0-support.diff
  mate-power-manager/repos/community-x86_64/30-more-upower-0.99-api-changes.diff
  mate-power-manager/repos/community-x86_64/PKGBUILD
  mate-power-manager/repos/community-x86_64/mate-power-manager.install

-+
 /00-add-dbus-interface-to-kbdbacklight.diff |  322 ++
 /10-upower-0.99.diff| 1294 ++
 /20-improve-upower-1.0-support.diff |  202 +
 /30-more-upower-0.99-api-changes.diff   |  432 +++
 /PKGBUILD   |   92 
 /mate-power-manager.install |   24 
 community-i686/00-add-dbus-interface-to-kbdbacklight.diff   |  161 -
 community-i686/10-upower-0.99.diff  |  647 -
 community-i686/20-improve-upower-1.0-support.diff   |  101 
 community-i686/30-more-upower-0.99-api-changes.diff |  216 -
 community-i686/PKGBUILD |   55 
 community-i686/mate-power-manager.install   |   12 
 community-x86_64/00-add-dbus-interface-to-kbdbacklight.diff |  161 -
 community-x86_64/10-upower-0.99.diff|  647 -
 community-x86_64/20-improve-upower-1.0-support.diff |  101 
 community-x86_64/30-more-upower-0.99-api-changes.diff   |  216 -
 community-x86_64/PKGBUILD   |   55 
 community-x86_64/mate-power-manager.install |   12 
 18 files changed, 2366 insertions(+), 2384 deletions(-)

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


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

2014-09-29 Thread Martin Wimpress
Date: Monday, September 29, 2014 @ 22:02:31
  Author: flexiondotorg
Revision: 119839

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

Added:
  caja/repos/community-i686/4f1e756e08e61840eb9a52de4debee30006ea31e.diff
(from rev 119838, caja/trunk/4f1e756e08e61840eb9a52de4debee30006ea31e.diff)
  caja/repos/community-i686/PKGBUILD
(from rev 119838, caja/trunk/PKGBUILD)
  caja/repos/community-i686/caja.install
(from rev 119838, caja/trunk/caja.install)
  caja/repos/community-x86_64/4f1e756e08e61840eb9a52de4debee30006ea31e.diff
(from rev 119838, caja/trunk/4f1e756e08e61840eb9a52de4debee30006ea31e.diff)
  caja/repos/community-x86_64/PKGBUILD
(from rev 119838, caja/trunk/PKGBUILD)
  caja/repos/community-x86_64/caja.install
(from rev 119838, caja/trunk/caja.install)
Deleted:
  caja/repos/community-i686/4f1e756e08e61840eb9a52de4debee30006ea31e.diff
  caja/repos/community-i686/PKGBUILD
  caja/repos/community-i686/caja.install
  caja/repos/community-x86_64/4f1e756e08e61840eb9a52de4debee30006ea31e.diff
  caja/repos/community-x86_64/PKGBUILD
  caja/repos/community-x86_64/caja.install

+
 /4f1e756e08e61840eb9a52de4debee30006ea31e.diff |  178 
++
 /PKGBUILD  |   80 
 /caja.install  |   28 +
 community-i686/4f1e756e08e61840eb9a52de4debee30006ea31e.diff   |   89 -
 community-i686/PKGBUILD|   40 --
 community-i686/caja.install|   14 
 community-x86_64/4f1e756e08e61840eb9a52de4debee30006ea31e.diff |   89 -
 community-x86_64/PKGBUILD  |   40 --
 community-x86_64/caja.install  |   14 
 9 files changed, 286 insertions(+), 286 deletions(-)

Deleted: community-i686/4f1e756e08e61840eb9a52de4debee30006ea31e.diff
===
--- community-i686/4f1e756e08e61840eb9a52de4debee30006ea31e.diff
2014-09-29 20:02:18 UTC (rev 119838)
+++ community-i686/4f1e756e08e61840eb9a52de4debee30006ea31e.diff
2014-09-29 20:02:31 UTC (rev 119839)
@@ -1,89 +0,0 @@
-diff --git a/src/caja-application.c b/src/caja-application.c
-index 3f4282c..47c86c8 100644
 a/src/caja-application.c
-+++ b/src/caja-application.c
-@@ -961,6 +961,15 @@ queue_accel_map_save_callback (GtkAccelMap *object, gchar 
*accel_path,
- }
- }
- 
-+static gboolean
-+desktop_changed_callback_connect (CajaApplication *application)
-+{
-+g_signal_connect_swapped (caja_preferences, "changed::" 
CAJA_PREFERENCES_DESKTOP_IS_HOME_DIR,
-+  G_CALLBACK(desktop_location_changed_callback),
-+  G_OBJECT (application));
-+return FALSE;
-+}
-+
- void
- caja_application_startup (CajaApplication *application,
-   gboolean kill_shell,
-@@ -1029,9 +1038,8 @@ caja_application_startup (CajaApplication *application,
- 
- /* Monitor the preference to have the desktop */
- /* point to the Unix home folder */
--g_signal_connect_swapped (caja_preferences, "changed::" 
CAJA_PREFERENCES_DESKTOP_IS_HOME_DIR,
--  
G_CALLBACK(desktop_location_changed_callback),
--  G_OBJECT (application));
-+g_timeout_add_seconds (30, (GSourceFunc) 
desktop_changed_callback_connect, application);
-+
- /* Create the other windows. */
- if (urls != NULL || !no_default_window)
- {
-diff --git a/src/caja-window-manage-views.c b/src/caja-window-manage-views.c
-index c7918e6..616e85b 100644
 a/src/caja-window-manage-views.c
-+++ b/src/caja-window-manage-views.c
-@@ -49,6 +49,7 @@
- #include 
- #include 
- #include 
-+#include 
- #include 
- #include 
- #include 
-@@ -527,8 +528,10 @@ caja_window_slot_open_location_full (CajaWindowSlot *slot,
- char *old_uri, *new_uri;
- int new_slot_position;
- GList *l;
--gboolean target_navigation = FALSE, target_same = FALSE;
--gboolean is_desktop, is_navigation;
-+gboolean target_navigation = FALSE;
-+gboolean target_same = FALSE;
-+gboolean is_desktop = FALSE;
-+gboolean is_navigation = FALSE;
- 
- window = slot->pane->window;
- 
-@@ -567,7 +570,12 @@ caja_window_slot_open_location_full (CajaWindowSlot *slot,
- * otherwise it's the same window.
- */
- if (is_desktop) {
--  target_navigation = TRUE;
-+new_uri = g_file_get_uri (location);
-+if (g_str_has_prefix (new_uri, EEL_DESKTOP_URI))
-+target_same = TRUE;
-+else
-+target_navigation = TRUE;
-+g_free (new_uri);
- } else {
-   target_same = TRUE;
- }
-@@ -676,7 +684,7

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

2014-09-29 Thread Martin Wimpress
Date: Monday, September 29, 2014 @ 22:06:57
  Author: flexiondotorg
Revision: 119840

upgpkg: atril 1.8.1-1 - New upstream release.

Modified:
  atril/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-09-29 20:02:31 UTC (rev 119839)
+++ PKGBUILD2014-09-29 20:06:57 UTC (rev 119840)
@@ -2,7 +2,7 @@
 # Maintainer : Martin Wimpress 
 
 pkgname=atril
-pkgver=1.8.0
+pkgver=1.8.1
 pkgrel=1
 pkgdesc="Simply a document viewer"
 url="http://mate-desktop.org";
@@ -24,7 +24,7 @@
 conflicts=('mate-document-viewer')
 groups=('mate-extra')
 source=("http://pub.mate-desktop.org/releases/1.8/${pkgname}-${pkgver}.tar.xz";)
-sha1sums=('8327437ba12df61326b83342cea746d1764727d0')
+sha1sums=('2051be961a84d118ad0a278ec22bf48ca5d3fc35')
 install=${pkgname}.install
 
 prepare() {


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

2014-09-29 Thread Martin Wimpress
Date: Monday, September 29, 2014 @ 22:02:18
  Author: flexiondotorg
Revision: 119838

upgpkg: caja 1.8.2-1 - New upstream release.

Modified:
  caja/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-09-29 19:58:04 UTC (rev 119837)
+++ PKGBUILD2014-09-29 20:02:18 UTC (rev 119838)
@@ -2,7 +2,7 @@
 # Maintainer : Martin Wimpress 
 
 pkgname=caja
-pkgver=1.8.1
+pkgver=1.8.2
 pkgrel=1
 pkgdesc="The MATE shell and file manager"
 url="http://mate-desktop.org";
@@ -18,7 +18,7 @@
 conflicts=('mate-file-manager')
 groups=('mate')
 source=("http://pub.mate-desktop.org/releases/1.8/${pkgname}-${pkgver}.tar.xz";)
-sha1sums=('fcb8ab7b237fe8b1bd834dbdcbbd92f5aa210413')
+sha1sums=('a9422adf5f5d2428287e9c326145cea1ede6e617')
 install=${pkgname}.install
 
 build() {


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

2014-09-29 Thread Martin Wimpress
Date: Monday, September 29, 2014 @ 22:07:06
  Author: flexiondotorg
Revision: 119841

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

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

+
 /PKGBUILD  |  112 +++
 /atril.install |   26 +
 community-i686/PKGBUILD|   57 ---
 community-i686/atril.install   |   13 
 community-x86_64/PKGBUILD  |   57 ---
 community-x86_64/atril.install |   13 
 6 files changed, 138 insertions(+), 140 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-09-29 20:06:57 UTC (rev 119840)
+++ community-i686/PKGBUILD 2014-09-29 20:07:06 UTC (rev 119841)
@@ -1,57 +0,0 @@
-# $Id$
-# Maintainer : Martin Wimpress 
-
-pkgname=atril
-pkgver=1.8.0
-pkgrel=1
-pkgdesc="Simply a document viewer"
-url="http://mate-desktop.org";
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('dconf' 'dbus' 'desktop-file-utils' 'gtk2' 'libsm' 'libspectre'
- 'mate-desktop' 'mate-icon-theme' 'poppler-glib' 'zlib')
-makedepends=('caja' 'djvulibre' 'gobject-introspection' 'libgxps' 'mate-common'
- 'perl-xml-parser' 'texlive-bin' 'yelp-tools')
-optdepends=('caja: Document Properties extension'
-'djvulibre: DjVu support'
-'libgxps: XPS support'
-'p7zip: cbz and cb7 compressed comic books'
-'texlive-bin: DVI support'
-'unrar: cbr compressed comic books'
-'yelp: for reading MATE help documents')
-replaces=('mate-document-viewer')
-provides=('mate-document-viewer')
-conflicts=('mate-document-viewer')
-options=('!emptydirs')
-groups=('mate-extra')
-source=("http://pub.mate-desktop.org/releases/1.8/${pkgname}-${pkgver}.tar.xz";)
-sha1sums=('8327437ba12df61326b83342cea746d1764727d0')
-install=${pkgname}.install
-
-prepare() {
-cd "${srcdir}/${pkgname}-${pkgver}"
-NOCONFIGURE=1 ./autogen.sh
-}
-
-build() {
-cd "${srcdir}/${pkgname}-${pkgver}"
-./configure \
---prefix=/usr \
---libexecdir=/usr/lib/${pkgname} \
---with-gtk=2.0 \
---enable-gtk-doc \
---enable-djvu \
---enable-dvi \
---enable-t1lib \
---enable-pixbuf \
---enable-comics \
---enable-xps \
---enable-introspection \
---disable-static
-make
-}
-
-package() {
-cd "${srcdir}/${pkgname}-${pkgver}"
-make DESTDIR="${pkgdir}" install
-}

Copied: atril/repos/community-i686/PKGBUILD (from rev 119840, 
atril/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-09-29 20:07:06 UTC (rev 119841)
@@ -0,0 +1,56 @@
+# $Id$
+# Maintainer : Martin Wimpress 
+
+pkgname=atril
+pkgver=1.8.1
+pkgrel=1
+pkgdesc="Simply a document viewer"
+url="http://mate-desktop.org";
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('dconf' 'dbus' 'desktop-file-utils' 'gtk2' 'libsm' 'libspectre'
+ 'mate-desktop' 'mate-icon-theme' 'poppler-glib' 'zlib')
+makedepends=('caja' 'djvulibre' 'gobject-introspection' 'libgxps' 'mate-common'
+ 'perl-xml-parser' 'texlive-bin' 'yelp-tools')
+optdepends=('caja: Document Properties extension'
+'djvulibre: DjVu support'
+'libgxps: XPS support'
+'p7zip: cbz and cb7 compressed comic books'
+'texlive-bin: DVI support'
+'unrar: cbr compressed comic books'
+'yelp: for reading MATE help documents')
+replaces=('mate-document-viewer')
+provides=('mate-document-viewer')
+conflicts=('mate-document-viewer')
+groups=('mate-extra')
+source=("http://pub.mate-desktop.org/releases/1.8/${pkgname}-${pkgver}.tar.xz";)
+sha1sums=('2051be961a84d118ad0a278ec22bf48ca5d3fc35')
+install=${pkgname}.install
+
+prepare() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+./configure \
+--prefix=/usr \
+--libexecdir=/usr/lib/${pkgname} \
+--with-gtk=2.0 \
+--enable-gtk-doc \
+--enable-djvu \
+--enable-dvi \
+--enable-t1lib \
+--enable-pixbuf \
+--enable-comics \
+--enable-xps \
+--enable-introspection \
+--disable-static
+make
+}

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

2014-09-29 Thread Martin Wimpress
Date: Monday, September 29, 2014 @ 21:57:54
  Author: flexiondotorg
Revision: 119836

upgpkg: engrampa 1.8.1-1 - New upstream release.

Modified:
  engrampa/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-09-29 19:53:22 UTC (rev 119835)
+++ PKGBUILD2014-09-29 19:57:54 UTC (rev 119836)
@@ -2,7 +2,7 @@
 # Maintainer : Martin Wimpress 
 
 pkgname=engrampa
-pkgver=1.8.0
+pkgver=1.8.1
 pkgrel=1
 pkgdesc="Archive manipulator for MATE"
 url="http://mate-desktop.org";
@@ -21,7 +21,7 @@
 groups=('mate-extra')
 source=("http://pub.mate-desktop.org/releases/1.8/${pkgname}-${pkgver}.tar.xz";
 fr-rpm-bsdtar.patch)
-sha1sums=('511019cee95568a4951e9da12d8a7282c3f6af65'
+sha1sums=('2f3e655c2e4ac5a972c06591085557906748ac6f'
   '219b05a979bf6f249aaae27964f02345fd81168d')
 install=${pkgname}.install
 


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

2014-09-29 Thread Martin Wimpress
Date: Monday, September 29, 2014 @ 21:58:04
  Author: flexiondotorg
Revision: 119837

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-09-29 19:57:54 UTC (rev 119836)
+++ community-i686/PKGBUILD 2014-09-29 19:58:04 UTC (rev 119837)
@@ -1,49 +0,0 @@
-# $Id$
-# Maintainer : Martin Wimpress 
-
-pkgname=engrampa
-pkgver=1.8.0
-pkgrel=1
-pkgdesc="Archive manipulator for MATE"
-url="http://mate-desktop.org";
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('bzip2' 'caja' 'desktop-file-utils' 'gtk2' 'gzip' 'libarchive' 'tar')
-makedepends=('mate-common' 'perl-xml-parser' 'yelp-tools')
-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'
-'yelp: for reading MATE help documents')
-replaces=('mate-file-archiver')
-provides=('mate-file-archiver')
-conflicts=('mate-file-archiver')
-options=( '!emptydirs')
-groups=('mate-extra')
-source=("http://pub.mate-desktop.org/releases/1.8/${pkgname}-${pkgver}.tar.xz";
-fr-rpm-bsdtar.patch)
-sha1sums=('511019cee95568a4951e9da12d8a7282c3f6af65'
-  '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}"
-./configure \
---prefix=/usr \
---libexecdir=/usr/lib/${pkgname} \
---with-gtk=2.0 \
---disable-static \
---disable-packagekit
-make
-}
-
-package() {
-cd "${srcdir}/${pkgname}-${pkgver}"
-make DESTDIR="${pkgdir}" install
-}

Copied: engrampa/repos/community-i686/PKGBUILD (from rev 119836, 
engrampa/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-09-29 19:58:04 UTC (rev 119837)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer : Martin Wimpress 
+
+pkgname=engrampa
+pkgver=1.8.1
+pkgrel=1
+pkgdesc="Archive manipulator for MATE"
+url="http://mate-desktop.org";
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('bzip2' 'caja' 'desktop-file-utils' 'gtk2' 'gzip' 'libarchive' 'tar')
+makedepends=('mate-common' 'perl-xml-parser' 'yelp-tools')
+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'
+'yelp: for reading MATE help documents')
+replaces=('mate-file-archiver')
+provides=('mate-file-archiver')
+conflicts=('mate-file-archiver')
+groups=('mate-extra')
+source=("http://pub.mate-desktop.org/releases/1.8/${pkgname}-${pkgver}.tar.xz";
+fr-rpm-bsdtar.patch)
+sha1sums=('2f3e655c2e4ac5a972c06591085557906748ac6f'
+  '219b05a979bf6f249aaae27964f02345fd81168d')
+install=${pkgname}.install
+
+prepare() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+# This patch 'depends' on libarchive
+patch -Np1 -i "${srcdir}/fr-rpm-bsdtar.patch"
+}
+
+build() {
+cd "${s

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

2014-09-29 Thread Martin Wimpress
Date: Monday, September 29, 2014 @ 21:53:22
  Author: flexiondotorg
Revision: 119835

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

Added:
  eom/repos/community-i686/01-fix.diff
(from rev 119834, eom/trunk/01-fix.diff)
  eom/repos/community-i686/PKGBUILD
(from rev 119834, eom/trunk/PKGBUILD)
  eom/repos/community-i686/eom.install
(from rev 119834, eom/trunk/eom.install)
  eom/repos/community-x86_64/01-fix.diff
(from rev 119834, eom/trunk/01-fix.diff)
  eom/repos/community-x86_64/PKGBUILD
(from rev 119834, eom/trunk/PKGBUILD)
  eom/repos/community-x86_64/eom.install
(from rev 119834, eom/trunk/eom.install)
Deleted:
  eom/repos/community-i686/01-fix.diff
  eom/repos/community-i686/PKGBUILD
  eom/repos/community-i686/eom.install
  eom/repos/community-x86_64/01-fix.diff
  eom/repos/community-x86_64/PKGBUILD
  eom/repos/community-x86_64/eom.install

--+
 /01-fix.diff |   26 ++
 /PKGBUILD|   74 +
 /eom.install |   26 ++
 community-i686/01-fix.diff   |   13 ---
 community-i686/PKGBUILD  |   37 
 community-i686/eom.install   |   13 ---
 community-x86_64/01-fix.diff |   13 ---
 community-x86_64/PKGBUILD|   37 
 community-x86_64/eom.install |   13 ---
 9 files changed, 126 insertions(+), 126 deletions(-)

Deleted: community-i686/01-fix.diff
===
--- community-i686/01-fix.diff  2014-09-29 19:53:11 UTC (rev 119834)
+++ community-i686/01-fix.diff  2014-09-29 19:53:22 UTC (rev 119835)
@@ -1,13 +0,0 @@
-diff --git a/src/eom-thumbnail.c b/src/eom-thumbnail.c
-index a4f24b6..a98dd30 100644
 a/src/eom-thumbnail.c
-+++ b/src/eom-thumbnail.c
-@@ -31,7 +31,7 @@
- #ifndef MATE_DESKTOP_USE_UNSTABLE_API
- #define MATE_DESKTOP_USE_UNSTABLE_API
- #endif
--#include 
-+#include 
- 
- #include "eom-thumbnail.h"
- #include "eom-list-store.h"

Copied: eom/repos/community-i686/01-fix.diff (from rev 119834, 
eom/trunk/01-fix.diff)
===
--- community-i686/01-fix.diff  (rev 0)
+++ community-i686/01-fix.diff  2014-09-29 19:53:22 UTC (rev 119835)
@@ -0,0 +1,13 @@
+diff --git a/src/eom-thumbnail.c b/src/eom-thumbnail.c
+index a4f24b6..a98dd30 100644
+--- a/src/eom-thumbnail.c
 b/src/eom-thumbnail.c
+@@ -31,7 +31,7 @@
+ #ifndef MATE_DESKTOP_USE_UNSTABLE_API
+ #define MATE_DESKTOP_USE_UNSTABLE_API
+ #endif
+-#include 
++#include 
+ 
+ #include "eom-thumbnail.h"
+ #include "eom-list-store.h"

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-09-29 19:53:11 UTC (rev 119834)
+++ community-i686/PKGBUILD 2014-09-29 19:53:22 UTC (rev 119835)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer : Martin Wimpress 
-
-pkgname=eom
-pkgver=1.8.0
-pkgrel=3
-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' 'lcms2' 'libexif'
- 'libjpeg-turbo' 'librsvg' 'mate-desktop' 'mate-icon-theme' 'pygtk'
- 'python2' 'python2-gobject2' 'startup-notification' 'zlib')
-makedepends=('mate-common' 'perl-xml-parser' 'yelp-tools')
-optdepends=('yelp: for reading MATE help documents')
-replaces=('mate-image-viewer')
-provides=('mate-image-viewer')
-conflicts=('mate-image-viewer')
-groups=('mate-extra')
-source=("http://pub.mate-desktop.org/releases/1.8/${pkgname}-${pkgver}.tar.xz";)
-sha1sums=('580b3c06e16e14dd3f72d545f47f295af5d67dd1')
-install=${pkgname}.install
-
-build() {
-cd "${srcdir}/${pkgname}-${pkgver}"
-PYTHON=/usr/bin/python2 ./configure \
---prefix=/usr \
---localstatedir=/var \
---with-gtk=2.0 \
---with-librsvg
-make
-}
-
-package() {
-cd "${srcdir}/${pkgname}-${pkgver}"
-make DESTDIR="${pkgdir}" install
-}

Copied: eom/repos/community-i686/PKGBUILD (from rev 119834, eom/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-09-29 19:53:22 UTC (rev 119835)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer : Martin Wimpress 
+
+pkgname=eom
+pkgver=1.8.1
+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' 'lcms2' 'libexif'
+ 'libjpeg-turbo' 'librsvg' 'mate-desktop' 'mate-icon-theme' 'pygtk'
+ 'python2' 'python2-gobject2' 'startup-notification' 'zlib')
+makedepends=('mate-common' 'perl-xml-parser' 'yelp-tools')
+optdepends=('yelp: for reading MATE help documents')
+replaces=('mate-image-viewer')
+provides

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

2014-09-29 Thread Martin Wimpress
Date: Monday, September 29, 2014 @ 21:53:11
  Author: flexiondotorg
Revision: 119834

upgpkg: eom 1.8.1-1 - New upstream release.

Modified:
  eom/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-09-29 19:51:37 UTC (rev 119833)
+++ PKGBUILD2014-09-29 19:53:11 UTC (rev 119834)
@@ -2,8 +2,8 @@
 # Maintainer : Martin Wimpress 
 
 pkgname=eom
-pkgver=1.8.0
-pkgrel=3
+pkgver=1.8.1
+pkgrel=1
 pkgdesc="An image viewing and cataloging program for MATE"
 url="http://mate-desktop.org";
 arch=('i686' 'x86_64')
@@ -18,7 +18,7 @@
 conflicts=('mate-image-viewer')
 groups=('mate-extra')
 source=("http://pub.mate-desktop.org/releases/1.8/${pkgname}-${pkgver}.tar.xz";)
-sha1sums=('580b3c06e16e14dd3f72d545f47f295af5d67dd1')
+sha1sums=('48ceda7c1abb6d0d789129436530cf0539df184a')
 install=${pkgname}.install
 
 build() {


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

2014-09-29 Thread Sergej Pupykin
Date: Monday, September 29, 2014 @ 21:51:25
  Author: spupykin
Revision: 119832

upgpkg: roundcubemail 1.0.3-1

upd

Modified:
  roundcubemail/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-09-29 19:48:52 UTC (rev 119831)
+++ PKGBUILD2014-09-29 19:51:25 UTC (rev 119832)
@@ -2,8 +2,8 @@
 # Maintainer: Sergej Pupykin 
 
 pkgname=roundcubemail
-pkgver=1.0.2
-pkgrel=3
+pkgver=1.0.3
+pkgrel=1
 pkgdesc="A PHP web-based mail client"
 arch=('any')
 url="http://www.roundcube.net";
@@ -16,7 +16,7 @@
 options=('!strip' 'emptydirs')
 
source=(http://downloads.sourceforge.net/sourceforge/roundcubemail/roundcubemail-${pkgver/rc/-rc}.tar.gz
apache.conf)
-md5sums=('5028c6f9fa88d0c84b0fde0b84355203'
+md5sums=('e35652adea5cd4069fcaa1410ae58864'
  'f11b17e2a80b383cde4af963fb307541')
 
 prepare() {


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

2014-09-29 Thread Martin Wimpress
Date: Monday, September 29, 2014 @ 21:48:18
  Author: flexiondotorg
Revision: 119829

upgpkg: mate-applets 1.8.1-1 - New upstream release.

Modified:
  mate-applets/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-09-29 19:42:55 UTC (rev 119828)
+++ PKGBUILD2014-09-29 19:48:18 UTC (rev 119829)
@@ -2,8 +2,8 @@
 # Maintainer : Martin Wimpress 
 
 pkgname=mate-applets
-pkgver=1.8.0
-pkgrel=4
+pkgver=1.8.1
+pkgrel=1
 pkgdesc="Applets for MATE panel"
 arch=('i686' 'x86_64')
 url="http://mate-desktop.org";
@@ -15,7 +15,7 @@
 'yelp: for reading MATE help documents')
 groups=('mate-extra')
 source=("http://pub.mate-desktop.org/releases/1.8/${pkgname}-${pkgver}.tar.xz";)
-sha1sums=('c9e7ac6f9cc6b6ebd77720b056a3a81536b92419')
+sha1sums=('0ba4133db67d94f5b92e45b1776d91cfcce52e37')
 install=${pkgname}.install
 
 prepare() {


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

2014-09-29 Thread Martin Wimpress
Date: Monday, September 29, 2014 @ 21:48:52
  Author: flexiondotorg
Revision: 119831

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

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

+
 /PKGBUILD  |   78 +++
 /marco.install |   22 +++
 community-i686/PKGBUILD|   39 ---
 community-i686/marco.install   |   11 -
 community-x86_64/PKGBUILD  |   39 ---
 community-x86_64/marco.install |   11 -
 6 files changed, 100 insertions(+), 100 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-09-29 19:48:30 UTC (rev 119830)
+++ community-i686/PKGBUILD 2014-09-29 19:48:52 UTC (rev 119831)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer : Martin Wimpress 
-
-pkgname=marco
-pkgver=1.8.2
-pkgrel=1
-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' 'perl-xml-parser' 'yelp-tools')
-optdepends=('yelp: for reading MATE help documents')
-replaces=('mate-window-manager')
-provides=('mate-window-manager')
-conflicts=('mate-window-manager')
-options=('!emptydirs')
-groups=('mate')
-source=("http://pub.mate-desktop.org/releases/1.8/${pkgname}-${pkgver}.tar.xz";)
-sha1sums=('0b361403ad4603d6b93f1b7b684c8c5b905ddf3c')
-install=${pkgname}.install
-
-build() {
-cd "${srcdir}/${pkgname}-${pkgver}"
-./configure \
---prefix=/usr \
---sysconfdir=/etc \
---localstatedir=/var \
---with-gtk=2.0 \
---enable-startup-notification \
---disable-static
-make
-}
-
-package() {
-cd "${srcdir}/${pkgname}-${pkgver}"
-make DESTDIR="${pkgdir}" install
-}

Copied: marco/repos/community-i686/PKGBUILD (from rev 119830, 
marco/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-09-29 19:48:52 UTC (rev 119831)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer : Martin Wimpress 
+
+pkgname=marco
+pkgver=1.8.2
+pkgrel=1
+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' 'perl-xml-parser' 'yelp-tools')
+optdepends=('yelp: for reading MATE help documents')
+replaces=('mate-window-manager')
+provides=('mate-window-manager')
+conflicts=('mate-window-manager')
+options=('!emptydirs')
+groups=('mate')
+source=("http://pub.mate-desktop.org/releases/1.8/${pkgname}-${pkgver}.tar.xz";)
+sha1sums=('0b361403ad4603d6b93f1b7b684c8c5b905ddf3c')
+install=${pkgname}.install
+
+build() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+./configure \
+--prefix=/usr \
+--sysconfdir=/etc \
+--localstatedir=/var \
+--with-gtk=2.0 \
+--enable-startup-notification \
+--disable-static
+make
+}
+
+package() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+make DESTDIR="${pkgdir}" install
+}

Deleted: community-i686/marco.install
===
--- community-i686/marco.install2014-09-29 19:48:30 UTC (rev 119830)
+++ community-i686/marco.install2014-09-29 19:48:52 UTC (rev 119831)
@@ -1,11 +0,0 @@
-post_install() {
-glib-compile-schemas /usr/share/glib-2.0/schemas/
-}
-
-post_upgrade() {
-post_install
-}
-
-post_remove() {
-post_install
-}

Copied: marco/repos/community-i686/marco.install (from rev 119830, 
marco/trunk/marco.install)
===
--- community-i686/marco.install(rev 0)
+++ community-i686/marco.install2014-09-29 19:48:52 UTC (rev 119831)
@@ -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-09-29 19:48:30 UTC (rev 119830)
+++ community-x86

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

2014-09-29 Thread Sergej Pupykin
Date: Monday, September 29, 2014 @ 21:51:37
  Author: spupykin
Revision: 119833

archrelease: copy trunk to community-any

Added:
  roundcubemail/repos/community-any/PKGBUILD
(from rev 119832, roundcubemail/trunk/PKGBUILD)
  roundcubemail/repos/community-any/apache.conf
(from rev 119832, roundcubemail/trunk/apache.conf)
  roundcubemail/repos/community-any/roundcubemail.install
(from rev 119832, roundcubemail/trunk/roundcubemail.install)
Deleted:
  roundcubemail/repos/community-any/PKGBUILD
  roundcubemail/repos/community-any/apache.conf
  roundcubemail/repos/community-any/roundcubemail.install

---+
 PKGBUILD  |  108 
 apache.conf   |   14 +++---
 roundcubemail.install |   14 +++---
 3 files changed, 68 insertions(+), 68 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-09-29 19:51:25 UTC (rev 119832)
+++ PKGBUILD2014-09-29 19:51:37 UTC (rev 119833)
@@ -1,54 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-
-pkgname=roundcubemail
-pkgver=1.0.2
-pkgrel=3
-pkgdesc="A PHP web-based mail client"
-arch=('any')
-url="http://www.roundcube.net";
-license=('GPL')
-depends=('php')
-optdepends=('python2')
-backup=('etc/webapps/roundcubemail/.htaccess'
-   'etc/webapps/roundcubemail/apache.conf')
-install=roundcubemail.install
-options=('!strip' 'emptydirs')
-source=(http://downloads.sourceforge.net/sourceforge/roundcubemail/roundcubemail-${pkgver/rc/-rc}.tar.gz
-   apache.conf)
-md5sums=('5028c6f9fa88d0c84b0fde0b84355203'
- 'f11b17e2a80b383cde4af963fb307541')
-
-prepare() {
-  cd ${srcdir}/roundcubemail-${pkgver/rc/-rc}
-  sed -i \
--e "s|RCUBE_INSTALL_PATH . 'temp.*|'/var/cache/roundcubemail';|" \
--e "s|RCUBE_INSTALL_PATH . 'logs.*|'/var/log/roundcubemail';|" \
-config/defaults.inc.php \
-program/lib/Roundcube/rcube_config.php
-}
-
-package() {
-  mkdir -p ${pkgdir}/etc/webapps/roundcubemail
-  mkdir -p ${pkgdir}/usr/share/webapps
-  mkdir -p ${pkgdir}/var/log
-  cd ${pkgdir}/usr/share/webapps
-  cp -ra ${srcdir}/roundcubemail-${pkgver/rc/-rc} roundcubemail
-  cd roundcubemail
-
-  mv .htaccess $pkgdir/etc/webapps/roundcubemail/
-  ln -s /etc/webapps/roundcubemail/.htaccess .htaccess
-
-  mv config $pkgdir/etc/webapps/roundcubemail/
-  ln -s /etc/webapps/roundcubemail/config config
-
-  install -dm0750 $pkgdir/var/{log,cache}/roundcubemail
-  install -Dm0644 $srcdir/apache.conf 
$pkgdir/etc/webapps/roundcubemail/apache.conf
-
-#  install -dm0755 $pkgdir/etc/php/conf.d/
-#  cat <$pkgdir/etc/php/conf.d/$pkgname.ini
-#open_basedir = 
${open_basedir}:/etc/webapps/roundcubemail:/usr/share/webapps/roundcubemail:/var/log/roundcubemail:/var/cache/roundcubemail
-#EOF
-
-  rm -rf temp logs
-}

Copied: roundcubemail/repos/community-any/PKGBUILD (from rev 119832, 
roundcubemail/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-09-29 19:51:37 UTC (rev 119833)
@@ -0,0 +1,54 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+
+pkgname=roundcubemail
+pkgver=1.0.3
+pkgrel=1
+pkgdesc="A PHP web-based mail client"
+arch=('any')
+url="http://www.roundcube.net";
+license=('GPL')
+depends=('php')
+optdepends=('python2')
+backup=('etc/webapps/roundcubemail/.htaccess'
+   'etc/webapps/roundcubemail/apache.conf')
+install=roundcubemail.install
+options=('!strip' 'emptydirs')
+source=(http://downloads.sourceforge.net/sourceforge/roundcubemail/roundcubemail-${pkgver/rc/-rc}.tar.gz
+   apache.conf)
+md5sums=('e35652adea5cd4069fcaa1410ae58864'
+ 'f11b17e2a80b383cde4af963fb307541')
+
+prepare() {
+  cd ${srcdir}/roundcubemail-${pkgver/rc/-rc}
+  sed -i \
+-e "s|RCUBE_INSTALL_PATH . 'temp.*|'/var/cache/roundcubemail';|" \
+-e "s|RCUBE_INSTALL_PATH . 'logs.*|'/var/log/roundcubemail';|" \
+config/defaults.inc.php \
+program/lib/Roundcube/rcube_config.php
+}
+
+package() {
+  mkdir -p ${pkgdir}/etc/webapps/roundcubemail
+  mkdir -p ${pkgdir}/usr/share/webapps
+  mkdir -p ${pkgdir}/var/log
+  cd ${pkgdir}/usr/share/webapps
+  cp -ra ${srcdir}/roundcubemail-${pkgver/rc/-rc} roundcubemail
+  cd roundcubemail
+
+  mv .htaccess $pkgdir/etc/webapps/roundcubemail/
+  ln -s /etc/webapps/roundcubemail/.htaccess .htaccess
+
+  mv config $pkgdir/etc/webapps/roundcubemail/
+  ln -s /etc/webapps/roundcubemail/config config
+
+  install -dm0750 $pkgdir/var/{log,cache}/roundcubemail
+  install -Dm0644 $srcdir/apache.conf 
$pkgdir/etc/webapps/roundcubemail/apache.conf
+
+#  install -dm0755 $pkgdir/etc/php/conf.d/
+#  cat <$pkgdir/etc/php/conf.d/$pkgname.ini
+#open_basedir = 
${open_basedir}:/etc/webapps/roundcubemail:/usr/share/webapps/roundcubemail:/var/log/roundcubemail:/var/cache/roundcubemail
+#EOF
+
+  rm -rf temp logs
+}

Deleted: apache.conf
===
--- apache.conf 20

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

2014-09-29 Thread Martin Wimpress
Date: Monday, September 29, 2014 @ 21:48:30
  Author: flexiondotorg
Revision: 119830

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

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

---+
 /PKGBUILD |   84 
 /mate-applets.install |   26 +
 community-i686/PKGBUILD   |   42 
 community-i686/mate-applets.install   |   13 
 community-x86_64/PKGBUILD |   42 
 community-x86_64/mate-applets.install |   13 
 6 files changed, 110 insertions(+), 110 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-09-29 19:48:18 UTC (rev 119829)
+++ community-i686/PKGBUILD 2014-09-29 19:48:30 UTC (rev 119830)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer : Martin Wimpress 
-
-pkgname=mate-applets
-pkgver=1.8.0
-pkgrel=4
-pkgdesc="Applets for MATE panel"
-arch=('i686' 'x86_64')
-url="http://mate-desktop.org";
-license=('GPL')
-depends=('gtksourceview2' 'mate-panel' 'python2-dbus' 'python2-gobject' 
'upower')
-makedepends=('docbook2x' 'docbook-xsl' 'mate-common' 'networkmanager'
- 'perl-xml-parser' 'yelp-tools')
-optdepends=('fortune-mod: for displaying fortune cookies in the Wanda the Fish 
applet'
-'yelp: for reading MATE help documents')
-groups=('mate-extra')
-source=("http://pub.mate-desktop.org/releases/1.8/${pkgname}-${pkgver}.tar.xz";)
-sha1sums=('c9e7ac6f9cc6b6ebd77720b056a3a81536b92419')
-install=${pkgname}.install
-
-prepare() {
-cd "${srcdir}/${pkgname}-${pkgver}"
-sed -i 's/env python/env python2/' 
invest-applet/invest/{chart.py,invest-applet.py,mate-invest-chart}
-}
-
-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
-make
-}
-
-package() {
-cd "${srcdir}/${pkgname}-${pkgver}"
-make DESTDIR="${pkgdir}" install
-}

Copied: mate-applets/repos/community-i686/PKGBUILD (from rev 119829, 
mate-applets/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-09-29 19:48:30 UTC (rev 119830)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer : Martin Wimpress 
+
+pkgname=mate-applets
+pkgver=1.8.1
+pkgrel=1
+pkgdesc="Applets for MATE panel"
+arch=('i686' 'x86_64')
+url="http://mate-desktop.org";
+license=('GPL')
+depends=('gtksourceview2' 'mate-panel' 'python2-dbus' 'python2-gobject' 
'upower')
+makedepends=('docbook2x' 'docbook-xsl' 'mate-common' 'networkmanager'
+ 'perl-xml-parser' 'yelp-tools')
+optdepends=('fortune-mod: for displaying fortune cookies in the Wanda the Fish 
applet'
+'yelp: for reading MATE help documents')
+groups=('mate-extra')
+source=("http://pub.mate-desktop.org/releases/1.8/${pkgname}-${pkgver}.tar.xz";)
+sha1sums=('0ba4133db67d94f5b92e45b1776d91cfcce52e37')
+install=${pkgname}.install
+
+prepare() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+sed -i 's/env python/env python2/' 
invest-applet/invest/{chart.py,invest-applet.py,mate-invest-chart}
+}
+
+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
+make
+}
+
+package() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+make DESTDIR="${pkgdir}" install
+}

Deleted: community-i686/mate-applets.install
===
--- community-i686/mate-applets.install 2014-09-29 19:48:18 UTC (rev 119829)
+++ community-i686/mate-applets.install 2014-09-29 19:48:30 UTC (rev 119830)
@@ -1,13 +0,0 @@
-post_install() {
-glib-compile-schemas /usr/share/glib-2.0/schemas/
-gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
-gtk-update-icon-cache -q -t -f /usr/share/icons/mate
-}
-
-post_upgrade() {
-post_install
-}
-
-post

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

2014-09-29 Thread Martin Wimpress
Date: Monday, September 29, 2014 @ 21:42:55
  Author: flexiondotorg
Revision: 119828

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

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

+
 /PKGBUILD  |   78 +++
 /marco.install |   22 +++
 community-i686/PKGBUILD|   39 ---
 community-i686/marco.install   |   11 -
 community-x86_64/PKGBUILD  |   39 ---
 community-x86_64/marco.install |   11 -
 6 files changed, 100 insertions(+), 100 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-09-29 19:42:43 UTC (rev 119827)
+++ community-i686/PKGBUILD 2014-09-29 19:42:55 UTC (rev 119828)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer : Martin Wimpress 
-
-pkgname=marco
-pkgver=1.8.1
-pkgrel=1
-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' 'perl-xml-parser' 'yelp-tools')
-optdepends=('yelp: for reading MATE help documents')
-replaces=('mate-window-manager')
-provides=('mate-window-manager')
-conflicts=('mate-window-manager')
-options=('!emptydirs')
-groups=('mate')
-source=("http://pub.mate-desktop.org/releases/1.8/${pkgname}-${pkgver}.tar.xz";)
-sha1sums=('fc3a881f0feff11b46e1e889947d8b9d0dd9a04a')
-install=${pkgname}.install
-
-build() {
-cd "${srcdir}/${pkgname}-${pkgver}"
-./configure \
---prefix=/usr \
---sysconfdir=/etc \
---localstatedir=/var \
---with-gtk=2.0 \
---enable-startup-notification \
---disable-static
-make
-}
-
-package() {
-cd "${srcdir}/${pkgname}-${pkgver}"
-make DESTDIR="${pkgdir}" install
-}

Copied: marco/repos/community-i686/PKGBUILD (from rev 119827, 
marco/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-09-29 19:42:55 UTC (rev 119828)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer : Martin Wimpress 
+
+pkgname=marco
+pkgver=1.8.2
+pkgrel=1
+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' 'perl-xml-parser' 'yelp-tools')
+optdepends=('yelp: for reading MATE help documents')
+replaces=('mate-window-manager')
+provides=('mate-window-manager')
+conflicts=('mate-window-manager')
+options=('!emptydirs')
+groups=('mate')
+source=("http://pub.mate-desktop.org/releases/1.8/${pkgname}-${pkgver}.tar.xz";)
+sha1sums=('0b361403ad4603d6b93f1b7b684c8c5b905ddf3c')
+install=${pkgname}.install
+
+build() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+./configure \
+--prefix=/usr \
+--sysconfdir=/etc \
+--localstatedir=/var \
+--with-gtk=2.0 \
+--enable-startup-notification \
+--disable-static
+make
+}
+
+package() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+make DESTDIR="${pkgdir}" install
+}

Deleted: community-i686/marco.install
===
--- community-i686/marco.install2014-09-29 19:42:43 UTC (rev 119827)
+++ community-i686/marco.install2014-09-29 19:42:55 UTC (rev 119828)
@@ -1,11 +0,0 @@
-post_install() {
-glib-compile-schemas /usr/share/glib-2.0/schemas/
-}
-
-post_upgrade() {
-post_install
-}
-
-post_remove() {
-post_install
-}

Copied: marco/repos/community-i686/marco.install (from rev 119827, 
marco/trunk/marco.install)
===
--- community-i686/marco.install(rev 0)
+++ community-i686/marco.install2014-09-29 19:42:55 UTC (rev 119828)
@@ -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-09-29 19:42:43 UTC (rev 119827)
+++ community-x86

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

2014-09-29 Thread Martin Wimpress
Date: Monday, September 29, 2014 @ 21:42:43
  Author: flexiondotorg
Revision: 119827

upgpkg: marco 1.8.2-1 - New upstream release.

Modified:
  marco/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-09-29 19:34:31 UTC (rev 119826)
+++ PKGBUILD2014-09-29 19:42:43 UTC (rev 119827)
@@ -2,7 +2,7 @@
 # Maintainer : Martin Wimpress 
 
 pkgname=marco
-pkgver=1.8.1
+pkgver=1.8.2
 pkgrel=1
 pkgdesc="A window manager for MATE"
 url="http://mate-desktop.org";
@@ -18,7 +18,7 @@
 options=('!emptydirs')
 groups=('mate')
 source=("http://pub.mate-desktop.org/releases/1.8/${pkgname}-${pkgver}.tar.xz";)
-sha1sums=('fc3a881f0feff11b46e1e889947d8b9d0dd9a04a')
+sha1sums=('0b361403ad4603d6b93f1b7b684c8c5b905ddf3c')
 install=${pkgname}.install
 
 build() {


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

2014-09-29 Thread Martin Wimpress
Date: Monday, September 29, 2014 @ 21:34:21
  Author: flexiondotorg
Revision: 119825

upgpkg: mate-netbook 1.8.1-1 - New upstream release.

Modified:
  mate-netbook/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-09-29 19:31:27 UTC (rev 119824)
+++ PKGBUILD2014-09-29 19:34:21 UTC (rev 119825)
@@ -1,7 +1,7 @@
 # Maintainer : Martin Wimpress 
 
 pkgname=mate-netbook
-pkgver=1.8.0
+pkgver=1.8.1
 pkgrel=1
 pkgdesc="A simple window management tool."
 url="http://mate-desktop.org";
@@ -11,7 +11,7 @@
 makedepends=('mate-common' 'perl-xml-parser' 'yelp-tools')
 optdepends=('yelp: for reading MATE help documents')
 source=("http://pub.mate-desktop.org/releases/1.8/${pkgname}-${pkgver}.tar.xz";)
-sha1sums=('64723fcf6a3a42e7faacfb54fb0c85103af5b1ba')
+sha1sums=('f71cf614929500c13b364dcf387e2464512f9f08')
 install=${pkgname}.install
 
 build() {


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

2014-09-29 Thread Martin Wimpress
Date: Monday, September 29, 2014 @ 21:34:31
  Author: flexiondotorg
Revision: 119826

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

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

---+
 /PKGBUILD |   62 
 /mate-netbook.install |   22 +++
 community-i686/PKGBUILD   |   32 
 community-i686/mate-netbook.install   |   11 -
 community-x86_64/PKGBUILD |   32 
 community-x86_64/mate-netbook.install |   11 -
 6 files changed, 84 insertions(+), 86 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-09-29 19:34:21 UTC (rev 119825)
+++ community-i686/PKGBUILD 2014-09-29 19:34:31 UTC (rev 119826)
@@ -1,32 +0,0 @@
-# Maintainer : Martin Wimpress 
-
-pkgname=mate-netbook
-pkgver=1.8.0
-pkgrel=1
-pkgdesc="A simple window management tool."
-url="http://mate-desktop.org";
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('gtk2' 'libfakekey' 'libwnck' 'libunique' 'mate-panel')
-makedepends=('mate-common' 'perl-xml-parser' 'yelp-tools')
-optdepends=('yelp: for reading MATE help documents')
-options=('!emptydirs')
-source=("http://pub.mate-desktop.org/releases/1.8/${pkgname}-${pkgver}.tar.xz";)
-sha1sums=('64723fcf6a3a42e7faacfb54fb0c85103af5b1ba')
-install=${pkgname}.install
-
-build() {
-cd "${srcdir}/${pkgname}-${pkgver}"
-./configure \
---prefix=/usr \
---libexec=/usr/lib/${pkgname} \
---sysconfdir=/etc \
---with-gtk=2.0 \
---disable-static
-make
-}
-
-package() {
-cd "${srcdir}/${pkgname}-${pkgver}"
-make DESTDIR="${pkgdir}" install
-}

Copied: mate-netbook/repos/community-i686/PKGBUILD (from rev 119825, 
mate-netbook/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-09-29 19:34:31 UTC (rev 119826)
@@ -0,0 +1,31 @@
+# Maintainer : Martin Wimpress 
+
+pkgname=mate-netbook
+pkgver=1.8.1
+pkgrel=1
+pkgdesc="A simple window management tool."
+url="http://mate-desktop.org";
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('gtk2' 'libfakekey' 'libwnck' 'libunique' 'mate-panel')
+makedepends=('mate-common' 'perl-xml-parser' 'yelp-tools')
+optdepends=('yelp: for reading MATE help documents')
+source=("http://pub.mate-desktop.org/releases/1.8/${pkgname}-${pkgver}.tar.xz";)
+sha1sums=('f71cf614929500c13b364dcf387e2464512f9f08')
+install=${pkgname}.install
+
+build() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+./configure \
+--prefix=/usr \
+--libexec=/usr/lib/${pkgname} \
+--sysconfdir=/etc \
+--with-gtk=2.0 \
+--disable-static
+make
+}
+
+package() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+make DESTDIR="${pkgdir}" install
+}

Deleted: community-i686/mate-netbook.install
===
--- community-i686/mate-netbook.install 2014-09-29 19:34:21 UTC (rev 119825)
+++ community-i686/mate-netbook.install 2014-09-29 19:34:31 UTC (rev 119826)
@@ -1,11 +0,0 @@
-post_install() {
-glib-compile-schemas /usr/share/glib-2.0/schemas/
-}
-
-post_upgrade() {
-post_install
-}
-
-post_remove() {
-post_install
-}

Copied: mate-netbook/repos/community-i686/mate-netbook.install (from rev 
119825, mate-netbook/trunk/mate-netbook.install)
===
--- community-i686/mate-netbook.install (rev 0)
+++ community-i686/mate-netbook.install 2014-09-29 19:34:31 UTC (rev 119826)
@@ -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-09-29 19:34:21 UTC (rev 119825)
+++ community-x86_64/PKGBUILD   2014-09-29 19:34:31 UTC (rev 119826)
@@ -1,32 +0,0 @@
-# Maintainer : Martin Wimpress 
-
-pkgname=mate-netbook
-pkgver=1.8.0
-pkgrel=1
-pkgdesc="A simple window management tool."
-url="http://mate-desktop.org";
-arch=('i

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

2014-09-29 Thread Martin Wimpress
Date: Monday, September 29, 2014 @ 21:31:27
  Author: flexiondotorg
Revision: 119824

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-09-29 19:31:18 UTC (rev 119823)
+++ community-i686/PKGBUILD 2014-09-29 19:31:27 UTC (rev 119824)
@@ -1,37 +0,0 @@
-# Maintainer : Martin Wimpress 
-
-pkgname=mate-panel
-pkgver=1.8.0
-pkgrel=3
-pkgdesc="The MATE Panel"
-url="http://mate-desktop.org";
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('caja' 'dbus-glib' 'dconf' 'gtk2' 'libwnck' 'libcanberra' 'libice'
- 'libmateweather' 'librsvg' 'libsm' 'libsoup' 'libxau' 'marco'
- 'mate-menus' 'mate-desktop' 'mate-session-manager')
-makedepends=('gobject-introspection' 'mate-common' 'networkmanager'
- 'perl-xml-parser' 'yelp-tools')
-optdepends=('yelp: for reading MATE help documents')
-groups=('mate')
-source=("http://pub.mate-desktop.org/releases/1.8/${pkgname}-${pkgver}.tar.xz";)
-sha1sums=('289bca55fb26465f2c155d087932d6973edf07d9')
-install=${pkgname}.install
-
-build() {
-cd "${srcdir}/${pkgname}-${pkgver}"
-./configure \
---prefix=/usr \
---libexecdir=/usr/lib/${pkgname} \
---sysconfdir=/etc \
---localstatedir=/var \
---with-gtk=2.0 \
---enable-introspection \
---disable-static
-make
-}
-
-package() {
-cd "${srcdir}/${pkgname}-${pkgver}"
-make DESTDIR="${pkgdir}" install
-}

Copied: mate-panel/repos/community-i686/PKGBUILD (from rev 119823, 
mate-panel/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-09-29 19:31:27 UTC (rev 119824)
@@ -0,0 +1,37 @@
+# Maintainer : Martin Wimpress 
+
+pkgname=mate-panel
+pkgver=1.8.1
+pkgrel=1
+pkgdesc="The MATE Panel"
+url="http://mate-desktop.org";
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('caja' 'dbus-glib' 'dconf' 'gtk2' 'libwnck' 'libcanberra' 'libice'
+ 'libmateweather' 'librsvg' 'libsm' 'libsoup' 'libxau' 'marco'
+ 'mate-menus' 'mate-desktop' 'mate-session-manager')
+makedepends=('gobject-introspection' 'mate-common' 'networkmanager'
+ 'perl-xml-parser' 'yelp-tools')
+optdepends=('yelp: for reading MATE help documents')
+groups=('mate')
+source=("http://pub.mate-desktop.org/releases/1.8/${pkgname}-${pkgver}.tar.xz";)
+sha1sums=('18795801763059269573015f33f16651a1fd36bc')
+install=${pkgname}.install
+
+build() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+./configure \
+--prefix=/usr \
+--libexecdir=/usr/lib/${pkgname} \
+--sysconfdir=/etc \
+--localstatedir=/var \
+--with-gtk=2.0 \
+--enable-introspection \
+--disable-static
+make
+}
+
+package() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+make DESTDIR="${pkgdir}" install
+}

Deleted: community-i686/mate-panel.install
===
--- community-i686/mate-panel.install   2014-09-29 19:31:18 UTC (rev 119823)
+++ community-i686/mate-panel.install   2014-09-29 19:31:27 UTC (rev 119824)
@@ -1,12 +0,0 @@
-post_install() {
-glib-compile-schemas /usr/share/glib-2.0/schemas/
-gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
-}
-
-post_upgrade() {
-post_install
-}
-
-post_remove() {
-post_install
-}

Copied: mate-panel/repos/community-i686/mate-panel.install (from rev 119823, 
mate-panel/trunk/mate-panel.install)
===
--- community-i686/mate-panel.install   (rev 0)
+++ community-i686/mate-panel.install   2014-09-29 19:31:27 UTC (rev 119824)
@@ -0,0 +1,12 @@
+post_install() {
+glib-compile-schemas /usr/share/glib-2.0/schemas/

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

2014-09-29 Thread Martin Wimpress
Date: Monday, September 29, 2014 @ 21:31:18
  Author: flexiondotorg
Revision: 119823

upgpkg: mate-panel 1.8.1-1 - New upstream release.

Modified:
  mate-panel/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-09-29 19:28:01 UTC (rev 119822)
+++ PKGBUILD2014-09-29 19:31:18 UTC (rev 119823)
@@ -1,8 +1,8 @@
 # Maintainer : Martin Wimpress 
 
 pkgname=mate-panel
-pkgver=1.8.0
-pkgrel=3
+pkgver=1.8.1
+pkgrel=1
 pkgdesc="The MATE Panel"
 url="http://mate-desktop.org";
 arch=('i686' 'x86_64')
@@ -15,7 +15,7 @@
 optdepends=('yelp: for reading MATE help documents')
 groups=('mate')
 source=("http://pub.mate-desktop.org/releases/1.8/${pkgname}-${pkgver}.tar.xz";)
-sha1sums=('289bca55fb26465f2c155d087932d6973edf07d9')
+sha1sums=('18795801763059269573015f33f16651a1fd36bc')
 install=${pkgname}.install
 
 build() {


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

2014-09-29 Thread Martin Wimpress
Date: Monday, September 29, 2014 @ 21:27:51
  Author: flexiondotorg
Revision: 119821

upgpkg: mate-screensaver 1.8.1-1 - New upstream release.

Modified:
  mate-screensaver/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-09-29 19:23:34 UTC (rev 119820)
+++ PKGBUILD2014-09-29 19:27:51 UTC (rev 119821)
@@ -1,7 +1,7 @@
 # Maintainer : Martin Wimpress 
 
 pkgname=mate-screensaver
-pkgver=1.8.0
+pkgver=1.8.1
 pkgrel=1
 pkgdesc='Screensaver for MATE'
 url="http://mate-desktop.org";
@@ -16,7 +16,7 @@
 'yelp: for reading MATE help documents')
 groups=('mate-extra')
 source=("http://pub.mate-desktop.org/releases/1.8/${pkgname}-${pkgver}.tar.xz";)
-sha1sums=('b7ab88c3ee5b513630ff99a64c18626ed8ef49fa')
+sha1sums=('5b6177dab4f815d18e9651e6fda5aba9a5a181bf')
 install=${pkgname}.install
 
 build() {


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

2014-09-29 Thread Martin Wimpress
Date: Monday, September 29, 2014 @ 21:28:01
  Author: flexiondotorg
Revision: 119822

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

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

---+
 /PKGBUILD |   80 
 /mate-screensaver.install |   22 +++
 community-i686/PKGBUILD   |   41 --
 community-i686/mate-screensaver.install   |   11 ---
 community-x86_64/PKGBUILD |   41 --
 community-x86_64/mate-screensaver.install |   11 ---
 6 files changed, 102 insertions(+), 104 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-09-29 19:27:51 UTC (rev 119821)
+++ community-i686/PKGBUILD 2014-09-29 19:28:01 UTC (rev 119822)
@@ -1,41 +0,0 @@
-# Maintainer : Martin Wimpress 
-
-pkgname=mate-screensaver
-pkgver=1.8.0
-pkgrel=1
-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' 'perl-xml-parser' 'xmlto' 'yelp-tools')
-optdepends=('mate-power-manager: Add power management support.'
-'mate-screensaver-hacks: Additional screensavers.'
-'rss-glx: Really slick screensavers.'
-'yelp: for reading MATE help documents')
-options=('!emptydirs')
-groups=('mate-extra')
-source=("http://pub.mate-desktop.org/releases/1.8/${pkgname}-${pkgver}.tar.xz";)
-sha1sums=('b7ab88c3ee5b513630ff99a64c18626ed8ef49fa')
-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/PKGBUILD (from rev 119821, 
mate-screensaver/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-09-29 19:28:01 UTC (rev 119822)
@@ -0,0 +1,40 @@
+# Maintainer : Martin Wimpress 
+
+pkgname=mate-screensaver
+pkgver=1.8.1
+pkgrel=1
+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' 'perl-xml-parser' 'xmlto' 'yelp-tools')
+optdepends=('mate-power-manager: Add power management support.'
+'mate-screensaver-hacks: Additional screensavers.'
+'rss-glx: Really slick screensavers.'
+'yelp: for reading MATE help documents')
+groups=('mate-extra')
+source=("http://pub.mate-desktop.org/releases/1.8/${pkgname}-${pkgver}.tar.xz";)
+sha1sums=('5b6177dab4f815d18e9651e6fda5aba9a5a181bf')
+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
+}

Deleted: community-i686/mate-screensaver.install
===
--- community-i686/mate-screensaver.install 2014-09-29 19:27:51 UTC (rev 
119821)
+++ community-i686/mate-screensaver.install 2014-09-29 19:28:01 UTC (rev 
119822)
@@ -1,11 +0,0 @@
-post_install() {
-glib-compile-schemas /usr/share/glib-2.0/schemas/
-}
-
-post_upgrade() {
-po

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

2014-09-29 Thread Martin Wimpress
Date: Monday, September 29, 2014 @ 21:23:21
  Author: flexiondotorg
Revision: 119819

upgpkg: mate-settings-daemon 1.8.2-1 - New upstream release.

Modified:
  mate-settings-daemon/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-09-29 19:06:45 UTC (rev 119818)
+++ PKGBUILD2014-09-29 19:23:21 UTC (rev 119819)
@@ -2,7 +2,7 @@
 
 pkgbase=mate-settings-daemon
 pkgname=("${pkgbase}-pulseaudio" "${pkgbase}-gstreamer")
-pkgver=1.8.1
+pkgver=1.8.2
 pkgrel=1
 url="http://mate-desktop.org";
 arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@
  'nss' 'polkit' 'pulseaudio-alsa')
 makedepends=('mate-common')
 source=("http://pub.mate-desktop.org/releases/1.8/${pkgbase}-${pkgver}.tar.xz";)
-sha1sums=('cb279e69af618f8496ef45f61325b267afba539e')
+sha1sums=('e465eb33b79394150514ad0af201bf32f07fd520')
 install=${pkgbase}.install
 
 build() {


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

2014-09-29 Thread Martin Wimpress
Date: Monday, September 29, 2014 @ 21:23:34
  Author: flexiondotorg
Revision: 119820

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

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

---+
 /PKGBUILD |  140 
 /mate-settings-daemon.install |   24 
 community-i686/PKGBUILD   |   70 
 community-i686/mate-settings-daemon.install   |   12 --
 community-x86_64/PKGBUILD |   70 
 community-x86_64/mate-settings-daemon.install |   12 --
 6 files changed, 164 insertions(+), 164 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-09-29 19:23:21 UTC (rev 119819)
+++ community-i686/PKGBUILD 2014-09-29 19:23:34 UTC (rev 119820)
@@ -1,70 +0,0 @@
-# Maintainer : Martin Wimpress 
-
-pkgbase=mate-settings-daemon
-pkgname=("${pkgbase}-pulseaudio" "${pkgbase}-gstreamer")
-pkgver=1.8.1
-pkgrel=1
-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')
-source=("http://pub.mate-desktop.org/releases/1.8/${pkgbase}-${pkgver}.tar.xz";)
-sha1sums=('cb279e69af618f8496ef45f61325b267afba539e')
-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 \
---with-gtk=2.0 \
---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 \
---with-gtk=2.0 \
---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/PKGBUILD (from rev 119819, 
mate-settings-daemon/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-09-29 19:23:34 UTC (rev 119820)
@@ -0,0 +1,70 @@
+# Maintainer : Martin Wimpress 
+
+pkgbase=mate-settings-daemon
+pkgname=("${pkgbase}-pulseaudio" "${pkgbase}-gstreamer")
+pkgver=1.8.2
+pkgrel=1
+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')
+source=("http://pub.mate-desktop.org/releases/1.8/${pkgbase}-${pkgver}.tar.xz";)
+sha1sums=('e465eb33b79394150514ad0af201bf32f07fd520')
+install=${pkgbase}.install
+
+build() {
+cd "${srcdir}"
+cp -a ${pk

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

2014-09-29 Thread Martin Wimpress
Date: Monday, September 29, 2014 @ 20:59:35
  Author: flexiondotorg
Revision: 119814

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

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

-+
 /PKGBUILD   |   70 ++
 /mate-utils.install |   24 +++
 community-i686/PKGBUILD |   35 -
 community-i686/mate-utils.install   |   12 -
 community-x86_64/PKGBUILD   |   35 -
 community-x86_64/mate-utils.install |   12 -
 6 files changed, 94 insertions(+), 94 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-09-29 18:59:26 UTC (rev 119813)
+++ community-i686/PKGBUILD 2014-09-29 18:59:35 UTC (rev 119814)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer : Martin Wimpress 
-
-pkgname=mate-utils
-pkgver=1.8.0
-pkgrel=2
-pkgdesc="Common MATE utilities for viewing disk usage, logs and fonts, taking 
screenshots, managing dictionaries and searching files"
-url="http://mate-desktop.org";
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('desktop-file-utils' 'gtk2' 'libcanberra' 'libgtop' 'libsm' 'zlib')
-makedepends=('mate-common' 'mate-panel' 'perl-xml-parser' 'rarian' 
'yelp-tools')
-optdepends=('mate-panel: Look up words in dictionaries from the panel'
-'yelp: for reading MATE help documents')
-options=('!emptydirs')
-groups=('mate-extra')
-source=("http://pub.mate-desktop.org/releases/1.8/${pkgname}-${pkgver}.tar.xz";)
-sha1sums=('5f4b6d8f7a39ab078c9ed8302ed97926e57b0596')
-install=${pkgname}.install
-
-build() {
-cd "${srcdir}/${pkgname}-${pkgver}"
-./configure \
---prefix=/usr \
---libexecdir=/usr/lib/${pkgname} \
---with-gtk=2.0 \
---sysconfdir=/etc \
---disable-static
-make
-}
-
-package() {
-cd "${srcdir}/${pkgname}-${pkgver}"
-make DESTDIR="${pkgdir}" install
-}

Copied: mate-utils/repos/community-i686/PKGBUILD (from rev 119813, 
mate-utils/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-09-29 18:59:35 UTC (rev 119814)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer : Martin Wimpress 
+
+pkgname=mate-utils
+pkgver=1.8.1
+pkgrel=1
+pkgdesc="Common MATE utilities for viewing disk usage, logs and fonts, taking 
screenshots, managing dictionaries and searching files"
+url="http://mate-desktop.org";
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('desktop-file-utils' 'gtk2' 'libcanberra' 'libgtop' 'libsm' 'zlib')
+makedepends=('mate-common' 'mate-panel' 'perl-xml-parser' 'rarian' 
'yelp-tools')
+optdepends=('mate-panel: Look up words in dictionaries from the panel'
+'yelp: for reading MATE help documents')
+options=('!emptydirs')
+groups=('mate-extra')
+source=("http://pub.mate-desktop.org/releases/1.8/${pkgname}-${pkgver}.tar.xz";)
+sha1sums=('990b6dd42f7d66f9579c8ede1b1da45559c0f51c')
+install=${pkgname}.install
+
+build() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+./configure \
+--prefix=/usr \
+--libexecdir=/usr/lib/${pkgname} \
+--with-gtk=2.0 \
+--sysconfdir=/etc \
+--disable-static
+make
+}
+
+package() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+make DESTDIR="${pkgdir}" install
+}

Deleted: community-i686/mate-utils.install
===
--- community-i686/mate-utils.install   2014-09-29 18:59:26 UTC (rev 119813)
+++ community-i686/mate-utils.install   2014-09-29 18:59:35 UTC (rev 119814)
@@ -1,12 +0,0 @@
-post_install() {
-glib-compile-schemas /usr/share/glib-2.0/schemas/
-gtk-update-icon-cache -q -t -f /usr/share/icons/mate
-}
-
-post_upgrade() {
-post_install
-}
-
-post_remove() {
-post_install
-}

Copied: mate-utils/repos/community-i686/mate-utils.install (from rev 119813, 
mate-utils/trunk/mate-utils.install)
===
--- community-i686/mate-utils.install   (rev 0)
+++ community-i686/mate-utils.install   2014-09-29 18:59:35 UTC (rev 119814)
@@ -0,0 +1,12 @@
+post_install() {
+glib-compile-schemas /usr/share/glib-2.0/schemas/
+gtk-update-icon-cach

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

2014-09-29 Thread Martin Wimpress
Date: Monday, September 29, 2014 @ 21:02:27
  Author: flexiondotorg
Revision: 119816

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

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

+
 /PKGBUILD  |   70 +++
 /mate-terminal.install |   22 +
 community-i686/PKGBUILD|   36 ---
 community-i686/mate-terminal.install   |   11 
 community-x86_64/PKGBUILD  |   36 ---
 community-x86_64/mate-terminal.install |   11 
 6 files changed, 92 insertions(+), 94 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-09-29 19:02:18 UTC (rev 119815)
+++ community-i686/PKGBUILD 2014-09-29 19:02:27 UTC (rev 119816)
@@ -1,36 +0,0 @@
-# Maintainer : Martin Wimpress 
-
-pkgname=mate-terminal
-pkgver=1.8.0
-pkgrel=2
-pkgdesc="The MATE Terminal Emulator"
-url="http://mate-desktop.org";
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('dbus' 'dconf' 'gtk2' 'libsm' 'mate-desktop' 'vte')
-makedepends=('docbook2x' 'mate-common' 'perl-xml-parser' 'yelp-tools')
-optdepends=('yelp: for reading MATE help documents')
-options=('!emptydirs')
-groups=('mate-extra')
-source=("http://pub.mate-desktop.org/releases/1.8/${pkgname}-${pkgver}.tar.xz";)
-sha1sums=('14b380c71aaf73499f5ae292ee14d2eb27920074')
-install=${pkgname}.install
-
-prepare() {
-cd "${srcdir}/${pkgname}-${pkgver}"
-sed -i 's/env python/env python2/' mate-terminal.wrapper
-}
-
-build() {
-cd "${srcdir}/${pkgname}-${pkgver}"
-./configure \
---prefix=/usr \
---with-gtk=2.0 \
---disable-static
-make
-}
-
-package() {
-cd "${srcdir}/${pkgname}-${pkgver}"
-make DESTDIR="${pkgdir}" install
-}

Copied: mate-terminal/repos/community-i686/PKGBUILD (from rev 119815, 
mate-terminal/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-09-29 19:02:27 UTC (rev 119816)
@@ -0,0 +1,35 @@
+# Maintainer : Martin Wimpress 
+
+pkgname=mate-terminal
+pkgver=1.8.1
+pkgrel=1
+pkgdesc="The MATE Terminal Emulator"
+url="http://mate-desktop.org";
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('dbus' 'dconf' 'gtk2' 'libsm' 'mate-desktop' 'vte')
+makedepends=('docbook2x' 'mate-common' 'perl-xml-parser' 'yelp-tools')
+optdepends=('yelp: for reading MATE help documents')
+groups=('mate-extra')
+source=("http://pub.mate-desktop.org/releases/1.8/${pkgname}-${pkgver}.tar.xz";)
+sha1sums=('93853f440f609b7dc728cd94ea14a4f4ef94b4a8')
+install=${pkgname}.install
+
+prepare() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+sed -i 's/env python/env python2/' mate-terminal.wrapper
+}
+
+build() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+./configure \
+--prefix=/usr \
+--with-gtk=2.0 \
+--disable-static
+make
+}
+
+package() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+make DESTDIR="${pkgdir}" install
+}

Deleted: community-i686/mate-terminal.install
===
--- community-i686/mate-terminal.install2014-09-29 19:02:18 UTC (rev 
119815)
+++ community-i686/mate-terminal.install2014-09-29 19:02:27 UTC (rev 
119816)
@@ -1,11 +0,0 @@
-post_install() {
-glib-compile-schemas /usr/share/glib-2.0/schemas/
-}
-
-post_upgrade() {
-post_install
-}
-
-post_remove() {
-post_install
-}

Copied: mate-terminal/repos/community-i686/mate-terminal.install (from rev 
119815, mate-terminal/trunk/mate-terminal.install)
===
--- community-i686/mate-terminal.install(rev 0)
+++ community-i686/mate-terminal.install2014-09-29 19:02:27 UTC (rev 
119816)
@@ -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-09-29 19:02:18 UTC (rev 119815)
+++ community-x86_64/PKGBUILD   2014-0

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

2014-09-29 Thread Martin Wimpress
Date: Monday, September 29, 2014 @ 21:06:36
  Author: flexiondotorg
Revision: 119817

upgpkg: mate-system-tools 1.8.1-1 - New upstream release.

Modified:
  mate-system-tools/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-09-29 19:02:27 UTC (rev 119816)
+++ PKGBUILD2014-09-29 19:06:36 UTC (rev 119817)
@@ -1,8 +1,8 @@
 # Maintainer : Martin Wimpress 
 
 pkgname=mate-system-tools
-pkgver=1.8.0
-pkgrel=3
+pkgver=1.8.1
+pkgrel=1
 pkgdesc="Suite of tools for MATE to simplify configuring workstations."
 url="http://mate-desktop.org/";
 arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@
 optdepends=('yelp: for reading MATE help documents')
 groups=('mate-extra')
 source=("http://pub.mate-desktop.org/releases/1.8/${pkgname}-${pkgver}.tar.xz";)
-sha1sums=('11a8d72cf265834867352ad67a2d32485dbc98e0')
+sha1sums=('99b69facd58e58c9ca668703fcfa353d10bad46d')
 install=${pkgname}.install
 
 build() {


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

2014-09-29 Thread Martin Wimpress
Date: Monday, September 29, 2014 @ 21:06:45
  Author: flexiondotorg
Revision: 119818

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

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

+
 /PKGBUILD  |   68 +++
 /mate-system-tools.install |   24 +
 community-i686/PKGBUILD|   34 -
 community-i686/mate-system-tools.install   |   12 
 community-x86_64/PKGBUILD  |   34 -
 community-x86_64/mate-system-tools.install |   12 
 6 files changed, 92 insertions(+), 92 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-09-29 19:06:36 UTC (rev 119817)
+++ community-i686/PKGBUILD 2014-09-29 19:06:45 UTC (rev 119818)
@@ -1,34 +0,0 @@
-# Maintainer : Martin Wimpress 
-
-pkgname=mate-system-tools
-pkgver=1.8.0
-pkgrel=3
-pkgdesc="Suite of tools for MATE to simplify configuring workstations."
-url="http://mate-desktop.org/";
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('dconf' 'liboobs' 'mate-polkit')
-makedepends=('mate-common' 'perl-xml-parser' 'yelp-tools')
-optdepends=('yelp: for reading MATE help documents')
-groups=('mate-extra')
-source=("http://pub.mate-desktop.org/releases/1.8/${pkgname}-${pkgver}.tar.xz";)
-sha1sums=('11a8d72cf265834867352ad67a2d32485dbc98e0')
-install=${pkgname}.install
-
-build() {
-cd "${srcdir}/${pkgname}-${pkgver}"
-./configure \
---prefix=/usr \
---sysconfdir=/etc \
---disable-caja \
---disable-network \
---disable-services \
---disable-shares \
---disable-time
-make
-}
-
-package() {
-cd "${srcdir}/${pkgname}-${pkgver}"
-make DESTDIR="${pkgdir}" install
-}

Copied: mate-system-tools/repos/community-i686/PKGBUILD (from rev 119817, 
mate-system-tools/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-09-29 19:06:45 UTC (rev 119818)
@@ -0,0 +1,34 @@
+# Maintainer : Martin Wimpress 
+
+pkgname=mate-system-tools
+pkgver=1.8.1
+pkgrel=1
+pkgdesc="Suite of tools for MATE to simplify configuring workstations."
+url="http://mate-desktop.org/";
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('dconf' 'liboobs' 'mate-polkit')
+makedepends=('mate-common' 'perl-xml-parser' 'yelp-tools')
+optdepends=('yelp: for reading MATE help documents')
+groups=('mate-extra')
+source=("http://pub.mate-desktop.org/releases/1.8/${pkgname}-${pkgver}.tar.xz";)
+sha1sums=('99b69facd58e58c9ca668703fcfa353d10bad46d')
+install=${pkgname}.install
+
+build() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+./configure \
+--prefix=/usr \
+--sysconfdir=/etc \
+--disable-caja \
+--disable-network \
+--disable-services \
+--disable-shares \
+--disable-time
+make
+}
+
+package() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+make DESTDIR="${pkgdir}" install
+}

Deleted: community-i686/mate-system-tools.install
===
--- community-i686/mate-system-tools.install2014-09-29 19:06:36 UTC (rev 
119817)
+++ community-i686/mate-system-tools.install2014-09-29 19:06:45 UTC (rev 
119818)
@@ -1,12 +0,0 @@
-post_install() {
-glib-compile-schemas /usr/share/glib-2.0/schemas/
-gtk-update-icon-cache -q -t -f /usr/share/icons/mate
-}
-
-post_upgrade() {
-post_install
-}
-
-post_remove() {
-post_install
-}

Copied: mate-system-tools/repos/community-i686/mate-system-tools.install (from 
rev 119817, mate-system-tools/trunk/mate-system-tools.install)
===
--- community-i686/mate-system-tools.install(rev 0)
+++ community-i686/mate-system-tools.install2014-09-29 19:06:45 UTC (rev 
119818)
@@ -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_instal

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

2014-09-29 Thread Martin Wimpress
Date: Monday, September 29, 2014 @ 21:02:18
  Author: flexiondotorg
Revision: 119815

upgpkg: mate-terminal 1.8.1-1 - New upstream release.

Modified:
  mate-terminal/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-09-29 18:59:35 UTC (rev 119814)
+++ PKGBUILD2014-09-29 19:02:18 UTC (rev 119815)
@@ -1,8 +1,8 @@
 # Maintainer : Martin Wimpress 
 
 pkgname=mate-terminal
-pkgver=1.8.0
-pkgrel=2
+pkgver=1.8.1
+pkgrel=1
 pkgdesc="The MATE Terminal Emulator"
 url="http://mate-desktop.org";
 arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@
 optdepends=('yelp: for reading MATE help documents')
 groups=('mate-extra')
 source=("http://pub.mate-desktop.org/releases/1.8/${pkgname}-${pkgver}.tar.xz";)
-sha1sums=('14b380c71aaf73499f5ae292ee14d2eb27920074')
+sha1sums=('93853f440f609b7dc728cd94ea14a4f4ef94b4a8')
 install=${pkgname}.install
 
 prepare() {


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

2014-09-29 Thread Martin Wimpress
Date: Monday, September 29, 2014 @ 20:59:26
  Author: flexiondotorg
Revision: 119813

upgpkg: mate-utils 1.8.1-1 - New upstream release.

Modified:
  mate-utils/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-09-29 18:55:15 UTC (rev 119812)
+++ PKGBUILD2014-09-29 18:59:26 UTC (rev 119813)
@@ -2,8 +2,8 @@
 # Maintainer : Martin Wimpress 
 
 pkgname=mate-utils
-pkgver=1.8.0
-pkgrel=2
+pkgver=1.8.1
+pkgrel=1
 pkgdesc="Common MATE utilities for viewing disk usage, logs and fonts, taking 
screenshots, managing dictionaries and searching files"
 url="http://mate-desktop.org";
 arch=('i686' 'x86_64')
@@ -15,7 +15,7 @@
 options=('!emptydirs')
 groups=('mate-extra')
 source=("http://pub.mate-desktop.org/releases/1.8/${pkgname}-${pkgver}.tar.xz";)
-sha1sums=('5f4b6d8f7a39ab078c9ed8302ed97926e57b0596')
+sha1sums=('990b6dd42f7d66f9579c8ede1b1da45559c0f51c')
 install=${pkgname}.install
 
 build() {


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

2014-09-29 Thread Martin Wimpress
Date: Monday, September 29, 2014 @ 20:55:15
  Author: flexiondotorg
Revision: 119812

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

Added:
  python2-caja/repos/community-i686/PKGBUILD
(from rev 119811, python2-caja/trunk/PKGBUILD)
  python2-caja/repos/community-x86_64/PKGBUILD
(from rev 119811, python2-caja/trunk/PKGBUILD)
Deleted:
  python2-caja/repos/community-i686/PKGBUILD
  python2-caja/repos/community-i686/use-pkg-config.diff
  python2-caja/repos/community-x86_64/PKGBUILD
  python2-caja/repos/community-x86_64/use-pkg-config.diff

--+
 /PKGBUILD|   58 +
 community-i686/PKGBUILD  |   39 --
 community-i686/use-pkg-config.diff   |   39 --
 community-x86_64/PKGBUILD|   39 --
 community-x86_64/use-pkg-config.diff |   39 --
 5 files changed, 58 insertions(+), 156 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-09-29 18:55:01 UTC (rev 119811)
+++ community-i686/PKGBUILD 2014-09-29 18:55:15 UTC (rev 119812)
@@ -1,39 +0,0 @@
-# Maintainer : Martin Wimpress 
-
-pkgname=python2-caja
-_pkgname=python-caja
-pkgver=1.8.0
-pkgrel=2
-pkgdesc="Python binding for Caja, to allow Caja property page and menu item 
extensions to be written in Python."
-url="http://mate-desktop.org";
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('caja' 'python2' 'python2-gobject')
-makedepends=('mate-common')
-replaces=('python-caja')
-provides=('python-caja')
-source=("http://pub.mate-desktop.org/releases/1.8/${_pkgname}-${pkgver}.tar.xz";
-"use-pkg-config.diff")
-sha1sums=('63cf08e3f711be8eb44c423322962a18f822031e'
-  '32c348669868414d98c3a4be0a083b419256200d')
-
-prepare() {
-cd "${srcdir}/${_pkgname}-${pkgver}"
-# Use pkg-config for python detection and variables
-#  - https://github.com/mate-desktop/python-caja/issues/17
-patch -Np1 -i "${srcdir}/use-pkg-config.diff"
-autoreconf -fi
-}
-
-build() {
-cd "${srcdir}/${_pkgname}-${pkgver}"
-PYTHON=/usr/bin/python2 ./configure \
---prefix=/usr \
---disable-static
-make
-}
-
-package() {
-cd "${srcdir}/${_pkgname}-${pkgver}"
-make DESTDIR="${pkgdir}" install
-}

Copied: python2-caja/repos/community-i686/PKGBUILD (from rev 119811, 
python2-caja/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-09-29 18:55:15 UTC (rev 119812)
@@ -0,0 +1,29 @@
+# Maintainer : Martin Wimpress 
+
+pkgname=python2-caja
+_pkgname=python-caja
+pkgver=1.8.1
+pkgrel=1
+pkgdesc="Python bindings for Caja, to allow Caja property page and menu item 
extensions to be written in Python."
+url="http://mate-desktop.org";
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('caja' 'python2' 'python2-gobject')
+makedepends=('mate-common')
+replaces=('python-caja')
+provides=('python-caja')
+source=("http://pub.mate-desktop.org/releases/1.8/${_pkgname}-${pkgver}.tar.xz";)
+sha1sums=('a0fe173e9935c7a550c0c47a751b0d6217bb2760')
+
+build() {
+cd "${srcdir}/${_pkgname}-${pkgver}"
+PYTHON=/usr/bin/python2 ./configure \
+--prefix=/usr \
+--disable-static
+make
+}
+
+package() {
+cd "${srcdir}/${_pkgname}-${pkgver}"
+make DESTDIR="${pkgdir}" install
+}

Deleted: community-i686/use-pkg-config.diff
===
--- community-i686/use-pkg-config.diff  2014-09-29 18:55:01 UTC (rev 119811)
+++ community-i686/use-pkg-config.diff  2014-09-29 18:55:15 UTC (rev 119812)
@@ -1,39 +0,0 @@
-diff --git a/configure.ac b/configure.ac
-index f4059e3..a8345ae 100644
 a/configure.ac
-+++ b/configure.ac
-@@ -30,8 +30,12 @@ GTK_DOC_CHECK(1.9)
- dnl **
- dnl * Check for Python
- dnl **
--AM_CHECK_PYTHON_HEADERS(,[AC_MSG_ERROR([could not find Python headers])])
--AM_CHECK_PYTHON_LIBS(,[AC_MSG_ERROR([could not find Python lib])])
-+AM_PATH_PYTHON([2.6])
-+PKG_CHECK_MODULES([PYTHON], [python-${PYTHON_VERSION}])
-+PYTHON_LIB_LOC="`pkg-config python-${PYTHON_VERSION} --variable=libdir`"
-+AC_SUBST(PYTHON_LIBS)
-+AC_SUBST(PYTHON_CFLAGS)
-+AC_SUBST(PYTHON_LIB_LOC)
- 
- if test "`pkg-config --variable=datadir pygobject-3.0`" != "" ; then
- PYGOBJECT_VERSION=pygobject-3.0
-diff --git a/src/Makefile.am b/src/Makefile.am
-index e3d7c3f..dd37d15 100644
 a/src/Makefile.am
-+++ b/src/Makefile.am
-@@ -16,12 +16,13 @@ libcaja_python_la_CPPFLAGS = \
-   -DLIBDIR=\"$(libdir)\" \
-   -DPYTHON_VERSION=\"$(PYTHON_VERSION)\" \
-   -DPY_LIB_LOC="\"$(PYTHON_LIB_LOC)\"" \
--  $(PYTHON_INCLUDES) \
-+  $(CAJA_PYTHON_CFLAGS) \
-   $

[arch-commits] Commit in python2-caja/trunk (PKGBUILD use-pkg-config.diff)

2014-09-29 Thread Martin Wimpress
Date: Monday, September 29, 2014 @ 20:55:01
  Author: flexiondotorg
Revision: 119811

upgpkg: python2-caja 1.8.1-1 - New upstream release.

Modified:
  python2-caja/trunk/PKGBUILD
Deleted:
  python2-caja/trunk/use-pkg-config.diff

-+
 PKGBUILD|   20 +---
 use-pkg-config.diff |   39 ---
 2 files changed, 5 insertions(+), 54 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-09-29 18:25:31 UTC (rev 119810)
+++ PKGBUILD2014-09-29 18:55:01 UTC (rev 119811)
@@ -2,9 +2,9 @@
 
 pkgname=python2-caja
 _pkgname=python-caja
-pkgver=1.8.0
-pkgrel=2
-pkgdesc="Python binding for Caja, to allow Caja property page and menu item 
extensions to be written in Python."
+pkgver=1.8.1
+pkgrel=1
+pkgdesc="Python bindings for Caja, to allow Caja property page and menu item 
extensions to be written in Python."
 url="http://mate-desktop.org";
 arch=('i686' 'x86_64')
 license=('GPL')
@@ -12,19 +12,9 @@
 makedepends=('mate-common')
 replaces=('python-caja')
 provides=('python-caja')
-source=("http://pub.mate-desktop.org/releases/1.8/${_pkgname}-${pkgver}.tar.xz";
-"use-pkg-config.diff")
-sha1sums=('63cf08e3f711be8eb44c423322962a18f822031e'
-  '32c348669868414d98c3a4be0a083b419256200d')
+source=("http://pub.mate-desktop.org/releases/1.8/${_pkgname}-${pkgver}.tar.xz";)
+sha1sums=('a0fe173e9935c7a550c0c47a751b0d6217bb2760')
 
-prepare() {
-cd "${srcdir}/${_pkgname}-${pkgver}"
-# Use pkg-config for python detection and variables
-#  - https://github.com/mate-desktop/python-caja/issues/17
-patch -Np1 -i "${srcdir}/use-pkg-config.diff"
-autoreconf -fi
-}
-
 build() {
 cd "${srcdir}/${_pkgname}-${pkgver}"
 PYTHON=/usr/bin/python2 ./configure \

Deleted: use-pkg-config.diff
===
--- use-pkg-config.diff 2014-09-29 18:25:31 UTC (rev 119810)
+++ use-pkg-config.diff 2014-09-29 18:55:01 UTC (rev 119811)
@@ -1,39 +0,0 @@
-diff --git a/configure.ac b/configure.ac
-index f4059e3..a8345ae 100644
 a/configure.ac
-+++ b/configure.ac
-@@ -30,8 +30,12 @@ GTK_DOC_CHECK(1.9)
- dnl **
- dnl * Check for Python
- dnl **
--AM_CHECK_PYTHON_HEADERS(,[AC_MSG_ERROR([could not find Python headers])])
--AM_CHECK_PYTHON_LIBS(,[AC_MSG_ERROR([could not find Python lib])])
-+AM_PATH_PYTHON([2.6])
-+PKG_CHECK_MODULES([PYTHON], [python-${PYTHON_VERSION}])
-+PYTHON_LIB_LOC="`pkg-config python-${PYTHON_VERSION} --variable=libdir`"
-+AC_SUBST(PYTHON_LIBS)
-+AC_SUBST(PYTHON_CFLAGS)
-+AC_SUBST(PYTHON_LIB_LOC)
- 
- if test "`pkg-config --variable=datadir pygobject-3.0`" != "" ; then
- PYGOBJECT_VERSION=pygobject-3.0
-diff --git a/src/Makefile.am b/src/Makefile.am
-index e3d7c3f..dd37d15 100644
 a/src/Makefile.am
-+++ b/src/Makefile.am
-@@ -16,12 +16,13 @@ libcaja_python_la_CPPFLAGS = \
-   -DLIBDIR=\"$(libdir)\" \
-   -DPYTHON_VERSION=\"$(PYTHON_VERSION)\" \
-   -DPY_LIB_LOC="\"$(PYTHON_LIB_LOC)\"" \
--  $(PYTHON_INCLUDES) \
-+  $(CAJA_PYTHON_CFLAGS) \
-   $(AM_CPPFLAGS)
- 
- libcaja_python_la_CFLAGS = \
-+  $(PYTHON_CFLAGS)
-   $(CAJA_PYTHON_CFLAGS) \
-   $(AM_CFLAGS)
- 
- libcaja_python_la_LDFLAGS = -module -avoid-version
--libcaja_python_la_LIBADD  = $(CAJA_PYTHON_LIBS) $(PYTHON_LIBS)
-+libcaja_python_la_LIBADD  = $(PYTHON_LIBS) $(CAJA_PYTHON_LIBS)


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

2014-09-29 Thread Laurent Carlier
Date: Monday, September 29, 2014 @ 20:25:31
  Author: lcarlier
Revision: 119810

archrelease: copy trunk to multilib-testing-x86_64

Added:
  lib32-libdrm/repos/multilib-testing-x86_64/
  lib32-libdrm/repos/multilib-testing-x86_64/PKGBUILD
(from rev 119809, lib32-libdrm/trunk/PKGBUILD)

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

Copied: lib32-libdrm/repos/multilib-testing-x86_64/PKGBUILD (from rev 119809, 
lib32-libdrm/trunk/PKGBUILD)
===
--- multilib-testing-x86_64/PKGBUILD(rev 0)
+++ multilib-testing-x86_64/PKGBUILD2014-09-29 18:25:31 UTC (rev 119810)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Laurent Carlier 
+# Contributor: Jan de Groot 
+
+_pkgbasename=libdrm
+pkgname=lib32-$_pkgbasename
+pkgver=2.4.58
+pkgrel=1
+pkgdesc="Userspace interface to kernel DRM services (32-bit)"
+arch=(x86_64)
+license=('custom')
+depends=('lib32-libpciaccess' $_pkgbasename)
+makedepends=(gcc-multilib)
+options=('!libtool')
+url="http://dri.freedesktop.org/";
+source=(http://dri.freedesktop.org/${_pkgbasename}/${_pkgbasename}-${pkgver}.tar.bz2)
+sha256sums=('b155fae6b9c9a3b02ef8b77f58c7c219194c996a4018dc55ba66c03996a365dd')
+
+build() {
+  cd "${srcdir}/${_pkgbasename}-${pkgver}"
+
+  export CC="gcc -m32"
+  export CXX="g++ -m32"
+  export PKG_CONFIG_PATH="/usr/lib32/pkgconfig"
+
+  # pthread is useless in Linux
+  sed -i "/pthread-stubs/d" configure.ac
+  autoreconf --force --install
+
+  ./configure --prefix=/usr --libdir=/usr/lib32 \
+  --enable-udev 
+
+  make
+}
+
+package() {
+  cd "${srcdir}/${_pkgbasename}-${pkgver}"
+
+  make DESTDIR="${pkgdir}" install
+
+  rm -rf "${pkgdir}"/usr/{include,share,bin}
+  mkdir -p "$pkgdir/usr/share/licenses"
+  ln -s $_pkgbasename "$pkgdir/usr/share/licenses/$pkgname"
+}
+


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

2014-09-29 Thread Laurent Carlier
Date: Monday, September 29, 2014 @ 20:25:17
  Author: lcarlier
Revision: 119809

upgpkg: lib32-libdrm 2.4.58-1

upstream update 2.4.58

Modified:
  lib32-libdrm/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-09-29 18:06:44 UTC (rev 119808)
+++ PKGBUILD2014-09-29 18:25:17 UTC (rev 119809)
@@ -4,7 +4,7 @@
 
 _pkgbasename=libdrm
 pkgname=lib32-$_pkgbasename
-pkgver=2.4.56
+pkgver=2.4.58
 pkgrel=1
 pkgdesc="Userspace interface to kernel DRM services (32-bit)"
 arch=(x86_64)
@@ -14,7 +14,7 @@
 options=('!libtool')
 url="http://dri.freedesktop.org/";
 
source=(http://dri.freedesktop.org/${_pkgbasename}/${_pkgbasename}-${pkgver}.tar.bz2)
-sha256sums=('e20fbbe092177a8422913d8884a1255477456ab5b10b07389fa891a4dce54030')
+sha256sums=('b155fae6b9c9a3b02ef8b77f58c7c219194c996a4018dc55ba66c03996a365dd')
 
 build() {
   cd "${srcdir}/${_pkgbasename}-${pkgver}"


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

2014-09-29 Thread Andreas Radke
Date: Monday, September 29, 2014 @ 20:13:12
  Author: andyrtr
Revision: 223688

upgpkg: libdrm 2.4.58-1

upstream update 2.4.58

Modified:
  libdrm/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-09-29 16:24:41 UTC (rev 223687)
+++ PKGBUILD2014-09-29 18:13:12 UTC (rev 223688)
@@ -2,7 +2,7 @@
 # Maintainer: Jan de Groot 
 
 pkgname=libdrm
-pkgver=2.4.56
+pkgver=2.4.58
 pkgrel=1
 pkgdesc="Userspace interface to kernel DRM services"
 arch=(i686 x86_64)
@@ -14,7 +14,7 @@
 url="http://dri.freedesktop.org/";
 source=(http://dri.freedesktop.org/$pkgname/$pkgname-$pkgver.tar.bz2
 COPYING)
-sha256sums=('e20fbbe092177a8422913d8884a1255477456ab5b10b07389fa891a4dce54030'
+sha256sums=('b155fae6b9c9a3b02ef8b77f58c7c219194c996a4018dc55ba66c03996a365dd'
 '9631d4f694952e3e6ae5a05534c2e93e994e47d3413677a3a00e45c8cef6db93')
 
 build() {


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

2014-09-29 Thread Andreas Radke
Date: Monday, September 29, 2014 @ 20:13:29
  Author: andyrtr
Revision: 223689

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

Added:
  libdrm/repos/testing-i686/
  libdrm/repos/testing-i686/COPYING
(from rev 223688, libdrm/trunk/COPYING)
  libdrm/repos/testing-i686/PKGBUILD
(from rev 223688, libdrm/trunk/PKGBUILD)
  libdrm/repos/testing-x86_64/
  libdrm/repos/testing-x86_64/COPYING
(from rev 223688, libdrm/trunk/COPYING)
  libdrm/repos/testing-x86_64/PKGBUILD
(from rev 223688, libdrm/trunk/PKGBUILD)

-+
 testing-i686/COPYING|   48 ++
 testing-i686/PKGBUILD   |   41 +++
 testing-x86_64/COPYING  |   48 ++
 testing-x86_64/PKGBUILD |   41 +++
 4 files changed, 178 insertions(+)

Copied: libdrm/repos/testing-i686/COPYING (from rev 223688, 
libdrm/trunk/COPYING)
===
--- testing-i686/COPYING(rev 0)
+++ testing-i686/COPYING2014-09-29 18:13:29 UTC (rev 223689)
@@ -0,0 +1,48 @@
+ Copyright 2005 Adam Jackson.
+
+ Permission is hereby granted, free of charge, to any person obtaining
+ a copy of this software and associated documentation files (the
+ "Software"), to deal in the Software without restriction, including
+ without limitation on the rights to use, copy, modify, merge,
+ publish, distribute, sub license, and/or sell copies of the Software,
+ and to permit persons to whom the Software is furnished to do so,
+ subject to the following conditions:
+
+ The above copyright notice and this permission notice (including the
+ next paragraph) shall be included in all copies or substantial
+ portions of the Software.
+
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
+ NON-INFRINGEMENT.  IN NO EVENT SHALL ADAM JACKSON BE LIABLE FOR ANY
+ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
+ TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
+ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
+
+
+
+ Copyright 1999 Precision Insight, Inc., Cedar Park, Texas.
+ Copyright 2000 VA Linux Systems, Inc., Sunnyvale, California.
+ All Rights Reserved.
+
+ Permission is hereby granted, free of charge, to any person obtaining
+ a copy of this software and associated documentation files (the
+ "Software"), to deal in the Software without restriction, including
+ without limitation the rights to use, copy, modify, merge, publish,
+ distribute, sublicense, and/or sell copies of the Software, and to
+ permit persons to whom the Software is furnished to do so, subject to
+ the following conditions:
+
+ The above copyright notice and this permission notice (including the
+ next paragraph) shall be included in all copies or substantial
+ portions of the Software.
+
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
+ NONINFRINGEMENT.  IN NO EVENT SHALL PRECISION INSIGHT AND/OR ITS
+ SUPPLIERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
+ WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
+ DEALINGS IN THE SOFTWARE.

Copied: libdrm/repos/testing-i686/PKGBUILD (from rev 223688, 
libdrm/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-09-29 18:13:29 UTC (rev 223689)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Jan de Groot 
+
+pkgname=libdrm
+pkgver=2.4.58
+pkgrel=1
+pkgdesc="Userspace interface to kernel DRM services"
+arch=(i686 x86_64)
+license=('custom')
+depends=('glibc' 'libpciaccess')
+makedepends=('valgrind')
+checkdepends=('cairo')
+replaces=('libdrm-new' 'libdrm-nouveau')
+url="http://dri.freedesktop.org/";
+source=(http://dri.freedesktop.org/$pkgname/$pkgname-$pkgver.tar.bz2
+COPYING)
+sha256sums=('b155fae6b9c9a3b02ef8b77f58c7c219194c996a4018dc55ba66c03996a365dd'
+'9631d4f694952e3e6ae5a05534c2e93e994e47d3413677a3a00e45c8cef6db93')
+
+build() {
+  cd $pkgname-$pkgver
+
+  # pthread is useless in Linux
+  sed -i "/pthread-stubs/d" configure.ac
+  autoreconf --force --install
+  
+  ./configure --prefix=/usr --enable-udev
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  make -k check
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+  install -m755 -d "$pkgdir/usr/share/licenses/$pkgname"
+  install -m644 ../COPYING "$pkgdir/usr/share/licenses/$pkgname/"
+}

Copied: li

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

2014-09-29 Thread Ike Devolder
Date: Monday, September 29, 2014 @ 20:06:44
  Author: idevolder
Revision: 119808

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

Added:
  apper/repos/community-staging-i686/
  apper/repos/community-staging-i686/PKGBUILD
(from rev 119807, apper/trunk/PKGBUILD)
  apper/repos/community-staging-i686/apper.install
(from rev 119807, apper/trunk/apper.install)
  apper/repos/community-staging-x86_64/
  apper/repos/community-staging-x86_64/PKGBUILD
(from rev 119807, apper/trunk/PKGBUILD)
  apper/repos/community-staging-x86_64/apper.install
(from rev 119807, apper/trunk/apper.install)

+
 community-staging-i686/PKGBUILD|   46 +++
 community-staging-i686/apper.install   |   29 +++
 community-staging-x86_64/PKGBUILD  |   46 +++
 community-staging-x86_64/apper.install |   29 +++
 4 files changed, 150 insertions(+)

Copied: apper/repos/community-staging-i686/PKGBUILD (from rev 119807, 
apper/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2014-09-29 18:06:44 UTC (rev 119808)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: BlackIkeEagle < ike DOT devolder AT gmail DOT com >
+# Contributor: Valeriy Lyasotskiy 
+# Contributor: Zom 
+
+pkgname=apper
+pkgver=0.9.1
+pkgrel=2
+pkgdesc="Get and manage software in KDE"
+arch=('i686' 'x86_64')
+url="http://kde-apps.org/content/show.php/Apper?content=84745";
+license=('GPL')
+depends=('kdebase-workspace' 'packagekit-qt4')
+makedepends=('cmake' 'automoc4' 'chrpath')
+install="$pkgname.install"
+provides=('kpackagekit')
+conflicts=('kpackagekit')
+replaces=('kpackagekit')
+source=("http://download.kde.org/stable/$pkgname/$pkgver/src/$pkgname-$pkgver.tar.xz";)
+sha256sums=('ef143b663b21185f83876a2a8daaff3402d8ec45629fbec949cfcdc979a99466')
+
+prepare() {
+   cd "$pkgname-$pkgver"
+
+   mkdir build
+}
+
+build() {
+   cd "$pkgname-$pkgver/build"
+
+   cmake ../ \
+   -DCMAKE_BUILD_TYPE=Release \
+   -DCMAKE_INSTALL_PREFIX=/usr
+   make
+}
+
+package() {
+   cd "$pkgname-$pkgver/build"
+   make DESTDIR="$pkgdir" install
+   # avoid gnome-packagekit conflict (stolen from fedora as suggested)
+   mv 
"$pkgdir/usr/share/dbus-1/services/org.freedesktop.PackageKit.service" \
+   
"$pkgdir/usr/share/dbus-1/services/kde-org.freedesktop.PackageKit.service"
+   # Hack around cmake rpath bug (debian)
+   chrpath --list "$pkgdir/usr/bin/apper"
+   chrpath --replace "/usr/lib/apper" "$pkgdir/usr/bin/apper"
+}

Copied: apper/repos/community-staging-i686/apper.install (from rev 119807, 
apper/trunk/apper.install)
===
--- community-staging-i686/apper.install(rev 0)
+++ community-staging-i686/apper.install2014-09-29 18:06:44 UTC (rev 
119808)
@@ -0,0 +1,29 @@
+available() {
+   which "$1" >/dev/null 2>&1
+}
+
+updatemime() {
+   # Setup Menus
+   if available update-desktop-database
+   then
+   update-desktop-database -q /usr/share/applications
+   fi
+
+   # Setup MIME types
+   if available update-mime-database
+   then
+   update-mime-database /usr/share/mime >/dev/null
+   fi
+}
+
+post_install() {
+   updatemime
+}
+
+post_upgrade() {
+   updatemime
+}
+
+post_remove() {
+   updatemime
+}

Copied: apper/repos/community-staging-x86_64/PKGBUILD (from rev 119807, 
apper/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2014-09-29 18:06:44 UTC (rev 119808)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: BlackIkeEagle < ike DOT devolder AT gmail DOT com >
+# Contributor: Valeriy Lyasotskiy 
+# Contributor: Zom 
+
+pkgname=apper
+pkgver=0.9.1
+pkgrel=2
+pkgdesc="Get and manage software in KDE"
+arch=('i686' 'x86_64')
+url="http://kde-apps.org/content/show.php/Apper?content=84745";
+license=('GPL')
+depends=('kdebase-workspace' 'packagekit-qt4')
+makedepends=('cmake' 'automoc4' 'chrpath')
+install="$pkgname.install"
+provides=('kpackagekit')
+conflicts=('kpackagekit')
+replaces=('kpackagekit')
+source=("http://download.kde.org/stable/$pkgname/$pkgver/src/$pkgname-$pkgver.tar.xz";)
+sha256sums=('ef143b663b21185f83876a2a8daaff3402d8ec45629fbec949cfcdc979a99466')
+
+prepare() {
+   cd "$pkgname-$pkgver"
+
+   mkdir build
+}
+
+build() {
+   cd "$pkgname-$pkgver/build"
+
+   cmake ../ \
+   -DCMAKE_BUILD_TYPE=Release \
+   -DCMAKE_INSTALL_PREFIX=/usr
+   make
+}
+
+package() {
+   cd "$pkgname-$pkgver/build"
+   make DESTDIR="$pkgdir" instal

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

2014-09-29 Thread Ike Devolder
Date: Monday, September 29, 2014 @ 20:06:04
  Author: idevolder
Revision: 119807

apper :: 0.9.1-2

todo/moving-kde4-translations/

Modified:
  apper/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-09-29 17:55:49 UTC (rev 119806)
+++ PKGBUILD2014-09-29 18:06:04 UTC (rev 119807)
@@ -5,7 +5,7 @@
 
 pkgname=apper
 pkgver=0.9.1
-pkgrel=1
+pkgrel=2
 pkgdesc="Get and manage software in KDE"
 arch=('i686' 'x86_64')
 url="http://kde-apps.org/content/show.php/Apper?content=84745";


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

2014-09-29 Thread Ike Devolder
Date: Monday, September 29, 2014 @ 19:55:49
  Author: idevolder
Revision: 119806

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

Added:
  apper/repos/community-testing-i686/
  apper/repos/community-testing-i686/PKGBUILD
(from rev 119805, apper/trunk/PKGBUILD)
  apper/repos/community-testing-i686/apper.install
(from rev 119805, apper/trunk/apper.install)
  apper/repos/community-testing-x86_64/
  apper/repos/community-testing-x86_64/PKGBUILD
(from rev 119805, apper/trunk/PKGBUILD)
  apper/repos/community-testing-x86_64/apper.install
(from rev 119805, apper/trunk/apper.install)

+
 community-testing-i686/PKGBUILD|   46 +++
 community-testing-i686/apper.install   |   29 +++
 community-testing-x86_64/PKGBUILD  |   46 +++
 community-testing-x86_64/apper.install |   29 +++
 4 files changed, 150 insertions(+)

Copied: apper/repos/community-testing-i686/PKGBUILD (from rev 119805, 
apper/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2014-09-29 17:55:49 UTC (rev 119806)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: BlackIkeEagle < ike DOT devolder AT gmail DOT com >
+# Contributor: Valeriy Lyasotskiy 
+# Contributor: Zom 
+
+pkgname=apper
+pkgver=0.9.1
+pkgrel=1
+pkgdesc="Get and manage software in KDE"
+arch=('i686' 'x86_64')
+url="http://kde-apps.org/content/show.php/Apper?content=84745";
+license=('GPL')
+depends=('kdebase-workspace' 'packagekit-qt4')
+makedepends=('cmake' 'automoc4' 'chrpath')
+install="$pkgname.install"
+provides=('kpackagekit')
+conflicts=('kpackagekit')
+replaces=('kpackagekit')
+source=("http://download.kde.org/stable/$pkgname/$pkgver/src/$pkgname-$pkgver.tar.xz";)
+sha256sums=('ef143b663b21185f83876a2a8daaff3402d8ec45629fbec949cfcdc979a99466')
+
+prepare() {
+   cd "$pkgname-$pkgver"
+
+   mkdir build
+}
+
+build() {
+   cd "$pkgname-$pkgver/build"
+
+   cmake ../ \
+   -DCMAKE_BUILD_TYPE=Release \
+   -DCMAKE_INSTALL_PREFIX=/usr
+   make
+}
+
+package() {
+   cd "$pkgname-$pkgver/build"
+   make DESTDIR="$pkgdir" install
+   # avoid gnome-packagekit conflict (stolen from fedora as suggested)
+   mv 
"$pkgdir/usr/share/dbus-1/services/org.freedesktop.PackageKit.service" \
+   
"$pkgdir/usr/share/dbus-1/services/kde-org.freedesktop.PackageKit.service"
+   # Hack around cmake rpath bug (debian)
+   chrpath --list "$pkgdir/usr/bin/apper"
+   chrpath --replace "/usr/lib/apper" "$pkgdir/usr/bin/apper"
+}

Copied: apper/repos/community-testing-i686/apper.install (from rev 119805, 
apper/trunk/apper.install)
===
--- community-testing-i686/apper.install(rev 0)
+++ community-testing-i686/apper.install2014-09-29 17:55:49 UTC (rev 
119806)
@@ -0,0 +1,29 @@
+available() {
+   which "$1" >/dev/null 2>&1
+}
+
+updatemime() {
+   # Setup Menus
+   if available update-desktop-database
+   then
+   update-desktop-database -q /usr/share/applications
+   fi
+
+   # Setup MIME types
+   if available update-mime-database
+   then
+   update-mime-database /usr/share/mime >/dev/null
+   fi
+}
+
+post_install() {
+   updatemime
+}
+
+post_upgrade() {
+   updatemime
+}
+
+post_remove() {
+   updatemime
+}

Copied: apper/repos/community-testing-x86_64/PKGBUILD (from rev 119805, 
apper/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2014-09-29 17:55:49 UTC (rev 119806)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: BlackIkeEagle < ike DOT devolder AT gmail DOT com >
+# Contributor: Valeriy Lyasotskiy 
+# Contributor: Zom 
+
+pkgname=apper
+pkgver=0.9.1
+pkgrel=1
+pkgdesc="Get and manage software in KDE"
+arch=('i686' 'x86_64')
+url="http://kde-apps.org/content/show.php/Apper?content=84745";
+license=('GPL')
+depends=('kdebase-workspace' 'packagekit-qt4')
+makedepends=('cmake' 'automoc4' 'chrpath')
+install="$pkgname.install"
+provides=('kpackagekit')
+conflicts=('kpackagekit')
+replaces=('kpackagekit')
+source=("http://download.kde.org/stable/$pkgname/$pkgver/src/$pkgname-$pkgver.tar.xz";)
+sha256sums=('ef143b663b21185f83876a2a8daaff3402d8ec45629fbec949cfcdc979a99466')
+
+prepare() {
+   cd "$pkgname-$pkgver"
+
+   mkdir build
+}
+
+build() {
+   cd "$pkgname-$pkgver/build"
+
+   cmake ../ \
+   -DCMAKE_BUILD_TYPE=Release \
+   -DCMAKE_INSTALL_PREFIX=/usr
+   make
+}
+
+package() {
+   cd "$pkgname-$pkgver/build"
+   make DESTDIR="$pkgdir" instal

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

2014-09-29 Thread Ike Devolder
Date: Monday, September 29, 2014 @ 19:54:48
  Author: idevolder
Revision: 119805

apper :: 0.9.1

Modified:
  apper/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-09-29 17:35:11 UTC (rev 119804)
+++ PKGBUILD2014-09-29 17:54:48 UTC (rev 119805)
@@ -4,28 +4,30 @@
 # Contributor: Zom 
 
 pkgname=apper
-_pkgmainver=0.7
-pkgver=0.7.2
-pkgrel=6
-pkgdesc="KDE tools for PackageKit"
+pkgver=0.9.1
+pkgrel=1
+pkgdesc="Get and manage software in KDE"
 arch=('i686' 'x86_64')
 url="http://kde-apps.org/content/show.php/Apper?content=84745";
 license=('GPL')
-depends=('kdebase-workspace' 'packagekit-qt2>=0.6.17')
+depends=('kdebase-workspace' 'packagekit-qt4')
 makedepends=('cmake' 'automoc4' 'chrpath')
 install="$pkgname.install"
 provides=('kpackagekit')
 conflicts=('kpackagekit')
 replaces=('kpackagekit')
-source=("http://download.kde.org/stable/$pkgname/$pkgver/src/$pkgname-$pkgver.tar.bz2";)
-sha256sums=('975fede728e7ab96d8e244ae721a2e15ae40b9fb1cd189a1f4afd46c400b219f')
+source=("http://download.kde.org/stable/$pkgname/$pkgver/src/$pkgname-$pkgver.tar.xz";)
+sha256sums=('ef143b663b21185f83876a2a8daaff3402d8ec45629fbec949cfcdc979a99466')
 
-build() {
+prepare() {
cd "$pkgname-$pkgver"
-   [ -d "build" ] && rm -rf build
+
mkdir build
-   cd build
+}
 
+build() {
+   cd "$pkgname-$pkgver/build"
+
cmake ../ \
-DCMAKE_BUILD_TYPE=Release \
-DCMAKE_INSTALL_PREFIX=/usr
@@ -33,8 +35,7 @@
 }
 
 package() {
-   cd "$pkgname-$pkgver"
-   cd build
+   cd "$pkgname-$pkgver/build"
make DESTDIR="$pkgdir" install
# avoid gnome-packagekit conflict (stolen from fedora as suggested)
mv 
"$pkgdir/usr/share/dbus-1/services/org.freedesktop.PackageKit.service" \


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

2014-09-29 Thread Sergej Pupykin
Date: Monday, September 29, 2014 @ 19:34:58
  Author: spupykin
Revision: 119803

upgpkg: poedit 1.6.9-3

upd

Modified:
  poedit/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-09-29 17:26:52 UTC (rev 119802)
+++ PKGBUILD2014-09-29 17:34:58 UTC (rev 119803)
@@ -7,7 +7,7 @@
 
 pkgname=poedit
 pkgver=1.6.9
-pkgrel=2
+pkgrel=3
 pkgdesc="Cross-platform gettext catalogs (.po files) editor"
 arch=('i686' 'x86_64')
 url="http://www.poedit.net/";


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

2014-09-29 Thread Sergej Pupykin
Date: Monday, September 29, 2014 @ 19:35:11
  Author: spupykin
Revision: 119804

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

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

-+
 /PKGBUILD   |   66 ++
 /poedit.install |   24 +
 community-i686/PKGBUILD |   33 ---
 community-i686/poedit.install   |   12 --
 community-x86_64/PKGBUILD   |   33 ---
 community-x86_64/poedit.install |   12 --
 6 files changed, 90 insertions(+), 90 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-09-29 17:34:58 UTC (rev 119803)
+++ community-i686/PKGBUILD 2014-09-29 17:35:11 UTC (rev 119804)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Contributor: Andrea Scarpino 
-# Contributor: Giovanni Scafora 
-# Contributor: Alexander Fehr 
-# Contributor: Daniel J Griffiths 
-
-pkgname=poedit
-pkgver=1.6.9
-pkgrel=2
-pkgdesc="Cross-platform gettext catalogs (.po files) editor"
-arch=('i686' 'x86_64')
-url="http://www.poedit.net/";
-license=('MIT')
-depends=('wxgtk' 'desktop-file-utils' 'lucene++' 'gtkspell')
-makedepends=('boost' 'libsm')
-install=poedit.install
-#source=(http://www.poedit.net/dl/poedit-$pkgver.tar.gz)
-#source=(https://github.com/vslavik/poedit/releases/download/v$pkgver-oss/poedit-$pkgver.tar.gz
-source=(https://github.com/vslavik/poedit/releases/download/v$pkgver-oss/poedit-${pkgver}.tar.gz)
-md5sums=('a7820969fe5e182480549034bc0035ac')
-
-build() {
-cd "${srcdir}/${pkgname}-${pkgver}"
-./configure --prefix=/usr --libexecdir=/usr/lib/poedit
-make
-}
-
-package() {
-cd "${srcdir}/${pkgname}-${pkgver}"
-make DESTDIR="${pkgdir}" install
-install -D -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}

Copied: poedit/repos/community-i686/PKGBUILD (from rev 119803, 
poedit/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-09-29 17:35:11 UTC (rev 119804)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Contributor: Andrea Scarpino 
+# Contributor: Giovanni Scafora 
+# Contributor: Alexander Fehr 
+# Contributor: Daniel J Griffiths 
+
+pkgname=poedit
+pkgver=1.6.9
+pkgrel=3
+pkgdesc="Cross-platform gettext catalogs (.po files) editor"
+arch=('i686' 'x86_64')
+url="http://www.poedit.net/";
+license=('MIT')
+depends=('wxgtk' 'desktop-file-utils' 'lucene++' 'gtkspell')
+makedepends=('boost' 'libsm')
+install=poedit.install
+#source=(http://www.poedit.net/dl/poedit-$pkgver.tar.gz)
+#source=(https://github.com/vslavik/poedit/releases/download/v$pkgver-oss/poedit-$pkgver.tar.gz
+source=(https://github.com/vslavik/poedit/releases/download/v$pkgver-oss/poedit-${pkgver}.tar.gz)
+md5sums=('a7820969fe5e182480549034bc0035ac')
+
+build() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+./configure --prefix=/usr --libexecdir=/usr/lib/poedit
+make
+}
+
+package() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+make DESTDIR="${pkgdir}" install
+install -D -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}

Deleted: community-i686/poedit.install
===
--- community-i686/poedit.install   2014-09-29 17:34:58 UTC (rev 119803)
+++ community-i686/poedit.install   2014-09-29 17:35:11 UTC (rev 119804)
@@ -1,12 +0,0 @@
-post_install() {
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-  update-desktop-database -q
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Copied: poedit/repos/community-i686/poedit.install (from rev 119803, 
poedit/trunk/poedit.install)
===
--- community-i686/poedit.install   (rev 0)
+++ community-i686/poedit.install   2014-09-29 17:35:11 UTC (rev 119804)
@@ -0,0 +1,12 @@
+post_install() {
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+  update-desktop-database -q
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2014-09-29 17:34:58 UTC (rev 119803)
+++

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

2014-09-29 Thread Ike Devolder
Date: Monday, September 29, 2014 @ 19:26:52
  Author: idevolder
Revision: 119802

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

Added:
  
packagekit-qt/repos/community-testing-i686/0001-Remove-daemon-proxy-conection-to-changed.patch
(from rev 119801, 
packagekit-qt/trunk/0001-Remove-daemon-proxy-conection-to-changed.patch)
  packagekit-qt/repos/community-testing-i686/0002-Add-operator-to-bitfield.patch
(from rev 119801, packagekit-qt/trunk/0002-Add-operator-to-bitfield.patch)
  
packagekit-qt/repos/community-testing-i686/0003-Remove-the-metatype-registration-for-Transaction-typ.patch
(from rev 119801, 
packagekit-qt/trunk/0003-Remove-the-metatype-registration-for-Transaction-typ.patch)
  
packagekit-qt/repos/community-testing-i686/0004-Remove-RoleUpgradeSystem-as-it-s-not-supported-in-0..patch
(from rev 119801, 
packagekit-qt/trunk/0004-Remove-RoleUpgradeSystem-as-it-s-not-supported-in-0..patch)
  
packagekit-qt/repos/community-testing-i686/0005-Properly-export-cmake-targets.patch
(from rev 119801, 
packagekit-qt/trunk/0005-Properly-export-cmake-targets.patch)
  
packagekit-qt/repos/community-testing-i686/0006-Don-t-assume-the-target-is-packagekitqt5.patch
(from rev 119801, 
packagekit-qt/trunk/0006-Don-t-assume-the-target-is-packagekitqt5.patch)
  
packagekit-qt/repos/community-testing-i686/0007-Fix-compilation-due-to-not-set-cmake-variable.patch
(from rev 119801, 
packagekit-qt/trunk/0007-Fix-compilation-due-to-not-set-cmake-variable.patch)
  
packagekit-qt/repos/community-testing-i686/0008-Fix-QPK-include-dir-in-cmake-module.patch
(from rev 119801, 
packagekit-qt/trunk/0008-Fix-QPK-include-dir-in-cmake-module.patch)
  
packagekit-qt/repos/community-testing-i686/0009-Disable-namespacing-and-classes-names-on-the-interfa.patch
(from rev 119801, 
packagekit-qt/trunk/0009-Disable-namespacing-and-classes-names-on-the-interfa.patch)
  packagekit-qt/repos/community-testing-i686/PKGBUILD
(from rev 119801, packagekit-qt/trunk/PKGBUILD)
  
packagekit-qt/repos/community-testing-x86_64/0001-Remove-daemon-proxy-conection-to-changed.patch
(from rev 119801, 
packagekit-qt/trunk/0001-Remove-daemon-proxy-conection-to-changed.patch)
  
packagekit-qt/repos/community-testing-x86_64/0002-Add-operator-to-bitfield.patch
(from rev 119801, packagekit-qt/trunk/0002-Add-operator-to-bitfield.patch)
  
packagekit-qt/repos/community-testing-x86_64/0003-Remove-the-metatype-registration-for-Transaction-typ.patch
(from rev 119801, 
packagekit-qt/trunk/0003-Remove-the-metatype-registration-for-Transaction-typ.patch)
  
packagekit-qt/repos/community-testing-x86_64/0004-Remove-RoleUpgradeSystem-as-it-s-not-supported-in-0..patch
(from rev 119801, 
packagekit-qt/trunk/0004-Remove-RoleUpgradeSystem-as-it-s-not-supported-in-0..patch)
  
packagekit-qt/repos/community-testing-x86_64/0005-Properly-export-cmake-targets.patch
(from rev 119801, 
packagekit-qt/trunk/0005-Properly-export-cmake-targets.patch)
  
packagekit-qt/repos/community-testing-x86_64/0006-Don-t-assume-the-target-is-packagekitqt5.patch
(from rev 119801, 
packagekit-qt/trunk/0006-Don-t-assume-the-target-is-packagekitqt5.patch)
  
packagekit-qt/repos/community-testing-x86_64/0007-Fix-compilation-due-to-not-set-cmake-variable.patch
(from rev 119801, 
packagekit-qt/trunk/0007-Fix-compilation-due-to-not-set-cmake-variable.patch)
  
packagekit-qt/repos/community-testing-x86_64/0008-Fix-QPK-include-dir-in-cmake-module.patch
(from rev 119801, 
packagekit-qt/trunk/0008-Fix-QPK-include-dir-in-cmake-module.patch)
  
packagekit-qt/repos/community-testing-x86_64/0009-Disable-namespacing-and-classes-names-on-the-interfa.patch
(from rev 119801, 
packagekit-qt/trunk/0009-Disable-namespacing-and-classes-names-on-the-interfa.patch)
  packagekit-qt/repos/community-testing-x86_64/PKGBUILD
(from rev 119801, packagekit-qt/trunk/PKGBUILD)
Deleted:
  
packagekit-qt/repos/community-testing-i686/0009-Disable-namespacing-and-classes-names-on-the-interfa.patch
  packagekit-qt/repos/community-testing-i686/PKGBUILD
  
packagekit-qt/repos/community-testing-x86_64/0009-Disable-namespacing-and-classes-names-on-the-interfa.patch
  packagekit-qt/repos/community-testing-x86_64/PKGBUILD

--+
 /0009-Disable-namespacing-and-classes-names-on-the-interfa.patch   
  |  276 ++
 /PKGBUILD  
  |  166 ++
 community-testing-i686/0001-Remove-daemon-proxy-conection-to-changed.patch 
  |   28 +
 community-testing-i686/0002-Add-operator-to-bitfield.patch 
  |   74 ++
 
community-testing-i686/0003-Remove-the-metatype-registration-for-Transaction-typ.patch
   |   44 +
 
community-testing-i686/0004-Remove-RoleUpgradeSystem-as-it-s-not-supported-in-0..patch
   |   25 
 community-testing-i68

[arch-commits] Commit in packagekit-qt/trunk (9 files)

2014-09-29 Thread Ike Devolder
Date: Monday, September 29, 2014 @ 19:25:52
  Author: idevolder
Revision: 119801

packagekit-qt :: 0.9.2-2

need some patches from upstream to make apper work

Added:
  packagekit-qt/trunk/0001-Remove-daemon-proxy-conection-to-changed.patch
  packagekit-qt/trunk/0002-Add-operator-to-bitfield.patch
  
packagekit-qt/trunk/0003-Remove-the-metatype-registration-for-Transaction-typ.patch
  
packagekit-qt/trunk/0004-Remove-RoleUpgradeSystem-as-it-s-not-supported-in-0..patch
  packagekit-qt/trunk/0005-Properly-export-cmake-targets.patch
  packagekit-qt/trunk/0006-Don-t-assume-the-target-is-packagekitqt5.patch
  packagekit-qt/trunk/0007-Fix-compilation-due-to-not-set-cmake-variable.patch
  packagekit-qt/trunk/0008-Fix-QPK-include-dir-in-cmake-module.patch
Modified:
  packagekit-qt/trunk/PKGBUILD

-+
 0001-Remove-daemon-proxy-conection-to-changed.patch |   28 ++
 0002-Add-operator-to-bitfield.patch |   74 +++
 0003-Remove-the-metatype-registration-for-Transaction-typ.patch |   44 
 0004-Remove-RoleUpgradeSystem-as-it-s-not-supported-in-0..patch |   25 ++
 0005-Properly-export-cmake-targets.patch|  101 
++
 0006-Don-t-assume-the-target-is-packagekitqt5.patch |   25 ++
 0007-Fix-compilation-due-to-not-set-cmake-variable.patch|   32 +++
 0008-Fix-QPK-include-dir-in-cmake-module.patch  |   25 ++
 PKGBUILD|   26 ++
 9 files changed, 379 insertions(+), 1 deletion(-)

Added: 0001-Remove-daemon-proxy-conection-to-changed.patch
===
--- 0001-Remove-daemon-proxy-conection-to-changed.patch 
(rev 0)
+++ 0001-Remove-daemon-proxy-conection-to-changed.patch 2014-09-29 17:25:52 UTC 
(rev 119801)
@@ -0,0 +1,28 @@
+From ec677018df575ef295b5a57b66436b24ded63850 Mon Sep 17 00:00:00 2001
+From: Daniel Nicoletti 
+Date: Tue, 6 May 2014 12:42:28 -0300
+Subject: [PATCH 01/12] Remove daemon proxy conection to changed()
+
+---
+ src/daemon.cpp | 5 +
+ 1 file changed, 1 insertion(+), 4 deletions(-)
+
+diff --git a/src/daemon.cpp b/src/daemon.cpp
+index 621fb89..06907f4 100755
+--- a/src/daemon.cpp
 b/src/daemon.cpp
+@@ -94,10 +94,7 @@ void DaemonPrivate::setupSignal(const QString &signal, bool 
connect)
+ const char *signalToConnect = 0;
+ const char *memberToConnect = 0;
+ 
+-if (signal == SIGNAL(changed())) {
+-signalToConnect = SIGNAL(Changed());
+-memberToConnect = SIGNAL(changed());
+-} else if (signal == SIGNAL(repoListChanged())) {
++if (signal == SIGNAL(repoListChanged())) {
+ signalToConnect = SIGNAL(RepoListChanged());
+ memberToConnect = SIGNAL(repoListChanged());
+ } else if (signal == SIGNAL(restartScheduled())) {
+-- 
+2.0.1
+

Added: 0002-Add-operator-to-bitfield.patch
===
--- 0002-Add-operator-to-bitfield.patch (rev 0)
+++ 0002-Add-operator-to-bitfield.patch 2014-09-29 17:25:52 UTC (rev 119801)
@@ -0,0 +1,74 @@
+From c7b3c1dde34409fba8fd80355338d7f3fc1feffe Mon Sep 17 00:00:00 2001
+From: Daniel Nicoletti 
+Date: Tue, 6 May 2014 12:43:26 -0300
+Subject: [PATCH 02/12] Add operator== to bitfield
+
+---
+ src/bitfield.cpp | 15 ++-
+ src/bitfield.h   |  6 +-
+ 2 files changed, 15 insertions(+), 6 deletions(-)
+
+diff --git a/src/bitfield.cpp b/src/bitfield.cpp
+index c986905..68ef80c 100644
+--- a/src/bitfield.cpp
 b/src/bitfield.cpp
+@@ -2,7 +2,7 @@
+ 
+ using namespace PackageKit;
+ 
+-Bitfield::Bitfield () : m_val (0)
++Bitfield::Bitfield ()
+ {
+ }
+ 
+@@ -61,10 +61,15 @@ Bitfield Bitfield::operator|= (Bitfield mask)
+ 
+ Bitfield& Bitfield::operator= (const Bitfield& other)
+ {
+-  if (this == &other)
+-  return *this;
++if (this == &other)
++return *this;
+ 
+-  m_val = other.m_val;
++m_val = other.m_val;
+ 
+-  return *this;
++return *this;
++}
++
++bool Bitfield::operator==(const Bitfield &other)
++{
++return m_val == other.m_val;
+ }
+diff --git a/src/bitfield.h b/src/bitfield.h
+index d7dd481..8535e46 100644
+--- a/src/bitfield.h
 b/src/bitfield.h
+@@ -2,6 +2,7 @@
+ #define PACKAGEKIT_BITFIELD_H
+ 
+ #include 
++#include 
+ 
+ namespace PackageKit {
+ 
+@@ -23,11 +24,14 @@ public:
+ Bitfield operator|= (Bitfield mask);
+ 
+ Bitfield& operator= (const Bitfield& other);
++bool operator==(const Bitfield &other);
+ 
+ private:
+-qulonglong m_val;
++qulonglong m_val = 0;
+ };
+ 
+ } // End namespace PackageKit
+ 
++Q_DECLARE_METATYPE(PackageKit::Bitfield)
++
+ #endif
+-- 
+2.0.1
+

Added: 0003-Remove-the-metatype-registration-for-Transaction-typ.patch
===
--- 0003-Remove-the-metatype-registration-for-T

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

2014-09-29 Thread Sergej Pupykin
Date: Monday, September 29, 2014 @ 19:13:46
  Author: spupykin
Revision: 119800

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

Added:
  lucene++/repos/community-i686/PKGBUILD
(from rev 119799, lucene++/trunk/PKGBUILD)
  lucene++/repos/community-x86_64/PKGBUILD
(from rev 119799, lucene++/trunk/PKGBUILD)
Deleted:
  lucene++/repos/community-i686/PKGBUILD
  lucene++/repos/community-x86_64/PKGBUILD

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-09-29 17:13:31 UTC (rev 119799)
+++ community-i686/PKGBUILD 2014-09-29 17:13:46 UTC (rev 119800)
@@ -1,40 +0,0 @@
-# $Id$
-# Contributor: Bartłomiej Piotrowski 
-# Contributor: Rafael Ferreira 
-
-pkgname=lucene++
-pkgver=3.0.5
-pkgrel=3
-pkgdesc='C++ port of the popular Java Lucene library'
-arch=(i686 x86_64)
-url='https://github.com/luceneplusplus/LucenePlusPlus'
-license=('GPL' 'Apache')
-depends=('boost-libs')
-makedepends=('boost' 'cmake')
-source=(https://github.com/luceneplusplus/LucenePlusPlus/archive/rel_$pkgver.tar.gz)
-md5sums=('da785510716a759d7d37a2ee52cb8140')
-
-prepare() {
-  mkdir build
-  sed -i \
--e 's#SET(LUCENE++_VERSION_REVISION.*#SET(LUCENE++_VERSION_REVISION "5")#' 
\
--e 's#SET(LUCENE++_VERSION_PATCH.*#SET(LUCENE++_VERSION_PATCH "0")#' \
-$srcdir/LucenePlusPlus-rel_$pkgver/CMakeLists.txt
-}
-
-build() {
-  cd build
-
-  cmake ../LucenePlusPlus-rel_$pkgver \
--DCMAKE_INSTALL_PREFIX=/usr \
--DLIB_DESTINATION=/usr/lib \
--DBoost_LIBRARY_DIR=/usr/lib \
--DENABLE_CUSTOM_ALLOCATOR='FALSE'
-
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: lucene++/repos/community-i686/PKGBUILD (from rev 119799, 
lucene++/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-09-29 17:13:46 UTC (rev 119800)
@@ -0,0 +1,43 @@
+# $Id$
+# Contributor: Bartłomiej Piotrowski 
+# Contributor: Rafael Ferreira 
+
+pkgname=lucene++
+pkgver=3.0.6
+pkgrel=1
+pkgdesc='C++ port of the popular Java Lucene library'
+arch=(i686 x86_64)
+url='https://github.com/luceneplusplus/LucenePlusPlus'
+license=('GPL' 'Apache')
+depends=('boost-libs')
+makedepends=('boost' 'cmake' 'subversion')
+#source=(https://github.com/luceneplusplus/LucenePlusPlus/archive/rel_$pkgver.tar.gz)
+source=("$pkgname-$pkgver.tar.gz::https://github.com/luceneplusplus/LucenePlusPlus/archive/master.tar.gz";)
+md5sums=('dbab2a09fb675c90b464789aefd1f43e')
+
+prepare() {
+  mkdir build
+  sed -i \
+-e 's#SET(LUCENE++_VERSION_REVISION.*#SET(LUCENE++_VERSION_REVISION "5")#' 
\
+-e 's#SET(LUCENE++_VERSION_PATCH.*#SET(LUCENE++_VERSION_PATCH "0")#' \
+$srcdir/LucenePlusPlus-master/CMakeLists.txt
+#$srcdir/LucenePlusPlus-rel_$pkgver/CMakeLists.txt
+}
+
+build() {
+  cd build
+
+#  cmake ../LucenePlusPlus-rel_$pkgver \
+  cmake ../LucenePlusPlus-master \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLIB_DESTINATION=/usr/lib \
+-DBoost_LIBRARY_DIR=/usr/lib \
+-DENABLE_CUSTOM_ALLOCATOR='FALSE'
+
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2014-09-29 17:13:31 UTC (rev 119799)
+++ community-x86_64/PKGBUILD   2014-09-29 17:13:46 UTC (rev 119800)
@@ -1,40 +0,0 @@
-# $Id$
-# Contributor: Bartłomiej Piotrowski 
-# Contributor: Rafael Ferreira 
-
-pkgname=lucene++
-pkgver=3.0.5
-pkgrel=3
-pkgdesc='C++ port of the popular Java Lucene library'
-arch=(i686 x86_64)
-url='https://github.com/luceneplusplus/LucenePlusPlus'
-license=('GPL' 'Apache')
-depends=('boost-libs')
-makedepends=('boost' 'cmake')
-source=(https://github.com/luceneplusplus/LucenePlusPlus/archive/rel_$pkgver.tar.gz)
-md5sums=('da785510716a759d7d37a2ee52cb8140')
-
-prepare() {
-  mkdir build
-  sed -i \
--e 's#SET(LUCENE++_VERSION_REVISION.*#SET(LUCENE++_VERSION_REVISION "5")#' 
\
--e 's#SET(LUCENE++_VERSION_PATCH.*#SET(LUCENE++_VERSION_PATCH "0")#' \
-$srcdir/LucenePlusPlus-rel_$pkgver/CMakeLists.txt
-}
-
-build() {
-  cd build
-
-  cmake ../LucenePlusPlus-rel_$pkgver \
--DCMAKE_INSTALL_PREFIX=/usr \
--DLIB_DESTINATION=/usr/lib \
--DBoost_LIBRARY_DIR=/usr/lib \
--DENABLE_CUSTOM_ALLOCATOR='FALSE'
-
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: lucene++/repos/community-x86_64/PKGBUILD (from rev 119799, 
lucene++/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (

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

2014-09-29 Thread Sergej Pupykin
Date: Monday, September 29, 2014 @ 19:13:31
  Author: spupykin
Revision: 119799

upgpkg: lucene++ 3.0.6-1

upd

Modified:
  lucene++/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-09-29 16:57:38 UTC (rev 119798)
+++ PKGBUILD2014-09-29 17:13:31 UTC (rev 119799)
@@ -3,16 +3,17 @@
 # Contributor: Rafael Ferreira 
 
 pkgname=lucene++
-pkgver=3.0.5
-pkgrel=3
+pkgver=3.0.6
+pkgrel=1
 pkgdesc='C++ port of the popular Java Lucene library'
 arch=(i686 x86_64)
 url='https://github.com/luceneplusplus/LucenePlusPlus'
 license=('GPL' 'Apache')
 depends=('boost-libs')
-makedepends=('boost' 'cmake')
-source=(https://github.com/luceneplusplus/LucenePlusPlus/archive/rel_$pkgver.tar.gz)
-md5sums=('da785510716a759d7d37a2ee52cb8140')
+makedepends=('boost' 'cmake' 'subversion')
+#source=(https://github.com/luceneplusplus/LucenePlusPlus/archive/rel_$pkgver.tar.gz)
+source=("$pkgname-$pkgver.tar.gz::https://github.com/luceneplusplus/LucenePlusPlus/archive/master.tar.gz";)
+md5sums=('dbab2a09fb675c90b464789aefd1f43e')
 
 prepare() {
   mkdir build
@@ -19,13 +20,15 @@
   sed -i \
 -e 's#SET(LUCENE++_VERSION_REVISION.*#SET(LUCENE++_VERSION_REVISION "5")#' 
\
 -e 's#SET(LUCENE++_VERSION_PATCH.*#SET(LUCENE++_VERSION_PATCH "0")#' \
-$srcdir/LucenePlusPlus-rel_$pkgver/CMakeLists.txt
+$srcdir/LucenePlusPlus-master/CMakeLists.txt
+#$srcdir/LucenePlusPlus-rel_$pkgver/CMakeLists.txt
 }
 
 build() {
   cd build
 
-  cmake ../LucenePlusPlus-rel_$pkgver \
+#  cmake ../LucenePlusPlus-rel_$pkgver \
+  cmake ../LucenePlusPlus-master \
 -DCMAKE_INSTALL_PREFIX=/usr \
 -DLIB_DESTINATION=/usr/lib \
 -DBoost_LIBRARY_DIR=/usr/lib \


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

2014-09-29 Thread Sergej Pupykin
Date: Monday, September 29, 2014 @ 18:57:30
  Author: spupykin
Revision: 119797

upgpkg: wanderlust 20140929-1

upd

Modified:
  wanderlust/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-09-29 16:56:40 UTC (rev 119796)
+++ PKGBUILD2014-09-29 16:57:30 UTC (rev 119797)
@@ -4,7 +4,7 @@
 
 pkgname=wanderlust
 #pkgver=2.15.9
-pkgver=20140610
+pkgver=20140929
 pkgrel=1
 pkgdesc="Mail/News reader supporting IMAP4rev1 for emacs."
 arch=(any)
@@ -16,7 +16,7 @@
 optdepends=('bbdb: contact management utility')
 install=wanderlust.install
 
source=("wanderlust-$pkgver.zip::https://github.com/wanderlust/wanderlust/zipball/master";)
-md5sums=('063a0781b939b8e0976454c6f2d510bc')
+md5sums=('39258244fcaaf0b268c787a0639d7370')
 
 package() {
   cd $srcdir/wanderlust-wanderlust-*


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

2014-09-29 Thread Sergej Pupykin
Date: Monday, September 29, 2014 @ 18:57:38
  Author: spupykin
Revision: 119798

archrelease: copy trunk to community-any

Added:
  wanderlust/repos/community-any/PKGBUILD
(from rev 119797, wanderlust/trunk/PKGBUILD)
  wanderlust/repos/community-any/wanderlust.install
(from rev 119797, wanderlust/trunk/wanderlust.install)
Deleted:
  wanderlust/repos/community-any/PKGBUILD
  wanderlust/repos/community-any/wanderlust.install

+
 PKGBUILD   |   62 +--
 wanderlust.install |   44 ++--
 2 files changed, 53 insertions(+), 53 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-09-29 16:57:30 UTC (rev 119797)
+++ PKGBUILD2014-09-29 16:57:38 UTC (rev 119798)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Contributor: Norberto Lopes 
-
-pkgname=wanderlust
-#pkgver=2.15.9
-pkgver=20140610
-pkgrel=1
-pkgdesc="Mail/News reader supporting IMAP4rev1 for emacs."
-arch=(any)
-#url="http://www.gohome.org/wl";
-url="https://github.com/wanderlust/wanderlust/";
-license=('GPL')
-depends=('emacs' 'emacs-apel>=10.7' 'flim' 'semi')
-makedepends=('cvs' 'bbdb')
-optdepends=('bbdb: contact management utility')
-install=wanderlust.install
-source=("wanderlust-$pkgver.zip::https://github.com/wanderlust/wanderlust/zipball/master";)
-md5sums=('063a0781b939b8e0976454c6f2d510bc')
-
-package() {
-  cd $srcdir/wanderlust-wanderlust-*
-  PIXMAPDIR=/usr/share/emacs/`emacs -batch -eval "(princ (format \"%d.%d\" 
emacs-major-version emacs-minor-version))"`/etc/wl/icons/
-  install -dm0755 $pkgdir/usr/share/info
-  make all info
-  make install install-info \
-   LISPDIR=$pkgdir/usr/share/emacs/site-lisp \
-   PIXMAPDIR=$pkgdir$PIXMAPDIR \
-   INFODIR=$pkgdir/usr/share/info
-  install -m644 utils/ssl.el $pkgdir/usr/share/emacs/site-lisp/ssl.el
-}

Copied: wanderlust/repos/community-any/PKGBUILD (from rev 119797, 
wanderlust/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-09-29 16:57:38 UTC (rev 119798)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Contributor: Norberto Lopes 
+
+pkgname=wanderlust
+#pkgver=2.15.9
+pkgver=20140929
+pkgrel=1
+pkgdesc="Mail/News reader supporting IMAP4rev1 for emacs."
+arch=(any)
+#url="http://www.gohome.org/wl";
+url="https://github.com/wanderlust/wanderlust/";
+license=('GPL')
+depends=('emacs' 'emacs-apel>=10.7' 'flim' 'semi')
+makedepends=('cvs' 'bbdb')
+optdepends=('bbdb: contact management utility')
+install=wanderlust.install
+source=("wanderlust-$pkgver.zip::https://github.com/wanderlust/wanderlust/zipball/master";)
+md5sums=('39258244fcaaf0b268c787a0639d7370')
+
+package() {
+  cd $srcdir/wanderlust-wanderlust-*
+  PIXMAPDIR=/usr/share/emacs/`emacs -batch -eval "(princ (format \"%d.%d\" 
emacs-major-version emacs-minor-version))"`/etc/wl/icons/
+  install -dm0755 $pkgdir/usr/share/info
+  make all info
+  make install install-info \
+   LISPDIR=$pkgdir/usr/share/emacs/site-lisp \
+   PIXMAPDIR=$pkgdir$PIXMAPDIR \
+   INFODIR=$pkgdir/usr/share/info
+  install -m644 utils/ssl.el $pkgdir/usr/share/emacs/site-lisp/ssl.el
+}

Deleted: wanderlust.install
===
--- wanderlust.install  2014-09-29 16:57:30 UTC (rev 119797)
+++ wanderlust.install  2014-09-29 16:57:38 UTC (rev 119798)
@@ -1,22 +0,0 @@
-infodir=/usr/share/info
-
-post_install () {
-cat << EOF
-==> Put this in your $HOME/.emacs file to enable Wanderlust
-
-(autoload 'wl "wl" "Wanderlust" t)
-(autoload 'wl-other-frame "wl" "Wanderlust on new frame." t)
-(autoload 'wl-draft "wl-draft" "Write draft with Wanderlust." t)
-EOF
-  [ -x usr/bin/install-info ] || return 0
-  install-info "$infodir/wl.info.gz" "$infodir/dir"
-}
-
-post_upgrade () {
-  post_install $1
-}
-
-pre_remove() {
-  [ -x usr/bin/install-info ] || return 0
-  install-info --delete "$infodir/wl.info.gz" "$infodir/dir"
-}

Copied: wanderlust/repos/community-any/wanderlust.install (from rev 119797, 
wanderlust/trunk/wanderlust.install)
===
--- wanderlust.install  (rev 0)
+++ wanderlust.install  2014-09-29 16:57:38 UTC (rev 119798)
@@ -0,0 +1,22 @@
+infodir=/usr/share/info
+
+post_install () {
+cat << EOF
+==> Put this in your $HOME/.emacs file to enable Wanderlust
+
+(autoload 'wl "wl" "Wanderlust" t)
+(autoload 'wl-other-frame "wl" "Wanderlust on new frame." t)
+(autoload 'wl-draft "wl-draft" "Write draft with Wanderlust." t)
+EOF
+  [ -x usr/bin/install-info ] || return 0
+  install-info "$infodir/wl.info.gz" "$infodir/dir"
+}
+
+post_upgrade () {
+  post_install $1
+}
+
+pre_remove() {
+  [ -x usr/bin/install-info ] || return 0
+  install-info --delete "$infodir/wl.info.gz" "$infodir/dir"
+}


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

2014-09-29 Thread Sergej Pupykin
Date: Monday, September 29, 2014 @ 18:56:40
  Author: spupykin
Revision: 119796

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

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

---+
 /PKGBUILD |   86 
 /kdenlive.install |   26 
 community-staging-i686/PKGBUILD   |   43 --
 community-staging-i686/kdenlive.install   |   13 
 community-staging-x86_64/PKGBUILD |   43 --
 community-staging-x86_64/kdenlive.install |   13 
 6 files changed, 112 insertions(+), 112 deletions(-)

Deleted: community-staging-i686/PKGBUILD
===
--- community-staging-i686/PKGBUILD 2014-09-29 16:56:21 UTC (rev 119795)
+++ community-staging-i686/PKGBUILD 2014-09-29 16:56:40 UTC (rev 119796)
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Contributor: Zuf 
-# Contributor: Darwin Bautista 
-
-pkgname=kdenlive
-pkgver=0.9.8
-pkgrel=3
-pkgdesc="A non-linear video editor for Linux"
-arch=('i686' 'x86_64')
-# http://download.kde.org/stable/kdenlive/
-url="http://www.kdenlive.org/";
-license=('GPL')
-depends=('kdebase-runtime' 'mlt' 'qjson' 'libqzeitgeist' 'kdepimlibs')
-makedepends=('automoc4' 'cmake' 'gettext' 'mesa' 'glu')
-optdepends=('recordmydesktop: screen capture'
-   'dvdauthor: dvd creation'
-   'dvgrab: firewire capture'
-   'xine-ui: dvd preview'
-   'cdrkit: dvd iso image creation')
-install=kdenlive.install
-options=('docs')
-source=(http://download.kde.org/stable/kdenlive/$pkgver/src/kdenlive-$pkgver.tar.bz2)
-md5sums=('6c28868598eecd878b9d041bb3900615')
-
-build() {
-  export LDFLAGS="$LDFLAGS -lX11"
-  cd "${srcdir}"
-  mkdir -p build
-  cd build
-  cmake ../kdenlive-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DLIB_INSTALL_DIR=/usr/lib \
--DLINK_LIBRARIES=-lX11 \
--DWITH_Nepomuk=OFF
-  make
-}
-
-package() {
-  cd "${srcdir}"/build
-  make DESTDIR="${pkgdir}" install
-}

Copied: kdenlive/repos/community-staging-i686/PKGBUILD (from rev 119795, 
kdenlive/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2014-09-29 16:56:40 UTC (rev 119796)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Contributor: Zuf 
+# Contributor: Darwin Bautista 
+
+pkgname=kdenlive
+pkgver=0.9.10
+pkgrel=1
+pkgdesc="A non-linear video editor for Linux"
+arch=('i686' 'x86_64')
+# http://download.kde.org/stable/kdenlive/
+url="http://www.kdenlive.org/";
+license=('GPL')
+depends=('kdebase-runtime' 'mlt' 'qjson' 'libqzeitgeist' 'kdepimlibs')
+makedepends=('automoc4' 'cmake' 'gettext' 'mesa' 'glu')
+optdepends=('recordmydesktop: screen capture'
+   'dvdauthor: dvd creation'
+   'dvgrab: firewire capture'
+   'xine-ui: dvd preview'
+   'cdrkit: dvd iso image creation')
+install=kdenlive.install
+options=('docs')
+source=(http://download.kde.org/stable/kdenlive/$pkgver/src/kdenlive-$pkgver.tar.bz2)
+md5sums=('40d7ee8e388cb084f5eb1ad1596a14b2')
+
+build() {
+  export LDFLAGS="$LDFLAGS -lX11"
+  cd "${srcdir}"
+  mkdir -p build
+  cd build
+  cmake ../kdenlive-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLIB_INSTALL_DIR=/usr/lib \
+-DLINK_LIBRARIES=-lX11 \
+-DWITH_Nepomuk=OFF
+  make
+}
+
+package() {
+  cd "${srcdir}"/build
+  make DESTDIR="${pkgdir}" install
+}

Deleted: community-staging-i686/kdenlive.install
===
--- community-staging-i686/kdenlive.install 2014-09-29 16:56:21 UTC (rev 
119795)
+++ community-staging-i686/kdenlive.install 2014-09-29 16:56:40 UTC (rev 
119796)
@@ -1,13 +0,0 @@
-post_install() {
-  update-mime-database usr/share/mime &> /dev/null
-  update-desktop-database -q
-  xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Copied: kdenlive/repos/community-staging-i686/kdenlive.install (from rev 
119795, kdenlive/trunk/kdenlive.install)
==

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

2014-09-29 Thread Sergej Pupykin
Date: Monday, September 29, 2014 @ 18:56:21
  Author: spupykin
Revision: 119795

upgpkg: kdenlive 0.9.10-1

upd

Modified:
  kdenlive/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-09-29 16:42:40 UTC (rev 119794)
+++ PKGBUILD2014-09-29 16:56:21 UTC (rev 119795)
@@ -4,8 +4,8 @@
 # Contributor: Darwin Bautista 
 
 pkgname=kdenlive
-pkgver=0.9.8
-pkgrel=3
+pkgver=0.9.10
+pkgrel=1
 pkgdesc="A non-linear video editor for Linux"
 arch=('i686' 'x86_64')
 # http://download.kde.org/stable/kdenlive/
@@ -21,7 +21,7 @@
 install=kdenlive.install
 options=('docs')
 
source=(http://download.kde.org/stable/kdenlive/$pkgver/src/kdenlive-$pkgver.tar.bz2)
-md5sums=('6c28868598eecd878b9d041bb3900615')
+md5sums=('40d7ee8e388cb084f5eb1ad1596a14b2')
 
 build() {
   export LDFLAGS="$LDFLAGS -lX11"


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

2014-09-29 Thread Felix Yan
Date: Monday, September 29, 2014 @ 18:42:16
  Author: fyan
Revision: 119793

upgpkg: kcm-fcitx 0.4.3-2

kdelibs rebuild

Modified:
  kcm-fcitx/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-09-29 16:00:14 UTC (rev 119792)
+++ PKGBUILD2014-09-29 16:42:16 UTC (rev 119793)
@@ -1,17 +1,18 @@
 # $Id$
-# Maintainer: Felix Yan 
+# Maintainer: Felix Yan 
 # Contributor: poplarch 
 
 pkgname=kcm-fcitx
 pkgver=0.4.3
-pkgrel=1
+pkgrel=2
 pkgdesc="KDE Config Module for Fcitx"
 arch=('i686' 'x86_64')
 url="https://github.com/fcitx/kcm-fcitx";
 license=('GPL')
-depends=('fcitx>=4.2.7' 'kdebase-runtime' 'fcitx-qt4')
+depends=('fcitx' 'kdebase-runtime' 'fcitx-qt4')
 makedepends=('cmake' 'automoc4')
 source=("http://download.fcitx-im.org/$pkgname/$pkgname-${pkgver}.tar.xz";)
+sha512sums=('d311699a5d99f75d353899b7fba0a950491ee8b891724b855033449900ec4b3db9408bb1b80e60ceb0dbb0ce91072162062261a497f83a2a683214b71c3f4713')
 
 build() {
   cd "$srcdir/${pkgname}-${pkgver}"
@@ -19,7 +20,7 @@
   mkdir -p build
   cd build
 
-  cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release 
-DQT_QMAKE_EXECUTABLE=qmake-qt4 ..
+  cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release 
-DQT_QMAKE_EXECUTABLE=qmake-qt4 -DFCITX_PO_INSTALL_DIR=share/locale/kde4/ ..
   make
 }
 
@@ -27,5 +28,3 @@
   cd "$srcdir/${pkgname}-${pkgver}/build"
   make DESTDIR="${pkgdir}" install
 }
-
-sha512sums=('d311699a5d99f75d353899b7fba0a950491ee8b891724b855033449900ec4b3db9408bb1b80e60ceb0dbb0ce91072162062261a497f83a2a683214b71c3f4713')


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

2014-09-29 Thread Felix Yan
Date: Monday, September 29, 2014 @ 18:42:40
  Author: fyan
Revision: 119794

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

Added:
  kcm-fcitx/repos/community-staging-i686/
  kcm-fcitx/repos/community-staging-i686/PKGBUILD
(from rev 119793, kcm-fcitx/trunk/PKGBUILD)
  kcm-fcitx/repos/community-staging-x86_64/
  kcm-fcitx/repos/community-staging-x86_64/PKGBUILD
(from rev 119793, kcm-fcitx/trunk/PKGBUILD)

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

Copied: kcm-fcitx/repos/community-staging-i686/PKGBUILD (from rev 119793, 
kcm-fcitx/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2014-09-29 16:42:40 UTC (rev 119794)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: poplarch 
+
+pkgname=kcm-fcitx
+pkgver=0.4.3
+pkgrel=2
+pkgdesc="KDE Config Module for Fcitx"
+arch=('i686' 'x86_64')
+url="https://github.com/fcitx/kcm-fcitx";
+license=('GPL')
+depends=('fcitx' 'kdebase-runtime' 'fcitx-qt4')
+makedepends=('cmake' 'automoc4')
+source=("http://download.fcitx-im.org/$pkgname/$pkgname-${pkgver}.tar.xz";)
+sha512sums=('d311699a5d99f75d353899b7fba0a950491ee8b891724b855033449900ec4b3db9408bb1b80e60ceb0dbb0ce91072162062261a497f83a2a683214b71c3f4713')
+
+build() {
+  cd "$srcdir/${pkgname}-${pkgver}"
+
+  mkdir -p build
+  cd build
+
+  cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release 
-DQT_QMAKE_EXECUTABLE=qmake-qt4 -DFCITX_PO_INSTALL_DIR=share/locale/kde4/ ..
+  make
+}
+
+package() {
+  cd "$srcdir/${pkgname}-${pkgver}/build"
+  make DESTDIR="${pkgdir}" install
+}

Copied: kcm-fcitx/repos/community-staging-x86_64/PKGBUILD (from rev 119793, 
kcm-fcitx/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2014-09-29 16:42:40 UTC (rev 119794)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: poplarch 
+
+pkgname=kcm-fcitx
+pkgver=0.4.3
+pkgrel=2
+pkgdesc="KDE Config Module for Fcitx"
+arch=('i686' 'x86_64')
+url="https://github.com/fcitx/kcm-fcitx";
+license=('GPL')
+depends=('fcitx' 'kdebase-runtime' 'fcitx-qt4')
+makedepends=('cmake' 'automoc4')
+source=("http://download.fcitx-im.org/$pkgname/$pkgname-${pkgver}.tar.xz";)
+sha512sums=('d311699a5d99f75d353899b7fba0a950491ee8b891724b855033449900ec4b3db9408bb1b80e60ceb0dbb0ce91072162062261a497f83a2a683214b71c3f4713')
+
+build() {
+  cd "$srcdir/${pkgname}-${pkgver}"
+
+  mkdir -p build
+  cd build
+
+  cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release 
-DQT_QMAKE_EXECUTABLE=qmake-qt4 -DFCITX_PO_INSTALL_DIR=share/locale/kde4/ ..
+  make
+}
+
+package() {
+  cd "$srcdir/${pkgname}-${pkgver}/build"
+  make DESTDIR="${pkgdir}" install
+}


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

2014-09-29 Thread Sergej Pupykin
Date: Monday, September 29, 2014 @ 18:00:14
  Author: spupykin
Revision: 119792

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

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

-+
 /PKGBUILD   |   54 ++
 /virtviewer.install |   26 
 community-i686/PKGBUILD |   27 -
 community-i686/virtviewer.install   |   13 
 community-x86_64/PKGBUILD   |   27 -
 community-x86_64/virtviewer.install |   13 
 6 files changed, 80 insertions(+), 80 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-09-29 16:00:01 UTC (rev 119791)
+++ community-i686/PKGBUILD 2014-09-29 16:00:14 UTC (rev 119792)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Maintainer: Jonathan Wiersma 
-
-pkgname=virtviewer
-pkgver=0.6.0
-pkgrel=3
-pkgdesc="A lightweight interface for interacting with the graphical display of 
virtualized guest OS."
-depends=('gtk-vnc' 'libglade>=2.6.0' 'libvirt' 'spice-gtk3' 
'desktop-file-utils')
-makedepends=('intltool' 'spice-protocol')
-url="http://virt-manager.et.redhat.com";
-arch=('i686' 'x86_64')
-license=('GPL')
-install=virtviewer.install
-source=("http://virt-manager.et.redhat.com/download/sources/virt-viewer/virt-viewer-$pkgver.tar.gz";)
-md5sums=('a3d7dd877105117e36185378ee1849ee')
-
-build() {
-  cd $srcdir/virt-viewer-$pkgver
-  ./configure --prefix=/usr --with-gtk=3.0 --disable-update-mimedb
-  make
-}
-
-package() {
-  cd $srcdir/virt-viewer-$pkgver
-  make DESTDIR=$pkgdir install
-}

Copied: virtviewer/repos/community-i686/PKGBUILD (from rev 119791, 
virtviewer/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-09-29 16:00:14 UTC (rev 119792)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Maintainer: Jonathan Wiersma 
+
+pkgname=virtviewer
+pkgver=1.0
+pkgrel=1
+pkgdesc="A lightweight interface for interacting with the graphical display of 
virtualized guest OS."
+depends=('gtk-vnc' 'libglade>=2.6.0' 'libvirt' 'spice-gtk3' 
'desktop-file-utils')
+makedepends=('intltool' 'spice-protocol')
+url="http://virt-manager.org/";
+arch=('i686' 'x86_64')
+license=('GPL')
+install=virtviewer.install
+source=("http://virt-manager.org/download/sources/virt-viewer/virt-viewer-$pkgver.tar.gz";)
+md5sums=('f8c56c0e060f332efdbbc9ba0cd8c250')
+
+build() {
+  cd $srcdir/virt-viewer-$pkgver
+  ./configure --prefix=/usr --with-gtk=3.0 --disable-update-mimedb
+  make
+}
+
+package() {
+  cd $srcdir/virt-viewer-$pkgver
+  make DESTDIR=$pkgdir install
+}

Deleted: community-i686/virtviewer.install
===
--- community-i686/virtviewer.install   2014-09-29 16:00:01 UTC (rev 119791)
+++ community-i686/virtviewer.install   2014-09-29 16:00:14 UTC (rev 119792)
@@ -1,13 +0,0 @@
-post_install() {
-  update-desktop-database -q
-  gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
-  update-mime-database /usr/share/mime > /dev/null
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Copied: virtviewer/repos/community-i686/virtviewer.install (from rev 119791, 
virtviewer/trunk/virtviewer.install)
===
--- community-i686/virtviewer.install   (rev 0)
+++ community-i686/virtviewer.install   2014-09-29 16:00:14 UTC (rev 119792)
@@ -0,0 +1,13 @@
+post_install() {
+  update-desktop-database -q
+  gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
+  update-mime-database /usr/share/mime > /dev/null
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2014-09-29 16:00:01 UTC (rev 119791)
+++ community-x86_64/PKGBUILD   2014-09-29 16:00:14 UTC (rev 119792)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Maintainer: Jonathan Wiersma 
-
-pkgname=virtviewer
-pkgver=0.6.0
-pkgrel=3
-pkgdesc="A lightweight interface for interacting with the graphical display of 
virtualize

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

2014-09-29 Thread Sergej Pupykin
Date: Monday, September 29, 2014 @ 18:00:01
  Author: spupykin
Revision: 119791

upgpkg: virtviewer 1.0-1

upd

Modified:
  virtviewer/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-09-29 15:59:57 UTC (rev 119790)
+++ PKGBUILD2014-09-29 16:00:01 UTC (rev 119791)
@@ -3,17 +3,17 @@
 # Maintainer: Jonathan Wiersma 
 
 pkgname=virtviewer
-pkgver=0.6.0
-pkgrel=3
+pkgver=1.0
+pkgrel=1
 pkgdesc="A lightweight interface for interacting with the graphical display of 
virtualized guest OS."
 depends=('gtk-vnc' 'libglade>=2.6.0' 'libvirt' 'spice-gtk3' 
'desktop-file-utils')
 makedepends=('intltool' 'spice-protocol')
-url="http://virt-manager.et.redhat.com";
+url="http://virt-manager.org/";
 arch=('i686' 'x86_64')
 license=('GPL')
 install=virtviewer.install
-source=("http://virt-manager.et.redhat.com/download/sources/virt-viewer/virt-viewer-$pkgver.tar.gz";)
-md5sums=('a3d7dd877105117e36185378ee1849ee')
+source=("http://virt-manager.org/download/sources/virt-viewer/virt-viewer-$pkgver.tar.gz";)
+md5sums=('f8c56c0e060f332efdbbc9ba0cd8c250')
 
 build() {
   cd $srcdir/virt-viewer-$pkgver


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

2014-09-29 Thread Sergej Pupykin
Date: Monday, September 29, 2014 @ 17:59:39
  Author: spupykin
Revision: 119789

upgpkg: spice-gtk3 0.24-5

upd

Modified:
  spice-gtk3/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-09-29 15:19:57 UTC (rev 119788)
+++ PKGBUILD2014-09-29 15:59:39 UTC (rev 119789)
@@ -6,7 +6,7 @@
 
 pkgname=spice-gtk3
 pkgver=0.24
-pkgrel=4
+pkgrel=5
 pkgdesc="Gtk client and libraries for SPICE remote desktop servers (gtk3 
version)"
 arch=('i686' 'x86_64')
 url="http://spice-space.org";
@@ -20,6 +20,7 @@
 prepare() {
   cd "$srcdir/spice-gtk-$pkgver"
   sed -i 's,/usr/bin/env python,/usr/bin/python2,' 
spice-common/spice_codegen.py
+  sed -i 's|#define SPICE_GTK_MICRO_VERSION.*|#define SPICE_GTK_MICRO_VERSION 
(0)|g' gtk/spice-version.h*
 }
 
 build() {


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

2014-09-29 Thread Sergej Pupykin
Date: Monday, September 29, 2014 @ 17:59:57
  Author: spupykin
Revision: 119790

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

Added:
  spice-gtk3/repos/community-i686/PKGBUILD
(from rev 119789, spice-gtk3/trunk/PKGBUILD)
  spice-gtk3/repos/community-x86_64/PKGBUILD
(from rev 119789, spice-gtk3/trunk/PKGBUILD)
Deleted:
  spice-gtk3/repos/community-i686/PKGBUILD
  spice-gtk3/repos/community-x86_64/PKGBUILD

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-09-29 15:59:39 UTC (rev 119789)
+++ community-i686/PKGBUILD 2014-09-29 15:59:57 UTC (rev 119790)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Contributor: Stefano Facchini 
-# Contributor: Jonathan Lestrelin 
-# Contributor: Lucio Zara 
-
-pkgname=spice-gtk3
-pkgver=0.24
-pkgrel=4
-pkgdesc="Gtk client and libraries for SPICE remote desktop servers (gtk3 
version)"
-arch=('i686' 'x86_64')
-url="http://spice-space.org";
-license=('LGPL2.1')
-depends=('celt0.5.1' 'dbus-glib' 'gtk3' 'libcacard' 'libpulse' 'usbredir' 
'libsoup')
-makedepends=('gobject-introspection' 'intltool' 'python2-pyparsing' 
'spice-protocol' 'usbutils'
-'vala' 'sdl')
-source=("http://www.spice-space.org/download/gtk/spice-gtk-$pkgver.tar.bz2";)
-sha256sums=('6efe500845f910945670f11664f584fd13b9db494075c41137eb7bacd60d1ed1')
-
-prepare() {
-  cd "$srcdir/spice-gtk-$pkgver"
-  sed -i 's,/usr/bin/env python,/usr/bin/python2,' 
spice-common/spice_codegen.py
-}
-
-build() {
-  cd "$srcdir/spice-gtk-$pkgver"
-  PYTHON=python2 ./configure --prefix=/usr \
---disable-static --enable-vala --with-gtk=3.0 \
---with-audio=pulse \
---with-coroutine=gthread --sbindir=/usr/bin
-  make
-}
-
-package() {
-  cd "$srcdir/spice-gtk-$pkgver"
-  make DESTDIR="$pkgdir/" install
-}

Copied: spice-gtk3/repos/community-i686/PKGBUILD (from rev 119789, 
spice-gtk3/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-09-29 15:59:57 UTC (rev 119790)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Contributor: Stefano Facchini 
+# Contributor: Jonathan Lestrelin 
+# Contributor: Lucio Zara 
+
+pkgname=spice-gtk3
+pkgver=0.24
+pkgrel=5
+pkgdesc="Gtk client and libraries for SPICE remote desktop servers (gtk3 
version)"
+arch=('i686' 'x86_64')
+url="http://spice-space.org";
+license=('LGPL2.1')
+depends=('celt0.5.1' 'dbus-glib' 'gtk3' 'libcacard' 'libpulse' 'usbredir' 
'libsoup')
+makedepends=('gobject-introspection' 'intltool' 'python2-pyparsing' 
'spice-protocol' 'usbutils'
+'vala' 'sdl')
+source=("http://www.spice-space.org/download/gtk/spice-gtk-$pkgver.tar.bz2";)
+sha256sums=('6efe500845f910945670f11664f584fd13b9db494075c41137eb7bacd60d1ed1')
+
+prepare() {
+  cd "$srcdir/spice-gtk-$pkgver"
+  sed -i 's,/usr/bin/env python,/usr/bin/python2,' 
spice-common/spice_codegen.py
+  sed -i 's|#define SPICE_GTK_MICRO_VERSION.*|#define SPICE_GTK_MICRO_VERSION 
(0)|g' gtk/spice-version.h*
+}
+
+build() {
+  cd "$srcdir/spice-gtk-$pkgver"
+  PYTHON=python2 ./configure --prefix=/usr \
+--disable-static --enable-vala --with-gtk=3.0 \
+--with-audio=pulse \
+--with-coroutine=gthread --sbindir=/usr/bin
+  make
+}
+
+package() {
+  cd "$srcdir/spice-gtk-$pkgver"
+  make DESTDIR="$pkgdir/" install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2014-09-29 15:59:39 UTC (rev 119789)
+++ community-x86_64/PKGBUILD   2014-09-29 15:59:57 UTC (rev 119790)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Contributor: Stefano Facchini 
-# Contributor: Jonathan Lestrelin 
-# Contributor: Lucio Zara 
-
-pkgname=spice-gtk3
-pkgver=0.24
-pkgrel=4
-pkgdesc="Gtk client and libraries for SPICE remote desktop servers (gtk3 
version)"
-arch=('i686' 'x86_64')
-url="http://spice-space.org";
-license=('LGPL2.1')
-depends=('celt0.5.1' 'dbus-glib' 'gtk3' 'libcacard' 'libpulse' 'usbredir' 
'libsoup')
-makedepends=('gobject-introspection' 'intltool' 'python2-pyparsing' 
'spice-protocol' 'usbutils'
-'vala' 'sdl')
-source=("http://www.spice-space.org/download/gtk/spice-gtk-$pkgver.tar.bz2";)
-sha256sums=('6efe500845f910945670f11664f584fd13b9db494075c41137eb7bacd60d1ed1')
-
-prepare() {
-  cd "$srcdir/spice-gtk-$pkgver"
-  sed -i 's,/usr/bin/env python,/usr/bin/python2,' 
spice-common/spice_codegen.py
-}
-
-build() {
-  cd "$srcdir/spice-gtk-$pkgver"
-  PYTHON=python2 ./configure --prefix=/usr \
---disable-static --enable-vala --with-gtk=3.0 \
---with-audio=

[arch-commits] Commit in cairo-dock-plugins/repos (8 files)

2014-09-29 Thread Maxime Gauduin
Date: Monday, September 29, 2014 @ 17:19:57
  Author: alucryd
Revision: 119788

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

Added:
  cairo-dock-plugins/repos/community-testing-i686/PKGBUILD
(from rev 119787, cairo-dock-plugins/trunk/PKGBUILD)
  cairo-dock-plugins/repos/community-testing-i686/cd-terminal-vte2.91.patch
(from rev 119787, cairo-dock-plugins/trunk/cd-terminal-vte2.91.patch)
  cairo-dock-plugins/repos/community-testing-x86_64/PKGBUILD
(from rev 119787, cairo-dock-plugins/trunk/PKGBUILD)
  cairo-dock-plugins/repos/community-testing-x86_64/cd-terminal-vte2.91.patch
(from rev 119787, cairo-dock-plugins/trunk/cd-terminal-vte2.91.patch)
Deleted:
  cairo-dock-plugins/repos/community-testing-i686/PKGBUILD
  cairo-dock-plugins/repos/community-testing-i686/cd-terminal-vte2.91.patch
  cairo-dock-plugins/repos/community-testing-x86_64/PKGBUILD
  cairo-dock-plugins/repos/community-testing-x86_64/cd-terminal-vte2.91.patch

+
 /PKGBUILD  |  136 +
 /cd-terminal-vte2.91.patch |  264 +++
 community-testing-i686/PKGBUILD|   68 
 community-testing-i686/cd-terminal-vte2.91.patch   |   70 -
 community-testing-x86_64/PKGBUILD  |   68 
 community-testing-x86_64/cd-terminal-vte2.91.patch |   70 -
 6 files changed, 400 insertions(+), 276 deletions(-)

Deleted: community-testing-i686/PKGBUILD
===
--- community-testing-i686/PKGBUILD 2014-09-29 15:19:46 UTC (rev 119787)
+++ community-testing-i686/PKGBUILD 2014-09-29 15:19:57 UTC (rev 119788)
@@ -1,68 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin 
-# Contributor: Tofe 
-# Contributor: zhuqin 
-# Contributor: tri1976 
-# Contributor: snoopy33 
-
-pkgname=cairo-dock-plugins
-pkgver=3.3.2.r3121
-pkgrel=1
-pkgdesc='Plugins for Cairo-Dock'
-arch=('i686' 'x86_64')
-url='https://launchpad.net/cairo-dock-plug-ins'
-license=('GPL')
-depends=('cairo-dock')
-makedepends=('bzr' 'cmake' 'alsa-lib' 'fftw' 'gnome-menus' 'gtk-sharp-2' 'gvfs'
- 'libetpan' 'libexif' 'libical' 'libpulse' 'libxklavier'
- 'libzeitgeist' 'lm_sensors' 'ndesk-dbus-glib' 'python' 'python2'
- 'ruby' 'vala' 'vte3' 'webkitgtk3')
-optdepends=('alsa-lib: Sound Control, Sound Effects applets'
-'fftw: Impulse applet'
-'gnome-menus: Applications Menu applet'
-'gtk-sharp-2: Mono API'
-'gvfs: GVFS integration'
-'libetpan: Mail applet'
-'libexif: Slider applet'
-'libical: Clock applet'
-'libpulse: Impulse applet'
-'libxklavier: Keyboard Indicator applet'
-'libzeitgeist: Recent Events applet'
-'lm_sensors: System Monitor applet'
-'ndesk-dbus-glib: Mono API'
-'python: Python 3 API'
-'python2: Python 2 API'
-'ruby: Ruby API'
-'vte3: Terminal applet'
-'webkitgtk3: Weblets applet')
-#source=("https://launchpad.net/cairo-dock-plug-ins/${pkgver%.?}/${pkgver}/+download/cairo-dock-plugins-${pkgver}.tar.gz";)
-source=("cairo-dock-plugins::bzr+lp:cairo-dock-plug-ins#revision=${pkgver#*.r}"
-'cd-terminal-vte2.91.patch')
-sha256sums=('SKIP'
-'7f8cd8f5532f2d08e23aa98a3a8e161c08b6865d11c15a698986515465c1d263')
-
-prepare() {
-  cd cairo-dock-plugins
-
-  patch -Np1 -i ../cd-terminal-vte2.91.patch
-}
-
-build() {
-  cd cairo-dock-plugins
-
-  if [[ -d build ]]; then
-rm -rf build
-  fi
-  mkdir build && cd build
-
-  cmake .. -DCMAKE_INSTALL_PREFIX='/usr'
-  make
-}
-
-package() {
-  cd cairo-dock-plugins/build
-
-  make DESTDIR="${pkgdir}" install
-}
-
-# vim: ts=2 sw=2 et:

Copied: cairo-dock-plugins/repos/community-testing-i686/PKGBUILD (from rev 
119787, cairo-dock-plugins/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2014-09-29 15:19:57 UTC (rev 119788)
@@ -0,0 +1,68 @@
+# $Id$
+# Maintainer: Maxime Gauduin 
+# Contributor: Tofe 
+# Contributor: zhuqin 
+# Contributor: tri1976 
+# Contributor: snoopy33 
+
+pkgname=cairo-dock-plugins
+pkgver=3.3.2.r3121
+pkgrel=2
+pkgdesc='Plugins for Cairo-Dock'
+arch=('i686' 'x86_64')
+url='https://launchpad.net/cairo-dock-plug-ins'
+license=('GPL')
+depends=('cairo-dock')
+makedepends=('bzr' 'cmake' 'alsa-lib' 'fftw' 'gnome-menus' 'gtk-sharp-2' 'gvfs'
+ 'libetpan' 'libexif' 'libical' 'libpulse' 'libxklavier'
+ 'libzeitgeist' 'lm_sensors' 'ndesk-dbus-glib' 'python' 'python2'
+ 'ruby' 'vala' 'vte3' 'webkitgtk3')
+optdepends=('alsa-lib: Sound Control, Sound Effects applets'
+'fftw: Impulse applet'
+'gnome-menus: Applications Men

[arch-commits] Commit in cairo-dock-plugins/trunk (PKGBUILD cd-terminal-vte2.91.patch)

2014-09-29 Thread Maxime Gauduin
Date: Monday, September 29, 2014 @ 17:19:46
  Author: alucryd
Revision: 119787

upgpkg: cairo-dock-plugins 3.3.2.r3121-2

Modified:
  cairo-dock-plugins/trunk/PKGBUILD
  cairo-dock-plugins/trunk/cd-terminal-vte2.91.patch

---+
 PKGBUILD  |4 -
 cd-terminal-vte2.91.patch |   96 
 2 files changed, 81 insertions(+), 19 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-09-29 14:50:35 UTC (rev 119786)
+++ PKGBUILD2014-09-29 15:19:46 UTC (rev 119787)
@@ -7,7 +7,7 @@
 
 pkgname=cairo-dock-plugins
 pkgver=3.3.2.r3121
-pkgrel=1
+pkgrel=2
 pkgdesc='Plugins for Cairo-Dock'
 arch=('i686' 'x86_64')
 url='https://launchpad.net/cairo-dock-plug-ins'
@@ -39,7 +39,7 @@
 source=("cairo-dock-plugins::bzr+lp:cairo-dock-plug-ins#revision=${pkgver#*.r}"
 'cd-terminal-vte2.91.patch')
 sha256sums=('SKIP'
-'7f8cd8f5532f2d08e23aa98a3a8e161c08b6865d11c15a698986515465c1d263')
+'b6258ed01337832a2c0bec0152e53e039fbd7422f7b8c5c6a376c3581e1d33bd')
 
 prepare() {
   cd cairo-dock-plugins

Modified: cd-terminal-vte2.91.patch
===
--- cd-terminal-vte2.91.patch   2014-09-29 14:50:35 UTC (rev 119786)
+++ cd-terminal-vte2.91.patch   2014-09-29 15:19:46 UTC (rev 119787)
@@ -1,19 +1,81 @@
 diff -rupN cairo-dock-plugins.orig/CMakeLists.txt 
cairo-dock-plugins/CMakeLists.txt
 cairo-dock-plugins.orig/CMakeLists.txt 2014-09-28 11:56:56.841693400 
+0200
-+++ cairo-dock-plugins/CMakeLists.txt  2014-09-28 11:57:14.664204700 +0200
-@@ -1345,7 +1345,7 @@ add_subdirectory (systray)
+--- cairo-dock-plugins.orig/CMakeLists.txt 2014-09-28 19:07:48.336966300 
+0200
 cairo-dock-plugins/CMakeLists.txt  2014-09-28 19:24:58.793109500 +0200
+@@ -1345,13 +1345,20 @@ add_subdirectory (systray)
  message (STATUS "> Terminal:")
  enable_if_not_defined (enable-terminal)
  if (enable-terminal)
 -  set (TERMINAL_MODULE vte-2.90)
 +  set (TERMINAL_MODULE vte-2.91)
++  set (PANGO_MODULE pango)
pkg_check_modules (VTE ${TERMINAL_MODULE})
++  pkg_check_modules (PANGO ${PANGO_MODULE})
if (NOT VTE_FOUND)
message (STATUS "Could not find ${TERMINAL_MODULE}; Cairo-Dock 
won't be built with terminal applet.")
+   message (WARNING "This module is required to compile Terminal 
applet: ${TERMINAL_MODULE}")
+   set (MODULES_MISSING "${MODULES_MISSING} ${TERMINAL_MODULE}")
+   set (with_terminal no)
++  elseif (NOT PANGO_FOUND)
++  message (STATUS "Could not find ${PANGO_MODULE}; Cairo-Dock 
won't be built with terminal applet.")
++  message (WARNING "This module is required to compile Terminal 
applet: ${PANGO_MODULE}")
++  set (MODULES_MISSING "${MODULES_MISSING} ${PANGO_MODULE}")
++  set (with_terminal no)
+   else()
+   set (GETTEXT_TERMINAL ${GETTEXT_PLUGINS})
+   set (VERSION_TERMINAL "1.0.13")
+diff -rupN cairo-dock-plugins.orig/terminal/src/CMakeLists.txt 
cairo-dock-plugins/terminal/src/CMakeLists.txt
+--- cairo-dock-plugins.orig/terminal/src/CMakeLists.txt2014-09-28 
19:07:48.283802000 +0200
 cairo-dock-plugins/terminal/src/CMakeLists.txt 2014-09-28 
19:27:52.496698900 +0200
+@@ -31,15 +31,18 @@ add_definitions (-DVTE_MINOR=${VTE_MINOR
+ 
+ include_directories (
+   ${PACKAGE_INCLUDE_DIRS}
+-  ${VTE_INCLUDE_DIRS})
++  ${VTE_INCLUDE_DIRS}
++  ${PANGO_INCLUDE_DIRS})
+ 
+ link_directories (
+   ${PACKAGE_LIBRARY_DIRS}
+-  ${VTE_LIBRARY_DIRS})
++  ${VTE_LIBRARY_DIRS}
++  ${PANGO_LIBRARY_DIRS})
+ 
+ target_link_libraries (${PACKAGE_TERMINAL}
+   ${PACKAGE_LIBRARIES}
+-  ${VTE_LIBRARIES})
++  ${VTE_LIBRARIES}
++  ${PANGO_LIBRARIES})
+ 
+ ### install files ###
+ 
+@@ -73,6 +76,7 @@ install(TARGETS ${PACKAGE_TERMINAL} DEST
+ # -I$(top_srcdir)/src
+ # $(PACKAGE_CFLAGS)
+ # $(VTE_CFLAGS)
++# $(PANGO_CFLAGS)
+ # -DMY_APPLET_SHARE_DATA_DIR=""${terminaldatadir)""
+ # -DMY_APPLET_PREVIEW_FILE=""preview.jpg""
+ # -DMY_APPLET_CONF_FILE=""terminal.conf""
+@@ -89,6 +93,7 @@ install(TARGETS ${PACKAGE_TERMINAL} DEST
+ #libcd_terminal_la_LIBADD = 
+ # $(PACKAGE_LIBS) -lm 
+ # $(VTE_LIBS)
++# $(PANGO_LIBS)
+ #
+ #
+ #libcd_terminal_la_LDFLAGS =
 diff -rupN cairo-dock-plugins.orig/terminal/src/terminal-widget.c 
cairo-dock-plugins/terminal/src/terminal-widget.c
 cairo-dock-plugins.orig/terminal/src/terminal-widget.c 2014-09-28 
11:56:56.788514700 +0200
-+++ cairo-dock-plugins/terminal/src/terminal-widget.c  2014-09-28 
12:25:33.651331600 +0200
-@@ -263,12 +263,9 @@ static void _term_apply_settings_on_vter
+--- cairo-dock-plugins.orig/terminal/src/terminal-widget.c 2014-09-28 
19:07:48.283362800 +0200
 cairo-dock-plugins/terminal/

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

2014-09-29 Thread Felix Yan
Date: Monday, September 29, 2014 @ 16:49:37
  Author: fyan
Revision: 119785

upgpkg: fcitx 4.2.8.5-2

- add upstream patch to allow for specifying an path to install translations 
(from 
https://github.com/fcitx/fcitx/commit/7a75b84ea330af7f64bed1db34ce45ef10d0015c)

Added:
  fcitx/trunk/custom-translation-install-dir.patch
Modified:
  fcitx/trunk/PKGBUILD
Deleted:
  fcitx/trunk/add-a-context-variable-to-disable-punc.patch

--+
 PKGBUILD |   10 ++--
 add-a-context-variable-to-disable-punc.patch |   59 -
 custom-translation-install-dir.patch |   33 +
 3 files changed, 40 insertions(+), 62 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-09-29 14:38:50 UTC (rev 119784)
+++ PKGBUILD2014-09-29 14:49:37 UTC (rev 119785)
@@ -6,7 +6,7 @@
 pkgbase=fcitx
 pkgname=('fcitx' 'fcitx-gtk2' 'fcitx-gtk3' 'fcitx-qt4')
 pkgver=4.2.8.5
-pkgrel=1
+pkgrel=2
 groups=('fcitx-im')
 arch=('i686' 'x86_64')
 url="http://fcitx-im.org";
@@ -13,11 +13,15 @@
 license=('GPL' 'LGPL')
 makedepends=('cmake' 'doxygen' 'gtk2' 'gtk3' 'qt4' 'icu' 'mesa' 'opencc' \
  'iso-codes' 'gobject-introspection' 'libxkbfile' 'enchant')
-source=(http://download.fcitx-im.org/$pkgbase/$pkgbase-${pkgver}_dict.tar.xz)
-sha512sums=('ee6612a34087135065537fa14f09078bad9f029f69b636fb2221193f23d86c5431a9d8a848b264bdcb259680f6bda41d08d58dcf67d19e5a200cb11fa4a26ffe')
+source=(http://download.fcitx-im.org/$pkgbase/$pkgbase-${pkgver}_dict.tar.xz
+custom-translation-install-dir.patch)
+sha512sums=('ee6612a34087135065537fa14f09078bad9f029f69b636fb2221193f23d86c5431a9d8a848b264bdcb259680f6bda41d08d58dcf67d19e5a200cb11fa4a26ffe'
+
'c57ef118b72accdfc42a0035a5318bf4b0ebe082af46efff7bfea4b063d382cc92bef020e42d140a6ffcbbdb87d43db833e1a221c5d3a97f12c8720e759a')
 
 prepare() {
   cd ${pkgbase}-${pkgver}
+
+  patch -p1 -i ../custom-translation-install-dir.patch
 }
 
 build() {

Deleted: add-a-context-variable-to-disable-punc.patch
===
--- add-a-context-variable-to-disable-punc.patch2014-09-29 14:38:50 UTC 
(rev 119784)
+++ add-a-context-variable-to-disable-punc.patch2014-09-29 14:49:37 UTC 
(rev 119785)
@@ -1,59 +0,0 @@
-From: Xuetian Weng 
-Date: Tue, 11 Mar 2014 00:13:43 +0800
-Subject: add a context variable to disable punc
-

- src/lib/fcitx/context.h |2 ++
- src/module/punc/punc.c  |   12 
- 2 files changed, 14 insertions(+)
-
-diff --git a/src/lib/fcitx/context.h b/src/lib/fcitx/context.h
-index 32115af..05f0f91 100644
 a/src/lib/fcitx/context.h
-+++ b/src/lib/fcitx/context.h
-@@ -70,6 +70,8 @@ extern "C" {
- #define CONTEXT_DISABLE_AUTO_FIRST_CANDIDATE_HIGHTLIGHT 
"CONTEXT_DISABLE_AUTO_FIRST_CANDIDATE_HIGHTLIGHT"
- /** disable auto first candidate highlight */
- #define CONTEXT_DISABLE_FULLWIDTH "CONTEXT_DISABLE_FULLWIDTH"
-+/** disable punc module */
-+#define CONTEXT_DISABLE_PUNC "CONTEXT_DISABLE_PUNC"
- 
- /**
-  * @brief register a new global context variable
-diff --git a/src/module/punc/punc.c b/src/module/punc/punc.c
-index be6dec3..3327f9c 100644
 a/src/module/punc/punc.c
-+++ b/src/module/punc/punc.c
-@@ -154,6 +154,8 @@ void* PuncCreate(FcitxInstance* instance)
-   PuncWhichCopy, 
PuncWhichFree,
-   puncState);
- 
-+FcitxInstanceRegisterWatchableContext(instance, CONTEXT_DISABLE_PUNC, 
FCT_Boolean, FCF_ResetOnInputMethodChange);
-+
- FcitxPuncAddFunctions(instance);
- return puncState;
- }
-@@ -250,6 +252,11 @@ boolean PuncPreFilter(void* arg, FcitxKeySym sym, 
unsigned int state,
- {
- FCITX_UNUSED(retVal);
- FcitxPuncState *puncState = (FcitxPuncState*)arg;
-+boolean disablePunc = FcitxInstanceGetContextBoolean(
-+puncState->owner, CONTEXT_DISABLE_PUNC);
-+if (disablePunc)
-+return false;
-+
- if (FcitxHotkeyIsHotKeySimple(sym, state) &&
- !FcitxHotkeyIsHotKeyDigit(sym, state) && !IsHotKeyPunc(sym, state))
- puncState->bLastIsNumber = false;
-@@ -269,6 +276,11 @@ boolean ProcessPunc(void* arg, FcitxKeySym sym, unsigned 
int state, INPUT_RETURN
- if (*retVal != IRV_TO_PROCESS)
- return false;
- 
-+boolean disablePunc = FcitxInstanceGetContextBoolean(
-+puncState->owner, CONTEXT_DISABLE_PUNC);
-+if (disablePunc)
-+return false;
-+
- FcitxCandidateWordList *candList = FcitxInputStateGetCandidateList(input);
- if (FcitxCandidateWordGetListSize(candList) != 0) {
- if (FcitxCandidateWordGetHasGoneToNextPage(candList) &&

Added: custom-translation-install-dir.patch
===
--- custom-translation-install-dir.patch   

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

2014-09-29 Thread Felix Yan
Date: Monday, September 29, 2014 @ 16:50:35
  Author: fyan
Revision: 119786

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

Added:
  fcitx/repos/community-i686/PKGBUILD
(from rev 119785, fcitx/trunk/PKGBUILD)
  fcitx/repos/community-i686/custom-translation-install-dir.patch
(from rev 119785, fcitx/trunk/custom-translation-install-dir.patch)
  fcitx/repos/community-i686/fcitx-gtk2.install
(from rev 119785, fcitx/trunk/fcitx-gtk2.install)
  fcitx/repos/community-i686/fcitx-gtk3.install
(from rev 119785, fcitx/trunk/fcitx-gtk3.install)
  fcitx/repos/community-i686/fcitx.install
(from rev 119785, fcitx/trunk/fcitx.install)
  fcitx/repos/community-x86_64/PKGBUILD
(from rev 119785, fcitx/trunk/PKGBUILD)
  fcitx/repos/community-x86_64/custom-translation-install-dir.patch
(from rev 119785, fcitx/trunk/custom-translation-install-dir.patch)
  fcitx/repos/community-x86_64/fcitx-gtk2.install
(from rev 119785, fcitx/trunk/fcitx-gtk2.install)
  fcitx/repos/community-x86_64/fcitx-gtk3.install
(from rev 119785, fcitx/trunk/fcitx-gtk3.install)
  fcitx/repos/community-x86_64/fcitx.install
(from rev 119785, fcitx/trunk/fcitx.install)
Deleted:
  fcitx/repos/community-i686/PKGBUILD
  fcitx/repos/community-i686/add-a-context-variable-to-disable-punc.patch
  fcitx/repos/community-i686/fcitx-gtk2.install
  fcitx/repos/community-i686/fcitx-gtk3.install
  fcitx/repos/community-i686/fcitx.install
  fcitx/repos/community-x86_64/PKGBUILD
  fcitx/repos/community-x86_64/add-a-context-variable-to-disable-punc.patch
  fcitx/repos/community-x86_64/fcitx-gtk2.install
  fcitx/repos/community-x86_64/fcitx-gtk3.install
  fcitx/repos/community-x86_64/fcitx.install

---+
 /PKGBUILD |  212 ++
 /fcitx-gtk2.install   |   22 +
 /fcitx-gtk3.install   |   22 +
 /fcitx.install|   28 +
 community-i686/PKGBUILD   |  102 
 community-i686/add-a-context-variable-to-disable-punc.patch   |   59 --
 community-i686/custom-translation-install-dir.patch   |   33 +
 community-i686/fcitx-gtk2.install |   11 
 community-i686/fcitx-gtk3.install |   11 
 community-i686/fcitx.install  |   14 
 community-x86_64/PKGBUILD |  102 
 community-x86_64/add-a-context-variable-to-disable-punc.patch |   59 --
 community-x86_64/custom-translation-install-dir.patch |   33 +
 community-x86_64/fcitx-gtk2.install   |   11 
 community-x86_64/fcitx-gtk3.install   |   11 
 community-x86_64/fcitx.install|   14 
 16 files changed, 350 insertions(+), 394 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-09-29 14:49:37 UTC (rev 119785)
+++ community-i686/PKGBUILD 2014-09-29 14:50:35 UTC (rev 119786)
@@ -1,102 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-# Contributor: csslayer 
-
-pkgbase=fcitx
-pkgname=('fcitx' 'fcitx-gtk2' 'fcitx-gtk3' 'fcitx-qt4')
-pkgver=4.2.8.5
-pkgrel=1
-groups=('fcitx-im')
-arch=('i686' 'x86_64')
-url="http://fcitx-im.org";
-license=('GPL' 'LGPL')
-makedepends=('cmake' 'doxygen' 'gtk2' 'gtk3' 'qt4' 'icu' 'mesa' 'opencc' \
- 'iso-codes' 'gobject-introspection' 'libxkbfile' 'enchant')
-source=(http://download.fcitx-im.org/$pkgbase/$pkgbase-${pkgver}_dict.tar.xz)
-sha512sums=('ee6612a34087135065537fa14f09078bad9f029f69b636fb2221193f23d86c5431a9d8a848b264bdcb259680f6bda41d08d58dcf67d19e5a200cb11fa4a26ffe')
-
-prepare() {
-  cd ${pkgbase}-${pkgver}
-}
-
-build() {
-  mkdir -p build
-  cd build
-
-  cmake ../${pkgbase}-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DSYSCONFDIR=/etc \
--DFORCE_OPENCC=ON \
--DFORCE_PRESAGE=ON \
--DFORCE_ENCHANT=ON \
--DENABLE_TEST=ON \
--DENABLE_GTK2_IM_MODULE=ON \
--DENABLE_GTK3_IM_MODULE=ON \
--DENABLE_QT_IM_MODULE=ON \
--DQT_QMAKE_EXECUTABLE=qmake-qt4
-  make
-}
-
-check() {
-  cd build
-  make test
-}
-
-package_fcitx() {
-  pkgdesc="Flexible Context-aware Input Tool with eXtension"
-  depends=('pango' 'libxinerama' 'gtk-update-icon-cache' 'shared-mime-info' \
-   'hicolor-icon-theme' 'desktop-file-utils' 'libxkbfile' \
-   'libxfixes' 'dbus-core' 'icu')
-  optdepends=('enchant: for word predication support'
-  'opencc: optional engine to do chinese convert'
-  'gettext: for fcitx-po-parser')
-  install=fcitx.install
-
-  cd build
-  make DESTDIR="${pkgdir}" install
-
-  rm -r "${pkgdir}/usr/lib/"{gtk-2.0,gtk-3.0,qt4}
-  rm

[arch-commits] Commit in (5 files)

2014-09-29 Thread Ike Devolder
Date: Monday, September 29, 2014 @ 16:35:13
  Author: idevolder
Revision: 119783

packagekit-qt :: 0.9.2

Added:
  packagekit-qt/
  packagekit-qt/repos/
  packagekit-qt/trunk/
  
packagekit-qt/trunk/0009-Disable-namespacing-and-classes-names-on-the-interfa.patch
  packagekit-qt/trunk/PKGBUILD

-+
 0009-Disable-namespacing-and-classes-names-on-the-interfa.patch |  138 
++
 PKGBUILD|   59 
 2 files changed, 197 insertions(+)

Added: 
packagekit-qt/trunk/0009-Disable-namespacing-and-classes-names-on-the-interfa.patch
===
--- 
packagekit-qt/trunk/0009-Disable-namespacing-and-classes-names-on-the-interfa.patch
 (rev 0)
+++ 
packagekit-qt/trunk/0009-Disable-namespacing-and-classes-names-on-the-interfa.patch
 2014-09-29 14:35:13 UTC (rev 119783)
@@ -0,0 +1,138 @@
+From 3693ea5ed68b53fdb9e2d9c034dcda7b68798c89 Mon Sep 17 00:00:00 2001
+From: Daniel Nicoletti 
+Date: Tue, 16 Sep 2014 08:56:19 -0300
+Subject: [PATCH 09/12] Disable namespacing and classes names on the interfaces
+ generated by qdbusxml2cpp so the org.fdo.PackageKit.Offiline interface
+ doesn't clash the PackageKit typedef of org.fdo.PackageKit
+
+---
+ src/CMakeLists.txt |  4 ++--
+ src/daemon.cpp |  8 
+ src/daemonprivate.cpp  |  2 +-
+ src/daemonprivate.h|  4 ++--
+ src/transactionprivate.cpp | 10 +-
+ src/transactionprivate.h   |  4 ++--
+ 6 files changed, 16 insertions(+), 16 deletions(-)
+
+diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
+index 5037fb2..9d5210f 100755
+--- a/src/CMakeLists.txt
 b/src/CMakeLists.txt
+@@ -66,8 +66,8 @@ if (NOT PK_INTERFACE_XML OR NOT PK_TRANSACTION_INTERFACE_XML)
+   message (FATAL_ERROR "Unable to find PackageKit DBus specifications! 
Please install PackageKit to continue!")
+ endif ()
+ 
+-set_source_files_properties(${PK_INTERFACE_XML} PROPERTIES CLASSNAME 
DaemonProxy)
+-set_source_files_properties(${PK_TRANSACTION_INTERFACE_XML} PROPERTIES 
CLASSNAME TransactionProxy)
++set_source_files_properties(${PK_INTERFACE_XML} PROPERTIES NO_NAMESPACE true)
++set_source_files_properties(${PK_TRANSACTION_INTERFACE_XML} PROPERTIES 
NO_NAMESPACE true)
+ 
+ if (Qt5_FOUND)
+   qt5_add_dbus_interface(packagekitqt_SRC ${PK_INTERFACE_XML} daemonproxy)
+diff --git a/src/daemon.cpp b/src/daemon.cpp
+index fdea8a7..442ef55 100755
+--- a/src/daemon.cpp
 b/src/daemon.cpp
+@@ -47,10 +47,10 @@ Daemon::Daemon(QObject *parent) :
+ d_ptr(new DaemonPrivate(this))
+ {
+ Q_D(Daemon);
+-d->daemon = new ::DaemonProxy(QLatin1String(PK_NAME),
+-  QLatin1String(PK_PATH),
+-  QDBusConnection::systemBus(),
+-  this);
++d->daemon = new 
::OrgFreedesktopPackageKitInterface(QLatin1String(PK_NAME),
++
QLatin1String(PK_PATH),
++
QDBusConnection::systemBus(),
++this);
+ 
+ QDBusConnection::systemBus().connect(QLatin1String(PK_NAME),
+  QLatin1String(PK_PATH),
+diff --git a/src/daemonprivate.cpp b/src/daemonprivate.cpp
+index 6a52f14..25ba55b 100644
+--- a/src/daemonprivate.cpp
 b/src/daemonprivate.cpp
+@@ -124,7 +124,7 @@ void DaemonPrivate::updateProperties(const QVariantMap 
&properties)
+ } else if (property == QLatin1String("DistroId")) {
+ distroId = value.toString();
+ } else if (property == QLatin1String("Filters")) {
+-filters = static_cast(value.toULongLong());
++filters = static_cast(value.toUInt());
+ } else if (property == QLatin1String("Groups")) {
+ groups =  static_cast(value.toULongLong());
+ } else if (property == QLatin1String("Locked")) {
+diff --git a/src/daemonprivate.h b/src/daemonprivate.h
+index abc03a7..b8c2b6c 100644
+--- a/src/daemonprivate.h
 b/src/daemonprivate.h
+@@ -27,7 +27,7 @@
+ 
+ #include "daemon.h"
+ 
+-class DaemonProxy;
++class OrgFreedesktopPackageKitInterface;
+ 
+ namespace PackageKit {
+ 
+@@ -39,7 +39,7 @@ protected:
+ virtual ~DaemonPrivate() {}
+ 
+ Daemon *q_ptr;
+-::DaemonProxy *daemon;
++::OrgFreedesktopPackageKitInterface *daemon;
+ QStringList hints;
+ QStringList connectedSignals;
+ 
+diff --git a/src/transactionprivate.cpp b/src/transactionprivate.cpp
+index 7a87aec..2c73899 100644
+--- a/src/transactionprivate.cpp
 b/src/transactionprivate.cpp
+@@ -46,10 +46,10 @@ void TransactionPrivate::setup(const QDBusObjectPath 
&transactionId)
+ Q_Q(Transaction);
+ 
+ tid = transactionId;
+-p = new TransactionProxy(QLatin1String(PK_NAME),
+- tid.path(),
+- 

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

2014-09-29 Thread Ike Devolder
Date: Monday, September 29, 2014 @ 16:38:50
  Author: idevolder
Revision: 119784

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

Added:
  packagekit-qt/repos/community-testing-i686/
  
packagekit-qt/repos/community-testing-i686/0009-Disable-namespacing-and-classes-names-on-the-interfa.patch
(from rev 119783, 
packagekit-qt/trunk/0009-Disable-namespacing-and-classes-names-on-the-interfa.patch)
  packagekit-qt/repos/community-testing-i686/PKGBUILD
(from rev 119783, packagekit-qt/trunk/PKGBUILD)
  packagekit-qt/repos/community-testing-x86_64/
  
packagekit-qt/repos/community-testing-x86_64/0009-Disable-namespacing-and-classes-names-on-the-interfa.patch
(from rev 119783, 
packagekit-qt/trunk/0009-Disable-namespacing-and-classes-names-on-the-interfa.patch)
  packagekit-qt/repos/community-testing-x86_64/PKGBUILD
(from rev 119783, packagekit-qt/trunk/PKGBUILD)

--+
 
community-testing-i686/0009-Disable-namespacing-and-classes-names-on-the-interfa.patch
   |  138 ++
 community-testing-i686/PKGBUILD
  |   59 
 
community-testing-x86_64/0009-Disable-namespacing-and-classes-names-on-the-interfa.patch
 |  138 ++
 community-testing-x86_64/PKGBUILD  
  |   59 
 4 files changed, 394 insertions(+)

Copied: 
packagekit-qt/repos/community-testing-i686/0009-Disable-namespacing-and-classes-names-on-the-interfa.patch
 (from rev 119783, 
packagekit-qt/trunk/0009-Disable-namespacing-and-classes-names-on-the-interfa.patch)
===
--- 
community-testing-i686/0009-Disable-namespacing-and-classes-names-on-the-interfa.patch
  (rev 0)
+++ 
community-testing-i686/0009-Disable-namespacing-and-classes-names-on-the-interfa.patch
  2014-09-29 14:38:50 UTC (rev 119784)
@@ -0,0 +1,138 @@
+From 3693ea5ed68b53fdb9e2d9c034dcda7b68798c89 Mon Sep 17 00:00:00 2001
+From: Daniel Nicoletti 
+Date: Tue, 16 Sep 2014 08:56:19 -0300
+Subject: [PATCH 09/12] Disable namespacing and classes names on the interfaces
+ generated by qdbusxml2cpp so the org.fdo.PackageKit.Offiline interface
+ doesn't clash the PackageKit typedef of org.fdo.PackageKit
+
+---
+ src/CMakeLists.txt |  4 ++--
+ src/daemon.cpp |  8 
+ src/daemonprivate.cpp  |  2 +-
+ src/daemonprivate.h|  4 ++--
+ src/transactionprivate.cpp | 10 +-
+ src/transactionprivate.h   |  4 ++--
+ 6 files changed, 16 insertions(+), 16 deletions(-)
+
+diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
+index 5037fb2..9d5210f 100755
+--- a/src/CMakeLists.txt
 b/src/CMakeLists.txt
+@@ -66,8 +66,8 @@ if (NOT PK_INTERFACE_XML OR NOT PK_TRANSACTION_INTERFACE_XML)
+   message (FATAL_ERROR "Unable to find PackageKit DBus specifications! 
Please install PackageKit to continue!")
+ endif ()
+ 
+-set_source_files_properties(${PK_INTERFACE_XML} PROPERTIES CLASSNAME 
DaemonProxy)
+-set_source_files_properties(${PK_TRANSACTION_INTERFACE_XML} PROPERTIES 
CLASSNAME TransactionProxy)
++set_source_files_properties(${PK_INTERFACE_XML} PROPERTIES NO_NAMESPACE true)
++set_source_files_properties(${PK_TRANSACTION_INTERFACE_XML} PROPERTIES 
NO_NAMESPACE true)
+ 
+ if (Qt5_FOUND)
+   qt5_add_dbus_interface(packagekitqt_SRC ${PK_INTERFACE_XML} daemonproxy)
+diff --git a/src/daemon.cpp b/src/daemon.cpp
+index fdea8a7..442ef55 100755
+--- a/src/daemon.cpp
 b/src/daemon.cpp
+@@ -47,10 +47,10 @@ Daemon::Daemon(QObject *parent) :
+ d_ptr(new DaemonPrivate(this))
+ {
+ Q_D(Daemon);
+-d->daemon = new ::DaemonProxy(QLatin1String(PK_NAME),
+-  QLatin1String(PK_PATH),
+-  QDBusConnection::systemBus(),
+-  this);
++d->daemon = new 
::OrgFreedesktopPackageKitInterface(QLatin1String(PK_NAME),
++
QLatin1String(PK_PATH),
++
QDBusConnection::systemBus(),
++this);
+ 
+ QDBusConnection::systemBus().connect(QLatin1String(PK_NAME),
+  QLatin1String(PK_PATH),
+diff --git a/src/daemonprivate.cpp b/src/daemonprivate.cpp
+index 6a52f14..25ba55b 100644
+--- a/src/daemonprivate.cpp
 b/src/daemonprivate.cpp
+@@ -124,7 +124,7 @@ void DaemonPrivate::updateProperties(const QVariantMap 
&properties)
+ } else if (property == QLatin1String("DistroId")) {
+ distroId = value.toString();
+ } else if (property == QLatin1String("Filters")) {
+-filters = static_cast(value.toULongLong());
++filters = static_cast(value.toUInt());
+ } else if (property == QLatin1String("Groups"

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

2014-09-29 Thread Sergej Pupykin
Date: Monday, September 29, 2014 @ 16:34:02
  Author: spupykin
Revision: 119781

upgpkg: virt-manager 1.1.0-3

upd

Modified:
  virt-manager/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-09-29 14:23:55 UTC (rev 119780)
+++ PKGBUILD2014-09-29 14:34:02 UTC (rev 119781)
@@ -5,10 +5,10 @@
 
 pkgname=virt-manager
 pkgver=1.1.0
-pkgrel=2
+pkgrel=3
 pkgdesc="Desktop user interface for managing virtual machines"
 arch=('any')
-url="http://virt-manager.et.redhat.com";
+url="http://virt-manager.org/";
 license=('GPL')
 depends=('dbus-python' 'libvirt' 'libxml2' 'gtk-vnc' 'rarian'
  'gconf' 'yajl' 'librsvg' 'python2' 'python2-gconf' 'libuser'
@@ -20,7 +20,7 @@
 conflicts=('virtinst')
 replaces=('virtinst')
 install=virt-manager.install
-source=("http://virt-manager.et.redhat.com/download/sources/$pkgname/$pkgname-$pkgver.tar.gz";)
+source=("http://virt-manager.org/download/sources/virt-manager/virt-manager-$pkgver.tar.gz";)
 md5sums=('baf6eaa88b02bdd7a3c2fdd293eeb6ac')
 
 build() {


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

2014-09-29 Thread Sergej Pupykin
Date: Monday, September 29, 2014 @ 16:34:09
  Author: spupykin
Revision: 119782

archrelease: copy trunk to community-staging-any

Added:
  virt-manager/repos/community-staging-any/
  virt-manager/repos/community-staging-any/PKGBUILD
(from rev 119781, virt-manager/trunk/PKGBUILD)
  virt-manager/repos/community-staging-any/virt-manager.install
(from rev 119781, virt-manager/trunk/virt-manager.install)

--+
 PKGBUILD |   34 ++
 virt-manager.install |   23 +++
 2 files changed, 57 insertions(+)

Copied: virt-manager/repos/community-staging-any/PKGBUILD (from rev 119781, 
virt-manager/trunk/PKGBUILD)
===
--- community-staging-any/PKGBUILD  (rev 0)
+++ community-staging-any/PKGBUILD  2014-09-29 14:34:09 UTC (rev 119782)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Contributor: Daniel Micay 
+# Contributor: Jonathan Wiersma 
+
+pkgname=virt-manager
+pkgver=1.1.0
+pkgrel=3
+pkgdesc="Desktop user interface for managing virtual machines"
+arch=('any')
+url="http://virt-manager.org/";
+license=('GPL')
+depends=('dbus-python' 'libvirt' 'libxml2' 'gtk-vnc' 'rarian'
+ 'gconf' 'yajl' 'librsvg' 'python2' 'python2-gconf' 'libuser'
+ 'python2-ipy' 'newt-syrup' 'openbsd-netcat' 'x11-ssh-askpass'
+ 'gnome-icon-theme' 'graphite' 'python2-ipaddr' 'spice-gtk3'
+ 'libvirt-glib' 'python2-gobject' 'urlgrabber' 'vte3'
+ 'libvirt-python' 'libosinfo')
+makedepends=('gnome-doc-utils' 'intltool>=0.35.0')
+conflicts=('virtinst')
+replaces=('virtinst')
+install=virt-manager.install
+source=("http://virt-manager.org/download/sources/virt-manager/virt-manager-$pkgver.tar.gz";)
+md5sums=('baf6eaa88b02bdd7a3c2fdd293eeb6ac')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+  python2 setup.py build
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  python2 setup.py install --root "$pkgdir"
+}

Copied: virt-manager/repos/community-staging-any/virt-manager.install (from rev 
119781, virt-manager/trunk/virt-manager.install)
===
--- community-staging-any/virt-manager.install  (rev 0)
+++ community-staging-any/virt-manager.install  2014-09-29 14:34:09 UTC (rev 
119782)
@@ -0,0 +1,23 @@
+post_install() {
+   [ -x usr/bin/update-desktop-database ] && update-desktop-database -q
+   gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+   glib-compile-schemas usr/share/glib-2.0/schemas
+}
+
+pre_upgrade() {
+   pre_remove $1
+}
+
+post_upgrade() {
+   post_install $1
+}
+
+pre_remove() {
+   rm -f /usr/share/virt-manager/virtManager/*.pyc || true
+}
+
+post_remove() {
+   [ -x usr/bin/update-desktop-database ] && update-desktop-database -q
+   gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+   glib-compile-schemas usr/share/glib-2.0/schemas
+}


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

2014-09-29 Thread Sergej Pupykin
Date: Monday, September 29, 2014 @ 16:23:40
  Author: spupykin
Revision: 119779

upgpkg: chrony 1.30-6

upd

Modified:
  chrony/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-09-29 14:18:59 UTC (rev 119778)
+++ PKGBUILD2014-09-29 14:23:40 UTC (rev 119779)
@@ -9,7 +9,7 @@
 
 pkgname=chrony
 pkgver=1.30
-pkgrel=5
+pkgrel=6
 pkgdesc='Lightweight NTP client and server'
 arch=('i686' 'x86_64')
 url="http://chrony.tuxfamily.org/";
@@ -23,6 +23,11 @@
 sha256sums=('43aca956a0beb2c4847feffc847fec2c429ee9afb6252c7a499bbd68933046dd'
 'dbd30435d5f51a92ecef779efa0eabaf56d09a35a18ddd30644d5418beada212')
 
+prepare() {
+  cd $pkgname-$pkgver
+  sed -i 's|.pool.ntp.org|.arch.pool.ntp.org|g' examples/chrony.conf.example
+}
+
 build() {
   cd $pkgname-$pkgver
   ./configure --prefix=/usr


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

2014-09-29 Thread Sergej Pupykin
Date: Monday, September 29, 2014 @ 16:23:55
  Author: spupykin
Revision: 119780

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

Added:
  chrony/repos/community-i686/PKGBUILD
(from rev 119779, chrony/trunk/PKGBUILD)
  chrony/repos/community-i686/chrony.install
(from rev 119779, chrony/trunk/chrony.install)
  chrony/repos/community-i686/service
(from rev 119779, chrony/trunk/service)
  chrony/repos/community-x86_64/PKGBUILD
(from rev 119779, chrony/trunk/PKGBUILD)
  chrony/repos/community-x86_64/chrony.install
(from rev 119779, chrony/trunk/chrony.install)
  chrony/repos/community-x86_64/service
(from rev 119779, chrony/trunk/service)
Deleted:
  chrony/repos/community-i686/PKGBUILD
  chrony/repos/community-i686/chrony.install
  chrony/repos/community-i686/service
  chrony/repos/community-x86_64/PKGBUILD
  chrony/repos/community-x86_64/chrony.install
  chrony/repos/community-x86_64/service

-+
 /PKGBUILD   |  106 ++
 /chrony.install |   76 +++
 /service|   24 
 community-i686/PKGBUILD |   48 -
 community-i686/chrony.install   |   38 -
 community-i686/service  |   12 
 community-x86_64/PKGBUILD   |   48 -
 community-x86_64/chrony.install |   38 -
 community-x86_64/service|   12 
 9 files changed, 206 insertions(+), 196 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-09-29 14:23:40 UTC (rev 119779)
+++ community-i686/PKGBUILD 2014-09-29 14:23:55 UTC (rev 119780)
@@ -1,48 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Contributor: Daniel Micay 
-# Contributor: Bartłomiej Piotrowski 
-# Contributor: Patrick Leslie Polzer 
-# Contributor: cdhotfire 
-# Contributor: Shinlun Hsieh 
-# Contributor: Elisamuel Resto 
-
-pkgname=chrony
-pkgver=1.30
-pkgrel=5
-pkgdesc='Lightweight NTP client and server'
-arch=('i686' 'x86_64')
-url="http://chrony.tuxfamily.org/";
-options=(strip emptydirs)
-license=('GPL')
-depends=('nss' 'readline' 'libcap')
-backup=('etc/chrony.conf')
-source=(http://download.tuxfamily.org/chrony/${pkgname}-${pkgver}.tar.gz
-service)
-install=${pkgname}.install
-sha256sums=('43aca956a0beb2c4847feffc847fec2c429ee9afb6252c7a499bbd68933046dd'
-'dbd30435d5f51a92ecef779efa0eabaf56d09a35a18ddd30644d5418beada212')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install install-docs
-
-  install -Dm0644 "$srcdir/$pkgname-$pkgver/examples/chrony.conf.example" 
"$pkgdir/etc/chrony.conf"
-
-  echo -e "\n# Enable kernel RTC sync\nrtcsync" >> "$pkgdir/etc/chrony.conf"
-
-  sed -i '/^! rtconutc$/ s/^! //' "$pkgdir/etc/chrony.conf"
-
-  mv "$pkgdir/usr/sbin/chronyd" "$pkgdir/usr/bin"
-  rmdir "$pkgdir/usr/sbin"
-
-  install -Dm644 "$srcdir/service" 
"$pkgdir/usr/lib/systemd/system/chrony.service"
-
-  chown 183:183 "$pkgdir/var/lib/chrony"
-}

Copied: chrony/repos/community-i686/PKGBUILD (from rev 119779, 
chrony/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-09-29 14:23:55 UTC (rev 119780)
@@ -0,0 +1,53 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Contributor: Daniel Micay 
+# Contributor: Bartłomiej Piotrowski 
+# Contributor: Patrick Leslie Polzer 
+# Contributor: cdhotfire 
+# Contributor: Shinlun Hsieh 
+# Contributor: Elisamuel Resto 
+
+pkgname=chrony
+pkgver=1.30
+pkgrel=6
+pkgdesc='Lightweight NTP client and server'
+arch=('i686' 'x86_64')
+url="http://chrony.tuxfamily.org/";
+options=(strip emptydirs)
+license=('GPL')
+depends=('nss' 'readline' 'libcap')
+backup=('etc/chrony.conf')
+source=(http://download.tuxfamily.org/chrony/${pkgname}-${pkgver}.tar.gz
+service)
+install=${pkgname}.install
+sha256sums=('43aca956a0beb2c4847feffc847fec2c429ee9afb6252c7a499bbd68933046dd'
+'dbd30435d5f51a92ecef779efa0eabaf56d09a35a18ddd30644d5418beada212')
+
+prepare() {
+  cd $pkgname-$pkgver
+  sed -i 's|.pool.ntp.org|.arch.pool.ntp.org|g' examples/chrony.conf.example
+}
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install install-docs
+
+  install -Dm0644 "$srcdir/$pkgname-$pkgver/examples/chrony.conf.example" 
"$pkgdir/etc/chrony.conf"
+
+  echo -e "\n# Enable kernel RTC sync\nrtcsync" >> "$pkgdir/etc/chrony.conf"
+
+  sed -i '/^! rtconutc$/ s/^! //' "$pkgdir/etc/chrony.conf"
+
+  mv "$pkgdir/usr/sbin/chronyd" "$pkgdir/usr/bin"
+  rmdir "$pkgdir/usr/sbin"
+
+  install -Dm644 "$srcdir/service" 
"$pkgdir/usr/lib/systemd/system/chrony.service"
+
+  chown 183:183 "$pkgdi

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

2014-09-29 Thread Sergej Pupykin
Date: Monday, September 29, 2014 @ 16:18:59
  Author: spupykin
Revision: 119778

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-09-29 14:18:42 UTC (rev 119777)
+++ community-i686/PKGBUILD 2014-09-29 14:18:59 UTC (rev 119778)
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Maintainer: Mark Taylor 
-
-pkgname=dzen2
-pkgver=0.9.5git
-pkgrel=4
-arch=(i686 x86_64)
-pkgdesc="X notification utility"
-url="https://github.com/robm/dzen";
-license=("MIT")
-depends=('libx11' 'libxpm' 'libxinerama' 'libxft')
-makedepends=('gcc' 'git')
-source=("$pkgname-$pkgver::git://github.com/robm/dzen")
-md5sums=('SKIP')
-
-prepare() {
-  cd $srcdir/$pkgname-$pkgver
-  sed -i 's|DZEN_XMP|DZEN_XPM|g' main.c
-
-  CFLAGS="$CFLAGS -Wall -Os \${INCS} -DVERSION=\\\"\${VERSION}\\\" 
-DDZEN_XINERAMA -DDZEN_XPM -DDZEN_XFT `pkg-config --cflags xft`"
-  LIBS=" -L/usr/lib -lc -lXft -lXpm -lXinerama -lX11"
-
-  echo "CFLAGS=$CFLAGS" >>config.mk
-  echo "LIBS=$LIBS" >>config.mk
-  echo "LDFLAGS=$LDFLAGS $LIBS" >>config.mk
-}
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  make X11INC=/usr/include X11LIB=/usr/lib
-  (cd gadgets && make X11INC=/usr/include X11LIB=/usr/lib)
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  make PREFIX=/usr MANPREFIX=/usr/man DESTDIR=$pkgdir install
-  (cd gadgets && make PREFIX=/usr MANPREFIX=/usr/man DESTDIR=$pkgdir install)
-  install -Dm0644 LICENSE $pkgdir/usr/share/licenses/dzen2/COPYING
-
-  install -dm0644 $pkgdir/usr/share/doc/dzen2
-  install -m0644 README* $pkgdir/usr/share/doc/dzen2/
-}

Copied: dzen2/repos/community-i686/PKGBUILD (from rev 119777, 
dzen2/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-09-29 14:18:59 UTC (rev 119778)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Maintainer: Mark Taylor 
+
+pkgname=dzen2
+pkgver=0.9.5git
+pkgrel=5
+arch=(i686 x86_64)
+pkgdesc="X notification utility"
+url="https://github.com/robm/dzen";
+license=("MIT")
+depends=('libx11' 'libxpm' 'libxinerama' 'libxft')
+makedepends=('gcc' 'git')
+source=("$pkgname-$pkgver::git://github.com/robm/dzen")
+md5sums=('SKIP')
+
+prepare() {
+  cd $srcdir/$pkgname-$pkgver
+  sed -i 's|DZEN_XMP|DZEN_XPM|g' main.c
+
+  CFLAGS="$CFLAGS -Wall -Os \${INCS} -DVERSION=\\\"\${VERSION}\\\" 
-DDZEN_XINERAMA -DDZEN_XPM -DDZEN_XFT `pkg-config --cflags xft`"
+  LIBS=" -L/usr/lib -lc -lXft -lXpm -lXinerama -lX11"
+
+  echo "CFLAGS=$CFLAGS" >>config.mk
+  echo "LIBS=$LIBS" >>config.mk
+  echo "LDFLAGS=$LDFLAGS $LIBS" >>config.mk
+}
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  make X11INC=/usr/include X11LIB=/usr/lib
+  (cd gadgets && make X11INC=/usr/include X11LIB=/usr/lib)
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make PREFIX=/usr MANPREFIX=/usr/man DESTDIR=$pkgdir install
+  (cd gadgets && make PREFIX=/usr MANPREFIX=/usr/man DESTDIR=$pkgdir install)
+  install -Dm0644 LICENSE $pkgdir/usr/share/licenses/dzen2/COPYING
+
+  install -dm0755 $pkgdir/usr/share/doc/dzen2
+  install -m0644 README* $pkgdir/usr/share/doc/dzen2/
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2014-09-29 14:18:42 UTC (rev 119777)
+++ community-x86_64/PKGBUILD   2014-09-29 14:18:59 UTC (rev 119778)
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Maintainer: Mark Taylor 
-
-pkgname=dzen2
-pkgver=0.9.5git
-pkgrel=4
-arch=(i686 x86_64)
-pkgdesc="X notification utility"
-url="https://github.com/robm/dzen";
-license=("MIT")
-depends=('libx11' 'libxpm' 'libxinerama' 'libxft')
-makedepends=('gcc' 'git')
-source=("$pkgname-$pkgver::git://github.com/robm/dzen")
-md5sums=('SKIP')
-
-prepare() {
-  cd $srcdir/$pkgname-$pkgver
-  sed -i 's|DZEN_XMP|DZEN_XPM|g' main.c
-
-  CFLAGS="$CFLAGS -Wall -Os \${INCS} -DVERSION=\\\"\${VERSION}\\\" 
-DDZEN_XINERAMA -DDZEN_XPM -DDZEN_XFT `pkg-config --cflags xft`"
-  LIBS=" -L/usr/lib -lc -lXft -lXpm -lXinerama -lX11"
-
-  echo "CFLAGS=$CFLAGS" >>config.mk
-  echo "LIBS=$LIBS" >>config.mk
-  echo "LDFLAGS=$LDFLAGS $LIBS" >>config.mk
-}
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  make X11INC=/usr/include X11LIB=/usr/lib
-  (cd gadgets && make X11INC=/usr/include X11LIB=/usr/lib)
-}
-
-pac

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

2014-09-29 Thread Sergej Pupykin
Date: Monday, September 29, 2014 @ 16:18:42
  Author: spupykin
Revision: 119777

upgpkg: dzen2 0.9.5git-5

upd

Modified:
  dzen2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-09-29 14:06:02 UTC (rev 119776)
+++ PKGBUILD2014-09-29 14:18:42 UTC (rev 119777)
@@ -4,7 +4,7 @@
 
 pkgname=dzen2
 pkgver=0.9.5git
-pkgrel=4
+pkgrel=5
 arch=(i686 x86_64)
 pkgdesc="X notification utility"
 url="https://github.com/robm/dzen";
@@ -38,6 +38,6 @@
   (cd gadgets && make PREFIX=/usr MANPREFIX=/usr/man DESTDIR=$pkgdir install)
   install -Dm0644 LICENSE $pkgdir/usr/share/licenses/dzen2/COPYING
 
-  install -dm0644 $pkgdir/usr/share/doc/dzen2
+  install -dm0755 $pkgdir/usr/share/doc/dzen2
   install -m0644 README* $pkgdir/usr/share/doc/dzen2/
 }


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

2014-09-29 Thread Maxime Gauduin
Date: Monday, September 29, 2014 @ 16:06:02
  Author: alucryd
Revision: 119776

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

Added:
  geary/repos/community-i686/PKGBUILD
(from rev 119775, geary/trunk/PKGBUILD)
  geary/repos/community-i686/geary-gtk3.14.patch
(from rev 119775, geary/trunk/geary-gtk3.14.patch)
  geary/repos/community-i686/geary.install
(from rev 119775, geary/trunk/geary.install)
  geary/repos/community-x86_64/PKGBUILD
(from rev 119775, geary/trunk/PKGBUILD)
  geary/repos/community-x86_64/geary-gtk3.14.patch
(from rev 119775, geary/trunk/geary-gtk3.14.patch)
  geary/repos/community-x86_64/geary.install
(from rev 119775, geary/trunk/geary.install)
Deleted:
  geary/repos/community-i686/PKGBUILD
  geary/repos/community-i686/geary.install
  geary/repos/community-x86_64/PKGBUILD
  geary/repos/community-x86_64/geary.install

--+
 /PKGBUILD|   92 +
 /geary.install   |   34 
 community-i686/PKGBUILD  |   38 -
 community-i686/geary-gtk3.14.patch   |   44 +++
 community-i686/geary.install |   17 --
 community-x86_64/PKGBUILD|   38 -
 community-x86_64/geary-gtk3.14.patch |   44 +++
 community-x86_64/geary.install   |   17 --
 8 files changed, 214 insertions(+), 110 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-09-29 14:05:48 UTC (rev 119775)
+++ community-i686/PKGBUILD 2014-09-29 14:06:02 UTC (rev 119776)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin 
-# Contributor : sebikul 
-# Contributor : Massimiliano Torromeo 
-
-pkgname=geary
-pkgver=0.8.0
-pkgrel=1
-pkgdesc='A lightweight email client for the GNOME desktop'
-arch=('i686' 'x86_64')
-url='http://www.yorba.org/projects/geary/'
-license=('GPL3')
-depends=('gnome-keyring' 'gmime' 'libcanberra' 'libgee' 'libnotify' 
'webkitgtk')
-makedepends=('cmake' 'gnome-doc-utils' 'gobject-introspection' 'intltool' 
'vala')
-install="${pkgname}.install"
-source=("https://download.gnome.org/sources/${pkgname}/${pkgver%.?}/${pkgname}-${pkgver}.tar.xz";)
-sha256sums=('4d4c168180d1c5193ba2784902f75b90b9c13d674204da4014e70d5bee14bd48')
-
-build() {
-  cd ${pkgname}-${pkgver}
-
-  if [[ -d build ]]; then
-rm -rf build
-  fi
-  mkdir build && cd build
-
-  cmake .. -DCMAKE_INSTALL_PREFIX='/usr' \
-   -D{DESKTOP_UPDATE,GSETTINGS_COMPILE{,_IN_PLACE},ICON_UPDATE}='FALSE'
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}/build
-
-  make DESTDIR="${pkgdir}" install
-}
-
-# vim: ts=2 sw=2 et:

Copied: geary/repos/community-i686/PKGBUILD (from rev 119775, 
geary/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-09-29 14:06:02 UTC (rev 119776)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Maxime Gauduin 
+# Contributor : sebikul 
+# Contributor : Massimiliano Torromeo 
+
+pkgname=geary
+pkgver=0.8.0
+pkgrel=2
+pkgdesc='A lightweight email client for the GNOME desktop'
+arch=('i686' 'x86_64')
+url='http://www.yorba.org/projects/geary/'
+license=('GPL3')
+depends=('gnome-keyring' 'gmime' 'libcanberra' 'libgee' 'libnotify' 
'webkitgtk')
+makedepends=('cmake' 'gnome-doc-utils' 'gobject-introspection' 'intltool' 
'vala')
+install='geary.install'
+source=("https://download.gnome.org/sources/geary/${pkgver%.?}/geary-${pkgver}.tar.xz";
+'geary-gtk3.14.patch')
+sha256sums=('4d4c168180d1c5193ba2784902f75b90b9c13d674204da4014e70d5bee14bd48'
+'2a90d4cfe33c8317090e2908ff135d58ce99fc0070fda121bd85a3ebf39880c4')
+
+prepare() {
+  cd geary-${pkgver}
+
+  patch -Np1 -i ../geary-gtk3.14.patch
+}
+
+build() {
+  cd geary-${pkgver}
+
+  if [[ -d build ]]; then
+rm -rf build
+  fi
+  mkdir build && cd build
+
+  cmake .. -DCMAKE_INSTALL_PREFIX='/usr' \
+   -D{DESKTOP_UPDATE,GSETTINGS_COMPILE{,_IN_PLACE},ICON_UPDATE}='FALSE'
+  make
+}
+
+package() {
+  cd geary-${pkgver}/build
+
+  make DESTDIR="${pkgdir}" install
+}
+
+# vim: ts=2 sw=2 et:

Copied: geary/repos/community-i686/geary-gtk3.14.patch (from rev 119775, 
geary/trunk/geary-gtk3.14.patch)
===
--- community-i686/geary-gtk3.14.patch  (rev 0)
+++ community-i686/geary-gtk3.14.patch  2014-09-29 14:06:02 UTC (rev 119776)
@@ -0,0 +1,44 @@
+From f1fc86f2dbd1ca6b10296744b88267d18d7a25e7 Mon Sep 17 00:00:00 2001
+From: Matthias Clasen 
+Date: Thu, 25 Sep 2014 16:46:59 -0700
+Subject: Fix toolbar icon size in GTK+ 3.14: Bug #732065
+
+By setting the icon pixel size, that forces GTK+ to load images
+installed in our locations rather than the theme's.
+
+diff --git a/THANKS b/THANKS
+index 007ab81..f35d8ad 100644
+--- 

[arch-commits] Commit in geary/trunk (PKGBUILD geary-gtk3.14.patch)

2014-09-29 Thread Maxime Gauduin
Date: Monday, September 29, 2014 @ 16:05:48
  Author: alucryd
Revision: 119775

FS#42163: geary 0.8.0-2

Added:
  geary/trunk/geary-gtk3.14.patch
Modified:
  geary/trunk/PKGBUILD

-+
 PKGBUILD|   22 +++---
 geary-gtk3.14.patch |   44 
 2 files changed, 59 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-09-29 11:50:17 UTC (rev 119774)
+++ PKGBUILD2014-09-29 14:05:48 UTC (rev 119775)
@@ -1,11 +1,11 @@
 # $Id$
-# Maintainer: Maxime Gauduin 
+# Maintainer: Maxime Gauduin 
 # Contributor : sebikul 
 # Contributor : Massimiliano Torromeo 
 
 pkgname=geary
 pkgver=0.8.0
-pkgrel=1
+pkgrel=2
 pkgdesc='A lightweight email client for the GNOME desktop'
 arch=('i686' 'x86_64')
 url='http://www.yorba.org/projects/geary/'
@@ -12,12 +12,20 @@
 license=('GPL3')
 depends=('gnome-keyring' 'gmime' 'libcanberra' 'libgee' 'libnotify' 
'webkitgtk')
 makedepends=('cmake' 'gnome-doc-utils' 'gobject-introspection' 'intltool' 
'vala')
-install="${pkgname}.install"
-source=("https://download.gnome.org/sources/${pkgname}/${pkgver%.?}/${pkgname}-${pkgver}.tar.xz";)
-sha256sums=('4d4c168180d1c5193ba2784902f75b90b9c13d674204da4014e70d5bee14bd48')
+install='geary.install'
+source=("https://download.gnome.org/sources/geary/${pkgver%.?}/geary-${pkgver}.tar.xz";
+'geary-gtk3.14.patch')
+sha256sums=('4d4c168180d1c5193ba2784902f75b90b9c13d674204da4014e70d5bee14bd48'
+'2a90d4cfe33c8317090e2908ff135d58ce99fc0070fda121bd85a3ebf39880c4')
 
+prepare() {
+  cd geary-${pkgver}
+
+  patch -Np1 -i ../geary-gtk3.14.patch
+}
+
 build() {
-  cd ${pkgname}-${pkgver}
+  cd geary-${pkgver}
 
   if [[ -d build ]]; then
 rm -rf build
@@ -30,7 +38,7 @@
 }
 
 package() {
-  cd ${pkgname}-${pkgver}/build
+  cd geary-${pkgver}/build
 
   make DESTDIR="${pkgdir}" install
 }

Added: geary-gtk3.14.patch
===
--- geary-gtk3.14.patch (rev 0)
+++ geary-gtk3.14.patch 2014-09-29 14:05:48 UTC (rev 119775)
@@ -0,0 +1,44 @@
+From f1fc86f2dbd1ca6b10296744b88267d18d7a25e7 Mon Sep 17 00:00:00 2001
+From: Matthias Clasen 
+Date: Thu, 25 Sep 2014 16:46:59 -0700
+Subject: Fix toolbar icon size in GTK+ 3.14: Bug #732065
+
+By setting the icon pixel size, that forces GTK+ to load images
+installed in our locations rather than the theme's.
+
+diff --git a/THANKS b/THANKS
+index 007ab81..f35d8ad 100644
+--- a/THANKS
 b/THANKS
+@@ -5,6 +5,7 @@ Jürg Billeter 
+ Yosef Or Boczko 
+ Martijn Braam 
+ Attila Bukor 
++Matthias Clasen 
+ Andrea Corbellini 
+ Sergey Shnatsel Davidoff 
+ Joanmarie Diggs 
+diff --git a/src/client/components/pill-toolbar.vala 
b/src/client/components/pill-toolbar.vala
+index 498236c..1c9a1a9 100644
+--- a/src/client/components/pill-toolbar.vala
 b/src/client/components/pill-toolbar.vala
+@@ -38,8 +38,14 @@ public interface PillBar : Gtk.Container {
+ b.related_action = action_group.get_action(action_name);
+ b.tooltip_text = b.related_action.tooltip;
+ b.related_action.notify["tooltip"].connect(() => { b.tooltip_text = 
b.related_action.tooltip; });
+-b.image = new Gtk.Image.from_icon_name(icon_name != null ? icon_name :
++
++// set pixel size to force GTK+ to load our images from our installed 
directory, not the theme
++// directory
++Gtk.Image image = new Gtk.Image.from_icon_name(icon_name != null ? 
icon_name :
+ b.related_action.icon_name, Gtk.IconSize.MENU);
++image.set_pixel_size(16);
++b.image = image;
++
+ // Unity buttons are a bit tight
+ #if ENABLE_UNITY
+ b.image.margin = b.image.margin + 4;
+-- 
+cgit v0.10.1
+
+


Property changes on: geary/trunk/geary-gtk3.14.patch
___
Added: svn:executable
## -0,0 +1 ##
+*
\ No newline at end of property


[arch-commits] Commit in geogebra/repos/community-any (8 files)

2014-09-29 Thread Evgeniy Alekseev
Date: Monday, September 29, 2014 @ 13:50:17
  Author: arcanis
Revision: 119774

archrelease: copy trunk to community-any

Added:
  geogebra/repos/community-any/ChangeLog
(from rev 119773, geogebra/trunk/ChangeLog)
  geogebra/repos/community-any/PKGBUILD
(from rev 119773, geogebra/trunk/PKGBUILD)
  geogebra/repos/community-any/geogebra
(from rev 119773, geogebra/trunk/geogebra)
  geogebra/repos/community-any/geogebra.install
(from rev 119773, geogebra/trunk/geogebra.install)
Deleted:
  geogebra/repos/community-any/ChangeLog
  geogebra/repos/community-any/PKGBUILD
  geogebra/repos/community-any/geogebra
  geogebra/repos/community-any/geogebra.install

--+
 ChangeLog|   37 ---
 PKGBUILD |   82 ++---
 geogebra |   14 -
 geogebra.install |   28 +-
 4 files changed, 82 insertions(+), 79 deletions(-)

Deleted: ChangeLog
===
--- ChangeLog   2014-09-29 11:49:37 UTC (rev 119773)
+++ ChangeLog   2014-09-29 11:50:17 UTC (rev 119774)
@@ -1,17 +0,0 @@
-5.0.7.0-1:
-upstream update
-
-5.0.4.0-1:
-upstream update
-
-4.4.45.0-1:
-upstream update
-
-4.4.44.0-1:
-upstream update
-
-4.4.43.0-1:
-upstream update
-
-4.4.42.0-1:
-upstream update

Copied: geogebra/repos/community-any/ChangeLog (from rev 119773, 
geogebra/trunk/ChangeLog)
===
--- ChangeLog   (rev 0)
+++ ChangeLog   2014-09-29 11:50:17 UTC (rev 119774)
@@ -0,0 +1,20 @@
+5.0.8.0-1:
+upstream update
+
+5.0.7.0-1:
+upstream update
+
+5.0.4.0-1:
+upstream update
+
+4.4.45.0-1:
+upstream update
+
+4.4.44.0-1:
+upstream update
+
+4.4.43.0-1:
+upstream update
+
+4.4.42.0-1:
+upstream update

Deleted: PKGBUILD
===
--- PKGBUILD2014-09-29 11:49:37 UTC (rev 119773)
+++ PKGBUILD2014-09-29 11:50:17 UTC (rev 119774)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Evgeniy Alekseev 
-# Contributor: Bartłomiej Piotrowski 
-# Contributor: Felipe Hommen 
-# Contributor: moostik 
-
-pkgname=geogebra
-pkgver=5.0.7.0
-pkgrel=1
-pkgdesc="Dynamic mathematics software with interactive graphics, algebra and 
spreadsheet"
-arch=('any')
-url='http://www.geogebra.org/'
-license=('GPL3' 'CCPL:by-sa' 'CCPL:by-nc')
-depends=('desktop-file-utils' 'gsl' 'hicolor-icon-theme' 'java-runtime'
- 'shared-mime-info' 'xdg-utils')
-makedepends=('gendesk')
-source=(http://download.geogebra.org/installers/5.0/GeoGebra-Linux-Portable-${pkgver}.tar.bz2
-geogebra)
-install=geogebra.install
-md5sums=('19e77e24842417cddf7edacab4be5bc4'
- '167a8f9368eb4e27b1f339796f0c091a')
-changelog=ChangeLog
-
-prepare() {
-  gendesk -f -n --pkgname "${pkgname}" --pkgdesc "${pkgdesc}" \
-  --name="GeoGebra" \
-  --categories="Education;Science;Math" \
-  
--mimetypes="application/vnd.geogebra.file;application/vnd.geogebra.tool"
-}
-
-package() {
-  cd "GeoGebra-Linux-Portable-${pkgver}"
-
-  install -Dm755 "${srcdir}/geogebra" "${pkgdir}/usr/bin/geogebra"
-  install -dm755 "${pkgdir}/usr/share/geogebra"
-  install "geogebra/"* -t "${pkgdir}/usr/share/geogebra/"
-
-  install -Dm644 "${srcdir}/geogebra.desktop" 
"${pkgdir}/usr/share/applications/geogebra.desktop"
-  install -Dm644 "geogebra.png" "${pkgdir}/usr/share/pixmaps/geogebra.png"
-}
-

Copied: geogebra/repos/community-any/PKGBUILD (from rev 119773, 
geogebra/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-09-29 11:50:17 UTC (rev 119774)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Evgeniy Alekseev 
+# Contributor: Bartłomiej Piotrowski 
+# Contributor: Felipe Hommen 
+# Contributor: moostik 
+
+pkgname=geogebra
+pkgver=5.0.8.0
+pkgrel=1
+pkgdesc="Dynamic mathematics software with interactive graphics, algebra and 
spreadsheet"
+arch=('any')
+url='http://www.geogebra.org/'
+license=('GPL3' 'CCPL:by-sa' 'CCPL:by-nc')
+depends=('desktop-file-utils' 'gsl' 'hicolor-icon-theme' 'java-runtime'
+ 'shared-mime-info' 'xdg-utils')
+makedepends=('gendesk')
+source=(http://download.geogebra.org/installers/5.0/GeoGebra-Linux-Portable-${pkgver}.tar.bz2
+geogebra)
+install=geogebra.install
+md5sums=('b344c0b069f18d0c054982a1f07f0973'
+ '167a8f9368eb4e27b1f339796f0c091a')
+changelog=ChangeLog
+
+prepare() {
+  gendesk -f -n --pkgname "${pkgname}" --pkgdesc "${pkgdesc}" \
+  --name="GeoGebra" \
+  --categories="Education;Science;Math" \
+  
--mimetypes="application/vnd.geogebra.file;application/vnd.geogebra.tool"
+}
+
+package() {
+  cd "GeoGebra-Linux-Portable-${pkgver}"
+
+  install -Dm755 "${srcdir}/geogebra" "${pkgdir}/usr/bin/geogebra"
+  install -dm755 "${pkgdir}/usr/share/geogebra"
+  install "geogebra/"* -t "${pkgdir}/usr/share/ge

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

2014-09-29 Thread Evgeniy Alekseev
Date: Monday, September 29, 2014 @ 13:49:37
  Author: arcanis
Revision: 119773

upgpkg: geogebra 5.0.8.0-1

Modified:
  geogebra/trunk/ChangeLog
  geogebra/trunk/PKGBUILD

---+
 ChangeLog |3 +++
 PKGBUILD  |4 ++--
 2 files changed, 5 insertions(+), 2 deletions(-)

Modified: ChangeLog
===
--- ChangeLog   2014-09-29 11:27:11 UTC (rev 119772)
+++ ChangeLog   2014-09-29 11:49:37 UTC (rev 119773)
@@ -1,3 +1,6 @@
+5.0.8.0-1:
+upstream update
+
 5.0.7.0-1:
 upstream update
 

Modified: PKGBUILD
===
--- PKGBUILD2014-09-29 11:27:11 UTC (rev 119772)
+++ PKGBUILD2014-09-29 11:49:37 UTC (rev 119773)
@@ -5,7 +5,7 @@
 # Contributor: moostik 
 
 pkgname=geogebra
-pkgver=5.0.7.0
+pkgver=5.0.8.0
 pkgrel=1
 pkgdesc="Dynamic mathematics software with interactive graphics, algebra and 
spreadsheet"
 arch=('any')
@@ -17,7 +17,7 @@
 
source=(http://download.geogebra.org/installers/5.0/GeoGebra-Linux-Portable-${pkgver}.tar.bz2
 geogebra)
 install=geogebra.install
-md5sums=('19e77e24842417cddf7edacab4be5bc4'
+md5sums=('b344c0b069f18d0c054982a1f07f0973'
  '167a8f9368eb4e27b1f339796f0c091a')
 changelog=ChangeLog
 


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

2014-09-29 Thread Sergej Pupykin
Date: Monday, September 29, 2014 @ 13:27:11
  Author: spupykin
Revision: 119772

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

Added:
  libvirt/repos/community-i686/PKGBUILD
(from rev 119771, libvirt/trunk/PKGBUILD)
  libvirt/repos/community-i686/libvirt.install
(from rev 119771, libvirt/trunk/libvirt.install)
  libvirt/repos/community-i686/libvirt.tmpfiles.d
(from rev 119771, libvirt/trunk/libvirt.tmpfiles.d)
  libvirt/repos/community-i686/libvirtd-guests.conf.d
(from rev 119771, libvirt/trunk/libvirtd-guests.conf.d)
  libvirt/repos/community-i686/libvirtd.conf.d
(from rev 119771, libvirt/trunk/libvirtd.conf.d)
  libvirt/repos/community-x86_64/PKGBUILD
(from rev 119771, libvirt/trunk/PKGBUILD)
  libvirt/repos/community-x86_64/libvirt.install
(from rev 119771, libvirt/trunk/libvirt.install)
  libvirt/repos/community-x86_64/libvirt.tmpfiles.d
(from rev 119771, libvirt/trunk/libvirt.tmpfiles.d)
  libvirt/repos/community-x86_64/libvirtd-guests.conf.d
(from rev 119771, libvirt/trunk/libvirtd-guests.conf.d)
  libvirt/repos/community-x86_64/libvirtd.conf.d
(from rev 119771, libvirt/trunk/libvirtd.conf.d)
Deleted:
  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/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   |  248 ++
 /libvirt.install|   30 +++
 /libvirt.tmpfiles.d |8 
 /libvirtd-guests.conf.d |   18 ++
 /libvirtd.conf.d|2 
 community-i686/PKGBUILD |  120 --
 community-i686/libvirt.install  |   15 -
 community-i686/libvirt.tmpfiles.d   |4 
 community-i686/libvirtd-guests.conf.d   |   11 -
 community-i686/libvirtd.conf.d  |3 
 community-x86_64/PKGBUILD   |  120 --
 community-x86_64/libvirt.install|   15 -
 community-x86_64/libvirt.tmpfiles.d |4 
 community-x86_64/libvirtd-guests.conf.d |   11 -
 community-x86_64/libvirtd.conf.d|3 
 15 files changed, 306 insertions(+), 306 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-09-29 11:26:51 UTC (rev 119771)
+++ community-i686/PKGBUILD 2014-09-29 11:27:11 UTC (rev 119772)
@@ -1,120 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Contributor: Jonathan Wiersma 
-
-pkgname=libvirt
-pkgver=1.2.8
-pkgrel=1
-pkgdesc="API for controlling virtualization engines 
(openvz,kvm,qemu,virtualbox,xen,etc)"
-arch=('i686' 'x86_64')
-url="http://libvirt.org/";
-license=('LGPL')
-depends=('e2fsprogs' 'gnutls' 'iptables' 'libxml2' 'parted' 'polkit' 'python2'
-'avahi' 'yajl' 'libpciaccess' 'udev' 'dbus-core' 'libxau' 'libxdmcp' 
'libpcap'
-'curl' 'libsasl' 'libgcrypt' 'libgpg-error' 'openssl' 'libxcb' 
'gcc-libs'
-'iproute2' 'libnl' 'libx11' 'numactl' 'gettext')
-   # 'audit'
-makedepends=('pkgconfig' 'lvm2' 'linux-api-headers' 'dnsmasq' 'lxc' 'libiscsi' 
'open-iscsi')
-optdepends=('bridge-utils: for briged networking (default)'
-   'dnsmasq: for NAT/DHCP for guests'
-   'openbsd-netcat: for remote management over ssh'
-   'qemu'
-   'radvd'
-   'dmidecode'
-   'ebtables: for networking'
-   'pm-utils: host power management')
-options=('emptydirs')
-backup=('etc/conf.d/libvirt-guests'
-   'etc/conf.d/libvirtd'
-   'etc/libvirt/libvirt.conf'
-   'etc/libvirt/libvirtd.conf'
-   'etc/libvirt/lxc.conf'
-   'etc/libvirt/nwfilter/allow-arp.xml'
-   'etc/libvirt/nwfilter/allow-dhcp-server.xml'
-   'etc/libvirt/nwfilter/allow-dhcp.xml'
-   'etc/libvirt/nwfilter/allow-incoming-ipv4.xml'
-   'etc/libvirt/nwfilter/allow-ipv4.xml'
-   'etc/libvirt/nwfilter/clean-traffic.xml'
-   'etc/libvirt/nwfilter/no-arp-ip-spoofing.xml'
-   'etc/libvirt/nwfilter/no-arp-mac-spoofing.xml'
-   'etc/libvirt/nwfilter/no-arp-spoofing.xml'
-   'etc/libvirt/nwfilter/no-ip-multicast.xml'
-   'etc/libvirt/nwfilter/no-ip-spoofing.xml'
-   'etc/libvirt/nwfilter/no-mac-broadcast.xml'
-   'etc/libvirt/nwfilter/no-mac-spoofing.xml'
-   'etc/libvirt/nwfilter/no-other-l2-traffic.xml'
-   'etc/libvirt/nwfilter/no-other-rarp-traffic.xml'
-   'etc/libvirt/nwfilter/qemu-announce-self-rarp.xml'
-   'etc/libvirt/nwfilter/qemu-announce-self.xml'
-   'etc/libvirt/qemu-lockd.conf'
-   'etc/libvirt/qemu.conf'
-

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

2014-09-29 Thread Sergej Pupykin
Date: Monday, September 29, 2014 @ 13:26:51
  Author: spupykin
Revision: 119771

upgpkg: libvirt 1.2.8-2

upd

Modified:
  libvirt/trunk/PKGBUILD
  libvirt/trunk/libvirtd-guests.conf.d
  libvirt/trunk/libvirtd.conf.d

+
 PKGBUILD   |   11 +++
 libvirtd-guests.conf.d |   20 +---
 libvirtd.conf.d|4 +---
 3 files changed, 17 insertions(+), 18 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-09-29 10:57:38 UTC (rev 119770)
+++ PKGBUILD2014-09-29 11:26:51 UTC (rev 119771)
@@ -4,7 +4,7 @@
 
 pkgname=libvirt
 pkgver=1.2.8
-pkgrel=1
+pkgrel=2
 pkgdesc="API for controlling virtualization engines 
(openvz,kvm,qemu,virtualbox,xen,etc)"
 arch=('i686' 'x86_64')
 url="http://libvirt.org/";
@@ -59,12 +59,14 @@
'etc/sasl2/libvirt.conf')
 install="libvirt.install"
 source=("http://libvirt.org/sources/$pkgname-$pkgver.tar.gz";
+   
"3e745e8f775dfe6f64f18b5c2fe4791b35d3546b.patch::http://libvirt.org/git/?p=libvirt.git;a=patch;h=3e745e8f775dfe6f64f18b5c2fe4791b35d3546b";
libvirtd.conf.d
libvirtd-guests.conf.d
libvirt.tmpfiles.d)
 md5sums=('75114991290f7c8f01dd5223431b9c00'
- '3ed0e24f5b5e25bf553f5427d64915e6'
- '0a96ed876ffb1fcb9dff5a9b3a609c1e'
+ '695e138afb1edf31bb650d4ecf2bdfe8'
+ '5e31269067dbd12ca871234450bb66bb'
+ '384fff96c6248d4f020f6fa66c32b357'
  '020971887442ebbf1b6949e031c8dd3f')
 
 prepare() {
@@ -75,6 +77,8 @@
 sed -i 's_#!.*/usr/bin/env.*python_#!/usr/bin/env python2_' $file
   done
 
+  patch -p1 <$srcdir/3e745e8f775dfe6f64f18b5c2fe4791b35d3546b.patch
+
   sed -i 's|/sysconfig/|/conf.d/|g' \
 daemon/libvirtd.service.in \
 tools/{libvirt-guests.service,libvirt-guests.sh,virt-pki-validate}.in \
@@ -118,4 +122,3 @@
"$pkgdir"/etc/sysconfig \
"$pkgdir"/etc/rc.d
 }
-

Modified: libvirtd-guests.conf.d
===
--- libvirtd-guests.conf.d  2014-09-29 10:57:38 UTC (rev 119770)
+++ libvirtd-guests.conf.d  2014-09-29 11:26:51 UTC (rev 119771)
@@ -1,11 +1,9 @@
-LIBVIRTD_STOP_ACTION=suspend
-
-#LIBVIRTD_URI="-c qemu+ssh://user@host/system"
-LIBVIRTD_URI=""
-
-#LIBVIRTD_BYPASS_CACHE="--bypass-cache"
-LIBVIRTD_BYPASS_CACHE=""
-
-LIBVIRTD_START_DELAY=0
-
-LIBVIRTD_SHUTDOWN_TIMEOUT=60
+BYPASS_CACHE=0
+CONNECT_RETRIES=10
+ON_BOOT=start
+ON_SHUTDOWN=suspend
+PARALLEL_SHUTDOWN=0
+RETRIES_SLEEP=1
+SHUTDOWN_TIMEOUT=300
+START_DELAY=0
+URIS=default

Modified: libvirtd.conf.d
===
--- libvirtd.conf.d 2014-09-29 10:57:38 UTC (rev 119770)
+++ libvirtd.conf.d 2014-09-29 11:26:51 UTC (rev 119771)
@@ -1,3 +1 @@
-LIBVIRTD_CONFIG="/etc/libvirt/libvirtd.conf"
-LIBVIRTD_ARGS="-p /var/run/libvirtd.pid"
-KRB5_KTNAME="/etc/libvirt/krb5.tab"
+LIBVIRTD_ARGS=""


  1   2   >