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

2011-01-23 Thread Gaetan Bisson
Date: Sunday, January 23, 2011 @ 03:55:35
  Author: bisson
Revision: 107286

fix mistake: remove libxml2

Modified:
  bind/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-01-23 06:27:36 UTC (rev 107285)
+++ PKGBUILD2011-01-23 08:55:35 UTC (rev 107286)
@@ -5,7 +5,7 @@
 pkgname=bind
 pkgver=9.7.2.P3
 _pkgver=9.7.2-P3
-pkgrel=1
+pkgrel=2
 pkgdesc='Berkeley Internet Name Daemon (BIND) is the reference implementation 
of the Domain Name System (DNS) protocols'
 arch=('i686' 'x86_64')
 url='http://www.isc.org/software/bind/'
@@ -16,8 +16,6 @@
 'etc/named.conf'
 'etc/rndc.key')
 depends=('openssl')
-makedepends=('libxml2')
-optdepends=('libxml2: statistics-channels')
 options=('!libtool')
 source=(http://ftp.isc.org/isc/bind9/${_pkgver}/${pkgname}-${_pkgver}.tar.gz;
 'ftp://ftp.rs.internic.net/domain/db.cache'
@@ -52,7 +50,7 @@
./configure \
--prefix=/usr --sysconfdir=/etc --localstatedir=/var \
--with-libtool --enable-shared --disable-linux-caps \
-   --with-openssl=yes --with-libxml2=yes
+   --with-openssl=yes
make
 }
 



[arch-commits] Commit in bind/repos (testing-i686)

2011-01-23 Thread Gaetan Bisson
Date: Sunday, January 23, 2011 @ 03:55:45
  Author: bisson
Revision: 107287

archrelease: remove testing-i686

Deleted:
  bind/repos/testing-i686/



[arch-commits] Commit in bind/repos (testing-i686)

2011-01-23 Thread Gaetan Bisson
Date: Sunday, January 23, 2011 @ 03:55:57
  Author: bisson
Revision: 107288

archrelease: copy trunk to testing-i686

Added:
  bind/repos/testing-i686/



[arch-commits] Commit in bind/repos (testing-x86_64)

2011-01-23 Thread Gaetan Bisson
Date: Sunday, January 23, 2011 @ 03:56:05
  Author: bisson
Revision: 107289

archrelease: remove testing-x86_64

Deleted:
  bind/repos/testing-x86_64/



[arch-commits] Commit in bind/repos (testing-x86_64)

2011-01-23 Thread Gaetan Bisson
Date: Sunday, January 23, 2011 @ 03:56:17
  Author: bisson
Revision: 107290

archrelease: copy trunk to testing-x86_64

Added:
  bind/repos/testing-x86_64/



[arch-commits] Commit in ghostscript/trunk (PKGBUILD gs_bug691759and691760.diff)

2011-01-23 Thread andyrtr
Date: Sunday, January 23, 2011 @ 04:32:39
  Author: andyrtr
Revision: 107291

upgpkg: ghostscript 9.00-4
add another patch from upstream to solve part of FS#21388

Added:
  ghostscript/trunk/gs_bug691759and691760.diff
Modified:
  ghostscript/trunk/PKGBUILD

+
 PKGBUILD   |   10 +-
 gs_bug691759and691760.diff |  215 +++
 2 files changed, 222 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-01-23 08:56:17 UTC (rev 107290)
+++ PKGBUILD2011-01-23 09:32:39 UTC (rev 107291)
@@ -3,7 +3,7 @@
 
 pkgname=ghostscript
 pkgver=9.00
-pkgrel=3
+pkgrel=4
 pkgdesc=An interpreter for the PostScript language
 arch=('i686' 'x86_64')
 license=('GPL3' 'custom')
@@ -16,13 +16,15 @@
ghostscript-fPIC.patch
ghostscript-system-jasper.patch
svn_rev11948.diff
-   ghostscript-gdevcups-691733.patch)
+   ghostscript-gdevcups-691733.patch
+   gs_bug691759and691760.diff)
 options=('!libtool' '!makeflags')
 md5sums=('1ca5f245677f78f573e6490bdb40702f'
  '766d44c47c693f96941b658e360c1277'
  '03e27cd02471ab3b642c344fa06b623e'
  '78f2b9c2d6a5a60891b2d8b593a15b00'
- 'e459d4cf897bdb54fefbba9d57bd2fa2')
+ 'e459d4cf897bdb54fefbba9d57bd2fa2'
+ '21841b0ea5bd67cf4b68ba64c5d5755b')
 
 build() {
   cd ${srcdir}/ghostscript-${pkgver}
@@ -41,6 +43,8 @@
   # upstream fix for http://bugs.ghostscript.com/show_bug.cgi?id=691733 / part 
of https://bugs.archlinux.org/task/21388
   # patch taken from Fedora RawHide master
   patch -Np1 -i ${srcdir}/ghostscript-gdevcups-691733.patch
+  # patch for http://bugs.ghostscript.com/show_bug.cgi?id=691760 and 
http://bugs.ghostscript.com/show_bug.cgi?id=691759 / part of 
https://bugs.archlinux.org/task/21388
+  patch -Np2 -i ${srcdir}/gs_bug691759and691760.diff
   
   ./autogen.sh
   ./configure --prefix=/usr \

Added: gs_bug691759and691760.diff
===
--- gs_bug691759and691760.diff  (rev 0)
+++ gs_bug691759and691760.diff  2011-01-23 09:32:39 UTC (rev 107291)
@@ -0,0 +1,215 @@
+Modified: trunk/gs/base/gdevnfwd.c
+===
+--- trunk/gs/base/gdevnfwd.c   2011-01-06 23:48:14 UTC (rev 12004)
 trunk/gs/base/gdevnfwd.c   2011-01-07 04:49:42 UTC (rev 12005)
+@@ -1117,3 +1117,29 @@
+ {
+ return 0;
+ }
++
++bool
++fwd_uses_fwd_cmap_procs(gx_device * dev) 
++{
++const gx_cm_color_map_procs *pprocs;
++
++pprocs = dev_proc(dev, get_color_mapping_procs)(dev);
++if (pprocs == FwdDevice_cm_map_procs) {
++return true;
++}
++return false;
++}
++
++const gx_cm_color_map_procs*
++fwd_get_target_cmap_procs(gx_device * dev)
++{
++const gx_cm_color_map_procs *pprocs;
++gx_device_forward * const fdev = (gx_device_forward *)dev;
++gx_device * const tdev = fdev-target;
++
++pprocs = dev_proc(tdev, get_color_mapping_procs(tdev));
++while (pprocs == FwdDevice_cm_map_procs) {
++pprocs = fwd_get_target_cmap_procs(tdev);
++}
++return pprocs;
++}
+\ No newline at end of file
+
+Modified: trunk/gs/base/gdevp14.c
+===
+--- trunk/gs/base/gdevp14.c2011-01-06 23:48:14 UTC (rev 12004)
 trunk/gs/base/gdevp14.c2011-01-07 04:49:42 UTC (rev 12005)
+@@ -900,7 +900,11 @@
+ nos-parent_color_info_procs-num_components, 1,
+   false, false, true, tos-planestride, 
+   tos-rowstride, num_rows, num_cols);
+-/* Transform the data */
++/* Transform the data. Since the pdf14 device should be
++   using RGB, CMYK or Gray buffers, this transform 
++   does not need to worry about the cmap procs of 
++   the target device.  Those are handled when we do
++   the pdf14 put image operation */
+ gscms_transform_color_buffer(icc_link, input_buff_desc, 
+ output_buff_desc, tos-data, 
+ new_data_buf);
+
+Modified: trunk/gs/base/gxcmap.c
+===
+--- trunk/gs/base/gxcmap.c 2011-01-06 23:48:14 UTC (rev 12004)
 trunk/gs/base/gxcmap.c 2011-01-07 04:49:42 UTC (rev 12005)
