wok-next rev 19996
Add hyphen
author | Xander Ziiryanoff <psychomaniak@xakep.ru> |
---|---|
date | Fri Oct 20 16:30:46 2017 +0200 (2017-10-20) |
parents | 3052bbfd8cd8 |
children | 4db41c0dada2 |
files | hyphen/receipt nomacs/receipt qtwebkit/receipt smplayer/receipt |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/hyphen/receipt Fri Oct 20 16:30:46 2017 +0200 1.3 @@ -0,0 +1,33 @@ 1.4 +# SliTaz package receipt v2. 1.5 + 1.6 +PACKAGE="hyphen" 1.7 +VERSION="2.8.8" 1.8 +CATEGORY="system-tools" 1.9 +SHORT_DESC="library for high quality hyphenation and justification" 1.10 +MAINTAINER="psychomaniak@xakep.ru" 1.11 +LICENSE="GPL2 LGPL2.1 MPL" 1.12 +WEB_SITE="http://hunspell.github.io/" 1.13 +TARBALL="$PACKAGE-$VERSION.tar.gz" 1.14 +WGET_URL="$SF_MIRROR/hunspell/$TARBALL" 1.15 + 1.16 +BUILD_DEPENDS="automake libtool gettext perl" 1.17 +SPLIT="hyphen-dev" 1.18 + 1.19 +# Rules to configure and make the package. 1.20 +compile_rules() 1.21 +{ 1.22 + ./configure $CONFIGURE_ARGS && 1.23 + make && 1.24 + make DESTDIR=$DESTDIR install-libLTLIBRARIES 1.25 + make DESTDIR=$DESTDIR install-binSCRIPTS 1.26 + make DESTDIR=$DESTDIR install-includeHEADERS 1.27 +} 1.28 + 1.29 +# Rules to gen a SliTaz package suitable for Tazpkg. 1.30 +genpkg_rules() 1.31 +{ 1.32 + case $PACKAGE in 1.33 + hyphen) copy @std ;; 1.34 + hyphen-dev) copy @dev ;; 1.35 + esac 1.36 +}
2.1 --- a/nomacs/receipt Fri Oct 20 15:57:38 2017 +0200 2.2 +++ b/nomacs/receipt Fri Oct 20 16:30:46 2017 +0200 2.3 @@ -11,7 +11,7 @@ 2.4 WGET_URL="https://github.com/nomacs/nomacs/archive/$VERSION.tar.gz" 2.5 2.6 DEPENDS="qt5" 2.7 -BUILD_DEPENDS="qt5-dev cmake exiv2-dev libraw-dev zlib-dev expat-dev" 2.8 +BUILD_DEPENDS="qt5-dev cmake exiv2-dev libraw-dev zlib-dev expat-dev mesa17-dev" 2.9 2.10 # Rules to configure and make the package. 2.11 compile_rules()
3.1 --- a/qtwebkit/receipt Fri Oct 20 15:57:38 2017 +0200 3.2 +++ b/qtwebkit/receipt Fri Oct 20 16:30:46 2017 +0200 3.3 @@ -17,8 +17,8 @@ 3.4 DEPENDS="qt5 sqlite gstreamer1 gst1-plugins-base" 3.5 BUILD_DEPENDS="qt5-dev cmake bison flex gperf ruby-dev xorg-dev mesa17-dev \ 3.6 freetype-dev fontconfig-dev sqlite-dev libpng-dev libjpeg-turbo-dev icu-dev \ 3.7 -glib-dev zlib-dev libxslt-python libxslt-dev" 3.8 -# gstreamer1-dev gst1-plugins-base-dev 3.9 +glib-dev zlib-dev libxslt-python libxslt-dev gstreamer1-dev \ 3.10 +gst1-plugins-base-dev hyphen-dev " 3.11 3.12 compile_rules() 3.13 {
4.1 --- a/smplayer/receipt Fri Oct 20 15:57:38 2017 +0200 4.2 +++ b/smplayer/receipt Fri Oct 20 16:30:46 2017 +0200 4.3 @@ -12,7 +12,7 @@ 4.4 TAGS="player audio video movie" 4.5 4.6 DEPENDS="mplayer-cli qt5" 4.7 -BUILD_DEPENDS="qt5-dev zlib-dev" 4.8 +BUILD_DEPENDS="qt5-dev xorg-dev zlib-dev" 4.9 SUGGESTED="smplayer-themes mpv" 4.10 4.11