summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTreeve Jelbert2020-08-29 13:03:29 +0200
committerTreeve Jelbert2020-08-29 13:03:29 +0200
commite4ae45ab21b05277a69b51f0366352b0e33812f7 (patch)
tree9d9bbb30793b3f3d36c050ffcf607af712c9cab2
parent8557aca01eafafe32b5aa7920ac6270f7c7fc02b (diff)
cpdb-backend-cuos 1.1.1
-rw-r--r--ChangeLog3
-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
5 files changed, 28 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 7ac3da25f7..e54c6f025c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2020-08-29 Treeve Jelbert <treeve@sourcemage.org>
+ * printer/cpdb-backend-cups: printing backend for cups
+
2020-08-22 Ismael Luceno <ismael@sourcemage.org>
* chat-im/amsn, chat-im/emesene: Removed, dead project/protocol
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