# HG changeset patch # User Hans-G?nter Theisgen # Date 1559051671 -3600 # Node ID b038d4328f6c74082def0fe7ea87e049969ba3ab # Parent 4b9ad2d4ee301d6b286c932258cd1d3e88c63865 updated openmotif packages (2.3.2 -> 2.3.8) diff -r 4b9ad2d4ee30 -r b038d4328f6c openmotif-demo/receipt --- a/openmotif-demo/receipt Tue May 28 13:37:38 2019 +0100 +++ b/openmotif-demo/receipt Tue May 28 14:54:31 2019 +0100 @@ -1,15 +1,15 @@ # SliTaz package receipt. PACKAGE="openmotif-demo" -VERSION="2.3.2" -CATEGORY="non-free" -SHORT_DESC="source code version of Motif under a public license, demo files." +VERSION="2.3.8" +CATEGORY="development" +SHORT_DESC="Source code version of Motif under a public license, demo files." MAINTAINER="pascal.bellard@slitaz.org" -LICENSE="other" -WEB_SITE="http://www.motifzone.org/" -WANTED="openmotif" +LICENSE="LGPL 2.1" +WEB_SITE="http://www.opengroup.org/openmotif/" DEPENDS="openmotif openmotif-dev" +WANTED="openmotif" # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() diff -r 4b9ad2d4ee30 -r b038d4328f6c openmotif-dev/receipt --- a/openmotif-dev/receipt Tue May 28 13:37:38 2019 +0100 +++ b/openmotif-dev/receipt Tue May 28 14:54:31 2019 +0100 @@ -1,21 +1,23 @@ # SliTaz package receipt. PACKAGE="openmotif-dev" -VERSION="2.3.2" -CATEGORY="non-free" -SHORT_DESC="source code version of Motif under a public license, development files." +VERSION="2.3.8" +CATEGORY="development" +SHORT_DESC="Source code version of Motif under a public license, development files." MAINTAINER="pascal.bellard@slitaz.org" -LICENSE="other" -WEB_SITE="http://www.motifzone.org/" -WANTED="openmotif" +LICENSE="LGPL 2.1" +WEB_SITE="http://www.opengroup.org/openmotif/" DEPENDS="openmotif util-linux-uuid xorg-printproto" +WANTED="openmotif" # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { - mkdir -p $fs/usr/lib $fs/usr/bin - cp -a $install/usr/lib/*a $fs/usr/lib - cp -a $install/usr/bin/uil $fs/usr/bin - cp -a $install/usr/include $fs/usr + mkdir -p $fs/usr/lib + mkdir -p $fs/usr/bin + + cp -a $install/usr/lib/*a $fs/usr/lib + cp -a $install/usr/bin/uil $fs/usr/bin + cp -a $install/usr/include $fs/usr } diff -r 4b9ad2d4ee30 -r b038d4328f6c openmotif-man/receipt --- a/openmotif-man/receipt Tue May 28 13:37:38 2019 +0100 +++ b/openmotif-man/receipt Tue May 28 14:54:31 2019 +0100 @@ -1,12 +1,13 @@ # SliTaz package receipt. PACKAGE="openmotif-man" -VERSION="2.3.2" -CATEGORY="non-free" -SHORT_DESC="source code version of Motif under a public license, manual pages." +VERSION="2.3.8" +CATEGORY="development" +SHORT_DESC="Source code version of Motif under a public license, manual pages." MAINTAINER="pascal.bellard@slitaz.org" -LICENSE="other" -WEB_SITE="http://www.motifzone.org/" +LICENSE="LGPL 2.1" +WEB_SITE="http://www.opengroup.org/openmotif/" + WANTED="openmotif" # Rules to gen a SliTaz package suitable for Tazpkg. diff -r 4b9ad2d4ee30 -r b038d4328f6c openmotif/receipt --- a/openmotif/receipt Tue May 28 13:37:38 2019 +0100 +++ b/openmotif/receipt Tue May 28 14:54:31 2019 +0100 @@ -1,28 +1,31 @@ # SliTaz package receipt. PACKAGE="openmotif" -VERSION="2.3.2" -CATEGORY="non-free" -SHORT_DESC="source code version of Motif under a public license." +VERSION="2.3.8" +CATEGORY="development" +SHORT_DESC="Source code version of Motif under a public license." MAINTAINER="pascal.bellard@slitaz.org" -LICENSE="other" +LICENSE="LGPL 2.1" +WEB_SITE="http://www.opengroup.org/openmotif/" + TARBALL="$PACKAGE-$VERSION.tar.gz" -WEB_SITE="http://www.motifzone.org/" WGET_URL="${WEB_SITE}files/public_downloads/$PACKAGE/${VERSION%.*}/$VERSION/$TARBALL" -DEPENDS="xorg fontconfig expat freetype jpeg libpng xorg-libXp xorg-libXft" -BUILD_DEPENDS="xorg-dev-proto xorg-libXmu xorg-libXft-dev xorg-libXrender-dev \ -xorg-xbitmaps fontconfig-dev freetype-dev jpeg-dev libpng-dev xorg-libXt-dev \ -xorg-libSM-dev xorg-xproto xorg-libXmu-dev xorg-libX11-dev xorg-printproto \ -xorg-xextproto bison flex xorg-libXp util-linux-uuid-dev expat-dev libxml2-dev" +DEPENDS="expat fontconfig freetype jpeg libpng xorg xorg-libXft xorg-libXp" +BUILD_DEPENDS="bison expat-dev flex fontconfig-dev freetype-dev jpeg-dev \ + libpng-dev libxml2-dev util-linux-uuid-dev xorg-dev-proto xorg-libSM-dev \ + xorg-libX11-dev xorg-libXft-dev xorg-libXmu xorg-libXmu-dev xorg-libXp \ + xorg-libXrender-dev xorg-libXt-dev xorg-printproto xorg-xbitmaps \ + xorg-xextproto xorg-xproto" # Rules to configure and make the package. compile_rules() { - cd $src - ./configure --prefix=/usr --infodir=/usr/share/info \ - --mandir=/usr/share/man \ - $CONFIGURE_ARGS && + ./configure \ + --prefix=/usr \ + --infodir=/usr/share/info \ + --mandir=/usr/share/man \ + $CONFIGURE_ARGS && make -j 1 && make DESTDIR=$DESTDIR install } @@ -31,8 +34,10 @@ genpkg_rules() { mkdir -p $fs/usr/lib - cp -a $install/usr/bin $fs/usr + + cp -a $install/usr/bin $fs/usr rm -f $fs/usr/bin/uil - cp -a $install/usr/lib/*.so* $fs/usr/lib - cp -a $install/usr/lib/X11 $fs/usr/lib + + cp -a $install/usr/lib/*.so* $fs/usr/lib + cp -a $install/usr/lib/X11 $fs/usr/lib }