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

2015-05-09 Thread Giovanni Scafora
Date: Sunday, May 10, 2015 @ 08:34:56
  Author: giovanni
Revision: 238792

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

Added:
  live-media/repos/extra-i686/PKGBUILD
(from rev 238791, live-media/trunk/PKGBUILD)
  live-media/repos/extra-x86_64/PKGBUILD
(from rev 238791, live-media/trunk/PKGBUILD)
Deleted:
  live-media/repos/extra-i686/PKGBUILD
  live-media/repos/extra-x86_64/PKGBUILD

---+
 /PKGBUILD |   78 
 extra-i686/PKGBUILD   |   39 
 extra-x86_64/PKGBUILD |   39 
 3 files changed, 78 insertions(+), 78 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-05-10 06:34:47 UTC (rev 238791)
+++ extra-i686/PKGBUILD 2015-05-10 06:34:56 UTC (rev 238792)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora 
-# Contributor: Gilles CHAUVIN 
-
-pkgname=live-media
-pkgver=2015.04.01
-pkgrel=1
-pkgdesc="A set of C++ libraries for multimedia streaming"
-arch=('i686' 'x86_64')
-license=('LGPL')
-url="http://live555.com/liveMedia";
-depends=('gcc-libs')
-options=('staticlibs')
-source=("http://live555.com/liveMedia/public/live.${pkgver}.tar.gz";)
-md5sums=('47e41e42911fbe20cd4dc3cf8ffdae4a')
-
-build() {
-  cd ${srcdir}/live
-
-  sed \
-  -e 's/$(INCLUDES) -I. -O2 -DSOCKLEN_T/$(INCLUDES) -I. -O2 -I. -fPIC 
-DRTSPCLIENT_SYNCHRONOUS_INTERFACE=1 -DSOCKLEN_T/g' \
-  -i config.linux
-  ./genMakefiles linux
-  make
-}
-
-package() {
-  cd ${srcdir}/live
-
-  for dir in BasicUsageEnvironment groupsock liveMedia UsageEnvironment; do
-install -dm755 ${pkgdir}/usr/{bin,lib,include/${dir}}
-install -m644 ${dir}/*.a "${pkgdir}/usr/lib"
-install -m644 ${dir}/include/*.h* "${pkgdir}/usr/include/${dir}"
-  done
-
-  for testprog in `find testProgs -type f -perm 755`; do
-install ${testprog} "${pkgdir}/usr/bin"
-  done
-}

Copied: live-media/repos/extra-i686/PKGBUILD (from rev 238791, 
live-media/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-05-10 06:34:56 UTC (rev 238792)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Giovanni Scafora 
+# Contributor: Gilles CHAUVIN 
+
+pkgname=live-media
+pkgver=2015.05.03
+pkgrel=1
+pkgdesc="A set of C++ libraries for multimedia streaming"
+arch=('i686' 'x86_64')
+license=('LGPL')
+url="http://live555.com/liveMedia";
+depends=('gcc-libs')
+options=('staticlibs')
+source=("http://live555.com/liveMedia/public/live.${pkgver}.tar.gz";)
+md5sums=('8cb387709fac7e724a5ac944c264dd54')
+
+build() {
+  cd ${srcdir}/live
+
+  sed \
+  -e 's/$(INCLUDES) -I. -O2 -DSOCKLEN_T/$(INCLUDES) -I. -O2 -I. -fPIC 
-DRTSPCLIENT_SYNCHRONOUS_INTERFACE=1 -DSOCKLEN_T/g' \
+  -i config.linux
+  ./genMakefiles linux
+  make
+}
+
+package() {
+  cd ${srcdir}/live
+
+  for dir in BasicUsageEnvironment groupsock liveMedia UsageEnvironment; do
+install -dm755 ${pkgdir}/usr/{bin,lib,include/${dir}}
+install -m644 ${dir}/*.a "${pkgdir}/usr/lib"
+install -m644 ${dir}/include/*.h* "${pkgdir}/usr/include/${dir}"
+  done
+
+  for testprog in `find testProgs -type f -perm 755`; do
+install ${testprog} "${pkgdir}/usr/bin"
+  done
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2015-05-10 06:34:47 UTC (rev 238791)
+++ extra-x86_64/PKGBUILD   2015-05-10 06:34:56 UTC (rev 238792)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora 
-# Contributor: Gilles CHAUVIN 
-
-pkgname=live-media
-pkgver=2015.04.01
-pkgrel=1
-pkgdesc="A set of C++ libraries for multimedia streaming"
-arch=('i686' 'x86_64')
-license=('LGPL')
-url="http://live555.com/liveMedia";
-depends=('gcc-libs')
-options=('staticlibs')
-source=("http://live555.com/liveMedia/public/live.${pkgver}.tar.gz";)
-md5sums=('47e41e42911fbe20cd4dc3cf8ffdae4a')
-
-build() {
-  cd ${srcdir}/live
-
-  sed \
-  -e 's/$(INCLUDES) -I. -O2 -DSOCKLEN_T/$(INCLUDES) -I. -O2 -I. -fPIC 
-DRTSPCLIENT_SYNCHRONOUS_INTERFACE=1 -DSOCKLEN_T/g' \
-  -i config.linux
-  ./genMakefiles linux
-  make
-}
-
-package() {
-  cd ${srcdir}/live
-
-  for dir in BasicUsageEnvironment groupsock liveMedia UsageEnvironment; do
-install -dm755 ${pkgdir}/usr/{bin,lib,include/${dir}}
-install -m644 ${dir}/*.a "${pkgdir}/usr/lib"
-install -m644 ${dir}/include/*.h* "${pkgdir}/usr/include/${dir}"
-  done
-
-  for testprog in `find testProgs -type f -perm 755`; do
-install ${testprog} "${pkgdir}/usr/bin"
-  done
-}

Copied: live-media/repos/extra-x86_64/PKGBUILD (from rev 238791, 
live-media/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2015-05-10 06:34:56 UTC (rev 238792)
@@ -0,0 +1,39 @@

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

2015-05-09 Thread Giovanni Scafora
Date: Sunday, May 10, 2015 @ 08:34:47
  Author: giovanni
Revision: 238791

upgpkg: live-media 2015.05.03-1

upstream release

Modified:
  live-media/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-05-10 06:20:33 UTC (rev 238790)
+++ PKGBUILD2015-05-10 06:34:47 UTC (rev 238791)
@@ -3,7 +3,7 @@
 # Contributor: Gilles CHAUVIN 
 
 pkgname=live-media
-pkgver=2015.04.01
+pkgver=2015.05.03
 pkgrel=1
 pkgdesc="A set of C++ libraries for multimedia streaming"
 arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@
 depends=('gcc-libs')
 options=('staticlibs')
 source=("http://live555.com/liveMedia/public/live.${pkgver}.tar.gz";)
-md5sums=('47e41e42911fbe20cd4dc3cf8ffdae4a')
+md5sums=('8cb387709fac7e724a5ac944c264dd54')
 
 build() {
   cd ${srcdir}/live


[arch-commits] Commit in xf86-video-siliconmotion/repos (6 files)

2015-05-09 Thread Andreas Radke
Date: Sunday, May 10, 2015 @ 08:18:11
  Author: andyrtr
Revision: 238786

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

Added:
  xf86-video-siliconmotion/repos/extra-i686/PKGBUILD
(from rev 238785, xf86-video-siliconmotion/trunk/PKGBUILD)
  xf86-video-siliconmotion/repos/extra-x86_64/PKGBUILD
(from rev 238785, xf86-video-siliconmotion/trunk/PKGBUILD)
Deleted:
  xf86-video-siliconmotion/repos/extra-i686/PKGBUILD
  xf86-video-siliconmotion/repos/extra-i686/git-fixes.patch
  xf86-video-siliconmotion/repos/extra-x86_64/PKGBUILD
  xf86-video-siliconmotion/repos/extra-x86_64/git-fixes.patch

--+
 /PKGBUILD|   64 +
 extra-i686/PKGBUILD  |   37 -
 extra-i686/git-fixes.patch   |  153 -
 extra-x86_64/PKGBUILD|   37 -
 extra-x86_64/git-fixes.patch |  153 -
 5 files changed, 64 insertions(+), 380 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-05-10 06:17:58 UTC (rev 238785)
+++ extra-i686/PKGBUILD 2015-05-10 06:18:11 UTC (rev 238786)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot 
-# Contributor: Alexander Baldeck 
-
-pkgname=xf86-video-siliconmotion
-pkgver=1.7.7
-pkgrel=6
-pkgdesc="X.org siliconmotion video driver"
-arch=(i686 x86_64)
-url="http://xorg.freedesktop.org/";
-license=('custom')
-depends=('glibc')
-makedepends=('xorg-server-devel' 'X-ABI-VIDEODRV_VERSION=19')
-conflicts=('xorg-server<1.16' 'X-ABI-VIDEODRV_VERSION<19' 
'X-ABI-VIDEODRV_VERSION>=20')
-groups=('xorg-drivers' 'xorg')
-source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2 
git-fixes.patch)
-sha256sums=('87b8b59d43945d4fc8012860c0bd9aed42c4684a943355c607b8eb8d6710c3aa'
-'da4c149720e628eb808b2de86ff1ce7010622455d92dcd31026a9653a2213f08')
-
-prepare() {
-  cd ${pkgname}-${pkgver}
-  patch -Np1 -i ../git-fixes.patch
-}
-
-build() {
-  cd ${pkgname}-${pkgver}
-  ./configure --prefix=/usr
-  make
-}
-
-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: xf86-video-siliconmotion/repos/extra-i686/PKGBUILD (from rev 238785, 
xf86-video-siliconmotion/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-05-10 06:18:11 UTC (rev 238786)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Jan de Groot 
+# Contributor: Alexander Baldeck 
+
+pkgname=xf86-video-siliconmotion
+pkgver=1.7.8
+pkgrel=1
+pkgdesc="X.org siliconmotion video driver"
+arch=(i686 x86_64)
+url="http://xorg.freedesktop.org/";
+license=('custom')
+depends=('glibc')
+makedepends=('xorg-server-devel' 'X-ABI-VIDEODRV_VERSION=19')
+conflicts=('xorg-server<1.16' 'X-ABI-VIDEODRV_VERSION<19' 
'X-ABI-VIDEODRV_VERSION>=20')
+groups=('xorg-drivers' 'xorg')
+source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2{,.sig})
+sha256sums=('e9d449a9fd9e58b4e018447b6c64005f7874cffb1777e513ac9fc41a86071beb'
+'SKIP')
+validpgpkeys=('7B27A3F1A6E18CD9588B4AE8310180050905E40C') # Julien Cristau 

+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+  install -m755 -d "${pkgdir}/usr/share/licenses/${pkgname}"
+  install -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/"
+}

Deleted: extra-i686/git-fixes.patch
===
--- extra-i686/git-fixes.patch  2015-05-10 06:17:58 UTC (rev 238785)
+++ extra-i686/git-fixes.patch  2015-05-10 06:18:11 UTC (rev 238786)
@@ -1,153 +0,0 @@
-From f19d7e463c30f1364e82e8c9f87b8a8407d53680 Mon Sep 17 00:00:00 2001
-From: Adam Jackson 
-Date: Wed, 9 Jan 2013 22:59:39 -0500
-Subject: Remove miInitializeBackingStore()
-
-Signed-off-by: Adam Jackson 
-
-diff --git a/src/smi_driver.c b/src/smi_driver.c
-index 4794571..134db79 100644
 a/src/smi_driver.c
-+++ b/src/smi_driver.c
-@@ -1750,8 +1750,6 @@ SMI_ScreenInit(SCREEN_INIT_ARGS_DECL)
-  "Done writing mode.  Register dump:\n");
- SMI_PrintRegs(pScrn);
- 
--miInitializeBackingStore(pScreen);
--
- #ifdef HAVE_XMODES
- xf86DiDGAInit(pScreen, (unsigned long)(pSmi->FBBase + pScrn->fbOffset));
- #endif
--- 
-cgit v0.10.2
-From 9b563415326e02f0b89f716c29b2fc22f393fb96 Mon Sep 17 00:00:00 2001
-From: Adam Jackson 
-Date: Wed, 21 May 2014 14:01:02 -0400
-Subject: Use own thunk function instead of vgaHW*Weak
-
-I plan to remove the Weak functions from a future server.
-
-Signed-off-by: Adam Jackson 
-
-diff --git a/src/smilynx_hw.c b/src/smilynx_hw.c
-index 9a10a31..7f6a8f2 100644
 a/src/smilynx_hw.c
-+++ b/src/smilynx_hw.c
-@@ -572,6 +5

[arch-commits] Commit in xf86-video-siliconmotion/trunk (PKGBUILD git-fixes.patch)

2015-05-09 Thread Andreas Radke
Date: Sunday, May 10, 2015 @ 08:17:58
  Author: andyrtr
Revision: 238785

upgpkg: xf86-video-siliconmotion 1.7.8-1

upstream update 1.7.8

Modified:
  xf86-video-siliconmotion/trunk/PKGBUILD
Deleted:
  xf86-video-siliconmotion/trunk/git-fixes.patch

-+
 PKGBUILD|   17 ++
 git-fixes.patch |  153 --
 2 files changed, 6 insertions(+), 164 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-05-10 06:17:03 UTC (rev 238784)
+++ PKGBUILD2015-05-10 06:17:58 UTC (rev 238785)
@@ -3,8 +3,8 @@
 # Contributor: Alexander Baldeck 
 
 pkgname=xf86-video-siliconmotion
-pkgver=1.7.7
-pkgrel=6
+pkgver=1.7.8
+pkgrel=1
 pkgdesc="X.org siliconmotion video driver"
 arch=(i686 x86_64)
 url="http://xorg.freedesktop.org/";
@@ -13,15 +13,11 @@
 makedepends=('xorg-server-devel' 'X-ABI-VIDEODRV_VERSION=19')
 conflicts=('xorg-server<1.16' 'X-ABI-VIDEODRV_VERSION<19' 
'X-ABI-VIDEODRV_VERSION>=20')
 groups=('xorg-drivers' 'xorg')
-source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2 
git-fixes.patch)
-sha256sums=('87b8b59d43945d4fc8012860c0bd9aed42c4684a943355c607b8eb8d6710c3aa'
-'da4c149720e628eb808b2de86ff1ce7010622455d92dcd31026a9653a2213f08')
+source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2{,.sig})
+sha256sums=('e9d449a9fd9e58b4e018447b6c64005f7874cffb1777e513ac9fc41a86071beb'
+'SKIP')
+validpgpkeys=('7B27A3F1A6E18CD9588B4AE8310180050905E40C') # Julien Cristau 

 
-prepare() {
-  cd ${pkgname}-${pkgver}
-  patch -Np1 -i ../git-fixes.patch
-}
-
 build() {
   cd ${pkgname}-${pkgver}
   ./configure --prefix=/usr
@@ -31,7 +27,6 @@
 package() {
   cd ${pkgname}-${pkgver}
   make DESTDIR="${pkgdir}" install
-
   install -m755 -d "${pkgdir}/usr/share/licenses/${pkgname}"
   install -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/"
 }

Deleted: git-fixes.patch
===
--- git-fixes.patch 2015-05-10 06:17:03 UTC (rev 238784)
+++ git-fixes.patch 2015-05-10 06:17:58 UTC (rev 238785)
@@ -1,153 +0,0 @@
-From f19d7e463c30f1364e82e8c9f87b8a8407d53680 Mon Sep 17 00:00:00 2001
-From: Adam Jackson 
-Date: Wed, 9 Jan 2013 22:59:39 -0500
-Subject: Remove miInitializeBackingStore()
-
-Signed-off-by: Adam Jackson 
-
-diff --git a/src/smi_driver.c b/src/smi_driver.c
-index 4794571..134db79 100644
 a/src/smi_driver.c
-+++ b/src/smi_driver.c
-@@ -1750,8 +1750,6 @@ SMI_ScreenInit(SCREEN_INIT_ARGS_DECL)
-  "Done writing mode.  Register dump:\n");
- SMI_PrintRegs(pScrn);
- 
--miInitializeBackingStore(pScreen);
--
- #ifdef HAVE_XMODES
- xf86DiDGAInit(pScreen, (unsigned long)(pSmi->FBBase + pScrn->fbOffset));
- #endif
--- 
-cgit v0.10.2
-From 9b563415326e02f0b89f716c29b2fc22f393fb96 Mon Sep 17 00:00:00 2001
-From: Adam Jackson 
-Date: Wed, 21 May 2014 14:01:02 -0400
-Subject: Use own thunk function instead of vgaHW*Weak
-
-I plan to remove the Weak functions from a future server.
-
-Signed-off-by: Adam Jackson 
-
-diff --git a/src/smilynx_hw.c b/src/smilynx_hw.c
-index 9a10a31..7f6a8f2 100644
 a/src/smilynx_hw.c
-+++ b/src/smilynx_hw.c
-@@ -572,6 +572,12 @@ SMILynx_ddc1Read(ScrnInfoPtr pScrn)
- LEAVE(ret);
- }
- 
-+static void
-+SMILynx_ddc1SetSpeed(ScrnInfoPtr pScrn, xf86ddcSpeec speed)
-+{
-+vgaHWddc1SetSpeed(pScrn, speed);
-+}
-+
- xf86MonPtr
- SMILynx_ddc1(ScrnInfoPtr pScrn)
- {
-@@ -585,7 +591,7 @@ SMILynx_ddc1(ScrnInfoPtr pScrn)
- VGAOUT8_INDEX(pSmi, VGA_SEQ_INDEX, VGA_SEQ_DATA, 0x72, tmp | 0x20);
- 
- pMon = xf86PrintEDID(xf86DoEDID_DDC1(XF86_SCRN_ARG(pScrn),
--   vgaHWddc1SetSpeedWeak(),
-+   SMILynx_ddc1SetSpeed,
-SMILynx_ddc1Read));
- VGAOUT8_INDEX(pSmi, VGA_SEQ_INDEX, VGA_SEQ_DATA, 0x72, tmp);
- 
--- 
-cgit v0.10.2
-From b0b287209cfba5c64c7584b1a82ed2a2f1eab7e6 Mon Sep 17 00:00:00 2001
-From: Adam Jackson 
-Date: Tue, 30 Sep 2014 10:28:48 -0400
-Subject: Fix build against xserver 1.17
-
-Signed-off-by: Adam Jackson 
-
-diff --git a/src/smi.h b/src/smi.h
-index 956c14f..8ca760e 100644
 a/src/smi.h
-+++ b/src/smi.h
-@@ -221,7 +221,7 @@ typedef struct
- CARD8 *   DataPortBase;   /* Base of data port */
- int   DataPortSize;   /* Size of data port */
- CARD8 *   IOBase; /* Base of MMIO VGA ports */
--IOADDRESS PIOBase;/* Base of I/O ports */
-+unsigned int  PIOBase;/* Base of I/O ports */
- unsigned char *   FBBase; /* Base of FB */
- CARD32fbMapOffset;/* offset for fb mapping */
- CARD32FBOffset;   /* Current visual FB starting
--- 
-cgit v0.10.2
-From 08d459d2b548ce89264f45c7018f1cda9f08d795 Mon Sep 17 00:00:00 2001
-From: Adam Jackson 
-Date: Tue, 30 

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

2015-05-09 Thread Giovanni Scafora
Date: Sunday, May 10, 2015 @ 08:16:53
  Author: giovanni
Revision: 238783

upgpkg: vlc 2.2.1-3

Fixed FS44896

Modified:
  vlc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-05-10 06:14:38 UTC (rev 238782)
+++ PKGBUILD2015-05-10 06:16:53 UTC (rev 238783)
@@ -5,7 +5,7 @@
 
 pkgname=vlc
 pkgver=2.2.1
-pkgrel=2
+pkgrel=3
 pkgdesc="A multi-platform MPEG, VCD/DVD, and DivX player"
 arch=('i686' 'x86_64')
 url="http://www.videolan.org/vlc/";
@@ -16,12 +16,13 @@
  'libshout' 'libmad' 'libmpeg2' 'xcb-util-keysyms' 'libtar'
  'libxinerama')
 makedepends=('live-media' 'libnotify' 'libbluray' 'flac' 'kdelibs'
- 'libdc1394' 'libavc1394' 'lirc' 'libcaca'
+ 'libdc1394' 'libavc1394' 'lirc' 'libcaca' 'gtk2'
  'librsvg' 'portaudio' 'libgme' 'xosd' 'projectm'
  'twolame' 'aalib' 'libmtp' 'libdvdcss' 'gnome-vfs'
  'libgoom2' 'vcdimager' 'opus' 'libssh2' 'mesa')
 optdepends=('avahi: for service discovery using bonjour protocol'
 'libnotify: for notification plugin'
+'gtk2: for notify plugin'
 'ncurses: for ncurses interface support'
 'libdvdcss: for decoding encrypted DVDs'
 'lirc: for lirc plugin'


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

2015-05-09 Thread Giovanni Scafora
Date: Sunday, May 10, 2015 @ 08:17:03
  Author: giovanni
Revision: 238784

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

Added:
  vlc/repos/extra-i686/PKGBUILD
(from rev 238783, vlc/trunk/PKGBUILD)
  vlc/repos/extra-i686/lua53_compat.patch
(from rev 238783, vlc/trunk/lua53_compat.patch)
  vlc/repos/extra-i686/vlc.install
(from rev 238783, vlc/trunk/vlc.install)
  vlc/repos/extra-x86_64/PKGBUILD
(from rev 238783, vlc/trunk/PKGBUILD)
  vlc/repos/extra-x86_64/lua53_compat.patch
(from rev 238783, vlc/trunk/lua53_compat.patch)
  vlc/repos/extra-x86_64/vlc.install
(from rev 238783, vlc/trunk/vlc.install)
Deleted:
  vlc/repos/extra-i686/PKGBUILD
  vlc/repos/extra-i686/vlc.install
  vlc/repos/extra-x86_64/PKGBUILD
  vlc/repos/extra-x86_64/vlc.install

-+
 /PKGBUILD   |  212 ++
 /vlc.install|   36 ++
 extra-i686/PKGBUILD |  101 --
 extra-i686/lua53_compat.patch   |   30 +
 extra-i686/vlc.install  |   18 ---
 extra-x86_64/PKGBUILD   |  101 --
 extra-x86_64/lua53_compat.patch |   30 +
 extra-x86_64/vlc.install|   18 ---
 8 files changed, 308 insertions(+), 238 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-05-10 06:16:53 UTC (rev 238783)
+++ extra-i686/PKGBUILD 2015-05-10 06:17:03 UTC (rev 238784)
@@ -1,101 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora 
-# Contributor: Sarah Hay 
-# Contributor: Martin Sandsmark 
-
-pkgname=vlc
-pkgver=2.2.1
-pkgrel=2
-pkgdesc="A multi-platform MPEG, VCD/DVD, and DivX player"
-arch=('i686' 'x86_64')
-url="http://www.videolan.org/vlc/";
-license=('LGPL2.1' 'GPL2')
-depends=('a52dec' 'libdvbpsi' 'libxpm' 'libdca' 'qt4' 'libproxy'
- 'sdl_image' 'libdvdnav' 'libtiger' 'lua' 'libmatroska'
- 'zvbi' 'taglib' 'libmpcdec' 'ffmpeg' 'faad2' 'libupnp'
- 'libshout' 'libmad' 'libmpeg2' 'xcb-util-keysyms' 'libtar'
- 'libxinerama')
-makedepends=('live-media' 'libnotify' 'libbluray' 'flac' 'kdelibs'
- 'libdc1394' 'libavc1394' 'lirc' 'libcaca'
- 'librsvg' 'portaudio' 'libgme' 'xosd' 'projectm'
- 'twolame' 'aalib' 'libmtp' 'libdvdcss' 'gnome-vfs'
- 'libgoom2' 'vcdimager' 'opus' 'libssh2' 'mesa')
-optdepends=('avahi: for service discovery using bonjour protocol'
-'libnotify: for notification plugin'
-'ncurses: for ncurses interface support'
-'libdvdcss: for decoding encrypted DVDs'
-'lirc: for lirc plugin'
-'libavc1394: for devices using the 1394ta AV/C'
-'libdc1394: for IEEE 1394 plugin'
-'kdelibs: KDE Solid hardware integration'
-'libva-vdpau-driver: vdpau back-end for nvidia'
-'libva-intel-driver: back-end for intel cards'
-'libbluray: for Blu-Ray support'
-'flac: for Free Lossless Audio Codec plugin'
-'portaudio: for portaudio support'
-'twolame: for TwoLAME mpeg2 encoder plugin'
-'projectm: for ProjectM visualisation plugin'
-'libcaca: for colored ASCII art video output'
-'libgme: for libgme plugin'
-'librsvg: for SVG plugin'
-'gnome-vfs: for GNOME Virtual File System support'
-'libgoom2: for libgoom plugin'
-'vcdimager: navigate VCD with libvcdinfo'
-'aalib: for ASCII art plugin'
-'libmtp: for MTP devices support'
-'smbclient: for SMB access plugin'
-'libcdio: for audio CD playback support'
-'ttf-freefont: for subtitle font '
-'ttf-dejavu: for subtitle font'
-'opus: for opus support'
-'libssh2: for sftp support'
-'lua-socket: for http interface')
-conflicts=('vlc-plugin')
-replaces=('vlc-plugin')
-backup=('usr/share/vlc/lua/http/.hosts'
-'usr/share/vlc/lua/http/dialogs/.hosts')
-options=('!emptydirs')
-install=vlc.install
-source=("http://download.videolan.org/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.xz";)
-md5sums=('42273945758b521c408fabc7fd6d9946')
-
-prepare() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  sed -i -e 's:truetype/freefont:TTF:g' modules/text_renderer/freetype.c
-  sed -i -e 's:truetype/ttf-dejavu:TTF:g' modules/visualization/projectm.cpp
-}
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  CFLAGS+=" -I/usr/include/samba-4.0" CPPFLAGS+=" -I/usr/include/samba-4.0" \
-  ./configure --prefix=/usr \
-  --sysconfdir=/etc \
-  --disable-rpath \
-  --enable-faad \
-  --enable-nls \
-  --enable-lirc \
-  --enable-ncurses \
-  --enable-realrtsp \
-  --enable-aa \
-  --enable-vcdx \
-  --enable-upnp \
-  --ena

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

2015-05-09 Thread Andreas Radke
Date: Sunday, May 10, 2015 @ 08:14:38
  Author: andyrtr
Revision: 238782

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

Added:
  sqlite/repos/testing-i686/PKGBUILD
(from rev 238781, sqlite/trunk/PKGBUILD)
  sqlite/repos/testing-i686/license.txt
(from rev 238781, sqlite/trunk/license.txt)
  sqlite/repos/testing-x86_64/PKGBUILD
(from rev 238781, sqlite/trunk/PKGBUILD)
  sqlite/repos/testing-x86_64/license.txt
(from rev 238781, sqlite/trunk/license.txt)
Deleted:
  sqlite/repos/testing-i686/PKGBUILD
  sqlite/repos/testing-i686/license.txt
  sqlite/repos/testing-x86_64/PKGBUILD
  sqlite/repos/testing-x86_64/license.txt

+
 /PKGBUILD  |  192 +++
 /license.txt   |   66 ++
 testing-i686/PKGBUILD  |   96 -
 testing-i686/license.txt   |   33 ---
 testing-x86_64/PKGBUILD|   96 -
 testing-x86_64/license.txt |   33 ---
 6 files changed, 258 insertions(+), 258 deletions(-)

Deleted: testing-i686/PKGBUILD
===
--- testing-i686/PKGBUILD   2015-05-10 06:14:17 UTC (rev 238781)
+++ testing-i686/PKGBUILD   2015-05-10 06:14:38 UTC (rev 238782)
@@ -1,96 +0,0 @@
-# $Id$
-# Maintainer: Andreas Radke 
-# Contributor: Tom Newsom 
-
-pkgbase="sqlite"
-pkgname=('sqlite' 'sqlite-tcl' 'sqlite-doc') 
-_amalgamationver=3081000
-_docver=${_amalgamationver}
-#_docver=3080001
-pkgver=3.8.10
-pkgrel=1
-pkgdesc="A C library that implements an SQL database engine"
-arch=('i686' 'x86_64')
-license=('custom:Public Domain')
-url="http://www.sqlite.org/";
-makedepends=('tcl' 'readline')
-source=( # tarball containing the amalgamation for SQLite >= 3.7.5 together 
with a configure script and makefile for building it; includes now also the Tcl 
Extension Architecture (TEA)
-   http://www.sqlite.org/2015/sqlite-autoconf-$_amalgamationver.tar.gz
-   http://www.sqlite.org/2015/sqlite-doc-${_docver}.zip
-   license.txt)
-options=('!emptydirs' '!makeflags')
-sha1sums=('7e92b4f78d4648fb2a97a4dc721490cc08653a0b'
-  '338c73d748ce3499305e2ba524e85ee3aac7444b'
-  'f34f6daa4ab3073d74e774aad21d66878cf26853')
-
-build() {
-  export CFLAGS="$CFLAGS -DSQLITE_ENABLE_FTS3=1 
-DSQLITE_ENABLE_COLUMN_METADATA=1 -DSQLITE_ENABLE_UNLOCK_NOTIFY 
-DSQLITE_SECURE_DELETE"
-
-  # build sqlite
-  cd "$srcdir"/sqlite-autoconf-$_amalgamationver
-
-  ./configure --prefix=/usr \
-   --disable-static
-  make
-  
-  # build the tcl extension
-  cd "$srcdir"/sqlite-autoconf-$_amalgamationver/tea
-  ./configure --prefix=/usr \
-   --with-system-sqlite
-  make
-
-}
-
-package_sqlite() {
- 
- pkgdesc="A C library that implements an SQL database engine"
- depends=('readline')
- provides=("sqlite3=$pkgver")
- replaces=("sqlite3")
- 
-  cd ${srcdir}/sqlite-autoconf-$_amalgamationver
-  make DESTDIR=${pkgdir} install
-  
-  # license - no linking required because pkgbase=pkgname
-  install -D -m644 ${srcdir}/license.txt 
${pkgdir}/usr/share/licenses/${pkgbase}/license.txt
-}
-
-package_sqlite-tcl() {
- 
- pkgdesc="sqlite Tcl Extension Architecture (TEA)"
- depends=('sqlite')
- provides=("sqlite3-tcl=$pkgver")
- replaces=("sqlite3-tcl")
- 
-  cd ${srcdir}/sqlite-autoconf-$_amalgamationver/tea
-  make DESTDIR=${pkgdir} install
-  
-  # link license
-  install -m755 -d ${pkgdir}/usr/share/licenses
-  ln -sf /usr/share/licenses/${pkgbase} 
"${pkgdir}/usr/share/licenses/${pkgname}"
-}
-
-package_sqlite-doc() {
-
- pkgdesc="most of the static HTML files that comprise this website, including 
all of the SQL Syntax and the C/C++ interface specs and other miscellaneous 
documentation"
- #arch=('any') - not yet supported
- provides=("sqlite3-doc=$pkgver")
- replaces=("sqlite3-doc")
- 
-  #cd ${srcdir}/sqlite-doc-${_amalgamationver}
-  cd ${srcdir}/sqlite-doc-${_docver}
-  mkdir -p ${pkgdir}/usr/share/doc/${pkgbase}
-  cp -R *  ${pkgdir}/usr/share/doc/${pkgbase}/
-  
-  # fix permissions and remove obsolete files; 
https://bugs.archlinux.org/task/24605
-  find ${pkgdir} -type f -perm 755 -exec ls -lha {} \;
-  find ${pkgdir} -type f -perm 755 -exec chmod 644 {} \;
-
-  find ${pkgdir} -type f -name '*~' -exec ls -lha {} \;
-  find ${pkgdir} -type d -name '*~' -exec ls -lha {} \;
-  find ${pkgdir} -name '*~' -exec rm -f {} \;
-
-  find ${pkgdir} -type f -name '.~*' -exec ls -lha {} \; # 
/build/pkg/sqlite-doc/usr/share/doc/sqlite/images/fileformat/.~lock.indexpage.odg#
-  find ${pkgdir} -type d -name '.~*' -exec ls -lha {} \;
-  find ${pkgdir} -name '.~*' -exec rm -f {} \;
-}

Copied: sqlite/repos/testing-i686/PKGBUILD (from rev 238781, 
sqlite/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2015-05-10 06:14:38 UTC (rev 238782)
@@ -0,0 +1,96 @@
+# $Id$
+# Maintainer: Andreas

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

2015-05-09 Thread Andreas Radke
Date: Sunday, May 10, 2015 @ 08:14:17
  Author: andyrtr
Revision: 238781

upgpkg: sqlite 3.8.10.1-1

upstream update 3.8.10.1

Modified:
  sqlite/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-05-10 00:14:07 UTC (rev 238780)
+++ PKGBUILD2015-05-10 06:14:17 UTC (rev 238781)
@@ -4,10 +4,10 @@
 
 pkgbase="sqlite"
 pkgname=('sqlite' 'sqlite-tcl' 'sqlite-doc') 
-_amalgamationver=3081000
+_amalgamationver=3081001
 _docver=${_amalgamationver}
 #_docver=3080001
-pkgver=3.8.10
+pkgver=3.8.10.1
 pkgrel=1
 pkgdesc="A C library that implements an SQL database engine"
 arch=('i686' 'x86_64')
@@ -19,8 +19,8 @@
http://www.sqlite.org/2015/sqlite-doc-${_docver}.zip
license.txt)
 options=('!emptydirs' '!makeflags')
-sha1sums=('7e92b4f78d4648fb2a97a4dc721490cc08653a0b'
-  '338c73d748ce3499305e2ba524e85ee3aac7444b'
+sha1sums=('86bfed5752783fb24c051f3efac5972ce11023f0'
+  'af4b30ce5de5ab0f04d20b80bb7bdfdcbff618ce'
   'f34f6daa4ab3073d74e774aad21d66878cf26853')
 
 build() {


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

2015-05-09 Thread Eric Bélanger
Date: Sunday, May 10, 2015 @ 04:28:23
  Author: eric
Revision: 133153

archrelease: copy trunk to community-any

Added:
  youtube-dl/repos/community-any/PKGBUILD
(from rev 133152, youtube-dl/trunk/PKGBUILD)
Deleted:
  youtube-dl/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2015-05-10 02:26:40 UTC (rev 133152)
+++ PKGBUILD2015-05-10 02:28:23 UTC (rev 133153)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Eric Bélanger 
-
-pkgname=youtube-dl
-pkgver=2015.05.04
-pkgrel=1
-pkgdesc="A small command-line program to download videos from YouTube.com and 
a few more sites"
-arch=('any')
-url="http://rg3.github.io/youtube-dl/";
-license=('custom')
-depends=('python' 'python-setuptools')
-optdepends=('ffmpeg: for video post-processing'
-'rtmpdump: for rtmp streams support')
-source=(http://youtube-dl.org/downloads/${pkgver}/${pkgname}-${pkgver}.tar.gz
-
http://youtube-dl.org/downloads/${pkgver}/${pkgname}-${pkgver}.tar.gz.sig)
-sha1sums=('653aa9c8bb863fffa91ce60b917a30ce9abd2700'
-  'SKIP')
-validpgpkeys=('7D33D762FD6C35130481347FDB4B54CBA4826A18')
-
-prepare() {
-  cd ${pkgname}
-  sed -i 's|etc/bash_completion.d|share/bash-completion/completions|' setup.py
-  sed -i 's|etc/fish/completions|share/fish/completions|' setup.py
-}
-
-package() {
-  cd ${pkgname}
-  python setup.py install --root="${pkgdir}/" --optimize=1
-  mv 
"${pkgdir}/usr/share/bash-completion/completions/youtube-dl.bash-completion" \
- "${pkgdir}/usr/share/bash-completion/completions/youtube-dl"
-  install -Dm644 youtube-dl.zsh 
"${pkgdir}/usr/share/zsh/site-functions/_youtube-dl"
-  install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}

Copied: youtube-dl/repos/community-any/PKGBUILD (from rev 133152, 
youtube-dl/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-05-10 02:28:23 UTC (rev 133153)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Eric Bélanger 
+
+pkgname=youtube-dl
+pkgver=2015.05.10
+pkgrel=1
+pkgdesc="A small command-line program to download videos from YouTube.com and 
a few more sites"
+arch=('any')
+url="http://rg3.github.io/youtube-dl/";
+license=('custom')
+depends=('python' 'python-setuptools')
+optdepends=('ffmpeg: for video post-processing'
+'rtmpdump: for rtmp streams support')
+source=(http://youtube-dl.org/downloads/${pkgver}/${pkgname}-${pkgver}.tar.gz
+
http://youtube-dl.org/downloads/${pkgver}/${pkgname}-${pkgver}.tar.gz.sig)
+sha1sums=('7e42822482c4dc01a7d1ac9e171491214744c449'
+  'SKIP')
+validpgpkeys=('7D33D762FD6C35130481347FDB4B54CBA4826A18')
+
+prepare() {
+  cd ${pkgname}
+  sed -i 's|etc/bash_completion.d|share/bash-completion/completions|' setup.py
+  sed -i 's|etc/fish/completions|share/fish/completions|' setup.py
+}
+
+package() {
+  cd ${pkgname}
+  python setup.py install --root="${pkgdir}/" --optimize=1
+  mv 
"${pkgdir}/usr/share/bash-completion/completions/youtube-dl.bash-completion" \
+ "${pkgdir}/usr/share/bash-completion/completions/youtube-dl"
+  install -Dm644 youtube-dl.zsh 
"${pkgdir}/usr/share/zsh/site-functions/_youtube-dl"
+  install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}


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

2015-05-09 Thread Eric Bélanger
Date: Sunday, May 10, 2015 @ 04:26:40
  Author: eric
Revision: 133152

upgpkg: youtube-dl 2015.05.10-1

Upstream update

Modified:
  youtube-dl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-05-10 00:58:54 UTC (rev 133151)
+++ PKGBUILD2015-05-10 02:26:40 UTC (rev 133152)
@@ -2,7 +2,7 @@
 # Maintainer: Eric Bélanger 
 
 pkgname=youtube-dl
-pkgver=2015.05.04
+pkgver=2015.05.10
 pkgrel=1
 pkgdesc="A small command-line program to download videos from YouTube.com and 
a few more sites"
 arch=('any')
@@ -13,7 +13,7 @@
 'rtmpdump: for rtmp streams support')
 source=(http://youtube-dl.org/downloads/${pkgver}/${pkgname}-${pkgver}.tar.gz
 
http://youtube-dl.org/downloads/${pkgver}/${pkgname}-${pkgver}.tar.gz.sig)
-sha1sums=('653aa9c8bb863fffa91ce60b917a30ce9abd2700'
+sha1sums=('7e42822482c4dc01a7d1ac9e171491214744c449'
   'SKIP')
 validpgpkeys=('7D33D762FD6C35130481347FDB4B54CBA4826A18')
 


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

2015-05-09 Thread Anatol Pomozov
Date: Sunday, May 10, 2015 @ 02:58:54
  Author: anatolik
Revision: 133151

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

Added:
  lua-bitop/repos/community-staging-i686/PKGBUILD
(from rev 133150, lua-bitop/trunk/PKGBUILD)
  lua-bitop/repos/community-staging-x86_64/PKGBUILD
(from rev 133150, lua-bitop/trunk/PKGBUILD)
Deleted:
  lua-bitop/repos/community-staging-i686/PKGBUILD
  lua-bitop/repos/community-staging-x86_64/PKGBUILD

---+
 /PKGBUILD |  134 
 community-staging-i686/PKGBUILD   |   64 -
 community-staging-x86_64/PKGBUILD |   64 -
 3 files changed, 134 insertions(+), 128 deletions(-)

Deleted: community-staging-i686/PKGBUILD
===
--- community-staging-i686/PKGBUILD 2015-05-10 00:58:12 UTC (rev 133150)
+++ community-staging-i686/PKGBUILD 2015-05-10 00:58:54 UTC (rev 133151)
@@ -1,64 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth 
-# Contributor: Sébastien Luttringer
-# Contributor: Lucas Hermann Negri 
-
-pkgbase=lua-bitop
-# BitOp has not been ported to Lua5.3 so no lua-bitop package
-pkgname=(lua51-bitop lua52-bitop)
-pkgver=1.0.2
-pkgrel=6
-pkgdesc='C extension adding bitwise operations on numbers'
-arch=('x86_64' 'i686')
-url='http://bitop.luajit.org/'
-makedepends=('lua' 'lua51' 'lua52')
-source=("http://bitop.luajit.org/download/LuaBitOp-$pkgver.tar.gz";)
-md5sums=('d0c1080fe0c844e8477279668e2d0d06')
-license=('MIT')
-
-build() {
-  cp -a "LuaBitOp-$pkgver" "LuaBitOp51-$pkgver"
-  cp -a "LuaBitOp-$pkgver" "LuaBitOp52-$pkgver"
-
-  # msg2 'Building with lua 5.3'
-  # cd "LuaBitOp-$pkgver"
-  # make INCLUDES=' -I/usr/include' LUA='lua'
-
-  msg2 'Building with lua 5.2'
-  cd "$srcdir/LuaBitOp52-$pkgver"
-  make INCLUDES=' -I/usr/include/lua5.2' LUA='lua5.2'
-
-  msg2 'Building with lua 5.1'
-  cd "$srcdir/LuaBitOp51-$pkgver"
-  make INCLUDES=' -I/usr/include/lua5.1' LUA='lua5.1'
-}
-
-package_lua-bitop() {
-  depends=('lua')
-
-  cd "LuaBitOp-$pkgver"
-  install -Dm 644 bit.so "$pkgdir/usr/lib/lua/5.3/bit.so"
-  install -dm 755 "$pkgdir/usr/share/licenses/$pkgname"
-  ln -s '../lua/LICENSE' "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-
-package_lua51-bitop() {
-  depends=('lua51')
-  conflicts=('luabitop')
-  replaces=('luabitop')
-
-  cd "LuaBitOp51-$pkgver"
-  install -Dm 644 bit.so "$pkgdir/usr/lib/lua/5.1/bit.so"
-  install -dm 755 "$pkgdir/usr/share/licenses/$pkgname"
-  ln -s '../lua51/LICENSE' "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-
-package_lua52-bitop() {
-  depends=('lua52')
-
-  cd "LuaBitOp52-$pkgver"
-  install -Dm 644 bit.so "$pkgdir/usr/lib/lua/5.2/bit.so"
-  install -dm 755 "$pkgdir/usr/share/licenses/$pkgname"
-  ln -s '../lua51/LICENSE' "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-# vim:set ts=2 sw=2 et:

Copied: lua-bitop/repos/community-staging-i686/PKGBUILD (from rev 133150, 
lua-bitop/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2015-05-10 00:58:54 UTC (rev 133151)
@@ -0,0 +1,67 @@
+# $Id$
+# Maintainer: Alexander Rødseth 
+# Contributor: Sébastien Luttringer
+# Contributor: Lucas Hermann Negri 
+
+pkgbase=lua-bitop
+# BitOp has not been ported to Lua5.3 so no lua-bitop package
+# https://www.freelists.org/post/luajit/Port-bitop-to-53
+pkgname=(lua51-bitop lua52-bitop)
+pkgver=1.0.2
+pkgrel=7
+pkgdesc='C extension adding bitwise operations on numbers'
+arch=('x86_64' 'i686')
+url='http://bitop.luajit.org/'
+makedepends=('lua51' 'lua52')
+source=("http://bitop.luajit.org/download/LuaBitOp-$pkgver.tar.gz";)
+md5sums=('d0c1080fe0c844e8477279668e2d0d06')
+license=('MIT')
+
+build() {
+  cp -a "LuaBitOp-$pkgver" "LuaBitOp51-$pkgver"
+  cp -a "LuaBitOp-$pkgver" "LuaBitOp52-$pkgver"
+
+  # msg2 'Building with lua 5.3'
+  # cd "LuaBitOp-$pkgver"
+  # make INCLUDES=' -I/usr/include' LUA='lua'
+
+  msg2 'Building with lua 5.2'
+  cd "$srcdir/LuaBitOp52-$pkgver"
+  make INCLUDES=' -I/usr/include/lua5.2' LUA='lua5.2'
+
+  msg2 'Building with lua 5.1'
+  cd "$srcdir/LuaBitOp51-$pkgver"
+  make INCLUDES=' -I/usr/include/lua5.1' LUA='lua5.1'
+}
+
+package_lua-bitop() {
+  depends=('lua')
+
+  cd "LuaBitOp-$pkgver"
+  install -Dm 644 bit.so "$pkgdir/usr/lib/lua/5.3/bit.so"
+  install -dm 755 "$pkgdir/usr/share/licenses/$pkgname"
+  ln -s '../lua/LICENSE' "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+package_lua51-bitop() {
+  depends=('lua51')
+  conflicts=('luabitop')
+  replaces=('luabitop')
+
+  cd "LuaBitOp51-$pkgver"
+  install -Dm 644 bit.so "$pkgdir/usr/lib/lua/5.1/bit.so"
+  install -dm 755 "$pkgdir/usr/share/licenses/$pkgname"
+  ln -s '../lua51/LICENSE' "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+package_lua52-bitop() {
+  depends=('lua52')
+  conflicts=('lua-bitop

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

2015-05-09 Thread Anatol Pomozov
Date: Sunday, May 10, 2015 @ 02:58:12
  Author: anatolik
Revision: 133150

lua52-bitop conflicts with current lua-bitop

Modified:
  lua-bitop/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-05-09 22:58:59 UTC (rev 133149)
+++ PKGBUILD2015-05-10 00:58:12 UTC (rev 133150)
@@ -5,13 +5,14 @@
 
 pkgbase=lua-bitop
 # BitOp has not been ported to Lua5.3 so no lua-bitop package
+# https://www.freelists.org/post/luajit/Port-bitop-to-53
 pkgname=(lua51-bitop lua52-bitop)
 pkgver=1.0.2
-pkgrel=6
+pkgrel=7
 pkgdesc='C extension adding bitwise operations on numbers'
 arch=('x86_64' 'i686')
 url='http://bitop.luajit.org/'
-makedepends=('lua' 'lua51' 'lua52')
+makedepends=('lua51' 'lua52')
 source=("http://bitop.luajit.org/download/LuaBitOp-$pkgver.tar.gz";)
 md5sums=('d0c1080fe0c844e8477279668e2d0d06')
 license=('MIT')
@@ -55,6 +56,8 @@
 
 package_lua52-bitop() {
   depends=('lua52')
+  conflicts=('lua-bitop')
+  replaces=('lua-bitop')
 
   cd "LuaBitOp52-$pkgver"
   install -Dm 644 bit.so "$pkgdir/usr/lib/lua/5.2/bit.so"


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

2015-05-09 Thread Eric Bélanger
Date: Sunday, May 10, 2015 @ 02:14:07
  Author: eric
Revision: 238780

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-05-10 00:11:34 UTC (rev 238779)
+++ extra-i686/PKGBUILD 2015-05-10 00:14:07 UTC (rev 238780)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Eric Bélanger 
-
-pkgname=enlightenment16
-pkgver=1.0.15
-_themever=1.0.1
-pkgrel=1
-pkgdesc="A fast, flexible, and very extensible Window Manager"
-arch=('i686' 'x86_64')
-url="http://www.enlightenment.org";
-license=('BSD' 'custom')
-depends=('libxinerama' 'imlib2' 'perl' 'pango' 'libxcomposite'
- 'libxrandr' 'libpulse')
-source=(http://downloads.sourceforge.net/sourceforge/enlightenment/e16-${pkgver}.tar.gz
-
http://downloads.sourceforge.net/enlightenment/e16-themes-${_themever}.tar.gz)
-sha1sums=('a95e31316fd1a862eaf4dee54424bc16f8bce301'
-  'ae34e2df1294198795736bf953bf695aba93b710')
-
-build() {
-  pushd e16-${pkgver}
-  ./configure --prefix=/usr --sysconfdir=/etc --enable-sound-pulse
-  make
-  popd
-  
-  cd e16-themes-${_themever}
-  ./configure --prefix=/usr
-}
-
-package() {
-  cd e16-${pkgver}
-  make DESTDIR="${pkgdir}" install
-  install -D -m755 "${pkgdir}/usr/share/e16/misc/Xclients.e16-gnome.sh" 
"${pkgdir}/usr/bin/e16-gnome"
-  install -D -m755 "${pkgdir}/usr/share/e16/misc/Xclients.e16-kde.sh" 
"${pkgdir}/usr/bin/e16-kde"
-  install -D -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
-  install -D -m644 fonts/COPYRIGHT.Vera 
"${pkgdir}/usr/share/licenses/${pkgname}/COPYRIGHT.Vera"
-
-  cd "${srcdir}/e16-themes-${_themever}"
-  make DESTDIR="${pkgdir}" install
-  chown -R root:root "${pkgdir}"/usr/share/*
-}

Copied: enlightenment16/repos/extra-i686/PKGBUILD (from rev 238779, 
enlightenment16/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-05-10 00:14:07 UTC (rev 238780)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Eric Bélanger 
+
+pkgname=enlightenment16
+pkgver=1.0.16
+_themever=1.0.1
+pkgrel=1
+pkgdesc="A fast, flexible, and very extensible Window Manager"
+arch=('i686' 'x86_64')
+url="http://www.enlightenment.org";
+license=('BSD' 'custom')
+depends=('libxinerama' 'imlib2' 'perl' 'pango' 'libxcomposite'
+ 'libxrandr' 'libpulse')
+source=(http://downloads.sourceforge.net/sourceforge/enlightenment/e16-${pkgver}.tar.gz
+
http://downloads.sourceforge.net/enlightenment/e16-themes-${_themever}.tar.gz)
+sha1sums=('9ec562882ed4d1da7e5906bd78d0d9f93d5a6211'
+  'ae34e2df1294198795736bf953bf695aba93b710')
+
+build() {
+  pushd e16-${pkgver}
+  ./configure --prefix=/usr --sysconfdir=/etc --enable-sound-pulse
+  make
+  popd
+  
+  cd e16-themes-${_themever}
+  ./configure --prefix=/usr
+}
+
+package() {
+  cd e16-${pkgver}
+  make DESTDIR="${pkgdir}" install
+  install -D -m755 "${pkgdir}/usr/share/e16/misc/Xclients.e16-gnome.sh" 
"${pkgdir}/usr/bin/e16-gnome"
+  install -D -m755 "${pkgdir}/usr/share/e16/misc/Xclients.e16-kde.sh" 
"${pkgdir}/usr/bin/e16-kde"
+  install -D -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
+  install -D -m644 fonts/COPYRIGHT.Vera 
"${pkgdir}/usr/share/licenses/${pkgname}/COPYRIGHT.Vera"
+
+  cd "${srcdir}/e16-themes-${_themever}"
+  make DESTDIR="${pkgdir}" install
+  chown -R root:root "${pkgdir}"/usr/share/*
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2015-05-10 00:11:34 UTC (rev 238779)
+++ extra-x86_64/PKGBUILD   2015-05-10 00:14:07 UTC (rev 238780)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Eric Bélanger 
-
-pkgname=enlightenment16
-pkgver=1.0.15
-_themever=1.0.1
-pkgrel=1
-pkgdesc="A fast, flexible, and very extensible Window Manager"
-arch=('i686' 'x86_64')
-url="http://www.enlightenment.org";
-license=('BSD' 'custom')
-depends=('libxinerama' 'imlib2' 'perl' 'pango' 'libxcomposite'
- 'libxrandr' 'libpulse')
-source=(http://downloads.sourceforge.net/sourceforge/enlightenment/e16-${pkgver}.tar.gz
-
http://downloads.sourceforge.net/enlightenment/e16-themes-${_themever}.tar.gz)
-sha1sums=('a95e31316fd1a862eaf4dee54424bc16f8bce301'
-  'ae34e2df1294198795736bf953bf695aba93b710')
-
-build() {
-  pushd e16-${pkgver}
-  ./

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

2015-05-09 Thread Eric Bélanger
Date: Sunday, May 10, 2015 @ 02:11:34
  Author: eric
Revision: 238779

upgpkg: enlightenment16 1.0.16-1

Upstream update

Modified:
  enlightenment16/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-05-09 23:22:20 UTC (rev 238778)
+++ PKGBUILD2015-05-10 00:11:34 UTC (rev 238779)
@@ -2,7 +2,7 @@
 # Maintainer: Eric Bélanger 
 
 pkgname=enlightenment16
-pkgver=1.0.15
+pkgver=1.0.16
 _themever=1.0.1
 pkgrel=1
 pkgdesc="A fast, flexible, and very extensible Window Manager"
@@ -13,7 +13,7 @@
  'libxrandr' 'libpulse')
 
source=(http://downloads.sourceforge.net/sourceforge/enlightenment/e16-${pkgver}.tar.gz
 
http://downloads.sourceforge.net/enlightenment/e16-themes-${_themever}.tar.gz)
-sha1sums=('a95e31316fd1a862eaf4dee54424bc16f8bce301'
+sha1sums=('9ec562882ed4d1da7e5906bd78d0d9f93d5a6211'
   'ae34e2df1294198795736bf953bf695aba93b710')
 
 build() {


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

2015-05-09 Thread Eric Bélanger
Date: Sunday, May 10, 2015 @ 01:22:20
  Author: eric
Revision: 238778

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

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

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

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

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

Deleted: extra-i686/liferea.install
===
--- extra-i686/liferea.install  2015-05-09 23:20:06 UTC (rev 238777)
+++ extra-i686/liferea.install  2015-05-09 23:22:20 UTC (rev 238778)
@@ -1,21 +0,0 @@
-pkgname=liferea
-
-post_install() {
-  glib-compile-schemas usr/share/glib-2.0/schemas
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-  update-desktop-database -q
-}
-
-pre_upgrade() {
-  if [ -f usr/share/gconf/schemas/$pkgname.schemas ]; then
-gconfpkg --uninstall $pkgname
-  fi
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-post_remove() {
-  post_install $1
-}

Copied: liferea/repos/extra-i686/liferea.install (from rev 238777, 
liferea/trunk/liferea.install)
===
--- extra-i686/liferea.install  (rev 0)
+++ extra-i686/liferea.install  2015-05-09 23:22:20 UTC (rev 238778)
@@ -0,0 +1,21 @@
+pkgname=liferea
+
+post_install() {
+  glib-compile-schemas usr/share/glib-2.0/schemas
+  gtk-update-icon-cache -q -t -f usr/sha

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

2015-05-09 Thread Eric Bélanger
Date: Sunday, May 10, 2015 @ 01:20:06
  Author: eric
Revision: 238777

upgpkg: liferea 1.10.15-1

Upstream update

Modified:
  liferea/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-05-09 21:42:16 UTC (rev 238776)
+++ PKGBUILD2015-05-09 23:20:06 UTC (rev 238777)
@@ -2,7 +2,7 @@
 # Maintainer: Eric Bélanger 
 
 pkgname=liferea
-pkgver=1.10.14
+pkgver=1.10.15
 pkgrel=1
 pkgdesc="A desktop news aggregator for online news feeds and weblogs"
 arch=('i686' 'x86_64')
@@ -10,7 +10,7 @@
 license=('GPL')
 depends=('webkitgtk' 'libnotify' 'json-glib' 'libpeas' 'python2-gobject' 
  'gnome-icon-theme' 'desktop-file-utils')
-makedepends=('intltool')
+makedepends=('intltool' 'gobject-introspection')
 optdepends=('gnome-keyring: for keyring plugin support'
 'libgnome-keyring: for keyring plugin support'
'gst-plugins-base: for media player plugin support'
@@ -19,7 +19,7 @@
 options=('!emptydirs')
 install=liferea.install
 
source=(https://github.com/lwindolf/liferea/releases/download/v${pkgver}/liferea-${pkgver}.tar.bz2)
-sha1sums=('ffdd505d01473b1ec29a3da292632f474b9b83fb')
+sha1sums=('5325d1fc06417abd4de5568fa87daf0c7f3e9c82')
 
 build() {
   cd liferea-${pkgver}


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

2015-05-09 Thread Anatol Pomozov
Date: Sunday, May 10, 2015 @ 00:58:59
  Author: anatolik
Revision: 133149

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

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

-+
 community-staging-i686/PKGBUILD |   39 ++
 community-staging-i686/grafx2.install   |   14 ++
 community-staging-x86_64/PKGBUILD   |   39 ++
 community-staging-x86_64/grafx2.install |   14 ++
 4 files changed, 106 insertions(+)

Copied: grafx2/repos/community-staging-i686/PKGBUILD (from rev 133148, 
grafx2/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2015-05-09 22:58:59 UTC (rev 133149)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Alexander Rødseth 
+# Contributor: Simon Parzer 
+
+pkgname=grafx2
+pkgver=2.4
+pkgrel=7
+_pkgrev=2035
+pkgdesc='Pixelart-oriented painting program'
+arch=('x86_64' 'i686')
+url='http://pulkomandy.tk/projects/GrafX2'
+license=('GPL2')
+install="$pkgname.install"
+depends=('sdl_ttf' 'sdl_image' 'lua' 'desktop-file-utils' 
'gtk-update-icon-cache')
+makedepends=('gendesk')
+options=('!emptydirs')
+source=("http://pulkomandy.tk/projects/GrafX2/downloads/$pkgname-$pkgver.$_pkgrev-src.tgz";)
+sha256sums=('5818caea63cd3cf3318baf01dd20f81ec61e4514443000c80a41b68ab3f17a6b')
+
+prepare() {
+  gendesk -f -n --pkgname "$pkgname" --pkgdesc "$pkgdesc" --name 'GrafX2' \
+--genericname 'Drawing program' --exec 'grafx2 %U' \
+--mimetypes 'image/bmp;image/gif;image/png;image/x-tga;image/tiff' \
+--categories 'Graphics;2DGraphics;RasterGraphics'
+}
+
+build() {
+  make -C "$pkgname/src"
+}
+
+package() {
+  make -C "$pkgname/src" prefix=/usr DESTDIR="$pkgdir" install
+  install -Dm644 "$pkgname.desktop" \
+"$pkgdir/usr/share/applications/$pkgname.desktop"
+  install -Dm644 "$pkgname/doc/README.txt" \
+"$pkgdir/usr/share/doc/$pkgname/readme.txt"
+}
+
+# vim:set ts=2 sw=2 et:

Copied: grafx2/repos/community-staging-i686/grafx2.install (from rev 133148, 
grafx2/trunk/grafx2.install)
===
--- community-staging-i686/grafx2.install   (rev 0)
+++ community-staging-i686/grafx2.install   2015-05-09 22:58:59 UTC (rev 
133149)
@@ -0,0 +1,14 @@
+post_upgrade() {
+  gtk-update-icon-cache -q -f -t /usr/share/icons/hicolor
+  update-desktop-database -q
+}
+
+post_install() {
+  post_upgrade
+}
+
+post_remove() {
+  post_upgrade
+}
+
+# vim:set ts=2 sw=2 et:

Copied: grafx2/repos/community-staging-x86_64/PKGBUILD (from rev 133148, 
grafx2/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2015-05-09 22:58:59 UTC (rev 133149)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Alexander Rødseth 
+# Contributor: Simon Parzer 
+
+pkgname=grafx2
+pkgver=2.4
+pkgrel=7
+_pkgrev=2035
+pkgdesc='Pixelart-oriented painting program'
+arch=('x86_64' 'i686')
+url='http://pulkomandy.tk/projects/GrafX2'
+license=('GPL2')
+install="$pkgname.install"
+depends=('sdl_ttf' 'sdl_image' 'lua' 'desktop-file-utils' 
'gtk-update-icon-cache')
+makedepends=('gendesk')
+options=('!emptydirs')
+source=("http://pulkomandy.tk/projects/GrafX2/downloads/$pkgname-$pkgver.$_pkgrev-src.tgz";)
+sha256sums=('5818caea63cd3cf3318baf01dd20f81ec61e4514443000c80a41b68ab3f17a6b')
+
+prepare() {
+  gendesk -f -n --pkgname "$pkgname" --pkgdesc "$pkgdesc" --name 'GrafX2' \
+--genericname 'Drawing program' --exec 'grafx2 %U' \
+--mimetypes 'image/bmp;image/gif;image/png;image/x-tga;image/tiff' \
+--categories 'Graphics;2DGraphics;RasterGraphics'
+}
+
+build() {
+  make -C "$pkgname/src"
+}
+
+package() {
+  make -C "$pkgname/src" prefix=/usr DESTDIR="$pkgdir" install
+  install -Dm644 "$pkgname.desktop" \
+"$pkgdir/usr/share/applications/$pkgname.desktop"
+  install -Dm644 "$pkgname/doc/README.txt" \
+"$pkgdir/usr/share/doc/$pkgname/readme.txt"
+}
+
+# vim:set ts=2 sw=2 et:

Copied: grafx2/repos/community-staging-x86_64/grafx2.install (from rev 133148, 
grafx2/trunk/grafx2.install)
===
--- community-staging-x86_64/grafx2.install (rev 0)
+++ community-staging-x86_64/grafx2.install 2015-05-09 22:58:59 UTC (rev 

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

2015-05-09 Thread Anatol Pomozov
Date: Sunday, May 10, 2015 @ 00:57:58
  Author: anatolik
Revision: 133148

Lua 5.3 rebuild

Modified:
  grafx2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-05-09 22:28:42 UTC (rev 133147)
+++ PKGBUILD2015-05-09 22:57:58 UTC (rev 133148)
@@ -4,7 +4,7 @@
 
 pkgname=grafx2
 pkgver=2.4
-pkgrel=6
+pkgrel=7
 _pkgrev=2035
 pkgdesc='Pixelart-oriented painting program'
 arch=('x86_64' 'i686')


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

2015-05-09 Thread Daniel Micay
Date: Sunday, May 10, 2015 @ 00:28:42
  Author: thestinger
Revision: 133147

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

Added:
  linux-grsec/repos/community-i686/PKGBUILD
(from rev 133146, linux-grsec/trunk/PKGBUILD)
  linux-grsec/repos/community-i686/change-default-console-loglevel.patch
(from rev 133146, linux-grsec/trunk/change-default-console-loglevel.patch)
  linux-grsec/repos/community-i686/config
(from rev 133146, linux-grsec/trunk/config)
  linux-grsec/repos/community-i686/config.x86_64
(from rev 133146, linux-grsec/trunk/config.x86_64)
  linux-grsec/repos/community-i686/linux-grsec.install
(from rev 133146, linux-grsec/trunk/linux-grsec.install)
  linux-grsec/repos/community-i686/linux.preset
(from rev 133146, linux-grsec/trunk/linux.preset)
  linux-grsec/repos/community-x86_64/PKGBUILD
(from rev 133146, linux-grsec/trunk/PKGBUILD)
  linux-grsec/repos/community-x86_64/change-default-console-loglevel.patch
(from rev 133146, linux-grsec/trunk/change-default-console-loglevel.patch)
  linux-grsec/repos/community-x86_64/config
(from rev 133146, linux-grsec/trunk/config)
  linux-grsec/repos/community-x86_64/config.x86_64
(from rev 133146, linux-grsec/trunk/config.x86_64)
  linux-grsec/repos/community-x86_64/linux-grsec.install
(from rev 133146, linux-grsec/trunk/linux-grsec.install)
  linux-grsec/repos/community-x86_64/linux.preset
(from rev 133146, linux-grsec/trunk/linux.preset)
Deleted:
  linux-grsec/repos/community-i686/PKGBUILD
  linux-grsec/repos/community-i686/change-default-console-loglevel.patch
  linux-grsec/repos/community-i686/config
  linux-grsec/repos/community-i686/config.x86_64
  linux-grsec/repos/community-i686/linux-grsec.install
  linux-grsec/repos/community-i686/linux.preset
  linux-grsec/repos/community-x86_64/PKGBUILD
  linux-grsec/repos/community-x86_64/change-default-console-loglevel.patch
  linux-grsec/repos/community-x86_64/config
  linux-grsec/repos/community-x86_64/config.x86_64
  linux-grsec/repos/community-x86_64/linux-grsec.install
  linux-grsec/repos/community-x86_64/linux.preset

+
 /PKGBUILD  |  650 
 /change-default-console-loglevel.patch |   22 
 /config|15030 +++
 /config.x86_64 |14446 ++
 /linux-grsec.install   |   74 
 /linux.preset  |   28 
 community-i686/PKGBUILD|  325 
 community-i686/change-default-console-loglevel.patch   |   11 
 community-i686/config  | 7515 ---
 community-i686/config.x86_64   | 7223 ---
 community-i686/linux-grsec.install |   37 
 community-i686/linux.preset|   14 
 community-x86_64/PKGBUILD  |  325 
 community-x86_64/change-default-console-loglevel.patch |   11 
 community-x86_64/config| 7515 ---
 community-x86_64/config.x86_64 | 7223 ---
 community-x86_64/linux-grsec.install   |   37 
 community-x86_64/linux.preset  |   14 
 18 files changed, 30250 insertions(+), 30250 deletions(-)

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


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

2015-05-09 Thread Daniel Micay
Date: Sunday, May 10, 2015 @ 00:27:42
  Author: thestinger
Revision: 133146

upgpkg: linux-grsec 4.0.2.201505091724-1

Modified:
  linux-grsec/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-05-09 21:35:57 UTC (rev 133145)
+++ PKGBUILD2015-05-09 22:27:42 UTC (rev 133146)
@@ -9,7 +9,7 @@
 _srcname=linux-4.0
 _pkgver=4.0.2
 _grsecver=3.1
-_timestamp=201505072057
+_timestamp=201505091724
 _grsec_patch="grsecurity-$_grsecver-$_pkgver-$_timestamp.patch"
 pkgver=$_pkgver.$_timestamp
 pkgrel=1
@@ -34,7 +34,7 @@
 'SKIP'
 'c879ac300e9c1c8d2433ad9c66be5d374d15cf2175ac9876fb22d7d53a6b2e3b'
 'SKIP'
-'62b75881f2bc760c585f77b73c335fbf439db042eb456abb8765fc644d7b5b5a'
+'07ca40dd103214ce38304d58184d4704ec56f5456af47a39138994395a38f343'
 'SKIP'
 '3ec9745e2cde88012480be6f45456c7226c1dcedf137b9d93441f3d891eae57d'
 '1e03da0a93bad6f5a6b11783903990716771cb78db3397c0773c18ac0f883488'


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

2015-05-09 Thread Allan McRae
Date: Saturday, May 9, 2015 @ 23:42:16
  Author: allan
Revision: 238776

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

Added:
  binutils/repos/testing-i686/PKGBUILD
(from rev 238775, binutils/trunk/PKGBUILD)
  binutils/repos/testing-i686/binutils-e9c1bdad.patch
(from rev 238775, binutils/trunk/binutils-e9c1bdad.patch)
  binutils/repos/testing-i686/binutils.install
(from rev 238775, binutils/trunk/binutils.install)
  binutils/repos/testing-x86_64/PKGBUILD
(from rev 238775, binutils/trunk/PKGBUILD)
  binutils/repos/testing-x86_64/binutils-e9c1bdad.patch
(from rev 238775, binutils/trunk/binutils-e9c1bdad.patch)
  binutils/repos/testing-x86_64/binutils.install
(from rev 238775, binutils/trunk/binutils.install)
Deleted:
  binutils/repos/testing-i686/PKGBUILD
  binutils/repos/testing-i686/binutils.install
  binutils/repos/testing-x86_64/PKGBUILD
  binutils/repos/testing-x86_64/binutils.install

+
 /PKGBUILD  |  148 +++
 /binutils.install  |   34 +++
 testing-i686/PKGBUILD  |   71 --
 testing-i686/binutils-e9c1bdad.patch   |   78 
 testing-i686/binutils.install  |   17 ---
 testing-x86_64/PKGBUILD|   71 --
 testing-x86_64/binutils-e9c1bdad.patch |   78 
 testing-x86_64/binutils.install|   17 ---
 8 files changed, 338 insertions(+), 176 deletions(-)

Deleted: testing-i686/PKGBUILD
===
--- testing-i686/PKGBUILD   2015-05-09 21:40:39 UTC (rev 238775)
+++ testing-i686/PKGBUILD   2015-05-09 21:42:16 UTC (rev 238776)
@@ -1,71 +0,0 @@
-# $Id$
-# Maintainer: Allan McRae 
-
-# toolchain build order: 
linux-api-headers->glibc->binutils->gcc->binutils->glibc
-
-pkgname=binutils
-pkgver=2.25
-pkgrel=4
-_commit=c42c779b
-pkgdesc="A set of programs to assemble and manipulate binary and object files"
-arch=('i686' 'x86_64')
-url="http://www.gnu.org/software/binutils/";
-license=('GPL')
-groups=('base-devel')
-depends=('glibc>=2.20' 'zlib')
-checkdepends=('dejagnu' 'bc')
-conflicts=('binutils-multilib')
-replaces=('binutils-multilib')
-options=('staticlibs' '!distcc' '!ccache')
-install=binutils.install
-source=(ftp://ftp.gnu.org/gnu/binutils/binutils-${pkgver}.tar.bz2{,.sig}
-
binutils-${pkgver}-roundup-${_commit}.patch::https://sourceware.org/git/gitweb.cgi\?p=binutils-gdb.git\;a=commitdiff_plain\;h=${_commit}\;hp=binutils-2_25)
-md5sums=('d9f3303f802a5b6b0bb73a335ab89d66'
- 'SKIP'
- '3df8fd5d9dd7cc67413d3816c7584297')
-validpgpkeys=('EAF1C276A747E9ED86210CBAC3126D3B4AE55E93')  # Tristan Gingold
-
-prepare() {
-  cd ${srcdir}/binutils-${pkgver}
-  patch -p1 -i $srcdir/binutils-${pkgver}-roundup-${_commit}.patch
-
-  # hack! - libiberty configure tests for header files using "$CPP $CPPFLAGS"
-  sed -i "/ac_cpp=/s/\$CPPFLAGS/\$CPPFLAGS -O2/" libiberty/configure
-
-  mkdir ${srcdir}/binutils-build
-}
-
-build() {
-  cd ${srcdir}/binutils-build
-
-  ${srcdir}/binutils-${pkgver}/configure --prefix=/usr \
---with-lib-path=/usr/lib:/usr/local/lib \
---with-bugurl=https://bugs.archlinux.org/ \
---enable-threads --enable-shared --with-pic \
---enable-ld=default --enable-gold --enable-plugins \
---disable-werror
-
-  # check the host environment and makes sure all the necessary tools are 
available
-  make configure-host
-
-  make tooldir=/usr
-}
-
-check() {
-  cd ${srcdir}/binutils-build
-  
-  # unset LDFLAGS as testsuite makes assumptions about which ones are active
-  # ignore failures in gold testsuite...
-  make -k LDFLAGS="" check || true
-}
-
-package() {
-  cd ${srcdir}/binutils-build
-  make prefix=${pkgdir}/usr tooldir=${pkgdir}/usr install
-
-  # Remove unwanted files
-  rm ${pkgdir}/usr/share/man/man1/{dlltool,nlmconv,windres,windmc}*
-
-  # No shared linking to these files outside binutils
-  rm ${pkgdir}/usr/lib/lib{bfd,opcodes}.so
-}

Copied: binutils/repos/testing-i686/PKGBUILD (from rev 238775, 
binutils/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2015-05-09 21:42:16 UTC (rev 238776)
@@ -0,0 +1,74 @@
+# $Id$
+# Maintainer: Allan McRae 
+
+# toolchain build order: 
linux-api-headers->glibc->binutils->gcc->binutils->glibc
+
+# build from head of release branch as bug fix releases are rare
+
+pkgname=binutils
+pkgver=2.25
+pkgrel=5
+_commit=69352378
+pkgdesc="A set of programs to assemble and manipulate binary and object files"
+arch=('i686' 'x86_64')
+url="http://www.gnu.org/software/binutils/";
+license=('GPL')
+groups=('base-devel')
+depends=('glibc>=2.20' 'zlib')
+makedepends=('git')
+checkdepends=('dejagnu' 'bc')
+conflicts=('binutils-multilib')
+replaces=('binutils-multilib')
+options=('staticlibs' '!distcc' '

[arch-commits] Commit in binutils/trunk (PKGBUILD binutils-e9c1bdad.patch)

2015-05-09 Thread Allan McRae
Date: Saturday, May 9, 2015 @ 23:40:39
  Author: allan
Revision: 238775

upgpkg: binutils 2.25-5

use git to build from release branch as bug fix releases are rare, pull patch 
to fix qt issues with gcc-5

Added:
  binutils/trunk/binutils-e9c1bdad.patch
Modified:
  binutils/trunk/PKGBUILD

-+
 PKGBUILD|   27 ---
 binutils-e9c1bdad.patch |   78 ++
 2 files changed, 93 insertions(+), 12 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-05-09 21:17:54 UTC (rev 238774)
+++ PKGBUILD2015-05-09 21:40:39 UTC (rev 238775)
@@ -3,10 +3,12 @@
 
 # toolchain build order: 
linux-api-headers->glibc->binutils->gcc->binutils->glibc
 
+# build from head of release branch as bug fix releases are rare
+
 pkgname=binutils
 pkgver=2.25
-pkgrel=4
-_commit=c42c779b
+pkgrel=5
+_commit=69352378
 pkgdesc="A set of programs to assemble and manipulate binary and object files"
 arch=('i686' 'x86_64')
 url="http://www.gnu.org/software/binutils/";
@@ -13,22 +15,23 @@
 license=('GPL')
 groups=('base-devel')
 depends=('glibc>=2.20' 'zlib')
+makedepends=('git')
 checkdepends=('dejagnu' 'bc')
 conflicts=('binutils-multilib')
 replaces=('binutils-multilib')
 options=('staticlibs' '!distcc' '!ccache')
 install=binutils.install
-source=(ftp://ftp.gnu.org/gnu/binutils/binutils-${pkgver}.tar.bz2{,.sig}
-
binutils-${pkgver}-roundup-${_commit}.patch::https://sourceware.org/git/gitweb.cgi\?p=binutils-gdb.git\;a=commitdiff_plain\;h=${_commit}\;hp=binutils-2_25)
-md5sums=('d9f3303f802a5b6b0bb73a335ab89d66'
- 'SKIP'
- '3df8fd5d9dd7cc67413d3816c7584297')
-validpgpkeys=('EAF1C276A747E9ED86210CBAC3126D3B4AE55E93')  # Tristan Gingold
+source=(git://sourceware.org/git/binutils-gdb.git#commit=${_commit}
+binutils-e9c1bdad.patch)
+md5sums=('SKIP'
+ 'eb3aceaab8ed26e06d505f82beb30f8f')
 
 prepare() {
-  cd ${srcdir}/binutils-${pkgver}
-  patch -p1 -i $srcdir/binutils-${pkgver}-roundup-${_commit}.patch
+  cd ${srcdir}/binutils-gdb
 
+  # https://sourceware.org/bugzilla/show_bug.cgi?id=16992
+  patch -p1 -i ${srcdir}/binutils-e9c1bdad.patch
+
   # hack! - libiberty configure tests for header files using "$CPP $CPPFLAGS"
   sed -i "/ac_cpp=/s/\$CPPFLAGS/\$CPPFLAGS -O2/" libiberty/configure
 
@@ -38,12 +41,12 @@
 build() {
   cd ${srcdir}/binutils-build
 
-  ${srcdir}/binutils-${pkgver}/configure --prefix=/usr \
+  ${srcdir}/binutils-gdb/configure --prefix=/usr \
 --with-lib-path=/usr/lib:/usr/local/lib \
 --with-bugurl=https://bugs.archlinux.org/ \
 --enable-threads --enable-shared --with-pic \
 --enable-ld=default --enable-gold --enable-plugins \
---disable-werror
+--disable-werror --disable-gdb
 
   # check the host environment and makes sure all the necessary tools are 
available
   make configure-host

Added: binutils-e9c1bdad.patch
===
--- binutils-e9c1bdad.patch (rev 0)
+++ binutils-e9c1bdad.patch 2015-05-09 21:40:39 UTC (rev 238775)
@@ -0,0 +1,78 @@
+diff --git a/gold/layout.cc b/gold/layout.cc
+index bcdaac8..7836640 100644
+--- a/gold/layout.cc
 b/gold/layout.cc
+@@ -4873,7 +4873,8 @@ Layout::finish_dynamic_section(const Input_objects* 
input_objects,
+ flags |= elfcpp::DF_STATIC_TLS;
+   if (parameters->options().origin())
+ flags |= elfcpp::DF_ORIGIN;
+-  if (parameters->options().Bsymbolic())
++  if (parameters->options().Bsymbolic()
++  && !parameters->options().have_dynamic_list())
+ {
+   flags |= elfcpp::DF_SYMBOLIC;
+   // Add DT_SYMBOLIC for compatibility with older loaders.
+diff --git a/gold/options.cc b/gold/options.cc
+index 7eb8f27..7f1f69e 100644
+--- a/gold/options.cc
 b/gold/options.cc
+@@ -1200,13 +1200,6 @@ General_options::finalize()
+   // in the path, as appropriate.
+   this->add_sysroot();
+ 
+-  // --dynamic-list overrides -Bsymbolic and -Bsymbolic-functions.
+-  if (this->have_dynamic_list())
+-{
+-  this->set_Bsymbolic(false);
+-  this->set_Bsymbolic_functions(false);
+-}
+-
+   // Now that we've normalized the options, check for contradictory ones.
+   if (this->shared() && this->is_static())
+ gold_fatal(_("-shared and -static are incompatible"));
+diff --git a/gold/symtab.h b/gold/symtab.h
+index aa0cb68..9413360 100644
+--- a/gold/symtab.h
 b/gold/symtab.h
+@@ -604,10 +604,8 @@ class Symbol
+ if (parameters->options().in_dynamic_list(this->name()))
+   return true;
+ 
+-// If the user used -Bsymbolic or provided a --dynamic-list script,
+-// then nothing (else) is preemptible.
+-if (parameters->options().Bsymbolic()
+-|| parameters->options().have_dynamic_list())
++// If the user used -Bsymbolic, then nothing (else) is preemptible.
++if (parameters->options().Bsymbolic())
+   return false;
+ 
+ //

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

2015-05-09 Thread Eric Bélanger
Date: Saturday, May 9, 2015 @ 23:35:57
  Author: eric
Revision: 133145

archrelease: copy trunk to community-any

Added:
  youtube-dl/repos/community-any/PKGBUILD
(from rev 133144, youtube-dl/trunk/PKGBUILD)
Deleted:
  youtube-dl/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2015-05-09 21:34:06 UTC (rev 133144)
+++ PKGBUILD2015-05-09 21:35:57 UTC (rev 133145)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Eric Bélanger 
-
-pkgname=youtube-dl
-pkgver=2015.04.26
-pkgrel=1
-pkgdesc="A small command-line program to download videos from YouTube.com and 
a few more sites"
-arch=('any')
-url="http://rg3.github.io/youtube-dl/";
-license=('custom')
-depends=('python' 'python-setuptools')
-optdepends=('ffmpeg: for video post-processing'
-'rtmpdump: for rtmp streams support')
-source=(http://youtube-dl.org/downloads/${pkgver}/${pkgname}-${pkgver}.tar.gz
-
http://youtube-dl.org/downloads/${pkgver}/${pkgname}-${pkgver}.tar.gz.sig)
-sha1sums=('868f37b40727d6d533ddfaf9305f9bf1a05a7c21'
-  'SKIP')
-validpgpkeys=('7D33D762FD6C35130481347FDB4B54CBA4826A18')
-
-prepare() {
-  cd ${pkgname}
-  sed -i 's|etc/bash_completion.d|share/bash-completion/completions|' setup.py
-  sed -i 's|etc/fish/completions|share/fish/completions|' setup.py
-}
-
-package() {
-  cd ${pkgname}
-  python setup.py install --root="${pkgdir}/" --optimize=1
-  mv 
"${pkgdir}/usr/share/bash-completion/completions/youtube-dl.bash-completion" \
- "${pkgdir}/usr/share/bash-completion/completions/youtube-dl"
-  install -Dm644 youtube-dl.zsh 
"${pkgdir}/usr/share/zsh/site-functions/_youtube-dl"
-  install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}

Copied: youtube-dl/repos/community-any/PKGBUILD (from rev 133144, 
youtube-dl/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-05-09 21:35:57 UTC (rev 133145)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Eric Bélanger 
+
+pkgname=youtube-dl
+pkgver=2015.05.04
+pkgrel=1
+pkgdesc="A small command-line program to download videos from YouTube.com and 
a few more sites"
+arch=('any')
+url="http://rg3.github.io/youtube-dl/";
+license=('custom')
+depends=('python' 'python-setuptools')
+optdepends=('ffmpeg: for video post-processing'
+'rtmpdump: for rtmp streams support')
+source=(http://youtube-dl.org/downloads/${pkgver}/${pkgname}-${pkgver}.tar.gz
+
http://youtube-dl.org/downloads/${pkgver}/${pkgname}-${pkgver}.tar.gz.sig)
+sha1sums=('653aa9c8bb863fffa91ce60b917a30ce9abd2700'
+  'SKIP')
+validpgpkeys=('7D33D762FD6C35130481347FDB4B54CBA4826A18')
+
+prepare() {
+  cd ${pkgname}
+  sed -i 's|etc/bash_completion.d|share/bash-completion/completions|' setup.py
+  sed -i 's|etc/fish/completions|share/fish/completions|' setup.py
+}
+
+package() {
+  cd ${pkgname}
+  python setup.py install --root="${pkgdir}/" --optimize=1
+  mv 
"${pkgdir}/usr/share/bash-completion/completions/youtube-dl.bash-completion" \
+ "${pkgdir}/usr/share/bash-completion/completions/youtube-dl"
+  install -Dm644 youtube-dl.zsh 
"${pkgdir}/usr/share/zsh/site-functions/_youtube-dl"
+  install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}


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

2015-05-09 Thread Eric Bélanger
Date: Saturday, May 9, 2015 @ 23:34:06
  Author: eric
Revision: 133144

upgpkg: youtube-dl 2015.05.04-1

Upstream update

Modified:
  youtube-dl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-05-09 20:43:24 UTC (rev 133143)
+++ PKGBUILD2015-05-09 21:34:06 UTC (rev 133144)
@@ -2,7 +2,7 @@
 # Maintainer: Eric Bélanger 
 
 pkgname=youtube-dl
-pkgver=2015.04.26
+pkgver=2015.05.04
 pkgrel=1
 pkgdesc="A small command-line program to download videos from YouTube.com and 
a few more sites"
 arch=('any')
@@ -13,7 +13,7 @@
 'rtmpdump: for rtmp streams support')
 source=(http://youtube-dl.org/downloads/${pkgver}/${pkgname}-${pkgver}.tar.gz
 
http://youtube-dl.org/downloads/${pkgver}/${pkgname}-${pkgver}.tar.gz.sig)
-sha1sums=('868f37b40727d6d533ddfaf9305f9bf1a05a7c21'
+sha1sums=('653aa9c8bb863fffa91ce60b917a30ce9abd2700'
   'SKIP')
 validpgpkeys=('7D33D762FD6C35130481347FDB4B54CBA4826A18')
 


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

2015-05-09 Thread Eric Bélanger
Date: Saturday, May 9, 2015 @ 23:17:54
  Author: eric
Revision: 238774

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

Added:
  rrdtool/repos/extra-i686/PKGBUILD
(from rev 238773, rrdtool/trunk/PKGBUILD)
  rrdtool/repos/extra-x86_64/PKGBUILD
(from rev 238773, rrdtool/trunk/PKGBUILD)
Deleted:
  rrdtool/repos/extra-i686/PKGBUILD
  rrdtool/repos/extra-i686/rrdtool-pangofont.patch
  rrdtool/repos/extra-i686/rrdtool-systemd.patch
  rrdtool/repos/extra-x86_64/PKGBUILD
  rrdtool/repos/extra-x86_64/rrdtool-pangofont.patch
  rrdtool/repos/extra-x86_64/rrdtool-systemd.patch

--+
 /PKGBUILD|   88 
 extra-i686/PKGBUILD  |   48 ---
 extra-i686/rrdtool-pangofont.patch   |   38 
 extra-i686/rrdtool-systemd.patch |  140 -
 extra-x86_64/PKGBUILD|   48 ---
 extra-x86_64/rrdtool-pangofont.patch |   38 
 extra-x86_64/rrdtool-systemd.patch   |  140 -
 7 files changed, 88 insertions(+), 452 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-05-09 21:15:00 UTC (rev 238773)
+++ extra-i686/PKGBUILD 2015-05-09 21:17:54 UTC (rev 238774)
@@ -1,48 +0,0 @@
-# $Id$
-# Maintainer: Eric Bélanger 
-
-pkgname=rrdtool
-pkgver=1.4.9
-pkgrel=1
-pkgdesc="Data logging and graphing application"
-arch=('i686' 'x86_64')
-url="http://www.rrdtool.org";
-license=('GPL' 'custom')
-depends=('libxml2' 'pango' 'ttf-dejavu')
-makedepends=('intltool' 'ruby' 'python2' 'tcl' 'lua51')
-optdepends=('tcl: to use corresponding binding' \
-'python2: to use corresponding binding' \
-'ruby: to use corresponding binding' \
-'lua51: to use corresponding binding')
-options=('!emptydirs' '!makeflags')
-source=(http://oss.oetiker.ch/rrdtool/pub/rrdtool-${pkgver}.tar.gz 
-rrdtool-pangofont.patch rrdtool-systemd.patch)
-sha1sums=('c83b158b4aaadbf28b15823fa863db1672700d3b'
-  '6594d5e53d649753eefefc4e29db79e19745f66d'
-  '963b600f8056d85305b6ff4554fa1e7b9b5a4ae1')
-
-prepare() {
-  cd ${pkgname}-${pkgver}
-  # fix FS#28521 make ruby install to vendor_ruby instead of site_ruby
-  sed -e 's/$(RUBY) extconf.rb/& --vendor/' -i bindings/Makefile.am
-  patch -p1 -i "${srcdir}/rrdtool-pangofont.patch"
-  patch -p1 -i "${srcdir}/rrdtool-systemd.patch"
-}
-
-build() {
-  cd ${pkgname}-${pkgver}
-  autoreconf
-  PYTHON=python2 LUA=/usr/bin/lua5.1 \
-LUA_CFLAGS="-I/usr/include/lua5.1 -llua5.1" 
LUA_INSTALL_CMOD="/usr/lib/lua/5.1" \
-./configure --prefix=/usr --localstatedir=/var --disable-rpath \
---enable-perl --enable-perl-site-install 
--with-perl-options='INSTALLDIRS=vendor' \
---enable-ruby --enable-ruby-site-install --enable-python \
---enable-lua --enable-lua-site-install --enable-tcl --disable-libwrap
-  make LIBS+="-lglib-2.0"
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR="${pkgdir}" includedir=/usr/include install
-  install -D -m644 COPYRIGHT "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}

Copied: rrdtool/repos/extra-i686/PKGBUILD (from rev 238773, 
rrdtool/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-05-09 21:17:54 UTC (rev 238774)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Eric Bélanger 
+
+pkgname=rrdtool
+pkgver=1.5.3
+pkgrel=1
+pkgdesc="Data logging and graphing application"
+arch=('i686' 'x86_64')
+url="http://www.rrdtool.org";
+license=('GPL' 'custom')
+depends=('libxml2' 'pango' 'ttf-dejavu')
+makedepends=('intltool' 'ruby' 'python2' 'tcl' 'lua51')
+optdepends=('tcl: to use corresponding binding' \
+'python2: to use corresponding binding' \
+'ruby: to use corresponding binding' \
+'lua51: to use corresponding binding')
+options=('!emptydirs' '!makeflags')
+source=(http://oss.oetiker.ch/rrdtool/pub/rrdtool-${pkgver}.tar.gz)
+sha1sums=('38e7e8a382f7937c4344fce33dc15a88e9b2e48a')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+  # fix FS#28521 make ruby install to vendor_ruby instead of site_ruby
+  sed -e 's/$(RUBY) ${abs_srcdir}\/ruby\/extconf.rb/& --vendor/' -i 
bindings/Makefile.am
+  aclocal
+  automake
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+  PYTHON=python2 LUA=/usr/bin/lua5.1 \
+LUA_CFLAGS="-I/usr/include/lua5.1 -llua5.1" 
LUA_INSTALL_CMOD="/usr/lib/lua/5.1" \
+./configure --prefix=/usr --localstatedir=/var --disable-rpath \
+--enable-perl --enable-perl-site-install 
--with-perl-options='INSTALLDIRS=vendor' \
+--enable-ruby --enable-ruby-site-install --enable-python \
+--enable-lua --enable-lua-site-install --enable-tcl --disable-libwrap
+  make LIBS+="-lglib-2.0"
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" includedir=/usr/include install
+  in

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

2015-05-09 Thread Eric Bélanger
Date: Saturday, May 9, 2015 @ 23:15:00
  Author: eric
Revision: 238773

upgpkg: rrdtool 1.5.3-1

Upstream update, Remove old patches

Modified:
  rrdtool/trunk/PKGBUILD
Deleted:
  rrdtool/trunk/rrdtool-pangofont.patch
  rrdtool/trunk/rrdtool-systemd.patch

-+
 PKGBUILD|   16 +
 rrdtool-pangofont.patch |   38 
 rrdtool-systemd.patch   |  140 --
 3 files changed, 6 insertions(+), 188 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-05-09 19:40:00 UTC (rev 238772)
+++ PKGBUILD2015-05-09 21:15:00 UTC (rev 238773)
@@ -2,7 +2,7 @@
 # Maintainer: Eric Bélanger 
 
 pkgname=rrdtool
-pkgver=1.4.9
+pkgver=1.5.3
 pkgrel=1
 pkgdesc="Data logging and graphing application"
 arch=('i686' 'x86_64')
@@ -15,23 +15,19 @@
 'ruby: to use corresponding binding' \
 'lua51: to use corresponding binding')
 options=('!emptydirs' '!makeflags')
-source=(http://oss.oetiker.ch/rrdtool/pub/rrdtool-${pkgver}.tar.gz 
-rrdtool-pangofont.patch rrdtool-systemd.patch)
-sha1sums=('c83b158b4aaadbf28b15823fa863db1672700d3b'
-  '6594d5e53d649753eefefc4e29db79e19745f66d'
-  '963b600f8056d85305b6ff4554fa1e7b9b5a4ae1')
+source=(http://oss.oetiker.ch/rrdtool/pub/rrdtool-${pkgver}.tar.gz)
+sha1sums=('38e7e8a382f7937c4344fce33dc15a88e9b2e48a')
 
 prepare() {
   cd ${pkgname}-${pkgver}
   # fix FS#28521 make ruby install to vendor_ruby instead of site_ruby
-  sed -e 's/$(RUBY) extconf.rb/& --vendor/' -i bindings/Makefile.am
-  patch -p1 -i "${srcdir}/rrdtool-pangofont.patch"
-  patch -p1 -i "${srcdir}/rrdtool-systemd.patch"
+  sed -e 's/$(RUBY) ${abs_srcdir}\/ruby\/extconf.rb/& --vendor/' -i 
bindings/Makefile.am
+  aclocal
+  automake
 }
 
 build() {
   cd ${pkgname}-${pkgver}
-  autoreconf
   PYTHON=python2 LUA=/usr/bin/lua5.1 \
 LUA_CFLAGS="-I/usr/include/lua5.1 -llua5.1" 
LUA_INSTALL_CMOD="/usr/lib/lua/5.1" \
 ./configure --prefix=/usr --localstatedir=/var --disable-rpath \

Deleted: rrdtool-pangofont.patch
===
--- rrdtool-pangofont.patch 2015-05-09 19:40:00 UTC (rev 238772)
+++ rrdtool-pangofont.patch 2015-05-09 21:15:00 UTC (rev 238773)
@@ -1,38 +0,0 @@
-From ba76d4915eb3d379d69205957e48edea4aee27b6 Mon Sep 17 00:00:00 2001
-From: Tobias Oetiker 
-Date: Wed, 24 Apr 2013 23:49:28 +0200
-Subject: [PATCH] move to non-deprecated pango_font_map_create_context
-

- configure.ac| 2 +-
- src/rrd_graph.c | 2 +-
- 2 files changed, 2 insertions(+), 2 deletions(-)
-
-diff --git a/configure.ac b/configure.ac
-index 2f9e395..d6b2722 100644
 a/configure.ac
-+++ b/configure.ac
-@@ -535,6 +535,6 @@ EX_CHECK_ALL(cairo,  cairo_font_options_create, 
cairo.h,
- EX_CHECK_ALL(cairo,  cairo_svg_surface_create,  cairo-svg.h,  
  cairo-svg,   1.10.2,  http://cairographics.org/releases/, "")
- EX_CHECK_ALL(cairo,  cairo_pdf_surface_create,  cairo-pdf.h,  
  cairo-pdf,   1.10.2,  http://cairographics.org/releases/, "")
- EX_CHECK_ALL(cairo,  cairo_ps_surface_create,   cairo-ps.h,   
  cairo-ps,1.10.2,  http://cairographics.org/releases/, "")
--EX_CHECK_ALL(pangocairo-1.0,  pango_cairo_context_set_font_options,  
pango/pango.h,  pangocairo,  1.28.4,
http://ftp.gnome.org/pub/GNOME/sources/pango/1.28, "")
-+EX_CHECK_ALL(pangocairo-1.0,  pango_font_map_create_context,  pango/pango.h,  
pangocairo,  1.28.4,http://ftp.gnome.org/pub/GNOME/sources/pango/1.28, "")
- fi
- EX_CHECK_ALL(xml2,   xmlParseFile,  libxml/parser.h,  
  libxml-2.0,2.7.8,  http://xmlsoft.org/downloads.html, 
/usr/include/libxml2)
-diff --git a/src/rrd_graph.c b/src/rrd_graph.c
-index 5547aa6..25ae485 100644
 a/src/rrd_graph.c
-+++ b/src/rrd_graph.c
-@@ -4282,7 +4282,7 @@ void rrd_graph_init(
- fontmap = pango_cairo_font_map_get_default();
- }
- 
--context =  
pango_cairo_font_map_create_context((PangoCairoFontMap*)fontmap);
-+context =  pango_font_map_create_context(fontmap);
- 
- pango_cairo_context_set_resolution(context, 100);
- 
--- 
-1.8.1.6
-

Deleted: rrdtool-systemd.patch
===
--- rrdtool-systemd.patch   2015-05-09 19:40:00 UTC (rev 238772)
+++ rrdtool-systemd.patch   2015-05-09 21:15:00 UTC (rev 238773)
@@ -1,140 +0,0 @@
-From 78b519eb2ffa786d6427bb13277e9151ef7b111e Mon Sep 17 00:00:00 2001
-From: Tobias Oetiker 
-Date: Mon, 2 Jul 2012 15:05:32 +
-Subject: [PATCH] serviced config etc files for rrdtool
-
-git-svn-id: svn://svn.oetiker.ch/rrdtool/trunk/program@2292 
a5681a0c-68f1-0310-ab6d-d61299d08faa

- etc/rrdcached.service.in | 19 +++
- etc/rrdcached.socket.in  | 18 ++
- 2 files changed, 37 insertions(+)
- create mode 100644 etc/rrdcached.service.in
-

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

2015-05-09 Thread Alexander Rødseth
Date: Saturday, May 9, 2015 @ 22:43:24
  Author: arodseth
Revision: 133143

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

Added:
  julia/repos/community-i686/PKGBUILD
(from rev 133142, julia/trunk/PKGBUILD)
  julia/repos/community-i686/sysfix.install
(from rev 133142, julia/trunk/sysfix.install)
  julia/repos/community-x86_64/PKGBUILD
(from rev 133142, julia/trunk/PKGBUILD)
  julia/repos/community-x86_64/sysfix.install
(from rev 133142, julia/trunk/sysfix.install)
Deleted:
  julia/repos/community-i686/PKGBUILD
  julia/repos/community-i686/sysfix.install
  julia/repos/community-x86_64/PKGBUILD
  julia/repos/community-x86_64/sysfix.install

-+
 /PKGBUILD   |  216 ++
 /sysfix.install |   20 +++
 community-i686/PKGBUILD |  107 --
 community-i686/sysfix.install   |   10 -
 community-x86_64/PKGBUILD   |  107 --
 community-x86_64/sysfix.install |   10 -
 6 files changed, 236 insertions(+), 234 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-05-09 19:51:48 UTC (rev 133142)
+++ community-i686/PKGBUILD 2015-05-09 20:43:24 UTC (rev 133143)
@@ -1,107 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth 
-# Contributor: Lex Black 
-# Contributor: Michael Jakl 
-# Contributor: devmotion 
-# Contributor: Valentin Churavy 
-
-pkgbase=julia
-pkgname=('julia' 'julia-docs')
-epoch=2
-pkgver=0.3.7
-pkgrel=1
-pkgdesc='High-level, high-performance, dynamic programming language'
-arch=('x86_64' 'i686')
-url='http://julialang.org/'
-license=('GPL')
-makedepends=('gcc-fortran' 'python2' 'libuv' 'git' 'blas' 'lapack' 'arpack' 
'libunwind' 'fftw' 'gmp' 'mpfr' 'pcre' 'zlib' 'suitesparse')
-optdepends=('gnuplot: If using the Gaston Package from julia')
-options=('!emptydirs' 'staticlibs')
-backup=('etc/ld.so.conf.d/julia.conf' 'etc/julia/juliarc.jl')
-source=("git://github.com/JuliaLang/julia.git#tag=v$pkgver")
-sha256sums=('SKIP')
-
-prepare() {
-  # For /etc/ld.so.conf.d/
-  echo '/usr/lib/julia' > julia.conf
-}
-
-build() {
-  make -C "$pkgname" prefix=/usr sysconfdir=/etc \
-MARCH=${CARCH/_/-} \
-USE_SYSTEM_LLVM=0 \
-USE_SYSTEM_LIBUNWIND=1 \
-USE_SYSTEM_READLINE=0 \
-USE_SYSTEM_PCRE=1 \
-USE_SYSTEM_LIBM=1 \
-USE_SYSTEM_OPENLIBM=0 \
-USE_SYSTEM_OPENSPECFUN=0 \
-USE_SYSTEM_BLAS=0 \
-USE_SYSTEM_LAPACK=1 \
-USE_SYSTEM_FFTW=1 \
-USE_SYSTEM_GMP=1 \
-USE_SYSTEM_MPFR=1 \
-USE_SYSTEM_ARPACK=1 \
-USE_SYSTEM_SUITESPARSE=1 \
-USE_SYSTEM_ZLIB=1 \
-USE_SYSTEM_GRISU=0 \
-USE_SYSTEM_RMATH=0 \
-USE_SYSTEM_LIBUV=0 \
-USE_SYSTEM_UTF8PROC=0 \
-USE_MKL=0 \
-USE_BLAS64=0 \
-USE_LLVM_SHLIB=0
-}
-
-package_julia() {
-  depends=('arpack' 'fftw' 'git' 'gmp' 'libunwind' 'mpfr' 'pcre' 'zlib' 
'lapack' 'suitesparse')
-  install='sysfix.install'
-
-  make -C "$pkgname" DESTDIR="$pkgdir" \
-prefix=/usr sysconfdir=/etc  \
-MARCH=${CARCH/_/-} \
-USE_SYSTEM_LLVM=0 \
-USE_SYSTEM_LIBUNWIND=1 \
-USE_SYSTEM_READLINE=0 \
-USE_SYSTEM_PCRE=1 \
-USE_SYSTEM_LIBM=1 \
-USE_SYSTEM_OPENLIBM=0 \
-USE_SYSTEM_OPENSPECFUN=0 \
-USE_SYSTEM_BLAS=0 \
-USE_SYSTEM_LAPACK=1 \
-USE_SYSTEM_FFTW=1 \
-USE_SYSTEM_GMP=1 \
-USE_SYSTEM_MPFR=1 \
-USE_SYSTEM_ARPACK=1 \
-USE_SYSTEM_SUITESPARSE=1 \
-USE_SYSTEM_ZLIB=1 \
-USE_SYSTEM_GRISU=0 \
-USE_SYSTEM_RMATH=0 \
-USE_SYSTEM_LIBUV=0 \
-USE_SYSTEM_UTF8PROC=0 \
-USE_MKL=0 \
-USE_BLAS64=0 \
-USE_LLVM_SHLIB=0 \
-install
-
-  # Remove duplicate man-page from julia/doc
-  rm -rvf "$pkgdir/usr/share/julia/doc/man"
-
-  # For /etc/ld.so.conf.d, FS#41731
-  install -Dm644 julia.conf "$pkgdir/etc/ld.so.conf.d/julia.conf"
-
-  # Documentation and examples are in the julia-docs package
-  rm -rvf "$pkgdir/usr/share/doc/"
-  rm -rvf "$pkgdir/usr/share/julia/doc/"
-  rm -rvf "$pkgdir/usr/share/julia/examples/"
-}
-
-package_julia-docs() {
-  pkgdesc='Documentation and examples for Julia'
-
-  install -d "$pkgdir/usr/share/doc"
-  cp -rv "$srcdir/$pkgbase/doc" "$pkgdir/usr/share/doc/$pkgbase"
-  cp -rv "$srcdir/$pkgbase/examples" "$pkgdir/usr/share/doc/$pkgbase/examples"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: julia/repos/community-i686/PKGBUILD (from rev 133142, 
julia/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-05-09 20:43:24 UTC (rev 133143)
@@ -0,0 +1,108 @@
+# $Id$
+# Maintainer: Alexander Rødseth 
+# Contributor: Lex Black 
+# Contributor: Michael Jakl 
+# Contributor: devmotion 
+# Contributor: Valentin Churavy 
+
+pkgbase=julia
+pkgname=('julia' 'julia-docs')
+epoch=2
+pkgver=0.3.8
+pkgrel=1
+pkgdesc='High-level, high-performance, dynamic programming

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

2015-05-09 Thread Martin Wimpress
Date: Saturday, May 9, 2015 @ 21:51:48
  Author: flexiondotorg
Revision: 133142

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

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

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

Deleted: community-staging-i686/PKGBUILD
===
--- community-staging-i686/PKGBUILD 2015-05-09 19:45:04 UTC (rev 133141)
+++ community-staging-i686/PKGBUILD 2015-05-09 19:51:48 UTC (rev 133142)
@@ -1,33 +0,0 @@
-# Maintainer : Martin Wimpress 
-
-_ver=1.10
-_pkgbase=mate-netbook
-pkgname=${_pkgbase}
-pkgver=${_ver}.0
-pkgrel=1
-pkgdesc="A simple window management tool (GTK2 version)"
-url="http://mate-desktop.org";
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('gtk2' 'libfakekey' 'libwnck' 'libunique' 'mate-panel>=1.10')
-makedepends=('mate-common')
-source=("http://pub.mate-desktop.org/releases/${_ver}/${_pkgbase}-${pkgver}.tar.xz";)
-conflicts=("${_pkgbase}-gtk3")
-sha1sums=('d4067ba7357f8a6f0e6874660c9850ae600ff1a8')
-install=${_pkgbase}.install
-
-build() {
-cd "${srcdir}/${_pkgbase}-${pkgver}"
-./configure \
---prefix=/usr \
---libexec=/usr/lib/${_pkgbase} \
---sysconfdir=/etc \
---with-gtk=2.0 \
---disable-static
-make
-}
-
-package() {
-cd "${srcdir}/${_pkgbase}-${pkgver}"
-make DESTDIR="${pkgdir}" install
-}

Copied: mate-netbook/repos/community-staging-i686/PKGBUILD (from rev 133141, 
mate-netbook/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2015-05-09 19:51:48 UTC (rev 133142)
@@ -0,0 +1,33 @@
+# Maintainer : Martin Wimpress 
+
+_ver=1.10
+_pkgbase=mate-netbook
+pkgname=${_pkgbase}
+pkgver=${_ver}.0
+pkgrel=1
+pkgdesc="A simple window management tool (GTK2 version)"
+url="http://mate-desktop.org";
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('gtk2' 'libfakekey' 'libwnck' 'libunique' 'mate-panel>=1.10')
+makedepends=('mate-common')
+source=("http://pub.mate-desktop.org/releases/${_ver}/${_pkgbase}-${pkgver}.tar.xz";)
+conflicts=("${_pkgbase}-gtk3")
+sha1sums=('d4067ba7357f8a6f0e6874660c9850ae600ff1a8')
+install=${_pkgbase}.install
+
+build() {
+cd "${srcdir}/${_pkgbase}-${pkgver}"
+./configure \
+--prefix=/usr \
+--libexec=/usr/lib/${_pkgbase} \
+--sysconfdir=/etc \
+--with-gtk=2.0 \
+--disable-static
+make
+}
+
+package() {
+cd "${srcdir}/${_pkgbase}-${pkgver}"
+make DESTDIR="${pkgdir}" install
+}

Deleted: community-staging-i686/mate-netbook.install
===
--- community-staging-i686/mate-netbook.install 2015-05-09 19:45:04 UTC (rev 
133141)
+++ community-staging-i686/mate-netbook.install 2015-05-09 19:51:48 UTC (rev 
133142)
@@ -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-staging-i686/mate-netbook.install (from 
rev 133141, mate-netbook/trunk/mate-netbook.install)
===
--- community-staging-i686/mate-netbook.install (rev 0)
+++ community-staging-i686/mate-netbook.install 2015-05-09 19:51:48 UTC (rev 
133142)
@@ -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-staging-x86_64/PKGBUILD
===
--- community-staging-x86_64/PKGBUILD   2015-05-09 19:45:04 UTC (rev 133141)
+++ community-staging-x86

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

2015-05-09 Thread Christian Hesse
Date: Saturday, May 9, 2015 @ 21:45:04
  Author: eworm
Revision: 133141

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

Added:
  mysql-workbench/repos/community-staging-i686/
  
mysql-workbench/repos/community-staging-i686/0001-mysql-workbench-no-check-for-updates.patch
(from rev 133140, 
mysql-workbench/trunk/0001-mysql-workbench-no-check-for-updates.patch)
  
mysql-workbench/repos/community-staging-i686/0007-mysql-workbench-no-set-gtid-purged.patch
(from rev 133140, 
mysql-workbench/trunk/0007-mysql-workbench-no-set-gtid-purged.patch)
  
mysql-workbench/repos/community-staging-i686/0009-mysql-workbench-gnome-keyring.patch
(from rev 133140, 
mysql-workbench/trunk/0009-mysql-workbench-gnome-keyring.patch)
  mysql-workbench/repos/community-staging-i686/0010-mysql-workbench-object.patch
(from rev 133140, mysql-workbench/trunk/0010-mysql-workbench-object.patch)
  mysql-workbench/repos/community-staging-i686/PKGBUILD
(from rev 133140, mysql-workbench/trunk/PKGBUILD)
  mysql-workbench/repos/community-staging-i686/arch_linux_profile.xml
(from rev 133140, mysql-workbench/trunk/arch_linux_profile.xml)
  mysql-workbench/repos/community-staging-i686/mysql-workbench.install
(from rev 133140, mysql-workbench/trunk/mysql-workbench.install)
  mysql-workbench/repos/community-staging-x86_64/
  
mysql-workbench/repos/community-staging-x86_64/0001-mysql-workbench-no-check-for-updates.patch
(from rev 133140, 
mysql-workbench/trunk/0001-mysql-workbench-no-check-for-updates.patch)
  
mysql-workbench/repos/community-staging-x86_64/0007-mysql-workbench-no-set-gtid-purged.patch
(from rev 133140, 
mysql-workbench/trunk/0007-mysql-workbench-no-set-gtid-purged.patch)
  
mysql-workbench/repos/community-staging-x86_64/0009-mysql-workbench-gnome-keyring.patch
(from rev 133140, 
mysql-workbench/trunk/0009-mysql-workbench-gnome-keyring.patch)
  
mysql-workbench/repos/community-staging-x86_64/0010-mysql-workbench-object.patch
(from rev 133140, mysql-workbench/trunk/0010-mysql-workbench-object.patch)
  mysql-workbench/repos/community-staging-x86_64/PKGBUILD
(from rev 133140, mysql-workbench/trunk/PKGBUILD)
  mysql-workbench/repos/community-staging-x86_64/arch_linux_profile.xml
(from rev 133140, mysql-workbench/trunk/arch_linux_profile.xml)
  mysql-workbench/repos/community-staging-x86_64/mysql-workbench.install
(from rev 133140, mysql-workbench/trunk/mysql-workbench.install)

--+
 community-staging-i686/0001-mysql-workbench-no-check-for-updates.patch   |   
21 ++
 community-staging-i686/0007-mysql-workbench-no-set-gtid-purged.patch |   
29 +++
 community-staging-i686/0009-mysql-workbench-gnome-keyring.patch  |   
17 +
 community-staging-i686/0010-mysql-workbench-object.patch |   
24 ++
 community-staging-i686/PKGBUILD  |   
91 ++
 community-staging-i686/mysql-workbench.install   |   
14 +
 community-staging-x86_64/0001-mysql-workbench-no-check-for-updates.patch |   
21 ++
 community-staging-x86_64/0007-mysql-workbench-no-set-gtid-purged.patch   |   
29 +++
 community-staging-x86_64/0009-mysql-workbench-gnome-keyring.patch|   
17 +
 community-staging-x86_64/0010-mysql-workbench-object.patch   |   
24 ++
 community-staging-x86_64/PKGBUILD|   
91 ++
 community-staging-x86_64/mysql-workbench.install |   
14 +
 12 files changed, 392 insertions(+)

Copied: 
mysql-workbench/repos/community-staging-i686/0001-mysql-workbench-no-check-for-updates.patch
 (from rev 133140, 
mysql-workbench/trunk/0001-mysql-workbench-no-check-for-updates.patch)
===
--- community-staging-i686/0001-mysql-workbench-no-check-for-updates.patch  
(rev 0)
+++ community-staging-i686/0001-mysql-workbench-no-check-for-updates.patch  
2015-05-09 19:45:04 UTC (rev 133141)
@@ -0,0 +1,21 @@
+diff --git a/res/wbdata/main_menu.xml b/res/wbdata/main_menu.xml
+index a32256c..08d9a21 100644
+--- a/res/wbdata/main_menu.xml
 b/res/wbdata/main_menu.xml
+@@ -2900,6 +2900,7 @@ value type="object" struct-name="app.MenuItem" 
id="com.mysql.wb.menu.view.fkhili
+   action
+ 
+ 
++  
+ 
+ 
+   separator

Copied: 
mysql-workbench/repos/community-staging-i686/0007-mysql-workbench-no-set-gtid-purged.patch
 (from rev 133140, 
mysql-workbench/trunk/0007-mysql-workbench-no-set-gtid-purged.patch)
===
--- community-staging-i686/0007-mysql-workbench-no-set-gtid-purged.patch
(rev 0)
+++ community-staging-i686/0007-mysql-workbench-no-set-gtid-purged.patch
2015-05-09 19:45:04 UTC (rev 133141)
@@ -0,0 +1,29 @@
+diff --git a/plu

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

2015-05-09 Thread Martin Wimpress
Date: Saturday, May 9, 2015 @ 21:43:33
  Author: flexiondotorg
Revision: 133140

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

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

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

Copied: python2-caja/repos/community-staging-i686/PKGBUILD (from rev 133139, 
python2-caja/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2015-05-09 19:43:33 UTC (rev 133140)
@@ -0,0 +1,34 @@
+# Maintainer : Martin Wimpress 
+
+_ver=1.10
+_pkgbase=python-caja
+pkgname=python2-caja
+pkgver=${_ver}.0
+pkgrel=1
+pkgdesc="Python binding for Caja, to allow Caja property page and menu item 
extensions to be written in Python (GTK2 version)"
+url="http://mate-desktop.org";
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('caja>=1.10' 'python2-gobject')
+makedepends=('mate-common')
+conflicts=('python2-caja-gtk3')
+source=("http://pub.mate-desktop.org/releases/${_ver}/${_pkgbase}-${pkgver}.tar.xz";)
+sha1sums=('6e9fa98bd3ee82106534dad3a464aebe436fa0a0')
+
+prepare() {
+cd "${srcdir}/${_pkgbase}-${pkgver}"
+sed -i 's/python-config/python2-config/' configure
+}
+
+build() {
+cd "${srcdir}/${_pkgbase}-${pkgver}"
+PYTHON=/usr/bin/python2 ./configure \
+--prefix=/usr \
+--disable-static
+make
+}
+
+package() {
+cd "${srcdir}/${_pkgbase}-${pkgver}"
+make DESTDIR="${pkgdir}" install
+}

Copied: python2-caja/repos/community-staging-x86_64/PKGBUILD (from rev 133139, 
python2-caja/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2015-05-09 19:43:33 UTC (rev 133140)
@@ -0,0 +1,34 @@
+# Maintainer : Martin Wimpress 
+
+_ver=1.10
+_pkgbase=python-caja
+pkgname=python2-caja
+pkgver=${_ver}.0
+pkgrel=1
+pkgdesc="Python binding for Caja, to allow Caja property page and menu item 
extensions to be written in Python (GTK2 version)"
+url="http://mate-desktop.org";
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('caja>=1.10' 'python2-gobject')
+makedepends=('mate-common')
+conflicts=('python2-caja-gtk3')
+source=("http://pub.mate-desktop.org/releases/${_ver}/${_pkgbase}-${pkgver}.tar.xz";)
+sha1sums=('6e9fa98bd3ee82106534dad3a464aebe436fa0a0')
+
+prepare() {
+cd "${srcdir}/${_pkgbase}-${pkgver}"
+sed -i 's/python-config/python2-config/' configure
+}
+
+build() {
+cd "${srcdir}/${_pkgbase}-${pkgver}"
+PYTHON=/usr/bin/python2 ./configure \
+--prefix=/usr \
+--disable-static
+make
+}
+
+package() {
+cd "${srcdir}/${_pkgbase}-${pkgver}"
+make DESTDIR="${pkgdir}" install
+}


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

2015-05-09 Thread Martin Wimpress
Date: Saturday, May 9, 2015 @ 21:43:20
  Author: flexiondotorg
Revision: 133139

upgpkg: python2-caja 1.10.0-1 - New upstream release

Modified:
  python2-caja/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-05-09 19:32:32 UTC (rev 133138)
+++ PKGBUILD2015-05-09 19:43:20 UTC (rev 133139)
@@ -1,22 +1,27 @@
 # Maintainer : Martin Wimpress 
 
+_ver=1.10
+_pkgbase=python-caja
 pkgname=python2-caja
-_pkgname=python-caja
-pkgver=1.8.1
+pkgver=${_ver}.0
 pkgrel=1
-pkgdesc="Python bindings for Caja, to allow Caja property page and menu item 
extensions to be written in Python."
+pkgdesc="Python binding for Caja, to allow Caja property page and menu item 
extensions to be written in Python (GTK2 version)"
 url="http://mate-desktop.org";
 arch=('i686' 'x86_64')
 license=('GPL')
-depends=('caja' 'python2' 'python2-gobject')
+depends=('caja>=1.10' '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')
+conflicts=('python2-caja-gtk3')
+source=("http://pub.mate-desktop.org/releases/${_ver}/${_pkgbase}-${pkgver}.tar.xz";)
+sha1sums=('6e9fa98bd3ee82106534dad3a464aebe436fa0a0')
 
+prepare() {
+cd "${srcdir}/${_pkgbase}-${pkgver}"
+sed -i 's/python-config/python2-config/' configure
+}
+
 build() {
-cd "${srcdir}/${_pkgname}-${pkgver}"
+cd "${srcdir}/${_pkgbase}-${pkgver}"
 PYTHON=/usr/bin/python2 ./configure \
 --prefix=/usr \
 --disable-static
@@ -24,6 +29,6 @@
 }
 
 package() {
-cd "${srcdir}/${_pkgname}-${pkgver}"
+cd "${srcdir}/${_pkgbase}-${pkgver}"
 make DESTDIR="${pkgdir}" install
 }


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

2015-05-09 Thread Antonio Rojas
Date: Saturday, May 9, 2015 @ 21:40:00
  Author: arojas
Revision: 238772

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

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

---+
 testing-i686/PKGBUILD |   53 
 testing-i686/speech-dispatcher.install|   22 +++
 testing-i686/speech-dispatcherd.service   |   10 +
 testing-x86_64/PKGBUILD   |   53 
 testing-x86_64/speech-dispatcher.install  |   22 +++
 testing-x86_64/speech-dispatcherd.service |   10 +
 6 files changed, 170 insertions(+)

Copied: speech-dispatcher/repos/testing-i686/PKGBUILD (from rev 238771, 
speech-dispatcher/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2015-05-09 19:40:00 UTC (rev 238772)
@@ -0,0 +1,53 @@
+# $Id$
+# Maintainer:
+
+pkgname=speech-dispatcher
+pkgver=0.8.2
+pkgrel=1
+arch=('i686' 'x86_64')
+pkgdesc="High-level device independent layer for speech synthesis interface"
+url="http://www.freebsoft.org/speechd";
+license=('GPL2' 'FDL')
+depends=('glib2' 'libltdl' 'python-xdg' 'dotconf' 'libpulse')
+makedepends=('intltool' 'espeak')
+optdepends=('festival: Speech output using Festival'
+'espeak: Speech output using ESpeak'
+'pulseaudio: PulseAudio support')
+backup=(etc/speech-dispatcher/clients/gnome-speech.conf
+   etc/speech-dispatcher/clients/emacs.conf
+   etc/speech-dispatcher/modules/ibmtts.conf
+   etc/speech-dispatcher/modules/espeak-generic.conf
+   etc/speech-dispatcher/modules/espeak.conf
+   etc/speech-dispatcher/modules/swift-generic.conf
+   etc/speech-dispatcher/modules/festival.conf
+   etc/speech-dispatcher/modules/cicero.conf
+   etc/speech-dispatcher/modules/espeak-mbrola-generic.conf
+   etc/speech-dispatcher/modules/dtk-generic.conf
+   etc/speech-dispatcher/modules/llia_phon-generic.conf
+   etc/speech-dispatcher/modules/ivona.conf
+   etc/speech-dispatcher/modules/epos-generic.conf
+   etc/speech-dispatcher/modules/flite.conf
+etc/speech-dispatcher/modules/pico-generic.conf
+   etc/speech-dispatcher/speechd.conf)
+install="${pkgname}.install"
+source=("http://www.freebsoft.org/pub/projects/speechd/$pkgname-$pkgver.tar.gz";
+'speech-dispatcherd.service')
+md5sums=('6beee9a1e4792508bf6d638c750229cc'
+ 'd26f52e2e95a30eaa83560f0e63faca5')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  
+  ./configure --prefix=/usr \
+--sysconfdir=/etc \
+--without-flite
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+
+  install -Dm644 "${srcdir}"/speech-dispatcherd.service 
"${pkgdir}/usr/lib/systemd/system/speech-dispatcherd.service"
+  install -d "${pkgdir}/var/log/speech-dispatcher"
+}

Copied: speech-dispatcher/repos/testing-i686/speech-dispatcher.install (from 
rev 238771, speech-dispatcher/trunk/speech-dispatcher.install)
===
--- testing-i686/speech-dispatcher.install  (rev 0)
+++ testing-i686/speech-dispatcher.install  2015-05-09 19:40:00 UTC (rev 
238772)
@@ -0,0 +1,22 @@
+info_dir=usr/share/info
+info_files=('speech-dispatcher.info'
+'ssip.info'
+'spd-say.info')
+
+post_install() {
+  [[ -x usr/bin/install-info ]] || return 0
+  for f in ${info_files[@]}; do
+install-info ${info_dir}/$f.gz ${info_dir}/dir 2> /dev/null
+  done
+}
+
+post_upgrade() {
+  post_install
+}
+
+pre_remove() {
+  [[ -x usr/bin/install-info ]] || return 0
+  for f in ${info_files[@]}; do
+install-info --delete ${info_dir}/$f.gz ${info_dir}/dir 2> /dev/null
+  done
+}

Copied: speech-dispatcher/repos/testing-i686/speech-dispatcherd.service (from 
rev 238771, speech-dispatcher/trunk/speech-dispatcherd.service)
===
--- testing-i686/speech-dispatcherd.service (rev 0)
+++ testing-i686/speech-dispatcherd.service 201

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

2015-05-09 Thread Antonio Rojas
Date: Saturday, May 9, 2015 @ 21:39:05
  Author: arojas
Revision: 238771

Update to 0.8.2

Modified:
  speech-dispatcher/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-05-09 18:04:49 UTC (rev 238770)
+++ PKGBUILD2015-05-09 19:39:05 UTC (rev 238771)
@@ -2,7 +2,7 @@
 # Maintainer:
 
 pkgname=speech-dispatcher
-pkgver=0.8.1
+pkgver=0.8.2
 pkgrel=1
 arch=('i686' 'x86_64')
 pkgdesc="High-level device independent layer for speech synthesis interface"
@@ -32,7 +32,7 @@
 install="${pkgname}.install"
 source=("http://www.freebsoft.org/pub/projects/speechd/$pkgname-$pkgver.tar.gz";
 'speech-dispatcherd.service')
-md5sums=('c219820f6c10ee5a591cb4a93949930c'
+md5sums=('6beee9a1e4792508bf6d638c750229cc'
  'd26f52e2e95a30eaa83560f0e63faca5')
 
 build() {


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

2015-05-09 Thread Antonio Rojas
Date: Saturday, May 9, 2015 @ 21:32:32
  Author: arojas
Revision: 133138

archrelease: copy trunk to community-testing-any

Added:
  python-sphinx/repos/community-testing-any/
  python-sphinx/repos/community-testing-any/PKGBUILD
(from rev 133137, python-sphinx/trunk/PKGBUILD)

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

Copied: python-sphinx/repos/community-testing-any/PKGBUILD (from rev 133137, 
python-sphinx/trunk/PKGBUILD)
===
--- community-testing-any/PKGBUILD  (rev 0)
+++ community-testing-any/PKGBUILD  2015-05-09 19:32:32 UTC (rev 133138)
@@ -0,0 +1,88 @@
+# $Id$
+# Maintainer: Sébastien Luttringer
+# Contributor: Angel Velasquez 
+# Contributor: Fabio Volpe 
+
+pkgbase=python-sphinx
+pkgname=('python-sphinx' 'python2-sphinx')
+pkgver=1.3.1
+pkgrel=1
+arch=('any')
+url='http://sphinx.pocoo.org/'
+license=('GPL')
+makedepends=(
+  'python-setuptools'
+  'python-docutils'
+  'python-jinja'
+  'python-pygments'
+  'python-six'
+  'python2-setuptools'
+  'python2-docutils'
+  'python2-jinja'
+  'python2-pygments'
+  'python2-six'
+)
+checkdepends=(
+  'python-nose' 'python2-nose'
+  'texlive-latexextra'
+  'python-snowballstemmer' 'python2-snowballstemmer'
+  'python-babel' 'python2-babel'
+  'python-sphinx-alabaster-theme' 'python2-sphinx-alabaster-theme'
+  'python-sphinx_rtd_theme' 'python2-sphinx_rtd_theme'
+  'python2-mock'
+)
+source=("http://pypi.python.org/packages/source/S/Sphinx/Sphinx-$pkgver.tar.gz";)
+md5sums=('8786a194acf9673464c5455b11fd4332')
+
+prepare() {
+  # souce duplication is required because makefile modify source code
+  # setyp.py --build tricks don't works well
+  cp -a Sphinx-$pkgver Sphinx-${pkgver}2
+  # change python2 interpreter
+  find Sphinx-${pkgver}2 -type f -exec \
+sed -i '1s,^#! \?/usr/bin/\(env \|\)python$,#!/usr/bin/python2,' {} \;
+  # change sphinx-binaries name in source code
+  find Sphinx-${pkgver}2 -type f -name '*.py' -exec \
+sed -ri 's,(sphinx-(:?build|apidoc|autogen|quickstart)),\12,' {} \;
+}
+
+build() {
+  msg2 'Python 3 version'
+  cd "$srcdir"/Sphinx-$pkgver
+  make PYTHON=python3 build
+  msg2 'Python 2 version'
+  cd "$srcdir"/Sphinx-${pkgver}2
+  make PYTHON=python2 build
+}
+
+check() {
+  msg2 'Python 3 version'
+  cd "$srcdir"/Sphinx-$pkgver
+  make PYTHON=python3 test
+  rm -r tests
+
+  msg2 'Python 2 version'
+  cd "$srcdir"/Sphinx-${pkgver}2
+  make PYTHON=python2 test
+  rm -r tests
+}
+
+package_python-sphinx() {
+  pkgdesc='Python3 documentation generator'
+  depends=('python-jinja' 'python-pygments' 'python-docutils')
+  optdepends=('texlive-latexextra: for generation of PDF documentation')
+
+  cd Sphinx-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+}
+
+package_python2-sphinx() {
+  pkgdesc='Python2 documentation generator'
+  depends=('python2-jinja' 'python2-pygments' 'python2-docutils')
+  optdepends=('texlive-latexextra: for generation of PDF documentation')
+
+  cd Sphinx-${pkgver}2
+  python2 setup.py install --root="$pkgdir" --optimize=1
+}
+
+# vim:set ts=2 sw=2 et:


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

2015-05-09 Thread Antonio Rojas
Date: Saturday, May 9, 2015 @ 21:28:41
  Author: arojas
Revision: 133137

Update to 1.3.1

Modified:
  python-sphinx/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-05-09 19:25:42 UTC (rev 133136)
+++ PKGBUILD2015-05-09 19:28:41 UTC (rev 133137)
@@ -5,7 +5,7 @@
 
 pkgbase=python-sphinx
 pkgname=('python-sphinx' 'python2-sphinx')
-pkgver=1.2.3
+pkgver=1.3.1
 pkgrel=1
 arch=('any')
 url='http://sphinx.pocoo.org/'
@@ -15,18 +15,24 @@
   'python-docutils'
   'python-jinja'
   'python-pygments'
+  'python-six'
   'python2-setuptools'
   'python2-docutils'
   'python2-jinja'
   'python2-pygments'
+  'python2-six'
 )
 checkdepends=(
-  'python-nose'
-  'python2-nose'
+  'python-nose' 'python2-nose'
   'texlive-latexextra'
+  'python-snowballstemmer' 'python2-snowballstemmer'
+  'python-babel' 'python2-babel'
+  'python-sphinx-alabaster-theme' 'python2-sphinx-alabaster-theme'
+  'python-sphinx_rtd_theme' 'python2-sphinx_rtd_theme'
+  'python2-mock'
 )
 
source=("http://pypi.python.org/packages/source/S/Sphinx/Sphinx-$pkgver.tar.gz";)
-md5sums=('a98c93124035b4cd7183604aec656cb3')
+md5sums=('8786a194acf9673464c5455b11fd4332')
 
 prepare() {
   # souce duplication is required because makefile modify source code
@@ -53,11 +59,12 @@
   msg2 'Python 3 version'
   cd "$srcdir"/Sphinx-$pkgver
   make PYTHON=python3 test
-  rm -r build/lib/tests
+  rm -r tests
+
   msg2 'Python 2 version'
   cd "$srcdir"/Sphinx-${pkgver}2
   make PYTHON=python2 test
-  rm -r build/lib/tests
+  rm -r tests
 }
 
 package_python-sphinx() {


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

2015-05-09 Thread Christian Hesse
Date: Saturday, May 9, 2015 @ 21:25:42
  Author: eworm
Revision: 133136

upgpkg: mysql-workbench 6.3.3-2

rebuild for libzip 1.0.1

Modified:
  mysql-workbench/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-05-09 19:24:18 UTC (rev 133135)
+++ PKGBUILD2015-05-09 19:25:42 UTC (rev 133136)
@@ -7,7 +7,7 @@
 
 pkgname=mysql-workbench
 pkgver=6.3.3
-pkgrel=1
+pkgrel=2
 pkgdesc='A cross-platform, visual database design tool developed by MySQL'
 arch=('i686' 'x86_64')
 url='https://www.mysql.com/products/workbench/'


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

2015-05-09 Thread Martin Wimpress
Date: Saturday, May 9, 2015 @ 21:24:18
  Author: flexiondotorg
Revision: 133135

Updated mate-utils-gtk3

Modified:
  mate-utils-gtk3/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-05-09 19:24:14 UTC (rev 133134)
+++ PKGBUILD2015-05-09 19:24:18 UTC (rev 133135)
@@ -1,4 +1,3 @@
-# $Id$
 # Maintainer : Martin Wimpress 
 
 _ver=1.10


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

2015-05-09 Thread Martin Wimpress
Date: Saturday, May 9, 2015 @ 21:24:14
  Author: flexiondotorg
Revision: 133134

Updated mate-user-share-gtk3

Modified:
  mate-user-share-gtk3/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-05-09 19:24:10 UTC (rev 133133)
+++ PKGBUILD2015-05-09 19:24:14 UTC (rev 133134)
@@ -1,4 +1,3 @@
-# $Id$
 #Maintainer: Martin Wimpress 
 
 _ver=1.10


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

2015-05-09 Thread Martin Wimpress
Date: Saturday, May 9, 2015 @ 21:24:10
  Author: flexiondotorg
Revision: 133133

Updated mate-netspeed-gtk3

Modified:
  mate-netspeed-gtk3/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-05-09 19:24:05 UTC (rev 133132)
+++ PKGBUILD2015-05-09 19:24:10 UTC (rev 133133)
@@ -1,4 +1,3 @@
-# $Id$
 # Maintainer : Martin Wimpress 
 
 _ver=1.10


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

2015-05-09 Thread Martin Wimpress
Date: Saturday, May 9, 2015 @ 21:24:05
  Author: flexiondotorg
Revision: 133132

Updated mate-netbook-gtk3

Modified:
  mate-netbook-gtk3/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-05-09 19:09:12 UTC (rev 133131)
+++ PKGBUILD2015-05-09 19:24:05 UTC (rev 133132)
@@ -1,4 +1,3 @@
-# $Id$
 # Maintainer : Martin Wimpress 
 
 _ver=1.10


[arch-commits] Commit in python-sphinx_rtd_theme (3 files)

2015-05-09 Thread Antonio Rojas
Date: Saturday, May 9, 2015 @ 21:09:12
  Author: arojas
Revision: 133131

archrelease: copy trunk to community-any

Added:
  python-sphinx_rtd_theme/repos/
  python-sphinx_rtd_theme/repos/community-any/
  python-sphinx_rtd_theme/repos/community-any/PKGBUILD
(from rev 133130, python-sphinx_rtd_theme/trunk/PKGBUILD)

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

Copied: python-sphinx_rtd_theme/repos/community-any/PKGBUILD (from rev 133130, 
python-sphinx_rtd_theme/trunk/PKGBUILD)
===
--- repos/community-any/PKGBUILD(rev 0)
+++ repos/community-any/PKGBUILD2015-05-09 19:09:12 UTC (rev 133131)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer:
+# Contributor: eolianoe 
+# Contributor: Romain Schmitz 
+
+pkgbase=python-sphinx_rtd_theme
+pkgname=(python-sphinx_rtd_theme python2-sphinx_rtd_theme)
+_pyname=sphinx_rtd_theme
+pkgver=0.1.6
+pkgrel=3
+arch=(any)
+pkgdesc="Python Sphinx Read The Docs Theme"
+url='https://github.com/snide/sphinx_rtd_theme'
+license=(MIT)
+makedepends=(python-setuptools python2-setuptools)
+source=("https://pypi.python.org/packages/source/s/${_pyname}/${_pyname}-${pkgver}.tar.gz";)
+md5sums=('8df56a300c8c69f17e1ffbee194b2a26')
+
+build() {
+  cp -r $_pyname-$pkgver $_pyname-$pkgver-py2
+  
+  cd $_pyname-$pkgver
+  python setup.py build
+
+  cd "$srcdir"/$_pyname-$pkgver-py2
+  python2 setup.py build
+}
+
+package_python-sphinx_rtd_theme() {
+  cd $_pyname-${pkgver}
+  python setup.py install --root="$pkgdir" --optimize=1
+
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+
+package_python2-sphinx_rtd_theme() {
+  cd $_pyname-${pkgver}-py2 
+  python2 setup.py install --root="$pkgdir" --optimize=1
+
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+


[arch-commits] Commit in (3 files)

2015-05-09 Thread Antonio Rojas
Date: Saturday, May 9, 2015 @ 21:08:23
  Author: arojas
Revision: 133130

New python-sphinx checkdepends

Added:
  python-sphinx_rtd_theme/
  python-sphinx_rtd_theme/trunk/
  python-sphinx_rtd_theme/trunk/PKGBUILD

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

Added: python-sphinx_rtd_theme/trunk/PKGBUILD
===
--- python-sphinx_rtd_theme/trunk/PKGBUILD  (rev 0)
+++ python-sphinx_rtd_theme/trunk/PKGBUILD  2015-05-09 19:08:23 UTC (rev 
133130)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer:
+# Contributor: eolianoe 
+# Contributor: Romain Schmitz 
+
+pkgbase=python-sphinx_rtd_theme
+pkgname=(python-sphinx_rtd_theme python2-sphinx_rtd_theme)
+_pyname=sphinx_rtd_theme
+pkgver=0.1.6
+pkgrel=3
+arch=(any)
+pkgdesc="Python Sphinx Read The Docs Theme"
+url='https://github.com/snide/sphinx_rtd_theme'
+license=(MIT)
+makedepends=(python-setuptools python2-setuptools)
+source=("https://pypi.python.org/packages/source/s/${_pyname}/${_pyname}-${pkgver}.tar.gz";)
+md5sums=('8df56a300c8c69f17e1ffbee194b2a26')
+
+build() {
+  cp -r $_pyname-$pkgver $_pyname-$pkgver-py2
+  
+  cd $_pyname-$pkgver
+  python setup.py build
+
+  cd "$srcdir"/$_pyname-$pkgver-py2
+  python2 setup.py build
+}
+
+package_python-sphinx_rtd_theme() {
+  cd $_pyname-${pkgver}
+  python setup.py install --root="$pkgdir" --optimize=1
+
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+
+package_python2-sphinx_rtd_theme() {
+  cd $_pyname-${pkgver}-py2 
+  python2 setup.py install --root="$pkgdir" --optimize=1
+
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+


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


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

2015-05-09 Thread Martin Wimpress
Date: Saturday, May 9, 2015 @ 21:04:33
  Author: flexiondotorg
Revision: 133129

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

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

-+
 community-staging-i686/PKGBUILD |   39 ++
 community-staging-i686/mate-utils.install   |   12 
 community-staging-x86_64/PKGBUILD   |   39 ++
 community-staging-x86_64/mate-utils.install |   12 
 4 files changed, 102 insertions(+)

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

Copied: mate-utils-gtk3/repos/community-staging-i686/mate-utils.install (from 
rev 133128, mate-utils-gtk3/trunk/mate-utils.install)
===
--- community-staging-i686/mate-utils.install   (rev 0)
+++ community-staging-i686/mate-utils.install   2015-05-09 19:04:33 UTC (rev 
133129)
@@ -0,0 +1,12 @@
+post_install() {
+glib-compile-schemas /usr/share/glib-2.0/schemas/
+gtk-update-icon-cache -q -t -f /usr/share/icons/mate
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}

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

Copied: mate-

[arch-commits] Commit in (5 files)

2015-05-09 Thread Martin Wimpress
Date: Saturday, May 9, 2015 @ 21:00:35
  Author: flexiondotorg
Revision: 133128

Added mate-utils-gtk3

Added:
  mate-utils-gtk3/
  mate-utils-gtk3/repos/
  mate-utils-gtk3/trunk/
  mate-utils-gtk3/trunk/PKGBUILD
  mate-utils-gtk3/trunk/mate-utils.install

+
 PKGBUILD   |   39 +++
 mate-utils.install |   12 
 2 files changed, 51 insertions(+)

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


Property changes on: mate-utils-gtk3/trunk/PKGBUILD
___
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property
Added: mate-utils-gtk3/trunk/mate-utils.install
===
--- mate-utils-gtk3/trunk/mate-utils.install(rev 0)
+++ mate-utils-gtk3/trunk/mate-utils.install2015-05-09 19:00:35 UTC (rev 
133128)
@@ -0,0 +1,12 @@
+post_install() {
+glib-compile-schemas /usr/share/glib-2.0/schemas/
+gtk-update-icon-cache -q -t -f /usr/share/icons/mate
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}


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

2015-05-09 Thread Martin Wimpress
Date: Saturday, May 9, 2015 @ 21:00:17
  Author: flexiondotorg
Revision: 133126

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

Modified:
  mate-utils/trunk/PKGBUILD

--+
 PKGBUILD |   27 +++
 1 file changed, 15 insertions(+), 12 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-05-09 18:55:38 UTC (rev 133125)
+++ PKGBUILD2015-05-09 19:00:17 UTC (rev 133126)
@@ -1,35 +1,38 @@
-# $Id$
 # Maintainer : Martin Wimpress 
 
-pkgname=mate-utils
-pkgver=1.8.1
+_ver=1.10
+_pkgbase=mate-utils
+pkgname=(${_pkgbase})
+pkgver=${_ver}.0
 pkgrel=1
-pkgdesc="Common MATE utilities for viewing disk usage, logs and fonts, taking 
screenshots, managing dictionaries and searching files"
+pkgdesc="Common MATE utilities for viewing disk usage, logs and fonts, taking 
screenshots, managing dictionaries and searching files (GTK2 version)"
 url="http://mate-desktop.org";
 arch=('i686' 'x86_64')
 license=('GPL')
 depends=('desktop-file-utils' 'gtk2' 'libcanberra' 'libgtop' 'libsm' 'zlib')
-makedepends=('mate-common' 'mate-panel' 'perl-xml-parser' 'rarian' 
'yelp-tools')
+makedepends=('mate-common' 'mate-panel>=1.10' 'rarian' 'yelp-tools')
 optdepends=('mate-panel: Look up words in dictionaries from the panel'
 'yelp: for reading MATE help documents')
-options=('!emptydirs')
 groups=('mate-extra')
-source=("http://pub.mate-desktop.org/releases/1.8/${pkgname}-${pkgver}.tar.xz";)
-sha1sums=('990b6dd42f7d66f9579c8ede1b1da45559c0f51c')
-install=${pkgname}.install
+conflicts=("${_pkgbase}-gtk3")
+source=("http://pub.mate-desktop.org/releases/${_ver}/${_pkgbase}-${pkgver}.tar.xz";)
+sha1sums=('ecb5a219816f8e41b7e98ea7ee505529fd4d7524')
+install=${_pkgbase}.install
 
 build() {
-cd "${srcdir}/${pkgname}-${pkgver}"
+cd "${srcdir}/${_pkgbase}-${pkgver}"
 ./configure \
 --prefix=/usr \
---libexecdir=/usr/lib/${pkgname} \
+--libexecdir=/usr/lib/${_pkgbase} \
 --with-gtk=2.0 \
 --sysconfdir=/etc \
+--enable-deprecated \
+--disable-maintainer-flags \
 --disable-static
 make
 }
 
 package() {
-cd "${srcdir}/${pkgname}-${pkgver}"
+cd "${srcdir}/${_pkgbase}-${pkgver}"
 make DESTDIR="${pkgdir}" install
 }


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

2015-05-09 Thread Martin Wimpress
Date: Saturday, May 9, 2015 @ 21:00:24
  Author: flexiondotorg
Revision: 133127

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

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

-+
 community-staging-i686/PKGBUILD |   38 ++
 community-staging-i686/mate-utils.install   |   12 
 community-staging-x86_64/PKGBUILD   |   38 ++
 community-staging-x86_64/mate-utils.install |   12 
 4 files changed, 100 insertions(+)

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

Copied: mate-utils/repos/community-staging-i686/mate-utils.install (from rev 
133126, mate-utils/trunk/mate-utils.install)
===
--- community-staging-i686/mate-utils.install   (rev 0)
+++ community-staging-i686/mate-utils.install   2015-05-09 19:00:24 UTC (rev 
133127)
@@ -0,0 +1,12 @@
+post_install() {
+glib-compile-schemas /usr/share/glib-2.0/schemas/
+gtk-update-icon-cache -q -t -f /usr/share/icons/mate
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}

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

Copied: mate-utils/repos/community-staging-x86_64/mate-utils.install (from rev 
133126, mate-utils/trunk/mate-utils.install)
==

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

2015-05-09 Thread Martin Wimpress
Date: Saturday, May 9, 2015 @ 20:55:38
  Author: flexiondotorg
Revision: 133125

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

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

--+
 community-staging-i686/PKGBUILD  |   37 +
 community-staging-i686/mate-user-share.install   |   13 +++
 community-staging-x86_64/PKGBUILD|   37 +
 community-staging-x86_64/mate-user-share.install |   13 +++
 4 files changed, 100 insertions(+)

Copied: mate-user-share-gtk3/repos/community-staging-i686/PKGBUILD (from rev 
133124, mate-user-share-gtk3/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2015-05-09 18:55:38 UTC (rev 133125)
@@ -0,0 +1,37 @@
+# $Id$
+#Maintainer: Martin Wimpress 
+
+_ver=1.10
+_pkgbase=mate-user-share
+pkgname=(${_pkgbase}-gtk3)
+pkgver=${_ver}.0
+pkgrel=1
+pkgdesc="User level public file sharing via WebDAV for MATE."
+url="http://mate-desktop.org";
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('dbus-glib' 'dconf' 'libunique' 'mod_dnssd')
+makedepends=('caja-gtk3>=1.10' 'libcanberra' 'libnotify' 'mate-common' 
'yelp-tools')
+optdepends=('yelp: for reading MATE help documents')
+groups=('mate-extra-gtk3')
+conflicts=("${_pkgbase}")
+source=("http://pub.mate-desktop.org/releases/${_ver}/${_pkgbase}-${pkgver}.tar.xz";)
+sha1sums=('2f6dd6a05e6c1894272b6a0d7348e709196bb947')
+install=${_pkgbase}.install
+
+build() {
+cd "${srcdir}/${_pkgbase}-${pkgver}"
+PYTHON=/usr/bin/python2 ./configure \
+--prefix=/usr \
+--libexec=/usr/lib/${_pkgbase} \
+--sysconfdir=/etc \
+--disable-static \
+--disable-bluetooth
+make
+}
+
+package() {
+cd "${srcdir}/${_pkgbase}-${pkgver}"
+make  DESTDIR="${pkgdir}" install
+rm -f "${pkgdir}/usr/share/mate-user-share/dav_user_2.0.conf"
+}

Copied: 
mate-user-share-gtk3/repos/community-staging-i686/mate-user-share.install (from 
rev 133124, mate-user-share-gtk3/trunk/mate-user-share.install)
===
--- community-staging-i686/mate-user-share.install  
(rev 0)
+++ community-staging-i686/mate-user-share.install  2015-05-09 18:55:38 UTC 
(rev 133125)
@@ -0,0 +1,13 @@
+post_install() {
+glib-compile-schemas /usr/share/glib-2.0/schemas/
+gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
+update-desktop-database -q
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}

Copied: mate-user-share-gtk3/repos/community-staging-x86_64/PKGBUILD (from rev 
133124, mate-user-share-gtk3/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2015-05-09 18:55:38 UTC (rev 133125)
@@ -0,0 +1,37 @@
+# $Id$
+#Maintainer: Martin Wimpress 
+
+_ver=1.10
+_pkgbase=mate-user-share
+pkgname=(${_pkgbase}-gtk3)
+pkgver=${_ver}.0
+pkgrel=1
+pkgdesc="User level public file sharing via WebDAV for MATE."
+url="http://mate-desktop.org";
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('dbus-glib' 'dconf' 'libunique' 'mod_dnssd')
+makedepends=('caja-gtk3>=1.10' 'libcanberra' 'libnotify' 'mate-common' 
'yelp-tools')
+optdepends=('yelp: for reading MATE help documents')
+groups=('mate-extra-gtk3')
+conflicts=("${_pkgbase}")
+source=("http://pub.mate-desktop.org/releases/${_ver}/${_pkgbase}-${pkgver}.tar.xz";)
+sha1sums=('2f6dd6a05e6c1894272b6a0d7348e709196bb947')
+install=${_pkgbase}.install
+
+build() {
+cd "${srcdir}/${_pkgbase}-${pkgver}"
+PYTHON=/usr/bin/python2 ./configure \
+--prefix=/usr \
+--libexec=/usr/lib/${_pkgbase} \
+--sysconfdir=/etc \
+--disable-static \
+--disable-bluetooth
+make
+}
+
+package() {
+cd "${srcdir}/${_pkgbase}-${pkgver}"
+make  DESTDIR="${pkgdir}" install
+rm -f "${pkgdir}/usr/share/mate-user-share/dav_user_2.0.conf"
+}

Copied: 
mate-user-share-gtk3/repos/community-staging-x86_64/mate-user-share.install 
(from rev 133124, mate-user-share-gtk3/trunk/mate-user-share.install)
=

[arch-commits] Commit in (5 files)

2015-05-09 Thread Martin Wimpress
Date: Saturday, May 9, 2015 @ 20:53:58
  Author: flexiondotorg
Revision: 133124

Added mate-user-share-gtk3

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

-+
 PKGBUILD|   37 +
 mate-user-share.install |   13 +
 2 files changed, 50 insertions(+)

Added: mate-user-share-gtk3/trunk/PKGBUILD
===
--- mate-user-share-gtk3/trunk/PKGBUILD (rev 0)
+++ mate-user-share-gtk3/trunk/PKGBUILD 2015-05-09 18:53:58 UTC (rev 133124)
@@ -0,0 +1,37 @@
+# $Id$
+#Maintainer: Martin Wimpress 
+
+_ver=1.10
+_pkgbase=mate-user-share
+pkgname=(${_pkgbase}-gtk3)
+pkgver=${_ver}.0
+pkgrel=1
+pkgdesc="User level public file sharing via WebDAV for MATE."
+url="http://mate-desktop.org";
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('dbus-glib' 'dconf' 'libunique' 'mod_dnssd')
+makedepends=('caja-gtk3>=1.10' 'libcanberra' 'libnotify' 'mate-common' 
'yelp-tools')
+optdepends=('yelp: for reading MATE help documents')
+groups=('mate-extra-gtk3')
+conflicts=("${_pkgbase}")
+source=("http://pub.mate-desktop.org/releases/${_ver}/${_pkgbase}-${pkgver}.tar.xz";)
+sha1sums=('2f6dd6a05e6c1894272b6a0d7348e709196bb947')
+install=${_pkgbase}.install
+
+build() {
+cd "${srcdir}/${_pkgbase}-${pkgver}"
+PYTHON=/usr/bin/python2 ./configure \
+--prefix=/usr \
+--libexec=/usr/lib/${_pkgbase} \
+--sysconfdir=/etc \
+--disable-static \
+--disable-bluetooth
+make
+}
+
+package() {
+cd "${srcdir}/${_pkgbase}-${pkgver}"
+make  DESTDIR="${pkgdir}" install
+rm -f "${pkgdir}/usr/share/mate-user-share/dav_user_2.0.conf"
+}


Property changes on: mate-user-share-gtk3/trunk/PKGBUILD
___
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property
Added: mate-user-share-gtk3/trunk/mate-user-share.install
===
--- mate-user-share-gtk3/trunk/mate-user-share.install  
(rev 0)
+++ mate-user-share-gtk3/trunk/mate-user-share.install  2015-05-09 18:53:58 UTC 
(rev 133124)
@@ -0,0 +1,13 @@
+post_install() {
+glib-compile-schemas /usr/share/glib-2.0/schemas/
+gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
+update-desktop-database -q
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}


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

2015-05-09 Thread Martin Wimpress
Date: Saturday, May 9, 2015 @ 20:53:52
  Author: flexiondotorg
Revision: 133123

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

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

--+
 community-staging-i686/PKGBUILD  |   36 +
 community-staging-i686/mate-user-share.install   |   13 +++
 community-staging-x86_64/PKGBUILD|   36 +
 community-staging-x86_64/mate-user-share.install |   13 +++
 4 files changed, 98 insertions(+)

Copied: mate-user-share/repos/community-staging-i686/PKGBUILD (from rev 133122, 
mate-user-share/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2015-05-09 18:53:52 UTC (rev 133123)
@@ -0,0 +1,36 @@
+#Maintainer: Martin Wimpress 
+
+_ver=1.10
+_pkgbase=mate-user-share
+pkgname=(${_pkgbase})
+pkgver=${_ver}.0
+pkgrel=1
+pkgdesc="User level public file sharing via WebDAV for MATE."
+url="http://mate-desktop.org";
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('dbus-glib' 'dconf' 'libunique' 'mod_dnssd')
+makedepends=('caja>=1.10' 'libcanberra' 'libnotify' 'mate-common' 'yelp-tools')
+optdepends=('yelp: for reading MATE help documents')
+groups=('mate-extra')
+conflicts=("${_pkgbase}-gtk3")
+source=("http://pub.mate-desktop.org/releases/${_ver}/${_pkgbase}-${pkgver}.tar.xz";)
+sha1sums=('2f6dd6a05e6c1894272b6a0d7348e709196bb947')
+install=${_pkgbase}.install
+
+build() {
+cd "${srcdir}/${_pkgbase}-${pkgver}"
+PYTHON=/usr/bin/python2 ./configure \
+--prefix=/usr \
+--libexec=/usr/lib/${_pkgbase} \
+--sysconfdir=/etc \
+--disable-static \
+--disable-bluetooth
+make
+}
+
+package() {
+cd "${srcdir}/${_pkgbase}-${pkgver}"
+make  DESTDIR="${pkgdir}" install
+rm -f "${pkgdir}/usr/share/mate-user-share/dav_user_2.0.conf"
+}

Copied: mate-user-share/repos/community-staging-i686/mate-user-share.install 
(from rev 133122, mate-user-share/trunk/mate-user-share.install)
===
--- community-staging-i686/mate-user-share.install  
(rev 0)
+++ community-staging-i686/mate-user-share.install  2015-05-09 18:53:52 UTC 
(rev 133123)
@@ -0,0 +1,13 @@
+post_install() {
+glib-compile-schemas /usr/share/glib-2.0/schemas/
+gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
+update-desktop-database -q
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}

Copied: mate-user-share/repos/community-staging-x86_64/PKGBUILD (from rev 
133122, mate-user-share/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2015-05-09 18:53:52 UTC (rev 133123)
@@ -0,0 +1,36 @@
+#Maintainer: Martin Wimpress 
+
+_ver=1.10
+_pkgbase=mate-user-share
+pkgname=(${_pkgbase})
+pkgver=${_ver}.0
+pkgrel=1
+pkgdesc="User level public file sharing via WebDAV for MATE."
+url="http://mate-desktop.org";
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('dbus-glib' 'dconf' 'libunique' 'mod_dnssd')
+makedepends=('caja>=1.10' 'libcanberra' 'libnotify' 'mate-common' 'yelp-tools')
+optdepends=('yelp: for reading MATE help documents')
+groups=('mate-extra')
+conflicts=("${_pkgbase}-gtk3")
+source=("http://pub.mate-desktop.org/releases/${_ver}/${_pkgbase}-${pkgver}.tar.xz";)
+sha1sums=('2f6dd6a05e6c1894272b6a0d7348e709196bb947')
+install=${_pkgbase}.install
+
+build() {
+cd "${srcdir}/${_pkgbase}-${pkgver}"
+PYTHON=/usr/bin/python2 ./configure \
+--prefix=/usr \
+--libexec=/usr/lib/${_pkgbase} \
+--sysconfdir=/etc \
+--disable-static \
+--disable-bluetooth
+make
+}
+
+package() {
+cd "${srcdir}/${_pkgbase}-${pkgver}"
+make  DESTDIR="${pkgdir}" install
+rm -f "${pkgdir}/usr/share/mate-user-share/dav_user_2.0.conf"
+}

Copied: mate-user-share/repos/community-staging-x86_64/mate-user-share.install 
(from rev 133122, mate-user-share/trunk/mate-user-share.install)
===
--- community-staging-x86_64/mate-user-share.install

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

2015-05-09 Thread Martin Wimpress
Date: Saturday, May 9, 2015 @ 20:53:46
  Author: flexiondotorg
Revision: 133122

upgpkg: mate-user-share 1.10.0-1 - New upstream release

Modified:
  mate-user-share/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-05-09 18:53:05 UTC (rev 133121)
+++ PKGBUILD2015-05-09 18:53:46 UTC (rev 133122)
@@ -1,34 +1,36 @@
 #Maintainer: Martin Wimpress 
 
-pkgname=mate-user-share
-pkgver=1.8.0
-pkgrel=2
+_ver=1.10
+_pkgbase=mate-user-share
+pkgname=(${_pkgbase})
+pkgver=${_ver}.0
+pkgrel=1
 pkgdesc="User level public file sharing via WebDAV for MATE."
 url="http://mate-desktop.org";
 arch=('i686' 'x86_64')
 license=('GPL')
 depends=('dbus-glib' 'dconf' 'libunique' 'mod_dnssd')
-makedepends=('caja' 'libcanberra' 'libnotify' 'mate-common' 'perl-xml-parser' 
'yelp-tools')
+makedepends=('caja>=1.10' 'libcanberra' 'libnotify' 'mate-common' '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=('dbeab8c06b098b2787b68541810e268c70764b14')
-install=${pkgname}.install
+conflicts=("${_pkgbase}-gtk3")
+source=("http://pub.mate-desktop.org/releases/${_ver}/${_pkgbase}-${pkgver}.tar.xz";)
+sha1sums=('2f6dd6a05e6c1894272b6a0d7348e709196bb947')
+install=${_pkgbase}.install
 
 build() {
-cd "${srcdir}/${pkgname}-${pkgver}"
+cd "${srcdir}/${_pkgbase}-${pkgver}"
 PYTHON=/usr/bin/python2 ./configure \
 --prefix=/usr \
---libexec=/usr/lib/${pkgname} \
+--libexec=/usr/lib/${_pkgbase} \
 --sysconfdir=/etc \
 --disable-static \
---disable-scrollkeeper \
 --disable-bluetooth
 make
 }
 
 package() {
-cd "${srcdir}/${pkgname}-${pkgver}"
+cd "${srcdir}/${_pkgbase}-${pkgver}"
 make  DESTDIR="${pkgdir}" install
 rm -f "${pkgdir}/usr/share/mate-user-share/dav_user_2.0.conf"
 }


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

2015-05-09 Thread Antonio Rojas
Date: Saturday, May 9, 2015 @ 20:53:05
  Author: arojas
Revision: 133121

Use upstream license

Modified:
  python-snowballstemmer/trunk/PKGBUILD
Deleted:
  python-snowballstemmer/trunk/LICENSE

--+
 LICENSE  |   15 ---
 PKGBUILD |9 -
 2 files changed, 4 insertions(+), 20 deletions(-)

Deleted: LICENSE
===
--- LICENSE 2015-05-09 18:51:43 UTC (rev 133120)
+++ LICENSE 2015-05-09 18:53:05 UTC (rev 133121)
@@ -1,15 +0,0 @@
-Copyright (c) 2013, Yoshiki Shibukawa
-
-All rights reserved.
-
-Redistribution and use in source and binary forms, with or without 
modification, are permitted provided that the following conditions are met:
-
-Redistributions of source code must retain the above copyright notice, this 
list of conditions and the following disclaimer.
-Redistributions in binary form must reproduce the above copyright notice, this 
list of conditions and the following disclaimer in the 
-documentation and/or other materials provided with the distribution.
-THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" 
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, 
-THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE 
ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR 
-CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 
EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 
-PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR 
BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 
-LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 
NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, 
-EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

Modified: PKGBUILD
===
--- PKGBUILD2015-05-09 18:51:43 UTC (rev 133120)
+++ PKGBUILD2015-05-09 18:53:05 UTC (rev 133121)
@@ -11,9 +11,8 @@
 url='https://github.com/shibukawa/snowball_py'
 license=(BSD)
 makedepends=(python-setuptools python2-setuptools)
-source=("https://pypi.python.org/packages/source/s/snowballstemmer/snowballstemmer-${pkgver}.tar.gz";
 'LICENSE')
-md5sums=('51f2ef829db8129dd0f2354f0b209970'
- 'e269a6e5398d3795d4077cef3152aa33')
+source=("https://pypi.python.org/packages/source/s/snowballstemmer/snowballstemmer-${pkgver}.tar.gz";)
+md5sums=('51f2ef829db8129dd0f2354f0b209970')
 
 build() {
   cp -r ${srcdir}/snowballstemmer-${pkgver} 
${srcdir}/snowballstemmer-${pkgver}-py2
@@ -29,7 +28,7 @@
   cd "$srcdir"/snowballstemmer-${pkgver}
   python setup.py install --root="$pkgdir" --optimize=1
 
-  install -Dm644 "$srcdir"/LICENSE 
"$pkgdir"/usr/share/licenses/python-snowballstemmer/LICENSE
+  install -Dm644 LICENSE.rst "$pkgdir"/usr/share/licenses/$pkgname/LICENSE.rst
 }
 
 package_python2-snowballstemmer() {
@@ -36,5 +35,5 @@
   cd "$srcdir"/snowballstemmer-${pkgver}-py2 
   python2 setup.py install --root="$pkgdir" --optimize=1
 
-  install -Dm644 "$srcdir"/LICENSE 
"$pkgdir"/usr/share/licenses/python2-snowballstemmer/LICENSE
+  install -Dm644 LICENSE.rst "$pkgdir"/usr/share/licenses/$pkgname/LICENSE.rst
 }


[arch-commits] Commit in python-sphinx-alabaster-theme (3 files)

2015-05-09 Thread Antonio Rojas
Date: Saturday, May 9, 2015 @ 20:51:43
  Author: arojas
Revision: 133120

archrelease: copy trunk to community-any

Added:
  python-sphinx-alabaster-theme/repos/
  python-sphinx-alabaster-theme/repos/community-any/
  python-sphinx-alabaster-theme/repos/community-any/PKGBUILD
(from rev 133119, python-sphinx-alabaster-theme/trunk/PKGBUILD)

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

Copied: python-sphinx-alabaster-theme/repos/community-any/PKGBUILD (from rev 
133119, python-sphinx-alabaster-theme/trunk/PKGBUILD)
===
--- repos/community-any/PKGBUILD(rev 0)
+++ repos/community-any/PKGBUILD2015-05-09 18:51:43 UTC (rev 133120)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer:
+# Contributor: xantares
+
+pkgbase=python-sphinx-alabaster-theme
+pkgname=(python-sphinx-alabaster-theme python2-sphinx-alabaster-theme)
+pkgver=0.7.4
+pkgrel=1
+arch=(any)
+pkgdesc="Modified Kr Sphinx doc theme"
+url='https://github.com/bitprophet/alabaster'
+license=(BSD)
+makedepends=(python-setuptools python2-setuptools)
+source=("https://github.com/bitprophet/alabaster/archive/${pkgver}.tar.gz";)
+md5sums=('ed0f1f6cba60e930cba5ed45276b5323')
+
+build() {
+  cp -r ${srcdir}/alabaster-${pkgver} ${srcdir}/alabaster-${pkgver}-py2
+  
+  cd "$srcdir"/alabaster-${pkgver}
+  python setup.py build
+
+  cd "$srcdir"/alabaster-${pkgver}-py2
+  python2 setup.py build
+}
+
+package_python-sphinx-alabaster-theme() {
+  cd "$srcdir"/alabaster-${pkgver}
+  python setup.py install --root="$pkgdir" --optimize=1
+
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+
+package_python2-sphinx-alabaster-theme() {
+  cd "$srcdir"/alabaster-${pkgver}-py2 
+  python2 setup.py install --root="$pkgdir" --optimize=1
+
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+


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

2015-05-09 Thread Martin Wimpress
Date: Saturday, May 9, 2015 @ 20:49:56
  Author: flexiondotorg
Revision: 133118

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

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

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

Copied: mate-netspeed-gtk3/repos/community-staging-i686/PKGBUILD (from rev 
133117, mate-netspeed-gtk3/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2015-05-09 18:49:56 UTC (rev 133118)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer : Martin Wimpress 
+
+_ver=1.10
+_pkgbase=mate-netspeed
+pkgname=(${_pkgbase}-gtk3)
+pkgver=${_ver}.0
+pkgrel=1
+pkgdesc="A MATE applet that shows how much traffic occurs on a specified 
network device. (GTK3 version [EXPERIMENTAL])"
+url="http://mate-desktop.org";
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('gtk3' 'libgtop' 'mate-panel-gtk3>=1.10' 'wireless_tools')
+makedepends=('mate-common' 'yelp-tools')
+optdepends=('yelp: for reading MATE help documents')
+groups=('mate-extra-gtk3')
+conflicts=("${_pkgbase}")
+source=("http://pub.mate-desktop.org/releases/${_ver}/${_pkgbase}-${pkgver}.tar.xz";)
+sha1sums=('ce27b63cb2ee92bc24071f1df1f34a52069be5b6')
+install=${_pkgbase}.install
+
+build() {
+cd "${srcdir}/${_pkgbase}-${pkgver}"
+./configure \
+--prefix=/usr \
+--libexecdir=/usr/lib/${_pkgbase} \
+--with-gtk=3.0 \
+--disable-static
+make
+}
+
+package() {
+cd "${srcdir}/${_pkgbase}-${pkgver}"
+make DESTDIR="${pkgdir}" install
+}

Copied: mate-netspeed-gtk3/repos/community-staging-i686/mate-netspeed.install 
(from rev 133117, mate-netspeed-gtk3/trunk/mate-netspeed.install)
===
--- community-staging-i686/mate-netspeed.install
(rev 0)
+++ community-staging-i686/mate-netspeed.install2015-05-09 18:49:56 UTC 
(rev 133118)
@@ -0,0 +1,12 @@
+post_install() {
+glib-compile-schemas /usr/share/glib-2.0/schemas/
+gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}

Copied: mate-netspeed-gtk3/repos/community-staging-x86_64/PKGBUILD (from rev 
133117, mate-netspeed-gtk3/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2015-05-09 18:49:56 UTC (rev 133118)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer : Martin Wimpress 
+
+_ver=1.10
+_pkgbase=mate-netspeed
+pkgname=(${_pkgbase}-gtk3)
+pkgver=${_ver}.0
+pkgrel=1
+pkgdesc="A MATE applet that shows how much traffic occurs on a specified 
network device. (GTK3 version [EXPERIMENTAL])"
+url="http://mate-desktop.org";
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('gtk3' 'libgtop' 'mate-panel-gtk3>=1.10' 'wireless_tools')
+makedepends=('mate-common' 'yelp-tools')
+optdepends=('yelp: for reading MATE help documents')
+groups=('mate-extra-gtk3')
+conflicts=("${_pkgbase}")
+source=("http://pub.mate-desktop.org/releases/${_ver}/${_pkgbase}-${pkgver}.tar.xz";)
+sha1sums=('ce27b63cb2ee92bc24071f1df1f34a52069be5b6')
+install=${_pkgbase}.install
+
+build() {
+cd "${srcdir}/${_pkgbase}-${pkgver}"
+./configure \
+--prefix=/usr \
+--libexecdir=/usr/lib/${_pkgbase} \
+--with-gtk=3.0 \
+--disable-static
+make
+}
+
+package() {
+cd "${srcdir}/${_pkgbase}-${pkgver}"
+make DESTDIR="${pkgdir}" install
+}

Copied: mate-netspeed-gtk3/repos/community-staging-x86_64/mate-netspeed.install 
(from rev 133117, mate-netspeed-gtk3/trunk/mate-netspeed.install)
===
--- community-staging-x86_64/mate-netspeed.install  
(rev 0)
+++ community-staging-x86_64/mate-netspeed.install  2015-05-09 18:49:56 UTC 
(rev 133118)
@@ -0,0 +1,12 @@
+post_install() {
+g

[arch-commits] Commit in (3 files)

2015-05-09 Thread Antonio Rojas
Date: Saturday, May 9, 2015 @ 20:50:43
  Author: arojas
Revision: 133119

New python-sphinx checkdepends

Added:
  python-sphinx-alabaster-theme/
  python-sphinx-alabaster-theme/trunk/
  python-sphinx-alabaster-theme/trunk/PKGBUILD

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

Added: python-sphinx-alabaster-theme/trunk/PKGBUILD
===
--- python-sphinx-alabaster-theme/trunk/PKGBUILD
(rev 0)
+++ python-sphinx-alabaster-theme/trunk/PKGBUILD2015-05-09 18:50:43 UTC 
(rev 133119)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer:
+# Contributor: xantares
+
+pkgbase=python-sphinx-alabaster-theme
+pkgname=(python-sphinx-alabaster-theme python2-sphinx-alabaster-theme)
+pkgver=0.7.4
+pkgrel=1
+arch=(any)
+pkgdesc="Modified Kr Sphinx doc theme"
+url='https://github.com/bitprophet/alabaster'
+license=(BSD)
+makedepends=(python-setuptools python2-setuptools)
+source=("https://github.com/bitprophet/alabaster/archive/${pkgver}.tar.gz";)
+md5sums=('ed0f1f6cba60e930cba5ed45276b5323')
+
+build() {
+  cp -r ${srcdir}/alabaster-${pkgver} ${srcdir}/alabaster-${pkgver}-py2
+  
+  cd "$srcdir"/alabaster-${pkgver}
+  python setup.py build
+
+  cd "$srcdir"/alabaster-${pkgver}-py2
+  python2 setup.py build
+}
+
+package_python-sphinx-alabaster-theme() {
+  cd "$srcdir"/alabaster-${pkgver}
+  python setup.py install --root="$pkgdir" --optimize=1
+
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+
+package_python2-sphinx-alabaster-theme() {
+  cd "$srcdir"/alabaster-${pkgver}-py2 
+  python2 setup.py install --root="$pkgdir" --optimize=1
+
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+


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


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

2015-05-09 Thread Martin Wimpress
Date: Saturday, May 9, 2015 @ 20:48:18
  Author: flexiondotorg
Revision: 133116

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

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

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

Copied: mate-netspeed/repos/community-staging-i686/PKGBUILD (from rev 133115, 
mate-netspeed/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2015-05-09 18:48:18 UTC (rev 133116)
@@ -0,0 +1,34 @@
+# Maintainer : Martin Wimpress 
+
+_ver=1.10
+_pkgbase=mate-netspeed
+pkgname=(${_pkgbase})
+pkgver=${_ver}.0
+pkgrel=1
+pkgdesc="A MATE applet that shows how much traffic occurs on a specified 
network device. (GTK2 version)"
+url="http://mate-desktop.org";
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('gtk2' 'libgtop' 'mate-panel>=1.10' 'wireless_tools')
+makedepends=('mate-common' 'yelp-tools')
+optdepends=('yelp: for reading MATE help documents')
+groups=('mate-extra')
+conflicts=("${_pkgbase}-gtk3")
+source=("http://pub.mate-desktop.org/releases/${_ver}/${_pkgbase}-${pkgver}.tar.xz";)
+sha1sums=('ce27b63cb2ee92bc24071f1df1f34a52069be5b6')
+install=${_pkgbase}.install
+
+build() {
+cd "${srcdir}/${_pkgbase}-${pkgver}"
+./configure \
+--prefix=/usr \
+--libexecdir=/usr/lib/${pkgname} \
+--with-gtk=2.0 \
+--disable-static
+make
+}
+
+package() {
+cd "${srcdir}/${_pkgbase}-${pkgver}"
+make DESTDIR="${pkgdir}" install
+}

Copied: mate-netspeed/repos/community-staging-i686/mate-netspeed.install (from 
rev 133115, mate-netspeed/trunk/mate-netspeed.install)
===
--- community-staging-i686/mate-netspeed.install
(rev 0)
+++ community-staging-i686/mate-netspeed.install2015-05-09 18:48:18 UTC 
(rev 133116)
@@ -0,0 +1,12 @@
+post_install() {
+glib-compile-schemas /usr/share/glib-2.0/schemas/
+gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}

Copied: mate-netspeed/repos/community-staging-x86_64/PKGBUILD (from rev 133115, 
mate-netspeed/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2015-05-09 18:48:18 UTC (rev 133116)
@@ -0,0 +1,34 @@
+# Maintainer : Martin Wimpress 
+
+_ver=1.10
+_pkgbase=mate-netspeed
+pkgname=(${_pkgbase})
+pkgver=${_ver}.0
+pkgrel=1
+pkgdesc="A MATE applet that shows how much traffic occurs on a specified 
network device. (GTK2 version)"
+url="http://mate-desktop.org";
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('gtk2' 'libgtop' 'mate-panel>=1.10' 'wireless_tools')
+makedepends=('mate-common' 'yelp-tools')
+optdepends=('yelp: for reading MATE help documents')
+groups=('mate-extra')
+conflicts=("${_pkgbase}-gtk3")
+source=("http://pub.mate-desktop.org/releases/${_ver}/${_pkgbase}-${pkgver}.tar.xz";)
+sha1sums=('ce27b63cb2ee92bc24071f1df1f34a52069be5b6')
+install=${_pkgbase}.install
+
+build() {
+cd "${srcdir}/${_pkgbase}-${pkgver}"
+./configure \
+--prefix=/usr \
+--libexecdir=/usr/lib/${pkgname} \
+--with-gtk=2.0 \
+--disable-static
+make
+}
+
+package() {
+cd "${srcdir}/${_pkgbase}-${pkgver}"
+make DESTDIR="${pkgdir}" install
+}

Copied: mate-netspeed/repos/community-staging-x86_64/mate-netspeed.install 
(from rev 133115, mate-netspeed/trunk/mate-netspeed.install)
===
--- community-staging-x86_64/mate-netspeed.install  
(rev 0)
+++ community-staging-x86_64/mate-netspeed.install  2015-05-09 18:48:18 UTC 
(rev 133116)
@@ -0,0 +1,12 @@
+post_install() {
+glib-compile-schemas /usr/share/glib-2.0/schemas/
+gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
+}
+
+post_upgrade() {
+post_install
+}
+

[arch-commits] Commit in (5 files)

2015-05-09 Thread Martin Wimpress
Date: Saturday, May 9, 2015 @ 20:48:23
  Author: flexiondotorg
Revision: 133117

Added mate-netspeed-gtk3

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

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

Added: mate-netspeed-gtk3/trunk/PKGBUILD
===
--- mate-netspeed-gtk3/trunk/PKGBUILD   (rev 0)
+++ mate-netspeed-gtk3/trunk/PKGBUILD   2015-05-09 18:48:23 UTC (rev 133117)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer : Martin Wimpress 
+
+_ver=1.10
+_pkgbase=mate-netspeed
+pkgname=(${_pkgbase}-gtk3)
+pkgver=${_ver}.0
+pkgrel=1
+pkgdesc="A MATE applet that shows how much traffic occurs on a specified 
network device. (GTK3 version [EXPERIMENTAL])"
+url="http://mate-desktop.org";
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('gtk3' 'libgtop' 'mate-panel-gtk3>=1.10' 'wireless_tools')
+makedepends=('mate-common' 'yelp-tools')
+optdepends=('yelp: for reading MATE help documents')
+groups=('mate-extra-gtk3')
+conflicts=("${_pkgbase}")
+source=("http://pub.mate-desktop.org/releases/${_ver}/${_pkgbase}-${pkgver}.tar.xz";)
+sha1sums=('ce27b63cb2ee92bc24071f1df1f34a52069be5b6')
+install=${_pkgbase}.install
+
+build() {
+cd "${srcdir}/${_pkgbase}-${pkgver}"
+./configure \
+--prefix=/usr \
+--libexecdir=/usr/lib/${_pkgbase} \
+--with-gtk=3.0 \
+--disable-static
+make
+}
+
+package() {
+cd "${srcdir}/${_pkgbase}-${pkgver}"
+make DESTDIR="${pkgdir}" install
+}


Property changes on: mate-netspeed-gtk3/trunk/PKGBUILD
___
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property
Added: mate-netspeed-gtk3/trunk/mate-netspeed.install
===
--- mate-netspeed-gtk3/trunk/mate-netspeed.install  
(rev 0)
+++ mate-netspeed-gtk3/trunk/mate-netspeed.install  2015-05-09 18:48:23 UTC 
(rev 133117)
@@ -0,0 +1,12 @@
+post_install() {
+glib-compile-schemas /usr/share/glib-2.0/schemas/
+gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}


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

2015-05-09 Thread Martin Wimpress
Date: Saturday, May 9, 2015 @ 20:48:10
  Author: flexiondotorg
Revision: 133115

upgpkg: mate-netspeed 1.10.0-1 - New upstream release

Modified:
  mate-netspeed/trunk/PKGBUILD

--+
 PKGBUILD |   27 +++
 1 file changed, 15 insertions(+), 12 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-05-09 18:45:02 UTC (rev 133114)
+++ PKGBUILD2015-05-09 18:48:10 UTC (rev 133115)
@@ -1,31 +1,34 @@
-# $Id$
 # Maintainer : Martin Wimpress 
 
-pkgname=mate-netspeed
-pkgver=1.8.0
-pkgrel=2
-pkgdesc="A MATE applet that shows how much traffic occurs on a specified 
network device."
+_ver=1.10
+_pkgbase=mate-netspeed
+pkgname=(${_pkgbase})
+pkgver=${_ver}.0
+pkgrel=1
+pkgdesc="A MATE applet that shows how much traffic occurs on a specified 
network device. (GTK2 version)"
 url="http://mate-desktop.org";
 arch=('i686' 'x86_64')
 license=('GPL')
-depends=('gtk2' 'libgtop' 'mate-panel' 'wireless_tools')
-makedepends=('mate-common' 'perl-xml-parser' 'yelp-tools')
+depends=('gtk2' 'libgtop' 'mate-panel>=1.10' 'wireless_tools')
+makedepends=('mate-common' '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=('d5e9f408ccaedbdeb3917b1d560288420f7f2c3f')
-install=${pkgname}.install
+conflicts=("${_pkgbase}-gtk3")
+source=("http://pub.mate-desktop.org/releases/${_ver}/${_pkgbase}-${pkgver}.tar.xz";)
+sha1sums=('ce27b63cb2ee92bc24071f1df1f34a52069be5b6')
+install=${_pkgbase}.install
 
 build() {
-cd "${srcdir}/${pkgname}-${pkgver}"
+cd "${srcdir}/${_pkgbase}-${pkgver}"
 ./configure \
 --prefix=/usr \
 --libexecdir=/usr/lib/${pkgname} \
+--with-gtk=2.0 \
 --disable-static
 make
 }
 
 package() {
-cd "${srcdir}/${pkgname}-${pkgver}"
+cd "${srcdir}/${_pkgbase}-${pkgver}"
 make DESTDIR="${pkgdir}" install
 }


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

2015-05-09 Thread Martin Wimpress
Date: Saturday, May 9, 2015 @ 20:45:02
  Author: flexiondotorg
Revision: 133114

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

Added:
  mate-netbook-gtk3/repos/community-staging-i686/
  mate-netbook-gtk3/repos/community-staging-x86_64/


[arch-commits] Commit in (5 files)

2015-05-09 Thread Martin Wimpress
Date: Saturday, May 9, 2015 @ 20:43:37
  Author: flexiondotorg
Revision: 133113

Added mate-netbook-gtk3

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

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

Added: mate-netbook-gtk3/trunk/PKGBUILD
===
--- mate-netbook-gtk3/trunk/PKGBUILD(rev 0)
+++ mate-netbook-gtk3/trunk/PKGBUILD2015-05-09 18:43:37 UTC (rev 133113)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer : Martin Wimpress 
+
+_ver=1.10
+_pkgbase=mate-netbook
+pkgname=${_pkgbase}-gtk3
+pkgver=${_ver}.0
+pkgrel=1
+pkgdesc="A simple window management tool (GTK3 version [EXPERIMENTAL])."
+url="http://mate-desktop.org";
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('gtk3' 'libfakekey' 'libwnck3' 'libunique3' 'mate-panel>=1.10')
+makedepends=('mate-common')
+source=("http://pub.mate-desktop.org/releases/${_ver}/${_pkgbase}-${pkgver}.tar.xz";)
+conflicts=("${_pkgbase}")
+sha1sums=('d4067ba7357f8a6f0e6874660c9850ae600ff1a8')
+install=${_pkgbase}.install
+
+build() {
+cd "${srcdir}/${_pkgbase}-${pkgver}"
+./configure \
+--prefix=/usr \
+--libexec=/usr/lib/${_pkgbase} \
+--sysconfdir=/etc \
+--with-gtk=3.0 \
+--disable-static
+make
+}
+
+package() {
+cd "${srcdir}/${_pkgbase}-${pkgver}"
+make DESTDIR="${pkgdir}" install
+}


Property changes on: mate-netbook-gtk3/trunk/PKGBUILD
___
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property
Added: mate-netbook-gtk3/trunk/mate-netbook.install
===
--- mate-netbook-gtk3/trunk/mate-netbook.install
(rev 0)
+++ mate-netbook-gtk3/trunk/mate-netbook.install2015-05-09 18:43:37 UTC 
(rev 133113)
@@ -0,0 +1,11 @@
+post_install() {
+glib-compile-schemas /usr/share/glib-2.0/schemas/
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}


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

2015-05-09 Thread Martin Wimpress
Date: Saturday, May 9, 2015 @ 20:43:32
  Author: flexiondotorg
Revision: 133112

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

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

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

Copied: mate-netbook/repos/community-staging-i686/PKGBUILD (from rev 133111, 
mate-netbook/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2015-05-09 18:43:32 UTC (rev 133112)
@@ -0,0 +1,33 @@
+# Maintainer : Martin Wimpress 
+
+_ver=1.10
+_pkgbase=mate-netbook
+pkgname=${_pkgbase}
+pkgver=${_ver}.0
+pkgrel=1
+pkgdesc="A simple window management tool (GTK2 version)"
+url="http://mate-desktop.org";
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('gtk2' 'libfakekey' 'libwnck' 'libunique' 'mate-panel>=1.10')
+makedepends=('mate-common')
+source=("http://pub.mate-desktop.org/releases/${_ver}/${_pkgbase}-${pkgver}.tar.xz";)
+conflicts=("${_pkgbase}-gtk3")
+sha1sums=('d4067ba7357f8a6f0e6874660c9850ae600ff1a8')
+install=${_pkgbase}.install
+
+build() {
+cd "${srcdir}/${_pkgbase}-${pkgver}"
+./configure \
+--prefix=/usr \
+--libexec=/usr/lib/${_pkgbase} \
+--sysconfdir=/etc \
+--with-gtk=2.0 \
+--disable-static
+make
+}
+
+package() {
+cd "${srcdir}/${_pkgbase}-${pkgver}"
+make DESTDIR="${pkgdir}" install
+}

Copied: mate-netbook/repos/community-staging-i686/mate-netbook.install (from 
rev 133111, mate-netbook/trunk/mate-netbook.install)
===
--- community-staging-i686/mate-netbook.install (rev 0)
+++ community-staging-i686/mate-netbook.install 2015-05-09 18:43:32 UTC (rev 
133112)
@@ -0,0 +1,11 @@
+post_install() {
+glib-compile-schemas /usr/share/glib-2.0/schemas/
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}

Copied: mate-netbook/repos/community-staging-x86_64/PKGBUILD (from rev 133111, 
mate-netbook/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2015-05-09 18:43:32 UTC (rev 133112)
@@ -0,0 +1,33 @@
+# Maintainer : Martin Wimpress 
+
+_ver=1.10
+_pkgbase=mate-netbook
+pkgname=${_pkgbase}
+pkgver=${_ver}.0
+pkgrel=1
+pkgdesc="A simple window management tool (GTK2 version)"
+url="http://mate-desktop.org";
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('gtk2' 'libfakekey' 'libwnck' 'libunique' 'mate-panel>=1.10')
+makedepends=('mate-common')
+source=("http://pub.mate-desktop.org/releases/${_ver}/${_pkgbase}-${pkgver}.tar.xz";)
+conflicts=("${_pkgbase}-gtk3")
+sha1sums=('d4067ba7357f8a6f0e6874660c9850ae600ff1a8')
+install=${_pkgbase}.install
+
+build() {
+cd "${srcdir}/${_pkgbase}-${pkgver}"
+./configure \
+--prefix=/usr \
+--libexec=/usr/lib/${_pkgbase} \
+--sysconfdir=/etc \
+--with-gtk=2.0 \
+--disable-static
+make
+}
+
+package() {
+cd "${srcdir}/${_pkgbase}-${pkgver}"
+make DESTDIR="${pkgdir}" install
+}

Copied: mate-netbook/repos/community-staging-x86_64/mate-netbook.install (from 
rev 133111, mate-netbook/trunk/mate-netbook.install)
===
--- community-staging-x86_64/mate-netbook.install   
(rev 0)
+++ community-staging-x86_64/mate-netbook.install   2015-05-09 18:43:32 UTC 
(rev 133112)
@@ -0,0 +1,11 @@
+post_install() {
+glib-compile-schemas /usr/share/glib-2.0/schemas/
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}


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

2015-05-09 Thread Martin Wimpress
Date: Saturday, May 9, 2015 @ 20:43:21
  Author: flexiondotorg
Revision: 133111

upgpkg: mate-netbook 1.10.0-1 - New upstream release

Modified:
  mate-netbook/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-05-09 18:37:39 UTC (rev 133110)
+++ PKGBUILD2015-05-09 18:43:21 UTC (rev 133111)
@@ -1,24 +1,26 @@
 # Maintainer : Martin Wimpress 
 
-pkgname=mate-netbook
-pkgver=1.8.1
+_ver=1.10
+_pkgbase=mate-netbook
+pkgname=${_pkgbase}
+pkgver=${_ver}.0
 pkgrel=1
-pkgdesc="A simple window management tool."
+pkgdesc="A simple window management tool (GTK2 version)"
 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
+depends=('gtk2' 'libfakekey' 'libwnck' 'libunique' 'mate-panel>=1.10')
+makedepends=('mate-common')
+source=("http://pub.mate-desktop.org/releases/${_ver}/${_pkgbase}-${pkgver}.tar.xz";)
+conflicts=("${_pkgbase}-gtk3")
+sha1sums=('d4067ba7357f8a6f0e6874660c9850ae600ff1a8')
+install=${_pkgbase}.install
 
 build() {
-cd "${srcdir}/${pkgname}-${pkgver}"
+cd "${srcdir}/${_pkgbase}-${pkgver}"
 ./configure \
 --prefix=/usr \
---libexec=/usr/lib/${pkgname} \
+--libexec=/usr/lib/${_pkgbase} \
 --sysconfdir=/etc \
 --with-gtk=2.0 \
 --disable-static
@@ -26,6 +28,6 @@
 }
 
 package() {
-cd "${srcdir}/${pkgname}-${pkgver}"
+cd "${srcdir}/${_pkgbase}-${pkgver}"
 make DESTDIR="${pkgdir}" install
 }


[arch-commits] Commit in python-snowballstemmer (4 files)

2015-05-09 Thread Antonio Rojas
Date: Saturday, May 9, 2015 @ 20:37:39
  Author: arojas
Revision: 133110

archrelease: copy trunk to community-any

Added:
  python-snowballstemmer/repos/
  python-snowballstemmer/repos/community-any/
  python-snowballstemmer/repos/community-any/LICENSE
(from rev 133109, python-snowballstemmer/trunk/LICENSE)
  python-snowballstemmer/repos/community-any/PKGBUILD
(from rev 133109, python-snowballstemmer/trunk/PKGBUILD)

--+
 LICENSE  |   15 +++
 PKGBUILD |   40 
 2 files changed, 55 insertions(+)

Copied: python-snowballstemmer/repos/community-any/LICENSE (from rev 133109, 
python-snowballstemmer/trunk/LICENSE)
===
--- repos/community-any/LICENSE (rev 0)
+++ repos/community-any/LICENSE 2015-05-09 18:37:39 UTC (rev 133110)
@@ -0,0 +1,15 @@
+Copyright (c) 2013, Yoshiki Shibukawa
+
+All rights reserved.
+
+Redistribution and use in source and binary forms, with or without 
modification, are permitted provided that the following conditions are met:
+
+Redistributions of source code must retain the above copyright notice, this 
list of conditions and the following disclaimer.
+Redistributions in binary form must reproduce the above copyright notice, this 
list of conditions and the following disclaimer in the 
+documentation and/or other materials provided with the distribution.
+THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" 
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, 
+THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE 
ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR 
+CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 
EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 
+PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR 
BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 
+LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 
NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, 
+EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

Copied: python-snowballstemmer/repos/community-any/PKGBUILD (from rev 133109, 
python-snowballstemmer/trunk/PKGBUILD)
===
--- repos/community-any/PKGBUILD(rev 0)
+++ repos/community-any/PKGBUILD2015-05-09 18:37:39 UTC (rev 133110)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: 
+# Contributor: xantares
+
+pkgbase=python-snowballstemmer
+pkgname=('python-snowballstemmer' 'python2-snowballstemmer')
+pkgver=1.2.0
+pkgrel=1
+arch=(any)
+pkgdesc="Snowball stemming library collection for Python"
+url='https://github.com/shibukawa/snowball_py'
+license=(BSD)
+makedepends=(python-setuptools python2-setuptools)
+source=("https://pypi.python.org/packages/source/s/snowballstemmer/snowballstemmer-${pkgver}.tar.gz";
 'LICENSE')
+md5sums=('51f2ef829db8129dd0f2354f0b209970'
+ 'e269a6e5398d3795d4077cef3152aa33')
+
+build() {
+  cp -r ${srcdir}/snowballstemmer-${pkgver} 
${srcdir}/snowballstemmer-${pkgver}-py2
+  
+  cd "$srcdir"/snowballstemmer-${pkgver}
+  python setup.py build
+
+  cd "$srcdir"/snowballstemmer-${pkgver}-py2
+  python2 setup.py build
+}
+
+package_python-snowballstemmer() {
+  cd "$srcdir"/snowballstemmer-${pkgver}
+  python setup.py install --root="$pkgdir" --optimize=1
+
+  install -Dm644 "$srcdir"/LICENSE 
"$pkgdir"/usr/share/licenses/python-snowballstemmer/LICENSE
+}
+
+package_python2-snowballstemmer() {
+  cd "$srcdir"/snowballstemmer-${pkgver}-py2 
+  python2 setup.py install --root="$pkgdir" --optimize=1
+
+  install -Dm644 "$srcdir"/LICENSE 
"$pkgdir"/usr/share/licenses/python2-snowballstemmer/LICENSE
+}


[arch-commits] Commit in (4 files)

2015-05-09 Thread Antonio Rojas
Date: Saturday, May 9, 2015 @ 20:36:54
  Author: arojas
Revision: 133109

New python-sphinx checkdepends

Added:
  python-snowballstemmer/
  python-snowballstemmer/trunk/
  python-snowballstemmer/trunk/LICENSE
  python-snowballstemmer/trunk/PKGBUILD

--+
 LICENSE  |   15 +++
 PKGBUILD |   40 
 2 files changed, 55 insertions(+)

Added: python-snowballstemmer/trunk/LICENSE
===
--- python-snowballstemmer/trunk/LICENSE(rev 0)
+++ python-snowballstemmer/trunk/LICENSE2015-05-09 18:36:54 UTC (rev 
133109)
@@ -0,0 +1,15 @@
+Copyright (c) 2013, Yoshiki Shibukawa
+
+All rights reserved.
+
+Redistribution and use in source and binary forms, with or without 
modification, are permitted provided that the following conditions are met:
+
+Redistributions of source code must retain the above copyright notice, this 
list of conditions and the following disclaimer.
+Redistributions in binary form must reproduce the above copyright notice, this 
list of conditions and the following disclaimer in the 
+documentation and/or other materials provided with the distribution.
+THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" 
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, 
+THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE 
ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR 
+CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 
EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 
+PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR 
BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 
+LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 
NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, 
+EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

Added: python-snowballstemmer/trunk/PKGBUILD
===
--- python-snowballstemmer/trunk/PKGBUILD   (rev 0)
+++ python-snowballstemmer/trunk/PKGBUILD   2015-05-09 18:36:54 UTC (rev 
133109)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: 
+# Contributor: xantares
+
+pkgbase=python-snowballstemmer
+pkgname=('python-snowballstemmer' 'python2-snowballstemmer')
+pkgver=1.2.0
+pkgrel=1
+arch=(any)
+pkgdesc="Snowball stemming library collection for Python"
+url='https://github.com/shibukawa/snowball_py'
+license=(BSD)
+makedepends=(python-setuptools python2-setuptools)
+source=("https://pypi.python.org/packages/source/s/snowballstemmer/snowballstemmer-${pkgver}.tar.gz";
 'LICENSE')
+md5sums=('51f2ef829db8129dd0f2354f0b209970'
+ 'e269a6e5398d3795d4077cef3152aa33')
+
+build() {
+  cp -r ${srcdir}/snowballstemmer-${pkgver} 
${srcdir}/snowballstemmer-${pkgver}-py2
+  
+  cd "$srcdir"/snowballstemmer-${pkgver}
+  python setup.py build
+
+  cd "$srcdir"/snowballstemmer-${pkgver}-py2
+  python2 setup.py build
+}
+
+package_python-snowballstemmer() {
+  cd "$srcdir"/snowballstemmer-${pkgver}
+  python setup.py install --root="$pkgdir" --optimize=1
+
+  install -Dm644 "$srcdir"/LICENSE 
"$pkgdir"/usr/share/licenses/python-snowballstemmer/LICENSE
+}
+
+package_python2-snowballstemmer() {
+  cd "$srcdir"/snowballstemmer-${pkgver}-py2 
+  python2 setup.py install --root="$pkgdir" --optimize=1
+
+  install -Dm644 "$srcdir"/LICENSE 
"$pkgdir"/usr/share/licenses/python2-snowballstemmer/LICENSE
+}


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


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

2015-05-09 Thread Antonio Rojas
Date: Saturday, May 9, 2015 @ 20:24:34
  Author: arojas
Revision: 133108

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

Added:
  spacefm/repos/community-i686/PKGBUILD
(from rev 133107, spacefm/trunk/PKGBUILD)
  spacefm/repos/community-i686/spacefm-0.9.4-glib-2.41.patch
(from rev 133107, spacefm/trunk/spacefm-0.9.4-glib-2.41.patch)
  spacefm/repos/community-i686/spacefm.install
(from rev 133107, spacefm/trunk/spacefm.install)
  spacefm/repos/community-x86_64/PKGBUILD
(from rev 133107, spacefm/trunk/PKGBUILD)
  spacefm/repos/community-x86_64/spacefm-0.9.4-glib-2.41.patch
(from rev 133107, spacefm/trunk/spacefm-0.9.4-glib-2.41.patch)
  spacefm/repos/community-x86_64/spacefm.install
(from rev 133107, spacefm/trunk/spacefm.install)
Deleted:
  spacefm/repos/community-i686/PKGBUILD
  spacefm/repos/community-i686/spacefm-0.9.4-glib-2.41.patch
  spacefm/repos/community-i686/spacefm.install
  spacefm/repos/community-x86_64/PKGBUILD
  spacefm/repos/community-x86_64/spacefm-0.9.4-glib-2.41.patch
  spacefm/repos/community-x86_64/spacefm.install

+
 /PKGBUILD  |   68 +++
 /spacefm-0.9.4-glib-2.41.patch |   50 
 /spacefm.install   |   28 +
 community-i686/PKGBUILD|   43 --
 community-i686/spacefm-0.9.4-glib-2.41.patch   |   25 
 community-i686/spacefm.install |   14 
 community-x86_64/PKGBUILD  |   43 --
 community-x86_64/spacefm-0.9.4-glib-2.41.patch |   25 
 community-x86_64/spacefm.install   |   14 
 9 files changed, 146 insertions(+), 164 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-05-09 18:23:35 UTC (rev 133107)
+++ community-i686/PKGBUILD 2015-05-09 18:24:34 UTC (rev 133108)
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer:  Bartłomiej Piotrowski 
-# Contributor: IgnorantGuru 
http://igurublog.wordpress.com/contact-ignorantguru/
-# Contributor: ridikulus_rat 
-
-pkgname=spacefm
-pkgver=0.9.4
-pkgrel=3
-pkgdesc='Multi-panel tabbed file manager'
-arch=('i686' 'x86_64')
-url='http://ignorantguru.github.com/spacefm/'
-license=('GPL3')
-install=$pkgname.install
-depends=('gtk2' 'shared-mime-info' 'desktop-file-utils' 'startup-notification'
- 'systemd' 'bash')
-makedepends=('intltool' 'gettext')
-optdepends=('lsof: device processes'
-'wget: plugin download'
-'gksu: perform as root functionality'
-'udevil: mount as non-root user and mount networks'
-'udisks: mount as non-root user'
-'udisks2: mount as non-root user')
-source=(https://github.com/IgnorantGuru/spacefm/archive/$pkgver.tar.gz
-spacefm-0.9.4-glib-2.41.patch)
-md5sums=('daeee7dcccea33d6258a0a9d783470c4'
- '1ec85afcb4fc881a8e876b3cf60c7028')
-
-prepare() {
-  cd $pkgname-$pkgver
-  patch -p1 -i ../spacefm-0.9.4-glib-2.41.patch
-}
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr \
---disable-pixmaps
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: spacefm/repos/community-i686/PKGBUILD (from rev 133107, 
spacefm/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-05-09 18:24:34 UTC (rev 133108)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer:  Bartłomiej Piotrowski 
+# Contributor: IgnorantGuru 
http://igurublog.wordpress.com/contact-ignorantguru/
+# Contributor: ridikulus_rat 
+
+pkgname=spacefm
+pkgver=1.0.1
+pkgrel=1
+pkgdesc='Multi-panel tabbed file manager'
+arch=('i686' 'x86_64')
+url='http://ignorantguru.github.com/spacefm/'
+license=('GPL3')
+install=$pkgname.install
+depends=('gtk3' 'desktop-file-utils' 'startup-notification' 
'ffmpegthumbnailer')
+makedepends=('intltool' 'gettext')
+optdepends=('lsof: device processes'
+'wget: plugin download'
+'gksu: perform as root functionality'
+'udevil: mount as non-root user and mount networks'
+'udisks2: mount as non-root user')
+source=($pkgname-$pkgver.tar.gz::https://github.com/IgnorantGuru/spacefm/archive/$pkgver.tar.gz)
+md5sums=('3665b0cf08dcbebefcc832afc19d613e')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr \
+--disable-pixmaps
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}

Deleted: community-i686/spacefm-0.9.4-glib-2.41.patch
===
--- community-i686/spacefm-0.9.4-glib-2.41.patch2015-05-09 18:23:35 UTC 
(rev 133107)
+++ community-i686/spacefm-0.9.4-glib-2.41.patch2015-05-09 18:24:34 UTC 
(rev 133108)
@@ -1,25 +0,0 @@
-diff 

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

2015-05-09 Thread Antonio Rojas
Date: Saturday, May 9, 2015 @ 20:23:35
  Author: arojas
Revision: 133107

Update to 1.0.1

Modified:
  spacefm/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-05-09 18:14:37 UTC (rev 133106)
+++ PKGBUILD2015-05-09 18:23:35 UTC (rev 133107)
@@ -4,32 +4,23 @@
 # Contributor: ridikulus_rat 
 
 pkgname=spacefm
-pkgver=0.9.4
-pkgrel=3
+pkgver=1.0.1
+pkgrel=1
 pkgdesc='Multi-panel tabbed file manager'
 arch=('i686' 'x86_64')
 url='http://ignorantguru.github.com/spacefm/'
 license=('GPL3')
 install=$pkgname.install
-depends=('gtk2' 'shared-mime-info' 'desktop-file-utils' 'startup-notification'
- 'systemd' 'bash')
+depends=('gtk3' 'desktop-file-utils' 'startup-notification' 
'ffmpegthumbnailer')
 makedepends=('intltool' 'gettext')
 optdepends=('lsof: device processes'
 'wget: plugin download'
 'gksu: perform as root functionality'
 'udevil: mount as non-root user and mount networks'
-'udisks: mount as non-root user'
 'udisks2: mount as non-root user')
-source=($pkgname-$pkgver.tar.gz::https://github.com/IgnorantGuru/spacefm/archive/$pkgver.tar.gz
-spacefm-0.9.4-glib-2.41.patch)
-md5sums=('daeee7dcccea33d6258a0a9d783470c4'
- '1ec85afcb4fc881a8e876b3cf60c7028')
+source=($pkgname-$pkgver.tar.gz::https://github.com/IgnorantGuru/spacefm/archive/$pkgver.tar.gz)
+md5sums=('3665b0cf08dcbebefcc832afc19d613e')
 
-prepare() {
-  cd $pkgname-$pkgver
-  patch -p1 -i ../spacefm-0.9.4-glib-2.41.patch
-}
-
 build() {
   cd $pkgname-$pkgver
   ./configure --prefix=/usr \


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

2015-05-09 Thread Antonio Rojas
Date: Saturday, May 9, 2015 @ 20:14:37
  Author: arojas
Revision: 133106

archrelease: copy trunk to community-any

Added:
  ttf-ionicons/repos/community-any/PKGBUILD
(from rev 133105, ttf-ionicons/trunk/PKGBUILD)
  ttf-ionicons/repos/community-any/ttf-font.install
(from rev 133105, ttf-ionicons/trunk/ttf-font.install)
Deleted:
  ttf-ionicons/repos/community-any/PKGBUILD
  ttf-ionicons/repos/community-any/ttf-font.install

--+
 PKGBUILD |   38 +++---
 ttf-font.install |   30 +++---
 2 files changed, 34 insertions(+), 34 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-05-09 18:13:59 UTC (rev 133105)
+++ PKGBUILD2015-05-09 18:14:37 UTC (rev 133106)
@@ -1,19 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-
-pkgname=ttf-ionicons
-pkgver=2.0.0
-pkgrel=1
-pkgdesc='The premium icon font for Ionic Framework'
-arch=('any')
-license=('MIT')
-url='http://ionicons.com/'
-depends=('fontconfig' 'xorg-fonts-encodings' 'xorg-font-utils')
-install=ttf-font.install
-source=("https://github.com/driftyco/ionicons/raw/v${pkgver}/fonts/ionicons.ttf";)
-md5sums=('0d39918c71ad0bf2db5766fe14828114')
-
-package() {
-  install -d "${pkgdir}"/usr/share/fonts/TTF
-  install -m644 ionicons.ttf "${pkgdir}"/usr/share/fonts/TTF/
-}

Copied: ttf-ionicons/repos/community-any/PKGBUILD (from rev 133105, 
ttf-ionicons/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-05-09 18:14:37 UTC (rev 133106)
@@ -0,0 +1,19 @@
+# $Id$
+# Maintainer: Andrea Scarpino 
+
+pkgname=ttf-ionicons
+pkgver=2.0.1
+pkgrel=1
+pkgdesc='The premium icon font for Ionic Framework'
+arch=('any')
+license=('MIT')
+url='http://ionicons.com/'
+depends=('fontconfig' 'xorg-fonts-encodings' 'xorg-font-utils')
+install=ttf-font.install
+source=("https://github.com/driftyco/ionicons/raw/v${pkgver}/fonts/ionicons.ttf";)
+md5sums=('24712f6c47821394fba7942fbb52c3b2')
+
+package() {
+  install -d "${pkgdir}"/usr/share/fonts/TTF
+  install -m644 ionicons.ttf "${pkgdir}"/usr/share/fonts/TTF/
+}

Deleted: ttf-font.install
===
--- ttf-font.install2015-05-09 18:13:59 UTC (rev 133105)
+++ ttf-font.install2015-05-09 18:14:37 UTC (rev 133106)
@@ -1,15 +0,0 @@
-post_install() {
-  echo -n "Updating font cache... "
-  fc-cache -s
-  mkfontscale /usr/share/fonts/TTF
-  mkfontdir /usr/share/fonts/TTF
-  echo "done."
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Copied: ttf-ionicons/repos/community-any/ttf-font.install (from rev 133105, 
ttf-ionicons/trunk/ttf-font.install)
===
--- ttf-font.install(rev 0)
+++ ttf-font.install2015-05-09 18:14:37 UTC (rev 133106)
@@ -0,0 +1,15 @@
+post_install() {
+  echo -n "Updating font cache... "
+  fc-cache -s
+  mkfontscale /usr/share/fonts/TTF
+  mkfontdir /usr/share/fonts/TTF
+  echo "done."
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}


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

2015-05-09 Thread Antonio Rojas
Date: Saturday, May 9, 2015 @ 20:13:59
  Author: arojas
Revision: 133105

Update to 2.0.1

Modified:
  ttf-ionicons/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-05-09 18:11:16 UTC (rev 133104)
+++ PKGBUILD2015-05-09 18:13:59 UTC (rev 133105)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino 
 
 pkgname=ttf-ionicons
-pkgver=2.0.0
+pkgver=2.0.1
 pkgrel=1
 pkgdesc='The premium icon font for Ionic Framework'
 arch=('any')
@@ -11,7 +11,7 @@
 depends=('fontconfig' 'xorg-fonts-encodings' 'xorg-font-utils')
 install=ttf-font.install
 
source=("https://github.com/driftyco/ionicons/raw/v${pkgver}/fonts/ionicons.ttf";)
-md5sums=('0d39918c71ad0bf2db5766fe14828114')
+md5sums=('24712f6c47821394fba7942fbb52c3b2')
 
 package() {
   install -d "${pkgdir}"/usr/share/fonts/TTF


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

2015-05-09 Thread Antonio Rojas
Date: Saturday, May 9, 2015 @ 20:11:16
  Author: arojas
Revision: 133104

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

Added:
  aspell-pl/repos/community-i686/PKGBUILD
(from rev 133103, aspell-pl/trunk/PKGBUILD)
  aspell-pl/repos/community-x86_64/PKGBUILD
(from rev 133103, aspell-pl/trunk/PKGBUILD)
Deleted:
  aspell-pl/repos/community-i686/PKGBUILD
  aspell-pl/repos/community-x86_64/PKGBUILD

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-05-09 18:10:21 UTC (rev 133103)
+++ community-i686/PKGBUILD 2015-05-09 18:11:16 UTC (rev 133104)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Bartłomiej Piotrowski 
-# Contributor: Jaroslaw Swierczynski 
-# Contributor: Arkadiusz Laczynski 
-# Contributor: Jaroslav Lichtblau 
-
-pkgname=aspell-pl
-pkgver=20150328
-pkgrel=1
-pkgdesc='Polish dictionary for aspell'
-arch=('i686' 'x86_64')
-url="http://www.sjp.pl/slownik/en/";
-license=('GPL' 'LGPL' 'MPL' 'CC SA' 'Apache')
-depends=('aspell')
-source=(http://sjp.pl/slownik/ort/sjp-aspell6-pl-6.0_$pkgver-0.tar.bz2)
-md5sums=('c394e387a4b3b500e870d3a191e87f10')
-
-build() {
-  cd aspell6-pl-6.0_$pkgver-0
-
-  ./configure
-  make
-}
-
-package() {
-  cd aspell6-pl-6.0_$pkgver-0
-
-  make DESTDIR="$pkgdir" install
-}

Copied: aspell-pl/repos/community-i686/PKGBUILD (from rev 133103, 
aspell-pl/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-05-09 18:11:16 UTC (rev 133104)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Bartłomiej Piotrowski 
+# Contributor: Jaroslaw Swierczynski 
+# Contributor: Arkadiusz Laczynski 
+# Contributor: Jaroslav Lichtblau 
+
+pkgname=aspell-pl
+pkgver=20150428
+pkgrel=1
+pkgdesc='Polish dictionary for aspell'
+arch=('i686' 'x86_64')
+url="http://www.sjp.pl/slownik/en/";
+license=('GPL' 'LGPL' 'MPL' 'CC SA' 'Apache')
+depends=('aspell')
+source=(http://sjp.pl/slownik/ort/sjp-aspell6-pl-6.0_$pkgver-0.tar.bz2)
+md5sums=('ec91a90778326fcf4470ddfdcb6ce818')
+
+build() {
+  cd aspell6-pl-6.0_$pkgver-0
+
+  ./configure
+  make
+}
+
+package() {
+  cd aspell6-pl-6.0_$pkgver-0
+
+  make DESTDIR="$pkgdir" install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-05-09 18:10:21 UTC (rev 133103)
+++ community-x86_64/PKGBUILD   2015-05-09 18:11:16 UTC (rev 133104)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Bartłomiej Piotrowski 
-# Contributor: Jaroslaw Swierczynski 
-# Contributor: Arkadiusz Laczynski 
-# Contributor: Jaroslav Lichtblau 
-
-pkgname=aspell-pl
-pkgver=20150328
-pkgrel=1
-pkgdesc='Polish dictionary for aspell'
-arch=('i686' 'x86_64')
-url="http://www.sjp.pl/slownik/en/";
-license=('GPL' 'LGPL' 'MPL' 'CC SA' 'Apache')
-depends=('aspell')
-source=(http://sjp.pl/slownik/ort/sjp-aspell6-pl-6.0_$pkgver-0.tar.bz2)
-md5sums=('c394e387a4b3b500e870d3a191e87f10')
-
-build() {
-  cd aspell6-pl-6.0_$pkgver-0
-
-  ./configure
-  make
-}
-
-package() {
-  cd aspell6-pl-6.0_$pkgver-0
-
-  make DESTDIR="$pkgdir" install
-}

Copied: aspell-pl/repos/community-x86_64/PKGBUILD (from rev 133103, 
aspell-pl/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2015-05-09 18:11:16 UTC (rev 133104)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Bartłomiej Piotrowski 
+# Contributor: Jaroslaw Swierczynski 
+# Contributor: Arkadiusz Laczynski 
+# Contributor: Jaroslav Lichtblau 
+
+pkgname=aspell-pl
+pkgver=20150428
+pkgrel=1
+pkgdesc='Polish dictionary for aspell'
+arch=('i686' 'x86_64')
+url="http://www.sjp.pl/slownik/en/";
+license=('GPL' 'LGPL' 'MPL' 'CC SA' 'Apache')
+depends=('aspell')
+source=(http://sjp.pl/slownik/ort/sjp-aspell6-pl-6.0_$pkgver-0.tar.bz2)
+md5sums=('ec91a90778326fcf4470ddfdcb6ce818')
+
+build() {
+  cd aspell6-pl-6.0_$pkgver-0
+
+  ./configure
+  make
+}
+
+package() {
+  cd aspell6-pl-6.0_$pkgver-0
+
+  make DESTDIR="$pkgdir" install
+}


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

2015-05-09 Thread Antonio Rojas
Date: Saturday, May 9, 2015 @ 20:10:21
  Author: arojas
Revision: 133103

Update to 20150428

Modified:
  aspell-pl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-05-09 17:11:01 UTC (rev 133102)
+++ PKGBUILD2015-05-09 18:10:21 UTC (rev 133103)
@@ -5,7 +5,7 @@
 # Contributor: Jaroslav Lichtblau 
 
 pkgname=aspell-pl
-pkgver=20150328
+pkgver=20150428
 pkgrel=1
 pkgdesc='Polish dictionary for aspell'
 arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@
 license=('GPL' 'LGPL' 'MPL' 'CC SA' 'Apache')
 depends=('aspell')
 source=(http://sjp.pl/slownik/ort/sjp-aspell6-pl-6.0_$pkgver-0.tar.bz2)
-md5sums=('c394e387a4b3b500e870d3a191e87f10')
+md5sums=('ec91a90778326fcf4470ddfdcb6ce818')
 
 build() {
   cd aspell6-pl-6.0_$pkgver-0


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

2015-05-09 Thread Antonio Rojas
Date: Saturday, May 9, 2015 @ 20:04:49
  Author: arojas
Revision: 238770

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

Added:
  kdevelop-php/repos/extra-i686/PKGBUILD
(from rev 238769, kdevelop-php/trunk/PKGBUILD)
  kdevelop-php/repos/extra-x86_64/PKGBUILD
(from rev 238769, kdevelop-php/trunk/PKGBUILD)
Deleted:
  kdevelop-php/repos/extra-i686/PKGBUILD
  kdevelop-php/repos/extra-x86_64/PKGBUILD

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-05-09 18:03:59 UTC (rev 238769)
+++ extra-i686/PKGBUILD 2015-05-09 18:04:49 UTC (rev 238770)
@@ -1,49 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-
-pkgname=kdevelop-php
-pkgver=1.7.0
-_pkgver=4.7.0
-pkgrel=2
-pkgdesc="PHP language and documentation plugin for KDevelop"
-arch=('i686' 'x86_64')
-url="http://www.kdevelop.org/";
-license=('GPL')
-depends=('kdevelop')
-makedepends=('cmake' 'automoc4' 'kdevelop-pg-qt')
-replaces=('kdevelop-php-docs')
-conflicts=('kdevelop-php-docs')
-source=(http://download.kde.org/stable/kdevelop/${_pkgver}/src/${pkgname}-{,docs-}${pkgver}.tar.xz)
-sha1sums=('e3a41f7700af56840fd60219e083b761180b8b8c'
-  '487b60f591929e7a8292ef8f1c555a0243f1176a')
-
-prepare() {
-  mkdir build
-  mkdir build-docs
-}
-
-build() {
-  cd build
-  cmake ../${pkgname}-${pkgver} \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release
-  make
-  cd ../
-
-  # kdevelop-php-docs
-  cd build-docs
-  cmake ../${pkgname}-docs-${pkgver} \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="${pkgdir}" install
-  cd ../
-
-  # kdevelop-php-docs
-  cd build-docs
-  make DESTDIR="${pkgdir}" install
-}

Copied: kdevelop-php/repos/extra-i686/PKGBUILD (from rev 238769, 
kdevelop-php/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-05-09 18:04:49 UTC (rev 238770)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer: Andrea Scarpino 
+
+pkgname=kdevelop-php
+pkgver=1.7.1
+_pkgver=4.7.1
+pkgrel=1
+pkgdesc="PHP language and documentation plugin for KDevelop"
+arch=('i686' 'x86_64')
+url="http://www.kdevelop.org/";
+license=('GPL')
+depends=('kdevelop')
+makedepends=('cmake' 'automoc4' 'kdevelop-pg-qt')
+replaces=('kdevelop-php-docs')
+conflicts=('kdevelop-php-docs')
+source=(http://download.kde.org/stable/kdevelop/${_pkgver}/src/${pkgname}-{,docs-}${pkgver}.tar.xz)
+sha1sums=('384bb55b8878041b1979d1652f149195842fb5e2'
+  'f0755ea6649ca501e45a17fc59c51ebcbef77267')
+
+prepare() {
+  mkdir build
+  mkdir build-docs
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release
+  make
+  cd ../
+
+  # kdevelop-php-docs
+  cd build-docs
+  cmake ../${pkgname}-docs-${pkgver} \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+  cd ../
+
+  # kdevelop-php-docs
+  cd build-docs
+  make DESTDIR="${pkgdir}" install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2015-05-09 18:03:59 UTC (rev 238769)
+++ extra-x86_64/PKGBUILD   2015-05-09 18:04:49 UTC (rev 238770)
@@ -1,49 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-
-pkgname=kdevelop-php
-pkgver=1.7.0
-_pkgver=4.7.0
-pkgrel=2
-pkgdesc="PHP language and documentation plugin for KDevelop"
-arch=('i686' 'x86_64')
-url="http://www.kdevelop.org/";
-license=('GPL')
-depends=('kdevelop')
-makedepends=('cmake' 'automoc4' 'kdevelop-pg-qt')
-replaces=('kdevelop-php-docs')
-conflicts=('kdevelop-php-docs')
-source=(http://download.kde.org/stable/kdevelop/${_pkgver}/src/${pkgname}-{,docs-}${pkgver}.tar.xz)
-sha1sums=('e3a41f7700af56840fd60219e083b761180b8b8c'
-  '487b60f591929e7a8292ef8f1c555a0243f1176a')
-
-prepare() {
-  mkdir build
-  mkdir build-docs
-}
-
-build() {
-  cd build
-  cmake ../${pkgname}-${pkgver} \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release
-  make
-  cd ../
-
-  # kdevelop-php-docs
-  cd build-docs
-  cmake ../${pkgname}-docs-${pkgver} \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="${pkgdir}" install
-  cd ../
-
-  # kdevelop-php-docs
-  cd build-docs
-  make DESTDIR="${pkgdir}" install
-}

Copied: kdevelop-php/repos/extra-x86_64/PKGBUILD (from rev 238769, 
kdevelop-php/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0

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

2015-05-09 Thread Antonio Rojas
Date: Saturday, May 9, 2015 @ 20:03:59
  Author: arojas
Revision: 238769

Update to 1.7.1

Modified:
  kdevelop-php/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-05-09 18:00:12 UTC (rev 238768)
+++ PKGBUILD2015-05-09 18:03:59 UTC (rev 238769)
@@ -2,9 +2,9 @@
 # Maintainer: Andrea Scarpino 
 
 pkgname=kdevelop-php
-pkgver=1.7.0
-_pkgver=4.7.0
-pkgrel=2
+pkgver=1.7.1
+_pkgver=4.7.1
+pkgrel=1
 pkgdesc="PHP language and documentation plugin for KDevelop"
 arch=('i686' 'x86_64')
 url="http://www.kdevelop.org/";
@@ -14,8 +14,8 @@
 replaces=('kdevelop-php-docs')
 conflicts=('kdevelop-php-docs')
 
source=(http://download.kde.org/stable/kdevelop/${_pkgver}/src/${pkgname}-{,docs-}${pkgver}.tar.xz)
-sha1sums=('e3a41f7700af56840fd60219e083b761180b8b8c'
-  '487b60f591929e7a8292ef8f1c555a0243f1176a')
+sha1sums=('384bb55b8878041b1979d1652f149195842fb5e2'
+  'f0755ea6649ca501e45a17fc59c51ebcbef77267')
 
 prepare() {
   mkdir build


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

2015-05-09 Thread Antonio Rojas
Date: Saturday, May 9, 2015 @ 20:00:12
  Author: arojas
Revision: 238768

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

Added:
  kdevelop-python2/repos/extra-i686/PKGBUILD
(from rev 238767, kdevelop-python2/trunk/PKGBUILD)
  kdevelop-python2/repos/extra-x86_64/PKGBUILD
(from rev 238767, kdevelop-python2/trunk/PKGBUILD)
Deleted:
  kdevelop-python2/repos/extra-i686/PKGBUILD
  kdevelop-python2/repos/extra-x86_64/PKGBUILD

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-05-09 17:59:01 UTC (rev 238767)
+++ extra-i686/PKGBUILD 2015-05-09 18:00:12 UTC (rev 238768)
@@ -1,33 +0,0 @@
-# $Id: PKGBUILD 208352 2014-03-22 17:47:04Z andrea $
-# Maintainer: Andrea Scarpino 
-
-pkgname=kdevelop-python2
-pkgver=1.7.0
-_pkgver=4.7.0
-pkgrel=2
-pkgdesc="Python 2 language and documentation plugin for KDevelop"
-arch=('i686' 'x86_64')
-url="http://www.kdevelop.org/";
-license=('GPL')
-depends=('kdevelop' 'python2')
-makedepends=('cmake' 'automoc4' 'kdevelop-pg-qt')
-conflicts=('kdevelop-python')
-source=("http://download.kde.org/stable/kdevelop/${_pkgver}/src/kdev-python-${pkgver}.tar.xz";)
-sha1sums=('559dc7f8c3a69844af92eb581b7205346b2fcd10')
-
-prepare() {
-  mkdir build
-}
-
-build() {
-  cd build
-  cmake ../kdev-python-${pkgver} \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="${pkgdir}" install
-}

Copied: kdevelop-python2/repos/extra-i686/PKGBUILD (from rev 238767, 
kdevelop-python2/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-05-09 18:00:12 UTC (rev 238768)
@@ -0,0 +1,33 @@
+# $Id: PKGBUILD 208352 2014-03-22 17:47:04Z andrea $
+# Maintainer: Andrea Scarpino 
+
+pkgname=kdevelop-python2
+pkgver=1.7.1
+_pkgver=4.7.1
+pkgrel=1
+pkgdesc="Python 2 language and documentation plugin for KDevelop"
+arch=('i686' 'x86_64')
+url="http://www.kdevelop.org/";
+license=('GPL')
+depends=('kdevelop' 'python2')
+makedepends=('cmake' 'automoc4' 'kdevelop-pg-qt')
+conflicts=('kdevelop-python')
+source=("http://download.kde.org/stable/kdevelop/${_pkgver}/src/kdev-python-${pkgver}.tar.xz";)
+sha1sums=('5a742c4a5adf8ab16945fe18b8c840e96fbbaedf')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../kdev-python-${pkgver} \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2015-05-09 17:59:01 UTC (rev 238767)
+++ extra-x86_64/PKGBUILD   2015-05-09 18:00:12 UTC (rev 238768)
@@ -1,33 +0,0 @@
-# $Id: PKGBUILD 208352 2014-03-22 17:47:04Z andrea $
-# Maintainer: Andrea Scarpino 
-
-pkgname=kdevelop-python2
-pkgver=1.7.0
-_pkgver=4.7.0
-pkgrel=2
-pkgdesc="Python 2 language and documentation plugin for KDevelop"
-arch=('i686' 'x86_64')
-url="http://www.kdevelop.org/";
-license=('GPL')
-depends=('kdevelop' 'python2')
-makedepends=('cmake' 'automoc4' 'kdevelop-pg-qt')
-conflicts=('kdevelop-python')
-source=("http://download.kde.org/stable/kdevelop/${_pkgver}/src/kdev-python-${pkgver}.tar.xz";)
-sha1sums=('559dc7f8c3a69844af92eb581b7205346b2fcd10')
-
-prepare() {
-  mkdir build
-}
-
-build() {
-  cd build
-  cmake ../kdev-python-${pkgver} \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="${pkgdir}" install
-}

Copied: kdevelop-python2/repos/extra-x86_64/PKGBUILD (from rev 238767, 
kdevelop-python2/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2015-05-09 18:00:12 UTC (rev 238768)
@@ -0,0 +1,33 @@
+# $Id: PKGBUILD 208352 2014-03-22 17:47:04Z andrea $
+# Maintainer: Andrea Scarpino 
+
+pkgname=kdevelop-python2
+pkgver=1.7.1
+_pkgver=4.7.1
+pkgrel=1
+pkgdesc="Python 2 language and documentation plugin for KDevelop"
+arch=('i686' 'x86_64')
+url="http://www.kdevelop.org/";
+license=('GPL')
+depends=('kdevelop' 'python2')
+makedepends=('cmake' 'automoc4' 'kdevelop-pg-qt')
+conflicts=('kdevelop-python')
+source=("http://download.kde.org/stable/kdevelop/${_pkgver}/src/kdev-python-${pkgver}.tar.xz";)
+sha1sums=('5a742c4a5adf8ab16945fe18b8c840e96fbbaedf')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../kdev-python-${pkgver} \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=

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

2015-05-09 Thread Antonio Rojas
Date: Saturday, May 9, 2015 @ 19:59:01
  Author: arojas
Revision: 238767

Update to 1.7.1

Modified:
  kdevelop-python2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-05-09 17:54:39 UTC (rev 238766)
+++ PKGBUILD2015-05-09 17:59:01 UTC (rev 238767)
@@ -2,9 +2,9 @@
 # Maintainer: Andrea Scarpino 
 
 pkgname=kdevelop-python2
-pkgver=1.7.0
-_pkgver=4.7.0
-pkgrel=2
+pkgver=1.7.1
+_pkgver=4.7.1
+pkgrel=1
 pkgdesc="Python 2 language and documentation plugin for KDevelop"
 arch=('i686' 'x86_64')
 url="http://www.kdevelop.org/";
@@ -13,7 +13,7 @@
 makedepends=('cmake' 'automoc4' 'kdevelop-pg-qt')
 conflicts=('kdevelop-python')
 
source=("http://download.kde.org/stable/kdevelop/${_pkgver}/src/kdev-python-${pkgver}.tar.xz";)
-sha1sums=('559dc7f8c3a69844af92eb581b7205346b2fcd10')
+sha1sums=('5a742c4a5adf8ab16945fe18b8c840e96fbbaedf')
 
 prepare() {
   mkdir build


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

2015-05-09 Thread Antonio Rojas
Date: Saturday, May 9, 2015 @ 19:54:39
  Author: arojas
Revision: 238766

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

Added:
  kdevelop-python/repos/extra-i686/PKGBUILD
(from rev 238765, kdevelop-python/trunk/PKGBUILD)
  kdevelop-python/repos/extra-x86_64/PKGBUILD
(from rev 238765, kdevelop-python/trunk/PKGBUILD)
Deleted:
  kdevelop-python/repos/extra-i686/PKGBUILD
  kdevelop-python/repos/extra-x86_64/PKGBUILD

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-05-09 17:53:01 UTC (rev 238765)
+++ extra-i686/PKGBUILD 2015-05-09 17:54:39 UTC (rev 238766)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-
-pkgname=kdevelop-python
-pkgver=1.7.0
-_pkgver=4.7.0
-pkgrel=4
-pkgdesc="Python language and documentation plugin for KDevelop"
-arch=('i686' 'x86_64')
-url="http://www.kdevelop.org/";
-license=('GPL')
-depends=('kdevelop' 'python')
-makedepends=('cmake' 'automoc4' 'kdevelop-pg-qt')
-source=("http://download.kde.org/stable/kdevelop/${_pkgver}/src/kdev-python-${pkgver}-py3.tar.xz";)
-sha1sums=('69ec55b920cfa1559561d367d435c15d63e920ac')
-
-prepare() {
-  mkdir build
-}
-
-build() {
-  cd build
-  cmake ../kdev-python-${pkgver}-py3 \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="${pkgdir}" install
-}

Copied: kdevelop-python/repos/extra-i686/PKGBUILD (from rev 238765, 
kdevelop-python/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-05-09 17:54:39 UTC (rev 238766)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andrea Scarpino 
+
+pkgname=kdevelop-python
+pkgver=1.7.1
+_pkgver=4.7.1
+pkgrel=1
+pkgdesc="Python language and documentation plugin for KDevelop"
+arch=('i686' 'x86_64')
+url="http://www.kdevelop.org/";
+license=('GPL')
+depends=('kdevelop' 'python')
+makedepends=('cmake' 'automoc4' 'kdevelop-pg-qt')
+source=("http://download.kde.org/stable/kdevelop/${_pkgver}/src/kdev-python-${pkgver}-py3.tar.xz";)
+sha1sums=('aef4a6e5492f955c38522b45c27b7e8f87183520')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../kdev-python-${pkgver}-py3 \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2015-05-09 17:53:01 UTC (rev 238765)
+++ extra-x86_64/PKGBUILD   2015-05-09 17:54:39 UTC (rev 238766)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-
-pkgname=kdevelop-python
-pkgver=1.7.0
-_pkgver=4.7.0
-pkgrel=4
-pkgdesc="Python language and documentation plugin for KDevelop"
-arch=('i686' 'x86_64')
-url="http://www.kdevelop.org/";
-license=('GPL')
-depends=('kdevelop' 'python')
-makedepends=('cmake' 'automoc4' 'kdevelop-pg-qt')
-source=("http://download.kde.org/stable/kdevelop/${_pkgver}/src/kdev-python-${pkgver}-py3.tar.xz";)
-sha1sums=('69ec55b920cfa1559561d367d435c15d63e920ac')
-
-prepare() {
-  mkdir build
-}
-
-build() {
-  cd build
-  cmake ../kdev-python-${pkgver}-py3 \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="${pkgdir}" install
-}

Copied: kdevelop-python/repos/extra-x86_64/PKGBUILD (from rev 238765, 
kdevelop-python/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2015-05-09 17:54:39 UTC (rev 238766)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andrea Scarpino 
+
+pkgname=kdevelop-python
+pkgver=1.7.1
+_pkgver=4.7.1
+pkgrel=1
+pkgdesc="Python language and documentation plugin for KDevelop"
+arch=('i686' 'x86_64')
+url="http://www.kdevelop.org/";
+license=('GPL')
+depends=('kdevelop' 'python')
+makedepends=('cmake' 'automoc4' 'kdevelop-pg-qt')
+source=("http://download.kde.org/stable/kdevelop/${_pkgver}/src/kdev-python-${pkgver}-py3.tar.xz";)
+sha1sums=('aef4a6e5492f955c38522b45c27b7e8f87183520')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../kdev-python-${pkgver}-py3 \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}


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

2015-05-09 Thread Antonio Rojas
Date: Saturday, May 9, 2015 @ 19:53:01
  Author: arojas
Revision: 238765

Update to 1.7.1

Modified:
  kdevelop-python/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-05-09 17:11:23 UTC (rev 238764)
+++ PKGBUILD2015-05-09 17:53:01 UTC (rev 238765)
@@ -2,9 +2,9 @@
 # Maintainer: Andrea Scarpino 
 
 pkgname=kdevelop-python
-pkgver=1.7.0
-_pkgver=4.7.0
-pkgrel=4
+pkgver=1.7.1
+_pkgver=4.7.1
+pkgrel=1
 pkgdesc="Python language and documentation plugin for KDevelop"
 arch=('i686' 'x86_64')
 url="http://www.kdevelop.org/";
@@ -12,7 +12,7 @@
 depends=('kdevelop' 'python')
 makedepends=('cmake' 'automoc4' 'kdevelop-pg-qt')
 
source=("http://download.kde.org/stable/kdevelop/${_pkgver}/src/kdev-python-${pkgver}-py3.tar.xz";)
-sha1sums=('69ec55b920cfa1559561d367d435c15d63e920ac')
+sha1sums=('aef4a6e5492f955c38522b45c27b7e8f87183520')
 
 prepare() {
   mkdir build


[arch-commits] Commit in (coin-or-mp)

2015-05-09 Thread Antonio Rojas
Date: Saturday, May 9, 2015 @ 19:11:23
  Author: arojas
Revision: 238764

extra2community: Moving coin-or-mp from extra to community

Deleted:
  coin-or-mp/


[arch-commits] Commit in (4 files)

2015-05-09 Thread Antonio Rojas
Date: Saturday, May 9, 2015 @ 19:10:54
  Author: arojas
Revision: 133101

extra2community: Moving coin-or-mp from extra to community

Added:
  coin-or-mp/
  coin-or-mp/repos/
  coin-or-mp/trunk/
  coin-or-mp/trunk/PKGBUILD

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

Added: coin-or-mp/trunk/PKGBUILD
===
--- coin-or-mp/trunk/PKGBUILD   (rev 0)
+++ coin-or-mp/trunk/PKGBUILD   2015-05-09 17:10:54 UTC (rev 133101)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer: Andreas Radke 
+# Contributor: spider-mario 
+# Contributor: Daniel Ehlers 
+
+pkgname=coin-or-mp
+pkgver=1.8.1
+pkgrel=1
+pkgdesc="C-API library that supports most of the functionality of CLP (Coin 
LP), CBC (Coin Branch-and-Cut), and CGL (Cut Generation Library) projects"
+arch=('i686' 'x86_64')
+url="https://projects.coin-or.org/CoinMP";
+license=('EPL')
+groups=('coin-or')
+depends=('coin-or-cbc')
+provides=('coin-mp')
+options=('!emptydirs')
+source=(http://www.coin-or.org/download/source/CoinMP/CoinMP-$pkgver.tgz)
+sha256sums=('2be92d64a515d9cf0194c1cda4e1ec0b55512f88ce5a7cf1254ffc89e20608d7')
+
+build() {
+  cd CoinMP-$pkgver
+  COIN_SKIP_PROJECTS="Sample" \
+  ./configure --prefix=/usr \
+  --with-osi-lib="$(pkg-config --libs osi)" \
+  --with-osi-incdir="/usr/include/coin/" \
+  --with-clp-lib="$(pkg-config --libs clp)" \
+  --with-clp-incdir="/usr/include/coin/" \
+  --with-cgl-lib="$(pkg-config --libs cgl)" \
+  --with-cgl-incdir="/usr/include/coin/" \
+  --with-cbc-lib="$(pkg-config --libs cbc)" \
+  --with-cbc-incdir="/usr/include/coin/" \
+  --with-coinutils-lib="$(pkg-config --libs coinutils)" \
+  --with-coinutils-incdir="/usr/include/coin/"
+  make
+}
+
+check() {
+  cd CoinMP-$pkgver
+  make test
+}
+
+package() {
+  cd CoinMP-$pkgver/CoinMP
+  PKG_CONFIG_LIBDIR="$pkgdir"/usr/lib/pkgconfig/ \
+
+  make DESTDIR="$pkgdir" install
+  mv "$pkgdir/$pkgdir"/usr/share/coin/doc/CoinMP/* 
"$pkgdir"/usr/share/coin/doc/CoinMP/
+}
+


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


[arch-commits] Commit in coin-or-mp/repos (4 files)

2015-05-09 Thread Antonio Rojas
Date: Saturday, May 9, 2015 @ 19:11:01
  Author: arojas
Revision: 133102

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

Added:
  coin-or-mp/repos/community-i686/
  coin-or-mp/repos/community-i686/PKGBUILD
(from rev 133101, coin-or-mp/trunk/PKGBUILD)
  coin-or-mp/repos/community-x86_64/
  coin-or-mp/repos/community-x86_64/PKGBUILD
(from rev 133101, coin-or-mp/trunk/PKGBUILD)

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

Copied: coin-or-mp/repos/community-i686/PKGBUILD (from rev 133101, 
coin-or-mp/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-05-09 17:11:01 UTC (rev 133102)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer: Andreas Radke 
+# Contributor: spider-mario 
+# Contributor: Daniel Ehlers 
+
+pkgname=coin-or-mp
+pkgver=1.8.1
+pkgrel=1
+pkgdesc="C-API library that supports most of the functionality of CLP (Coin 
LP), CBC (Coin Branch-and-Cut), and CGL (Cut Generation Library) projects"
+arch=('i686' 'x86_64')
+url="https://projects.coin-or.org/CoinMP";
+license=('EPL')
+groups=('coin-or')
+depends=('coin-or-cbc')
+provides=('coin-mp')
+options=('!emptydirs')
+source=(http://www.coin-or.org/download/source/CoinMP/CoinMP-$pkgver.tgz)
+sha256sums=('2be92d64a515d9cf0194c1cda4e1ec0b55512f88ce5a7cf1254ffc89e20608d7')
+
+build() {
+  cd CoinMP-$pkgver
+  COIN_SKIP_PROJECTS="Sample" \
+  ./configure --prefix=/usr \
+  --with-osi-lib="$(pkg-config --libs osi)" \
+  --with-osi-incdir="/usr/include/coin/" \
+  --with-clp-lib="$(pkg-config --libs clp)" \
+  --with-clp-incdir="/usr/include/coin/" \
+  --with-cgl-lib="$(pkg-config --libs cgl)" \
+  --with-cgl-incdir="/usr/include/coin/" \
+  --with-cbc-lib="$(pkg-config --libs cbc)" \
+  --with-cbc-incdir="/usr/include/coin/" \
+  --with-coinutils-lib="$(pkg-config --libs coinutils)" \
+  --with-coinutils-incdir="/usr/include/coin/"
+  make
+}
+
+check() {
+  cd CoinMP-$pkgver
+  make test
+}
+
+package() {
+  cd CoinMP-$pkgver/CoinMP
+  PKG_CONFIG_LIBDIR="$pkgdir"/usr/lib/pkgconfig/ \
+
+  make DESTDIR="$pkgdir" install
+  mv "$pkgdir/$pkgdir"/usr/share/coin/doc/CoinMP/* 
"$pkgdir"/usr/share/coin/doc/CoinMP/
+}
+

Copied: coin-or-mp/repos/community-x86_64/PKGBUILD (from rev 133101, 
coin-or-mp/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2015-05-09 17:11:01 UTC (rev 133102)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer: Andreas Radke 
+# Contributor: spider-mario 
+# Contributor: Daniel Ehlers 
+
+pkgname=coin-or-mp
+pkgver=1.8.1
+pkgrel=1
+pkgdesc="C-API library that supports most of the functionality of CLP (Coin 
LP), CBC (Coin Branch-and-Cut), and CGL (Cut Generation Library) projects"
+arch=('i686' 'x86_64')
+url="https://projects.coin-or.org/CoinMP";
+license=('EPL')
+groups=('coin-or')
+depends=('coin-or-cbc')
+provides=('coin-mp')
+options=('!emptydirs')
+source=(http://www.coin-or.org/download/source/CoinMP/CoinMP-$pkgver.tgz)
+sha256sums=('2be92d64a515d9cf0194c1cda4e1ec0b55512f88ce5a7cf1254ffc89e20608d7')
+
+build() {
+  cd CoinMP-$pkgver
+  COIN_SKIP_PROJECTS="Sample" \
+  ./configure --prefix=/usr \
+  --with-osi-lib="$(pkg-config --libs osi)" \
+  --with-osi-incdir="/usr/include/coin/" \
+  --with-clp-lib="$(pkg-config --libs clp)" \
+  --with-clp-incdir="/usr/include/coin/" \
+  --with-cgl-lib="$(pkg-config --libs cgl)" \
+  --with-cgl-incdir="/usr/include/coin/" \
+  --with-cbc-lib="$(pkg-config --libs cbc)" \
+  --with-cbc-incdir="/usr/include/coin/" \
+  --with-coinutils-lib="$(pkg-config --libs coinutils)" \
+  --with-coinutils-incdir="/usr/include/coin/"
+  make
+}
+
+check() {
+  cd CoinMP-$pkgver
+  make test
+}
+
+package() {
+  cd CoinMP-$pkgver/CoinMP
+  PKG_CONFIG_LIBDIR="$pkgdir"/usr/lib/pkgconfig/ \
+
+  make DESTDIR="$pkgdir" install
+  mv "$pkgdir/$pkgdir"/usr/share/coin/doc/CoinMP/* 
"$pkgdir"/usr/share/coin/doc/CoinMP/
+}
+


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

2015-05-09 Thread Antonio Rojas
Date: Saturday, May 9, 2015 @ 19:08:59
  Author: arojas
Revision: 238761

Make coin-or-mp optional

Modified:
  libreoffice-fresh/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-05-09 16:13:33 UTC (rev 238760)
+++ PKGBUILD2015-05-09 17:08:59 UTC (rev 238761)
@@ -311,7 +311,7 @@
'lcms2' 'poppler>=0.24.0' 'libvisio' 'libetonyek' 'libodfgen' 
'libcdr'
'libmspub' 'harfbuzz-icu' 'glew' 'nss' 'clucene' 
'hicolor-icon-theme'
'desktop-file-utils' 'shared-mime-info' 'xdg-utils' 'glu' 
'libpagemaker'
-   'gst-plugins-base-libs' 'libxinerama' 'libabw' 'libmwaw' 
'libe-book' 'coin-or-mp')
+   'gst-plugins-base-libs' 'libxinerama' 'libabw' 'libmwaw' 
'libe-book')
optdepends=('java-runtime: adds java support'
'java-environment: required by extension-wiki-publisher and 
extension-nlpsolver'
'pstoedit: translates PostScript and PDF graphics into 
other vector formats'
@@ -325,6 +325,7 @@
'gst-plugins-base-libs: for multimedia content, e.g. in Impress'
'libpaper: takes care of papersize'
'postgresql-libs:  for postgresql-connector'
+   'coin-or-mp:   required by the Calc solver'
'gtk2: for GTK2 integration'
'gtk3: for GTK3 integration'
'kdelibs:  for KDE desktop integration')


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

2015-05-09 Thread Martin Wimpress
Date: Saturday, May 9, 2015 @ 18:27:14
  Author: flexiondotorg
Revision: 133100

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

Added:
  caja-extensions-gtk3/repos/community-staging-i686/PKGBUILD
(from rev 133099, caja-extensions-gtk3/trunk/PKGBUILD)
  caja-extensions-gtk3/repos/community-staging-i686/caja-open-terminal.install
(from rev 133099, caja-extensions-gtk3/trunk/caja-open-terminal.install)
  caja-extensions-gtk3/repos/community-staging-i686/caja-sendto.install
(from rev 133099, caja-extensions-gtk3/trunk/caja-sendto.install)
  caja-extensions-gtk3/repos/community-staging-x86_64/PKGBUILD
(from rev 133099, caja-extensions-gtk3/trunk/PKGBUILD)
  caja-extensions-gtk3/repos/community-staging-x86_64/caja-open-terminal.install
(from rev 133099, caja-extensions-gtk3/trunk/caja-open-terminal.install)
  caja-extensions-gtk3/repos/community-staging-x86_64/caja-sendto.install
(from rev 133099, caja-extensions-gtk3/trunk/caja-sendto.install)
Deleted:
  caja-extensions-gtk3/repos/community-staging-i686/PKGBUILD
  caja-extensions-gtk3/repos/community-staging-i686/caja-open-terminal.install
  caja-extensions-gtk3/repos/community-staging-i686/caja-sendto.install
  caja-extensions-gtk3/repos/community-staging-x86_64/PKGBUILD
  caja-extensions-gtk3/repos/community-staging-x86_64/caja-open-terminal.install
  caja-extensions-gtk3/repos/community-staging-x86_64/caja-sendto.install

-+
 /PKGBUILD   |  154 ++
 /caja-open-terminal.install |   22 ++
 /caja-sendto.install|   22 ++
 community-staging-i686/PKGBUILD |   77 -
 community-staging-i686/caja-open-terminal.install   |   11 -
 community-staging-i686/caja-sendto.install  |   11 -
 community-staging-x86_64/PKGBUILD   |   77 -
 community-staging-x86_64/caja-open-terminal.install |   11 -
 community-staging-x86_64/caja-sendto.install|   11 -
 9 files changed, 198 insertions(+), 198 deletions(-)

Deleted: community-staging-i686/PKGBUILD
===
--- community-staging-i686/PKGBUILD 2015-05-09 16:23:21 UTC (rev 133099)
+++ community-staging-i686/PKGBUILD 2015-05-09 16:27:14 UTC (rev 133100)
@@ -1,77 +0,0 @@
-# $Id$
-# Maintainer : Martin Wimpress 
-
-_ver=1.10
-pkgbase=caja-extensions
-pkgname=(caja-gksu-gtk3 caja-image-converter-gtk3 caja-open-terminal-gtk3 
caja-sendto-gtk3 caja-share-gtk3)
-pkgver=${_ver}.0
-pkgrel=1
-url="http://mate-desktop.org";
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('caja-gtk3>=1.10' 'dbus-glib' 'gksu' 'gtk3' 'gupnp' 'imagemagick' 
'samba')
-makedepends=('mate-common')
-source=("http://pub.mate-desktop.org/releases/${_ver}/${pkgbase}-${pkgver}.tar.xz";)
-sha1sums=('8341331d11a95d399630dbc05b49edcff755d6ca')
-
-build() {
-cd "${srcdir}/${pkgbase}-${pkgver}"
-PYTHON=/usr/bin/python2 ./configure \
---prefix=/usr \
---with-gtk=3.0
-make
-}
-
-package_caja-gksu-gtk3() {
-pkgdesc="Privilege granting extension for Caja using gksu (GTK3 version 
[EXPERIMENTAL])"
-depends=('caja-gtk3' 'caja-extensions-common' 'gksu')
-groups=('mate-extra-gtk3')
-conflicts=('caja-gksu')
-
-cd "${srcdir}/${pkgbase}-${pkgver}"
-make -C gksu DESTDIR="${pkgdir}" install
-}
-
-package_caja-image-converter-gtk3() {
-pkgdesc="A Caja extension for simple image conversions (GTK3 version 
[EXPERIMENTAL])"
-depends=('caja-gtk3' 'caja-extensions-common' 'imagemagick')
-groups=('mate-extra-gtk3')
-conflicts=('caja-image-converter')
-
-cd "${srcdir}/${pkgbase}-${pkgver}"
-make -C image-converter DESTDIR="${pkgdir}" install
-}
-
-package_caja-open-terminal-gtk3() {
-pkgdesc="A Caja extension for opening terminals in arbitrary local paths 
(GTK3 version [EXPERIMENTAL])"
-depends=('caja-gtk3' 'caja-extensions-common')
-groups=('mate-extra-gtk3')
-conflicts=('caja-open-terminal')
-install=caja-open-terminal.install
-
-cd "${srcdir}/${pkgbase}-${pkgver}"
-make -C open-terminal DESTDIR="${pkgdir}" install
-}
-
-package_caja-sendto-gtk3() {
-pkgdesc="A Caja extension for sending files (GTK3 version [EXPERIMENTAL])"
-depends=('caja-gtk3' 'caja-extensions-common' 'dbus-glib' 'gupnp')
-groups=('mate-extra-gtk3')
-optdepends=('pidgin: Support for sending to instant messaging networks.'
-'gajim: Support for sending to Jabber.')
-conflicts=('caja-sendto')
-install=caja-sendto.install
-
-cd "${srcdir}/${pkgbase}-${pkgver}"
-make -C sendto DESTDIR="${pkgdir}" install
-}
-
-package_caja-share-gtk3() {
-pkgdesc="A Caja extension to quickly share a folder (GTK3 version 
[EXPERIMENTAL])"
-depends=('caja-gtk3' 'caja-extensions-common' 'samba')
-groups=('mate-extra-gtk3')
-conflicts=

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

2015-05-09 Thread Alexander Rødseth
Date: Saturday, May 9, 2015 @ 18:23:21
  Author: arodseth
Revision: 133099

Automatic detection of the latest version

Modified:
  julia/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-05-09 15:42:52 UTC (rev 133098)
+++ PKGBUILD2015-05-09 16:23:21 UTC (rev 133099)
@@ -8,7 +8,7 @@
 pkgbase=julia
 pkgname=('julia' 'julia-docs')
 epoch=2
-pkgver=0.3.7
+pkgver=0.3.8
 pkgrel=1
 pkgdesc='High-level, high-performance, dynamic programming language'
 arch=('x86_64' 'i686')
@@ -104,4 +104,5 @@
   cp -rv "$srcdir/$pkgbase/examples" "$pkgdir/usr/share/doc/$pkgbase/examples"
 }
 
+# getver: julialang.org/downloads #
 # vim:set ts=2 sw=2 et:


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

2015-05-09 Thread Dan McGee
Date: Saturday, May 9, 2015 @ 18:13:33
  Author: dan
Revision: 238760

archrelease: copy trunk to extra-any

Added:
  django/repos/extra-any/PKGBUILD
(from rev 238759, django/trunk/PKGBUILD)
Deleted:
  django/repos/extra-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2015-05-09 16:13:20 UTC (rev 238759)
+++ PKGBUILD2015-05-09 16:13:33 UTC (rev 238760)
@@ -1,70 +0,0 @@
-# $Id$
-# Maintainer: Dan McGee 
-# Contributor: Shahar Weiss 
-
-pkgbase=django
-pkgname=('python-django' 'python2-django')
-pkgver=1.8
-pkgrel=1
-pkgdesc="A high-level Python Web framework that encourages rapid development 
and clean design"
-arch=('any')
-license=('BSD')
-url="http://www.djangoproject.com/";
-makedepends=('python2' 'python2-setuptools' 'python' 'python-setuptools')
-source=("https://www.djangoproject.com/m/releases/${pkgver:0:3}/Django-$pkgver.tar.gz";)
-md5sums=('9a811faf67ca0f3e0d43e670a1cc503d')
-sha256sums=('066bad42cb4c66944e7efcf7304d3d17f7b0eb222e53958cdd866420d2e8b412')
-
-prepare() {
-  cp -a "$srcdir/Django-$pkgver" "$srcdir/Django-$pkgver-python2"
-
-  find "$srcdir/Django-$pkgver-python2" -name '*.py' | \
-xargs sed -i "s|#!/usr/bin/env python$|#!/usr/bin/env python2|"
-}
-
-build() {
-  cd "$srcdir/Django-$pkgver"
-  python setup.py build
-
-  cd "$srcdir/Django-$pkgver-python2"
-  python2 setup.py build
-}
-
-package_python-django() {
-  depends=('python' 'python-setuptools')
-  optdepends=('python-psycopg2: for PostgreSQL backend')
-  cd "$srcdir/Django-$pkgver"
-  python setup.py install --root="$pkgdir" --optimize=1
-
-  ln -s django-admin.py "$pkgdir"/usr/bin/django-admin3.py
-  ln -s django-admin "$pkgdir"/usr/bin/django-admin3
-  install -Dm644 extras/django_bash_completion \
-"$pkgdir"/usr/share/bash-completion/completions/django-admin.py
-  ln -s django-admin.py \
-"$pkgdir"/usr/share/bash-completion/completions/django-admin
-  ln -s django-admin.py \
-"$pkgdir"/usr/share/bash-completion/completions/manage.py
-
-  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
-
-package_python2-django() {
-  depends=('python2' 'python2-setuptools')
-  optdepends=('mysql-python: for MySQL backend'
-  'python2-psycopg2: for PostgreSQL backend')
-  replaces=('django')
-  conflicts=('django')
-  cd "$srcdir/Django-$pkgver-python2"
-  python2 setup.py install --root="$pkgdir" --optimize=1
-
-  mv "$pkgdir"/usr/bin/django-admin.py "$pkgdir"/usr/bin/django-admin2.py
-  mv "$pkgdir"/usr/bin/django-admin "$pkgdir"/usr/bin/django-admin2
-  # TODO: this probably won't work due to the `complete` command within not
-  # knowing about modified our exectuable names
-  install -Dm644 extras/django_bash_completion \
-"$pkgdir"/usr/share/bash-completion/completions/django-admin2.py
-  ln -s django-admin2.py \
-"$pkgdir"/usr/share/bash-completion/completions/django-admin2
-
-  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: django/repos/extra-any/PKGBUILD (from rev 238759, django/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-05-09 16:13:33 UTC (rev 238760)
@@ -0,0 +1,70 @@
+# $Id$
+# Maintainer: Dan McGee 
+# Contributor: Shahar Weiss 
+
+pkgbase=django
+pkgname=('python-django' 'python2-django')
+pkgver=1.8.1
+pkgrel=1
+pkgdesc="A high-level Python Web framework that encourages rapid development 
and clean design"
+arch=('any')
+license=('BSD')
+url="http://www.djangoproject.com/";
+makedepends=('python2' 'python2-setuptools' 'python' 'python-setuptools')
+source=("https://www.djangoproject.com/m/releases/${pkgver:0:3}/Django-$pkgver.tar.gz";)
+md5sums=('0f0a677a2cd56b9ab7ccb1c562d70f53')
+sha256sums=('c6c7e7a961e2847d050d214ca96dc3167bb5f2b25cd5c6cb2eea96e1717f4ade')
+
+prepare() {
+  cp -a "$srcdir/Django-$pkgver" "$srcdir/Django-$pkgver-python2"
+
+  find "$srcdir/Django-$pkgver-python2" -name '*.py' | \
+xargs sed -i "s|#!/usr/bin/env python$|#!/usr/bin/env python2|"
+}
+
+build() {
+  cd "$srcdir/Django-$pkgver"
+  python setup.py build
+
+  cd "$srcdir/Django-$pkgver-python2"
+  python2 setup.py build
+}
+
+package_python-django() {
+  depends=('python' 'python-setuptools')
+  optdepends=('python-psycopg2: for PostgreSQL backend')
+  cd "$srcdir/Django-$pkgver"
+  python setup.py install --root="$pkgdir" --optimize=1
+
+  ln -s django-admin.py "$pkgdir"/usr/bin/django-admin3.py
+  ln -s django-admin "$pkgdir"/usr/bin/django-admin3
+  install -Dm644 extras/django_bash_completion \
+"$pkgdir"/usr/share/bash-completion/completions/django-admin.py
+  ln -s django-admin.py \
+"$pkgdir"/usr/share/bash-completion/completions/django-admin
+  ln -s django-admin.py \
+"$pkgdir"/usr/share/bash-completion/c

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

2015-05-09 Thread Dan McGee
Date: Saturday, May 9, 2015 @ 18:13:20
  Author: dan
Revision: 238759

upgpkg: django 1.8.1-1

Modified:
  django/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-05-09 15:11:29 UTC (rev 238758)
+++ PKGBUILD2015-05-09 16:13:20 UTC (rev 238759)
@@ -4,7 +4,7 @@
 
 pkgbase=django
 pkgname=('python-django' 'python2-django')
-pkgver=1.8
+pkgver=1.8.1
 pkgrel=1
 pkgdesc="A high-level Python Web framework that encourages rapid development 
and clean design"
 arch=('any')
@@ -12,8 +12,8 @@
 url="http://www.djangoproject.com/";
 makedepends=('python2' 'python2-setuptools' 'python' 'python-setuptools')
 
source=("https://www.djangoproject.com/m/releases/${pkgver:0:3}/Django-$pkgver.tar.gz";)
-md5sums=('9a811faf67ca0f3e0d43e670a1cc503d')
-sha256sums=('066bad42cb4c66944e7efcf7304d3d17f7b0eb222e53958cdd866420d2e8b412')
+md5sums=('0f0a677a2cd56b9ab7ccb1c562d70f53')
+sha256sums=('c6c7e7a961e2847d050d214ca96dc3167bb5f2b25cd5c6cb2eea96e1717f4ade')
 
 prepare() {
   cp -a "$srcdir/Django-$pkgver" "$srcdir/Django-$pkgver-python2"


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

2015-05-09 Thread Bartłomiej Piotrowski
Date: Saturday, May 9, 2015 @ 17:42:42
  Author: bpiotrowski
Revision: 133097

upgpkg: kadu 2.0-2

add qt5-svg to depends; default iconset is in SVG, resulting in "invisible" tray
icon if qt5-svg is not installed (FS#44249)

Modified:
  kadu/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-05-09 15:28:14 UTC (rev 133096)
+++ PKGBUILD2015-05-09 15:42:42 UTC (rev 133097)
@@ -5,7 +5,7 @@
 
 pkgname=kadu
 pkgver=2.0
-pkgrel=1
+pkgrel=2
 pkgdesc='Qt-based Jabber/XMPP and Gadu-Gadu client'
 arch=('i686' 'x86_64')
 url='http://www.kadu.net/'
@@ -12,7 +12,7 @@
 license=('GPL')
 depends=('libgadu' 'libxss' 'enchant' 'phonon-qt5' 'qca-ossl' 'qca-qt5' 
'libidn'
  'libmpdclient' 'libotr' 'libarchive' 'injeqt' 'xdg-utils' 
'qt5-multimedia'
- 'qt5-quick1' 'qt5-declarative' 'qt5-webkit' 'qt5-x11extras')
+ 'qt5-quick1' 'qt5-declarative' 'qt5-webkit' 'qt5-x11extras' 'qt5-svg')
 makedepends=('cmake' 'libao' 'libsndfile' 'libxtst' 'curl' 'chrpath' 'ninja'
  'qt5-tools')
 install=kadu.install


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

2015-05-09 Thread Bartłomiej Piotrowski
Date: Saturday, May 9, 2015 @ 17:42:52
  Author: bpiotrowski
Revision: 133098

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

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

---+
 /PKGBUILD |   86 
 /kadu.install |   24 +++
 community-i686/PKGBUILD   |   43 
 community-i686/kadu.install   |   12 -
 community-x86_64/PKGBUILD |   43 
 community-x86_64/kadu.install |   12 -
 6 files changed, 110 insertions(+), 110 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-05-09 15:42:42 UTC (rev 133097)
+++ community-i686/PKGBUILD 2015-05-09 15:42:52 UTC (rev 133098)
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer:  Bartłomiej Piotrowski 
-# Contributor: Mateusz Herych
-# Contributor: Jaroslaw Swierczynski 
-
-pkgname=kadu
-pkgver=2.0
-pkgrel=1
-pkgdesc='Qt-based Jabber/XMPP and Gadu-Gadu client'
-arch=('i686' 'x86_64')
-url='http://www.kadu.net/'
-license=('GPL')
-depends=('libgadu' 'libxss' 'enchant' 'phonon-qt5' 'qca-ossl' 'qca-qt5' 
'libidn'
- 'libmpdclient' 'libotr' 'libarchive' 'injeqt' 'xdg-utils' 
'qt5-multimedia'
- 'qt5-quick1' 'qt5-declarative' 'qt5-webkit' 'qt5-x11extras')
-makedepends=('cmake' 'libao' 'libsndfile' 'libxtst' 'curl' 'chrpath' 'ninja'
- 'qt5-tools')
-install=kadu.install
-source=(http://download.kadu.im/stable/$pkgname-$pkgver.tar.bz2)
-md5sums=('7239fab871f32082a7cf27433219b08b')
-
-prepare() {
-  sed -i 's/unity_integration//g' $pkgname-$pkgver/Plugins.cmake
-  sed -i 's/indicator_docking//g' $pkgname-$pkgver/Plugins.cmake
-}
-
-build() {
-  mkdir build
-  cd build
-
-  cmake ../$pkgname-$pkgver \
--GNinja \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=/usr/lib \
--DQT_QMAKE_EXECUTABLE=qmake-qt4
-  ninja
-}
-
-package() {
-  DESTDIR="$pkgdir" LIBDIR=/usr/lib ninja -C build install
-  chrpath -d "$pkgdir"/usr/lib/kadu/plugins/*.so
-}

Copied: kadu/repos/community-i686/PKGBUILD (from rev 133097, 
kadu/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-05-09 15:42:52 UTC (rev 133098)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer:  Bartłomiej Piotrowski 
+# Contributor: Mateusz Herych
+# Contributor: Jaroslaw Swierczynski 
+
+pkgname=kadu
+pkgver=2.0
+pkgrel=2
+pkgdesc='Qt-based Jabber/XMPP and Gadu-Gadu client'
+arch=('i686' 'x86_64')
+url='http://www.kadu.net/'
+license=('GPL')
+depends=('libgadu' 'libxss' 'enchant' 'phonon-qt5' 'qca-ossl' 'qca-qt5' 
'libidn'
+ 'libmpdclient' 'libotr' 'libarchive' 'injeqt' 'xdg-utils' 
'qt5-multimedia'
+ 'qt5-quick1' 'qt5-declarative' 'qt5-webkit' 'qt5-x11extras' 'qt5-svg')
+makedepends=('cmake' 'libao' 'libsndfile' 'libxtst' 'curl' 'chrpath' 'ninja'
+ 'qt5-tools')
+install=kadu.install
+source=(http://download.kadu.im/stable/$pkgname-$pkgver.tar.bz2)
+md5sums=('7239fab871f32082a7cf27433219b08b')
+
+prepare() {
+  sed -i 's/unity_integration//g' $pkgname-$pkgver/Plugins.cmake
+  sed -i 's/indicator_docking//g' $pkgname-$pkgver/Plugins.cmake
+}
+
+build() {
+  mkdir build
+  cd build
+
+  cmake ../$pkgname-$pkgver \
+-GNinja \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=/usr/lib \
+-DQT_QMAKE_EXECUTABLE=qmake-qt4
+  ninja
+}
+
+package() {
+  DESTDIR="$pkgdir" LIBDIR=/usr/lib ninja -C build install
+  chrpath -d "$pkgdir"/usr/lib/kadu/plugins/*.so
+}

Deleted: community-i686/kadu.install
===
--- community-i686/kadu.install 2015-05-09 15:42:42 UTC (rev 133097)
+++ community-i686/kadu.install 2015-05-09 15:42:52 UTC (rev 133098)
@@ -1,12 +0,0 @@
-post_install() {
-xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-}
-
-post_upgrade() {
-post_install
-}
-
-post_remove() {
-post_install
-}
-

Copied: kadu/repos/community-i686/kadu.install (from rev 133097, 
kadu/trunk/kadu.install)
===
--- community-i686/kadu.install (rev 0)
+++ community-i686/kadu.install 2015-05-09 15:42:52 UTC (rev 133098)
@@ -0,0 +1,12 @@
+post_install() {
+xdg-icon-resource forceupda

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

2015-05-09 Thread Martin Wimpress
Date: Saturday, May 9, 2015 @ 17:28:14
  Author: flexiondotorg
Revision: 133096

Updated caja-extensions-gtk3

Modified:
  caja-extensions-gtk3/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-05-09 15:25:24 UTC (rev 133095)
+++ PKGBUILD2015-05-09 15:28:14 UTC (rev 133096)
@@ -1,8 +1,8 @@
-# $Id$
 # Maintainer : Martin Wimpress 
 
 _ver=1.10
-pkgbase=caja-extensions
+_pkgbase=caja-extensions
+pkgbase=${_pkgbase}-gtk3
 pkgname=(caja-gksu-gtk3 caja-image-converter-gtk3 caja-open-terminal-gtk3 
caja-sendto-gtk3 caja-share-gtk3)
 pkgver=${_ver}.0
 pkgrel=1
@@ -11,11 +11,11 @@
 license=('GPL')
 depends=('caja-gtk3>=1.10' 'dbus-glib' 'gksu' 'gtk3' 'gupnp' 'imagemagick' 
'samba')
 makedepends=('mate-common')
-source=("http://pub.mate-desktop.org/releases/${_ver}/${pkgbase}-${pkgver}.tar.xz";)
+source=("http://pub.mate-desktop.org/releases/${_ver}/${_pkgbase}-${pkgver}.tar.xz";)
 sha1sums=('8341331d11a95d399630dbc05b49edcff755d6ca')
 
 build() {
-cd "${srcdir}/${pkgbase}-${pkgver}"
+cd "${srcdir}/${_pkgbase}-${pkgver}"
 PYTHON=/usr/bin/python2 ./configure \
 --prefix=/usr \
 --with-gtk=3.0
@@ -28,7 +28,7 @@
 groups=('mate-extra-gtk3')
 conflicts=('caja-gksu')
 
-cd "${srcdir}/${pkgbase}-${pkgver}"
+cd "${srcdir}/${_pkgbase}-${pkgver}"
 make -C gksu DESTDIR="${pkgdir}" install
 }
 
@@ -38,7 +38,7 @@
 groups=('mate-extra-gtk3')
 conflicts=('caja-image-converter')
 
-cd "${srcdir}/${pkgbase}-${pkgver}"
+cd "${srcdir}/${_pkgbase}-${pkgver}"
 make -C image-converter DESTDIR="${pkgdir}" install
 }
 
@@ -49,7 +49,7 @@
 conflicts=('caja-open-terminal')
 install=caja-open-terminal.install
 
-cd "${srcdir}/${pkgbase}-${pkgver}"
+cd "${srcdir}/${_pkgbase}-${pkgver}"
 make -C open-terminal DESTDIR="${pkgdir}" install
 }
 
@@ -62,7 +62,7 @@
 conflicts=('caja-sendto')
 install=caja-sendto.install
 
-cd "${srcdir}/${pkgbase}-${pkgver}"
+cd "${srcdir}/${_pkgbase}-${pkgver}"
 make -C sendto DESTDIR="${pkgdir}" install
 }
 
@@ -72,6 +72,6 @@
 groups=('mate-extra-gtk3')
 conflicts=('caja-share')
 
-cd "${srcdir}/${pkgbase}-${pkgver}"
+cd "${srcdir}/${_pkgbase}-${pkgver}"
 make -C share DESTDIR="${pkgdir}" install
 }


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

2015-05-09 Thread Alexander Rødseth
Date: Saturday, May 9, 2015 @ 17:25:07
  Author: arodseth
Revision: 133094

upgpkg: hwinfo 21.12_1-1

Modified:
  hwinfo/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-05-09 15:23:53 UTC (rev 133093)
+++ PKGBUILD2015-05-09 15:25:07 UTC (rev 133094)
@@ -5,7 +5,8 @@
 # Contributor: champus, madeye, ranguvar and ninja_pt
 
 pkgname=hwinfo
-pkgver=21.10.1.1
+pkgver=21.12_1
+_fn="$pkgname-${pkgver/_/-}.1.src.rpm"
 pkgrel=1
 pkgdesc='Hardware detection tool from openSUSE'
 arch=('x86_64' 'i686')
@@ -14,9 +15,9 @@
 depends=('libx86emu' 'bash' 'perl')
 makedepends=('sysfsutils' 'rpmextract' 'flex' 'git')
 options=('!emptydirs')
-source=("http://download.opensuse.org/source/factory/repo/oss/suse/src/$pkgname-${pkgver%.*.*}-${pkgver#*.*.}.src.rpm";
+source=("http://download.opensuse.org/source/factory/repo/oss/suse/src/$_fn";
 'custom_ioctl.patch')
-sha256sums=('db8f9cbe57fc48e974b74fc035d4b308ff3fbc786408de983cbea69ef63aeaf9'
+sha256sums=('1f20612a1498007fdf73ad306520f90dadfa46a8b646a2e9c28e88d67710ea15'
 '6e83b50aa34f31db5fe6de938402e7c4dda6ffa9ffe1346c076e4779018fcf1d')
 
 prepare() {
@@ -23,23 +24,24 @@
   #aria2c -M "$pkgname.meta4" -V -c --allow-overwrite=true --no-conf=true
 
   # Wish upstream could just provide a normal $pkgname-$pkgver.tar.gz...
-  rpmextract.sh "$pkgname-${pkgver%.*.*}-${pkgver#*.*.}.src.rpm"
-  tar Jxf "$pkgname-${pkgver%.*.*}.tar.xz"
+  rpmextract.sh "$_fn"
+  tar Jxf "${_fn%-*.*}.tar.xz"
 
   # Patching
-  cd "$pkgname-${pkgver%.*.*}"
+  cd "${_fn%-*.*}"
   patch -p0 -i ../custom_ioctl.patch
 }
 
 build() {
-  make -C "$pkgname-${pkgver%.*.*}" -j1 \
-CFLAGS+="-fPIC -I$srcdir/$pkgname-${pkgver%.*.*}/src/hd" \
+  make -C "${_fn%-*.*}" -j1 \
+CFLAGS+="-fPIC -I$srcdir/${_fn%-*.*}/src/hd" \
 LIBDIR=/usr/lib
 }
 
 package() {
-  make -C "$pkgname-${pkgver%.*.*}" LIBDIR=/usr/lib DESTDIR="$pkgdir" install
+  make -C "${_fn%-*.*}" LIBDIR=/usr/lib DESTDIR="$pkgdir" install
   mv "$pkgdir/usr/sbin" "$pkgdir/usr/bin"
 }
 
+# getver: -u 4 https://tracker.debian.org/pkg/hwinfo #
 # vim:set ts=2 sw=2 et:


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

2015-05-09 Thread Alexander Rødseth
Date: Saturday, May 9, 2015 @ 17:25:24
  Author: arodseth
Revision: 133095

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

Added:
  hwinfo/repos/community-i686/PKGBUILD
(from rev 133094, hwinfo/trunk/PKGBUILD)
  hwinfo/repos/community-i686/custom_ioctl.patch
(from rev 133094, hwinfo/trunk/custom_ioctl.patch)
  hwinfo/repos/community-x86_64/PKGBUILD
(from rev 133094, hwinfo/trunk/PKGBUILD)
  hwinfo/repos/community-x86_64/custom_ioctl.patch
(from rev 133094, hwinfo/trunk/custom_ioctl.patch)
Deleted:
  hwinfo/repos/community-i686/PKGBUILD
  hwinfo/repos/community-i686/custom_ioctl.patch
  hwinfo/repos/community-x86_64/PKGBUILD
  hwinfo/repos/community-x86_64/custom_ioctl.patch

-+
 /PKGBUILD   |   94 ++
 /custom_ioctl.patch |   32 +++
 community-i686/PKGBUILD |   45 
 community-i686/custom_ioctl.patch   |   16 -
 community-x86_64/PKGBUILD   |   45 
 community-x86_64/custom_ioctl.patch |   16 -
 6 files changed, 126 insertions(+), 122 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-05-09 15:25:07 UTC (rev 133094)
+++ community-i686/PKGBUILD 2015-05-09 15:25:24 UTC (rev 133095)
@@ -1,45 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth 
-# Contributor: Kaiting Chen 
-# Contributor: Gergely Imreh 
-# Contributor: champus, madeye, ranguvar and ninja_pt
-
-pkgname=hwinfo
-pkgver=21.10.1.1
-pkgrel=1
-pkgdesc='Hardware detection tool from openSUSE'
-arch=('x86_64' 'i686')
-url='http://download.opensuse.org/source/factory/repo/oss/suse/src/'
-license=('GPL2')
-depends=('libx86emu' 'bash' 'perl')
-makedepends=('sysfsutils' 'rpmextract' 'flex' 'git')
-options=('!emptydirs')
-source=("http://download.opensuse.org/source/factory/repo/oss/suse/src/$pkgname-${pkgver%.*.*}-${pkgver#*.*.}.src.rpm";
-'custom_ioctl.patch')
-sha256sums=('db8f9cbe57fc48e974b74fc035d4b308ff3fbc786408de983cbea69ef63aeaf9'
-'6e83b50aa34f31db5fe6de938402e7c4dda6ffa9ffe1346c076e4779018fcf1d')
-
-prepare() {
-  #aria2c -M "$pkgname.meta4" -V -c --allow-overwrite=true --no-conf=true
-
-  # Wish upstream could just provide a normal $pkgname-$pkgver.tar.gz...
-  rpmextract.sh "$pkgname-${pkgver%.*.*}-${pkgver#*.*.}.src.rpm"
-  tar Jxf "$pkgname-${pkgver%.*.*}.tar.xz"
-
-  # Patching
-  cd "$pkgname-${pkgver%.*.*}"
-  patch -p0 -i ../custom_ioctl.patch
-}
-
-build() {
-  make -C "$pkgname-${pkgver%.*.*}" -j1 \
-CFLAGS+="-fPIC -I$srcdir/$pkgname-${pkgver%.*.*}/src/hd" \
-LIBDIR=/usr/lib
-}
-
-package() {
-  make -C "$pkgname-${pkgver%.*.*}" LIBDIR=/usr/lib DESTDIR="$pkgdir" install
-  mv "$pkgdir/usr/sbin" "$pkgdir/usr/bin"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: hwinfo/repos/community-i686/PKGBUILD (from rev 133094, 
hwinfo/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-05-09 15:25:24 UTC (rev 133095)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Alexander Rødseth 
+# Contributor: Kaiting Chen 
+# Contributor: Gergely Imreh 
+# Contributor: champus, madeye, ranguvar and ninja_pt
+
+pkgname=hwinfo
+pkgver=21.12_1
+_fn="$pkgname-${pkgver/_/-}.1.src.rpm"
+pkgrel=1
+pkgdesc='Hardware detection tool from openSUSE'
+arch=('x86_64' 'i686')
+url='http://download.opensuse.org/source/factory/repo/oss/suse/src/'
+license=('GPL2')
+depends=('libx86emu' 'bash' 'perl')
+makedepends=('sysfsutils' 'rpmextract' 'flex' 'git')
+options=('!emptydirs')
+source=("http://download.opensuse.org/source/factory/repo/oss/suse/src/$_fn";
+'custom_ioctl.patch')
+sha256sums=('1f20612a1498007fdf73ad306520f90dadfa46a8b646a2e9c28e88d67710ea15'
+'6e83b50aa34f31db5fe6de938402e7c4dda6ffa9ffe1346c076e4779018fcf1d')
+
+prepare() {
+  #aria2c -M "$pkgname.meta4" -V -c --allow-overwrite=true --no-conf=true
+
+  # Wish upstream could just provide a normal $pkgname-$pkgver.tar.gz...
+  rpmextract.sh "$_fn"
+  tar Jxf "${_fn%-*.*}.tar.xz"
+
+  # Patching
+  cd "${_fn%-*.*}"
+  patch -p0 -i ../custom_ioctl.patch
+}
+
+build() {
+  make -C "${_fn%-*.*}" -j1 \
+CFLAGS+="-fPIC -I$srcdir/${_fn%-*.*}/src/hd" \
+LIBDIR=/usr/lib
+}
+
+package() {
+  make -C "${_fn%-*.*}" LIBDIR=/usr/lib DESTDIR="$pkgdir" install
+  mv "$pkgdir/usr/sbin" "$pkgdir/usr/bin"
+}
+
+# getver: -u 4 https://tracker.debian.org/pkg/hwinfo #
+# vim:set ts=2 sw=2 et:

Deleted: community-i686/custom_ioctl.patch
===
--- community-i686/custom_ioctl.patch   2015-05-09 15:25:07 UTC (rev 133094)
+++ community-i686/custom_ioctl.patch   2015-05-09 15:25:24 UTC (rev 133095)
@@ -1,16 +0,0 @@
 src/hd/kbd.c.old   2010-03-15 23:37:52.0 +0800
-+++ src/hd/kbd.c   2010-03-22 10

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

2015-05-09 Thread Martin Wimpress
Date: Saturday, May 9, 2015 @ 17:23:53
  Author: flexiondotorg
Revision: 133093

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

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

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

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

Copied: mate-applets-gtk3/repos/community-staging-i686/mate-applets.install 
(from rev 133092, mate-applets-gtk3/trunk/mate-applets.install)
===
--- community-staging-i686/mate-applets.install (rev 0)
+++ community-staging-i686/mate-applets.install 2015-05-09 15:23:53 UTC (rev 
133093)
@@ -0,0 +1,13 @@
+post_install() {
+glib-compile-schemas /usr/share/glib-2.0/schemas/
+gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
+gtk-update-icon-cache -q -t -f /usr/share/icons/mate
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}

Copied: mate-applets-gtk3/repos/community-staging-x86_64/PKGBUILD (from rev 
133092, mate-applets-gtk3/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2015-05-09 15:23:53 UTC (rev 133093)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer : Martin Wimpress 
+
+_ver=1.10
+_pkgbase=mate-applets
+pkgname=(${_pkgbase}-gtk3)
+pkgver=${_ver}.0
+pkgrel=1
+pkgdesc="Applets for MATE panel (GTK3 version [EXPERIMENTAL])"
+arch=('i686' 'x86_64')
+url="http://mate-desktop.org";
+license=('GPL')
+depends=('gtksourceview3' 'mate-panel-gtk3>=1.10' 'python2-dbus' 
'python2-gobject' 'upower')
+makedepends=('docbook2x' 'docbook-xsl' 'mate-common' 'yelp-tools')
+optdepends=('fortune-mod: for displaying fortune cookies in the Wanda the Fish 
applet'
+'yelp: for reading MATE help documents')
+groups=('mate-extra-gtk3')
+conflicts=("${_pkgbase}")
+source=("http://pub.mate-desktop.org/releases/${_ver}/${_pkgbase}-${pkgver}.tar.xz";)
+sha1sums=('953fcbb9865dbbfbb1a8ccfc85884b1f336b33b2')
+install=${_pkgbase}.install
+
+prepare() {
+cd "${srcdir}/${_pkgbase}-${pkgver}"
+sed -i 's/env python/env python2/' 
invest-applet/invest/{chart.py,invest-applet.py,mate-invest-chart}
+}
+
+build() {
+cd "${srcdir}/${_pkgbase}-${pkgver}"
+PYTHON=/usr/bin/python2 ./configure \
+--prefix=/usr \
+ 

[arch-commits] Commit in (5 files)

2015-05-09 Thread Martin Wimpress
Date: Saturday, May 9, 2015 @ 17:17:48
  Author: flexiondotorg
Revision: 133092

Added mate-applets-gtk3

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

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

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


Property changes on: mate-applets-gtk3/trunk/PKGBUILD
___
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property
Added: mate-applets-gtk3/trunk/mate-applets.install
===
--- mate-applets-gtk3/trunk/mate-applets.install
(rev 0)
+++ mate-applets-gtk3/trunk/mate-applets.install2015-05-09 15:17:48 UTC 
(rev 133092)
@@ -0,0 +1,13 @@
+post_install() {
+glib-compile-schemas /usr/share/glib-2.0/schemas/
+gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
+gtk-update-icon-cache -q -t -f /usr/share/icons/mate
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}


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

2015-05-09 Thread Martin Wimpress
Date: Saturday, May 9, 2015 @ 17:16:59
  Author: flexiondotorg
Revision: 133091

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

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

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

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

Copied: mate-applets/repos/community-staging-i686/mate-applets.install (from 
rev 133090, mate-applets/trunk/mate-applets.install)
===
--- community-staging-i686/mate-applets.install (rev 0)
+++ community-staging-i686/mate-applets.install 2015-05-09 15:16:59 UTC (rev 
133091)
@@ -0,0 +1,13 @@
+post_install() {
+glib-compile-schemas /usr/share/glib-2.0/schemas/
+gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
+gtk-update-icon-cache -q -t -f /usr/share/icons/mate
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}

Copied: mate-applets/repos/community-staging-x86_64/PKGBUILD (from rev 133090, 
mate-applets/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2015-05-09 15:16:59 UTC (rev 133091)
@@ -0,0 +1,43 @@
+# Maintainer : Martin Wimpress 
+
+_ver=1.10
+_pkgbase=mate-applets
+pkgname=(${_pkgbase})
+pkgver=${_ver}.0
+pkgrel=1
+pkgdesc="Applets for MATE panel (GTK2 version)"
+arch=('i686' 'x86_64')
+url="http://mate-desktop.org";
+license=('GPL')
+depends=('gtksourceview2' 'mate-panel>=1.10' 'python2-dbus' 'python2-gobject' 
'upower')
+makedepends=('docbook2x' 'docbook-xsl' 'mate-common' 'yelp-tools')
+optdepends=('fortune-mod: for displaying fortune cookies in the Wanda the Fish 
applet'
+'yelp: for reading MATE help documents')
+groups=('mate-extra')
+conflicts=("${_pkgbase}-gtk3")
+source=("http://pub.mate-desktop.org/releases/${_ver}/${_pkgbase}-${pkgver}.tar.xz";)
+sha1sums=('953fcbb9865dbbfbb1a8ccfc85884b1f336b33b2')
+install=${_pkgbase}.install
+
+prepare() {
+cd "${srcdir}/${_pkgbase}-${pkgver}"
+sed -i 's/env python/env python2/' 
invest-applet/invest/{chart.py,invest-applet.py,mate-invest-chart}
+}
+
+build() {
+cd "${srcdir}/${_pkgbase}-${pkgver}"
+PYTHON=/usr/bin/python2 ./configure \
+--prefix=/usr \
+--sysconfdir=/etc \
+--libexecdir=/usr/lib/${_pkgbase} \
+--enable-polkit \
+--enable-ipv6 \
+--with-gtk=2.

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

2015-05-09 Thread Martin Wimpress
Date: Saturday, May 9, 2015 @ 17:16:47
  Author: flexiondotorg
Revision: 133090

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

Modified:
  mate-applets/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-05-09 15:10:47 UTC (rev 133089)
+++ PKGBUILD2015-05-09 15:16:47 UTC (rev 133090)
@@ -1,42 +1,43 @@
-# $Id$
 # Maintainer : Martin Wimpress 
 
-pkgname=mate-applets
-pkgver=1.8.1
-pkgrel=2
-pkgdesc="Applets for MATE panel"
+_ver=1.10
+_pkgbase=mate-applets
+pkgname=(${_pkgbase})
+pkgver=${_ver}.0
+pkgrel=1
+pkgdesc="Applets for MATE panel (GTK2 version)"
 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')
+depends=('gtksourceview2' 'mate-panel>=1.10' 'python2-dbus' 'python2-gobject' 
'upower')
+makedepends=('docbook2x' 'docbook-xsl' 'mate-common' 'yelp-tools')
 optdepends=('fortune-mod: for displaying fortune cookies in the Wanda the Fish 
applet'
 'yelp: for reading MATE help documents')
 groups=('mate-extra')
-source=("http://pub.mate-desktop.org/releases/1.8/${pkgname}-${pkgver}.tar.xz";)
-sha1sums=('0ba4133db67d94f5b92e45b1776d91cfcce52e37')
-install=${pkgname}.install
+conflicts=("${_pkgbase}-gtk3")
+source=("http://pub.mate-desktop.org/releases/${_ver}/${_pkgbase}-${pkgver}.tar.xz";)
+sha1sums=('953fcbb9865dbbfbb1a8ccfc85884b1f336b33b2')
+install=${_pkgbase}.install
 
 prepare() {
-cd "${srcdir}/${pkgname}-${pkgver}"
+cd "${srcdir}/${_pkgbase}-${pkgver}"
 sed -i 's/env python/env python2/' 
invest-applet/invest/{chart.py,invest-applet.py,mate-invest-chart}
 }
 
 build() {
-cd "${srcdir}/${pkgname}-${pkgver}"
+cd "${srcdir}/${_pkgbase}-${pkgver}"
 PYTHON=/usr/bin/python2 ./configure \
 --prefix=/usr \
 --sysconfdir=/etc \
---libexecdir=/usr/lib/${pkgname} \
+--libexecdir=/usr/lib/${_pkgbase} \
 --enable-polkit \
---enable-networkmanager \
 --enable-ipv6 \
+--with-gtk=2.0 \
 --disable-static
 make
 }
 
 package() {
-cd "${srcdir}/${pkgname}-${pkgver}"
+cd "${srcdir}/${_pkgbase}-${pkgver}"
 make DESTDIR="${pkgdir}" install
 }


[arch-commits] Commit in tomcat8/repos/extra-any (10 files)

2015-05-09 Thread Guillaume Alaux
Date: Saturday, May 9, 2015 @ 17:11:29
  Author: guillaume
Revision: 238758

archrelease: copy trunk to extra-any

Added:
  tomcat8/repos/extra-any/PKGBUILD
(from rev 238757, tomcat8/trunk/PKGBUILD)
  tomcat8/repos/extra-any/systemd_sysusers.d_tomcat8.conf
(from rev 238757, tomcat8/trunk/systemd_sysusers.d_tomcat8.conf)
  tomcat8/repos/extra-any/systemd_tmpfiles.d_tomcat8.conf
(from rev 238757, tomcat8/trunk/systemd_tmpfiles.d_tomcat8.conf)
  tomcat8/repos/extra-any/systemd_tomcat8.service
(from rev 238757, tomcat8/trunk/systemd_tomcat8.service)
  tomcat8/repos/extra-any/tomcat8.install
(from rev 238757, tomcat8/trunk/tomcat8.install)
Deleted:
  tomcat8/repos/extra-any/PKGBUILD
  tomcat8/repos/extra-any/systemd_sysusers.d_tomcat8.conf
  tomcat8/repos/extra-any/systemd_tmpfiles.d_tomcat8.conf
  tomcat8/repos/extra-any/systemd_tomcat8.service
  tomcat8/repos/extra-any/tomcat8.install

-+
 PKGBUILD|  156 +++---
 systemd_sysusers.d_tomcat8.conf |2 
 systemd_tmpfiles.d_tomcat8.conf |   10 +-
 systemd_tomcat8.service |   66 
 tomcat8.install |   38 -
 5 files changed, 136 insertions(+), 136 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-05-09 15:10:52 UTC (rev 238757)
+++ PKGBUILD2015-05-09 15:11:29 UTC (rev 238758)
@@ -1,78 +0,0 @@
-# Maintainer: Guillaume ALAUX 
-pkgname=tomcat8
-pkgver=8.0.21
-pkgrel=1
-pkgdesc='Open source implementation of the Java Servlet 3.1 and JavaServer 
Pages 2.3 technologies'
-arch=('any')
-url='http://tomcat.apache.org/'
-license=('APACHE')
-depends=('java-runtime>=7' 'java-jsvc' 'java-commons-daemon' 'eclipse-ecj')
-optdepends=('tomcat-native: to allow optimal performance in production 
environments')
-backup=(etc/${pkgname}/catalina.policy
-etc/${pkgname}/catalina.properties
-etc/${pkgname}/context.xml
-etc/${pkgname}/logging.properties
-etc/${pkgname}/server.xml
-etc/${pkgname}/tomcat-users.xml
-etc/${pkgname}/web.xml)
-install=${pkgname}.install
-source=(http://archive.apache.org/dist/tomcat/tomcat-8/v${pkgver}/bin/apache-tomcat-${pkgver}.tar.gz
-systemd_${pkgname}.service
-systemd_sysusers.d_${pkgname}.conf
-systemd_tmpfiles.d_${pkgname}.conf)
-
-sha256sums=('a009f855ac7ac910a51e2259bb24bd8b3fc1be7af75a3a9feb53f883dc6c6a88'
-'d44056248b7cdd6671fd4de08a9453b3bd1a83980343d249a99b74939d46f4d4'
-'02e7a1edb82ed117629189806d40c2c7b70ec994ecbafc11cb7dc7eec35af216'
-'0dc1fdb537d3488756755f3fb713a9638597d4c68596f6f94f2707e8363cf5e2')
-
-_gid_log=19
-_gid_tomcat=57
-_uid_tomcat=57
-
-package() {
-  cd "${srcdir}/apache-tomcat-${pkgver}"
-
-  # Tomcat general files
-  install -dm755 "${pkgdir}"/usr/share/{,java/}${pkgname}
-  cp -r bin "${pkgdir}"/usr/share/${pkgname}
-  # commons-daemon and tomcat-natives are packaged on their own
-  rm 
"${pkgdir}"/usr/share/${pkgname}/bin/{*.bat,commons-daemon*,tomcat-native.tar.gz}
-  ln -s /usr/share/java/commons-daemon.jar 
"${pkgdir}"/usr/share/${pkgname}/bin/commons-daemon.jar
-
-  install -m644 lib/* "${pkgdir}"/usr/share/java/${pkgname}
-  # eclipse-ecj is packaged on its own
-  rm "${pkgdir}"/usr/share/java/${pkgname}/ecj-*.jar
-  ln -s ../eclipse-ecj.jar "${pkgdir}"/usr/share/java/${pkgname}/ecj.jar
-
-  ln -s /usr/share/java/${pkgname} "${pkgdir}"/usr/share/${pkgname}/lib
-
-  # We log through systemd but this would still be required for stock Tomcat 
logging
-  install -dm775 -o ${_uid_tomcat} -g ${_gid_log} 
"${pkgdir}"/var/log/${pkgname}
-  ln -s /var/log/${pkgname} "${pkgdir}"/usr/share/${pkgname}/logs
-  touch "${pkgdir}"/var/log/${pkgname}/catalina.{out,err}
-  chgrp ${_gid_log} "${pkgdir}"/var/log/${pkgname}/catalina.{out,err}
-
-  install -dm775 "${pkgdir}"/etc/${pkgname}
-  install -g ${_gid_tomcat} -m640 conf/* "${pkgdir}"/etc/${pkgname}
-  install -d -g ${_gid_tomcat} -m775 "${pkgdir}"/etc/${pkgname}/Catalina
-  ln -s /etc/${pkgname} "${pkgdir}"/usr/share/${pkgname}/conf
-
-  install -dm775 "${pkgdir}"/var/lib/${pkgname}
-  cp -r webapps "${pkgdir}"/var/lib/${pkgname}
-  chown -R ${_uid_tomcat}:${_gid_tomcat} "${pkgdir}"/var/lib/${pkgname}
-  chmod 775 "${pkgdir}"/var/lib/${pkgname}/webapps
-  ln -s /var/lib/${pkgname}/webapps "${pkgdir}"/usr/share/${pkgname}/webapps
-
-  install -dm1777 "${pkgdir}"/var/tmp
-  install -dm775 -o ${_uid_tomcat} -g ${_gid_tomcat} 
"${pkgdir}"/var/tmp/${pkgname}/{temp,work}
-  ln -s /var/tmp/${pkgname}/temp "${pkgdir}"/usr/share/${pkgname}/temp
-  ln -s /var/tmp/${pkgname}/work "${pkgdir}"/usr/share/${pkgname}/work
-
-  install -Dm644 "${srcdir}"/systemd_${pkgname}.service \
- "${pkgdir}"/usr/lib/systemd/system/${pkgname}.service
-  install -Dm644 "${srcdir}"/systemd_sysusers.d_${pkgname}.conf \
- "${pkgdir}"/usr/lib/sysusers.d

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

2015-05-09 Thread Guillaume Alaux
Date: Saturday, May 9, 2015 @ 17:10:52
  Author: guillaume
Revision: 238757

Upstream release 8.0.22

Modified:
  tomcat8/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-05-09 15:05:39 UTC (rev 238756)
+++ PKGBUILD2015-05-09 15:10:52 UTC (rev 238757)
@@ -1,6 +1,6 @@
 # Maintainer: Guillaume ALAUX 
 pkgname=tomcat8
-pkgver=8.0.21
+pkgver=8.0.22
 pkgrel=1
 pkgdesc='Open source implementation of the Java Servlet 3.1 and JavaServer 
Pages 2.3 technologies'
 arch=('any')
@@ -21,7 +21,7 @@
 systemd_sysusers.d_${pkgname}.conf
 systemd_tmpfiles.d_${pkgname}.conf)
 
-sha256sums=('a009f855ac7ac910a51e2259bb24bd8b3fc1be7af75a3a9feb53f883dc6c6a88'
+sha256sums=('cb163576d03f45981bf025b62b46e71c3c634584daa4662fc721d37d46989eff'
 'd44056248b7cdd6671fd4de08a9453b3bd1a83980343d249a99b74939d46f4d4'
 '02e7a1edb82ed117629189806d40c2c7b70ec994ecbafc11cb7dc7eec35af216'
 '0dc1fdb537d3488756755f3fb713a9638597d4c68596f6f94f2707e8363cf5e2')


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

2015-05-09 Thread Martin Wimpress
Date: Saturday, May 9, 2015 @ 17:10:47
  Author: flexiondotorg
Revision: 133089

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

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

--+
 community-staging-i686/PKGBUILD  |   38 +
 community-staging-i686/eom.install   |   13 +++
 community-staging-x86_64/PKGBUILD|   38 +
 community-staging-x86_64/eom.install |   13 +++
 4 files changed, 102 insertions(+)

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

Copied: eom-gtk3/repos/community-staging-i686/eom.install (from rev 133088, 
eom-gtk3/trunk/eom.install)
===
--- community-staging-i686/eom.install  (rev 0)
+++ community-staging-i686/eom.install  2015-05-09 15:10:47 UTC (rev 133089)
@@ -0,0 +1,13 @@
+post_install() {
+glib-compile-schemas /usr/share/glib-2.0/schemas/
+gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
+update-desktop-database -q
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}

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

Copied: eom-gtk3/repos/community-staging-x86_64/eom.install (from rev 133088, 
eom-gtk3/trunk/eom.install)
===
--- community-staging-x86_64/eom.install(rev 0)
+++ community-staging-x86_64/eom.install2015-05-09 15:10:47 UTC (rev 
133089)
@@ -0,0 +1,13 @@
+post_install() {
+glib-compile-schemas /usr/share/glib-2.0/schemas/

[arch-commits] Commit in (5 files)

2015-05-09 Thread Martin Wimpress
Date: Saturday, May 9, 2015 @ 17:07:47
  Author: flexiondotorg
Revision: 133088

Added eom-gtk3

Added:
  eom-gtk3/
  eom-gtk3/repos/
  eom-gtk3/trunk/
  eom-gtk3/trunk/PKGBUILD
  eom-gtk3/trunk/eom.install

-+
 PKGBUILD|   38 ++
 eom.install |   13 +
 2 files changed, 51 insertions(+)

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


Property changes on: eom-gtk3/trunk/PKGBUILD
___
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property
Added: eom-gtk3/trunk/eom.install
===
--- eom-gtk3/trunk/eom.install  (rev 0)
+++ eom-gtk3/trunk/eom.install  2015-05-09 15:07:47 UTC (rev 133088)
@@ -0,0 +1,13 @@
+post_install() {
+glib-compile-schemas /usr/share/glib-2.0/schemas/
+gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
+update-desktop-database -q
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}


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

2015-05-09 Thread Martin Wimpress
Date: Saturday, May 9, 2015 @ 17:07:24
  Author: flexiondotorg
Revision: 133086

upgpkg: eom 1.10.0-1 - New upstream release

Modified:
  eom/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-05-09 14:41:56 UTC (rev 133085)
+++ PKGBUILD2015-05-09 15:07:24 UTC (rev 133086)
@@ -1,37 +1,37 @@
-# $Id$
 # Maintainer : Martin Wimpress 
 
-pkgname=eom
-pkgver=1.8.1
+_ver=1.10
+_pkgbase=eom
+pkgname=(${_pkgbase})
+pkgver=${_ver}.0
 pkgrel=1
-pkgdesc="An image viewing and cataloging program for MATE"
+pkgdesc="An image viewing and cataloging program for MATE (GTK2 version)"
 url="http://mate-desktop.org";
 arch=('i686' 'x86_64')
 license=('GPL')
 depends=('dbus-glib' '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')
+ 'libjpeg-turbo' 'librsvg' 'mate-desktop>=1.10' 'mate-icon-theme'
+ 'pygtk' 'python2-gobject2' 'startup-notification' 'zlib')
+makedepends=('gobject-introspection' 'mate-common' '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=('48ceda7c1abb6d0d789129436530cf0539df184a')
-install=${pkgname}.install
+conflicts=("${_pkgbase}-gtk3")
+source=("http://pub.mate-desktop.org/releases/${_ver}/${_pkgbase}-${pkgver}.tar.xz";)
+sha1sums=('e4ab6761042a76c89f49229d9721d568ca3fcd40')
+install=${_pkgbase}.install
 
 build() {
-cd "${srcdir}/${pkgname}-${pkgver}"
+cd "${srcdir}/${_pkgbase}-${pkgver}"
 PYTHON=/usr/bin/python2 ./configure \
 --prefix=/usr \
 --localstatedir=/var \
 --with-gtk=2.0 \
---with-librsvg
+--with-librsvg \
+--enable-python
 make
 }
 
 package() {
-cd "${srcdir}/${pkgname}-${pkgver}"
+cd "${srcdir}/${_pkgbase}-${pkgver}"
 make DESTDIR="${pkgdir}" install
 }


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

2015-05-09 Thread Martin Wimpress
Date: Saturday, May 9, 2015 @ 17:07:36
  Author: flexiondotorg
Revision: 133087

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

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

--+
 community-staging-i686/01-fix.diff   |   13 +++
 community-staging-i686/PKGBUILD  |   37 +
 community-staging-i686/eom.install   |   13 +++
 community-staging-x86_64/01-fix.diff |   13 +++
 community-staging-x86_64/PKGBUILD|   37 +
 community-staging-x86_64/eom.install |   13 +++
 6 files changed, 126 insertions(+)

Copied: eom/repos/community-staging-i686/01-fix.diff (from rev 133086, 
eom/trunk/01-fix.diff)
===
--- community-staging-i686/01-fix.diff  (rev 0)
+++ community-staging-i686/01-fix.diff  2015-05-09 15:07:36 UTC (rev 133087)
@@ -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"

Copied: eom/repos/community-staging-i686/PKGBUILD (from rev 133086, 
eom/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2015-05-09 15:07:36 UTC (rev 133087)
@@ -0,0 +1,37 @@
+# Maintainer : Martin Wimpress 
+
+_ver=1.10
+_pkgbase=eom
+pkgname=(${_pkgbase})
+pkgver=${_ver}.0
+pkgrel=1
+pkgdesc="An image viewing and cataloging program for MATE (GTK2 version)"
+url="http://mate-desktop.org";
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('dbus-glib' 'desktop-file-utils' 'gtk2' 'exempi' 'lcms2' 'libexif'
+ 'libjpeg-turbo' 'librsvg' 'mate-desktop>=1.10' 'mate-icon-theme'
+ 'pygtk' 'python2-gobject2' 'startup-notification' 'zlib')
+makedepends=('gobject-introspection' 'mate-common' 'yelp-tools')
+optdepends=('yelp: for reading MATE help documents')
+groups=('mate-extra')
+conflicts=("${_pkgbase}-gtk3")
+source=("http://pub.mate-desktop.org/releases/${_ver}/${_pkgbase}-${pkgver}.tar.xz";)
+sha1sums=('e4ab6761042a76c89f49229d9721d568ca3fcd40')
+install=${_pkgbase}.install
+
+build() {
+cd "${srcdir}/${_pkgbase}-${pkgver}"
+PYTHON=/usr/bin/python2 ./configure \
+--prefix=/usr \
+--localstatedir=/var \
+--with-gtk=2.0 \
+--with-librsvg \
+--enable-python
+make
+}
+
+package() {
+cd "${srcdir}/${_pkgbase}-${pkgver}"
+make DESTDIR="${pkgdir}" install
+}

Copied: eom/repos/community-staging-i686/eom.install (from rev 133086, 
eom/trunk/eom.install)
===
--- community-staging-i686/eom.install  (rev 0)
+++ community-staging-i686/eom.install  2015-05-09 15:07:36 UTC (rev 133087)
@@ -0,0 +1,13 @@
+post_install() {
+glib-compile-schemas /usr/share/glib-2.0/schemas/
+gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
+update-desktop-database -q
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}

Copied: eom/repos/community-staging-x86_64/01-fix.diff (from rev 133086, 
eom/trunk/01-fix.diff)
===
--- community-staging-x86_64/01-fix.diff(rev 0)
+++ community-staging-x86_64/01-fix.diff2015-05-09 15:07:36 UTC (rev 
133087)
@@ -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"

Copied: eom/repos/community-staging-x86_64/PKGBUILD (from rev 133086, 
eom/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2015-05-09 15:07:36 UTC (rev 133087)
@@ -0,0 +1,37 @@

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

2015-05-09 Thread Giovanni Scafora
Date: Saturday, May 9, 2015 @ 17:05:23
  Author: giovanni
Revision: 238755

upgpkg: libass 0.12.2-1

upstream release

Modified:
  libass/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-05-09 12:28:18 UTC (rev 238754)
+++ PKGBUILD2015-05-09 15:05:23 UTC (rev 238755)
@@ -3,7 +3,7 @@
 # Contributor: G_Syme 
 
 pkgname=libass
-pkgver=0.12.1
+pkgver=0.12.2
 pkgrel=1
 pkgdesc="A portable library for SSA/ASS subtitles rendering"
 arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@
 depends=('fribidi' 'fontconfig' 'enca')
 makedepends=('pkg-config' 'yasm')
 source=("${url}/releases/download/${pkgver}/${pkgname}-${pkgver}.tar.xz")
-md5sums=('dfdcd8b4fbb6a8211db8040b10aa2070')
+md5sums=('d4b78e6a0794a9d386ece5cd08eb2d3e')
 
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"


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

2015-05-09 Thread Giovanni Scafora
Date: Saturday, May 9, 2015 @ 17:05:39
  Author: giovanni
Revision: 238756

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-05-09 15:05:23 UTC (rev 238755)
+++ extra-i686/PKGBUILD 2015-05-09 15:05:39 UTC (rev 238756)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora 
-# Contributor: G_Syme 
-
-pkgname=libass
-pkgver=0.12.1
-pkgrel=1
-pkgdesc="A portable library for SSA/ASS subtitles rendering"
-arch=('i686' 'x86_64')
-url="https://github.com/libass/libass/";
-license=('BSD')
-depends=('fribidi' 'fontconfig' 'enca')
-makedepends=('pkg-config' 'yasm')
-source=("${url}/releases/download/${pkgver}/${pkgname}-${pkgver}.tar.xz")
-md5sums=('dfdcd8b4fbb6a8211db8040b10aa2070')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  ./configure --prefix=/usr \
-  --enable-enca \
-  --enable-harfbuzz \
-  --enable-fontconfig
-  make
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  make DESTDIR="${pkgdir}" install
-  install -D -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}

Copied: libass/repos/extra-i686/PKGBUILD (from rev 238755, 
libass/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-05-09 15:05:39 UTC (rev 238756)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Giovanni Scafora 
+# Contributor: G_Syme 
+
+pkgname=libass
+pkgver=0.12.2
+pkgrel=1
+pkgdesc="A portable library for SSA/ASS subtitles rendering"
+arch=('i686' 'x86_64')
+url="https://github.com/libass/libass/";
+license=('BSD')
+depends=('fribidi' 'fontconfig' 'enca')
+makedepends=('pkg-config' 'yasm')
+source=("${url}/releases/download/${pkgver}/${pkgname}-${pkgver}.tar.xz")
+md5sums=('d4b78e6a0794a9d386ece5cd08eb2d3e')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  ./configure --prefix=/usr \
+  --enable-enca \
+  --enable-harfbuzz \
+  --enable-fontconfig
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  make DESTDIR="${pkgdir}" install
+  install -D -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2015-05-09 15:05:23 UTC (rev 238755)
+++ extra-x86_64/PKGBUILD   2015-05-09 15:05:39 UTC (rev 238756)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora 
-# Contributor: G_Syme 
-
-pkgname=libass
-pkgver=0.12.1
-pkgrel=1
-pkgdesc="A portable library for SSA/ASS subtitles rendering"
-arch=('i686' 'x86_64')
-url="https://github.com/libass/libass/";
-license=('BSD')
-depends=('fribidi' 'fontconfig' 'enca')
-makedepends=('pkg-config' 'yasm')
-source=("${url}/releases/download/${pkgver}/${pkgname}-${pkgver}.tar.xz")
-md5sums=('dfdcd8b4fbb6a8211db8040b10aa2070')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  ./configure --prefix=/usr \
-  --enable-enca \
-  --enable-harfbuzz \
-  --enable-fontconfig
-  make
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  make DESTDIR="${pkgdir}" install
-  install -D -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}

Copied: libass/repos/extra-x86_64/PKGBUILD (from rev 238755, 
libass/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2015-05-09 15:05:39 UTC (rev 238756)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Giovanni Scafora 
+# Contributor: G_Syme 
+
+pkgname=libass
+pkgver=0.12.2
+pkgrel=1
+pkgdesc="A portable library for SSA/ASS subtitles rendering"
+arch=('i686' 'x86_64')
+url="https://github.com/libass/libass/";
+license=('BSD')
+depends=('fribidi' 'fontconfig' 'enca')
+makedepends=('pkg-config' 'yasm')
+source=("${url}/releases/download/${pkgver}/${pkgname}-${pkgver}.tar.xz")
+md5sums=('d4b78e6a0794a9d386ece5cd08eb2d3e')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  ./configure --prefix=/usr \
+  --enable-enca \
+  --enable-harfbuzz \
+  --enable-fontconfig
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  make DESTDIR="${pkgdir}" install
+  install -D -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}

  1   2   >