Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Ismael Luceno (dcaa00591f9f260125ba71fc79942b6e1275a5d8)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Ismael Luceno <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Ismael Luceno (dcaa00591f9f260125ba71fc79942b6e1275a5d8)
  • Date: Sat, 16 Jan 2021 23:57:11 +0000

GIT changes to master grimoire by Ismael Luceno <ismael AT sourcemage.org>:

editors/gtkspell/BUILD | 2 ++
editors/gtkspell/DETAILS | 1 +
editors/gtkspell/HISTORY | 5 +++++
editors/gtkspell/PRE_BUILD | 4 +++-
editors/gtkspell3/BUILD | 2 ++
editors/gtkspell3/DETAILS | 1 +
editors/gtkspell3/HISTORY | 5 +++++
editors/gtkspell3/PRE_BUILD | 5 +++++
8 files changed, 24 insertions(+), 1 deletion(-)

New commits:
commit dcaa00591f9f260125ba71fc79942b6e1275a5d8
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>

gtkspell3: PATCHLEVEL++

commit e84818d054fc84b5f659b3e29abca49d8a1c1e4e
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>

gtkspell3: Disable building static library

commit 0eac0685f46b5a8269eb756b0393ed768c0eab16
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>

gtkspell3: Disable installation of .la files

commit d9b0d44e6e968a59f0a90c6eca32236f67820b12
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>

gtkspell: PATCHLEVEL++

commit 89357ec82d843dd601b62f93c9c951303d89ec01
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>

gtkspell: Disable building static library

commit 27c1c137329fb9f2b0ed07764f420468c8fe957f
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>

gtkspell: Disable installation of .la files

diff --git a/editors/gtkspell/BUILD b/editors/gtkspell/BUILD
new file mode 100755
index 0000000..448e746
--- /dev/null
+++ b/editors/gtkspell/BUILD
@@ -0,0 +1,2 @@
+OPTS+=' --disable-static' &&
+default_build
diff --git a/editors/gtkspell/DETAILS b/editors/gtkspell/DETAILS
index 5973632..92ec099 100755
--- a/editors/gtkspell/DETAILS
+++ b/editors/gtkspell/DETAILS
@@ -1,5 +1,6 @@
SPELL=gtkspell
VERSION=2.0.16
+ PATCHLEVEL=1
SOURCE=gtkspell-$VERSION.tar.gz
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
SOURCE_URL[0]=http://gtkspell.sourceforge.net/download/$SOURCE
diff --git a/editors/gtkspell/HISTORY b/editors/gtkspell/HISTORY
index 4476479..31c2010 100644
--- a/editors/gtkspell/HISTORY
+++ b/editors/gtkspell/HISTORY
@@ -1,3 +1,8 @@
+2021-01-16 Ismael Luceno <ismael AT sourcemage.org>
+ * PRE_BUILD: disabled installation of libtool pseudo-libraries
+ * BUILD: disabled building static library
+ * DETAILS: PATCHLEVEL++
+
2021-01-15 Ismael Luceno <ismael AT sourcemage.org>
* PRE_BUILD: Fixed build against musl
* DEPENDS, PRE_BUILD: switched to enchant-2
diff --git a/editors/gtkspell/PRE_BUILD b/editors/gtkspell/PRE_BUILD
index 2564d7c..4031e5e 100755
--- a/editors/gtkspell/PRE_BUILD
+++ b/editors/gtkspell/PRE_BUILD
@@ -4,4 +4,6 @@ cd "$SOURCE_DIRECTORY" &&
sedit 's/enchant/&-2/g' configure &&
sedit '280{/^\tenchant_dict_add_to_pwl(/!q1;s/_to_pwl//}'
gtkspell/gtkspell.c &&
# fix build against musl
-sedit 's!maybe_os in$!& linux-musl*|\\!' config.sub
+sedit 's!maybe_os in$!& linux-musl*|\\!' config.sub &&
+# disable instalation of libtool pseudo-libraries
+sedit '/^[ ]*func_show_eval "[$]install_prog [$]instname /d' ltmain.sh
diff --git a/editors/gtkspell3/BUILD b/editors/gtkspell3/BUILD
new file mode 100755
index 0000000..448e746
--- /dev/null
+++ b/editors/gtkspell3/BUILD
@@ -0,0 +1,2 @@
+OPTS+=' --disable-static' &&
+default_build
diff --git a/editors/gtkspell3/DETAILS b/editors/gtkspell3/DETAILS
index d12c850..cd04e13 100755
--- a/editors/gtkspell3/DETAILS
+++ b/editors/gtkspell3/DETAILS
@@ -1,5 +1,6 @@
SPELL=gtkspell3
VERSION=3.0.10
+PATCHLEVEL=1
SOURCE=$SPELL-$VERSION.tar.xz
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"

SOURCE_URL[0]="https://downloads.sourceforge.net/project/gtkspell/$VERSION/$SOURCE";
diff --git a/editors/gtkspell3/HISTORY b/editors/gtkspell3/HISTORY
index ff0f0d8..975b933 100644
--- a/editors/gtkspell3/HISTORY
+++ b/editors/gtkspell3/HISTORY
@@ -1,3 +1,8 @@
+2021-01-16 Ismael Luceno <ismael AT sourcemage.org>
+ * PRE_BUILD: disabled installation of libtool pseudo-libraries
+ * BUILD: disabled building static library
+ * DETAILS: PATCHLEVEL++
+
2021-01-15 Ismael Luceno <ismael AT sourcemage.org>
* DETAILS: updated spell to 3.0.10
* DEPENDS: updated dependency to enchant 2.x
diff --git a/editors/gtkspell3/PRE_BUILD b/editors/gtkspell3/PRE_BUILD
new file mode 100755
index 0000000..0c32b85
--- /dev/null
+++ b/editors/gtkspell3/PRE_BUILD
@@ -0,0 +1,5 @@
+default_pre_build &&
+cd "$SOURCE_DIRECTORY" &&
+# disable instalation of libtool pseudo-libraries
+sedit '/^[ ]*func_show_eval "[$]install_prog [$]instname /d' \
+ build/ltmain.sh



  • [SM-Commit] GIT changes to master grimoire by Ismael Luceno (dcaa00591f9f260125ba71fc79942b6e1275a5d8), Ismael Luceno, 01/16/2021

Archive powered by MHonArc 2.6.24.

Top of Page