Skip to Content.
Sympa Menu

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

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 (483ef4188daa837c5974d7e9da595f79cc1facd1)
  • Date: Thu, 14 May 2020 12:07:28 +0000

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

ChangeLog | 3 +++
printer/cpdb-libs/DEPENDS | 2 ++
printer/cpdb-libs/DETAILS | 14 ++++++++++++++
printer/cpdb-libs/HISTORY | 4 ++++
printer/cpdb-libs/PRE_BUILD | 3 +++
5 files changed, 26 insertions(+)

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

cpdb-libs 1.2.0

diff --git a/ChangeLog b/ChangeLog
index afb53a8..19f0485 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2020-05-14 Treeve Jelbert <treeve AT sourcemage.org>
+ * printer/cpdb-libs: added, printer library
+
2020-05-10 Treeve Jelbert <treeve AT sourcemage.org>
* devel/mozjs60: added, older version of mozjs, needed by policykit

diff --git a/printer/cpdb-libs/DEPENDS b/printer/cpdb-libs/DEPENDS
new file mode 100755
index 0000000..7c2b028
--- /dev/null
+++ b/printer/cpdb-libs/DEPENDS
@@ -0,0 +1,2 @@
+depends glib2 &&
+depends cups
diff --git a/printer/cpdb-libs/DETAILS b/printer/cpdb-libs/DETAILS
new file mode 100755
index 0000000..1dc5914
--- /dev/null
+++ b/printer/cpdb-libs/DETAILS
@@ -0,0 +1,14 @@
+ SPELL=cpdb-libs
+ VERSION=1.2.0
+
SOURCE_HASH=sha512:7cb45975743084dd20d50ebaa74386c9669f25d0b53ab8a60546a9e422ba6d63ffca3324c03a3c4c384b2a0fee03874ca1ed89b29a83832c4be39c252ddb9201
+ SOURCE=$SPELL-$VERSION.tar.gz
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
+ WEB_SITE=https://github.com/OpenPrinting/cpdb-libs
+ SOURCE_URL[0]=$WEB_SITE/archive/v$VERSION.tar.gz
+ LICENSE[0]=MIT
+ ENTERED=20200514
+ KEYWORDS=""
+ SHORT="common printing dialog libraries"
+cat << EOF
+Frontend and Backend Libraries for the common printing dialog
+EOF
diff --git a/printer/cpdb-libs/HISTORY b/printer/cpdb-libs/HISTORY
new file mode 100644
index 0000000..3666714
--- /dev/null
+++ b/printer/cpdb-libs/HISTORY
@@ -0,0 +1,4 @@
+2020-05-14 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 1.2.0
+ spell created
+
diff --git a/printer/cpdb-libs/PRE_BUILD b/printer/cpdb-libs/PRE_BUILD
new file mode 100755
index 0000000..c51d7b2
--- /dev/null
+++ b/printer/cpdb-libs/PRE_BUILD
@@ -0,0 +1,3 @@
+default_pre_build &&
+cd $SOURCE_DIRECTORY &&
+autoreconf -f -i --symlink



  • [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (483ef4188daa837c5974d7e9da595f79cc1facd1), Treeve Jelbert, 05/14/2020

Archive powered by MHonArc 2.6.24.

Top of Page