Fix plist after upgrading scim to 1.4.5.

scim-1.4.5 appended its version to the moduledir in scim.pc.
This commit is contained in:
Hajimu UMEMOTO 2007-03-31 04:22:10 +00:00
parent 4a615b9f2f
commit 26b70157d5
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=188865
5 changed files with 34 additions and 11 deletions

View File

@ -7,7 +7,7 @@
PORTNAME= scim-anthy
PORTVERSION= 1.2.2
PORTREVISION= 0
PORTREVISION= 1
CATEGORIES= japanese
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE_JP}
MASTER_SITE_SUBDIR=scim-imengine/22709

View File

@ -0,0 +1,13 @@
Index: src/Makefile.in
diff -u src/Makefile.in.orig src/Makefile.in
--- src/Makefile.in.orig Mon Nov 13 11:42:58 2006
+++ src/Makefile.in Sat Mar 31 05:05:47 2007
@@ -389,7 +389,7 @@
# Helper Program
#
@SCIM_BUILD_HELPER_TRUE@HELPER_MODULE = anthy-imengine-helper.la
-helpermoduledir = @SCIM_MODULEDIR@/`pkg-config --variable=scim_binary_version scim`/Helper
+helpermoduledir = @SCIM_MODULEDIR@/Helper
helpermodule_LTLIBRARIES = $(HELPER_MODULE)
anthy_imengine_helper_la_SOURCES = scim_anthy_helper.cpp
anthy_imengine_helper_la_CFLAGS = @GTK2_CFLAGS@ \

View File

@ -1,12 +1,12 @@
lib/scim-1.0/1.4.0/Helper/anthy-imengine-helper.a
lib/scim-1.0/1.4.0/Helper/anthy-imengine-helper.la
lib/scim-1.0/1.4.0/Helper/anthy-imengine-helper.so
lib/scim-1.0/IMEngine/anthy.a
lib/scim-1.0/IMEngine/anthy.la
lib/scim-1.0/IMEngine/anthy.so
lib/scim-1.0/SetupUI/anthy-imengine-setup.a
lib/scim-1.0/SetupUI/anthy-imengine-setup.la
lib/scim-1.0/SetupUI/anthy-imengine-setup.so
lib/scim-1.0/1.4.0/IMEngine/anthy.a
lib/scim-1.0/1.4.0/IMEngine/anthy.la
lib/scim-1.0/1.4.0/IMEngine/anthy.so
lib/scim-1.0/1.4.0/SetupUI/anthy-imengine-setup.a
lib/scim-1.0/1.4.0/SetupUI/anthy-imengine-setup.la
lib/scim-1.0/1.4.0/SetupUI/anthy-imengine-setup.so
share/locale/ja/LC_MESSAGES/scim-anthy.mo
share/scim/Anthy/style/101kana.sty
share/scim/Anthy/style/atok.sty
@ -27,6 +27,3 @@ share/scim/Anthy/style/wnn.sty
share/scim/icons/scim-anthy.png
share/scim/icons/scim-anthy-dict.png
share/scim/icons/scim-anthy-swap-colors.png
@dirrmtry lib/scim-1.0/IMEngine
@dirrmtry lib/scim-1.0/SetupUI
@dirrmtry lib/scim-1.0/icons

View File

@ -7,7 +7,7 @@
PORTNAME= scim-tomoe
PORTVERSION= 0.5.0
PORTREVISION= 1
PORTREVISION= 2
CATEGORIES= japanese
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE_JP}
MASTER_SITE_SUBDIR=scim-imengine/23343

View File

@ -0,0 +1,13 @@
Index: src/Makefile.in
diff -u src/Makefile.in.orig src/Makefile.in
--- src/Makefile.in.orig Mon Dec 18 16:40:22 2006
+++ src/Makefile.in Sat Mar 31 05:10:37 2007
@@ -262,7 +262,7 @@
scim_tomoe_prefs.h \
scim_tomoe_prefs_widget.h
-moduledir = @SCIM_MODULEDIR@/`pkg-config --variable=scim_binary_version scim`/Helper
+moduledir = @SCIM_MODULEDIR@/Helper
module_LTLIBRARIES = tomoe.la
tomoe_la_SOURCES = \
scim_tomoe.cpp \