+@@ -31,6 +31,7 @@
+ #include gsicc_manage.h
+ #include gdevdevn.h
+ #include gsicc_cache.h
++#include gscms.h
+ 
+ /* Structure descriptor */
+ public_st_device_color();
+@@ -1744,3 +1745,37 @@
+ 
+ }
+ }
++
++bool
++gx_device_uses_std_cmap_procs(gx_device * dev) 
++{
++const gx_cm_color_map_procs *pprocs;
++
++if (dev-device_icc_profile != NULL) {
++pprocs = dev_proc(dev, 

[arch-commits] Commit in ghostscript/repos (extra-i686)

2011-01-23 Thread andyrtr
Date: Sunday, January 23, 2011 @ 04:34:35
  Author: andyrtr
Revision: 107292

archrelease: remove extra-i686

Deleted:
  ghostscript/repos/extra-i686/



[arch-commits] Commit in ghostscript/repos (extra-i686)

2011-01-23 Thread andyrtr
Date: Sunday, January 23, 2011 @ 04:34:53
  Author: andyrtr
Revision: 107293

archrelease: copy trunk to extra-i686

Added:
  ghostscript/repos/extra-i686/



[arch-commits] Commit in ghostscript/repos (extra-x86_64)

2011-01-23 Thread andyrtr
Date: Sunday, January 23, 2011 @ 04:36:55
  Author: andyrtr
Revision: 107294

archrelease: remove extra-x86_64

Deleted:
  ghostscript/repos/extra-x86_64/



[arch-commits] Commit in ghostscript/repos (extra-x86_64)

2011-01-23 Thread andyrtr
Date: Sunday, January 23, 2011 @ 04:37:13
  Author: andyrtr
Revision: 107295

archrelease: copy trunk to extra-x86_64

Added:
  ghostscript/repos/extra-x86_64/



[arch-commits] Commit in xfce4-cpufreq-plugin/trunk (PKGBUILD)

2011-01-23 Thread andyrtr
Date: Sunday, January 23, 2011 @ 05:18:21
  Author: andyrtr
Revision: 107296

upgpkg: xfce4-cpufreq-plugin 1.0.0-1
upstream update 1.0.0

Modified:
  xfce4-cpufreq-plugin/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-01-23 09:37:13 UTC (rev 107295)
+++ PKGBUILD2011-01-23 10:18:21 UTC (rev 107296)
@@ -3,22 +3,22 @@
 # Contributor: tobias tobias funnychar archlinux.org
 
 pkgname=xfce4-cpufreq-plugin
-pkgver=0.0.1
-pkgrel=8
+pkgver=1.0.0
+pkgrel=1
 pkgdesc=CPU frequency plugin for the Xfce4 panel
 arch=('i686' 'x86_64')
 license=('GPL2')
 url=http://goodies.xfce.org/projects/panel-plugins/xfce4-cpufreq-plugin;
 groups=('xfce4-goodies')
 depends=('xfce4-panel=4.7.4' 'libxfcegui4' 'hicolor-icon-theme')
-makedepends=('perlxml')
+makedepends=('intltool')
 options=('!libtool')
 install=${pkgname}.install
-source=(http://archive.xfce.org/src/panel-plugins/${pkgname}/0.0/${pkgname}-${pkgver}.tar.gz)
-md5sums=('7ad41541d8065aab941de7d62857aa8b')
+source=(http://archive.xfce.org/src/panel-plugins/${pkgname}/1.0/${pkgname}-${pkgver}.tar.bz2)
+md5sums=('24cae9b8583cae82b715b4f72aa8e341')
 
 build() {
-  cd ${srcdir}/xfce4-cpu-freq-plugin-${pkgver}
+  cd ${srcdir}/xfce4-cpufreq-plugin-${pkgver}
   ./configure --prefix=/usr \
--sysconfdir=/etc \
--libexecdir=/usr/lib \
@@ -29,6 +29,6 @@
 }
 
 package() {
-  cd ${srcdir}/xfce4-cpu-freq-plugin-${pkgver}
+  cd ${srcdir}/xfce4-cpufreq-plugin-${pkgver}
   make DESTDIR=${pkgdir} install
 }



[arch-commits] Commit in xfce4-cpufreq-plugin/repos (extra-i686)

2011-01-23 Thread andyrtr
Date: Sunday, January 23, 2011 @ 05:18:28
  Author: andyrtr
Revision: 107297

archrelease: remove extra-i686

Deleted:
  xfce4-cpufreq-plugin/repos/extra-i686/



[arch-commits] Commit in xfce4-cpufreq-plugin/repos (extra-i686)

2011-01-23 Thread andyrtr
Date: Sunday, January 23, 2011 @ 05:18:45
  Author: andyrtr
Revision: 107298

archrelease: copy trunk to extra-i686

Added:
  xfce4-cpufreq-plugin/repos/extra-i686/



[arch-commits] Commit in xfce4-cpufreq-plugin/repos (extra-x86_64)

2011-01-23 Thread andyrtr
Date: Sunday, January 23, 2011 @ 05:19:10
  Author: andyrtr
Revision: 107300

archrelease: copy trunk to extra-x86_64

Added:
  xfce4-cpufreq-plugin/repos/extra-x86_64/



[arch-commits] Commit in openldap/trunk (slapd slapd.default)

2011-01-23 Thread Andrea Scarpino
Date: Sunday, January 23, 2011 @ 05:29:57
  Author: andrea
Revision: 107301

remove obsolete slurpd daemon (FS#22565)

Modified:
  openldap/trunk/slapd
  openldap/trunk/slapd.default

---+
 slapd |   41 ++---
 slapd.default |3 ---
 2 files changed, 6 insertions(+), 38 deletions(-)

Modified: slapd
===
--- slapd   2011-01-23 10:19:10 UTC (rev 107300)
+++ slapd   2011-01-23 10:29:57 UTC (rev 107301)
@@ -5,40 +5,21 @@
 
 [ -f /etc/default/slapd ]  . /etc/default/slapd
 
-if [ -z $SLURPD_START ] || [ $SLURPD_START = auto ]; then
-  if grep -q '^replica' /etc/openldap/slapd.conf  /dev/null 21 ; then
-SLURPD_START=yes
-  else
-SLURPD_START=no
-  fi
-fi
-
 PID=`pidof -o %PPID /usr/sbin/slapd`
-SLURPD_PID=`pidof -o %PPID /usr/sbin/slurpd`
 case $1 in
   start)
 stat_busy Starting OpenLDAP
-if [ -z $PID ]  [ -z $SLURPD_PID ]; then
+if [ -z $PID ]; then
   SLAPD_OPTIONS=-f /etc/openldap/slapd.conf $SLAPD_OPTIONS
-  SLURPD_OPTIONS=-f /etc/openldap/slapd.conf $SLURPD_OPTIONS
   if [ -z $SLAPD_SERVICES ]; then
-   /usr/sbin/slapd $SLAPD_OPTIONS
+/usr/sbin/slapd $SLAPD_OPTIONS
   else
-   /usr/sbin/slapd -h $SLAPD_SERVICES $SLAPD_OPTIONS
+/usr/sbin/slapd -h $SLAPD_SERVICES $SLAPD_OPTIONS
   fi
   if [ $? -gt 0 ]; then
-   stat_fail
+stat_fail
   else
-   stat_done
-if [ $SLURPD_START != no ]; then
-  stat_busy Starting OpenLDAP Replication service
- /usr/sbin/slurpd $SLURPD_OPTIONS
- if [ $? -gt 0 ]; then
-   stat_fail
- else
-stat_done
- fi
-   fi
+stat_done
   fi
   add_daemon slapd
 else
@@ -46,16 +27,6 @@
 fi
 ;;
   stop)
-if [ $SLURPD_START != no ]; then
-  stat_busy Stopping OpenLDAP Replication Service
-  [ ! -z $SLURPD_PID ]  kill $SLURPD_PID  /dev/null
-  if [ $? -gt 0 ]; then
-stat_fail
-  else
-   stat_done
-  fi
-fi
-
 stat_busy Stopping OpenLDAP
 [ ! -z $PID ]  kill $PID  /dev/null
 if [ $? -gt 0 ]; then
@@ -69,7 +40,7 @@
 ;;
   restart)
 $0 stop
-sleep 1
+sleep 3
 $0 start
 ;;
   *)

Modified: slapd.default
===
--- slapd.default   2011-01-23 10:19:10 UTC (rev 107300)
+++ slapd.default   2011-01-23 10:29:57 UTC (rev 107301)
@@ -4,6 +4,3 @@
 # Example usage:
 #SLAPD_SERVICES=ldap://127.0.0.1:389/ ldaps:/// ldapi:///
 SLAPD_OPTIONS=
-
-SLURPD_START=auto
-SLURPD_OPTIONS=



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

2011-01-23 Thread Andrea Scarpino
Date: Sunday, January 23, 2011 @ 05:53:21
  Author: andrea
Revision: 107302

upgpkg: openldap 2.4.23-3
use the config dir schema (FS#22566)

Added:
  openldap/trunk/openldap.install
Modified:
  openldap/trunk/PKGBUILD
  openldap/trunk/slapd

--+
 PKGBUILD |8 
 openldap.install |   10 ++
 slapd|1 -
 3 files changed, 14 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-01-23 10:29:57 UTC (rev 107301)
+++ PKGBUILD2011-01-23 10:53:21 UTC (rev 107302)
@@ -4,7 +4,7 @@
 
 pkgname=openldap
 pkgver=2.4.23
-pkgrel=2
+pkgrel=3
 pkgdesc=LDAP Server
 arch=('i686' 'x86_64')
 license=('custom')
@@ -17,9 +17,8 @@
 'slapd'
 'slapd.default')
 md5sums=('90150b8c0d0192e10b30157e68844ddf'
- 'a9c9d906b2132ee3cb3d100ef1c068ae'
- '95f50ebf185b1caf299fa4e3970d8ec2')
-options=('!emptydirs')
+ 'd245b56b84fae7358e0f3fb3dfa9a558'
+ '6be69f6b7e522cb64cce8703da81ed32')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}
@@ -90,6 +89,7 @@
 
   cd ../..
 
