From 8a665248c6b607d6665b774e2b714a44b7da2e4a Mon Sep 17 00:00:00 2001 From: onekk Date: Sat, 10 May 2014 01:28:04 +0200 Subject: [PATCH 1/2] New Package: Lightzone-bin Professional photo editing software For now here the bin version (like in Arch Linux), it is ready for the non-bin version asap I've the time to test it. Regards Carlo --- srcpkgs/lightzone-bin/files/COPYING | 24 +++++++++++++++++++ srcpkgs/lightzone-bin/template | 37 +++++++++++++++++++++++++++++ 2 files changed, 61 insertions(+) create mode 100644 srcpkgs/lightzone-bin/files/COPYING create mode 100644 srcpkgs/lightzone-bin/template diff --git a/srcpkgs/lightzone-bin/files/COPYING b/srcpkgs/lightzone-bin/files/COPYING new file mode 100644 index 00000000000..bf0fc81ddca --- /dev/null +++ b/srcpkgs/lightzone-bin/files/COPYING @@ -0,0 +1,24 @@ +Copyright (c) 2005-2011, Fabio Riccardi +All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are met: + * Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + * Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in the + documentation and/or other materials provided with the distribution. + * Neither the name "LightZone" nor the names of its contributors may be + used to endorse or promote products derived from this software without + specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND +ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED +WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE +DISCLAIMED. IN NO EVENT SHALL BE LIABLE FOR ANY +DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES +(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND +ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS +SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. diff --git a/srcpkgs/lightzone-bin/template b/srcpkgs/lightzone-bin/template new file mode 100644 index 00000000000..58c35da97b5 --- /dev/null +++ b/srcpkgs/lightzone-bin/template @@ -0,0 +1,37 @@ +# Template file for 'lightzone' +pkgname=lightzone-bin +_origname="lightzone" +version=4.0.0 +revision=1 +build_style= +maintainer="Carlo Dormeletti " +homepage="http://lightzoneproject.org/" +license="${pkgname}" +short_desc="Open-source professional-level digital darkroom software" +depends="java-runtime liblzma tiff" +provides="${_origname}-${version}_${revision}" +only_for_archs="i686 x86_64" + +if [ "$XBPS_TARGET_MACHINE" = "x86_64" ]; then + debpkgid="${_origname}_${version}-0obs20130920_amd64" + distfiles="http://download.opensuse.org/repositories/home:/ktgw0316:/LightZone/Debian_7.0/amd64/${debpkgid}.deb" + checksum="73ab8d6f8cb38604e90df4be189e2846ccbdc2c4d8f774943761759820b3bea3" +elif [ "$XBPS_TARGET_MACHINE" = "i686" ]; then + debpkgid="${_origname}_${version}-0obs20130920_i386" + distfiles="http://download.opensuse.org/repositories/home:/ktgw0316:/LightZone/Debian_7.0/i386/${debpkgid}.deb" + checksum="d3b7b3080957239783c3dfe341138ab9982627cdf9b0dca4a736bb41eead4344" +fi + +do_extract() { + ar x ${XBPS_SRCDISTDIR}/${pkgname}-${version}/${debpkgid}.deb +} + +do_install(){ + mkdir -p ${DESTDIR} + tar xzpvf data.tar.gz -C ${DESTDIR} + mkdir -p ${DESTDIR}/usr/share/${origname} + mv ${DESTDIR}/opt/lightzone ${DESTDIR}/usr/share/ + sed -i 's|/opt/lightzone|/usr/share/lightzone|g' ${DESTDIR}/usr/bin/lightzone + vinstall ${FILESDIR}/COPYING 644 usr/share/licenses/${_origname} +} + From 4fdc62ed331e7729dc8039adb2308d386a17a3d8 Mon Sep 17 00:00:00 2001 From: onekk Date: Sun, 11 May 2014 02:19:27 +0200 Subject: [PATCH 2/2] Lightzone: Modified pull request with the changes you advertised --- srcpkgs/lightzone-bin/files/COPYING | 24 ------------------------ srcpkgs/lightzone-bin/template | 7 +++---- 2 files changed, 3 insertions(+), 28 deletions(-) delete mode 100644 srcpkgs/lightzone-bin/files/COPYING diff --git a/srcpkgs/lightzone-bin/files/COPYING b/srcpkgs/lightzone-bin/files/COPYING deleted file mode 100644 index bf0fc81ddca..00000000000 --- a/srcpkgs/lightzone-bin/files/COPYING +++ /dev/null @@ -1,24 +0,0 @@ -Copyright (c) 2005-2011, Fabio Riccardi -All rights reserved. - -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions are met: - * Redistributions of source code must retain the above copyright - notice, this list of conditions and the following disclaimer. - * Redistributions in binary form must reproduce the above copyright - notice, this list of conditions and the following disclaimer in the - documentation and/or other materials provided with the distribution. - * Neither the name "LightZone" nor the names of its contributors may be - used to endorse or promote products derived from this software without - specific prior written permission. - -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND -ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED -WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE -DISCLAIMED. IN NO EVENT SHALL BE LIABLE FOR ANY -DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES -(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; -LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND -ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT -(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS -SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. diff --git a/srcpkgs/lightzone-bin/template b/srcpkgs/lightzone-bin/template index 58c35da97b5..3d69aac9428 100644 --- a/srcpkgs/lightzone-bin/template +++ b/srcpkgs/lightzone-bin/template @@ -3,13 +3,13 @@ pkgname=lightzone-bin _origname="lightzone" version=4.0.0 revision=1 -build_style= maintainer="Carlo Dormeletti " homepage="http://lightzoneproject.org/" -license="${pkgname}" +license="BSD" short_desc="Open-source professional-level digital darkroom software" depends="java-runtime liblzma tiff" provides="${_origname}-${version}_${revision}" +replaces="${_origname}>=0" only_for_archs="i686 x86_64" if [ "$XBPS_TARGET_MACHINE" = "x86_64" ]; then @@ -29,9 +29,8 @@ do_extract() { do_install(){ mkdir -p ${DESTDIR} tar xzpvf data.tar.gz -C ${DESTDIR} - mkdir -p ${DESTDIR}/usr/share/${origname} + mkdir -p ${DESTDIR}/usr/share/${_origname} mv ${DESTDIR}/opt/lightzone ${DESTDIR}/usr/share/ sed -i 's|/opt/lightzone|/usr/share/lightzone|g' ${DESTDIR}/usr/bin/lightzone - vinstall ${FILESDIR}/COPYING 644 usr/share/licenses/${_origname} }