summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTreeve Jelbert2020-05-14 14:07:14 +0200
committerTreeve Jelbert2020-05-14 14:07:14 +0200
commit483ef4188daa837c5974d7e9da595f79cc1facd1 (patch)
tree02dfc2e6ba96bd13073ef24fa66127363c7a3156
parent70398457c7ea51b3d0c79fa1c8409aeee8a72937 (diff)
cpdb-libs 1.2.0
-rw-r--r--ChangeLog3
-rwxr-xr-xprinter/cpdb-libs/DEPENDS2
-rwxr-xr-xprinter/cpdb-libs/DETAILS14
-rw-r--r--printer/cpdb-libs/HISTORY4
-rwxr-xr-xprinter/cpdb-libs/PRE_BUILD3
5 files changed, 26 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index afb53a8866..19f0485427 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2020-05-14 Treeve Jelbert <treeve@sourcemage.org>
+ * printer/cpdb-libs: added, printer library
+
2020-05-10 Treeve Jelbert <treeve@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 0000000000..7c2b028909
--- /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 0000000000..1dc591492d
--- /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 0000000000..3666714b99
--- /dev/null
+++ b/printer/cpdb-libs/HISTORY
@@ -0,0 +1,4 @@
+2020-05-14 Treeve Jelbert <treeve@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 0000000000..c51d7b2045
--- /dev/null
+++ b/printer/cpdb-libs/PRE_BUILD
@@ -0,0 +1,3 @@
+default_pre_build &&
+cd $SOURCE_DIRECTORY &&
+autoreconf -f -i --symlink