+  install -d ${pkgdir}/etc/openldap/slapd.d
   install -Dm755 ${srcdir}/slapd ${pkgdir}/etc/rc.d/slapd
   install -Dm644 ${srcdir}/slapd.default ${pkgdir}/etc/conf.d/slapd
   install -dm700 ${pkgdir}/var/lib/openldap

Added: openldap.install
===
--- openldap.install(rev 0)
+++ openldap.install2011-01-23 10:53:21 UTC (rev 107302)
@@ -0,0 +1,10 @@
+post_install(){
+slaptest -f etc/openldap/slapd.conf -F etc/openldap/slapd.d
+[ $? -eq 0 ]  rm etc/openldap/slapd.conf
+}
+
+post_update(){
+if [ $(vercmp $2 2.4.23) -le 0 ]; then
+post_install
+fi
+}

Modified: slapd
===
--- slapd   2011-01-23 10:29:57 UTC (rev 107301)
+++ slapd   2011-01-23 10:53:21 UTC (rev 107302)
@@ -10,7 +10,6 @@
   start)
 stat_busy Starting OpenLDAP
 if [ -z $PID ]; then
-  SLAPD_OPTIONS=-f /etc/openldap/slapd.conf $SLAPD_OPTIONS
   if [ -z $SLAPD_SERVICES ]; then
 /usr/sbin/slapd $SLAPD_OPTIONS
   else



