From c57d441f515ab41e0b908e2ae20bb81685c567b1 Mon Sep 17 00:00:00 2001 From: Niclas Hofmann Date: Wed, 11 Sep 2019 17:25:37 +0200 Subject: [PATCH 1/2] pdf2svg: be0 conversion --- pdf2svg-0.2.2-0.bee => pdf2svg.be0 | 18 +++++++----------- 1 file changed, 7 insertions(+), 11 deletions(-) rename pdf2svg-0.2.2-0.bee => pdf2svg.be0 (81%) diff --git a/pdf2svg-0.2.2-0.bee b/pdf2svg.be0 similarity index 81% rename from pdf2svg-0.2.2-0.bee rename to pdf2svg.be0 index 2560a1610..137cc5e19 100755 --- a/pdf2svg-0.2.2-0.bee +++ b/pdf2svg.be0 @@ -1,5 +1,7 @@ #!/usr/bin/env beesh +# BEE_VERSION pdf2svg-0.2.2-1 + ## this file was created by bee init and should be executed to build a ## bee-package. (Additional hints are located at the end of this file.) @@ -16,14 +18,8 @@ SRCURL[0]="http://www.cityinthesky.co.uk/_media/opensource/pdf2svg-${PKGVERSION} # PATCHURL+=() ############################################################################### -## Add filename patterns to the EXCLUDE array of files that should not -## be added to you package but may be present in the image directory. - -# EXCLUDE+=() - -############################################################################### -## Uncomment the next statement, if the software may not be able to be build -## outside the source directory and need to be build inside the source +## Uncomment the next statement, if the software may not be able to be built +## outside the source directory and needs to be built inside the source ## directory. # build_in_sourcedir @@ -52,7 +48,7 @@ SRCURL[0]="http://www.cityinthesky.co.uk/_media/opensource/pdf2svg-${PKGVERSION} #} #mee_configure() { -# bee_configure +# bee_configure #} #mee_build() { @@ -71,9 +67,9 @@ SRCURL[0]="http://www.cityinthesky.co.uk/_media/opensource/pdf2svg-${PKGVERSION} ## The name of this bee-file should follow the following naming convention: ## pkgname-pkgversion-pkgrevision.bee ## -## You may remove all comments as long as SRCURL[0]="" is set. +## You may remove all comments as long as SRCURL[0] is set. ## -## Everything in this file will be executed in a bash environment. +##[ Everything in this file will be executed in a bash environment. ## ## Build the package by executing ## './pkg-version-N.bee' or From 7b27f57ae5f54f217240fd6792f2265b3d05c11f Mon Sep 17 00:00:00 2001 From: Niclas Hofmann Date: Wed, 11 Sep 2019 17:31:47 +0200 Subject: [PATCH 2/2] pdf2svg: update url --- pdf2svg.be0 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pdf2svg.be0 b/pdf2svg.be0 index 137cc5e19..1af48019e 100755 --- a/pdf2svg.be0 +++ b/pdf2svg.be0 @@ -9,7 +9,7 @@ ## The source URL(s) define the location of the sources that will be ## downloaded. Version variables may be used to simplify reuse of this bee-file. -SRCURL[0]="http://www.cityinthesky.co.uk/_media/opensource/pdf2svg-${PKGVERSION}.tar.gz" +SRCURL[0]="https://github.com/dawbarton/pdf2svg/archive/v0.2.3.tar.gz pdf2svg-${PKGVERSION}.tar.gz" ############################################################################### ## Add URLs/pathes to patch files to the PATCHURL array.