[arch-commits] Commit in lm_sensors/repos (32 files)

2013-05-11 Thread Eric Bélanger
Date: Sunday, May 12, 2013 @ 08:52:48
  Author: eric
Revision: 185203

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

Added:
  lm_sensors/repos/extra-i686/PKGBUILD
(from rev 185202, lm_sensors/trunk/PKGBUILD)
  lm_sensors/repos/extra-i686/fancontrol.service
(from rev 185202, lm_sensors/trunk/fancontrol.service)
  lm_sensors/repos/extra-i686/healthd
(from rev 185202, lm_sensors/trunk/healthd)
  lm_sensors/repos/extra-i686/healthd.conf
(from rev 185202, lm_sensors/trunk/healthd.conf)
  lm_sensors/repos/extra-i686/healthd.service
(from rev 185202, lm_sensors/trunk/healthd.service)
  lm_sensors/repos/extra-i686/linux_3.0.patch
(from rev 185202, lm_sensors/trunk/linux_3.0.patch)
  lm_sensors/repos/extra-i686/lm_sensors-fancontrol.patch
(from rev 185202, lm_sensors/trunk/lm_sensors-fancontrol.patch)
  lm_sensors/repos/extra-i686/sensord.service
(from rev 185202, lm_sensors/trunk/sensord.service)
  lm_sensors/repos/extra-x86_64/PKGBUILD
(from rev 185202, lm_sensors/trunk/PKGBUILD)
  lm_sensors/repos/extra-x86_64/fancontrol.service
(from rev 185202, lm_sensors/trunk/fancontrol.service)
  lm_sensors/repos/extra-x86_64/healthd
(from rev 185202, lm_sensors/trunk/healthd)
  lm_sensors/repos/extra-x86_64/healthd.conf
(from rev 185202, lm_sensors/trunk/healthd.conf)
  lm_sensors/repos/extra-x86_64/healthd.service
(from rev 185202, lm_sensors/trunk/healthd.service)
  lm_sensors/repos/extra-x86_64/linux_3.0.patch
(from rev 185202, lm_sensors/trunk/linux_3.0.patch)
  lm_sensors/repos/extra-x86_64/lm_sensors-fancontrol.patch
(from rev 185202, lm_sensors/trunk/lm_sensors-fancontrol.patch)
  lm_sensors/repos/extra-x86_64/sensord.service
(from rev 185202, lm_sensors/trunk/sensord.service)
Deleted:
  lm_sensors/repos/extra-i686/PKGBUILD
  lm_sensors/repos/extra-i686/fancontrol.service
  lm_sensors/repos/extra-i686/healthd
  lm_sensors/repos/extra-i686/healthd.conf
  lm_sensors/repos/extra-i686/healthd.service
  lm_sensors/repos/extra-i686/linux_3.0.patch
  lm_sensors/repos/extra-i686/lm_sensors-fancontrol.patch
  lm_sensors/repos/extra-i686/sensord.service
  lm_sensors/repos/extra-x86_64/PKGBUILD
  lm_sensors/repos/extra-x86_64/fancontrol.service
  lm_sensors/repos/extra-x86_64/healthd
  lm_sensors/repos/extra-x86_64/healthd.conf
  lm_sensors/repos/extra-x86_64/healthd.service
  lm_sensors/repos/extra-x86_64/linux_3.0.patch
  lm_sensors/repos/extra-x86_64/lm_sensors-fancontrol.patch
  lm_sensors/repos/extra-x86_64/sensord.service

--+
 /PKGBUILD|  106 +
 /fancontrol.service  |   18 
 /healthd |  106 +
 /healthd.conf|   34 +
 /healthd.service |   18 
 /linux_3.0.patch |   22 ++
 /lm_sensors-fancontrol.patch |   58 +++
 /sensord.service |   18 
 extra-i686/PKGBUILD  |   49 -
 extra-i686/fancontrol.service|9 --
 extra-i686/healthd   |   53 --
 extra-i686/healthd.conf  |   17 
 extra-i686/healthd.service   |9 --
 extra-i686/linux_3.0.patch   |   11 ---
 extra-i686/lm_sensors-fancontrol.patch   |   29 ---
 extra-i686/sensord.service   |9 --
 extra-x86_64/PKGBUILD|   49 -
 extra-x86_64/fancontrol.service  |9 --
 extra-x86_64/healthd |   53 --
 extra-x86_64/healthd.conf|   17 
 extra-x86_64/healthd.service |9 --
 extra-x86_64/linux_3.0.patch |   11 ---
 extra-x86_64/lm_sensors-fancontrol.patch |   29 ---
 extra-x86_64/sensord.service |9 --
 24 files changed, 380 insertions(+), 372 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-05-12 06:51:48 UTC (rev 185202)
+++ extra-i686/PKGBUILD 2013-05-12 06:52:48 UTC (rev 185203)
@@ -1,49 +0,0 @@
-# $Id$
-# Maintainer: Eric Bélanger 
-
-pkgname=lm_sensors
-pkgver=3.3.3
-pkgrel=2
-pkgdesc="Collection of user space tools for general SMBus access and hardware 
monitoring"
-arch=('i686' 'x86_64')
-url="http://www.lm-sensors.org/";
-license=('GPL' 'LGPL')
-depends=('perl' 'sysfsutils')
-makedepends=('rrdtool')
-optdepends=('rrdtool: for logging with sensord')
-backup=('etc/sensors3.conf' 'etc/healthd.conf')
-options=('!emptydirs')
-source=(http://dl.lm-sensors.org/lm-sensors/releases/lm_sensors-${pkgver}.tar.bz2{,.sig}
 \
-   healthd healthd.conf fancontrol.service sensord.service healthd.service 
\
-linux_3.0.patch lm_sensors-fancontrol.patch)
-sha1sums=('b55c06f425993e42f13553f204066c446da36fd3'
-  '035a721f

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

2013-05-11 Thread Eric Bélanger
Date: Sunday, May 12, 2013 @ 08:51:48
  Author: eric
Revision: 185202

upgpkg: lm_sensors 3.3.3-3

Move binaries in /usr/sbin to /usr/bin

Modified:
  lm_sensors/trunk/PKGBUILD
  lm_sensors/trunk/fancontrol.service
  lm_sensors/trunk/healthd
  lm_sensors/trunk/healthd.service
  lm_sensors/trunk/sensord.service

+
 PKGBUILD   |   26 +++---
 fancontrol.service |2 +-
 healthd|2 +-
 healthd.service|2 +-
 sensord.service|2 +-
 5 files changed, 19 insertions(+), 15 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-05-12 06:37:28 UTC (rev 185201)
+++ PKGBUILD2013-05-12 06:51:48 UTC (rev 185202)
@@ -3,7 +3,7 @@
 
 pkgname=lm_sensors
 pkgver=3.3.3
-pkgrel=2
+pkgrel=3
 pkgdesc="Collection of user space tools for general SMBus access and hardware 
monitoring"
 arch=('i686' 'x86_64')
 url="http://www.lm-sensors.org/";
@@ -17,31 +17,35 @@
healthd healthd.conf fancontrol.service sensord.service healthd.service 
\
 linux_3.0.patch lm_sensors-fancontrol.patch)
 sha1sums=('b55c06f425993e42f13553f204066c446da36fd3'
-  '035a721f20e4ad568f4fdde2d7c25d906c192458'
-  'afaad558d2ad4732aa53b69afa23ccf37bc67ab1'
+  'SKIP'
+  '1c91ae403d3cd02b6177ad1f1b2f2c3a7a3257f5'
   '6c4e8a2d89dd2fd3ca2f0f4f3b1230111e01b0fc'
-  '7a4a4d1442aeeba0ba8aefb742a3ef187b593f4c'
-  'eff43b4882d25dae7dd0b33eb2e33b0836a5cc51'
-  'a7a20eb3c799d70287e6c7968a7ab42165925293'
+  '73cd658f4a418197dc75f65d6d309701c72cfd81'
+  'cea1ff07374a784cc4be1d28dc6c80641fcae99d'
+  'd72ec328e9303acef86342483b6f8537de6117d9'
   '5662828085cdd981f0dc7cf8f79d3d6e2b72f50c'
   'd3e419b4019451fb039ae3d3b8e0ec55121b9f17')
 
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
+prepare() {
+  cd ${pkgname}-${pkgver}
   sed -i 's|/etc/sysconfig|/etc/conf.d|' 
prog/{detect/sensors-detect,init/lm_sensors.service}
   sed -i 's@\(/bin/systemctl\|/lib/systemd/system\)@/usr\1@g' 
prog/detect/sensors-detect
   sed -i 's/EnvironmentFile=/EnvironmentFile=-/' prog/init/lm_sensors.service
   patch -p0 -i "${srcdir}/linux_3.0.patch"
   patch -p0 -i "${srcdir}/lm_sensors-fancontrol.patch"
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
   make PREFIX=/usr
 }
 
 package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
+  cd ${pkgname}-${pkgver}
   make PROG_EXTRA=sensord BUILD_STATIC_LIB=0 \
-PREFIX=/usr MANDIR=/usr/share/man DESTDIR="${pkgdir}" install
+PREFIX=/usr SBINDIR=/usr/bin MANDIR=/usr/share/man DESTDIR="${pkgdir}" 
install
   install -D -m644 prog/init/lm_sensors.service 
"${pkgdir}/usr/lib/systemd/system/lm_sensors.service"
-  install -D -m755 "${srcdir}/healthd" "${pkgdir}/usr/sbin/healthd"
+  install -D -m755 "${srcdir}/healthd" "${pkgdir}/usr/bin/healthd"
   install -D -m644 "${srcdir}/healthd.conf" "${pkgdir}/etc/healthd.conf"
   install -D -m644 "${srcdir}/fancontrol.service" 
"${pkgdir}/usr/lib/systemd/system/fancontrol.service"
   install -D -m644 "${srcdir}/sensord.service" 
"${pkgdir}/usr/lib/systemd/system/sensord.service"

Modified: fancontrol.service
===
--- fancontrol.service  2013-05-12 06:37:28 UTC (rev 185201)
+++ fancontrol.service  2013-05-12 06:51:48 UTC (rev 185202)
@@ -3,7 +3,7 @@
 
 [Service]
 PIDFile=/var/run/fancontrol.pid
-ExecStart=/usr/sbin/fancontrol
+ExecStart=/usr/bin/fancontrol
 
 [Install]
 WantedBy=multi-user.target

Modified: healthd
===
--- healthd 2013-05-12 06:37:28 UTC (rev 185201)
+++ healthd 2013-05-12 06:51:48 UTC (rev 185202)
@@ -1,7 +1,7 @@
 #!/bin/bash
 
 #
-# /usr/sbin/healthd
+# /usr/bin/healthd
 #
 
 . /etc/healthd.conf

Modified: healthd.service
===
--- healthd.service 2013-05-12 06:37:28 UTC (rev 185201)
+++ healthd.service 2013-05-12 06:51:48 UTC (rev 185202)
@@ -3,7 +3,7 @@
 
 [Service]
 Type=forking
-ExecStart=/usr/sbin/healthd
+ExecStart=/usr/bin/healthd
 
 [Install]
 WantedBy=multi-user.target

Modified: sensord.service
===
--- sensord.service 2013-05-12 06:37:28 UTC (rev 185201)
+++ sensord.service 2013-05-12 06:51:48 UTC (rev 185202)
@@ -3,7 +3,7 @@
 
 [Service]
 PIDFile=/var/run/sensord.pid
-ExecStart=/usr/sbin/sensord
+ExecStart=/usr/bin/sensord
 
 [Install]
 WantedBy=multi-user.target



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

2013-05-11 Thread Bartłomiej Piotrowski
Date: Sunday, May 12, 2013 @ 08:37:28
  Author: bpiotrowski
Revision: 185201

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-05-12 06:37:17 UTC (rev 185200)
+++ extra-i686/PKGBUILD 2013-05-12 06:37:28 UTC (rev 185201)
@@ -1,26 +0,0 @@
-# $Id$
-# Maintainer:
-# Contributor: Andrea Scarpino 
-# Contributor: Tobias Powalowski 
-
-pkgname=fsarchiver
-pkgver=0.6.17
-pkgrel=1
-pkgdesc="A safe and flexible file-system backup and deployment tool"
-arch=('i686' 'x86_64')
-url="http://www.fsarchiver.org/";
-license=('GPL2')
-depends=('bzip2' 'e2fsprogs' 'lzo2' 'xz' 'libgcrypt')
-source=("http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz";)
-sha1sums=('3b1049b674f3be45ecda5a91a584c7ddc3781e6b')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  make DESTDIR="${pkgdir}" install
-}

Copied: fsarchiver/repos/extra-i686/PKGBUILD (from rev 185200, 
fsarchiver/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-05-12 06:37:28 UTC (rev 185201)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer:
+# Contributor: Andrea Scarpino 
+# Contributor: Tobias Powalowski 
+
+pkgname=fsarchiver
+pkgver=0.6.17
+pkgrel=2
+pkgdesc='Safe and flexible file-system backup and deployment tool'
+arch=('i686' 'x86_64')
+url='http://www.fsarchiver.org/'
+license=('GPL2')
+depends=('bzip2' 'e2fsprogs' 'lzo2' 'xz' 'libgcrypt')
+source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz)
+sha1sums=('3b1049b674f3be45ecda5a91a584c7ddc3781e6b')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sbindir=/usr/bin
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2013-05-12 06:37:17 UTC (rev 185200)
+++ extra-x86_64/PKGBUILD   2013-05-12 06:37:28 UTC (rev 185201)
@@ -1,26 +0,0 @@
-# $Id$
-# Maintainer:
-# Contributor: Andrea Scarpino 
-# Contributor: Tobias Powalowski 
-
-pkgname=fsarchiver
-pkgver=0.6.17
-pkgrel=1
-pkgdesc="A safe and flexible file-system backup and deployment tool"
-arch=('i686' 'x86_64')
-url="http://www.fsarchiver.org/";
-license=('GPL2')
-depends=('bzip2' 'e2fsprogs' 'lzo2' 'xz' 'libgcrypt')
-source=("http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz";)
-sha1sums=('3b1049b674f3be45ecda5a91a584c7ddc3781e6b')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  make DESTDIR="${pkgdir}" install
-}

Copied: fsarchiver/repos/extra-x86_64/PKGBUILD (from rev 185200, 
fsarchiver/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2013-05-12 06:37:28 UTC (rev 185201)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer:
+# Contributor: Andrea Scarpino 
+# Contributor: Tobias Powalowski 
+
+pkgname=fsarchiver
+pkgver=0.6.17
+pkgrel=2
+pkgdesc='Safe and flexible file-system backup and deployment tool'
+arch=('i686' 'x86_64')
+url='http://www.fsarchiver.org/'
+license=('GPL2')
+depends=('bzip2' 'e2fsprogs' 'lzo2' 'xz' 'libgcrypt')
+source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz)
+sha1sums=('3b1049b674f3be45ecda5a91a584c7ddc3781e6b')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sbindir=/usr/bin
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}



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

2013-05-11 Thread Bartłomiej Piotrowski
Date: Sunday, May 12, 2013 @ 08:37:17
  Author: bpiotrowski
Revision: 185200

upgpkg: fsarchiver 0.6.17-2

- move binary to /usr/bin

Modified:
  fsarchiver/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-05-12 06:29:54 UTC (rev 185199)
+++ PKGBUILD2013-05-12 06:37:17 UTC (rev 185200)
@@ -5,22 +5,22 @@
 
 pkgname=fsarchiver
 pkgver=0.6.17
-pkgrel=1
-pkgdesc="A safe and flexible file-system backup and deployment tool"
+pkgrel=2
+pkgdesc='Safe and flexible file-system backup and deployment tool'
 arch=('i686' 'x86_64')
-url="http://www.fsarchiver.org/";
+url='http://www.fsarchiver.org/'
 license=('GPL2')
 depends=('bzip2' 'e2fsprogs' 'lzo2' 'xz' 'libgcrypt')
-source=("http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz";)
+source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz)
 sha1sums=('3b1049b674f3be45ecda5a91a584c7ddc3781e6b')
 
 build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  ./configure --prefix=/usr
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sbindir=/usr/bin
   make
 }
 
 package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  make DESTDIR="${pkgdir}" install
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
 }



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

2013-05-11 Thread Bartłomiej Piotrowski
Date: Sunday, May 12, 2013 @ 08:32:22
  Author: bpiotrowski
Revision: 90389

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

Added:
  nginx/repos/community-i686/PKGBUILD
(from rev 90388, nginx/trunk/PKGBUILD)
  nginx/repos/community-i686/logrotate
(from rev 90388, nginx/trunk/logrotate)
  nginx/repos/community-i686/nginx.install
(from rev 90388, nginx/trunk/nginx.install)
  nginx/repos/community-i686/service
(from rev 90388, nginx/trunk/service)
  nginx/repos/community-x86_64/PKGBUILD
(from rev 90388, nginx/trunk/PKGBUILD)
  nginx/repos/community-x86_64/logrotate
(from rev 90388, nginx/trunk/logrotate)
  nginx/repos/community-x86_64/nginx.install
(from rev 90388, nginx/trunk/nginx.install)
  nginx/repos/community-x86_64/service
(from rev 90388, nginx/trunk/service)
Deleted:
  nginx/repos/community-i686/PKGBUILD
  nginx/repos/community-i686/logrotate
  nginx/repos/community-i686/nginx.install
  nginx/repos/community-i686/service
  nginx/repos/community-x86_64/PKGBUILD
  nginx/repos/community-x86_64/logrotate
  nginx/repos/community-x86_64/nginx.install
  nginx/repos/community-x86_64/service

+
 /PKGBUILD  |  204 +++
 /logrotate |   18 +++
 /nginx.install |   30 +
 /service   |   28 +
 community-i686/PKGBUILD|  102 ---
 community-i686/logrotate   |9 -
 community-i686/nginx.install   |   15 --
 community-i686/service |   14 --
 community-x86_64/PKGBUILD  |  102 ---
 community-x86_64/logrotate |9 -
 community-x86_64/nginx.install |   15 --
 community-x86_64/service   |   14 --
 12 files changed, 280 insertions(+), 280 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-05-12 06:32:07 UTC (rev 90388)
+++ community-i686/PKGBUILD 2013-05-12 06:32:22 UTC (rev 90389)
@@ -1,102 +0,0 @@
-# $Id$
-# Maintainer:  Sergej Pupykin 
-# Maintainer:  Bartłomiej Piotrowski 
-# Contributor: Miroslaw Szot 
-
-_cfgdir=/etc/nginx
-_tmpdir=/var/lib/nginx
-
-pkgname=nginx
-pkgver=1.4.1
-pkgrel=1
-pkgdesc='Lightweight HTTP server and IMAP/POP3 proxy server'
-arch=('i686' 'x86_64')
-depends=('pcre' 'zlib' 'openssl' 'geoip')
-makedepends=('passenger')
-url="http://nginx.org";
-license=('custom')
-install=nginx.install
-backup=(${_cfgdir:1}/fastcgi.conf
-   ${_cfgdir:1}/fastcgi_params
-   ${_cfgdir:1}/koi-win
-   ${_cfgdir:1}/koi-utf
-   ${_cfgdir:1}/mime.types
-   ${_cfgdir:1}/nginx.conf
-   ${_cfgdir:1}/scgi_params
-   ${_cfgdir:1}/uwsgi_params
-   ${_cfgdir:1}/win-utf
-   etc/logrotate.d/nginx)
-source=(http://nginx.org/download/nginx-$pkgver.tar.gz
-   service
-   logrotate)
-sha256sums=('bca5d1e89751ba29406185e1736c390412603a7e6b604f5b4575281f6565d119'
-'77da8ce4d8378048606a25e09270ee187d6b226ee750b6cb4313af5549f5156a'
-'9523a1fdd5eb61bf62f3049f6ee088b198e36d5edcce2d9b08bbeb2930aa5a16')
-
-build() {
-   cd "$srcdir"/$pkgname-$pkgver
-
-   ./configure \
---prefix=$_cfgdir \
---conf-path=$_cfgdir/nginx.conf \
---sbin-path=/usr/sbin/nginx \
---pid-path=/var/run/nginx.pid \
---lock-path=/var/lock/nginx.lock \
---user=http --group=http \
---http-log-path=/var/log/nginx/access.log \
---error-log-path=/var/log/nginx/error.log \
---http-client-body-temp-path=$_tmpdir/client-body \
---http-proxy-temp-path=$_tmpdir/proxy \
---http-fastcgi-temp-path=$_tmpdir/fastcgi \
---http-scgi-temp-path=$_tmpdir/scgi \
---http-uwsgi-temp-path=$_tmpdir/uwsgi \
---with-imap --with-imap_ssl_module \
---with-ipv6 --with-pcre-jit \
---with-file-aio \
---with-http_dav_module \
---with-http_geoip_module \
---with-http_gunzip_module \
---with-http_gzip_static_module \
---with-http_realip_module \
---with-http_spdy_module \
---with-http_ssl_module \
---with-http_stub_status_module \
---add-module=/usr/lib/passenger/ext/nginx \
-#--with-http_mp4_module \
-#--with-http_addition_module \
-#--with-http_xslt_module \
-#--with-http_image_filter_module \
-#--with-http_sub_module \
-#--with-http_flv_module \
-#--with-http_random_index_module \
-#--with-http_secure_link_module \
-#--with-http_degradation_module \
-#--with-http_perl_module \
-
-   make
-}
-
-package() {
-   cd "$srcdir"/$pkgname-$pkgver
-   make DESTDIR="$pkgdir" install
-
-   sed -e 's|\
+# Maintainer:  Bartłomiej Piotrowski 
+# Contributor: Miroslaw Szot 
+
+_cfgdir=/etc/nginx
+_tmpdi

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

2013-05-11 Thread Bartłomiej Piotrowski
Date: Sunday, May 12, 2013 @ 08:32:07
  Author: bpiotrowski
Revision: 90388

upgpkg: nginx 1.4.1-2

- move binary to /usr/bin

Modified:
  nginx/trunk/PKGBUILD
  nginx/trunk/service

--+
 PKGBUILD |6 +++---
 service  |8 
 2 files changed, 7 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-05-12 06:30:53 UTC (rev 90387)
+++ PKGBUILD2013-05-12 06:32:07 UTC (rev 90388)
@@ -8,7 +8,7 @@
 
 pkgname=nginx
 pkgver=1.4.1
-pkgrel=1
+pkgrel=2
 pkgdesc='Lightweight HTTP server and IMAP/POP3 proxy server'
 arch=('i686' 'x86_64')
 depends=('pcre' 'zlib' 'openssl' 'geoip')
@@ -30,7 +30,7 @@
service
logrotate)
 sha256sums=('bca5d1e89751ba29406185e1736c390412603a7e6b604f5b4575281f6565d119'
-'77da8ce4d8378048606a25e09270ee187d6b226ee750b6cb4313af5549f5156a'
+'05fdc0c0483410944b988d7f4beabb00bec4a44a41bd13ebc9b78585da7d3f9b'
 '9523a1fdd5eb61bf62f3049f6ee088b198e36d5edcce2d9b08bbeb2930aa5a16')
 
 build() {
@@ -39,7 +39,7 @@
./configure \
 --prefix=$_cfgdir \
 --conf-path=$_cfgdir/nginx.conf \
---sbin-path=/usr/sbin/nginx \
+--sbin-path=/usr/bin/nginx \
 --pid-path=/var/run/nginx.pid \
 --lock-path=/var/lock/nginx.lock \
 --user=http --group=http \

Modified: service
===
--- service 2013-05-12 06:30:53 UTC (rev 90387)
+++ service 2013-05-12 06:32:07 UTC (rev 90388)
@@ -5,10 +5,10 @@
 [Service]
 Type=forking
 PIDFile=/run/nginx.pid
-ExecStartPre=/usr/sbin/nginx -t -q -g 'pid /run/nginx.pid; daemon on; 
master_process on;'
-ExecStart=/usr/sbin/nginx -g 'pid /run/nginx.pid; daemon on; master_process 
on;'
-ExecReload=/usr/sbin/nginx -g 'pid /run/nginx.pid; daemon on; master_process 
on;' -s reload
-ExecStop=/usr/sbin/nginx -g 'pid /run/nginx.pid;' -s quit
+ExecStartPre=/usr/bin/nginx -t -q -g 'pid /run/nginx.pid; daemon on; 
master_process on;'
+ExecStart=/usr/bin/nginx -g 'pid /run/nginx.pid; daemon on; master_process on;'
+ExecReload=/usr/bin/nginx -g 'pid /run/nginx.pid; daemon on; master_process 
on;' -s reload
+ExecStop=/usr/bin/nginx -g 'pid /run/nginx.pid;' -s quit
 
 [Install]
 WantedBy=multi-user.target



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

2013-05-11 Thread Daniel Wallace
Date: Sunday, May 12, 2013 @ 08:30:53
  Author: dwallace
Revision: 90387

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

Added:
  connman/repos/community-i686/PKGBUILD
(from rev 90386, connman/trunk/PKGBUILD)
  connman/repos/community-i686/allow_group_network.diff
(from rev 90386, connman/trunk/allow_group_network.diff)
  connman/repos/community-x86_64/PKGBUILD
(from rev 90386, connman/trunk/PKGBUILD)
  connman/repos/community-x86_64/allow_group_network.diff
(from rev 90386, connman/trunk/allow_group_network.diff)
Deleted:
  connman/repos/community-i686/PKGBUILD
  connman/repos/community-i686/allow_group_network.diff
  connman/repos/community-x86_64/PKGBUILD
  connman/repos/community-x86_64/allow_group_network.diff

---+
 /PKGBUILD |   98 
 /allow_group_network.diff |   24 ++
 community-i686/PKGBUILD   |   48 -
 community-i686/allow_group_network.diff   |   12 ---
 community-x86_64/PKGBUILD |   48 -
 community-x86_64/allow_group_network.diff |   12 ---
 6 files changed, 122 insertions(+), 120 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-05-12 06:30:20 UTC (rev 90386)
+++ community-i686/PKGBUILD 2013-05-12 06:30:53 UTC (rev 90387)
@@ -1,48 +0,0 @@
-#$Id$
-# Maintainer: Daniel Wallace 
-# Contributor: Lucas De Marchi 
-
-pkgname=connman
-pkgver=1.14
-pkgrel=1
-pkgdesc="Wireless LAN network manager"
-url="http://connman.net/";
-arch=('i686' 'x86_64')
-license=('GPL2')
-depends=('dbus-core' 'iptables' 'glib2' 'gnutls')
-conflicts=('openresolv')
-optdepends=('bluez: Support for Bluetooth devices'
-'wpa_supplicant: For WiFi devices')
-makedepends=('bluez' 'wpa_supplicant' 'openconnect' 'openvpn')
-options=('!libtool')
-source=("http://www.kernel.org/pub/linux/network/${pkgname}/${pkgname}-${pkgver}.tar.bz2";
-'allow_group_network.diff')
-md5sums=('d8c98071ca244d2e66ae49becfcd0634'
- 'a8d22ee089fb0ed725130d16ad393047')
-
-prepare(){
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  patch -Np1 -i "${srcdir}/allow_group_network.diff"
-}
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
- --bindir=/usr/bin \
- --sbindir=/usr/bin \
-  --with-systemdunitdir=/usr/lib/systemd/system \
-  --enable-threads \
-  --enable-openconnect \
-  --enable-vpnc \
-  --enable-openvpn \
-  --enable-polkit \
-  --enable-client
-
-  make
-}
-
-package(){
-  make -C "${srcdir}/${pkgname}-${pkgver}" DESTDIR="${pkgdir}" install
-  install -Dm755 "$srcdir/$pkgname-$pkgver/client/${pkgname}ctl" 
"$pkgdir/usr/bin/${pkgname}ctl"
-}

Copied: connman/repos/community-i686/PKGBUILD (from rev 90386, 
connman/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-05-12 06:30:53 UTC (rev 90387)
@@ -0,0 +1,49 @@
+#$Id$
+# Maintainer: Daniel Wallace 
+# Contributor: Lucas De Marchi 
+
+pkgname=connman
+pkgver=1.14
+pkgrel=2
+pkgdesc="Wireless LAN network manager"
+url="http://connman.net/";
+arch=('i686' 'x86_64')
+license=('GPL2')
+depends=('dbus-core' 'iptables' 'glib2' 'gnutls')
+conflicts=('openresolv')
+optdepends=('bluez: Support for Bluetooth devices'
+'wpa_supplicant: For WiFi devices')
+makedepends=('bluez' 'wpa_supplicant' 'openconnect' 'openvpn')
+options=('!libtool')
+source=("http://www.kernel.org/pub/linux/network/${pkgname}/${pkgname}-${pkgver}.tar.bz2";
+'allow_group_network.diff')
+md5sums=('d8c98071ca244d2e66ae49becfcd0634'
+ 'a8d22ee089fb0ed725130d16ad393047')
+
+prepare(){
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  patch -Np1 -i "${srcdir}/allow_group_network.diff"
+}
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+ --bindir=/usr/bin \
+ --sbindir=/usr/bin \
+  --with-systemdunitdir=/usr/lib/systemd/system \
+  --enable-threads \
+  --enable-openconnect \
+  --enable-vpnc \
+  --enable-openvpn \
+  --enable-polkit \
+  --enable-client
+
+  make
+}
+
+package(){
+  make -C "${srcdir}/${pkgname}-${pkgver}" DESTDIR="${pkgdir}" install
+  install -Dm755 "$srcdir/$pkgname-$pkgver/client/${pkgname}ctl" 
"$pkgdir/usr/bin/${pkgname}ctl"
+  find "$pkgdir/usr" -name \*.service -exec sed -i 's/s\(bin\)/\1/' {} +
+}

Deleted: community-i686/allow_group_network.diff
===
--- community-i686/allow_group_network.diff 2013-05-12 06:30:20 UTC (rev 
90386)
+++ community-i686/allow_group_network.diff 2013-05-12 06:30:53 UTC (rev 
90387)
@@ -1,12 +0,0 @@
 a

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

2013-05-11 Thread Daniel Wallace
Date: Sunday, May 12, 2013 @ 08:30:20
  Author: dwallace
Revision: 90386

upgpkg: connman 1.14-2

upgpkg: connman 1.14-2

Modified:
  connman/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-05-12 06:29:24 UTC (rev 90385)
+++ PKGBUILD2013-05-12 06:30:20 UTC (rev 90386)
@@ -4,7 +4,7 @@
 
 pkgname=connman
 pkgver=1.14
-pkgrel=1
+pkgrel=2
 pkgdesc="Wireless LAN network manager"
 url="http://connman.net/";
 arch=('i686' 'x86_64')
@@ -45,4 +45,5 @@
 package(){
   make -C "${srcdir}/${pkgname}-${pkgver}" DESTDIR="${pkgdir}" install
   install -Dm755 "$srcdir/$pkgname-$pkgver/client/${pkgname}ctl" 
"$pkgdir/usr/bin/${pkgname}ctl"
+  find "$pkgdir/usr" -name \*.service -exec sed -i 's/s\(bin\)/\1/' {} +
 }



[arch-commits] Commit in inetutils/repos/testing-x86_64 (16 files)

2013-05-11 Thread Eric Bélanger
Date: Sunday, May 12, 2013 @ 08:29:54
  Author: eric
Revision: 185199

archrelease: copy trunk to testing-x86_64

Added:
  inetutils/repos/testing-x86_64/PKGBUILD
(from rev 185198, inetutils/trunk/PKGBUILD)
  inetutils/repos/testing-x86_64/dnsdomainname
(from rev 185198, inetutils/trunk/dnsdomainname)
  inetutils/repos/testing-x86_64/ftpd.service
(from rev 185198, inetutils/trunk/ftpd.service)
  inetutils/repos/testing-x86_64/inetutils.install
(from rev 185198, inetutils/trunk/inetutils.install)
  inetutils/repos/testing-x86_64/rlogin.xinetd
(from rev 185198, inetutils/trunk/rlogin.xinetd)
  inetutils/repos/testing-x86_64/rsh.xinetd
(from rev 185198, inetutils/trunk/rsh.xinetd)
  inetutils/repos/testing-x86_64/talk.xinetd
(from rev 185198, inetutils/trunk/talk.xinetd)
  inetutils/repos/testing-x86_64/telnet.xinetd
(from rev 185198, inetutils/trunk/telnet.xinetd)
Deleted:
  inetutils/repos/testing-x86_64/PKGBUILD
  inetutils/repos/testing-x86_64/dnsdomainname
  inetutils/repos/testing-x86_64/ftpd.service
  inetutils/repos/testing-x86_64/inetutils.install
  inetutils/repos/testing-x86_64/rlogin.xinetd
  inetutils/repos/testing-x86_64/rsh.xinetd
  inetutils/repos/testing-x86_64/talk.xinetd
  inetutils/repos/testing-x86_64/telnet.xinetd

---+
 PKGBUILD  |  142 ++--
 dnsdomainname |6 +-
 ftpd.service  |   20 +++
 inetutils.install |   40 +++---
 rlogin.xinetd |   20 +++
 rsh.xinetd|   20 +++
 talk.xinetd   |   20 +++
 telnet.xinetd |   20 +++
 8 files changed, 146 insertions(+), 142 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-05-12 06:29:20 UTC (rev 185198)
+++ PKGBUILD2013-05-12 06:29:54 UTC (rev 185199)
@@ -1,69 +0,0 @@
-# $Id$
-# Maintainer: Eric Bélanger 
-
-pkgname=inetutils
-pkgver=1.9.1
-pkgrel=5
-pkgdesc="A collection of common network programs"
-arch=('i686' 'x86_64')
-url="http://www.gnu.org/software/inetutils/";
-license=('GPL3')
-groups=('base')
-depends=('pam')
-backup=('etc/xinetd.d/telnet' 'etc/xinetd.d/talk' \
-'etc/xinetd.d/rlogin' 'etc/xinetd.d/rsh')
-options=('!emptydirs')
-install=inetutils.install
-source=(http://ftp.gnu.org/gnu/inetutils/${pkgname}-${pkgver}.tar.gz{,.sig} \
-telnet.xinetd talk.xinetd rlogin.xinetd rsh.xinetd \
-ftpd.service dnsdomainname)
-sha1sums=('86b7eb11cfdaefb1d4e9bfc10620beaf8f09bc90'
-  'SKIP'
-  '2b2dd71eb3233e5090f4c2df8abe9b4924d323f3'
-  'b15ab4faa9d97652e182c98c1e3a3b3cbbf6383c'
-  'd9b8f8aab094ecb779d0f16f21b4683ab327516f'
-  '26763ae31b8a5be25a0ba55746941d75d6ee'
-  'e4a764828b57f1e907ec96f4ae0e0cf0d3e2e802'
-  'eb952b0b9c3e3d429d8e21b110249e495f0e0e63')
-
-build() {
-  cd ${pkgname}-${pkgver}
-  sed -i 's|_GL_WARN_ON_USE (gets|//_GL_WARN_ON_USE (gets|' lib/stdio.in.h
-  ./configure --prefix=/usr --libexec=/usr/bin \
---localstatedir=/var --sysconfdir=/etc \
---without-wrap --with-pam \
---enable-ftp --enable-ftpd \
---enable-telnet --enable-telnetd \
---enable-talk --enable-talkd \
---enable-rlogin --enable-rlogind \
---enable-rsh --enable-rshd \
---enable-rcp --enable-hostname \
---disable-rexec --disable-rexecd \
---disable-tftp --disable-tftpd \
---disable-ping --disable-ping6 \
---disable-logger --disable-syslogd \
---disable-inetd --disable-whois \
---disable-uucpd --disable-ifconfig --disable-traceroute
-  make
-}
-
-check() {
-  cd ${pkgname}-${pkgver}
-  make check
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR="${pkgdir}" install
-
-  install -d "${pkgdir}/bin"
-  ln -s ../usr/bin/hostname "${pkgdir}/bin/hostname"
-  ln -s ../usr/bin/dnsdomainname "${pkgdir}/bin/dnsdomainname"
-  install -D -m755 "${srcdir}/dnsdomainname" "${pkgdir}/usr/bin/dnsdomainname"
-  echo ".so man1/hostname.1" > "${pkgdir}/usr/share/man/man1/dnsdomainname.1"
-  install -D -m644 "${srcdir}/telnet.xinetd" "${pkgdir}/etc/xinetd.d/telnet"
-  install -D -m644 "${srcdir}/talk.xinetd" "${pkgdir}/etc/xinetd.d/talk"
-  install -D -m644 "${srcdir}/rlogin.xinetd" "${pkgdir}/etc/xinetd.d/rlogin"
-  install -D -m644 "${srcdir}/rsh.xinetd" "${pkgdir}/etc/xinetd.d/rsh"
-  install -D -m644 "${srcdir}/ftpd.service" 
"${pkgdir}/usr/lib/systemd/system/ftpd.service"
-}

Copied: inetutils/repos/testing-x86_64/PKGBUILD (from rev 185198, 
inetutils/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-05-12 06:29:54 UTC (rev 185199)
@@ -0,0 +1,73 @@
+# $Id$
+# Maintainer: Eric Bélanger 
+
+pkgname=inetutils
+pkgver=1.9.1
+pkgrel=5
+pkgdesc="A collection of common network programs"
+arch=('i686' 'x86_64')
+url="http://www.gnu.org/software/inetutils/";
+license=('GPL3')
+groups=('base')
+depends=('pam')
+b

[arch-commits] Commit in lxdm/repos (44 files)

2013-05-11 Thread Daniel Wallace
Date: Sunday, May 12, 2013 @ 08:29:24
  Author: dwallace
Revision: 90385

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

Added:
  lxdm/repos/community-i686/PKGBUILD
(from rev 90384, lxdm/trunk/PKGBUILD)
  lxdm/repos/community-i686/lxdm-0.4.1-Xsession-source-profile.patch
(from rev 90384, lxdm/trunk/lxdm-0.4.1-Xsession-source-profile.patch)
  lxdm/repos/community-i686/lxdm-0.4.1-conf.patch
(from rev 90384, lxdm/trunk/lxdm-0.4.1-conf.patch)
  lxdm/repos/community-i686/lxdm-0.4.1-event-check-bug.patch
(from rev 90384, lxdm/trunk/lxdm-0.4.1-event-check-bug.patch)
  lxdm/repos/community-i686/lxdm-0.4.1-industrial-greeter-ui.patch
(from rev 90384, lxdm/trunk/lxdm-0.4.1-industrial-greeter-ui.patch)
  lxdm/repos/community-i686/lxdm-0.4.1-modern-systems.patch
(from rev 90384, lxdm/trunk/lxdm-0.4.1-modern-systems.patch)
  lxdm/repos/community-i686/lxdm-0.4.1-nolang-show-sessions.patch
(from rev 90384, lxdm/trunk/lxdm-0.4.1-nolang-show-sessions.patch)
  lxdm/repos/community-i686/lxdm-0.4.1-pam-env-vars.patch
(from rev 90384, lxdm/trunk/lxdm-0.4.1-pam-env-vars.patch)
  lxdm/repos/community-i686/lxdm.install
(from rev 90384, lxdm/trunk/lxdm.install)
  lxdm/repos/community-i686/lxdm.pam
(from rev 90384, lxdm/trunk/lxdm.pam)
  lxdm/repos/community-i686/lxdm.service
(from rev 90384, lxdm/trunk/lxdm.service)
  lxdm/repos/community-x86_64/PKGBUILD
(from rev 90384, lxdm/trunk/PKGBUILD)
  lxdm/repos/community-x86_64/lxdm-0.4.1-Xsession-source-profile.patch
(from rev 90384, lxdm/trunk/lxdm-0.4.1-Xsession-source-profile.patch)
  lxdm/repos/community-x86_64/lxdm-0.4.1-conf.patch
(from rev 90384, lxdm/trunk/lxdm-0.4.1-conf.patch)
  lxdm/repos/community-x86_64/lxdm-0.4.1-event-check-bug.patch
(from rev 90384, lxdm/trunk/lxdm-0.4.1-event-check-bug.patch)
  lxdm/repos/community-x86_64/lxdm-0.4.1-industrial-greeter-ui.patch
(from rev 90384, lxdm/trunk/lxdm-0.4.1-industrial-greeter-ui.patch)
  lxdm/repos/community-x86_64/lxdm-0.4.1-modern-systems.patch
(from rev 90384, lxdm/trunk/lxdm-0.4.1-modern-systems.patch)
  lxdm/repos/community-x86_64/lxdm-0.4.1-nolang-show-sessions.patch
(from rev 90384, lxdm/trunk/lxdm-0.4.1-nolang-show-sessions.patch)
  lxdm/repos/community-x86_64/lxdm-0.4.1-pam-env-vars.patch
(from rev 90384, lxdm/trunk/lxdm-0.4.1-pam-env-vars.patch)
  lxdm/repos/community-x86_64/lxdm.install
(from rev 90384, lxdm/trunk/lxdm.install)
  lxdm/repos/community-x86_64/lxdm.pam
(from rev 90384, lxdm/trunk/lxdm.pam)
  lxdm/repos/community-x86_64/lxdm.service
(from rev 90384, lxdm/trunk/lxdm.service)
Deleted:
  lxdm/repos/community-i686/lxdm-0.4.1-Xsession-source-profile.patch
  lxdm/repos/community-i686/lxdm-0.4.1-conf.patch
  lxdm/repos/community-i686/lxdm-0.4.1-event-check-bug.patch
  lxdm/repos/community-i686/lxdm-0.4.1-industrial-greeter-ui.patch
  lxdm/repos/community-i686/lxdm-0.4.1-modern-systems.patch
  lxdm/repos/community-i686/lxdm-0.4.1-nolang-show-sessions.patch
  lxdm/repos/community-i686/lxdm-0.4.1-pam-env-vars.patch
  lxdm/repos/community-i686/lxdm.install
  lxdm/repos/community-i686/lxdm.pam
  lxdm/repos/community-i686/lxdm.rcd
  lxdm/repos/community-i686/lxdm.service
  lxdm/repos/community-x86_64/lxdm-0.4.1-Xsession-source-profile.patch
  lxdm/repos/community-x86_64/lxdm-0.4.1-conf.patch
  lxdm/repos/community-x86_64/lxdm-0.4.1-event-check-bug.patch
  lxdm/repos/community-x86_64/lxdm-0.4.1-industrial-greeter-ui.patch
  lxdm/repos/community-x86_64/lxdm-0.4.1-modern-systems.patch
  lxdm/repos/community-x86_64/lxdm-0.4.1-nolang-show-sessions.patch
  lxdm/repos/community-x86_64/lxdm-0.4.1-pam-env-vars.patch
  lxdm/repos/community-x86_64/lxdm.install
  lxdm/repos/community-x86_64/lxdm.pam
  lxdm/repos/community-x86_64/lxdm.rcd
  lxdm/repos/community-x86_64/lxdm.service

---+
 /lxdm-0.4.1-Xsession-source-profile.patch |   22 ++
 /lxdm-0.4.1-conf.patch|   22 ++
 /lxdm-0.4.1-event-check-bug.patch |   42 +
 /lxdm-0.4.1-industrial-greeter-ui.patch   |   26 +++
 /lxdm-0.4.1-modern-systems.patch  |   52 ++
 /lxdm-0.4.1-nolang-show-sessions.patch|   26 +++
 /lxdm-0.4.1-pam-env-vars.patch|  100 
 /lxdm.install |   36 
 /lxdm.pam |   20 ++
 /lxdm.service |   18 ++
 community-i686/PKGBUILD   |   77 +
 community-i686/lxdm-0.4.1-Xsession-source-profile.patch   |   11 -
 community-i686/lxdm-0.4.1-conf.patch  |   11 -
 community-i686/lxdm-0.4.1-event-check-bug.patch   |   21 --
 community-i686/lxdm-0.4.1-industrial-greeter-ui.patch |   13 -
 community-i686/lxdm-0.4.1-modern-systems.patc

[arch-commits] Commit in inetutils/repos/testing-i686 (16 files)

2013-05-11 Thread Eric Bélanger
Date: Sunday, May 12, 2013 @ 08:29:20
  Author: eric
Revision: 185198

archrelease: copy trunk to testing-i686

Added:
  inetutils/repos/testing-i686/PKGBUILD
(from rev 185197, inetutils/trunk/PKGBUILD)
  inetutils/repos/testing-i686/dnsdomainname
(from rev 185197, inetutils/trunk/dnsdomainname)
  inetutils/repos/testing-i686/ftpd.service
(from rev 185197, inetutils/trunk/ftpd.service)
  inetutils/repos/testing-i686/inetutils.install
(from rev 185197, inetutils/trunk/inetutils.install)
  inetutils/repos/testing-i686/rlogin.xinetd
(from rev 185197, inetutils/trunk/rlogin.xinetd)
  inetutils/repos/testing-i686/rsh.xinetd
(from rev 185197, inetutils/trunk/rsh.xinetd)
  inetutils/repos/testing-i686/talk.xinetd
(from rev 185197, inetutils/trunk/talk.xinetd)
  inetutils/repos/testing-i686/telnet.xinetd
(from rev 185197, inetutils/trunk/telnet.xinetd)
Deleted:
  inetutils/repos/testing-i686/PKGBUILD
  inetutils/repos/testing-i686/dnsdomainname
  inetutils/repos/testing-i686/ftpd.service
  inetutils/repos/testing-i686/inetutils.install
  inetutils/repos/testing-i686/rlogin.xinetd
  inetutils/repos/testing-i686/rsh.xinetd
  inetutils/repos/testing-i686/talk.xinetd
  inetutils/repos/testing-i686/telnet.xinetd

---+
 PKGBUILD  |  142 ++--
 dnsdomainname |6 +-
 ftpd.service  |   20 +++
 inetutils.install |   40 +++---
 rlogin.xinetd |   20 +++
 rsh.xinetd|   20 +++
 talk.xinetd   |   20 +++
 telnet.xinetd |   20 +++
 8 files changed, 146 insertions(+), 142 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-05-12 06:28:26 UTC (rev 185197)
+++ PKGBUILD2013-05-12 06:29:20 UTC (rev 185198)
@@ -1,69 +0,0 @@
-# $Id$
-# Maintainer: Eric Bélanger 
-
-pkgname=inetutils
-pkgver=1.9.1
-pkgrel=5
-pkgdesc="A collection of common network programs"
-arch=('i686' 'x86_64')
-url="http://www.gnu.org/software/inetutils/";
-license=('GPL3')
-groups=('base')
-depends=('pam')
-backup=('etc/xinetd.d/telnet' 'etc/xinetd.d/talk' \
-'etc/xinetd.d/rlogin' 'etc/xinetd.d/rsh')
-options=('!emptydirs')
-install=inetutils.install
-source=(http://ftp.gnu.org/gnu/inetutils/${pkgname}-${pkgver}.tar.gz{,.sig} \
-telnet.xinetd talk.xinetd rlogin.xinetd rsh.xinetd \
-ftpd.service dnsdomainname)
-sha1sums=('86b7eb11cfdaefb1d4e9bfc10620beaf8f09bc90'
-  'SKIP'
-  '2b2dd71eb3233e5090f4c2df8abe9b4924d323f3'
-  'b15ab4faa9d97652e182c98c1e3a3b3cbbf6383c'
-  'd9b8f8aab094ecb779d0f16f21b4683ab327516f'
-  '26763ae31b8a5be25a0ba55746941d75d6ee'
-  'e4a764828b57f1e907ec96f4ae0e0cf0d3e2e802'
-  'eb952b0b9c3e3d429d8e21b110249e495f0e0e63')
-
-build() {
-  cd ${pkgname}-${pkgver}
-  sed -i 's|_GL_WARN_ON_USE (gets|//_GL_WARN_ON_USE (gets|' lib/stdio.in.h
-  ./configure --prefix=/usr --libexec=/usr/bin \
---localstatedir=/var --sysconfdir=/etc \
---without-wrap --with-pam \
---enable-ftp --enable-ftpd \
---enable-telnet --enable-telnetd \
---enable-talk --enable-talkd \
---enable-rlogin --enable-rlogind \
---enable-rsh --enable-rshd \
---enable-rcp --enable-hostname \
---disable-rexec --disable-rexecd \
---disable-tftp --disable-tftpd \
---disable-ping --disable-ping6 \
---disable-logger --disable-syslogd \
---disable-inetd --disable-whois \
---disable-uucpd --disable-ifconfig --disable-traceroute
-  make
-}
-
-check() {
-  cd ${pkgname}-${pkgver}
-  make check
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR="${pkgdir}" install
-
-  install -d "${pkgdir}/bin"
-  ln -s ../usr/bin/hostname "${pkgdir}/bin/hostname"
-  ln -s ../usr/bin/dnsdomainname "${pkgdir}/bin/dnsdomainname"
-  install -D -m755 "${srcdir}/dnsdomainname" "${pkgdir}/usr/bin/dnsdomainname"
-  echo ".so man1/hostname.1" > "${pkgdir}/usr/share/man/man1/dnsdomainname.1"
-  install -D -m644 "${srcdir}/telnet.xinetd" "${pkgdir}/etc/xinetd.d/telnet"
-  install -D -m644 "${srcdir}/talk.xinetd" "${pkgdir}/etc/xinetd.d/talk"
-  install -D -m644 "${srcdir}/rlogin.xinetd" "${pkgdir}/etc/xinetd.d/rlogin"
-  install -D -m644 "${srcdir}/rsh.xinetd" "${pkgdir}/etc/xinetd.d/rsh"
-  install -D -m644 "${srcdir}/ftpd.service" 
"${pkgdir}/usr/lib/systemd/system/ftpd.service"
-}

Copied: inetutils/repos/testing-i686/PKGBUILD (from rev 185197, 
inetutils/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-05-12 06:29:20 UTC (rev 185198)
@@ -0,0 +1,73 @@
+# $Id$
+# Maintainer: Eric Bélanger 
+
+pkgname=inetutils
+pkgver=1.9.1
+pkgrel=5
+pkgdesc="A collection of common network programs"
+arch=('i686' 'x86_64')
+url="http://www.gnu.org/software/inetutils/";
+license=('GPL3')
+groups=('base')
+depends=('pam')
+backup=('etc/xinetd.d/telnet' 'etc/xi

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

2013-05-11 Thread Eric Bélanger
Date: Sunday, May 12, 2013 @ 08:28:26
  Author: eric
Revision: 185197

Add prepare function

Modified:
  inetutils/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-05-12 06:18:25 UTC (rev 185196)
+++ PKGBUILD2013-05-12 06:28:26 UTC (rev 185197)
@@ -26,9 +26,13 @@
   'e4a764828b57f1e907ec96f4ae0e0cf0d3e2e802'
   'eb952b0b9c3e3d429d8e21b110249e495f0e0e63')
 
+prepare() {
+  cd ${pkgname}-${pkgver}
+  sed -i 's|_GL_WARN_ON_USE (gets|//_GL_WARN_ON_USE (gets|' lib/stdio.in.h
+}
+
 build() {
   cd ${pkgname}-${pkgver}
-  sed -i 's|_GL_WARN_ON_USE (gets|//_GL_WARN_ON_USE (gets|' lib/stdio.in.h
   ./configure --prefix=/usr --libexec=/usr/bin \
 --localstatedir=/var --sysconfdir=/etc \
 --without-wrap --with-pam \



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

2013-05-11 Thread Bartłomiej Piotrowski
Date: Sunday, May 12, 2013 @ 08:27:41
  Author: bpiotrowski
Revision: 90384

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

Added:
  haveged/repos/community-i686/PKGBUILD
(from rev 90383, haveged/trunk/PKGBUILD)
  haveged/repos/community-i686/service
(from rev 90383, haveged/trunk/service)
  haveged/repos/community-x86_64/PKGBUILD
(from rev 90383, haveged/trunk/PKGBUILD)
  haveged/repos/community-x86_64/service
(from rev 90383, haveged/trunk/service)
Deleted:
  haveged/repos/community-i686/PKGBUILD
  haveged/repos/community-i686/haveged-1.7-build.patch
  haveged/repos/community-i686/service
  haveged/repos/community-x86_64/PKGBUILD
  haveged/repos/community-x86_64/haveged-1.7-build.patch
  haveged/repos/community-x86_64/service

--+
 /PKGBUILD|   66 +
 /service |   22 +
 community-i686/PKGBUILD  |   32 --
 community-i686/haveged-1.7-build.patch   |   13 -
 community-i686/service   |   11 
 community-x86_64/PKGBUILD|   32 --
 community-x86_64/haveged-1.7-build.patch |   13 -
 community-x86_64/service |   11 
 8 files changed, 88 insertions(+), 112 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-05-12 06:27:31 UTC (rev 90383)
+++ community-i686/PKGBUILD 2013-05-12 06:27:41 UTC (rev 90384)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer:  Bartłomiej Piotrowski 
-# Contributor: kfgz 
-# Contributor: pootzko 
-
-pkgname=haveged
-pkgver=1.7.a
-_pkgver=${pkgver/.a/a}
-pkgrel=1
-pkgdesc='Entropy harvesting daemon using CPU timings'
-arch=('i686' 'x86_64')
-url='http://www.issihosts.com/haveged'
-license=('GPL')
-depends=('glibc')
-source=($url/$pkgname-$_pkgver.tar.gz
-service)
-sha256sums=('8e7b0779bd8a4b9b73769ddaf626918355e2a542d3ac35e5ec31b74a58b9b051'
-'85aed005b7d0d0bae74f7fc0ca70907a6f67ddbcb2df77ca004f9a919028564a')
-
-build() {
-  cd $srcdir/$pkgname-$_pkgver
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$_pkgver
-  make DESTDIR=$pkgdir install
-
-  rm -rf $pkgdir/etc/init.d
-  install -D -m644 $srcdir/service 
$pkgdir/usr/lib/systemd/system/haveged.service
-}

Copied: haveged/repos/community-i686/PKGBUILD (from rev 90383, 
haveged/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-05-12 06:27:41 UTC (rev 90384)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer:  Bartłomiej Piotrowski 
+# Contributor: kfgz 
+# Contributor: pootzko 
+
+pkgname=haveged
+pkgver=1.7.a
+_pkgver=${pkgver/.a/a}
+pkgrel=2
+pkgdesc='Entropy harvesting daemon using CPU timings'
+arch=('i686' 'x86_64')
+url='http://www.issihosts.com/haveged'
+license=('GPL')
+depends=('glibc')
+options=('!libtool')
+source=($url/$pkgname-$_pkgver.tar.gz
+service)
+sha256sums=('8e7b0779bd8a4b9b73769ddaf626918355e2a542d3ac35e5ec31b74a58b9b051'
+'badf8ceb5484d45888a089fabdfba5f44f6ec2930bca203c50200051a4d83e12')
+
+build() {
+  cd $pkgname-$_pkgver
+  ./configure --prefix=/usr --bindir=/usr/bin --sbindir=/usr/bin
+  make
+}
+
+package() {
+  cd $pkgname-$_pkgver
+  make DESTDIR="$pkgdir" install
+
+  rm -rf $pkgdir/etc/init.d
+  install -D -m644 $srcdir/service 
$pkgdir/usr/lib/systemd/system/haveged.service
+}

Deleted: community-i686/haveged-1.7-build.patch
===
--- community-i686/haveged-1.7-build.patch  2013-05-12 06:27:31 UTC (rev 
90383)
+++ community-i686/haveged-1.7-build.patch  2013-05-12 06:27:41 UTC (rev 
90384)
@@ -1,13 +0,0 @@
-Index: haveged-1.7/src/Makefile.am
-===
 haveged-1.7.orig/src/Makefile.am
-+++ haveged-1.7/src/Makefile.am
-@@ -27,7 +27,7 @@ pkginclude_HEADERS = havege.h
- 
- haveged_SOURCES = haveged.c haveged.h
- 
--haveged_LDADD = @HA_LDFLAGS@ $(top_builddir)/src/libhavege.la
-+haveged_LDADD = @HA_LDFLAGS@ libhavege.la
- ##libtool_end##
- 
- MAINTAINERCLEANFILES = Makefile.in

Deleted: community-i686/service
===
--- community-i686/service  2013-05-12 06:27:31 UTC (rev 90383)
+++ community-i686/service  2013-05-12 06:27:41 UTC (rev 90384)
@@ -1,11 +0,0 @@
-[Unit]
-Description=Entropy Harvesting Daemon
-Documentation=man:haveged(8)
-
-[Service]
-Type=forking
-ExecStart=/usr/sbin/haveged -w 1024 -v 1
-PIDFile=/var/run/haveged.pid
-
-[Install]
-WantedBy=multi-user.target

Copied: haveged/repos/community-i686/service (from rev 90383, 
haveged/trunk/service)
===
--- community-i686/service  

[arch-commits] Commit in haveged/trunk (PKGBUILD haveged-1.7-build.patch service)

2013-05-11 Thread Bartłomiej Piotrowski
Date: Sunday, May 12, 2013 @ 08:27:31
  Author: bpiotrowski
Revision: 90383

upgpkg: haveged 1.7.a-2

- move binary to /usr/bin

Modified:
  haveged/trunk/PKGBUILD
  haveged/trunk/service
Deleted:
  haveged/trunk/haveged-1.7-build.patch

-+
 PKGBUILD|   13 +++--
 haveged-1.7-build.patch |   13 -
 service |2 +-
 3 files changed, 8 insertions(+), 20 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-05-12 06:18:57 UTC (rev 90382)
+++ PKGBUILD2013-05-12 06:27:31 UTC (rev 90383)
@@ -6,26 +6,27 @@
 pkgname=haveged
 pkgver=1.7.a
 _pkgver=${pkgver/.a/a}
-pkgrel=1
+pkgrel=2
 pkgdesc='Entropy harvesting daemon using CPU timings'
 arch=('i686' 'x86_64')
 url='http://www.issihosts.com/haveged'
 license=('GPL')
 depends=('glibc')
+options=('!libtool')
 source=($url/$pkgname-$_pkgver.tar.gz
 service)
 sha256sums=('8e7b0779bd8a4b9b73769ddaf626918355e2a542d3ac35e5ec31b74a58b9b051'
-'85aed005b7d0d0bae74f7fc0ca70907a6f67ddbcb2df77ca004f9a919028564a')
+'badf8ceb5484d45888a089fabdfba5f44f6ec2930bca203c50200051a4d83e12')
 
 build() {
-  cd $srcdir/$pkgname-$_pkgver
-  ./configure --prefix=/usr
+  cd $pkgname-$_pkgver
+  ./configure --prefix=/usr --bindir=/usr/bin --sbindir=/usr/bin
   make
 }
 
 package() {
-  cd $srcdir/$pkgname-$_pkgver
-  make DESTDIR=$pkgdir install
+  cd $pkgname-$_pkgver
+  make DESTDIR="$pkgdir" install
 
   rm -rf $pkgdir/etc/init.d
   install -D -m644 $srcdir/service 
$pkgdir/usr/lib/systemd/system/haveged.service

Deleted: haveged-1.7-build.patch
===
--- haveged-1.7-build.patch 2013-05-12 06:18:57 UTC (rev 90382)
+++ haveged-1.7-build.patch 2013-05-12 06:27:31 UTC (rev 90383)
@@ -1,13 +0,0 @@
-Index: haveged-1.7/src/Makefile.am
-===
 haveged-1.7.orig/src/Makefile.am
-+++ haveged-1.7/src/Makefile.am
-@@ -27,7 +27,7 @@ pkginclude_HEADERS = havege.h
- 
- haveged_SOURCES = haveged.c haveged.h
- 
--haveged_LDADD = @HA_LDFLAGS@ $(top_builddir)/src/libhavege.la
-+haveged_LDADD = @HA_LDFLAGS@ libhavege.la
- ##libtool_end##
- 
- MAINTAINERCLEANFILES = Makefile.in

Modified: service
===
--- service 2013-05-12 06:18:57 UTC (rev 90382)
+++ service 2013-05-12 06:27:31 UTC (rev 90383)
@@ -4,7 +4,7 @@
 
 [Service]
 Type=forking
-ExecStart=/usr/sbin/haveged -w 1024 -v 1
+ExecStart=/usr/bin/haveged -w 1024 -v 1
 PIDFile=/var/run/haveged.pid
 
 [Install]



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

2013-05-11 Thread Bartłomiej Piotrowski
Date: Sunday, May 12, 2013 @ 08:18:57
  Author: bpiotrowski
Revision: 90382

archrelease: copy trunk to community-any

Added:
  fail2ban/repos/community-any/PKGBUILD
(from rev 90381, fail2ban/trunk/PKGBUILD)
  fail2ban/repos/community-any/fail2ban.install
(from rev 90381, fail2ban/trunk/fail2ban.install)
  fail2ban/repos/community-any/service
(from rev 90381, fail2ban/trunk/service)
  fail2ban/repos/community-any/tmpfiles.conf
(from rev 90381, fail2ban/trunk/tmpfiles.conf)
Deleted:
  fail2ban/repos/community-any/PKGBUILD
  fail2ban/repos/community-any/rc.d
  fail2ban/repos/community-any/service
  fail2ban/repos/community-any/tmpfiles.conf

--+
 PKGBUILD |   67 ++---
 fail2ban.install |3 ++
 rc.d |   40 ---
 service  |   26 ++--
 tmpfiles.conf|2 -
 5 files changed, 50 insertions(+), 88 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-05-12 06:18:45 UTC (rev 90381)
+++ PKGBUILD2013-05-12 06:18:57 UTC (rev 90382)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer:  Bartłomiej Piotrowski 
-# Contributor: Geoffroy Carrier 
-# Contributor: michalzxc
-# Contributor: nbags 
-
-pkgname=fail2ban
-pkgver=0.8.8
-pkgrel=1
-pkgdesc='Bans IPs after too many failed authentification attempts against 
common daemons'
-url='http://www.fail2ban.org/'
-license=('GPL')
-arch=('any')
-depends=('python2' 'iptables')
-backup=(etc/fail2ban/fail2ban.conf
-etc/fail2ban/jail.conf)
-source=($pkgname-$pkgver.tar.gz::https://nodeload.github.com/$pkgname/$pkgname/legacy.tar.gz/$pkgver
-   rc.d service tmpfiles.conf)
-md5sums=('352f41692cc731297b078923e46d3aea'
- '70caa58e130a13a505d63a35b9aecfb6'
- 'b4af226eb2d3029241a70e005ec7b3ac'
- '78b42dea76c6c824b813dad9edc37377')
-
-package() {
-  cd $srcdir/$pkgname-$pkgname-*/
-  python2 setup.py install --root $pkgdir
-
-  install -Dm755 $srcdir/rc.d $pkgdir/etc/rc.d/$pkgname
-  install -Dm644 $srcdir/service 
$pkgdir/usr/lib/systemd/system/$pkgname.service
-  install -Dm644 $srcdir/tmpfiles.conf $pkgdir/usr/lib/tmpfiles.d/$pkgname.conf
-
-  # avoid conflict with filesystem>=2012.06
-  rm -r $pkgdir/var/run
-}

Copied: fail2ban/repos/community-any/PKGBUILD (from rev 90381, 
fail2ban/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-05-12 06:18:57 UTC (rev 90382)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer:  Bartłomiej Piotrowski 
+# Contributor: Geoffroy Carrier 
+# Contributor: michalzxc
+# Contributor: nbags 
+
+pkgname=fail2ban
+pkgver=0.8.8
+pkgrel=2
+pkgdesc='Bans IPs after too many failed authentification attempts against 
common daemons'
+url='http://www.fail2ban.org/'
+license=('GPL')
+arch=('any')
+depends=('python2' 'iptables')
+backup=(etc/fail2ban/fail2ban.conf
+etc/fail2ban/jail.conf)
+install=fail2ban.install
+source=(https://nodeload.github.com/$pkgname/$pkgname/legacy.tar.gz/$pkgver
+service tmpfiles.conf)
+md5sums=('352f41692cc731297b078923e46d3aea'
+ 'b4af226eb2d3029241a70e005ec7b3ac'
+ '88d51ecc760ad2e017a165c632f49892')
+
+package() {
+  cd $pkgname-$pkgname-*
+  python2 setup.py install --root "$pkgdir"
+
+  install -Dm644 "$srcdir"/service 
"$pkgdir"/usr/lib/systemd/system/$pkgname.service
+  install -Dm644 "$srcdir"/tmpfiles.conf 
"$pkgdir"/usr/lib/tmpfiles.d/$pkgname.conf
+
+  # avoid conflict with filesystem>=2012.06
+  rm -r "$pkgdir"/var/run
+}

Copied: fail2ban/repos/community-any/fail2ban.install (from rev 90381, 
fail2ban/trunk/fail2ban.install)
===
--- fail2ban.install(rev 0)
+++ fail2ban.install2013-05-12 06:18:57 UTC (rev 90382)
@@ -0,0 +1,3 @@
+post_install() {
+  usr/bin/systemd-tmpfiles --create fail2ban.conf
+}

Deleted: rc.d
===
--- rc.d2013-05-12 06:18:45 UTC (rev 90381)
+++ rc.d2013-05-12 06:18:57 UTC (rev 90382)
@@ -1,40 +0,0 @@
-#!/bin/bash
-
-. /etc/rc.conf
-. /etc/rc.d/functions
-
-FAIL2BAN="/usr/bin/fail2ban-client"
-
-case "$1" in
-  start)
-stat_busy "Starting fail2ban"
-
-[ -d /var/run/fail2ban ] || mkdir -p /var/run/fail2ban
-[ -f /var/run/fail2ban/fail2ban.pid ] && rm -f 
/var/run/fail2ban/fail2ban.pid
-$FAIL2BAN start >/dev/null
-if [ $? -gt 0 ]; then
-  stat_fail
-else
-  add_daemon fail2ban
-  stat_done
-fi
-;;
-  stop)
-stat_busy "Stopping fail2ban"
-if [ "`$FAIL2BAN stop`" == "Shutdown successful" ]; then
-  rm -f /var/run/fail2ban/fail2ban.pid &> /dev/null
-  rm_daemon fail2ban
-  stat_done
-else
-  stat_fail
-fi
-;;
-  restart)
-$0 stop
-sleep 3
-$0 start
-;;
-  *)
-

[arch-commits] Commit in fail2ban/trunk (PKGBUILD fail2ban.install rc.d tmpfiles.conf)

2013-05-11 Thread Bartłomiej Piotrowski
Date: Sunday, May 12, 2013 @ 08:18:45
  Author: bpiotrowski
Revision: 90381

upgpkg: fail2ban 0.8.8-2

- remove deprecated rc.d script
- create missing /run/fail2ban directory after install (FS#34663)

Added:
  fail2ban/trunk/fail2ban.install
Modified:
  fail2ban/trunk/PKGBUILD
  fail2ban/trunk/tmpfiles.conf
Deleted:
  fail2ban/trunk/rc.d

--+
 PKGBUILD |   21 ++---
 fail2ban.install |3 +++
 rc.d |   40 
 tmpfiles.conf|2 +-
 4 files changed, 14 insertions(+), 52 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-05-12 06:14:15 UTC (rev 90380)
+++ PKGBUILD2013-05-12 06:18:45 UTC (rev 90381)
@@ -6,7 +6,7 @@
 
 pkgname=fail2ban
 pkgver=0.8.8
-pkgrel=1
+pkgrel=2
 pkgdesc='Bans IPs after too many failed authentification attempts against 
common daemons'
 url='http://www.fail2ban.org/'
 license=('GPL')
@@ -14,21 +14,20 @@
 depends=('python2' 'iptables')
 backup=(etc/fail2ban/fail2ban.conf
 etc/fail2ban/jail.conf)
-source=($pkgname-$pkgver.tar.gz::https://nodeload.github.com/$pkgname/$pkgname/legacy.tar.gz/$pkgver
-   rc.d service tmpfiles.conf)
+install=fail2ban.install
+source=(https://nodeload.github.com/$pkgname/$pkgname/legacy.tar.gz/$pkgver
+service tmpfiles.conf)
 md5sums=('352f41692cc731297b078923e46d3aea'
- '70caa58e130a13a505d63a35b9aecfb6'
  'b4af226eb2d3029241a70e005ec7b3ac'
- '78b42dea76c6c824b813dad9edc37377')
+ '88d51ecc760ad2e017a165c632f49892')
 
 package() {
-  cd $srcdir/$pkgname-$pkgname-*/
-  python2 setup.py install --root $pkgdir
+  cd $pkgname-$pkgname-*
+  python2 setup.py install --root "$pkgdir"
 
-  install -Dm755 $srcdir/rc.d $pkgdir/etc/rc.d/$pkgname
-  install -Dm644 $srcdir/service 
$pkgdir/usr/lib/systemd/system/$pkgname.service
-  install -Dm644 $srcdir/tmpfiles.conf $pkgdir/usr/lib/tmpfiles.d/$pkgname.conf
+  install -Dm644 "$srcdir"/service 
"$pkgdir"/usr/lib/systemd/system/$pkgname.service
+  install -Dm644 "$srcdir"/tmpfiles.conf 
"$pkgdir"/usr/lib/tmpfiles.d/$pkgname.conf
 
   # avoid conflict with filesystem>=2012.06
-  rm -r $pkgdir/var/run
+  rm -r "$pkgdir"/var/run
 }

Added: fail2ban.install
===
--- fail2ban.install(rev 0)
+++ fail2ban.install2013-05-12 06:18:45 UTC (rev 90381)
@@ -0,0 +1,3 @@
+post_install() {
+  usr/bin/systemd-tmpfiles --create fail2ban.conf
+}

Deleted: rc.d
===
--- rc.d2013-05-12 06:14:15 UTC (rev 90380)
+++ rc.d2013-05-12 06:18:45 UTC (rev 90381)
@@ -1,40 +0,0 @@
-#!/bin/bash
-
-. /etc/rc.conf
-. /etc/rc.d/functions
-
-FAIL2BAN="/usr/bin/fail2ban-client"
-
-case "$1" in
-  start)
-stat_busy "Starting fail2ban"
-
-[ -d /var/run/fail2ban ] || mkdir -p /var/run/fail2ban
-[ -f /var/run/fail2ban/fail2ban.pid ] && rm -f 
/var/run/fail2ban/fail2ban.pid
-$FAIL2BAN start >/dev/null
-if [ $? -gt 0 ]; then
-  stat_fail
-else
-  add_daemon fail2ban
-  stat_done
-fi
-;;
-  stop)
-stat_busy "Stopping fail2ban"
-if [ "`$FAIL2BAN stop`" == "Shutdown successful" ]; then
-  rm -f /var/run/fail2ban/fail2ban.pid &> /dev/null
-  rm_daemon fail2ban
-  stat_done
-else
-  stat_fail
-fi
-;;
-  restart)
-$0 stop
-sleep 3
-$0 start
-;;
-  *)
-echo "usage: $0 {start|stop|restart}"  
-esac
-exit 0

Modified: tmpfiles.conf
===
--- tmpfiles.conf   2013-05-12 06:14:15 UTC (rev 90380)
+++ tmpfiles.conf   2013-05-12 06:18:45 UTC (rev 90381)
@@ -1 +1 @@
-d /var/run/fail2ban 0755 root root - -
+d /run/fail2ban 0755 root root - -



[arch-commits] Commit in inetutils/repos (18 files)

2013-05-11 Thread Eric Bélanger
Date: Sunday, May 12, 2013 @ 08:18:25
  Author: eric
Revision: 185196

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

Added:
  inetutils/repos/testing-i686/
  inetutils/repos/testing-i686/PKGBUILD
(from rev 185195, inetutils/trunk/PKGBUILD)
  inetutils/repos/testing-i686/dnsdomainname
(from rev 185195, inetutils/trunk/dnsdomainname)
  inetutils/repos/testing-i686/ftpd.service
(from rev 185195, inetutils/trunk/ftpd.service)
  inetutils/repos/testing-i686/inetutils.install
(from rev 185195, inetutils/trunk/inetutils.install)
  inetutils/repos/testing-i686/rlogin.xinetd
(from rev 185195, inetutils/trunk/rlogin.xinetd)
  inetutils/repos/testing-i686/rsh.xinetd
(from rev 185195, inetutils/trunk/rsh.xinetd)
  inetutils/repos/testing-i686/talk.xinetd
(from rev 185195, inetutils/trunk/talk.xinetd)
  inetutils/repos/testing-i686/telnet.xinetd
(from rev 185195, inetutils/trunk/telnet.xinetd)
  inetutils/repos/testing-x86_64/
  inetutils/repos/testing-x86_64/PKGBUILD
(from rev 185195, inetutils/trunk/PKGBUILD)
  inetutils/repos/testing-x86_64/dnsdomainname
(from rev 185195, inetutils/trunk/dnsdomainname)
  inetutils/repos/testing-x86_64/ftpd.service
(from rev 185195, inetutils/trunk/ftpd.service)
  inetutils/repos/testing-x86_64/inetutils.install
(from rev 185195, inetutils/trunk/inetutils.install)
  inetutils/repos/testing-x86_64/rlogin.xinetd
(from rev 185195, inetutils/trunk/rlogin.xinetd)
  inetutils/repos/testing-x86_64/rsh.xinetd
(from rev 185195, inetutils/trunk/rsh.xinetd)
  inetutils/repos/testing-x86_64/talk.xinetd
(from rev 185195, inetutils/trunk/talk.xinetd)
  inetutils/repos/testing-x86_64/telnet.xinetd
(from rev 185195, inetutils/trunk/telnet.xinetd)

--+
 testing-i686/PKGBUILD|   69 +
 testing-i686/dnsdomainname   |3 +
 testing-i686/ftpd.service|   10 +
 testing-i686/inetutils.install   |   20 ++
 testing-i686/rlogin.xinetd   |   10 +
 testing-i686/rsh.xinetd  |   10 +
 testing-i686/talk.xinetd |   10 +
 testing-i686/telnet.xinetd   |   10 +
 testing-x86_64/PKGBUILD  |   69 +
 testing-x86_64/dnsdomainname |3 +
 testing-x86_64/ftpd.service  |   10 +
 testing-x86_64/inetutils.install |   20 ++
 testing-x86_64/rlogin.xinetd |   10 +
 testing-x86_64/rsh.xinetd|   10 +
 testing-x86_64/talk.xinetd   |   10 +
 testing-x86_64/telnet.xinetd |   10 +
 16 files changed, 284 insertions(+)

Copied: inetutils/repos/testing-i686/PKGBUILD (from rev 185195, 
inetutils/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2013-05-12 06:18:25 UTC (rev 185196)
@@ -0,0 +1,69 @@
+# $Id$
+# Maintainer: Eric Bélanger 
+
+pkgname=inetutils
+pkgver=1.9.1
+pkgrel=5
+pkgdesc="A collection of common network programs"
+arch=('i686' 'x86_64')
+url="http://www.gnu.org/software/inetutils/";
+license=('GPL3')
+groups=('base')
+depends=('pam')
+backup=('etc/xinetd.d/telnet' 'etc/xinetd.d/talk' \
+'etc/xinetd.d/rlogin' 'etc/xinetd.d/rsh')
+options=('!emptydirs')
+install=inetutils.install
+source=(http://ftp.gnu.org/gnu/inetutils/${pkgname}-${pkgver}.tar.gz{,.sig} \
+telnet.xinetd talk.xinetd rlogin.xinetd rsh.xinetd \
+ftpd.service dnsdomainname)
+sha1sums=('86b7eb11cfdaefb1d4e9bfc10620beaf8f09bc90'
+  'SKIP'
+  '2b2dd71eb3233e5090f4c2df8abe9b4924d323f3'
+  'b15ab4faa9d97652e182c98c1e3a3b3cbbf6383c'
+  'd9b8f8aab094ecb779d0f16f21b4683ab327516f'
+  '26763ae31b8a5be25a0ba55746941d75d6ee'
+  'e4a764828b57f1e907ec96f4ae0e0cf0d3e2e802'
+  'eb952b0b9c3e3d429d8e21b110249e495f0e0e63')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  sed -i 's|_GL_WARN_ON_USE (gets|//_GL_WARN_ON_USE (gets|' lib/stdio.in.h
+  ./configure --prefix=/usr --libexec=/usr/bin \
+--localstatedir=/var --sysconfdir=/etc \
+--without-wrap --with-pam \
+--enable-ftp --enable-ftpd \
+--enable-telnet --enable-telnetd \
+--enable-talk --enable-talkd \
+--enable-rlogin --enable-rlogind \
+--enable-rsh --enable-rshd \
+--enable-rcp --enable-hostname \
+--disable-rexec --disable-rexecd \
+--disable-tftp --disable-tftpd \
+--disable-ping --disable-ping6 \
+--disable-logger --disable-syslogd \
+--disable-inetd --disable-whois \
+--disable-uucpd --disable-ifconfig --disable-traceroute
+  make
+}
+
+check() {
+  cd ${pkgname}-${pkgver}
+  make check
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+
+  install -d "${pkgdir}/bin"
+  ln -s ../usr/bin/hostname "${pkgdir}/bin/hostname"
+  ln -s ../usr/bin/dnsdomainname "${pkgdir}/bin/dnsdomainname"
+  install -D -m755 "${srcdi

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

2013-05-11 Thread Eric Bélanger
Date: Sunday, May 12, 2013 @ 08:17:21
  Author: eric
Revision: 185195

upgpkg: inetutils 1.9.1-5

Remove initscripts support, Move binaries in /usr/sbin to /usr/bin, Clean up 
depends

Modified:
  inetutils/trunk/PKGBUILD
  inetutils/trunk/ftpd.service
  inetutils/trunk/inetutils.install
  inetutils/trunk/rlogin.xinetd
  inetutils/trunk/rsh.xinetd
  inetutils/trunk/talk.xinetd
  inetutils/trunk/telnet.xinetd
Deleted:
  inetutils/trunk/ftpd.conf
  inetutils/trunk/ftpd.rc

---+
 PKGBUILD  |   39 ++-
 ftpd.conf |4 
 ftpd.rc   |   37 -
 ftpd.service  |2 +-
 inetutils.install |2 +-
 rlogin.xinetd |2 +-
 rsh.xinetd|2 +-
 talk.xinetd   |2 +-
 telnet.xinetd |2 +-
 9 files changed, 24 insertions(+), 68 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-05-12 04:33:49 UTC (rev 185194)
+++ PKGBUILD2013-05-12 06:17:21 UTC (rev 185195)
@@ -3,36 +3,34 @@
 
 pkgname=inetutils
 pkgver=1.9.1
-pkgrel=4
+pkgrel=5
 pkgdesc="A collection of common network programs"
 arch=('i686' 'x86_64')
 url="http://www.gnu.org/software/inetutils/";
 license=('GPL3')
 groups=('base')
-depends=('readline' 'ncurses' 'pam')
-backup=('etc/conf.d/ftpd' 'etc/xinetd.d/telnet' 'etc/xinetd.d/talk' \
+depends=('pam')
+backup=('etc/xinetd.d/telnet' 'etc/xinetd.d/talk' \
 'etc/xinetd.d/rlogin' 'etc/xinetd.d/rsh')
 options=('!emptydirs')
 install=inetutils.install
 source=(http://ftp.gnu.org/gnu/inetutils/${pkgname}-${pkgver}.tar.gz{,.sig} \
-ftpd.rc ftpd.conf telnet.xinetd talk.xinetd rlogin.xinetd rsh.xinetd \
+telnet.xinetd talk.xinetd rlogin.xinetd rsh.xinetd \
 ftpd.service dnsdomainname)
 sha1sums=('86b7eb11cfdaefb1d4e9bfc10620beaf8f09bc90'
-  'ff0aad9946a38915580b094dadf67e790e8a2f87'
-  '84dc802b5e57b5e04c847572225a3b9612017155'
-  '68a590083b45997dfdb80e666b2de762f494ba74'
-  'bfad98a4a62f1fff8779f076c6019ed07f9111af'
-  '27d99b910eec0fc26bd79ccc2c1de26608330298'
-  '81f10b3b688e3952f793b35bcef63b5bf257a92b'
-  '81f4a8da823cf0bb14284fc71ee6108849691eda'
-  'fb607dafe177f074e14891dd887ef9e9ab67a875'
+  'SKIP'
+  '2b2dd71eb3233e5090f4c2df8abe9b4924d323f3'
+  'b15ab4faa9d97652e182c98c1e3a3b3cbbf6383c'
+  'd9b8f8aab094ecb779d0f16f21b4683ab327516f'
+  '26763ae31b8a5be25a0ba55746941d75d6ee'
+  'e4a764828b57f1e907ec96f4ae0e0cf0d3e2e802'
   'eb952b0b9c3e3d429d8e21b110249e495f0e0e63')
 
 build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
+  cd ${pkgname}-${pkgver}
   sed -i 's|_GL_WARN_ON_USE (gets|//_GL_WARN_ON_USE (gets|' lib/stdio.in.h
-  ./configure --prefix=/usr --libexec=/usr/sbin --localstatedir=/var \
---sysconfdir=/etc --mandir=/usr/share/man --infodir=/usr/share/info \
+  ./configure --prefix=/usr --libexec=/usr/bin \
+--localstatedir=/var --sysconfdir=/etc \
 --without-wrap --with-pam \
 --enable-ftp --enable-ftpd \
 --enable-telnet --enable-telnetd \
@@ -50,20 +48,19 @@
 }
 
 check() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
+  cd ${pkgname}-${pkgver}
   make check
 }
 
 package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
+  cd ${pkgname}-${pkgver}
   make DESTDIR="${pkgdir}" install
 
   install -d "${pkgdir}/bin"
-  ln -s /usr/bin/hostname "${pkgdir}/bin/hostname"
-  install -D -m755 "${srcdir}/dnsdomainname" "${pkgdir}/bin/dnsdomainname"
+  ln -s ../usr/bin/hostname "${pkgdir}/bin/hostname"
+  ln -s ../usr/bin/dnsdomainname "${pkgdir}/bin/dnsdomainname"
+  install -D -m755 "${srcdir}/dnsdomainname" "${pkgdir}/usr/bin/dnsdomainname"
   echo ".so man1/hostname.1" > "${pkgdir}/usr/share/man/man1/dnsdomainname.1"
-  install -D -m755 "${srcdir}/ftpd.rc" "${pkgdir}/etc/rc.d/ftpd"
-  install -D -m644 "${srcdir}/ftpd.conf" "${pkgdir}/etc/conf.d/ftpd"
   install -D -m644 "${srcdir}/telnet.xinetd" "${pkgdir}/etc/xinetd.d/telnet"
   install -D -m644 "${srcdir}/talk.xinetd" "${pkgdir}/etc/xinetd.d/talk"
   install -D -m644 "${srcdir}/rlogin.xinetd" "${pkgdir}/etc/xinetd.d/rlogin"

Deleted: ftpd.conf
===
--- ftpd.conf   2013-05-12 04:33:49 UTC (rev 185194)
+++ ftpd.conf   2013-05-12 06:17:21 UTC (rev 185195)
@@ -1,4 +0,0 @@
-#
-# Parameters to be passed to ftpd
-#
-FTPD_ARGS=""

Deleted: ftpd.rc
===
--- ftpd.rc 2013-05-12 04:33:49 UTC (rev 185194)
+++ ftpd.rc 2013-05-12 06:17:21 UTC (rev 185195)
@@ -1,37 +0,0 @@
-#!/bin/bash
-
-. /etc/rc.conf
-. /etc/rc.d/functions
-. /etc/conf.d/ftpd
-
-PID=$(pidof -o %PPID /usr/sbin/ftpd)
-case "$1" in
-  start)
-stat_busy "Starting ftpd"
-[ -z "$PID" ] && /usr/sbin/ftpd -D $FTPD_ARGS
-if [ $? -gt 0 ]; then
-  stat_fail
-else
-  add_daemon ftpd
-   

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

2013-05-11 Thread Daniel Wallace
Date: Sunday, May 12, 2013 @ 08:14:15
  Author: dwallace
Revision: 90380

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-05-12 06:13:39 UTC (rev 90379)
+++ community-i686/PKGBUILD 2013-05-12 06:14:15 UTC (rev 90380)
@@ -1,99 +0,0 @@
-# $Id$
-# Maintainer: Daniel Wallace 
-# Contributor: fauno 
-# Contributor: Olivier Ramonat 
-# Contributor: Richard Murri 
-
-pkgbase=notmuch
-pkgname=('notmuch' 'notmuch-mutt' 'notmuch-runtime')
-pkgver=0.15.2
-pkgrel=1
-arch=('i686' 'x86_64')
-url="http://notmuchmail.org/";
-license=('GPL3')
-makedepends=('python2' 'python' 'emacs' 'gnupg' 'ruby' 'pkgconfig' 
'xapian-core' 'gmime' 'talloc')
-options=(!distcc !makeflags)
-source=("http://notmuchmail.org/releases/${pkgname}-${pkgver}.tar.gz";)
-md5sums=('e86968dfcd7ffaf162b7b87de56b7f18')
-
-build() {
-cd "$srcdir/${pkgname}-$pkgver"
-
-./configure --prefix=/usr --sysconfdir=/etc \
-   --includedir=/usr/include
-make 
-(cd "${srcdir}/$pkgname-${pkgver}/contrib/${pkgname}-mutt"
-make ${pkgname}-mutt.1)
-
-cp -dpr --no-preserve=ownership "$srcdir/$pkgname-$pkgver" 
"$srcdir/$pkgname-runtime-$pkgver"
-
-cd bindings/ruby
-ruby extconf.rb
-
-cp -dpr --no-preserve=ownership 
"$srcdir/${pkgname}-$pkgver"/bindings/python{,2}
-
-cd "$srcdir/${pkgname}-${pkgver}/bindings/python"
-#env LD_LIBRARY_PATH="." python setup.py build
-find "." -name '*.py' -exec sed -i -e '1s,python$,python3,' {} +
-   python setup.py build
-
-cd "$srcdir/${pkgname}-${pkgver}/bindings/python2"
-find "." -name '*.py' -exec sed -i -e '1s,python$,python2,' {} +
-#env LD_LIBRARY_PATH="." python2 setup.py build
-   python2 setup.py build
-}
-
-package_notmuch-runtime(){
-pkgdesc="Runtime for notmuch and notmuch-mutt"
-depends=('xapian-core' 'gmime' 'talloc')
-cd "$srcdir/${pkgname}-$pkgver"
-make DESTDIR="$pkgdir/" LIBDIR_IN_LDCONFIG=0 install
-
-install -Dm644 notmuch "$pkgdir/usr/bin/notmuch"
-
-mkdir -p "$pkgdir"/usr/share/vim/vimfiles/{plugin,syntax}
-
-make -C vim prefix="$pkgdir/usr/share/vim/vimfiles" install
-
-# Remove conflicting zsh completion
-rm -r ${pkgdir}/usr/share/zsh
-}
-
-
-package_notmuch(){
-pkgdesc="Notmuch is not much of an email program"
-depends=('notmuch-runtime')
-optdepends=('emacs: for using the emacs interface'
-'vim: for using the vim interface'
-'python2: for using the python2 bindings'
-'ruby: for using the ruby bindings'
-'gnupg: for email encryption')
-
-cd "$srcdir/${pkgname}-$pkgver"
-
-# Install python bindings
-cd "$srcdir/${pkgname}-${pkgver}/bindings/python2"
-#env LD_LIBRARY_PATH="." python2 setup.py install --prefix=/usr 
--root="$pkgdir"
-   python2 setup.py install --prefix=/usr --root="$pkgdir"
-
-cd "$srcdir/${pkgname}-${pkgver}/bindings/python"
-#env LD_LIBRARY_PATH="." python setup.py install --prefix=/usr 
--root="$pkgdir"
-   python setup.py install --prefix=/usr --root="$pkgdir"
-
-# Install ruby bindings
-cd "$srcdir/${pkgname}-${pkgver}/bindings/ruby"
-sed -i -e 's,/site_ruby,,g' Makefile
-make exec_prefix=$pkgdir/usr prefix=/usr install
-
-}
-
-package_notmuch-mutt(){
-pkgdesc="The mail indexer"
-depends=('notmuch-runtime' 'perl-mailtools' 'perl-mail-box' 
'perl-term-readline-gnu' 'perl-string-shellquote' 'perl-file-which')
-cd "$srcdir/$pkgbase-runtime-$pkgver"
-
-install -Dm755 "contrib/$pkgname/$pkgname" "$pkgdir/usr/bin/$pkgname"
-install -Dm644 "contrib/$pkgname/${pkgname}.1" 
"${pkgdir}/usr/share/man/man1/${pkgname}.1.gz"
-}
-
-#vim: set filetype=PKGBUILD sw=4 ts=4 et

Copied: notmuch/repos/community-i686/PKGBUILD (from rev 90379, 
notmuch/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-05-12 06:14:15 UTC (rev 90380)
@@ -0,0 +1,99 @@
+# $Id$
+# Maintainer: Daniel Wallace 
+# Contributor: fauno 
+# Contributor: Olivier Ramonat 
+# Contributor: Richard Murri 
+
+pkgbase=notmuch
+pkgname=('notmuch' 'notmuch-mutt' 'notmuch-runtime')
+pkgver=0.15.2
+pkgrel=2
+arch=('i686' 'x86_64')
+url="http://notmuchmail.org/";
+license=('G

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

2013-05-11 Thread Daniel Wallace
Date: Sunday, May 12, 2013 @ 08:13:39
  Author: dwallace
Revision: 90379

upgpkg: notmuch 0.15.2-2

upgpkg: notmuch 0.15.2-2

Modified:
  notmuch/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-05-12 06:05:15 UTC (rev 90378)
+++ PKGBUILD2013-05-12 06:13:39 UTC (rev 90379)
@@ -7,7 +7,7 @@
 pkgbase=notmuch
 pkgname=('notmuch' 'notmuch-mutt' 'notmuch-runtime')
 pkgver=0.15.2
-pkgrel=1
+pkgrel=2
 arch=('i686' 'x86_64')
 url="http://notmuchmail.org/";
 license=('GPL3')



[arch-commits] Commit in exim/repos (44 files)

2013-05-11 Thread Bartłomiej Piotrowski
Date: Sunday, May 12, 2013 @ 08:05:15
  Author: bpiotrowski
Revision: 90378

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

Added:
  exim/repos/community-i686/PKGBUILD
(from rev 90377, exim/trunk/PKGBUILD)
  exim/repos/community-i686/aliases
(from rev 90377, exim/trunk/aliases)
  exim/repos/community-i686/exim-submission.socket
(from rev 90377, exim/trunk/exim-submission.socket)
  exim/repos/community-i686/exim-submission@.service
(from rev 90377, exim/trunk/exim-submission@.service)
  exim/repos/community-i686/exim.Makefile
(from rev 90377, exim/trunk/exim.Makefile)
  exim/repos/community-i686/exim.install
(from rev 90377, exim/trunk/exim.install)
  exim/repos/community-i686/exim.logrotate
(from rev 90377, exim/trunk/exim.logrotate)
  exim/repos/community-i686/exim.service
(from rev 90377, exim/trunk/exim.service)
  exim/repos/community-i686/exim.socket
(from rev 90377, exim/trunk/exim.socket)
  exim/repos/community-i686/exim@.service
(from rev 90377, exim/trunk/exim@.service)
  exim/repos/community-x86_64/PKGBUILD
(from rev 90376, exim/trunk/PKGBUILD)
  exim/repos/community-x86_64/aliases
(from rev 90376, exim/trunk/aliases)
  exim/repos/community-x86_64/exim-submission.socket
(from rev 90376, exim/trunk/exim-submission.socket)
  exim/repos/community-x86_64/exim-submission@.service
(from rev 90376, exim/trunk/exim-submission@.service)
  exim/repos/community-x86_64/exim.Makefile
(from rev 90376, exim/trunk/exim.Makefile)
  exim/repos/community-x86_64/exim.install
(from rev 90376, exim/trunk/exim.install)
  exim/repos/community-x86_64/exim.logrotate
(from rev 90376, exim/trunk/exim.logrotate)
  exim/repos/community-x86_64/exim.service
(from rev 90376, exim/trunk/exim.service)
  exim/repos/community-x86_64/exim.socket
(from rev 90376, exim/trunk/exim.socket)
  exim/repos/community-x86_64/exim@.service
(from rev 90376, exim/trunk/exim@.service)
Deleted:
  exim/repos/community-i686/PKGBUILD
  exim/repos/community-i686/aliases
  exim/repos/community-i686/exim
  exim/repos/community-i686/exim-submission.socket
  exim/repos/community-i686/exim-submission@.service
  exim/repos/community-i686/exim.Makefile
  exim/repos/community-i686/exim.conf.d
  exim/repos/community-i686/exim.install
  exim/repos/community-i686/exim.logrotate
  exim/repos/community-i686/exim.service
  exim/repos/community-i686/exim.socket
  exim/repos/community-i686/exim@.service
  exim/repos/community-x86_64/PKGBUILD
  exim/repos/community-x86_64/aliases
  exim/repos/community-x86_64/exim
  exim/repos/community-x86_64/exim-submission.socket
  exim/repos/community-x86_64/exim-submission@.service
  exim/repos/community-x86_64/exim.Makefile
  exim/repos/community-x86_64/exim.conf.d
  exim/repos/community-x86_64/exim.install
  exim/repos/community-x86_64/exim.logrotate
  exim/repos/community-x86_64/exim.service
  exim/repos/community-x86_64/exim.socket
  exim/repos/community-x86_64/exim@.service

---+
 /PKGBUILD |  164 +
 /aliases  |   70 
 /exim-submission.socket   |   20 
 /exim-submission@.service |   22 
 /exim.Makefile| 2454 
 /exim.install |   50 
 /exim.logrotate   |   12 
 /exim.service |   20 
 /exim.socket  |   20 
 /exim@.service|   14 
 community-i686/PKGBUILD   |   88 -
 community-i686/aliases|   35 
 community-i686/exim   |   42 
 community-i686/exim-submission.socket |   10 
 community-i686/exim-submission@.service   |   11 
 community-i686/exim.Makefile  | 1227 --
 community-i686/exim.conf.d|1 
 community-i686/exim.install   |   25 
 community-i686/exim.logrotate |6 
 community-i686/exim.service   |   10 
 community-i686/exim.socket|   10 
 community-i686/exim@.service  |7 
 community-x86_64/PKGBUILD |   88 -
 community-x86_64/aliases  |   35 
 community-x86_64/exim |   42 
 community-x86_64/exim-submission.socket   |   10 
 community-x86_64/exim-submission@.service |   11 
 community-x86_64/exim.Makefile| 1227 --
 community-x86_64/exim.conf.d  |1 
 community-x86_64/exim.install |   25 
 community-x86_64/exim.logrotate   |6 
 community-x86_64/exim.service |   10 
 community-x86_64/exim.socket  |   10 
 community-x86_64/exim@.service|7 
 34 files changed, 2846 insertions(+), 2944 deletions(-)

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


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

2013-05-11 Thread Daniel Wallace
Date: Sunday, May 12, 2013 @ 08:05:07
  Author: dwallace
Revision: 90377

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

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

---+
 /PKGBUILD |  198 
 community-i686/PKGBUILD   |  100 --
 community-x86_64/PKGBUILD |  100 --
 3 files changed, 198 insertions(+), 200 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-05-12 06:04:48 UTC (rev 90376)
+++ community-i686/PKGBUILD 2013-05-12 06:05:07 UTC (rev 90377)
@@ -1,100 +0,0 @@
-# $Id$
-# Maintainer: Daniel Wallace 
-# Contributor: fauno 
-# Contributor: Olivier Ramonat 
-# Contributor: Richard Murri 
-
-pkgbase=notmuch
-pkgname=('notmuch' 'notmuch-mutt' 'notmuch-runtime')
-pkgver=0.15.2
-pkgrel=1
-arch=('i686' 'x86_64')
-url="http://notmuchmail.org/";
-license=('GPL3')
-makedepends=('python2' 'python' 'emacs' 'gnupg' 'ruby' 'pkgconfig' 
'xapian-core' 'gmime' 'talloc')
-options=(!distcc !makeflags)
-source=("http://notmuchmail.org/releases/${pkgname}-${pkgver}.tar.gz";)
-md5sums=('e86968dfcd7ffaf162b7b87de56b7f18')
-
-build() {
-cd "$srcdir/${pkgname}-$pkgver"
-
-./configure --prefix=/usr --sysconfdir=/etc \
-   --includedir=/usr/include
-make 
-(cd "${srcdir}/$pkgname-${pkgver}/contrib/${pkgname}-mutt"
-make ${pkgname}-mutt.1)
-
-cp -dpr --no-preserve=ownership "$srcdir/$pkgname-$pkgver" 
"$srcdir/$pkgname-runtime-$pkgver"
-
-cd bindings/ruby
-ruby extconf.rb
-make
-
-cp -dpr --no-preserve=ownership 
"$srcdir/${pkgname}-$pkgver"/bindings/python{,2}
-
-cd "$srcdir/${pkgname}-${pkgver}/bindings/python"
-#env LD_LIBRARY_PATH="." python setup.py build
-find "." -name '*.py' -exec sed -i -e '1s,python$,python3,' {} +
-   python setup.py build
-
-cd "$srcdir/${pkgname}-${pkgver}/bindings/python2"
-find "." -name '*.py' -exec sed -i -e '1s,python$,python2,' {} +
-#env LD_LIBRARY_PATH="." python2 setup.py build
-   python2 setup.py build
-}
-
-package_notmuch-runtime(){
-pkgdesc="Runtime for notmuch and notmuch-mutt"
-depends=('xapian-core' 'gmime' 'talloc')
-cd "$srcdir/${pkgname}-$pkgver"
-make DESTDIR="$pkgdir/" LIBDIR_IN_LDCONFIG=0 install
-
-install -Dm644 notmuch "$pkgdir/usr/sbin/notmuch"
-
-mkdir -p "$pkgdir"/usr/share/vim/vimfiles/{plugin,syntax}
-
-make -C vim prefix="$pkgdir/usr/share/vim/vimfiles" install
-
-# Remove conflicting zsh completion
-rm -r ${pkgdir}/usr/share/zsh
-}
-
-
-package_notmuch(){
-pkgdesc="Notmuch is not much of an email program"
-depends=('notmuch-runtime')
-optdepends=('emacs: for using the emacs interface'
-'vim: for using the vim interface'
-'python2: for using the python2 bindings'
-'ruby: for using the ruby bindings'
-'gnupg: for email encryption')
-
-cd "$srcdir/${pkgname}-$pkgver"
-
-# Install python bindings
-cd "$srcdir/${pkgname}-${pkgver}/bindings/python2"
-#env LD_LIBRARY_PATH="." python2 setup.py install --prefix=/usr 
--root="$pkgdir"
-   python2 setup.py install --prefix=/usr --root="$pkgdir"
-
-cd "$srcdir/${pkgname}-${pkgver}/bindings/python"
-#env LD_LIBRARY_PATH="." python setup.py install --prefix=/usr 
--root="$pkgdir"
-   python setup.py install --prefix=/usr --root="$pkgdir"
-
-# Install ruby bindings
-cd "$srcdir/${pkgname}-${pkgver}/bindings/ruby"
-sed -i -e 's,/site_ruby,,g' Makefile
-make DESTDIR="$pkgdir" includedir=/usr/include install
-
-}
-
-package_notmuch-mutt(){
-pkgdesc="The mail indexer"
-depends=('notmuch-runtime' 'perl-mailtools' 'perl-mail-box' 
'perl-term-readline-gnu' 'perl-string-shellquote' 'perl-file-which')
-cd "$srcdir/$pkgbase-runtime-$pkgver"
-
-install -Dm755 "contrib/$pkgname/$pkgname" "$pkgdir/usr/bin/$pkgname"
-install -Dm644 "contrib/$pkgname/${pkgname}.1" 
"${pkgdir}/usr/share/man/man1/${pkgname}.1.gz"
-}
-
-#vim: set filetype=PKGBUILD sw=4 ts=4 et

Copied: notmuch/repos/community-i686/PKGBUILD (from rev 90376, 
notmuch/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-05-12 06:05:07 UTC (rev 90377)
@@ -0,0 +1,99 @@
+# $Id$
+# Maintainer: Daniel Wallace 
+# Contributor: fauno 
+# Contributor: Olivier Ramonat 
+# Contributor: Richard Murri 
+
+pkgbase=notmuch
+pkgname=('notmuch' 'notmuch-mutt' 'notmuch-runtime')
+pkgver=0.15.2
+pkgrel=1
+arch=('i686' 'x86_64')
+url="http://notmuchmail.o

[arch-commits] Commit in exim/trunk (8 files)

2013-05-11 Thread Bartłomiej Piotrowski
Date: Sunday, May 12, 2013 @ 08:04:48
  Author: bpiotrowski
Revision: 90376

upgpkg: exim 4.80.1-2

- remove deprecated rc.d script
- move binaries to /usr/bin

Modified:
  exim/trunk/PKGBUILD
  exim/trunk/exim-submission@.service
  exim/trunk/exim.Makefile
  exim/trunk/exim.install
  exim/trunk/exim.service
  exim/trunk/exim@.service
Deleted:
  exim/trunk/exim
  exim/trunk/exim.conf.d

--+
 PKGBUILD |   26 ++
 exim |   42 --
 exim-submission@.service |2 +-
 exim.Makefile|2 +-
 exim.conf.d  |1 -
 exim.install |2 +-
 exim.service |2 +-
 exim@.service|2 +-
 8 files changed, 15 insertions(+), 64 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-05-12 06:04:31 UTC (rev 90375)
+++ PKGBUILD2013-05-12 06:04:48 UTC (rev 90376)
@@ -5,12 +5,12 @@
 
 pkgname=exim
 pkgver=4.80.1
-pkgrel=1
+pkgrel=2
 pkgdesc="Message Transfer Agent"
 arch=('x86_64' 'i686')
 url='http://www.exim.org/'
 license=('GPL')
-backup=(etc/mail/aliases etc/mail/exim.conf etc/logrotate.d/exim 
etc/conf.d/exim)
+backup=(etc/mail/aliases etc/mail/exim.conf etc/logrotate.d/exim)
 install=exim.install
 depends=('db' 'pcre' 'pam' 'openssl' 'libldap')
 provides=('smtp-server')
@@ -18,9 +18,7 @@
 options=('!makeflags')
 
source=("http://mirror.switch.ch/ftp/mirror/exim/exim/exim4/exim-$pkgver.tar.bz2";
 aliases
-exim
 exim.logrotate
-exim.conf.d
 exim.Makefile
 exim-submission@.service
 exim.service
@@ -29,13 +27,11 @@
 exim-submission.socket)
 sha256sums=('9565b10f06be224fd03adafae2e07e6fdbb479f8873e3894ddb13f98eeebe78f'
 '932c9149b6809c70e94c1256e28325d197bbf80d27322793e217d4b692d49c5a'
-'48457622b22de9721efe9f143a88e5f5ce833b792d2e757237b6cdb74a1708e6'
 '7f1408f9c5d905968e665941f5c5efcf9da53e7a0bbef6c66220343bc2ae994b'
-'0209c701f8696a9628d43c1684105eadd35d1caba199b94e3a54a4d26cecff01'
-'7d1e062c907a06293eee40a3139f70c74a055374b234fb8c431ea68362bdda55'
-'32def7387aaa040b994c0d399c6053dc42d9da4c8c8f0a34d33da653be27e324'
-'99aaf3c960396fc08ec918fdca1cf73850960f6c519982d1a653f2e673754445'
-'0436411932d6b6268db54a84e4ffc209bde0fa7567442d8e3d138557eeccbad4'
+'d33b8595e92ec812c9f6961f98e50b6a3986d5bd966ed4efec2c52c1fce47636'
+'55719e8b823702b0054584326ca28349b7487e5be9e567ddc7a6e6259767e05b'
+'652250d99479b58b7127ff60c29f28ca09ebac09cab7e54771d62ce38407012d'
+'faad96dadbb2750faa5652d830f10d5a14be487a42e8db1cec797164acf14b73'
 '3e3d8b6be2741d2587a496196c08b3f2ffa05b5803b2bf9fb49359cef3a98d26'
 'd3bb58f0fbeaaa33c812a823708664bbcd828da7d24e2a098f84a15aee443fee')
 
@@ -50,19 +46,17 @@
   cd "$srcdir/$pkgname-$pkgver"
 
   install -Dm0644 $srcdir/exim.logrotate "${pkgdir}/etc/logrotate.d/exim"
-  install -Dm0644 $srcdir/exim.conf.d "${pkgdir}/etc/conf.d/exim"
   install -Dm0644 doc/exim.8 "${pkgdir}/usr/share/man/man8/exim.8"
-  install -Dm0755 $srcdir/exim "${pkgdir}/etc/rc.d/exim"
 
   mkdir -p "${pkgdir}/var/spool/exim/db" "${pkgdir}/etc/mail" \
-"${pkgdir}/var/log/exim" "${pkgdir}/usr"/{lib,sbin}
+"${pkgdir}/var/log/exim" "${pkgdir}/usr"/{lib,bin}
 
   chmod 770 "${pkgdir}/var/spool/exim" "${pkgdir}/var/spool/exim/db" 
"${pkgdir}/var/log/exim"
 
   cd build-Linux-*
   for i in exicyclog exim_checkaccess exim_dumpdb exim_lock exim_tidydb 
exipick exiqsumm exigrep \
 exim_dbmbuild exim exim_fixdb eximstats exinext exiqgrep exiwhat; do
-install -m0755 "$i" "$pkgdir/usr/sbin"
+install -m0755 "$i" "$pkgdir/usr/bin"
   done
 
   cd "$srcdir/exim-$pkgver/src"
@@ -71,12 +65,12 @@
 
   cp "$srcdir/aliases" "$pkgdir/etc/mail"
 
-  cd "$pkgdir/usr/sbin"
+  cd "$pkgdir/usr/bin"
   for i in mailq rmail rsmtp runq sendmail; do
 ln -s exim "$i"
   done
   # fhs compliancy
-  ln -s ../sbin/exim ../lib/sendmail
+  ln -s ../bin/exim ../lib/sendmail
 
   install -Dm0644 "$srcdir/exim-submission@.service" \
 "${pkgdir}/usr/lib/systemd/system/exim-submission@.service"

Deleted: exim
===
--- exim2013-05-12 06:04:31 UTC (rev 90375)
+++ exim2013-05-12 06:04:48 UTC (rev 90376)
@@ -1,42 +0,0 @@
-#!/bin/bash
-
-# source application-specific settings
-[ -f /etc/conf.d/exim ] && . /etc/conf.d/exim
-
-# general config
-. /etc/rc.conf
-. /etc/rc.d/functions
-
-PID=`pidof -o %PPID /usr/sbin/exim`
-
-case "$1" in
-  start)
-stat_busy "Starting Exim"
-[ -z "$PID" ] && /usr/sbin/exim $EXIM_ARGS
-if [ $? -gt 0 ]; then
-  stat_fail
-else
-  add_daemon exim
-  stat_done
-fi
-;;
-  stop)
-stat_busy "Stopping Exim"
-[ ! -z "$PID" ]  && k

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

2013-05-11 Thread Daniel Wallace
Date: Sunday, May 12, 2013 @ 08:04:31
  Author: dwallace
Revision: 90375

upgpkg: notmuch 0.15.2-1

upgpkg: notmuch 0.15.2-2

Modified:
  notmuch/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-05-12 05:57:35 UTC (rev 90374)
+++ PKGBUILD2013-05-12 06:04:31 UTC (rev 90375)
@@ -29,7 +29,6 @@
 
 cd bindings/ruby
 ruby extconf.rb
-make
 
 cp -dpr --no-preserve=ownership 
"$srcdir/${pkgname}-$pkgver"/bindings/python{,2}
 
@@ -50,7 +49,7 @@
 cd "$srcdir/${pkgname}-$pkgver"
 make DESTDIR="$pkgdir/" LIBDIR_IN_LDCONFIG=0 install
 
-install -Dm644 notmuch "$pkgdir/usr/sbin/notmuch"
+install -Dm644 notmuch "$pkgdir/usr/bin/notmuch"
 
 mkdir -p "$pkgdir"/usr/share/vim/vimfiles/{plugin,syntax}
 
@@ -84,7 +83,7 @@
 # Install ruby bindings
 cd "$srcdir/${pkgname}-${pkgver}/bindings/ruby"
 sed -i -e 's,/site_ruby,,g' Makefile
-make DESTDIR="$pkgdir" includedir=/usr/include install
+make exec_prefix=$pkgdir/usr prefix=/usr install
 
 }
 



[arch-commits] Commit in espeakup/repos (18 files)

2013-05-11 Thread Bartłomiej Piotrowski
Date: Sunday, May 12, 2013 @ 07:57:35
  Author: bpiotrowski
Revision: 90374

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

Added:
  espeakup/repos/community-i686/PKGBUILD
(from rev 90373, espeakup/trunk/PKGBUILD)
  espeakup/repos/community-i686/espeakup.conf.d
(from rev 90373, espeakup/trunk/espeakup.conf.d)
  espeakup/repos/community-i686/espeakup.modules-load.d
(from rev 90373, espeakup/trunk/espeakup.modules-load.d)
  espeakup/repos/community-i686/espeakup.service
(from rev 90373, espeakup/trunk/espeakup.service)
  espeakup/repos/community-x86_64/PKGBUILD
(from rev 90373, espeakup/trunk/PKGBUILD)
  espeakup/repos/community-x86_64/espeakup.conf.d
(from rev 90373, espeakup/trunk/espeakup.conf.d)
  espeakup/repos/community-x86_64/espeakup.modules-load.d
(from rev 90373, espeakup/trunk/espeakup.modules-load.d)
  espeakup/repos/community-x86_64/espeakup.service
(from rev 90373, espeakup/trunk/espeakup.service)
Deleted:
  espeakup/repos/community-i686/PKGBUILD
  espeakup/repos/community-i686/espeakup
  espeakup/repos/community-i686/espeakup.conf.d
  espeakup/repos/community-i686/espeakup.modules-load.d
  espeakup/repos/community-i686/espeakup.service
  espeakup/repos/community-x86_64/PKGBUILD
  espeakup/repos/community-x86_64/espeakup
  espeakup/repos/community-x86_64/espeakup.conf.d
  espeakup/repos/community-x86_64/espeakup.modules-load.d
  espeakup/repos/community-x86_64/espeakup.service

--+
 /PKGBUILD|   60 +
 /espeakup.conf.d |   12 +
 /espeakup.modules-load.d |2 
 /espeakup.service|   30 ++
 community-i686/PKGBUILD  |   36 -
 community-i686/espeakup  |   43 
 community-i686/espeakup.conf.d   |6 --
 community-i686/espeakup.modules-load.d   |1 
 community-i686/espeakup.service  |   15 ---
 community-x86_64/PKGBUILD|   36 -
 community-x86_64/espeakup|   43 
 community-x86_64/espeakup.conf.d |6 --
 community-x86_64/espeakup.modules-load.d |1 
 community-x86_64/espeakup.service|   15 ---
 14 files changed, 104 insertions(+), 202 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-05-12 05:57:21 UTC (rev 90373)
+++ community-i686/PKGBUILD 2013-05-12 05:57:35 UTC (rev 90374)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Chris Brannon 
-# Contributor: Kyle 
-
-pkgname=espeakup
-pkgver=0.71
-pkgrel=7
-pkgdesc='Allows the Speakup screen review system to use the ESpeak 
synthesizer.'
-arch=('i686' 'x86_64')
-url="http://github.com/williamh/espeakup";
-license=('GPL3')
-#source=("ftp://linux-speakup.org/pub/linux/goodies/${pkgname}-${pkgver}.tar.bz2";
-# temporary location
-source=("http://the-brannons.com/espeakup-0.71.tar.bz2";
-espeakup espeakup.conf.d espeakup.service espeakup.modules-load.d)
-depends=(speakup-utils espeak)
-backup=(etc/conf.d/espeakup)
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-  make DESTDIR="${pkgdir}" install 
-  install -m755 -D "${srcdir}/espeakup" "${pkgdir}/etc/rc.d/espeakup"
-  install -m644 -D "${srcdir}/espeakup.conf.d" "${pkgdir}/etc/conf.d/espeakup"
-  install -m644 -D "${srcdir}/espeakup.service" 
"${pkgdir}/usr/lib/systemd/system/espeakup.service"
-  install -m644 -D "${srcdir}/espeakup.modules-load.d" 
"${pkgdir}/usr/lib/modules-load.d/espeakup.conf"
-}
-md5sums=('03daa70b3db3f4f6fbb42c2ee428eda7'
- '7cf0abd493710ed924b7bb7c8d279fb3'
- '0f93974845b15efa12f5e7a74cc0eecd'
- '2c80525983a700d3763d4c90c3ab79a8'
- '75eb512d510d6701b6f63390475dd34f')

Copied: espeakup/repos/community-i686/PKGBUILD (from rev 90373, 
espeakup/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-05-12 05:57:35 UTC (rev 90374)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Chris Brannon 
+# Contributor: Kyle 
+
+pkgname=espeakup
+pkgver=0.71
+pkgrel=8
+pkgdesc='Allows the Speakup screen review system to use the ESpeak 
synthesizer.'
+arch=('i686' 'x86_64')
+url='http://github.com/williamh/espeakup'
+license=('GPL3')
+source=(http://the-brannons.com/espeakup-0.71.tar.bz2
+espeakup.service espeakup.modules-load.d)
+depends=('speakup-utils' 'espeak')
+
+build() {
+  cd $pkgname-$pkgver
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="${pkgdir}" install 
+  install -m644 -D "${srcdir}/espeakup.service" 
"${pkgdir}/usr/lib/systemd/system/espeakup.service"
+  install -m644 -D "${srcdir}/espeakup.modules-load.d" 
"${pkgdir}/usr/lib/modules-load.d/es

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

2013-05-11 Thread Bartłomiej Piotrowski
Date: Sunday, May 12, 2013 @ 07:57:21
  Author: bpiotrowski
Revision: 90373

upgpkg: espeakup 0.71-8

- remove deprecated rc.d script

Modified:
  espeakup/trunk/PKGBUILD
Deleted:
  espeakup/trunk/espeakup

--+
 PKGBUILD |   28 +++-
 espeakup |   43 ---
 2 files changed, 11 insertions(+), 60 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-05-12 05:50:20 UTC (rev 90372)
+++ PKGBUILD2013-05-12 05:57:21 UTC (rev 90373)
@@ -4,33 +4,27 @@
 
 pkgname=espeakup
 pkgver=0.71
-pkgrel=7
+pkgrel=8
 pkgdesc='Allows the Speakup screen review system to use the ESpeak 
synthesizer.'
 arch=('i686' 'x86_64')
-url="http://github.com/williamh/espeakup";
+url='http://github.com/williamh/espeakup'
 license=('GPL3')
-#source=("ftp://linux-speakup.org/pub/linux/goodies/${pkgname}-${pkgver}.tar.bz2";
-# temporary location
-source=("http://the-brannons.com/espeakup-0.71.tar.bz2";
-espeakup espeakup.conf.d espeakup.service espeakup.modules-load.d)
-depends=(speakup-utils espeak)
-backup=(etc/conf.d/espeakup)
+source=(http://the-brannons.com/espeakup-0.71.tar.bz2
+espeakup.service espeakup.modules-load.d)
+depends=('speakup-utils' 'espeak')
 
 build() {
-  cd "$srcdir/$pkgname-$pkgver"
+  cd $pkgname-$pkgver
   make
 }
 
 package() {
-  cd "$srcdir/$pkgname-$pkgver"
+  cd $pkgname-$pkgver
   make DESTDIR="${pkgdir}" install 
-  install -m755 -D "${srcdir}/espeakup" "${pkgdir}/etc/rc.d/espeakup"
-  install -m644 -D "${srcdir}/espeakup.conf.d" "${pkgdir}/etc/conf.d/espeakup"
   install -m644 -D "${srcdir}/espeakup.service" 
"${pkgdir}/usr/lib/systemd/system/espeakup.service"
   install -m644 -D "${srcdir}/espeakup.modules-load.d" 
"${pkgdir}/usr/lib/modules-load.d/espeakup.conf"
 }
-md5sums=('03daa70b3db3f4f6fbb42c2ee428eda7'
- '7cf0abd493710ed924b7bb7c8d279fb3'
- '0f93974845b15efa12f5e7a74cc0eecd'
- '2c80525983a700d3763d4c90c3ab79a8'
- '75eb512d510d6701b6f63390475dd34f')
+
+sha256sums=('8307986998256db21e615c4edc1befedde28a6995971da258e9d513dd79bd3ab'
+'0d17413611db3fc4d70e34e84c1e55e832d9eec29482ed7d8c3d737e4ba162b8'
+'916abe0c03b843194705940ef062046809a68b51c5696f505d5444a73b45f214')

Deleted: espeakup
===
--- espeakup2013-05-12 05:50:20 UTC (rev 90372)
+++ espeakup2013-05-12 05:57:21 UTC (rev 90373)
@@ -1,43 +0,0 @@
-#!/bin/bash
-
-. /etc/rc.conf
-. /etc/conf.d/espeakup
-. /etc/rc.d/functions
-
-PID=`pidof espeakup`
-PIDFILE=/var/run/espeakup.pid
-case "$1" in
-  start)
-stat_busy "Starting Espeakup"
-if [ -z "$PID" ]; then
-  if [ -f $PIDFILE ]; then
-rm $PIDFILE
-  fi
-  /usr/bin/espeakup $ESPEAKUP_ARGS
-  if [ $? -gt 0 ]; then
-stat_fail
-  else
-add_daemon espeakup
-stat_done
-  fi
-fi
-;;
-  stop)
-stat_busy "Stopping Espeakup"
-[ ! -z "$PID" ]  && kill $PID &> /dev/null
-if [ $? -gt 0 ]; then
-  stat_fail
-else
-  rm_daemon espeakup
-  stat_done
-fi
-;;
-  restart)
-$0 stop
-sleep 2
-$0 start
-;;
-  *)
-echo "usage: $0 {start|stop|restart}"  
-esac
-exit 0



[arch-commits] Commit in vsftpd/repos (38 files)

2013-05-11 Thread Bartłomiej Piotrowski
Date: Sunday, May 12, 2013 @ 07:50:20
  Author: bpiotrowski
Revision: 90372

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

Added:
  vsftpd/repos/community-i686/PKGBUILD
(from rev 90371, vsftpd/trunk/PKGBUILD)
  vsftpd/repos/community-i686/vsftpd-ssl.service
(from rev 90371, vsftpd/trunk/vsftpd-ssl.service)
  vsftpd/repos/community-i686/vsftpd-ssl.socket
(from rev 90371, vsftpd/trunk/vsftpd-ssl.socket)
  vsftpd/repos/community-i686/vsftpd-ssl@.service
(from rev 90371, vsftpd/trunk/vsftpd-ssl@.service)
  vsftpd/repos/community-i686/vsftpd.install
(from rev 90371, vsftpd/trunk/vsftpd.install)
  vsftpd/repos/community-i686/vsftpd.service
(from rev 90371, vsftpd/trunk/vsftpd.service)
  vsftpd/repos/community-i686/vsftpd.socket
(from rev 90371, vsftpd/trunk/vsftpd.socket)
  vsftpd/repos/community-i686/vsftpd.xinetd
(from rev 90371, vsftpd/trunk/vsftpd.xinetd)
  vsftpd/repos/community-i686/vsftpd@.service
(from rev 90371, vsftpd/trunk/vsftpd@.service)
  vsftpd/repos/community-x86_64/PKGBUILD
(from rev 90371, vsftpd/trunk/PKGBUILD)
  vsftpd/repos/community-x86_64/vsftpd-ssl.service
(from rev 90371, vsftpd/trunk/vsftpd-ssl.service)
  vsftpd/repos/community-x86_64/vsftpd-ssl.socket
(from rev 90371, vsftpd/trunk/vsftpd-ssl.socket)
  vsftpd/repos/community-x86_64/vsftpd-ssl@.service
(from rev 90371, vsftpd/trunk/vsftpd-ssl@.service)
  vsftpd/repos/community-x86_64/vsftpd.install
(from rev 90371, vsftpd/trunk/vsftpd.install)
  vsftpd/repos/community-x86_64/vsftpd.service
(from rev 90371, vsftpd/trunk/vsftpd.service)
  vsftpd/repos/community-x86_64/vsftpd.socket
(from rev 90371, vsftpd/trunk/vsftpd.socket)
  vsftpd/repos/community-x86_64/vsftpd.xinetd
(from rev 90371, vsftpd/trunk/vsftpd.xinetd)
  vsftpd/repos/community-x86_64/vsftpd@.service
(from rev 90371, vsftpd/trunk/vsftpd@.service)
Deleted:
  vsftpd/repos/community-i686/PKGBUILD
  vsftpd/repos/community-i686/vsftpd-ssl.service
  vsftpd/repos/community-i686/vsftpd-ssl.socket
  vsftpd/repos/community-i686/vsftpd-ssl@.service
  vsftpd/repos/community-i686/vsftpd.d
  vsftpd/repos/community-i686/vsftpd.install
  vsftpd/repos/community-i686/vsftpd.service
  vsftpd/repos/community-i686/vsftpd.socket
  vsftpd/repos/community-i686/vsftpd.xinetd
  vsftpd/repos/community-i686/vsftpd@.service
  vsftpd/repos/community-x86_64/PKGBUILD
  vsftpd/repos/community-x86_64/vsftpd-ssl.service
  vsftpd/repos/community-x86_64/vsftpd-ssl.socket
  vsftpd/repos/community-x86_64/vsftpd-ssl@.service
  vsftpd/repos/community-x86_64/vsftpd.d
  vsftpd/repos/community-x86_64/vsftpd.install
  vsftpd/repos/community-x86_64/vsftpd.service
  vsftpd/repos/community-x86_64/vsftpd.socket
  vsftpd/repos/community-x86_64/vsftpd.xinetd
  vsftpd/repos/community-x86_64/vsftpd@.service

--+
 /PKGBUILD|  114 +
 /vsftpd-ssl.service  |   20 +
 /vsftpd-ssl.socket   |   18 +
 /vsftpd-ssl@.service |   18 +
 /vsftpd.install  |   34 +
 /vsftpd.service  |   20 +
 /vsftpd.socket   |   18 +
 /vsftpd.xinetd   |   20 +
 /vsftpd@.service |   16 
 community-i686/PKGBUILD  |   59 -
 community-i686/vsftpd-ssl.service|   10 --
 community-i686/vsftpd-ssl.socket |9 --
 community-i686/vsftpd-ssl@.service   |9 --
 community-i686/vsftpd.d  |   67 ---
 community-i686/vsftpd.install|   17 
 community-i686/vsftpd.service|   10 --
 community-i686/vsftpd.socket |9 --
 community-i686/vsftpd.xinetd |   10 --
 community-i686/vsftpd@.service   |8 --
 community-x86_64/PKGBUILD|   59 -
 community-x86_64/vsftpd-ssl.service  |   10 --
 community-x86_64/vsftpd-ssl.socket   |9 --
 community-x86_64/vsftpd-ssl@.service |9 --
 community-x86_64/vsftpd.d|   67 ---
 community-x86_64/vsftpd.install  |   17 
 community-x86_64/vsftpd.service  |   10 --
 community-x86_64/vsftpd.socket   |9 --
 community-x86_64/vsftpd.xinetd   |   10 --
 community-x86_64/vsftpd@.service |8 --
 29 files changed, 278 insertions(+), 416 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-05-12 05:49:50 UTC (rev 90371)
+++ community-i686/PKGBUILD 2013-05-12 05:50:20 UTC (rev 90372)
@@ -1,59 +0,0 @@
-# $Id$
-# Maintainer:  Bartłomiej Piotrowski 
-# Contributor: Andreas Radke 
-# Contributor: judd 
-
-pkgname=vsftpd
-pkgver=3.0.2
-pkgrel=1
-pkgdesc="Very Secure FTP daemon"
-arch=('i686' 'x86_64')
-url="https://security.appspot.com/vsftpd.html";
-license=('GPL2')
-depends=('openssl')
-backup=('etc/vsft

[arch-commits] Commit in vsftpd/trunk (7 files)

2013-05-11 Thread Bartłomiej Piotrowski
Date: Sunday, May 12, 2013 @ 07:49:50
  Author: bpiotrowski
Revision: 90371

upgpkg: vsftpd 3.0.2-2

- remove deprecated rc.d script
- move binary to /usr/bin

Modified:
  vsftpd/trunk/PKGBUILD
  vsftpd/trunk/vsftpd-ssl.service
  vsftpd/trunk/vsftpd-ssl@.service
  vsftpd/trunk/vsftpd.service
  vsftpd/trunk/vsftpd.xinetd
  vsftpd/trunk/vsftpd@.service
Deleted:
  vsftpd/trunk/vsftpd.d

-+
 PKGBUILD|   30 ++
 vsftpd-ssl.service  |2 -
 vsftpd-ssl@.service |2 -
 vsftpd.d|   67 --
 vsftpd.service  |2 -
 vsftpd.xinetd   |2 -
 vsftpd@.service |2 -
 7 files changed, 19 insertions(+), 88 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-05-12 05:29:27 UTC (rev 90370)
+++ PKGBUILD2013-05-12 05:49:50 UTC (rev 90371)
@@ -5,7 +5,7 @@
 
 pkgname=vsftpd
 pkgver=3.0.2
-pkgrel=1
+pkgrel=2
 pkgdesc="Very Secure FTP daemon"
 arch=('i686' 'x86_64')
 url="https://security.appspot.com/vsftpd.html";
@@ -14,21 +14,20 @@
 backup=('etc/vsftpd.conf' 'etc/xinetd.d/vsftpd')
 install=vsftpd.install
 source=(https://security.appspot.com/downloads/$pkgname-$pkgver.tar.gz{,.asc}
-vsftpd.xinetd vsftpd.d  vsftpd-ssl.socket  vsftpd.socket
+vsftpd.xinetd vsftpd-ssl.socket  vsftpd.socket
 vsftpd.service  vsftpd@.service vsftpd-ssl.service vsftpd-ssl@.service)
-sha1sums=('f36976bb1c5df25ac236d8a29e965ba2b825ccd0'
-  '42c6055c1418ad93340bfa3b176b60f1e5b15e0a'
-  'c87b4ce56dac15223694a6e86c01ea813b877596'
-  '24f268956c24e78be0c234c6d31f41487922eafe'
-  'f81dab50243f7e82dc9722ca79b2b24de0882eb2'
-  '5b7a7a1e0c04acfcc2dba1346557f1193b9905ba'
-  'cde3528825b073d3941c263e9e63b4c298a97c47'
-  '3a040a18893a5103a1d4a22e631ee247bde8c8d3'
-  '2b0a778d7b2329a6d4c01a64ef6c7d90144cd3ab'
-  'e5bd183664008bb0cc0353d4efb2e8e92a365798')
+sha256sums=('be46f0e2c5528fe021fafc8dab1ecfea0c1f183063a06977f8537fcd0b195e56'
+'SKIP'
+'5909f9b95479429c236170a06879d27d07ddda52d9c4c5543c961500c4cac2e0'
+'d5185e48fffc6253499a55e0fe0f90a3424fc639640af11a9d38df33fb145afe'
+'9fdbfd2ec0207170371ca3cf2b0ddca2dc2fe3d062e5792e0d3e51474c3198c9'
+'50c392f373f8ce37aa226a9af7a6b038a8683ee3e041ebbad1bb483e47e8a1f8'
+'d7b8e4827d4f6bafcbf52f9d2d7380958c7b08bb3f757806aa89d4bc06c9671c'
+'b88a50fc68b3bf746d13c9a777df77791cd3eac6eb7c2df655418071c2adf422'
+'4a55c2468b08d858f71bacf1f4885847bec8e548b0e92088068d9bdd3884af84')
 
 build() {
-  cd $srcdir/$pkgname-$pkgver
+  cd $pkgname-$pkgver
 
   # build-time config
   sed \
@@ -39,14 +38,13 @@
 }
 
 package() {
-  cd $srcdir/$pkgname-$pkgver
+  cd $pkgname-$pkgver
 
-  install -D -m755 vsftpd $pkgdir/usr/sbin/vsftpd
+  install -D -m755 vsftpd $pkgdir/usr/bin/vsftpd
   install -D -m644 vsftpd.conf $pkgdir/etc/vsftpd.conf
   install -D -m644 vsftpd.8 $pkgdir/usr/share/man/man8/vsftpd.8
   install -D -m644 vsftpd.conf.5 $pkgdir/usr/share/man/man5/vsftpd.conf.5
   install -D -m644 $srcdir/vsftpd.xinetd $pkgdir/etc/xinetd.d/vsftpd
-  install -D -m755 $srcdir/vsftpd.d $pkgdir/etc/rc.d/vsftpd
 
   install -D -m644 $srcdir/vsftpd.service 
$pkgdir/usr/lib/systemd/system/vsftpd.service
   install -D -m644 $srcdir/vsftpd@.service 
$pkgdir/usr/lib/systemd/system/vsftpd@.service 

Modified: vsftpd-ssl.service
===
--- vsftpd-ssl.service  2013-05-12 05:29:27 UTC (rev 90370)
+++ vsftpd-ssl.service  2013-05-12 05:49:50 UTC (rev 90371)
@@ -2,7 +2,7 @@
 Description=vsftpd daemon (legacy implicit SSL)
 
 [Service]
-ExecStart=/usr/sbin/vsftpd -oimplicit_ssl=yes
+ExecStart=/usr/bin/vsftpd -oimplicit_ssl=yes
 ExecReload=/bin/kill -HUP $MAINPID
 KillMode=process
 

Modified: vsftpd-ssl@.service
===
--- vsftpd-ssl@.service 2013-05-12 05:29:27 UTC (rev 90370)
+++ vsftpd-ssl@.service 2013-05-12 05:49:50 UTC (rev 90371)
@@ -2,7 +2,7 @@
 Description=vsftpd per-connection server (legacy implicit SSL)
 
 [Service]
-ExecStart=-/usr/sbin/vsftpd -oimplicit_ssl=yes
+ExecStart=-/usr/bin/vsftpd -oimplicit_ssl=yes
 ExecReload=/bin/kill -HUP $MAINPID
 StandardInput=socket
 StandardOutput=socket

Deleted: vsftpd.d
===
--- vsftpd.d2013-05-12 05:29:27 UTC (rev 90370)
+++ vsftpd.d2013-05-12 05:49:50 UTC (rev 90371)
@@ -1,67 +0,0 @@
-#!/bin/bash
-
-daemon_name=vsftpd
-
-. /etc/rc.conf
-. /etc/rc.d/functions
-
-get_pid() {
-   pidof -o %PPID $daemon_name
-}
-
-case "$1" in
-  start)
-stat_busy "Starting $daemon_name daemon"
-
-PID=$(get_pid)
-if [ -z "$PID" ]; then
-  [ -f /var/run/$daemon_name.pid ] && rm -f /var/run/$daemon_name.pid
-  # RUN
-  $daemon_name

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

2013-05-11 Thread Daniel Micay
Date: Sunday, May 12, 2013 @ 07:29:27
  Author: thestinger
Revision: 90370

lxc: fix indentation (was mixed tabs/spaces)

Modified:
  lxc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-05-12 05:07:06 UTC (rev 90369)
+++ PKGBUILD2013-05-12 05:29:27 UTC (rev 90370)
@@ -20,13 +20,13 @@
 build() {
   cd "$srcdir/$pkgname-${pkgver/_/-}"
   ./configure \
-   --prefix=/usr \
-   --localstatedir=/var \
-   --libexecdir=/usr/bin \
-   --sysconfdir=/etc \
-   --disable-apparmor \
-   --disable-doc \
---enable-seccomp
+--prefix=/usr \
+--localstatedir=/var \
+--libexecdir=/usr/bin \
+--sysconfdir=/etc \
+--disable-apparmor \
+--disable-doc \
+--enable-seccomp
   make
 }
 



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

2013-05-11 Thread Daniel Wallace
Date: Sunday, May 12, 2013 @ 07:07:06
  Author: dwallace
Revision: 90369

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

Deleted:
  lxdm/repos/community-i686/PKGBUILD
  lxdm/repos/community-x86_64/PKGBUILD

---+
 community-i686/PKGBUILD   |   75 
 community-x86_64/PKGBUILD |   75 
 2 files changed, 150 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-05-12 05:01:07 UTC (rev 90368)
+++ community-i686/PKGBUILD 2013-05-12 05:07:06 UTC (rev 90369)
@@ -1,75 +0,0 @@
-# $Id$
-# Maintainer: Bartłomiej Piotrowski 
-# Contributor: AndyRTR 
-# Contributor: kiefer 
-
-pkgname=lxdm
-pkgver=0.4.1
-pkgrel=19
-pkgdesc='Lightweight X11 Display Manager'
-arch=('i686' 'x86_64')
-url="http://sourceforge.net/projects/lxdm/";
-license=('GPL')
-groups=('lxde')
-depends=('gtk2' 'xorg-server')
-makedepends=('intltool')
-install=${pkgname}.install
-backup=('etc/lxdm/lxdm.conf' 'etc/pam.d/lxdm' 'etc/lxdm/Xsession'
-'etc/lxdm/PreLogin' 'etc/lxdm/LoginReady' 'etc/lxdm/PostLogin'
-'etc/lxdm/PostLogout' 'etc/lxdm/PreReboot' 'etc/lxdm/PreShutdown')
-source=(http://downloads.sourceforge.net/lxde/$pkgname-$pkgver.tar.gz
-   lxdm.pam  lxdm.service
-   lxdm-0.4.1-Xsession-source-profile.patch
-   lxdm-0.4.1-conf.patch
-   lxdm-0.4.1-event-check-bug.patch
-   lxdm-0.4.1-industrial-greeter-ui.patch
-   lxdm-0.4.1-modern-systems.patch
-   lxdm-0.4.1-nolang-show-sessions.patch
-   lxdm-0.4.1-pam-env-vars.patch)
-
-prepare(){
-cd $srcdir/$pkgname-$pkgver
-patch -Np1 -i $srcdir/lxdm-0.4.1-event-check-bug.patch
-patch -Np1 -i $srcdir/lxdm-0.4.1-nolang-show-sessions.patch
-patch -Np1 -i $srcdir/lxdm-0.4.1-pam-env-vars.patch
-}
-
-build() {
-cd $srcdir/$pkgname-$pkgver
-
-
-./configure --sysconfdir=/etc --prefix=/usr --libexecdir=/usr/lib/lxdm
-make
-   
-patch -Np0 -i $srcdir/lxdm-0.4.1-modern-systems.patch
-patch -Np0 -i $srcdir/lxdm-0.4.1-conf.patch
-patch -Np0 -i $srcdir/lxdm-0.4.1-Xsession-source-profile.patch
-patch -Np0 -i $srcdir/lxdm-0.4.1-industrial-greeter-ui.patch
-}
-
-
-package() {
-cd $srcdir/$pkgname-$pkgver
-make DESTDIR=$pkgdir install
-
-install -m644 $srcdir/lxdm.pam $pkgdir/etc/pam.d/lxdm
-install -Dm644 $srcdir/lxdm.service 
$pkgdir/usr/lib/systemd/system/lxdm.service
-install -d $pkgdir/var/{lib,run}/lxdm
-
-# fix the greeter location
-sed -i -e 's/local\/libexec/lib\/lxdm/' $pkgdir/etc/lxdm/lxdm.conf
-
-# avoid conflict with filesystem>=2012.06
-rm -r $pkgdir/var/run
-}
-
-md5sums=('8da1cfc2be6dc9217c85a7cf51e1e821'
- '9cc734228696a3c6f06d91bba61b03c1'
- 'e8cc66eb1a2405d2d9d184a727cbd9d8'
- 'd2e4a4a22ee2aa1a986be154c647b6c6'
- 'c50dd01b715b0a236407d48066191601'
- 'a1e3c46a8bef691bc544028f5b6cfe22'
- '2c4afdbe3532be4f90d8f6240d352766'
- 'baed9055e8825a5511712bc095197519'
- '28475239d0c8b4fd778ec49f5ec72962'
- '4c1d43e81e9a256e8d1ea7686c24b3d3')

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2013-05-12 05:01:07 UTC (rev 90368)
+++ community-x86_64/PKGBUILD   2013-05-12 05:07:06 UTC (rev 90369)
@@ -1,75 +0,0 @@
-# $Id$
-# Maintainer: Bartłomiej Piotrowski 
-# Contributor: AndyRTR 
-# Contributor: kiefer 
-
-pkgname=lxdm
-pkgver=0.4.1
-pkgrel=19
-pkgdesc='Lightweight X11 Display Manager'
-arch=('i686' 'x86_64')
-url="http://sourceforge.net/projects/lxdm/";
-license=('GPL')
-groups=('lxde')
-depends=('gtk2' 'xorg-server')
-makedepends=('intltool')
-install=${pkgname}.install
-backup=('etc/lxdm/lxdm.conf' 'etc/pam.d/lxdm' 'etc/lxdm/Xsession'
-'etc/lxdm/PreLogin' 'etc/lxdm/LoginReady' 'etc/lxdm/PostLogin'
-'etc/lxdm/PostLogout' 'etc/lxdm/PreReboot' 'etc/lxdm/PreShutdown')
-source=(http://downloads.sourceforge.net/lxde/$pkgname-$pkgver.tar.gz
-   lxdm.pam  lxdm.service
-   lxdm-0.4.1-Xsession-source-profile.patch
-   lxdm-0.4.1-conf.patch
-   lxdm-0.4.1-event-check-bug.patch
-   lxdm-0.4.1-industrial-greeter-ui.patch
-   lxdm-0.4.1-modern-systems.patch
-   lxdm-0.4.1-nolang-show-sessions.patch
-   lxdm-0.4.1-pam-env-vars.patch)
-
-prepare(){
-cd $srcdir/$pkgname-$pkgver
-patch -Np1 -i $srcdir/lxdm-0.4.1-event-check-bug.patch
-patch -Np1 -i $srcdir/lxdm-0.4.1-nolang-show-sessions.patch
-patch -Np1 -i $srcdir/lxdm-0.4.1-pam-env-vars.patch
-}
-
-build() {
-cd $srcdir/$pkgname-$pkgver
-
-
-./configure --sysconfdir=/etc --prefix=/usr --libexecdir=/usr/lib/lxdm
-make
-   
-patch -Np0 -i $srcdir/lxdm-0.4.1-modern-

[arch-commits] Commit in lxdm/trunk (PKGBUILD lxdm.rcd lxdm.service)

2013-05-11 Thread Daniel Wallace
Date: Sunday, May 12, 2013 @ 07:01:07
  Author: dwallace
Revision: 90368

upgpkg: lxdm 0.4.1-20

upgpkg: lxdm 0.4.1-20

Modified:
  lxdm/trunk/PKGBUILD
  lxdm/trunk/lxdm.service
Deleted:
  lxdm/trunk/lxdm.rcd

--+
 PKGBUILD |   10 ++
 lxdm.rcd |   36 
 lxdm.service |2 +-
 3 files changed, 7 insertions(+), 41 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-05-12 04:56:34 UTC (rev 90367)
+++ PKGBUILD2013-05-12 05:01:07 UTC (rev 90368)
@@ -5,7 +5,7 @@
 
 pkgname=lxdm
 pkgver=0.4.1
-pkgrel=19
+pkgrel=20
 pkgdesc='Lightweight X11 Display Manager'
 arch=('i686' 'x86_64')
 url="http://sourceforge.net/projects/lxdm/";
@@ -38,7 +38,9 @@
 cd $srcdir/$pkgname-$pkgver
 
 
-./configure --sysconfdir=/etc --prefix=/usr --libexecdir=/usr/lib/lxdm
+./configure --sysconfdir=/etc --prefix=/usr --libexecdir=/usr/lib/lxdm \
+   --bindir=/usr/bin \
+   --sbindir=/usr/bin
 make

 patch -Np0 -i $srcdir/lxdm-0.4.1-modern-systems.patch
@@ -50,7 +52,7 @@
 
 package() {
 cd $srcdir/$pkgname-$pkgver
-make DESTDIR=$pkgdir install
+make DESTDIR=$pkgdir sbindir=/usr/bin install
 
 install -m644 $srcdir/lxdm.pam $pkgdir/etc/pam.d/lxdm
 install -Dm644 $srcdir/lxdm.service 
$pkgdir/usr/lib/systemd/system/lxdm.service
@@ -65,7 +67,7 @@
 
 md5sums=('8da1cfc2be6dc9217c85a7cf51e1e821'
  '9cc734228696a3c6f06d91bba61b03c1'
- 'e8cc66eb1a2405d2d9d184a727cbd9d8'
+ 'b86317143ae44d7ed38c150fe4f25502'
  'd2e4a4a22ee2aa1a986be154c647b6c6'
  'c50dd01b715b0a236407d48066191601'
  'a1e3c46a8bef691bc544028f5b6cfe22'

Deleted: lxdm.rcd
===
--- lxdm.rcd2013-05-12 04:56:34 UTC (rev 90367)
+++ lxdm.rcd2013-05-12 05:01:07 UTC (rev 90368)
@@ -1,36 +0,0 @@
-#!/bin/bash
-
-. /etc/rc.conf
-. /etc/rc.d/functions
-
-PID=$(pidof -o %PPID `which lxdm-binary`)
-case "$1" in
-  start)
-stat_busy "Starting LXDM Display Manager"
-[ -z "$PID" ] && /usr/sbin/lxdm -d &> /dev/null
-if [ $? -gt 0 ]; then
-  stat_fail
-else
-  add_daemon lxdm
-  stat_done
-fi
-;;
-  stop)
-stat_busy "Stopping LXDM Display Manager"
-[ ! -z "$PID" ] && kill $PID &> /dev/null
-if [ $? -gt 0 ]; then
-  stat_fail
-else
-  rm_daemon lxdm
-  stat_done
-fi
-;;
-  restart)
-$0 stop
-sleep 3
-$0 start
-;;
-  *)
-echo "usage: $0 {start|stop|restart}"
-esac
-exit 0

Modified: lxdm.service
===
--- lxdm.service2013-05-12 04:56:34 UTC (rev 90367)
+++ lxdm.service2013-05-12 05:01:07 UTC (rev 90368)
@@ -3,7 +3,7 @@
 After=systemd-user-sessions.service
 
 [Service]
-ExecStart=/usr/sbin/lxdm
+ExecStart=/usr/bin/lxdm
 
 [Install]
 Alias=display-manager.service



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

2013-05-11 Thread Daniel Micay
Date: Sunday, May 12, 2013 @ 06:56:34
  Author: thestinger
Revision: 90367

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

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

---+
 /PKGBUILD |   96 
 /service  |   22 ++
 community-i686/PKGBUILD   |   45 
 community-i686/service|   11 -
 community-x86_64/PKGBUILD |   45 
 community-x86_64/service  |   11 -
 6 files changed, 118 insertions(+), 112 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-05-12 04:56:00 UTC (rev 90366)
+++ community-i686/PKGBUILD 2013-05-12 04:56:34 UTC (rev 90367)
@@ -1,45 +0,0 @@
-# $Id$
-# Maintainer:  Sergej Pupykin 
-# Maintainer:  Bartłomiej Piotrowski 
-# Maintainer:  Daniel Micay 
-# Contributor: Patrick Leslie Polzer 
-# Contributor: cdhotfire 
-# Contributor: Shinlun Hsieh 
-# Contributor: Elisamuel Resto 
-
-pkgname=chrony
-pkgver=1.27
-pkgrel=2
-pkgdesc='Lightweight NTP client and server'
-arch=('i686' 'x86_64')
-url="http://chrony.tuxfamily.org/";
-options=('strip')
-license=('GPL')
-depends=('readline' 'libcap')
-backup=('etc/chrony.conf')
-source=(http://download.tuxfamily.org/chrony/${pkgname}-${pkgver}.tar.gz
-service)
-sha256sums=('d44835ee2180a9a0f4f320fc498c39d59dec33d35c2aa05b446fe65a2a83ae9d'
-'b4f68b335820b6a8429591750da294e5a9fafc1e8f6af8d865f6604516ecb306')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-
-  install -Dm0644 $srcdir/$pkgname-$pkgver/examples/chrony.conf.example 
$pkgdir/etc/chrony.conf
-
-  # Arch's kernel has enhanced RTC support, make chrony use it by default
-  sed -ie '/^! \(rtconutc\|rtcfile \/etc\/chrony.rtc\)$/ s/^! //' \
-"$pkgdir/etc/chrony.conf"
-
-  install -Dm644  $srcdir/service $pkgdir/usr/lib/systemd/system/chrony.service
-
-  install -dm755 "$pkgdir/usr/lib/systemd/ntp-units.d"
-  echo "$pkgname.service" > "$pkgdir/usr/lib/systemd/ntp-units.d/$pkgname.list"
-}

Copied: chrony/repos/community-i686/PKGBUILD (from rev 90366, 
chrony/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-05-12 04:56:34 UTC (rev 90367)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Maintainer: Daniel Micay 
+# Contributor: Bartłomiej Piotrowski 
+# Contributor: Patrick Leslie Polzer 
+# Contributor: cdhotfire 
+# Contributor: Shinlun Hsieh 
+# Contributor: Elisamuel Resto 
+
+pkgname=chrony
+pkgver=1.27
+pkgrel=3
+pkgdesc='Lightweight NTP client and server'
+arch=('i686' 'x86_64')
+url="http://chrony.tuxfamily.org/";
+options=('strip')
+license=('GPL')
+depends=('readline' 'libcap')
+backup=('etc/chrony.conf')
+source=(http://download.tuxfamily.org/chrony/${pkgname}-${pkgver}.tar.gz
+service)
+sha256sums=('d44835ee2180a9a0f4f320fc498c39d59dec33d35c2aa05b446fe65a2a83ae9d'
+'bef4305fa7e5828e1a1fd43aa8e631f22f21902f6cdc2d3b5b41a57bd9a175dc')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+
+  install -Dm0644 "$srcdir/$pkgname-$pkgver/examples/chrony.conf.example" 
"$pkgdir/etc/chrony.conf"
+
+  # Arch's kernel has enhanced RTC support, make chrony use it by default
+  sed -i '/^! \(rtconutc\|rtcfile \/etc\/chrony.rtc\)$/ s/^! //' \
+"$pkgdir/etc/chrony.conf"
+
+  mv "$pkgdir/usr/sbin/chronyd" "$pkgdir/usr/bin"
+  rmdir "$pkgdir/usr/sbin"
+
+  install -Dm644 "$srcdir/service" 
"$pkgdir/usr/lib/systemd/system/chrony.service"
+
+  install -dm755 "$pkgdir/usr/lib/systemd/ntp-units.d"
+  echo "$pkgname.service" > "$pkgdir/usr/lib/systemd/ntp-units.d/$pkgname.list"
+}

Deleted: community-i686/service
===
--- community-i686/service  2013-05-12 04:56:00 UTC (rev 90366)
+++ community-i686/service  2013-05-12 04:56:34 UTC (rev 90367)
@@ -1,11 +0,0 @@
-[Unit]
-Description=Chrony Network Time Daemon
-After=network.target
-
-[Service]
-Type=forking
-ExecStart=/usr/sbin/chronyd
-PIDFile=/var/run/chronyd.pid
-
-[Install]
-WantedBy=multi-user.target

Copied: chrony/repos/community-i686/service (from rev 90366, 
chrony/trunk/

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

2013-05-11 Thread Daniel Micay
Date: Sunday, May 12, 2013 @ 06:56:00
  Author: thestinger
Revision: 90366

move chronyd from /usr/sbin to /usr/bin

Modified:
  chrony/trunk/PKGBUILD
  chrony/trunk/service

--+
 PKGBUILD |   25 ++---
 service  |2 +-
 2 files changed, 15 insertions(+), 12 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-05-12 04:45:35 UTC (rev 90365)
+++ PKGBUILD2013-05-12 04:56:00 UTC (rev 90366)
@@ -1,7 +1,7 @@
 # $Id$
-# Maintainer:  Sergej Pupykin 
-# Maintainer:  Bartłomiej Piotrowski 
-# Maintainer:  Daniel Micay 
+# Maintainer: Sergej Pupykin 
+# Maintainer: Daniel Micay 
+# Contributor: Bartłomiej Piotrowski 
 # Contributor: Patrick Leslie Polzer 
 # Contributor: cdhotfire 
 # Contributor: Shinlun Hsieh 
@@ -9,7 +9,7 @@
 
 pkgname=chrony
 pkgver=1.27
-pkgrel=2
+pkgrel=3
 pkgdesc='Lightweight NTP client and server'
 arch=('i686' 'x86_64')
 url="http://chrony.tuxfamily.org/";
@@ -20,26 +20,29 @@
 source=(http://download.tuxfamily.org/chrony/${pkgname}-${pkgver}.tar.gz
 service)
 sha256sums=('d44835ee2180a9a0f4f320fc498c39d59dec33d35c2aa05b446fe65a2a83ae9d'
-'b4f68b335820b6a8429591750da294e5a9fafc1e8f6af8d865f6604516ecb306')
+'bef4305fa7e5828e1a1fd43aa8e631f22f21902f6cdc2d3b5b41a57bd9a175dc')
 
 build() {
-  cd $srcdir/$pkgname-$pkgver
+  cd $pkgname-$pkgver
   ./configure --prefix=/usr
   make
 }
 
 package() {
-  cd $srcdir/$pkgname-$pkgver
-  make DESTDIR=$pkgdir install
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
 
-  install -Dm0644 $srcdir/$pkgname-$pkgver/examples/chrony.conf.example 
$pkgdir/etc/chrony.conf
+  install -Dm0644 "$srcdir/$pkgname-$pkgver/examples/chrony.conf.example" 
"$pkgdir/etc/chrony.conf"
 
   # Arch's kernel has enhanced RTC support, make chrony use it by default
-  sed -ie '/^! \(rtconutc\|rtcfile \/etc\/chrony.rtc\)$/ s/^! //' \
+  sed -i '/^! \(rtconutc\|rtcfile \/etc\/chrony.rtc\)$/ s/^! //' \
 "$pkgdir/etc/chrony.conf"
 
-  install -Dm644  $srcdir/service $pkgdir/usr/lib/systemd/system/chrony.service
+  mv "$pkgdir/usr/sbin/chronyd" "$pkgdir/usr/bin"
+  rmdir "$pkgdir/usr/sbin"
 
+  install -Dm644 "$srcdir/service" 
"$pkgdir/usr/lib/systemd/system/chrony.service"
+
   install -dm755 "$pkgdir/usr/lib/systemd/ntp-units.d"
   echo "$pkgname.service" > "$pkgdir/usr/lib/systemd/ntp-units.d/$pkgname.list"
 }

Modified: service
===
--- service 2013-05-12 04:45:35 UTC (rev 90365)
+++ service 2013-05-12 04:56:00 UTC (rev 90366)
@@ -4,7 +4,7 @@
 
 [Service]
 Type=forking
-ExecStart=/usr/sbin/chronyd
+ExecStart=/usr/bin/chronyd
 PIDFile=/var/run/chronyd.pid
 
 [Install]



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

2013-05-11 Thread Daniel Wallace
Date: Sunday, May 12, 2013 @ 06:45:35
  Author: dwallace
Revision: 90365

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

Added:
  connman/repos/community-i686/PKGBUILD
(from rev 90364, connman/trunk/PKGBUILD)
  connman/repos/community-i686/allow_group_network.diff
(from rev 90364, connman/trunk/allow_group_network.diff)
  connman/repos/community-x86_64/PKGBUILD
(from rev 90364, connman/trunk/PKGBUILD)
  connman/repos/community-x86_64/allow_group_network.diff
(from rev 90364, connman/trunk/allow_group_network.diff)
Deleted:
  connman/repos/community-i686/PKGBUILD
  connman/repos/community-i686/allow_group_network.diff
  connman/repos/community-x86_64/PKGBUILD
  connman/repos/community-x86_64/allow_group_network.diff

---+
 /PKGBUILD |   96 
 /allow_group_network.diff |   24 +++
 community-i686/PKGBUILD   |   43 
 community-i686/allow_group_network.diff   |   12 ---
 community-x86_64/PKGBUILD |   43 
 community-x86_64/allow_group_network.diff |   12 ---
 6 files changed, 120 insertions(+), 110 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-05-12 04:45:00 UTC (rev 90364)
+++ community-i686/PKGBUILD 2013-05-12 04:45:35 UTC (rev 90365)
@@ -1,43 +0,0 @@
-#$Id$
-# Maintainer: Daniel Wallace 
-# Contributor: Lucas De Marchi 
-
-pkgname=connman
-pkgver=1.13
-pkgrel=1
-pkgdesc="Wireless LAN network manager"
-url="http://connman.net/";
-arch=('i686' 'x86_64')
-license=('GPL2')
-depends=('dbus-core' 'iptables' 'glib2' 'gnutls')
-conflicts=('openresolv')
-optdepends=('bluez: Support for Bluetooth devices'
-'wpa_supplicant: For WiFi devices')
-makedepends=('bluez' 'wpa_supplicant' 'openconnect' 'openvpn')
-options=('!libtool')
-source=("http://www.kernel.org/pub/linux/network/${pkgname}/${pkgname}-${pkgver}.tar.bz2";
-'allow_group_network.diff')
-md5sums=('12c0d5a52ad3749afac260ebc7151d16'
- 'a8d22ee089fb0ed725130d16ad393047')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  patch -Np1 -i "${srcdir}/allow_group_network.diff"
-
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
-  --with-systemdunitdir=/usr/lib/systemd/system \
-  --enable-threads \
-  --enable-openconnect \
-  --enable-vpnc \
-  --enable-openvpn \
-  --enable-polkit \
-  --enable-client
-
-  make
-}
-
-package(){
-  make -C "${srcdir}/${pkgname}-${pkgver}" DESTDIR="${pkgdir}" install
-  install -Dm755 "$srcdir/$pkgname-$pkgver/client/${pkgname}ctl" 
"$pkgdir/usr/sbin/${pkgname}ctl"
-}

Copied: connman/repos/community-i686/PKGBUILD (from rev 90364, 
connman/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-05-12 04:45:35 UTC (rev 90365)
@@ -0,0 +1,48 @@
+#$Id$
+# Maintainer: Daniel Wallace 
+# Contributor: Lucas De Marchi 
+
+pkgname=connman
+pkgver=1.14
+pkgrel=1
+pkgdesc="Wireless LAN network manager"
+url="http://connman.net/";
+arch=('i686' 'x86_64')
+license=('GPL2')
+depends=('dbus-core' 'iptables' 'glib2' 'gnutls')
+conflicts=('openresolv')
+optdepends=('bluez: Support for Bluetooth devices'
+'wpa_supplicant: For WiFi devices')
+makedepends=('bluez' 'wpa_supplicant' 'openconnect' 'openvpn')
+options=('!libtool')
+source=("http://www.kernel.org/pub/linux/network/${pkgname}/${pkgname}-${pkgver}.tar.bz2";
+'allow_group_network.diff')
+md5sums=('d8c98071ca244d2e66ae49becfcd0634'
+ 'a8d22ee089fb0ed725130d16ad393047')
+
+prepare(){
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  patch -Np1 -i "${srcdir}/allow_group_network.diff"
+}
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+ --bindir=/usr/bin \
+ --sbindir=/usr/bin \
+  --with-systemdunitdir=/usr/lib/systemd/system \
+  --enable-threads \
+  --enable-openconnect \
+  --enable-vpnc \
+  --enable-openvpn \
+  --enable-polkit \
+  --enable-client
+
+  make
+}
+
+package(){
+  make -C "${srcdir}/${pkgname}-${pkgver}" DESTDIR="${pkgdir}" install
+  install -Dm755 "$srcdir/$pkgname-$pkgver/client/${pkgname}ctl" 
"$pkgdir/usr/bin/${pkgname}ctl"
+}

Deleted: community-i686/allow_group_network.diff
===
--- community-i686/allow_group_network.diff 2013-05-12 04:45:00 UTC (rev 
90364)
+++ community-i686/allow_group_network.diff 2013-05-12 04:45:35 UTC (rev 
90365)
@@ -1,12 +0,0 @@
 a/src/connman-polkit.conf  2010-11-05 12:09:04.285423955 -0200
-+++ b/src/connman-polkit.conf  2010-11-05 12:10:53.041423934 -0200
-@@ -5,6 +5,9 @@
- 
- 
- 
-+
-+

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

2013-05-11 Thread Daniel Wallace
Date: Sunday, May 12, 2013 @ 06:45:00
  Author: dwallace
Revision: 90364

upgpkg: connman 1.14-1

upgpkg: connman 1.14

Modified:
  connman/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-05-12 04:26:53 UTC (rev 90363)
+++ PKGBUILD2013-05-12 04:45:00 UTC (rev 90364)
@@ -3,7 +3,7 @@
 # Contributor: Lucas De Marchi 
 
 pkgname=connman
-pkgver=1.13
+pkgver=1.14
 pkgrel=1
 pkgdesc="Wireless LAN network manager"
 url="http://connman.net/";
@@ -17,15 +17,20 @@
 options=('!libtool')
 
source=("http://www.kernel.org/pub/linux/network/${pkgname}/${pkgname}-${pkgver}.tar.bz2";
 'allow_group_network.diff')
-md5sums=('12c0d5a52ad3749afac260ebc7151d16'
+md5sums=('d8c98071ca244d2e66ae49becfcd0634'
  'a8d22ee089fb0ed725130d16ad393047')
 
+prepare(){
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  patch -Np1 -i "${srcdir}/allow_group_network.diff"
+}
+
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"
 
-  patch -Np1 -i "${srcdir}/allow_group_network.diff"
-
   ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+ --bindir=/usr/bin \
+ --sbindir=/usr/bin \
   --with-systemdunitdir=/usr/lib/systemd/system \
   --enable-threads \
   --enable-openconnect \
@@ -39,5 +44,5 @@
 
 package(){
   make -C "${srcdir}/${pkgname}-${pkgver}" DESTDIR="${pkgdir}" install
-  install -Dm755 "$srcdir/$pkgname-$pkgver/client/${pkgname}ctl" 
"$pkgdir/usr/sbin/${pkgname}ctl"
+  install -Dm755 "$srcdir/$pkgname-$pkgver/client/${pkgname}ctl" 
"$pkgdir/usr/bin/${pkgname}ctl"
 }



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

2013-05-11 Thread Allan McRae
Date: Sunday, May 12, 2013 @ 06:33:49
  Author: allan
Revision: 185194

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

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

-+
 /PKGBUILD   |   86 ++
 /fakechroot.install |   22 +
 extra-i686/PKGBUILD |   42 --
 extra-i686/fakechroot.install   |   11 
 extra-x86_64/PKGBUILD   |   42 --
 extra-x86_64/fakechroot.install |   11 
 6 files changed, 108 insertions(+), 106 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-05-12 04:32:43 UTC (rev 185193)
+++ extra-i686/PKGBUILD 2013-05-12 04:33:49 UTC (rev 185194)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer : Allan McRae 
-# Contributor: Aaron Griffin 
-
-pkgname=fakechroot
-pkgver=2.16
-pkgrel=2
-pkgdesc="Gives a fake chroot environment"
-arch=('i686' 'x86_64')
-url="https://github.com/fakechroot/fakechroot/wiki";
-license=('LGPL')
-options=('!libtool')
-install=fakechroot.install
-source=(https://github.com/downloads/fakechroot/fakechroot/fakechroot-${pkgver}.tar.gz)
-md5sums=('3ea5efb76664e787450e0cfcefc1b807')
-
-
-prepare() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  
-  # https://github.com/fakechroot/fakechroot/issues/10
-  sed -i "s#usr/sbin/chroot#usr/bin/chroot#" test/testtree.sh test/t/chroot.t
-}
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  ./configure --prefix=/usr --libdir=/usr/lib/libfakeroot --sysconfdir=/etc
-  make
-}
-
-check() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make check
-}
-  
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-  
-  install -dm755 ${pkgdir}/etc/ld.so.conf.d/
-  echo '/usr/lib/libfakeroot/fakechroot/' > 
${pkgdir}/etc/ld.so.conf.d/fakechroot.conf
-}

Copied: fakechroot/repos/extra-i686/PKGBUILD (from rev 185193, 
fakechroot/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-05-12 04:33:49 UTC (rev 185194)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer : Allan McRae 
+# Contributor: Aaron Griffin 
+
+pkgname=fakechroot
+pkgver=2.16
+pkgrel=3
+pkgdesc="Gives a fake chroot environment"
+arch=('i686' 'x86_64')
+url="https://github.com/fakechroot/fakechroot/wiki";
+license=('LGPL')
+options=('!libtool')
+install=fakechroot.install
+source=(https://github.com/downloads/fakechroot/fakechroot/fakechroot-${pkgver}.tar.gz)
+md5sums=('3ea5efb76664e787450e0cfcefc1b807')
+
+
+prepare() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  
+  # https://github.com/fakechroot/fakechroot/issues/10
+  sed -i "s#usr/sbin/chroot#usr/bin/chroot#" test/testtree.sh test/t/chroot.t
+}
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr --sbindir=/usr/bin \
+--libdir=/usr/lib/libfakeroot --sysconfdir=/etc
+  make
+}
+
+check() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make check
+}
+  
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+  
+  install -dm755 ${pkgdir}/etc/ld.so.conf.d/
+  echo '/usr/lib/libfakeroot/fakechroot/' > 
${pkgdir}/etc/ld.so.conf.d/fakechroot.conf
+}

Deleted: extra-i686/fakechroot.install
===
--- extra-i686/fakechroot.install   2013-05-12 04:32:43 UTC (rev 185193)
+++ extra-i686/fakechroot.install   2013-05-12 04:33:49 UTC (rev 185194)
@@ -1,11 +0,0 @@
-post_install() {
-  sbin/ldconfig -r .
-}
-
-post_upgrade() {
-  sbin/ldconfig -r .
-}
-
-post_remove() {
-  sbin/ldconfig -r .
-}

Copied: fakechroot/repos/extra-i686/fakechroot.install (from rev 185193, 
fakechroot/trunk/fakechroot.install)
===
--- extra-i686/fakechroot.install   (rev 0)
+++ extra-i686/fakechroot.install   2013-05-12 04:33:49 UTC (rev 185194)
@@ -0,0 +1,11 @@
+post_install() {
+  sbin/ldconfig -r .
+}
+
+post_upgrade() {
+  sbin/ldconfig -r .
+}
+
+post_remove() {
+  sbin/ldconfig -r .
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2013-05-12 04:32:43 UTC (rev 185193)
+++ extra-x86_64/PKGBUILD   2013-05-12 04:33:49 UTC (rev 185194)
@@ -1,42 +0,0 @@
-# $Id$
-# Mai

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

2013-05-11 Thread Allan McRae
Date: Sunday, May 12, 2013 @ 06:32:43
  Author: allan
Revision: 185193

upgpkg: fakechroot 2.16-3

move file to /usr/bin/

Modified:
  fakechroot/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-05-11 23:57:48 UTC (rev 185192)
+++ PKGBUILD2013-05-12 04:32:43 UTC (rev 185193)
@@ -4,7 +4,7 @@
 
 pkgname=fakechroot
 pkgver=2.16
-pkgrel=2
+pkgrel=3
 pkgdesc="Gives a fake chroot environment"
 arch=('i686' 'x86_64')
 url="https://github.com/fakechroot/fakechroot/wiki";
@@ -24,7 +24,8 @@
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}
-  ./configure --prefix=/usr --libdir=/usr/lib/libfakeroot --sysconfdir=/etc
+  ./configure --prefix=/usr --sbindir=/usr/bin \
+--libdir=/usr/lib/libfakeroot --sysconfdir=/etc
   make
 }
 



[arch-commits] Commit in lxdm/repos (48 files)

2013-05-11 Thread Daniel Wallace
Date: Sunday, May 12, 2013 @ 06:26:53
  Author: dwallace
Revision: 90363

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

Added:
  lxdm/repos/community-i686/PKGBUILD
(from rev 90362, lxdm/trunk/PKGBUILD)
  lxdm/repos/community-i686/lxdm-0.4.1-Xsession-source-profile.patch
(from rev 90362, lxdm/trunk/lxdm-0.4.1-Xsession-source-profile.patch)
  lxdm/repos/community-i686/lxdm-0.4.1-conf.patch
(from rev 90362, lxdm/trunk/lxdm-0.4.1-conf.patch)
  lxdm/repos/community-i686/lxdm-0.4.1-event-check-bug.patch
(from rev 90362, lxdm/trunk/lxdm-0.4.1-event-check-bug.patch)
  lxdm/repos/community-i686/lxdm-0.4.1-industrial-greeter-ui.patch
(from rev 90362, lxdm/trunk/lxdm-0.4.1-industrial-greeter-ui.patch)
  lxdm/repos/community-i686/lxdm-0.4.1-modern-systems.patch
(from rev 90362, lxdm/trunk/lxdm-0.4.1-modern-systems.patch)
  lxdm/repos/community-i686/lxdm-0.4.1-nolang-show-sessions.patch
(from rev 90362, lxdm/trunk/lxdm-0.4.1-nolang-show-sessions.patch)
  lxdm/repos/community-i686/lxdm-0.4.1-pam-env-vars.patch
(from rev 90362, lxdm/trunk/lxdm-0.4.1-pam-env-vars.patch)
  lxdm/repos/community-i686/lxdm.install
(from rev 90362, lxdm/trunk/lxdm.install)
  lxdm/repos/community-i686/lxdm.pam
(from rev 90362, lxdm/trunk/lxdm.pam)
  lxdm/repos/community-i686/lxdm.rcd
(from rev 90362, lxdm/trunk/lxdm.rcd)
  lxdm/repos/community-i686/lxdm.service
(from rev 90362, lxdm/trunk/lxdm.service)
  lxdm/repos/community-x86_64/PKGBUILD
(from rev 90362, lxdm/trunk/PKGBUILD)
  lxdm/repos/community-x86_64/lxdm-0.4.1-Xsession-source-profile.patch
(from rev 90362, lxdm/trunk/lxdm-0.4.1-Xsession-source-profile.patch)
  lxdm/repos/community-x86_64/lxdm-0.4.1-conf.patch
(from rev 90362, lxdm/trunk/lxdm-0.4.1-conf.patch)
  lxdm/repos/community-x86_64/lxdm-0.4.1-event-check-bug.patch
(from rev 90362, lxdm/trunk/lxdm-0.4.1-event-check-bug.patch)
  lxdm/repos/community-x86_64/lxdm-0.4.1-industrial-greeter-ui.patch
(from rev 90362, lxdm/trunk/lxdm-0.4.1-industrial-greeter-ui.patch)
  lxdm/repos/community-x86_64/lxdm-0.4.1-modern-systems.patch
(from rev 90362, lxdm/trunk/lxdm-0.4.1-modern-systems.patch)
  lxdm/repos/community-x86_64/lxdm-0.4.1-nolang-show-sessions.patch
(from rev 90362, lxdm/trunk/lxdm-0.4.1-nolang-show-sessions.patch)
  lxdm/repos/community-x86_64/lxdm-0.4.1-pam-env-vars.patch
(from rev 90362, lxdm/trunk/lxdm-0.4.1-pam-env-vars.patch)
  lxdm/repos/community-x86_64/lxdm.install
(from rev 90362, lxdm/trunk/lxdm.install)
  lxdm/repos/community-x86_64/lxdm.pam
(from rev 90362, lxdm/trunk/lxdm.pam)
  lxdm/repos/community-x86_64/lxdm.rcd
(from rev 90362, lxdm/trunk/lxdm.rcd)
  lxdm/repos/community-x86_64/lxdm.service
(from rev 90362, lxdm/trunk/lxdm.service)
Deleted:
  lxdm/repos/community-i686/PKGBUILD
  lxdm/repos/community-i686/Xsession.patch
  lxdm/repos/community-i686/glib2-2.32.0.patch
  lxdm/repos/community-i686/greeter-session.patch
  lxdm/repos/community-i686/industrial-greeterui.patch
  lxdm/repos/community-i686/lxdm-pam
  lxdm/repos/community-i686/lxdm.conf.patch
  lxdm/repos/community-i686/lxdm.install
  lxdm/repos/community-i686/lxdm.patch
  lxdm/repos/community-i686/pam-env-vars.patch
  lxdm/repos/community-i686/rc.d
  lxdm/repos/community-i686/service
  lxdm/repos/community-x86_64/PKGBUILD
  lxdm/repos/community-x86_64/Xsession.patch
  lxdm/repos/community-x86_64/glib2-2.32.0.patch
  lxdm/repos/community-x86_64/greeter-session.patch
  lxdm/repos/community-x86_64/industrial-greeterui.patch
  lxdm/repos/community-x86_64/lxdm-pam
  lxdm/repos/community-x86_64/lxdm.conf.patch
  lxdm/repos/community-x86_64/lxdm.install
  lxdm/repos/community-x86_64/lxdm.patch
  lxdm/repos/community-x86_64/pam-env-vars.patch
  lxdm/repos/community-x86_64/rc.d
  lxdm/repos/community-x86_64/service

---+
 /PKGBUILD |  150 
 /lxdm.install |   36 ++
 community-i686/PKGBUILD   |   69 -
 community-i686/Xsession.patch |   11 
 community-i686/glib2-2.32.0.patch |   21 -
 community-i686/greeter-session.patch  |   13 -
 community-i686/industrial-greeterui.patch |   13 -
 community-i686/lxdm-0.4.1-Xsession-source-profile.patch   |   11 
 community-i686/lxdm-0.4.1-conf.patch  |   11 
 community-i686/lxdm-0.4.1-event-check-bug.patch   |   21 +
 community-i686/lxdm-0.4.1-industrial-greeter-ui.patch |   13 +
 community-i686/lxdm-0.4.1-modern-systems.patch|   26 ++
 community-i686/lxdm-0.4.1-nolang-show-sessions.patch  |   13 +
 community-i686/lxdm-0.4.1-pam-env-vars.patch  |   50 
 community-i686/lxdm-pam   |   10 
 community-i686/lxdm.conf.patch|   1

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

2013-05-11 Thread Daniel Wallace
Date: Sunday, May 12, 2013 @ 06:25:07
  Author: dwallace
Revision: 90362

upgpkg: lxdm 0.4.1-19

remove initscript from lxdm

Modified:
  lxdm/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-05-12 02:59:43 UTC (rev 90361)
+++ PKGBUILD2013-05-12 04:25:07 UTC (rev 90362)
@@ -5,7 +5,7 @@
 
 pkgname=lxdm
 pkgver=0.4.1
-pkgrel=18
+pkgrel=19
 pkgdesc='Lightweight X11 Display Manager'
 arch=('i686' 'x86_64')
 url="http://sourceforge.net/projects/lxdm/";
@@ -18,7 +18,7 @@
 'etc/lxdm/PreLogin' 'etc/lxdm/LoginReady' 'etc/lxdm/PostLogin'
 'etc/lxdm/PostLogout' 'etc/lxdm/PreReboot' 'etc/lxdm/PreShutdown')
 source=(http://downloads.sourceforge.net/lxde/$pkgname-$pkgver.tar.gz
-   lxdm.pam  lxdm.rcd  lxdm.service
+   lxdm.pam  lxdm.service
lxdm-0.4.1-Xsession-source-profile.patch
lxdm-0.4.1-conf.patch
lxdm-0.4.1-event-check-bug.patch
@@ -27,13 +27,17 @@
lxdm-0.4.1-nolang-show-sessions.patch
lxdm-0.4.1-pam-env-vars.patch)
 
-build() {
+prepare(){
 cd $srcdir/$pkgname-$pkgver
-
 patch -Np1 -i $srcdir/lxdm-0.4.1-event-check-bug.patch
 patch -Np1 -i $srcdir/lxdm-0.4.1-nolang-show-sessions.patch
 patch -Np1 -i $srcdir/lxdm-0.4.1-pam-env-vars.patch
+}
 
+build() {
+cd $srcdir/$pkgname-$pkgver
+
+
 ./configure --sysconfdir=/etc --prefix=/usr --libexecdir=/usr/lib/lxdm
 make

@@ -49,7 +53,6 @@
 make DESTDIR=$pkgdir install
 
 install -m644 $srcdir/lxdm.pam $pkgdir/etc/pam.d/lxdm
-install -Dm755 $srcdir/lxdm.rcd $pkgdir/etc/rc.d/lxdm
 install -Dm644 $srcdir/lxdm.service 
$pkgdir/usr/lib/systemd/system/lxdm.service
 install -d $pkgdir/var/{lib,run}/lxdm
 
@@ -62,7 +65,6 @@
 
 md5sums=('8da1cfc2be6dc9217c85a7cf51e1e821'
  '9cc734228696a3c6f06d91bba61b03c1'
- '705f394052fdd0dec22e95321d170de0'
  'e8cc66eb1a2405d2d9d184a727cbd9d8'
  'd2e4a4a22ee2aa1a986be154c647b6c6'
  'c50dd01b715b0a236407d48066191601'



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

2013-05-11 Thread speps
Date: Sunday, May 12, 2013 @ 04:59:43
  Author: speps
Revision: 90361

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-05-12 02:59:12 UTC (rev 90360)
+++ community-i686/PKGBUILD 2013-05-12 02:59:43 UTC (rev 90361)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer : speps 
-# Contributor:  
-
-_name=SuperCollider
-pkgname=supercollider
-pkgver=3.6.4
-pkgrel=1
-pkgdesc="An environment and programming language for real time audio synthesis 
and algorithmic composition"
-arch=('i686' 'x86_64')
-url="http://supercollider.sourceforge.net/";
-license=('GPL3')
-depends=('jack' 'fftw' 'cwiid' 'qtwebkit')
-makedepends=('cmake' 'ruby' 'vim' 'emacs')
-optdepends=('emacs: emacs interface'
-'gedit: gedit interface'
-'vim: vim interface'
-'ruby: vim support')
-install="$pkgname.install"
-source=("http://download.sourceforge.net/project/$pkgname/Source/${pkgver%.*}/$_name-$pkgver-Source-linux.tar.bz2";)
-md5sums=('a6f0c1183f311ffcfbc143dce2332d74')
-
-build() {
-  cd "$srcdir/$_name-Source"
-  [ -d bld ] || mkdir bld && cd bld
-  cmake .. -DCMAKE_INSTALL_PREFIX=/usr \
-   -DCMAKE_BUILD_TYPE=Release \
-   -DLIBSCSYNTH=ON
-  make
-}
-
-package() {
-  cd "$srcdir/$_name-Source/bld"
-  make DESTDIR="$pkgdir/" install
-}

Copied: supercollider/repos/community-i686/PKGBUILD (from rev 90360, 
supercollider/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-05-12 02:59:43 UTC (rev 90361)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer : speps 
+# Contributor:  
+
+_name=SuperCollider
+pkgname=supercollider
+pkgver=3.6.5
+pkgrel=1
+pkgdesc="An environment and programming language for real time audio synthesis 
and algorithmic composition"
+arch=('i686' 'x86_64')
+url="http://supercollider.sourceforge.net/";
+license=('GPL3')
+depends=('jack' 'fftw' 'cwiid' 'qtwebkit')
+makedepends=('cmake' 'ruby' 'vim' 'emacs')
+optdepends=('emacs: emacs interface'
+'gedit: gedit interface'
+'vim: vim interface'
+'ruby: vim support')
+install="$pkgname.install"
+source=("http://download.sourceforge.net/project/$pkgname/Source/${pkgver%.*}/$_name-$pkgver-Source-linux.tar.bz2";)
+md5sums=('ac176ea512fc2b9a9be645322c5b20b4')
+
+build() {
+  cd "$srcdir/$_name-Source"
+  [ -d bld ] || mkdir bld && cd bld
+  cmake .. -DCMAKE_INSTALL_PREFIX=/usr \
+   -DCMAKE_BUILD_TYPE=Release \
+   -DLIBSCSYNTH=ON
+  make
+}
+
+package() {
+  cd "$srcdir/$_name-Source/bld"
+  make DESTDIR="$pkgdir/" install
+}

Deleted: community-i686/supercollider.install
===
--- community-i686/supercollider.install2013-05-12 02:59:12 UTC (rev 
90360)
+++ community-i686/supercollider.install2013-05-12 02:59:43 UTC (rev 
90361)
@@ -1,12 +0,0 @@
-post_install() {
-  update-desktop-database -q
-  update-mime-database usr/share/mime
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}
\ No newline at end of file

Copied: supercollider/repos/community-i686/supercollider.install (from rev 
90360, supercollider/trunk/supercollider.install)
===
--- community-i686/supercollider.install(rev 0)
+++ community-i686/supercollider.install2013-05-12 02:59:43 UTC (rev 
90361)
@@ -0,0 +1,12 @@
+post_install() {
+  update-desktop-database -q
+  update-mime-database usr/share/mime
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}
\ No newline at end of file

Deleted: community-x86

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

2013-05-11 Thread speps
Date: Sunday, May 12, 2013 @ 04:59:12
  Author: speps
Revision: 90360

upgpkg: supercollider 3.6.5-1

Modified:
  supercollider/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-05-11 23:23:44 UTC (rev 90359)
+++ PKGBUILD2013-05-12 02:59:12 UTC (rev 90360)
@@ -4,7 +4,7 @@
 
 _name=SuperCollider
 pkgname=supercollider
-pkgver=3.6.4
+pkgver=3.6.5
 pkgrel=1
 pkgdesc="An environment and programming language for real time audio synthesis 
and algorithmic composition"
 arch=('i686' 'x86_64')
@@ -18,7 +18,7 @@
 'ruby: vim support')
 install="$pkgname.install"
 
source=("http://download.sourceforge.net/project/$pkgname/Source/${pkgver%.*}/$_name-$pkgver-Source-linux.tar.bz2";)
-md5sums=('a6f0c1183f311ffcfbc143dce2332d74')
+md5sums=('ac176ea512fc2b9a9be645322c5b20b4')
 
 build() {
   cd "$srcdir/$_name-Source"



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

2013-05-11 Thread Eric Bélanger
Date: Sunday, May 12, 2013 @ 01:57:48
  Author: eric
Revision: 185192

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

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

--+
 /PKGBUILD|   64 +
 /liferea.install |   48 ++
 extra-i686/PKGBUILD  |   31 ---
 extra-i686/liferea.install   |   22 --
 extra-x86_64/PKGBUILD|   31 ---
 extra-x86_64/liferea.install |   22 --
 6 files changed, 112 insertions(+), 106 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-05-11 23:55:56 UTC (rev 185191)
+++ extra-i686/PKGBUILD 2013-05-11 23:57:48 UTC (rev 185192)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Eric Bélanger 
-
-pkgname=liferea
-pkgver=1.8.12
-pkgrel=1
-pkgdesc="A desktop news aggregator for online news feeds and weblogs"
-arch=('i686' 'x86_64')
-url="http://liferea.sourceforge.net/";
-license=('GPL')
-depends=('gconf' 'libwebkit' 'libnotify' 'libunique' 'json-glib' 
'hicolor-icon-theme')
-makedepends=('intltool')
-options=('!libtool' '!emptydirs')
-install=liferea.install
-source=(http://downloads.sourceforge.net/sourceforge/liferea/liferea-${pkgver}.tar.bz2)
-sha1sums=('f40c453af577e2870bc12981ef4df6418a627f78')
-
-build() {
-  cd "${srcdir}/liferea-${pkgver}"
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var 
--disable-schemas-install
-  make
-}
-
-package() {
-  cd "${srcdir}/liferea-${pkgver}"
-  make DESTDIR="${pkgdir}" install
-  
-  install -d "${pkgdir}/usr/share/gconf/schemas"
-  gconf-merge-schema "${pkgdir}/usr/share/gconf/schemas/${pkgname}.schemas" 
"${pkgdir}"/etc/gconf/schemas/*.schemas
-  rm -f "${pkgdir}"/etc/gconf/schemas/*.schemas
-}

Copied: liferea/repos/extra-i686/PKGBUILD (from rev 185191, 
liferea/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-05-11 23:57:48 UTC (rev 185192)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Eric Bélanger 
+
+pkgname=liferea
+pkgver=1.8.13
+pkgrel=1
+pkgdesc="A desktop news aggregator for online news feeds and weblogs"
+arch=('i686' 'x86_64')
+url="http://liferea.sourceforge.net/";
+license=('GPL')
+depends=('gconf' 'webkitgtk2' 'libnotify' 'libunique' 'json-glib' 
'hicolor-icon-theme'
+ 'desktop-file-utils')
+makedepends=('intltool')
+options=('!libtool' '!emptydirs')
+install=liferea.install
+source=(http://downloads.sourceforge.net/sourceforge/liferea/liferea-${pkgver}.tar.bz2)
+sha1sums=('3fd2a441815fa7a18c95d4b863aa4222a95b9f61')
+
+build() {
+  cd liferea-${pkgver}
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var 
--disable-schemas-install
+  make
+}
+
+package() {
+  cd liferea-${pkgver}
+  make DESTDIR="${pkgdir}" install
+  
+  install -d "${pkgdir}/usr/share/gconf/schemas"
+  gconf-merge-schema "${pkgdir}/usr/share/gconf/schemas/${pkgname}.schemas" 
"${pkgdir}"/etc/gconf/schemas/*.schemas
+  rm -f "${pkgdir}"/etc/gconf/schemas/*.schemas
+}

Deleted: extra-i686/liferea.install
===
--- extra-i686/liferea.install  2013-05-11 23:55:56 UTC (rev 185191)
+++ extra-i686/liferea.install  2013-05-11 23:57:48 UTC (rev 185192)
@@ -1,22 +0,0 @@
-pkgname=liferea
-
-post_install() {
-  usr/sbin/gconfpkg --install ${pkgname}
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}
-
-pre_upgrade() {
-  pre_remove $1
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-pre_remove() {
-  usr/sbin/gconfpkg --uninstall ${pkgname}
-}
-
-post_remove() {
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}

Copied: liferea/repos/extra-i686/liferea.install (from rev 185191, 
liferea/trunk/liferea.install)
===
--- extra-i686/liferea.install  (rev 0)
+++ extra-i686/liferea.install  2013-05-11 23:57:48 UTC (rev 185192)
@@ -0,0 +1,24 @@
+pkgname=liferea
+
+post_install() {
+  usr/sbin/gconfpkg --install ${pkgname}
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+  update-desktop-database -q
+}
+
+pre_upgrade() {
+  pre_remove $1
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+pre_remove() {
+  usr/sbin/gconfpkg --uninstall ${pkgname}
+}
+
+post_remove() {
+  gtk-update-icon-cache -q -t 

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

2013-05-11 Thread Tom Gundersen
Date: Sunday, May 12, 2013 @ 01:55:56
  Author: tomegun
Revision: 185191

get sources directly from git

Modified:
  gummiboot/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-05-11 23:53:58 UTC (rev 185190)
+++ PKGBUILD2013-05-11 23:55:56 UTC (rev 185191)
@@ -11,19 +11,19 @@
 url="http://freedesktop.org/wiki/Software/gummiboot";
 arch=('x86_64' 'i686')
 license=('LGPL2.1')
-makedepends=('gnu-efi-libs' 'docbook-xsl')
+makedepends=('gnu-efi-libs' 'docbook-xsl' 'git')
 depends=('util-linux')
 conflicts=('gummiboot-efi')
 provides=('gummiboot-efi')
 replaces=('gummiboot-efi')
 options=('!strip')
-source=("ftp://ftp.archlinux.org/other/packages/${pkgname}/${pkgname}-${pkgver}.tar.xz";
+source=("git://anongit.freedesktop.org/${pkgname}#tag=${pkgver}"
 'loader.conf'
 'arch.conf')
 install="gummiboot.install"
 
 build() {
-   cd "${srcdir}/${pkgname}-${pkgver}/"
+   cd ${srcdir}/${pkgname}
 
./autogen.sh
./configure --sysconfdir=/etc --libexecdir=/usr/lib --libdir=/usr/lib
@@ -36,9 +36,10 @@
install -D -m0644 "${srcdir}/loader.conf" 
"${pkgdir}/usr/lib/gummiboot/loader/loader.conf"
install -D -m0644 "${srcdir}/arch.conf" 
"${pkgdir}/usr/lib/gummiboot/loader/entries/arch.conf"
 
-   cd "${srcdir}/${pkgname}-${pkgver}/"
+   cd ${srcdir}/${pkgname}
+
make DESTDIR="${pkgdir}" install
 }
-md5sums=('081bd8d90a466162fc9dae82aa065c89'
+md5sums=('SKIP'
  '6ea803e5179d623716e3be0b636de658'
  '82bda9612e3a361a74cf8de2a0134b15')



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

2013-05-11 Thread Eric Bélanger
Date: Sunday, May 12, 2013 @ 01:53:58
  Author: eric
Revision: 185190

upgpkg: liferea 1.8.13-1

Upstream update, Add MimeType handling

Modified:
  liferea/trunk/PKGBUILD
  liferea/trunk/liferea.install

-+
 PKGBUILD|   11 ++-
 liferea.install |2 ++
 2 files changed, 8 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-05-11 22:55:22 UTC (rev 185189)
+++ PKGBUILD2013-05-11 23:53:58 UTC (rev 185190)
@@ -2,27 +2,28 @@
 # Maintainer: Eric Bélanger 
 
 pkgname=liferea
-pkgver=1.8.12
+pkgver=1.8.13
 pkgrel=1
 pkgdesc="A desktop news aggregator for online news feeds and weblogs"
 arch=('i686' 'x86_64')
 url="http://liferea.sourceforge.net/";
 license=('GPL')
-depends=('gconf' 'webkitgtk2' 'libnotify' 'libunique' 'json-glib' 
'hicolor-icon-theme')
+depends=('gconf' 'webkitgtk2' 'libnotify' 'libunique' 'json-glib' 
'hicolor-icon-theme'
+ 'desktop-file-utils')
 makedepends=('intltool')
 options=('!libtool' '!emptydirs')
 install=liferea.install
 
source=(http://downloads.sourceforge.net/sourceforge/liferea/liferea-${pkgver}.tar.bz2)
-sha1sums=('f40c453af577e2870bc12981ef4df6418a627f78')
+sha1sums=('3fd2a441815fa7a18c95d4b863aa4222a95b9f61')
 
 build() {
-  cd "${srcdir}/liferea-${pkgver}"
+  cd liferea-${pkgver}
   ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var 
--disable-schemas-install
   make
 }
 
 package() {
-  cd "${srcdir}/liferea-${pkgver}"
+  cd liferea-${pkgver}
   make DESTDIR="${pkgdir}" install
   
   install -d "${pkgdir}/usr/share/gconf/schemas"

Modified: liferea.install
===
--- liferea.install 2013-05-11 22:55:22 UTC (rev 185189)
+++ liferea.install 2013-05-11 23:53:58 UTC (rev 185190)
@@ -3,6 +3,7 @@
 post_install() {
   usr/sbin/gconfpkg --install ${pkgname}
   gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+  update-desktop-database -q
 }
 
 pre_upgrade() {
@@ -19,4 +20,5 @@
 
 post_remove() {
   gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+  update-desktop-database -q
 }



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

2013-05-11 Thread speps
Date: Sunday, May 12, 2013 @ 01:23:44
  Author: speps
Revision: 90359

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-05-11 23:22:13 UTC (rev 90358)
+++ community-i686/PKGBUILD 2013-05-11 23:23:44 UTC (rev 90359)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: speps 
-
-_name=QupZilla
-pkgname=qupzilla
-pkgver=1.4.2
-pkgrel=1
-pkgdesc="Cross-platform QtWebKit browser"
-arch=(i686 x86_64)
-url="http://www.qupzilla.com/";
-license=('GPL3')
-depends=('qtwebkit' 'hunspell')
-optdepends=('bash-completion: bash completion support')
-install="$pkgname.install"
-source=("$pkgname-$pkgver.tar.gz::https://github.com/$_name/$pkgname/tarball/v$pkgver";)
-md5sums=('e1989427fea976312ca4c0ec84ce41b2')
-
-build() {
-  cd "$srcdir/$_name-$pkgname-"*
-
-  # enable webgl support
-  export USE_WEBGL=true
-
-  qmake-qt4 QUPZILLA_PREFIX=/usr/
-  make
-}
-
-package() {
-  cd "$srcdir/$_name-$pkgname-"*
-  make INSTALL_ROOT="$pkgdir/" install
-
-  # zsh completion
-  install -Dm644 linux/completion/zsh_completion.sh \
-"$pkgdir/usr/share/zsh/site-functions/_$pkgname"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: qupzilla/repos/community-i686/PKGBUILD (from rev 90358, 
qupzilla/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-05-11 23:23:44 UTC (rev 90359)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: speps 
+
+_name=QupZilla
+pkgname=qupzilla
+pkgver=1.4.3
+pkgrel=1
+pkgdesc="Cross-platform QtWebKit browser"
+arch=(i686 x86_64)
+url="http://www.qupzilla.com/";
+license=('GPL3')
+depends=('qtwebkit' 'hunspell')
+optdepends=('bash-completion: bash completion support')
+install="$pkgname.install"
+source=("$pkgname-$pkgver.tar.gz::https://github.com/$_name/$pkgname/tarball/v$pkgver";)
+md5sums=('20187fcce11dbba876e1ee7dc5e32583')
+
+build() {
+  cd "$srcdir/$_name-$pkgname-"*
+
+  # enable webgl support
+  export USE_WEBGL=true
+
+  qmake-qt4 QUPZILLA_PREFIX=/usr/
+  make
+}
+
+package() {
+  cd "$srcdir/$_name-$pkgname-"*
+  make INSTALL_ROOT="$pkgdir/" install
+
+  # zsh completion
+  install -Dm644 linux/completion/zsh_completion.sh \
+"$pkgdir/usr/share/zsh/site-functions/_$pkgname"
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-i686/qupzilla.install
===
--- community-i686/qupzilla.install 2013-05-11 23:22:13 UTC (rev 90358)
+++ community-i686/qupzilla.install 2013-05-11 23:23:44 UTC (rev 90359)
@@ -1,12 +0,0 @@
-post_install() {
-  xdg-icon-resource forceupdate --theme hicolor 2> /dev/null
-  update-desktop-database -q
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Copied: qupzilla/repos/community-i686/qupzilla.install (from rev 90358, 
qupzilla/trunk/qupzilla.install)
===
--- community-i686/qupzilla.install (rev 0)
+++ community-i686/qupzilla.install 2013-05-11 23:23:44 UTC (rev 90359)
@@ -0,0 +1,12 @@
+post_install() {
+  xdg-icon-resource forceupdate --theme hicolor 2> /dev/null
+  update-desktop-database -q
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2013-05-11 23:22:13 UTC (rev 90358)
+++ community-x86_64/PKGBUILD   2013-05-11 23:23:44 UTC (rev 90359)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: speps 
-
-_name=QupZilla
-pkgname=qupzilla
-pkgver=1.4.2
-pkgrel=1
-pkgdesc="Cross-platform QtWebKit browser"
-arch=(i686 x86_64)
-url="http://www.qupzilla.com/";
-license=('GPL3')
-depends=('qtwebkit' 'hunspell')
-optdepends=('bash-completion: bash completion support')
-install="$pk

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

2013-05-11 Thread speps
Date: Sunday, May 12, 2013 @ 01:22:13
  Author: speps
Revision: 90358

upgpkg: qupzilla 1.4.3-1

Modified:
  qupzilla/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-05-11 21:14:11 UTC (rev 90357)
+++ PKGBUILD2013-05-11 23:22:13 UTC (rev 90358)
@@ -3,7 +3,7 @@
 
 _name=QupZilla
 pkgname=qupzilla
-pkgver=1.4.2
+pkgver=1.4.3
 pkgrel=1
 pkgdesc="Cross-platform QtWebKit browser"
 arch=(i686 x86_64)
@@ -13,7 +13,7 @@
 optdepends=('bash-completion: bash completion support')
 install="$pkgname.install"
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/$_name/$pkgname/tarball/v$pkgver";)
-md5sums=('e1989427fea976312ca4c0ec84ce41b2')
+md5sums=('20187fcce11dbba876e1ee7dc5e32583')
 
 build() {
   cd "$srcdir/$_name-$pkgname-"*



[arch-commits] Commit in perl-io-socket-ssl/repos/extra-any (PKGBUILD PKGBUILD)

2013-05-11 Thread Eric Bélanger
Date: Sunday, May 12, 2013 @ 00:55:22
  Author: eric
Revision: 185189

archrelease: copy trunk to extra-any

Added:
  perl-io-socket-ssl/repos/extra-any/PKGBUILD
(from rev 185188, perl-io-socket-ssl/trunk/PKGBUILD)
Deleted:
  perl-io-socket-ssl/repos/extra-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2013-05-11 22:55:03 UTC (rev 185188)
+++ PKGBUILD2013-05-11 22:55:22 UTC (rev 185189)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Kevin Piche 
-# Contributor: Manolis Tzanidakis
-# Contributor: Francois Charette 
-
-pkgname=perl-io-socket-ssl
-_cpanname=IO-Socket-SSL
-pkgver=1.85
-pkgrel=1
-pkgdesc="Nearly transparent SSL encapsulation for IO::Socket::INET"
-arch=('any')
-license=('GPL' 'PerlArtistic')
-url="http://search.cpan.org/dist/${_cpanname}/";
-depends=('perl-net-ssleay' 'perl' 'perl-uri')
-options=('!emptydirs')
-source=(http://www.cpan.org/authors/id/S/SU/SULLR/${_cpanname}-${pkgver}.tar.gz)
-sha1sums=('a1a7b70dd98c8a1d782077faca8bd48714359a01')
-
-build() {
-  cd "${srcdir}/${_cpanname}-${pkgver}"
-  perl Makefile.PL INSTALLDIRS=vendor
-  make
-}
-
-check() {
-  cd "${srcdir}/${_cpanname}-${pkgver}"
-  make test
-}
-
-package() {
-  cd "${srcdir}/${_cpanname}-${pkgver}"
-  make install DESTDIR="${pkgdir}"
-}

Copied: perl-io-socket-ssl/repos/extra-any/PKGBUILD (from rev 185188, 
perl-io-socket-ssl/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-05-11 22:55:22 UTC (rev 185189)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Kevin Piche 
+# Contributor: Manolis Tzanidakis
+# Contributor: Francois Charette 
+
+pkgname=perl-io-socket-ssl
+pkgver=1.88
+pkgrel=1
+pkgdesc="Nearly transparent SSL encapsulation for IO::Socket::INET"
+arch=('any')
+license=('GPL' 'PerlArtistic')
+url="http://search.cpan.org/dist/IO-Socket-SSL/";
+depends=('perl-net-ssleay' 'perl' 'perl-uri')
+checkdepends=('perl-io-socket-inet6')
+options=('!emptydirs')
+source=(http://www.cpan.org/authors/id/S/SU/SULLR/IO-Socket-SSL-${pkgver}.tar.gz)
+sha1sums=('25db598891cc1ed02738a6956e398c1af6cb1f74')
+
+build() {
+  cd IO-Socket-SSL-${pkgver}
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd IO-Socket-SSL-${pkgver}
+  make test
+}
+
+package() {
+  cd IO-Socket-SSL-${pkgver}
+  make install DESTDIR="${pkgdir}"
+}



[arch-commits] Commit in perl-io-socket-ssl/trunk (PKGBUILD)

2013-05-11 Thread Eric Bélanger
Date: Sunday, May 12, 2013 @ 00:55:03
  Author: eric
Revision: 185188

upgpkg: perl-io-socket-ssl 1.88-1

Upstream update, Add checkdepends

Modified:
  perl-io-socket-ssl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-05-11 22:45:53 UTC (rev 185187)
+++ PKGBUILD2013-05-11 22:55:03 UTC (rev 185188)
@@ -4,30 +4,30 @@
 # Contributor: Francois Charette 
 
 pkgname=perl-io-socket-ssl
-_cpanname=IO-Socket-SSL
-pkgver=1.85
+pkgver=1.88
 pkgrel=1
 pkgdesc="Nearly transparent SSL encapsulation for IO::Socket::INET"
 arch=('any')
 license=('GPL' 'PerlArtistic')
-url="http://search.cpan.org/dist/${_cpanname}/";
+url="http://search.cpan.org/dist/IO-Socket-SSL/";
 depends=('perl-net-ssleay' 'perl' 'perl-uri')
+checkdepends=('perl-io-socket-inet6')
 options=('!emptydirs')
-source=(http://www.cpan.org/authors/id/S/SU/SULLR/${_cpanname}-${pkgver}.tar.gz)
-sha1sums=('a1a7b70dd98c8a1d782077faca8bd48714359a01')
+source=(http://www.cpan.org/authors/id/S/SU/SULLR/IO-Socket-SSL-${pkgver}.tar.gz)
+sha1sums=('25db598891cc1ed02738a6956e398c1af6cb1f74')
 
 build() {
-  cd "${srcdir}/${_cpanname}-${pkgver}"
+  cd IO-Socket-SSL-${pkgver}
   perl Makefile.PL INSTALLDIRS=vendor
   make
 }
 
 check() {
-  cd "${srcdir}/${_cpanname}-${pkgver}"
+  cd IO-Socket-SSL-${pkgver}
   make test
 }
 
 package() {
-  cd "${srcdir}/${_cpanname}-${pkgver}"
+  cd IO-Socket-SSL-${pkgver}
   make install DESTDIR="${pkgdir}"
 }



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

2013-05-11 Thread Eric Bélanger
Date: Sunday, May 12, 2013 @ 00:45:53
  Author: eric
Revision: 185187

archrelease: copy trunk to extra-any

Added:
  perl-error/repos/extra-any/PKGBUILD
(from rev 185186, perl-error/trunk/PKGBUILD)
Deleted:
  perl-error/repos/extra-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2013-05-11 22:45:36 UTC (rev 185186)
+++ PKGBUILD2013-05-11 22:45:53 UTC (rev 185187)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Dale Blount 
-# Contributor: Dale Blount 
-
-pkgname=perl-error
-_realname=Error
-pkgver=0.17019
-pkgrel=1
-pkgdesc="Perl/CPAN Error module - Error/exception handling in an OO-ish way"
-url="http://search.cpan.org/dist/${_realname}/";
-arch=('any')
-license=('PerlArtistic' 'GPL')
-depends=('perl>=5.10.0')
-options=('!emptydirs')
-source=(http://search.cpan.org/CPAN/authors/id/S/SH/SHLOMIF/${_realname}-${pkgver}.tar.gz)
-md5sums=('47d4168c8dc064a73f6e49b6c81c21ab')
-
-build() {
-  cd "${srcdir}/${_realname}-${pkgver}"
-  # install module in vendor directories.
-  perl Makefile.PL INSTALLDIRS=vendor
-  make 
-}
-
-check() {
-  cd "${srcdir}/${_realname}-${pkgver}"
-  make test
-}
-
-package() {
-  cd "${srcdir}/${_realname}-${pkgver}"
-  make install DESTDIR="${pkgdir}"
-}
-

Copied: perl-error/repos/extra-any/PKGBUILD (from rev 185186, 
perl-error/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-05-11 22:45:53 UTC (rev 185187)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Dale Blount 
+# Contributor: Dale Blount 
+
+pkgname=perl-error
+pkgver=0.17020
+pkgrel=1
+pkgdesc="Perl/CPAN Error module - Error/exception handling in an OO-ish way"
+url="http://search.cpan.org/dist/Error/";
+arch=('any')
+license=('PerlArtistic' 'GPL')
+depends=('perl')
+checkdepends=('perl-test-pod' 'perl-test-pod-coverage')
+options=('!emptydirs')
+source=(http://search.cpan.org/CPAN/authors/id/S/SH/SHLOMIF/Error-${pkgver}.tar.gz)
+md5sums=('4ff667250bd9afabfe26c739382e656d')
+
+build() {
+  cd Error-${pkgver}
+  perl Makefile.PL INSTALLDIRS=vendor
+  make 
+}
+
+check() {
+  cd Error-${pkgver}
+  make test
+}
+
+package() {
+  cd Error-${pkgver}
+  make install DESTDIR="${pkgdir}"
+}
+



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

2013-05-11 Thread Eric Bélanger
Date: Sunday, May 12, 2013 @ 00:45:36
  Author: eric
Revision: 185186

upgpkg: perl-error 0.17020-1

Upstream update, Add checkdepends

Modified:
  perl-error/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-05-11 22:17:24 UTC (rev 185185)
+++ PKGBUILD2013-05-11 22:45:36 UTC (rev 185186)
@@ -3,32 +3,31 @@
 # Contributor: Dale Blount 
 
 pkgname=perl-error
-_realname=Error
-pkgver=0.17019
+pkgver=0.17020
 pkgrel=1
 pkgdesc="Perl/CPAN Error module - Error/exception handling in an OO-ish way"
-url="http://search.cpan.org/dist/${_realname}/";
+url="http://search.cpan.org/dist/Error/";
 arch=('any')
 license=('PerlArtistic' 'GPL')
-depends=('perl>=5.10.0')
+depends=('perl')
+checkdepends=('perl-test-pod' 'perl-test-pod-coverage')
 options=('!emptydirs')
-source=(http://search.cpan.org/CPAN/authors/id/S/SH/SHLOMIF/${_realname}-${pkgver}.tar.gz)
-md5sums=('47d4168c8dc064a73f6e49b6c81c21ab')
+source=(http://search.cpan.org/CPAN/authors/id/S/SH/SHLOMIF/Error-${pkgver}.tar.gz)
+md5sums=('4ff667250bd9afabfe26c739382e656d')
 
 build() {
-  cd "${srcdir}/${_realname}-${pkgver}"
-  # install module in vendor directories.
+  cd Error-${pkgver}
   perl Makefile.PL INSTALLDIRS=vendor
   make 
 }
 
 check() {
-  cd "${srcdir}/${_realname}-${pkgver}"
+  cd Error-${pkgver}
   make test
 }
 
 package() {
-  cd "${srcdir}/${_realname}-${pkgver}"
+  cd Error-${pkgver}
   make install DESTDIR="${pkgdir}"
 }
 



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

2013-05-11 Thread Eric Bélanger
Date: Sunday, May 12, 2013 @ 00:17:24
  Author: eric
Revision: 185185

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-05-11 22:16:42 UTC (rev 185184)
+++ extra-i686/PKGBUILD 2013-05-11 22:17:24 UTC (rev 185185)
@@ -1,24 +0,0 @@
-# $Id$
-# Maintainer: Eric Bélanger 
-
-pkgname=gifsicle
-pkgver=1.64
-pkgrel=1
-pkgdesc="A powerful command-line program for creating, editing, manipulating 
and getting information about GIF images and animations"
-arch=('i686' 'x86_64')
-url="http://www.lcdf.org/gifsicle/";
-license=('GPL')
-depends=('libx11')
-source=(http://www.lcdf.org/${pkgname}/${pkgname}-${pkgver}.tar.gz)
-sha1sums=('14f1f69d41287eb06d69ae98b672a0f8c5cf28e5')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  make DESTDIR="${pkgdir}" install
-}

Copied: gifsicle/repos/extra-i686/PKGBUILD (from rev 185184, 
gifsicle/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-05-11 22:17:24 UTC (rev 185185)
@@ -0,0 +1,24 @@
+# $Id$
+# Maintainer: Eric Bélanger 
+
+pkgname=gifsicle
+pkgver=1.70
+pkgrel=1
+pkgdesc="A powerful command-line program for creating, editing, manipulating 
and getting information about GIF images and animations"
+arch=('i686' 'x86_64')
+url="http://www.lcdf.org/gifsicle/";
+license=('GPL')
+depends=('libx11')
+source=(http://www.lcdf.org/${pkgname}/${pkgname}-${pkgver}.tar.gz)
+sha1sums=('f5017c7e3298108f2063a926f83392c66f0652ae')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2013-05-11 22:16:42 UTC (rev 185184)
+++ extra-x86_64/PKGBUILD   2013-05-11 22:17:24 UTC (rev 185185)
@@ -1,24 +0,0 @@
-# $Id$
-# Maintainer: Eric Bélanger 
-
-pkgname=gifsicle
-pkgver=1.64
-pkgrel=1
-pkgdesc="A powerful command-line program for creating, editing, manipulating 
and getting information about GIF images and animations"
-arch=('i686' 'x86_64')
-url="http://www.lcdf.org/gifsicle/";
-license=('GPL')
-depends=('libx11')
-source=(http://www.lcdf.org/${pkgname}/${pkgname}-${pkgver}.tar.gz)
-sha1sums=('14f1f69d41287eb06d69ae98b672a0f8c5cf28e5')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  make DESTDIR="${pkgdir}" install
-}

Copied: gifsicle/repos/extra-x86_64/PKGBUILD (from rev 185184, 
gifsicle/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2013-05-11 22:17:24 UTC (rev 185185)
@@ -0,0 +1,24 @@
+# $Id$
+# Maintainer: Eric Bélanger 
+
+pkgname=gifsicle
+pkgver=1.70
+pkgrel=1
+pkgdesc="A powerful command-line program for creating, editing, manipulating 
and getting information about GIF images and animations"
+arch=('i686' 'x86_64')
+url="http://www.lcdf.org/gifsicle/";
+license=('GPL')
+depends=('libx11')
+source=(http://www.lcdf.org/${pkgname}/${pkgname}-${pkgver}.tar.gz)
+sha1sums=('f5017c7e3298108f2063a926f83392c66f0652ae')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+}



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

2013-05-11 Thread Eric Bélanger
Date: Sunday, May 12, 2013 @ 00:16:42
  Author: eric
Revision: 185184

upgpkg: gifsicle 1.70-1

Upstream update

Modified:
  gifsicle/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-05-11 20:33:51 UTC (rev 185183)
+++ PKGBUILD2013-05-11 22:16:42 UTC (rev 185184)
@@ -2,7 +2,7 @@
 # Maintainer: Eric Bélanger 
 
 pkgname=gifsicle
-pkgver=1.64
+pkgver=1.70
 pkgrel=1
 pkgdesc="A powerful command-line program for creating, editing, manipulating 
and getting information about GIF images and animations"
 arch=('i686' 'x86_64')
@@ -10,15 +10,15 @@
 license=('GPL')
 depends=('libx11')
 source=(http://www.lcdf.org/${pkgname}/${pkgname}-${pkgver}.tar.gz)
-sha1sums=('14f1f69d41287eb06d69ae98b672a0f8c5cf28e5')
+sha1sums=('f5017c7e3298108f2063a926f83392c66f0652ae')
 
 build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
+  cd ${pkgname}-${pkgver}
   ./configure --prefix=/usr
   make
 }
 
 package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
+  cd ${pkgname}-${pkgver}
   make DESTDIR="${pkgdir}" install
 }



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

2013-05-11 Thread Daniel Micay
Date: Saturday, May 11, 2013 @ 23:14:11
  Author: thestinger
Revision: 90357

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

Added:
  haskell-pandoc/repos/community-i686/PKGBUILD
(from rev 90356, haskell-pandoc/trunk/PKGBUILD)
  haskell-pandoc/repos/community-i686/haskell-pandoc.install
(from rev 90356, haskell-pandoc/trunk/haskell-pandoc.install)
  haskell-pandoc/repos/community-x86_64/PKGBUILD
(from rev 90356, haskell-pandoc/trunk/PKGBUILD)
  haskell-pandoc/repos/community-x86_64/haskell-pandoc.install
(from rev 90356, haskell-pandoc/trunk/haskell-pandoc.install)
Deleted:
  haskell-pandoc/repos/community-i686/PKGBUILD
  haskell-pandoc/repos/community-i686/haskell-pandoc.install
  haskell-pandoc/repos/community-x86_64/PKGBUILD
  haskell-pandoc/repos/community-x86_64/haskell-pandoc.install

-+
 /PKGBUILD   |   74 ++
 /haskell-pandoc.install |   46 ++
 community-i686/PKGBUILD |   37 ---
 community-i686/haskell-pandoc.install   |   23 -
 community-x86_64/PKGBUILD   |   37 ---
 community-x86_64/haskell-pandoc.install |   23 -
 6 files changed, 120 insertions(+), 120 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-05-11 21:13:34 UTC (rev 90356)
+++ community-i686/PKGBUILD 2013-05-11 21:14:11 UTC (rev 90357)
@@ -1,37 +0,0 @@
-# Maintainer: Daniel Micay 
-# Contributor: Aleksandar Micovic 
-# Contributor: Lex Black 
-
-_hkgname=pandoc
-pkgname=haskell-pandoc
-pkgver=1.11.1
-pkgrel=4
-pkgdesc="Conversion between markup formats"
-url="http://hackage.haskell.org/package/${_hkgname}";
-license=('GPL')
-arch=('i686' 'x86_64')
-makedepends=('ghc')
-depends=('haskell-base64-bytestring' 'haskell-blaze-html' 
'haskell-blaze-markup' 'haskell-bytestring' 'haskell-citeproc-hs' 
'haskell-containers' 'haskell-directory' 'haskell-extensible-exceptions' 
'haskell-filepath' 'haskell-highlighting-kate' 'haskell-http' 'haskell-json' 
'haskell-mtl' 'haskell-network' 'haskell-old-locale' 'haskell-pandoc-types' 
'haskell-parsec' 'haskell-process' 'haskell-random' 'haskell-syb' 
'haskell-tagsoup' 'haskell-temporary' 'haskell-texmath' 'haskell-time' 
'haskell-utf8-string' 'haskell-xml' 'haskell-zip-archive' 'haskell-zlib' 
haskell-data-default)
-source=(http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
-install=$pkgname.install
-md5sums=('e895b22745affba37c0ba5e6e6d0f17c')
-
-build() {
-  cd $_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 $_hkgname-$pkgver
-  install -Dm744 register.sh "$pkgdir/usr/share/haskell/$pkgname/register.sh"
-  install -m744 unregister.sh 
"$pkgdir/usr/share/haskell/$pkgname/unregister.sh"
-  install -dm755 "$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"
-}

Copied: haskell-pandoc/repos/community-i686/PKGBUILD (from rev 90356, 
haskell-pandoc/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-05-11 21:14:11 UTC (rev 90357)
@@ -0,0 +1,37 @@
+# Maintainer: Daniel Micay 
+# Contributor: Aleksandar Micovic 
+# Contributor: Lex Black 
+
+_hkgname=pandoc
+pkgname=haskell-pandoc
+pkgver=1.11.1
+pkgrel=5
+pkgdesc="Conversion between markup formats"
+url="http://hackage.haskell.org/package/${_hkgname}";
+license=('GPL')
+arch=('i686' 'x86_64')
+makedepends=('ghc')
+depends=('haskell-base64-bytestring' 'haskell-blaze-html' 
'haskell-blaze-markup' 'haskell-bytestring' 'haskell-citeproc-hs' 
'haskell-containers' 'haskell-directory' 'haskell-extensible-exceptions' 
'haskell-filepath' 'haskell-highlighting-kate' 'haskell-http' 'haskell-json' 
'haskell-mtl' 'haskell-network' 'haskell-old-locale' 'haskell-pandoc-types' 
'haskell-parsec' 'haskell-process' 'haskell-random' 'haskell-syb' 
'haskell-tagsoup' 'haskell-temporary' 'haskell-texmath' 'haskell-time' 
'haskell-utf8-string' 'haskell-xml' 'haskell-zip-archive' 'haskell-zlib' 
haskell-data-default)
+source=(http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
+install=$pkgname.install
+md5sums=('e895b22745affba37c0ba5e6e6d0f17c')
+
+build() {
+  cd $_hkgname-$pkgver
+  runhaskell Setu

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

2013-05-11 Thread Daniel Micay
Date: Saturday, May 11, 2013 @ 23:13:34
  Author: thestinger
Revision: 90356

upgpkg: haskell-pandoc 1.11.1-5

Modified:
  haskell-pandoc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-05-11 21:09:41 UTC (rev 90355)
+++ PKGBUILD2013-05-11 21:13:34 UTC (rev 90356)
@@ -5,7 +5,7 @@
 _hkgname=pandoc
 pkgname=haskell-pandoc
 pkgver=1.11.1
-pkgrel=4
+pkgrel=5
 pkgdesc="Conversion between markup formats"
 url="http://hackage.haskell.org/package/${_hkgname}";
 license=('GPL')



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

2013-05-11 Thread Laurent Carlier
Date: Saturday, May 11, 2013 @ 23:09:41
  Author: lcarlier
Revision: 90355

archrelease: copy trunk to multilib-testing-x86_64

Added:
  lib32-freetype2/repos/multilib-testing-x86_64/
  lib32-freetype2/repos/multilib-testing-x86_64/PKGBUILD
(from rev 90354, lib32-freetype2/trunk/PKGBUILD)
  
lib32-freetype2/repos/multilib-testing-x86_64/freetype-2.2.1-enable-valid.patch
(from rev 90354, lib32-freetype2/trunk/freetype-2.2.1-enable-valid.patch)
  lib32-freetype2/repos/multilib-testing-x86_64/freetype-2.3.0-enable-spr.patch
(from rev 90354, lib32-freetype2/trunk/freetype-2.3.0-enable-spr.patch)

---+
 PKGBUILD  |   42 
 freetype-2.2.1-enable-valid.patch |   20 +
 freetype-2.3.0-enable-spr.patch   |   11 +
 3 files changed, 73 insertions(+)

Copied: lib32-freetype2/repos/multilib-testing-x86_64/PKGBUILD (from rev 90354, 
lib32-freetype2/trunk/PKGBUILD)
===
--- multilib-testing-x86_64/PKGBUILD(rev 0)
+++ multilib-testing-x86_64/PKGBUILD2013-05-11 21:09:41 UTC (rev 90355)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Ionut Biru 
+# Contributor: Jan de Groot 
+
+_pkgbasename=freetype2
+pkgname=lib32-$_pkgbasename
+pkgver=2.4.12
+pkgrel=1
+pkgdesc="TrueType font rendering library (32-bit)"
+arch=(x86_64)
+license=('GPL')
+url="http://freetype.sourceforge.net";
+depends=('lib32-zlib' 'lib32-bzip2' $_pkgbasename)
+makedepends=(gcc-multilib)
+options=('!libtool')
+source=(http://downloads.sourceforge.net/sourceforge/freetype/freetype-${pkgver}.tar.bz2
+freetype-2.3.0-enable-spr.patch
+freetype-2.2.1-enable-valid.patch)
+md5sums=('3463102764315eb86c0d3c2e1f3ffb7d'
+ '816dc8619a6904a7385769433c0a8653'
+ '214119610444c9b02766ccee5e220680')
+
+build() {
+  export CC="gcc -m32"
+  export CXX="g++ -m32"
+  export PKG_CONFIG_PATH="/usr/lib32/pkgconfig"
+
+  cd "${srcdir}/freetype-${pkgver}"
+  patch -Np1 -i "${srcdir}/freetype-2.3.0-enable-spr.patch"
+  patch -Np1 -i "${srcdir}/freetype-2.2.1-enable-valid.patch"
+
+  ./configure --prefix=/usr --libdir=/usr/lib32
+  make
+}
+
+package() {
+  cd "${srcdir}/freetype-${pkgver}"
+
+  make DESTDIR="${pkgdir}" install
+
+  rm -rf "${pkgdir}"/usr/{include,share,bin}
+}

Copied: 
lib32-freetype2/repos/multilib-testing-x86_64/freetype-2.2.1-enable-valid.patch 
(from rev 90354, lib32-freetype2/trunk/freetype-2.2.1-enable-valid.patch)
===
--- multilib-testing-x86_64/freetype-2.2.1-enable-valid.patch   
(rev 0)
+++ multilib-testing-x86_64/freetype-2.2.1-enable-valid.patch   2013-05-11 
21:09:41 UTC (rev 90355)
@@ -0,0 +1,20 @@
+--- freetype-2.2.1/modules.cfg.orig2006-07-07 21:01:09.0 -0400
 freetype-2.2.1/modules.cfg 2006-07-07 21:01:54.0 -0400
+@@ -110,7 +110,7 @@
+ AUX_MODULES += cache
+ 
+ # TrueType GX/AAT table validation.  Needs ftgxval.c below.
+-# AUX_MODULES += gxvalid
++AUX_MODULES += gxvalid
+ 
+ # Support for streams compressed with gzip (files with suffix .gz).
+ #
+@@ -124,7 +124,7 @@
+ 
+ # OpenType table validation.  Needs ftotval.c below.
+ #
+-# AUX_MODULES += otvalid
++AUX_MODULES += otvalid
+ 
+ # Auxiliary PostScript driver component to share common code.
+ #

Copied: 
lib32-freetype2/repos/multilib-testing-x86_64/freetype-2.3.0-enable-spr.patch 
(from rev 90354, lib32-freetype2/trunk/freetype-2.3.0-enable-spr.patch)
===
--- multilib-testing-x86_64/freetype-2.3.0-enable-spr.patch 
(rev 0)
+++ multilib-testing-x86_64/freetype-2.3.0-enable-spr.patch 2013-05-11 
21:09:41 UTC (rev 90355)
@@ -0,0 +1,11 @@
+--- freetype-2.3.0/include/freetype/config/ftoption.h.spf  2007-01-18 
14:27:34.0 -0500
 freetype-2.3.0/include/freetype/config/ftoption.h  2007-01-18 
14:27:48.0 -0500
+@@ -92,7 +92,7 @@
+   /* This is done to allow FreeType clients to run unmodified, forcing */
+   /* them to display normal gray-level anti-aliased glyphs.*/
+   /*   */
+-/* #define FT_CONFIG_OPTION_SUBPIXEL_RENDERING */
++#define FT_CONFIG_OPTION_SUBPIXEL_RENDERING
+ 
+ 
+   /*/



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

2013-05-11 Thread Laurent Carlier
Date: Saturday, May 11, 2013 @ 23:09:35
  Author: lcarlier
Revision: 90354

upgpkg: lib32-freetype2 2.4.12-1

Sync with testing

Modified:
  lib32-freetype2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-05-11 20:25:59 UTC (rev 90353)
+++ PKGBUILD2013-05-11 21:09:35 UTC (rev 90354)
@@ -4,7 +4,7 @@
 
 _pkgbasename=freetype2
 pkgname=lib32-$_pkgbasename
-pkgver=2.4.11
+pkgver=2.4.12
 pkgrel=1
 pkgdesc="TrueType font rendering library (32-bit)"
 arch=(x86_64)
@@ -16,7 +16,7 @@
 
source=(http://downloads.sourceforge.net/sourceforge/freetype/freetype-${pkgver}.tar.bz2
 freetype-2.3.0-enable-spr.patch
 freetype-2.2.1-enable-valid.patch)
-md5sums=('b93435488942486c8d0ca22e8f768034'
+md5sums=('3463102764315eb86c0d3c2e1f3ffb7d'
  '816dc8619a6904a7385769433c0a8653'
  '214119610444c9b02766ccee5e220680')
 



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

2013-05-11 Thread Andreas Radke
Date: Saturday, May 11, 2013 @ 22:33:51
  Author: andyrtr
Revision: 185183

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

Added:
  freetype2/repos/testing-i686/
  freetype2/repos/testing-i686/PKGBUILD
(from rev 185182, freetype2/trunk/PKGBUILD)
  freetype2/repos/testing-i686/freetype-2.2.1-enable-valid.patch
(from rev 185182, freetype2/trunk/freetype-2.2.1-enable-valid.patch)
  freetype2/repos/testing-i686/freetype-2.3.0-enable-spr.patch
(from rev 185182, freetype2/trunk/freetype-2.3.0-enable-spr.patch)
  freetype2/repos/testing-x86_64/
  freetype2/repos/testing-x86_64/PKGBUILD
(from rev 185182, freetype2/trunk/PKGBUILD)
  freetype2/repos/testing-x86_64/freetype-2.2.1-enable-valid.patch
(from rev 185182, freetype2/trunk/freetype-2.2.1-enable-valid.patch)
  freetype2/repos/testing-x86_64/freetype-2.3.0-enable-spr.patch
(from rev 185182, freetype2/trunk/freetype-2.3.0-enable-spr.patch)

--+
 testing-i686/PKGBUILD|   37 +
 testing-i686/freetype-2.2.1-enable-valid.patch   |   20 +++
 testing-i686/freetype-2.3.0-enable-spr.patch |   11 ++
 testing-x86_64/PKGBUILD  |   37 +
 testing-x86_64/freetype-2.2.1-enable-valid.patch |   20 +++
 testing-x86_64/freetype-2.3.0-enable-spr.patch   |   11 ++
 6 files changed, 136 insertions(+)

Copied: freetype2/repos/testing-i686/PKGBUILD (from rev 185182, 
freetype2/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2013-05-11 20:33:51 UTC (rev 185183)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Jan de Groot 
+
+pkgname=freetype2
+pkgver=2.4.12
+pkgrel=1
+pkgdesc="TrueType font rendering library"
+arch=(i686 x86_64)
+license=('GPL')
+url="http://freetype.sourceforge.net";
+depends=('zlib' 'bzip2' 'sh')
+options=('!libtool')
+source=(http://downloads.sourceforge.net/sourceforge/freetype/freetype-${pkgver}.tar.bz2
+freetype-2.3.0-enable-spr.patch
+freetype-2.2.1-enable-valid.patch)
+md5sums=('3463102764315eb86c0d3c2e1f3ffb7d'
+ '816dc8619a6904a7385769433c0a8653'
+ '214119610444c9b02766ccee5e220680')
+
+build() {
+  cd "${srcdir}/freetype-${pkgver}"
+  patch -Np1 -i "${srcdir}/freetype-2.3.0-enable-spr.patch"
+  patch -Np1 -i "${srcdir}/freetype-2.2.1-enable-valid.patch"
+
+  ./configure --prefix=/usr
+  make
+}
+
+check() {
+  cd "${srcdir}/freetype-${pkgver}"
+  make -k check
+}
+
+package() {
+  cd "${srcdir}/freetype-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+}

Copied: freetype2/repos/testing-i686/freetype-2.2.1-enable-valid.patch (from 
rev 185182, freetype2/trunk/freetype-2.2.1-enable-valid.patch)
===
--- testing-i686/freetype-2.2.1-enable-valid.patch  
(rev 0)
+++ testing-i686/freetype-2.2.1-enable-valid.patch  2013-05-11 20:33:51 UTC 
(rev 185183)
@@ -0,0 +1,20 @@
+--- freetype-2.2.1/modules.cfg.orig2006-07-07 21:01:09.0 -0400
 freetype-2.2.1/modules.cfg 2006-07-07 21:01:54.0 -0400
+@@ -110,7 +110,7 @@
+ AUX_MODULES += cache
+ 
+ # TrueType GX/AAT table validation.  Needs ftgxval.c below.
+-# AUX_MODULES += gxvalid
++AUX_MODULES += gxvalid
+ 
+ # Support for streams compressed with gzip (files with suffix .gz).
+ #
+@@ -124,7 +124,7 @@
+ 
+ # OpenType table validation.  Needs ftotval.c below.
+ #
+-# AUX_MODULES += otvalid
++AUX_MODULES += otvalid
+ 
+ # Auxiliary PostScript driver component to share common code.
+ #

Copied: freetype2/repos/testing-i686/freetype-2.3.0-enable-spr.patch (from rev 
185182, freetype2/trunk/freetype-2.3.0-enable-spr.patch)
===
--- testing-i686/freetype-2.3.0-enable-spr.patch
(rev 0)
+++ testing-i686/freetype-2.3.0-enable-spr.patch2013-05-11 20:33:51 UTC 
(rev 185183)
@@ -0,0 +1,11 @@
+--- freetype-2.3.0/include/freetype/config/ftoption.h.spf  2007-01-18 
14:27:34.0 -0500
 freetype-2.3.0/include/freetype/config/ftoption.h  2007-01-18 
14:27:48.0 -0500
+@@ -92,7 +92,7 @@
+   /* This is done to allow FreeType clients to run unmodified, forcing */
+   /* them to display normal gray-level anti-aliased glyphs.*/
+   /*   */
+-/* #define FT_CONFIG_OPTION_SUBPIXEL_RENDERING */
++#define FT_CONFIG_OPTION_SUBPIXEL_RENDERING
+ 
+ 
+   /*/

Copied: freetype2/repos/testing-x86_64/PKGBUILD (from rev 185182, 
freetype2/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD  

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

2013-05-11 Thread Andreas Radke
Date: Saturday, May 11, 2013 @ 22:33:33
  Author: andyrtr
Revision: 185182

upgpkg: freetype2 2.4.12-1

upstream update 2.4.12

Modified:
  freetype2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-05-11 20:24:49 UTC (rev 185181)
+++ PKGBUILD2013-05-11 20:33:33 UTC (rev 185182)
@@ -2,8 +2,8 @@
 # Maintainer: Jan de Groot 
 
 pkgname=freetype2
-pkgver=2.4.11
-pkgrel=2
+pkgver=2.4.12
+pkgrel=1
 pkgdesc="TrueType font rendering library"
 arch=(i686 x86_64)
 license=('GPL')
@@ -13,7 +13,7 @@
 
source=(http://downloads.sourceforge.net/sourceforge/freetype/freetype-${pkgver}.tar.bz2
 freetype-2.3.0-enable-spr.patch
 freetype-2.2.1-enable-valid.patch)
-md5sums=('b93435488942486c8d0ca22e8f768034'
+md5sums=('3463102764315eb86c0d3c2e1f3ffb7d'
  '816dc8619a6904a7385769433c0a8653'
  '214119610444c9b02766ccee5e220680')
 



[arch-commits] Commit in haskell-highlighting-kate/repos (8 files)

2013-05-11 Thread Daniel Micay
Date: Saturday, May 11, 2013 @ 22:25:59
  Author: thestinger
Revision: 90353

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

Added:
  haskell-highlighting-kate/repos/community-i686/PKGBUILD
(from rev 90352, haskell-highlighting-kate/trunk/PKGBUILD)
  
haskell-highlighting-kate/repos/community-i686/haskell-highlighting-kate.install
(from rev 90352, 
haskell-highlighting-kate/trunk/haskell-highlighting-kate.install)
  haskell-highlighting-kate/repos/community-x86_64/PKGBUILD
(from rev 90352, haskell-highlighting-kate/trunk/PKGBUILD)
  
haskell-highlighting-kate/repos/community-x86_64/haskell-highlighting-kate.install
(from rev 90352, 
haskell-highlighting-kate/trunk/haskell-highlighting-kate.install)
Deleted:
  haskell-highlighting-kate/repos/community-i686/PKGBUILD
  
haskell-highlighting-kate/repos/community-i686/haskell-highlighting-kate.install
  haskell-highlighting-kate/repos/community-x86_64/PKGBUILD
  
haskell-highlighting-kate/repos/community-x86_64/haskell-highlighting-kate.install

+
 /PKGBUILD  |   74 +++
 /haskell-highlighting-kate.install |   46 +++
 community-i686/PKGBUILD|   37 -
 community-i686/haskell-highlighting-kate.install   |   23 -
 community-x86_64/PKGBUILD  |   37 -
 community-x86_64/haskell-highlighting-kate.install |   23 -
 6 files changed, 120 insertions(+), 120 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-05-11 20:24:40 UTC (rev 90352)
+++ community-i686/PKGBUILD 2013-05-11 20:25:59 UTC (rev 90353)
@@ -1,37 +0,0 @@
-# Maintainer: Daniel Micay 
-# Contributor: Arch Haskell Team 
-# Contributor: Lex Black 
-
-_hkgname=highlighting-kate
-pkgname=haskell-highlighting-kate
-pkgver=0.5.3.8
-pkgrel=2
-pkgdesc="Syntax highlighting"
-url="http://hackage.haskell.org/package/$_hkgname";
-license=('GPL')
-arch=('i686' 'x86_64')
-makedepends=('ghc')
-depends=('haskell-blaze-html>=0.4.2' 'haskell-containers' 'haskell-filepath' 
'haskell-mtl' 'haskell-parsec' 'haskell-pcre-light')
-source=(http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
-install=$pkgname.install
-md5sums=('c3fdfadddfdf198af6192b9bf437a422')
-
-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 -Dm744 register.sh "$pkgdir/usr/share/haskell/$pkgname/register.sh"
-  install -m744 unregister.sh 
"$pkgdir/usr/share/haskell/$pkgname/unregister.sh"
-  install -dm755 "$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"
-}

Copied: haskell-highlighting-kate/repos/community-i686/PKGBUILD (from rev 
90352, haskell-highlighting-kate/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-05-11 20:25:59 UTC (rev 90353)
@@ -0,0 +1,37 @@
+# Maintainer: Daniel Micay 
+# Contributor: Arch Haskell Team 
+# Contributor: Lex Black 
+
+_hkgname=highlighting-kate
+pkgname=haskell-highlighting-kate
+pkgver=0.5.3.9
+pkgrel=1
+pkgdesc="Syntax highlighting"
+url="http://hackage.haskell.org/package/$_hkgname";
+license=('GPL')
+arch=('i686' 'x86_64')
+makedepends=('ghc')
+depends=('haskell-blaze-html>=0.4.2' 'haskell-containers' 'haskell-filepath' 
'haskell-mtl' 'haskell-parsec' 'haskell-pcre-light')
+source=(http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
+install=$pkgname.install
+md5sums=('fa274eb5d1f7002b16a312693ad9eef0')
+
+build() {
+  cd $_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 $_hkgname-$pkgver
+  install -Dm744 register.sh "$pkgdir/usr/share/haskell/$pkgname/register.sh"
+  install -m744 unregister.sh 
"$pkgdir/usr/share/haskell/$pkgname/unregister.sh"
+  install -dm755 "$pkgdir/usr/share/doc/ghc/html/libraries"
+  ln -s /usr/share/doc/$pkgname/htm

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

2013-05-11 Thread Andreas Radke
Date: Saturday, May 11, 2013 @ 22:24:49
  Author: andyrtr
Revision: 185181

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-05-11 20:24:29 UTC (rev 185180)
+++ extra-i686/PKGBUILD 2013-05-11 20:24:49 UTC (rev 185181)
@@ -1,25 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot 
-
-pkgname=libwpg
-pkgver=0.2.1
-pkgrel=1
-pkgdesc="Library for importing and converting Corel WordPerfect(tm) Graphics 
images."
-arch=('i686' 'x86_64')
-url="http://libwpg.sourceforge.net/";
-license=('LGPL')
-depends=('libwpd' 'perl')
-options=('!libtool')
-source=("http://downloads.sourceforge.net/libwpg/${pkgname}-${pkgver}.tar.bz2";)
-md5sums=('9d283e02441d8cebdcd1e5d9df227d67')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  make DESTDIR="${pkgdir}" install
-}

Copied: libwpg/repos/extra-i686/PKGBUILD (from rev 185180, 
libwpg/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-05-11 20:24:49 UTC (rev 185181)
@@ -0,0 +1,25 @@
+# $Id$
+# Maintainer: Jan de Groot 
+
+pkgname=libwpg
+pkgver=0.2.2
+pkgrel=1
+pkgdesc="Library for importing and converting Corel WordPerfect(tm) Graphics 
images."
+arch=('i686' 'x86_64')
+url="http://libwpg.sourceforge.net/";
+license=('LGPL')
+depends=('libwpd' 'perl')
+options=('!libtool')
+source=("http://downloads.sourceforge.net/libwpg/${pkgname}-${pkgver}.tar.bz2";)
+md5sums=('b85436266b2ac91d351ab5684b181151')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2013-05-11 20:24:29 UTC (rev 185180)
+++ extra-x86_64/PKGBUILD   2013-05-11 20:24:49 UTC (rev 185181)
@@ -1,25 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot 
-
-pkgname=libwpg
-pkgver=0.2.1
-pkgrel=1
-pkgdesc="Library for importing and converting Corel WordPerfect(tm) Graphics 
images."
-arch=('i686' 'x86_64')
-url="http://libwpg.sourceforge.net/";
-license=('LGPL')
-depends=('libwpd' 'perl')
-options=('!libtool')
-source=("http://downloads.sourceforge.net/libwpg/${pkgname}-${pkgver}.tar.bz2";)
-md5sums=('9d283e02441d8cebdcd1e5d9df227d67')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  make DESTDIR="${pkgdir}" install
-}

Copied: libwpg/repos/extra-x86_64/PKGBUILD (from rev 185180, 
libwpg/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2013-05-11 20:24:49 UTC (rev 185181)
@@ -0,0 +1,25 @@
+# $Id$
+# Maintainer: Jan de Groot 
+
+pkgname=libwpg
+pkgver=0.2.2
+pkgrel=1
+pkgdesc="Library for importing and converting Corel WordPerfect(tm) Graphics 
images."
+arch=('i686' 'x86_64')
+url="http://libwpg.sourceforge.net/";
+license=('LGPL')
+depends=('libwpd' 'perl')
+options=('!libtool')
+source=("http://downloads.sourceforge.net/libwpg/${pkgname}-${pkgver}.tar.bz2";)
+md5sums=('b85436266b2ac91d351ab5684b181151')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+}



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

2013-05-11 Thread Daniel Micay
Date: Saturday, May 11, 2013 @ 22:24:40
  Author: thestinger
Revision: 90352

upgpkg: haskell-highlighting-kate 0.5.3.9-1

Modified:
  haskell-highlighting-kate/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-05-11 18:38:59 UTC (rev 90351)
+++ PKGBUILD2013-05-11 20:24:40 UTC (rev 90352)
@@ -4,8 +4,8 @@
 
 _hkgname=highlighting-kate
 pkgname=haskell-highlighting-kate
-pkgver=0.5.3.8
-pkgrel=2
+pkgver=0.5.3.9
+pkgrel=1
 pkgdesc="Syntax highlighting"
 url="http://hackage.haskell.org/package/$_hkgname";
 license=('GPL')
@@ -14,10 +14,10 @@
 depends=('haskell-blaze-html>=0.4.2' 'haskell-containers' 'haskell-filepath' 
'haskell-mtl' 'haskell-parsec' 'haskell-pcre-light')
 
source=(http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
 install=$pkgname.install
-md5sums=('c3fdfadddfdf198af6192b9bf437a422')
+md5sums=('fa274eb5d1f7002b16a312693ad9eef0')
 
 build() {
-  cd "$srcdir/$_hkgname-$pkgver"
+  cd $_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
@@ -28,7 +28,7 @@
 }
 
 package() {
-  cd "$srcdir/$_hkgname-$pkgver"
+  cd $_hkgname-$pkgver
   install -Dm744 register.sh "$pkgdir/usr/share/haskell/$pkgname/register.sh"
   install -m744 unregister.sh 
"$pkgdir/usr/share/haskell/$pkgname/unregister.sh"
   install -dm755 "$pkgdir/usr/share/doc/ghc/html/libraries"



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

2013-05-11 Thread Andreas Radke
Date: Saturday, May 11, 2013 @ 22:24:29
  Author: andyrtr
Revision: 185180

upgpkg: libwpg 0.2.2-1

upstream update 0.2.2

Modified:
  libwpg/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-05-11 20:21:26 UTC (rev 185179)
+++ PKGBUILD2013-05-11 20:24:29 UTC (rev 185180)
@@ -2,7 +2,7 @@
 # Maintainer: Jan de Groot 
 
 pkgname=libwpg
-pkgver=0.2.1
+pkgver=0.2.2
 pkgrel=1
 pkgdesc="Library for importing and converting Corel WordPerfect(tm) Graphics 
images."
 arch=('i686' 'x86_64')
@@ -11,7 +11,7 @@
 depends=('libwpd' 'perl')
 options=('!libtool')
 source=("http://downloads.sourceforge.net/libwpg/${pkgname}-${pkgver}.tar.bz2";)
-md5sums=('9d283e02441d8cebdcd1e5d9df227d67')
+md5sums=('b85436266b2ac91d351ab5684b181151')
 
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"



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

2013-05-11 Thread Andreas Radke
Date: Saturday, May 11, 2013 @ 22:21:26
  Author: andyrtr
Revision: 185179

archrelease: copy trunk to extra-any

Added:
  getmail/repos/extra-any/PKGBUILD
(from rev 185178, getmail/trunk/PKGBUILD)
Deleted:
  getmail/repos/extra-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2013-05-11 20:21:11 UTC (rev 185178)
+++ PKGBUILD2013-05-11 20:21:26 UTC (rev 185179)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Andreas Radke 
-# Committer: Manolis Tzanidakis 
-
-pkgname=getmail
-pkgver=4.40.2
-pkgrel=1
-pkgdesc="A POP3 mail retriever with reliable Maildir and command delivery."
-arch=(any)
-url="http://pyropus.ca/software/getmail";
-license=("GPL")
-depends=('python2')
-source=(http://pyropus.ca/software/getmail/old-versions/$pkgname-$pkgver.tar.gz)
-md5sums=('2f4f330bb9cafe6b4e417f66f0422442')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  python2 setup.py build
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  python2 setup.py install --root=${pkgdir}
-  # fix some broken shebang calls
-  sed -i -e "s|#![ ]*/usr/bin/env python|#!/usr/bin/env python2|" 
$pkgdir/usr/lib/python2.7/site-packages/getmailcore/__init__.py
-  sed -i -e "s|#![ ]*/usr/bin/env python2.3|#!/usr/bin/env python2|" $(find 
$pkgdir -name '*.py')
-}

Copied: getmail/repos/extra-any/PKGBUILD (from rev 185178, 
getmail/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-05-11 20:21:26 UTC (rev 185179)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Andreas Radke 
+# Committer: Manolis Tzanidakis 
+
+pkgname=getmail
+pkgver=4.40.3
+pkgrel=1
+pkgdesc="A POP3 mail retriever with reliable Maildir and command delivery."
+arch=(any)
+url="http://pyropus.ca/software/getmail";
+license=("GPL")
+depends=('python2')
+source=(http://pyropus.ca/software/getmail/old-versions/$pkgname-$pkgver.tar.gz)
+md5sums=('bff1c604223e05e09b54a51ff1ca33b6')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  python2 setup.py build
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  python2 setup.py install --root=${pkgdir}
+  # fix some broken shebang calls
+  sed -i -e "s|#![ ]*/usr/bin/env python|#!/usr/bin/env python2|" 
$pkgdir/usr/lib/python2.7/site-packages/getmailcore/__init__.py
+  sed -i -e "s|#![ ]*/usr/bin/env python2.3|#!/usr/bin/env python2|" $(find 
$pkgdir -name '*.py')
+}



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

2013-05-11 Thread Andreas Radke
Date: Saturday, May 11, 2013 @ 22:21:11
  Author: andyrtr
Revision: 185178

upgpkg: getmail 4.40.3-1

upstream update 4.40.3

Modified:
  getmail/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-05-11 19:41:42 UTC (rev 185177)
+++ PKGBUILD2013-05-11 20:21:11 UTC (rev 185178)
@@ -3,7 +3,7 @@
 # Committer: Manolis Tzanidakis 
 
 pkgname=getmail
-pkgver=4.40.2
+pkgver=4.40.3
 pkgrel=1
 pkgdesc="A POP3 mail retriever with reliable Maildir and command delivery."
 arch=(any)
@@ -11,7 +11,7 @@
 license=("GPL")
 depends=('python2')
 
source=(http://pyropus.ca/software/getmail/old-versions/$pkgname-$pkgver.tar.gz)
-md5sums=('2f4f330bb9cafe6b4e417f66f0422442')
+md5sums=('bff1c604223e05e09b54a51ff1ca33b6')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}



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

2013-05-11 Thread Thomas Bächler
Date: Saturday, May 11, 2013 @ 21:41:42
  Author: thomas
Revision: 185177

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

Added:
  linux/repos/testing-i686/PKGBUILD
(from rev 185176, linux/trunk/PKGBUILD)
  linux/repos/testing-i686/alsa-firmware-loading-3.8.8.patch
(from rev 185176, linux/trunk/alsa-firmware-loading-3.8.8.patch)
  linux/repos/testing-i686/change-default-console-loglevel.patch
(from rev 185176, linux/trunk/change-default-console-loglevel.patch)
  linux/repos/testing-i686/config
(from rev 185176, linux/trunk/config)
  linux/repos/testing-i686/config.x86_64
(from rev 185176, linux/trunk/config.x86_64)
  linux/repos/testing-i686/linux.install
(from rev 185176, linux/trunk/linux.install)
  linux/repos/testing-i686/linux.preset
(from rev 185176, linux/trunk/linux.preset)
  linux/repos/testing-x86_64/PKGBUILD
(from rev 185176, linux/trunk/PKGBUILD)
  linux/repos/testing-x86_64/alsa-firmware-loading-3.8.8.patch
(from rev 185176, linux/trunk/alsa-firmware-loading-3.8.8.patch)
  linux/repos/testing-x86_64/change-default-console-loglevel.patch
(from rev 185176, linux/trunk/change-default-console-loglevel.patch)
  linux/repos/testing-x86_64/config
(from rev 185176, linux/trunk/config)
  linux/repos/testing-x86_64/config.x86_64
(from rev 185176, linux/trunk/config.x86_64)
  linux/repos/testing-x86_64/linux.install
(from rev 185176, linux/trunk/linux.install)
  linux/repos/testing-x86_64/linux.preset
(from rev 185176, linux/trunk/linux.preset)
Deleted:
  linux/repos/testing-i686/PKGBUILD
  linux/repos/testing-i686/alsa-firmware-loading-3.8.8.patch
  linux/repos/testing-i686/change-default-console-loglevel.patch
  linux/repos/testing-i686/config
  linux/repos/testing-i686/config.x86_64
  linux/repos/testing-i686/linux.install
  linux/repos/testing-i686/linux.preset
  linux/repos/testing-x86_64/PKGBUILD
  linux/repos/testing-x86_64/alsa-firmware-loading-3.8.8.patch
  linux/repos/testing-x86_64/change-default-console-loglevel.patch
  linux/repos/testing-x86_64/config
  linux/repos/testing-x86_64/config.x86_64
  linux/repos/testing-x86_64/linux.install
  linux/repos/testing-x86_64/linux.preset

--+
 /PKGBUILD|  644 
 /alsa-firmware-loading-3.8.8.patch   |  178 
 /change-default-console-loglevel.patch   |   24 
 /config  |12534 +
 /config.x86_64   |12126 
 /linux.install   |  130 
 /linux.preset|   28 
 testing-i686/PKGBUILD|  322 
 testing-i686/alsa-firmware-loading-3.8.8.patch   |   89 
 testing-i686/change-default-console-loglevel.patch   |   12 
 testing-i686/config  | 6267 
 testing-i686/config.x86_64   | 6063 
 testing-i686/linux.install   |   65 
 testing-i686/linux.preset|   14 
 testing-x86_64/PKGBUILD  |  322 
 testing-x86_64/alsa-firmware-loading-3.8.8.patch |   89 
 testing-x86_64/change-default-console-loglevel.patch |   12 
 testing-x86_64/config| 6267 
 testing-x86_64/config.x86_64 | 6063 
 testing-x86_64/linux.install |   65 
 testing-x86_64/linux.preset  |   14 
 21 files changed, 25664 insertions(+), 25664 deletions(-)

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


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

2013-05-11 Thread Thomas Bächler
Date: Saturday, May 11, 2013 @ 21:40:40
  Author: thomas
Revision: 185176

upgpkg: linux 3.9.2-1

Modified:
  linux/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-05-11 18:30:24 UTC (rev 185175)
+++ PKGBUILD2013-05-11 19:40:40 UTC (rev 185176)
@@ -5,7 +5,7 @@
 pkgbase=linux   # Build stock -ARCH kernel
 #pkgbase=linux-custom   # Build kernel with a different name
 _srcname=linux-3.9
-pkgver=3.9.1
+pkgver=3.9.2
 pkgrel=1
 arch=('i686' 'x86_64')
 url="http://www.kernel.org/";
@@ -20,7 +20,7 @@
 'linux.preset'
 'change-default-console-loglevel.patch')
 md5sums=('4348c9b6b2eb3144d601e87c19d5d909'
- '66f171a17aa39b6dc6eb8bb51a4117c7'
+ 'adeb2556568f79e827e7a0ce4c483605'
  '91b88099925a7d4f9e7adb5552a9c17d'
  'baf222c5beba4d0d7e32bc0e54e66f9b'
  'eb14dcfd80c00852ef81ded6e826826a'



[arch-commits] Commit in python2-sqlobject/repos/community-any (PKGBUILD PKGBUILD)

2013-05-11 Thread Alexander Rødseth
Date: Saturday, May 11, 2013 @ 20:38:59
  Author: arodseth
Revision: 90351

archrelease: copy trunk to community-any

Added:
  python2-sqlobject/repos/community-any/PKGBUILD
(from rev 90350, python2-sqlobject/trunk/PKGBUILD)
Deleted:
  python2-sqlobject/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2013-05-11 18:38:52 UTC (rev 90350)
+++ PKGBUILD2013-05-11 18:38:59 UTC (rev 90351)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth 
-# Contributor: Thomas S Hatch 
-# Contributor: Aaron Griffin 
-# Contributor: Todd Maynard 
-
-pkgname=python2-sqlobject
-pkgver=1.2.1
-pkgrel=3
-pkgdesc="Object Relational Manager for providing an object interface to your 
database"
-arch=('any')
-license=('LGPL')
-url="http://sqlobject.org/";
-depends=('python2' 'python2-distribute' 'python2-formencode')
-optdepends=('python2-psycopg2: PostgreSQL database support'
-   'python2-pysqlite-legacy: SQLite database support')
-source=("http://pypi.python.org/packages/source/S/SQLObject/SQLObject-$pkgver.tar.gz";)
-sha256sums=('d6d7f962f4120b874e7e7afd2b5299da3d826fcc50b787a3db84e254e71b432f')
-
-package() {
-  cd "$srcdir/SQLObject-$pkgver"
-
-  python2 setup.py install --root="$pkgdir"
-  find $pkgdir/usr/lib -type f -exec sed -i 's,^#!/usr/bin/env 
python,#!/usr/bin/env python2,' {} \;
-  echo "/usr/lib/python2.7/site-packages/SQLObject-$pkgver-py2.6.egg" > \
-"$pkgdir/usr/lib/python2.7/site-packages/$pkgname.pth"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python2-sqlobject/repos/community-any/PKGBUILD (from rev 90350, 
python2-sqlobject/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-05-11 18:38:59 UTC (rev 90351)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Alexander Rødseth 
+# Contributor: Thomas S Hatch 
+# Contributor: Aaron Griffin 
+# Contributor: Todd Maynard 
+
+pkgname=python2-sqlobject
+pkgver=1.3.2
+pkgrel=1
+pkgdesc='Object Relational Manager for providing an object interface to your 
database'
+arch=('any')
+license=('LGPL')
+url='http://sqlobject.org/'
+depends=('python2' 'python2-distribute' 'python2-formencode')
+optdepends=('python2-psycopg2: PostgreSQL database support'
+'python2-pysqlite-legacy: SQLite database support')
+source=("https://pypi.python.org/packages/source/S/SQLObject/SQLObject-$pkgver.tar.gz";)
+sha256sums=('f45ab1ef285b32e83732d5a2539245353fcf89e107e087713cb1e2f0aaeb0b89')
+
+package() {
+  cd "$srcdir/SQLObject-$pkgver"
+
+  python2 setup.py install --root="$pkgdir"
+  find $pkgdir/usr/lib -type f -exec sed -i 's,^#!/usr/bin/env 
python,#!/usr/bin/env python2,' {} \;
+  echo "/usr/lib/python2.7/site-packages/SQLObject-$pkgver-py2.6.egg" > \
+"$pkgdir/usr/lib/python2.7/site-packages/$pkgname.pth"
+}
+
+# vim:set ts=2 sw=2 et:



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

2013-05-11 Thread Alexander Rødseth
Date: Saturday, May 11, 2013 @ 20:38:52
  Author: arodseth
Revision: 90350

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

Added:
  golangide/repos/community-i686/PKGBUILD
(from rev 90349, golangide/trunk/PKGBUILD)
  golangide/repos/community-i686/golangide.png
(from rev 90349, golangide/trunk/golangide.png)
  golangide/repos/community-i686/golangide.sh
(from rev 90349, golangide/trunk/golangide.sh)
  golangide/repos/community-x86_64/PKGBUILD
(from rev 90349, golangide/trunk/PKGBUILD)
  golangide/repos/community-x86_64/golangide.png
(from rev 90349, golangide/trunk/golangide.png)
  golangide/repos/community-x86_64/golangide.sh
(from rev 90349, golangide/trunk/golangide.sh)
Deleted:
  golangide/repos/community-i686/PKGBUILD
  golangide/repos/community-i686/golangide.png
  golangide/repos/community-i686/golangide.sh
  golangide/repos/community-x86_64/PKGBUILD
  golangide/repos/community-x86_64/golangide.png
  golangide/repos/community-x86_64/golangide.sh

---+
 /PKGBUILD |  188 
 /golangide.sh |   14 ++
 community-i686/PKGBUILD   |   87 --
 community-i686/golangide.sh   |8 -
 community-x86_64/PKGBUILD |   87 --
 community-x86_64/golangide.sh |8 -
 6 files changed, 202 insertions(+), 190 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-05-11 18:38:38 UTC (rev 90349)
+++ community-i686/PKGBUILD 2013-05-11 18:38:52 UTC (rev 90350)
@@ -1,87 +0,0 @@
-#$Id$
-# Maintainer: Alexander Rødseth 
-# Contributor: spambanane 
-# Contributor: Matteo 
-
-pkgname=golangide
-pkgver=17
-pkgrel=2
-pkgdesc='IDE for editing and building projects written in the Go programming 
language (now LiteIDE X)'
-license=('LGPL')
-arch=('x86_64' 'i686')
-url='https://github.com/visualfc/liteide'
-depends=('go' 'libpng12' 'glib2' 'qt4' 'qjson')
-makedepends=('gendesk')
-options=('!strip')
-_name=('Golang IDE')
-# http://$pkgname.googlecode.com/files/liteidex$pkgver.linux-386-webkit.tar.bz2
-# 
http://$pkgname.googlecode.com/files/liteidex$pkgver.linux-amd64-webkit.tar.bz2
-source=("$pkgname.tgz::https://nodeload.github.com/visualfc/liteide/tar.gz/master";
-'golangide.png'
-'golangide.sh')
-sha256sums=('88fae4a43a82ecb12739bfe6612d736fa963d8beaf30dccfb305c335929c3871'
-'47c52b22326034bd3d6a7b11b05a53c8b3838c08e145171cf5cad2ca00260697'
-'aa5ea27f9c3626431a9cb45e5267771a1eeff48b2e3927c0574eaef9302cfd74')
-
-build() {
-  cd "$srcdir"
-  msg2 'Generating .desktop file...'
-  gendesk -n
-
-  msg2 'Compiling...'
-  cd liteide-master/build
-  chmod +x build_linux.sh webkit_linux.sh
-  QTDIR=/usr ./build_linux.sh
-  QTDIR=/usr ./webkit_linux.sh
-
-  # Fixing insecure RPATH, need to test if this is still needed
-  msg2 'Fixing...'
-  cd ../liteidex
-  find . -name "*.so" -type f -exec sed -i 's|/home/win|/usr/lib/|g' {} \;
-  find . -name liteide -type f -exec sed -i 's|/home/win|/usr/lib/|g' {} \;
-}
-
-package() {
-  msg2 'Creating directories...'
-  mkdir -p "$pkgdir/usr/lib/liteide"
-  mkdir -p "$pkgdir/usr/share/liteide"
-  mkdir -p "$pkgdir/usr/share/doc/$pkgname"
-
-  cd "$srcdir/liteide-master/build/liteide"
-
-  msg2 'Packaging executables...'
-  for binary in goastview goapi goexec godocview liteide; do
-install -Dm755 "bin/$binary" "$pkgdir/usr/bin/$binary"
-  done
-  install -Dm755 "$srcdir/$pkgname.sh" "$pkgdir/usr/bin/$pkgname"
-
-  cd "$srcdir/liteide-master/liteidex"
-
-  msg2 'Packaging resources...'
-  cp -r deploy/* "$pkgdir/usr/share/liteide"
-  cp -r os_deploy/* "$pkgdir/usr/share/liteide"
-
-  msg2 'Packaging libraries and plugins...'
-  cp -r liteide/lib/liteide/* "$pkgdir/usr/lib/liteide"
-  cp -r liteide/bin/libliteapp.* "$pkgdir/usr/lib/"
-  chmod -x "$pkgdir/usr/lib/liteide/plugins/"*
-
-  msg2 'Packaging license and license exception...'
-  install -Dm644 LICENSE.LGPL \
-"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-  install -Dm644 LGPL_EXCEPTION.TXT \
-"$pkgdir/usr/share/licenses/$pkgname/LGPL_EXCEPTION"
-
-  cd ../..
-
-  msg2 'Packaging menu entry and icon...'
-  install -Dm644 "$pkgname.desktop" \
-"$pkgdir/usr/share/applications/$pkgname.desktop"
-  install -Dm644 "$pkgname.png" \
-"$pkgdir/usr/share/pixmaps/$pkgname.png"
-
-  msg2 'Cleaning up...'
-  rm -rf "$pkgdir/usr/share/$pkgname/doc"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: golangide/repos/community-i686/PKGBUILD (from rev 90349, 
golangide/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-05-11 18:38:52 UTC (rev 90350)
@@ -0,0 +1,94 @@
+#$Id$
+# Maintainer: Alexander Rødseth 
+# Contributor: spambanane 
+# Contributor: Matteo 
+
+pkgname=golangide
+pkgver=18.1
+pkgrel=1
+pkg

[arch-commits] Commit in golangide/trunk (PKGBUILD golangide.sh)

2013-05-11 Thread Alexander Rødseth
Date: Saturday, May 11, 2013 @ 20:38:38
  Author: arodseth
Revision: 90349

upgpkg: golangide 18.1-1

Modified:
  golangide/trunk/PKGBUILD
  golangide/trunk/golangide.sh

--+
 PKGBUILD |   10 --
 golangide.sh |5 ++---
 2 files changed, 10 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-05-11 18:20:26 UTC (rev 90348)
+++ PKGBUILD2013-05-11 18:38:38 UTC (rev 90349)
@@ -18,14 +18,20 @@
 'golangide.sh')
 sha256sums=('4ca6438099314789f4cd8fd3acc8016d8e32594634a6d0f130f5666dcb0a3d6c'
 '47c52b22326034bd3d6a7b11b05a53c8b3838c08e145171cf5cad2ca00260697'
-'aa5ea27f9c3626431a9cb45e5267771a1eeff48b2e3927c0574eaef9302cfd74')
+'93ef16d59054ef9b37f8781e90f7d0f83d726779d2029660dfd21e84d808bf04')
 _name=('Golang IDE')
 
 prepare() {
   cd "$srcdir"
 
   gendesk -n
-  chmod +x "liteide-x$pkgver/build/"*'_linux.sh'
+
+  cd "$srcdir/liteide-x$pkgver/build"
+  head -n-3 build_linux.sh > build_linux_fixed.sh
+  mv build_linux_fixed.sh build_linux.sh
+  head -n-4 webkit_linux.sh > webkit_linux_fixed.sh
+  mv webkit_linux_fixed.sh webkit_linux.sh
+  chmod +x build_linux.sh webkit_linux.sh
 }
 
 build() {

Modified: golangide.sh
===
--- golangide.sh2013-05-11 18:20:26 UTC (rev 90348)
+++ golangide.sh2013-05-11 18:38:38 UTC (rev 90349)
@@ -1,8 +1,7 @@
 #!/bin/sh
 ELF=/usr/bin/liteide
-# The libqjson issue has been reported upstream
 if [ ! -z $GOROOT -a -e $GOROOT ]; then
-  LD_PRELOAD=/usr/lib/libqjson.so $ELF $@
+  $ELF $@
 else
-  GOROOT=/usr/lib/go LD_PRELOAD=/usr/lib/libqjson.so $ELF $@
+  GOROOT=/usr/lib/go $ELF $@
 fi



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

2013-05-11 Thread Rémy Oudompheng
Date: Saturday, May 11, 2013 @ 20:30:24
  Author: remy
Revision: 185175

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

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

+
 /PKGBUILD  |   72 +++
 /latex2rtf.install |   32 +
 extra-i686/PKGBUILD|   36 ---
 extra-i686/latex2rtf.install   |   16 
 extra-x86_64/PKGBUILD  |   36 ---
 extra-x86_64/latex2rtf.install |   16 
 6 files changed, 104 insertions(+), 104 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-05-11 18:30:21 UTC (rev 185174)
+++ extra-i686/PKGBUILD 2013-05-11 18:30:24 UTC (rev 185175)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Rémy Oudompheng 
-# Contributor: John Proctor 
-
-pkgname=latex2rtf
-pkgver=2.2.1c
-pkgrel=2
-pkgdesc="LaTeX to RTF converter"
-arch=('i686' 'x86_64')
-url="http://latex2rtf.sourceforge.net/";
-license=('GPL')
-depends=('glibc' 'imagemagick' 'ghostscript')
-checkdepends=(
-  'texlive-bin'
-  'texlive-core'
-  'texlive-latexextra' # for a4wide package
-)
-install=latex2rtf.install
-source=(http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.gz)
-sha1sums=('3fd5874de8988cf45f8862d2b3db8ed13a04caa4')
-
-build() {
-  cd "${srcdir}/${pkgname}-2.2.1"
-  make DESTDIR=/usr
-}
-
-check() {
-  cd "${srcdir}/${pkgname}-2.2.1"
-  make check
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-2.2.1"
-  make DESTDIR="${pkgdir}/usr" install install-info
-  sed -i -e 's|error "no input file specified"| echo "error: no input file 
specified"|' "${pkgdir}/usr/bin/latex2png"
-}

Copied: latex2rtf/repos/extra-i686/PKGBUILD (from rev 185174, 
latex2rtf/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-05-11 18:30:24 UTC (rev 185175)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Rémy Oudompheng 
+# Contributor: John Proctor 
+
+pkgname=latex2rtf
+pkgver=2.3.3
+pkgrel=1
+pkgdesc="LaTeX to RTF converter"
+arch=('i686' 'x86_64')
+url="http://latex2rtf.sourceforge.net/";
+license=('GPL')
+depends=('glibc' 'imagemagick' 'ghostscript')
+checkdepends=(
+  'texlive-bin'
+  'texlive-core'
+  'texlive-latexextra' # for a4wide package
+)
+install=latex2rtf.install
+source=(http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.gz)
+sha1sums=('85dd36e8595f92f41b0b173a6b42279333bbb1a9')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR=/usr
+}
+
+check() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make check
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}/usr" install install-info
+  sed -i -e 's|error "no input file specified"| echo "error: no input file 
specified"|' "${pkgdir}/usr/bin/latex2png"
+}

Deleted: extra-i686/latex2rtf.install
===
--- extra-i686/latex2rtf.install2013-05-11 18:30:21 UTC (rev 185174)
+++ extra-i686/latex2rtf.install2013-05-11 18:30:24 UTC (rev 185175)
@@ -1,16 +0,0 @@
-infodir=usr/share/info
-file=latex2rtf.info
-
-post_install() {
-  [[ -x usr/bin/install-info ]] || return 0
-  install-info "$infodir/$file.gz" "$infodir/dir" 2> /dev/null
-}
-
-post_upgrade() {
-  post_install "$1"
-}
-
-pre_remove() {
-  [[ -x usr/bin/install-info ]] || return 0
-  install-info --delete "$infodir/$file.gz" "$infodir/dir" 2> /dev/null
-}

Copied: latex2rtf/repos/extra-i686/latex2rtf.install (from rev 185174, 
latex2rtf/trunk/latex2rtf.install)
===
--- extra-i686/latex2rtf.install(rev 0)
+++ extra-i686/latex2rtf.install2013-05-11 18:30:24 UTC (rev 185175)
@@ -0,0 +1,16 @@
+infodir=usr/share/info
+file=latex2rtf.info
+
+post_install() {
+  [[ -x usr/bin/install-info ]] || return 0
+  install-info "$infodir/$file.gz" "$infodir/dir" 2> /dev/null
+}
+
+post_upgrade() {
+  post_install "$1"
+}
+
+pre_remove() {
+  [[ -x usr/bin/install-info ]] || return 0
+  install-info --delete "$infodir/$file.gz" "$infodir/dir" 2> /dev/null
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2013-05-

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

2013-05-11 Thread Rémy Oudompheng
Date: Saturday, May 11, 2013 @ 20:30:21
  Author: remy
Revision: 185174

upgpkg: latex2rtf 2.3.3-1

Upstream update.

Modified:
  latex2rtf/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-05-11 17:49:40 UTC (rev 185173)
+++ PKGBUILD2013-05-11 18:30:21 UTC (rev 185174)
@@ -3,8 +3,8 @@
 # Contributor: John Proctor 
 
 pkgname=latex2rtf
-pkgver=2.2.1c
-pkgrel=2
+pkgver=2.3.3
+pkgrel=1
 pkgdesc="LaTeX to RTF converter"
 arch=('i686' 'x86_64')
 url="http://latex2rtf.sourceforge.net/";
@@ -17,20 +17,20 @@
 )
 install=latex2rtf.install
 
source=(http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.gz)
-sha1sums=('3fd5874de8988cf45f8862d2b3db8ed13a04caa4')
+sha1sums=('85dd36e8595f92f41b0b173a6b42279333bbb1a9')
 
 build() {
-  cd "${srcdir}/${pkgname}-2.2.1"
+  cd "${srcdir}/${pkgname}-${pkgver}"
   make DESTDIR=/usr
 }
 
 check() {
-  cd "${srcdir}/${pkgname}-2.2.1"
+  cd "${srcdir}/${pkgname}-${pkgver}"
   make check
 }
 
 package() {
-  cd "${srcdir}/${pkgname}-2.2.1"
+  cd "${srcdir}/${pkgname}-${pkgver}"
   make DESTDIR="${pkgdir}/usr" install install-info
   sed -i -e 's|error "no input file specified"| echo "error: no input file 
specified"|' "${pkgdir}/usr/bin/latex2png"
 }



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

2013-05-11 Thread Alexander Rødseth
Date: Saturday, May 11, 2013 @ 20:20:26
  Author: arodseth
Revision: 90348

Upgraded to 1.3.2

Modified:
  python2-sqlobject/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-05-11 17:08:40 UTC (rev 90347)
+++ PKGBUILD2013-05-11 18:20:26 UTC (rev 90348)
@@ -5,17 +5,17 @@
 # Contributor: Todd Maynard 
 
 pkgname=python2-sqlobject
-pkgver=1.2.1
-pkgrel=3
-pkgdesc="Object Relational Manager for providing an object interface to your 
database"
+pkgver=1.3.2
+pkgrel=1
+pkgdesc='Object Relational Manager for providing an object interface to your 
database'
 arch=('any')
 license=('LGPL')
-url="http://sqlobject.org/";
+url='http://sqlobject.org/'
 depends=('python2' 'python2-distribute' 'python2-formencode')
 optdepends=('python2-psycopg2: PostgreSQL database support'
-   'python2-pysqlite-legacy: SQLite database support')
-source=("http://pypi.python.org/packages/source/S/SQLObject/SQLObject-$pkgver.tar.gz";)
-sha256sums=('d6d7f962f4120b874e7e7afd2b5299da3d826fcc50b787a3db84e254e71b432f')
+'python2-pysqlite-legacy: SQLite database support')
+source=("https://pypi.python.org/packages/source/S/SQLObject/SQLObject-$pkgver.tar.gz";)
+sha256sums=('f45ab1ef285b32e83732d5a2539245353fcf89e107e087713cb1e2f0aaeb0b89')
 
 package() {
   cd "$srcdir/SQLObject-$pkgver"



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

2013-05-11 Thread Thomas Bächler
Date: Saturday, May 11, 2013 @ 19:49:40
  Author: thomas
Revision: 185173

archrelease: copy trunk to extra-any

Added:
  linux-manpages/repos/extra-any/PKGBUILD
(from rev 185172, linux-manpages/trunk/PKGBUILD)
Deleted:
  linux-manpages/repos/extra-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2013-05-11 17:49:25 UTC (rev 185172)
+++ PKGBUILD2013-05-11 17:49:40 UTC (rev 185173)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Tobias Powalowski 
-# Maintainer: Thomas Baechler 
-
-pkgname=linux-manpages
-pkgver=3.1
-pkgrel=1
-pkgdesc="Kernel hackers manual - Section 9 manpages that comes with the Linux 
kernel."
-arch=('any')
-url="http://www.kernel.org";
-license=('GPL2')
-makedepends=('xmlto' 'docbook-xsl')
-replaces=('kernel26-manpages')
-conflicts=('kernel26-manpages')
-provides=('kernel26-manpages')
-source=("http://www.kernel.org/pub/linux/kernel/v3.x/linux-${pkgver}.tar.xz";)
-md5sums=('edbdc798f23ae0f8045c82f6fa22c536')
-
-build() {
-  cd "${srcdir}/linux-$pkgver"
-  make mandocs
-}
-
-package() {
-  install -d "${pkgdir}/usr/share/man/man9/"
-  install "${srcdir}"/linux-$pkgver/Documentation/DocBook/man/*.9.gz \
-"${pkgdir}/usr/share/man/man9/"
-
-  find "${pkgdir}" -type f -exec chmod 644 {} \;
-}

Copied: linux-manpages/repos/extra-any/PKGBUILD (from rev 185172, 
linux-manpages/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-05-11 17:49:40 UTC (rev 185173)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Tobias Powalowski 
+# Maintainer: Thomas Baechler 
+
+pkgname=linux-manpages
+pkgver=3.9
+pkgrel=1
+pkgdesc="Kernel hackers manual - Section 9 manpages that comes with the Linux 
kernel."
+arch=('any')
+url="http://www.kernel.org";
+license=('GPL2')
+makedepends=('xmlto' 'docbook-xsl')
+replaces=('kernel26-manpages')
+conflicts=('kernel26-manpages')
+provides=('kernel26-manpages')
+source=("http://www.kernel.org/pub/linux/kernel/v3.x/linux-${pkgver}.tar.xz";)
+sha256sums=('60bc3e64ee5dc778de2cd7cd7640abf518a4c9d4f31b8ed624e16fad53f54541')
+
+build() {
+  cd "${srcdir}/linux-$pkgver"
+  make mandocs
+}
+
+package() {
+  install -d "${pkgdir}/usr/share/man/man9/"
+  install "${srcdir}"/linux-$pkgver/Documentation/DocBook/man/*.9.gz \
+"${pkgdir}/usr/share/man/man9/"
+
+  find "${pkgdir}" -type f -exec chmod 644 {} \;
+}



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

2013-05-11 Thread Thomas Bächler
Date: Saturday, May 11, 2013 @ 19:49:25
  Author: thomas
Revision: 185172

upgpkg: linux-manpages 3.9-1

Modified:
  linux-manpages/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-05-11 17:18:56 UTC (rev 185171)
+++ PKGBUILD2013-05-11 17:49:25 UTC (rev 185172)
@@ -3,7 +3,7 @@
 # Maintainer: Thomas Baechler 
 
 pkgname=linux-manpages
-pkgver=3.1
+pkgver=3.9
 pkgrel=1
 pkgdesc="Kernel hackers manual - Section 9 manpages that comes with the Linux 
kernel."
 arch=('any')
@@ -14,7 +14,7 @@
 conflicts=('kernel26-manpages')
 provides=('kernel26-manpages')
 source=("http://www.kernel.org/pub/linux/kernel/v3.x/linux-${pkgver}.tar.xz";)
-md5sums=('edbdc798f23ae0f8045c82f6fa22c536')
+sha256sums=('60bc3e64ee5dc778de2cd7cd7640abf518a4c9d4f31b8ed624e16fad53f54541')
 
 build() {
   cd "${srcdir}/linux-$pkgver"



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

2013-05-11 Thread Jan Steffens
Date: Saturday, May 11, 2013 @ 19:18:56
  Author: heftig
Revision: 185171

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-05-11 17:18:19 UTC (rev 185170)
+++ extra-i686/PKGBUILD 2013-05-11 17:18:56 UTC (rev 185171)
@@ -1,25 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-
-pkgname=sbc
-pkgver=1.0
-pkgrel=1
-pkgdesc="Bluetooth Subband Codec (SBC) library"
-arch=('i686' 'x86_64')
-url="http://www.bluez.org/";
-license=('GPL' 'LGPL')
-depends=('glibc')
-options=(!libtool)
-source=(http://www.kernel.org/pub/linux/bluetooth/$pkgname-$pkgver.tar.xz)
-md5sums=('aa2bc39c4a09aade064efea4bbbc4b2d')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --disable-static --disable-tester
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: sbc/repos/extra-i686/PKGBUILD (from rev 185170, sbc/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-05-11 17:18:56 UTC (rev 185171)
@@ -0,0 +1,25 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+
+pkgname=sbc
+pkgver=1.1
+pkgrel=1
+pkgdesc="Bluetooth Subband Codec (SBC) library"
+arch=('i686' 'x86_64')
+url="http://www.bluez.org/";
+license=('GPL' 'LGPL')
+depends=('glibc')
+options=(!libtool)
+source=(http://www.kernel.org/pub/linux/bluetooth/$pkgname-$pkgver.tar.xz)
+md5sums=('ecadadbfd4b1dfe7b98f446c69126b23')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --disable-static --disable-tester
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2013-05-11 17:18:19 UTC (rev 185170)
+++ extra-x86_64/PKGBUILD   2013-05-11 17:18:56 UTC (rev 185171)
@@ -1,25 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-
-pkgname=sbc
-pkgver=1.0
-pkgrel=1
-pkgdesc="Bluetooth Subband Codec (SBC) library"
-arch=('i686' 'x86_64')
-url="http://www.bluez.org/";
-license=('GPL' 'LGPL')
-depends=('glibc')
-options=(!libtool)
-source=(http://www.kernel.org/pub/linux/bluetooth/$pkgname-$pkgver.tar.xz)
-md5sums=('aa2bc39c4a09aade064efea4bbbc4b2d')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --disable-static --disable-tester
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: sbc/repos/extra-x86_64/PKGBUILD (from rev 185170, sbc/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2013-05-11 17:18:56 UTC (rev 185171)
@@ -0,0 +1,25 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+
+pkgname=sbc
+pkgver=1.1
+pkgrel=1
+pkgdesc="Bluetooth Subband Codec (SBC) library"
+arch=('i686' 'x86_64')
+url="http://www.bluez.org/";
+license=('GPL' 'LGPL')
+depends=('glibc')
+options=(!libtool)
+source=(http://www.kernel.org/pub/linux/bluetooth/$pkgname-$pkgver.tar.xz)
+md5sums=('ecadadbfd4b1dfe7b98f446c69126b23')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --disable-static --disable-tester
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}



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

2013-05-11 Thread Jan Steffens
Date: Saturday, May 11, 2013 @ 19:18:19
  Author: heftig
Revision: 185170

1.1

Modified:
  sbc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-05-11 16:16:34 UTC (rev 185169)
+++ PKGBUILD2013-05-11 17:18:19 UTC (rev 185170)
@@ -2,7 +2,7 @@
 # Maintainer: Jan Alexander Steffens (heftig) 
 
 pkgname=sbc
-pkgver=1.0
+pkgver=1.1
 pkgrel=1
 pkgdesc="Bluetooth Subband Codec (SBC) library"
 arch=('i686' 'x86_64')
@@ -11,7 +11,7 @@
 depends=('glibc')
 options=(!libtool)
 source=(http://www.kernel.org/pub/linux/bluetooth/$pkgname-$pkgver.tar.xz)
-md5sums=('aa2bc39c4a09aade064efea4bbbc4b2d')
+md5sums=('ecadadbfd4b1dfe7b98f446c69126b23')
 
 build() {
   cd $pkgname-$pkgver



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

2013-05-11 Thread Alexandre Filgueira
Date: Saturday, May 11, 2013 @ 19:08:40
  Author: faidoc
Revision: 90347

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

Added:
  cinnamon/repos/community-i686/PKGBUILD
(from rev 90346, cinnamon/trunk/PKGBUILD)
  cinnamon/repos/community-i686/cinnamon.install
(from rev 90346, cinnamon/trunk/cinnamon.install)
  cinnamon/repos/community-i686/fallback-helpers.patch
(from rev 90346, cinnamon/trunk/fallback-helpers.patch)
  cinnamon/repos/community-i686/fix-control-center-check.patch
(from rev 90346, cinnamon/trunk/fix-control-center-check.patch)
  cinnamon/repos/community-i686/gnome-3.8.patch
(from rev 90346, cinnamon/trunk/gnome-3.8.patch)
  cinnamon/repos/community-i686/idle-dim.patch
(from rev 90346, cinnamon/trunk/idle-dim.patch)
  cinnamon/repos/community-i686/keyboard_applet.patch
(from rev 90346, cinnamon/trunk/keyboard_applet.patch)
  cinnamon/repos/community-i686/switch-applications.patch
(from rev 90346, cinnamon/trunk/switch-applications.patch)
  cinnamon/repos/community-x86_64/PKGBUILD
(from rev 90346, cinnamon/trunk/PKGBUILD)
  cinnamon/repos/community-x86_64/cinnamon.install
(from rev 90346, cinnamon/trunk/cinnamon.install)
  cinnamon/repos/community-x86_64/fallback-helpers.patch
(from rev 90346, cinnamon/trunk/fallback-helpers.patch)
  cinnamon/repos/community-x86_64/fix-control-center-check.patch
(from rev 90346, cinnamon/trunk/fix-control-center-check.patch)
  cinnamon/repos/community-x86_64/gnome-3.8.patch
(from rev 90346, cinnamon/trunk/gnome-3.8.patch)
  cinnamon/repos/community-x86_64/idle-dim.patch
(from rev 90346, cinnamon/trunk/idle-dim.patch)
  cinnamon/repos/community-x86_64/keyboard_applet.patch
(from rev 90346, cinnamon/trunk/keyboard_applet.patch)
  cinnamon/repos/community-x86_64/switch-applications.patch
(from rev 90346, cinnamon/trunk/switch-applications.patch)
Deleted:
  cinnamon/repos/community-i686/PKGBUILD
  cinnamon/repos/community-i686/cinnamon.install
  cinnamon/repos/community-i686/fallback-helpers.patch
  cinnamon/repos/community-i686/fix-control-center-check.patch
  cinnamon/repos/community-i686/gnome-3.8.patch
  cinnamon/repos/community-i686/idle-dim.patch
  cinnamon/repos/community-i686/keyboard_applet.patch
  cinnamon/repos/community-i686/switch-applications.patch
  cinnamon/repos/community-x86_64/PKGBUILD
  cinnamon/repos/community-x86_64/cinnamon.install
  cinnamon/repos/community-x86_64/fallback-helpers.patch
  cinnamon/repos/community-x86_64/fix-control-center-check.patch
  cinnamon/repos/community-x86_64/gnome-3.8.patch
  cinnamon/repos/community-x86_64/idle-dim.patch
  cinnamon/repos/community-x86_64/keyboard_applet.patch
  cinnamon/repos/community-x86_64/switch-applications.patch

-+
 /PKGBUILD   |  168 
 /cinnamon.install   |   22 
 /fallback-helpers.patch |   40 
 /fix-control-center-check.patch |   24 
 /gnome-3.8.patch| 8366 ++
 /idle-dim.patch |   70 
 /keyboard_applet.patch  |  284 
 /switch-applications.patch  |   62 
 community-i686/PKGBUILD |   84 
 community-i686/cinnamon.install |   11 
 community-i686/fallback-helpers.patch   |   20 
 community-i686/fix-control-center-check.patch   |   12 
 community-i686/gnome-3.8.patch  | 3952 --
 community-i686/idle-dim.patch   |   35 
 community-i686/keyboard_applet.patch|  142 
 community-i686/switch-applications.patch|   31 
 community-x86_64/PKGBUILD   |   84 
 community-x86_64/cinnamon.install   |   11 
 community-x86_64/fallback-helpers.patch |   20 
 community-x86_64/fix-control-center-check.patch |   12 
 community-x86_64/gnome-3.8.patch| 3952 --
 community-x86_64/idle-dim.patch |   35 
 community-x86_64/keyboard_applet.patch  |  142 
 community-x86_64/switch-applications.patch  |   31 
 24 files changed, 9036 insertions(+), 8574 deletions(-)

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


[arch-commits] Commit in cinnamon/trunk (PKGBUILD gnome-3.8.patch)

2013-05-11 Thread Alexandre Filgueira
Date: Saturday, May 11, 2013 @ 19:07:51
  Author: faidoc
Revision: 90346

Fix notifications

Modified:
  cinnamon/trunk/PKGBUILD
  cinnamon/trunk/gnome-3.8.patch

-+
 PKGBUILD|4 
 gnome-3.8.patch |  231 ++
 2 files changed, 233 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-05-11 16:54:22 UTC (rev 90345)
+++ PKGBUILD2013-05-11 17:07:51 UTC (rev 90346)
@@ -6,7 +6,7 @@
 
 pkgname=cinnamon
 pkgver=1.8.2
-pkgrel=1
+pkgrel=2
 pkgdesc="Linux desktop which provides advanced innovative features and a 
traditional user experience"
 arch=('i686' 'x86_64')
 url="http://cinnamon.linuxmint.com/";
@@ -34,7 +34,7 @@
 sha256sums=('83179f98f9e6c88928146d43a9d3f581c64706c0a60dac5e58d845a30a275a91'
 'a0c05c995102b16f1060cbd43931eeaefeafd0265a0335e4ca14a143bd4c8c30'
 'ee5694bdc997ffa35a817f691b15bae13747137d35ec2aecd0da298d7edbe426'
-'0971ac14bc31167d3b94ea93e608c5d49518a12b89f40c97f84d80e715657aa3'
+'9a091c0b651a5af1700c8eca90b9e81bb9a50a8a9bfa6a7352d0c0daa2f3f271'
 '921a1f63d2890dd54c149aa27a3d3209ac2fb843be597ae4ef3b4621e76a2262'
 'fc8e8f5b7772ff331212280b0d4cf624c5ca2a442e8e8defc319cc2f2b060f2e'
 'b34c30299fb88228c59f36fced90d56346847019a080bc7b8157b72caa659100')

Modified: gnome-3.8.patch
===
--- gnome-3.8.patch 2013-05-11 16:54:22 UTC (rev 90345)
+++ gnome-3.8.patch 2013-05-11 17:07:51 UTC (rev 90346)
@@ -3950,3 +3950,234 @@
 -- 
 1.8.1.6
 
+From 1f209cec0fa0e9d12b3c29884302f4b8e70ff4c9 Mon Sep 17 00:00:00 2001
+From: Michael Webster 
+Date: Thu, 9 May 2013 11:48:08 -0400
+Subject: [PATCH] Fix notifications and other stuff
+
+---
+ .../cinnamon/applets/so...@cinnamon.org/applet.js  |   2 +-
+ js/ui/notificationDaemon.js|   7 +-
+ src/main.c | 169 -
+ 3 files changed, 103 insertions(+), 75 deletions(-)
+
+diff --git a/js/ui/notificationDaemon.js b/js/ui/notificationDaemon.js
+index b037e07..58b2df3 100644
+--- a/js/ui/notificationDaemon.js
 b/js/ui/notificationDaemon.js
+@@ -220,7 +220,12 @@ NotificationDaemon.prototype = {
+ NotifyAsync: function(params, invocation) {
+ let [appName, replacesId, icon, summary, body, actions, hints, 
timeout] = params;
+ let id;
+-
++
++for (let hint in hints) {
++// unpack the variants
++hints[hint] = hints[hint].deep_unpack();
++}
++
+ let rewrites = rewriteRules[appName];
+ if (rewrites) {
+ for (let i = 0; i < rewrites.length; i++) {
+diff --git a/src/main.c b/src/main.c
+index 418fb60..773fb65 100644
+--- a/src/main.c
 b/src/main.c
+@@ -34,99 +34,122 @@
+ #define OVERRIDES_SCHEMA "org.cinnamon.overrides"
+ 
+ static void
++cinnamon_dbus_acquire_name (GDBusProxy *bus,
++ guint32 request_name_flags,
++ guint32*request_name_result,
++ gchar  *name,
++ gbooleanfatal)
++{
++  GError *error = NULL;
++  GVariant *request_name_variant;
++
++  if (!(request_name_variant = g_dbus_proxy_call_sync (bus,
++   "RequestName",
++   g_variant_new ("(su)", 
name, request_name_flags),
++   0, /* call flags */
++   -1, /* timeout */
++   NULL, /* cancellable */
++   &error)))
++{
++  g_printerr ("failed to acquire %s: %s\n", name, error->message);
++  if (!fatal)
++return;
++  exit (1);
++}
++  g_variant_get (request_name_variant, "(u)", request_name_result);
++}
++
++static void
++cinnamon_dbus_acquire_names (GDBusProxy *bus,
++  guint32 request_name_flags,
++  gchar  *name,
++  gbooleanfatal, ...) G_GNUC_NULL_TERMINATED;
++
++static void
++cinnamon_dbus_acquire_names (GDBusProxy *bus,
++  guint32 request_name_flags,
++  gchar  *name,
++  gbooleanfatal, ...)
++{
++  va_list al;
++  guint32 request_name_result;
++  va_start (al, fatal);
++  for (;;)
++  {
++cinnamon_dbus_acquire_name (bus,
++ request_name_flags,
++ &request_name_result,
++ name, fatal);
++name = va_arg (al, gchar *);
++if (!name)
++  break;
++fatal = va_arg (al, gboolean);
++  }
++  va_end (al);
++}
++
++static 

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

2013-05-11 Thread Felix Yan
Date: Saturday, May 11, 2013 @ 18:54:22
  Author: fyan
Revision: 90345

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

Added:
  cgminer/repos/community-i686/PKGBUILD
(from rev 90344, cgminer/trunk/PKGBUILD)
  cgminer/repos/community-i686/cgminer.conf.d
(from rev 90344, cgminer/trunk/cgminer.conf.d)
  cgminer/repos/community-i686/cgminer.service
(from rev 90344, cgminer/trunk/cgminer.service)
  cgminer/repos/community-x86_64/PKGBUILD
(from rev 90344, cgminer/trunk/PKGBUILD)
  cgminer/repos/community-x86_64/cgminer.conf.d
(from rev 90344, cgminer/trunk/cgminer.conf.d)
  cgminer/repos/community-x86_64/cgminer.service
(from rev 90344, cgminer/trunk/cgminer.service)
Deleted:
  cgminer/repos/community-i686/PKGBUILD
  cgminer/repos/community-i686/cgminer.conf.d
  cgminer/repos/community-i686/cgminer.service
  cgminer/repos/community-x86_64/PKGBUILD
  cgminer/repos/community-x86_64/cgminer.conf.d
  cgminer/repos/community-x86_64/cgminer.service

--+
 /PKGBUILD|  106 +
 /cgminer.conf.d  |   22 +++
 /cgminer.service |   16 +
 community-i686/PKGBUILD  |   53 --
 community-i686/cgminer.conf.d|   11 ---
 community-i686/cgminer.service   |8 --
 community-x86_64/PKGBUILD|   53 --
 community-x86_64/cgminer.conf.d  |   11 ---
 community-x86_64/cgminer.service |8 --
 9 files changed, 144 insertions(+), 144 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-05-11 16:51:20 UTC (rev 90344)
+++ community-i686/PKGBUILD 2013-05-11 16:54:22 UTC (rev 90345)
@@ -1,53 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: monson 
-# Contributor: Thomas Dziedzic < gostrc at gmail >
-# Contributor: David Manouchehri 
-
-pkgname=cgminer
-pkgver=3.1.0
-pkgrel=1
-pkgdesc="Multi-threaded multi-pool GPU, FPGA and ASIC miner for bitcoin and 
derivative coins"
-url='http://forum.bitcoin.org/index.php?topic=28402.0'
-license=('GPL3')
-arch=('i686' 'x86_64')
-depends=('curl' 'libcl')
-makedepends=('opencl-headers')
-optdepends=('opencl-nvidia: OpenCL implementation for NVIDIA'
-'opencl-catalyst: OpenCL implementation for AMD')
-source=("https://github.com/ckolivas/$pkgname/archive/v$pkgver.tar.gz";
-"$pkgname.conf.d"
-"$pkgname.service")
-backup=("etc/conf.d/$pkgname" "etc/$pkgname.conf")
-
-[ "$CARCH" == "x86_64" ] && makedepends+=('yasm')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  # Use in-tree jansson since it is not compatible with jansson 2.0
-  #sed -e 's/^AC_CHECK_LIB(jansson, json_loads, request_jansson=false, 
request_jansson=true)$/request_jansson=true/' -i configure.ac
-
-  # Here you may want to use custom CFLAGS
-  #export CFLAGS="-O2 -march=native -mtune=native -msse2"
-  
-  ./autogen.sh
-  ./configure --prefix=/usr --enable-scrypt --disable-adl
-  
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  make DESTDIR="$pkgdir" install
-
-  install -Dm644 "$srcdir"/$pkgname.service 
"$pkgdir"/usr/lib/systemd/system/$pkgname.service
-  install -Dm644 "$srcdir"/$pkgname.conf.d "$pkgdir"/etc/conf.d/$pkgname
-  sed 's#/usr/local/bin#/usr/bin#g' example.conf > $pkgname.conf
-  install -Dm644 $pkgname.conf "$pkgdir"/etc/$pkgname.conf
-}
-
-sha512sums=('486163017b722bb38cb42dfa5c72b57ac4c96ff0584da630f985d2f22c75418284af420a325aa82419b59dca29646b66f8c678eba7a0f36dc044207ac18c9b6c'
-
'99c38bc395848f9712ce172343d31f5c60f5d8ac1cfe2f48df8f3ec6c488fc275763a79c5ef36b99f32faa465b5a65284b38e8a63ef9b144075ee13971313b41'
-
'3317b60c6b1f14c47d8ee636113ef40a4023ab14054129de80a37947b381fd2b647a7053f4e1bb639efa225a514e862fa531908714c34040dda2d6221dde7f5f')

Copied: cgminer/repos/community-i686/PKGBUILD (from rev 90344, 
cgminer/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-05-11 16:54:22 UTC (rev 90345)
@@ -0,0 +1,53 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: monson 
+# Contributor: Thomas Dziedzic < gostrc at gmail >
+# Contributor: David Manouchehri 
+
+pkgname=cgminer
+pkgver=3.1.1
+pkgrel=1
+pkgdesc="Multi-threaded multi-pool GPU, FPGA and ASIC miner for bitcoin and 
derivative coins"
+url='http://forum.bitcoin.org/index.php?topic=28402.0'
+license=('GPL3')
+arch=('i686' 'x86_64')
+depends=('curl' 'libcl')
+makedepends=('opencl-headers')
+optdepends=('opencl-nvidia: OpenCL implementation for NVIDIA'
+'opencl-catalyst: OpenCL implementation for AMD')
+source=("https://github.com/ckolivas/$pkgname/archive/v$pkgver.tar.gz";
+"$pkgname.conf.d"
+"$pkgname.service")
+backup=("etc/conf.d/$pkgname" "etc/$pkgname.conf")
+
+[ "$CARCH" == "x86_64" ] && makedepends+=('yasm')
+
+build

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

2013-05-11 Thread Felix Yan
Date: Saturday, May 11, 2013 @ 18:51:20
  Author: fyan
Revision: 90344

upgpkg: cgminer 3.1.1-1

Modified:
  cgminer/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-05-11 16:17:25 UTC (rev 90343)
+++ PKGBUILD2013-05-11 16:51:20 UTC (rev 90344)
@@ -5,7 +5,7 @@
 # Contributor: David Manouchehri 
 
 pkgname=cgminer
-pkgver=3.1.0
+pkgver=3.1.1
 pkgrel=1
 pkgdesc="Multi-threaded multi-pool GPU, FPGA and ASIC miner for bitcoin and 
derivative coins"
 url='http://forum.bitcoin.org/index.php?topic=28402.0'
@@ -48,6 +48,6 @@
   install -Dm644 $pkgname.conf "$pkgdir"/etc/$pkgname.conf
 }
 
-sha512sums=('486163017b722bb38cb42dfa5c72b57ac4c96ff0584da630f985d2f22c75418284af420a325aa82419b59dca29646b66f8c678eba7a0f36dc044207ac18c9b6c'
+sha512sums=('f95db6ab14fe35ed19c1af152c6eb979787e966afad250252053bf11abe8293dfe857a7a2abfd9e33b60a190b310193a03151eb67a9db255a2a929660278ad62'
 
'99c38bc395848f9712ce172343d31f5c60f5d8ac1cfe2f48df8f3ec6c488fc275763a79c5ef36b99f32faa465b5a65284b38e8a63ef9b144075ee13971313b41'
 
'3317b60c6b1f14c47d8ee636113ef40a4023ab14054129de80a37947b381fd2b647a7053f4e1bb639efa225a514e862fa531908714c34040dda2d6221dde7f5f')



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

2013-05-11 Thread Tom Gundersen
Date: Saturday, May 11, 2013 @ 18:17:25
  Author: tomegun
Revision: 90343

db-move: moved ifuse from [community-staging] to [community] (i686, x86_64)

Added:
  ifuse/repos/community-i686/PKGBUILD
(from rev 90340, ifuse/repos/community-staging-i686/PKGBUILD)
  ifuse/repos/community-x86_64/PKGBUILD
(from rev 90340, ifuse/repos/community-staging-x86_64/PKGBUILD)
Deleted:
  ifuse/repos/community-i686/PKGBUILD
  ifuse/repos/community-staging-i686/
  ifuse/repos/community-staging-x86_64/
  ifuse/repos/community-x86_64/PKGBUILD

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-05-11 16:17:24 UTC (rev 90342)
+++ community-i686/PKGBUILD 2013-05-11 16:17:25 UTC (rev 90343)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer:  Federico Cinelli 
-# Contributor: Thomas Dziedzic  < gostrc at gmail >
-# Contributor: Gabriel Martinez < reitaka at gmail dot com >
-
-pkgname=ifuse
-pkgver=1.1.2
-pkgrel=3
-pkgdesc='A fuse filesystem to access the contents of an iPhone or iPod Touch'
-url='http://libimobiledevice.org/'
-arch=('i686' 'x86_64')
-license=('LGPL2.1')
-depends=('libimobiledevice' 'fuse')
-source=("http://www.libimobiledevice.org/downloads/$pkgname-$pkgver.tar.bz2";)
-md5sums=('4152526b2ac3c505cb41797d997be14d')
-
-build() {
-  cd "$pkgname-$pkgver"
-
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-  make DESTDIR="$pkgdir" install
-}

Copied: ifuse/repos/community-i686/PKGBUILD (from rev 90340, 
ifuse/repos/community-staging-i686/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-05-11 16:17:25 UTC (rev 90343)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer:  Federico Cinelli 
+# Contributor: Thomas Dziedzic  < gostrc at gmail >
+# Contributor: Gabriel Martinez < reitaka at gmail dot com >
+
+pkgname=ifuse
+pkgver=1.1.2
+pkgrel=4
+pkgdesc='A fuse filesystem to access the contents of an iPhone or iPod Touch'
+url='http://libimobiledevice.org/'
+arch=('i686' 'x86_64')
+license=('LGPL2.1')
+depends=('libimobiledevice' 'fuse')
+source=("http://www.libimobiledevice.org/downloads/$pkgname-$pkgver.tar.bz2";)
+md5sums=('4152526b2ac3c505cb41797d997be14d')
+
+build() {
+  cd "$pkgname-$pkgver"
+
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2013-05-11 16:17:24 UTC (rev 90342)
+++ community-x86_64/PKGBUILD   2013-05-11 16:17:25 UTC (rev 90343)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer:  Federico Cinelli 
-# Contributor: Thomas Dziedzic  < gostrc at gmail >
-# Contributor: Gabriel Martinez < reitaka at gmail dot com >
-
-pkgname=ifuse
-pkgver=1.1.2
-pkgrel=3
-pkgdesc='A fuse filesystem to access the contents of an iPhone or iPod Touch'
-url='http://libimobiledevice.org/'
-arch=('i686' 'x86_64')
-license=('LGPL2.1')
-depends=('libimobiledevice' 'fuse')
-source=("http://www.libimobiledevice.org/downloads/$pkgname-$pkgver.tar.bz2";)
-md5sums=('4152526b2ac3c505cb41797d997be14d')
-
-build() {
-  cd "$pkgname-$pkgver"
-
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-  make DESTDIR="$pkgdir" install
-}

Copied: ifuse/repos/community-x86_64/PKGBUILD (from rev 90340, 
ifuse/repos/community-staging-x86_64/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2013-05-11 16:17:25 UTC (rev 90343)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer:  Federico Cinelli 
+# Contributor: Thomas Dziedzic  < gostrc at gmail >
+# Contributor: Gabriel Martinez < reitaka at gmail dot com >
+
+pkgname=ifuse
+pkgver=1.1.2
+pkgrel=4
+pkgdesc='A fuse filesystem to access the contents of an iPhone or iPod Touch'
+url='http://libimobiledevice.org/'
+arch=('i686' 'x86_64')
+license=('LGPL2.1')
+depends=('libimobiledevice' 'fuse')
+source=("http://www.libimobiledevice.org/downloads/$pkgname-$pkgver.tar.bz2";)
+md5sums=('4152526b2ac3c505cb41797d997be14d')
+
+build() {
+  cd "$pkgname-$pkgver"
+
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+}



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

2013-05-11 Thread Tom Gundersen
Date: Saturday, May 11, 2013 @ 18:17:24
  Author: tomegun
Revision: 90342

db-move: moved gtkpod from [community-staging] to [community] (i686, x86_64)

Added:
  gtkpod/repos/community-i686/PKGBUILD
(from rev 90340, gtkpod/repos/community-staging-i686/PKGBUILD)
  gtkpod/repos/community-i686/gtkpod-2.1.3-gdl-3.6.patch
(from rev 90340, 
gtkpod/repos/community-staging-i686/gtkpod-2.1.3-gdl-3.6.patch)
  gtkpod/repos/community-i686/gtkpod.install
(from rev 90340, gtkpod/repos/community-staging-i686/gtkpod.install)
  gtkpod/repos/community-x86_64/PKGBUILD
(from rev 90340, gtkpod/repos/community-staging-x86_64/PKGBUILD)
  gtkpod/repos/community-x86_64/gtkpod-2.1.3-gdl-3.6.patch
(from rev 90340, 
gtkpod/repos/community-staging-x86_64/gtkpod-2.1.3-gdl-3.6.patch)
  gtkpod/repos/community-x86_64/gtkpod.install
(from rev 90340, gtkpod/repos/community-staging-x86_64/gtkpod.install)
Deleted:
  gtkpod/repos/community-i686/PKGBUILD
  gtkpod/repos/community-i686/gtkpod-2.1.3-gdl-3.6.patch
  gtkpod/repos/community-i686/gtkpod.install
  gtkpod/repos/community-staging-i686/
  gtkpod/repos/community-staging-x86_64/
  gtkpod/repos/community-x86_64/PKGBUILD
  gtkpod/repos/community-x86_64/gtkpod-2.1.3-gdl-3.6.patch
  gtkpod/repos/community-x86_64/gtkpod.install

-+
 /PKGBUILD   |   80 +
 /gtkpod-2.1.3-gdl-3.6.patch |  118 ++
 /gtkpod.install |   24 +
 community-i686/PKGBUILD |   40 
 community-i686/gtkpod-2.1.3-gdl-3.6.patch   |   59 -
 community-i686/gtkpod.install   |   12 --
 community-x86_64/PKGBUILD   |   40 
 community-x86_64/gtkpod-2.1.3-gdl-3.6.patch |   59 -
 community-x86_64/gtkpod.install |   12 --
 9 files changed, 222 insertions(+), 222 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-05-11 16:17:23 UTC (rev 90341)
+++ community-i686/PKGBUILD 2013-05-11 16:17:24 UTC (rev 90342)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer:  Federico Cinelli 
-# Contributor: Kevin Piche 
-# Contributor: Aaron Griffin 
-
-pkgname=gtkpod
-pkgver=2.1.3
-pkgrel=3
-pkgdesc="A platform independent GUI for Apple's iPod using GTK3"
-arch=('i686' 'x86_64')
-url="http://gtkpod.sourceforge.net";
-license=('GPL')
-depends=('libanjuta' 'curl' 'flac' 'libid3tag' 'libgpod' 'awk' 
'hicolor-icon-theme' 'libwebkit3')
-makedepends=('flex' 'intltool' 'faad2' 'libvorbis')
-optdepends=('libmp4v2: MP4/h264 support'
-'vorbis-tools: OGG support'
-   'libvorbis: OGG support'
-'id3v2: mp3 conversion support'
-'faad2: m4a conversion support')
-install=gtkpod.install
-options=('!libtool')
-source=("http://downloads.sourceforge.net/gtkpod/$pkgname-$pkgver.tar.gz";
-   gtkpod-2.1.3-gdl-3.6.patch)
-md5sums=('57f04578de6e3262a436ec574422b144'
-'94a4cc0b47ba8895c0a51e53e94da517')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  patch -p1 -i "$srcdir/gtkpod-2.1.3-gdl-3.6.patch"
-  sed -i 's#python#python2#' scripts/sync-palm-jppy.py
-
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-  make DESTDIR="$pkgdir" install
-}

Copied: gtkpod/repos/community-i686/PKGBUILD (from rev 90340, 
gtkpod/repos/community-staging-i686/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-05-11 16:17:24 UTC (rev 90342)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer:  Federico Cinelli 
+# Contributor: Kevin Piche 
+# Contributor: Aaron Griffin 
+
+pkgname=gtkpod
+pkgver=2.1.3
+pkgrel=4
+pkgdesc="A platform independent GUI for Apple's iPod using GTK3"
+arch=('i686' 'x86_64')
+url="http://gtkpod.sourceforge.net";
+license=('GPL')
+depends=('libanjuta' 'curl' 'flac' 'libid3tag' 'libgpod' 'awk' 
'hicolor-icon-theme' 'libwebkit3')
+makedepends=('flex' 'intltool' 'faad2' 'libvorbis')
+optdepends=('libmp4v2: MP4/h264 support'
+'vorbis-tools: OGG support'
+   'libvorbis: OGG support'
+'id3v2: mp3 conversion support'
+'faad2: m4a conversion support')
+install=gtkpod.install
+options=('!libtool')
+source=("http://downloads.sourceforge.net/gtkpod/$pkgname-$pkgver.tar.gz";
+   gtkpod-2.1.3-gdl-3.6.patch)
+md5sums=('57f04578de6e3262a436ec574422b144'
+'94a4cc0b47ba8895c0a51e53e94da517')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  patch -p1 -i "$srcdir/gtkpod-2.1.3-gdl-3.6.patch"
+  sed -i 's#python#python2#' scripts/sync-palm-jppy.py
+
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+}

Deleted: community-i686/gtkpod-2.1.3-gdl-3.6.patch
===

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

2013-05-11 Thread Tom Gundersen
Date: Saturday, May 11, 2013 @ 18:17:23
  Author: tomegun
Revision: 90341

db-move: moved clementine from [community-staging] to [community] (i686, x86_64)

Added:
  clementine/repos/community-i686/PKGBUILD
(from rev 90340, clementine/repos/community-staging-i686/PKGBUILD)
  clementine/repos/community-i686/clementine-1.1.1-libimobiledevice-fix.patch
(from rev 90340, 
clementine/repos/community-staging-i686/clementine-1.1.1-libimobiledevice-fix.patch)
  clementine/repos/community-i686/clementine.install
(from rev 90340, clementine/repos/community-staging-i686/clementine.install)
  clementine/repos/community-x86_64/PKGBUILD
(from rev 90340, clementine/repos/community-staging-x86_64/PKGBUILD)
  clementine/repos/community-x86_64/clementine-1.1.1-libimobiledevice-fix.patch
(from rev 90340, 
clementine/repos/community-staging-x86_64/clementine-1.1.1-libimobiledevice-fix.patch)
  clementine/repos/community-x86_64/clementine.install
(from rev 90340, 
clementine/repos/community-staging-x86_64/clementine.install)
Deleted:
  clementine/repos/community-i686/PKGBUILD
  clementine/repos/community-i686/clementine.install
  clementine/repos/community-staging-i686/
  clementine/repos/community-staging-x86_64/
  clementine/repos/community-x86_64/PKGBUILD
  clementine/repos/community-x86_64/clementine.install

--+
 /PKGBUILD|   78 ++
 /clementine.install  |   26 +++
 community-i686/PKGBUILD  |   35 
 community-i686/clementine-1.1.1-libimobiledevice-fix.patch   |   12 +
 community-i686/clementine.install|   13 -
 community-x86_64/PKGBUILD|   35 
 community-x86_64/clementine-1.1.1-libimobiledevice-fix.patch |   12 +
 community-x86_64/clementine.install  |   13 -
 8 files changed, 128 insertions(+), 96 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-05-11 16:04:31 UTC (rev 90340)
+++ community-i686/PKGBUILD 2013-05-11 16:17:23 UTC (rev 90341)
@@ -1,35 +0,0 @@
-# $Id$
-#Maintainer: Stéphane Gaudreault 
-#Contributor: BlackEagle 
-#Contributor: Dany Martineau 
-
-pkgname=clementine
-pkgver=1.1.1
-pkgrel=7
-pkgdesc="A music player and library organizer"
-url="http://www.clementine-player.org/";
-license=('GPL')
-arch=('i686' 'x86_64')
-depends=('gstreamer0.10-base' 'taglib' 'glew' 'liblastfm' 'libgpod' 'projectm'
- 'libmtp' 'libplist' 'hicolor-icon-theme' 'qt4' 'libimobiledevice'
- 'sparsehash' 'qjson' 'libcdio-paranoia' 'protobuf' 'qca' 'qca-ossl' 
'gvfs')
-makedepends=('cmake' 'boost' 'mesa-libgl' )
-optdepends=('gstreamer0.10-base-plugins: for more open formats'
-'gstreamer0.10-good-plugins: for use with "Good" plugin libraries'
-'gstreamer0.10-bad-plugins: for use with "Bad" plugin libraries'
-'gstreamer0.10-ugly-plugins: for use with "Ugly" plugin libraries')
-source=(http://clementine-player.googlecode.com/files/${pkgname}-${pkgver}.tar.gz)
-sha1sums=('f8d3e9c8f54ac488323ab5a629c9accbe256378e')
-install=clementine.install
-
-build() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-
-   cmake . -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release 
-DUSE_SYSTEM_PROJECTM=1
-   make
-}
-
-package() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   make DESTDIR="${pkgdir}" install
-}

Copied: clementine/repos/community-i686/PKGBUILD (from rev 90340, 
clementine/repos/community-staging-i686/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-05-11 16:17:23 UTC (rev 90341)
@@ -0,0 +1,39 @@
+# $Id$
+#Maintainer: Stéphane Gaudreault 
+#Contributor: BlackEagle 
+#Contributor: Dany Martineau 
+
+pkgname=clementine
+pkgver=1.1.1
+pkgrel=8
+pkgdesc="A music player and library organizer"
+url="http://www.clementine-player.org/";
+license=('GPL')
+arch=('i686' 'x86_64')
+depends=('gstreamer0.10-base' 'taglib' 'glew' 'liblastfm' 'libgpod' 'projectm'
+ 'libmtp' 'libplist' 'hicolor-icon-theme' 'qt4' 'libimobiledevice' 
'chromaprint'
+ 'sparsehash' 'qjson' 'libcdio-paranoia' 'protobuf' 'qca' 'qca-ossl' 
'gvfs')
+makedepends=('cmake' 'boost' 'mesa')
+optdepends=('gstreamer0.10-base-plugins: for more open formats'
+'gstreamer0.10-good-plugins: for use with "Good" plugin libraries'
+'gstreamer0.10-bad-plugins: for use with "Bad" plugin libraries'
+'gstreamer0.10-ugly-plugins: for use with "Ugly" plugin libraries')
+source=(http://clementine-player.googlecode.com/files/${pkgname}-${pkgver}.tar.gz
+'clementine-1.1.1-libimobiledevice-fix.patch')
+install=clementine.install
+
+build() {
+   cd "${srcdir}

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

2013-05-11 Thread Tom Gundersen
Date: Saturday, May 11, 2013 @ 18:16:34
  Author: tomegun
Revision: 185169

db-move: moved upower from [staging] to [extra] (i686, x86_64)

Added:
  upower/repos/extra-i686/PKGBUILD
(from rev 185164, upower/repos/staging-i686/PKGBUILD)
  upower/repos/extra-x86_64/PKGBUILD
(from rev 185164, upower/repos/staging-x86_64/PKGBUILD)
Deleted:
  upower/repos/extra-i686/PKGBUILD
  upower/repos/extra-x86_64/PKGBUILD
  upower/repos/staging-i686/
  upower/repos/staging-x86_64/

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-05-11 16:16:33 UTC (rev 185168)
+++ extra-i686/PKGBUILD 2013-05-11 16:16:34 UTC (rev 185169)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot 
-
-pkgname=upower
-pkgver=0.9.20
-pkgrel=1
-pkgdesc="Abstraction for enumerating power devices, listening to device events 
and querying history and statistics"
-arch=('i686' 'x86_64')
-url="http://upower.freedesktop.org";
-license=('GPL')
-depends=('systemd-tools' 'libsystemd' 'libusb' 'polkit' 'pm-utils' 'dbus-glib' 
'libimobiledevice')
-makedepends=('intltool' 'docbook-xsl' 'gobject-introspection' 'systemd')
-options=('!libtool')
-source=($url/releases/$pkgname-$pkgver.tar.xz)
-md5sums=('f175984d142dc8d2353a7da609836b69')
-
-build() {
-  cd "$pkgname-$pkgver"
-
-  # put udev files in /usr/lib
-  sed -i "/slashlibdir=/s#/lib#/usr/lib#" configure
-
-  ./configure --prefix=/usr --sysconfdir=/etc \
---localstatedir=/var \
---libexecdir=/usr/lib/$pkgname \
---disable-static \
---enable-deprecated
-  make
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-  make DESTDIR="$pkgdir" install
-}

Copied: upower/repos/extra-i686/PKGBUILD (from rev 185164, 
upower/repos/staging-i686/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-05-11 16:16:34 UTC (rev 185169)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Jan de Groot 
+
+pkgname=upower
+pkgver=0.9.20
+pkgrel=2
+pkgdesc="Abstraction for enumerating power devices, listening to device events 
and querying history and statistics"
+arch=('i686' 'x86_64')
+url="http://upower.freedesktop.org";
+license=('GPL')
+depends=('systemd-tools' 'libsystemd' 'libusb' 'polkit' 'pm-utils' 'dbus-glib' 
'libimobiledevice')
+makedepends=('intltool' 'docbook-xsl' 'gobject-introspection' 'systemd')
+options=('!libtool')
+source=($url/releases/$pkgname-$pkgver.tar.xz)
+md5sums=('f175984d142dc8d2353a7da609836b69')
+
+build() {
+  cd "$pkgname-$pkgver"
+
+  # put udev files in /usr/lib
+  # should be dropped as of 0.9.21!!
+  sed -i "/slashlibdir=/s#/lib#/usr/lib#" configure
+
+  ./configure --prefix=/usr --sysconfdir=/etc \
+--localstatedir=/var \
+--libexecdir=/usr/lib/$pkgname \
+--disable-static \
+--enable-deprecated
+  make
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2013-05-11 16:16:33 UTC (rev 185168)
+++ extra-x86_64/PKGBUILD   2013-05-11 16:16:34 UTC (rev 185169)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot 
-
-pkgname=upower
-pkgver=0.9.20
-pkgrel=1
-pkgdesc="Abstraction for enumerating power devices, listening to device events 
and querying history and statistics"
-arch=('i686' 'x86_64')
-url="http://upower.freedesktop.org";
-license=('GPL')
-depends=('systemd-tools' 'libsystemd' 'libusb' 'polkit' 'pm-utils' 'dbus-glib' 
'libimobiledevice')
-makedepends=('intltool' 'docbook-xsl' 'gobject-introspection' 'systemd')
-options=('!libtool')
-source=($url/releases/$pkgname-$pkgver.tar.xz)
-md5sums=('f175984d142dc8d2353a7da609836b69')
-
-build() {
-  cd "$pkgname-$pkgver"
-
-  # put udev files in /usr/lib
-  sed -i "/slashlibdir=/s#/lib#/usr/lib#" configure
-
-  ./configure --prefix=/usr --sysconfdir=/etc \
---localstatedir=/var \
---libexecdir=/usr/lib/$pkgname \
---disable-static \
---enable-deprecated
-  make
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-  make DESTDIR="$pkgdir" install
-}

Copied: upower/repos/extra-x86_64/PKGBUILD (from rev 185164, 
upower/repos/staging-x86_64/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2013-05-11 16:16:34 UTC (rev 185169)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Jan de Groot 
+
+pkgname=upower
+pkgver=0.9.20
+pkgrel=2
+pkgdesc="Abstraction for enumerating power devices, listening to device events 
and querying history and statistics"
+arch=('i686' 'x86_64')
+url="http://upower.freedesktop.org";
+li

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

2013-05-11 Thread Tom Gundersen
Date: Saturday, May 11, 2013 @ 18:16:33
  Author: tomegun
Revision: 185168

db-move: moved rhythmbox from [staging] to [extra] (i686, x86_64)

Added:
  rhythmbox/repos/extra-i686/PKGBUILD
(from rev 185164, rhythmbox/repos/staging-i686/PKGBUILD)
  rhythmbox/repos/extra-i686/rhythmbox.install
(from rev 185164, rhythmbox/repos/staging-i686/rhythmbox.install)
  rhythmbox/repos/extra-x86_64/PKGBUILD
(from rev 185164, rhythmbox/repos/staging-x86_64/PKGBUILD)
  rhythmbox/repos/extra-x86_64/rhythmbox.install
(from rev 185164, rhythmbox/repos/staging-x86_64/rhythmbox.install)
Deleted:
  rhythmbox/repos/extra-i686/PKGBUILD
  rhythmbox/repos/extra-i686/rhythmbox.install
  rhythmbox/repos/extra-x86_64/PKGBUILD
  rhythmbox/repos/extra-x86_64/rhythmbox.install
  rhythmbox/repos/staging-i686/
  rhythmbox/repos/staging-x86_64/

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-05-11 16:16:32 UTC (rev 185167)
+++ extra-i686/PKGBUILD 2013-05-11 16:16:33 UTC (rev 185168)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot 
-# Contributor: Giovanni Scafora 
-
-pkgname=rhythmbox
-pkgver=2.99.1
-pkgrel=1
-pkgdesc="An iTunes-like music playback and management application"
-arch=(i686 x86_64)
-license=(GPL)
-url="http://www.rhythmbox.org";
-depends=(dconf desktop-file-utils gst-plugins-base gst-plugins-good libsoup 
json-glib libnotify libpeas media-player-info python2-gobject totem-plparser 
tdb webkitgtk3)
-makedepends=(itstool intltool brasero gobject-introspection vala grilo 
libdmapsharing lirc-utils libgpod libmtp)
-optdepends=('gst-plugins-ugly: Extra media codecs'
-'gst-plugins-bad: Extra media codecs'
-'gst-libav: Extra media codecs'
-'brasero: Audio CD Recorder plugin'
-'libdmapsharing: DAAP Music Sharing plugin'
-'grilo-plugins: Grilo media browser plugin'
-'lirc-utils: LIRC plugin'
-'libgpod: Portable Players - iPod plugin'
-'libmtp: Portable Players - MTP plugin'
-'zeitgeist: Zeitgeist plugin')
-options=('!libtool' '!emptydirs')
-install=rhythmbox.install
-source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver::4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('ed30bb534a789e2b50f953e33eee0bb09f389fe813d433a87d504d07be5f')
-
-build() {
-  cd "$pkgname-$pkgver"
-  PYTHON=/usr/bin/python2 ./configure --prefix=/usr --sysconfdir=/etc \
-  --libexecdir=/usr/lib/rhythmbox \
-  --localstatedir=/var --disable-static \
-  --enable-daap --enable-python --enable-vala
-  make
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-  make DESTDIR="$pkgdir" install
-  rm -r "$pkgdir/usr/lib/rhythmbox/sample-plugins"
-}

Copied: rhythmbox/repos/extra-i686/PKGBUILD (from rev 185164, 
rhythmbox/repos/staging-i686/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-05-11 16:16:33 UTC (rev 185168)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Jan de Groot 
+# Contributor: Giovanni Scafora 
+
+pkgname=rhythmbox
+pkgver=2.99.1
+pkgrel=2
+pkgdesc="An iTunes-like music playback and management application"
+arch=(i686 x86_64)
+license=(GPL)
+url="http://www.rhythmbox.org";
+depends=(dconf desktop-file-utils gst-plugins-base gst-plugins-good libsoup 
json-glib libnotify libpeas media-player-info python2-gobject totem-plparser 
tdb webkitgtk3)
+makedepends=(itstool intltool brasero gobject-introspection vala grilo 
libdmapsharing lirc-utils libgpod libmtp)
+optdepends=('gst-plugins-ugly: Extra media codecs'
+'gst-plugins-bad: Extra media codecs'
+'gst-libav: Extra media codecs'
+'brasero: Audio CD Recorder plugin'
+'libdmapsharing: DAAP Music Sharing plugin'
+'grilo-plugins: Grilo media browser plugin'
+'lirc-utils: LIRC plugin'
+'libgpod: Portable Players - iPod plugin'
+'libmtp: Portable Players - MTP plugin'
+'zeitgeist: Zeitgeist plugin')
+options=('!libtool' '!emptydirs')
+install=rhythmbox.install
+source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver::4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('ed30bb534a789e2b50f953e33eee0bb09f389fe813d433a87d504d07be5f')
+
+build() {
+  cd "$pkgname-$pkgver"
+  PYTHON=/usr/bin/python2 ./configure --prefix=/usr --sysconfdir=/etc \
+  --libexecdir=/usr/lib/rhythmbox \
+  --localstatedir=/var --disable-static \
+  --enable-daap --enable-pytho

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

2013-05-11 Thread Tom Gundersen
Date: Saturday, May 11, 2013 @ 18:16:32
  Author: tomegun
Revision: 185167

db-move: moved libimobiledevice from [staging] to [extra] (i686, x86_64)

Added:
  libimobiledevice/repos/extra-i686/PKGBUILD
(from rev 185164, libimobiledevice/repos/staging-i686/PKGBUILD)
  libimobiledevice/repos/extra-x86_64/PKGBUILD
(from rev 185164, libimobiledevice/repos/staging-x86_64/PKGBUILD)
Deleted:
  libimobiledevice/repos/extra-i686/HOME-segfault.patch
  libimobiledevice/repos/extra-i686/PKGBUILD
  libimobiledevice/repos/extra-x86_64/HOME-segfault.patch
  libimobiledevice/repos/extra-x86_64/PKGBUILD
  libimobiledevice/repos/staging-i686/
  libimobiledevice/repos/staging-x86_64/

--+
 /PKGBUILD|   56 +
 extra-i686/HOME-segfault.patch   |   14 -
 extra-i686/PKGBUILD  |   31 
 extra-x86_64/HOME-segfault.patch |   14 -
 extra-x86_64/PKGBUILD|   31 
 5 files changed, 56 insertions(+), 90 deletions(-)

Deleted: extra-i686/HOME-segfault.patch
===
--- extra-i686/HOME-segfault.patch  2013-05-11 16:16:30 UTC (rev 185166)
+++ extra-i686/HOME-segfault.patch  2013-05-11 16:16:32 UTC (rev 185167)
@@ -1,14 +0,0 @@
-The patch fixes segfault when both $XDG_CONFIG_HOME and $HOME are unset
-Signed-off-by: Maxim Mikityanskiy 
 src/userpref.c.orig2012-06-04 17:04:57.387303630 +0300
-+++ src/userpref.c 2012-06-04 17:06:05.741301627 +0300
-@@ -125,6 +125,9 @@
-   const char *cdir = getenv("XDG_CONFIG_HOME");
-   if (!cdir) {
-   cdir = getenv("HOME");
-+  if (!cdir) {
-+  cdir="/root";
-+  }
-   strcpy(__config_dir, cdir);
-   strcat(__config_dir, DIR_SEP_S);
-   strcat(__config_dir, ".config");

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-05-11 16:16:30 UTC (rev 185166)
+++ extra-i686/PKGBUILD 2013-05-11 16:16:32 UTC (rev 185167)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer : Ionut Biru 
-# Contributor: Gabriel Martinez < reitaka at gmail dot com >
-
-pkgname=libimobiledevice
-pkgver=1.1.4
-pkgrel=2
-pkgdesc="Is a software library that talks the protocols to support iPhone and 
iPod Touch devices on Linux"
-url="http://libimobiledevice.org/";
-arch=('i686' 'x86_64')
-license=('GPL2' 'LGPL2.1')
-depends=('usbmuxd' 'gnutls' 'libgcrypt')
-options=('!libtool')
-source=(http://libimobiledevice.org/downloads/$pkgname-$pkgver.tar.bz2
-   HOME-segfault.patch)
-
-build() {
-  cd "$pkgname-$pkgver"
-
-  patch -p0 < "$srcdir/HOME-segfault.patch"
-
-  PYTHON=/usr/bin/python2 ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-  make DESTDIR="$pkgdir" install
-}
-md5sums=('3f28cbc6a2e30d34685049c0abde5183'
- '0de709dbf8e79d0b00cca06f5e61d57c')

Copied: libimobiledevice/repos/extra-i686/PKGBUILD (from rev 185164, 
libimobiledevice/repos/staging-i686/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-05-11 16:16:32 UTC (rev 185167)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer : Tom Gundersen 
+# Maintainer : Ionut Biru 
+# Contributor: Gabriel Martinez < reitaka at gmail dot com >
+
+pkgname=libimobiledevice
+pkgver=1.1.5
+pkgrel=1
+pkgdesc="Is a software library that talks the protocols to support iPhone and 
iPod Touch devices on Linux"
+url="http://libimobiledevice.org/";
+arch=('i686' 'x86_64')
+license=('GPL2' 'LGPL2.1')
+depends=('usbmuxd' 'gnutls' 'libgcrypt')
+options=('!libtool')
+source=(http://libimobiledevice.org/downloads/$pkgname-$pkgver.tar.bz2)
+
+build() {
+  cd "$pkgname-$pkgver"
+
+  PYTHON=/usr/bin/python2 ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+}
+md5sums=('d9debdcf71508dee2c85b60b28ccddd4')

Deleted: extra-x86_64/HOME-segfault.patch
===
--- extra-x86_64/HOME-segfault.patch2013-05-11 16:16:30 UTC (rev 185166)
+++ extra-x86_64/HOME-segfault.patch2013-05-11 16:16:32 UTC (rev 185167)
@@ -1,14 +0,0 @@
-The patch fixes segfault when both $XDG_CONFIG_HOME and $HOME are unset
-Signed-off-by: Maxim Mikityanskiy 
 src/userpref.c.orig2012-06-04 17:04:57.387303630 +0300
-+++ src/userpref.c 2012-06-04 17:06:05.741301627 +0300
-@@ -125,6 +125,9 @@
-   const char *cdir = getenv("XDG_CONFIG_HOME");
-   if (!cdir) {
-   cdir = getenv("HOME");
-+  if (!cdir) {
-+  cdir="/root";
-+  }
-   strcpy(__config_dir, cdir);
-   strcat(__config_dir, DIR_SEP_S);
-   strcat(__config_dir, ".config");

Deleted: extra-x86_64/PKGBU

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

2013-05-11 Thread Tom Gundersen
Date: Saturday, May 11, 2013 @ 18:16:30
  Author: tomegun
Revision: 185166

db-move: moved libgpod from [staging] to [extra] (i686, x86_64)

Added:
  libgpod/repos/extra-i686/PKGBUILD
(from rev 185164, libgpod/repos/staging-i686/PKGBUILD)
  libgpod/repos/extra-x86_64/PKGBUILD
(from rev 185164, libgpod/repos/staging-x86_64/PKGBUILD)
Deleted:
  libgpod/repos/extra-i686/PKGBUILD
  libgpod/repos/extra-x86_64/PKGBUILD
  libgpod/repos/staging-i686/
  libgpod/repos/staging-x86_64/

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-05-11 16:16:29 UTC (rev 185165)
+++ extra-i686/PKGBUILD 2013-05-11 16:16:30 UTC (rev 185166)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Daniel Isenmann 
-# Contributor: William Rea 
-
-pkgname=libgpod
-pkgver=0.8.2
-pkgrel=6
-pkgdesc="A shared library to access the contents of an iPod"
-arch=(i686 x86_64)
-license=('LGPL')
-depends=('gdk-pixbuf2' 'mutagen' 'sg3_utils' 'libimobiledevice' 'libplist')
-makedepends=('intltool' 'swig' 'docbook-xsl' 'pygobject2-devel' 'gtk-sharp-2')
-optdepends=('gtk-sharp-2: Mono bindings'
-'python2-gobject2: python bindings')
-url="http://www.gtkpod.org/libgpod/";
-source=(http://downloads.sourceforge.net/sourceforge/gtkpod/${pkgname}-${pkgver}.tar.bz2)
-options=('!libtool' '!emptydirs')
-md5sums=('ff0fd875fa08f2a6a49dec57ce3367ab')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  ./configure --prefix=/usr --with-udev-dir=/usr/lib/udev \
-  --enable-udev --with-python=/usr/bin/python2
-  make PREFIX=/usr
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  make PREFIX=/usr DESTDIR="${pkgdir}" install
-}
-

Copied: libgpod/repos/extra-i686/PKGBUILD (from rev 185164, 
libgpod/repos/staging-i686/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-05-11 16:16:30 UTC (rev 185166)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Daniel Isenmann 
+# Contributor: William Rea 
+
+pkgname=libgpod
+pkgver=0.8.2
+pkgrel=7
+pkgdesc="A shared library to access the contents of an iPod"
+arch=(i686 x86_64)
+license=('LGPL')
+depends=('gdk-pixbuf2' 'mutagen' 'sg3_utils' 'libimobiledevice' 'libplist')
+makedepends=('intltool' 'swig' 'docbook-xsl' 'pygobject2-devel' 'gtk-sharp-2')
+optdepends=('gtk-sharp-2: Mono bindings'
+'python2-gobject2: python bindings')
+url="http://www.gtkpod.org/libgpod/";
+source=(http://downloads.sourceforge.net/sourceforge/gtkpod/${pkgname}-${pkgver}.tar.bz2)
+options=('!libtool' '!emptydirs')
+md5sums=('ff0fd875fa08f2a6a49dec57ce3367ab')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  ./configure --prefix=/usr --with-udev-dir=/usr/lib/udev \
+  --enable-udev --with-python=/usr/bin/python2
+  make PREFIX=/usr
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make PREFIX=/usr DESTDIR="${pkgdir}" install
+}
+

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2013-05-11 16:16:29 UTC (rev 185165)
+++ extra-x86_64/PKGBUILD   2013-05-11 16:16:30 UTC (rev 185166)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Daniel Isenmann 
-# Contributor: William Rea 
-
-pkgname=libgpod
-pkgver=0.8.2
-pkgrel=6
-pkgdesc="A shared library to access the contents of an iPod"
-arch=(i686 x86_64)
-license=('LGPL')
-depends=('gdk-pixbuf2' 'mutagen' 'sg3_utils' 'libimobiledevice' 'libplist')
-makedepends=('intltool' 'swig' 'docbook-xsl' 'pygobject2-devel' 'gtk-sharp-2')
-optdepends=('gtk-sharp-2: Mono bindings'
-'python2-gobject2: python bindings')
-url="http://www.gtkpod.org/libgpod/";
-source=(http://downloads.sourceforge.net/sourceforge/gtkpod/${pkgname}-${pkgver}.tar.bz2)
-options=('!libtool' '!emptydirs')
-md5sums=('ff0fd875fa08f2a6a49dec57ce3367ab')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  ./configure --prefix=/usr --with-udev-dir=/usr/lib/udev \
-  --enable-udev --with-python=/usr/bin/python2
-  make PREFIX=/usr
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  make PREFIX=/usr DESTDIR="${pkgdir}" install
-}
-

Copied: libgpod/repos/extra-x86_64/PKGBUILD (from rev 185164, 
libgpod/repos/staging-x86_64/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2013-05-11 16:16:30 UTC (rev 185166)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Daniel Isenmann 
+# Contributor: William Rea 
+
+pkgname=libgpod
+pkgver=0.8.2
+pkgrel=7
+pkgdesc="A shared library to access the contents of an iPod"
+arch=(i686 x86_64)
+license=('LGPL')
+depends=('gdk

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

2013-05-11 Thread Tom Gundersen
Date: Saturday, May 11, 2013 @ 18:16:29
  Author: tomegun
Revision: 185165

db-move: moved gvfs from [staging] to [extra] (i686, x86_64)

Added:
  gvfs/repos/extra-i686/PKGBUILD
(from rev 185164, gvfs/repos/staging-i686/PKGBUILD)
  gvfs/repos/extra-i686/gvfs-module.install
(from rev 185164, gvfs/repos/staging-i686/gvfs-module.install)
  gvfs/repos/extra-i686/gvfs-smb.install
(from rev 185164, gvfs/repos/staging-i686/gvfs-smb.install)
  gvfs/repos/extra-i686/gvfs.install
(from rev 185164, gvfs/repos/staging-i686/gvfs.install)
  gvfs/repos/extra-x86_64/PKGBUILD
(from rev 185164, gvfs/repos/staging-x86_64/PKGBUILD)
  gvfs/repos/extra-x86_64/gvfs-module.install
(from rev 185164, gvfs/repos/staging-x86_64/gvfs-module.install)
  gvfs/repos/extra-x86_64/gvfs-smb.install
(from rev 185164, gvfs/repos/staging-x86_64/gvfs-smb.install)
  gvfs/repos/extra-x86_64/gvfs.install
(from rev 185164, gvfs/repos/staging-x86_64/gvfs.install)
Deleted:
  gvfs/repos/extra-i686/PKGBUILD
  gvfs/repos/extra-i686/gvfs-module.install
  gvfs/repos/extra-i686/gvfs-smb.install
  gvfs/repos/extra-i686/gvfs.install
  gvfs/repos/extra-x86_64/PKGBUILD
  gvfs/repos/extra-x86_64/gvfs-module.install
  gvfs/repos/extra-x86_64/gvfs-smb.install
  gvfs/repos/extra-x86_64/gvfs.install
  gvfs/repos/staging-i686/
  gvfs/repos/staging-x86_64/

--+
 /PKGBUILD|  278 +
 /gvfs-module.install |   14 +
 /gvfs-smb.install|   24 +++
 /gvfs.install|   28 +++
 extra-i686/PKGBUILD  |  139 --
 extra-i686/gvfs-module.install   |7 
 extra-i686/gvfs-smb.install  |   12 -
 extra-i686/gvfs.install  |   14 -
 extra-x86_64/PKGBUILD|  139 --
 extra-x86_64/gvfs-module.install |7 
 extra-x86_64/gvfs-smb.install|   12 -
 extra-x86_64/gvfs.install|   14 -
 12 files changed, 344 insertions(+), 344 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-05-11 16:05:43 UTC (rev 185164)
+++ extra-i686/PKGBUILD 2013-05-11 16:16:29 UTC (rev 185165)
@@ -1,139 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot 
-
-pkgbase=gvfs
-pkgname=('gvfs' 'gvfs-smb' 'gvfs-afc' 'gvfs-afp' 'gvfs-gphoto2' 'gvfs-obexftp' 
'gvfs-goa' 'gvfs-mtp')
-pkgver=1.16.1
-pkgrel=1
-arch=('i686' 'x86_64')
-license=('LGPL')
-makedepends=('avahi' 'bluez' 'dbus-glib' 'fuse' 'intltool' 'libarchive' 
'libcdio-paranoia' 'libgphoto2' 'libimobiledevice' 'libsoup>=2.24.0' 
'smbclient' 'udisks2' 'libsecret' 'docbook-xsl' 'gtk3' 'libmtp' 
'gnome-online-accounts' 'libbluray')
-url="http://www.gnome.org";
-options=(!libtool)
-source=(http://ftp.gnome.org/pub/gnome/sources/$pkgbase/${pkgver%.*}/$pkgbase-$pkgver.tar.xz)
-sha256sums=('e7ec47547ff8029a2e8d81533bdfa870fe4a547c9d7c4e1e946d42d38970b0ac')
-
-build() {
-  cd "$pkgbase-$pkgver"
-  ./configure --prefix=/usr --sysconfdir=/etc \
-  --localstatedir=/var --disable-static \
-  --libexecdir=/usr/lib/gvfs \
-  --with-bash-completion-dir=/usr/share/bash-completion/completions
-  make
-}
-
-package_gvfs() {
-  pkgdesc="Userspace virtual filesystem implemented as a pluggable module for 
gio"
-  depends=('avahi' 'dconf' 'fuse' 'libarchive' 'libcdio-paranoia' 
'libsoup>=2.24.0' 'udisks2' 'libsecret' 'libbluray')
-  optdepends=('gvfs-afc: AFC (mobile devices) support'
-  'gvfs-smb: SMB/CIFS (Windows client) support'
-  'gvfs-gphoto2: gphoto2 (PTP camera/MTP media player) support'
-  'gvfs-obexftp: ObexFTP (bluetooth) 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,obexftp,mtp}
-  rm 
usr/share/gvfs/mounts/{smb,smb-browse,afc,afp,afp-browse,gphoto2,obexftp,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/s

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

2013-05-11 Thread Tom Gundersen
Date: Saturday, May 11, 2013 @ 18:05:43
  Author: tomegun
Revision: 185164

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

Added:
  upower/repos/staging-i686/
  upower/repos/staging-i686/PKGBUILD
(from rev 185163, upower/trunk/PKGBUILD)
  upower/repos/staging-x86_64/
  upower/repos/staging-x86_64/PKGBUILD
(from rev 185163, upower/trunk/PKGBUILD)

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

Copied: upower/repos/staging-i686/PKGBUILD (from rev 185163, 
upower/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2013-05-11 16:05:43 UTC (rev 185164)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Jan de Groot 
+
+pkgname=upower
+pkgver=0.9.20
+pkgrel=2
+pkgdesc="Abstraction for enumerating power devices, listening to device events 
and querying history and statistics"
+arch=('i686' 'x86_64')
+url="http://upower.freedesktop.org";
+license=('GPL')
+depends=('systemd-tools' 'libsystemd' 'libusb' 'polkit' 'pm-utils' 'dbus-glib' 
'libimobiledevice')
+makedepends=('intltool' 'docbook-xsl' 'gobject-introspection' 'systemd')
+options=('!libtool')
+source=($url/releases/$pkgname-$pkgver.tar.xz)
+md5sums=('f175984d142dc8d2353a7da609836b69')
+
+build() {
+  cd "$pkgname-$pkgver"
+
+  # put udev files in /usr/lib
+  # should be dropped as of 0.9.21!!
+  sed -i "/slashlibdir=/s#/lib#/usr/lib#" configure
+
+  ./configure --prefix=/usr --sysconfdir=/etc \
+--localstatedir=/var \
+--libexecdir=/usr/lib/$pkgname \
+--disable-static \
+--enable-deprecated
+  make
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+}

Copied: upower/repos/staging-x86_64/PKGBUILD (from rev 185163, 
upower/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2013-05-11 16:05:43 UTC (rev 185164)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Jan de Groot 
+
+pkgname=upower
+pkgver=0.9.20
+pkgrel=2
+pkgdesc="Abstraction for enumerating power devices, listening to device events 
and querying history and statistics"
+arch=('i686' 'x86_64')
+url="http://upower.freedesktop.org";
+license=('GPL')
+depends=('systemd-tools' 'libsystemd' 'libusb' 'polkit' 'pm-utils' 'dbus-glib' 
'libimobiledevice')
+makedepends=('intltool' 'docbook-xsl' 'gobject-introspection' 'systemd')
+options=('!libtool')
+source=($url/releases/$pkgname-$pkgver.tar.xz)
+md5sums=('f175984d142dc8d2353a7da609836b69')
+
+build() {
+  cd "$pkgname-$pkgver"
+
+  # put udev files in /usr/lib
+  # should be dropped as of 0.9.21!!
+  sed -i "/slashlibdir=/s#/lib#/usr/lib#" configure
+
+  ./configure --prefix=/usr --sysconfdir=/etc \
+--localstatedir=/var \
+--libexecdir=/usr/lib/$pkgname \
+--disable-static \
+--enable-deprecated
+  make
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+}



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

2013-05-11 Thread Tom Gundersen
Date: Saturday, May 11, 2013 @ 18:05:35
  Author: tomegun
Revision: 185163

upgpkg: upower 0.9.20-2

libimobiledevice rebuild

Modified:
  upower/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-05-11 16:05:32 UTC (rev 185162)
+++ PKGBUILD2013-05-11 16:05:35 UTC (rev 185163)
@@ -3,7 +3,7 @@
 
 pkgname=upower
 pkgver=0.9.20
-pkgrel=1
+pkgrel=2
 pkgdesc="Abstraction for enumerating power devices, listening to device events 
and querying history and statistics"
 arch=('i686' 'x86_64')
 url="http://upower.freedesktop.org";



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

2013-05-11 Thread Tom Gundersen
Date: Saturday, May 11, 2013 @ 18:05:32
  Author: tomegun
Revision: 185162

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

Added:
  rhythmbox/repos/staging-i686/
  rhythmbox/repos/staging-i686/PKGBUILD
(from rev 185161, rhythmbox/trunk/PKGBUILD)
  rhythmbox/repos/staging-i686/rhythmbox.install
(from rev 185161, rhythmbox/trunk/rhythmbox.install)
  rhythmbox/repos/staging-x86_64/
  rhythmbox/repos/staging-x86_64/PKGBUILD
(from rev 185161, rhythmbox/trunk/PKGBUILD)
  rhythmbox/repos/staging-x86_64/rhythmbox.install
(from rev 185161, rhythmbox/trunk/rhythmbox.install)

--+
 staging-i686/PKGBUILD|   42 +
 staging-i686/rhythmbox.install   |   13 +++
 staging-x86_64/PKGBUILD  |   42 +
 staging-x86_64/rhythmbox.install |   13 +++
 4 files changed, 110 insertions(+)

Copied: rhythmbox/repos/staging-i686/PKGBUILD (from rev 185161, 
rhythmbox/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2013-05-11 16:05:32 UTC (rev 185162)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Jan de Groot 
+# Contributor: Giovanni Scafora 
+
+pkgname=rhythmbox
+pkgver=2.99.1
+pkgrel=2
+pkgdesc="An iTunes-like music playback and management application"
+arch=(i686 x86_64)
+license=(GPL)
+url="http://www.rhythmbox.org";
+depends=(dconf desktop-file-utils gst-plugins-base gst-plugins-good libsoup 
json-glib libnotify libpeas media-player-info python2-gobject totem-plparser 
tdb webkitgtk3)
+makedepends=(itstool intltool brasero gobject-introspection vala grilo 
libdmapsharing lirc-utils libgpod libmtp)
+optdepends=('gst-plugins-ugly: Extra media codecs'
+'gst-plugins-bad: Extra media codecs'
+'gst-libav: Extra media codecs'
+'brasero: Audio CD Recorder plugin'
+'libdmapsharing: DAAP Music Sharing plugin'
+'grilo-plugins: Grilo media browser plugin'
+'lirc-utils: LIRC plugin'
+'libgpod: Portable Players - iPod plugin'
+'libmtp: Portable Players - MTP plugin'
+'zeitgeist: Zeitgeist plugin')
+options=('!libtool' '!emptydirs')
+install=rhythmbox.install
+source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver::4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('ed30bb534a789e2b50f953e33eee0bb09f389fe813d433a87d504d07be5f')
+
+build() {
+  cd "$pkgname-$pkgver"
+  PYTHON=/usr/bin/python2 ./configure --prefix=/usr --sysconfdir=/etc \
+  --libexecdir=/usr/lib/rhythmbox \
+  --localstatedir=/var --disable-static \
+  --enable-daap --enable-python --enable-vala
+  make
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+  rm -r "$pkgdir/usr/lib/rhythmbox/sample-plugins"
+}

Copied: rhythmbox/repos/staging-i686/rhythmbox.install (from rev 185161, 
rhythmbox/trunk/rhythmbox.install)
===
--- staging-i686/rhythmbox.install  (rev 0)
+++ staging-i686/rhythmbox.install  2013-05-11 16:05:32 UTC (rev 185162)
@@ -0,0 +1,13 @@
+post_install() {
+glib-compile-schemas /usr/share/glib-2.0/schemas
+update-desktop-database -q
+gtk-update-icon-cache -f -q -t /usr/share/icons/hicolor
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}

Copied: rhythmbox/repos/staging-x86_64/PKGBUILD (from rev 185161, 
rhythmbox/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2013-05-11 16:05:32 UTC (rev 185162)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Jan de Groot 
+# Contributor: Giovanni Scafora 
+
+pkgname=rhythmbox
+pkgver=2.99.1
+pkgrel=2
+pkgdesc="An iTunes-like music playback and management application"
+arch=(i686 x86_64)
+license=(GPL)
+url="http://www.rhythmbox.org";
+depends=(dconf desktop-file-utils gst-plugins-base gst-plugins-good libsoup 
json-glib libnotify libpeas media-player-info python2-gobject totem-plparser 
tdb webkitgtk3)
+makedepends=(itstool intltool brasero gobject-introspection vala grilo 
libdmapsharing lirc-utils libgpod libmtp)
+optdepends=('gst-plugins-ugly: Extra media codecs'
+'gst-plugins-bad: Extra media codecs'
+'gst-libav: Extra media codecs'
+'brasero: Audio CD Recorder plugin'
+'libdmapsharing: DAAP Music Sharing plugin'
+'grilo-plugins: Grilo media browser plugin'
+'lirc-utils: LIRC plugin'
+'libgpod: Portable Players - iPod plugin'
+'libmtp: Portable Players - MTP plugin'
+'zeitgeist: Zeitgeist plugin')
+options=('!libtool' '!emptydirs')
+install=rhythmbox.install
+source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver::4}/$

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

2013-05-11 Thread Tom Gundersen
Date: Saturday, May 11, 2013 @ 18:05:25
  Author: tomegun
Revision: 185161

upgpkg: rhythmbox 2.99.1-2

libimobiledevice rebuild

Modified:
  rhythmbox/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-05-11 16:05:22 UTC (rev 185160)
+++ PKGBUILD2013-05-11 16:05:25 UTC (rev 185161)
@@ -4,7 +4,7 @@
 
 pkgname=rhythmbox
 pkgver=2.99.1
-pkgrel=1
+pkgrel=2
 pkgdesc="An iTunes-like music playback and management application"
 arch=(i686 x86_64)
 license=(GPL)



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

2013-05-11 Thread Tom Gundersen
Date: Saturday, May 11, 2013 @ 18:05:22
  Author: tomegun
Revision: 185160

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

Added:
  libgpod/repos/staging-i686/
  libgpod/repos/staging-i686/PKGBUILD
(from rev 185159, libgpod/trunk/PKGBUILD)
  libgpod/repos/staging-x86_64/
  libgpod/repos/staging-x86_64/PKGBUILD
(from rev 185159, libgpod/trunk/PKGBUILD)

-+
 staging-i686/PKGBUILD   |   31 +++
 staging-x86_64/PKGBUILD |   31 +++
 2 files changed, 62 insertions(+)

Copied: libgpod/repos/staging-i686/PKGBUILD (from rev 185159, 
libgpod/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2013-05-11 16:05:22 UTC (rev 185160)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Daniel Isenmann 
+# Contributor: William Rea 
+
+pkgname=libgpod
+pkgver=0.8.2
+pkgrel=7
+pkgdesc="A shared library to access the contents of an iPod"
+arch=(i686 x86_64)
+license=('LGPL')
+depends=('gdk-pixbuf2' 'mutagen' 'sg3_utils' 'libimobiledevice' 'libplist')
+makedepends=('intltool' 'swig' 'docbook-xsl' 'pygobject2-devel' 'gtk-sharp-2')
+optdepends=('gtk-sharp-2: Mono bindings'
+'python2-gobject2: python bindings')
+url="http://www.gtkpod.org/libgpod/";
+source=(http://downloads.sourceforge.net/sourceforge/gtkpod/${pkgname}-${pkgver}.tar.bz2)
+options=('!libtool' '!emptydirs')
+md5sums=('ff0fd875fa08f2a6a49dec57ce3367ab')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  ./configure --prefix=/usr --with-udev-dir=/usr/lib/udev \
+  --enable-udev --with-python=/usr/bin/python2
+  make PREFIX=/usr
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make PREFIX=/usr DESTDIR="${pkgdir}" install
+}
+

Copied: libgpod/repos/staging-x86_64/PKGBUILD (from rev 185159, 
libgpod/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2013-05-11 16:05:22 UTC (rev 185160)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Daniel Isenmann 
+# Contributor: William Rea 
+
+pkgname=libgpod
+pkgver=0.8.2
+pkgrel=7
+pkgdesc="A shared library to access the contents of an iPod"
+arch=(i686 x86_64)
+license=('LGPL')
+depends=('gdk-pixbuf2' 'mutagen' 'sg3_utils' 'libimobiledevice' 'libplist')
+makedepends=('intltool' 'swig' 'docbook-xsl' 'pygobject2-devel' 'gtk-sharp-2')
+optdepends=('gtk-sharp-2: Mono bindings'
+'python2-gobject2: python bindings')
+url="http://www.gtkpod.org/libgpod/";
+source=(http://downloads.sourceforge.net/sourceforge/gtkpod/${pkgname}-${pkgver}.tar.bz2)
+options=('!libtool' '!emptydirs')
+md5sums=('ff0fd875fa08f2a6a49dec57ce3367ab')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  ./configure --prefix=/usr --with-udev-dir=/usr/lib/udev \
+  --enable-udev --with-python=/usr/bin/python2
+  make PREFIX=/usr
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make PREFIX=/usr DESTDIR="${pkgdir}" install
+}
+



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

2013-05-11 Thread Tom Gundersen
Date: Saturday, May 11, 2013 @ 18:05:15
  Author: tomegun
Revision: 185159

upgpkg: libgpod 0.8.2-7

libimobiledevice rebuild

Modified:
  libgpod/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-05-11 16:05:11 UTC (rev 185158)
+++ PKGBUILD2013-05-11 16:05:15 UTC (rev 185159)
@@ -4,7 +4,7 @@
 
 pkgname=libgpod
 pkgver=0.8.2
-pkgrel=6
+pkgrel=7
 pkgdesc="A shared library to access the contents of an iPod"
 arch=(i686 x86_64)
 license=('LGPL')



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

2013-05-11 Thread Tom Gundersen
Date: Saturday, May 11, 2013 @ 18:05:11
  Author: tomegun
Revision: 185158

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

Added:
  gvfs/repos/staging-i686/
  gvfs/repos/staging-i686/PKGBUILD
(from rev 185157, gvfs/trunk/PKGBUILD)
  gvfs/repos/staging-i686/gvfs-module.install
(from rev 185157, gvfs/trunk/gvfs-module.install)
  gvfs/repos/staging-i686/gvfs-smb.install
(from rev 185157, gvfs/trunk/gvfs-smb.install)
  gvfs/repos/staging-i686/gvfs.install
(from rev 185157, gvfs/trunk/gvfs.install)
  gvfs/repos/staging-x86_64/
  gvfs/repos/staging-x86_64/PKGBUILD
(from rev 185157, gvfs/trunk/PKGBUILD)
  gvfs/repos/staging-x86_64/gvfs-module.install
(from rev 185157, gvfs/trunk/gvfs-module.install)
  gvfs/repos/staging-x86_64/gvfs-smb.install
(from rev 185157, gvfs/trunk/gvfs-smb.install)
  gvfs/repos/staging-x86_64/gvfs.install
(from rev 185157, gvfs/trunk/gvfs.install)

+
 staging-i686/PKGBUILD  |  139 +++
 staging-i686/gvfs-module.install   |7 +
 staging-i686/gvfs-smb.install  |   12 +++
 staging-i686/gvfs.install  |   14 +++
 staging-x86_64/PKGBUILD|  139 +++
 staging-x86_64/gvfs-module.install |7 +
 staging-x86_64/gvfs-smb.install|   12 +++
 staging-x86_64/gvfs.install|   14 +++
 8 files changed, 344 insertions(+)

Copied: gvfs/repos/staging-i686/PKGBUILD (from rev 185157, gvfs/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2013-05-11 16:05:11 UTC (rev 185158)
@@ -0,0 +1,139 @@
+# $Id$
+# Maintainer: Jan de Groot 
+
+pkgbase=gvfs
+pkgname=('gvfs' 'gvfs-smb' 'gvfs-afc' 'gvfs-afp' 'gvfs-gphoto2' 'gvfs-obexftp' 
'gvfs-goa' 'gvfs-mtp')
+pkgver=1.16.1
+pkgrel=2
+arch=('i686' 'x86_64')
+license=('LGPL')
+makedepends=('avahi' 'bluez' 'dbus-glib' 'fuse' 'intltool' 'libarchive' 
'libcdio-paranoia' 'libgphoto2' 'libimobiledevice' 'libsoup>=2.24.0' 
'smbclient' 'udisks2' 'libsecret' 'docbook-xsl' 'gtk3' 'libmtp' 
'gnome-online-accounts' 'libbluray')
+url="http://www.gnome.org";
+options=(!libtool)
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgbase/${pkgver%.*}/$pkgbase-$pkgver.tar.xz)
+sha256sums=('e7ec47547ff8029a2e8d81533bdfa870fe4a547c9d7c4e1e946d42d38970b0ac')
+
+build() {
+  cd "$pkgbase-$pkgver"
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --localstatedir=/var --disable-static \
+  --libexecdir=/usr/lib/gvfs \
+  --with-bash-completion-dir=/usr/share/bash-completion/completions
+  make
+}
+
+package_gvfs() {
+  pkgdesc="Userspace virtual filesystem implemented as a pluggable module for 
gio"
+  depends=('avahi' 'dconf' 'fuse' 'libarchive' 'libcdio-paranoia' 
'libsoup>=2.24.0' 'udisks2' 'libsecret' 'libbluray')
+  optdepends=('gvfs-afc: AFC (mobile devices) support'
+  'gvfs-smb: SMB/CIFS (Windows client) support'
+  'gvfs-gphoto2: gphoto2 (PTP camera/MTP media player) support'
+  'gvfs-obexftp: ObexFTP (bluetooth) 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,obexftp,mtp}
+  rm 
usr/share/gvfs/mounts/{smb,smb-browse,afc,afp,afp-browse,gphoto2,obexftp,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() {
+  pkgdesc="AFC (mobile devices) backend for gvfs"
+  depends=("gvfs=$pkgver" 'libimobiledevice')
+  install=gvfs-module.install
+
+  cd "$pkgbase-$pkgver/daemon"
+  install -D .libs/gvfsd-afc "$pkgdir/usr/lib/gvfs/gvfsd-afc"
+  install -Dm644 afc.mount "$pkgdir/usr/share/gvfs/mounts/afc.mount"
+
+  cd "$srcdir/$pkgbase-$pkgver/monitor/afc"
+  make DESTDI

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

2013-05-11 Thread Tom Gundersen
Date: Saturday, May 11, 2013 @ 18:05:02
  Author: tomegun
Revision: 185157

upgpkg: gvfs 1.16.1-2

libimobiledevice rebuild

Modified:
  gvfs/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-05-11 15:27:45 UTC (rev 185156)
+++ PKGBUILD2013-05-11 16:05:02 UTC (rev 185157)
@@ -4,7 +4,7 @@
 pkgbase=gvfs
 pkgname=('gvfs' 'gvfs-smb' 'gvfs-afc' 'gvfs-afp' 'gvfs-gphoto2' 'gvfs-obexftp' 
'gvfs-goa' 'gvfs-mtp')
 pkgver=1.16.1
-pkgrel=1
+pkgrel=2
 arch=('i686' 'x86_64')
 license=('LGPL')
 makedepends=('avahi' 'bluez' 'dbus-glib' 'fuse' 'intltool' 'libarchive' 
'libcdio-paranoia' 'libgphoto2' 'libimobiledevice' 'libsoup>=2.24.0' 
'smbclient' 'udisks2' 'libsecret' 'docbook-xsl' 'gtk3' 'libmtp' 
'gnome-online-accounts' 'libbluray')



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

2013-05-11 Thread Tom Gundersen
Date: Saturday, May 11, 2013 @ 18:04:31
  Author: tomegun
Revision: 90340

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

Added:
  ifuse/repos/community-staging-i686/
  ifuse/repos/community-staging-i686/PKGBUILD
(from rev 90339, ifuse/trunk/PKGBUILD)
  ifuse/repos/community-staging-x86_64/
  ifuse/repos/community-staging-x86_64/PKGBUILD
(from rev 90339, ifuse/trunk/PKGBUILD)

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

Copied: ifuse/repos/community-staging-i686/PKGBUILD (from rev 90339, 
ifuse/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2013-05-11 16:04:31 UTC (rev 90340)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer:  Federico Cinelli 
+# Contributor: Thomas Dziedzic  < gostrc at gmail >
+# Contributor: Gabriel Martinez < reitaka at gmail dot com >
+
+pkgname=ifuse
+pkgver=1.1.2
+pkgrel=4
+pkgdesc='A fuse filesystem to access the contents of an iPhone or iPod Touch'
+url='http://libimobiledevice.org/'
+arch=('i686' 'x86_64')
+license=('LGPL2.1')
+depends=('libimobiledevice' 'fuse')
+source=("http://www.libimobiledevice.org/downloads/$pkgname-$pkgver.tar.bz2";)
+md5sums=('4152526b2ac3c505cb41797d997be14d')
+
+build() {
+  cd "$pkgname-$pkgver"
+
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+}

Copied: ifuse/repos/community-staging-x86_64/PKGBUILD (from rev 90339, 
ifuse/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2013-05-11 16:04:31 UTC (rev 90340)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer:  Federico Cinelli 
+# Contributor: Thomas Dziedzic  < gostrc at gmail >
+# Contributor: Gabriel Martinez < reitaka at gmail dot com >
+
+pkgname=ifuse
+pkgver=1.1.2
+pkgrel=4
+pkgdesc='A fuse filesystem to access the contents of an iPhone or iPod Touch'
+url='http://libimobiledevice.org/'
+arch=('i686' 'x86_64')
+license=('LGPL2.1')
+depends=('libimobiledevice' 'fuse')
+source=("http://www.libimobiledevice.org/downloads/$pkgname-$pkgver.tar.bz2";)
+md5sums=('4152526b2ac3c505cb41797d997be14d')
+
+build() {
+  cd "$pkgname-$pkgver"
+
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+}



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

2013-05-11 Thread Tom Gundersen
Date: Saturday, May 11, 2013 @ 18:04:24
  Author: tomegun
Revision: 90339

upgpkg: ifuse 1.1.2-4

libimobiledevice rebuild

Modified:
  ifuse/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-05-11 16:04:21 UTC (rev 90338)
+++ PKGBUILD2013-05-11 16:04:24 UTC (rev 90339)
@@ -5,7 +5,7 @@
 
 pkgname=ifuse
 pkgver=1.1.2
-pkgrel=3
+pkgrel=4
 pkgdesc='A fuse filesystem to access the contents of an iPhone or iPod Touch'
 url='http://libimobiledevice.org/'
 arch=('i686' 'x86_64')



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

2013-05-11 Thread Tom Gundersen
Date: Saturday, May 11, 2013 @ 18:04:21
  Author: tomegun
Revision: 90338

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

Added:
  gtkpod/repos/community-staging-i686/
  gtkpod/repos/community-staging-i686/PKGBUILD
(from rev 90337, gtkpod/trunk/PKGBUILD)
  gtkpod/repos/community-staging-i686/gtkpod-2.1.3-gdl-3.6.patch
(from rev 90337, gtkpod/trunk/gtkpod-2.1.3-gdl-3.6.patch)
  gtkpod/repos/community-staging-i686/gtkpod.install
(from rev 90337, gtkpod/trunk/gtkpod.install)
  gtkpod/repos/community-staging-x86_64/
  gtkpod/repos/community-staging-x86_64/PKGBUILD
(from rev 90337, gtkpod/trunk/PKGBUILD)
  gtkpod/repos/community-staging-x86_64/gtkpod-2.1.3-gdl-3.6.patch
(from rev 90337, gtkpod/trunk/gtkpod-2.1.3-gdl-3.6.patch)
  gtkpod/repos/community-staging-x86_64/gtkpod.install
(from rev 90337, gtkpod/trunk/gtkpod.install)

-+
 community-staging-i686/PKGBUILD |   40 
 community-staging-i686/gtkpod-2.1.3-gdl-3.6.patch   |   59 ++
 community-staging-i686/gtkpod.install   |   12 +++
 community-staging-x86_64/PKGBUILD   |   40 
 community-staging-x86_64/gtkpod-2.1.3-gdl-3.6.patch |   59 ++
 community-staging-x86_64/gtkpod.install |   12 +++
 6 files changed, 222 insertions(+)

Copied: gtkpod/repos/community-staging-i686/PKGBUILD (from rev 90337, 
gtkpod/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2013-05-11 16:04:21 UTC (rev 90338)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer:  Federico Cinelli 
+# Contributor: Kevin Piche 
+# Contributor: Aaron Griffin 
+
+pkgname=gtkpod
+pkgver=2.1.3
+pkgrel=4
+pkgdesc="A platform independent GUI for Apple's iPod using GTK3"
+arch=('i686' 'x86_64')
+url="http://gtkpod.sourceforge.net";
+license=('GPL')
+depends=('libanjuta' 'curl' 'flac' 'libid3tag' 'libgpod' 'awk' 
'hicolor-icon-theme' 'libwebkit3')
+makedepends=('flex' 'intltool' 'faad2' 'libvorbis')
+optdepends=('libmp4v2: MP4/h264 support'
+'vorbis-tools: OGG support'
+   'libvorbis: OGG support'
+'id3v2: mp3 conversion support'
+'faad2: m4a conversion support')
+install=gtkpod.install
+options=('!libtool')
+source=("http://downloads.sourceforge.net/gtkpod/$pkgname-$pkgver.tar.gz";
+   gtkpod-2.1.3-gdl-3.6.patch)
+md5sums=('57f04578de6e3262a436ec574422b144'
+'94a4cc0b47ba8895c0a51e53e94da517')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  patch -p1 -i "$srcdir/gtkpod-2.1.3-gdl-3.6.patch"
+  sed -i 's#python#python2#' scripts/sync-palm-jppy.py
+
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+}

Copied: gtkpod/repos/community-staging-i686/gtkpod-2.1.3-gdl-3.6.patch (from 
rev 90337, gtkpod/trunk/gtkpod-2.1.3-gdl-3.6.patch)
===
--- community-staging-i686/gtkpod-2.1.3-gdl-3.6.patch   
(rev 0)
+++ community-staging-i686/gtkpod-2.1.3-gdl-3.6.patch   2013-05-11 16:04:21 UTC 
(rev 90338)
@@ -0,0 +1,59 @@
+Index: gtkpod-2.1.3/src/anjuta-action-callbacks.c
+===
+--- gtkpod-2.1.3.orig/src/anjuta-action-callbacks.c
 gtkpod-2.1.3/src/anjuta-action-callbacks.c
+@@ -65,7 +65,7 @@ void
+ on_layout_lock_toggle (GtkAction *action, AnjutaApp *app)
+ {
+   if (app->layout_manager)
+-  g_object_set (app->layout_manager->master, "locked",
++  g_object_set (gdl_dock_layout_get_master (app->layout_manager), 
"locked",
+ gtk_toggle_action_get_active 
(GTK_TOGGLE_ACTION (action)),
+ NULL);
+ }
+Index: gtkpod-2.1.3/src/anjuta-app.c
+===
+--- gtkpod-2.1.3.orig/src/anjuta-app.c
 gtkpod-2.1.3/src/anjuta-app.c
+@@ -252,7 +252,7 @@ static void on_gdl_style_changed(GSettin
+ else if (g_strcmp0(pr_style, "Tabs") == 0)
+ style = GDL_SWITCHER_STYLE_TABS;
+ 
+-g_object_set(G_OBJECT(app->layout_manager->master), "switcher-style", 
style, NULL);
++g_object_set(G_OBJECT(gdl_dock_layout_get_master (app->layout_manager)), 
"switcher-style", style, NULL);
+ g_free(pr_style);
+ }
+ 
+@@ -478,14 +478,14 @@ static void anjuta_app_instance_init(Anj
+ gtk_widget_show(app->dock);
+ gtk_box_pack_end(GTK_BOX (hbox), app->dock, TRUE, TRUE, 0);
+ 
+-dockbar = gdl_dock_bar_new(GDL_DOCK(app->dock));
++dockbar = gdl_dock_bar_new(G_OBJECT(app->dock));
+ gtk_widget_show(dockbar);
+ gtk_box_pack_start(GTK_BOX (hbox), dockbar, FALSE, FALSE, 0);
+ 
+-app->layout_manager = gdl_dock_layout_new(GDL_DOCK (app->

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

2013-05-11 Thread Tom Gundersen
Date: Saturday, May 11, 2013 @ 18:04:12
  Author: tomegun
Revision: 90337

upgpkg: gtkpod 2.1.3-4

libimobiledevice rebuild

Modified:
  gtkpod/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-05-11 16:04:09 UTC (rev 90336)
+++ PKGBUILD2013-05-11 16:04:12 UTC (rev 90337)
@@ -5,7 +5,7 @@
 
 pkgname=gtkpod
 pkgver=2.1.3
-pkgrel=3
+pkgrel=4
 pkgdesc="A platform independent GUI for Apple's iPod using GTK3"
 arch=('i686' 'x86_64')
 url="http://gtkpod.sourceforge.net";



  1   2   >