ports/opt (3.2): xsane: update to 0.999
commit c1c8a472a14111e31d74b8bc23dee29c1aaeea73 Author: Juergen Daubert <jue@jue.li> Date: Fri Feb 17 12:54:16 2017 +0100 xsane: update to 0.999 diff --git a/xsane/.footprint b/xsane/.footprint index e4f9bd8..7a7def3 100644 --- a/xsane/.footprint +++ b/xsane/.footprint @@ -6,12 +6,12 @@ drwxr-xr-x root/root usr/lib/gimp/ drwxr-xr-x root/root usr/lib/gimp/2.0/ drwxr-xr-x root/root usr/lib/gimp/2.0/plug-ins/ lrwxrwxrwx root/root usr/lib/gimp/2.0/plug-ins/xsane -> /usr/bin/xsane -drwxr-xr-x root/root usr/man/ -drwxr-xr-x root/root usr/man/man1/ --rw-r--r-- root/root usr/man/man1/xsane.1.gz drwxr-xr-x root/root usr/share/ drwxr-xr-x root/root usr/share/applications/ -rw-r--r-- root/root usr/share/applications/xsane.desktop +drwxr-xr-x root/root usr/share/man/ +drwxr-xr-x root/root usr/share/man/man1/ +-rw-r--r-- root/root usr/share/man/man1/xsane.1.gz drwxr-xr-x root/root usr/share/pixmaps/ -rw-r--r-- root/root usr/share/pixmaps/xsane.xpm drwxr-xr-x root/root usr/share/sane/ diff --git a/xsane/.md5sum b/xsane/.md5sum index 0098652..a53d271 100644 --- a/xsane/.md5sum +++ b/xsane/.md5sum @@ -1 +1 @@ -936f1cc76b37caa8f285e1e15ac7e0aa xsane-0.998.tar.gz +9927f21e1ab6ba96315e7f0e30746deb xsane-0.999.tar.gz diff --git a/xsane/Pkgfile b/xsane/Pkgfile index d72b19d..e725841 100644 --- a/xsane/Pkgfile +++ b/xsane/Pkgfile @@ -4,8 +4,8 @@ # Depends on: gimp, sane name=xsane -version=0.998 -release=2 +version=0.999 +release=1 source=(http://www.xsane.org/download/$name-$version.tar.gz) build () { @@ -15,7 +15,7 @@ build () { sed -i -e 's/png_ptr->jmpbuf/png_jmpbuf(png_ptr)/' src/xsane-save.c ./configure --prefix=/usr \ - --mandir=/usr/man \ + --mandir=/usr/share/man \ --disable-nls \ --enable-gtk2 \ --enable-gimp2
participants (1)
-
crux@crux.nu