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

2011-07-20 Thread andyrtr
Date: Wednesday, July 20, 2011 @ 03:12:24
  Author: andyrtr
Revision: 132096

archrelease: remove testing-i686

Deleted:
  mesa/repos/testing-i686/



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

2011-07-20 Thread andyrtr
Date: Wednesday, July 20, 2011 @ 03:12:43
  Author: andyrtr
Revision: 132097

archrelease: copy trunk to testing-i686

Added:
  mesa/repos/testing-i686/



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

2011-07-20 Thread andyrtr
Date: Wednesday, July 20, 2011 @ 03:12:51
  Author: andyrtr
Revision: 132098

archrelease: remove testing-x86_64

Deleted:
  mesa/repos/testing-x86_64/



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

2011-07-20 Thread andyrtr
Date: Wednesday, July 20, 2011 @ 03:13:12
  Author: andyrtr
Revision: 132099

archrelease: copy trunk to testing-x86_64

Added:
  mesa/repos/testing-x86_64/



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

2011-07-20 Thread Ronald van Haren
Date: Wednesday, July 20, 2011 @ 03:19:13
  Author: ronald
Revision: 132100

upgpkg: r 2.13.1-1
update to 2.13.1; add install file; move config files to /etc and create 
symlinks; add config files to backup array (FS#21786)

Added:
  r/trunk/r.install
Modified:
  r/trunk/PKGBUILD

---+
 PKGBUILD  |   29 +
 r.install |   12 
 2 files changed, 29 insertions(+), 12 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-07-20 07:13:12 UTC (rev 132099)
+++ PKGBUILD2011-07-20 07:19:13 UTC (rev 132100)
@@ -4,39 +4,36 @@
 # Contributor: K. Piche kpi...@rogers.com
 
 pkgname=r
-pkgver=2.13.0
+pkgver=2.13.1
 pkgrel=1
-pkgdesc=R is a language and environment for statistical computing and 
graphics
+pkgdesc=Language and environment for statistical computing and graphics
 arch=('i686' 'x86_64')
 license=('GPL')
 url=('http://www.r-project.org/')
 depends=('blas' 'lapack' 'bzip2'  'libpng' 'libjpeg' 'libtiff'
  'ncurses' 'pcre' 'readline' 'zlib' 'perl' 'gcc-libs'
- 'tk' 'libxt' 'libxmu' 'pango')
+ 'tk' 'libxt' 'libxmu' 'pango' 'xz')
 makedepends=('openjdk6' 'gcc-fortran')
+backup=('etc/R/Makeconf' 'etc/R/Renviron' 'etc/R/ldpaths' 'etc/R/repositories')
 options=('!makeflags')
 source=(http://cran.r-project.org/src/base/R-2/R-${pkgver}.tar.gz;
'r.desktop'
'r.png')
-sha1sums=('878510e8a5fa1ccd1e0c4af5866f5416f3c27469'
+install=r.install
+sha1sums=('8b9d48c7a654186064f369652ea34a085eff239b'
   '13aa29219bcaa102e575de8c1c8e0833d233e836'
   'a69a07ec363440efc18ce0a7f2af103375dea978')
-
 build() {
cd ${srcdir}/R-${pkgver}
sed -i 's|#define NeedFunctionPrototypes 0|#define NeedFunctionPrototypes 
1|g' src/modules/X11/dataentry.c
./configure  --prefix=/usr \
--libdir=/usr/lib \
+   --sysconfdir=/etc/R \
--datarootdir=/usr/share \
  rsharedir=/usr/share/R/ \
  rincludedir=/usr/include/R/ \
- rdocdir=/usr/share/R/docs/ \
---with-gnu-ld \
-   --with-readline \
+ rdocdir=/usr/share/doc/R/ \
 --with-x \
---with-zlib \
---with-bzlib  \
---with-pcre \
--enable-R-shlib \
 --with-lapack \
--with-blas \
@@ -60,4 +57,12 @@
${pkgdir}/usr/share/applications/r.desktop
   install -Dm644 ${srcdir}/r.png \
${pkgdir}/usr/share/pixmaps/r.png
- }
+
+  # move the config directory to /etc and create symlinks
+  install -d ${pkgdir}/etc/R
+  cd ${pkgdir}/usr/lib/R/etc
+  for i in *; do
+mv -f ${i} ${pkgdir}/etc/R
+ln -s /etc/R/${i} ${i}
+  done
+}

Added: r.install
===
--- r.install   (rev 0)
+++ r.install   2011-07-20 07:19:13 UTC (rev 132100)
@@ -0,0 +1,12 @@
+post_install() {
+  update-desktop-database -q
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}
+



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

2011-07-20 Thread Ronald van Haren
Date: Wednesday, July 20, 2011 @ 03:19:51
  Author: ronald
