Merge branch '2.4' into 2.5

This commit is contained in:
Juergen Daubert 2008-12-02 10:29:49 +01:00
commit af771a3a02
7 changed files with 15 additions and 9 deletions

View File

@ -1 +1 @@
052a1b5474b3681bc5f3167d2b3711a8 fakeroot_1.10.1.tar.gz
b95de26a01338eec7a9b372d0fb24507 fakeroot_1.11.tar.gz

View File

@ -3,7 +3,7 @@
# Maintainer: Juergen Daubert, juergen dot daubert at t-online dot de
name=fakeroot
version=1.10.1
version=1.11
release=1
source=(http://ftp.de.debian.org/debian/pool/main/f/$name/${name}_$version.tar.gz)

View File

@ -19,8 +19,13 @@ drwxr-xr-x root/root usr/share/gftp/
-rw-r--r-- root/root usr/share/gftp/dotdot.xpm
-rw-r--r-- root/root usr/share/gftp/down.xpm
-rw-r--r-- root/root usr/share/gftp/exe.xpm
-rw-r--r-- root/root usr/share/gftp/gftp-16x16.png
-rw-r--r-- root/root usr/share/gftp/gftp-22x22.png
-rw-r--r-- root/root usr/share/gftp/gftp-24x24.png
-rw-r--r-- root/root usr/share/gftp/gftp-32x32.png
-rw-r--r-- root/root usr/share/gftp/gftp-48x48.png
-rw-r--r-- root/root usr/share/gftp/gftp-logo.xpm
-rw-r--r-- root/root usr/share/gftp/gftp-mini-logo.xpm
-rw-r--r-- root/root usr/share/gftp/gftp-scalable.svg
-rw-r--r-- root/root usr/share/gftp/gftp.xpm
-rw-r--r-- root/root usr/share/gftp/gftprc
-rw-r--r-- root/root usr/share/gftp/img.xpm

View File

@ -1 +1 @@
4d449f79b225b0831692e9caa39a2028 gftp-2.0.18.tar.gz
4c0cab4b35e8666f5892b02125270a21 gftp-2.0.19.tar.gz

View File

@ -4,14 +4,15 @@
# Depends on: gtk, openssl, readline
name=gftp
version=2.0.18
version=2.0.19
release=1
source=(http://gftp.seul.org/$name-$version.tar.gz)
build () {
cd $name-$version
./configure --prefix=/usr --disable-nls
./configure --prefix=/usr --mandir=/usr/man --disable-nls
make
make DESTDIR=$PKG install
sed -ri '/\[.+\]=/d' $PKG/usr/share/applications/*.desktop
rm $PKG/usr/share/gftp/COPYING
}

View File

@ -1 +1 @@
e2bcaa8c8519e4af55a49b5a2faf45d4 gtk-engines-2.17.0.tar.bz2
acf5a9792507d0cb3b29a3ce6333d003 gtk-engines-2.16.1.tar.bz2

View File

@ -4,9 +4,9 @@
# Depends on: gtk intltool
name=gtk-engines
version=2.17.0
version=2.16.1
release=1
source=(http://ftp.gnome.org/pub/GNOME/sources/$name/2.17/$name-$version.tar.bz2)
source=(http://ftp.gnome.org/pub/GNOME/sources/$name/2.16/$name-$version.tar.bz2)
build() {
cd $name-$version