diff options
Diffstat (limited to 'extra/simple-scan')
-rw-r--r-- | extra/simple-scan/.footprint.x86_64 | 2 | ||||
-rw-r--r-- | extra/simple-scan/.md5sum.x86_64 | 2 | ||||
-rw-r--r-- | extra/simple-scan/Pkgfile | 6 |
3 files changed, 5 insertions, 5 deletions
diff --git a/extra/simple-scan/.footprint.x86_64 b/extra/simple-scan/.footprint.x86_64 index 472ad61fe..87849b9fe 100644 --- a/extra/simple-scan/.footprint.x86_64 +++ b/extra/simple-scan/.footprint.x86_64 @@ -15,11 +15,11 @@ drwxr-xr-x root/root usr/share/gnome/help/simple-scan/C/ -rw-r--r-- root/root usr/share/gnome/help/simple-scan/C/adf.page -rw-r--r-- root/root usr/share/gnome/help/simple-scan/C/crop.page -rw-r--r-- root/root usr/share/gnome/help/simple-scan/C/dpi.page --rw-r--r-- root/root usr/share/gnome/help/simple-scan/C/edit.page -rw-r--r-- root/root usr/share/gnome/help/simple-scan/C/email.page -rw-r--r-- root/root usr/share/gnome/help/simple-scan/C/index.page -rw-r--r-- root/root usr/share/gnome/help/simple-scan/C/legal.xml -rw-r--r-- root/root usr/share/gnome/help/simple-scan/C/print.page +-rw-r--r-- root/root usr/share/gnome/help/simple-scan/C/reorder.page -rw-r--r-- root/root usr/share/gnome/help/simple-scan/C/rotate.page -rw-r--r-- root/root usr/share/gnome/help/simple-scan/C/save.page -rw-r--r-- root/root usr/share/gnome/help/simple-scan/C/scanner.page diff --git a/extra/simple-scan/.md5sum.x86_64 b/extra/simple-scan/.md5sum.x86_64 index 89ae78bdd..8bab6847b 100644 --- a/extra/simple-scan/.md5sum.x86_64 +++ b/extra/simple-scan/.md5sum.x86_64 @@ -1 +1 @@ -6e37cf889ce147e22a9130348c2e929d simple-scan-2.31.1.tar.gz +935573ee71250162c6ebdddc8ecd4676 simple-scan-2.32.0.tar.bz2 diff --git a/extra/simple-scan/Pkgfile b/extra/simple-scan/Pkgfile index 0a4097065..93c3a8fb9 100644 --- a/extra/simple-scan/Pkgfile +++ b/extra/simple-scan/Pkgfile @@ -2,14 +2,14 @@ # URL: https://launchpad.net/simple-scan/ # Maintainer: NuTyX core team # Packager: lesibel at free dot fr -# Depends on: libtool, sane, gconf, gnome-doc-utils +# Depends on: libtool, sane, gconf, gnome-doc-utils, xorg-libxcursor, xorg-libxdamage, xorg-libxrandr, xorg-libxinerama # Run on: sane,gconf name=simple-scan -version=2.31.1 +version=2.32.0 release=1 -source=( http://people.ubuntu.com/~robert-ancell/$name/$name-$version.tar.gz ) +source=(http://ftp.gnome.org/pub/gnome/sources/$name/2.32/$name-$version.tar.bz2 ) build() { cd $name-$version |