diff options
author | Treeve Jelbert | 2020-05-14 14:07:14 +0200 |
---|---|---|
committer | Treeve Jelbert | 2020-05-14 14:07:14 +0200 |
commit | 483ef4188daa837c5974d7e9da595f79cc1facd1 (patch) | |
tree | 02dfc2e6ba96bd13073ef24fa66127363c7a3156 /printer | |
parent | 70398457c7ea51b3d0c79fa1c8409aeee8a72937 (diff) |
cpdb-libs 1.2.0
Diffstat (limited to 'printer')
-rwxr-xr-x | printer/cpdb-libs/DEPENDS | 2 | ||||
-rwxr-xr-x | printer/cpdb-libs/DETAILS | 14 | ||||
-rw-r--r-- | printer/cpdb-libs/HISTORY | 4 | ||||
-rwxr-xr-x | printer/cpdb-libs/PRE_BUILD | 3 |
4 files changed, 23 insertions, 0 deletions
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 |