mirror of
https://abf.rosa.ru/djam/hplip.git
synced 2025-02-23 16:32:58 +00:00
New version 3.16.10
Start hplip-systray only after panel in Plasma 5 (patch 210)
This commit is contained in:
parent
86c9c2d1d4
commit
8228a8fa18
3 changed files with 22 additions and 14 deletions
8
.abf.yml
8
.abf.yml
|
@ -1,9 +1,3 @@
|
|||
removed_sources:
|
||||
hplip-3.14.3.tar.gz: c98727aea1ff2da273469edcf9b07751b1e194cd
|
||||
hplip-3.14.6.tar.gz: 3688ce1378be1372ce00b13ef1cd74d687ecd1ac
|
||||
hplip-3.15.2.tar.gz: efebad73f29ab9f77d5a866c1c5d3857cc5f1df5
|
||||
hplip-3.15.6.tar.gz: dba9839d3daf1a2dc464a0d3094ba9b71fea422c
|
||||
hplip-3.16.3.tar.gz: fad988c34fc070431cb3c9a73062073a7e6ba6a1
|
||||
sources:
|
||||
hp-sendfax.png: 2201320c59c2eaba10abce5c40306c6461e79beb
|
||||
hplip-3.16.8.tar.gz: 0331d810702983e15c3a3b8cfe48d262fa23aac5
|
||||
hplip-3.16.10.tar.gz: e3bc9a0d135232eba412952ca58b63757783e22f
|
||||
|
|
11
hplip-3.15.11-mga-plasma-delay-startup.patch
Normal file
11
hplip-3.15.11-mga-plasma-delay-startup.patch
Normal file
|
@ -0,0 +1,11 @@
|
|||
Index: hplip-3.15.11/hplip-systray.desktop.in
|
||||
===================================================================
|
||||
--- hplip-3.15.11/hplip-systray.desktop.in
|
||||
+++ hplip-3.15.11/hplip-systray.desktop.in 2016-01-23 14:35:47.812813573 +0100
|
||||
@@ -8,5 +8,6 @@
|
||||
Icon=@abs_datadir@/hplip/data/images/128x128/hp_logo.png
|
||||
Terminal=false
|
||||
Categories=Application;Utility;
|
||||
+X-KDE-autostart-after=panel
|
||||
X-KDE-StartupNotify=false
|
||||
StartupNotify=false
|
17
hplip.spec
17
hplip.spec
|
@ -19,8 +19,8 @@
|
|||
|
||||
Summary: HP printer/all-in-one driver infrastructure
|
||||
Name: hplip
|
||||
Version: 3.16.8
|
||||
Release: 2
|
||||
Version: 3.16.10
|
||||
Release: 1
|
||||
License: GPLv2+ and MIT
|
||||
Group: System/Printing
|
||||
Url: http://hplip.sourceforge.net/
|
||||
|
@ -45,8 +45,8 @@ Patch101: hplip-pstotiff-is-rubbish.patch
|
|||
Patch102: hplip-strstr-const.patch
|
||||
Patch103: hplip-3.16.8-ui-optional.patch
|
||||
Patch104: hplip-no-asm.patch
|
||||
Patch105: hplip-deviceIDs-drv.patch
|
||||
Patch107: hplip-deviceIDs-ppd.patch
|
||||
Patch105: hplip-deviceIDs-drv.patch
|
||||
Patch107: hplip-deviceIDs-ppd.patch
|
||||
Patch108: hplip-retry-open.patch
|
||||
Patch109: hplip-snmp-quirks.patch
|
||||
Patch111: hplip-hpijs-marker-supply.patch
|
||||
|
@ -58,8 +58,8 @@ Patch121: hplip-ppd-ImageableArea.patch
|
|||
# fedora patch not necessary. done via sed call
|
||||
#Patch129: hplip-makefile-chgrp.patch
|
||||
Patch131: hplip-ipp-accessors.patch
|
||||
Patch132: hplip-IEEE-1284-4.patch
|
||||
Patch133: hplip-check.patch
|
||||
Patch132: hplip-IEEE-1284-4.patch
|
||||
Patch133: hplip-check.patch
|
||||
Patch134: hplip-udev-rules.patch
|
||||
|
||||
# Debian/Ubuntu patches
|
||||
|
@ -72,6 +72,7 @@ Patch207: pjl-duplex-binding.dpatch
|
|||
#hplip-pjl-duplex-binding.patch
|
||||
Patch208: mga-kde4-kdesudo-support.patch
|
||||
Patch209: hp-check-groups.dpatch
|
||||
Patch210: hplip-3.15.11-mga-plasma-delay-startup.patch
|
||||
Patch215: simple-scan-as-default.dpatch
|
||||
# (doktor5000) rediff original debian patch for hplip 3.11.10
|
||||
Patch217: hplip-3.11.10-mga-remove-duplicate-entry-for-cp1700-in-drv-files.patch
|
||||
|
@ -83,7 +84,7 @@ Patch226: hp-systray-make-menu-title-visible-in-sni-qt-indicator.dpatch
|
|||
Patch227: hp-systray-make-menu-appear-in-sni-qt-indicator-with-kde.dpatch
|
||||
Patch228: hpaio-option-duplex.diff
|
||||
|
||||
Patch301: hplip-3.16.8-cups-2.2.patch
|
||||
Patch301: hplip-3.16.8-cups-2.2.patch
|
||||
Patch302: hplip-CVE-2013-4325.patch
|
||||
Patch303: hplip-3.13.10-fix-systray-x.patch
|
||||
Patch304: hplip-3.15.6-hpipp_linkage.patch
|
||||
|
@ -444,6 +445,8 @@ sed -i.duplex-constraints \
|
|||
# https://bugs.launchpad.net/debian/+source/hplip/+bug/530746
|
||||
%patch209 -p1 -b .hp-check-groups
|
||||
|
||||
%patch210 -p1 -b .plasma
|
||||
|
||||
# disable for now, as this changes default hplip behavior
|
||||
# and change in default scanning application should be decided by a poll first
|
||||
#%patch215 -p1 -b .simple-scan-as-default
|
||||
|
|
Loading…
Add table
Reference in a new issue