[arch-commits] Commit in xsane/trunk (PKGBUILD xsane.install)

andyrtr at archlinux.org andyrtr at archlinux.org
Wed Aug 8 16:59:31 UTC 2012


    Date: Wednesday, August 8, 2012 @ 12:59:30
  Author: andyrtr
Revision: 165006

add note about PDF creation

Modified:
  xsane/trunk/PKGBUILD
  xsane/trunk/xsane.install

---------------+
 PKGBUILD      |    7 +++++--
 xsane.install |    1 +
 2 files changed, 6 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2012-08-08 16:59:18 UTC (rev 165005)
+++ PKGBUILD	2012-08-08 16:59:30 UTC (rev 165006)
@@ -5,7 +5,7 @@
 pkgbase=xsane
 pkgname=('xsane' 'xsane-gimp')
 pkgver=0.998
-pkgrel=2
+pkgrel=3
 arch=(i686 x86_64)
 url="http://www.xsane.org"
 license=('GPL2')
@@ -21,7 +21,10 @@
   patch -Np1 -i "${srcdir}/xsane-0.995-xdg-open.patch"
   sed -i -e 's:png_ptr->jmpbuf:png_jmpbuf(png_ptr):' src/xsane-save.c
 
-  ./configure --prefix=/usr --mandir=/usr/share/man --enable-gimp
+  ./configure --prefix=/usr \
+    --mandir=/usr/share/man \
+    --enable-gimp \
+    --help
   make
   mv src/xsane src/xsane-gimp
 

Modified: xsane.install
===================================================================
--- xsane.install	2012-08-08 16:59:18 UTC (rev 165005)
+++ xsane.install	2012-08-08 16:59:30 UTC (rev 165006)
@@ -9,6 +9,7 @@
   echo ""
   echo "    \$ rm -rf ~/.sane/xsane"
   echo ""
+  echo "Xsane only supports creation of pdf files in 8bit colour depth!"
 }
 
 post_upgrade() {




More information about the arch-commits mailing list