summaryrefslogtreecommitdiffstats
path: root/printer
diff options
context:
space:
mode:
authorTreeve Jelbert2020-08-29 13:05:21 +0200
committerTreeve Jelbert2020-08-29 13:05:21 +0200
commit9491948e10eb30f96bd496f35bb4ee7ba3f9d203 (patch)
treed6e81523c70581d190bc05f51c5728f7b0ade1cd /printer
parente4ae45ab21b05277a69b51f0366352b0e33812f7 (diff)
cpdb-backend-file 1.0.1
Diffstat (limited to 'printer')
-rwxr-xr-xprinter/cpdb-backend-file/DEPENDS2
-rwxr-xr-xprinter/cpdb-backend-file/DETAILS15
-rw-r--r--printer/cpdb-backend-file/HISTORY4
-rwxr-xr-xprinter/cpdb-backend-file/PRE_BUILD3
4 files changed, 24 insertions, 0 deletions
diff --git a/printer/cpdb-backend-file/DEPENDS b/printer/cpdb-backend-file/DEPENDS
new file mode 100755
index 0000000000..a08faa823a
--- /dev/null
+++ b/printer/cpdb-backend-file/DEPENDS
@@ -0,0 +1,2 @@
+depends glib2 &&
+depends cpdb-libs
diff --git a/printer/cpdb-backend-file/DETAILS b/printer/cpdb-backend-file/DETAILS
new file mode 100755
index 0000000000..933439632d
--- /dev/null
+++ b/printer/cpdb-backend-file/DETAILS
@@ -0,0 +1,15 @@
+ SPELL=cpdb-backend-file
+ VERSION=1.0.1
+ SOURCE_HASH=sha512:064749dd5132d4859815652814ec0a11b680a884e504d829b7746ca212979d5bb65e9d98a684b54d5e737a71d4a00b7d866162d805fdd8b98dd221e3727a7194
+ 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="File Common Print Dialog Backend"
+cat << EOF
+File Common Print Dialog Backend.
+This backend manages and provides information about printing to a file via the printing dialog
+EOF
diff --git a/printer/cpdb-backend-file/HISTORY b/printer/cpdb-backend-file/HISTORY
new file mode 100644
index 0000000000..5d6494b1ca
--- /dev/null
+++ b/printer/cpdb-backend-file/HISTORY
@@ -0,0 +1,4 @@
+2020-08-29 Treeve Jelbert <treeve@sourcemage.org>
+ * DETAILS: version 1.0.1
+ spell created
+
diff --git a/printer/cpdb-backend-file/PRE_BUILD b/printer/cpdb-backend-file/PRE_BUILD
new file mode 100755
index 0000000000..c51d7b2045
--- /dev/null
+++ b/printer/cpdb-backend-file/PRE_BUILD
@@ -0,0 +1,3 @@
+default_pre_build &&
+cd $SOURCE_DIRECTORY &&
+autoreconf -f -i --symlink