From e94d231fe796b09c7ac9c0e6d34b7707c074185e Mon Sep 17 00:00:00 2001 From: Dimitris Zlatanidis Date: Sun, 20 Aug 2017 10:15:03 +0200 Subject: graphics/oyranos: Updated for version 0.9.6. Signed-off-by: Dimitris Zlatanidis --- graphics/oyranos/oyranos.SlackBuild | 11 ++++++----- graphics/oyranos/oyranos.info | 8 ++++---- 2 files changed, 10 insertions(+), 9 deletions(-) (limited to 'graphics') diff --git a/graphics/oyranos/oyranos.SlackBuild b/graphics/oyranos/oyranos.SlackBuild index 115d65c9d0..167e18989f 100644 --- a/graphics/oyranos/oyranos.SlackBuild +++ b/graphics/oyranos/oyranos.SlackBuild @@ -3,7 +3,7 @@ # Slackware build script for oyranos # Originally Written by Diogo Leal (diogo@diogoleal.com) -# Copyright 2014-2016 Dimitris Zlatanidis Orestiada, Greece +# Copyright 2014-2017 Dimitris Zlatanidis Orestiada, Greece # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -24,7 +24,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=oyranos -VERSION=${VERSION:-0.9.4} +VERSION=${VERSION:-0.9.6} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -88,11 +88,12 @@ find $PKG | xargs file | grep -e "executable" -e "shared object" | grep ELF \ | cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true mv $PKG/usr/share/man $PKG/usr -find $PKG/usr/man -type f -name "*.?" -exec gzip -9f {} \; +find $PKG/usr/man -type f -exec gzip -9 {} \; +for i in $( find $PKG/usr/man -type l ) ; do ln -s $( readlink $i ).gz $i.gz ; rm $i ; done mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION -mv $PKG/usr/share/doc/$PRGNAM/* $PKG/usr/doc/$PRGNAM-$VERSION/ -find $PKG/usr/share/ -type d -empty -depth -exec rmdir {} \; +cp -a AUTHORS.md BUGS COPYING.md README.md PACKAGING.md \ + $PKG/usr/doc/$PRGNAM-$VERSION cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild mkdir -p $PKG/install diff --git a/graphics/oyranos/oyranos.info b/graphics/oyranos/oyranos.info index 349833f64f..5b0387ef2b 100644 --- a/graphics/oyranos/oyranos.info +++ b/graphics/oyranos/oyranos.info @@ -1,10 +1,10 @@ PRGNAM="oyranos" -VERSION="0.9.4" +VERSION="0.9.6" HOMEPAGE="http://www.oyranos.org/" -DOWNLOAD="http://downloads.sourceforge.net/project/oyranos/Oyranos/Oyranos%200.9/oyranos-0.9.4.tar.bz2" -MD5SUM="582ea87d82a42912ddc45937e4f864b4" +DOWNLOAD="https://github.com/oyranos-cms/oyranos/archive/0.9.6/oyranos-0.9.6.tar.gz" +MD5SUM="2a8c9783f762906ba7ff9ef43612041f" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -REQUIRES="yajl" +REQUIRES="" MAINTAINER="Dimitris Zlatanidis" EMAIL="d.zlatanidis@gmail.com" -- cgit v1.2.3