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

2014-04-13 Thread Giovanni Scafora
Date: Sunday, April 13, 2014 @ 09:27:28
  Author: giovanni
Revision: 109305

upgpkg: ccid 1.4.16-1

upstream release

Modified:
  ccid/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-04-13 03:20:22 UTC (rev 109304)
+++ PKGBUILD2014-04-13 07:27:28 UTC (rev 109305)
@@ -3,7 +3,7 @@
 # Contributor: Daniel Plaza daniel.plaza.e...@gmail.com
 
 pkgname=ccid
-pkgver=1.4.15
+pkgver=1.4.16
 pkgrel=1
 pkgdesc=A generic USB Chip/Smart Card Interface Devices driver
 arch=('i686' 'x86_64')
@@ -12,8 +12,8 @@
 depends=('pcsclite' 'libusbx' 'flex')
 makedepends=('pkg-config')
 backup=(etc/reader.conf.d/libccidtwin)
-source=(https://alioth.debian.org/frs/download.php/file/3989/${pkgname}-${pkgver}.tar.bz2;)
-md5sums=('c195333c953f5530bc04a194b5ac1b71')
+source=(https://alioth.debian.org/frs/download.php/file/4016/${pkgname}-${pkgver}.tar.bz2;)
+md5sums=('2f3ca6c4b4ad0f81d41a0e032e0f556f')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}



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

2014-04-13 Thread Giovanni Scafora
Date: Sunday, April 13, 2014 @ 09:27:36
  Author: giovanni
Revision: 109306

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-04-13 07:27:28 UTC (rev 109305)
+++ community-i686/PKGBUILD 2014-04-13 07:27:36 UTC (rev 109306)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora giova...@archlinux.org
-# Contributor: Daniel Plaza daniel.plaza.e...@gmail.com
-
-pkgname=ccid
-pkgver=1.4.15
-pkgrel=1
-pkgdesc=A generic USB Chip/Smart Card Interface Devices driver
-arch=('i686' 'x86_64')
-url=http://pcsclite.alioth.debian.org/ccid.html;
-license=('LGPL' 'GPL')
-depends=('pcsclite' 'libusbx' 'flex')
-makedepends=('pkg-config')
-backup=(etc/reader.conf.d/libccidtwin)
-source=(https://alioth.debian.org/frs/download.php/file/3989/${pkgname}-${pkgver}.tar.bz2;)
-md5sums=('c195333c953f5530bc04a194b5ac1b71')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  ./configure --prefix=/usr \
-  --sysconfdir=/etc \
-  --enable-twinserial \
-  --enable-serialconfdir=/etc/reader.conf.d
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  make DESTDIR=${pkgdir} install
-  # move the configuration file in /etc and create a symbolic link
-  mv ${pkgdir}/usr/lib/pcsc/drivers/ifd-ccid.bundle/Contents/Info.plist 
${pkgdir}/etc/libccid_Info.plist
-  ln -s /etc/libccid_Info.plist 
${pkgdir}/usr/lib/pcsc/drivers/ifd-ccid.bundle/Contents/Info.plist
-}

Copied: ccid/repos/community-i686/PKGBUILD (from rev 109305, 
ccid/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-04-13 07:27:36 UTC (rev 109306)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Giovanni Scafora giova...@archlinux.org
+# Contributor: Daniel Plaza daniel.plaza.e...@gmail.com
+
+pkgname=ccid
+pkgver=1.4.16
+pkgrel=1
+pkgdesc=A generic USB Chip/Smart Card Interface Devices driver
+arch=('i686' 'x86_64')
+url=http://pcsclite.alioth.debian.org/ccid.html;
+license=('LGPL' 'GPL')
+depends=('pcsclite' 'libusbx' 'flex')
+makedepends=('pkg-config')
+backup=(etc/reader.conf.d/libccidtwin)
+source=(https://alioth.debian.org/frs/download.php/file/4016/${pkgname}-${pkgver}.tar.bz2;)
+md5sums=('2f3ca6c4b4ad0f81d41a0e032e0f556f')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  ./configure --prefix=/usr \
+  --sysconfdir=/etc \
+  --enable-twinserial \
+  --enable-serialconfdir=/etc/reader.conf.d
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  make DESTDIR=${pkgdir} install
+  # move the configuration file in /etc and create a symbolic link
+  mv ${pkgdir}/usr/lib/pcsc/drivers/ifd-ccid.bundle/Contents/Info.plist 
${pkgdir}/etc/libccid_Info.plist
+  ln -s /etc/libccid_Info.plist 
${pkgdir}/usr/lib/pcsc/drivers/ifd-ccid.bundle/Contents/Info.plist
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2014-04-13 07:27:28 UTC (rev 109305)
+++ community-x86_64/PKGBUILD   2014-04-13 07:27:36 UTC (rev 109306)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora giova...@archlinux.org
-# Contributor: Daniel Plaza daniel.plaza.e...@gmail.com
-
-pkgname=ccid
-pkgver=1.4.15
-pkgrel=1
-pkgdesc=A generic USB Chip/Smart Card Interface Devices driver
-arch=('i686' 'x86_64')
-url=http://pcsclite.alioth.debian.org/ccid.html;
-license=('LGPL' 'GPL')
-depends=('pcsclite' 'libusbx' 'flex')
-makedepends=('pkg-config')
-backup=(etc/reader.conf.d/libccidtwin)
-source=(https://alioth.debian.org/frs/download.php/file/3989/${pkgname}-${pkgver}.tar.bz2;)
-md5sums=('c195333c953f5530bc04a194b5ac1b71')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  ./configure --prefix=/usr \
-  --sysconfdir=/etc \
-  --enable-twinserial \
-  --enable-serialconfdir=/etc/reader.conf.d
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  make DESTDIR=${pkgdir} install
-  # move the configuration file in /etc and create a symbolic link
-  mv ${pkgdir}/usr/lib/pcsc/drivers/ifd-ccid.bundle/Contents/Info.plist 
${pkgdir}/etc/libccid_Info.plist
-  ln -s /etc/libccid_Info.plist 
${pkgdir}/usr/lib/pcsc/drivers/ifd-ccid.bundle/Contents/Info.plist
-}

Copied: 

[arch-commits] Commit in systemd/trunk (5 files)

2014-04-13 Thread Thomas Bächler
Date: Sunday, April 13, 2014 @ 09:29:51
  Author: thomas
Revision: 210251

upgpkg: systemd 212-3: backport some upstream fixes

Added:
  systemd/trunk/0001-backlight-do-nothing-if-max_brightness-is-0.patch
  systemd/trunk/0002-reduce-the-amount-of-messages-logged-to-dev-kmsg-whe.patch
  systemd/trunk/0003-man-reword-Persistent-description.patch
  systemd/trunk/0004-core-Make-sure-a-stamp-file-exists-for-all-Persisten.patch
Modified:
  systemd/trunk/PKGBUILD

-+
 0001-backlight-do-nothing-if-max_brightness-is-0.patch  |  108 
++
 0002-reduce-the-amount-of-messages-logged-to-dev-kmsg-whe.patch |   38 +++
 0003-man-reword-Persistent-description.patch|   50 
 0004-core-Make-sure-a-stamp-file-exists-for-all-Persisten.patch |   85 +++
 PKGBUILD|   28 ++
 5 files changed, 306 insertions(+), 3 deletions(-)

Added: 0001-backlight-do-nothing-if-max_brightness-is-0.patch
===
--- 0001-backlight-do-nothing-if-max_brightness-is-0.patch  
(rev 0)
+++ 0001-backlight-do-nothing-if-max_brightness-is-0.patch  2014-04-13 
07:29:51 UTC (rev 210251)
@@ -0,0 +1,108 @@
+From eab2144e7ef737e532a241bcfae432395ae8f22d Mon Sep 17 00:00:00 2001
+From: =?UTF-8?q?Thomas=20B=C3=A4chler?= tho...@archlinux.org
+Date: Thu, 27 Mar 2014 23:41:59 +0100
+Subject: [PATCH 1/4] backlight: do nothing if max_brightness is 0
+
+On virtually any newer Asus mainboard, the eeepc-wmi driver is loaded.
+It exposes a backlight device despite the lack of any physical backlight
+devices. This fake backlight device has max_brightness set to 0. Since
+the introduction of the clamp_brightness function, systemd-backlight
+tries to write '1' to brightness and fails.
+
+This patch changes systemd-backlight to exit gracefully when
+max_brightness is 0 before performing any action. This affects
+both the load and save actions.
+---
+ src/backlight/backlight.c | 44 ++--
+ 1 file changed, 30 insertions(+), 14 deletions(-)
+
+diff --git a/src/backlight/backlight.c b/src/backlight/backlight.c
+index abf8bcf..ce0385b 100644
+--- a/src/backlight/backlight.c
 b/src/backlight/backlight.c
+@@ -192,30 +192,37 @@ static bool validate_device(struct udev *udev, struct 
udev_device *device) {
+ return true;
+ }
+ 
+-/* Some systems turn the backlight all the way off at the lowest levels.
+- * clamp_brightness clamps the saved brightness to at least 1 or 5% of
+- * max_brightness.  This avoids preserving an unreadably dim screen, which
+- * would otherwise force the user to disable state restoration. */
+-static void clamp_brightness(struct udev_device *device, char **value) {
++static unsigned get_max_brightness(struct udev_device *device) {
+ int r;
+ const char *max_brightness_str;
+-unsigned brightness, max_brightness, new_brightness;
++unsigned max_brightness;
+ 
+ max_brightness_str = udev_device_get_sysattr_value(device, 
max_brightness);
+ if (!max_brightness_str) {
+-log_warning(Failed to read max_brightness attribute; not 
checking saved brightness);
+-return;
++log_warning(Failed to read max_brightness attribute);
++return 0;
+ }
+ 
+-r = safe_atou(*value, brightness);
++r = safe_atou(max_brightness_str, max_brightness);
+ if (r  0) {
+-log_warning(Failed to parse brightness \%s\: %s, *value, 
strerror(-r));
+-return;
++log_warning(Failed to parse max_brightness \%s\: %s, 
max_brightness_str, strerror(-r));
++return 0;
+ }
+ 
+-r = safe_atou(max_brightness_str, max_brightness);
++return max_brightness;
++}
++
++/* Some systems turn the backlight all the way off at the lowest levels.
++ * clamp_brightness clamps the saved brightness to at least 1 or 5% of
++ * max_brightness.  This avoids preserving an unreadably dim screen, which
++ * would otherwise force the user to disable state restoration. */
++static void clamp_brightness(struct udev_device *device, char **value, 
unsigned max_brightness) {
++int r;
++unsigned brightness, new_brightness;
++
++r = safe_atou(*value, brightness);
+ if (r  0) {
+-log_warning(Failed to parse max_brightness \%s\: %s, 
max_brightness_str, strerror(-r));
++log_warning(Failed to parse brightness \%s\: %s, *value, 
strerror(-r));
+ return;
+ }
+ 
+@@ -239,6 +246,7 @@ int main(int argc, char *argv[]) {
+ _cleanup_udev_device_unref_ struct udev_device *device = NULL;
+ _cleanup_free_ char *saved = NULL, *ss = NULL, *escaped_ss = NULL, 
*escaped_sysname = NULL, *escaped_path_id = NULL;
+ const 

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

2014-04-13 Thread Thomas Bächler
Date: Sunday, April 13, 2014 @ 09:30:30
  Author: thomas
Revision: 210254

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

Added:
  systemd/repos/testing-i686/
  
systemd/repos/testing-i686/0001-backlight-do-nothing-if-max_brightness-is-0.patch
(from rev 210253, 
systemd/trunk/0001-backlight-do-nothing-if-max_brightness-is-0.patch)
  
systemd/repos/testing-i686/0002-reduce-the-amount-of-messages-logged-to-dev-kmsg-whe.patch
(from rev 210253, 
systemd/trunk/0002-reduce-the-amount-of-messages-logged-to-dev-kmsg-whe.patch)
  systemd/repos/testing-i686/0003-man-reword-Persistent-description.patch
(from rev 210253, 
systemd/trunk/0003-man-reword-Persistent-description.patch)
  
systemd/repos/testing-i686/0004-core-Make-sure-a-stamp-file-exists-for-all-Persisten.patch
(from rev 210253, 
systemd/trunk/0004-core-Make-sure-a-stamp-file-exists-for-all-Persisten.patch)
  systemd/repos/testing-i686/PKGBUILD
(from rev 210253, systemd/trunk/PKGBUILD)
  systemd/repos/testing-i686/initcpio-hook-udev
(from rev 210253, systemd/trunk/initcpio-hook-udev)
  systemd/repos/testing-i686/initcpio-install-systemd
(from rev 210253, systemd/trunk/initcpio-install-systemd)
  systemd/repos/testing-i686/initcpio-install-udev
(from rev 210253, systemd/trunk/initcpio-install-udev)
  systemd/repos/testing-i686/systemd.install
(from rev 210253, systemd/trunk/systemd.install)
  systemd/repos/testing-x86_64/
  
systemd/repos/testing-x86_64/0001-backlight-do-nothing-if-max_brightness-is-0.patch
(from rev 210253, 
systemd/trunk/0001-backlight-do-nothing-if-max_brightness-is-0.patch)
  
systemd/repos/testing-x86_64/0002-reduce-the-amount-of-messages-logged-to-dev-kmsg-whe.patch
(from rev 210253, 
systemd/trunk/0002-reduce-the-amount-of-messages-logged-to-dev-kmsg-whe.patch)
  systemd/repos/testing-x86_64/0003-man-reword-Persistent-description.patch
(from rev 210253, 
systemd/trunk/0003-man-reword-Persistent-description.patch)
  
systemd/repos/testing-x86_64/0004-core-Make-sure-a-stamp-file-exists-for-all-Persisten.patch
(from rev 210253, 
systemd/trunk/0004-core-Make-sure-a-stamp-file-exists-for-all-Persisten.patch)
  systemd/repos/testing-x86_64/PKGBUILD
(from rev 210253, systemd/trunk/PKGBUILD)
  systemd/repos/testing-x86_64/initcpio-hook-udev
(from rev 210253, systemd/trunk/initcpio-hook-udev)
  systemd/repos/testing-x86_64/initcpio-install-systemd
(from rev 210253, systemd/trunk/initcpio-install-systemd)
  systemd/repos/testing-x86_64/initcpio-install-udev
(from rev 210253, systemd/trunk/initcpio-install-udev)
  systemd/repos/testing-x86_64/systemd.install
(from rev 210253, systemd/trunk/systemd.install)

+
 testing-i686/0001-backlight-do-nothing-if-max_brightness-is-0.patch
|  108 ++
 testing-i686/0002-reduce-the-amount-of-messages-logged-to-dev-kmsg-whe.patch   
|   38 ++
 testing-i686/0003-man-reword-Persistent-description.patch  
|   50 ++
 testing-i686/0004-core-Make-sure-a-stamp-file-exists-for-all-Persisten.patch   
|   85 
 testing-i686/PKGBUILD  
|  172 ++
 testing-i686/initcpio-hook-udev
|   22 +
 testing-i686/initcpio-install-systemd  
|  160 +
 testing-i686/initcpio-install-udev 
|   29 +
 testing-i686/systemd.install   
|  144 
 testing-x86_64/0001-backlight-do-nothing-if-max_brightness-is-0.patch  
|  108 ++
 testing-x86_64/0002-reduce-the-amount-of-messages-logged-to-dev-kmsg-whe.patch 
|   38 ++
 testing-x86_64/0003-man-reword-Persistent-description.patch
|   50 ++
 testing-x86_64/0004-core-Make-sure-a-stamp-file-exists-for-all-Persisten.patch 
|   85 
 testing-x86_64/PKGBUILD
|  172 ++
 testing-x86_64/initcpio-hook-udev  
|   22 +
 testing-x86_64/initcpio-install-systemd
|  160 +
 testing-x86_64/initcpio-install-udev   
|   29 +
 testing-x86_64/systemd.install 
|  144 
 18 files changed, 1616 insertions(+)

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


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

2014-04-13 Thread Thomas Bächler
Date: Sunday, April 13, 2014 @ 09:32:25
  Author: thomas
Revision: 210255

upgpkg: logrotate 3.8.7-3: fix missing PACKAGER

Modified:
  logrotate/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-04-13 07:30:30 UTC (rev 210254)
+++ PKGBUILD2014-04-13 07:32:25 UTC (rev 210255)
@@ -3,7 +3,7 @@
 
 pkgname=logrotate
 pkgver=3.8.7
-pkgrel=2
+pkgrel=3
 pkgdesc=Rotates system logs automatically
 arch=('i686' 'x86_64')
 url=https://fedorahosted.org/logrotate/;



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

2014-04-13 Thread Thomas Bächler
Date: Sunday, April 13, 2014 @ 09:32:54
  Author: thomas
Revision: 210257

upgpkg: mlocate 0.26-3: fix missing packager

Modified:
  mlocate/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-04-13 07:32:45 UTC (rev 210256)
+++ PKGBUILD2014-04-13 07:32:54 UTC (rev 210257)
@@ -5,7 +5,7 @@
 
 pkgname=mlocate
 pkgver=0.26
-pkgrel=2
+pkgrel=3
 pkgdesc='Merging locate/updatedb implementation'
 url='https://fedorahosted.org/mlocate/'
 arch=('i686' 'x86_64')



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

2014-04-13 Thread Thomas Bächler
Date: Sunday, April 13, 2014 @ 09:32:45
  Author: thomas
Revision: 210256

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

Added:
  logrotate/repos/testing-i686/PKGBUILD
(from rev 210255, logrotate/trunk/PKGBUILD)
  logrotate/repos/testing-i686/logrotate.conf
(from rev 210255, logrotate/trunk/logrotate.conf)
  logrotate/repos/testing-i686/logrotate.service
(from rev 210255, logrotate/trunk/logrotate.service)
  logrotate/repos/testing-i686/logrotate.timer
(from rev 210255, logrotate/trunk/logrotate.timer)
  logrotate/repos/testing-i686/paths.patch
(from rev 210255, logrotate/trunk/paths.patch)
  logrotate/repos/testing-x86_64/PKGBUILD
(from rev 210255, logrotate/trunk/PKGBUILD)
  logrotate/repos/testing-x86_64/logrotate.conf
(from rev 210255, logrotate/trunk/logrotate.conf)
  logrotate/repos/testing-x86_64/logrotate.service
(from rev 210255, logrotate/trunk/logrotate.service)
  logrotate/repos/testing-x86_64/logrotate.timer
(from rev 210255, logrotate/trunk/logrotate.timer)
  logrotate/repos/testing-x86_64/paths.patch
(from rev 210255, logrotate/trunk/paths.patch)
Deleted:
  logrotate/repos/testing-i686/PKGBUILD
  logrotate/repos/testing-i686/logrotate.conf
  logrotate/repos/testing-i686/logrotate.service
  logrotate/repos/testing-i686/logrotate.timer
  logrotate/repos/testing-i686/paths.patch
  logrotate/repos/testing-x86_64/PKGBUILD
  logrotate/repos/testing-x86_64/logrotate.conf
  logrotate/repos/testing-x86_64/logrotate.service
  logrotate/repos/testing-x86_64/logrotate.timer
  logrotate/repos/testing-x86_64/paths.patch

--+
 /PKGBUILD|  100 +
 /logrotate.conf  |   76 
 /logrotate.service   |   18 ++
 /logrotate.timer |   14 +
 /paths.patch |   50 ++
 testing-i686/PKGBUILD|   50 --
 testing-i686/logrotate.conf  |   38 --
 testing-i686/logrotate.service   |9 ---
 testing-i686/logrotate.timer |7 --
 testing-i686/paths.patch |   25 -
 testing-x86_64/PKGBUILD  |   50 --
 testing-x86_64/logrotate.conf|   38 --
 testing-x86_64/logrotate.service |9 ---
 testing-x86_64/logrotate.timer   |7 --
 testing-x86_64/paths.patch   |   25 -
 15 files changed, 258 insertions(+), 258 deletions(-)

Deleted: testing-i686/PKGBUILD
===
--- testing-i686/PKGBUILD   2014-04-13 07:32:25 UTC (rev 210255)
+++ testing-i686/PKGBUILD   2014-04-13 07:32:45 UTC (rev 210256)
@@ -1,50 +0,0 @@
-# $Id$
-# Maintainer: Pierre Schmitz pie...@archlinux.de
-
-pkgname=logrotate
-pkgver=3.8.7
-pkgrel=2
-pkgdesc=Rotates system logs automatically
-arch=('i686' 'x86_64')
-url=https://fedorahosted.org/logrotate/;
-license=('GPL')
-groups=('base')
-depends=('popt' 'gzip' 'acl')
-optdepends=('cron: scheduled log rotation')
-backup=('etc/logrotate.conf')
-source=(https://fedorahosted.org/releases/l/o/logrotate/logrotate-${pkgver}.tar.gz;
-'paths.patch'
-'logrotate.conf'
-logrotate.{timer,service})
-md5sums=('99e08503ef24c3e2e3ff74cc5f3be213'
- 'e76526bcd6fc33c9d921e1cb1eff1ffb'
- '94dae4d3eded2fab9ae879533d3680db'
- '287c2ad9b074cb5478db7692f385827c'
- '85560be5272ed68a88bb77a0a2293369')
-
-build() {
-   cd $srcdir/${pkgname}-${pkgver}
-
-   patch -p0 -i $srcdir/paths.patch
-
-   make WITH_ACL=yes RPM_OPT_FLAGS=$CFLAGS EXTRA_LDFLAGS=$LDFLAGS
-}
-
-check() {
-   cd $srcdir/${pkgname}-${pkgver}
-   make test
-}
-
-package() {
-   cd $srcdir/${pkgname}-${pkgver}
-   make PREFIX=$pkgdir MANDIR=/usr/share/man install
-   mv ${pkgdir}/usr/sbin ${pkgdir}/usr/bin
-
-   install -dm755 $pkgdir/etc/logrotate.d
-   install -Dm644 $srcdir/logrotate.conf $pkgdir/etc/logrotate.conf
-
-   install -D -m644 ${srcdir}/logrotate.timer 
${pkgdir}/usr/lib/systemd/system/logrotate.timer
-   install -D -m644 ${srcdir}/logrotate.service 
${pkgdir}/usr/lib/systemd/system/logrotate.service
-   install -d -m755 
${pkgdir}/usr/lib/systemd/system/multi-user.target.wants
-   ln -s ../logrotate.timer 
${pkgdir}//usr/lib/systemd/system/multi-user.target.wants/logrotate.timer
-}

Copied: logrotate/repos/testing-i686/PKGBUILD (from rev 210255, 
logrotate/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-04-13 07:32:45 UTC (rev 210256)
@@ -0,0 +1,50 @@
+# $Id$
+# Maintainer: Pierre Schmitz pie...@archlinux.de
+
+pkgname=logrotate
+pkgver=3.8.7
+pkgrel=3
+pkgdesc=Rotates system logs automatically
+arch=('i686' 'x86_64')
+url=https://fedorahosted.org/logrotate/;
+license=('GPL')

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

2014-04-13 Thread Thomas Bächler
Date: Sunday, April 13, 2014 @ 09:33:46
  Author: thomas
Revision: 210261

upgpkg: shadow 4.1.5.1-9: fix missing PACKAGER

Modified:
  shadow/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-04-13 07:33:39 UTC (rev 210260)
+++ PKGBUILD2014-04-13 07:33:46 UTC (rev 210261)
@@ -4,7 +4,7 @@
 
 pkgname=shadow
 pkgver=4.1.5.1
-pkgrel=8
+pkgrel=9
 pkgdesc=Password and account management tool suite with support for shadow 
files and PAM
 arch=('i686' 'x86_64')
 url='http://pkg-shadow.alioth.debian.org/'



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

2014-04-13 Thread Thomas Bächler
Date: Sunday, April 13, 2014 @ 09:33:28
  Author: thomas
Revision: 210259

upgpkg: pkgstats 2.3-5: fix missing PACKAGER

Modified:
  pkgstats/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-04-13 07:33:11 UTC (rev 210258)
+++ PKGBUILD2014-04-13 07:33:28 UTC (rev 210259)
@@ -3,7 +3,7 @@
 
 pkgname=pkgstats
 pkgver=2.3
-pkgrel=4
+pkgrel=5
 pkgdesc='submits a list of installed packages to the Arch Linux project'
 arch=('any')
 url='https://www.archlinux.de'



[arch-commits] Commit in pkgstats/repos/testing-any (10 files)

2014-04-13 Thread Thomas Bächler
Date: Sunday, April 13, 2014 @ 09:33:39
  Author: thomas
Revision: 210260

archrelease: copy trunk to testing-any

Added:
  pkgstats/repos/testing-any/PKGBUILD
(from rev 210259, pkgstats/trunk/PKGBUILD)
  pkgstats/repos/testing-any/pkgstats.install
(from rev 210259, pkgstats/trunk/pkgstats.install)
  pkgstats/repos/testing-any/pkgstats.service
(from rev 210259, pkgstats/trunk/pkgstats.service)
  pkgstats/repos/testing-any/pkgstats.sh
(from rev 210259, pkgstats/trunk/pkgstats.sh)
  pkgstats/repos/testing-any/pkgstats.timer
(from rev 210259, pkgstats/trunk/pkgstats.timer)
Deleted:
  pkgstats/repos/testing-any/PKGBUILD
  pkgstats/repos/testing-any/pkgstats.install
  pkgstats/repos/testing-any/pkgstats.service
  pkgstats/repos/testing-any/pkgstats.sh
  pkgstats/repos/testing-any/pkgstats.timer

--+
 PKGBUILD |   50 
 pkgstats.install |6 +-
 pkgstats.service |   16 ++---
 pkgstats.sh  |  158 ++---
 pkgstats.timer   |   14 ++--
 5 files changed, 122 insertions(+), 122 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-04-13 07:33:28 UTC (rev 210259)
+++ PKGBUILD2014-04-13 07:33:39 UTC (rev 210260)
@@ -1,25 +0,0 @@
-# $Id$
-# Maintainer: Pierre Schmitz pie...@archlinux.de
-
-pkgname=pkgstats
-pkgver=2.3
-pkgrel=4
-pkgdesc='submits a list of installed packages to the Arch Linux project'
-arch=('any')
-url='https://www.archlinux.de'
-license=('GPL')
-depends=('bash' 'curl' 'pacman' 'sed' 'coreutils' 'systemd' 'awk' 'grep')
-source=('pkgstats.sh'
-pkgstats.{timer,service})
-install='pkgstats.install'
-md5sums=('2943bc8c6d8e3c0bd9b368a3f17b'
- '2285089dff45f583c27b9d561fda5405'
- '5225a0bb6d32a3bbf89821f841f4eb8c')
-
-package() {
-   install -D -m755 ${srcdir}/pkgstats.sh ${pkgdir}/usr/bin/pkgstats
-   install -D -m644 ${srcdir}/pkgstats.timer 
${pkgdir}/usr/lib/systemd/system/pkgstats.timer
-   install -D -m644 ${srcdir}/pkgstats.service 
${pkgdir}/usr/lib/systemd/system/pkgstats.service
-   install -d -m755 
${pkgdir}/usr/lib/systemd/system/multi-user.target.wants
-   ln -s ../pkgstats.timer 
${pkgdir}//usr/lib/systemd/system/multi-user.target.wants/pkgstats.timer
-}

Copied: pkgstats/repos/testing-any/PKGBUILD (from rev 210259, 
pkgstats/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-04-13 07:33:39 UTC (rev 210260)
@@ -0,0 +1,25 @@
+# $Id$
+# Maintainer: Pierre Schmitz pie...@archlinux.de
+
+pkgname=pkgstats
+pkgver=2.3
+pkgrel=5
+pkgdesc='submits a list of installed packages to the Arch Linux project'
+arch=('any')
+url='https://www.archlinux.de'
+license=('GPL')
+depends=('bash' 'curl' 'pacman' 'sed' 'coreutils' 'systemd' 'awk' 'grep')
+source=('pkgstats.sh'
+pkgstats.{timer,service})
+install='pkgstats.install'
+md5sums=('2943bc8c6d8e3c0bd9b368a3f17b'
+ '2285089dff45f583c27b9d561fda5405'
+ '5225a0bb6d32a3bbf89821f841f4eb8c')
+
+package() {
+   install -D -m755 ${srcdir}/pkgstats.sh ${pkgdir}/usr/bin/pkgstats
+   install -D -m644 ${srcdir}/pkgstats.timer 
${pkgdir}/usr/lib/systemd/system/pkgstats.timer
+   install -D -m644 ${srcdir}/pkgstats.service 
${pkgdir}/usr/lib/systemd/system/pkgstats.service
+   install -d -m755 
${pkgdir}/usr/lib/systemd/system/multi-user.target.wants
+   ln -s ../pkgstats.timer 
${pkgdir}//usr/lib/systemd/system/multi-user.target.wants/pkgstats.timer
+}

Deleted: pkgstats.install
===
--- pkgstats.install2014-04-13 07:33:28 UTC (rev 210259)
+++ pkgstats.install2014-04-13 07:33:39 UTC (rev 210260)
@@ -1,3 +0,0 @@
-post_install() {
-   echo For information about pkgstats see 
https://bbs.archlinux.org/viewtopic.php?id=105431;
-}

Copied: pkgstats/repos/testing-any/pkgstats.install (from rev 210259, 
pkgstats/trunk/pkgstats.install)
===
--- pkgstats.install(rev 0)
+++ pkgstats.install2014-04-13 07:33:39 UTC (rev 210260)
@@ -0,0 +1,3 @@
+post_install() {
+   echo For information about pkgstats see 
https://bbs.archlinux.org/viewtopic.php?id=105431;
+}

Deleted: pkgstats.service
===
--- pkgstats.service2014-04-13 07:33:28 UTC (rev 210259)
+++ pkgstats.service2014-04-13 07:33:39 UTC (rev 210260)
@@ -1,8 +0,0 @@
-[Unit]
-Description=Submit pkgstats
-
-[Service]
-Type=oneshot
-ExecStart=/usr/bin/pkgstats -q
-User=nobody
-Group=nobody

Copied: pkgstats/repos/testing-any/pkgstats.service (from rev 210259, 
pkgstats/trunk/pkgstats.service)
===
--- pkgstats.service(rev 0)
+++ 

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

2014-04-13 Thread Thomas Bächler
Date: Sunday, April 13, 2014 @ 09:33:11
  Author: thomas
Revision: 210258

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

Added:
  mlocate/repos/testing-i686/PKGBUILD
(from rev 210257, mlocate/trunk/PKGBUILD)
  mlocate/repos/testing-i686/updatedb.conf
(from rev 210257, mlocate/trunk/updatedb.conf)
  mlocate/repos/testing-i686/updatedb.service
(from rev 210257, mlocate/trunk/updatedb.service)
  mlocate/repos/testing-i686/updatedb.timer
(from rev 210257, mlocate/trunk/updatedb.timer)
  mlocate/repos/testing-x86_64/PKGBUILD
(from rev 210257, mlocate/trunk/PKGBUILD)
  mlocate/repos/testing-x86_64/updatedb.conf
(from rev 210257, mlocate/trunk/updatedb.conf)
  mlocate/repos/testing-x86_64/updatedb.service
(from rev 210257, mlocate/trunk/updatedb.service)
  mlocate/repos/testing-x86_64/updatedb.timer
(from rev 210257, mlocate/trunk/updatedb.timer)
Deleted:
  mlocate/repos/testing-i686/PKGBUILD
  mlocate/repos/testing-i686/updatedb.conf
  mlocate/repos/testing-i686/updatedb.service
  mlocate/repos/testing-i686/updatedb.timer
  mlocate/repos/testing-x86_64/PKGBUILD
  mlocate/repos/testing-x86_64/updatedb.conf
  mlocate/repos/testing-x86_64/updatedb.service
  mlocate/repos/testing-x86_64/updatedb.timer

-+
 /PKGBUILD   |  114 ++
 /updatedb.conf  |8 ++
 /updatedb.service   |   18 ++
 /updatedb.timer |   14 
 testing-i686/PKGBUILD   |   57 ---
 testing-i686/updatedb.conf  |4 -
 testing-i686/updatedb.service   |9 ---
 testing-i686/updatedb.timer |7 --
 testing-x86_64/PKGBUILD |   57 ---
 testing-x86_64/updatedb.conf|4 -
 testing-x86_64/updatedb.service |9 ---
 testing-x86_64/updatedb.timer   |7 --
 12 files changed, 154 insertions(+), 154 deletions(-)

Deleted: testing-i686/PKGBUILD
===
--- testing-i686/PKGBUILD   2014-04-13 07:32:54 UTC (rev 210257)
+++ testing-i686/PKGBUILD   2014-04-13 07:33:11 UTC (rev 210258)
@@ -1,57 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson bis...@archlinux.org
-# Contributor: Allan McRae al...@archlinux.org
-# Contributor: lydgate
-
-pkgname=mlocate
-pkgver=0.26
-pkgrel=2
-pkgdesc='Merging locate/updatedb implementation'
-url='https://fedorahosted.org/mlocate/'
-arch=('i686' 'x86_64')
-license=('GPL')
-backup=('etc/updatedb.conf')
-depends=('glibc')
-source=(https://fedorahosted.org/releases/m/l/mlocate/mlocate-${pkgver}.tar.xz;
-   'updatedb.conf'
-   updatedb.{timer,service})
-sha1sums=('c6e6d81b25359c51c545f4b8ba0f3b469227fcbc'
-  '0150379149bf9d714bc81332d775fc273e7e3535'
-  '2f3a94994ece62aeb286315a6fa5e9e03203706a'
-  'f2f71aefbf677fb1719b5c67c757cde34e3210d7')
-
-prepare() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-   sed -i '/^groupname /s/mlocate/locate/' Makefile.in
-}
-
-build() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-   ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var/lib
-   make
-}
-
-check() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-   make check
-}
-
-package() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-
-   make DESTDIR=${pkgdir} install
-
-   chgrp 21 ${pkgdir}/usr/bin/locate
-   chmod 2755 ${pkgdir}/usr/bin/locate
-   ln -s locate ${pkgdir}/usr/bin/slocate
-
-   install -dm755 ${pkgdir}/var/lib
-   install -dm750 -g21 ${pkgdir}/var/lib/locate
-   
-   install -Dm644 ../updatedb.conf ${pkgdir}/etc/updatedb.conf
-
-   install -D -m644 ${srcdir}/updatedb.timer 
${pkgdir}/usr/lib/systemd/system/updatedb.timer
-   install -D -m644 ${srcdir}/updatedb.service 
${pkgdir}/usr/lib/systemd/system/updatedb.service
-   install -d -m755 
${pkgdir}/usr/lib/systemd/system/multi-user.target.wants
-   ln -s ../updatedb.timer 
${pkgdir}//usr/lib/systemd/system/multi-user.target.wants/updatedb.timer
-}

Copied: mlocate/repos/testing-i686/PKGBUILD (from rev 210257, 
mlocate/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-04-13 07:33:11 UTC (rev 210258)
@@ -0,0 +1,57 @@
+# $Id$
+# Maintainer: Gaetan Bisson bis...@archlinux.org
+# Contributor: Allan McRae al...@archlinux.org
+# Contributor: lydgate
+
+pkgname=mlocate
+pkgver=0.26
+pkgrel=3
+pkgdesc='Merging locate/updatedb implementation'
+url='https://fedorahosted.org/mlocate/'
+arch=('i686' 'x86_64')
+license=('GPL')
+backup=('etc/updatedb.conf')
+depends=('glibc')
+source=(https://fedorahosted.org/releases/m/l/mlocate/mlocate-${pkgver}.tar.xz;
+   'updatedb.conf'
+   updatedb.{timer,service})
+sha1sums=('c6e6d81b25359c51c545f4b8ba0f3b469227fcbc'
+  '0150379149bf9d714bc81332d775fc273e7e3535'
+  

[arch-commits] Commit in shadow/repos (60 files)

2014-04-13 Thread Thomas Bächler
Date: Sunday, April 13, 2014 @ 09:34:31
  Author: thomas
Revision: 210262

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

Added:
  shadow/repos/testing-i686/LICENSE
(from rev 210261, shadow/trunk/LICENSE)
  shadow/repos/testing-i686/PKGBUILD
(from rev 210261, shadow/trunk/PKGBUILD)
  shadow/repos/testing-i686/chgpasswd
(from rev 210261, shadow/trunk/chgpasswd)
  shadow/repos/testing-i686/chpasswd
(from rev 210261, shadow/trunk/chpasswd)
  shadow/repos/testing-i686/defaults.pam
(from rev 210261, shadow/trunk/defaults.pam)
  shadow/repos/testing-i686/lastlog.tmpfiles
(from rev 210261, shadow/trunk/lastlog.tmpfiles)
  shadow/repos/testing-i686/login.defs
(from rev 210261, shadow/trunk/login.defs)
  shadow/repos/testing-i686/newusers
(from rev 210261, shadow/trunk/newusers)
  shadow/repos/testing-i686/passwd
(from rev 210261, shadow/trunk/passwd)
  shadow/repos/testing-i686/shadow-strncpy-usage.patch
(from rev 210261, shadow/trunk/shadow-strncpy-usage.patch)
  shadow/repos/testing-i686/shadow.install
(from rev 210261, shadow/trunk/shadow.install)
  shadow/repos/testing-i686/shadow.service
(from rev 210261, shadow/trunk/shadow.service)
  shadow/repos/testing-i686/shadow.timer
(from rev 210261, shadow/trunk/shadow.timer)
  shadow/repos/testing-i686/useradd.defaults
(from rev 210261, shadow/trunk/useradd.defaults)
  shadow/repos/testing-i686/xstrdup.patch
(from rev 210261, shadow/trunk/xstrdup.patch)
  shadow/repos/testing-x86_64/LICENSE
(from rev 210261, shadow/trunk/LICENSE)
  shadow/repos/testing-x86_64/PKGBUILD
(from rev 210261, shadow/trunk/PKGBUILD)
  shadow/repos/testing-x86_64/chgpasswd
(from rev 210261, shadow/trunk/chgpasswd)
  shadow/repos/testing-x86_64/chpasswd
(from rev 210261, shadow/trunk/chpasswd)
  shadow/repos/testing-x86_64/defaults.pam
(from rev 210261, shadow/trunk/defaults.pam)
  shadow/repos/testing-x86_64/lastlog.tmpfiles
(from rev 210261, shadow/trunk/lastlog.tmpfiles)
  shadow/repos/testing-x86_64/login.defs
(from rev 210261, shadow/trunk/login.defs)
  shadow/repos/testing-x86_64/newusers
(from rev 210261, shadow/trunk/newusers)
  shadow/repos/testing-x86_64/passwd
(from rev 210261, shadow/trunk/passwd)
  shadow/repos/testing-x86_64/shadow-strncpy-usage.patch
(from rev 210261, shadow/trunk/shadow-strncpy-usage.patch)
  shadow/repos/testing-x86_64/shadow.install
(from rev 210261, shadow/trunk/shadow.install)
  shadow/repos/testing-x86_64/shadow.service
(from rev 210261, shadow/trunk/shadow.service)
  shadow/repos/testing-x86_64/shadow.timer
(from rev 210261, shadow/trunk/shadow.timer)
  shadow/repos/testing-x86_64/useradd.defaults
(from rev 210261, shadow/trunk/useradd.defaults)
  shadow/repos/testing-x86_64/xstrdup.patch
(from rev 210261, shadow/trunk/xstrdup.patch)
Deleted:
  shadow/repos/testing-i686/LICENSE
  shadow/repos/testing-i686/PKGBUILD
  shadow/repos/testing-i686/chgpasswd
  shadow/repos/testing-i686/chpasswd
  shadow/repos/testing-i686/defaults.pam
  shadow/repos/testing-i686/lastlog.tmpfiles
  shadow/repos/testing-i686/login.defs
  shadow/repos/testing-i686/newusers
  shadow/repos/testing-i686/passwd
  shadow/repos/testing-i686/shadow-strncpy-usage.patch
  shadow/repos/testing-i686/shadow.install
  shadow/repos/testing-i686/shadow.service
  shadow/repos/testing-i686/shadow.timer
  shadow/repos/testing-i686/useradd.defaults
  shadow/repos/testing-i686/xstrdup.patch
  shadow/repos/testing-x86_64/LICENSE
  shadow/repos/testing-x86_64/PKGBUILD
  shadow/repos/testing-x86_64/chgpasswd
  shadow/repos/testing-x86_64/chpasswd
  shadow/repos/testing-x86_64/defaults.pam
  shadow/repos/testing-x86_64/lastlog.tmpfiles
  shadow/repos/testing-x86_64/login.defs
  shadow/repos/testing-x86_64/newusers
  shadow/repos/testing-x86_64/passwd
  shadow/repos/testing-x86_64/shadow-strncpy-usage.patch
  shadow/repos/testing-x86_64/shadow.install
  shadow/repos/testing-x86_64/shadow.service
  shadow/repos/testing-x86_64/shadow.timer
  shadow/repos/testing-x86_64/useradd.defaults
  shadow/repos/testing-x86_64/xstrdup.patch

---+
 /LICENSE  |   62 
 /PKGBUILD |  292 
 /chgpasswd|8 
 /chpasswd |   12 
 /defaults.pam |   12 
 /lastlog.tmpfiles |2 
 /login.defs   |  406 
 /newusers |   12 
 /passwd   |8 
 /shadow-strncpy-usage.patch   |   50 +++
 /shadow.install   |   18 +
 /shadow.service   |   20 +
 /shadow.timer |   14 
 /useradd.defaults |   18 +
 /xstrdup.patch| 

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

2014-04-13 Thread Andreas Radke
Date: Sunday, April 13, 2014 @ 09:49:32
  Author: andyrtr
Revision: 210263

upgpkg: xalan-java 2.7.1-5

fix url and source; FS#39387

Modified:
  xalan-java/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-04-13 07:34:31 UTC (rev 210262)
+++ PKGBUILD2014-04-13 07:49:32 UTC (rev 210263)
@@ -5,13 +5,13 @@
 
 pkgname=xalan-java
 pkgver=2.7.1
-pkgrel=4
+pkgrel=5
 pkgdesc=XSLT processor for transforming XML documents into HTML, text, or 
other XML document types
 arch=('any')
 license=('APACHE')
-url=http://xml.apache.org/xalan-j;
+url=http://xalan.apache.org/xalan-j/index.html;
 depends=('xerces2-java')
-source=(http://mirror.softaculous.com/apache//xml/xalan-j/xalan-j_${pkgver//./_}-bin-2jars.tar.gz)
+source=(http://archive.apache.org/dist/xalan/xalan-j/binaries/xalan-j_${pkgver//./_}-bin-2jars.tar.gz)
 md5sums=('3ccda39bcd08b780436dfd2f22fb23d5')
 
 package() {



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

2014-04-13 Thread Andreas Radke
Date: Sunday, April 13, 2014 @ 09:49:43
  Author: andyrtr
Revision: 210264

archrelease: copy trunk to extra-any

Added:
  xalan-java/repos/extra-any/PKGBUILD
(from rev 210263, xalan-java/trunk/PKGBUILD)
Deleted:
  xalan-java/repos/extra-any/PKGBUILD

--+
 PKGBUILD |   44 ++--
 1 file changed, 22 insertions(+), 22 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-04-13 07:49:32 UTC (rev 210263)
+++ PKGBUILD2014-04-13 07:49:43 UTC (rev 210264)
@@ -1,22 +0,0 @@
-# $Id$
-# Maintainer: Andreas Radke andy...@archlinux.org
-# Maintainer: Jan de Groot j...@archlinux.org
-# Contributor: Hussam Al-Tayeb ht990...@gmail.com
-
-pkgname=xalan-java
-pkgver=2.7.1
-pkgrel=4
-pkgdesc=XSLT processor for transforming XML documents into HTML, text, or 
other XML document types
-arch=('any')
-license=('APACHE')
-url=http://xml.apache.org/xalan-j;
-depends=('xerces2-java')
-source=(http://mirror.softaculous.com/apache//xml/xalan-j/xalan-j_${pkgver//./_}-bin-2jars.tar.gz)
-md5sums=('3ccda39bcd08b780436dfd2f22fb23d5')
-
-package() {
-  cd ${srcdir}/xalan-j_${pkgver//./_}
-  install -m755 -d ${pkgdir}/usr/share/java
-  install -m644 xalan.jar ${pkgdir}/usr/share/java/
-  install -m644 xsltc.jar ${pkgdir}/usr/share/java/
-}

Copied: xalan-java/repos/extra-any/PKGBUILD (from rev 210263, 
xalan-java/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-04-13 07:49:43 UTC (rev 210264)
@@ -0,0 +1,22 @@
+# $Id$
+# Maintainer: Andreas Radke andy...@archlinux.org
+# Maintainer: Jan de Groot j...@archlinux.org
+# Contributor: Hussam Al-Tayeb ht990...@gmail.com
+
+pkgname=xalan-java
+pkgver=2.7.1
+pkgrel=5
+pkgdesc=XSLT processor for transforming XML documents into HTML, text, or 
other XML document types
+arch=('any')
+license=('APACHE')
+url=http://xalan.apache.org/xalan-j/index.html;
+depends=('xerces2-java')
+source=(http://archive.apache.org/dist/xalan/xalan-j/binaries/xalan-j_${pkgver//./_}-bin-2jars.tar.gz)
+md5sums=('3ccda39bcd08b780436dfd2f22fb23d5')
+
+package() {
+  cd ${srcdir}/xalan-j_${pkgver//./_}
+  install -m755 -d ${pkgdir}/usr/share/java
+  install -m644 xalan.jar ${pkgdir}/usr/share/java/
+  install -m644 xsltc.jar ${pkgdir}/usr/share/java/
+}



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

2014-04-13 Thread Thomas Bächler
Date: Sunday, April 13, 2014 @ 10:01:52
  Author: thomas
Revision: 210266

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

Added:
  cronie/repos/testing-i686/
  cronie/repos/testing-i686/PKGBUILD
(from rev 210265, cronie/trunk/PKGBUILD)
  cronie/repos/testing-i686/deny
(from rev 210265, cronie/trunk/deny)
  cronie/repos/testing-i686/pam.d
(from rev 210265, cronie/trunk/pam.d)
  cronie/repos/testing-i686/service
(from rev 210265, cronie/trunk/service)
  cronie/repos/testing-x86_64/
  cronie/repos/testing-x86_64/PKGBUILD
(from rev 210265, cronie/trunk/PKGBUILD)
  cronie/repos/testing-x86_64/deny
(from rev 210265, cronie/trunk/deny)
  cronie/repos/testing-x86_64/pam.d
(from rev 210265, cronie/trunk/pam.d)
  cronie/repos/testing-x86_64/service
(from rev 210265, cronie/trunk/service)

-+
 testing-i686/PKGBUILD   |   66 ++
 testing-i686/deny   |1 
 testing-i686/pam.d  |   10 ++
 testing-i686/service|   11 +++
 testing-x86_64/PKGBUILD |   66 ++
 testing-x86_64/deny |1 
 testing-x86_64/pam.d|   10 ++
 testing-x86_64/service  |   11 +++
 8 files changed, 176 insertions(+)

Copied: cronie/repos/testing-i686/PKGBUILD (from rev 210265, 
cronie/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-04-13 08:01:52 UTC (rev 210266)
@@ -0,0 +1,66 @@
+# $Id$
+# Contributor: Kaiting Chen kaiting.c...@kiwilight.com
+# Maintainer: Gaetan Bisson bis...@archlinux.org
+
+pkgname='cronie'
+pkgver=1.4.11
+pkgrel=2
+pkgdesc='Daemon that runs specified programs at scheduled times and related 
tools'
+url='https://fedorahosted.org/cronie/'
+license=('custom:BSD')
+arch=('i686' 'x86_64')
+depends=('pam' 'bash' 'run-parts')
+optdepends=('pm-utils: defer anacron on battery power'
+'smtp-server: send job output via email'
+'smtp-forwarder: forward job output to email server')
+
+source=(https://fedorahosted.org/releases/c/r/${pkgname}/${pkgname}-${pkgver}.tar.gz;
+'service'
+'pam.d'
+'deny')
+sha1sums=('1a8d3648f5b7082c50128a06377a1194da668899'
+  'eb8ed1e22dbe9c02075fe4bbe925b6eeb9954649'
+  '5eff7fb31f6bc0a924243ff046704726cf20c221'
+  '0f279b8fb820340267d578dc85511c980715f91e')
+
+backup=('etc/cron.deny'
+'etc/pam.d/crond'
+'etc/cron.d/0hourly'
+'etc/anacrontab')
+
+conflicts=('cron')
+provides=('cron')
+
+build() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+   ./configure \
+   --prefix=/usr \
+   --sysconfdir=/etc \
+   --localstatedir=/var \
+   --sbindir=/usr/bin \
+   --enable-anacron \
+   --with-inotify \
+   --with-pam \
+
+   make
+}
+
+package() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+
+   make DESTDIR=${pkgdir} install
+
+   chmod u+s ${pkgdir}/usr/bin/crontab
+   install -d ${pkgdir}/var/spool/{ana,}cron
+   install -d ${pkgdir}/etc/cron.{d,hourly,daily,weekly,monthly}
+
+   install -Dm644 ../deny ${pkgdir}/etc/cron.deny
+   install -Dm644 ../pam.d ${pkgdir}/etc/pam.d/crond
+   install -Dm644 ../service 
${pkgdir}/usr/lib/systemd/system/cronie.service
+
+   install -Dm644 contrib/anacrontab ${pkgdir}/etc/anacrontab
+   install -Dm644 contrib/0hourly ${pkgdir}/etc/cron.d/0hourly
+   install -Dm755 contrib/0anacron ${pkgdir}/etc/cron.hourly/0anacron
+
+   install -Dm644 COPYING ${pkgdir}/usr/share/licenses/cronie/COPYING
+}

Copied: cronie/repos/testing-i686/deny (from rev 210265, cronie/trunk/deny)
===
--- testing-i686/deny   (rev 0)
+++ testing-i686/deny   2014-04-13 08:01:52 UTC (rev 210266)
@@ -0,0 +1 @@
+# without this file, only users listed in /etc/cron.allow can use crontab

Copied: cronie/repos/testing-i686/pam.d (from rev 210265, cronie/trunk/pam.d)
===
--- testing-i686/pam.d  (rev 0)
+++ testing-i686/pam.d  2014-04-13 08:01:52 UTC (rev 210266)
@@ -0,0 +1,10 @@
+auth  requiredpam_unix.so
+auth  requiredpam_env.so
+
+account   requiredpam_access.so
+account   requiredpam_unix.so
+account   requiredpam_time.so
+
+sessionrequired   pam_loginuid.so
+session   requiredpam_limits.so
+session   requiredpam_unix.so

Copied: cronie/repos/testing-i686/service (from rev 210265, 
cronie/trunk/service)
===
--- testing-i686/service(rev 0)
+++ testing-i686/service2014-04-13 08:01:52 UTC (rev 210266)
@@ -0,0 +1,11 @@
+[Unit]
+Description=Periodic Command 

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

2014-04-13 Thread Thomas Bächler
Date: Sunday, April 13, 2014 @ 10:01:37
  Author: thomas
Revision: 210265

upgpkg: cronie 1.4.11-2: Remove from base group

Our base system no longer requires cronie, make
it optional.

Modified:
  cronie/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-04-13 07:49:43 UTC (rev 210264)
+++ PKGBUILD2014-04-13 08:01:37 UTC (rev 210265)
@@ -4,7 +4,7 @@
 
 pkgname='cronie'
 pkgver=1.4.11
-pkgrel=1
+pkgrel=2
 pkgdesc='Daemon that runs specified programs at scheduled times and related 
tools'
 url='https://fedorahosted.org/cronie/'
 license=('custom:BSD')
@@ -30,7 +30,6 @@
 
 conflicts=('cron')
 provides=('cron')
-groups=('base')
 
 build() {
cd ${srcdir}/${pkgname}-${pkgver}



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

2014-04-13 Thread Ronald van Haren
Date: Sunday, April 13, 2014 @ 10:31:15
  Author: ronald
Revision: 210267

upgpkg: r 3.1.0-1

update to 3.1.0

Modified:
  r/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-04-13 08:01:52 UTC (rev 210266)
+++ PKGBUILD2014-04-13 08:31:15 UTC (rev 210267)
@@ -4,7 +4,7 @@
 # Contributor: K. Piche kpi...@rogers.com
 
 pkgname=r
-pkgver=3.0.3
+pkgver=3.1.0
 pkgrel=1
 pkgdesc=Language and environment for statistical computing and graphics
 arch=('i686' 'x86_64')
@@ -22,7 +22,7 @@
'r.desktop'
'r.png'
'R.conf')
-sha1sums=('82e83415d27a2fbbdcacb41c4aa14d8b36fdf470'
+sha1sums=('a9d13932c739cc12667c6a17fabd9361624a1708'
   'd7fa521345b230a4187d60d07d06ce4b6d573e3f'
   'a69a07ec363440efc18ce0a7f2af103375dea978'
   '43668da6cfd1b4455a99f23e79e2059294dddac9')



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

2014-04-13 Thread Ronald van Haren
Date: Sunday, April 13, 2014 @ 10:32:33
  Author: ronald
Revision: 210268

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

Added:
  r/repos/extra-i686/PKGBUILD
(from rev 210267, r/trunk/PKGBUILD)
  r/repos/extra-i686/R.conf
(from rev 210267, r/trunk/R.conf)
  r/repos/extra-i686/r.desktop
(from rev 210267, r/trunk/r.desktop)
  r/repos/extra-i686/r.install
(from rev 210267, r/trunk/r.install)
  r/repos/extra-i686/r.png
(from rev 210267, r/trunk/r.png)
  r/repos/extra-x86_64/PKGBUILD
(from rev 210267, r/trunk/PKGBUILD)
  r/repos/extra-x86_64/R.conf
(from rev 210267, r/trunk/R.conf)
  r/repos/extra-x86_64/r.desktop
(from rev 210267, r/trunk/r.desktop)
  r/repos/extra-x86_64/r.install
(from rev 210267, r/trunk/r.install)
  r/repos/extra-x86_64/r.png
(from rev 210267, r/trunk/r.png)
Deleted:
  r/repos/extra-i686/PKGBUILD
  r/repos/extra-i686/R.conf
  r/repos/extra-i686/r.desktop
  r/repos/extra-i686/r.install
  r/repos/extra-i686/r.png
  r/repos/extra-x86_64/PKGBUILD
  r/repos/extra-x86_64/R.conf
  r/repos/extra-x86_64/r.desktop
  r/repos/extra-x86_64/r.install
  r/repos/extra-x86_64/r.png

+
 /PKGBUILD  |  180 +++
 /R.conf|4 +
 /r.desktop |   22 +
 /r.install |   32 
 extra-i686/PKGBUILD|   90 ---
 extra-i686/R.conf  |2 
 extra-i686/r.desktop   |   11 --
 extra-i686/r.install   |   16 
 extra-x86_64/PKGBUILD  |   90 ---
 extra-x86_64/R.conf|2 
 extra-x86_64/r.desktop |   11 --
 extra-x86_64/r.install |   16 
 12 files changed, 238 insertions(+), 238 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-04-13 08:31:15 UTC (rev 210267)
+++ extra-i686/PKGBUILD 2014-04-13 08:32:33 UTC (rev 210268)
@@ -1,90 +0,0 @@
-# $Id$
-# Maintainer: Ronald van Haren ronald.archlinux.org
-# Contributor: Damir Perisa damir.per...@bluewin.ch
-# Contributor: K. Piche kpi...@rogers.com
-
-pkgname=r
-pkgver=3.0.3
-pkgrel=1
-pkgdesc=Language and environment for statistical computing and graphics
-arch=('i686' 'x86_64')
-license=('GPL')
-url=('http://www.r-project.org/')
-depends=('blas' 'lapack' 'bzip2'  'libpng' 'libjpeg' 'libtiff'
- 'ncurses' 'pcre' 'readline' 'zlib' 'perl' 'gcc-libs'
- 'libxt' 'libxmu' 'pango' 'xz' 'desktop-file-utils' 'zip' 'unzip')
-makedepends=('jdk7-openjdk' 'gcc-fortran' 'tk')
-optdepends=('tk: tcl/tk interface' 'texlive-bin: latex sty files')
-backup=('etc/R/Makeconf' 'etc/R/Renviron' 'etc/R/ldpaths' 'etc/R/repositories' 
'etc/R/javaconf')
-options=('!makeflags' '!emptydirs')
-install=r.install
-source=(http://cran.r-project.org/src/base/R-${pkgver%%.*}/R-${pkgver}.tar.gz;
-   'r.desktop'
-   'r.png'
-   'R.conf')
-sha1sums=('82e83415d27a2fbbdcacb41c4aa14d8b36fdf470'
-  'd7fa521345b230a4187d60d07d06ce4b6d573e3f'
-  'a69a07ec363440efc18ce0a7f2af103375dea978'
-  '43668da6cfd1b4455a99f23e79e2059294dddac9')
-
-prepare() {
-   cd R-${pkgver}
-# set texmf dir correctly in makefile
-   sed -i 's|$(rsharedir)/texmf|${datarootdir}/texmf|' share/Makefile.in
-# fix for texinfo 5.X
-   sed -i 's|test ${makeinfo_version_min} -lt 7|test ${makeinfo_version_min} 
-lt 0|' configure
-}
-
-build() {
-   cd R-${pkgver}
-   ./configure  --prefix=/usr \
-   --libdir=/usr/lib \
-   --sysconfdir=/etc/R \
-   --datarootdir=/usr/share \
- rsharedir=/usr/share/R/ \
- rincludedir=/usr/include/R/ \
- rdocdir=/usr/share/doc/R/ \
---with-x \
-   --enable-R-shlib \
---with-lapack \
-   --with-blas \
-F77=gfortran \
-   LIBnn=lib
-   make
-
-# make libRmath.so
-   cd src/nmath/standalone
-   make shared
-}
-
-package() {
-   cd R-${pkgver}
-   make DESTDIR=${pkgdir} install
-
-# install libRmath.so
-   cd src/nmath/standalone
-   make DESTDIR=${pkgdir} install
-
-   #  Fixup R wrapper scripts.
-   sed -i s|${pkgdir} || ${pkgdir}/usr/bin/R
-   rm ${pkgdir}/usr/lib/R/bin/R
-   cd ${pkgdir}/usr/lib/R/bin
-   ln -s ../../../bin/R
-
-  # install some freedesktop.org compatibility
-  install -Dm644 ${srcdir}/r.desktop \
-   ${pkgdir}/usr/share/applications/r.desktop
-  install -Dm644 ${srcdir}/r.png \
-   ${pkgdir}/usr/share/pixmaps/r.png
-
-  # move the config directory to /etc and create symlinks
-  install -d ${pkgdir}/etc/R
-  cd ${pkgdir}/usr/lib/R/etc
-  for i in *; do
-mv -f ${i} ${pkgdir}/etc/R
-ln -s /etc/R/${i} ${i}
-  done
-
-  # Install ld.so.conf.d file to ensure other applications access the shared 
lib
-  install -Dm644 ${srcdir}/R.conf ${pkgdir}/etc/ld.so.conf.d/R.conf
-}

Copied: r/repos/extra-i686/PKGBUILD (from rev 210267, r/trunk/PKGBUILD)

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

2014-04-13 Thread Lukas Fleischer
Date: Sunday, April 13, 2014 @ 10:35:54
  Author: lfleischer
Revision: 109308

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

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

---+
 /PKGBUILD |   68 
 /redshift.install |   22 +++
 community-i686/PKGBUILD   |   33 -
 community-i686/redshift.install   |   11 -
 community-x86_64/PKGBUILD |   33 -
 community-x86_64/redshift.install |   11 -
 6 files changed, 90 insertions(+), 88 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-04-13 08:35:41 UTC (rev 109307)
+++ community-i686/PKGBUILD 2014-04-13 08:35:54 UTC (rev 109308)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Lukas Fleischer archlinux at cryptocrack dot de
-# Contributor: Geoffrey Teale tealeg@stop-squark
-# Contributor: Mark, Huo Mian markhuomian[at]gmail[dot]com
-# Contributor: Biginoz biginoz a free dot fr
-
-pkgname=redshift
-pkgver=1.9
-pkgrel=1
-pkgdesc='Adjusts the color temperature of your screen according to your 
surroundings.'
-arch=('i686' 'x86_64')
-url='http://jonls.dk/redshift/'
-license=('GPL3')
-depends=('gconf' 'geoclue' 'libxxf86vm')
-optdepends=('pygtk: for gtk-redshift'
-'python-xdg: for gtk-redshift'
-'librsvg: for gtk-redshift')
-makedepends=('python')
-install='redshift.install'
-source=(https://github.com/jonls/${pkgname}/releases/download/v${pkgver}/${pkgname}-${pkgver}.tar.xz;)
-md5sums=('9640218cd9ba88f6d10b347b2277c415')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  PYTHON=/usr/bin/python ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-}

Copied: redshift/repos/community-i686/PKGBUILD (from rev 109307, 
redshift/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-04-13 08:35:54 UTC (rev 109308)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Lukas Fleischer archlinux at cryptocrack dot de
+# Contributor: Geoffrey Teale tealeg@stop-squark
+# Contributor: Mark, Huo Mian markhuomian[at]gmail[dot]com
+# Contributor: Biginoz biginoz a free dot fr
+# Contributor: Mattias Andrée `base64 -d`(bWFhbmRyZWUK)@member.fsf.org
+
+pkgname=redshift
+pkgver=1.9
+pkgrel=2
+pkgdesc='Adjusts the color temperature of your screen according to your 
surroundings.'
+arch=('i686' 'x86_64')
+url='http://jonls.dk/redshift/'
+license=('GPL3')
+depends=('geoclue' 'libdrm' 'libxcb' 'libxxf86vm')
+optdepends=('pygtk: for redshift-gtk'
+'python-xdg: for redshift-gtk'
+'librsvg: for redshift-gtk')
+makedepends=('python')
+install='redshift.install'
+source=(https://github.com/jonls/${pkgname}/releases/download/v${pkgver}/${pkgname}-${pkgver}.tar.xz;)
+md5sums=('9640218cd9ba88f6d10b347b2277c415')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  ./configure --prefix=/usr --enable-drm --enable-randr --enable-vidmode 
--enable-geoclue
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}

Deleted: community-i686/redshift.install
===
--- community-i686/redshift.install 2014-04-13 08:35:41 UTC (rev 109307)
+++ community-i686/redshift.install 2014-04-13 08:35:54 UTC (rev 109308)
@@ -1,11 +0,0 @@
-post_install() {
-  gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-post_remove() {
-  post_install $1
-}

Copied: redshift/repos/community-i686/redshift.install (from rev 109307, 
redshift/trunk/redshift.install)
===
--- community-i686/redshift.install (rev 0)
+++ community-i686/redshift.install 2014-04-13 08:35:54 UTC (rev 109308)
@@ -0,0 +1,11 @@
+post_install() {
+  gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+post_remove() {
+  post_install $1
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2014-04-13 08:35:41 UTC (rev 109307)
+++ 

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

2014-04-13 Thread Lukas Fleischer
Date: Sunday, April 13, 2014 @ 10:35:41
  Author: lfleischer
Revision: 109307

upgpkg: redshift 1.9-2

* Add new dependencies libdrm and libxcb.
* Remove gconf from dependencies.
* gtk-redshift is now called redshift-gtk.
* Add explicit ./configure options.

Modified:
  redshift/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-04-13 07:27:36 UTC (rev 109306)
+++ PKGBUILD2014-04-13 08:35:41 UTC (rev 109307)
@@ -3,18 +3,19 @@
 # Contributor: Geoffrey Teale tealeg@stop-squark
 # Contributor: Mark, Huo Mian markhuomian[at]gmail[dot]com
 # Contributor: Biginoz biginoz a free dot fr
+# Contributor: Mattias Andrée `base64 -d`(bWFhbmRyZWUK)@member.fsf.org
 
 pkgname=redshift
 pkgver=1.9
-pkgrel=1
+pkgrel=2
 pkgdesc='Adjusts the color temperature of your screen according to your 
surroundings.'
 arch=('i686' 'x86_64')
 url='http://jonls.dk/redshift/'
 license=('GPL3')
-depends=('gconf' 'geoclue' 'libxxf86vm')
-optdepends=('pygtk: for gtk-redshift'
-'python-xdg: for gtk-redshift'
-'librsvg: for gtk-redshift')
+depends=('geoclue' 'libdrm' 'libxcb' 'libxxf86vm')
+optdepends=('pygtk: for redshift-gtk'
+'python-xdg: for redshift-gtk'
+'librsvg: for redshift-gtk')
 makedepends=('python')
 install='redshift.install'
 
source=(https://github.com/jonls/${pkgname}/releases/download/v${pkgver}/${pkgname}-${pkgver}.tar.xz;)
@@ -23,7 +24,7 @@
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}
 
-  PYTHON=/usr/bin/python ./configure --prefix=/usr
+  ./configure --prefix=/usr --enable-drm --enable-randr --enable-vidmode 
--enable-geoclue
   make
 }
 



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

2014-04-13 Thread Ronald van Haren
Date: Sunday, April 13, 2014 @ 10:40:25
  Author: ronald
Revision: 210269

upgpkg: maxima 5.33.0-1

update to 5.33.0; split out prepare() function

Modified:
  maxima/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-04-13 08:32:33 UTC (rev 210268)
+++ PKGBUILD2014-04-13 08:40:25 UTC (rev 210269)
@@ -3,8 +3,8 @@
 # Contributor: Damir Perisa da...@archlinux.org
 
 pkgname=maxima
-pkgver=5.32.1
-pkgrel=3
+pkgver=5.33.0
+pkgrel=1
 pkgdesc=A sophisticated computer algebra system
 arch=('i686' 'x86_64')
 license=('GPL')
@@ -17,15 +17,19 @@
 options=('!makeflags' '!zipman') # don't zip info pages or they won't work 
inside maxima
 install=maxima.install
 
source=(http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz;
 $pkgname.desktop)
-sha1sums=('8667c9e26fdb2889ceb0641b0abc7372aadd591a'
+sha1sums=('0b57f1ada8676979c6d431d6e114c7b04e1e8c8c'
   '4398ebb1ec85ccfa12f37516a56d60c26f74b18b')
 
-build() {
+prepare() {
   cd ${srcdir}/${pkgname}-${pkgver}
 
   # set correct python executable to create docs
   sed -i s|${PYTHONBIN:-python}|python2| doc/info/extract_categories.sh
+}
 
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
   ./configure --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info \
--libexecdir=/usr/lib --enable-sbcl --with-default-lisp=sbcl
 



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

2014-04-13 Thread Ronald van Haren
Date: Sunday, April 13, 2014 @ 10:41:15
  Author: ronald
Revision: 210270

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

Added:
  maxima/repos/extra-i686/PKGBUILD
(from rev 210269, maxima/trunk/PKGBUILD)
  maxima/repos/extra-i686/maxima.desktop
(from rev 210269, maxima/trunk/maxima.desktop)
  maxima/repos/extra-i686/maxima.install
(from rev 210269, maxima/trunk/maxima.install)
  maxima/repos/extra-x86_64/PKGBUILD
(from rev 210269, maxima/trunk/PKGBUILD)
  maxima/repos/extra-x86_64/maxima.desktop
(from rev 210269, maxima/trunk/maxima.desktop)
  maxima/repos/extra-x86_64/maxima.install
(from rev 210269, maxima/trunk/maxima.install)
Deleted:
  maxima/repos/extra-i686/PKGBUILD
  maxima/repos/extra-i686/maxima.desktop
  maxima/repos/extra-i686/maxima.install
  maxima/repos/extra-x86_64/PKGBUILD
  maxima/repos/extra-x86_64/maxima.desktop
  maxima/repos/extra-x86_64/maxima.install

-+
 /PKGBUILD   |  106 ++
 /maxima.desktop |   22 
 /maxima.install |   36 ++
 extra-i686/PKGBUILD |   49 ---
 extra-i686/maxima.desktop   |   11 
 extra-i686/maxima.install   |   18 ---
 extra-x86_64/PKGBUILD   |   49 ---
 extra-x86_64/maxima.desktop |   11 
 extra-x86_64/maxima.install |   18 ---
 9 files changed, 164 insertions(+), 156 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-04-13 08:40:25 UTC (rev 210269)
+++ extra-i686/PKGBUILD 2014-04-13 08:41:15 UTC (rev 210270)
@@ -1,49 +0,0 @@
-# $Id$
-# Maintainer: Ronald van Haren ronald.archlinux.org
-# Contributor: Damir Perisa da...@archlinux.org
-
-pkgname=maxima
-pkgver=5.32.1
-pkgrel=3
-pkgdesc=A sophisticated computer algebra system
-arch=('i686' 'x86_64')
-license=('GPL')
-url=http://maxima.sourceforge.net;
-depends=('sbcl=1.1.16' 'texinfo' 'sh')
-makedepends=('python2')
-optdepends=('gnuplot: plotting capabilities' 'rlwrap: readline support via 
/usr/bin/rmaxima' 'tk: graphical xmaxima interface')
-# needs rebuild when bash changes version
-# needs a rebuild when sbcl changes version
-options=('!makeflags' '!zipman') # don't zip info pages or they won't work 
inside maxima
-install=maxima.install
-source=(http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz;
 $pkgname.desktop)
-sha1sums=('8667c9e26fdb2889ceb0641b0abc7372aadd591a'
-  '4398ebb1ec85ccfa12f37516a56d60c26f74b18b')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  # set correct python executable to create docs
-  sed -i s|${PYTHONBIN:-python}|python2| doc/info/extract_categories.sh
-
-  ./configure --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info \
-   --libexecdir=/usr/lib --enable-sbcl --with-default-lisp=sbcl
-
-  # help avoid (re)running makeinfo/tex
-  touch doc/info/maxima.info
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-
-  # install some freedesktop.org compatibility
-  install -Dm644 ${srcdir}/${pkgname}.desktop \
-   ${pkgdir}/usr/share/applications/${pkgname}.desktop
-
-  # make sure, we have a nice icon for the desktop file at the right place ;)
-  install -d ${pkgdir}/usr/share/pixmaps/
-  ln -s /usr/share/maxima/${pkgver}/xmaxima/maxima-new.png \
-   ${pkgdir}/usr/share/pixmaps/${pkgname}.png
-}

Copied: maxima/repos/extra-i686/PKGBUILD (from rev 210269, 
maxima/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-04-13 08:41:15 UTC (rev 210270)
@@ -0,0 +1,53 @@
+# $Id$
+# Maintainer: Ronald van Haren ronald.archlinux.org
+# Contributor: Damir Perisa da...@archlinux.org
+
+pkgname=maxima
+pkgver=5.33.0
+pkgrel=1
+pkgdesc=A sophisticated computer algebra system
+arch=('i686' 'x86_64')
+license=('GPL')
+url=http://maxima.sourceforge.net;
+depends=('sbcl=1.1.16' 'texinfo' 'sh')
+makedepends=('python2')
+optdepends=('gnuplot: plotting capabilities' 'rlwrap: readline support via 
/usr/bin/rmaxima' 'tk: graphical xmaxima interface')
+# needs rebuild when bash changes version
+# needs a rebuild when sbcl changes version
+options=('!makeflags' '!zipman') # don't zip info pages or they won't work 
inside maxima
+install=maxima.install
+source=(http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz;
 $pkgname.desktop)
+sha1sums=('0b57f1ada8676979c6d431d6e114c7b04e1e8c8c'
+  '4398ebb1ec85ccfa12f37516a56d60c26f74b18b')
+
+prepare() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  # set correct python executable to create docs
+  sed -i s|${PYTHONBIN:-python}|python2| doc/info/extract_categories.sh
+}
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  ./configure --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info \
+   

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

2014-04-13 Thread Felix Yan
Date: Sunday, April 13, 2014 @ 10:56:22
  Author: fyan
Revision: 109309

upgpkg: tcpflow 1.4.4-1

Modified:
  tcpflow/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-04-13 08:35:54 UTC (rev 109308)
+++ PKGBUILD2014-04-13 08:56:22 UTC (rev 109309)
@@ -1,19 +1,37 @@
 # $Id$
-# Maintainer: Chris Brannon cmbranno...@gmail.com
+# Maintainer: Felix Yan felixonm...@gmail.com
+# Contributor: Chris Brannon cmbranno...@gmail.com
 # Contributor: Jeff Mickey j...@archlinux.org
 
 pkgname=tcpflow
-pkgver=1.3.0
+pkgver=1.4.4
 pkgrel=1
 pkgdesc=Captures data transmitted as part of TCP connections then stores the 
data conveniently
 arch=('i686' 'x86_64')
 url=http://afflib.org/software/tcpflow;
 license=('GPL')
-depends=('gcc-libs' 'libpcap' 'zlib')
-source=(https://github.com/simsong/$pkgname/archive/$pkgname-$pkgver.tar.gz;)
+depends=('libpcap' 'cairo')
+makedepends=('git' 'boost')
+source=(git+https://github.com/simsong/$pkgname.git#tag=$pkgname-$pkgver;
+'git+https://github.com/simsong/be13_api.git'
+'git+https://github.com/simsong/dfxml.git'
+'git+https://github.com/joyent/http-parser.git')
+md5sums=('SKIP'
+ 'SKIP'
+ 'SKIP'
+ 'SKIP')
 
+prepare() {
+  cd $pkgname
+  git submodule init
+  git config submodule.src/be13_api.url $srcdir/be13_api
+  git config submodule.src/dfxml.url $srcdir/dfxml
+  git config submodule.src/http-parser.url $srcdir/http-parser
+  git submodule update
+}
+
 build() {
-  cd $srcdir/$pkgname-$pkgname-$pkgver
+  cd $pkgname
   sh bootstrap.sh
   ./configure --prefix=/usr --mandir=/usr/share/man
   make
@@ -20,8 +38,7 @@
 }
 
 package() {
-  cd $srcdir/$pkgname-$pkgname-$pkgver
+  cd $pkgname
   make DESTDIR=$pkgdir install
 }
 
-md5sums=('446be6d852bc7ddd0a8d5149f2bddb60')



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

2014-04-13 Thread Felix Yan
Date: Sunday, April 13, 2014 @ 10:57:55
  Author: fyan
Revision: 109310

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

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

---+
 /PKGBUILD |   88 
 community-i686/PKGBUILD   |   27 -
 community-x86_64/PKGBUILD |   27 -
 3 files changed, 88 insertions(+), 54 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-04-13 08:56:22 UTC (rev 109309)
+++ community-i686/PKGBUILD 2014-04-13 08:57:55 UTC (rev 109310)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Chris Brannon cmbranno...@gmail.com
-# Contributor: Jeff Mickey j...@archlinux.org
-
-pkgname=tcpflow
-pkgver=1.3.0
-pkgrel=1
-pkgdesc=Captures data transmitted as part of TCP connections then stores the 
data conveniently
-arch=('i686' 'x86_64')
-url=http://afflib.org/software/tcpflow;
-license=('GPL')
-depends=('gcc-libs' 'libpcap' 'zlib')
-source=(https://github.com/simsong/$pkgname/archive/$pkgname-$pkgver.tar.gz;)
-
-build() {
-  cd $srcdir/$pkgname-$pkgname-$pkgver
-  sh bootstrap.sh
-  ./configure --prefix=/usr --mandir=/usr/share/man
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}
-
-md5sums=('446be6d852bc7ddd0a8d5149f2bddb60')

Copied: tcpflow/repos/community-i686/PKGBUILD (from rev 109309, 
tcpflow/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-04-13 08:57:55 UTC (rev 109310)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@gmail.com
+# Contributor: Chris Brannon cmbranno...@gmail.com
+# Contributor: Jeff Mickey j...@archlinux.org
+
+pkgname=tcpflow
+pkgver=1.4.4
+pkgrel=1
+pkgdesc=Captures data transmitted as part of TCP connections then stores the 
data conveniently
+arch=('i686' 'x86_64')
+url=http://afflib.org/software/tcpflow;
+license=('GPL')
+depends=('libpcap' 'cairo')
+makedepends=('git' 'boost')
+source=(git+https://github.com/simsong/$pkgname.git#tag=$pkgname-$pkgver;
+'git+https://github.com/simsong/be13_api.git'
+'git+https://github.com/simsong/dfxml.git'
+'git+https://github.com/joyent/http-parser.git')
+md5sums=('SKIP'
+ 'SKIP'
+ 'SKIP'
+ 'SKIP')
+
+prepare() {
+  cd $pkgname
+  git submodule init
+  git config submodule.src/be13_api.url $srcdir/be13_api
+  git config submodule.src/dfxml.url $srcdir/dfxml
+  git config submodule.src/http-parser.url $srcdir/http-parser
+  git submodule update
+}
+
+build() {
+  cd $pkgname
+  sh bootstrap.sh
+  ./configure --prefix=/usr --mandir=/usr/share/man
+  make
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR=$pkgdir install
+}
+

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2014-04-13 08:56:22 UTC (rev 109309)
+++ community-x86_64/PKGBUILD   2014-04-13 08:57:55 UTC (rev 109310)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Chris Brannon cmbranno...@gmail.com
-# Contributor: Jeff Mickey j...@archlinux.org
-
-pkgname=tcpflow
-pkgver=1.3.0
-pkgrel=1
-pkgdesc=Captures data transmitted as part of TCP connections then stores the 
data conveniently
-arch=('i686' 'x86_64')
-url=http://afflib.org/software/tcpflow;
-license=('GPL')
-depends=('gcc-libs' 'libpcap' 'zlib')
-source=(https://github.com/simsong/$pkgname/archive/$pkgname-$pkgver.tar.gz;)
-
-build() {
-  cd $srcdir/$pkgname-$pkgname-$pkgver
-  sh bootstrap.sh
-  ./configure --prefix=/usr --mandir=/usr/share/man
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}
-
-md5sums=('446be6d852bc7ddd0a8d5149f2bddb60')

Copied: tcpflow/repos/community-x86_64/PKGBUILD (from rev 109309, 
tcpflow/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2014-04-13 08:57:55 UTC (rev 109310)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@gmail.com
+# Contributor: Chris Brannon cmbranno...@gmail.com
+# Contributor: Jeff Mickey j...@archlinux.org
+
+pkgname=tcpflow
+pkgver=1.4.4
+pkgrel=1
+pkgdesc=Captures data transmitted as part of TCP connections then stores the 
data conveniently
+arch=('i686' 'x86_64')
+url=http://afflib.org/software/tcpflow;
+license=('GPL')
+depends=('libpcap' 'cairo')
+makedepends=('git' 'boost')
+source=(git+https://github.com/simsong/$pkgname.git#tag=$pkgname-$pkgver;
+'git+https://github.com/simsong/be13_api.git'
+

[arch-commits] Commit in haskell-data-default-instances-base/trunk (PKGBUILD)

2014-04-13 Thread Jelle van der Waa
Date: Sunday, April 13, 2014 @ 12:56:48
  Author: jelle
Revision: 109313

upgpkg: haskell-data-default-instances-base 0.0.1-2

ghc 7.8.2 rebuild

Modified:
  haskell-data-default-instances-base/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-04-13 09:23:07 UTC (rev 109312)
+++ PKGBUILD2014-04-13 10:56:48 UTC (rev 109313)
@@ -2,13 +2,13 @@
 _hkgname=data-default-instances-base
 pkgname=haskell-data-default-instances-base
 pkgver=0.0.1
-pkgrel=1
+pkgrel=2
 pkgdesc=Default instances for types in base
 url=http://hackage.haskell.org/package/${_hkgname};
 license=('custom:BSD3')
 arch=('i686' 'x86_64')
 makedepends=()
-depends=('ghc=7.6.3' 'haskell-data-default-class')
+depends=('ghc=7.8.2' 'haskell-data-default-class')
 options=('strip')
 
source=(http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
 install=${pkgname}.install



[arch-commits] Commit in haskell-data-default-instances-base/repos (6 files)

2014-04-13 Thread Jelle van der Waa
Date: Sunday, April 13, 2014 @ 12:56:54
  Author: jelle
Revision: 109314

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

Added:
  haskell-data-default-instances-base/repos/community-staging-i686/
  haskell-data-default-instances-base/repos/community-staging-i686/PKGBUILD
(from rev 109313, haskell-data-default-instances-base/trunk/PKGBUILD)
  
haskell-data-default-instances-base/repos/community-staging-i686/haskell-data-default-instances-base.install
(from rev 109313, 
haskell-data-default-instances-base/trunk/haskell-data-default-instances-base.install)
  haskell-data-default-instances-base/repos/community-staging-x86_64/
  haskell-data-default-instances-base/repos/community-staging-x86_64/PKGBUILD
(from rev 109313, haskell-data-default-instances-base/trunk/PKGBUILD)
  
haskell-data-default-instances-base/repos/community-staging-x86_64/haskell-data-default-instances-base.install
(from rev 109313, 
haskell-data-default-instances-base/trunk/haskell-data-default-instances-base.install)

--+
 community-staging-i686/PKGBUILD  |   37 
++
 community-staging-i686/haskell-data-default-instances-base.install   |   18 

 community-staging-x86_64/PKGBUILD|   37 
++
 community-staging-x86_64/haskell-data-default-instances-base.install |   18 

 4 files changed, 110 insertions(+)

Copied: 
haskell-data-default-instances-base/repos/community-staging-i686/PKGBUILD (from 
rev 109313, haskell-data-default-instances-base/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2014-04-13 10:56:54 UTC (rev 109314)
@@ -0,0 +1,37 @@
+# Maintainer: Jelle van der Waa je...@vdwaa.nl
+_hkgname=data-default-instances-base
+pkgname=haskell-data-default-instances-base
+pkgver=0.0.1
+pkgrel=2
+pkgdesc=Default instances for types in base
+url=http://hackage.haskell.org/package/${_hkgname};
+license=('custom:BSD3')
+arch=('i686' 'x86_64')
+makedepends=()
+depends=('ghc=7.8.2' 'haskell-data-default-class')
+options=('strip')
+source=(http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
+install=${pkgname}.install
+md5sums=('37fc6531e0227bcf9cfbbf85f04e759d')
+options=('staticlibs')
+
+build() {
+cd ${srcdir}/${_hkgname}-${pkgver}
+runhaskell Setup configure -O ${PKGBUILD_HASKELL_ENABLE_PROFILING:+-p } 
--enable-split-objs --enable-shared \
+   --prefix=/usr --docdir=/usr/share/doc/${pkgname} 
--libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup haddock
+runhaskell Setup register   --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e s|ghc-pkg.*unregister[^ ]* |'--force' | unregister.sh
+}
+package() {
+cd ${srcdir}/${_hkgname}-${pkgver}
+install -D -m744 register.sh   
${pkgdir}/usr/share/haskell/${pkgname}/register.sh
+install-m744 unregister.sh 
${pkgdir}/usr/share/haskell/${pkgname}/unregister.sh
+install -d -m755 ${pkgdir}/usr/share/doc/ghc/html/libraries
+ln -s /usr/share/doc/${pkgname}/html 
${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}
+runhaskell Setup copy --destdir=${pkgdir}
+install -D -m644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+rm -f ${pkgdir}/usr/share/doc/${pkgname}/LICENSE
+}

Copied: 
haskell-data-default-instances-base/repos/community-staging-i686/haskell-data-default-instances-base.install
 (from rev 109313, 
haskell-data-default-instances-base/trunk/haskell-data-default-instances-base.install)
===
--- community-staging-i686/haskell-data-default-instances-base.install  
(rev 0)
+++ community-staging-i686/haskell-data-default-instances-base.install  
2014-04-13 10:56:54 UTC (rev 109314)
@@ -0,0 +1,18 @@
+HS_DIR=usr/share/haskell/haskell-data-default-instances-base
+post_install() {
+  ${HS_DIR}/register.sh
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}
+pre_upgrade() {
+  ${HS_DIR}/unregister.sh
+}
+post_upgrade() {
+  ${HS_DIR}/register.sh
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}
+pre_remove() {
+  ${HS_DIR}/unregister.sh
+}
+post_remove() {
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}

Copied: 
haskell-data-default-instances-base/repos/community-staging-x86_64/PKGBUILD 
(from rev 109313, haskell-data-default-instances-base/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2014-04-13 10:56:54 UTC (rev 109314)
@@ -0,0 +1,37 @@
+# Maintainer: Jelle van der Waa je...@vdwaa.nl

[arch-commits] Commit in haskell-data-default-instances-containers/trunk (PKGBUILD)

2014-04-13 Thread Jelle van der Waa
Date: Sunday, April 13, 2014 @ 13:05:17
  Author: jelle
Revision: 109315

upgpkg: haskell-data-default-instances-containers 0.0.1-2

ghc 7.8.2 rebuild

Modified:
  haskell-data-default-instances-containers/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-04-13 10:56:54 UTC (rev 109314)
+++ PKGBUILD2014-04-13 11:05:17 UTC (rev 109315)
@@ -2,13 +2,13 @@
 _hkgname=data-default-instances-containers
 pkgname=haskell-data-default-instances-containers
 pkgver=0.0.1
-pkgrel=1
+pkgrel=2
 pkgdesc=Default instances for types in containers
 url=http://hackage.haskell.org/package/${_hkgname};
 license=('custom:BSD3')
 arch=('i686' 'x86_64')
 makedepends=()
-depends=('ghc=7.6.3' 'haskell-containers=0.5.0.0' 
'haskell-data-default-class=0.0.1')
+depends=('ghc=7.8.2' 'haskell-containers=0.5.5.1' 
'haskell-data-default-class=0.0.1')
 options=('strip')
 
source=(http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
 install=${pkgname}.install



[arch-commits] Commit in haskell-data-default-instances-containers/repos (6 files)

2014-04-13 Thread Jelle van der Waa
Date: Sunday, April 13, 2014 @ 13:05:24
  Author: jelle
Revision: 109316

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

Added:
  haskell-data-default-instances-containers/repos/community-staging-i686/
  
haskell-data-default-instances-containers/repos/community-staging-i686/PKGBUILD
(from rev 109315, haskell-data-default-instances-containers/trunk/PKGBUILD)
  
haskell-data-default-instances-containers/repos/community-staging-i686/haskell-data-default-instances-containers.install
(from rev 109315, 
haskell-data-default-instances-containers/trunk/haskell-data-default-instances-containers.install)
  haskell-data-default-instances-containers/repos/community-staging-x86_64/
  
haskell-data-default-instances-containers/repos/community-staging-x86_64/PKGBUILD
(from rev 109315, haskell-data-default-instances-containers/trunk/PKGBUILD)
  
haskell-data-default-instances-containers/repos/community-staging-x86_64/haskell-data-default-instances-containers.install
(from rev 109315, 
haskell-data-default-instances-containers/trunk/haskell-data-default-instances-containers.install)

+
 community-staging-i686/PKGBUILD|   
37 ++
 community-staging-i686/haskell-data-default-instances-containers.install   |   
18 
 community-staging-x86_64/PKGBUILD  |   
37 ++
 community-staging-x86_64/haskell-data-default-instances-containers.install |   
18 
 4 files changed, 110 insertions(+)

Copied: 
haskell-data-default-instances-containers/repos/community-staging-i686/PKGBUILD 
(from rev 109315, haskell-data-default-instances-containers/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2014-04-13 11:05:24 UTC (rev 109316)
@@ -0,0 +1,37 @@
+# Maintainer: Jelle van der Waa je...@vdwaa.nl
+_hkgname=data-default-instances-containers
+pkgname=haskell-data-default-instances-containers
+pkgver=0.0.1
+pkgrel=2
+pkgdesc=Default instances for types in containers
+url=http://hackage.haskell.org/package/${_hkgname};
+license=('custom:BSD3')
+arch=('i686' 'x86_64')
+makedepends=()
+depends=('ghc=7.8.2' 'haskell-containers=0.5.5.1' 
'haskell-data-default-class=0.0.1')
+options=('strip')
+source=(http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
+install=${pkgname}.install
+md5sums=('1c574d87bf9bc69d4748e3236d575a3c')
+options=('staticlibs')
+
+build() {
+cd ${srcdir}/${_hkgname}-${pkgver}
+runhaskell Setup configure -O ${PKGBUILD_HASKELL_ENABLE_PROFILING:+-p } 
--enable-split-objs --enable-shared \
+   --prefix=/usr --docdir=/usr/share/doc/${pkgname} 
--libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup haddock
+runhaskell Setup register   --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e s|ghc-pkg.*unregister[^ ]* |'--force' | unregister.sh
+}
+package() {
+cd ${srcdir}/${_hkgname}-${pkgver}
+install -D -m744 register.sh   
${pkgdir}/usr/share/haskell/${pkgname}/register.sh
+install-m744 unregister.sh 
${pkgdir}/usr/share/haskell/${pkgname}/unregister.sh
+install -d -m755 ${pkgdir}/usr/share/doc/ghc/html/libraries
+ln -s /usr/share/doc/${pkgname}/html 
${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}
+runhaskell Setup copy --destdir=${pkgdir}
+install -D -m644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+rm -f ${pkgdir}/usr/share/doc/${pkgname}/LICENSE
+}

Copied: 
haskell-data-default-instances-containers/repos/community-staging-i686/haskell-data-default-instances-containers.install
 (from rev 109315, 
haskell-data-default-instances-containers/trunk/haskell-data-default-instances-containers.install)
===
--- community-staging-i686/haskell-data-default-instances-containers.install
(rev 0)
+++ community-staging-i686/haskell-data-default-instances-containers.install
2014-04-13 11:05:24 UTC (rev 109316)
@@ -0,0 +1,18 @@
+HS_DIR=usr/share/haskell/haskell-data-default-instances-containers
+post_install() {
+  ${HS_DIR}/register.sh
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}
+pre_upgrade() {
+  ${HS_DIR}/unregister.sh
+}
+post_upgrade() {
+  ${HS_DIR}/register.sh
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}
+pre_remove() {
+  ${HS_DIR}/unregister.sh
+}
+post_remove() {
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}

Copied: 
haskell-data-default-instances-containers/repos/community-staging-x86_64/PKGBUILD
 (from rev 109315, haskell-data-default-instances-containers/trunk/PKGBUILD)
===

[arch-commits] Commit in haskell-data-default-instances-dlist/trunk (PKGBUILD)

2014-04-13 Thread Jelle van der Waa
Date: Sunday, April 13, 2014 @ 13:07:48
  Author: jelle
Revision: 109317

upgpkg: haskell-data-default-instances-dlist 0.0.1-2

ghc 7.8.2 rebuild

Modified:
  haskell-data-default-instances-dlist/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-04-13 11:05:24 UTC (rev 109316)
+++ PKGBUILD2014-04-13 11:07:48 UTC (rev 109317)
@@ -2,13 +2,13 @@
 _hkgname=data-default-instances-dlist
 pkgname=haskell-data-default-instances-dlist
 pkgver=0.0.1
-pkgrel=1
+pkgrel=2
 pkgdesc=Default instances for types in dlist
 url=http://hackage.haskell.org/package/${_hkgname};
 license=('custom:BSD3')
 arch=('i686' 'x86_64')
 makedepends=()
-depends=('ghc=7.6.3' 'haskell-data-default-class=0.0.1' 'haskell-dlist=0.5-24')
+depends=('ghc=7.8.2' 'haskell-data-default-class=0.0.1' 'haskell-dlist=0.5-25')
 options=('strip')
 
source=(http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
 install=${pkgname}.install



[arch-commits] Commit in haskell-data-default-instances-dlist/repos (6 files)

2014-04-13 Thread Jelle van der Waa
Date: Sunday, April 13, 2014 @ 13:07:55
  Author: jelle
Revision: 109318

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

Added:
  haskell-data-default-instances-dlist/repos/community-staging-i686/
  haskell-data-default-instances-dlist/repos/community-staging-i686/PKGBUILD
(from rev 109317, haskell-data-default-instances-dlist/trunk/PKGBUILD)
  
haskell-data-default-instances-dlist/repos/community-staging-i686/haskell-data-default-instances-dlist.install
(from rev 109317, 
haskell-data-default-instances-dlist/trunk/haskell-data-default-instances-dlist.install)
  haskell-data-default-instances-dlist/repos/community-staging-x86_64/
  haskell-data-default-instances-dlist/repos/community-staging-x86_64/PKGBUILD
(from rev 109317, haskell-data-default-instances-dlist/trunk/PKGBUILD)
  
haskell-data-default-instances-dlist/repos/community-staging-x86_64/haskell-data-default-instances-dlist.install
(from rev 109317, 
haskell-data-default-instances-dlist/trunk/haskell-data-default-instances-dlist.install)

---+
 community-staging-i686/PKGBUILD   |   37 
++
 community-staging-i686/haskell-data-default-instances-dlist.install   |   18 

 community-staging-x86_64/PKGBUILD |   37 
++
 community-staging-x86_64/haskell-data-default-instances-dlist.install |   18 

 4 files changed, 110 insertions(+)

Copied: 
haskell-data-default-instances-dlist/repos/community-staging-i686/PKGBUILD 
(from rev 109317, haskell-data-default-instances-dlist/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2014-04-13 11:07:55 UTC (rev 109318)
@@ -0,0 +1,37 @@
+# Maintainer: Jelle van der Waa je...@vdwaa.nl
+_hkgname=data-default-instances-dlist
+pkgname=haskell-data-default-instances-dlist
+pkgver=0.0.1
+pkgrel=2
+pkgdesc=Default instances for types in dlist
+url=http://hackage.haskell.org/package/${_hkgname};
+license=('custom:BSD3')
+arch=('i686' 'x86_64')
+makedepends=()
+depends=('ghc=7.8.2' 'haskell-data-default-class=0.0.1' 'haskell-dlist=0.5-25')
+options=('strip')
+source=(http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
+install=${pkgname}.install
+md5sums=('6683d943ab70b7077ff6837fce75b4de')
+options=('staticlibs')
+
+build() {
+cd ${srcdir}/${_hkgname}-${pkgver}
+runhaskell Setup configure -O ${PKGBUILD_HASKELL_ENABLE_PROFILING:+-p } 
--enable-split-objs --enable-shared \
+   --prefix=/usr --docdir=/usr/share/doc/${pkgname} 
--libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup haddock
+runhaskell Setup register   --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e s|ghc-pkg.*unregister[^ ]* |'--force' | unregister.sh
+}
+package() {
+cd ${srcdir}/${_hkgname}-${pkgver}
+install -D -m744 register.sh   
${pkgdir}/usr/share/haskell/${pkgname}/register.sh
+install-m744 unregister.sh 
${pkgdir}/usr/share/haskell/${pkgname}/unregister.sh
+install -d -m755 ${pkgdir}/usr/share/doc/ghc/html/libraries
+ln -s /usr/share/doc/${pkgname}/html 
${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}
+runhaskell Setup copy --destdir=${pkgdir}
+install -D -m644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+rm -f ${pkgdir}/usr/share/doc/${pkgname}/LICENSE
+}

Copied: 
haskell-data-default-instances-dlist/repos/community-staging-i686/haskell-data-default-instances-dlist.install
 (from rev 109317, 
haskell-data-default-instances-dlist/trunk/haskell-data-default-instances-dlist.install)
===
--- community-staging-i686/haskell-data-default-instances-dlist.install 
(rev 0)
+++ community-staging-i686/haskell-data-default-instances-dlist.install 
2014-04-13 11:07:55 UTC (rev 109318)
@@ -0,0 +1,18 @@
+HS_DIR=usr/share/haskell/haskell-data-default-instances-dlist
+post_install() {
+  ${HS_DIR}/register.sh
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}
+pre_upgrade() {
+  ${HS_DIR}/unregister.sh
+}
+post_upgrade() {
+  ${HS_DIR}/register.sh
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}
+pre_remove() {
+  ${HS_DIR}/unregister.sh
+}
+post_remove() {
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}

Copied: 
haskell-data-default-instances-dlist/repos/community-staging-x86_64/PKGBUILD 
(from rev 109317, haskell-data-default-instances-dlist/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2014-04-13 11:07:55 UTC (rev 109318)
@@ -0,0 +1,37 @@
+# 

[arch-commits] Commit in haskell-data-default-instances-old-locale/trunk (PKGBUILD)

2014-04-13 Thread Jelle van der Waa
Date: Sunday, April 13, 2014 @ 13:11:51
  Author: jelle
Revision: 109319

upgpkg: haskell-data-default-instances-old-locale 0.0.1-1

ghc 7.8.2 rebuild

Modified:
  haskell-data-default-instances-old-locale/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-04-13 11:07:55 UTC (rev 109318)
+++ PKGBUILD2014-04-13 11:11:51 UTC (rev 109319)
@@ -8,7 +8,7 @@
 license=('custom:BSD3')
 arch=('i686' 'x86_64')
 makedepends=()
-depends=('ghc=7.6.3' 'haskell-data-default-class' 'haskell-old-locale=1.0.0.5')
+depends=('ghc=7.8.2' 'haskell-data-default-class' 'haskell-old-locale=1.0.0.6')
 options=('strip')
 
source=(http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
 install=${pkgname}.install



[arch-commits] Commit in haskell-data-default-instances-old-locale/repos (6 files)

2014-04-13 Thread Jelle van der Waa
Date: Sunday, April 13, 2014 @ 13:11:58
  Author: jelle
Revision: 109320

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

Added:
  haskell-data-default-instances-old-locale/repos/community-staging-i686/
  
haskell-data-default-instances-old-locale/repos/community-staging-i686/PKGBUILD
(from rev 109319, haskell-data-default-instances-old-locale/trunk/PKGBUILD)
  
haskell-data-default-instances-old-locale/repos/community-staging-i686/haskell-data-default-instances-old-locale.install
(from rev 109319, 
haskell-data-default-instances-old-locale/trunk/haskell-data-default-instances-old-locale.install)
  haskell-data-default-instances-old-locale/repos/community-staging-x86_64/
  
haskell-data-default-instances-old-locale/repos/community-staging-x86_64/PKGBUILD
(from rev 109319, haskell-data-default-instances-old-locale/trunk/PKGBUILD)
  
haskell-data-default-instances-old-locale/repos/community-staging-x86_64/haskell-data-default-instances-old-locale.install
(from rev 109319, 
haskell-data-default-instances-old-locale/trunk/haskell-data-default-instances-old-locale.install)

+
 community-staging-i686/PKGBUILD|   
37 ++
 community-staging-i686/haskell-data-default-instances-old-locale.install   |   
18 
 community-staging-x86_64/PKGBUILD  |   
37 ++
 community-staging-x86_64/haskell-data-default-instances-old-locale.install |   
18 
 4 files changed, 110 insertions(+)

Copied: 
haskell-data-default-instances-old-locale/repos/community-staging-i686/PKGBUILD 
(from rev 109319, haskell-data-default-instances-old-locale/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2014-04-13 11:11:58 UTC (rev 109320)
@@ -0,0 +1,37 @@
+# Maintainer: Jelle van der Waa je...@vdwaa.nl
+_hkgname=data-default-instances-old-locale
+pkgname=haskell-data-default-instances-old-locale
+pkgver=0.0.1
+pkgrel=1
+pkgdesc=Default instances for types in old-locale
+url=http://hackage.haskell.org/package/${_hkgname};
+license=('custom:BSD3')
+arch=('i686' 'x86_64')
+makedepends=()
+depends=('ghc=7.8.2' 'haskell-data-default-class' 'haskell-old-locale=1.0.0.6')
+options=('strip')
+source=(http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
+install=${pkgname}.install
+md5sums=('43bd868049d870ee722eda6bdd89fc28')
+options=('staticlibs')
+
+build() {
+cd ${srcdir}/${_hkgname}-${pkgver}
+runhaskell Setup configure -O ${PKGBUILD_HASKELL_ENABLE_PROFILING:+-p } 
--enable-split-objs --enable-shared \
+   --prefix=/usr --docdir=/usr/share/doc/${pkgname} 
--libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup haddock
+runhaskell Setup register   --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e s|ghc-pkg.*unregister[^ ]* |'--force' | unregister.sh
+}
+package() {
+cd ${srcdir}/${_hkgname}-${pkgver}
+install -D -m744 register.sh   
${pkgdir}/usr/share/haskell/${pkgname}/register.sh
+install-m744 unregister.sh 
${pkgdir}/usr/share/haskell/${pkgname}/unregister.sh
+install -d -m755 ${pkgdir}/usr/share/doc/ghc/html/libraries
+ln -s /usr/share/doc/${pkgname}/html 
${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}
+runhaskell Setup copy --destdir=${pkgdir}
+install -D -m644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+rm -f ${pkgdir}/usr/share/doc/${pkgname}/LICENSE
+}

Copied: 
haskell-data-default-instances-old-locale/repos/community-staging-i686/haskell-data-default-instances-old-locale.install
 (from rev 109319, 
haskell-data-default-instances-old-locale/trunk/haskell-data-default-instances-old-locale.install)
===
--- community-staging-i686/haskell-data-default-instances-old-locale.install
(rev 0)
+++ community-staging-i686/haskell-data-default-instances-old-locale.install
2014-04-13 11:11:58 UTC (rev 109320)
@@ -0,0 +1,18 @@
+HS_DIR=usr/share/haskell/haskell-data-default-instances-old-locale
+post_install() {
+  ${HS_DIR}/register.sh
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}
+pre_upgrade() {
+  ${HS_DIR}/unregister.sh
+}
+post_upgrade() {
+  ${HS_DIR}/register.sh
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}
+pre_remove() {
+  ${HS_DIR}/unregister.sh
+}
+post_remove() {
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}

Copied: 
haskell-data-default-instances-old-locale/repos/community-staging-x86_64/PKGBUILD
 (from rev 109319, haskell-data-default-instances-old-locale/trunk/PKGBUILD)
===
--- 

[arch-commits] Commit in haskell-data-default-instances-old-locale/repos (8 files)

2014-04-13 Thread Jelle van der Waa
Date: Sunday, April 13, 2014 @ 13:16:07
  Author: jelle
Revision: 109321

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

Added:
  
haskell-data-default-instances-old-locale/repos/community-staging-i686/PKGBUILD
(from rev 109320, haskell-data-default-instances-old-locale/trunk/PKGBUILD)
  
haskell-data-default-instances-old-locale/repos/community-staging-i686/haskell-data-default-instances-old-locale.install
(from rev 109320, 
haskell-data-default-instances-old-locale/trunk/haskell-data-default-instances-old-locale.install)
  
haskell-data-default-instances-old-locale/repos/community-staging-x86_64/PKGBUILD
(from rev 109320, haskell-data-default-instances-old-locale/trunk/PKGBUILD)
  
haskell-data-default-instances-old-locale/repos/community-staging-x86_64/haskell-data-default-instances-old-locale.install
(from rev 109320, 
haskell-data-default-instances-old-locale/trunk/haskell-data-default-instances-old-locale.install)
Deleted:
  
haskell-data-default-instances-old-locale/repos/community-staging-i686/PKGBUILD
  
haskell-data-default-instances-old-locale/repos/community-staging-i686/haskell-data-default-instances-old-locale.install
  
haskell-data-default-instances-old-locale/repos/community-staging-x86_64/PKGBUILD
  
haskell-data-default-instances-old-locale/repos/community-staging-x86_64/haskell-data-default-instances-old-locale.install

+
 /PKGBUILD  |   
74 ++
 /haskell-data-default-instances-old-locale.install |   
36 
 community-staging-i686/PKGBUILD|   
37 -
 community-staging-i686/haskell-data-default-instances-old-locale.install   |   
18 --
 community-staging-x86_64/PKGBUILD  |   
37 -
 community-staging-x86_64/haskell-data-default-instances-old-locale.install |   
18 --
 6 files changed, 110 insertions(+), 110 deletions(-)

Deleted: community-staging-i686/PKGBUILD
===
--- community-staging-i686/PKGBUILD 2014-04-13 11:11:58 UTC (rev 109320)
+++ community-staging-i686/PKGBUILD 2014-04-13 11:16:07 UTC (rev 109321)
@@ -1,37 +0,0 @@
-# Maintainer: Jelle van der Waa je...@vdwaa.nl
-_hkgname=data-default-instances-old-locale
-pkgname=haskell-data-default-instances-old-locale
-pkgver=0.0.1
-pkgrel=1
-pkgdesc=Default instances for types in old-locale
-url=http://hackage.haskell.org/package/${_hkgname};
-license=('custom:BSD3')
-arch=('i686' 'x86_64')
-makedepends=()
-depends=('ghc=7.8.2' 'haskell-data-default-class' 'haskell-old-locale=1.0.0.6')
-options=('strip')
-source=(http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
-install=${pkgname}.install
-md5sums=('43bd868049d870ee722eda6bdd89fc28')
-options=('staticlibs')
-
-build() {
-cd ${srcdir}/${_hkgname}-${pkgver}
-runhaskell Setup configure -O ${PKGBUILD_HASKELL_ENABLE_PROFILING:+-p } 
--enable-split-objs --enable-shared \
-   --prefix=/usr --docdir=/usr/share/doc/${pkgname} 
--libsubdir=\$compiler/site-local/\$pkgid
-runhaskell Setup build
-runhaskell Setup haddock
-runhaskell Setup register   --gen-script
-runhaskell Setup unregister --gen-script
-sed -i -r -e s|ghc-pkg.*unregister[^ ]* |'--force' | unregister.sh
-}
-package() {
-cd ${srcdir}/${_hkgname}-${pkgver}
-install -D -m744 register.sh   
${pkgdir}/usr/share/haskell/${pkgname}/register.sh
-install-m744 unregister.sh 
${pkgdir}/usr/share/haskell/${pkgname}/unregister.sh
-install -d -m755 ${pkgdir}/usr/share/doc/ghc/html/libraries
-ln -s /usr/share/doc/${pkgname}/html 
${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}
-runhaskell Setup copy --destdir=${pkgdir}
-install -D -m644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-rm -f ${pkgdir}/usr/share/doc/${pkgname}/LICENSE
-}

Copied: 
haskell-data-default-instances-old-locale/repos/community-staging-i686/PKGBUILD 
(from rev 109320, haskell-data-default-instances-old-locale/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2014-04-13 11:16:07 UTC (rev 109321)
@@ -0,0 +1,37 @@
+# Maintainer: Jelle van der Waa je...@vdwaa.nl
+_hkgname=data-default-instances-old-locale
+pkgname=haskell-data-default-instances-old-locale
+pkgver=0.0.1
+pkgrel=1
+pkgdesc=Default instances for types in old-locale
+url=http://hackage.haskell.org/package/${_hkgname};
+license=('custom:BSD3')
+arch=('i686' 'x86_64')
+makedepends=()
+depends=('ghc=7.8.2' 'haskell-data-default-class' 'haskell-old-locale=1.0.0.6')
+options=('strip')

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

2014-04-13 Thread Lukas Fleischer
Date: Sunday, April 13, 2014 @ 13:19:57
  Author: lfleischer
Revision: 109322

upgpkg: lmms 1.0.0-1

Upstream update.

Modified:
  lmms/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-04-13 11:16:07 UTC (rev 109321)
+++ PKGBUILD2014-04-13 11:19:57 UTC (rev 109322)
@@ -5,7 +5,7 @@
 # Contributor: Storyteller spiralsor...@hotmail.com
 
 pkgname=lmms
-pkgver=0.4.15
+pkgver=1.0.0
 pkgrel=1
 pkgdesc='The Linux MultiMedia Studio.'
 arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@
 url='http://lmms.sourceforge.net/'
 license=('GPL')
 depends=('sdl' 'glib2' 'fluidsynth' 'libpng' 'libvorbis' 'libxft' 
'libxinerama' 'qt4' 'sdl_sound'
- 'libsamplerate' 'shared-mime-info')
+ 'libsamplerate' 'shared-mime-info' 'fltk')
 optdepends=('wine: VST support (experimental)'
 'fftw: SpectrumAnalyzer plugin'
 'stk: STK instruments plugins'
@@ -23,9 +23,9 @@
 conflicts=('lmms-extras')
 options=('!makeflags')
 install=lmms.install
-source=(http://downloads.sourceforge.net/sourceforge/lmms/${pkgname}-${pkgver}.tar.bz2;
+source=(http://sourceforge.net/projects/${pkgname}/files/${pkgname}/${pkgver}/${pkgname}-${pkgver}-src.tar.bz2/download;
 zynaddsubfx_unlink.patch)
-md5sums=('0c754480ded76b7c081a99d7a884549c'
+md5sums=('72260dd6e29bf018875fd751c1d43465'
  'd2ea78ac0cf2979505f140c6845617cf')
 
 build() {



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

2014-04-13 Thread Lukas Fleischer
Date: Sunday, April 13, 2014 @ 13:20:12
  Author: lfleischer
Revision: 109323

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

Added:
  lmms/repos/community-i686/PKGBUILD
(from rev 109322, lmms/trunk/PKGBUILD)
  lmms/repos/community-i686/lmms.install
(from rev 109322, lmms/trunk/lmms.install)
  lmms/repos/community-i686/zynaddsubfx_unlink.patch
(from rev 109322, lmms/trunk/zynaddsubfx_unlink.patch)
  lmms/repos/community-x86_64/PKGBUILD
(from rev 109322, lmms/trunk/PKGBUILD)
  lmms/repos/community-x86_64/lmms.install
(from rev 109322, lmms/trunk/lmms.install)
  lmms/repos/community-x86_64/zynaddsubfx_unlink.patch
(from rev 109322, lmms/trunk/zynaddsubfx_unlink.patch)
Deleted:
  lmms/repos/community-i686/PKGBUILD
  lmms/repos/community-i686/lmms.install
  lmms/repos/community-i686/zynaddsubfx_unlink.patch
  lmms/repos/community-x86_64/PKGBUILD
  lmms/repos/community-x86_64/lmms.install
  lmms/repos/community-x86_64/zynaddsubfx_unlink.patch

---+
 /PKGBUILD |   90 
 /lmms.install |   22 ++
 /zynaddsubfx_unlink.patch |   20 ++
 community-i686/PKGBUILD   |   45 --
 community-i686/lmms.install   |   11 ---
 community-i686/zynaddsubfx_unlink.patch   |   10 ---
 community-x86_64/PKGBUILD |   45 --
 community-x86_64/lmms.install |   11 ---
 community-x86_64/zynaddsubfx_unlink.patch |   10 ---
 9 files changed, 132 insertions(+), 132 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-04-13 11:19:57 UTC (rev 109322)
+++ community-i686/PKGBUILD 2014-04-13 11:20:12 UTC (rev 109323)
@@ -1,45 +0,0 @@
-# $Id$
-# Maintainer: Lukas Fleischer archlinux at cryptocrack dot de
-# Contributor: Shinlun Hsieh yngwi...@yahoo.com.tw
-# Contributor: Mateusz Herych heni...@gmail.com
-# Contributor: Storyteller spiralsor...@hotmail.com
-
-pkgname=lmms
-pkgver=0.4.15
-pkgrel=1
-pkgdesc='The Linux MultiMedia Studio.'
-arch=('i686' 'x86_64')
-url='http://lmms.sourceforge.net/'
-license=('GPL')
-depends=('sdl' 'glib2' 'fluidsynth' 'libpng' 'libvorbis' 'libxft' 
'libxinerama' 'qt4' 'sdl_sound'
- 'libsamplerate' 'shared-mime-info')
-optdepends=('wine: VST support (experimental)'
-'fftw: SpectrumAnalyzer plugin'
-'stk: STK instruments plugins'
-'pulseaudio: PulseAudio output')
-makedepends=('cmake' 'ladspa' 'libxft' 'freetype2' 'fftw' 'stk')
-[[ $CARCH = i686 ]]  makedepends+=('wine')
-provides=('lmms-extras')
-conflicts=('lmms-extras')
-options=('!makeflags')
-install=lmms.install
-source=(http://downloads.sourceforge.net/sourceforge/lmms/${pkgname}-${pkgver}.tar.bz2;
-zynaddsubfx_unlink.patch)
-md5sums=('0c754480ded76b7c081a99d7a884549c'
- 'd2ea78ac0cf2979505f140c6845617cf')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  sed -i 's|lib64|lib|g' cmake/modules/DetectMachine.cmake
-
-  patch -Np1 -i ../zynaddsubfx_unlink.patch
-
-  cmake . -DCMAKE_INSTALL_PREFIX=/usr -USE=vst
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  make DESTDIR=${pkgdir} install
-}

Copied: lmms/repos/community-i686/PKGBUILD (from rev 109322, 
lmms/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-04-13 11:20:12 UTC (rev 109323)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Lukas Fleischer archlinux at cryptocrack dot de
+# Contributor: Shinlun Hsieh yngwi...@yahoo.com.tw
+# Contributor: Mateusz Herych heni...@gmail.com
+# Contributor: Storyteller spiralsor...@hotmail.com
+
+pkgname=lmms
+pkgver=1.0.0
+pkgrel=1
+pkgdesc='The Linux MultiMedia Studio.'
+arch=('i686' 'x86_64')
+url='http://lmms.sourceforge.net/'
+license=('GPL')
+depends=('sdl' 'glib2' 'fluidsynth' 'libpng' 'libvorbis' 'libxft' 
'libxinerama' 'qt4' 'sdl_sound'
+ 'libsamplerate' 'shared-mime-info' 'fltk')
+optdepends=('wine: VST support (experimental)'
+'fftw: SpectrumAnalyzer plugin'
+'stk: STK instruments plugins'
+'pulseaudio: PulseAudio output')
+makedepends=('cmake' 'ladspa' 'libxft' 'freetype2' 'fftw' 'stk')
+[[ $CARCH = i686 ]]  makedepends+=('wine')
+provides=('lmms-extras')
+conflicts=('lmms-extras')
+options=('!makeflags')
+install=lmms.install
+source=(http://sourceforge.net/projects/${pkgname}/files/${pkgname}/${pkgver}/${pkgname}-${pkgver}-src.tar.bz2/download;
+zynaddsubfx_unlink.patch)
+md5sums=('72260dd6e29bf018875fd751c1d43465'
+ 'd2ea78ac0cf2979505f140c6845617cf')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  sed -i 's|lib64|lib|g' cmake/modules/DetectMachine.cmake
+
+  patch -Np1 -i ../zynaddsubfx_unlink.patch
+
+  cmake . 

[arch-commits] Commit in haskell-extensible-exceptions/trunk (PKGBUILD)

2014-04-13 Thread Jelle van der Waa
Date: Sunday, April 13, 2014 @ 13:20:18
  Author: jelle
Revision: 109324

upgpkg: haskell-extensible-exceptions 0.1.1.4-6

ghc 7.8.2 rebuild

Modified:
  haskell-extensible-exceptions/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-04-13 11:20:12 UTC (rev 109323)
+++ PKGBUILD2014-04-13 11:20:18 UTC (rev 109324)
@@ -4,12 +4,12 @@
 _hkgname=extensible-exceptions
 pkgname=haskell-${_hkgname}
 pkgver=0.1.1.4
-pkgrel=5
+pkgrel=6
 pkgdesc=extensible exceptions for both new and old versions of GHC
 url=http://hackage.haskell.org/package/extensible-exceptions;
 license=('custom:BSD3')
 arch=('i686' 'x86_64')
-depends=('ghc=7.6.3-1' sh)
+depends=('ghc=7.8.2' sh)
 
source=(http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
 install=$pkgname.install
 options=('staticlibs')



[arch-commits] Commit in haskell-extensible-exceptions/repos (6 files)

2014-04-13 Thread Jelle van der Waa
Date: Sunday, April 13, 2014 @ 13:20:25
  Author: jelle
Revision: 109325

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

Added:
  haskell-extensible-exceptions/repos/community-staging-i686/
  haskell-extensible-exceptions/repos/community-staging-i686/PKGBUILD
(from rev 109324, haskell-extensible-exceptions/trunk/PKGBUILD)
  
haskell-extensible-exceptions/repos/community-staging-i686/haskell-extensible-exceptions.install
(from rev 109324, 
haskell-extensible-exceptions/trunk/haskell-extensible-exceptions.install)
  haskell-extensible-exceptions/repos/community-staging-x86_64/
  haskell-extensible-exceptions/repos/community-staging-x86_64/PKGBUILD
(from rev 109324, haskell-extensible-exceptions/trunk/PKGBUILD)
  
haskell-extensible-exceptions/repos/community-staging-x86_64/haskell-extensible-exceptions.install
(from rev 109324, 
haskell-extensible-exceptions/trunk/haskell-extensible-exceptions.install)

+
 community-staging-i686/PKGBUILD|   40 
++
 community-staging-i686/haskell-extensible-exceptions.install   |   19 
 community-staging-x86_64/PKGBUILD  |   40 
++
 community-staging-x86_64/haskell-extensible-exceptions.install |   19 
 4 files changed, 118 insertions(+)

Copied: haskell-extensible-exceptions/repos/community-staging-i686/PKGBUILD 
(from rev 109324, haskell-extensible-exceptions/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2014-04-13 11:20:25 UTC (rev 109325)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Jelle van der Waa je...@vdwaa.nl
+
+_hkgname=extensible-exceptions
+pkgname=haskell-${_hkgname}
+pkgver=0.1.1.4
+pkgrel=6
+pkgdesc=extensible exceptions for both new and old versions of GHC
+url=http://hackage.haskell.org/package/extensible-exceptions;
+license=('custom:BSD3')
+arch=('i686' 'x86_64')
+depends=('ghc=7.8.2' sh)
+source=(http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
+install=$pkgname.install
+options=('staticlibs')
+md5sums=('fa1cadd15c1c7aa362618d41c6e17d8b')
+
+build() {
+cd ${srcdir}/${_hkgname}-${pkgver}
+
+runhaskell Setup configure -O -p --enable-split-objs --enable-shared \
+  --prefix=/usr --docdir=/usr/share/doc/${pkgname} \
+  --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup haddock
+runhaskell Setup register   --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e s|ghc-pkg.*unregister[^ ]* |'--force' | unregister.sh
+}
+
+package() {
+cd ${srcdir}/${_hkgname}-${pkgver}
+install -D -m744 register.sh   
${pkgdir}/usr/share/haskell/${pkgname}/register.sh
+install-m744 unregister.sh 
${pkgdir}/usr/share/haskell/${pkgname}/unregister.sh
+install -d -m755 ${pkgdir}/usr/share/doc/ghc/html/libraries
+ln -s /usr/share/doc/${pkgname}/html 
${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}
+runhaskell Setup copy --destdir=${pkgdir}
+install -D -m644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+rm -f ${pkgdir}/usr/share/doc/${pkgname}/LICENSE
+}

Copied: 
haskell-extensible-exceptions/repos/community-staging-i686/haskell-extensible-exceptions.install
 (from rev 109324, 
haskell-extensible-exceptions/trunk/haskell-extensible-exceptions.install)
===
--- community-staging-i686/haskell-extensible-exceptions.install
(rev 0)
+++ community-staging-i686/haskell-extensible-exceptions.install
2014-04-13 11:20:25 UTC (rev 109325)
@@ -0,0 +1,19 @@
+HS_DIR=usr/share/haskell/haskell-extensible-exceptions
+post_install() {
+  ${HS_DIR}/register.sh
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}
+pre_upgrade() {
+  ${HS_DIR}/unregister.sh
+}
+post_upgrade() {
+  ${HS_DIR}/register.sh
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}
+pre_remove() {
+  ${HS_DIR}/unregister.sh
+}
+post_remove() {
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}
+

Copied: haskell-extensible-exceptions/repos/community-staging-x86_64/PKGBUILD 
(from rev 109324, haskell-extensible-exceptions/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2014-04-13 11:20:25 UTC (rev 109325)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Jelle van der Waa je...@vdwaa.nl
+
+_hkgname=extensible-exceptions
+pkgname=haskell-${_hkgname}
+pkgver=0.1.1.4
+pkgrel=6
+pkgdesc=extensible exceptions for both new and old versions of GHC
+url=http://hackage.haskell.org/package/extensible-exceptions;
+license=('custom:BSD3')

[arch-commits] Commit in haskell-data-default-instances-old-locale/trunk (PKGBUILD)

2014-04-13 Thread Jelle van der Waa
Date: Sunday, April 13, 2014 @ 13:22:15
  Author: jelle
Revision: 109326

upgpkg: haskell-data-default-instances-old-locale 0.0.1-2

ghc 7.8.2 rebuild

Modified:
  haskell-data-default-instances-old-locale/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-04-13 11:20:25 UTC (rev 109325)
+++ PKGBUILD2014-04-13 11:22:15 UTC (rev 109326)
@@ -2,7 +2,7 @@
 _hkgname=data-default-instances-old-locale
 pkgname=haskell-data-default-instances-old-locale
 pkgver=0.0.1
-pkgrel=1
+pkgrel=2
 pkgdesc=Default instances for types in old-locale
 url=http://hackage.haskell.org/package/${_hkgname};
 license=('custom:BSD3')



[arch-commits] Commit in haskell-data-default-instances-old-locale/repos (8 files)

2014-04-13 Thread Jelle van der Waa
Date: Sunday, April 13, 2014 @ 13:22:22
  Author: jelle
Revision: 109327

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

Added:
  
haskell-data-default-instances-old-locale/repos/community-staging-i686/PKGBUILD
(from rev 109326, haskell-data-default-instances-old-locale/trunk/PKGBUILD)
  
haskell-data-default-instances-old-locale/repos/community-staging-i686/haskell-data-default-instances-old-locale.install
(from rev 109326, 
haskell-data-default-instances-old-locale/trunk/haskell-data-default-instances-old-locale.install)
  
haskell-data-default-instances-old-locale/repos/community-staging-x86_64/PKGBUILD
(from rev 109326, haskell-data-default-instances-old-locale/trunk/PKGBUILD)
  
haskell-data-default-instances-old-locale/repos/community-staging-x86_64/haskell-data-default-instances-old-locale.install
(from rev 109326, 
haskell-data-default-instances-old-locale/trunk/haskell-data-default-instances-old-locale.install)
Deleted:
  
haskell-data-default-instances-old-locale/repos/community-staging-i686/PKGBUILD
  
haskell-data-default-instances-old-locale/repos/community-staging-i686/haskell-data-default-instances-old-locale.install
  
haskell-data-default-instances-old-locale/repos/community-staging-x86_64/PKGBUILD
  
haskell-data-default-instances-old-locale/repos/community-staging-x86_64/haskell-data-default-instances-old-locale.install

+
 /PKGBUILD  |   
74 ++
 /haskell-data-default-instances-old-locale.install |   
36 
 community-staging-i686/PKGBUILD|   
37 -
 community-staging-i686/haskell-data-default-instances-old-locale.install   |   
18 --
 community-staging-x86_64/PKGBUILD  |   
37 -
 community-staging-x86_64/haskell-data-default-instances-old-locale.install |   
18 --
 6 files changed, 110 insertions(+), 110 deletions(-)

Deleted: community-staging-i686/PKGBUILD
===
--- community-staging-i686/PKGBUILD 2014-04-13 11:22:15 UTC (rev 109326)
+++ community-staging-i686/PKGBUILD 2014-04-13 11:22:22 UTC (rev 109327)
@@ -1,37 +0,0 @@
-# Maintainer: Jelle van der Waa je...@vdwaa.nl
-_hkgname=data-default-instances-old-locale
-pkgname=haskell-data-default-instances-old-locale
-pkgver=0.0.1
-pkgrel=1
-pkgdesc=Default instances for types in old-locale
-url=http://hackage.haskell.org/package/${_hkgname};
-license=('custom:BSD3')
-arch=('i686' 'x86_64')
-makedepends=()
-depends=('ghc=7.8.2' 'haskell-data-default-class' 'haskell-old-locale=1.0.0.6')
-options=('strip')
-source=(http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
-install=${pkgname}.install
-md5sums=('43bd868049d870ee722eda6bdd89fc28')
-options=('staticlibs')
-
-build() {
-cd ${srcdir}/${_hkgname}-${pkgver}
-runhaskell Setup configure -O ${PKGBUILD_HASKELL_ENABLE_PROFILING:+-p } 
--enable-split-objs --enable-shared \
-   --prefix=/usr --docdir=/usr/share/doc/${pkgname} 
--libsubdir=\$compiler/site-local/\$pkgid
-runhaskell Setup build
-runhaskell Setup haddock
-runhaskell Setup register   --gen-script
-runhaskell Setup unregister --gen-script
-sed -i -r -e s|ghc-pkg.*unregister[^ ]* |'--force' | unregister.sh
-}
-package() {
-cd ${srcdir}/${_hkgname}-${pkgver}
-install -D -m744 register.sh   
${pkgdir}/usr/share/haskell/${pkgname}/register.sh
-install-m744 unregister.sh 
${pkgdir}/usr/share/haskell/${pkgname}/unregister.sh
-install -d -m755 ${pkgdir}/usr/share/doc/ghc/html/libraries
-ln -s /usr/share/doc/${pkgname}/html 
${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}
-runhaskell Setup copy --destdir=${pkgdir}
-install -D -m644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-rm -f ${pkgdir}/usr/share/doc/${pkgname}/LICENSE
-}

Copied: 
haskell-data-default-instances-old-locale/repos/community-staging-i686/PKGBUILD 
(from rev 109326, haskell-data-default-instances-old-locale/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2014-04-13 11:22:22 UTC (rev 109327)
@@ -0,0 +1,37 @@
+# Maintainer: Jelle van der Waa je...@vdwaa.nl
+_hkgname=data-default-instances-old-locale
+pkgname=haskell-data-default-instances-old-locale
+pkgver=0.0.1
+pkgrel=2
+pkgdesc=Default instances for types in old-locale
+url=http://hackage.haskell.org/package/${_hkgname};
+license=('custom:BSD3')
+arch=('i686' 'x86_64')
+makedepends=()
+depends=('ghc=7.8.2' 'haskell-data-default-class' 'haskell-old-locale=1.0.0.6')
+options=('strip')

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

2014-04-13 Thread Guillaume Alaux
Date: Sunday, April 13, 2014 @ 13:24:53
  Author: guillaume
Revision: 210272

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

Added:
  easytag/repos/extra-i686/PKGBUILD
(from rev 210271, easytag/trunk/PKGBUILD)
  easytag/repos/extra-i686/easytag-2.1.8-fix_mime_directory_association.patch
(from rev 210271, 
easytag/trunk/easytag-2.1.8-fix_mime_directory_association.patch)
  easytag/repos/extra-i686/easytag.install
(from rev 210271, easytag/trunk/easytag.install)
  easytag/repos/extra-x86_64/PKGBUILD
(from rev 210271, easytag/trunk/PKGBUILD)
  easytag/repos/extra-x86_64/easytag-2.1.8-fix_mime_directory_association.patch
(from rev 210271, 
easytag/trunk/easytag-2.1.8-fix_mime_directory_association.patch)
  easytag/repos/extra-x86_64/easytag.install
(from rev 210271, easytag/trunk/easytag.install)
Deleted:
  easytag/repos/extra-i686/PKGBUILD
  easytag/repos/extra-i686/easytag-2.1.8-fix_mime_directory_association.patch
  easytag/repos/extra-i686/easytag.install
  easytag/repos/extra-x86_64/PKGBUILD
  easytag/repos/extra-x86_64/easytag-2.1.8-fix_mime_directory_association.patch
  easytag/repos/extra-x86_64/easytag.install

-+
 /PKGBUILD   |   70 
++
 /easytag-2.1.8-fix_mime_directory_association.patch |   22 +++
 /easytag.install|   24 +++
 extra-i686/PKGBUILD |   37 -
 extra-i686/easytag-2.1.8-fix_mime_directory_association.patch   |   11 -
 extra-i686/easytag.install  |   12 -
 extra-x86_64/PKGBUILD   |   37 -
 extra-x86_64/easytag-2.1.8-fix_mime_directory_association.patch |   11 -
 extra-x86_64/easytag.install|   12 -
 9 files changed, 116 insertions(+), 120 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-04-13 11:24:15 UTC (rev 210271)
+++ extra-i686/PKGBUILD 2014-04-13 11:24:53 UTC (rev 210272)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Guillaume ALAUX guilla...@archlinux.org
-# Contributor: Kevin Piche ke...@archlinux.org
-# Contributor: Aaron Griffin aa...@archlinux.org
-# Contributor: dorphell dorph...@archlinux.org
-
-pkgname=easytag
-pkgver=2.1.10
-pkgrel=1
-pkgdesc='Utility for viewing and editing tags for most audio formats'
-arch=('i686' 'x86_64')
-license=('GPL')
-url='http://easytag.sourceforge.net/'
-makedepends=('intltool' 'itstool')
-depends=('id3lib' 'libid3tag' 'gtk2' 'libvorbis' 'flac' 'speex' 'wavpack' 
'taglib'
- 'desktop-file-utils' 'hicolor-icon-theme')
-install=${pkgname}.install
-source=(http://download.gnome.org/sources/${pkgname}/${pkgver:0:3}/${pkgname}-${pkgver}.tar.xz)
-sha256sums=('fe73a27aa4ad0a2ddc183a84d923ac214aeaf4a5752cb8640a2f840d9dd023d9')
-
-# TODO either 'svn delete' patch about mime or add it back here
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  ./configure --prefix=/usr
-  make
-}
-
-check() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make -k check
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-}

Copied: easytag/repos/extra-i686/PKGBUILD (from rev 210271, 
easytag/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-04-13 11:24:53 UTC (rev 210272)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Guillaume ALAUX guilla...@archlinux.org
+# Contributor: Kevin Piche ke...@archlinux.org
+# Contributor: Aaron Griffin aa...@archlinux.org
+# Contributor: dorphell dorph...@archlinux.org
+
+pkgname=easytag
+pkgver=2.2.0
+pkgrel=1
+pkgdesc='Simple application for viewing and editing tags in audio files'
+arch=('i686' 'x86_64')
+license=('GPL')
+url='http://easytag.sourceforge.net/'
+makedepends=('intltool' 'itstool')
+depends=('id3lib' 'libid3tag' 'gtk2' 'libvorbis' 'flac' 'speex' 'wavpack' 
'taglib'
+ 'desktop-file-utils' 'hicolor-icon-theme')
+install=${pkgname}.install
+source=(http://download.gnome.org/sources/${pkgname}/${pkgver:0:3}/${pkgname}-${pkgver}.tar.xz)
+sha256sums=('29589972a3a8beb7823df74f1e845c1e61ab46508425894fa46b72c86cad56f7')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+check() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make -k check
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}

Deleted: extra-i686/easytag-2.1.8-fix_mime_directory_association.patch
===
--- extra-i686/easytag-2.1.8-fix_mime_directory_association.patch   
2014-04-13 11:24:15 UTC (rev 210271)
+++ extra-i686/easytag-2.1.8-fix_mime_directory_association.patch   
2014-04-13 11:24:53 UTC (rev 210272)

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

2014-04-13 Thread Guillaume Alaux
Date: Sunday, April 13, 2014 @ 13:24:15
  Author: guillaume
Revision: 210271

Upstream release 2.2.0

Modified:
  easytag/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-04-13 08:41:15 UTC (rev 210270)
+++ PKGBUILD2014-04-13 11:24:15 UTC (rev 210271)
@@ -5,9 +5,9 @@
 # Contributor: dorphell dorph...@archlinux.org
 
 pkgname=easytag
-pkgver=2.1.10
+pkgver=2.2.0
 pkgrel=1
-pkgdesc='Utility for viewing and editing tags for most audio formats'
+pkgdesc='Simple application for viewing and editing tags in audio files'
 arch=('i686' 'x86_64')
 license=('GPL')
 url='http://easytag.sourceforge.net/'
@@ -16,10 +16,8 @@
  'desktop-file-utils' 'hicolor-icon-theme')
 install=${pkgname}.install
 
source=(http://download.gnome.org/sources/${pkgname}/${pkgver:0:3}/${pkgname}-${pkgver}.tar.xz)
-sha256sums=('fe73a27aa4ad0a2ddc183a84d923ac214aeaf4a5752cb8640a2f840d9dd023d9')
+sha256sums=('29589972a3a8beb7823df74f1e845c1e61ab46508425894fa46b72c86cad56f7')
 
-# TODO either 'svn delete' patch about mime or add it back here
-
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}
   ./configure --prefix=/usr



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

2014-04-13 Thread Jan de Groot
Date: Sunday, April 13, 2014 @ 13:28:07
  Author: jgc
Revision: 210273

upgpkg: gtk3 3.12.1-1

Modified:
  gtk3/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-04-13 11:24:53 UTC (rev 210272)
+++ PKGBUILD2014-04-13 11:28:07 UTC (rev 210273)
@@ -3,7 +3,7 @@
 # Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
 
 pkgname=gtk3
-pkgver=3.12.0
+pkgver=3.12.1
 pkgrel=1
 pkgdesc=GObject-based multi-platform GUI toolkit (v3)
 arch=(i686 x86_64)
@@ -17,7 +17,7 @@
 license=(LGPL)
 
source=(http://ftp.gnome.org/pub/gnome/sources/gtk+/${pkgver:0:4}/gtk+-$pkgver.tar.xz
 settings.ini)
-sha256sums=('eb69741cd4029b5a1ac9cf04d9de55dcf9e30777a63891750f5d20cc554b6e4b'
+sha256sums=('719aae5fdb560f64cadb7e968c8c85c0823664de890c9f765ff4c0efeb0277cd'
 '14369dfd1d325c393e17c105d5d5cc5501663277bd4047ea04a50abb3cfbd119')
 
 build() {



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

2014-04-13 Thread Jan de Groot
Date: Sunday, April 13, 2014 @ 13:28:14
  Author: jgc
Revision: 210274

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

Added:
  gtk3/repos/testing-i686/PKGBUILD
(from rev 210273, gtk3/trunk/PKGBUILD)
  gtk3/repos/testing-i686/gtk3.install
(from rev 210273, gtk3/trunk/gtk3.install)
  gtk3/repos/testing-i686/settings.ini
(from rev 210273, gtk3/trunk/settings.ini)
  gtk3/repos/testing-x86_64/PKGBUILD
(from rev 210273, gtk3/trunk/PKGBUILD)
  gtk3/repos/testing-x86_64/gtk3.install
(from rev 210273, gtk3/trunk/gtk3.install)
  gtk3/repos/testing-x86_64/settings.ini
(from rev 210273, gtk3/trunk/settings.ini)
Deleted:
  gtk3/repos/testing-i686/PKGBUILD
  gtk3/repos/testing-i686/gtk3.install
  gtk3/repos/testing-i686/settings.ini
  gtk3/repos/testing-x86_64/PKGBUILD
  gtk3/repos/testing-x86_64/gtk3.install
  gtk3/repos/testing-x86_64/settings.ini

-+
 /PKGBUILD   |   90 ++
 /gtk3.install   |   36 
 /settings.ini   |8 +++
 testing-i686/PKGBUILD   |   45 -
 testing-i686/gtk3.install   |   18 
 testing-i686/settings.ini   |4 -
 testing-x86_64/PKGBUILD |   45 -
 testing-x86_64/gtk3.install |   18 
 testing-x86_64/settings.ini |4 -
 9 files changed, 134 insertions(+), 134 deletions(-)

Deleted: testing-i686/PKGBUILD
===
--- testing-i686/PKGBUILD   2014-04-13 11:28:07 UTC (rev 210273)
+++ testing-i686/PKGBUILD   2014-04-13 11:28:14 UTC (rev 210274)
@@ -1,45 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru ib...@archlinux.org
-# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
-
-pkgname=gtk3
-pkgver=3.12.0
-pkgrel=1
-pkgdesc=GObject-based multi-platform GUI toolkit (v3)
-arch=(i686 x86_64)
-url=http://www.gtk.org/;
-install=gtk3.install
-depends=(atk cairo gtk-update-icon-cache libcups libxcursor libxinerama 
libxrandr libxi
- libxcomposite libxdamage pango shared-mime-info colord at-spi2-atk 
wayland libxkbcommon)
-makedepends=(gobject-introspection)
-optdepends=('gnome-themes-standard: Default widget theme'
-'gnome-icon-theme: Default icon theme')
-license=(LGPL)
-source=(http://ftp.gnome.org/pub/gnome/sources/gtk+/${pkgver:0:4}/gtk+-$pkgver.tar.xz
-settings.ini)
-sha256sums=('eb69741cd4029b5a1ac9cf04d9de55dcf9e30777a63891750f5d20cc554b6e4b'
-'14369dfd1d325c393e17c105d5d5cc5501663277bd4047ea04a50abb3cfbd119')
-
-build() {
-cd gtk+-$pkgver
-
-CXX=/bin/false ./configure --prefix=/usr \
---sysconfdir=/etc \
---localstatedir=/var \
---enable-gtk2-dependency \
---disable-schemas-compile \
---enable-x11-backend \
---enable-broadway-backend \
---enable-wayland-backend
-
-#https://bugzilla.gnome.org/show_bug.cgi?id=655517
-sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-
-make
-}
-
-package() {
-cd gtk+-$pkgver
-make DESTDIR=$pkgdir install
-install -Dm644 ../settings.ini $pkgdir/usr/share/gtk-3.0/settings.ini
-}

Copied: gtk3/repos/testing-i686/PKGBUILD (from rev 210273, gtk3/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-04-13 11:28:14 UTC (rev 210274)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Ionut Biru ib...@archlinux.org
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+
+pkgname=gtk3
+pkgver=3.12.1
+pkgrel=1
+pkgdesc=GObject-based multi-platform GUI toolkit (v3)
+arch=(i686 x86_64)
+url=http://www.gtk.org/;
+install=gtk3.install
+depends=(atk cairo gtk-update-icon-cache libcups libxcursor libxinerama 
libxrandr libxi
+ libxcomposite libxdamage pango shared-mime-info colord at-spi2-atk 
wayland libxkbcommon)
+makedepends=(gobject-introspection)
+optdepends=('gnome-themes-standard: Default widget theme'
+'gnome-icon-theme: Default icon theme')
+license=(LGPL)
+source=(http://ftp.gnome.org/pub/gnome/sources/gtk+/${pkgver:0:4}/gtk+-$pkgver.tar.xz
+settings.ini)
+sha256sums=('719aae5fdb560f64cadb7e968c8c85c0823664de890c9f765ff4c0efeb0277cd'
+'14369dfd1d325c393e17c105d5d5cc5501663277bd4047ea04a50abb3cfbd119')
+
+build() {
+cd gtk+-$pkgver
+
+CXX=/bin/false ./configure --prefix=/usr \
+--sysconfdir=/etc \
+--localstatedir=/var \
+--enable-gtk2-dependency \
+--disable-schemas-compile \
+--enable-x11-backend \
+--enable-broadway-backend \
+--enable-wayland-backend
+
+#https://bugzilla.gnome.org/show_bug.cgi?id=655517
+sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
+make
+}
+
+package() {
+cd gtk+-$pkgver
+make DESTDIR=$pkgdir install
+install -Dm644 ../settings.ini 

[arch-commits] Commit in easytag/trunk (1 file)

2014-04-13 Thread Guillaume Alaux
Date: Sunday, April 13, 2014 @ 13:29:32
  Author: guillaume
Revision: 210275

Remove patch for directory mime type as upstream WONTFIX

Deleted:
  easytag/trunk/easytag-2.1.8-fix_mime_directory_association.patch

+
 easytag-2.1.8-fix_mime_directory_association.patch |   11 ---
 1 file changed, 11 deletions(-)

Deleted: easytag-2.1.8-fix_mime_directory_association.patch
===
--- easytag-2.1.8-fix_mime_directory_association.patch  2014-04-13 11:28:14 UTC 
(rev 210274)
+++ easytag-2.1.8-fix_mime_directory_association.patch  2014-04-13 11:29:32 UTC 
(rev 210275)
@@ -1,11 +0,0 @@
 easytag.desktop.in.orig2013-02-21 21:34:14.651046456 +0100
-+++ easytag.desktop.in 2013-02-21 21:34:29.327914099 +0100
-@@ -6,7 +6,7 @@
- Type=Application
- Icon=easytag
- Categories=GTK;AudioVideo;AudioVideoEditing;
--MimeType=x-directory/normal;inode/directory;audio/x-mp3;audio/x-mpeg;audio/mpeg;application/ogg;audio/x-vorbis+ogg;audio/x-flac;audio/x-musepack;audio/x-ape;
-+MimeType=audio/x-mp3;audio/x-mpeg;audio/mpeg;application/ogg;audio/x-vorbis+ogg;audio/x-flac;audio/x-musepack;audio/x-ape;
- Exec=easytag %F
- Terminal=false
- StartupNotify=true



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

2014-04-13 Thread Lukas Fleischer
Date: Sunday, April 13, 2014 @ 13:55:34
  Author: lfleischer
Revision: 109328

upgpkg: stunnel 5.01-1

Upstream update.

Modified:
  stunnel/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-04-13 11:22:22 UTC (rev 109327)
+++ PKGBUILD2014-04-13 11:55:34 UTC (rev 109328)
@@ -5,7 +5,7 @@
 # Contributor: Kevin Piche ke...@archlinux.org
 
 pkgname=stunnel
-pkgver=5.00
+pkgver=5.01
 pkgrel=1
 pkgdesc=A program that allows you to encrypt arbitrary TCP connections inside 
SSL
 arch=('i686' 'x86_64')
@@ -16,7 +16,7 @@
 source=(https://www.stunnel.org/downloads/$pkgname-$pkgver.tar.gz{,.asc}
 'Makefile.patch'
 'stunnel.tmpfiles.conf')
-md5sums=('4f00fd0faf99e3c9cf258a19dd83d14a'
+md5sums=('7b63266b6fa05da696729e245100da65'
  'SKIP'
  '579f198ecb90a42fcbfd8a4e48006264'
  '2e065a39998e57727ee79887bbd1751e')



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

2014-04-13 Thread Lukas Fleischer
Date: Sunday, April 13, 2014 @ 13:55:50
  Author: lfleischer
Revision: 109329

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

Added:
  stunnel/repos/community-i686/Makefile.patch
(from rev 109328, stunnel/trunk/Makefile.patch)
  stunnel/repos/community-i686/PKGBUILD
(from rev 109328, stunnel/trunk/PKGBUILD)
  stunnel/repos/community-i686/stunnel.install
(from rev 109328, stunnel/trunk/stunnel.install)
  stunnel/repos/community-i686/stunnel.tmpfiles.conf
(from rev 109328, stunnel/trunk/stunnel.tmpfiles.conf)
  stunnel/repos/community-x86_64/Makefile.patch
(from rev 109328, stunnel/trunk/Makefile.patch)
  stunnel/repos/community-x86_64/PKGBUILD
(from rev 109328, stunnel/trunk/PKGBUILD)
  stunnel/repos/community-x86_64/stunnel.install
(from rev 109328, stunnel/trunk/stunnel.install)
  stunnel/repos/community-x86_64/stunnel.tmpfiles.conf
(from rev 109328, stunnel/trunk/stunnel.tmpfiles.conf)
Deleted:
  stunnel/repos/community-i686/Makefile.patch
  stunnel/repos/community-i686/PKGBUILD
  stunnel/repos/community-i686/stunnel.install
  stunnel/repos/community-i686/stunnel.tmpfiles.conf
  stunnel/repos/community-x86_64/Makefile.patch
  stunnel/repos/community-x86_64/PKGBUILD
  stunnel/repos/community-x86_64/stunnel.install
  stunnel/repos/community-x86_64/stunnel.tmpfiles.conf

+
 /Makefile.patch|   24 +++
 /PKGBUILD  |  104 +++
 /stunnel.install   |   62 ++
 /stunnel.tmpfiles.conf |2 
 community-i686/Makefile.patch  |   12 ---
 community-i686/PKGBUILD|   52 ---
 community-i686/stunnel.install |   31 -
 community-i686/stunnel.tmpfiles.conf   |1 
 community-x86_64/Makefile.patch|   12 ---
 community-x86_64/PKGBUILD  |   52 ---
 community-x86_64/stunnel.install   |   31 -
 community-x86_64/stunnel.tmpfiles.conf |1 
 12 files changed, 192 insertions(+), 192 deletions(-)

Deleted: community-i686/Makefile.patch
===
--- community-i686/Makefile.patch   2014-04-13 11:55:34 UTC (rev 109328)
+++ community-i686/Makefile.patch   2014-04-13 11:55:50 UTC (rev 109329)
@@ -1,12 +0,0 @@
 tools/Makefile.in  2010-03-31 04:45:09.0 -0500
-+++ tools/Makefile.in  2010-04-11 17:17:41.0 -0500
-@@ -334,8 +334,7 @@
- 
- info-am:
- 
--install-data-am: install-confDATA install-data-local \
--  install-examplesDATA
-+install-data-am: install-confDATA install-examplesDATA
- 
- install-dvi: install-dvi-am
- 

Copied: stunnel/repos/community-i686/Makefile.patch (from rev 109328, 
stunnel/trunk/Makefile.patch)
===
--- community-i686/Makefile.patch   (rev 0)
+++ community-i686/Makefile.patch   2014-04-13 11:55:50 UTC (rev 109329)
@@ -0,0 +1,12 @@
+--- tools/Makefile.in  2010-03-31 04:45:09.0 -0500
 tools/Makefile.in  2010-04-11 17:17:41.0 -0500
+@@ -334,8 +334,7 @@
+ 
+ info-am:
+ 
+-install-data-am: install-confDATA install-data-local \
+-  install-examplesDATA
++install-data-am: install-confDATA install-examplesDATA
+ 
+ install-dvi: install-dvi-am
+ 

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-04-13 11:55:34 UTC (rev 109328)
+++ community-i686/PKGBUILD 2014-04-13 11:55:50 UTC (rev 109329)
@@ -1,52 +0,0 @@
-# $Id$
-# Maintainer: Lukas Fleischer archlinux at cryptocrack dot de
-# Contributor: Kaiting Chen kaitocr...@gmail.com
-# Contributor: Daniel J Griffiths ghost1...@archlinux.us
-# Contributor: Kevin Piche ke...@archlinux.org
-
-pkgname=stunnel
-pkgver=5.00
-pkgrel=1
-pkgdesc=A program that allows you to encrypt arbitrary TCP connections inside 
SSL
-arch=('i686' 'x86_64')
-url=http://www.stunnel.org;
-license=('GPL')
-depends=('openssl')
-install=$pkgname.install
-source=(https://www.stunnel.org/downloads/$pkgname-$pkgver.tar.gz{,.asc}
-'Makefile.patch'
-'stunnel.tmpfiles.conf')
-md5sums=('4f00fd0faf99e3c9cf258a19dd83d14a'
- 'SKIP'
- '579f198ecb90a42fcbfd8a4e48006264'
- '2e065a39998e57727ee79887bbd1751e')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-
-  # don't create a certificate...
-  patch -p0 $srcdir/Makefile.patch
-
-  ./configure --prefix=/usr \
---sysconfdir=/etc \
---localstatedir=/var \
---enable-ipv6 \
---disable-libwrap
-
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-
-  make DESTDIR=$pkgdir install
-
-  install -Dm644 tools/stunnel.cnf 
$pkgdir/etc/stunnel/stunnel-openssl.cnf-sample
-  install -Dm644 tools/stunnel.service 
$pkgdir/usr/lib/systemd/system/stunnel.service
-  install -Dm644 $srcdir/stunnel.tmpfiles.conf 

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

2014-04-13 Thread Andrea Scarpino
Date: Sunday, April 13, 2014 @ 14:27:19
  Author: andrea
Revision: 109331

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

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

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

Copied: yakuake/repos/community-i686/PKGBUILD (from rev 109330, 
yakuake/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-04-13 12:27:19 UTC (rev 109331)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+# Contributor: James Rayner iphi...@gmail.com
+# Contributor: leeghoofd abcd...@solcon.nl
+
+pkgname=yakuake
+pkgver=2.9.9
+pkgrel=1
+pkgdesc=A drop-down terminal emulator based on KDE konsole technology
+arch=('i686' 'x86_64')
+url='http://yakuake.kde.org/'
+license=('GPL')
+depends=('kdebase-konsole')
+makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/${pkgname}/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
+md5sums=('ef97612710b28d62e43a58bed49cbead')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Copied: yakuake/repos/community-i686/yakuake.install (from rev 109330, 
yakuake/trunk/yakuake.install)
===
--- community-i686/yakuake.install  (rev 0)
+++ community-i686/yakuake.install  2014-04-13 12:27:19 UTC (rev 109331)
@@ -0,0 +1,11 @@
+post_install() {
+xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}

Copied: yakuake/repos/community-x86_64/PKGBUILD (from rev 109330, 
yakuake/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2014-04-13 12:27:19 UTC (rev 109331)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+# Contributor: James Rayner iphi...@gmail.com
+# Contributor: leeghoofd abcd...@solcon.nl
+
+pkgname=yakuake
+pkgver=2.9.9
+pkgrel=1
+pkgdesc=A drop-down terminal emulator based on KDE konsole technology
+arch=('i686' 'x86_64')
+url='http://yakuake.kde.org/'
+license=('GPL')
+depends=('kdebase-konsole')
+makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/${pkgname}/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
+md5sums=('ef97612710b28d62e43a58bed49cbead')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Copied: yakuake/repos/community-x86_64/yakuake.install (from rev 109330, 
yakuake/trunk/yakuake.install)
===
--- community-x86_64/yakuake.install(rev 0)
+++ community-x86_64/yakuake.install2014-04-13 12:27:19 UTC (rev 109331)
@@ -0,0 +1,11 @@
+post_install() {
+xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}



[arch-commits] Commit in (5 files)

2014-04-13 Thread Andrea Scarpino
Date: Sunday, April 13, 2014 @ 14:27:12
  Author: andrea
Revision: 109330

extra2community: Moving yakuake from extra to community

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

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

Added: yakuake/trunk/PKGBUILD
===
--- yakuake/trunk/PKGBUILD  (rev 0)
+++ yakuake/trunk/PKGBUILD  2014-04-13 12:27:12 UTC (rev 109330)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+# Contributor: James Rayner iphi...@gmail.com
+# Contributor: leeghoofd abcd...@solcon.nl
+
+pkgname=yakuake
+pkgver=2.9.9
+pkgrel=1
+pkgdesc=A drop-down terminal emulator based on KDE konsole technology
+arch=('i686' 'x86_64')
+url='http://yakuake.kde.org/'
+license=('GPL')
+depends=('kdebase-konsole')
+makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/${pkgname}/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
+md5sums=('ef97612710b28d62e43a58bed49cbead')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}


Property changes on: yakuake/trunk/PKGBUILD
___
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property
Added: yakuake/trunk/yakuake.install
===
--- yakuake/trunk/yakuake.install   (rev 0)
+++ yakuake/trunk/yakuake.install   2014-04-13 12:27:12 UTC (rev 109330)
@@ -0,0 +1,11 @@
+post_install() {
+xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}



[arch-commits] Commit in (6 files)

2014-04-13 Thread Andrea Scarpino
Date: Sunday, April 13, 2014 @ 14:27:48
  Author: andrea
Revision: 109332

extra2community: Moving kaffeine from extra to community

Added:
  kaffeine/
  kaffeine/repos/
  kaffeine/trunk/
  kaffeine/trunk/PKGBUILD
  kaffeine/trunk/kaffeine-1.2.2-gcc4.7.patch
  kaffeine/trunk/kaffeine.install

-+
 PKGBUILD|   38 ++
 kaffeine-1.2.2-gcc4.7.patch |   32 
 kaffeine.install|   12 
 3 files changed, 82 insertions(+)

Added: kaffeine/trunk/PKGBUILD
===
--- kaffeine/trunk/PKGBUILD (rev 0)
+++ kaffeine/trunk/PKGBUILD 2014-04-13 12:27:48 UTC (rev 109332)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: 
+# Contributor: Pierre Schmitz pie...@archlinux.de
+
+pkgname=kaffeine
+pkgver=1.2.2
+pkgrel=3
+pkgdesc='KDE media player'
+license=('GPL')
+arch=('i686' 'x86_64')
+url=http://kaffeine.kde.org;
+depends=('kdebase-runtime' 'xine-lib')
+makedepends=('cmake' 'automoc4')
+install=kaffeine.install
+source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz
+kaffeine-1.2.2-gcc4.7.patch)
+md5sums=('690e48d2e5fe123887109aa9b1bc1c31'
+ '48afe5ec99b38fe02782db57a847033f')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+  patch -p1 -i ${srcdir}/kaffeine-1.2.2-gcc4.7.patch
+}
+
+build() {
+  mkdir build
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_SKIP_RPATH=ON \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+}


Property changes on: kaffeine/trunk/PKGBUILD
___
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property
Added: kaffeine/trunk/kaffeine-1.2.2-gcc4.7.patch
===
--- kaffeine/trunk/kaffeine-1.2.2-gcc4.7.patch  (rev 0)
+++ kaffeine/trunk/kaffeine-1.2.2-gcc4.7.patch  2014-04-13 12:27:48 UTC (rev 
109332)
@@ -0,0 +1,32 @@
+commit 2da9df1e67004c3cfa879578c351300a99f23da1
+Author: Christoph Pfister christophpfis...@gmail.com
+Date:   Wed Apr 4 21:22:09 2012 +0200
+
+fix build for gcc 4.7
+
+diff --git a/src/dvb/dvbepg.cpp b/src/dvb/dvbepg.cpp
+index 7fc8f68..e70d8b8 100644
+--- a/src/dvb/dvbepg.cpp
 b/src/dvb/dvbepg.cpp
+@@ -690,15 +690,15 @@ void AtscEpgFilter::processEitSection(const char *data, 
int size)
+   // 1980-01-06T00 minus 15 secs (= UTC - GPS in 2011)
+   QDateTime baseDateTime = QDateTime(QDate(1980, 1, 5), QTime(23, 59, 
45), Qt::UTC);
+ 
+-  for (AtscEitSectionEntry entry = eitSection.entries(); (entryCount  0) 
 entry.isValid();
+-   --entryCount, entry.advance()) {
++  for (AtscEitSectionEntry eitEntry = eitSection.entries();
++   (entryCount  0)  eitEntry.isValid(); --entryCount, 
eitEntry.advance()) {
+   DvbEpgEntry epgEntry;
+   epgEntry.channel = channel;
+-  epgEntry.begin = baseDateTime.addSecs(entry.startTime());
+-  epgEntry.duration = QTime().addSecs(entry.duration());
+-  epgEntry.title = entry.title();
++  epgEntry.begin = baseDateTime.addSecs(eitEntry.startTime());
++  epgEntry.duration = QTime().addSecs(eitEntry.duration());
++  epgEntry.title = eitEntry.title();
+ 
+-  quint32 id = ((quint32(fakeChannel.networkId)  16) | 
quint32(entry.eventId()));
++  quint32 id = ((quint32(fakeChannel.networkId)  16) | 
quint32(eitEntry.eventId()));
+   DvbSharedEpgEntry entry = epgEntries.value(id);
+ 
+   if (entry.isValid()  (entry-channel == epgEntry.channel) 

Added: kaffeine/trunk/kaffeine.install
===
--- kaffeine/trunk/kaffeine.install (rev 0)
+++ kaffeine/trunk/kaffeine.install 2014-04-13 12:27:48 UTC (rev 109332)
@@ -0,0 +1,12 @@
+post_install() {
+  xdg-icon-resource forceupdate --theme hicolor  /dev/null
+  update-desktop-database -q
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}



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

2014-04-13 Thread Andrea Scarpino
Date: Sunday, April 13, 2014 @ 14:27:58
  Author: andrea
Revision: 109333

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

Added:
  kaffeine/repos/community-i686/
  kaffeine/repos/community-i686/PKGBUILD
(from rev 109332, kaffeine/trunk/PKGBUILD)
  kaffeine/repos/community-i686/kaffeine-1.2.2-gcc4.7.patch
(from rev 109332, kaffeine/trunk/kaffeine-1.2.2-gcc4.7.patch)
  kaffeine/repos/community-i686/kaffeine.install
(from rev 109332, kaffeine/trunk/kaffeine.install)
  kaffeine/repos/community-x86_64/
  kaffeine/repos/community-x86_64/PKGBUILD
(from rev 109332, kaffeine/trunk/PKGBUILD)
  kaffeine/repos/community-x86_64/kaffeine-1.2.2-gcc4.7.patch
(from rev 109332, kaffeine/trunk/kaffeine-1.2.2-gcc4.7.patch)
  kaffeine/repos/community-x86_64/kaffeine.install
(from rev 109332, kaffeine/trunk/kaffeine.install)

--+
 community-i686/PKGBUILD  |   38 +
 community-i686/kaffeine-1.2.2-gcc4.7.patch   |   32 +
 community-i686/kaffeine.install  |   12 +++
 community-x86_64/PKGBUILD|   38 +
 community-x86_64/kaffeine-1.2.2-gcc4.7.patch |   32 +
 community-x86_64/kaffeine.install|   12 +++
 6 files changed, 164 insertions(+)

Copied: kaffeine/repos/community-i686/PKGBUILD (from rev 109332, 
kaffeine/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-04-13 12:27:58 UTC (rev 109333)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: 
+# Contributor: Pierre Schmitz pie...@archlinux.de
+
+pkgname=kaffeine
+pkgver=1.2.2
+pkgrel=3
+pkgdesc='KDE media player'
+license=('GPL')
+arch=('i686' 'x86_64')
+url=http://kaffeine.kde.org;
+depends=('kdebase-runtime' 'xine-lib')
+makedepends=('cmake' 'automoc4')
+install=kaffeine.install
+source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz
+kaffeine-1.2.2-gcc4.7.patch)
+md5sums=('690e48d2e5fe123887109aa9b1bc1c31'
+ '48afe5ec99b38fe02782db57a847033f')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+  patch -p1 -i ${srcdir}/kaffeine-1.2.2-gcc4.7.patch
+}
+
+build() {
+  mkdir build
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_SKIP_RPATH=ON \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+}

Copied: kaffeine/repos/community-i686/kaffeine-1.2.2-gcc4.7.patch (from rev 
109332, kaffeine/trunk/kaffeine-1.2.2-gcc4.7.patch)
===
--- community-i686/kaffeine-1.2.2-gcc4.7.patch  (rev 0)
+++ community-i686/kaffeine-1.2.2-gcc4.7.patch  2014-04-13 12:27:58 UTC (rev 
109333)
@@ -0,0 +1,32 @@
+commit 2da9df1e67004c3cfa879578c351300a99f23da1
+Author: Christoph Pfister christophpfis...@gmail.com
+Date:   Wed Apr 4 21:22:09 2012 +0200
+
+fix build for gcc 4.7
+
+diff --git a/src/dvb/dvbepg.cpp b/src/dvb/dvbepg.cpp
+index 7fc8f68..e70d8b8 100644
+--- a/src/dvb/dvbepg.cpp
 b/src/dvb/dvbepg.cpp
+@@ -690,15 +690,15 @@ void AtscEpgFilter::processEitSection(const char *data, 
int size)
+   // 1980-01-06T00 minus 15 secs (= UTC - GPS in 2011)
+   QDateTime baseDateTime = QDateTime(QDate(1980, 1, 5), QTime(23, 59, 
45), Qt::UTC);
+ 
+-  for (AtscEitSectionEntry entry = eitSection.entries(); (entryCount  0) 
 entry.isValid();
+-   --entryCount, entry.advance()) {
++  for (AtscEitSectionEntry eitEntry = eitSection.entries();
++   (entryCount  0)  eitEntry.isValid(); --entryCount, 
eitEntry.advance()) {
+   DvbEpgEntry epgEntry;
+   epgEntry.channel = channel;
+-  epgEntry.begin = baseDateTime.addSecs(entry.startTime());
+-  epgEntry.duration = QTime().addSecs(entry.duration());
+-  epgEntry.title = entry.title();
++  epgEntry.begin = baseDateTime.addSecs(eitEntry.startTime());
++  epgEntry.duration = QTime().addSecs(eitEntry.duration());
++  epgEntry.title = eitEntry.title();
+ 
+-  quint32 id = ((quint32(fakeChannel.networkId)  16) | 
quint32(entry.eventId()));
++  quint32 id = ((quint32(fakeChannel.networkId)  16) | 
quint32(eitEntry.eventId()));
+   DvbSharedEpgEntry entry = epgEntries.value(id);
+ 
+   if (entry.isValid()  (entry-channel == epgEntry.channel) 

Copied: kaffeine/repos/community-i686/kaffeine.install (from rev 109332, 
kaffeine/trunk/kaffeine.install)
===
--- community-i686/kaffeine.install (rev 0)
+++ community-i686/kaffeine.install 2014-04-13 12:27:58 UTC (rev 109333)
@@ -0,0 +1,12 @@
+post_install() {
+  xdg-icon-resource 

[arch-commits] Commit in (yakuake)

2014-04-13 Thread Andrea Scarpino
Date: Sunday, April 13, 2014 @ 14:27:39
  Author: andrea
Revision: 210278

extra2community: Moving yakuake from extra to community

Deleted:
  yakuake/



[arch-commits] Commit in (kaffeine)

2014-04-13 Thread Andrea Scarpino
Date: Sunday, April 13, 2014 @ 14:28:18
  Author: andrea
Revision: 210281

extra2community: Moving kaffeine from extra to community

Deleted:
  kaffeine/



[arch-commits] Commit in (4 files)

2014-04-13 Thread Andrea Scarpino
Date: Sunday, April 13, 2014 @ 14:36:33
  Author: andrea
Revision: 109338

Moved to AUR

Deleted:
  python2-ubuntuone-storageprotocol/
  ubuntu-sso-client/
  ubuntuone-client/
  ubuntuone-control-panel/



[arch-commits] Commit in haskell-data-default/trunk (PKGBUILD)

2014-04-13 Thread Jelle van der Waa
Date: Sunday, April 13, 2014 @ 14:40:47
  Author: jelle
Revision: 109339

upgpkg: haskell-data-default 0.5.3-2

ghc 7.8.2 rebuild

Modified:
  haskell-data-default/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-04-13 12:36:33 UTC (rev 109338)
+++ PKGBUILD2014-04-13 12:40:47 UTC (rev 109339)
@@ -2,13 +2,13 @@
 _hkgname=data-default
 pkgname=haskell-data-default
 pkgver=0.5.3
-pkgrel=1
+pkgrel=2
 pkgdesc=A class for types with a default value
 url=http://hackage.haskell.org/package/${_hkgname};
 license=('custom:BSD3')
 arch=('i686' 'x86_64')
 makedepends=()
-depends=('ghc=7.6.3' 'haskell-data-default-class' 
'haskell-data-default-instances-base' 
'haskell-data-default-instances-containers' 
'haskell-data-default-instances-dlist' 
'haskell-data-default-instances-old-locale')
+depends=('ghc=7.8.2' 'haskell-data-default-class' 
'haskell-data-default-instances-base' 
'haskell-data-default-instances-containers' 
'haskell-data-default-instances-dlist' 
'haskell-data-default-instances-old-locale')
 options=('strip')
 
source=(http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
 install=${pkgname}.install



[arch-commits] Commit in haskell-data-default/repos (6 files)

2014-04-13 Thread Jelle van der Waa
Date: Sunday, April 13, 2014 @ 14:40:54
  Author: jelle
Revision: 109340

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

Added:
  haskell-data-default/repos/community-staging-i686/
  haskell-data-default/repos/community-staging-i686/PKGBUILD
(from rev 109339, haskell-data-default/trunk/PKGBUILD)
  haskell-data-default/repos/community-staging-i686/haskell-data-default.install
(from rev 109339, haskell-data-default/trunk/haskell-data-default.install)
  haskell-data-default/repos/community-staging-x86_64/
  haskell-data-default/repos/community-staging-x86_64/PKGBUILD
(from rev 109339, haskell-data-default/trunk/PKGBUILD)
  
haskell-data-default/repos/community-staging-x86_64/haskell-data-default.install
(from rev 109339, haskell-data-default/trunk/haskell-data-default.install)

---+
 community-staging-i686/PKGBUILD   |   37 
 community-staging-i686/haskell-data-default.install   |   18 +++
 community-staging-x86_64/PKGBUILD |   37 
 community-staging-x86_64/haskell-data-default.install |   18 +++
 4 files changed, 110 insertions(+)

Copied: haskell-data-default/repos/community-staging-i686/PKGBUILD (from rev 
109339, haskell-data-default/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2014-04-13 12:40:54 UTC (rev 109340)
@@ -0,0 +1,37 @@
+# Maintainer: Jelle van der Waa je...@vdwaa.nl
+_hkgname=data-default
+pkgname=haskell-data-default
+pkgver=0.5.3
+pkgrel=2
+pkgdesc=A class for types with a default value
+url=http://hackage.haskell.org/package/${_hkgname};
+license=('custom:BSD3')
+arch=('i686' 'x86_64')
+makedepends=()
+depends=('ghc=7.8.2' 'haskell-data-default-class' 
'haskell-data-default-instances-base' 
'haskell-data-default-instances-containers' 
'haskell-data-default-instances-dlist' 
'haskell-data-default-instances-old-locale')
+options=('strip')
+source=(http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
+install=${pkgname}.install
+md5sums=('03a98d999273ad20d5bc0c711bf1c533')
+options=('staticlibs')
+
+build() {
+cd ${srcdir}/${_hkgname}-${pkgver}
+runhaskell Setup configure -O ${PKGBUILD_HASKELL_ENABLE_PROFILING:+-p } 
--enable-split-objs --enable-shared \
+   --prefix=/usr --docdir=/usr/share/doc/${pkgname} 
--libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup haddock
+runhaskell Setup register   --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e s|ghc-pkg.*unregister[^ ]* |'--force' | unregister.sh
+}
+package() {
+cd ${srcdir}/${_hkgname}-${pkgver}
+install -D -m744 register.sh   
${pkgdir}/usr/share/haskell/${pkgname}/register.sh
+install-m744 unregister.sh 
${pkgdir}/usr/share/haskell/${pkgname}/unregister.sh
+install -d -m755 ${pkgdir}/usr/share/doc/ghc/html/libraries
+ln -s /usr/share/doc/${pkgname}/html 
${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}
+runhaskell Setup copy --destdir=${pkgdir}
+install -D -m644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+rm -f ${pkgdir}/usr/share/doc/${pkgname}/LICENSE
+}

Copied: 
haskell-data-default/repos/community-staging-i686/haskell-data-default.install 
(from rev 109339, haskell-data-default/trunk/haskell-data-default.install)
===
--- community-staging-i686/haskell-data-default.install 
(rev 0)
+++ community-staging-i686/haskell-data-default.install 2014-04-13 12:40:54 UTC 
(rev 109340)
@@ -0,0 +1,18 @@
+HS_DIR=usr/share/haskell/haskell-data-default
+post_install() {
+  ${HS_DIR}/register.sh
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}
+pre_upgrade() {
+  ${HS_DIR}/unregister.sh
+}
+post_upgrade() {
+  ${HS_DIR}/register.sh
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}
+pre_remove() {
+  ${HS_DIR}/unregister.sh
+}
+post_remove() {
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}

Copied: haskell-data-default/repos/community-staging-x86_64/PKGBUILD (from rev 
109339, haskell-data-default/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2014-04-13 12:40:54 UTC (rev 109340)
@@ -0,0 +1,37 @@
+# Maintainer: Jelle van der Waa je...@vdwaa.nl
+_hkgname=data-default
+pkgname=haskell-data-default
+pkgver=0.5.3
+pkgrel=2
+pkgdesc=A class for types with a default value
+url=http://hackage.haskell.org/package/${_hkgname};
+license=('custom:BSD3')
+arch=('i686' 'x86_64')
+makedepends=()
+depends=('ghc=7.8.2' 'haskell-data-default-class' 

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

2014-04-13 Thread Jan de Groot
Date: Sunday, April 13, 2014 @ 14:51:04
  Author: jgc
Revision: 210283

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

Added:
  gvfs/repos/testing-i686/PKGBUILD
(from rev 210282, gvfs/trunk/PKGBUILD)
  gvfs/repos/testing-i686/gvfs-module.install
(from rev 210282, gvfs/trunk/gvfs-module.install)
  gvfs/repos/testing-i686/gvfs-smb.install
(from rev 210282, gvfs/trunk/gvfs-smb.install)
  gvfs/repos/testing-i686/gvfs.install
(from rev 210282, gvfs/trunk/gvfs.install)
  gvfs/repos/testing-x86_64/PKGBUILD
(from rev 210282, gvfs/trunk/PKGBUILD)
  gvfs/repos/testing-x86_64/gvfs-module.install
(from rev 210282, gvfs/trunk/gvfs-module.install)
  gvfs/repos/testing-x86_64/gvfs-smb.install
(from rev 210282, gvfs/trunk/gvfs-smb.install)
  gvfs/repos/testing-x86_64/gvfs.install
(from rev 210282, gvfs/trunk/gvfs.install)
Deleted:
  gvfs/repos/testing-i686/PKGBUILD
  gvfs/repos/testing-i686/gvfs-module.install
  gvfs/repos/testing-i686/gvfs-smb.install
  gvfs/repos/testing-i686/gvfs.install
  gvfs/repos/testing-x86_64/PKGBUILD
  gvfs/repos/testing-x86_64/gvfs-module.install
  gvfs/repos/testing-x86_64/gvfs-smb.install
  gvfs/repos/testing-x86_64/gvfs.install

+
 /PKGBUILD  |  260 +++
 /gvfs-module.install   |   14 +
 /gvfs-smb.install  |   24 +++
 /gvfs.install  |   28 +++
 testing-i686/PKGBUILD  |  130 -
 testing-i686/gvfs-module.install   |7 
 testing-i686/gvfs-smb.install  |   12 -
 testing-i686/gvfs.install  |   14 -
 testing-x86_64/PKGBUILD|  130 -
 testing-x86_64/gvfs-module.install |7 
 testing-x86_64/gvfs-smb.install|   12 -
 testing-x86_64/gvfs.install|   14 -
 12 files changed, 326 insertions(+), 326 deletions(-)

Deleted: testing-i686/PKGBUILD
===
--- testing-i686/PKGBUILD   2014-04-13 12:50:55 UTC (rev 210282)
+++ testing-i686/PKGBUILD   2014-04-13 12:51:04 UTC (rev 210283)
@@ -1,130 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-
-pkgbase=gvfs
-pkgname=('gvfs' 'gvfs-smb' 'gvfs-afc' 'gvfs-afp' 'gvfs-gphoto2' 'gvfs-goa' 
'gvfs-mtp')
-pkgver=1.20.0
-pkgrel=1
-arch=('i686' 'x86_64')
-license=('LGPL')
-makedepends=('avahi' 'dbus-glib' 'fuse' 'intltool' 'libarchive' 
'libcdio-paranoia' 'libgphoto2' 'libimobiledevice' 'libsoup' 'smbclient' 
'udisks2' 'libsecret' 'docbook-xsl' 'gtk3' 'libmtp' 'gnome-online-accounts' 
'libbluray')
-url=http://www.gnome.org;
-source=(http://ftp.gnome.org/pub/gnome/sources/$pkgbase/${pkgver:0:4}/$pkgbase-$pkgver.tar.xz)
-sha256sums=('532a75fe105950a4da449d06b4fef73fb2f17ed795f731db3785c83e360e7e41')
-
-build() {
-  cd $pkgbase-$pkgver
-  autoreconf -fi
-  ./configure --prefix=/usr --sysconfdir=/etc \
-  --localstatedir=/var --disable-static \
-  --libexecdir=/usr/lib/gvfs \
-  --with-bash-completion-dir=/usr/share/bash-completion/completions \
-  --disable-obexftp
-  make
-}
-
-package_gvfs() {
-  pkgdesc=Userspace virtual filesystem implemented as a pluggable module for 
gio
-  depends=('avahi' 'dconf' 'fuse' 'libarchive' 'libcdio-paranoia' 'libsoup' 
'udisks2' 'libsecret' 'libbluray')
-  replaces=('gvfs-obexftp')
-  optdepends=('gvfs-afc: AFC (mobile devices) support'
-  'gvfs-smb: SMB/CIFS (Windows client) support'
-  'gvfs-gphoto2: gphoto2 (PTP camera/MTP media player) support'
-  'gvfs-afp: Apple Filing Protocol (AFP) support'
-  'gvfs-mtp: MTP device support'
-  'gvfs-goa: gnome-online-accounts support'
-  'gtk3: Recent files support')
-  install=gvfs.install
-
-  cd $pkgbase-$pkgver
-  sed -e 's/^am__append_4/#am__append_4/' \
-  -e 's/^am__append_5/#am__append_5/' \
-  -e 's/^am__append_6/#am__append_6/' \
-  -e 's/^am__append_7/#am__append_7/' \
-  -i monitor/Makefile
-  make DESTDIR=$pkgdir install
-
-  cd $pkgdir
-  rm usr/lib/gvfs/gvfsd-{smb,smb-browse,afc,afp,afp-browse,gphoto2,mtp}
-  rm 
usr/share/gvfs/mounts/{smb,smb-browse,afc,afp,afp-browse,gphoto2,mtp}.mount
-  rm usr/share/glib-2.0/schemas/org.gnome.system.smb.gschema.xml
-  rm usr/share/GConf/gsettings/gvfs-smb.convert
-}
-
-package_gvfs-smb() {
-  pkgdesc=SMB/CIFS (Windows client) backend for gvfs
-  depends=(gvfs=$pkgver 'smbclient')
-  install=gvfs-smb.install
-
-  cd $pkgbase-$pkgver/daemon
-  install -m755 -d $pkgdir/usr/lib/gvfs
-  install -m755 -d $pkgdir/usr/share/gvfs/mounts
-
-  install -m755 .libs/gvfsd-smb{,-browse} $pkgdir/usr/lib/gvfs/
-  install -m644 smb{,-browse}.mount $pkgdir/usr/share/gvfs/mounts/
-
-  install -Dm644 org.gnome.system.smb.gschema.xml \
-$pkgdir/usr/share/glib-2.0/schemas/org.gnome.system.smb.gschema.xml
-  install -Dm644 gvfs-smb.convert \
-$pkgdir/usr/share/GConf/gsettings/gvfs-smb.convert
-}
-
-package_gvfs-afc() 

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

2014-04-13 Thread Jan de Groot
Date: Sunday, April 13, 2014 @ 14:50:55
  Author: jgc
Revision: 210282

upgpkg: gvfs 1.20.1-1

Modified:
  gvfs/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-04-13 12:28:18 UTC (rev 210281)
+++ PKGBUILD2014-04-13 12:50:55 UTC (rev 210282)
@@ -3,7 +3,7 @@
 
 pkgbase=gvfs
 pkgname=('gvfs' 'gvfs-smb' 'gvfs-afc' 'gvfs-afp' 'gvfs-gphoto2' 'gvfs-goa' 
'gvfs-mtp')
-pkgver=1.20.0
+pkgver=1.20.1
 pkgrel=1
 arch=('i686' 'x86_64')
 license=('LGPL')
@@ -10,7 +10,7 @@
 makedepends=('avahi' 'dbus-glib' 'fuse' 'intltool' 'libarchive' 
'libcdio-paranoia' 'libgphoto2' 'libimobiledevice' 'libsoup' 'smbclient' 
'udisks2' 'libsecret' 'docbook-xsl' 'gtk3' 'libmtp' 'gnome-online-accounts' 
'libbluray')
 url=http://www.gnome.org;
 
source=(http://ftp.gnome.org/pub/gnome/sources/$pkgbase/${pkgver:0:4}/$pkgbase-$pkgver.tar.xz)
-sha256sums=('532a75fe105950a4da449d06b4fef73fb2f17ed795f731db3785c83e360e7e41')
+sha256sums=('73f6b104cf93d376f2c8f164ea727dd813f14ca0aa9f5a3a9d8d3a19e34a5b0a')
 
 build() {
   cd $pkgbase-$pkgver



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

2014-04-13 Thread Jan de Groot
Date: Sunday, April 13, 2014 @ 14:55:25
  Author: jgc
Revision: 210284

upgpkg: gnome-color-manager 3.12.1-1

Add agryllcms optdepend for color calibration

Modified:
  gnome-color-manager/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-04-13 12:51:04 UTC (rev 210283)
+++ PKGBUILD2014-04-13 12:55:25 UTC (rev 210284)
@@ -2,7 +2,7 @@
 # Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
 
 pkgname=gnome-color-manager
-pkgver=3.12.0
+pkgver=3.12.1
 pkgrel=1
 pkgdesc=Color profile manager for the GNOME desktop
 arch=(i686 x86_64)
@@ -10,11 +10,12 @@
 license=(GPL2)
 depends=(libcanberra vte3 exiv2 hicolor-icon-theme desktop-file-utils 
shared-color-targets colord-gtk libexif)
 makedepends=(intltool yelp-tools)
+optdepends=('argyllcms: color calibration')
 install=gnome-color-manager.install
 options=('!emptydirs')
 groups=('gnome-extra')
 
source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('328430e824efe63f2b533f2f4d232b7e4e10154ff4f5107b3571882380d6a8fa')
+sha256sums=('06bbc4ce1cd7862a33c6b8d64e647770936cf8787756135b0781385bac1998a9')
 
 build(){
   cd $pkgname-$pkgver



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

2014-04-13 Thread Jan de Groot
Date: Sunday, April 13, 2014 @ 14:55:31
  Author: jgc
Revision: 210285

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

Added:
  gnome-color-manager/repos/testing-i686/PKGBUILD
(from rev 210284, gnome-color-manager/trunk/PKGBUILD)
  gnome-color-manager/repos/testing-i686/gnome-color-manager.install
(from rev 210284, gnome-color-manager/trunk/gnome-color-manager.install)
  gnome-color-manager/repos/testing-x86_64/PKGBUILD
(from rev 210284, gnome-color-manager/trunk/PKGBUILD)
  gnome-color-manager/repos/testing-x86_64/gnome-color-manager.install
(from rev 210284, gnome-color-manager/trunk/gnome-color-manager.install)
Deleted:
  gnome-color-manager/repos/testing-i686/PKGBUILD
  gnome-color-manager/repos/testing-i686/gnome-color-manager.install
  gnome-color-manager/repos/testing-x86_64/PKGBUILD
  gnome-color-manager/repos/testing-x86_64/gnome-color-manager.install

+
 /PKGBUILD  |   70 +++
 /gnome-color-manager.install   |   38 ++
 testing-i686/PKGBUILD  |   34 -
 testing-i686/gnome-color-manager.install   |   19 ---
 testing-x86_64/PKGBUILD|   34 -
 testing-x86_64/gnome-color-manager.install |   19 ---
 6 files changed, 108 insertions(+), 106 deletions(-)

Deleted: testing-i686/PKGBUILD
===
--- testing-i686/PKGBUILD   2014-04-13 12:55:25 UTC (rev 210284)
+++ testing-i686/PKGBUILD   2014-04-13 12:55:31 UTC (rev 210285)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
-
-pkgname=gnome-color-manager
-pkgver=3.12.0
-pkgrel=1
-pkgdesc=Color profile manager for the GNOME desktop
-arch=(i686 x86_64)
-url=http://projects.gnome.org/gnome-color-manager/;
-license=(GPL2)
-depends=(libcanberra vte3 exiv2 hicolor-icon-theme desktop-file-utils 
shared-color-targets colord-gtk libexif)
-makedepends=(intltool yelp-tools)
-install=gnome-color-manager.install
-options=('!emptydirs')
-groups=('gnome-extra')
-source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('328430e824efe63f2b533f2f4d232b7e4e10154ff4f5107b3571882380d6a8fa')
-
-build(){
-  cd $pkgname-$pkgver
-
-  # man pages need docbook-sgml, which we don't have
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
-  --libexecdir=/usr/lib/gnome-color-manager --disable-static 
--disable-man-pages
-
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0 /g' -e 's/if test 
$export_dynamic = yes  test -n $export_dynamic_flag_spec; then/  
func_append compile_command  -Wl,-O1,--as-needed\n  func_append 
finalize_command  -Wl,-O1,--as-needed\n\0/' libtool
-
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}

Copied: gnome-color-manager/repos/testing-i686/PKGBUILD (from rev 210284, 
gnome-color-manager/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-04-13 12:55:31 UTC (rev 210285)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+
+pkgname=gnome-color-manager
+pkgver=3.12.1
+pkgrel=1
+pkgdesc=Color profile manager for the GNOME desktop
+arch=(i686 x86_64)
+url=http://projects.gnome.org/gnome-color-manager/;
+license=(GPL2)
+depends=(libcanberra vte3 exiv2 hicolor-icon-theme desktop-file-utils 
shared-color-targets colord-gtk libexif)
+makedepends=(intltool yelp-tools)
+optdepends=('argyllcms: color calibration')
+install=gnome-color-manager.install
+options=('!emptydirs')
+groups=('gnome-extra')
+source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('06bbc4ce1cd7862a33c6b8d64e647770936cf8787756135b0781385bac1998a9')
+
+build(){
+  cd $pkgname-$pkgver
+
+  # man pages need docbook-sgml, which we don't have
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+  --libexecdir=/usr/lib/gnome-color-manager --disable-static 
--disable-man-pages
+
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0 /g' -e 's/if test 
$export_dynamic = yes  test -n $export_dynamic_flag_spec; then/  
func_append compile_command  -Wl,-O1,--as-needed\n  func_append 
finalize_command  -Wl,-O1,--as-needed\n\0/' libtool
+
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Deleted: testing-i686/gnome-color-manager.install
===
--- testing-i686/gnome-color-manager.install2014-04-13 12:55:25 UTC (rev 
210284)
+++ testing-i686/gnome-color-manager.install2014-04-13 12:55:31 UTC (rev 
210285)
@@ -1,19 +0,0 @@
-post_install() {
-  usr/bin/glib-compile-schemas usr/share/glib-2.0/schemas
-  

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

2014-04-13 Thread Jan de Groot
Date: Sunday, April 13, 2014 @ 14:59:09
  Author: jgc
Revision: 210286

upgpkg: gnome-calculator 3.12.1-1

Modified:
  gnome-calculator/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-04-13 12:55:31 UTC (rev 210285)
+++ PKGBUILD2014-04-13 12:59:09 UTC (rev 210286)
@@ -3,7 +3,7 @@
 # Contributor: Jan de Groot j...@archlinux.org
 
 pkgname=gnome-calculator
-pkgver=3.12.0
+pkgver=3.12.1
 pkgrel=1
 pkgdesc=GNOME Scientific calculator
 arch=('i686' 'x86_64')
@@ -17,7 +17,7 @@
 url=http://www.gnome.org;
 install=gnome-calculator.install
 
source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/${pkgver:0:4}/${pkgname}-${pkgver}.tar.xz)
-sha256sums=('22882c770251203be85f728d73b0d3946728774fd437cf460cd6d958fc4b4dc5')
+sha256sums=('15a75bbe19f6d2280d864f0504f6fc5b1f148fea9738b5548b64b7b8c0c64740')
 
 build() {
   cd $pkgname-$pkgver



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

2014-04-13 Thread Jan de Groot
Date: Sunday, April 13, 2014 @ 14:59:24
  Author: jgc
Revision: 210287

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

Added:
  gnome-calculator/repos/testing-i686/PKGBUILD
(from rev 210286, gnome-calculator/trunk/PKGBUILD)
  gnome-calculator/repos/testing-i686/gnome-calculator.install
(from rev 210286, gnome-calculator/trunk/gnome-calculator.install)
  gnome-calculator/repos/testing-x86_64/PKGBUILD
(from rev 210286, gnome-calculator/trunk/PKGBUILD)
  gnome-calculator/repos/testing-x86_64/gnome-calculator.install
(from rev 210286, gnome-calculator/trunk/gnome-calculator.install)
Deleted:
  gnome-calculator/repos/testing-i686/PKGBUILD
  gnome-calculator/repos/testing-i686/gnome-calculator.install
  gnome-calculator/repos/testing-x86_64/PKGBUILD
  gnome-calculator/repos/testing-x86_64/gnome-calculator.install

-+
 /PKGBUILD   |   64 ++
 /gnome-calculator.install   |   22 ++
 testing-i686/PKGBUILD   |   32 ---
 testing-i686/gnome-calculator.install   |   11 -
 testing-x86_64/PKGBUILD |   32 ---
 testing-x86_64/gnome-calculator.install |   11 -
 6 files changed, 86 insertions(+), 86 deletions(-)

Deleted: testing-i686/PKGBUILD
===
--- testing-i686/PKGBUILD   2014-04-13 12:59:09 UTC (rev 210286)
+++ testing-i686/PKGBUILD   2014-04-13 12:59:24 UTC (rev 210287)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
-# Contributor: Jan de Groot j...@archlinux.org
-
-pkgname=gnome-calculator
-pkgver=3.12.0
-pkgrel=1
-pkgdesc=GNOME Scientific calculator
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('gtk3' 'dconf' 'gtksourceview3')
-makedepends=('intltool' 'yelp-tools' 'vala')
-groups=('gnome')
-replaces=('gcalctool')
-conflicts=('gcalctool')
-options=(!emptydirs)
-url=http://www.gnome.org;
-install=gnome-calculator.install
-source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/${pkgver:0:4}/${pkgname}-${pkgver}.tar.xz)
-sha256sums=('22882c770251203be85f728d73b0d3946728774fd437cf460cd6d958fc4b4dc5')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc --disable-schemas-compile \
-  --localstatedir=/var
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=${pkgdir} install
-}

Copied: gnome-calculator/repos/testing-i686/PKGBUILD (from rev 210286, 
gnome-calculator/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-04-13 12:59:24 UTC (rev 210287)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+# Contributor: Jan de Groot j...@archlinux.org
+
+pkgname=gnome-calculator
+pkgver=3.12.1
+pkgrel=1
+pkgdesc=GNOME Scientific calculator
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('gtk3' 'dconf' 'gtksourceview3')
+makedepends=('intltool' 'yelp-tools' 'vala')
+groups=('gnome')
+replaces=('gcalctool')
+conflicts=('gcalctool')
+options=(!emptydirs)
+url=http://www.gnome.org;
+install=gnome-calculator.install
+source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/${pkgver:0:4}/${pkgname}-${pkgver}.tar.xz)
+sha256sums=('15a75bbe19f6d2280d864f0504f6fc5b1f148fea9738b5548b64b7b8c0c64740')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc --disable-schemas-compile \
+  --localstatedir=/var
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=${pkgdir} install
+}

Deleted: testing-i686/gnome-calculator.install
===
--- testing-i686/gnome-calculator.install   2014-04-13 12:59:09 UTC (rev 
210286)
+++ testing-i686/gnome-calculator.install   2014-04-13 12:59:24 UTC (rev 
210287)
@@ -1,11 +0,0 @@
-post_install() {
-  usr/bin/glib-compile-schemas usr/share/glib-2.0/schemas
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-post_remove() {
-  post_install $1
-}

Copied: gnome-calculator/repos/testing-i686/gnome-calculator.install (from rev 
210286, gnome-calculator/trunk/gnome-calculator.install)
===
--- testing-i686/gnome-calculator.install   (rev 0)
+++ testing-i686/gnome-calculator.install   2014-04-13 12:59:24 UTC (rev 
210287)
@@ -0,0 +1,11 @@
+post_install() {
+  usr/bin/glib-compile-schemas usr/share/glib-2.0/schemas
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+post_remove() {
+  post_install $1
+}

Deleted: testing-x86_64/PKGBUILD
===
--- testing-x86_64/PKGBUILD 2014-04-13 12:59:09 UTC (rev 210286)
+++ testing-x86_64/PKGBUILD 2014-04-13 12:59:24 UTC (rev 210287)
@@ -1,32 +0,0 @@
-# $Id$
-# 

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

2014-04-13 Thread Jelle van der Waa
Date: Sunday, April 13, 2014 @ 15:02:29
  Author: jelle
Revision: 109342

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

Added:
  haskell-x11/repos/community-staging-i686/
  haskell-x11/repos/community-staging-i686/PKGBUILD
(from rev 109341, haskell-x11/trunk/PKGBUILD)
  haskell-x11/repos/community-staging-i686/hsmod.install
(from rev 109341, haskell-x11/trunk/hsmod.install)
  haskell-x11/repos/community-staging-x86_64/
  haskell-x11/repos/community-staging-x86_64/PKGBUILD
(from rev 109341, haskell-x11/trunk/PKGBUILD)
  haskell-x11/repos/community-staging-x86_64/hsmod.install
(from rev 109341, haskell-x11/trunk/hsmod.install)

+
 community-staging-i686/PKGBUILD|   42 +++
 community-staging-i686/hsmod.install   |   18 +
 community-staging-x86_64/PKGBUILD  |   42 +++
 community-staging-x86_64/hsmod.install |   18 +
 4 files changed, 120 insertions(+)

Copied: haskell-x11/repos/community-staging-i686/PKGBUILD (from rev 109341, 
haskell-x11/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2014-04-13 13:02:29 UTC (rev 109342)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: shild s...@bk.ru
+# Maintainer: Vesa Kaihlavirta ve...@iki.fi
+
+_hkgname=X11
+pkgname=haskell-x11
+pkgver=1.6.1.1
+pkgrel=4
+pkgdesc=A Haskell binding to the X11 graphics library.
+arch=(i686 x86_64)
+url=http://hackage.haskell.org/cgi-bin/hackage-scripts/package/X11;
+license=('custom:BSD3')
+options=('strip')
+depends=(ghc=7.8.2 libx11 libxinerama libxrandr 
haskell-data-default=0.5.3)
+conflicts=(haskell-x11-extras)
+install=hsmod.install
+source=(http://hackage.haskell.org/packages/archive/X11/$pkgver/X11-$pkgver.tar.gz)
+options=('staticlibs')
+md5sums=('80638b99238f72d4cc351b4fbd7274fc')
+
+build() {
+cd ${srcdir}/${_hkgname}-${pkgver}
+runhaskell Setup configure -O  --enable-split-objs --enable-shared \
+  --prefix=/usr --docdir=/usr/share/doc/${pkgname} 
--libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup haddock
+runhaskell Setup register   --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e s|ghc-pkg.*unregister[^ ]* |'--force' | unregister.sh
+}
+
+package() {
+cd ${srcdir}/${_hkgname}-${pkgver}
+install -D -m744 register.sh   
${pkgdir}/usr/share/haskell/${pkgname}/register.sh
+install-m744 unregister.sh 
${pkgdir}/usr/share/haskell/${pkgname}/unregister.sh
+install -d -m755 ${pkgdir}/usr/share/doc/ghc/html/libraries
+ln -s /usr/share/doc/${pkgname}/html 
${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}
+runhaskell Setup copy --destdir=${pkgdir}
+install -D -m644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+rm -f ${pkgdir}/usr/share/doc/${pkgname}/LICENSE
+}

Copied: haskell-x11/repos/community-staging-i686/hsmod.install (from rev 
109341, haskell-x11/trunk/hsmod.install)
===
--- community-staging-i686/hsmod.install(rev 0)
+++ community-staging-i686/hsmod.install2014-04-13 13:02:29 UTC (rev 
109342)
@@ -0,0 +1,18 @@
+HS_DIR=usr/share/haskell/haskell-x11
+post_install() {
+  ${HS_DIR}/register.sh
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}
+pre_upgrade() {
+  ${HS_DIR}/unregister.sh
+}
+post_upgrade() {
+  ${HS_DIR}/register.sh
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}
+pre_remove() {
+  ${HS_DIR}/unregister.sh
+}
+post_remove() {
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}

Copied: haskell-x11/repos/community-staging-x86_64/PKGBUILD (from rev 109341, 
haskell-x11/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2014-04-13 13:02:29 UTC (rev 109342)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: shild s...@bk.ru
+# Maintainer: Vesa Kaihlavirta ve...@iki.fi
+
+_hkgname=X11
+pkgname=haskell-x11
+pkgver=1.6.1.1
+pkgrel=4
+pkgdesc=A Haskell binding to the X11 graphics library.
+arch=(i686 x86_64)
+url=http://hackage.haskell.org/cgi-bin/hackage-scripts/package/X11;
+license=('custom:BSD3')
+options=('strip')
+depends=(ghc=7.8.2 libx11 libxinerama libxrandr 
haskell-data-default=0.5.3)
+conflicts=(haskell-x11-extras)
+install=hsmod.install
+source=(http://hackage.haskell.org/packages/archive/X11/$pkgver/X11-$pkgver.tar.gz)
+options=('staticlibs')
+md5sums=('80638b99238f72d4cc351b4fbd7274fc')
+
+build() {
+cd ${srcdir}/${_hkgname}-${pkgver}
+runhaskell Setup 

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

2014-04-13 Thread Jelle van der Waa
Date: Sunday, April 13, 2014 @ 15:02:22
  Author: jelle
Revision: 109341

upgpkg: haskell-x11 1.6.1.1-4

ghc 7.8.2 rebuild

Modified:
  haskell-x11/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-04-13 12:40:54 UTC (rev 109340)
+++ PKGBUILD2014-04-13 13:02:22 UTC (rev 109341)
@@ -6,13 +6,13 @@
 _hkgname=X11
 pkgname=haskell-x11
 pkgver=1.6.1.1
-pkgrel=3
+pkgrel=4
 pkgdesc=A Haskell binding to the X11 graphics library.
 arch=(i686 x86_64)
 url=http://hackage.haskell.org/cgi-bin/hackage-scripts/package/X11;
 license=('custom:BSD3')
 options=('strip')
-depends=(ghc=7.6.3-1 libx11 libxinerama libxrandr 
haskell-data-default=0.5.3)
+depends=(ghc=7.8.2 libx11 libxinerama libxrandr 
haskell-data-default=0.5.3)
 conflicts=(haskell-x11-extras)
 install=hsmod.install
 
source=(http://hackage.haskell.org/packages/archive/X11/$pkgver/X11-$pkgver.tar.gz)



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

2014-04-13 Thread Jan de Groot
Date: Sunday, April 13, 2014 @ 15:12:56
  Author: jgc
Revision: 210288

upgpkg: glibmm 2.39.93-1

Modified:
  glibmm/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-04-13 12:59:24 UTC (rev 210287)
+++ PKGBUILD2014-04-13 13:12:56 UTC (rev 210288)
@@ -4,7 +4,7 @@
 
 pkgbase=glibmm
 pkgname=('glibmm' 'glibmm-docs')
-pkgver=2.39.92
+pkgver=2.39.93
 pkgrel=1
 arch=('i686' 'x86_64')
 license=('LGPL')
@@ -11,7 +11,7 @@
 makedepends=('glib2' 'libsigc++2.0' 'pkgconfig')
 
source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
 url=http://www.gtkmm.org/;
-sha256sums=('34c16517ad4e00eddf27ebac86df27b4d38473593ab2ecdf7f5500a6993e3710')
+sha256sums=('479f8b604e7b65f5072e36b5ce686808fc65007bf769f98aabd7194cffb70989')
 
 build() {
   cd $pkgname-$pkgver



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

2014-04-13 Thread Jan de Groot
Date: Sunday, April 13, 2014 @ 15:13:04
  Author: jgc
Revision: 210289

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

Added:
  glibmm/repos/testing-i686/PKGBUILD
(from rev 210288, glibmm/trunk/PKGBUILD)
  glibmm/repos/testing-x86_64/PKGBUILD
(from rev 210288, glibmm/trunk/PKGBUILD)
Deleted:
  glibmm/repos/testing-i686/PKGBUILD
  glibmm/repos/testing-x86_64/PKGBUILD

-+
 /PKGBUILD   |   68 ++
 testing-i686/PKGBUILD   |   34 ---
 testing-x86_64/PKGBUILD |   34 ---
 3 files changed, 68 insertions(+), 68 deletions(-)

Deleted: testing-i686/PKGBUILD
===
--- testing-i686/PKGBUILD   2014-04-13 13:12:56 UTC (rev 210288)
+++ testing-i686/PKGBUILD   2014-04-13 13:13:04 UTC (rev 210289)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-# Contributor: Tom Newsom jeeps...@gmx.co.uk
-
-pkgbase=glibmm
-pkgname=('glibmm' 'glibmm-docs')
-pkgver=2.39.92
-pkgrel=1
-arch=('i686' 'x86_64')
-license=('LGPL')
-makedepends=('glib2' 'libsigc++2.0' 'pkgconfig')
-source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-url=http://www.gtkmm.org/;
-sha256sums=('34c16517ad4e00eddf27ebac86df27b4d38473593ab2ecdf7f5500a6993e3710')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr
-  make
-}
-
-package_glibmm() {
-  pkgdesc=Glib-- (glibmm) is a C++ interface for glib
-  depends=('glib2' 'libsigc++2.0')
-  cd $pkgbase-$pkgver
-  sed -i -e 's/^doc_subdirs/#doc_subdirs/' Makefile
-  make DESTDIR=$pkgdir install
-}
-
-package_glibmm-docs() {
-  pkgdesc=Developer documentation for glibmm
-  cd $pkgbase-$pkgver/docs
-  make DESTDIR=$pkgdir install
-}

Copied: glibmm/repos/testing-i686/PKGBUILD (from rev 210288, 
glibmm/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-04-13 13:13:04 UTC (rev 210289)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+# Contributor: Tom Newsom jeeps...@gmx.co.uk
+
+pkgbase=glibmm
+pkgname=('glibmm' 'glibmm-docs')
+pkgver=2.39.93
+pkgrel=1
+arch=('i686' 'x86_64')
+license=('LGPL')
+makedepends=('glib2' 'libsigc++2.0' 'pkgconfig')
+source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+url=http://www.gtkmm.org/;
+sha256sums=('479f8b604e7b65f5072e36b5ce686808fc65007bf769f98aabd7194cffb70989')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package_glibmm() {
+  pkgdesc=Glib-- (glibmm) is a C++ interface for glib
+  depends=('glib2' 'libsigc++2.0')
+  cd $pkgbase-$pkgver
+  sed -i -e 's/^doc_subdirs/#doc_subdirs/' Makefile
+  make DESTDIR=$pkgdir install
+}
+
+package_glibmm-docs() {
+  pkgdesc=Developer documentation for glibmm
+  cd $pkgbase-$pkgver/docs
+  make DESTDIR=$pkgdir install
+}

Deleted: testing-x86_64/PKGBUILD
===
--- testing-x86_64/PKGBUILD 2014-04-13 13:12:56 UTC (rev 210288)
+++ testing-x86_64/PKGBUILD 2014-04-13 13:13:04 UTC (rev 210289)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-# Contributor: Tom Newsom jeeps...@gmx.co.uk
-
-pkgbase=glibmm
-pkgname=('glibmm' 'glibmm-docs')
-pkgver=2.39.92
-pkgrel=1
-arch=('i686' 'x86_64')
-license=('LGPL')
-makedepends=('glib2' 'libsigc++2.0' 'pkgconfig')
-source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-url=http://www.gtkmm.org/;
-sha256sums=('34c16517ad4e00eddf27ebac86df27b4d38473593ab2ecdf7f5500a6993e3710')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr
-  make
-}
-
-package_glibmm() {
-  pkgdesc=Glib-- (glibmm) is a C++ interface for glib
-  depends=('glib2' 'libsigc++2.0')
-  cd $pkgbase-$pkgver
-  sed -i -e 's/^doc_subdirs/#doc_subdirs/' Makefile
-  make DESTDIR=$pkgdir install
-}
-
-package_glibmm-docs() {
-  pkgdesc=Developer documentation for glibmm
-  cd $pkgbase-$pkgver/docs
-  make DESTDIR=$pkgdir install
-}

Copied: glibmm/repos/testing-x86_64/PKGBUILD (from rev 210288, 
glibmm/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2014-04-13 13:13:04 UTC (rev 210289)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+# Contributor: Tom Newsom jeeps...@gmx.co.uk
+
+pkgbase=glibmm
+pkgname=('glibmm' 'glibmm-docs')
+pkgver=2.39.93
+pkgrel=1
+arch=('i686' 'x86_64')
+license=('LGPL')
+makedepends=('glib2' 'libsigc++2.0' 'pkgconfig')
+source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+url=http://www.gtkmm.org/;
+sha256sums=('479f8b604e7b65f5072e36b5ce686808fc65007bf769f98aabd7194cffb70989')
+

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

2014-04-13 Thread Laurent Carlier
Date: Sunday, April 13, 2014 @ 16:05:20
  Author: lcarlier
Revision: 210290

upgpkg: mesa 10.1.0-5

add workaround for FS#39803

Added:
  mesa/trunk/workaround-for-robustness-and-reset-with-intel.patch
Modified:
  mesa/trunk/PKGBUILD

--+
 PKGBUILD |   15 ---
 workaround-for-robustness-and-reset-with-intel.patch |   15 +++
 2 files changed, 27 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-04-13 13:13:04 UTC (rev 210289)
+++ PKGBUILD2014-04-13 14:05:20 UTC (rev 210290)
@@ -5,7 +5,7 @@
 pkgbase=mesa
 pkgname=('ati-dri' 'intel-dri' 'nouveau-dri' 'svga-dri' 'mesa' 'mesa-libgl')
 pkgver=10.1.0
-pkgrel=4
+pkgrel=5
 arch=('i686' 'x86_64')
 makedepends=('python2' 'libxml2' 'libx11' 'glproto' 'libdrm' 'dri2proto' 
'dri3proto' 'presentproto' 
  'libxshmfence' 'libxxf86vm'  'libxdamage' 'libvdpau' 'wayland' 
'elfutils' 'llvm' 'systemd')
@@ -12,10 +12,19 @@
 url=http://mesa3d.sourceforge.net;
 license=('custom')
 source=(ftp://ftp.freedesktop.org/pub/mesa/10.1/MesaLib-${pkgver}.tar.bz2
-LICENSE)
+LICENSE
+workaround-for-robustness-and-reset-with-intel.patch)
 md5sums=('3ec43f79dbcd9aa2a4a27bf1f51655b6'
- '5c65a0fe315dd347e09b1f2826a1df5a')
+ '5c65a0fe315dd347e09b1f2826a1df5a'
+ 'b6b744a948b0de9cd14a2a971b7472de')
 
+prepare () {
+  cd ${srcdir}/?esa-*
+
+  # workaround for FS#39803 - 
https://bugs.freedesktop.org/show_bug.cgi?id=75723
+  patch -Np1 -i ../workaround-for-robustness-and-reset-with-intel.patch
+}
+
 build() {
   cd ${srcdir}/?esa-*
 

Added: workaround-for-robustness-and-reset-with-intel.patch
===
--- workaround-for-robustness-and-reset-with-intel.patch
(rev 0)
+++ workaround-for-robustness-and-reset-with-intel.patch2014-04-13 
14:05:20 UTC (rev 210290)
@@ -0,0 +1,15 @@
+diff --git a/src/mesa/drivers/dri/i965/brw_context.c 
b/src/mesa/drivers/dri/i965/brw_context.c
+index e113654..5790680 100644
+--- a/src/mesa/drivers/dri/i965/brw_context.c
 b/src/mesa/drivers/dri/i965/brw_context.c
+@@ -645,7 +645,7 @@ brwCreateContext(gl_api api,
+ 
+brw_init_driver_functions(brw, functions);
+ 
+-   if (notify_reset)
++   if (notify_reset  brw-gen = 6)
+   functions.GetGraphicsResetStatus = brw_get_graphics_reset_status;
+ 
+struct gl_context *ctx = brw-ctx;
+
+



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

2014-04-13 Thread Laurent Carlier
Date: Sunday, April 13, 2014 @ 16:05:33
  Author: lcarlier
Revision: 210291

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

Added:
  mesa/repos/extra-i686/LICENSE
(from rev 210290, mesa/trunk/LICENSE)
  mesa/repos/extra-i686/PKGBUILD
(from rev 210290, mesa/trunk/PKGBUILD)
  mesa/repos/extra-i686/workaround-for-robustness-and-reset-with-intel.patch
(from rev 210290, 
mesa/trunk/workaround-for-robustness-and-reset-with-intel.patch)
  mesa/repos/extra-x86_64/LICENSE
(from rev 210290, mesa/trunk/LICENSE)
  mesa/repos/extra-x86_64/PKGBUILD
(from rev 210290, mesa/trunk/PKGBUILD)
  mesa/repos/extra-x86_64/workaround-for-robustness-and-reset-with-intel.patch
(from rev 210290, 
mesa/trunk/workaround-for-robustness-and-reset-with-intel.patch)
Deleted:
  mesa/repos/extra-i686/LICENSE
  mesa/repos/extra-i686/PKGBUILD
  mesa/repos/extra-x86_64/LICENSE
  mesa/repos/extra-x86_64/PKGBUILD

---+
 /LICENSE  |  164 
 /PKGBUILD |  342 
++
 extra-i686/LICENSE|   82 --
 extra-i686/PKGBUILD   |  162 
 extra-i686/workaround-for-robustness-and-reset-with-intel.patch   |   15 
 extra-x86_64/LICENSE  |   82 --
 extra-x86_64/PKGBUILD |  162 
 extra-x86_64/workaround-for-robustness-and-reset-with-intel.patch |   15 
 8 files changed, 536 insertions(+), 488 deletions(-)

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


[arch-commits] Commit in haskell-x11-xft/repos (6 files)

2014-04-13 Thread Jelle van der Waa
Date: Sunday, April 13, 2014 @ 16:16:23
  Author: jelle
Revision: 109344

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

Added:
  haskell-x11-xft/repos/community-staging-i686/
  haskell-x11-xft/repos/community-staging-i686/PKGBUILD
(from rev 109343, haskell-x11-xft/trunk/PKGBUILD)
  haskell-x11-xft/repos/community-staging-i686/haskell-x11-xft.install
(from rev 109343, haskell-x11-xft/trunk/haskell-x11-xft.install)
  haskell-x11-xft/repos/community-staging-x86_64/
  haskell-x11-xft/repos/community-staging-x86_64/PKGBUILD
(from rev 109343, haskell-x11-xft/trunk/PKGBUILD)
  haskell-x11-xft/repos/community-staging-x86_64/haskell-x11-xft.install
(from rev 109343, haskell-x11-xft/trunk/haskell-x11-xft.install)

--+
 community-staging-i686/PKGBUILD  |   38 +
 community-staging-i686/haskell-x11-xft.install   |   18 +
 community-staging-x86_64/PKGBUILD|   38 +
 community-staging-x86_64/haskell-x11-xft.install |   18 +
 4 files changed, 112 insertions(+)

Copied: haskell-x11-xft/repos/community-staging-i686/PKGBUILD (from rev 109343, 
haskell-x11-xft/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2014-04-13 14:16:23 UTC (rev 109344)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+
+_hkgname=X11-xft
+pkgname=haskell-x11-xft
+pkgver=0.3.1
+pkgrel=10
+pkgdesc=Bindings to the Xft, X Free Type interface library, and some Xrender 
parts
+url=http://hackage.haskell.org/package/${_hkgname};
+license=('LGPL')
+arch=('i686' 'x86_64')
+depends=('ghc=7.8.2' 'haskell-x11=1.6.1.1' 'haskell-utf8-string=0.3.7' 
'libxft')
+options=('strip')
+install=haskell-x11-xft.install
+source=(http://hackage.haskell.org/packages/archive/X11-xft/$pkgver/X11-xft-$pkgver.tar.gz)
+options=('staticlibs')
+md5sums=('ad885150a59f63de328e73abe5ffc79e')
+
+build() {
+  cd ${srcdir}/${_hkgname}-${pkgver}
+  runhaskell Setup configure -O  --enable-split-objs --enable-shared \
+--prefix=/usr --docdir=/usr/share/doc/${pkgname} 
--libsubdir=\$compiler/site-local/\$pkgid
+  runhaskell Setup build
+  runhaskell Setup haddock
+  runhaskell Setup register   --gen-script
+  runhaskell Setup unregister --gen-script
+  sed -i -r -e s|ghc-pkg.*unregister[^ ]* |'--force' | unregister.sh
+}
+
+package() {
+  cd ${srcdir}/${_hkgname}-${pkgver}
+  install -D -m744 register.sh   
${pkgdir}/usr/share/haskell/${pkgname}/register.sh
+  install-m744 unregister.sh 
${pkgdir}/usr/share/haskell/${pkgname}/unregister.sh
+  install -d -m755 ${pkgdir}/usr/share/doc/ghc/html/libraries
+  ln -s /usr/share/doc/${pkgname}/html 
${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}
+  runhaskell Setup copy --destdir=${pkgdir}
+  install -D -m644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}

Copied: haskell-x11-xft/repos/community-staging-i686/haskell-x11-xft.install 
(from rev 109343, haskell-x11-xft/trunk/haskell-x11-xft.install)
===
--- community-staging-i686/haskell-x11-xft.install  
(rev 0)
+++ community-staging-i686/haskell-x11-xft.install  2014-04-13 14:16:23 UTC 
(rev 109344)
@@ -0,0 +1,18 @@
+HS_DIR=/usr/share/haskell/haskell-x11-xft
+post_install() {
+  ${HS_DIR}/register.sh
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}
+pre_upgrade() {
+  ${HS_DIR}/unregister.sh
+}
+post_upgrade() {
+  ${HS_DIR}/register.sh
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}
+pre_remove() {
+  ${HS_DIR}/unregister.sh
+}
+post_remove() {
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}

Copied: haskell-x11-xft/repos/community-staging-x86_64/PKGBUILD (from rev 
109343, haskell-x11-xft/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2014-04-13 14:16:23 UTC (rev 109344)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+
+_hkgname=X11-xft
+pkgname=haskell-x11-xft
+pkgver=0.3.1
+pkgrel=10
+pkgdesc=Bindings to the Xft, X Free Type interface library, and some Xrender 
parts
+url=http://hackage.haskell.org/package/${_hkgname};
+license=('LGPL')
+arch=('i686' 'x86_64')
+depends=('ghc=7.8.2' 'haskell-x11=1.6.1.1' 'haskell-utf8-string=0.3.7' 
'libxft')
+options=('strip')
+install=haskell-x11-xft.install
+source=(http://hackage.haskell.org/packages/archive/X11-xft/$pkgver/X11-xft-$pkgver.tar.gz)
+options=('staticlibs')
+md5sums=('ad885150a59f63de328e73abe5ffc79e')
+
+build() {
+  cd ${srcdir}/${_hkgname}-${pkgver}
+  runhaskell Setup configure -O  --enable-split-objs --enable-shared \
+

[arch-commits] Commit in haskell-x11-xft/trunk (PKGBUILD)

2014-04-13 Thread Jelle van der Waa
Date: Sunday, April 13, 2014 @ 16:16:16
  Author: jelle
Revision: 109343

upgpkg: haskell-x11-xft 0.3.1-10

ghc 7.8.2 rebuild

Modified:
  haskell-x11-xft/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-04-13 13:02:29 UTC (rev 109342)
+++ PKGBUILD2014-04-13 14:16:16 UTC (rev 109343)
@@ -4,12 +4,12 @@
 _hkgname=X11-xft
 pkgname=haskell-x11-xft
 pkgver=0.3.1
-pkgrel=9
+pkgrel=10
 pkgdesc=Bindings to the Xft, X Free Type interface library, and some Xrender 
parts
 url=http://hackage.haskell.org/package/${_hkgname};
 license=('LGPL')
 arch=('i686' 'x86_64')
-depends=('ghc=7.6.3-1' 'haskell-x11=1.6.1.1-3' 'haskell-utf8-string=0.3.7' 
'libxft')
+depends=('ghc=7.8.2' 'haskell-x11=1.6.1.1' 'haskell-utf8-string=0.3.7' 
'libxft')
 options=('strip')
 install=haskell-x11-xft.install
 
source=(http://hackage.haskell.org/packages/archive/X11-xft/$pkgver/X11-xft-$pkgver.tar.gz)



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

2014-04-13 Thread Dave Reisner
Date: Sunday, April 13, 2014 @ 17:13:43
  Author: dreisner
Revision: 210292

upgpkg: varnish 4.0.0-1

- push builtin.vcl to documentation, keep example as tracked default.vcl
- include python as dep for building vmods

Modified:
  varnish/trunk/PKGBUILD
  varnish/trunk/varnish.install
  varnish/trunk/varnish.service

-+
 PKGBUILD|   18 +-
 varnish.install |8 
 varnish.service |7 ++-
 3 files changed, 27 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-04-13 14:05:33 UTC (rev 210291)
+++ PKGBUILD2014-04-13 15:13:43 UTC (rev 210292)
@@ -5,7 +5,7 @@
 # Contributor: Roberto Alsina rals...@kde.org
 
 pkgname=varnish
-pkgver=3.0.5
+pkgver=4.0.0
 pkgrel=1
 pkgdesc=High-performance HTTP accelerator
 arch=('i686' 'x86_64')
@@ -12,14 +12,16 @@
 url=http://www.varnish-cache.org/;
 license=('BSD')
 depends=('gcc' 'libedit' 'pcre')
+makedepends=('python-docutils')
+optdepends=('python: needed for vmod development')
 backup=('etc/varnish/default.vcl')
 install=$pkgname.install
 source=(http://repo.varnish-cache.org/source/$pkgname-$pkgver.tar.gz;
 varnish-vcl-reload
 varnish.service)
-md5sums=('674d44775cc927aee4601edb37f60198'
+md5sums=('05af2deae29f37b166392a0237756250'
  '03196dee7fc68e75069393d52c370762'
- '276f1761b3c7c6a83688038659194bbb')
+ '699d118a069c2e63e49c81f275ce2658')
 
 build() {
   cd $pkgname-$pkgver
@@ -34,11 +36,17 @@
 }
 
 package() {
-  make -C $pkgname-$pkgver DESTDIR=$pkgdir install
+  cd $pkgname-$pkgver
 
+  make DESTDIR=$pkgdir install
+
   install -m755 $srcdir/varnish-vcl-reload $pkgdir/usr/bin
   install -Dm644 $srcdir/$pkgname.service 
$pkgdir/usr/lib/systemd/system/$pkgname.service
 
+  # config
+  install -Dm644 etc/example.vcl $pkgdir/etc/varnish/default.vcl
+  install -Dm644 etc/builtin.vcl $pkgdir/usr/share/doc/varnish/builtin.vcl
+
   # license
-  install -Dm644 $pkgname-$pkgver/LICENSE 
$pkgdir/usr/share/licenses/$pkgname/LICENSE
+  install -Dm644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
 }

Modified: varnish.install
===
--- varnish.install 2014-04-13 14:05:33 UTC (rev 210291)
+++ varnish.install 2014-04-13 15:13:43 UTC (rev 210292)
@@ -4,3 +4,11 @@
 post_remove() {
   rm -rf var/lib/varnish
 }
+
+post_upgrade() {
+  if [ $(vercmp 4.0.0-1 $2) -eq 1 ]; then
+echo :: You must update your VCL to be compatible with 4.0.0. See the 
following
+echoupgrade guide to port your configuration:
+echohttps://www.varnish-cache.org/docs/trunk/whats-new/upgrading.html;
+  fi
+}

Modified: varnish.service
===
--- varnish.service 2014-04-13 14:05:33 UTC (rev 210291)
+++ varnish.service 2014-04-13 15:13:43 UTC (rev 210292)
@@ -1,10 +1,15 @@
 [Unit]
-Description=Web Application Accelerator
+Description=High-perfomance HTTP accelerator
 After=network.target
 
 [Service]
 ExecStart=/usr/bin/varnishd -a 0.0.0.0:80,[::]:80 -f /etc/varnish/default.vcl 
-T localhost:6082 -s malloc,64M -u nobody -g nobody -F
 ExecReload=/usr/bin/varnish-vcl-reload
+PrivateTmp=true
+PrivateDevices=true
+LimitNOFILE=131072
+LimitMEMLOCK=82000
+LimitCORE=infinity
 
 [Install]
 WantedBy=multi-user.target



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

2014-04-13 Thread Dave Reisner
Date: Sunday, April 13, 2014 @ 17:14:17
  Author: dreisner
Revision: 210293

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

Added:
  varnish/repos/extra-i686/PKGBUILD
(from rev 210292, varnish/trunk/PKGBUILD)
  varnish/repos/extra-i686/varnish-vcl-reload
(from rev 210292, varnish/trunk/varnish-vcl-reload)
  varnish/repos/extra-i686/varnish.install
(from rev 210292, varnish/trunk/varnish.install)
  varnish/repos/extra-i686/varnish.service
(from rev 210292, varnish/trunk/varnish.service)
  varnish/repos/extra-x86_64/PKGBUILD
(from rev 210292, varnish/trunk/PKGBUILD)
  varnish/repos/extra-x86_64/varnish-vcl-reload
(from rev 210292, varnish/trunk/varnish-vcl-reload)
  varnish/repos/extra-x86_64/varnish.install
(from rev 210292, varnish/trunk/varnish.install)
  varnish/repos/extra-x86_64/varnish.service
(from rev 210292, varnish/trunk/varnish.service)
Deleted:
  varnish/repos/extra-i686/PKGBUILD
  varnish/repos/extra-i686/varnish-vcl-reload
  varnish/repos/extra-i686/varnish.install
  varnish/repos/extra-i686/varnish.service
  varnish/repos/extra-x86_64/PKGBUILD
  varnish/repos/extra-x86_64/varnish-vcl-reload
  varnish/repos/extra-x86_64/varnish.install
  varnish/repos/extra-x86_64/varnish.service

-+
 /PKGBUILD   |  104 ++
 /varnish-vcl-reload |   40 ++
 /varnish.install|   28 ++
 /varnish.service|   30 ++
 extra-i686/PKGBUILD |   44 
 extra-i686/varnish-vcl-reload   |   20 ---
 extra-i686/varnish.install  |6 --
 extra-i686/varnish.service  |   10 ---
 extra-x86_64/PKGBUILD   |   44 
 extra-x86_64/varnish-vcl-reload |   20 ---
 extra-x86_64/varnish.install|6 --
 extra-x86_64/varnish.service|   10 ---
 12 files changed, 202 insertions(+), 160 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-04-13 15:13:43 UTC (rev 210292)
+++ extra-i686/PKGBUILD 2014-04-13 15:14:17 UTC (rev 210293)
@@ -1,44 +0,0 @@
-# $Id$
-# Maintainer: Dave Reisner dreis...@archlinux.org
-# Contributor: Jaroslav Lichtblau dragonl...@aur.archlinux.org
-# Contributor: Douglas Soares de Andrade
-# Contributor: Roberto Alsina rals...@kde.org
-
-pkgname=varnish
-pkgver=3.0.5
-pkgrel=1
-pkgdesc=High-performance HTTP accelerator
-arch=('i686' 'x86_64')
-url=http://www.varnish-cache.org/;
-license=('BSD')
-depends=('gcc' 'libedit' 'pcre')
-backup=('etc/varnish/default.vcl')
-install=$pkgname.install
-source=(http://repo.varnish-cache.org/source/$pkgname-$pkgver.tar.gz;
-varnish-vcl-reload
-varnish.service)
-md5sums=('674d44775cc927aee4601edb37f60198'
- '03196dee7fc68e75069393d52c370762'
- '276f1761b3c7c6a83688038659194bbb')
-
-build() {
-  cd $pkgname-$pkgver
-
-  ./configure \
---prefix=/usr \
---sysconfdir=/etc \
---localstatedir=/var/lib \
---sbindir=/usr/bin
-
-  make
-}
-
-package() {
-  make -C $pkgname-$pkgver DESTDIR=$pkgdir install
-
-  install -m755 $srcdir/varnish-vcl-reload $pkgdir/usr/bin
-  install -Dm644 $srcdir/$pkgname.service 
$pkgdir/usr/lib/systemd/system/$pkgname.service
-
-  # license
-  install -Dm644 $pkgname-$pkgver/LICENSE 
$pkgdir/usr/share/licenses/$pkgname/LICENSE
-}

Copied: varnish/repos/extra-i686/PKGBUILD (from rev 210292, 
varnish/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-04-13 15:14:17 UTC (rev 210293)
@@ -0,0 +1,52 @@
+# $Id$
+# Maintainer: Dave Reisner dreis...@archlinux.org
+# Contributor: Jaroslav Lichtblau dragonl...@aur.archlinux.org
+# Contributor: Douglas Soares de Andrade
+# Contributor: Roberto Alsina rals...@kde.org
+
+pkgname=varnish
+pkgver=4.0.0
+pkgrel=1
+pkgdesc=High-performance HTTP accelerator
+arch=('i686' 'x86_64')
+url=http://www.varnish-cache.org/;
+license=('BSD')
+depends=('gcc' 'libedit' 'pcre')
+makedepends=('python-docutils')
+optdepends=('python: needed for vmod development')
+backup=('etc/varnish/default.vcl')
+install=$pkgname.install
+source=(http://repo.varnish-cache.org/source/$pkgname-$pkgver.tar.gz;
+varnish-vcl-reload
+varnish.service)
+md5sums=('05af2deae29f37b166392a0237756250'
+ '03196dee7fc68e75069393d52c370762'
+ '699d118a069c2e63e49c81f275ce2658')
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./configure \
+--prefix=/usr \
+--sysconfdir=/etc \
+--localstatedir=/var/lib \
+--sbindir=/usr/bin
+
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+
+  make DESTDIR=$pkgdir install
+
+  install -m755 $srcdir/varnish-vcl-reload $pkgdir/usr/bin
+  install -Dm644 $srcdir/$pkgname.service 
$pkgdir/usr/lib/systemd/system/$pkgname.service
+
+  # config
+  install -Dm644 etc/example.vcl 

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

2014-04-13 Thread Alexander Rødseth
Date: Sunday, April 13, 2014 @ 19:45:28
  Author: arodseth
Revision: 109346

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

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

+
 /PKGBUILD  |   96 +++
 /geany.install |   28 +++
 community-i686/PKGBUILD|   50 
 community-i686/geany.install   |   14 -
 community-x86_64/PKGBUILD  |   50 
 community-x86_64/geany.install |   14 -
 6 files changed, 124 insertions(+), 128 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-04-13 17:45:15 UTC (rev 109345)
+++ community-i686/PKGBUILD 2014-04-13 17:45:28 UTC (rev 109346)
@@ -1,50 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth rods...@gmail.com
-# Contributor: Angel Velasquez an...@archlinux.org 
-# Contributor: Ionut Biru  ib...@archlinux.ro
-# Contributor: William Rea sillywi...@gmail.com
-# Contributor: Allan McRae mcrae_al...@hotmail.com
-
-pkgname=geany
-pkgver=1.23.1
-pkgrel=1
-pkgdesc='Fast and lightweight IDE'
-arch=('x86_64' 'i686')
-url=http://www.geany.org/;
-license=('GPL')
-depends=('gtk2' 'hicolor-icon-theme' 'desktop-file-utils')
-makedepends=('perlxml' 'setconf' 'intltool')
-optdepends=('vte: for terminal support'
-'geany-plugins: various extra features'
-'python2')
-install=$pkgname.install
-source=(http://download.geany.org/$pkgname-$pkgver.tar.bz2;)
-sha256sums=('8815b16e59d8679ec359a1a5754fee05e77f7bca53083c939654bfc77d978fad')
-
-prepare() {
-  cd $srcdir/$pkgname-$pkgver
-
-  # Python2 fix
-   sed -i '0,/on/s//on2/' data/templates/files/main.py
-
-  # Syntax highlighting for PKGBUILD files
-  sed -i 's/Sh=/Sh=PKGBUILD;/' data/filetype_extensions.conf
-}
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-
-  ./configure --prefix=/usr
-  make
-
-  # Fix for FS#10318
-  setconf geany.desktop MimeType ''
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-
-  make DESTDIR=$pkgdir install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: geany/repos/community-i686/PKGBUILD (from rev 109345, 
geany/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-04-13 17:45:28 UTC (rev 109346)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Alexander Rødseth rods...@gmail.com
+# Contributor: Angel Velasquez an...@archlinux.org 
+# Contributor: Ionut Biru  ib...@archlinux.ro
+# Contributor: William Rea sillywi...@gmail.com
+# Contributor: Allan McRae mcrae_al...@hotmail.com
+
+pkgname=geany
+pkgver=1.24
+pkgrel=1
+pkgdesc='Fast and lightweight IDE'
+arch=('x86_64' 'i686')
+url='http://www.geany.org/'
+license=('GPL')
+depends=('gtk2' 'hicolor-icon-theme' 'desktop-file-utils')
+makedepends=('perlxml' 'setconf' 'intltool')
+optdepends=('geany-plugins: various extra features'
+'vte: terminal support'
+'python2')
+install=$pkgname.install
+source=(http://download.geany.org/$pkgname-$pkgver.tar.bz2;)
+sha256sums=('51c37690fea9b7a9baaf7f9158c5d88d86ae81d44409ec0460aa0445fe0a039f')
+
+prepare() {
+  cd $pkgname-$pkgver
+
+  # Python2 fix
+   sed -i '0,/on/s//on2/' data/templates/files/main.py
+
+  # Syntax highlighting for PKGBUILD files
+  sed -i 's/Sh=/Sh=PKGBUILD;/' data/filetype_extensions.conf
+}
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./configure --prefix=/usr
+  make
+
+  # Fix for FS#10318
+  setconf geany.desktop MimeType ''
+}
+
+package() {
+  make -C $pkgname-$pkgver DESTDIR=$pkgdir install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-i686/geany.install
===
--- community-i686/geany.install2014-04-13 17:45:15 UTC (rev 109345)
+++ community-i686/geany.install2014-04-13 17:45:28 UTC (rev 109346)
@@ -1,14 +0,0 @@
-post_upgrade() {
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-  update-desktop-database -q
-}
-
-post_install() {
-  post_upgrade
-}
-
-post_remove() {
-  post_upgrade
-}
-
-# vim:set ts=2 sw=2 et:

Copied: geany/repos/community-i686/geany.install (from rev 109345, 
geany/trunk/geany.install)
===
--- community-i686/geany.install(rev 0)
+++ community-i686/geany.install2014-04-13 

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

2014-04-13 Thread Alexander Rødseth
Date: Sunday, April 13, 2014 @ 19:45:15
  Author: arodseth
Revision: 109345

upgpkg: geany 1.24-1

Modified:
  geany/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-04-13 14:16:23 UTC (rev 109344)
+++ PKGBUILD2014-04-13 17:45:15 UTC (rev 109345)
@@ -6,20 +6,20 @@
 # Contributor: Allan McRae mcrae_al...@hotmail.com
 
 pkgname=geany
-pkgver=1.23.1
+pkgver=1.24
 pkgrel=1
 pkgdesc='Fast and lightweight IDE'
 arch=('x86_64' 'i686')
-url=http://www.geany.org/;
+url='http://www.geany.org/'
 license=('GPL')
 depends=('gtk2' 'hicolor-icon-theme' 'desktop-file-utils')
 makedepends=('perlxml' 'setconf' 'intltool')
-optdepends=('vte: for terminal support'
-'geany-plugins: various extra features'
+optdepends=('geany-plugins: various extra features'
+'vte: terminal support'
 'python2')
 install=$pkgname.install
 source=(http://download.geany.org/$pkgname-$pkgver.tar.bz2;)
-sha256sums=('8815b16e59d8679ec359a1a5754fee05e77f7bca53083c939654bfc77d978fad')
+sha256sums=('51c37690fea9b7a9baaf7f9158c5d88d86ae81d44409ec0460aa0445fe0a039f')
 
 prepare() {
   cd $pkgname-$pkgver



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

2014-04-13 Thread Eric Bélanger
Date: Sunday, April 13, 2014 @ 21:01:38
  Author: eric
Revision: 210294

upgpkg: nvidia-lts 337.12-1

Upstream update

Modified:
  nvidia-lts/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-04-13 15:14:17 UTC (rev 210293)
+++ PKGBUILD2014-04-13 19:01:38 UTC (rev 210294)
@@ -2,9 +2,9 @@
 # Maintainer: Eric Bélanger e...@archlinux.org
 
 pkgname=nvidia-lts
-pkgver=334.21
+pkgver=337.12
 _extramodules=extramodules-3.10-lts
-pkgrel=4
+pkgrel=1
 pkgdesc=NVIDIA drivers for linux-lts
 arch=('i686' 'x86_64')
 url=http://www.nvidia.com/;
@@ -16,8 +16,8 @@
 options=(!strip)
 
source=(ftp://download.nvidia.com/XFree86/Linux-x86/${pkgver}/NVIDIA-Linux-x86-${pkgver}.run;
 
ftp://download.nvidia.com/XFree86/Linux-x86_64/${pkgver}/NVIDIA-Linux-x86_64-${pkgver}-no-compat32.run;)
-md5sums=('3b2736dd6ed7e24f71004bad0e55e32e'
- 'f96b6708702830fe647a7d11832c514e')
+md5sums=('c610d5bff8f7f758dc25fdd51b1b65eb'
+ '4c2aaac75c1ff01a09ac8f4ff84084cd')
 
 [[ $CARCH = i686 ]]  _pkg=NVIDIA-Linux-x86-${pkgver}
 [[ $CARCH = x86_64 ]]  _pkg=NVIDIA-Linux-x86_64-${pkgver}-no-compat32
@@ -41,7 +41,6 @@
   install -D -m644 ${srcdir}/${_pkg}/kernel/uvm/nvidia-uvm.ko \
 
${pkgdir}/usr/lib/modules/${_extramodules}/kernel/drivers/video/nvidia-uvm.ko
   gzip ${pkgdir}/usr/lib/modules/${_extramodules}/kernel/drivers/video/*.ko
-  install -D -m4755 ${_pkg}/nvidia-modprobe ${pkgdir}/usr/bin/nvidia-modprobe
   install -d -m755 ${pkgdir}/usr/lib/modprobe.d
   echo blacklist nouveau  ${pkgdir}/usr/lib/modprobe.d/nvidia-lts.conf
   echo blacklist nvidiafb  ${pkgdir}/usr/lib/modprobe.d/nvidia-lts.conf



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

2014-04-13 Thread Eric Bélanger
Date: Sunday, April 13, 2014 @ 21:02:04
  Author: eric
Revision: 210295

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

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

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

Copied: nvidia-lts/repos/testing-i686/PKGBUILD (from rev 210294, 
nvidia-lts/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-04-13 19:02:04 UTC (rev 210295)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Eric Bélanger e...@archlinux.org
+
+pkgname=nvidia-lts
+pkgver=337.12
+_extramodules=extramodules-3.10-lts
+pkgrel=1
+pkgdesc=NVIDIA drivers for linux-lts
+arch=('i686' 'x86_64')
+url=http://www.nvidia.com/;
+depends=('linux-lts=3.10.26' nvidia-utils=$pkgver 'nvidia-libgl')
+makedepends=('linux-lts-headers=3.10.26')
+provides=('nvidia')
+license=('custom')
+install=nvidia-lts.install
+options=(!strip)
+source=(ftp://download.nvidia.com/XFree86/Linux-x86/${pkgver}/NVIDIA-Linux-x86-${pkgver}.run;
+
ftp://download.nvidia.com/XFree86/Linux-x86_64/${pkgver}/NVIDIA-Linux-x86_64-${pkgver}-no-compat32.run;)
+md5sums=('c610d5bff8f7f758dc25fdd51b1b65eb'
+ '4c2aaac75c1ff01a09ac8f4ff84084cd')
+
+[[ $CARCH = i686 ]]  _pkg=NVIDIA-Linux-x86-${pkgver}
+[[ $CARCH = x86_64 ]]  _pkg=NVIDIA-Linux-x86_64-${pkgver}-no-compat32
+
+prepare() {
+sh ${_pkg}.run --extract-only
+}
+
+build() {
+  _kernver=$(cat /usr/lib/modules/${_extramodules}/version)
+  cd ${_pkg}/kernel
+  make SYSSRC=/usr/lib/modules/${_kernver}/build module
+
+  cd uvm
+  make SYSSRC=/usr/lib/modules/${_kernver}/build module
+}
+
+package() {
+  install -D -m644 ${srcdir}/${_pkg}/kernel/nvidia.ko \
+${pkgdir}/usr/lib/modules/${_extramodules}/kernel/drivers/video/nvidia.ko
+  install -D -m644 ${srcdir}/${_pkg}/kernel/uvm/nvidia-uvm.ko \
+
${pkgdir}/usr/lib/modules/${_extramodules}/kernel/drivers/video/nvidia-uvm.ko
+  gzip ${pkgdir}/usr/lib/modules/${_extramodules}/kernel/drivers/video/*.ko
+  install -d -m755 ${pkgdir}/usr/lib/modprobe.d
+  echo blacklist nouveau  ${pkgdir}/usr/lib/modprobe.d/nvidia-lts.conf
+  echo blacklist nvidiafb  ${pkgdir}/usr/lib/modprobe.d/nvidia-lts.conf
+  install -D -m644 ${srcdir}/${_pkg}/LICENSE 
${pkgdir}/usr/share/licenses/nvidia-lts/LICENSE
+}

Copied: nvidia-lts/repos/testing-i686/nvidia-lts.install (from rev 210294, 
nvidia-lts/trunk/nvidia-lts.install)
===
--- testing-i686/nvidia-lts.install (rev 0)
+++ testing-i686/nvidia-lts.install 2014-04-13 19:02:04 UTC (rev 210295)
@@ -0,0 +1,15 @@
+post_install() {
+EXTRAMODULES='extramodules-3.10-lts'
+depmod $(cat /usr/lib/modules/$EXTRAMODULES/version)
+echo 'In order to use nvidia module, reboot the system.'
+}
+
+post_upgrade() {
+EXTRAMODULES='extramodules-3.10-lts'
+depmod $(cat /usr/lib/modules/$EXTRAMODULES/version)
+}
+
+post_remove() {
+EXTRAMODULES='extramodules-3.10-lts'
+depmod $(cat /usr/lib/modules/$EXTRAMODULES/version)
+}

Copied: nvidia-lts/repos/testing-x86_64/PKGBUILD (from rev 210294, 
nvidia-lts/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2014-04-13 19:02:04 UTC (rev 210295)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Eric Bélanger e...@archlinux.org
+
+pkgname=nvidia-lts
+pkgver=337.12
+_extramodules=extramodules-3.10-lts
+pkgrel=1
+pkgdesc=NVIDIA drivers for linux-lts
+arch=('i686' 'x86_64')
+url=http://www.nvidia.com/;
+depends=('linux-lts=3.10.26' nvidia-utils=$pkgver 'nvidia-libgl')
+makedepends=('linux-lts-headers=3.10.26')
+provides=('nvidia')
+license=('custom')
+install=nvidia-lts.install
+options=(!strip)
+source=(ftp://download.nvidia.com/XFree86/Linux-x86/${pkgver}/NVIDIA-Linux-x86-${pkgver}.run;
+
ftp://download.nvidia.com/XFree86/Linux-x86_64/${pkgver}/NVIDIA-Linux-x86_64-${pkgver}-no-compat32.run;)
+md5sums=('c610d5bff8f7f758dc25fdd51b1b65eb'
+ '4c2aaac75c1ff01a09ac8f4ff84084cd')
+
+[[ $CARCH = i686 ]]  _pkg=NVIDIA-Linux-x86-${pkgver}
+[[ $CARCH = x86_64 ]]  

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

2014-04-13 Thread Alexander Rødseth
Date: Sunday, April 13, 2014 @ 22:12:27
  Author: arodseth
Revision: 109348

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

Added:
  geany-plugins/repos/community-i686/PKGBUILD
(from rev 109347, geany-plugins/trunk/PKGBUILD)
  geany-plugins/repos/community-i686/geany-plugins.install
(from rev 109347, geany-plugins/trunk/geany-plugins.install)
  geany-plugins/repos/community-x86_64/PKGBUILD
(from rev 109347, geany-plugins/trunk/PKGBUILD)
  geany-plugins/repos/community-x86_64/geany-plugins.install
(from rev 109347, geany-plugins/trunk/geany-plugins.install)
Deleted:
  geany-plugins/repos/community-i686/PKGBUILD
  geany-plugins/repos/community-i686/geany-plugins.install
  geany-plugins/repos/community-x86_64/PKGBUILD
  geany-plugins/repos/community-x86_64/geany-plugins.install

+
 /PKGBUILD  |   66 +++
 /geany-plugins.install |   28 +
 community-i686/PKGBUILD|   35 
 community-i686/geany-plugins.install   |   14 --
 community-x86_64/PKGBUILD  |   35 
 community-x86_64/geany-plugins.install |   14 --
 6 files changed, 94 insertions(+), 98 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-04-13 20:12:15 UTC (rev 109347)
+++ community-i686/PKGBUILD 2014-04-13 20:12:27 UTC (rev 109348)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth rods...@gmail.com
-# Contributor: Angel 'angvp' Velasquez angvp[at]archlinux.com.ve  
-# Contributor: djgera
-# Contributor: Patrick Melo patr...@patrickmelo.eti.br
-
-pkgname=geany-plugins
-pkgver=1.23
-pkgrel=3
-pkgdesc='Plugins for Geany'
-arch=('x86_64' 'i686')
-url='http://plugins.geany.org/'
-license=('GPL')
-depends=(geany=$pkgver 'gtkspell' 'webkitgtk2' 'ctpl' 'gpgme' 'vte'
- 'desktop-file-utils' 'gtk-update-icon-cache' 'lua51')
-makedepends=('intltool' 'vala' 'gdb' 'cppcheck')
-optdepends=('hspell: hebrew spell checker')
-install=$pkgname.install
-source=(http://plugins.geany.org/$pkgname/$pkgname-$pkgver.tar.bz2;)
-sha256sums=('ff26860edd1cbaea88c73bd8c2bd02f9ba04046674f05d3696baf66582e2bf58')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-
-  ./configure --prefix=/usr --libexecdir=/usr/lib
-  make 
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-
-  make DESTDIR=$pkgdir install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: geany-plugins/repos/community-i686/PKGBUILD (from rev 109347, 
geany-plugins/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-04-13 20:12:27 UTC (rev 109348)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Alexander Rødseth rods...@gmail.com
+# Contributor: Angel 'angvp' Velasquez angvp[at]archlinux.com.ve  
+# Contributor: djgera
+# Contributor: Patrick Melo patr...@patrickmelo.eti.br
+
+pkgname=geany-plugins
+pkgver=1.24
+pkgrel=1
+pkgdesc='Plugins for Geany'
+arch=('x86_64' 'i686')
+url='http://plugins.geany.org/'
+license=('GPL')
+depends=(geany=$pkgver 'gtkspell' 'webkitgtk2' 'ctpl' 'gpgme' 'vte'
+ 'desktop-file-utils' 'gtk-update-icon-cache' 'lua51')
+makedepends=('intltool' 'vala' 'gdb' 'cppcheck')
+optdepends=('hspell: hebrew spell checker')
+install=$pkgname.install
+source=(http://plugins.geany.org/$pkgname/$pkgname-$pkgver.tar.bz2;)
+sha256sums=('dcc0414b29ae0160fc3a7adb0a1d6cbd5bd6bfb1900dab03e8774b3cebf6f2ec')
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./configure --prefix=/usr --libexecdir=/usr/lib
+  make 
+}
+
+package() {
+  make -C $pkgname-$pkgver DESTDIR=$pkgdir install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-i686/geany-plugins.install
===
--- community-i686/geany-plugins.install2014-04-13 20:12:15 UTC (rev 
109347)
+++ community-i686/geany-plugins.install2014-04-13 20:12:27 UTC (rev 
109348)
@@ -1,14 +0,0 @@
-post_install() {
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-  update-desktop-database -q
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: geany-plugins/repos/community-i686/geany-plugins.install (from rev 
109347, geany-plugins/trunk/geany-plugins.install)
===
--- community-i686/geany-plugins.install(rev 0)
+++ community-i686/geany-plugins.install2014-04-13 20:12:27 UTC (rev 
109348)
@@ -0,0 +1,14 @@
+post_install() {
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+  update-desktop-database -q
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD

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

2014-04-13 Thread Alexander Rødseth
Date: Sunday, April 13, 2014 @ 22:12:15
  Author: arodseth
Revision: 109347

upgpkg: geany-plugins 1.24-1

Modified:
  geany-plugins/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-04-13 17:45:28 UTC (rev 109346)
+++ PKGBUILD2014-04-13 20:12:15 UTC (rev 109347)
@@ -5,8 +5,8 @@
 # Contributor: Patrick Melo patr...@patrickmelo.eti.br
 
 pkgname=geany-plugins
-pkgver=1.23
-pkgrel=3
+pkgver=1.24
+pkgrel=1
 pkgdesc='Plugins for Geany'
 arch=('x86_64' 'i686')
 url='http://plugins.geany.org/'
@@ -17,10 +17,10 @@
 optdepends=('hspell: hebrew spell checker')
 install=$pkgname.install
 source=(http://plugins.geany.org/$pkgname/$pkgname-$pkgver.tar.bz2;)
-sha256sums=('ff26860edd1cbaea88c73bd8c2bd02f9ba04046674f05d3696baf66582e2bf58')
+sha256sums=('dcc0414b29ae0160fc3a7adb0a1d6cbd5bd6bfb1900dab03e8774b3cebf6f2ec')
 
 build() {
-  cd $srcdir/$pkgname-$pkgver
+  cd $pkgname-$pkgver
 
   ./configure --prefix=/usr --libexecdir=/usr/lib
   make 
@@ -27,9 +27,7 @@
 }
 
 package() {
-  cd $srcdir/$pkgname-$pkgver
-
-  make DESTDIR=$pkgdir install
+  make -C $pkgname-$pkgver DESTDIR=$pkgdir install
 }
 
 # vim:set ts=2 sw=2 et:



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

2014-04-13 Thread Sébastien Luttringer
Date: Monday, April 14, 2014 @ 00:19:26
  Author: seblu
Revision: 109349

upgpkg: ulogd 2.0.4-1

Modified:
  ulogd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-04-13 20:12:27 UTC (rev 109348)
+++ PKGBUILD2014-04-13 22:19:26 UTC (rev 109349)
@@ -5,7 +5,7 @@
 # Contributor: Sergej Pupykin p...@lx-ltd.ru
 
 pkgname=ulogd
-pkgver=2.0.3
+pkgver=2.0.4
 pkgrel=1
 pkgdesc='Userspace Packet Logging for netfilter'
 arch=('i686' 'x86_64')
@@ -23,11 +23,12 @@
  'postgresql-libs'
  'sqlite')
 optdepends=(${makedepends[@]})
-source=(ftp://ftp.netfilter.org/pub/$pkgname/$pkgname-$pkgver.tar.bz2;
+source=(http://www.netfilter.org/projects/ulogd/files/$pkgname-$pkgver.tar.bz2{,.sig}
 $pkgname.logrotate
 $pkgname.conf
 $pkgname.service)
-md5sums=('4dcd7e7a68022318759b8d3b9fff7519'
+md5sums=('7c71ec460dfea5287eba27472c521ebc'
+ 'SKIP'
  '95f05af0a0c8f5fdea5bd92ccb2fd465'
  '2c8cbedb2fb455cba220ca35186ad846'
  '092d72209e30c132e0a08112e4062772')



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

2014-04-13 Thread Sébastien Luttringer
Date: Monday, April 14, 2014 @ 00:19:51
  Author: seblu
Revision: 109350

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

Added:
  ulogd/repos/community-i686/PKGBUILD
(from rev 109349, ulogd/trunk/PKGBUILD)
  ulogd/repos/community-i686/ulogd.conf
(from rev 109349, ulogd/trunk/ulogd.conf)
  ulogd/repos/community-i686/ulogd.logrotate
(from rev 109349, ulogd/trunk/ulogd.logrotate)
  ulogd/repos/community-i686/ulogd.service
(from rev 109349, ulogd/trunk/ulogd.service)
  ulogd/repos/community-x86_64/PKGBUILD
(from rev 109349, ulogd/trunk/PKGBUILD)
  ulogd/repos/community-x86_64/ulogd.conf
(from rev 109349, ulogd/trunk/ulogd.conf)
  ulogd/repos/community-x86_64/ulogd.logrotate
(from rev 109349, ulogd/trunk/ulogd.logrotate)
  ulogd/repos/community-x86_64/ulogd.service
(from rev 109349, ulogd/trunk/ulogd.service)
Deleted:
  ulogd/repos/community-i686/PKGBUILD
  ulogd/repos/community-i686/ulogd.conf
  ulogd/repos/community-i686/ulogd.logrotate
  ulogd/repos/community-i686/ulogd.service
  ulogd/repos/community-x86_64/PKGBUILD
  ulogd/repos/community-x86_64/ulogd.conf
  ulogd/repos/community-x86_64/ulogd.logrotate
  ulogd/repos/community-x86_64/ulogd.service

--+
 /PKGBUILD|  120 +
 /ulogd.conf  |   40 
 /ulogd.logrotate |   20 ++
 /ulogd.service   |   18 +
 community-i686/PKGBUILD  |   59 --
 community-i686/ulogd.conf|   20 --
 community-i686/ulogd.logrotate   |   10 ---
 community-i686/ulogd.service |9 --
 community-x86_64/PKGBUILD|   59 --
 community-x86_64/ulogd.conf  |   20 --
 community-x86_64/ulogd.logrotate |   10 ---
 community-x86_64/ulogd.service   |9 --
 12 files changed, 198 insertions(+), 196 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-04-13 22:19:26 UTC (rev 109349)
+++ community-i686/PKGBUILD 2014-04-13 22:19:51 UTC (rev 109350)
@@ -1,59 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Maintainer: Sébastien Luttringer
-# Contributor: Dale Blount d...@archlinux.org
-# Contributor: Sergej Pupykin p...@lx-ltd.ru
-
-pkgname=ulogd
-pkgver=2.0.3
-pkgrel=1
-pkgdesc='Userspace Packet Logging for netfilter'
-arch=('i686' 'x86_64')
-url='http://www.netfilter.org/projects/ulogd/index.html'
-license=('GPL2')
-depends=('libmnl'
- 'libnetfilter_acct'
- 'libnetfilter_conntrack'
- 'libnetfilter_log'
- 'libnfnetlink')
-backup=('etc/ulogd.conf')
-makedepends=('libmariadbclient'
- 'libpcap'
- 'libdbi'
- 'postgresql-libs'
- 'sqlite')
-optdepends=(${makedepends[@]})
-source=(ftp://ftp.netfilter.org/pub/$pkgname/$pkgname-$pkgver.tar.bz2;
-$pkgname.logrotate
-$pkgname.conf
-$pkgname.service)
-md5sums=('4dcd7e7a68022318759b8d3b9fff7519'
- '95f05af0a0c8f5fdea5bd92ccb2fd465'
- '2c8cbedb2fb455cba220ca35186ad846'
- '092d72209e30c132e0a08112e4062772')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure \
---prefix=/usr \
---sbindir=/usr/bin \
---sysconfdir=/etc \
---with-mysql \
---with-pgsql \
---with-dbi
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-  install -dm755 $pkgdir/usr/share/doc/ulogd
-  install -Dm644 ulogd.conf $pkgdir/usr/share/doc/ulogd/ulogd.conf
-  install -m644 doc/*.{table,sql} $pkgdir/usr/share/doc/ulogd
-  cd $srcdir
-  install -Dm644 $pkgname.service 
$pkgdir/usr/lib/systemd/system/$pkgname.service
-  install -Dm644 $pkgname.logrotate $pkgdir/etc/logrotate.d/$pkgname
-  install -Dm644 $pkgname.conf $pkgdir/etc/$pkgname.conf
-}
-
-# vim:set ts=2 sw=2 et:

Copied: ulogd/repos/community-i686/PKGBUILD (from rev 109349, 
ulogd/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-04-13 22:19:51 UTC (rev 109350)
@@ -0,0 +1,60 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Maintainer: Sébastien Luttringer
+# Contributor: Dale Blount d...@archlinux.org
+# Contributor: Sergej Pupykin p...@lx-ltd.ru
+
+pkgname=ulogd
+pkgver=2.0.4
+pkgrel=1
+pkgdesc='Userspace Packet Logging for netfilter'
+arch=('i686' 'x86_64')
+url='http://www.netfilter.org/projects/ulogd/index.html'
+license=('GPL2')
+depends=('libmnl'
+ 'libnetfilter_acct'
+ 'libnetfilter_conntrack'
+ 'libnetfilter_log'
+ 'libnfnetlink')
+backup=('etc/ulogd.conf')
+makedepends=('libmariadbclient'
+ 'libpcap'
+ 'libdbi'
+ 'postgresql-libs'
+ 'sqlite')
+optdepends=(${makedepends[@]})

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

2014-04-13 Thread Alexandre Filgueira
Date: Monday, April 14, 2014 @ 02:10:32
  Author: faidoc
Revision: 109351

upgpkg: cinnamon-screensaver 2.2.0-1

Modified:
  cinnamon-screensaver/trunk/PKGBUILD
Deleted:
  cinnamon-screensaver/trunk/away-message-fixes.patch
  cinnamon-screensaver/trunk/fix-systemd-lock.patch

--+
 PKGBUILD |   24 
 away-message-fixes.patch |  226 -
 fix-systemd-lock.patch   |   83 
 3 files changed, 5 insertions(+), 328 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-04-13 22:19:51 UTC (rev 109350)
+++ PKGBUILD2014-04-14 00:10:32 UTC (rev 109351)
@@ -4,8 +4,8 @@
 # Jan de Groot j...@archlinux.org
 
 pkgname=cinnamon-screensaver
-pkgver=2.0.3
-pkgrel=4
+pkgver=2.2.0
+pkgrel=1
 pkgdesc=Screensaver designed to integrate well with the Cinnamon desktop.
 arch=('i686' 'x86_64')
 license=('GPL')
@@ -14,24 +14,10 @@
 depends=('cinnamon-desktop' 'cinnamon-translations' 'dbus-glib' 'libgnomekbd')
 makedepends=('intltool' 'gnome-common')
 
source=($pkgname-$pkgver.tar.gz::https://github.com/linuxmint/cinnamon-screensaver/archive/$pkgver.tar.gz
-   cinnamon-screensaver.pam
-   away-message-fixes.patch
-   fix-systemd-lock.patch)
-sha256sums=('00c866e98994afc8939d1d347de631cebaa6ec34ad59646a7ccd223bd757cc7d'
-'b6ea9e2eb586d94bcabb617a8f1c2958111df87afdbb51f645882bccdc15cbda'
-'f9f3d555b0c325322469be765b488da599fc850f8ff5a74f72fdf69f68e04c96'
-'14d3301a03883330bf044a40ea4dce74a829b03174833d21efe66ebeb940dc0c')
+   cinnamon-screensaver.pam)
+sha256sums=('2ba075f8bceb5ff853d76b0426e0d3fedcfd503016c4752f1e5b3813b0d8aef9'
+'b6ea9e2eb586d94bcabb617a8f1c2958111df87afdbb51f645882bccdc15cbda')
 
-prepare() {
-  cd $pkgname-$pkgver
-
-  # Various fixes for away message handling
-  patch -Np1 -i ../away-message-fixes.patch
-
-  # Use the session path instead of the session id
-  patch -Np1 -i ../fix-systemd-lock.patch
-}
-
 build() {
   cd $pkgname-$pkgver
 

Deleted: away-message-fixes.patch
===
--- away-message-fixes.patch2014-04-13 22:19:51 UTC (rev 109350)
+++ away-message-fixes.patch2014-04-14 00:10:32 UTC (rev 109351)
@@ -1,226 +0,0 @@
-diff -Naur cinnamon-screensaver-2.0.3.orig/doc/dbus-interface.html 
cinnamon-screensaver-2.0.3/doc/dbus-interface.html
 cinnamon-screensaver-2.0.3.orig/doc/dbus-interface.html2013-10-26 
19:34:39.0 +0200
-+++ cinnamon-screensaver-2.0.3/doc/dbus-interface.html 2013-10-29 
10:08:06.568038245 +0100
-@@ -70,7 +70,7 @@
- code class=literalLock/code
-   /h3/div/div/divp
- Request that the screen be locked.
--  /p/divdiv class=sect2 title=Cyclediv 
class=titlepagedivdivh3 class=titlea name=gs-method-Cycle/a
-+  /pdiv class=informaltabletable 
border=1colgroupcolcol/colgrouptheadtrthDirection/ththType/ththDescription/th/tr/theadtbodytrtdin/tdtdstring/tdtdthe
 away message/td/tr/tbody/table/div/divdiv class=sect2 
title=Cyclediv class=titlepagedivdivh3 class=titlea 
name=gs-method-Cycle/a
- code class=literalCycle/code
-   /h3/div/div/divp
- Request that the screen saver theme be restarted and, if applicable,
-diff -Naur cinnamon-screensaver-2.0.3.orig/src/cinnamon-screensaver-command.c 
cinnamon-screensaver-2.0.3/src/cinnamon-screensaver-command.c
 cinnamon-screensaver-2.0.3.orig/src/cinnamon-screensaver-command.c 
2013-10-26 19:34:39.0 +0200
-+++ cinnamon-screensaver-2.0.3/src/cinnamon-screensaver-command.c  
2013-10-29 22:32:13.127650887 +0100
-@@ -41,7 +41,7 @@
- static gboolean do_query  = FALSE;
- static gboolean do_time   = FALSE;
- 
--static gchar   *away_message  = DEFAULT;
-+static gchar   *away_message  = ;
- 
- static GOptionEntry entries [] = {
- { exit, 0, 0, G_OPTION_ARG_NONE, do_quit,
-@@ -114,7 +114,7 @@
- static GDBusMessage *
- screensaver_send_message_string (GDBusConnection *connection,
-  const char  *name,
-- gboolean value)
-+ gchar   *value)
- {
- GDBusMessage *message, *reply;
- GError   *error;
-@@ -310,14 +310,7 @@
- }
- 
- if (do_lock) {
--  if (g_strcmp0 (away_message, DEFAULT) == 0) {
--  reply = screensaver_send_message_string 
(connection, Lock, away_message);
--  }
--  else {
--  gchar * custom_message = 
g_strdup_printf(CUSTOM###%s, away_message);
--  reply = screensaver_send_message_string 
(connection, Lock, custom_message);
--  g_free (custom_message);
--  }
-+ 

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

2014-04-13 Thread Alexandre Filgueira
Date: Monday, April 14, 2014 @ 02:11:31
  Author: faidoc
Revision: 109352

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

Added:
  cinnamon-screensaver/repos/community-testing-i686/
  cinnamon-screensaver/repos/community-testing-i686/PKGBUILD
(from rev 109351, cinnamon-screensaver/trunk/PKGBUILD)
  cinnamon-screensaver/repos/community-testing-i686/cinnamon-screensaver.pam
(from rev 109351, cinnamon-screensaver/trunk/cinnamon-screensaver.pam)
  cinnamon-screensaver/repos/community-testing-x86_64/
  cinnamon-screensaver/repos/community-testing-x86_64/PKGBUILD
(from rev 109351, cinnamon-screensaver/trunk/PKGBUILD)
  cinnamon-screensaver/repos/community-testing-x86_64/cinnamon-screensaver.pam
(from rev 109351, cinnamon-screensaver/trunk/cinnamon-screensaver.pam)

---+
 community-testing-i686/PKGBUILD   |   35 
 community-testing-i686/cinnamon-screensaver.pam   |3 +
 community-testing-x86_64/PKGBUILD |   35 
 community-testing-x86_64/cinnamon-screensaver.pam |3 +
 4 files changed, 76 insertions(+)

Copied: cinnamon-screensaver/repos/community-testing-i686/PKGBUILD (from rev 
109351, cinnamon-screensaver/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2014-04-14 00:11:31 UTC (rev 109352)
@@ -0,0 +1,35 @@
+# Maintainer: Alexandre Filgueira alexfilgue...@cinnarch.com
+# Based on gnome-screensaver package:
+# Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+# Jan de Groot j...@archlinux.org
+
+pkgname=cinnamon-screensaver
+pkgver=2.2.0
+pkgrel=1
+pkgdesc=Screensaver designed to integrate well with the Cinnamon desktop.
+arch=('i686' 'x86_64')
+license=('GPL')
+url=https://github.com/linuxmint/cinnamon-screensaver;
+backup=(etc/pam.d/cinnamon-screensaver)
+depends=('cinnamon-desktop' 'cinnamon-translations' 'dbus-glib' 'libgnomekbd')
+makedepends=('intltool' 'gnome-common')
+source=($pkgname-$pkgver.tar.gz::https://github.com/linuxmint/cinnamon-screensaver/archive/$pkgver.tar.gz
+   cinnamon-screensaver.pam)
+sha256sums=('2ba075f8bceb5ff853d76b0426e0d3fedcfd503016c4752f1e5b3813b0d8aef9'
+'b6ea9e2eb586d94bcabb617a8f1c2958111df87afdbb51f645882bccdc15cbda')
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./autogen.sh --prefix=/usr --sysconfdir=/etc \
+   --libexecdir=/usr/lib/cinnamon-screensaver \
+   --localstatedir=/var \
+   --with-mit-ext --with-systemd
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+  install -Dm644 ../cinnamon-screensaver.pam 
$pkgdir/etc/pam.d/cinnamon-screensaver
+}

Copied: 
cinnamon-screensaver/repos/community-testing-i686/cinnamon-screensaver.pam 
(from rev 109351, cinnamon-screensaver/trunk/cinnamon-screensaver.pam)
===
--- community-testing-i686/cinnamon-screensaver.pam 
(rev 0)
+++ community-testing-i686/cinnamon-screensaver.pam 2014-04-14 00:11:31 UTC 
(rev 109352)
@@ -0,0 +1,3 @@
+#%PAM-1.0
+authsubstack system-login
+-authoptional pam_gnome_keyring.so

Copied: cinnamon-screensaver/repos/community-testing-x86_64/PKGBUILD (from rev 
109351, cinnamon-screensaver/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2014-04-14 00:11:31 UTC (rev 109352)
@@ -0,0 +1,35 @@
+# Maintainer: Alexandre Filgueira alexfilgue...@cinnarch.com
+# Based on gnome-screensaver package:
+# Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+# Jan de Groot j...@archlinux.org
+
+pkgname=cinnamon-screensaver
+pkgver=2.2.0
+pkgrel=1
+pkgdesc=Screensaver designed to integrate well with the Cinnamon desktop.
+arch=('i686' 'x86_64')
+license=('GPL')
+url=https://github.com/linuxmint/cinnamon-screensaver;
+backup=(etc/pam.d/cinnamon-screensaver)
+depends=('cinnamon-desktop' 'cinnamon-translations' 'dbus-glib' 'libgnomekbd')
+makedepends=('intltool' 'gnome-common')
+source=($pkgname-$pkgver.tar.gz::https://github.com/linuxmint/cinnamon-screensaver/archive/$pkgver.tar.gz
+   cinnamon-screensaver.pam)
+sha256sums=('2ba075f8bceb5ff853d76b0426e0d3fedcfd503016c4752f1e5b3813b0d8aef9'
+'b6ea9e2eb586d94bcabb617a8f1c2958111df87afdbb51f645882bccdc15cbda')
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./autogen.sh --prefix=/usr --sysconfdir=/etc \
+   --libexecdir=/usr/lib/cinnamon-screensaver \
+   --localstatedir=/var \
+   --with-mit-ext --with-systemd
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+  install -Dm644 ../cinnamon-screensaver.pam 

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

2014-04-13 Thread Alexandre Filgueira
Date: Monday, April 14, 2014 @ 02:15:13
  Author: faidoc
Revision: 109353

upgpkg: cinnamon 2.2.1-1

Modified:
  cinnamon/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-04-14 00:11:31 UTC (rev 109352)
+++ PKGBUILD2014-04-14 00:15:13 UTC (rev 109353)
@@ -5,7 +5,7 @@
 # Contributor: CReimer
 
 pkgname=cinnamon
-pkgver=2.2.0
+pkgver=2.2.1
 pkgrel=1
 pkgdesc=Linux desktop which provides advanced innovative features and a 
traditional user experience
 arch=('i686' 'x86_64')
@@ -27,7 +27,7 @@
 input_keybindings.patch
 set_wheel.patch
 org.archlinux.pkexec.cinnamon-settings-users.policy)
-sha256sums=('d78f7140fb82c46a85309dba8b231871b0dedf20f57816ee2bdf3053636fe464'
+sha256sums=('34ad53f81cf57e8dca06fbd76b0be761b16d9f46a1b5aa22596cd07725703478'
 'babfe88a3773f5369b05c7b61d0318cf969b482b9e0c3f281afaf488b0051e53'
 '6acb07393105ddced8a4c3c869a596350d1a7d81a808ca5307d2ad770653a9d3'
 'e28c40eb844105154fa6106f5b4de3151a22805b3a7b2f84be9ea6c15cec3de6'



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

2014-04-13 Thread Alexandre Filgueira
Date: Monday, April 14, 2014 @ 02:17:51
  Author: faidoc
Revision: 109354

upgpkg: cinnamon-translations 2.2.0-1

Modified:
  cinnamon-translations/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-04-14 00:15:13 UTC (rev 109353)
+++ PKGBUILD2014-04-14 00:17:51 UTC (rev 109354)
@@ -2,7 +2,7 @@
 # Maintainer: Alexandre Filgueira alexfilgue...@antergos.com
 
 pkgname=cinnamon-translations
-pkgver=2.0.3
+pkgver=2.2.0
 pkgrel=1
 pkgdesc=Translations for Cinnamon and Nemo
 arch=(any)
@@ -9,7 +9,7 @@
 url=http://cinnamon.linuxmint.com/;
 license=('GPL2')
 
source=($pkgname-$pkgver.tar.gz::https://github.com/linuxmint/cinnamon-translations/archive/${pkgver}.tar.gz;)
-sha256sums=('ec75f7414714e9f4144ffc8bba863b50a5bc43f3b1add94846d7e58e42d8831f')
+sha256sums=('c98d394d2c7515b7fcab817aa4717a65c66f39f80507b22dc73160795e3adfe8')
 
 package() {
   cd ${pkgname}-${pkgver}



[arch-commits] Commit in cinnamon/repos (28 files)

2014-04-13 Thread Alexandre Filgueira
Date: Monday, April 14, 2014 @ 02:17:58
  Author: faidoc
Revision: 109355

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

Added:
  cinnamon/repos/community-testing-i686/PKGBUILD
(from rev 109353, cinnamon/trunk/PKGBUILD)
  cinnamon/repos/community-testing-i686/cinnamon.install
(from rev 109353, cinnamon/trunk/cinnamon.install)
  cinnamon/repos/community-testing-i686/input_keybindings.patch
(from rev 109353, cinnamon/trunk/input_keybindings.patch)
  cinnamon/repos/community-testing-i686/keyboard_applet.patch
(from rev 109353, cinnamon/trunk/keyboard_applet.patch)
  
cinnamon/repos/community-testing-i686/org.archlinux.pkexec.cinnamon-settings-users.policy
(from rev 109353, 
cinnamon/trunk/org.archlinux.pkexec.cinnamon-settings-users.policy)
  cinnamon/repos/community-testing-i686/set_wheel.patch
(from rev 109353, cinnamon/trunk/set_wheel.patch)
  cinnamon/repos/community-testing-i686/upower_calender_fix.patch
(from rev 109353, cinnamon/trunk/upower_calender_fix.patch)
  cinnamon/repos/community-testing-x86_64/PKGBUILD
(from rev 109353, cinnamon/trunk/PKGBUILD)
  cinnamon/repos/community-testing-x86_64/cinnamon.install
(from rev 109353, cinnamon/trunk/cinnamon.install)
  cinnamon/repos/community-testing-x86_64/input_keybindings.patch
(from rev 109353, cinnamon/trunk/input_keybindings.patch)
  cinnamon/repos/community-testing-x86_64/keyboard_applet.patch
(from rev 109353, cinnamon/trunk/keyboard_applet.patch)
  
cinnamon/repos/community-testing-x86_64/org.archlinux.pkexec.cinnamon-settings-users.policy
(from rev 109353, 
cinnamon/trunk/org.archlinux.pkexec.cinnamon-settings-users.policy)
  cinnamon/repos/community-testing-x86_64/set_wheel.patch
(from rev 109353, cinnamon/trunk/set_wheel.patch)
  cinnamon/repos/community-testing-x86_64/upower_calender_fix.patch
(from rev 109353, cinnamon/trunk/upower_calender_fix.patch)
Deleted:
  cinnamon/repos/community-testing-i686/PKGBUILD
  cinnamon/repos/community-testing-i686/cinnamon.install
  cinnamon/repos/community-testing-i686/input_keybindings.patch
  cinnamon/repos/community-testing-i686/keyboard_applet.patch
  
cinnamon/repos/community-testing-i686/org.archlinux.pkexec.cinnamon-settings-users.policy
  cinnamon/repos/community-testing-i686/set_wheel.patch
  cinnamon/repos/community-testing-i686/upower_calender_fix.patch
  cinnamon/repos/community-testing-x86_64/PKGBUILD
  cinnamon/repos/community-testing-x86_64/cinnamon.install
  cinnamon/repos/community-testing-x86_64/input_keybindings.patch
  cinnamon/repos/community-testing-x86_64/keyboard_applet.patch
  
cinnamon/repos/community-testing-x86_64/org.archlinux.pkexec.cinnamon-settings-users.policy
  cinnamon/repos/community-testing-x86_64/set_wheel.patch
  cinnamon/repos/community-testing-x86_64/upower_calender_fix.patch

+
 /PKGBUILD  |  198 ++
 /cinnamon.install  |   22 +
 /input_keybindings.patch   |   22 +
 /keyboard_applet.patch |  266 +++
 /set_wheel.patch   |   28 ++
 /upower_calender_fix.patch |   44 +++
 community-testing-i686/PKGBUILD|   99 ---
 community-testing-i686/cinnamon.install|   11 
 community-testing-i686/input_keybindings.patch |   11 
 community-testing-i686/keyboard_applet.patch   |  133 -
 community-testing-i686/set_wheel.patch |   14 -
 community-testing-i686/upower_calender_fix.patch   |   22 -
 community-testing-x86_64/PKGBUILD  |   99 ---
 community-testing-x86_64/cinnamon.install  |   11 
 community-testing-x86_64/input_keybindings.patch   |   11 
 community-testing-x86_64/keyboard_applet.patch |  133 -
 community-testing-x86_64/set_wheel.patch   |   14 -
 community-testing-x86_64/upower_calender_fix.patch |   22 -
 18 files changed, 580 insertions(+), 580 deletions(-)

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


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

2014-04-13 Thread Alexandre Filgueira
Date: Monday, April 14, 2014 @ 02:40:19
  Author: faidoc
Revision: 109356

upgpkg: nemo 2.2.0-1

Modified:
  nemo/trunk/PKGBUILD
Deleted:
  nemo/trunk/Fix_rename_entry_position.patch
  nemo/trunk/adwaita_style.patch

-+
 Fix_rename_entry_position.patch |   32 
 PKGBUILD|   21 ++---
 adwaita_style.patch |   10 --
 3 files changed, 6 insertions(+), 57 deletions(-)

Deleted: Fix_rename_entry_position.patch
===
--- Fix_rename_entry_position.patch 2014-04-14 00:17:58 UTC (rev 109355)
+++ Fix_rename_entry_position.patch 2014-04-14 00:40:19 UTC (rev 109356)
@@ -1,32 +0,0 @@
 a/eel/eel-canvas.c
-+++ b/eel/eel-canvas.c
-@@ -3213,11 +3213,19 @@ eel_canvas_draw (GtkWidget *widget, cair
- return FALSE;
- 
- bin_window = gtk_layout_get_bin_window (GTK_LAYOUT (widget));
-+
-+  if (!gtk_cairo_should_draw_window (cr, bin_window))
-+  return FALSE;
-+
-+  cairo_save (cr);
-+
- gtk_cairo_transform_to_window (cr, widget, bin_window);
- 
- region = eel_cairo_get_clip_region (cr);
--if (region == NULL)
-+if (region == NULL) {
-+  cairo_restore (cr);
- return FALSE;
-+  }
- 
- #ifdef VERBOSE
-   g_print (Draw\n);
-@@ -3249,6 +3257,8 @@ eel_canvas_draw (GtkWidget *widget, cair
-   if (canvas-root-flags  EEL_CANVAS_ITEM_MAPPED)
-   EEL_CANVAS_ITEM_GET_CLASS (canvas-root)-draw (canvas-root, 
cr, region);
- 
-+  cairo_restore (cr);
-+
-   /* Chain up to get exposes on child widgets */
- if (GTK_WIDGET_CLASS (canvas_parent_class)-draw)
- GTK_WIDGET_CLASS (canvas_parent_class)-draw (widget, cr);

Modified: PKGBUILD
===
--- PKGBUILD2014-04-14 00:17:58 UTC (rev 109355)
+++ PKGBUILD2014-04-14 00:40:19 UTC (rev 109356)
@@ -3,8 +3,8 @@
 # Contributor: Ner0
 
 pkgname=nemo
-pkgver=2.0.8
-pkgrel=3
+pkgver=2.2.0
+pkgrel=1
 pkgdesc=Cinnamon file manager (Nautilus fork)
 arch=('i686' 'x86_64')
 url=https://github.com/linuxmint/nemo;
@@ -12,27 +12,18 @@
 depends=('libexif' 'gvfs' 'dconf' 'desktop-file-utils' 'exempi' 'python2'
  'cinnamon-desktop' 'gnome-icon-theme' 'libnotify' 'libxml2'
  'cinnamon-translations')
-makedepends=('gtk-doc' 'gobject-introspection' 'intltool' 'gnome-common')
+makedepends=('gtk-doc' 'gobject-introspection' 'intltool' 'gnome-common' 
'python2-gobject' 'python2-polib')
 options=('!emptydirs')
 install=nemo.install
-source=($pkgname-$pkgver.tar.gz::https://github.com/linuxmint/nemo/tarball/$pkgver;
-Fix_rename_entry_position.patch
-adwaita_style.patch)
-sha256sums=('6a40868e46fd2ed6c27e694e76c160996d16e2d27681bf5126e6b0e647c24033'
-'07e81aaeeff9ae8c6de76fe2b87b28b89323577ef425596241b96e94b4e04750'
-'6faa6a5a7042832fb1230a5d21ebe8572c100798e724fcd72fee86dc01d69290')
+source=($pkgname-$pkgver.tar.gz::https://github.com/linuxmint/nemo/tarball/$pkgver;)
+sha256sums=('d909354fb5378804eb9abcfe04e3f4b4e482e7afbec018cacc35b3e845cce466')
 
 prepare() {
   cd linuxmint-nemo-*
 
-  # Rename files and directory : invisible field: 
https://bugzilla.redhat.com/show_bug.cgi?id=1045181
-  patch -Np1 -i ../Fix_rename_entry_position.patch
-
-  # Fix white text on breadcrumb with Adwaita
-  patch -Np1 -i ../adwaita_style.patch
-
   # Python2 fix
   sed -i 's/bin\/python/bin\/python2/g' 
files/usr/share/nemo/actions/myaction.py
+  find -type f | xargs sed -i 's@^#!.*python$@#!/usr/bin/python2@'
 
   # Fix build
   sed -i '/AC_SUBST(DISABLE_DEPRECATED_CFLAGS)/d' configure.in

Deleted: adwaita_style.patch
===
--- adwaita_style.patch 2014-04-14 00:17:58 UTC (rev 109355)
+++ adwaita_style.patch 2014-04-14 00:40:19 UTC (rev 109356)
@@ -1,10 +0,0 @@
 a/src/nemo-style-fallback.css
-+++ b/src/nemo-style-fallback.css
-@@ -8,7 +8,6 @@ NemoPathbarButton {
-  color-stop (.7, shade(alpha(@bg_color, 
0.8), 0.90)),
-  color-stop (1, shade(alpha(@bg_color, 
0.8), 0.80)));
- border-color: #808080;
--color: @fg_color;
- -NemoPathbarButton-border-radius: 3px;
- }
- 



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

2014-04-13 Thread Alexandre Filgueira
Date: Monday, April 14, 2014 @ 02:41:14
  Author: faidoc
Revision: 109357

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

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

---+
 community-testing-i686/PKGBUILD   |   53 
 community-testing-i686/nemo.install   |   14 
 community-testing-x86_64/PKGBUILD |   53 
 community-testing-x86_64/nemo.install |   14 
 4 files changed, 134 insertions(+)

Copied: nemo/repos/community-testing-i686/PKGBUILD (from rev 109356, 
nemo/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2014-04-14 00:41:14 UTC (rev 109357)
@@ -0,0 +1,53 @@
+# $Id$
+# Maintainer: Alexandre Filgueira alexfilgue...@cinnarch.com
+# Contributor: Ner0
+
+pkgname=nemo
+pkgver=2.2.0
+pkgrel=1
+pkgdesc=Cinnamon file manager (Nautilus fork)
+arch=('i686' 'x86_64')
+url=https://github.com/linuxmint/nemo;
+license=('GPL')
+depends=('libexif' 'gvfs' 'dconf' 'desktop-file-utils' 'exempi' 'python2'
+ 'cinnamon-desktop' 'gnome-icon-theme' 'libnotify' 'libxml2'
+ 'cinnamon-translations')
+makedepends=('gtk-doc' 'gobject-introspection' 'intltool' 'gnome-common' 
'python2-gobject' 'python2-polib')
+options=('!emptydirs')
+install=nemo.install
+source=($pkgname-$pkgver.tar.gz::https://github.com/linuxmint/nemo/tarball/$pkgver;)
+sha256sums=('d909354fb5378804eb9abcfe04e3f4b4e482e7afbec018cacc35b3e845cce466')
+
+prepare() {
+  cd linuxmint-nemo-*
+
+  # Python2 fix
+  sed -i 's/bin\/python/bin\/python2/g' 
files/usr/share/nemo/actions/myaction.py
+  find -type f | xargs sed -i 's@^#!.*python$@#!/usr/bin/python2@'
+
+  # Fix build
+  sed -i '/AC_SUBST(DISABLE_DEPRECATED_CFLAGS)/d' configure.in
+
+  # Rename 'Files' app name to avoid having the same as nautilus
+  sed -i 's/^Name\(.*\)=.*/Name\1=Nemo/' data/nemo.desktop.in.in
+}
+
+build() {
+  cd linuxmint-nemo-*
+
+  ./autogen.sh --prefix=/usr --sysconfdir=/etc \
+  --localstatedir=/var --disable-static \
+  --libexecdir=/usr/lib/nemo \
+  --disable-update-mimedb \
+  --disable-packagekit \
+  --disable-tracker \
+  --disable-gtk-doc-html \
+  --disable-schemas-compile
+  make
+}
+
+package() {
+  cd linuxmint-nemo-*
+
+  make DESTDIR=$pkgdir/ install
+}

Copied: nemo/repos/community-testing-i686/nemo.install (from rev 109356, 
nemo/trunk/nemo.install)
===
--- community-testing-i686/nemo.install (rev 0)
+++ community-testing-i686/nemo.install 2014-04-14 00:41:14 UTC (rev 109357)
@@ -0,0 +1,14 @@
+post_install() {
+  glib-compile-schemas --allow-any-name usr/share/glib-2.0/schemas
+  update-desktop-database -q
+  gtk-update-icon-cache -ftq usr/share/icons/hicolor
+  update-mime-database usr/share/mime  /dev/null
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+post_remove() {
+  post_install $1
+}

Copied: nemo/repos/community-testing-x86_64/PKGBUILD (from rev 109356, 
nemo/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2014-04-14 00:41:14 UTC (rev 109357)
@@ -0,0 +1,53 @@
+# $Id$
+# Maintainer: Alexandre Filgueira alexfilgue...@cinnarch.com
+# Contributor: Ner0
+
+pkgname=nemo
+pkgver=2.2.0
+pkgrel=1
+pkgdesc=Cinnamon file manager (Nautilus fork)
+arch=('i686' 'x86_64')
+url=https://github.com/linuxmint/nemo;
+license=('GPL')
+depends=('libexif' 'gvfs' 'dconf' 'desktop-file-utils' 'exempi' 'python2'
+ 'cinnamon-desktop' 'gnome-icon-theme' 'libnotify' 'libxml2'
+ 'cinnamon-translations')
+makedepends=('gtk-doc' 'gobject-introspection' 'intltool' 'gnome-common' 
'python2-gobject' 'python2-polib')
+options=('!emptydirs')
+install=nemo.install
+source=($pkgname-$pkgver.tar.gz::https://github.com/linuxmint/nemo/tarball/$pkgver;)
+sha256sums=('d909354fb5378804eb9abcfe04e3f4b4e482e7afbec018cacc35b3e845cce466')
+
+prepare() {
+  cd linuxmint-nemo-*
+
+  # Python2 fix
+  sed -i 's/bin\/python/bin\/python2/g' 
files/usr/share/nemo/actions/myaction.py
+  find -type f | xargs sed -i 's@^#!.*python$@#!/usr/bin/python2@'
+
+  # Fix build
+  sed -i '/AC_SUBST(DISABLE_DEPRECATED_CFLAGS)/d' configure.in
+
+  # Rename 'Files' app name to avoid having the same as nautilus
+  sed -i 

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

2014-04-13 Thread Alexandre Filgueira
Date: Monday, April 14, 2014 @ 02:54:04
  Author: faidoc
Revision: 109358

upgpkg: nemo-extensions 2.2.0-1

Modified:
  nemo-extensions/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-04-14 00:41:14 UTC (rev 109357)
+++ PKGBUILD2014-04-14 00:54:04 UTC (rev 109358)
@@ -11,9 +11,9 @@
#'nemo-pastebin'
#'nemo-compare'
#'nemo-rabbitvcs'
-pkgver=2.0.0
-_gitver=adeeeb12ea
-pkgrel=4
+pkgver=2.2.0
+_pkgver=2.2.x
+pkgrel=1
 arch=('i686' 'x86_64')
 license=('GPL2')
 url=https://github.com/linuxmint/nemo-extensions;
@@ -21,11 +21,11 @@
  evince gtksourceview3 webkitgtk python2-gobject seahorse-nautilus 
samba)
 makedepends=(gconf gnome-common gtk-doc intltool) # python2-distutils-extra
 options=('!emptydirs')
-source=(${pkgbase}-${pkgver}.tar.gz::https://github.com/linuxmint/nemo-extensions/archive/${_gitver}.tar.gz;)
-md5sums=('de6a36ee77265f2a1528b29526fd6afb')
+source=(${pkgbase}-${pkgver}.tar.gz::https://github.com/linuxmint/nemo-extensions/archive/${_pkgver}.tar.gz;)
+sha256sums=('2456c9f6e7bae31ced18ef8c16505b3ff8cd47d8f8869769caa4f7b0a4aa4882')
 
 prepare() {
-  cd ${pkgbase}-${_gitver}*
+  cd ${pkgbase}-${_pkgver}
 
   # Python2 fix
   find -type f | xargs sed -i 's@^#!.*python$@#!/usr/bin/python2@'
@@ -35,7 +35,7 @@
 }
 
 build() {
-  cd ${pkgbase}-${_gitver}*
+  cd ${pkgbase}-${_pkgver}
 
   _configure_pkgs=nemo-fileroller nemo-seahorse nemo-share
   for dir in ${_configure_pkgs}
@@ -79,7 +79,7 @@
   pkgdesc=File archiver extension for Nemo
   depends=(nemo file-roller)
 
-  cd ${pkgbase}-${_gitver}*/nemo-fileroller
+  cd ${pkgbase}-${_pkgver}/nemo-fileroller
   make DESTDIR=${pkgdir} install
 }
 
@@ -87,7 +87,7 @@
   pkgdesc=(GtkClutter and Javascript-based quick previewer for Nemo)
   depends=(nemo cjs clutter-gtk clutter-gst libmusicbrainz5 evince 
gtksourceview3 webkitgtk)
 
-  cd ${pkgbase}-${_gitver}*/nemo-preview
+  cd ${pkgbase}-${_pkgver}/nemo-preview
   make DESTDIR=${pkgdir} install
 }
 
@@ -95,7 +95,7 @@
   pkgdesc=Python2 binding for Nemo components
   depends=(nemo python2-gobject)
 
-  cd ${pkgbase}-${_gitver}*/nemo-python
+  cd ${pkgbase}-${_pkgver}/nemo-python
   make DESTDIR=${pkgdir} install
 }
 
@@ -103,7 +103,7 @@
   pkgdesc=PGP encryption and signing extension for Nemo
   depends=(nemo seahorse-nautilus)
 
-  cd ${pkgbase}-${_gitver}*/nemo-seahorse
+  cd ${pkgbase}-${_pkgver}/nemo-seahorse
   make DESTDIR=${pkgdir} install
 
   # seahorse-tool is already in seahorse-nautilus package
@@ -114,12 +114,12 @@
   pkgdesc=Samba extension for Nemo
   depends=(nemo samba)
 
-  cd ${pkgbase}-${_gitver}*/nemo-share
+  cd ${pkgbase}-${_pkgver}/nemo-share
   make DESTDIR=${pkgdir} install
 }
 
 # package_nemo-media-columns(){
-#  cd ${pkgbase}-${_gitver}*/nemo-media-columns
+#  cd ${pkgbase}-${_pkgver}/nemo-media-columns
 
 #  pkgdesc=(A Nemo extension to display music/EXIF and PDF metadata info 
in the Nemo List View)
 #  arch=(any)
@@ -130,7 +130,7 @@
 # }
 
 # package_nemo-pastebin(){
-#  cd ${pkgbase}-${_gitver}*/nemo-pastebin
+#  cd ${pkgbase}-${_pkgver}/nemo-pastebin
 
 #  pkgdesc=Nemo extension to send files to a pastebin
 #  arch=(any)
@@ -142,7 +142,7 @@
 # }
 
 # package_nemo-compare() {
-#   cd ${pkgbase}-${_gitver}*/nemo-compare
+#   cd ${pkgbase}-${_pkgver}/nemo-compare
 
 #   pkgdesc=Context menu comparison extension for Nemo file manager
 #   depends=(python2 python2-xdg meld nemo-python)
@@ -164,7 +164,7 @@
 # }
 
 # package_nemo-rabbitvcs(){
-#  cd ${pkgbase}-${_gitver}*/nemo-rabbitvcs
+#  cd ${pkgbase}-${_pkgver}/nemo-rabbitvcs
 
 #   depends=(nemo-python python2-dbus)
 



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

2014-04-13 Thread Alexandre Filgueira
Date: Monday, April 14, 2014 @ 02:55:16
  Author: faidoc
Revision: 109359

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

Added:
  nemo-extensions/repos/community-testing-i686/PKGBUILD
(from rev 109358, nemo-extensions/trunk/PKGBUILD)
  nemo-extensions/repos/community-testing-i686/nemo-pastebin.install
(from rev 109358, nemo-extensions/trunk/nemo-pastebin.install)
  nemo-extensions/repos/community-testing-x86_64/PKGBUILD
(from rev 109358, nemo-extensions/trunk/PKGBUILD)
  nemo-extensions/repos/community-testing-x86_64/nemo-pastebin.install
(from rev 109358, nemo-extensions/trunk/nemo-pastebin.install)
Deleted:
  nemo-extensions/repos/community-testing-i686/PKGBUILD
  nemo-extensions/repos/community-testing-i686/nemo-pastebin.install
  nemo-extensions/repos/community-testing-x86_64/PKGBUILD
  nemo-extensions/repos/community-testing-x86_64/nemo-pastebin.install

+
 /PKGBUILD  |  350 +++
 /nemo-pastebin.install |   22 +
 community-testing-i686/PKGBUILD|  175 ---
 community-testing-i686/nemo-pastebin.install   |   11 
 community-testing-x86_64/PKGBUILD  |  175 ---
 community-testing-x86_64/nemo-pastebin.install |   11 
 6 files changed, 372 insertions(+), 372 deletions(-)

Deleted: community-testing-i686/PKGBUILD
===
--- community-testing-i686/PKGBUILD 2014-04-14 00:54:04 UTC (rev 109358)
+++ community-testing-i686/PKGBUILD 2014-04-14 00:55:16 UTC (rev 109359)
@@ -1,175 +0,0 @@
-# $Id$
-# Maintainer: Alexandre Filgueira alexfilgue...@antergos.com
-
-pkgbase=nemo-extensions
-pkgname=('nemo-fileroller'
-'nemo-preview'
-'nemo-python'
-'nemo-share'
-'nemo-seahorse')
-   #'nemo-media-columns'
-   #'nemo-pastebin'
-   #'nemo-compare'
-   #'nemo-rabbitvcs'
-pkgver=2.0.0
-_gitver=adeeeb12ea
-pkgrel=4
-arch=('i686' 'x86_64')
-license=('GPL2')
-url=https://github.com/linuxmint/nemo-extensions;
-depends=(nemo file-roller cjs clutter-gtk clutter-gst gst-plugins-good 
libmusicbrainz5
- evince gtksourceview3 webkitgtk python2-gobject seahorse-nautilus 
samba)
-makedepends=(gconf gnome-common gtk-doc intltool) # python2-distutils-extra
-options=('!emptydirs')
-source=(${pkgbase}-${pkgver}.tar.gz::https://github.com/linuxmint/nemo-extensions/archive/${_gitver}.tar.gz;)
-md5sums=('de6a36ee77265f2a1528b29526fd6afb')
-
-prepare() {
-  cd ${pkgbase}-${_gitver}*
-
-  # Python2 fix
-  find -type f | xargs sed -i 's@^#!.*python$@#!/usr/bin/python2@'
-
-  # Fix nemo-preview build
-  sed -i '/AM_GNU_GETTEXT/d' nemo-preview/configure.ac
-}
-
-build() {
-  cd ${pkgbase}-${_gitver}*
-
-  _configure_pkgs=nemo-fileroller nemo-seahorse nemo-share
-  for dir in ${_configure_pkgs}
-  do
-pushd ${dir}
-autoreconf -fi
-./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var 
--libexecdir=/usr/lib/${dir} \
---disable-static --disable-schemas-compile
-make
-popd
-  done
-
-  _autogen_pkgs=nemo-preview nemo-python
-  for dir in ${_autogen_pkgs}
-  do
-pushd ${dir}
-./autogen.sh --prefix=/usr --sysconfdir=/etc --localstatedir=/var 
--libexecdir=/usr/lib/${dir} \
- --disable-static --disable-schemas-compile
-make
-popd
-  done
-
-# # nemo-pastebin
-# cd nemo-pastebin
-# python2 ./setup.py build --build-base ${srcdir}/build/ || return 1
-# cd ..
-
-   # nemo-media-columns
-   # Nothing to do here
-   # Required python2-pypdf from AUR
-
-   # nemo-compare
-   # cd nemo-compare
-
-# nemo-rabbitvcs
-# Nothing to do here
-
-}
-
-package_nemo-fileroller(){
-  pkgdesc=File archiver extension for Nemo
-  depends=(nemo file-roller)
-
-  cd ${pkgbase}-${_gitver}*/nemo-fileroller
-  make DESTDIR=${pkgdir} install
-}
-
-package_nemo-preview(){
-  pkgdesc=(GtkClutter and Javascript-based quick previewer for Nemo)
-  depends=(nemo cjs clutter-gtk clutter-gst libmusicbrainz5 evince 
gtksourceview3 webkitgtk)
-
-  cd ${pkgbase}-${_gitver}*/nemo-preview
-  make DESTDIR=${pkgdir} install
-}
-
-package_nemo-python() {
-  pkgdesc=Python2 binding for Nemo components
-  depends=(nemo python2-gobject)
-
-  cd ${pkgbase}-${_gitver}*/nemo-python
-  make DESTDIR=${pkgdir} install
-}
-
-package_nemo-seahorse(){
-  pkgdesc=PGP encryption and signing extension for Nemo
-  depends=(nemo seahorse-nautilus)
-
-  cd ${pkgbase}-${_gitver}*/nemo-seahorse
-  make DESTDIR=${pkgdir} install
-
-  # seahorse-tool is already in seahorse-nautilus package
-  make -C tool DESTDIR=${pkgdir} uninstall
-}
-
-package_nemo-share(){
-  pkgdesc=Samba extension for Nemo
-  depends=(nemo samba)
-
-  cd ${pkgbase}-${_gitver}*/nemo-share
-  make DESTDIR=${pkgdir} install
-}
-
-# package_nemo-media-columns(){
-#  cd 

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

2014-04-13 Thread Alexandre Filgueira
Date: Monday, April 14, 2014 @ 02:58:36
  Author: faidoc
Revision: 109360

archrelease: copy trunk to community-testing-any

Added:
  cinnamon-translations/repos/community-testing-any/
  cinnamon-translations/repos/community-testing-any/PKGBUILD
(from rev 109359, cinnamon-translations/trunk/PKGBUILD)

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

Copied: cinnamon-translations/repos/community-testing-any/PKGBUILD (from rev 
109359, cinnamon-translations/trunk/PKGBUILD)
===
--- community-testing-any/PKGBUILD  (rev 0)
+++ community-testing-any/PKGBUILD  2014-04-14 00:58:36 UTC (rev 109360)
@@ -0,0 +1,19 @@
+# $Id: PKGBUILD 98057 2013-10-05 02:33:20Z faidoc $
+# Maintainer: Alexandre Filgueira alexfilgue...@antergos.com
+
+pkgname=cinnamon-translations
+pkgver=2.2.0
+pkgrel=1
+pkgdesc=Translations for Cinnamon and Nemo
+arch=(any)
+url=http://cinnamon.linuxmint.com/;
+license=('GPL2')
+source=($pkgname-$pkgver.tar.gz::https://github.com/linuxmint/cinnamon-translations/archive/${pkgver}.tar.gz;)
+sha256sums=('c98d394d2c7515b7fcab817aa4717a65c66f39f80507b22dc73160795e3adfe8')
+
+package() {
+  cd ${pkgname}-${pkgver}
+
+  install -m 0755 -d ${pkgdir}/usr/share/cinnamon/locale/ 
+  cp -Rp mo-export/* ${pkgdir}/usr/share/cinnamon/locale/
+}



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

2014-04-13 Thread Eric Bélanger
Date: Monday, April 14, 2014 @ 03:58:53
  Author: eric
Revision: 109361

upgpkg: youtube-dl 2014.04.13-1

Upstream update

Modified:
  youtube-dl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-04-14 00:58:36 UTC (rev 109360)
+++ PKGBUILD2014-04-14 01:58:53 UTC (rev 109361)
@@ -2,7 +2,7 @@
 # Maintainer: Eric Bélanger e...@archlinux.org
 
 pkgname=youtube-dl
-pkgver=2014.04.11.2
+pkgver=2014.04.13
 pkgrel=1
 pkgdesc=A small command-line program to download videos from YouTube.com and 
a few more sites
 arch=('any')
@@ -12,7 +12,7 @@
 optdepends=('ffmpeg: for video post-processing')
 source=(http://youtube-dl.org/downloads/${pkgver}/${pkgname}-${pkgver}.tar.gz
 
http://youtube-dl.org/downloads/${pkgver}/${pkgname}-${pkgver}.tar.gz.sig)
-sha1sums=('221b0456baeca9332bef073b32e3c84a12e8a95d'
+sha1sums=('2aaacc5da57a0077c966d6c8c7eb2b7a260cddf3'
   'SKIP')
 
 prepare() {



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

2014-04-13 Thread Eric Bélanger
Date: Monday, April 14, 2014 @ 03:59:38
  Author: eric
Revision: 109362

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2014-04-14 01:58:53 UTC (rev 109361)
+++ PKGBUILD2014-04-14 01:59:38 UTC (rev 109362)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Eric Bélanger e...@archlinux.org
-
-pkgname=youtube-dl
-pkgver=2014.04.11.2
-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')
-source=(http://youtube-dl.org/downloads/${pkgver}/${pkgname}-${pkgver}.tar.gz
-
http://youtube-dl.org/downloads/${pkgver}/${pkgname}-${pkgver}.tar.gz.sig)
-sha1sums=('221b0456baeca9332bef073b32e3c84a12e8a95d'
-  'SKIP')
-
-prepare() {
-  cd ${pkgname}
-  sed -i 's|etc/bash_completion.d|share/bash-completion/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 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-}

Copied: youtube-dl/repos/community-any/PKGBUILD (from rev 109361, 
youtube-dl/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-04-14 01:59:38 UTC (rev 109362)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Eric Bélanger e...@archlinux.org
+
+pkgname=youtube-dl
+pkgver=2014.04.13
+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')
+source=(http://youtube-dl.org/downloads/${pkgver}/${pkgname}-${pkgver}.tar.gz
+
http://youtube-dl.org/downloads/${pkgver}/${pkgname}-${pkgver}.tar.gz.sig)
+sha1sums=('2aaacc5da57a0077c966d6c8c7eb2b7a260cddf3'
+  'SKIP')
+
+prepare() {
+  cd ${pkgname}
+  sed -i 's|etc/bash_completion.d|share/bash-completion/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 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}



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

2014-04-13 Thread Eric Bélanger
Date: Monday, April 14, 2014 @ 05:35:22
  Author: eric
Revision: 210296

upgpkg: imagemagick 6.8.9.0-1

Upstream update

Modified:
  imagemagick/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-04-13 19:02:04 UTC (rev 210295)
+++ PKGBUILD2014-04-14 03:35:22 UTC (rev 210296)
@@ -3,7 +3,7 @@
 
 pkgbase=imagemagick
 pkgname=('imagemagick' 'imagemagick-doc')
-pkgver=6.8.8.9
+pkgver=6.8.9.0
 pkgrel=1
 arch=('i686' 'x86_64')
 url=http://www.imagemagick.org/;
@@ -14,7 +14,7 @@
 
#source=(http://www.imagemagick.org/download/ImageMagick-${pkgver%.*}-${pkgver##*.}.tar.xz{,.asc}
 
source=(ftp://ftp.sunet.se/pub/multimedia/graphics/ImageMagick/ImageMagick-${pkgver%.*}-${pkgver##*.}.tar.xz{,.asc}
 perlmagick.rpath.patch)
-sha1sums=('3ad2deadbc7e7c6e61eb5590fcc49d71fd96b247'
+sha1sums=('098a98ba2b5c988084da3d103c6ce8fff962bbf8'
   'SKIP'
   'e143cf9d530fabf3b58023899b5cc544ba93daec')
 



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

2014-04-13 Thread Eric Bélanger
Date: Monday, April 14, 2014 @ 05:35:50
  Author: eric
Revision: 210297

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

Added:
  imagemagick/repos/extra-i686/PKGBUILD
(from rev 210296, imagemagick/trunk/PKGBUILD)
  imagemagick/repos/extra-i686/perlmagick.rpath.patch
(from rev 210296, imagemagick/trunk/perlmagick.rpath.patch)
  imagemagick/repos/extra-x86_64/PKGBUILD
(from rev 210296, imagemagick/trunk/PKGBUILD)
  imagemagick/repos/extra-x86_64/perlmagick.rpath.patch
(from rev 210296, imagemagick/trunk/perlmagick.rpath.patch)
Deleted:
  imagemagick/repos/extra-i686/PKGBUILD
  imagemagick/repos/extra-i686/perlmagick.rpath.patch
  imagemagick/repos/extra-x86_64/PKGBUILD
  imagemagick/repos/extra-x86_64/perlmagick.rpath.patch

-+
 /PKGBUILD   |  178 ++
 /perlmagick.rpath.patch |   22 
 extra-i686/PKGBUILD |   89 -
 extra-i686/perlmagick.rpath.patch   |   11 --
 extra-x86_64/PKGBUILD   |   89 -
 extra-x86_64/perlmagick.rpath.patch |   11 --
 6 files changed, 200 insertions(+), 200 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-04-14 03:35:22 UTC (rev 210296)
+++ extra-i686/PKGBUILD 2014-04-14 03:35:50 UTC (rev 210297)
@@ -1,89 +0,0 @@
-# $Id$
-# Maintainer: Eric Bélanger e...@archlinux.org
-
-pkgbase=imagemagick
-pkgname=('imagemagick' 'imagemagick-doc')
-pkgver=6.8.8.9
-pkgrel=1
-arch=('i686' 'x86_64')
-url=http://www.imagemagick.org/;
-license=('custom')
-makedepends=('libltdl' 'lcms2' 'libxt' 'fontconfig' 'libxext' 'ghostscript'
- 'openexr' 'libwmf' 'librsvg' 'libxml2' 'liblqr'
- 'opencl-headers' 'libcl' 'libwebp')
-#source=(http://www.imagemagick.org/download/ImageMagick-${pkgver%.*}-${pkgver##*.}.tar.xz{,.asc}
-source=(ftp://ftp.sunet.se/pub/multimedia/graphics/ImageMagick/ImageMagick-${pkgver%.*}-${pkgver##*.}.tar.xz{,.asc}
-perlmagick.rpath.patch)
-sha1sums=('3ad2deadbc7e7c6e61eb5590fcc49d71fd96b247'
-  'SKIP'
-  'e143cf9d530fabf3b58023899b5cc544ba93daec')
-
-prepare() {
-  cd ImageMagick-${pkgver%.*}-${pkgver##*.}
-  sed '/AC_PATH_XTRA/d' -i configure.ac
-  autoreconf --force --install
-  patch -p0 -i ${srcdir}/perlmagick.rpath.patch
-}
-
-build() {
-  cd ImageMagick-${pkgver%.*}-${pkgver##*.}
-  [[ $CARCH = i686 ]]  EXTRAOPTS=--with-gcc-arch=i686
-  [[ $CARCH = x86_64 ]]  EXTRAOPTS=--with-gcc-arch=x86-64
-
-  ./configure --prefix=/usr --sysconfdir=/etc --with-modules \
---enable-hdri --with-wmf --with-openexr --with-xml --with-lcms2 \
---with-webp --with-gslib --with-gs-font-dir=/usr/share/fonts/Type1 \
---with-perl --with-perl-options=INSTALLDIRS=vendor --with-lqr 
--with-rsvg \
---enable-opencl --without-gvc --without-djvu --without-autotrace \
---without-jbig --without-fpx --without-dps --without-fftw $EXTRAOPTS
-  make
-}
-
-check() {
-  cd ImageMagick-${pkgver%.*}-${pkgver##*.}
-#  make check
-}
-
-package_imagemagick() {
-  pkgdesc=An image viewing/manipulation program
-  depends=('perl' 'libltdl' 'lcms2' 'libxt' 'fontconfig' 'libxext' 'liblqr' 
'libcl')
-  optdepends=('imagemagick-doc: for additional information'
-  'ghostscript: for Ghostscript support' 
-  'openexr: for OpenEXR support' 
-  'libwmf: for WMF support' 
-  'librsvg: for SVG support' 
-  'libxml2: for XML support' 
-  'libpng: for PNG support' 
- 'libwebp: for WEBP support')
-  backup=(etc/ImageMagick-${pkgver%%.*}/coder.xml
-  etc/ImageMagick-${pkgver%%.*}/colors.xml
-  etc/ImageMagick-${pkgver%%.*}/delegates.xml
-  etc/ImageMagick-${pkgver%%.*}/log.xml
-  etc/ImageMagick-${pkgver%%.*}/magic.xml
-  etc/ImageMagick-${pkgver%%.*}/mime.xml
-  etc/ImageMagick-${pkgver%%.*}/policy.xml
-  etc/ImageMagick-${pkgver%%.*}/quantization-table.xml
-  etc/ImageMagick-${pkgver%%.*}/thresholds.xml
-  etc/ImageMagick-${pkgver%%.*}/type.xml
-  etc/ImageMagick-${pkgver%%.*}/type-dejavu.xml
-  etc/ImageMagick-${pkgver%%.*}/type-ghostscript.xml
-  etc/ImageMagick-${pkgver%%.*}/type-windows.xml)
-  options=('!docs' 'libtool' '!emptydirs')
-
-  cd ImageMagick-${pkgver%.*}-${pkgver##*.}
-  make -j1 DESTDIR=${pkgdir} install
-  install -Dm644 LICENSE ${pkgdir}/usr/share/licenses/imagemagick/LICENSE
-  install -Dm644 NOTICE ${pkgdir}/usr/share/licenses/imagemagick/NOTICE
-
-#Cleaning
-  rm -f ${pkgdir}/usr/lib/*.la
-}
-
-package_imagemagick-doc() {
-  pkgdesc=The ImageMagick documentation (utilities manuals and libraries API)
-
-  cd ImageMagick-${pkgver%.*}-${pkgver##*.}
-  make DESTDIR=${pkgdir} install-data-html
-  install -Dm644 LICENSE ${pkgdir}/usr/share/licenses/imagemagick-doc/LICENSE
-  install -Dm644 NOTICE 

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

2014-04-13 Thread Felix Yan
Date: Monday, April 14, 2014 @ 05:56:50
  Author: fyan
Revision: 109363

upgpkg: goagent 3.1.9-1

Modified:
  goagent/trunk/PKGBUILD

--+
 PKGBUILD |7 +--
 1 file changed, 1 insertion(+), 6 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-04-14 01:59:38 UTC (rev 109362)
+++ PKGBUILD2014-04-14 03:56:50 UTC (rev 109363)
@@ -4,7 +4,7 @@
 # Contributor: Guten ywzhai...@gmail.com 
 
 pkgname=goagent
-pkgver=3.1.8
+pkgver=3.1.9
 pkgrel=1
 pkgdesc=A gae proxy forked from gappproxy/wallproxy
 arch=(any)
@@ -17,7 +17,6 @@
 'python2-pygeoip: for GAE Regions mode support  DNS region auto 
detect')
 makedepends=('git')
 source=(git+https://github.com/goagent/goagent.git#tag=v$pkgver;
-
https://github.com/goagent/goagent/commit/cc91b381c5bbd43220c36dd74491584cec3f20cd.patch
 ${pkgname}.user.ini
 ${pkgname}.service)
 backup=('etc/goagent')
@@ -26,9 +25,6 @@
 prepare() {
   cd $pkgname
 
-  # https://code.google.com/p/goagent/issues/detail?id=13208
-  patch -p1 -i ../cc91b381c5bbd43220c36dd74491584cec3f20cd.patch
-
   sed -e s|^#!/usr/bin/env python|#!/usr/bin/env python2| \
   -e 's|^geoip = .*)\( if.*\)$|geoip = 
pygeoip.GeoIP(/usr/share/GeoIP/GeoIP.dat)\1|' \
   -i local/proxy.py
@@ -57,6 +53,5 @@
 
 # vim:set ts=2 sw=2 et:
 sha512sums=('SKIP'
-
'f45b74699db618fd456b12724ef1c87d05d2bb51fc9d8c7676ff21bbd03f2a026b892c3e00fe89532426f5e01757693cb41014a20873393c496b3dfea1874b79'
 
'cf83e1357eefb8bdf1542850d66d8007d620e4050b5715dc83f4a921d36ce9ce47d0d13c5d85f2b0ff8318d2877eec2f63b931bd47417a81a538327af927da3e'
 
'4327d5b874c5150296f9c027a60994853de1b68d4c4e32291a5c41c0e162ffbccf68b6208cbc096d099721b470e1df897ad61596d8ddd705543c15b58e9a0f7c')



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

2014-04-13 Thread Felix Yan
Date: Monday, April 14, 2014 @ 05:57:54
  Author: fyan
Revision: 109364

archrelease: copy trunk to community-any

Added:
  goagent/repos/community-any/PKGBUILD
(from rev 109363, goagent/trunk/PKGBUILD)
  goagent/repos/community-any/goagent.install
(from rev 109363, goagent/trunk/goagent.install)
  goagent/repos/community-any/goagent.service
(from rev 109363, goagent/trunk/goagent.service)
  goagent/repos/community-any/goagent.user.ini
(from rev 109363, goagent/trunk/goagent.user.ini)
Deleted:
  goagent/repos/community-any/PKGBUILD
  goagent/repos/community-any/goagent.install
  goagent/repos/community-any/goagent.service
  goagent/repos/community-any/goagent.user.ini

-+
 PKGBUILD|  119 +-
 goagent.install |   42 +--
 goagent.service |   24 +-
 3 files changed, 90 insertions(+), 95 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-04-14 03:56:50 UTC (rev 109363)
+++ PKGBUILD2014-04-14 03:57:54 UTC (rev 109364)
@@ -1,62 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@gmail.com
-# Contributor: cuihao cuihao dot leo at gmail dot com
-# Contributor: Guten ywzhai...@gmail.com 
-
-pkgname=goagent
-pkgver=3.1.8
-pkgrel=1
-pkgdesc=A gae proxy forked from gappproxy/wallproxy
-arch=(any)
-url=http://goagent.googlecode.com;
-license=(GPL2)
-depends=('python2' 'python2-pyopenssl' 'python2-gevent' 'python2-dnslib')
-conflicts=('python2-gevent0.99')
-optdepends=('python2-crypto: Optimization for RC4'
-'python2-pacparser: PAC proxy support'
-'python2-pygeoip: for GAE Regions mode support  DNS region auto 
detect')
-makedepends=('git')
-source=(git+https://github.com/goagent/goagent.git#tag=v$pkgver;
-
https://github.com/goagent/goagent/commit/cc91b381c5bbd43220c36dd74491584cec3f20cd.patch
-${pkgname}.user.ini
-${pkgname}.service)
-backup=('etc/goagent')
-install=goagent.install
-
-prepare() {
-  cd $pkgname
-
-  # https://code.google.com/p/goagent/issues/detail?id=13208
-  patch -p1 -i ../cc91b381c5bbd43220c36dd74491584cec3f20cd.patch
-
-  sed -e s|^#!/usr/bin/env python|#!/usr/bin/env python2| \
-  -e 's|^geoip = .*)\( if.*\)$|geoip = 
pygeoip.GeoIP(/usr/share/GeoIP/GeoIP.dat)\1|' \
-  -i local/proxy.py
-}
-
-package() {
-  cd $pkgname
-
-  install -Dm755 local/proxy.py $pkgdir/usr/share/$pkgname/local/goagent
-  install -Dm755 local/dnsproxy.py 
$pkgdir/usr/share/$pkgname/local/dnsproxy.py
-  install -Dm644 local/proxy.pac $pkgdir/usr/share/$pkgname/local/proxy.pac
-  install -Dm644 local/cacert.pem $pkgdir/usr/share/$pkgname/local/cacert.pem
-  install -Dm644 local/SwitchyOptions.bak 
$pkgdir/usr/share/$pkgname/local/SwitchyOptions.bak
-  install -Dm644 local/SwitchySharp.crx 
$pkgdir/usr/share/$pkgname/local/SwitchySharp_1_9_52.crx
-
-  install -Dm644 local/proxy.ini $pkgdir/usr/share/$pkgname/local/goagent.ini
-  install -Dm640 -g nobody ../goagent.user.ini $pkgdir/etc/goagent
-  ln -sf /etc/goagent ${pkgdir}/usr/share/$pkgname/local/goagent.user.ini
-  
-  cp -r server $pkgdir/usr/share/$pkgname/
-  rm $pkgdir/usr/share/$pkgname/server/uploader.bat
-
-  # systemd service
-  install -Dm644 ${srcdir}/goagent.service 
${pkgdir}/usr/lib/systemd/system/goagent.service
-}
-
-# vim:set ts=2 sw=2 et:
-sha512sums=('SKIP'
-
'f45b74699db618fd456b12724ef1c87d05d2bb51fc9d8c7676ff21bbd03f2a026b892c3e00fe89532426f5e01757693cb41014a20873393c496b3dfea1874b79'
-
'cf83e1357eefb8bdf1542850d66d8007d620e4050b5715dc83f4a921d36ce9ce47d0d13c5d85f2b0ff8318d2877eec2f63b931bd47417a81a538327af927da3e'
-
'4327d5b874c5150296f9c027a60994853de1b68d4c4e32291a5c41c0e162ffbccf68b6208cbc096d099721b470e1df897ad61596d8ddd705543c15b58e9a0f7c')

Copied: goagent/repos/community-any/PKGBUILD (from rev 109363, 
goagent/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-04-14 03:57:54 UTC (rev 109364)
@@ -0,0 +1,57 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@gmail.com
+# Contributor: cuihao cuihao dot leo at gmail dot com
+# Contributor: Guten ywzhai...@gmail.com 
+
+pkgname=goagent
+pkgver=3.1.9
+pkgrel=1
+pkgdesc=A gae proxy forked from gappproxy/wallproxy
+arch=(any)
+url=http://goagent.googlecode.com;
+license=(GPL2)
+depends=('python2' 'python2-pyopenssl' 'python2-gevent' 'python2-dnslib')
+conflicts=('python2-gevent0.99')
+optdepends=('python2-crypto: Optimization for RC4'
+'python2-pacparser: PAC proxy support'
+'python2-pygeoip: for GAE Regions mode support  DNS region auto 
detect')
+makedepends=('git')
+source=(git+https://github.com/goagent/goagent.git#tag=v$pkgver;
+${pkgname}.user.ini
+${pkgname}.service)
+backup=('etc/goagent')
+install=goagent.install
+
+prepare() {
+  cd $pkgname
+
+  sed -e 

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

2014-04-13 Thread Eric Bélanger
Date: Monday, April 14, 2014 @ 05:59:51
  Author: eric
Revision: 210298

upgpkg: xine-lib 1.2.5-1

Upstream update

Modified:
  xine-lib/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-04-14 03:35:50 UTC (rev 210297)
+++ PKGBUILD2014-04-14 03:59:51 UTC (rev 210298)
@@ -2,8 +2,8 @@
 # Maintainer: Eric Bélanger e...@archlinux.org
 
 pkgname=xine-lib
-pkgver=1.2.4
-pkgrel=3
+pkgver=1.2.5
+pkgrel=1
 pkgdesc=A multimedia playback engine
 arch=('i686' 'x86_64')
 url=http://www.xine-project.org;
@@ -32,7 +32,7 @@
 'smbclient: for using the samba plugin' \
 'gdk-pixbuf2: for using the gdk-pixbuf plugin')
 
source=(http://downloads.sourceforge.net/sourceforge/xine/${pkgname}-${pkgver}.tar.xz)
-sha1sums=('32267c5fcaa1439a5fbf7606d27dc4fafba9e504')
+sha1sums=('c7ef38fa8ee301e44ba28d6549220546d02d053d')
 
 build() {
   cd ${pkgname}-${pkgver}



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

2014-04-13 Thread Eric Bélanger
Date: Monday, April 14, 2014 @ 06:00:38
  Author: eric
Revision: 210299

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

Added:
  xine-lib/repos/extra-i686/PKGBUILD
(from rev 210298, xine-lib/trunk/PKGBUILD)
  xine-lib/repos/extra-x86_64/PKGBUILD
(from rev 210298, xine-lib/trunk/PKGBUILD)
Deleted:
  xine-lib/repos/extra-i686/PKGBUILD
  xine-lib/repos/extra-x86_64/PKGBUILD

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-04-14 03:59:51 UTC (rev 210298)
+++ extra-i686/PKGBUILD 2014-04-14 04:00:38 UTC (rev 210299)
@@ -1,46 +0,0 @@
-# $Id$
-# Maintainer: Eric Bélanger e...@archlinux.org
-
-pkgname=xine-lib
-pkgver=1.2.4
-pkgrel=3
-pkgdesc=A multimedia playback engine
-arch=('i686' 'x86_64')
-url=http://www.xine-project.org;
-license=('LGPL' 'GPL')
-depends=('libxvmc' 'ffmpeg' 'libxinerama')
-makedepends=('wavpack' 'faad2' 'libmng' 'imagemagick' 'mesa' 'libmodplug'
- 'vcdimager' 'jack' 'aalib' 'libdca' 'a52dec' 'libmad'
- 'libmpcdec' 'libcaca' 'libbluray' 'gnome-vfs' 'libvdpau' 'glu' 
'gdk-pixbuf2')
-optdepends=('imagemagick: for using the imagemagick plugin' \
-'jack: for using the jack plugin' \
-'vcdimager: for using the vcd plugin' \
-'glu: for using the opengl plugin' \
-'wavpack: for using the wavpack plugin' \
-'faad2: for using the faad plugin' \
-'libmng: for using the mng plugin' \
-'aalib: for using the aalib plugin' \
-'libmodplug: for using the modplug plugin' \
-'libdca: for using the dca plugin' \
-'a52dec: for using the a52 plugin' \
-'libmad: for using the mp3 plugin' \
-'libmpcdec: for using the musepack plugin' \
-'libcaca: for using the caca plugin' \
-'libbluray: for using the bluray plugin' \
-'gnome-vfs: for using the gnome-vfs plugin' \
-'libvdpau: for using the VDPAU plugin' \
-'smbclient: for using the samba plugin' \
-'gdk-pixbuf2: for using the gdk-pixbuf plugin')
-source=(http://downloads.sourceforge.net/sourceforge/xine/${pkgname}-${pkgver}.tar.xz)
-sha1sums=('32267c5fcaa1439a5fbf7606d27dc4fafba9e504')
-
-build() {
-  cd ${pkgname}-${pkgver}
-  ./configure --prefix=/usr --with-wavpack --enable-vdpau 
--disable-optimizations
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-}

Copied: xine-lib/repos/extra-i686/PKGBUILD (from rev 210298, 
xine-lib/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-04-14 04:00:38 UTC (rev 210299)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Eric Bélanger e...@archlinux.org
+
+pkgname=xine-lib
+pkgver=1.2.5
+pkgrel=1
+pkgdesc=A multimedia playback engine
+arch=('i686' 'x86_64')
+url=http://www.xine-project.org;
+license=('LGPL' 'GPL')
+depends=('libxvmc' 'ffmpeg' 'libxinerama')
+makedepends=('wavpack' 'faad2' 'libmng' 'imagemagick' 'mesa' 'libmodplug'
+ 'vcdimager' 'jack' 'aalib' 'libdca' 'a52dec' 'libmad'
+ 'libmpcdec' 'libcaca' 'libbluray' 'gnome-vfs' 'libvdpau' 'glu' 
'gdk-pixbuf2')
+optdepends=('imagemagick: for using the imagemagick plugin' \
+'jack: for using the jack plugin' \
+'vcdimager: for using the vcd plugin' \
+'glu: for using the opengl plugin' \
+'wavpack: for using the wavpack plugin' \
+'faad2: for using the faad plugin' \
+'libmng: for using the mng plugin' \
+'aalib: for using the aalib plugin' \
+'libmodplug: for using the modplug plugin' \
+'libdca: for using the dca plugin' \
+'a52dec: for using the a52 plugin' \
+'libmad: for using the mp3 plugin' \
+'libmpcdec: for using the musepack plugin' \
+'libcaca: for using the caca plugin' \
+'libbluray: for using the bluray plugin' \
+'gnome-vfs: for using the gnome-vfs plugin' \
+'libvdpau: for using the VDPAU plugin' \
+'smbclient: for using the samba plugin' \
+'gdk-pixbuf2: for using the gdk-pixbuf plugin')
+source=(http://downloads.sourceforge.net/sourceforge/xine/${pkgname}-${pkgver}.tar.xz)
+sha1sums=('c7ef38fa8ee301e44ba28d6549220546d02d053d')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr --with-wavpack --enable-vdpau 
--disable-optimizations
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}

Deleted: extra-x86_64/PKGBUILD

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

2014-04-13 Thread Eric Bélanger
Date: Monday, April 14, 2014 @ 06:33:56
  Author: eric
Revision: 210300

upgpkg: quodlibet 3.1.0-1

Upstream update, Update source url

Modified:
  quodlibet/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-04-14 04:00:38 UTC (rev 210299)
+++ PKGBUILD2014-04-14 04:33:56 UTC (rev 210300)
@@ -3,7 +3,7 @@
 
 pkgbase=quodlibet
 pkgname=('quodlibet' 'quodlibet-plugins')
-pkgver=3.0.2
+pkgver=3.1.0
 pkgrel=1
 arch=('any')
 license=('GPL2')
@@ -10,10 +10,10 @@
 url=http://code.google.com/p/quodlibet/;
 makedepends=('python2' 'intltool')
 options=('!makeflags')
-source=(https://quodlibet.googlecode.com/files/$pkgbase-$pkgver.tar.gz
-https://quodlibet.googlecode.com/files/$pkgbase-plugins-$pkgver.tar.gz)
-sha1sums=('d86fcd5ae461398891ad08b23d4497c3cfe0587d'
-  '8126fc4c69fd7db556a1ff38d9b41f27d6ad7264')
+source=(https://bitbucket.org/lazka/quodlibet-files/raw/default/releases/$pkgbase-$pkgver.tar.gz
+
https://bitbucket.org/lazka/quodlibet-files/raw/default/releases/$pkgbase-plugins-$pkgver.tar.gz)
+sha1sums=('2a2ff36cbab472aa61ead2bd9803cc6396ac310c'
+  '0b79004728fafe6ac9bb1352cbb04c9b76ca4f55')
 
 prepare() {
   cd ${pkgbase}-${pkgver}



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

2014-04-13 Thread Eric Bélanger
Date: Monday, April 14, 2014 @ 06:34:12
  Author: eric
Revision: 210301

archrelease: copy trunk to extra-any

Added:
  quodlibet/repos/extra-any/PKGBUILD
(from rev 210300, quodlibet/trunk/PKGBUILD)
  quodlibet/repos/extra-any/quodlibet.install
(from rev 210300, quodlibet/trunk/quodlibet.install)
Deleted:
  quodlibet/repos/extra-any/PKGBUILD
  quodlibet/repos/extra-any/quodlibet.install

---+
 PKGBUILD  |  120 ++--
 quodlibet.install |   22 -
 2 files changed, 71 insertions(+), 71 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-04-14 04:33:56 UTC (rev 210300)
+++ PKGBUILD2014-04-14 04:34:12 UTC (rev 210301)
@@ -1,60 +0,0 @@
-# $Id$
-# Maintainer: Eric Bélanger e...@archlinux.org
-
-pkgbase=quodlibet
-pkgname=('quodlibet' 'quodlibet-plugins')
-pkgver=3.0.2
-pkgrel=1
-arch=('any')
-license=('GPL2')
-url=http://code.google.com/p/quodlibet/;
-makedepends=('python2' 'intltool')
-options=('!makeflags')
-source=(https://quodlibet.googlecode.com/files/$pkgbase-$pkgver.tar.gz
-https://quodlibet.googlecode.com/files/$pkgbase-plugins-$pkgver.tar.gz)
-sha1sums=('d86fcd5ae461398891ad08b23d4497c3cfe0587d'
-  '8126fc4c69fd7db556a1ff38d9b41f27d6ad7264')
-
-prepare() {
-  cd ${pkgbase}-${pkgver}
-  sed -i 's/env python/env python2/' exfalso.py quodlibet.py \
-../${pkgbase}-plugins-${pkgver}/songsmenu/replaygain.py
-  sed -i 's|/usr/bin/python|/usr/bin/python2|' operon.py 
-}
-
-build() {
-  cd ${pkgbase}-${pkgver}
-  python2 setup.py build
-}
-
-package_quodlibet() {
-  pkgdesc=An audio library tagger, manager and player
-  depends=('gtk3' 'python2-gobject' 'python2-dbus' 'mutagen' 
-   'gst-plugins-base' 'gst-plugins-good' 'gst-plugins-ugly' 
-  'gnome-icon-theme')
-  optdepends=('gst-libav: for ffmpeg (ASF/WMA) support'
-  'gst-plugins-bad: for Musepack support'
-  'libgpod: for ipod support'
-  'python2-feedparser: for audio feeds (podcast) support'
-  'libkeybinder3: for the multimedia keys support'
-  'media-player-info: for media devices support')
-  install=quodlibet.install
-
-  cd ${pkgbase}-${pkgver}
-  python2 setup.py install --prefix=${pkgdir}/usr
-}
-
-package_quodlibet-plugins() {
-  pkgdesc=Various plugins for QuodLibet
-  depends=('quodlibet')
-  optdepends=('cddb-py: for CDDB Lookup plugin'
-  'python2-musicbrainz2: for MusicBrainz Lookup plugin'
-  'python2-pyinotify: for Automatic library update plugin'
- 'kakasi: for Kana/Kanji Simple Inverter plugin'
- 'zeitgeist: for Event Logging plugin'
-  'gst-plugins-bad: for Audio Pitch/Speed plugin')
-
-  cd ${pkgbase}-plugins-${pkgver}
-  install -d ${pkgdir}/usr/lib/python2.7/site-packages/quodlibet/plugins
-  cp -r editing events gstreamer playorder songsmenu 
${pkgdir}/usr/lib/python2.7/site-packages/quodlibet/plugins
-}

Copied: quodlibet/repos/extra-any/PKGBUILD (from rev 210300, 
quodlibet/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-04-14 04:34:12 UTC (rev 210301)
@@ -0,0 +1,60 @@
+# $Id$
+# Maintainer: Eric Bélanger e...@archlinux.org
+
+pkgbase=quodlibet
+pkgname=('quodlibet' 'quodlibet-plugins')
+pkgver=3.1.0
+pkgrel=1
+arch=('any')
+license=('GPL2')
+url=http://code.google.com/p/quodlibet/;
+makedepends=('python2' 'intltool')
+options=('!makeflags')
+source=(https://bitbucket.org/lazka/quodlibet-files/raw/default/releases/$pkgbase-$pkgver.tar.gz
+
https://bitbucket.org/lazka/quodlibet-files/raw/default/releases/$pkgbase-plugins-$pkgver.tar.gz)
+sha1sums=('2a2ff36cbab472aa61ead2bd9803cc6396ac310c'
+  '0b79004728fafe6ac9bb1352cbb04c9b76ca4f55')
+
+prepare() {
+  cd ${pkgbase}-${pkgver}
+  sed -i 's/env python/env python2/' exfalso.py quodlibet.py \
+../${pkgbase}-plugins-${pkgver}/songsmenu/replaygain.py
+  sed -i 's|/usr/bin/python|/usr/bin/python2|' operon.py 
+}
+
+build() {
+  cd ${pkgbase}-${pkgver}
+  python2 setup.py build
+}
+
+package_quodlibet() {
+  pkgdesc=An audio library tagger, manager and player
+  depends=('gtk3' 'python2-gobject' 'python2-dbus' 'mutagen' 
+   'gst-plugins-base' 'gst-plugins-good' 'gst-plugins-ugly' 
+  'gnome-icon-theme')
+  optdepends=('gst-libav: for ffmpeg (ASF/WMA) support'
+  'gst-plugins-bad: for Musepack support'
+  'libgpod: for ipod support'
+  'python2-feedparser: for audio feeds (podcast) support'
+  'libkeybinder3: for the multimedia keys support'
+  'media-player-info: for media devices support')
+  install=quodlibet.install
+
+  cd ${pkgbase}-${pkgver}
+  python2 setup.py install --prefix=${pkgdir}/usr
+}
+
+package_quodlibet-plugins() {
+  pkgdesc=Various plugins for QuodLibet
+  

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

2014-04-13 Thread Felix Yan
Date: Monday, April 14, 2014 @ 06:52:57
  Author: fyan
Revision: 109365

upgpkg: jenkins 1.559-1

Modified:
  jenkins/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-04-14 03:57:54 UTC (rev 109364)
+++ PKGBUILD2014-04-14 04:52:57 UTC (rev 109365)
@@ -5,7 +5,7 @@
 # Contributor: Illarion Kovalchuk illarion.kovalchuk at gmail dot com
 
 pkgname=jenkins
-pkgver=1.558
+pkgver=1.559
 pkgrel=1
 pkgdesc='Extendable continuous integration server (latest)'
 arch=('any')
@@ -24,7 +24,7 @@
 'jenkins.service'
 'jenkins.tmpfiles.d'
 'LICENSE')
-sha512sums=('19fb9b489d5cd5dcd726e9cb823b5f22f39f9593be5daf93a34aaa8576ec8bee1e43b3e683cd8df25b81cb7a7b1dfa69069f705a6a419658acbae4269da40949'
+sha512sums=('76feb72803dbfb74663d43646a006bc99df68c1c19c2b5d0a6a7b5851cd89d13b763cc715ea6bb45bf33637c10c052b553f135e4cdeb5939e5ce7e342129ef03'
 
'3a8421cef3953d899c150609f959cf5d5dd6d08d079a5e0f48bfece4f3c80491722b9e90ef841fddb87401c226b8338297c5c4e83e55a33ef8d6e387de3048d0'
 
'a336b006d3711abb75b49a2e12c09ee61cf3275a2cdbbd3676480e2f6ca8ba0fb4b9c08f3f9da193252c4fca827e9a1d5eaad847d0a889445693427ae1571fe7'
 
'fc82b56741c4683cde4913e41bf3dbfb0e7b16897b22b27d92a9c6fa7a300ffba97d85fbbf2287a7c5c546cb5697bbe8daa108bfc51572cf69c256d1e01e80ba'



  1   2   >