From f29881cc3a7eeb0b13ac2eec29b7b13195afdb81 Mon Sep 17 00:00:00 2001 From: guy Date: Sun, 1 Nov 2009 20:49:09 +0100 Subject: modified: base/grub2/Pkgfile modified: extra/mc/Pkgfile modified: extra/qemu/Pkgfile base/madwifi/ extra/cryptsetup/ extra/kqemu/ extra/tcc/ xfce/xfce4-mount-plugin/ --- base/grub2/Pkgfile | 2 +- extra/mc/Pkgfile | 18 ++++++++++-------- extra/qemu/Pkgfile | 2 +- 3 files changed, 12 insertions(+), 10 deletions(-) diff --git a/base/grub2/Pkgfile b/base/grub2/Pkgfile index 77975efb8..22fbf7a16 100755 --- a/base/grub2/Pkgfile +++ b/base/grub2/Pkgfile @@ -5,7 +5,7 @@ # Depends on: name=grub2 -version=1.97~beta3 +version=1.97 release=4 source=(ftp://alpha.gnu.org/gnu/grub/grub-$version.tar.gz\ grub.cfg) diff --git a/extra/mc/Pkgfile b/extra/mc/Pkgfile index 1db713e49..a2144e046 100755 --- a/extra/mc/Pkgfile +++ b/extra/mc/Pkgfile @@ -2,25 +2,27 @@ # URL: http://www.ibiblio.org/mc/ # Maintainer: NuTyX coreteam # Packager: thierryn1 at hispeed dot ch -# Depends on: gpm, slang, glib +# Depends on: gpm, slang name=mc version=4.6.2 -release=1 -source=(http://www.midnight-commander.org/downloads/$name-$version.tar.gz \ - http://www.linuxfromscratch.org/patches/blfs/svn/mc-4.6.1-bash32-1.patch) +release=2 +source=(http://www.ibiblio.org/pub/Linux/utils/file/managers/$name/$name-$version.tar.gz \ + http://www.linuxfromscratch.org/patches/blfs/6.3/$name-$version-bash32-1.patch \ + http://www.linuxfromscratch.org/patches/blfs/6.3/$name-$version-debian_fixes-1.patch \ +) build() { cd $name-$version - aclocal - automake -a -# patch -Np1 -i ../mc-4.6.1-bash32-1.patch + patch -Np1 -i ../mc-4.6.1-bash32-1.patch + patch -Np1 -i ../mc-4.6.1-debian_fixes-1.patch ./configure --prefix=/usr \ --mandir=/usr/share/man \ --infodir=/usr/share/info \ + --with-glib12 \ --without-x \ --sysconfdir=/etc make make DESTDIR=$PKG install - + chmod 1755 $PKG/usr/lib/mc/cons.saver } diff --git a/extra/qemu/Pkgfile b/extra/qemu/Pkgfile index c2145d436..7c6d4f59c 100644 --- a/extra/qemu/Pkgfile +++ b/extra/qemu/Pkgfile @@ -5,7 +5,7 @@ # Depends on: name=qemu -version=0.10.0 +version=0.11.0 release=1 source=(http://download.savannah.gnu.org/releases/$name/$name-$version.tar.gz) -- cgit v1.2.3-54-g00ecf