wok-next diff libqscintilla/receipt @ rev 20433

mupdf: update patch
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Feb 05 15:11:20 2018 +0100 (2018-02-05)
parents cec5a7f20966
children df20b2110f7e
line diff
     1.1 --- a/libqscintilla/receipt	Tue Sep 02 17:57:40 2014 +0200
     1.2 +++ b/libqscintilla/receipt	Mon Feb 05 15:11:20 2018 +0100
     1.3 @@ -1,4 +1,4 @@
     1.4 -# SliTaz package receipt.
     1.5 +# SliTaz package receipt v2.
     1.6  
     1.7  PACKAGE="libqscintilla"
     1.8  VERSION="2.8.3"
     1.9 @@ -10,9 +10,8 @@
    1.10  TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.11  WGET_URL="$SF_MIRROR/pyqt/QScintilla-gpl-$VERSION.tar.gz"
    1.12  
    1.13 -DEPENDS="libQtGui"
    1.14  BUILD_DEPENDS="Qt4-dev cmake qmake PyQt-x11-gpl"
    1.15 -SUGGESTED="juffed"
    1.16 +SPLIT="libqscintilla libqscintilla-dev"
    1.17  
    1.18  # Rules to configure and make the package.BUILD_TYPE=Release
    1.19  compile_rules()
    1.20 @@ -26,5 +25,17 @@
    1.21  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.22  genpkg_rules()
    1.23  {
    1.24 -	mkdir $fs/usr ; cp -a $install/usr/lib $fs/usr
    1.25 +	case $PACKAGE in
    1.26 +	libqscintilla)
    1.27 +		DEPENDS="libQtGui"
    1.28 +		SUGGESTED="juffed"
    1.29 +		mkdir $fs/usr ; cp -a $install/usr/lib $fs/usr
    1.30 +		;;
    1.31 +	libqscintilla-dev)
    1.32 +		CAT="development|Editor classes & widgets: qm, dev files."
    1.33 +		DEPENDS="libqscintilla"
    1.34 +		cp -a $install/* $fs
    1.35 +		rm -rf $fs/usr/lib
    1.36 +		;;
    1.37 +	esac
    1.38  }