From 572433c4591938cf32d028edddfe3ed995c18316 Mon Sep 17 00:00:00 2001 From: Jose V Beneyto Date: Thu, 18 Oct 2012 14:35:08 +0200 Subject: [PATCH 1/3] chromium: updated to 21.0.1180.92 --- chromium/.md5sum | 2 +- chromium/Pkgfile | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/chromium/.md5sum b/chromium/.md5sum index 65d3fa362..bcf56c2ee 100644 --- a/chromium/.md5sum +++ b/chromium/.md5sum @@ -1,3 +1,3 @@ dab90271e918f48ed215648521d5a8a0 bison.patch -ba750ad30de504eee87bdb605daf1494 chromium-21.0.1180.82.tar.bz2 +2ee0e7ca8ec685d4031625bc005f4f45 chromium-21.0.1180.92.tar.bz2 64968626706b07721983ac59fb3babbf chromium.sh diff --git a/chromium/Pkgfile b/chromium/Pkgfile index d8219ae87..a8bcf842b 100644 --- a/chromium/Pkgfile +++ b/chromium/Pkgfile @@ -5,7 +5,7 @@ # Depends on: dbus-glib gtk libevent nss xorg-libxscrnsaver xorg-libxtst libgcrypt xorg-libxdamage yasm xorg-libxt alsa-lib krb5 name=chromium -version=21.0.1180.82 +version=21.0.1180.92 release=1 source=(http://gsdview.appspot.com/chromium-browser-official/$name-$version.tar.bz2 \ $name.sh bison.patch) @@ -43,11 +43,11 @@ build() { -Duse_system_ssl=0 \ -Dremove_webcore_debug_symbols=1 \ -Duse_gconf=0 \ - -Duse_cups=0 \ + -Duse_cups=0 \ -Duse_gnome_keyring=0 \ -Dlinux_link_gnome_keyring=0 \ - -Denable_webrtc=1 \ - -Ddisable_nacl=1 + -Denable_webrtc=1 \ + -Ddisable_nacl=1 make chrome chrome_sandbox BUILDTYPE=Release From 7fa377c6accfe65b1be4fca3bf4a30c135098177 Mon Sep 17 00:00:00 2001 From: Jose V Beneyto Date: Thu, 18 Oct 2012 14:50:30 +0200 Subject: [PATCH 2/3] libunique: fixed build problems and removed dbus-glib as dependency --- libunique/Pkgfile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/libunique/Pkgfile b/libunique/Pkgfile index 73842ddd2..0cd67708e 100644 --- a/libunique/Pkgfile +++ b/libunique/Pkgfile @@ -2,11 +2,11 @@ # URL: http://live.gnome.org/LibUnique # Maintainer: Jose V Beneyto, sepen at crux dot nu # Packager: Jose V Beneyto, sepen at crux dot nu -# Depends on: gtk dbus-glib +# Depends on: gtk name=libunique version=1.1.6 -release=1 +release=2 source=(http://download.gnome.org/sources/$name/${version%.*}/$name-$version.tar.bz2 \ $name.patch) @@ -17,7 +17,7 @@ build() { autoreconf ./configure --prefix=/usr \ - --enable-dbus=yes \ + --disable-dbus \ --disable-static \ --with-x make From 36c2a3a73e92a51c591183acaa10553eb3a7810e Mon Sep 17 00:00:00 2001 From: Jose V Beneyto Date: Thu, 18 Oct 2012 15:18:40 +0200 Subject: [PATCH 3/3] swig: new maintainer --- swig/Pkgfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/swig/Pkgfile b/swig/Pkgfile index 0764cabc3..79ef5532b 100644 --- a/swig/Pkgfile +++ b/swig/Pkgfile @@ -1,6 +1,7 @@ # Description: A tool to create language bindings # URL: http://www.swig.org/ -# Maintainer: Juergen Daubert, jue at crux dot nu +# Maintainer: Jose V Beneyto, sepen at crux dot nu +# Packager: Juergen Daubert, jue at crux dot nu # Depends on: zlib libpcre name=swig