[arch-commits] Commit in openldap/trunk (PKGBUILD slapd.default)

2011-01-23 Thread Andrea Scarpino
Date: Sunday, January 23, 2011 @ 05:57:57
  Author: andrea
Revision: 107303

add missing parameter to read configuration from dir

Modified:
  openldap/trunk/PKGBUILD
  openldap/trunk/slapd.default

---+
 PKGBUILD  |2 +-
 slapd.default |2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-01-23 10:53:21 UTC (rev 107302)
+++ PKGBUILD2011-01-23 10:57:57 UTC (rev 107303)
@@ -18,7 +18,7 @@
 'slapd.default')
 md5sums=('90150b8c0d0192e10b30157e68844ddf'
  'd245b56b84fae7358e0f3fb3dfa9a558'
- '6be69f6b7e522cb64cce8703da81ed32')
+ '62c8c407d210e38f2f923efd4ac0ccfa')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}

Modified: slapd.default
===
--- slapd.default   2011-01-23 10:53:21 UTC (rev 107302)
+++ slapd.default   2011-01-23 10:57:57 UTC (rev 107303)
@@ -3,4 +3,4 @@
 # sockets.
 # Example usage:
 #SLAPD_SERVICES=ldap://127.0.0.1:389/ ldaps:/// ldapi:///
-SLAPD_OPTIONS=
+SLAPD_OPTIONS=-F /etc/openldap/slapd.d/



[arch-commits] Commit in openldap/repos (testing-i686)

2011-01-23 Thread Andrea Scarpino
Date: Sunday, January 23, 2011 @ 06:00:47
  Author: andrea
Revision: 107304

archrelease: copy trunk to testing-i686

Added:
  openldap/repos/testing-i686/



[arch-commits] Commit in openldap/repos (testing-x86_64)

2011-01-23 Thread Andrea Scarpino
Date: Sunday, January 23, 2011 @ 06:01:03
  Author: andrea
Revision: 107305

archrelease: copy trunk to testing-x86_64

Added:
  openldap/repos/testing-x86_64/



[arch-commits] Commit in akonadi/kde-unstable (PKGBUILD)

2011-01-23 Thread Andrea Scarpino
Date: Sunday, January 23, 2011 @ 06:11:04
  Author: andrea
Revision: 107306

upgpkg: akonadi 1.5.0-1
upstream release

Modified:
  akonadi/kde-unstable/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-01-23 11:01:03 UTC (rev 107305)
+++ PKGBUILD2011-01-23 11:11:04 UTC (rev 107306)
@@ -3,7 +3,7 @@
 # Contributor: Pierre Schmitz pie...@archlinux.de
 
 pkgname=akonadi
-pkgver=1.4.95
+pkgver=1.5.0
 pkgrel=1
 pkgdesc=PIM layer, which provides an asynchronous API to access all kind of 
