wok rev 21217

updated scim-tables* (0.5.9 -> 0.5.14.1)
author Hans-G?nter Theisgen
date Tue Apr 09 17:52:52 2019 +0100 (2019-04-09)
parents cacd154cd022
children d31f3e97b753
files scim-tables-additional/receipt scim-tables-base/receipt scim-tables-ja/receipt scim-tables-ko/receipt scim-tables-zh/receipt scim-tables/receipt
line diff
     1.1 --- a/scim-tables-additional/receipt	Tue Apr 09 17:39:00 2019 +0100
     1.2 +++ b/scim-tables-additional/receipt	Tue Apr 09 17:52:52 2019 +0100
     1.3 @@ -1,45 +1,45 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="scim-tables-additional"
     1.7 -VERSION="0.5.9"
     1.8 +VERSION="0.5.14.1"
     1.9  CATEGORY="x-window"
    1.10  SHORT_DESC="Miscellaneous input method data tables for SCIM platform."
    1.11  MAINTAINER="rocky@slitaz.org"
    1.12  LICENSE="GPL2"
    1.13 -WANTED="scim-tables"
    1.14  WEB_SITE="http://www.scim-im.org/"
    1.15  
    1.16 +WANTED="scim-tables"
    1.17  DEPENDS="scim-tables-base"
    1.18  
    1.19  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.20  genpkg_rules()
    1.21  {
    1.22 -    mkdir -p $fs/usr/share
    1.23 -    cp -a $install/usr/share/scim $fs/usr/share
    1.24 +	mkdir -p $fs/usr/share
    1.25 +	cp -a $install/usr/share/scim $fs/usr/share
    1.26  
    1.27 -if false; then # spurrious things...
    1.28 -    # Rm ja files.
    1.29 -    echo -n "Removing all ja files..."
    1.30 -    for file in `cat $WOK/scim-tables-ja/taz/scim-tables-ja-$VERSION/files.list`
    1.31 -    do
    1.32 -        rm -f ${fs}$file
    1.33 -    done
    1.34 -    status
    1.35 +	if false; then # spurrious things...
    1.36 +	    # Rm ja files.
    1.37 +	    echo -n "Removing all ja files..."
    1.38 +	    for file in `cat $WOK/scim-tables-ja/taz/scim-tables-ja-$VERSION/files.list`
    1.39 +	    do
    1.40 +		rm -f ${fs}$file
    1.41 +	    done
    1.42 +	    status
    1.43  
    1.44 -    # Rm ko files.
    1.45 -    echo -n "Removing all ko files..."
    1.46 -    for file in `cat $WOK/scim-tables-ko/taz/scim-tables-ko-$VERSION/files.list`
    1.47 -    do
    1.48 -        rm -f ${fs}$file
    1.49 -    done
    1.50 -    status
    1.51 +	    # Rm ko files.
    1.52 +	    echo -n "Removing all ko files..."
    1.53 +	    for file in `cat $WOK/scim-tables-ko/taz/scim-tables-ko-$VERSION/files.list`
    1.54 +	    do
    1.55 +	        rm -f ${fs}$file
    1.56 +	    done
    1.57 +	    status
    1.58  
    1.59 -    # Rm zh files.
    1.60 -    echo -n "Removing all zh files..."
    1.61 -    for file in `cat $WOK/scim-tables-zh/taz/scim-tables-zh-$VERSION/files.list`
    1.62 -    do
    1.63 -        rm -f ${fs}$file
    1.64 -    done
    1.65 -    status
    1.66 -fi
    1.67 +	    # Rm zh files.
    1.68 +	    echo -n "Removing all zh files..."
    1.69 +	    for file in `cat $WOK/scim-tables-zh/taz/scim-tables-zh-$VERSION/files.list`
    1.70 +	    do
    1.71 +	        rm -f ${fs}$file
    1.72 +	    done
    1.73 +	    status
    1.74 +	fi
    1.75  }
     2.1 --- a/scim-tables-base/receipt	Tue Apr 09 17:39:00 2019 +0100
     2.2 +++ b/scim-tables-base/receipt	Tue Apr 09 17:52:52 2019 +0100
     2.3 @@ -1,20 +1,20 @@
     2.4  # SliTaz package receipt.
     2.5  
     2.6  PACKAGE="scim-tables-base"
     2.7 -VERSION="0.5.9"
     2.8 +VERSION="0.5.14.1"
     2.9  CATEGORY="x-window"
    2.10  SHORT_DESC="SCIM Generic Table Input Method base module."
    2.11  MAINTAINER="rocky@slitaz.org"
    2.12  LICENSE="GPL2"
    2.13 -WANTED="scim-tables"
    2.14  WEB_SITE="http://www.scim-im.org/"
    2.15  
    2.16 +WANTED="scim-tables"
    2.17  DEPENDS="scim"
    2.18  
    2.19  # Rules to gen a SliTaz package suitable for Tazpkg.
    2.20  genpkg_rules()
    2.21  {
    2.22 -    mkdir -p $fs/usr
    2.23 -    cp -a $install/usr/lib $fs/usr
    2.24 -    find $fs/usr/lib -name '*.la' -exec rm {} \;
    2.25 +	mkdir -p $fs/usr
    2.26 +	cp -a $install/usr/lib $fs/usr
    2.27 +	find $fs/usr/lib -name '*.la' -exec rm {} \;
    2.28  }
     3.1 --- a/scim-tables-ja/receipt	Tue Apr 09 17:39:00 2019 +0100
     3.2 +++ b/scim-tables-ja/receipt	Tue Apr 09 17:52:52 2019 +0100
     3.3 @@ -1,22 +1,24 @@
     3.4  # SliTaz package receipt.
     3.5  
     3.6  PACKAGE="scim-tables-ja"
     3.7 -VERSION="0.5.9"
     3.8 +VERSION="0.5.14.1"
     3.9  CATEGORY="x-window"
    3.10  SHORT_DESC="Japanese input method data tables for SCIM platform."
    3.11  MAINTAINER="rocky@slitaz.org"
    3.12  LICENSE="GPL2"
    3.13 -WANTED="scim-tables"
    3.14  WEB_SITE="http://www.scim-im.org/"
    3.15  
    3.16 +WANTED="scim-tables"
    3.17  DEPENDS="scim-tables-base"
    3.18  
    3.19  # Rules to gen a SliTaz package suitable for Tazpkg.
    3.20  genpkg_rules()
    3.21  {
    3.22 -    mkdir -p $fs/usr/share/scim/icons $fs/usr/share/scim/tables
    3.23 -    for file in `cat stuff/wanted-files.list`
    3.24 -    do
    3.25 -        cp -a $install$file ${fs}$file
    3.26 -    done
    3.27 +	mkdir -p $fs/usr/share/scim/icons
    3.28 +	mkdir -p $fs/usr/share/scim/tables
    3.29 +
    3.30 +	for file in `cat stuff/wanted-files.list`
    3.31 +	  do
    3.32 +		cp -a $install$file ${fs}$file
    3.33 +	  done
    3.34  }
     4.1 --- a/scim-tables-ko/receipt	Tue Apr 09 17:39:00 2019 +0100
     4.2 +++ b/scim-tables-ko/receipt	Tue Apr 09 17:52:52 2019 +0100
     4.3 @@ -1,22 +1,23 @@
     4.4  # SliTaz package receipt.
     4.5  
     4.6  PACKAGE="scim-tables-ko"
     4.7 -VERSION="0.5.9"
     4.8 +VERSION="0.5.14.1"
     4.9  CATEGORY="x-window"
    4.10  SHORT_DESC="Korean input method data tables for SCIM platform."
    4.11  MAINTAINER="rocky@slitaz.org"
    4.12  LICENSE="GPL2"
    4.13 -WANTED="scim-tables"
    4.14  WEB_SITE="http://www.scim-im.org/"
    4.15  
    4.16 +WANTED="scim-tables"
    4.17  DEPENDS="scim-tables-base"
    4.18  
    4.19  # Rules to gen a SliTaz package suitable for Tazpkg.
    4.20  genpkg_rules()
    4.21  {
    4.22 -    mkdir -p $fs/usr/share/scim/icons $fs/usr/share/scim/tables
    4.23 -    for file in `cat stuff/wanted-files.list`
    4.24 -    do
    4.25 -        cp -a $install$file ${fs}$file
    4.26 -    done
    4.27 +	mkdir -p $fs/usr/share/scim/icons
    4.28 +	mkdir -p $fs/usr/share/scim/tables
    4.29 +	for file in `cat stuff/wanted-files.list`
    4.30 +	  do
    4.31 +		cp -a $install$file ${fs}$file
    4.32 +	  done
    4.33  }
     5.1 --- a/scim-tables-zh/receipt	Tue Apr 09 17:39:00 2019 +0100
     5.2 +++ b/scim-tables-zh/receipt	Tue Apr 09 17:52:52 2019 +0100
     5.3 @@ -1,22 +1,24 @@
     5.4  # SliTaz package receipt.
     5.5  
     5.6  PACKAGE="scim-tables-zh"
     5.7 -VERSION="0.5.9"
     5.8 +VERSION="0.5.14.1"
     5.9  CATEGORY="x-window"
    5.10  SHORT_DESC="Chinese input method data tables for SCIM platform."
    5.11  MAINTAINER="rocky@slitaz.org"
    5.12  LICENSE="GPL2"
    5.13 -WANTED="scim-tables"
    5.14  WEB_SITE="http://www.scim-im.org/"
    5.15  
    5.16 +WANTED="scim-tables"
    5.17  DEPENDS="scim-tables-base wqy-bitmapfont"
    5.18  
    5.19  # Rules to gen a SliTaz package suitable for Tazpkg.
    5.20  genpkg_rules()
    5.21  {
    5.22 -    mkdir -p $fs/usr/share/scim/icons $fs/usr/share/scim/tables
    5.23 -    for file in `cat stuff/wanted-files.list`
    5.24 -    do
    5.25 -        cp -a $install$file ${fs}$file
    5.26 -    done
    5.27 +	mkdir -p $fs/usr/share/scim/icons
    5.28 +	mkdir -p $fs/usr/share/scim/tables
    5.29 +
    5.30 +	for file in `cat stuff/wanted-files.list`
    5.31 +	  do
    5.32 +		cp -a $install$file ${fs}$file
    5.33 +	  done
    5.34  }
     6.1 --- a/scim-tables/receipt	Tue Apr 09 17:39:00 2019 +0100
     6.2 +++ b/scim-tables/receipt	Tue Apr 09 17:52:52 2019 +0100
     6.3 @@ -1,33 +1,36 @@
     6.4  # SliTaz package receipt.
     6.5  
     6.6  PACKAGE="scim-tables"
     6.7 -VERSION="0.5.9"
     6.8 +VERSION="0.5.14.1"
     6.9  CATEGORY="meta"
    6.10  SHORT_DESC="SCIM Generic Table Input Method module meta package."
    6.11  MAINTAINER="rocky@slitaz.org"
    6.12  LICENSE="GPL2"
    6.13 +WEB_SITE="http://www.scim-im.org/"
    6.14 +
    6.15  TARBALL="$PACKAGE-$VERSION.tar.gz"
    6.16 -WEB_SITE="http://www.scim-im.org/"
    6.17  WGET_URL="$SF_MIRROR/scim/$TARBALL"
    6.18 +
    6.19  LOCALE=""
    6.20 -
    6.21 -DEPENDS="scim scim-tables-base scim-tables-ja scim-tables-ko scim-tables-zh scim-tables-additional"
    6.22 -BUILD_DEPENDS="scim-dev expat-dev gtk+-dev"
    6.23 +DEPENDS="scim scim-tables-additional scim-tables-base \
    6.24 +	scim-tables-ja scim-tables-ko scim-tables-zh"
    6.25 +BUILD_DEPENDS="automake scim-dev expat-dev gtk+-dev"
    6.26  
    6.27  # Rules to configure and make the package.
    6.28  compile_rules()
    6.29  {
    6.30 -    cd $src
    6.31 -    ./configure --prefix=/usr \
    6.32 -        --mandir=/usr/share/man \
    6.33 -        --disable-static \
    6.34 -        $CONFIGURE_ARGS &&
    6.35 -    make &&
    6.36 -    make DESTDIR=$DESTDIR install
    6.37 +	./bootstrap &&
    6.38 +	./configure			\
    6.39 +		--prefix=/usr		\
    6.40 +		--mandir=/usr/share/man	\
    6.41 +		--disable-static	\
    6.42 +		$CONFIGURE_ARGS &&
    6.43 +	make -j 1 &&
    6.44 +	make DESTDIR=$DESTDIR install
    6.45  }
    6.46  
    6.47  # Rules to gen a SliTaz package suitable for Tazpkg.
    6.48  genpkg_rules()
    6.49  {
    6.50 -    mkdir -p $fs/var
    6.51 +	mkdir -p $fs/var
    6.52  }