aboutsummaryrefslogtreecommitdiffstats
path: root/print/splix
diff options
context:
space:
mode:
authorKoop Mast <kwm@rainbow-runner.nl>2019-08-15 21:25:40 +0800
committerKoop Mast <kwm@rainbow-runner.nl>2019-08-15 21:25:40 +0800
commit10567987504404669e1cfc3d20faaeb3dfad42d1 (patch)
treef13ca664bc6fb492c14c4886354a4a9eb2af3a1d /print/splix
parentafde4f7d0b3fabdf3b90665f29762cbf6a5adf6a (diff)
parent07b63d7386ea20dc9a60a4a1adf7d8827c609225 (diff)
downloadfreebsd-ports-gnome-10567987504404669e1cfc3d20faaeb3dfad42d1.tar.gz
freebsd-ports-gnome-10567987504404669e1cfc3d20faaeb3dfad42d1.tar.zst
freebsd-ports-gnome-10567987504404669e1cfc3d20faaeb3dfad42d1.zip
Merge remote-tracking branch 'upstream/master'
Diffstat (limited to 'print/splix')
-rw-r--r--print/splix/pkg-message39
1 files changed, 30 insertions, 9 deletions
diff --git a/print/splix/pkg-message b/print/splix/pkg-message
index 3b7af4afa6b4..37ba85d04770 100644
--- a/print/splix/pkg-message
+++ b/print/splix/pkg-message
@@ -1,14 +1,32 @@
- +=======================================================================+
- | !!! IMPORTANT NOTICE !!! |
- +=======================================================================+
- | If you are upgrading your current version, you MUST delete |
- | your printer in the CUPS interface and install it again. This |
- | operation MUST be done since CUPS make a copy of the PPD file and |
- | this file is modified between versions. |
- +=======================================================================+
+[
+{ type: install
+ message: <<EOM
+Installation of the color profile for color printers:
+
+ Color printers needs color profile files to get better results. These
+files are provided by your printer manufacturer and you have to install them
+manually. To do that, download the linux official drivers and locate the "cms"
+directory. Install them with the command:
+
+ # make installcms CMSDIR=/path/to/cms/directory \
+ MANUFACTURER=samsung or xerox or dell
+
+ Samsung color profile files are available at:
+ (Then use MANUFACTURER=samsung)
+
+ http://splix.ap2c.org/samsung_cms.tar.bz2
+EOM
+}
+{ type: upgrade
+ message: <<EOM
+ If you are upgrading your current version, you MUST delete
+ your printer in the CUPS interface and install it again. This
+ operation MUST be done since CUPS make a copy of the PPD file and
+ this file is modified between versions.
+
Installation of the color profile for color printers:
------------------------------------------------------
+
Color printers needs color profile files to get better results. These
files are provided by your printer manufacturer and you have to install them
@@ -22,3 +40,6 @@ directory. Install them with the command:
(Then use MANUFACTURER=samsung)
http://splix.ap2c.org/samsung_cms.tar.bz2
+EOM
+}
+]