[arch-commits] Commit in libcanberra/trunk (PKGBUILD libcanberra-quit-add.patch)

2011-02-14 Thread Ionut Biru
Date: Monday, February 14, 2011 @ 03:47:45
  Author: ibiru
Revision: 109949

upgpkg: libcanberra 0.26-5
make gtk3 module load

Added:
  libcanberra/trunk/libcanberra-quit-add.patch
Modified:
  libcanberra/trunk/PKGBUILD(contents, properties)

+
 PKGBUILD   |   10 ++
 libcanberra-quit-add.patch |   24 
 2 files changed, 30 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-02-14 07:40:30 UTC (rev 109948)
+++ PKGBUILD2011-02-14 08:47:45 UTC (rev 109949)
@@ -1,10 +1,10 @@
-# $Id: PKGBUILD 13455 2008-09-27 11:03:58Z jgc $
+# $Id$
 # Maintainer: Jan de Groot j...@archlinux.org
 
 pkgbase=libcanberra
 pkgname=(libcanberra libcanberra-pulse libcanberra-gstreamer)
 pkgver=0.26
-pkgrel=4
+pkgrel=5
 pkgdesc=A small and lightweight implementation of the XDG Sound Theme 
Specification
 arch=(i686 x86_64)
 license=('LGPL')
@@ -13,12 +13,14 @@
 options=(!emptydirs)
 url=http://0pointer.de/lennart/projects/libcanberra
 
