Merge branch '2.7' into 2.8

This commit is contained in:
Jose V Beneyto 2012-10-18 16:08:48 +02:00
commit 35443f0ba6
4 changed files with 10 additions and 9 deletions

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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