Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (a0fec163b25724afa72a044ad5a75690fbd792f8)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Treeve Jelbert <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (a0fec163b25724afa72a044ad5a75690fbd792f8)
  • Date: Mon, 16 May 2022 08:45:54 +0000

GIT changes to master grimoire by Treeve Jelbert <treeve AT sourcemage.org>:

ChangeLog | 3 +++
printer/pappl/BUILD | 2 ++
printer/pappl/CONFIGURE | 3 +++
printer/pappl/DEPENDS | 43 +++++++++++++++++++++++++++++++++++++++++++
printer/pappl/DETAILS | 22 ++++++++++++++++++++++
printer/pappl/pappl.gpg |binary
6 files changed, 73 insertions(+)

New commits:
commit a0fec163b25724afa72a044ad5a75690fbd792f8
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>

pappl-1.2.0

diff --git a/ChangeLog b/ChangeLog
index 42d8da7..40b457e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2022-05-16 Treeve Jelbert <treeve AT sourcemage.org>
+ * printer/pappl: added
+
2022-05-15 Treeve Jelbert <treeve AT sourcemage.org>
* KDE5_FUNCTIONS: tweaks for qt6

diff --git a/printer/pappl/BUILD b/printer/pappl/BUILD
new file mode 100755
index 0000000..b4704fd
--- /dev/null
+++ b/printer/pappl/BUILD
@@ -0,0 +1,2 @@
+OPTS+=" --disable-static" &&
+default_build
diff --git a/printer/pappl/CONFIGURE b/printer/pappl/CONFIGURE
new file mode 100755
index 0000000..381fab4
--- /dev/null
+++ b/printer/pappl/CONFIGURE
@@ -0,0 +1,3 @@
+. $GRIMOIRE/FUNCTIONS &&
+config_query_list PAPPL_TLS "which TLS support?" no gnutls openssl libressl
+
diff --git a/printer/pappl/DEPENDS b/printer/pappl/DEPENDS
new file mode 100755
index 0000000..7711de8
--- /dev/null
+++ b/printer/pappl/DEPENDS
@@ -0,0 +1,43 @@
+depends zlib &&
+#depends -sub CXX gcc &&
+depends pkgconfig &&
+
+#depends shared-mime-info &&
+
+optional_depends avahi --{en,dis}able-avahi 'use Avahi Service Discovery'
&&
+optional_depends $PAPPL_TLS --with-tls=$PAPPL_TLS '' 'security' &&
+optional_depends JPEG --{en,dis}able-libjpeg 'JPEG printing' &&
+optional_depends libpng --{en,dis}able-libpng 'PNG printing' &&
+optional_depends libusb --{en,dis}able-libusb 'usb printers' &&
+optional_depends linux-pam --{en,dis}able-pam 'for pluggable
authentication'
+
+
+
+
+#optional_depends mdnsresponder \
+# '--enable-dnssd' \
+# '--disable-dnssd' \
+# 'DNS Service Discovery' &&
+
+#optional_depends libpaper \
+# '--enable-libpaper' \
+# '--disable-libpaper' \
+# 'Enable libpaper support' &&
+
+#optional_depends 'dbus' \
+# '--enable-dbus' \
+# '--disable-dbus' \
+# 'hardware notifications' &&
+
+
+
+#optional_depends 'acl' \
+# '--enable-acl'
\
+# '--disable-acl'
\
+# 'for file system access control lists support' &&
+
+#optional_depends krb5 '--enable-gssapi' '--disable-gssapi' 'GSSAPI support'
&&
+#optional_depends systemd '--enable-systemd' '--disable-systemd' 'SystemD
support' &&
+
+#suggest_depends ghostscript '' '' 'to print Postscript files'
+#suggest_depends cups-filters '' '' 'extra backends and filters'
diff --git a/printer/pappl/DETAILS b/printer/pappl/DETAILS
new file mode 100755
index 0000000..c4925f0
--- /dev/null
+++ b/printer/pappl/DETAILS
@@ -0,0 +1,22 @@
+ SPELL=pappl
+ VERSION=1.2.0
+# SECURITY_PATCH=
+ SOURCE=$SPELL-$VERSION.tar.gz
+SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
+ SOURCE2=$SOURCE.sig
+ SOURCE_GPG=pappl.gpg:$SOURCE.sig:UPSTREAM_KEY
+ SOURCE2_IGNORE=signature
+ WEB_SITE=https://www.msweet.org/pappl
+
SOURCE_URL[0]=https://github.com/michaelrsweet/pappl/releases/download/v$VERSION/$SOURCE
+ SOURCE2_URL[0]=${SOURCE_URL[0]}.sig
+ ENTERED=20220424
+ LICENSE[0]=APACHE
+ KEYWORDS="printer"
+ SHORT="ramework/library for developing CUPS Printer Applications"
+cat << EOF
+PAPPL is a simple C-based framework/library for developing CUPS Printer
Applications,
+which are the recommended replacement for printer drivers.
+It was specifically developed to support LPrint and a future Gutenprint
Printer Application,
+but is sufficiently general purpose to support any kind of printer or driver
+that can be used on desktops, servers, and in embedded environments.
+EOF
diff --git a/printer/pappl/HISTORY b/printer/pappl/HISTORY
new file mode 100644
index 0000000..e69de29
diff --git a/printer/pappl/pappl.gpg b/printer/pappl/pappl.gpg
new file mode 100644
index 0000000..afcefb3
Binary files /dev/null and b/printer/pappl/pappl.gpg differ



  • [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (a0fec163b25724afa72a044ad5a75690fbd792f8), Treeve Jelbert, 05/16/2022

Archive powered by MHonArc 2.6.24.

Top of Page