mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
print/gutenprint: update PPDs after updates
cups will refuse to print if we run with PPDs with the wrong version info - call cups-genppdupdate to update the PPDs automatically Reported by: Paul Beard, tijl@
This commit is contained in:
parent
e5323e6939
commit
c50db6e3a5
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=451061
2 changed files with 2 additions and 1 deletions
|
@ -4,7 +4,7 @@
|
||||||
|
|
||||||
PORTNAME= gutenprint
|
PORTNAME= gutenprint
|
||||||
PORTVERSION= 5.2.13
|
PORTVERSION= 5.2.13
|
||||||
PORTREVISION?= 0 # also print/gimp-gutenprint
|
PORTREVISION?= 1 # also print/gimp-gutenprint
|
||||||
CATEGORIES= print
|
CATEGORIES= print
|
||||||
MASTER_SITES= SF/gimp-print/gutenprint-5.2/${PORTVERSION}
|
MASTER_SITES= SF/gimp-print/gutenprint-5.2/${PORTVERSION}
|
||||||
|
|
||||||
|
|
|
@ -393,3 +393,4 @@ share/locale/zh_CN/LC_MESSAGES/gutenprint.mo
|
||||||
share/locale/zh_CN/gutenprint_zh_CN.po
|
share/locale/zh_CN/gutenprint_zh_CN.po
|
||||||
share/locale/zh_TW/LC_MESSAGES/gutenprint.mo
|
share/locale/zh_TW/LC_MESSAGES/gutenprint.mo
|
||||||
share/locale/zh_TW/gutenprint_zh_TW.po
|
share/locale/zh_TW/gutenprint_zh_TW.po
|
||||||
|
@postexec %D/sbin/cups-genppdupdate > /dev/null
|
||||||
|
|
Loading…
Add table
Reference in a new issue