Revision: 132101

archrelease: copy trunk to testing-i686

Added:
  r/repos/testing-i686/



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

2011-07-20 Thread Ronald van Haren
Date: Wednesday, July 20, 2011 @ 03:20:29
  Author: ronald
Revision: 132102

archrelease: copy trunk to testing-x86_64

Added:
  r/repos/testing-x86_64/



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

2011-07-20 Thread Stéphane Gaudreault
Date: Wednesday, July 20, 2011 @ 06:53:54
  Author: stephane
Revision: 132103

upgpkg: keyutils 1.5.1-1
version bump

Modified:
  keyutils/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-07-20 07:20:29 UTC (rev 132102)
+++ PKGBUILD2011-07-20 10:53:54 UTC (rev 132103)
@@ -1,7 +1,7 @@
 # $Id$
 # Maintainer: Tobias Powalowski tp...@archlinux.org
 pkgname=keyutils
-pkgver=1.4
+pkgver=1.5.1
 pkgrel=1
 pkgdesc=Linux Key Management Utilities
 arch=(i686 x86_64)
@@ -9,16 +9,16 @@
 license=('GPL2' 'LGPL2.1')
 depends=('glibc' 'sh')
 backup=(etc/request-key.conf)
-source=(http://people.redhat.com/~dhowells/$pkgname/$pkgname-$pkgver.tar.bz2)
+source=(http://people.redhat.com/~dhowells/${pkgname}/${pkgname}-${pkgver}.tar.bz2)
 
 build() {
-  cd $srcdir/$pkgname-$pkgver
-  sed -i -e '/CFLAGS/s|:= -g -O2|+=|' Makefile
+  cd ${srcdir}/${pkgname}-${pkgver}
+  sed -i s|/lib64|/lib|g Makefile
   make CFLAGS=${CFLAGS} LDFLAGS=${LDFLAGS}
 }
 
 package() {
-  cd $srcdir/$pkgname-$pkgver
-  make DESTDIR=$pkgdir install
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
 }
-md5sums=('e168c1bdaf5aa93c2cbf8a5e7f8ef27b')
+md5sums=('3ab62455a37a20f73b2d6cc794aaba13')



[arch-commits] Commit in keyutils/repos (staging-i686)

2011-07-20 Thread Stéphane Gaudreault
Date: Wednesday, July 20, 2011 @ 06:53:59
  Author: stephane
Revision: 132104

archrelease: copy trunk to staging-i686

Added:
  keyutils/repos/staging-i686/



[arch-commits] Commit in keyutils/repos (staging-x86_64)

2011-07-20 Thread Stéphane Gaudreault
Date: Wednesday, July 20, 2011 @ 06:54:02
  Author: stephane
Revision: 132105

archrelease: copy trunk to staging-x86_64

Added:
  keyutils/repos/staging-x86_64/



[arch-commits] Commit in gmp/repos (core-i686)

2011-07-20 Thread Allan McRae
Date: Wednesday, July 20, 2011 @ 06:57:12
  Author: allan
Revision: 132106

db-move: gmp removed by allan for move to [core] (i686)

Deleted:
  gmp/repos/core-i686/



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

2011-07-20 Thread Allan McRae
Date: Wednesday, July 20, 2011 @ 06:57:12
  Author: allan
Revision: 132107

db-move: moved gmp from [testing] to [core] (i686)

Added:
  gmp/repos/core-i686/
Deleted:
  gmp/repos/testing-i686/



[arch-commits] Commit in gmp/repos (core-x86_64)

2011-07-20 Thread Allan McRae
Date: Wednesday, July 20, 2011 @ 06:57:13
  Author: allan
Revision: 132108

db-move: gmp removed by allan for move to [core] (x86_64)

Deleted:
  gmp/repos/core-x86_64/



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

2011-07-20 Thread Allan McRae
Date: Wednesday, July 20, 2011 @ 06:57:14
  Author: allan
Revision: 132109

db-move: moved gmp from [testing] to [core] (x86_64)

Added:
  gmp/repos/core-x86_64/
Deleted:
  gmp/repos/testing-x86_64/



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

2011-07-20 Thread Stéphane Gaudreault
Date: Wednesday, July 20, 2011 @ 07:16:39
  Author: stephane
Revision: 132110

db-move: moved keyutils from [staging] to [testing] (i686)

Added:
  keyutils/repos/testing-i686/
Deleted:
  keyutils/repos/staging-i686/



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

2011-07-20 Thread Stéphane Gaudreault
Date: Wednesday, July 20, 2011 @ 07:16:39
  Author: stephane
Revision: 132111

db-move: moved keyutils from [staging] to [testing] (x86_64)

Added:
  keyutils/repos/testing-x86_64/
Deleted:
  keyutils/repos/staging-x86_64/



[arch-commits] Commit in gnome-disk-utility/trunk (2 files)

2011-07-20 Thread Ionut Biru
Date: Wednesday, July 20, 2011 @ 08:08:11
  Author: ibiru
Revision: 132112

update to 3.0.2

Modified:
  gnome-disk-utility/trunk/PKGBUILD
Deleted:
  gnome-disk-utility/trunk/add-support-for-DeviceAutomountHint.patch

---+
 PKGBUILD  |   15 ++
 add-support-for-DeviceAutomountHint.patch |   65 
 2 files changed, 6 insertions(+), 74 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-07-20 11:16:39 UTC (rev 132111)
+++ PKGBUILD2011-07-20 12:08:11 UTC (rev 132112)
@@ -2,8 +2,8 @@
 # Maintainer: Jan de Groot j...@archlinux.org
 
 pkgname=gnome-disk-utility
-pkgver=3.0.0
-pkgrel=2
+pkgver=3.0.2
+pkgrel=1
 pkgdesc=GNOME libraries and applications for dealing with storage devices
 arch=('i686' 'x86_64')
 license=('GPL')
@@ -12,17 +12,14 @@
 makedepends=('gtk-doc' 'intltool')
 options=('!libtool' '!emptydirs')
 install=gnome-disk-utility.install
-source=(http://ftp.gnome.org/pub/GNOME/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.bz2
-fix-freeze.patch
-add-support-for-DeviceAutomountHint.patch)
-sha256sums=('94d31142a5f488d034cd2954df4ab1c26bd053fb0d46d230fba91b4f8b3663fb'
-'818b70360978968457d2c50738347c6726ed8d0c007eb57074881a7e33652526'
-'1e2f8d2d8ea121d21ff2b2a1e208c0fd4af603a4ed0d024ad326a991ebc7a613')
+source=(http://ftp.gnome.org/pub/GNOME/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz
+   fix-freeze.patch)
+sha256sums=('7983f12ba04e84f164d0cae54bb06ed9b3ebe6c0a1c606d63d067fc395aeb0a5'
+'818b70360978968457d2c50738347c6726ed8d0c007eb57074881a7e33652526')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}
   patch -Np1 -i ${srcdir}/fix-freeze.patch
-  patch -Np1 -i ${srcdir}/add-support-for-DeviceAutomountHint.patch
   ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
   --libexecdir=/usr/lib/gnome-disk-utility \
   --disable-scrollkeeper --disable-nautilus --disable-gtk-doc

Deleted: add-support-for-DeviceAutomountHint.patch
===
--- add-support-for-DeviceAutomountHint.patch   2011-07-20 11:16:39 UTC (rev 
132111)
+++ add-support-for-DeviceAutomountHint.patch   2011-07-20 12:08:11 UTC (rev 
132112)
@@ -1,65 +0,0 @@
-From 7dde5bc75a1d96be9510ce1e98d28f9d33520919 Mon Sep 17 00:00:00 2001
-From: David Zeuthen dav...@redhat.com
-Date: Fri, 08 Jul 2011 15:03:52 +
-Subject: Add support for DeviceAutomountHint
-
-Based on the patch in https://bugzilla.gnome.org/show_bug.cgi?id=653184
-
-Signed-off-by: David Zeuthen dav...@redhat.com

-diff --git a/src/gdu/gdu-device.c b/src/gdu/gdu-device.c
-index 6a5afad..4be39cf 100644
 a/src/gdu/gdu-device.c
-+++ b/src/gdu/gdu-device.c
-@@ -82,6 +82,7 @@ typedef struct
-   gboolean device_presentation_nopolicy;
-   char *device_presentation_name;
-   char *device_presentation_icon_name;
-+  char *device_automount_hint;
-   guint64 device_size;
-   guint64 device_block_size;
- 
-@@ -279,6 +280,8 @@ collect_props (const char *key,
- props-device_presentation_name = g_strdup (g_value_get_string (value));
-   else if (strcmp (key, DevicePresentationIconName) == 0)
- props-device_presentation_icon_name = g_strdup (g_value_get_string 
(value));
-+  else if (strcmp (key, DeviceAutomountHint) == 0)
-+props-device_automount_hint = g_strdup (g_value_get_string (value));
-   else if (strcmp (key, DeviceSize) == 0)
- props-device_size = g_value_get_uint64 (value);
-   else if (strcmp (key, DeviceBlockSize) == 0)
-@@ -549,6 +552,7 @@ device_properties_free (DeviceProperties *props)
-   g_strfreev (props-device_mount_paths);
-   g_free (props-device_presentation_name);
-   g_free (props-device_presentation_icon_name);
-+  g_free (props-device_automount_hint);
-   g_free (props-job_id);
-   g_free (props-id_usage);
-   g_free (props-id_type);
-@@ -1294,6 +1298,12 @@ gdu_device_drive_get_media_compatibility (GduDevice 
*device)
- }
- 
- const char *
-+gdu_device_get_automount_hint (GduDevice *device)
-+{
-+return device-priv-props-device_automount_hint;
-+}
-+
-+const char *
- gdu_device_drive_get_media (GduDevice *device)
- {
- return device-priv-props-drive_media;
-diff --git a/src/gdu/gdu-device.h b/src/gdu/gdu-device.h
-index 4c1302b..8cfd7a9 100644
 a/src/gdu/gdu-device.h
-+++ b/src/gdu/gdu-device.h
-@@ -143,6 +143,7 @@ const char *gdu_device_drive_get_wwn (GduDevice *device);
- const char *gdu_device_drive_get_connection_interface (GduDevice *device);
- guint64 gdu_device_drive_get_connection_speed (GduDevice *device);
- char **gdu_device_drive_get_media_compatibility (GduDevice *device);
-+const gchar *gdu_device_get_automount_hint(GduDevice *device);
- const char *gdu_device_drive_get_media (GduDevice *device);
- gboolean gdu_device_drive_get_is_media_ejectable (GduDevice *device);
- gboolean 

[arch-commits] Commit in mobile-broadband-provider-info/trunk (PKGBUILD)

2011-07-20 Thread Ionut Biru
Date: Wednesday, July 20, 2011 @ 08:12:36
  Author: ibiru
Revision: 132113

update to 20110511

Modified:
  mobile-broadband-provider-info/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-07-20 12:08:11 UTC (rev 132112)
+++ PKGBUILD2011-07-20 12:12:36 UTC (rev 132113)
@@ -2,14 +2,14 @@
 # Maintainer: Jan de Groot j...@archlinxu.org
 
 pkgname=mobile-broadband-provider-info
-pkgver=20110218
+pkgver=20110511
 pkgrel=1
 pkgdesc=Network Management daemon
 arch=('any')
 license=('other')
 url=http://git.gnome.org/browse/mobile-broadband-provider-info/;
 
source=(http://download.gnome.org/sources/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.bz2)
-sha256sums=('5a5224801291ecd34652597ac4d80db1b87682e8c8cf4b291bc42233711e8370')
+sha256sums=('72c6360d0a090726ce6b6c826b3d624b7672397100e4c6ed529bb769da42de32')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}



[arch-commits] Commit in gnome-disk-utility/repos (extra-i686)

2011-07-20 Thread Ionut Biru
Date: Wednesday, July 20, 2011 @ 08:12:40
  Author: ibiru
Revision: 132114

archrelease: remove extra-i686

Deleted:
  gnome-disk-utility/repos/extra-i686/



[arch-commits] Commit in gnome-disk-utility/repos (extra-i686)

2011-07-20 Thread Ionut Biru
Date: Wednesday, July 20, 2011 @ 08:12:56
  Author: ibiru
Revision: 132115

archrelease: copy trunk to extra-i686

Added:
  gnome-disk-utility/repos/extra-i686/



[arch-commits] Commit in gnome-disk-utility/repos (extra-x86_64)

2011-07-20 Thread Ionut Biru
Date: Wednesday, July 20, 2011 @ 08:13:00
  Author: ibiru
Revision: 132116

archrelease: remove extra-x86_64

Deleted:
  gnome-disk-utility/repos/extra-x86_64/



[arch-commits] Commit in gnome-disk-utility/repos (extra-x86_64)

2011-07-20 Thread Ionut Biru
Date: Wednesday, July 20, 2011 @ 08:13:16
  Author: ibiru
Revision: 132117

archrelease: copy trunk to extra-x86_64

Added:
  gnome-disk-utility/repos/extra-x86_64/



[arch-commits] Commit in mobile-broadband-provider-info/repos (extra-any)

2011-07-20 Thread Ionut Biru
Date: Wednesday, July 20, 2011 @ 08:14:58
  Author: ibiru
Revision: 132118

archrelease: remove extra-any

Deleted:
  mobile-broadband-provider-info/repos/extra-any/



[arch-commits] Commit in mobile-broadband-provider-info/repos (extra-any)

2011-07-20 Thread Ionut Biru
Date: Wednesday, July 20, 2011 @ 08:15:14
  Author: ibiru
Revision: 132119

archrelease: copy trunk to extra-any

Added:
  mobile-broadband-provider-info/repos/extra-any/



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

2011-07-20 Thread Gaetan Bisson
Date: Wednesday, July 20, 2011 @ 11:14:40
  Author: bisson
Revision: 132120

enable global hotkeys with gtk3 (hack)

Modified:
  audacious-plugins/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-07-20 12:15:14 UTC (rev 132119)
+++ PKGBUILD2011-07-20 15:14:40 UTC (rev 132120)
@@ -5,7 +5,7 @@
 
 pkgname=audacious-plugins
 pkgver=3.0
-pkgrel=3
+pkgrel=4
 pkgdesc='Plugins for Audacious'
 arch=('i686' 'x86_64')
 url='http://audacious-media-player.org/'
@@ -47,6 +47,8 @@
 build() {
cd ${srcdir}/${pkgname}-${pkgver}
 
+   sed -e 's/gdk-x11-2.0/gdk-x11-3.0/g' -i configure # hack to enable 
global hotkeys with gtk3
+
[[ ${CARCH} == x86_64 ]]  extraopts='' || extraopts='--disable-sse2'
./configure \
--prefix=/usr \



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

2011-07-20 Thread Gaetan Bisson
Date: Wednesday, July 20, 2011 @ 11:14:49
  Author: bisson
Revision: 132121

archrelease: copy trunk to testing-i686

Added:
  audacious-plugins/repos/testing-i686/



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

2011-07-20 Thread Gaetan Bisson
Date: Wednesday, July 20, 2011 @ 11:14:58
  Author: bisson
Revision: 132122

archrelease: copy trunk to testing-x86_64

Added:
  audacious-plugins/repos/testing-x86_64/



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

2011-07-20 Thread Gaetan Bisson
Date: Wednesday, July 20, 2011 @ 11:49:14
  Author: bisson
Revision: 132123

db-move: audacious-plugins removed by bisson for move to [extra] (i686)

Deleted:
  audacious-plugins/repos/extra-i686/



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

2011-07-20 Thread Gaetan Bisson
Date: Wednesday, July 20, 2011 @ 11:49:15
  Author: bisson
Revision: 132124

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

Added:
  audacious-plugins/repos/extra-i686/
Deleted:
  audacious-plugins/repos/testing-i686/



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

2011-07-20 Thread Gaetan Bisson
Date: Wednesday, July 20, 2011 @ 11:49:15
  Author: bisson
Revision: 132125

db-move: audacious-plugins removed by bisson for move to [extra] (x86_64)

Deleted:
  audacious-plugins/repos/extra-x86_64/



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

2011-07-20 Thread Gaetan Bisson
Date: Wednesday, July 20, 2011 @ 11:49:17
  Author: bisson
Revision: 132126

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

Added:
  audacious-plugins/repos/extra-x86_64/
Deleted:
  audacious-plugins/repos/testing-x86_64/



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

2011-07-20 Thread andyrtr
Date: Wednesday, July 20, 2011 @ 12:03:07
  Author: andyrtr
Revision: 132127

upgpkg: icedtea-web 1.1.1-1
upstream update 1.1.1

Modified:
  icedtea-web/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-07-20 15:49:17 UTC (rev 132126)
+++ PKGBUILD2011-07-20 16:03:07 UTC (rev 132127)
@@ -3,14 +3,14 @@
 
 pkgbase=icedtea-web
 pkgname=('icedtea-web' 'icedtea-web-doc')
-pkgver=1.1
-pkgrel=2
+pkgver=1.1.1
+pkgrel=1
 arch=('i686' 'x86_64')
 url=http://icedtea.classpath.org/wiki/IcedTea-Web;
 license=('GPL2')
 makedepends=('openjdk6' 'zip' 'xulrunner')
 source=(http://icedtea.classpath.org/download/source/$pkgname-$pkgver.tar.gz)
-md5sums=('a7d70cb446c38213e554d4bdfb926f63')
+md5sums=('16017dc91f7216e0631b759db1eebecb')
 
 build() {
   _javaver=6



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

2011-07-20 Thread andyrtr
Date: Wednesday, July 20, 2011 @ 12:03:14
  Author: andyrtr
Revision: 132128

archrelease: remove extra-i686

Deleted:
  icedtea-web/repos/extra-i686/



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

2011-07-20 Thread andyrtr
Date: Wednesday, July 20, 2011 @ 12:03:31
  Author: andyrtr
Revision: 132129

archrelease: copy trunk to extra-i686

Added:
  icedtea-web/repos/extra-i686/



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

2011-07-20 Thread andyrtr
Date: Wednesday, July 20, 2011 @ 12:03:36
  Author: andyrtr
Revision: 132130

archrelease: remove extra-x86_64

Deleted:
  icedtea-web/repos/extra-x86_64/



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

2011-07-20 Thread andyrtr
Date: Wednesday, July 20, 2011 @ 12:03:53
  Author: andyrtr
Revision: 132131

archrelease: copy trunk to extra-x86_64

Added:
  icedtea-web/repos/extra-x86_64/



[arch-commits] Commit in p7zip/trunk (7zFM.desktop PKGBUILD install)

2011-07-20 Thread Gaetan Bisson
Date: Wednesday, July 20, 2011 @ 14:53:53
  Author: bisson
Revision: 132132

add GUI

Added:
  p7zip/trunk/7zFM.desktop
  p7zip/trunk/install
Modified:
  p7zip/trunk/PKGBUILD

--+
 7zFM.desktop |9 +
 PKGBUILD |   33 -
 install  |   13 +
 3 files changed, 46 insertions(+), 9 deletions(-)

Added: 7zFM.desktop
===
--- 7zFM.desktop(rev 0)
+++ 7zFM.desktop2011-07-20 18:53:53 UTC (rev 132132)
@@ -0,0 +1,9 @@
+[Desktop Entry]
+Encoding=UTF-8
+Name=7-Zip FM
+GenericName=7-Zip File Manager
+Type=Application
+Categories=GTK;Utility;Archiving;Compression;
+Terminal=false
+Icon=p7zip
+Exec=7zFM

Modified: PKGBUILD
===
--- PKGBUILD2011-07-20 16:03:53 UTC (rev 132131)
+++ PKGBUILD2011-07-20 18:53:53 UTC (rev 132132)
@@ -7,15 +7,20 @@
 
 pkgname=p7zip
 pkgver=9.20.1
-pkgrel=2
+pkgrel=3
 pkgdesc='Command-line version of the 7zip compressed file archiver'
+url='http://p7zip.sourceforge.net/'
+license=('GPL')
 arch=('i686' 'x86_64')
-license=('GPL')
-url='http://p7zip.sourceforge.net/'
-makedepends=('yasm' 'nasm')
-source=(http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}_${pkgver}_src_all.tar.bz2;)
-sha1sums=('1cd567e043ee054bf08244ce15f32cb3258306b7')
+optdepends=('wxgtk: GUI')
+makedepends=('yasm' 'nasm' 'wxgtk')
+source=(http://downloads.sourceforge.net/project/${pkgname}/${pkgname}/${pkgver}/${pkgname}_${pkgver}_src_all.tar.bz2;
+'7zFM.desktop')
+sha1sums=('1cd567e043ee054bf08244ce15f32cb3258306b7'
+  'f2c370d6f1b286b7ce9a2804e22541b755616a40')
 
+install=install
+
 build() {
cd ${srcdir}/${pkgname}_${pkgver}
 
@@ -23,7 +28,7 @@
 cp makefile.linux_amd64_asm makefile.machine \
|| cp makefile.linux_x86_asm_gcc_4.X makefile.machine
 
-   make all3 OPTFLAGS=${CXXFLAGS}
+   make all4 OPTFLAGS=${CXXFLAGS}
 }
 
 package() {
@@ -34,6 +39,16 @@
DEST_HOME=/usr \
DEST_MAN=/usr/share/man
 
-   chmod -R u+w ${pkgdir}/usr/share/doc/
-   install -Dm755 contrib/VirtualFileSystemForMidnightCommander/u7z 
${pkgdir}/usr/lib/mc/extfs.d/u7z
+   # Integration with stuff...
+   install -D contrib/VirtualFileSystemForMidnightCommander/u7z 
${pkgdir}/usr/lib/mc/extfs.d/u7z
+   install -D GUI/p7zip_32.png 
${pkgdir}/usr/share/icons/hicolor/32x32/apps/p7zip.png
+   install -d 
${pkgdir}/usr/share/{applications,kde4/services/ServiceMenus}
+   cp GUI/kde4/* ${pkgdir}/usr/share/kde4/services/ServiceMenus/
+   cp ../7zFM.desktop ${pkgdir}/usr/share/applications/
+   ln -s 7zCon.sfx ${pkgdir}/usr/lib/p7zip/7z.sfx
+
+   find GUI/help -type d -exec chmod 755 {} \;
+   cp -r GUI/help ${pkgdir}/usr/lib/p7zip/
+
+   chmod -R u+w ${pkgdir}/usr
 }

Added: install
===
--- install (rev 0)
+++ install 2011-07-20 18:53:53 UTC (rev 132132)
@@ -0,0 +1,13 @@
+post_install() {
+   update-desktop-database -q
+   gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}
+
+post_upgrade() {
+   post_install
+}
+
+
+post_remove() {
+   post_install
+}



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

2011-07-20 Thread Gaetan Bisson
Date: Wednesday, July 20, 2011 @ 14:54:04
  Author: bisson
Revision: 132133

archrelease: copy trunk to testing-i686

Added:
  p7zip/repos/testing-i686/



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

2011-07-20 Thread Gaetan Bisson
Date: Wednesday, July 20, 2011 @ 14:54:10
  Author: bisson
Revision: 132134

archrelease: copy trunk to testing-x86_64

Added:
  p7zip/repos/testing-x86_64/



[arch-commits] Commit in libgcrypt/repos (core-i686)

2011-07-20 Thread andyrtr
Date: Wednesday, July 20, 2011 @ 15:29:37
  Author: andyrtr
Revision: 132135

db-move: libgcrypt removed by andyrtr for move to [core] (i686)

Deleted:
  libgcrypt/repos/core-i686/



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

2011-07-20 Thread andyrtr
Date: Wednesday, July 20, 2011 @ 15:29:38
  Author: andyrtr
Revision: 132136

db-move: moved libgcrypt from [testing] to [core] (i686)

Added:
  libgcrypt/repos/core-i686/
Deleted:
  libgcrypt/repos/testing-i686/



[arch-commits] Commit in libgcrypt/repos (core-x86_64)

2011-07-20 Thread andyrtr
Date: Wednesday, July 20, 2011 @ 15:29:39
  Author: andyrtr
Revision: 132137

db-move: libgcrypt removed by andyrtr for move to [core] (x86_64)

Deleted:
  libgcrypt/repos/core-x86_64/



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

2011-07-20 Thread andyrtr
Date: Wednesday, July 20, 2011 @ 15:29:40
  Author: andyrtr
Revision: 132138

db-move: moved libgcrypt from [testing] to [core] (x86_64)

Added:
  libgcrypt/repos/core-x86_64/
Deleted:
  libgcrypt/repos/testing-x86_64/



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

2011-07-20 Thread andyrtr
Date: Wednesday, July 20, 2011 @ 15:30:18
  Author: andyrtr
Revision: 132140

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

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



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

2011-07-20 Thread andyrtr
Date: Wednesday, July 20, 2011 @ 15:30:19
  Author: andyrtr
Revision: 132142

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

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



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

2011-07-20 Thread andyrtr
Date: Wednesday, July 20, 2011 @ 15:30:21
  Author: andyrtr
Revision: 132143

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

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



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

2011-07-20 Thread andyrtr
Date: Wednesday, July 20, 2011 @ 15:30:22
  Author: andyrtr
Revision: 132144

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

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



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

2011-07-20 Thread andyrtr
Date: Wednesday, July 20, 2011 @ 15:30:18
  Author: andyrtr
Revision: 132141

db-move: gnutls removed by andyrtr for move to [extra] (x86_64)

Deleted:
  gnutls/repos/extra-x86_64/



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

2011-07-20 Thread Eric Bélanger
Date: Thursday, July 21, 2011 @ 00:31:17
  Author: eric
Revision: 132145

upgpkg: openldap 2.4.26-2
Run slapd daemon as ldap user instead of root (close FS#25168)

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

--+
 PKGBUILD |   21 -
 openldap.install |   20 
 slapd|8 
 3 files changed, 40 insertions(+), 9 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-07-20 19:30:22 UTC (rev 132144)
+++ PKGBUILD2011-07-21 04:31:17 UTC (rev 132145)
@@ -4,7 +4,7 @@
 pkgbase=openldap
 pkgname=('libldap' 'openldap')
 pkgver=2.4.26
-pkgrel=1
+pkgrel=2
 arch=('i686' 'x86_64')
 url=http://www.openldap.org/;
 license=('custom')
@@ -12,7 +12,7 @@
 
source=(ftp://ftp.openldap.org/pub/OpenLDAP/openldap-release/${pkgbase}-${pkgver}.tgz
 slapd slapd.default ntlm.patch)
 md5sums=('f36f3086031dd56ae94f722ffae8df5e'
- '378cd1ca051db3f72252c2d1f80fa409'
+ '7ea596cc1d6cbcfe1deea29ec66ab317'
  '6be69f6b7e522cb64cce8703da81ed32'
  '4258ddbef923d1f29f2843bc050f8c56')
 
@@ -20,9 +20,9 @@
   cd ${srcdir}/${pkgbase}-${pkgver}
   patch -Np1 -i ${srcdir}/ntlm.patch
   sed -i 's|-m 644 $(LIBRARY)|-m 755 $(LIBRARY)|' 
libraries/{liblber,libldap,libldap_r}/Makefile.in
-  sed -i 's|#define LDAPI_SOCK LDAP_RUNDIR LDAP_DIRSEP run LDAP_DIRSEP 
ldapi|#define LDAPI_SOCK LDAP_DIRSEP run LDAP_DIRSEP ldapi|' 
include/ldap_defaults.h
-  sed -i 's|%LOCALSTATEDIR%/run|/run|' servers/slapd/slapd.conf
-  sed -i 's|-$(MKDIR) $(DESTDIR)$(localstatedir)/run||' 
servers/slapd/Makefile.in
+  sed -i 's|#define LDAPI_SOCK LDAP_RUNDIR LDAP_DIRSEP run LDAP_DIRSEP 
ldapi|#define LDAPI_SOCK LDAP_DIRSEP run LDAP_DIRSEP openldap LDAP_DIRSEP 
ldapi|' include/ldap_defaults.h
+  sed -i 's|%LOCALSTATEDIR%/run|/run/openldap|' servers/slapd/slapd.conf
+  sed -i 's|-$(MKDIR) $(DESTDIR)$(localstatedir)/run|-$(MKDIR) 
$(DESTDIR)/run/openldap|' servers/slapd/Makefile.in
 
   LDFLAGS=$LDFLAGS -L\${pkgdir}\/libldap/usr/lib 
   ./configure --prefix=/usr --mandir=/usr/share/man --libexecdir=/usr/lib \
@@ -69,6 +69,7 @@
   depends=(libldap=${pkgver} 'libtool' 'util-linux')
   backup=('etc/openldap/slapd.conf' 'etc/conf.d/slapd')
   options=('!libtool' 'emptydirs')
+  install=openldap.install
 
   cd ${srcdir}/${pkgbase}-${pkgver}
   for dir in clients servers doc/man/man{1,5,8} ; do
@@ -84,7 +85,17 @@
   ln -s ../lib/slapd ${pkgdir}/usr/sbin/slapd
 
   install -dm700 ${pkgdir}/var/lib/openldap
+  chown -R 439:439 ${pkgdir}/var/lib/openldap
+
+  install -dm755 ${pkgdir}/run/openldap
+  chown 439:439 ${pkgdir}/run/openldap
+
+  chown root:439 ${pkgdir}/etc/openldap/{slapd.conf,DB_CONFIG.example}
+  chmod 640 ${pkgdir}/etc/openldap/{slapd.conf,DB_CONFIG.example}
+
   install -dm700 ${pkgdir}/etc/openldap/slapd.d
+  chown 439:439 ${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 -Dm644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE

Added: openldap.install
===
--- openldap.install(rev 0)
+++ openldap.install2011-07-21 04:31:17 UTC (rev 132145)
@@ -0,0 +1,20 @@
+post_install(){
+  groupadd -g 439 ldap /dev/null
+  useradd -u 439 -g ldap -d /var/lib/openldap -s /bin/false ldap /dev/null
+  chown -R ldap:ldap var/lib/openldap /dev/null
+}
+
+post_upgrade(){
+  getent group ldap /dev/null 21 || groupadd -g 439 ldap /dev/null
+  getent passwd ldap /dev/null 21 || useradd -u 439 -g ldap -d 
/var/lib/openldap -s /bin/false ldap /dev/null
+  chown -R ldap:ldap var/lib/openldap /dev/null
+}
+
+post_remove(){
+  if getent passwd ldap /dev/null 21; then
+userdel ldap
+  fi
+  if getent group ldap /dev/null 21; then
+groupdel ldap
+  fi
+}

Modified: slapd
===
--- slapd   2011-07-20 19:30:22 UTC (rev 132144)
+++ slapd   2011-07-21 04:31:17 UTC (rev 132145)
@@ -11,9 +11,9 @@
 stat_busy Starting OpenLDAP
 if [ -z $PID ]; then
   if [ -z $SLAPD_SERVICES ]; then
-/usr/sbin/slapd $SLAPD_OPTIONS
+/usr/sbin/slapd -u ldap -g ldap $SLAPD_OPTIONS
   else
-/usr/sbin/slapd -h $SLAPD_SERVICES $SLAPD_OPTIONS
+/usr/sbin/slapd -u ldap -g ldap -h $SLAPD_SERVICES $SLAPD_OPTIONS
   fi
   if [ $? -gt 0 ]; then
 stat_fail
@@ -31,8 +31,8 @@
 if [ $? -gt 0 ]; then
   stat_fail
 else
-  rm -f /run/slapd.pid
-  rm -f /run/slapd.args
+  rm -f /run/openldap/slapd.pid
+  rm -f /run/openldap/slapd.args
   rm_daemon slapd
   stat_done
 fi



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

2011-07-20 Thread Eric Bélanger
Date: Thursday, July 21, 2011 @ 00:31:35
  Author: eric
Revision: 132146

archrelease: remove testing-i686

Deleted:
  openldap/repos/testing-i686/



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

2011-07-20 Thread Eric Bélanger
Date: Thursday, July 21, 2011 @ 00:31:43
  Author: eric
Revision: 132147

archrelease: copy trunk to testing-i686

Added:
  openldap/repos/testing-i686/



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

2011-07-20 Thread Eric Bélanger
Date: Thursday, July 21, 2011 @ 00:31:54
  Author: eric
Revision: 132149

archrelease: copy trunk to testing-x86_64

Added:
  openldap/repos/testing-x86_64/