Skip to Content.
Sympa Menu

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

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 (750802a0c6c791f036e6a148d5332c1bf01c5c4e)
  • Date: Sun, 4 Feb 2024 15:58:54 +0000

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

ChangeLog | 3 +++
openprinting/lprint/DEPENDS | 7 +++++++
openprinting/lprint/DETAILS | 18 ++++++++++++++++++
openprinting/lprint/HISTORY | 3 +++
openprinting/pappl/DETAILS | 2 +-
openprinting/pappl/HISTORY | 3 +++
6 files changed, 35 insertions(+), 1 deletion(-)

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

lprint-1.3.0

commit d3ac23dd1dfab84d95ec6c503a819a720a134c3b
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>

pappl: => 1.4.5

diff --git a/ChangeLog b/ChangeLog
index 134013a..9950da7 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2024-02-04 Treeve Jelbert <treeve AT sourcemage.org>
+ * openprinting/lprin: Label printing app
+
2024-01-30 Pavel Vinogradov <public AT sourcemage.org>
* rust-crates/rust-bindgen: new spell, Rust FFI bindings to C and C++
libraries generator
diff --git a/openprinting/lprint/DEPENDS b/openprinting/lprint/DEPENDS
new file mode 100755
index 0000000..544057a
--- /dev/null
+++ b/openprinting/lprint/DEPENDS
@@ -0,0 +1,7 @@
+source $GRIMOIRE/depends_one_of.function &&
+depends PKG-CONFIG &&
+depends pappl &&
+depends_one_of LPR_CUPS \
+ libcups '' \
+ cups '' \
+ 'which cups library'
diff --git a/openprinting/lprint/DETAILS b/openprinting/lprint/DETAILS
new file mode 100755
index 0000000..dcde0d5
--- /dev/null
+++ b/openprinting/lprint/DETAILS
@@ -0,0 +1,18 @@
+ SPELL=lprint
+ VERSION=1.3.0
+ SOURCE=$SPELL-$VERSION.tar.gz
+SOURCE_DIRECTORY=$SPELL-$VERSION
+ WEB_SITE=https://www.msweet.org/lprint
+
SOURCE_URL[0]=https://github.com/michaelrsweet/lprint/releases/download/v$VERSION/$SOURCE
+ SOURCE2=$SOURCE.sig
+ SOURCE2_URL[0]=${SOURCE_URL[0]}.sig
+ SOURCE_GPG=msweet.gpg:$SOURCE.sig:UPSTREAM_KEY
+ SOURCE2_IGNORE=signature
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
+ ENTERED=20240204
+ LICENSE[0]=APACHE
+ KEYWORDS="printer"
+ SHORT="label printer"
+cat << EOF
+label printer
+EOF
diff --git a/openprinting/lprint/HISTORY b/openprinting/lprint/HISTORY
new file mode 100644
index 0000000..868c8f3
--- /dev/null
+++ b/openprinting/lprint/HISTORY
@@ -0,0 +1,3 @@
+2024-02-04 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 1.3.0
+ spell created
diff --git a/openprinting/pappl/DETAILS b/openprinting/pappl/DETAILS
index f816023..a76b187 100755
--- a/openprinting/pappl/DETAILS
+++ b/openprinting/pappl/DETAILS
@@ -1,5 +1,5 @@
SPELL=pappl
- VERSION=1.4.4
+ VERSION=1.4.5
# SECURITY_PATCH=
SOURCE=$SPELL-$VERSION.tar.gz
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
diff --git a/openprinting/pappl/HISTORY b/openprinting/pappl/HISTORY
index 08b17bf..d7199de 100644
--- a/openprinting/pappl/HISTORY
+++ b/openprinting/pappl/HISTORY
@@ -1,3 +1,6 @@
+2024-02-04 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 1.4.5
+
2024-01-21 Treeve Jelbert <treeve AT sourcemage.org>
* DEPENDS: avahi optional



  • [[SM-Commit] ] GIT changes to master grimoire by Treeve Jelbert (750802a0c6c791f036e6a148d5332c1bf01c5c4e), Treeve Jelbert, 02/04/2024

Archive powered by MHonArc 2.6.24.

Top of Page