# HG changeset patch # User Hans-G?nter Theisgen # Date 1554828772 -3600 # Node ID 774a115791658ed95d3360d54e195818a041373b # Parent cacd154cd0225ff5c1a517bf0a6c76a4810c3cd3 updated scim-tables* (0.5.9 -> 0.5.14.1) diff -r cacd154cd022 -r 774a11579165 scim-tables-additional/receipt --- a/scim-tables-additional/receipt Tue Apr 09 17:39:00 2019 +0100 +++ b/scim-tables-additional/receipt Tue Apr 09 17:52:52 2019 +0100 @@ -1,45 +1,45 @@ # SliTaz package receipt. PACKAGE="scim-tables-additional" -VERSION="0.5.9" +VERSION="0.5.14.1" CATEGORY="x-window" SHORT_DESC="Miscellaneous input method data tables for SCIM platform." MAINTAINER="rocky@slitaz.org" LICENSE="GPL2" -WANTED="scim-tables" WEB_SITE="http://www.scim-im.org/" +WANTED="scim-tables" DEPENDS="scim-tables-base" # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { - mkdir -p $fs/usr/share - cp -a $install/usr/share/scim $fs/usr/share + mkdir -p $fs/usr/share + cp -a $install/usr/share/scim $fs/usr/share -if false; then # spurrious things... - # Rm ja files. - echo -n "Removing all ja files..." - for file in `cat $WOK/scim-tables-ja/taz/scim-tables-ja-$VERSION/files.list` - do - rm -f ${fs}$file - done - status + if false; then # spurrious things... + # Rm ja files. + echo -n "Removing all ja files..." + for file in `cat $WOK/scim-tables-ja/taz/scim-tables-ja-$VERSION/files.list` + do + rm -f ${fs}$file + done + status - # Rm ko files. - echo -n "Removing all ko files..." - for file in `cat $WOK/scim-tables-ko/taz/scim-tables-ko-$VERSION/files.list` - do - rm -f ${fs}$file - done - status + # Rm ko files. + echo -n "Removing all ko files..." + for file in `cat $WOK/scim-tables-ko/taz/scim-tables-ko-$VERSION/files.list` + do + rm -f ${fs}$file + done + status - # Rm zh files. - echo -n "Removing all zh files..." - for file in `cat $WOK/scim-tables-zh/taz/scim-tables-zh-$VERSION/files.list` - do - rm -f ${fs}$file - done - status -fi + # Rm zh files. + echo -n "Removing all zh files..." + for file in `cat $WOK/scim-tables-zh/taz/scim-tables-zh-$VERSION/files.list` + do + rm -f ${fs}$file + done + status + fi } diff -r cacd154cd022 -r 774a11579165 scim-tables-base/receipt --- a/scim-tables-base/receipt Tue Apr 09 17:39:00 2019 +0100 +++ b/scim-tables-base/receipt Tue Apr 09 17:52:52 2019 +0100 @@ -1,20 +1,20 @@ # SliTaz package receipt. PACKAGE="scim-tables-base" -VERSION="0.5.9" +VERSION="0.5.14.1" CATEGORY="x-window" SHORT_DESC="SCIM Generic Table Input Method base module." MAINTAINER="rocky@slitaz.org" LICENSE="GPL2" -WANTED="scim-tables" WEB_SITE="http://www.scim-im.org/" +WANTED="scim-tables" DEPENDS="scim" # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { - mkdir -p $fs/usr - cp -a $install/usr/lib $fs/usr - find $fs/usr/lib -name '*.la' -exec rm {} \; + mkdir -p $fs/usr + cp -a $install/usr/lib $fs/usr + find $fs/usr/lib -name '*.la' -exec rm {} \; } diff -r cacd154cd022 -r 774a11579165 scim-tables-ja/receipt --- a/scim-tables-ja/receipt Tue Apr 09 17:39:00 2019 +0100 +++ b/scim-tables-ja/receipt Tue Apr 09 17:52:52 2019 +0100 @@ -1,22 +1,24 @@ # SliTaz package receipt. PACKAGE="scim-tables-ja" -VERSION="0.5.9" +VERSION="0.5.14.1" CATEGORY="x-window" SHORT_DESC="Japanese input method data tables for SCIM platform." MAINTAINER="rocky@slitaz.org" LICENSE="GPL2" -WANTED="scim-tables" WEB_SITE="http://www.scim-im.org/" +WANTED="scim-tables" DEPENDS="scim-tables-base" # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { - mkdir -p $fs/usr/share/scim/icons $fs/usr/share/scim/tables - for file in `cat stuff/wanted-files.list` - do - cp -a $install$file ${fs}$file - done + mkdir -p $fs/usr/share/scim/icons + mkdir -p $fs/usr/share/scim/tables + + for file in `cat stuff/wanted-files.list` + do + cp -a $install$file ${fs}$file + done } diff -r cacd154cd022 -r 774a11579165 scim-tables-ko/receipt --- a/scim-tables-ko/receipt Tue Apr 09 17:39:00 2019 +0100 +++ b/scim-tables-ko/receipt Tue Apr 09 17:52:52 2019 +0100 @@ -1,22 +1,23 @@ # SliTaz package receipt. PACKAGE="scim-tables-ko" -VERSION="0.5.9" +VERSION="0.5.14.1" CATEGORY="x-window" SHORT_DESC="Korean input method data tables for SCIM platform." MAINTAINER="rocky@slitaz.org" LICENSE="GPL2" -WANTED="scim-tables" WEB_SITE="http://www.scim-im.org/" +WANTED="scim-tables" DEPENDS="scim-tables-base" # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { - mkdir -p $fs/usr/share/scim/icons $fs/usr/share/scim/tables - for file in `cat stuff/wanted-files.list` - do - cp -a $install$file ${fs}$file - done + mkdir -p $fs/usr/share/scim/icons + mkdir -p $fs/usr/share/scim/tables + for file in `cat stuff/wanted-files.list` + do + cp -a $install$file ${fs}$file + done } diff -r cacd154cd022 -r 774a11579165 scim-tables-zh/receipt --- a/scim-tables-zh/receipt Tue Apr 09 17:39:00 2019 +0100 +++ b/scim-tables-zh/receipt Tue Apr 09 17:52:52 2019 +0100 @@ -1,22 +1,24 @@ # SliTaz package receipt. PACKAGE="scim-tables-zh" -VERSION="0.5.9" +VERSION="0.5.14.1" CATEGORY="x-window" SHORT_DESC="Chinese input method data tables for SCIM platform." MAINTAINER="rocky@slitaz.org" LICENSE="GPL2" -WANTED="scim-tables" WEB_SITE="http://www.scim-im.org/" +WANTED="scim-tables" DEPENDS="scim-tables-base wqy-bitmapfont" # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { - mkdir -p $fs/usr/share/scim/icons $fs/usr/share/scim/tables - for file in `cat stuff/wanted-files.list` - do - cp -a $install$file ${fs}$file - done + mkdir -p $fs/usr/share/scim/icons + mkdir -p $fs/usr/share/scim/tables + + for file in `cat stuff/wanted-files.list` + do + cp -a $install$file ${fs}$file + done } diff -r cacd154cd022 -r 774a11579165 scim-tables/receipt --- a/scim-tables/receipt Tue Apr 09 17:39:00 2019 +0100 +++ b/scim-tables/receipt Tue Apr 09 17:52:52 2019 +0100 @@ -1,33 +1,36 @@ # SliTaz package receipt. PACKAGE="scim-tables" -VERSION="0.5.9" +VERSION="0.5.14.1" CATEGORY="meta" SHORT_DESC="SCIM Generic Table Input Method module meta package." MAINTAINER="rocky@slitaz.org" LICENSE="GPL2" +WEB_SITE="http://www.scim-im.org/" + TARBALL="$PACKAGE-$VERSION.tar.gz" -WEB_SITE="http://www.scim-im.org/" WGET_URL="$SF_MIRROR/scim/$TARBALL" + LOCALE="" - -DEPENDS="scim scim-tables-base scim-tables-ja scim-tables-ko scim-tables-zh scim-tables-additional" -BUILD_DEPENDS="scim-dev expat-dev gtk+-dev" +DEPENDS="scim scim-tables-additional scim-tables-base \ + scim-tables-ja scim-tables-ko scim-tables-zh" +BUILD_DEPENDS="automake scim-dev expat-dev gtk+-dev" # Rules to configure and make the package. compile_rules() { - cd $src - ./configure --prefix=/usr \ - --mandir=/usr/share/man \ - --disable-static \ - $CONFIGURE_ARGS && - make && - make DESTDIR=$DESTDIR install + ./bootstrap && + ./configure \ + --prefix=/usr \ + --mandir=/usr/share/man \ + --disable-static \ + $CONFIGURE_ARGS && + make -j 1 && + make DESTDIR=$DESTDIR install } # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { - mkdir -p $fs/var + mkdir -p $fs/var }