From cf60c1586b62b478dc917b4e8c473f3b0c55a6b2 Mon Sep 17 00:00:00 2001 From: Donald Buczek Date: Thu, 21 Jul 2016 13:56:40 +0200 Subject: [PATCH 1/2] icu4c-53.1: add icu4c-53.1-1.bee (already installed) I found that this package has already been installed on the distmaster but is missing in the master branch bee list|grep icu4 icu4c-4.2.1-0.x86_64 icu4c-53.1-0.x86_64 icu4c-53.1-1.x86_64 --- icu4c-53.1-1.bee | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100755 icu4c-53.1-1.bee diff --git a/icu4c-53.1-1.bee b/icu4c-53.1-1.bee new file mode 100755 index 000000000..6404af076 --- /dev/null +++ b/icu4c-53.1-1.bee @@ -0,0 +1,30 @@ +#!/bin/env beesh + +#neu gebaut wegen neuen gcc und firefox +#SRCURL[0]="http://download.icu-project.org/files/icu4c/4.2.1/icu4c-4_2_1-src.tgz" +SRCURL[0]="http://download.icu-project.org/files/icu4c/53.1/icu4c-53_1-src.tgz" + +build_in_sourcedir + +# BEE_CONFIGURE=compat + +# EXCLUDE="" + + +sourcesubdir_append source + +mee_patch_post() { + chmod +x runConfigureICU configure install-sh +} + +mee_configure() { + start_cmd ./runConfigureICU Linux --prefix=${PREFIX} +} + +mee_build() { + bee_build +} + +mee_install() { + bee_install +} From 4433f5aab4bfa5fcb0053fbd9b58f5557b0bfd60 Mon Sep 17 00:00:00 2001 From: Donald Buczek Date: Thu, 21 Jul 2016 13:59:58 +0200 Subject: [PATCH 2/2] icu4c-53.1: remove icu4c-53.1-0.bee As icu4c-53.1-1 is installed, this one is obsolete --- icu4c-53.1-0.bee | 29 ----------------------------- 1 file changed, 29 deletions(-) delete mode 100755 icu4c-53.1-0.bee diff --git a/icu4c-53.1-0.bee b/icu4c-53.1-0.bee deleted file mode 100755 index a1e473323..000000000 --- a/icu4c-53.1-0.bee +++ /dev/null @@ -1,29 +0,0 @@ -#!/bin/env beesh - -#SRCURL[0]="http://download.icu-project.org/files/icu4c/4.2.1/icu4c-4_2_1-src.tgz" -SRCURL[0]="http://download.icu-project.org/files/icu4c/53.1/icu4c-53_1-src.tgz" - -build_in_sourcedir - -# BEE_CONFIGURE=compat - -# EXCLUDE="" - - -sourcesubdir_append source - -mee_patch_post() { - chmod +x runConfigureICU configure install-sh -} - -mee_configure() { - start_cmd ./runConfigureICU Linux --prefix=${PREFIX} -} - -mee_build() { - bee_build -} - -mee_install() { - bee_install -}