PIM data
 arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@
 makedepends=('pkgconfig' 'cmake' 'automoc4' 'boost')
 install=${pkgname}.install
 source=(http://download.akonadi-project.org/${pkgname}-${pkgver}.tar.bz2;)
-md5sums=('7eba7b6725e306e7e8cce4a8f77e6ac5')
+md5sums=('8b0d43b0e947b876a461d90f4b877f54')
 
 build() {
   cd ${srcdir}



[arch-commits] Commit in akonadi/repos (kde-unstable-i686)

2011-01-23 Thread Andrea Scarpino
Date: Sunday, January 23, 2011 @ 06:11:11
  Author: andrea
Revision: 107307

archrelease: remove kde-unstable-i686

Deleted:
  akonadi/repos/kde-unstable-i686/



[arch-commits] Commit in akonadi/repos (kde-unstable-x86_64)

2011-01-23 Thread Andrea Scarpino
Date: Sunday, January 23, 2011 @ 06:11:30
  Author: andrea
Revision: 107309

archrelease: remove kde-unstable-x86_64

Deleted:
  akonadi/repos/kde-unstable-x86_64/



[arch-commits] Commit in akonadi/repos (kde-unstable-i686)

2011-01-23 Thread Andrea Scarpino
Date: Sunday, January 23, 2011 @ 06:11:23
  Author: andrea
Revision: 107308

archrelease: copy kde-unstable to kde-unstable-i686

Added:
  akonadi/repos/kde-unstable-i686/



[arch-commits] Commit in akonadi/repos (kde-unstable-x86_64)

2011-01-23 Thread Andrea Scarpino
Date: Sunday, January 23, 2011 @ 06:11:43
  Author: andrea
Revision: 107310

archrelease: copy kde-unstable to kde-unstable-x86_64

Added:
  akonadi/repos/kde-unstable-x86_64/



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

2011-01-23 Thread Andrea Scarpino
Date: Sunday, January 23, 2011 @ 06:17:13
  Author: andrea
Revision: 107311

upgpkg: libdbusmenu-qt 0.7.0-1
upstream release

Modified:
  libdbusmenu-qt/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-01-23 11:11:43 UTC (rev 107310)
+++ PKGBUILD2011-01-23 11:17:13 UTC (rev 107311)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=libdbusmenu-qt
-pkgver=0.6.6
+pkgver=0.7.0
 pkgrel=1
 pkgdesc=A library that provides a Qt implementation of the DBusMenu spec
 arch=('i686' 'x86_64')
@@ -11,7 +11,7 @@
 depends=('qt')
 makedepends=('cmake')
 
source=(http://launchpad.net/${pkgname}/trunk/${pkgver}/+download/${pkgname}-${pkgver}.tar.bz2;)
-md5sums=('0d019fa3532ba3d30debb0f3f5065c10')
+md5sums=('512dc3213afcf0c561ac28000e85a80d')
 
 build() {
   cd ${srcdir}



[arch-commits] Commit in libdbusmenu-qt/repos (extra-i686)

2011-01-23 Thread Andrea Scarpino
Date: Sunday, January 23, 2011 @ 06:17:20
  Author: andrea
Revision: 107312

archrelease: remove extra-i686

Deleted:
  libdbusmenu-qt/repos/extra-i686/



[arch-commits] Commit in libdbusmenu-qt/repos (extra-i686)

2011-01-23 Thread Andrea Scarpino
Date: Sunday, January 23, 2011 @ 06:17:32
  Author: andrea
Revision: 107313

archrelease: copy trunk to extra-i686

Added:
  libdbusmenu-qt/repos/extra-i686/



[arch-commits] Commit in libdbusmenu-qt/repos (extra-x86_64)

2011-01-23 Thread Andrea Scarpino
Date: Sunday, January 23, 2011 @ 06:17:40
  Author: andrea
Revision: 107314

archrelease: remove extra-x86_64

Deleted:
  libdbusmenu-qt/repos/extra-x86_64/



[arch-commits] Commit in libdbusmenu-qt/repos (extra-x86_64)

2011-01-23 Thread Andrea Scarpino
Date: Sunday, January 23, 2011 @ 06:17:52
  Author: andrea
Revision: 107315

archrelease: copy trunk to extra-x86_64

Added:
  libdbusmenu-qt/repos/extra-x86_64/



[arch-commits] Commit in php-apc/repos (extra-i686)

2011-01-23 Thread Pierre Schmitz
Date: Sunday, January 23, 2011 @ 06:59:02
  Author: pierre
Revision: 107316

db-move: php-apc removed by pierre for move to [extra] (i686)

Deleted:
  php-apc/repos/extra-i686/



[arch-commits] Commit in php-apc/repos (extra-i686 testing-i686)

2011-01-23 Thread Pierre Schmitz
Date: Sunday, January 23, 2011 @ 06:59:02
  Author: pierre
Revision: 107317

db-move: moved php-apc from [testing] to [extra] (i686)

Added:
  php-apc/repos/extra-i686/
Deleted:
  php-apc/repos/testing-i686/



[arch-commits] Commit in php-apc/repos (extra-x86_64)

2011-01-23 Thread Pierre Schmitz
Date: Sunday, January 23, 2011 @ 06:59:03
  Author: pierre
Revision: 107318

db-move: php-apc removed by pierre for move to [extra] (x86_64)

Deleted:
  php-apc/repos/extra-x86_64/



[arch-commits] Commit in php-apc/repos (extra-x86_64 testing-x86_64)

2011-01-23 Thread Pierre Schmitz
Date: Sunday, January 23, 2011 @ 06:59:04
  Author: pierre
Revision: 107319

db-move: moved php-apc from [testing] to [extra] (x86_64)

Added:
  php-apc/repos/extra-x86_64/
Deleted:
  php-apc/repos/testing-x86_64/



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

2011-01-23 Thread Gaetan Bisson
Date: Sunday, January 23, 2011 @ 08:36:28
  Author: bisson
Revision: 107320

- remove chmod -R from install script
- make most configuration file just readable for named

Modified:
  bind/trunk/PKGBUILD
  bind/trunk/install

--+
 PKGBUILD |   24 
 install  |   10 --
 2 files changed, 12 insertions(+), 22 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-01-23 11:59:04 UTC (rev 107319)
+++ PKGBUILD2011-01-23 13:36:28 UTC (rev 107320)
@@ -5,7 +5,7 @@
 pkgname=bind
 pkgver=9.7.2.P3
 _pkgver=9.7.2-P3
-pkgrel=2
+pkgrel=3
 pkgdesc='Berkeley Internet Name Daemon (BIND) is the reference implementation 
of the Domain Name System (DNS) protocols'
 arch=('i686' 'x86_64')
 url='http://www.isc.org/software/bind/'
@@ -59,19 +59,19 @@
 
make DESTDIR=${pkgdir} install
 
+   install -D -m644 COPYRIGHT 
${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+
+   install -d ${pkgdir}/usr/share/doc/bind
+   install ./doc/arm/*.html ${pkgdir}/usr/share/doc/bind/
+
install -D -m755 ../named ${pkgdir}/etc/rc.d/named
-   install -D -m640 ../named.conf ${pkgdir}/etc/named.conf
install -D -m644 ../named.conf.d ${pkgdir}/etc/conf.d/named
install -D -m600 ../named.logrotate ${pkgdir}/etc/logrotate.d/named
+   install -D -m640 -o  0 -g 40 ../named.conf ${pkgdir}/etc/named.conf
 
-   install -D -m600 ../db.cache ${pkgdir}/var/named/root.hint
-   install -D -m600 ../127.0.0.zone ${pkgdir}/var/named/127.0.0.zone
-   install -D -m600 ../localhost.zone ${pkgdir}/var/named/localhost.zone
-
-   install -d -m755 ${pkgdir}/var/run/named
-   install -D -m644 COPYRIGHT 
${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-
-   # documentation
-   install -d ${pkgdir}/usr/share/doc/bind
-   install ./doc/arm/*.html ${pkgdir}/usr/share/doc/bind/
+   install -d -m750 -o  0 -g 40 ${pkgdir}/var/named
+   install -d -m755 -o 40 -g 40 ${pkgdir}/var/run/named
+   install-m640 -o  0 -g 40 ../db.cache ${pkgdir}/var/named/root.hint
+   install-m640 -o  0 -g 40 ../127.0.0.zone ${pkgdir}/var/named/
+   install-m640 -o  0 -g 40 ../localhost.zone ${pkgdir}/var/named/
 }

Modified: install
===
--- install 2011-01-23 11:59:04 UTC (rev 107319)
+++ install 2011-01-23 13:36:28 UTC (rev 107320)
@@ -3,14 +3,8 @@
getent passwd named /dev/null || useradd -u 40 -c BIND DNS Server -g 
named -d /var/named -s /bin/false named
passwd -l named /dev/null
 
-   chown -R named:named var/named
-   chmod 700 var/named
-
touch var/log/named.log
chown named:named var/log/named.log
-   chown named:named ${pkgdir}/var/run/named
-   chown root:named etc/named.conf
-   chmod 640 etc/named.conf
 
# create an rndc.key if it doesn't already exist
if [ ! -s etc/rndc.key ]; then
@@ -20,10 +14,6 @@
fi
 }
 
-post_upgrade() {
-   post_install
-}
-
 pre_remove() {
getent passwd named /dev/null  userdel named /dev/null
getent group named /dev/null  groupdel named /dev/null



[arch-commits] Commit in bind/repos (testing-i686)

2011-01-23 Thread Gaetan Bisson
Date: Sunday, January 23, 2011 @ 08:36:38
  Author: bisson
Revision: 107321

archrelease: remove testing-i686

Deleted:
  bind/repos/testing-i686/



[arch-commits] Commit in bind/repos (testing-i686)

2011-01-23 Thread Gaetan Bisson
Date: Sunday, January 23, 2011 @ 08:36:50
  Author: bisson
Revision: 107322

archrelease: copy trunk to testing-i686

Added:
  bind/repos/testing-i686/



[arch-commits] Commit in bind/repos (testing-x86_64)

2011-01-23 Thread Gaetan Bisson
Date: Sunday, January 23, 2011 @ 08:36:58
  Author: bisson
Revision: 107323

archrelease: remove testing-x86_64

Deleted:
  bind/repos/testing-x86_64/



[arch-commits] Commit in bind/repos (testing-x86_64)

2011-01-23 Thread Gaetan Bisson
Date: Sunday, January 23, 2011 @ 08:37:10
  Author: bisson
Revision: 107324

archrelease: copy trunk to testing-x86_64

Added:
  bind/repos/testing-x86_64/



[arch-commits] Commit in openldap/trunk (4 files)

2011-01-23 Thread Andrea Scarpino
Date: Sunday, January 23, 2011 @ 11:27:22
  Author: andrea
Revision: 107325

upgpkg: openldap 2.4.23-4
remove useless option in slapd.default; source /etc/conf.d/slapd in the rc 
script

Modified:
  openldap/trunk/PKGBUILD
  openldap/trunk/slapd
  openldap/trunk/slapd.default
Deleted:
  openldap/trunk/openldap.install

--+
 PKGBUILD |8 
 openldap.install |   10 --
 slapd|2 +-
 slapd.default|2 +-
 4 files changed, 6 insertions(+), 16 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-01-23 13:37:10 UTC (rev 107324)
+++ PKGBUILD2011-01-23 16:27:22 UTC (rev 107325)
@@ -4,7 +4,7 @@
 
 pkgname=openldap
 pkgver=2.4.23
-pkgrel=3
+pkgrel=4
 pkgdesc=LDAP Server
 arch=('i686' 'x86_64')
 license=('custom')
@@ -17,8 +17,8 @@
 'slapd'
 'slapd.default')
 md5sums=('90150b8c0d0192e10b30157e68844ddf'
- 'd245b56b84fae7358e0f3fb3dfa9a558'
- '62c8c407d210e38f2f923efd4ac0ccfa')
+ '832354417c495f29affd2c772808959d'
+ '6be69f6b7e522cb64cce8703da81ed32')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}
@@ -89,7 +89,7 @@
 
   cd ../..
 
-  install -d ${pkgdir}/etc/openldap/slapd.d
+  install -dm700 ${pkgdir}/etc/openldap/slapd.d
   install -Dm755 ${srcdir}/slapd ${pkgdir}/etc/rc.d/slapd
   install -Dm644 ${srcdir}/slapd.default ${pkgdir}/etc/conf.d/slapd
   install -dm700 ${pkgdir}/var/lib/openldap

Deleted: openldap.install
===
--- openldap.install2011-01-23 13:37:10 UTC (rev 107324)
+++ openldap.install2011-01-23 16:27:22 UTC (rev 107325)
@@ -1,10 +0,0 @@
-post_install(){
-slaptest -f etc/openldap/slapd.conf -F etc/openldap/slapd.d
-[ $? -eq 0 ]  rm etc/openldap/slapd.conf
-}
-
-post_update(){
-if [ $(vercmp $2 2.4.23) -le 0 ]; then
-post_install
-fi
-}

Modified: slapd
===
--- slapd   2011-01-23 13:37:10 UTC (rev 107324)
+++ slapd   2011-01-23 16:27:22 UTC (rev 107325)
@@ -3,7 +3,7 @@
 . /etc/rc.conf
 . /etc/rc.d/functions
 
-[ -f /etc/default/slapd ]  . /etc/default/slapd
+[ -f /etc/conf.d/slapd ]  . /etc/conf.d/slapd
 
 PID=`pidof -o %PPID /usr/sbin/slapd`
 case $1 in

Modified: slapd.default
===
--- slapd.default   2011-01-23 13:37:10 UTC (rev 107324)
+++ slapd.default   2011-01-23 16:27:22 UTC (rev 107325)
@@ -3,4 +3,4 @@
 # sockets.
 # Example usage:
 #SLAPD_SERVICES=ldap://127.0.0.1:389/ ldaps:/// ldapi:///
-SLAPD_OPTIONS=-F /etc/openldap/slapd.d/
+SLAPD_OPTIONS=



[arch-commits] Commit in openldap/repos (testing-i686)

2011-01-23 Thread Andrea Scarpino
Date: Sunday, January 23, 2011 @ 11:27:30
  Author: andrea
Revision: 107326

archrelease: remove testing-i686

Deleted:
  openldap/repos/testing-i686/



[arch-commits] Commit in openldap/repos (testing-i686)

2011-01-23 Thread Andrea Scarpino
Date: Sunday, January 23, 2011 @ 11:27:44
  Author: andrea
Revision: 107327

archrelease: copy trunk to testing-i686

Added:
  openldap/repos/testing-i686/



[arch-commits] Commit in openldap/repos (testing-x86_64)

2011-01-23 Thread Andrea Scarpino
Date: Sunday, January 23, 2011 @ 11:27:51
  Author: andrea
Revision: 107328

archrelease: remove testing-x86_64

Deleted:
  openldap/repos/testing-x86_64/



[arch-commits] Commit in openldap/repos (testing-x86_64)

2011-01-23 Thread Andrea Scarpino
Date: Sunday, January 23, 2011 @ 11:28:04
  Author: andrea
Revision: 107329

archrelease: copy trunk to testing-x86_64

Added:
  openldap/repos/testing-x86_64/



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

2011-01-23 Thread Andrea Scarpino
Date: Sunday, January 23, 2011 @ 11:58:41
  Author: andrea
Revision: 107330

upgpkg: cfitsio 3.260-1
upstream release

Modified:
  cfitsio/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-01-23 16:28:04 UTC (rev 107329)
+++ PKGBUILD2011-01-23 16:58:41 UTC (rev 107330)
@@ -3,9 +3,9 @@
 # Contributor: Tobias Powalowski tp...@archlinux.org
 
 pkgname=cfitsio
-pkgver=3.250
-_pkgver=3250
-pkgrel=2
+pkgver=3.260
+_pkgver=3260
+pkgrel=1
 pkgdesc=A library of C and Fortran subroutines for reading and writing data 
files in FITS (Flexible Image Transport System) data format
 arch=('i686' 'x86_64')
 url=http://heasarc.gsfc.nasa.gov/docs/software/fitsio/fitsio.html;
@@ -13,7 +13,7 @@
 makedepends=('pkgconfig')
 options=('!libtool')
 
source=(ftp://heasarc.gsfc.nasa.gov/software/fitsio/c/${pkgname}${_pkgver}.tar.gz;)
-md5sums=('da0ef76bb97f080aa46fa1dd43a8aac1')
+md5sums=('2663d3486be2e0ba86977e0aea7a18d5')
 
 build() {
   cd ${srcdir}/${pkgname}



[arch-commits] Commit in cfitsio/repos (extra-i686)

2011-01-23 Thread Andrea Scarpino
Date: Sunday, January 23, 2011 @ 11:58:49
  Author: andrea
Revision: 107331

archrelease: remove extra-i686

Deleted:
  cfitsio/repos/extra-i686/



[arch-commits] Commit in cfitsio/repos (extra-i686)

2011-01-23 Thread Andrea Scarpino
Date: Sunday, January 23, 2011 @ 11:59:02
  Author: andrea
Revision: 107332

archrelease: copy trunk to extra-i686

Added:
  cfitsio/repos/extra-i686/



[arch-commits] Commit in cfitsio/repos (extra-x86_64)

2011-01-23 Thread Andrea Scarpino
Date: Sunday, January 23, 2011 @ 11:59:09
  Author: andrea
Revision: 107333

archrelease: remove extra-x86_64

Deleted:
  cfitsio/repos/extra-x86_64/



[arch-commits] Commit in cfitsio/repos (extra-x86_64)

2011-01-23 Thread Andrea Scarpino
Date: Sunday, January 23, 2011 @ 11:59:23
  Author: andrea
Revision: 107334

archrelease: copy trunk to extra-x86_64

Added:
  cfitsio/repos/extra-x86_64/



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

2011-01-23 Thread Rémy Oudompheng
Date: Sunday, January 23, 2011 @ 12:32:18
  Author: remy
Revision: 107335

Resbulid after haskell-terminfo rebuild.

Modified:
  haskell-haskeline/repos/extra-i686/PKGBUILD
  haskell-haskeline/repos/extra-x86_64/PKGBUILD

---+
 extra-i686/PKGBUILD   |2 +-
 extra-x86_64/PKGBUILD |2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

Modified: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2011-01-23 16:59:23 UTC (rev 107334)
+++ extra-i686/PKGBUILD 2011-01-23 17:32:18 UTC (rev 107335)
@@ -4,7 +4,7 @@
 _hkgname=haskeline
 pkgname=haskell-haskeline
 pkgver=0.6.3.1
-pkgrel=1
+pkgrel=1.2
 pkgdesc=A command-line interface for user input, written in Haskell.
 url=http://hackage.haskell.org/package/haskeline;
 license=('custom:BSD3')

Modified: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2011-01-23 16:59:23 UTC (rev 107334)
+++ extra-x86_64/PKGBUILD   2011-01-23 17:32:18 UTC (rev 107335)
@@ -4,7 +4,7 @@
 _hkgname=haskeline
 pkgname=haskell-haskeline
 pkgver=0.6.3.1
-pkgrel=1
+pkgrel=1.2
 pkgdesc=A command-line interface for user input, written in Haskell.
 url=http://hackage.haskell.org/package/haskeline;
 license=('custom:BSD3')



[arch-commits] Commit in openldap/repos (extra-i686)

2011-01-23 Thread Andrea Scarpino
Date: Sunday, January 23, 2011 @ 13:02:42
  Author: andrea
Revision: 107336

db-move: openldap removed by andrea for move to [extra] (i686)

Deleted:
  openldap/repos/extra-i686/



[arch-commits] Commit in openldap/repos (extra-i686 testing-i686)

2011-01-23 Thread Andrea Scarpino
Date: Sunday, January 23, 2011 @ 13:02:43
  Author: andrea
Revision: 107337

db-move: moved openldap from [testing] to [extra] (i686)

Added:
  openldap/repos/extra-i686/
Deleted:
  openldap/repos/testing-i686/



[arch-commits] Commit in openldap/repos (extra-x86_64)

2011-01-23 Thread Andrea Scarpino
Date: Sunday, January 23, 2011 @ 13:02:43
  Author: andrea
Revision: 107338

db-move: openldap removed by andrea for move to [extra] (x86_64)

Deleted:
  openldap/repos/extra-x86_64/



[arch-commits] Commit in openldap/repos (extra-x86_64 testing-x86_64)

2011-01-23 Thread Andrea Scarpino
Date: Sunday, January 23, 2011 @ 13:02:44
  Author: andrea
Revision: 107339

db-move: moved openldap from [testing] to [extra] (x86_64)

Added:
  openldap/repos/extra-x86_64/
Deleted:
  openldap/repos/testing-x86_64/



[arch-commits] Commit in thunar-archive-plugin/trunk (PKGBUILD thunar-vfs2gio.patch)

2011-01-23 Thread andyrtr
Date: Sunday, January 23, 2011 @ 13:55:43
  Author: andyrtr
Revision: 107340

upgpkg: thunar-archive-plugin 0.3.0-1
upstream update 0.3.0

Modified:
  thunar-archive-plugin/trunk/PKGBUILD
Deleted:
  thunar-archive-plugin/trunk/thunar-vfs2gio.patch

--+
 PKGBUILD |   16 -
 thunar-vfs2gio.patch |  617 -
 2 files changed, 5 insertions(+), 628 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-01-23 18:02:44 UTC (rev 107339)
+++ PKGBUILD2011-01-23 18:55:43 UTC (rev 107340)
@@ -3,28 +3,22 @@
 # Contributor: Tobias Kieslich tobias (at) archlinux.org
 
 pkgname=thunar-archive-plugin
-pkgver=0.2.4
-pkgrel=8
+pkgver=0.3.0
+pkgrel=1
 pkgdesc=create and deflate archives in thunar
 arch=(i686 x86_64)
 license=('GPL2')
 url=http://goodies.xfce.org/projects/thunar-plugins/thunar-archive-plugin;
 groups=('xfce4-goodies')
-depends=('thunar=1.2.0' 'thunar-vfs')
+depends=('thunar=1.2.0' 'hicolor-icon-theme')
 makedepends=('intltool')
 options=('!libtool')
 install=${pkgname}.install
-source=(http://download.berlios.de/xfce-goodies/${pkgname}-${pkgver}.tar.bz2
-   thunar-vfs2gio.patch)
-md5sums=('4c389e6328af9322937af76382f0baec'
- 'f1453d7c9cd9dde04f23d78f271298cd')
+source=(http://archive.xfce.org/src/thunar-plugins/${pkgname}/0.3/${pkgname}-${pkgver}.tar.bz2)
+md5sums=('afeb3f1c65a4529dbdadc6e7b349a712')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}
-  # thunar 1.2 fix
-  patch -Np1 -i ${srcdir}/thunar-vfs2gio.patch
-  sed -i -e 's/thunarx-1/thunarx-2/g' `grep -l 'thunarx-1' * -R`
- 
   ./configure --prefix=/usr \
--sysconfdir=/etc \
--libexecdir=/usr/lib/xfce4 \

Deleted: thunar-vfs2gio.patch
===
--- thunar-vfs2gio.patch2011-01-23 18:02:44 UTC (rev 107339)
+++ thunar-vfs2gio.patch2011-01-23 18:55:43 UTC (rev 107340)
@@ -1,617 +0,0 @@
-diff -aur thunar-archive-plugin-0.2.4/configure 
thunar-archive-plugin-0.2.4.new//configure
 thunar-archive-plugin-0.2.4/configure  2007-01-20 11:44:59.0 
+0100
-+++ thunar-archive-plugin-0.2.4.new//configure 2010-11-28 17:31:59.0 
+0100
-@@ -22113,26 +22113,26 @@
-   fi
- 
- 
--  echo $as_me:$LINENO: checking for thunarx-1 = 0.4.0 5
--echo $ECHO_N checking for thunarx-1 = 0.4.0... $ECHO_C 6
--  if $PKG_CONFIG --atleast-version=0.4.0 thunarx-1 /dev/null 21; then
--THUNARX_VERSION=`$PKG_CONFIG --modversion thunarx-1`
-+  echo $as_me:$LINENO: checking for thunarx-2 = 1.0.1 5
-+echo $ECHO_N checking for thunarx-2 = 1.0.1... $ECHO_C 6
-+  if $PKG_CONFIG --atleast-version=1.0.1 thunarx-2 /dev/null 21; then
-+THUNARX_VERSION=`$PKG_CONFIG --modversion thunarx-2`
- echo $as_me:$LINENO: result: $THUNARX_VERSION 5
- echo ${ECHO_T}$THUNARX_VERSION 6
- 
- echo $as_me:$LINENO: checking THUNARX_CFLAGS 5
- echo $ECHO_N checking THUNARX_CFLAGS... $ECHO_C 6
--THUNARX_CFLAGS=`$PKG_CONFIG --cflags thunarx-1`
-+THUNARX_CFLAGS=`$PKG_CONFIG --cflags thunarx-2`
- echo $as_me:$LINENO: result: $THUNARX_CFLAGS 5
- echo ${ECHO_T}$THUNARX_CFLAGS 6
- 
- echo $as_me:$LINENO: checking THUNARX_LIBS 5
- echo $ECHO_N checking THUNARX_LIBS... $ECHO_C 6
--THUNARX_LIBS=`$PKG_CONFIG --libs thunarx-1`
-+THUNARX_LIBS=`$PKG_CONFIG --libs thunarx-2`
- echo $as_me:$LINENO: result: $THUNARX_LIBS 5
- echo ${ECHO_T}$THUNARX_LIBS 6
- 
--THUNARX_REQUIRED_VERSION=0.4.0
-+THUNARX_REQUIRED_VERSION=1.0.1
- 
- 
- 
-@@ -22140,15 +22140,15 @@
- 
- 
- 
--  elif $PKG_CONFIG --exists thunarx-1 /dev/null 21; then
--xdt_cv_version=`$PKG_CONFIG --modversion thunarx-1`
-+  elif $PKG_CONFIG --exists thunarx-2 /dev/null 21; then
-+xdt_cv_version=`$PKG_CONFIG --modversion thunarx-2`
- echo $as_me:$LINENO: result: found, but $xdt_cv_version 5
- echo ${ECHO_T}found, but $xdt_cv_version 6
- 
- 
--  echo *** The required package thunarx-1 was found on your system,
-+  echo *** The required package thunarx-2 was found on your system,
-   echo *** but the installed version ($xdt_cv_version) is too old.
--  echo *** Please upgrade thunarx-1 to atleast version 0.4.0, or adjust
-+  echo *** Please upgrade thunarx-2 to atleast version 1.0.1, or adjust
-   echo *** the PKG_CONFIG_PATH environment variable if you installed
-   echo *** the new version of the package in a nonstandard prefix so
-   echo *** pkg-config is able to find it.
-@@ -22159,8 +22159,8 @@
- echo ${ECHO_T}not found 6
- 
- 
--  echo *** The required package thunarx-1 was not found on your system.
--  echo *** Please install thunarx-1 (atleast version 0.4.0) or adjust
-+  echo *** The required package thunarx-2 was not found on your system.
-+  echo *** Please install thunarx-2 (atleast version 1.0.1) or adjust
-   echo *** the PKG_CONFIG_PATH environment variable if you
-   echo *** 

[arch-commits] Commit in thunar-archive-plugin/repos (extra-i686)

2011-01-23 Thread andyrtr
Date: Sunday, January 23, 2011 @ 13:55:50
  Author: andyrtr
Revision: 107341

archrelease: remove extra-i686

Deleted:
  thunar-archive-plugin/repos/extra-i686/



[arch-commits] Commit in thunar-archive-plugin/repos (extra-i686)

2011-01-23 Thread andyrtr
Date: Sunday, January 23, 2011 @ 13:56:08
  Author: andyrtr
Revision: 107342

archrelease: copy trunk to extra-i686

Added:
  thunar-archive-plugin/repos/extra-i686/



[arch-commits] Commit in thunar-archive-plugin/repos (extra-x86_64)

2011-01-23 Thread andyrtr
Date: Sunday, January 23, 2011 @ 13:56:18
  Author: andyrtr
Revision: 107343

archrelease: remove extra-x86_64

Deleted:
  thunar-archive-plugin/repos/extra-x86_64/



[arch-commits] Commit in thunar-archive-plugin/repos (extra-x86_64)

2011-01-23 Thread andyrtr
Date: Sunday, January 23, 2011 @ 13:56:37
  Author: andyrtr
Revision: 107344

archrelease: copy trunk to extra-x86_64

Added:
  thunar-archive-plugin/repos/extra-x86_64/