[arch-commits] Commit in iscan/trunk (PKGBUILD)

Fabio Castelli muflone at archlinux.org
Sun Mar 29 21:35:16 UTC 2015


    Date: Sunday, March 29, 2015 @ 23:35:15
  Author: muflone
Revision: 130218

Modified:
  iscan/trunk/PKGBUILD

----------+
 PKGBUILD |    9 ++++++---
 1 file changed, 6 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2015-03-29 21:24:15 UTC (rev 130217)
+++ PKGBUILD	2015-03-29 21:35:15 UTC (rev 130218)
@@ -6,7 +6,7 @@
 
 pkgname=iscan
 pkgver=2.30.1
-pkgrel=6
+pkgrel=7
 pkgdesc="EPSON Image Scan! front-end for scanners and all-in-ones"
 arch=('i686' 'x86_64')
 url="http://download.ebz.epson.net/dsc/search/01/search/?OSC=LX"
@@ -13,8 +13,7 @@
 license=('GPL2' 'custom:AVASYSPL')
 depends=('gtk2' 'sane')
 makedepends=('gettext' 'gimp')
-optdepends=('iscan-data: Image Scan! data files required for some devices'
-            'gimp-plugin-iscan: plug-in to scan directly from GIMP')
+optdepends=('iscan-data: Image Scan! data files required for some devices')
 source=("https://download3.ebz.epson.net/dsc/f/03/00/03/61/59/a3f8b8d60e8702a1c5bf3977d018cc2336e308a8/${pkgname}_${pkgver}-1.tar.gz"
         "libpng15.patch"
         "epkowa.conf")
@@ -63,5 +62,9 @@
   # install license
   install -m 755 -d "${pkgdir}/usr/share/licenses/${pkgname}"
   install -m 644 "non-free/AVASYSPL.en.txt" "${pkgdir}/usr/share/licenses/${pkgname}/AVASYSPL"
+
+  # install plugin for GIMP
+  install -m 755 -d "${pkgdir}/usr/lib/gimp/2.0/plug-ins"
+  ln -s "/usr/bin/iscan" "${pkgdir}/usr/lib/gimp/2.0/plug-ins/"
 }
 



More information about the arch-commits mailing list