[arch-commits] Commit in splix/repos (4 files)
Felix Yan
felixonmars at archlinux.org
Tue Jul 7 12:42:47 UTC 2020
Date: Tuesday, July 7, 2020 @ 12:42:47
Author: felixonmars
Revision: 658198
archrelease: copy trunk to community-staging-x86_64
Added:
splix/repos/community-staging-x86_64/
splix/repos/community-staging-x86_64/PKGBUILD
(from rev 658196, splix/trunk/PKGBUILD)
splix/repos/community-staging-x86_64/splix-deviceID.patch
(from rev 658196, splix/trunk/splix-deviceID.patch)
splix/repos/community-staging-x86_64/splix.install
(from rev 658196, splix/trunk/splix.install)
----------------------+
PKGBUILD | 38 +++++++++++++++++
splix-deviceID.patch | 105 +++++++++++++++++++++++++++++++++++++++++++++++++
splix.install | 15 +++++++
3 files changed, 158 insertions(+)
Copied: splix/repos/community-staging-x86_64/PKGBUILD (from rev 658196, splix/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD (rev 0)
+++ community-staging-x86_64/PKGBUILD 2020-07-07 12:42:47 UTC (rev 658198)
@@ -0,0 +1,38 @@
+# Maintainer: Evangelos Foutras <evangelos at foutrelis.com>
+# Contributor: Sergej Pupykin <pupykin.s+arch at gmail.com>
+# Contributor: Angel 'angvp' Velasquez <angvp[at]archlinux.com.ve>
+# Contributor: Francis Carroll (franciscarroll at gmail dot com)
+
+pkgname=splix
+pkgver=2.0.0
+pkgrel=15
+pkgdesc="CUPS drivers for SPL (Samsung Printer Language) printers"
+arch=('x86_64')
+url="http://splix.ap2c.org/"
+license=('GPL')
+depends=('libcups' 'gcc-libs' 'ghostscript')
+makedepends=('libcups' 'jbigkit' 'krb5' 'subversion')
+install=splix.install
+source=(svn://svn.code.sf.net/p/splix/code/splix#revision=315
+ splix-deviceID.patch)
+sha256sums=('SKIP'
+ 'd8540032c994d49cbe32c7831b703125b2951ef353d5f2e3320933f47073efeb')
+
+prepare() {
+ cd splix
+ patch -Np1 -i ../splix-deviceID.patch
+}
+
+build() {
+ cd splix
+ CXXFLAGS+=" -fno-strict-aliasing"
+ make drv
+ make all DRV_ONLY=1
+}
+
+package() {
+ cd splix
+ make DESTDIR="$pkgdir" install DRV_ONLY=1
+}
+
+# vim:set ts=2 sw=2 et:
Copied: splix/repos/community-staging-x86_64/splix-deviceID.patch (from rev 658196, splix/trunk/splix-deviceID.patch)
===================================================================
--- community-staging-x86_64/splix-deviceID.patch (rev 0)
+++ community-staging-x86_64/splix-deviceID.patch 2020-07-07 12:42:47 UTC (rev 658198)
@@ -0,0 +1,105 @@
+diff -up splix/ppd/samsung.drv.in.deviceID splix/ppd/samsung.drv.in
+--- splix/ppd/samsung.drv.in.deviceID 2013-08-26 21:45:31.000000000 +0200
++++ splix/ppd/samsung.drv.in 2013-09-02 13:56:57.002669362 +0200
+@@ -39,6 +39,7 @@ Manufacturer "Samsung"
+ Resolution k 1 0 0 0 "300dpi/300 DPI"
+
+ ModelName "SCX-4200"
++ Attribute "1284DeviceID" "" "MFG:Samsung;MDL:SCX-4200 Series;CMD:GDI;"
+ PCFileName "scx4200.ppd"
+ } {
+ Resolution k 1 0 0 0 "300dpi/300 DPI"
+@@ -83,6 +84,7 @@ Manufacturer "Samsung"
+ PCFileName "ml1520.ppd"
+ } {
+ ModelName "ML-1610"
++ Attribute "1284DeviceID" "" "MFG:Samsung;MDL:ML-1610;CMD:GDI;"
+ PCFileName "ml1610.ppd"
+ } {
+ ModelName "ML-1710"
+@@ -121,6 +123,7 @@ Manufacturer "Samsung"
+ Throughput 22
+ {
+ ModelName "ML-2250"
++ Attribute "1284DeviceID" "" "MFG:Samsung;MDL:ML-2250;"
+ PCFileName "ml2250.ppd"
+ } {
+ ModelName "ML-2251"
+@@ -166,6 +169,7 @@ Manufacturer "Samsung"
+ PCFileName "ml1640.ppd"
+ } {
+ ModelName "ML-2010"
++ Attribute "1284DeviceID" "" "MFG:Samsung;MDL:ML-2010;CMD:GDI;"
+ PCFileName "ml2010.ppd"
+ } {
+ ModelName "ML-2015"
+@@ -177,6 +181,7 @@ Manufacturer "Samsung"
+ #import "srtmode.defs"
+
+ ModelName "ML-2510"
++ Attribute "1284DeviceID" "" "MFG:Samsung;MDL:ML-2510 Series;CMD:GDI;"
+ PCFileName "ml2510.ppd"
+ }
+ }
+@@ -193,15 +198,18 @@ Manufacturer "Samsung"
+
+ {
+ ModelName "ML-1660"
++ Attribute "1284DeviceID" "" "MFG:Samsung;MDL:ML-1660 Series;CMD:GDI,FWV,EXT;"
+ PCFileName "ml1660.ppd"
+ } {
+ ModelName "ML-1910"
+ PCFileName "ml1910.ppd"
+ } {
+ ModelName "ML-2525"
++ Attribute "1284DeviceID" "" "MFG:Samsung;MDL:ML-2525 Series;CMD:GDI,FWV,EXT;"
+ PCFileName "ml2525.ppd"
+ } {
+ ModelName "ML-2525W"
++ Attribute "1284DeviceID" "" "MFG:Samsung;MDL:ML-2525W Series;CMD:GDI,FWV,EXT;"
+ PCFileName "ml2525w.ppd"
+ }
+ } {
+@@ -465,6 +473,7 @@ Manufacturer "Samsung"
+ Attribute General CMSFile "CLP-310"
+
+ ModelName "CLP-310"
++ Attribute "1284DeviceID" "" "MFG:Samsung;MDL:CLP-310 Series;CMD:SPLC,FWV;"
+ PCFileName "clp310.ppd"
+ }{
+ Attribute General CMSFile "CLP-315"
+diff -up splix/ppd/xerox.drv.in.deviceID splix/ppd/xerox.drv.in
+--- splix/ppd/xerox.drv.in.deviceID 2013-08-26 17:22:00.000000000 +0200
++++ splix/ppd/xerox.drv.in 2013-09-02 13:55:22.634957854 +0200
+@@ -66,6 +66,7 @@ Manufacturer "Xerox"
+ } {
+ #import "manualduplex.defs"
+ ModelName "Phaser 3120"
++ Attribute "1284DeviceID" "" "MFG:Xerox;MDL:Phaser 3120;CMD:GDI;"
+ PCFileName "ph3120.ppd"
+ } {
+ #import "manualduplex.defs"
+@@ -74,6 +75,7 @@ Manufacturer "Xerox"
+ } {
+ #import "manualduplex.defs"
+ ModelName "Phaser 3130"
++ Attribute "1284DeviceID" "" "MFG:Xerox;MDL:Phaser 3130;CMD:PCL5E,PCL6;"
+ PCFileName "ph3130.ppd"
+ } {
+ // Multi-tray
+@@ -118,6 +120,7 @@ Manufacturer "Xerox"
+
+ {
+ ModelName "Phaser 3117"
++ Attribute "1284DeviceID" "" "MFG:Xerox;MDL:Phaser 3117;CMD:GDI;"
+ PCFileName "ph3117.ppd"
+ } {
+ Resolution k 1 0 0 0 "1200x600dpi/1200x600 DPI"
+@@ -131,6 +134,7 @@ Manufacturer "Xerox"
+
+ {
+ ModelName "Phaser 3124"
++ Attribute "1284DeviceID" "" "MFG:Xerox;MDL:Phaser 3124;CMD:GDI;"
+ PCFileName "ph3124.ppd"
+ }
+ }
Copied: splix/repos/community-staging-x86_64/splix.install (from rev 658196, splix/trunk/splix.install)
===================================================================
--- community-staging-x86_64/splix.install (rev 0)
+++ community-staging-x86_64/splix.install 2020-07-07 12:42:47 UTC (rev 658198)
@@ -0,0 +1,15 @@
+post_install() {
+ cat <<EOF
+Installation of the color profile for color printers:
+-----------------------------------------------------
+
+ Color printers need 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 official linux drivers and locate the "cms"
+directory. Install the contents to "/usr/share/cups/profiles/\$MANUFACTURER".
+
+ Samsung color profile files are available at:
+ (Then use MANUFACTURER=samsung)
+ http://splix.ap2c.org/samsung_cms.tar.bz2
+EOF
+}
More information about the arch-commits
mailing list