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

Andreas Radke andyrtr at archlinux.org
Sun May 15 15:50:56 UTC 2016


    Date: Sunday, May 15, 2016 @ 17:50:56
  Author: andyrtr
Revision: 268066

upgpkg: hplip 3.16.5-3

* remove obsolete install scriptlet
* use pyqt5 gui - FS#49344

Modified:
  hplip/trunk/PKGBUILD
Deleted:
  hplip/trunk/hplip.install

---------------+
 PKGBUILD      |    8 ++++----
 hplip.install |   18 ------------------
 2 files changed, 4 insertions(+), 22 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-05-15 15:47:57 UTC (rev 268065)
+++ PKGBUILD	2016-05-15 15:50:56 UTC (rev 268066)
@@ -6,13 +6,13 @@
 
 pkgname=hplip
 pkgver=3.16.5
-pkgrel=2
+pkgrel=3
 pkgdesc="Drivers for HP DeskJet, OfficeJet, Photosmart, Business Inkjet and some LaserJet"
 arch=('i686' 'x86_64')
 url="http://hplipopensource.com"
 license=('GPL')
 depends=('python-dbus' 'ghostscript' 'net-snmp' 'wget' 'foomatic-db-engine')
-makedepends=('python-pyqt4' 'python-gobject' 'sane' 'rpcbind' 'cups' 'libusb')
+makedepends=('python-pyqt5' 'python-gobject' 'sane' 'rpcbind' 'cups' 'libusb')
 optdepends=('cups: for printing support'
             'sane: for scanner support'
             'xsane: sane scanner frontend'
@@ -23,7 +23,6 @@
             'python-gobject: for running hp-toolbox'
             'hplip-plugin: binary blobs for specific devices (AUR) or run hp-setup to download the plugin'
             'libusb: for advanced usb support')
-install=hplip.install
 backup=('etc/hp/hplip.conf' 'etc/sane.d/dll.d/hpaio')
 source=(http://downloads.sourceforge.net/${pkgname}/$pkgname-$pkgver.tar.gz{,.asc}
         disable_upgrade.patch)
@@ -56,7 +55,8 @@
 build() {
  cd $pkgname-$pkgver
  ./configure --prefix=/usr \
-             --enable-qt4 \
+             --enable-qt5 \
+             --disable-qt4 \
              --disable-foomatic-rip-hplip-install \
              --enable-foomatic-ppd-install \
              --enable-hpcups-install \

Deleted: hplip.install
===================================================================
--- hplip.install	2016-05-15 15:47:57 UTC (rev 268065)
+++ hplip.install	2016-05-15 15:50:56 UTC (rev 268066)
@@ -1,18 +0,0 @@
-post_install() {
-  cat << EOF
-
-NOTE
-----
-# If you want to use this driver with sane:
-#  echo "hpaio" >> /etc/sane.d/dll.conf
-
-EOF
-}
-
-post_upgrade() {
-  if [ "`vercmp $2 3.12.4-2`" -lt 0 ]; then
-    # important upgrade notice
-    echo "> Please remove your printer in cups, then add it"
-    echo "> back and reconfigure it to make it work again!"
-  fi
-}



More information about the arch-commits mailing list