summaryrefslogtreecommitdiffstats
path: root/printer
diff options
context:
space:
mode:
Diffstat (limited to 'printer')
-rwxr-xr-xprinter/cpdb-backend-cups/DEPENDS3
-rwxr-xr-xprinter/cpdb-backend-cups/DETAILS15
-rw-r--r--printer/cpdb-backend-cups/HISTORY4
-rwxr-xr-xprinter/cpdb-backend-cups/PRE_BUILD3
4 files changed, 25 insertions, 0 deletions
diff --git a/printer/cpdb-backend-cups/DEPENDS b/printer/cpdb-backend-cups/DEPENDS
new file mode 100755
index 0000000000..576ee9de12
--- /dev/null
+++ b/printer/cpdb-backend-cups/DEPENDS
@@ -0,0 +1,3 @@
+depends glib2 &&
+depends cups &&
+depends cpdb-libs
diff --git a/printer/cpdb-backend-cups/DETAILS b/printer/cpdb-backend-cups/DETAILS
new file mode 100755
index 0000000000..637d928fbf
--- /dev/null
+++ b/printer/cpdb-backend-cups/DETAILS
@@ -0,0 +1,15 @@
+ SPELL=cpdb-backend-cups
+ VERSION=1.1.1
+ SOURCE_HASH=sha512:cc7bce7b5faf427c637ef07a6e971f6eed82760b0e0f2906c82e014af5855cfad4d68c5193d9cfcc7caa14a4b0f3224d1140b875e96f221e3f84b1482a6cb697
+ SOURCE=$SPELL-$VERSION.tar.gz
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
+ WEB_SITE=https://github.com/OpenPrinting/$SPELL
+ SOURCE_URL[0]=$WEB_SITE/archive/v$VERSION.tar.gz
+ LICENSE[0]=MIT
+ ENTERED=20200829
+ KEYWORDS=""
+ SHORT="CUPS Common Print Dialog Backend"
+cat << EOF
+CUPS Common Print Dialog Backend.
+This backend manages and provides information about CUPS and IPP printing destinations to the printing dialog.
+EOF
diff --git a/printer/cpdb-backend-cups/HISTORY b/printer/cpdb-backend-cups/HISTORY
new file mode 100644
index 0000000000..146bcccc5a
--- /dev/null
+++ b/printer/cpdb-backend-cups/HISTORY
@@ -0,0 +1,4 @@
+2020-08-29 Treeve Jelbert <treeve@sourcemage.org>
+ * DETAILS: version 1.1.1
+ spell created
+
diff --git a/printer/cpdb-backend-cups/PRE_BUILD b/printer/cpdb-backend-cups/PRE_BUILD
new file mode 100755
index 0000000000..c51d7b2045
--- /dev/null
+++ b/printer/cpdb-backend-cups/PRE_BUILD
@@ -0,0 +1,3 @@
+default_pre_build &&
+cd $SOURCE_DIRECTORY &&
+autoreconf -f -i --symlink