source=(http://0pointer.de/lennart/projects/${pkgbase}/${pkgbase}-${pkgver}.tar.gz
-libcanberra-gtk-module.sh)
+libcanberra-gtk-module.sh libcanberra-quit-add.patch)
 md5sums=('ee2c66ada7c851a4e7b6eb1682285a24'
- 'a54799e624aac814b9343ab05f25c38b')
+ 'a54799e624aac814b9343ab05f25c38b'
+ 'a147bce8a7addcd40b21faaaf028819b')
 
 build() {
   cd ${srcdir}/${pkgbase}-${pkgver}
+  patch -Np1 -i ${srcdir}/libcanberra-quit-add.patch
   ./configure --sysconfdir=/etc --prefix=/usr --localstatedir=/var \
   --disable-static --with-builtin=dso --enable-null --disable-oss \
   --enable-alsa --enable-gstreamer --enable-pulse


Property changes on: libcanberra/trunk/PKGBUILD
___
Added: svn:keywords
   + Id

Added: libcanberra-quit-add.patch
===
--- libcanberra-quit-add.patch  (rev 0)
+++ libcanberra-quit-add.patch  2011-02-14 08:47:45 UTC (rev 109949)
@@ -0,0 +1,24 @@
+diff -up libcanberra-0.26/src/canberra-gtk-module.c.quit-add 
libcanberra-0.26/src/canberra-gtk-module.c
+--- libcanberra-0.26/src/canberra-gtk-module.c.quit-add2011-01-07 
22:48:49.388992626 -0500
 libcanberra-0.26/src/canberra-gtk-module.c 2011-01-07 22:49:02.339995153 
-0500
+@@ -932,11 +932,6 @@ static void connect_settings(void) {
+ connected = TRUE;
+ }
+ 
+-static gboolean quit_handler(gpointer data) {
+-dispatch_queue();
+-return FALSE;
+-}
+-
+ G_MODULE_EXPORT void gtk_module_init(gint *argc, gchar ***argv[]) {
+ 
+ /* This is the same quark libgnomeui uses! */
+@@ -963,8 +958,6 @@ G_MODULE_EXPORT void gtk_module_init(gin
+ install_hook(GTK_TYPE_WIDGET, drag-drop, 
signal_id_widget_drag_drop);
+ install_hook(GTK_TYPE_WIDGET, drag-failed, 
signal_id_widget_drag_failed);
+ install_hook(GTK_TYPE_EXPANDER, activate, 
signal_id_expander_activate);
+-
+-gtk_quit_add(1, quit_handler, NULL);
+ }
+ 
+ G_MODULE_EXPORT gchar* g_module_check_init(GModule *module);



[arch-commits] Commit in libcanberra/repos (gnome-unstable-i686)

2011-02-14 Thread Ionut Biru
Date: Monday, February 14, 2011 @ 03:47:55
  Author: ibiru
Revision: 109950

archrelease: remove gnome-unstable-i686

Deleted:
  libcanberra/repos/gnome-unstable-i686/



[arch-commits] Commit in libcanberra/repos (gnome-unstable-i686)

2011-02-14 Thread Ionut Biru
Date: Monday, February 14, 2011 @ 03:48:07
  Author: ibiru
Revision: 109951

archrelease: copy trunk to gnome-unstable-i686

Added:
  libcanberra/repos/gnome-unstable-i686/



[arch-commits] Commit in libcanberra/repos (gnome-unstable-x86_64)

2011-02-14 Thread Ionut Biru
Date: Monday, February 14, 2011 @ 03:48:17
  Author: ibiru
Revision: 109952

archrelease: remove gnome-unstable-x86_64

Deleted:
  libcanberra/repos/gnome-unstable-x86_64/



[arch-commits] Commit in libcanberra/repos (gnome-unstable-x86_64)

2011-02-14 Thread Ionut Biru
Date: Monday, February 14, 2011 @ 03:48:29
  Author: ibiru
Revision: 109953

archrelease: copy trunk to gnome-unstable-x86_64

Added:
  libcanberra/repos/gnome-unstable-x86_64/



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

2011-02-14 Thread Andrea Scarpino
Date: Monday, February 14, 2011 @ 08:17:18
  Author: andrea
Revision: 109954

upgpkg: libldap 2.4.24-1
upstream release

Modified:
  libldap/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-02-14 08:48:29 UTC (rev 109953)
+++ PKGBUILD2011-02-14 13:17:18 UTC (rev 109954)
@@ -3,7 +3,7 @@
 # Contributor: Judd Vinet jvi...@zeroflux.org
 
 pkgname=libldap
-pkgver=2.4.23
+pkgver=2.4.24
 pkgrel=1
 pkgdesc=Lightweight Directory Access Protocol (LDAP) client libraries
 arch=('i686' 'x86_64')
@@ -15,7 +15,7 @@
 options=('!libtool')
 
source=(ftp://ftp.openldap.org/pub/OpenLDAP/openldap-release/openldap-${pkgver}.tgz;
 'ntlm.patch')
-md5sums=('90150b8c0d0192e10b30157e68844ddf'
+md5sums=('116fe1e23a7b67686d5e62274367e6c0'
  'dfa9eb6f2fd9d0a3dab0e1860923489e')
 
 build() {
@@ -24,14 +24,18 @@
   patch -Np1 -i ${srcdir}/ntlm.patch
 
   ./configure --prefix=/usr \
-  --libexecdir=/usr/sbin \
-  --sysconfdir=/etc \
- --mandir=/usr/share/man \
-  --localstatedir=/var/lib/openldap \
-  --enable-crypt --enable-dynamic \
-  --with-threads --enable-wrappers \
- --enable-spasswd --with-cyrus-sasl \
- --disable-bdb --disable-hdb
+--libexecdir=/usr/sbin \
+--sysconfdir=/etc \
+--mandir=/usr/share/man \
+--localstatedir=/var/lib/openldap \
+--enable-crypt \
+--enable-dynamic \
+--with-threads \
+--enable-wrappers \
+--enable-spasswd \
+--with-cyrus-sasl \
+--disable-bdb \
+--disable-hdb
 
   cd include
   make



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

2011-02-14 Thread Andrea Scarpino
Date: Monday, February 14, 2011 @ 08:17:38
  Author: andrea
Revision: 109955

archrelease: copy trunk to testing-i686

Added:
  libldap/repos/testing-i686/



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

2011-02-14 Thread Andrea Scarpino
Date: Monday, February 14, 2011 @ 08:17:54
  Author: andrea
Revision: 109956

archrelease: copy trunk to testing-x86_64

Added:
  libldap/repos/testing-x86_64/



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

2011-02-14 Thread Andrea Scarpino
Date: Monday, February 14, 2011 @ 08:18:22
  Author: andrea
Revision: 109957

upgpkg: openldap 2.4.24-1
upstream release

Modified:
  openldap/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-02-14 13:17:54 UTC (rev 109956)
+++ PKGBUILD2011-02-14 13:18:22 UTC (rev 109957)
@@ -3,8 +3,8 @@
 # Contributor: Judd Vinet jvi...@zeroflux.org
 
 pkgname=openldap
-pkgver=2.4.23
-pkgrel=4
+pkgver=2.4.24
+pkgrel=1
 pkgdesc=LDAP Server
 arch=('i686' 'x86_64')
 license=('custom')
@@ -16,7 +16,7 @@
 
source=(ftp://ftp.openldap.org/pub/OpenLDAP/openldap-release/${pkgname}-${pkgver}.tgz;
 'slapd'
 'slapd.default')
-md5sums=('90150b8c0d0192e10b30157e68844ddf'
+md5sums=('116fe1e23a7b67686d5e62274367e6c0'
  '832354417c495f29affd2c772808959d'
  '6be69f6b7e522cb64cce8703da81ed32')
 



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

2011-02-14 Thread Andrea Scarpino
Date: Monday, February 14, 2011 @ 08:18:42
  Author: andrea
Revision: 109958

archrelease: copy trunk to testing-i686

Added:
  openldap/repos/testing-i686/



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

2011-02-14 Thread Andrea Scarpino
Date: Monday, February 14, 2011 @ 08:18:57
  Author: andrea
Revision: 109959

archrelease: copy trunk to testing-x86_64

Added:
  openldap/repos/testing-x86_64/



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

2011-02-14 Thread Tobias Powalowski
Date: Monday, February 14, 2011 @ 09:00:15
  Author: tpowa
Revision: 109960

upgpkg: udev 166-2
fix framebuffer blacklist

Modified:
  udev/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-02-14 13:18:57 UTC (rev 109959)
+++ PKGBUILD2011-02-14 14:00:15 UTC (rev 109960)
@@ -6,7 +6,7 @@
 pkgbase=udev
 pkgname=('udev' 'udev-compat')
 pkgver=166
-pkgrel=1
+pkgrel=2
 arch=(i686 x86_64)
 url=http://www.kernel.org/pub/linux/utils/kernel/hotplug/udev.html;
 license=('GPL')
@@ -63,9 +63,9 @@
 
   # create framebuffer blacklist
   mkdir -p $pkgdir/etc/modprobe.d/
-  for mod in $(find /lib/modules/*/kernel/drivers/video -name '*fb.ko' -exec 
basename {} .ko \;); do 
-   echo blacklist $mod  
$pkgdir/etc/modprobe.d/framebuffer_blacklist.conf
-  done
+  for mod in $(find /lib/modules/*/kernel/drivers/video -name '*fb.ko.gz' 
-exec basename {} .ko.gz \;); do 
+   echo blacklist $mod 
+  done | sort -u  $pkgdir/etc/modprobe.d/framebuffer_blacklist.conf
 
   # create static devices in /lib/udev/devices/
   mkdir ${pkgdir}/lib/udev/devices/pts



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

2011-02-14 Thread Tobias Powalowski
Date: Monday, February 14, 2011 @ 09:00:28
  Author: tpowa
Revision: 109961

archrelease: remove testing-i686

Deleted:
  udev/repos/testing-i686/



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

2011-02-14 Thread Tobias Powalowski
Date: Monday, February 14, 2011 @ 09:00:43
  Author: tpowa
Revision: 109962

archrelease: copy trunk to testing-i686

Added:
  udev/repos/testing-i686/



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

2011-02-14 Thread Tobias Powalowski
Date: Monday, February 14, 2011 @ 09:00:53
  Author: tpowa
Revision: 109963

archrelease: remove testing-x86_64

Deleted:
  udev/repos/testing-x86_64/



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

2011-02-14 Thread Tobias Powalowski
Date: Monday, February 14, 2011 @ 09:01:08
  Author: tpowa
Revision: 109964

archrelease: copy trunk to testing-x86_64

Added:
  udev/repos/testing-x86_64/



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

2011-02-14 Thread Ionut Biru
Date: Monday, February 14, 2011 @ 11:50:21
  Author: ibiru
Revision: 109965

upgpkg: flashplugin 10.2.152.27-2
to print the message, i really need to include the name of the .install in 
PKGBUILD. silly me

Modified:
  flashplugin/trunk/PKGBUILD
  flashplugin/trunk/flashplugin.install

-+
 PKGBUILD|3 ++-
 flashplugin.install |2 +-
 2 files changed, 3 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-02-14 14:01:08 UTC (rev 109964)
+++ PKGBUILD2011-02-14 16:50:21 UTC (rev 109965)
@@ -5,7 +5,7 @@
 _licensefile='Reader_Player_AIR_WWEULA-Combined-20080204_1313.pdf'
 pkgver=10.2.152.27
 _pkgver64=10.0.45.2
-pkgrel=1
+pkgrel=2
 pkgdesc='Adobe Flash Player'
 url='http://get.adobe.com/flashplayer'
 arch=('i686') # 'x86_64')
@@ -15,6 +15,7 @@
 provides=('flashplayer')
 license=('custom')
 options=(!strip)
+install=flashplugin.install
 backup=(etc/adobe/mms.cfg)
 
source=('http://fpdownload.macromedia.com/get/flashplayer/current/install_flash_player_10_linux.tar.gz'
 http://www.adobe.com/products/eulas/pdfs/${_licensefile};

Modified: flashplugin.install
===
--- flashplugin.install 2011-02-14 14:01:08 UTC (rev 109964)
+++ flashplugin.install 2011-02-14 16:50:21 UTC (rev 109965)
@@ -7,7 +7,7 @@
 }
 
 post_upgrade() {
-if  [ $(vercmp $2 10.2.152.27) -lt 0 ]; then
+if  [ $(vercmp $2 10.2.152.27-2) -lt 0 ]; then
 post_install $1
 fi
 }



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

2011-02-14 Thread Ionut Biru
Date: Monday, February 14, 2011 @ 11:50:33
  Author: ibiru
Revision: 109966

archrelease: remove extra-i686

Deleted:
  flashplugin/repos/extra-i686/



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

2011-02-14 Thread Ionut Biru
Date: Monday, February 14, 2011 @ 11:50:46
  Author: ibiru
Revision: 109967

archrelease: copy trunk to extra-i686

Added:
  flashplugin/repos/extra-i686/



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

2011-02-14 Thread andyrtr
Date: Monday, February 14, 2011 @ 12:42:21
  Author: andyrtr
Revision: 109968

upgpkg: tumbler 0.1.21-1
upstream update 0.1.21

Modified:
  tumbler/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-02-14 16:50:46 UTC (rev 109967)
+++ PKGBUILD2011-02-14 17:42:21 UTC (rev 109968)
@@ -3,7 +3,7 @@
 # Contributor: Jan Jezek honzin.je...@gmail.com
 
 pkgname=tumbler
-pkgver=0.1.20
+pkgver=0.1.21
 pkgrel=1
 pkgdesc=D-Bus service for applications to request thumbnails
 url=http://git.xfce.org/apps/tumbler/;
@@ -11,12 +11,10 @@
 arch=('i686' 'x86_64')
 groups=('xfce4')
 depends=('poppler-glib' 'dbus-glib' 'ffmpegthumbnailer')
-#optdepends=('raw-thumbnailer: support for Raw Digital Camera Images'
-#  'dcraw: support for Raw Digital Camera Image')
-makedepends=( 'intltool' 'gtk-doc') # 'tumbler') # \ - broken, needs tumbler 
to build itself
+makedepends=( 'intltool' 'gtk-doc')
 options=('!libtool')
 
source=(http://archive.xfce.org/src/apps/${pkgname}/0.1/${pkgname}-${pkgver}.tar.bz2)
-md5sums=('91e0702edf27d99c223fba78fe86f287')
+md5sums=('2ef0d30750f95efe345de4655049d4f6')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}
@@ -25,11 +23,7 @@
--libexecdir=/usr/lib/xfce4 \
--disable-static \
--disable-debug \
-   --enable-gtk-doc # \ - broken, needs tumbler to build itself
-   
-  # Remove rpaths.
-#  sed -i 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=|g' 
libtool
-#  sed -i 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' libtool
+   --enable-gtk-doc
   make
 }
 



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

2011-02-14 Thread andyrtr
Date: Monday, February 14, 2011 @ 12:42:32
  Author: andyrtr
Revision: 109969

archrelease: remove extra-i686

Deleted:
  tumbler/repos/extra-i686/



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

2011-02-14 Thread andyrtr
Date: Monday, February 14, 2011 @ 12:42:49
  Author: andyrtr
Revision: 109970

archrelease: copy trunk to extra-i686

Added:
  tumbler/repos/extra-i686/



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

2011-02-14 Thread andyrtr
Date: Monday, February 14, 2011 @ 12:42:57
  Author: andyrtr
Revision: 109971

archrelease: remove extra-x86_64

Deleted:
  tumbler/repos/extra-x86_64/



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

2011-02-14 Thread andyrtr
Date: Monday, February 14, 2011 @ 12:43:15
  Author: andyrtr
Revision: 109972

archrelease: copy trunk to extra-x86_64

Added:
  tumbler/repos/extra-x86_64/



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

2011-02-14 Thread andyrtr
Date: Monday, February 14, 2011 @ 12:56:04
  Author: andyrtr
Revision: 109973

upgpkg: xfce4-session 4.8.1-1
upstream update 4.8.1

Modified:
  xfce4-session/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-02-14 17:43:15 UTC (rev 109972)
+++ PKGBUILD2011-02-14 17:56:04 UTC (rev 109973)
@@ -3,7 +3,7 @@
 # Contributor: tobias tobias funnychar archlinux.org
 
 pkgname=xfce4-session
-pkgver=4.8.0
+pkgver=4.8.1
 pkgrel=1
 pkgdesc=A session manager for Xfce
 arch=('i686' 'x86_64')
@@ -23,7 +23,7 @@
 
source=(http://archive.xfce.org/src/xfce/${pkgname}/4.8/${pkgname}-${pkgver}.tar.bz2
org.freedesktop.consolekit.pkla
org.freedesktop.upower.pkla)
-md5sums=('7540bd6751242117208409ad8b736668'
+md5sums=('478080ff666fdd36786a243829663efd'
  '2e2519950d8c591dc9440ed8957a49ed'
  '5fa270637b5e685f033863d8664795a2')
 



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

2011-02-14 Thread andyrtr
Date: Monday, February 14, 2011 @ 12:56:20
  Author: andyrtr
Revision: 109974

archrelease: remove extra-i686

Deleted:
  xfce4-session/repos/extra-i686/



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

2011-02-14 Thread andyrtr
Date: Monday, February 14, 2011 @ 12:56:37
  Author: andyrtr
Revision: 109975

archrelease: copy trunk to extra-i686

Added:
  xfce4-session/repos/extra-i686/



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

2011-02-14 Thread andyrtr
Date: Monday, February 14, 2011 @ 12:56:51
  Author: andyrtr
Revision: 109976

archrelease: remove extra-x86_64

Deleted:
  xfce4-session/repos/extra-x86_64/



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

2011-02-14 Thread andyrtr
Date: Monday, February 14, 2011 @ 12:57:10
  Author: andyrtr
Revision: 109977

archrelease: copy trunk to extra-x86_64

Added:
  xfce4-session/repos/extra-x86_64/



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

2011-02-14 Thread Rémy Oudompheng
Date: Monday, February 14, 2011 @ 14:52:48
  Author: remy
Revision: 109978

upgpkg: haskell-zlib 0.5.3.1-1
Update to 0.5.3.1 for HP 2011.1 (release candidate)

Modified:
  haskell-zlib/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-02-14 17:57:10 UTC (rev 109977)
+++ PKGBUILD2011-02-14 19:52:48 UTC (rev 109978)
@@ -3,8 +3,8 @@
 # Package originally generated by cabal2arch 0.7.6
 _hkgname=zlib
 pkgname=haskell-zlib
-pkgver=0.5.2.0
-pkgrel=7
+pkgver=0.5.3.1
+pkgrel=1
 pkgdesc=Compression and decompression in the gzip and zlib formats
 url=http://hackage.haskell.org/package/zlib;
 license=('custom:BSD3')
@@ -13,7 +13,7 @@
 options=('strip')
 
source=(http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
 install=${pkgname}.install
-md5sums=('19859e241dc18ef1501a5d44d8523507')
+md5sums=('8fb2988b112e38d04a527b892f770507')
 
 build() {
 cd ${srcdir}/${_hkgname}-${pkgver}



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

2011-02-14 Thread Rémy Oudompheng
Date: Monday, February 14, 2011 @ 14:52:54
  Author: remy
Revision: 109979

archrelease: remove staging-i686

Deleted:
  haskell-zlib/repos/staging-i686/



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

2011-02-14 Thread Rémy Oudompheng
Date: Monday, February 14, 2011 @ 14:53:08
  Author: remy
Revision: 109980

archrelease: copy trunk to staging-i686

Added:
  haskell-zlib/repos/staging-i686/



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

2011-02-14 Thread Rémy Oudompheng
Date: Monday, February 14, 2011 @ 14:53:14
  Author: remy
Revision: 109981

archrelease: remove staging-x86_64

Deleted:
  haskell-zlib/repos/staging-x86_64/



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

2011-02-14 Thread Rémy Oudompheng
Date: Monday, February 14, 2011 @ 14:53:28
  Author: remy
Revision: 109982

archrelease: copy trunk to staging-x86_64

Added:
  haskell-zlib/repos/staging-x86_64/



[arch-commits] Commit in xf86-video-geode/trunk (PKGBUILD)

2011-02-14 Thread andyrtr
Date: Monday, February 14, 2011 @ 15:11:28
  Author: andyrtr
Revision: 109983

upgpkg: xf86-video-geode 2.11.12-1
upstream update 2.11.12

Modified:
  xf86-video-geode/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-02-14 19:53:28 UTC (rev 109982)
+++ PKGBUILD2011-02-14 20:11:28 UTC (rev 109983)
@@ -2,7 +2,7 @@
 # Maintainer: Jan de Groot j...@archlinux.org
 
 pkgname=xf86-video-geode
-pkgver=2.11.11
+pkgver=2.11.12
 pkgrel=1
 pkgdesc=X.org AMD/Geode LX  NX video driver
 # there is no 64bit geode
@@ -17,7 +17,7 @@
 replaces=('xf86-video-amd')
 groups=('xorg-video-drivers')
 source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2)
-sha1sums=('c5e548f7e0b497ed28fa5a460b7d36b3f8e8527a')
+sha1sums=('2685b1775656b4195ff7c41f2f437aef62afdb28')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}



[arch-commits] Commit in xf86-video-geode/repos (extra-i686)

2011-02-14 Thread andyrtr
Date: Monday, February 14, 2011 @ 15:11:37
  Author: andyrtr
Revision: 109984

archrelease: remove extra-i686

Deleted:
  xf86-video-geode/repos/extra-i686/



[arch-commits] Commit in xf86-video-geode/repos (extra-i686)

2011-02-14 Thread andyrtr
Date: Monday, February 14, 2011 @ 15:11:55
  Author: andyrtr
Revision: 109985

archrelease: copy trunk to extra-i686

Added:
  xf86-video-geode/repos/extra-i686/



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

2011-02-14 Thread andyrtr
Date: Monday, February 14, 2011 @ 15:46:10
  Author: andyrtr
Revision: 109986

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

Deleted:
  tzdata/repos/core-i686/



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

2011-02-14 Thread andyrtr
Date: Monday, February 14, 2011 @ 15:46:11
  Author: andyrtr
Revision: 109987

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

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



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

2011-02-14 Thread andyrtr
Date: Monday, February 14, 2011 @ 15:46:12
  Author: andyrtr
Revision: 109988

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

Deleted:
  tzdata/repos/core-x86_64/



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

2011-02-14 Thread andyrtr
Date: Monday, February 14, 2011 @ 15:46:12
  Author: andyrtr
Revision: 109989

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

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



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

2011-02-14 Thread Ionut Biru
Date: Monday, February 14, 2011 @ 16:01:01
  Author: ibiru
Revision: 109990

upgpkg: libsoup 2.33.6-2
TLS support is enabled with glib-networking

Modified:
  libsoup/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-02-14 20:46:12 UTC (rev 109989)
+++ PKGBUILD2011-02-14 21:01:01 UTC (rev 109990)
@@ -4,11 +4,11 @@
 pkgbase=libsoup
 pkgname=('libsoup' 'libsoup-gnome')
 pkgver=2.33.6
-pkgrel=1
+pkgrel=2
 arch=('i686' 'x86_64')
 license=('LGPL')
 makedepends=('glib2' 'gnutls' 'libxml2' 'libproxy' 'sqlite3' 'gconf'
- 'libgnome-keyring' 'intltool' 'gobject-introspection')
+ 'libgnome-keyring' 'intltool' 'gobject-introspection' 
'glib-networking')
 url=http://www.gnome.org;
 
source=(http://ftp.gnome.org/pub/gnome/sources/${pkgbase}/${pkgver%.*}/${pkgbase}-${pkgver}.tar.bz2)
 options=('!libtool' '!emptydirs')
@@ -24,7 +24,7 @@
 
 package_libsoup() {
   pkgdesc=GNOME HTTP Library - base library
-  depends=('glib2' 'libxml2' 'gnutls')
+  depends=('glib2' 'libxml2' 'gnutls' 'glib-networking')
 
   cd ${srcdir}/${pkgbase}-${pkgver}
   make DESTDIR=${pkgdir} install



[arch-commits] Commit in libsoup/repos (gnome-unstable-i686)

2011-02-14 Thread Ionut Biru
Date: Monday, February 14, 2011 @ 16:01:10
  Author: ibiru
Revision: 109991

archrelease: remove gnome-unstable-i686

Deleted:
  libsoup/repos/gnome-unstable-i686/



[arch-commits] Commit in libsoup/repos (gnome-unstable-i686)

2011-02-14 Thread Ionut Biru
Date: Monday, February 14, 2011 @ 16:01:24
  Author: ibiru
Revision: 109992

archrelease: copy trunk to gnome-unstable-i686

Added:
  libsoup/repos/gnome-unstable-i686/



[arch-commits] Commit in libsoup/repos (gnome-unstable-x86_64)

2011-02-14 Thread Ionut Biru
Date: Monday, February 14, 2011 @ 16:01:36
  Author: ibiru
Revision: 109993

archrelease: remove gnome-unstable-x86_64

Deleted:
  libsoup/repos/gnome-unstable-x86_64/



[arch-commits] Commit in libsoup/repos (gnome-unstable-x86_64)

2011-02-14 Thread Ionut Biru
Date: Monday, February 14, 2011 @ 16:01:49
  Author: ibiru
Revision: 109994

archrelease: copy trunk to gnome-unstable-x86_64

Added:
  libsoup/repos/gnome-unstable-x86_64/



[arch-commits] Commit in vala/repos (gnome-unstable-i686)

2011-02-14 Thread Ionut Biru
Date: Monday, February 14, 2011 @ 16:04:59
  Author: ibiru
Revision: 109996

archrelease: remove gnome-unstable-i686

Deleted:
  vala/repos/gnome-unstable-i686/



[arch-commits] Commit in vala/repos (gnome-unstable-i686)

2011-02-14 Thread Ionut Biru
Date: Monday, February 14, 2011 @ 16:05:15
  Author: ibiru
Revision: 109997

archrelease: copy trunk to gnome-unstable-i686

Added:
  vala/repos/gnome-unstable-i686/



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

2011-02-14 Thread Jan Steffens
Date: Monday, February 14, 2011 @ 16:05:17
  Author: heftig
Revision: 109998

upgpkg: pygobject 2.27.90-2
Enable python 3 support and split it out

Modified:
  pygobject/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-02-14 21:05:15 UTC (rev 109997)
+++ PKGBUILD2011-02-14 21:05:17 UTC (rev 109998)
@@ -1,28 +1,75 @@
 # $Id$
 # Maintainer: Jan de Groot j...@archlinux.org
 
-pkgname=pygobject
+pkgbase=pygobject
+pkgname=(pygobject py3gobject pygobject-devel)
 pkgver=2.27.90
-pkgrel=1
-pkgdesc=Python bindings for GObject
+pkgrel=2
 arch=('i686' 'x86_64')
 license=('LGPL')
-depends=('python2' 'glib2' 'pycairo' 'gobject-introspection')
-source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.bz2)
+depends=('glib2' 'gobject-introspection')
+makedepends=(python{,2}{,-cairo})
+source=(http://ftp.gnome.org/pub/gnome/sources/${pkgbase}/${pkgver%.*}/${pkgbase}-${pkgver}.tar.bz2)
 options=('!libtool')
 url=http://www.pygtk.org/;
 sha256sums=('15ad7e1a301bea13c11c55abd5736e68310c54b574ae103ef7e325fdebf44eb1')
 
 build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  PYTHON=python2 ./configure --prefix=/usr
-  make
+  cd ${srcdir}
+  cp -a ${pkgbase}-${pkgver} python2-build
+  mkdir devel
+
+  (
+cd python2-build
+export PYTHON=/usr/bin/python2
+./configure --prefix=/usr
+make
+  )
+
+  (
+cd ${pkgbase}-${pkgver}
+./configure --prefix=/usr
+make
+  )
 }
 
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
+package_pygobject() {
+  pkgdesc=Python 2 bindings for GObject
+  depends+=(python2{,-cairo})
+
+  cd ${srcdir}/python2-build
   make DESTDIR=${pkgdir} install
 
   find $pkgdir/usr/share/pygobject -name '*.py' | \
 xargs sed -i s|#![ ]*/usr/bin/env python$|#!/usr/bin/env python2|
+
+  # Delete devel stuff
+  rm -r 
$pkgdir/usr/{bin,include,lib/pkgconfig,share/{gtk-doc,pygobject/{2.0/codegen,xsl}}}
 }
+
+package_py3gobject() {
+  pkgdesc=Python 3 bindings for GObject
+  depends+=(python{,-cairo})
+
+  cd ${srcdir}/${pkgbase}-${pkgver}
+  make DESTDIR=${pkgdir} install
+
+  # Split devel stuff
+  mv 
$pkgdir/usr/{bin,include,lib/pkgconfig,share/{gtk-doc,pygobject/{2.0/codegen,xsl}}}
 \
+$srcdir/devel/
+}
+
+package_pygobject-devel() {
+  pkgdesc=Development files for the pygobject bindings
+  depends=(python)
+
+  cd ${srcdir}/devel
+  mkdir -p $pkgdir/usr/{include,lib,share/pygobject/2.0}
+
+  mv bin   $pkgdir/usr/
+  mv include   $pkgdir/usr/
+  mv pkgconfig $pkgdir/usr/lib/
+  mv gtk-doc   $pkgdir/usr/share/
+  mv codegen   $pkgdir/usr/share/pygobject/2.0/
+  mv xsl   $pkgdir/usr/share/pygobject/
+}



[arch-commits] Commit in vala/repos (gnome-unstable-x86_64)

2011-02-14 Thread Ionut Biru
Date: Monday, February 14, 2011 @ 16:05:22
  Author: ibiru
Revision: 10

archrelease: remove gnome-unstable-x86_64

Deleted:
  vala/repos/gnome-unstable-x86_64/



[arch-commits] Commit in pygobject/repos (gnome-unstable-i686)

2011-02-14 Thread Jan Steffens
Date: Monday, February 14, 2011 @ 16:05:30
  Author: heftig
Revision: 11

archrelease: remove gnome-unstable-i686

Deleted:
  pygobject/repos/gnome-unstable-i686/



[arch-commits] Commit in vala/repos (gnome-unstable-x86_64)

2011-02-14 Thread Ionut Biru
Date: Monday, February 14, 2011 @ 16:05:37
  Author: ibiru
Revision: 110001

archrelease: copy trunk to gnome-unstable-x86_64

Added:
  vala/repos/gnome-unstable-x86_64/



[arch-commits] Commit in pygobject/repos (gnome-unstable-i686)

2011-02-14 Thread Jan Steffens
Date: Monday, February 14, 2011 @ 16:05:45
  Author: heftig
Revision: 110002

archrelease: copy trunk to gnome-unstable-i686

Added:
  pygobject/repos/gnome-unstable-i686/



[arch-commits] Commit in pygobject/repos (gnome-unstable-x86_64)

2011-02-14 Thread Jan Steffens
Date: Monday, February 14, 2011 @ 16:06:00
  Author: heftig
Revision: 110003

archrelease: remove gnome-unstable-x86_64

Deleted:
  pygobject/repos/gnome-unstable-x86_64/



[arch-commits] Commit in pygobject/repos (gnome-unstable-x86_64)

2011-02-14 Thread Jan Steffens
Date: Monday, February 14, 2011 @ 16:06:15
  Author: heftig
Revision: 110004

archrelease: copy trunk to gnome-unstable-x86_64

Added:
  pygobject/repos/gnome-unstable-x86_64/



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

2011-02-14 Thread Rémy Oudompheng
Date: Monday, February 14, 2011 @ 16:10:18
  Author: remy
Revision: 110005

upgpkg: haskell-http 4000.1.1-2
Rebuild for HP 2011.1 updates

Modified:
  haskell-http/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-02-14 21:06:15 UTC (rev 110004)
+++ PKGBUILD2011-02-14 21:10:18 UTC (rev 110005)
@@ -4,12 +4,12 @@
 _hkgname=HTTP
 pkgname=haskell-http
 pkgver=4000.1.1
-pkgrel=1
+pkgrel=2
 pkgdesc=A library for client-side HTTP
 url=http://hackage.haskell.org/package/${_hkgname};
 license=('custom:BSD3')
 arch=('i686' 'x86_64')
-depends=('ghc=7.0.1' sh 'haskell-network=2.3' 'haskell-parsec=3.1.0' 
'haskell-mtl=2.0.1.0')
+depends=('ghc=7.0.1' sh 'haskell-network=2.3.0.2' 'haskell-parsec=3.1.1' 
'haskell-mtl=2.0.1.0')
 options=('strip')
 
source=(http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
 install=${pkgname}.install



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

2011-02-14 Thread Rémy Oudompheng
Date: Monday, February 14, 2011 @ 16:10:27
  Author: remy
Revision: 110006

archrelease: remove staging-i686

Deleted:
  haskell-http/repos/staging-i686/



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

2011-02-14 Thread Rémy Oudompheng
Date: Monday, February 14, 2011 @ 16:10:41
  Author: remy
Revision: 110007

archrelease: copy trunk to staging-i686

Added:
  haskell-http/repos/staging-i686/



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

2011-02-14 Thread Rémy Oudompheng
Date: Monday, February 14, 2011 @ 16:10:47
  Author: remy
Revision: 110008

archrelease: remove staging-x86_64

Deleted:
  haskell-http/repos/staging-x86_64/



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

2011-02-14 Thread Rémy Oudompheng
Date: Monday, February 14, 2011 @ 16:11:01
  Author: remy
Revision: 110009

archrelease: copy trunk to staging-x86_64

Added:
  haskell-http/repos/staging-x86_64/



[arch-commits] Commit in (17 files)

2011-02-14 Thread Eric Bélanger
Date: Monday, February 14, 2011 @ 16:21:01
  Author: eric
Revision: 110010

Added opengl man pages with 2 makedepends (close FS#22119)

Added:
  docbook-mathml/
  docbook-mathml/repos/
  docbook-mathml/trunk/
  docbook-mathml/trunk/LICENSE
  docbook-mathml/trunk/PKGBUILD
  docbook-mathml/trunk/docbook-mathml.install
  opengl-man-pages/
  opengl-man-pages/repos/
  opengl-man-pages/trunk/
  opengl-man-pages/trunk/LICENSE
  opengl-man-pages/trunk/PKGBUILD
  w3c-mathml2/
  w3c-mathml2/repos/
  w3c-mathml2/trunk/
  w3c-mathml2/trunk/LICENSE
  w3c-mathml2/trunk/PKGBUILD
  w3c-mathml2/trunk/w3c-mathml2.install

-+
 docbook-mathml/trunk/LICENSE|   20 
 docbook-mathml/trunk/PKGBUILD   |   20 
 docbook-mathml/trunk/docbook-mathml.install |   19 
 opengl-man-pages/trunk/LICENSE  |  116 ++
 opengl-man-pages/trunk/PKGBUILD |   42 +
 w3c-mathml2/trunk/LICENSE   |   12 ++
 w3c-mathml2/trunk/PKGBUILD  |   69 +++
 w3c-mathml2/trunk/w3c-mathml2.install   |   15 +++
 8 files changed, 313 insertions(+)

Added: docbook-mathml/trunk/LICENSE
===
--- docbook-mathml/trunk/LICENSE(rev 0)
+++ docbook-mathml/trunk/LICENSE2011-02-14 21:21:01 UTC (rev 110010)
@@ -0,0 +1,20 @@
+ Copyright (C) 2000, 2001, 2002, 2003, 2004 Organization for the 
Advancement
+ of Structured Information Standards (OASIS).
+
+ $Id: dbmathml.dtd,v 1.7 2004/07/27 16:08:17 nwalsh Exp $
+
+ Permission to use, copy, modify and distribute the DocBook MathML
+ Module and its accompanying documentation for any purpose and
+ without fee is hereby granted in perpetuity, provided that the
+ above copyright notice and this paragraph appear in all copies.
+ The copyright holders make no representation about the
+ suitability of the DTD for any purpose.  It is provided as is
+ without expressed or implied warranty.
+
+ If you modify the DocBook MathML Module in any way, label your DTD
+ as a variant of DocBook.  See the maintenance documentation for
+ more information.
+
+ Please direct all questions, bug reports, or suggestions for 
+ changes to the docb...@lists.oasis-open.org mailing list. For more
+ information, see http://www.oasis-open.org/docbook/.

Added: docbook-mathml/trunk/PKGBUILD
===
--- docbook-mathml/trunk/PKGBUILD   (rev 0)
+++ docbook-mathml/trunk/PKGBUILD   2011-02-14 21:21:01 UTC (rev 110010)
@@ -0,0 +1,20 @@
+# $Id$
+# Contributor: Sylvain HENRY hsy...@gmail.com
+
+pkgname=docbook-mathml
+pkgver=1.1CR1
+pkgrel=2
+pkgdesc=MathML XML scheme
+arch=('any')
+url=http://www.oasis-open.org/docbook/;
+license=('MIT')
+depends=('libxml2')
+install=docbook-mathml.install
+source=(http://www.docbook.org/xml/mathml/1.1CR1/dbmathml.dtd LICENSE)
+md5sums=('bbf92a1d88ce217d736c222470d6811c' '78ef5b09cdf606e14f1b04380929abe7')
+sha1sums=('80600ad7f3171ed40c01cc0b29de9f18ea7b7acd' 
'bb8ef54b14492f59520f5546aed95b19424216ad')
+
+package() {
+  install -D -m644 dbmathml.dtd 
${pkgdir}/usr/share/xml/docbook/mathml/${pkgver}/dbmathml.dtd
+  install -D -m644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}


Property changes on: docbook-mathml/trunk/PKGBUILD
___
Added: svn:keywords
   + Id

Added: docbook-mathml/trunk/docbook-mathml.install
===
--- docbook-mathml/trunk/docbook-mathml.install (rev 0)
+++ docbook-mathml/trunk/docbook-mathml.install 2011-02-14 21:21:01 UTC (rev 
110010)
@@ -0,0 +1,19 @@
+post_install() {
+  if [ ! -e etc/xml/catalog ]; then
+xmlcatalog --noout --create etc/xml/catalog
+  fi
+  xmlcatalog --noout --add public \
+-//OASIS//DTD DocBook MathML Module V1.1CR1//EN \
+file:///usr/share/xml/docbook/mathml/1.1CR1/dbmathml.dtd \
+etc/xml/catalog
+
+  xmlcatalog --noout --add system \
+http://www.oasis-open.org/docbook/xml/mathml/1.1CR1/dbmathml.dtd; \
+file:///usr/share/xml/docbook/mathml/1.1CR1/dbmathml.dtd \
+etc/xml/catalog
+}
+
+post_remove() {
+  xmlcatalog --noout --del -//OASIS//DTD DocBook MathML Module V1.1CR1//EN 
etc/xml/catalog
+  xmlcatalog --noout --del 
http://www.oasis-open.org/docbook/xml/mathml/1.1CR1/dbmathml.dtd; 
etc/xml/catalog
+}

Added: opengl-man-pages/trunk/LICENSE
===
--- opengl-man-pages/trunk/LICENSE  (rev 0)
+++ opengl-man-pages/trunk/LICENSE  2011-02-14 21:21:01 UTC (rev 110010)
@@ -0,0 +1,116 @@
+SGI Free Software B License:
+
+SGI FREE SOFTWARE LICENSE B (Version 2.0, Sept. 18, 2008)

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

2011-02-14 Thread Andrea Scarpino
Date: Monday, February 14, 2011 @ 16:35:55
  Author: andrea
Revision: 110011

upgpkg: libgadu 1.10.0-1
upstream release

Modified:
  libgadu/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-02-14 21:21:01 UTC (rev 110010)
+++ PKGBUILD2011-02-14 21:35:55 UTC (rev 110011)
@@ -3,7 +3,7 @@
 # Contributor: Mateusz Herych heni...@gmail.com
 
 pkgname=libgadu
-pkgver=1.9.1
+pkgver=1.10.0
 pkgrel=1
 pkgdesc=This library implements the client side of the Gadu-Gadu protocol
 arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@
 depends=('openssl')
 options=('!libtool')
 source=(http://toxygen.net/${pkgname}/files/${pkgname}-${pkgver}.tar.gz;)
-md5sums=('8d68489f3c01daba95fd1f20661437fb')
+md5sums=('7780a428f0782ccaa57ad5caeed87e8e')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}



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

2011-02-14 Thread Andrea Scarpino
Date: Monday, February 14, 2011 @ 16:36:01
  Author: andrea
Revision: 110012

archrelease: remove extra-i686

Deleted:
  libgadu/repos/extra-i686/



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

2011-02-14 Thread Andrea Scarpino
Date: Monday, February 14, 2011 @ 16:36:14
  Author: andrea
Revision: 110013

archrelease: copy trunk to extra-i686

Added:
  libgadu/repos/extra-i686/



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

2011-02-14 Thread Andrea Scarpino
Date: Monday, February 14, 2011 @ 16:36:20
  Author: andrea
Revision: 110014

archrelease: remove extra-x86_64

Deleted:
  libgadu/repos/extra-x86_64/



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

2011-02-14 Thread Andrea Scarpino
Date: Monday, February 14, 2011 @ 16:36:33
  Author: andrea
Revision: 110015

archrelease: copy trunk to extra-x86_64

Added:
  libgadu/repos/extra-x86_64/



[arch-commits] Commit in (5 files)

2011-02-14 Thread Ionut Biru
Date: Monday, February 14, 2011 @ 16:40:32
  Author: ibiru
Revision: 110016

moved to gnome-unstable

Added:
  gsettings-desktop-schemas/
  gsettings-desktop-schemas/repos/
  gsettings-desktop-schemas/trunk/
  gsettings-desktop-schemas/trunk/PKGBUILD
  gsettings-desktop-schemas/trunk/gsettings-desktop-schemas.install

---+
 PKGBUILD  |   29 +
 gsettings-desktop-schemas.install |   11 +++
 2 files changed, 40 insertions(+)

Added: gsettings-desktop-schemas/trunk/PKGBUILD
===
--- gsettings-desktop-schemas/trunk/PKGBUILD(rev 0)
+++ gsettings-desktop-schemas/trunk/PKGBUILD2011-02-14 21:40:32 UTC (rev 
110016)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer : Ionut Biru ib...@archlinux.org
+# Contributor: Jaroslav Lichtblau dragonl...@aur.archlinux.org
+# Contributor: Adam Hani Schakaki (krzd) k...@krzd.net
+
+pkgname=gsettings-desktop-schemas
+pkgver=0.1.5
+pkgrel=1
+pkgdesc=Shared GSettings schemas for the desktop
+arch=('any')
+url=http://live.gnome.org/;
+license=('GPL')
+makedepends=('intltool')
+install=$pkgname.install
+source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/0.1/${pkgname}-${pkgver}.tar.bz2)
+sha256sums=('8eeb092bae065da866cc7160f97c9d2357b2d7b23e2fdff1e1205524f8cdbb78')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  ./configure --prefix=/usr --disable-schemas-compile
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  make DESTDIR=${pkgdir} install
+}


Property changes on: gsettings-desktop-schemas/trunk/PKGBUILD
___
Added: svn:keywords
   + Id

Added: gsettings-desktop-schemas/trunk/gsettings-desktop-schemas.install
===
--- gsettings-desktop-schemas/trunk/gsettings-desktop-schemas.install   
(rev 0)
+++ gsettings-desktop-schemas/trunk/gsettings-desktop-schemas.install   
2011-02-14 21:40:32 UTC (rev 110016)
@@ -0,0 +1,11 @@
+post_install() {
+   usr/bin/glib-compile-schemas usr/share/glib-2.0/schemas
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}



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

2011-02-14 Thread Eric Bélanger
Date: Monday, February 14, 2011 @ 16:41:44
  Author: eric
Revision: 110017

upgpkg: doxygen 1.7.3-2
Added docs package (close FS#21279)

Modified:
  doxygen/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-02-14 21:40:32 UTC (rev 110016)
+++ PKGBUILD2011-02-14 21:41:44 UTC (rev 110017)
@@ -1,24 +1,38 @@
 # $Id$
 # Maintainer: Dan McGee d...@archlinux.org
-pkgname=doxygen
+
+pkgbase=doxygen
+pkgname=('doxygen' 'doxygen-docs')
 pkgver=1.7.3
-pkgrel=1
-pkgdesc=A documentation system for C++, C, Java, IDL and PHP
+pkgrel=2
 license=('GPL')
 arch=(i686 x86_64)
 url=http://www.doxygen.org/;
-depends=('gcc-libs')
-# qt required to build and run doxywizard, but don't want to drag it in
-makedepends=('flex' 'qt')
-optdepends=('graphviz: for caller/callee graph generation'
-'qt: for doxywizard')
+makedepends=('flex' 'qt' 'texlive-core' 'ghostscript' 'texlive-latexextra')
+options=('!makeflags')
 source=(ftp://ftp.stack.nl/pub/users/dimitri/${pkgname}-${pkgver}.src.tar.gz)
+md5sums=('6cc5ad566dbec5cf843dc600b1162808')
+sha1sums=('06e1d84b50beecdfe0f91393b83c29e8a3db1011')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}
   QTDIR=/usr ./configure --prefix /usr --with-doxywizard
-  make || return 1
+  make
+}
+
+package_doxygen() {
+  pkgdesc=A documentation system for C++, C, Java, IDL and PHP
+  depends=('gcc-libs')
+  optdepends=('graphviz: for caller/callee graph generation'
+  'qt: for doxywizard')
+
+  cd ${srcdir}/${pkgname}-${pkgver}
   make INSTALL=${pkgdir}/usr MAN1DIR=share/man/man1 install
 }
 
-md5sums=('6cc5ad566dbec5cf843dc600b1162808')
+package_doxygen-docs() {
+  pkgdesc=Developer documentation for doxygen
+
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make INSTALL=${pkgdir}/usr MAN1DIR=share/man/man1 install_docs
+}



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

2011-02-14 Thread Eric Bélanger
Date: Monday, February 14, 2011 @ 16:42:31
  Author: eric
Revision: 110018

archrelease: remove extra-i686

Deleted:
  doxygen/repos/extra-i686/



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

2011-02-14 Thread Eric Bélanger
Date: Monday, February 14, 2011 @ 16:42:40
  Author: eric
Revision: 110019

archrelease: copy trunk to extra-i686

Added:
  doxygen/repos/extra-i686/



[arch-commits] Commit in gsettings-desktop-schemas/repos (gnome-unstable-any)

2011-02-14 Thread Ionut Biru
Date: Monday, February 14, 2011 @ 16:43:25
  Author: ibiru
Revision: 110020

archrelease: copy trunk to gnome-unstable-any

Added:
  gsettings-desktop-schemas/repos/gnome-unstable-any/



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

2011-02-14 Thread Eric Bélanger
Date: Monday, February 14, 2011 @ 16:43:29
  Author: eric
Revision: 110021

archrelease: remove extra-x86_64

Deleted:
  doxygen/repos/extra-x86_64/



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

2011-02-14 Thread Eric Bélanger
Date: Monday, February 14, 2011 @ 16:43:40
  Author: eric
Revision: 110022

archrelease: copy trunk to extra-x86_64

Added:
  doxygen/repos/extra-x86_64/



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

2011-02-14 Thread Rémy Oudompheng
Date: Monday, February 14, 2011 @ 16:53:49
  Author: remy
Revision: 110023

upgpkg: haskell-text 0.11.0.5-1
Update to 0.11.0.5 for HP 2011.1 (release candidate)

Modified:
  haskell-text/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-02-14 21:43:40 UTC (rev 110022)
+++ PKGBUILD2011-02-14 21:53:49 UTC (rev 110023)
@@ -2,7 +2,7 @@
 # Contributor: Arch Haskell Team arch-hask...@haskell.org
 _hkgname=text
 pkgname=haskell-text
-pkgver=0.11.0.0
+pkgver=0.11.0.5
 pkgrel=1
 pkgdesc=An efficient packed Unicode text type.
 url=http://hackage.haskell.org/package/${_hkgname};
@@ -12,7 +12,7 @@
 options=('strip')
 
source=(http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
 install=${pkgname}.install
-md5sums=('fe1ba818c4882ed97e4728602631fc9c')
+md5sums=('516a6813a6b9061fabdc9f0c3bbb1592')
 
 build() {
 cd ${srcdir}/${_hkgname}-${pkgver}



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

2011-02-14 Thread Rémy Oudompheng
Date: Monday, February 14, 2011 @ 16:53:56
  Author: remy
Revision: 110024

archrelease: remove staging-i686

Deleted:
  haskell-text/repos/staging-i686/



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

2011-02-14 Thread Rémy Oudompheng
Date: Monday, February 14, 2011 @ 16:54:10
  Author: remy
Revision: 110025

archrelease: copy trunk to staging-i686

Added:
  haskell-text/repos/staging-i686/



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

2011-02-14 Thread Rémy Oudompheng
Date: Monday, February 14, 2011 @ 16:54:17
  Author: remy
Revision: 110026

archrelease: remove staging-x86_64

Deleted:
  haskell-text/repos/staging-x86_64/



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

2011-02-14 Thread Rémy Oudompheng
Date: Monday, February 14, 2011 @ 16:54:31
  Author: remy
Revision: 110027

archrelease: copy trunk to staging-x86_64

Added:
  haskell-text/repos/staging-x86_64/



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

2011-02-14 Thread Ionut Biru
Date: Monday, February 14, 2011 @ 17:00:09
  Author: ibiru
Revision: 110028

upgpkg: gnome-desktop 2.91.6.1-1
update to 2.91.6.1

Modified:
  gnome-desktop/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-02-14 21:54:31 UTC (rev 110027)
+++ PKGBUILD2011-02-14 22:00:09 UTC (rev 110028)
@@ -2,19 +2,18 @@
 # Maintainer:  Jan de Groot j...@archlinux.org
 
 pkgname=gnome-desktop
-pkgver=2.32.1
+pkgver=2.91.6.1
 pkgrel=1
 pkgdesc=The GNOME Desktop
 arch=('i686' 'x86_64')
 license=('GPL' 'LGPL')
-depends=('gconf=2.32.0' 'startup-notification=0.10')
-makedepends=('gnome-doc-utils=0.20.1' 'intltool')
-optdepends=('pygtk: gnome-about')
+depends=('gsettings-desktop-schemas' 'startup-notification' 'gtk3')
+makedepends=('gnome-doc-utils' 'intltool' 'gobject-introspection')
 url=http://www.gnome.org;
 groups=('gnome')
 options=('!libtool')
-source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/2.32/${pkgname}-${pkgver}.tar.bz2)
-sha256sums=('55cbecf67efe1fa1e57ac966520a7c46d799c8ba3c652a1219f60cafccb3739d')
+source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/2.91/${pkgname}-${pkgver}.tar.bz2)
+sha256sums=('f96b112b3592bcafa99b3948305007991f086277a438cd6f6e82ffd299221447')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}
@@ -23,5 +22,9 @@
   --with-gnome-distributor=Archlinux \
   --disable-scrollkeeper
   make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
   make DESTDIR=${pkgdir} install
 }



[arch-commits] Commit in gnome-desktop/repos (gnome-unstable-i686)

2011-02-14 Thread Ionut Biru
Date: Monday, February 14, 2011 @ 17:00:28
  Author: ibiru
Revision: 110029

archrelease: copy trunk to gnome-unstable-i686

Added:
  gnome-desktop/repos/gnome-unstable-i686/



[arch-commits] Commit in gnome-desktop/repos (gnome-unstable-x86_64)

2011-02-14 Thread Ionut Biru
Date: Monday, February 14, 2011 @ 17:00:43
  Author: ibiru
Revision: 110030

archrelease: copy trunk to gnome-unstable-x86_64

Added:
  gnome-desktop/repos/gnome-unstable-x86_64/



[arch-commits] Commit in opengl-man-pages/repos (extra-any)

2011-02-14 Thread Eric Bélanger
Date: Monday, February 14, 2011 @ 17:11:49
  Author: eric
Revision: 110031

archrelease: copy trunk to extra-any

Added:
  opengl-man-pages/repos/extra-any/



[arch-commits] Commit in docbook-mathml/repos (extra-any)

2011-02-14 Thread Eric Bélanger
Date: Monday, February 14, 2011 @ 17:18:31
  Author: eric
Revision: 110032

archrelease: copy trunk to extra-any

Added:
  docbook-mathml/repos/extra-any/



[arch-commits] Commit in w3c-mathml2/repos (extra-any)

2011-02-14 Thread Eric Bélanger
Date: Monday, February 14, 2011 @ 17:19:23
  Author: eric
Revision: 110033

archrelease: copy trunk to extra-any

Added:
  w3c-mathml2/repos/extra-any/



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

2011-02-14 Thread Eric Bélanger
Date: Monday, February 14, 2011 @ 17:24:35
  Author: eric
Revision: 110034

Replace old man pages tarball by an optdepends on new opengl-man-pages package

Modified:
  mesa/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-02-14 22:19:23 UTC (rev 110033)
+++ PKGBUILD2011-02-14 22:24:35 UTC (rev 110034)
@@ -19,8 +19,7 @@
  'gcc-libs=4.5' 'dri2proto=2.3' 'python2' 'talloc' 'libxml2' 
'imake')
 url=http://mesa3d.sourceforge.net;
 license=('custom')
-source=(ftp://ftp.archlinux.org/other/mesa/gl-manpages-1.0.1.tar.bz2
-LICENSE)
+source=(LICENSE)
 if [ ${_git} = true ]; then
# mesa git shot from 7.10 branch - see for state: 
http://cgit.freedesktop.org/mesa/mesa/snapshot/mesa-92a619b43fcd6a8778c3419ff3538c1113b4bdf3.tar.bz2
source=(${source[@]} 
'ftp://ftp.archlinux.org/other/mesa/mesa-92a619b43fcd6a8778c3419ff3538c1113b4bdf3.tar.bz2')
@@ -74,10 +73,6 @@
 fi
 
   make
-
-  cd ${srcdir}/gl-manpages-1.0.1
-  ./configure --prefix=/usr
-  make
 }
 
 package_libgl() {
@@ -158,6 +153,7 @@
 }
 package_mesa() {
   depends=('libgl' 'libx11=1.3.5' 'libxt=1.0.8' 'gcc-libs=4.5' 
'dri2proto=2.3' 'libdrm=2.4.22' 'glproto=1.4.12')
+  optdepends=('opengl-man-pages: for the OpenGL API man pages')
   pkgdesc=Mesa 3-D graphics libraries and include files
 
 if [ ${_git} = true ]; then
@@ -179,9 +175,6 @@
   rm -f ${pkgdir}/usr/include/GL/glut.h
   rm -rf ${pkgdir}/usr/include/{GLES,GLES2,EGL,KHR}
 
-  cd ${srcdir}/gl-manpages-1.0.1
-  make DESTDIR=${pkgdir} install
-
   install -m755 -d ${pkgdir}/usr/share/licenses/mesa
   install -m755 ${srcdir}/LICENSE ${pkgdir}/usr/share/licenses/mesa/
 }



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

2011-02-14 Thread Allan McRae
Date: Monday, February 14, 2011 @ 19:41:09
  Author: allan
Revision: 110035

upgpkg: readline 6.2-1
upstream update

Modified:
  readline/trunk/PKGBUILD
  readline/trunk/readline.install

--+
 PKGBUILD |   26 --
 readline.install |3 +--
 2 files changed, 13 insertions(+), 16 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-02-14 22:24:35 UTC (rev 110034)
+++ PKGBUILD2011-02-15 00:41:09 UTC (rev 110035)
@@ -3,30 +3,29 @@
 # Contributor: judd jvi...@zeroflux.org
 
 pkgname=readline
-_patchlevel=002 #prepare for some patches
-pkgver=6.1.$_patchlevel
-pkgrel=2
+_basever=6.2
+_patchlevel=000 #prepare for some patches
+pkgver=$_basever  #.$_patchlevel
+pkgrel=1
 pkgdesc=GNU readline library
 arch=('i686' 'x86_64')
 url=http://tiswww.case.edu/php/chet/readline/rltop.html;
 license=('GPL')
 depends=('glibc' 'ncurses')
 backup=('etc/inputrc')
-source=(http://ftp.gnu.org/gnu/readline/readline-6.1.tar.gz
+source=(http://ftp.gnu.org/gnu/readline/readline-$_basever.tar.gz
 inputrc)
 if [ $_patchlevel -gt 00 ]; then
 for (( p=1; p=$((10#${_patchlevel})); p++ )); do
-source=(${source[@]} 
http://ftp.gnu.org/gnu/readline/readline-6.1-patches/readline61-$(printf %03d 
$p))
+source=(${source[@]} 
http://ftp.gnu.org/gnu/readline/readline-$_basever-patches/readline61-$(printf 
%03d $p))
 done
 fi
-md5sums=('fc2f7e714fe792db1ce6ddc4c9fb4ef3'
- '58d54966c1191db45973cb3191ac621a'
- 'c642f2e84d820884b0bf9fd176bc6c3f'
- '1a76781a1ea734e831588285db7ec9b1')
+md5sums=('67948acb2ca081f23359d0256e9a271c'
+ '58d54966c1191db45973cb3191ac621a')
 
 build() {
-  cd ${srcdir}/${pkgname}-6.1
-  for p in ../readline61-*; do
+  cd ${srcdir}/${pkgname}-$_basever
+  for p in ../readline${_basever//./}-*; do
 [ -e $p ] || continue
 msg applying patch ${p}
 patch -Np0 -i ${p}
@@ -38,13 +37,12 @@
   # build with -fPIC for x86_64 (FS#15634)
   [ $CARCH == x86_64 ]  CFLAGS=$CFLAGS -fPIC
 
-  ./configure --prefix=/usr --libdir=/lib \
---mandir=/usr/share/man --infodir=/usr/share/info
+  ./configure --prefix=/usr --libdir=/lib
   make SHLIB_LIBS=-lncurses
 }
 
 package() {
-  cd ${srcdir}/${pkgname}-6.1
+  cd ${srcdir}/${pkgname}-$_basever
   make DESTDIR=${pkgdir} install
   
   install -Dm644 ${srcdir}/inputrc ${pkgdir}/etc/inputrc

Modified: readline.install
===
--- readline.install2011-02-14 22:24:35 UTC (rev 110034)
+++ readline.install2011-02-15 00:41:09 UTC (rev 110035)
@@ -1,4 +1,4 @@
-infodir=/usr/share/info
+infodir=usr/share/info
 filelist=(history.info readline.info rluserman.info)
 
 post_install() {
@@ -10,7 +10,6 @@
 
 post_upgrade() {
   post_install $1
-  echo  You can safely ignore any \cannot open shared object\ errors you 
see above
 }
 
 pre_remove() {



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

2011-02-14 Thread Allan McRae
Date: Monday, February 14, 2011 @ 19:41:52
  Author: allan
Revision: 110036

archrelease: copy trunk to testing-i686

Added:
  readline/repos/testing-i686/



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

2011-02-14 Thread Allan McRae
Date: Monday, February 14, 2011 @ 19:42:23
  Author: allan
Revision: 110037

archrelease: copy trunk to testing-x86_64

Added:
  readline/repos/testing-x86_64/



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

2011-02-14 Thread Allan McRae
Date: Monday, February 14, 2011 @ 19:42:38
  Author: allan
Revision: 110038

upgpkg: bash 4.2-1
upstream update

Modified:
  bash/trunk/PKGBUILD
  bash/trunk/bash.install

--+
 PKGBUILD |   30 +++---
 bash.install |3 +--
 2 files changed, 12 insertions(+), 21 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-02-15 00:42:23 UTC (rev 110037)
+++ PKGBUILD2011-02-15 00:42:38 UTC (rev 110038)
@@ -3,9 +3,10 @@
 # Maintainer: Allan McRae al...@archlinux.org
 
 pkgname=bash
-_patchlevel=009 #prepare for some patches
-pkgver=4.1.$_patchlevel
-pkgrel=4
+_basever=4.2
+_patchlevel=000 #prepare for some patches
+pkgver=$_basever  #.$_patchlevel
+pkgrel=1
 pkgdesc=The GNU Bourne Again shell
 arch=('i686' 'x86_64')
 license=('GPL')
@@ -15,7 +16,7 @@
 depends=('readline=6.1' 'glibc')
 provides=('sh')
 install=bash.install
-source=(http://ftp.gnu.org/gnu/bash/bash-4.1.tar.gz
+source=(http://ftp.gnu.org/gnu/bash/bash-$_basever.tar.gz
 dot.bashrc
 dot.bash_profile
 dot.bash_logout
@@ -23,13 +24,13 @@
 system.bash_logout)
 if [ $_patchlevel -gt 000 ]; then
 for (( p=1; p=$((10#${_patchlevel})); p++ )); do
-source=(${source[@]} 
http://ftp.gnu.org/gnu/bash/bash-4.1-patches/bash41-$(printf %03d $p))
+source=(${source[@]} 
http://ftp.gnu.org/gnu/bash/bash-$_basever-patches/bash41-$(printf %03d $p))
 done
 fi
 
 build() {
-  cd ${srcdir}/${pkgname}-4.1
-  for p in ../bash41-*; do
+  cd ${srcdir}/${pkgname}-$_basever
+  for p in ../bash${_basever//./}-*; do
 [ -e $p ] || continue
 msg applying patch ${p}
 patch -Np0 -i ${p}
@@ -49,7 +50,7 @@
 }
 
 package() {
-  cd ${srcdir}/${pkgname}-4.1
+  cd ${srcdir}/${pkgname}-$_basever
   make DESTDIR=${pkgdir} install
 
   # for now, bash is our default /bin/sh
@@ -68,18 +69,9 @@
   install -m644 ${srcdir}/dot.bash_logout ${pkgdir}/etc/skel/.bash_logout
 }
 
-md5sums=('9800d8724815fd84994d9be65ab5e7b8'
+md5sums=('3fb927c7c33022f1c327f14a81c0d4b0'
  '027d6bd8f5f6a06b75bb7698cb478089'
  '2902e0fee7a9168f3a4fd2ccd60ff047'
  '42f4400ed2314bd7519c020d0187edc5'
  'fe5d3a367f7d5f754214dc05e3d958ab'
- '472f536d7c9e8250dc4568ec4cfaf294'
- '582dea5671b557f783e18629c2f77b68'
- '118d465095d4a4706eb1d34696a2666a'
- '120f7cf039a40d35fe375e59d6f17adc'
- '336ee037fc2cc1e2350b05097fbdc87c'
- '9471e666797f0b03eb2175ed752a9550'
- 'fb80ccd58cb1e34940f3adf4ce6e4a1e'
- '192a8b161d419a1d0d211169f1d1046e'
- '1dc5a0253827decbe6aa529cde83e154'
- 'ea361b842b7405a7f5ebbabbdf74372f')
+ '472f536d7c9e8250dc4568ec4cfaf294')

Modified: bash.install
===
--- bash.install2011-02-15 00:42:23 UTC (rev 110037)
+++ bash.install2011-02-15 00:42:38 UTC (rev 110038)
@@ -1,4 +1,4 @@
-info_dir=/usr/share/info
+info_dir=usr/share/info
 info_files=(bash.info)
 
 post_install() {
@@ -18,4 +18,3 @@
 usr/bin/install-info --delete ${info_dir}/$f.gz ${info_dir}/dir 2 
/dev/null
   done
 }
-# vim:set ts=2 sw=2 et:



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

2011-02-14 Thread Allan McRae
Date: Monday, February 14, 2011 @ 19:43:12
  Author: allan
Revision: 110039

archrelease: copy trunk to testing-i686

Added:
  bash/repos/testing-i686/



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

2011-02-14 Thread Allan McRae
Date: Monday, February 14, 2011 @ 19:43:44
  Author: allan
Revision: 110040

archrelease: copy trunk to testing-x86_64

Added:
  bash/repos/testing-x86_64/



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

2011-02-14 Thread Jan Steffens
Date: Monday, February 14, 2011 @ 20:18:32
  Author: heftig
Revision: 110041

upgpkg: libwebkit 1.3.11-1
Update for gnome-unstable

Added:
  libwebkit/trunk/libwebkit.install
Modified:
  libwebkit/trunk/PKGBUILD
Deleted:
  libwebkit/trunk/introspection.patch

-+
 PKGBUILD|   78 ++
 introspection.patch |   22 --
 libwebkit.install   |   11 +++
 3 files changed, 65 insertions(+), 46 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-02-15 00:43:44 UTC (rev 110040)
+++ PKGBUILD2011-02-15 01:18:32 UTC (rev 110041)
@@ -1,39 +1,69 @@
 # $Id$
 # Maintainer: Andreas Radke andy...@archlinux.org
 
-pkgname=libwebkit
-pkgver=1.2.7
+pkgbase=libwebkit
+pkgname=(libwebkit libwebkit3)
+pkgver=1.3.11
 pkgrel=1
-pkgdesc=an opensource web content engine, derived from KHTML and KJS from KDE
+pkgdesc=An opensource web content engine
 arch=('i686' 'x86_64')
 url=http://webkitgtk.org/;
 license=('custom')
-depends=('libxt' 'libxslt' 'sqlite3' 'gtk2' 'icu=4.6' 'gstreamer0.10-base' 
'libsoup' 'enchant')
-makedepends=('gperf' 'gtk-doc' 'gobject-introspection')
-provides=('webkitgtk-svn')
-conflicts=('webkitgtk-svn')
-replaces=('webkitgtk-svn')
+depends=('libxt' 'libxslt' 'sqlite3' 'icu=4.6' 'gstreamer0.10-base' 'libsoup' 
'enchant')
+makedepends=('gperf' 'gtk-doc' 'gobject-introspection' 'python2' 'gtk2' 'gtk3')
 options=('!libtool')
-source=(http://webkitgtk.org/webkit-${pkgver}.tar.gz
-introspection.patch)
-md5sums=('25c7e548b65aeb6d83c0182c32ef0927'
- 'e7e83312618cb30cc9a1567a21cd0e06')
+install=libwebkit.install
+source=(http://webkitgtk.org/webkit-${pkgver}.tar.gz)
+md5sums=('6d4506086fb0d274d1a2c871fcaf851e')
 
-
 build() {
-  cd ${srcdir}/webkit-${pkgver}
-  patch -Np0 -i ${srcdir}/introspection.patch
+  cd ${srcdir}
 
-  ./configure --prefix=/usr \
-  --enable-video --enable-introspection \
-  --with-font-backend=freetype --enable-gtk-doc \
-  --enable-jit --with-unicode-backend=icu
-  #disable makeflags if parallel building fails
-  make ${MAKEFLAGS}
+  export PYTHON=/usr/bin/python2
+
+  rm -rf gtk3-build
+  cp -a webkit-${pkgver} gtk3-build
+
+  (
+cd webkit-$pkgver
+./configure --prefix=/usr \
+--enable-video --enable-introspection \
+--with-font-backend=freetype --enable-gtk-doc \
+--enable-jit --with-unicode-backend=icu \
+--enable-3D-transforms --enable-mathml \
+--with-gtk=2.0
+make
+  )
+
+  (
+cd gtk3-build
+./configure --prefix=/usr \
+--enable-video --enable-introspection \
+--with-font-backend=freetype --enable-gtk-doc \
+--enable-jit --with-unicode-backend=icu \
+--enable-3D-transforms --enable-mathml \
+--with-gtk=3.0
+make
+  )
 }
 
-package() {
-  cd ${srcdir}/webkit-${pkgver}
+package_libwebkit() {
+  pkgdesc+= (for GTK2)
+  depends+=(gtk2)
+  provides=('webkitgtk-svn')
+  conflicts=('webkitgtk-svn')
+  replaces=('webkitgtk-svn')
+
+  cd $srcdir/webkit-$pkgver
   make DESTDIR=${pkgdir} install
-  install -Dm644 WebKit/LICENSE 
${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+  install -Dm644 Source/WebKit/LICENSE 
${pkgdir}/usr/share/licenses/libwebkit/LICENSE
 }
+
+package_libwebkit3() {
+  pkgdesc+= (for GTK3)
+  depends+=(gtk3)
+
+  cd ${srcdir}/gtk3-build
+  make DESTDIR=${pkgdir} install
+  install -Dm644 Source/WebKit/LICENSE 
${pkgdir}/usr/share/licenses/libwebkit3/LICENSE
+}

Deleted: introspection.patch
===
--- introspection.patch 2011-02-15 00:43:44 UTC (rev 110040)
+++ introspection.patch 2011-02-15 01:18:32 UTC (rev 110041)
@@ -1,22 +0,0 @@
 WebKit/gtk/JSCore-1.0.gir  2010-09-29 14:54:07.0 +0200
-+++ WebKit/gtk/JSCore-1.0.gir  2010-09-29 15:57:06.0 +0200
-@@ -1,12 +1,14 @@
- ?xml version=1.0?
--repository version=1.0
-+repository version=1.2
- xmlns=http://www.gtk.org/introspection/core/1.0;
- xmlns:c=http://www.gtk.org/introspection/c/1.0;
-   namespace name=JSCore version=1.0 shared-library=webkit-1.0
--alias name=GlobalContextRef
--   target=none
--   c:type=JSGlobalContextRef/
--alias name=ObjectRef target=none c:type=JSObjectRef/
-+alias name=GlobalContextRef target=none
-+  type name=JSGlobalContextRef c:type=JSGlobalContextRef/
-+/alias
-+alias name=ObjectRef target=none
-+  type name=JSObjectRef c:type=JSObjectRef/
-+/alias
- function name=EvaluateScript c:identifier=JSEvaluateScript
-   return-value transfer-ownership=none
- type name=none c:type=void/

Added: libwebkit.install
===
--- libwebkit.install   (rev 0)
+++ libwebkit.install   2011-02-15 01:18:32 UTC (rev 110041)
@@ -0,0 +1,11 @@
+post_install() {
+  

[arch-commits] Commit in libwebkit/repos (gnome-unstable-i686)

2011-02-14 Thread Jan Steffens
Date: Monday, February 14, 2011 @ 20:19:01
  Author: heftig
Revision: 110042

archrelease: copy trunk to gnome-unstable-i686

Added:
  libwebkit/repos/gnome-unstable-i686/



[arch-commits] Commit in libwebkit/repos (gnome-unstable-x86_64)

2011-02-14 Thread Jan Steffens
Date: Monday, February 14, 2011 @ 20:19:30
  Author: heftig
Revision: 110043

archrelease: copy trunk to gnome-unstable-x86_64

Added:
  libwebkit/repos/gnome-unstable-x86_64/



[arch-commits] Commit in laptop-mode-tools/trunk (PKGBUILD)

2011-02-14 Thread Eric Bélanger
Date: Monday, February 14, 2011 @ 22:38:16
  Author: eric
Revision: 110044

upgpkg: laptop-mode-tools 1.56-1
Upstream update, Updated backup array

Modified:
  laptop-mode-tools/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-02-15 01:19:30 UTC (rev 110043)
+++ PKGBUILD2011-02-15 03:38:16 UTC (rev 110044)
@@ -1,10 +1,9 @@
 # $Id$
 # Maintainer: Eric Belanger e...@archlinux.org
-# Contributor: Christopher nuopus Cox nuo...@gmail.com
 
 pkgname=laptop-mode-tools
-pkgver=1.55
-pkgrel=2
+pkgver=1.56
+pkgrel=1
 pkgdesc=Laptop mode is a kernel mode that allows you to extend the battery 
life of your laptop
 arch=('any')
 url=http://www.samwel.tk/laptop_mode/;
@@ -27,6 +26,7 @@
 etc/laptop-mode/conf.d/intel-hda-powersave.conf
etc/laptop-mode/conf.d/intel-sata-powermgmt.conf
 etc/laptop-mode/conf.d/lcd-brightness.conf
+etc/laptop-mode/conf.d/runtime-pm.conf
etc/laptop-mode/conf.d/sched-mc-power-savings.conf
 etc/laptop-mode/conf.d/sched-smt-power-savings.conf
 etc/laptop-mode/conf.d/start-stop-programs.conf
@@ -39,12 +39,12 @@
 etc/laptop-mode/laptop-mode.conf
 etc/laptop-mode/lm-profiler.conf)
 
source=(http://www.samwel.tk/laptop_mode/tools/downloads/${pkgname}_${pkgver}.tar.gz
 laptop-mode)
-md5sums=('fda9255375de2dd3b86526da39160cf0' 'fe47441f14e2b39c2fe473685f04395f')
-sha1sums=('e2dcec04f4c1152bce07dd621ad8a63f70b013ef' 
'f98e3c35d365c7aa0e662ec61c2991640640ac9b')
+md5sums=('cd35b320aea6dd5d66854a00eb8341ec' 'fe47441f14e2b39c2fe473685f04395f')
+sha1sums=('f0b14817b3d4ddc2780748db49de113eaae80dbc' 
'f98e3c35d365c7aa0e662ec61c2991640640ac9b')
 
-build() {
+package() {
   cd ${srcdir}/${pkgname}_${pkgver}
-  DESTDIR=${pkgdir} INIT_D=none MAN_D=/usr/share/man ./install.sh || return 1
-  install -d ${pkgdir}/var/run/laptop-mode-tools/ || return 1
-  install -D -m755 ${srcdir}/laptop-mode ${pkgdir}/etc/rc.d/laptop-mode || 
return 1
+  DESTDIR=${pkgdir} INIT_D=none MAN_D=/usr/share/man ./install.sh
+  install -d ${pkgdir}/var/run/laptop-mode-tools/
+  install -D -m755 ${srcdir}/laptop-mode ${pkgdir}/etc/rc.d/laptop-mode
 }



[arch-commits] Commit in laptop-mode-tools/repos (extra-any)

2011-02-14 Thread Eric Bélanger
Date: Monday, February 14, 2011 @ 22:38:21
  Author: eric
Revision: 110045

archrelease: remove extra-any

Deleted:
  laptop-mode-tools/repos/extra-any/



[arch-commits] Commit in laptop-mode-tools/repos (extra-any)

2011-02-14 Thread Eric Bélanger
Date: Monday, February 14, 2011 @ 22:38:30
  Author: eric
Revision: 110046

archrelease: copy trunk to extra-any

Added:
  laptop-mode-tools/repos/extra-any/