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:
parent
4a615b9f2f
commit
26b70157d5
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=188865
@ -7,7 +7,7 @@
|
|||||||
|
|
||||||
PORTNAME= scim-anthy
|
PORTNAME= scim-anthy
|
||||||
PORTVERSION= 1.2.2
|
PORTVERSION= 1.2.2
|
||||||
PORTREVISION= 0
|
PORTREVISION= 1
|
||||||
CATEGORIES= japanese
|
CATEGORIES= japanese
|
||||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE_JP}
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE_JP}
|
||||||
MASTER_SITE_SUBDIR=scim-imengine/22709
|
MASTER_SITE_SUBDIR=scim-imengine/22709
|
||||||
|
13
japanese/scim-anthy/files/patch-src::Makefile.in
Normal file
13
japanese/scim-anthy/files/patch-src::Makefile.in
Normal 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@ \
|
@ -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.a
|
||||||
lib/scim-1.0/1.4.0/Helper/anthy-imengine-helper.la
|
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/1.4.0/Helper/anthy-imengine-helper.so
|
||||||
lib/scim-1.0/IMEngine/anthy.a
|
lib/scim-1.0/1.4.0/IMEngine/anthy.a
|
||||||
lib/scim-1.0/IMEngine/anthy.la
|
lib/scim-1.0/1.4.0/IMEngine/anthy.la
|
||||||
lib/scim-1.0/IMEngine/anthy.so
|
lib/scim-1.0/1.4.0/IMEngine/anthy.so
|
||||||
lib/scim-1.0/SetupUI/anthy-imengine-setup.a
|
lib/scim-1.0/1.4.0/SetupUI/anthy-imengine-setup.a
|
||||||
lib/scim-1.0/SetupUI/anthy-imengine-setup.la
|
lib/scim-1.0/1.4.0/SetupUI/anthy-imengine-setup.la
|
||||||
lib/scim-1.0/SetupUI/anthy-imengine-setup.so
|
lib/scim-1.0/1.4.0/SetupUI/anthy-imengine-setup.so
|
||||||
share/locale/ja/LC_MESSAGES/scim-anthy.mo
|
share/locale/ja/LC_MESSAGES/scim-anthy.mo
|
||||||
share/scim/Anthy/style/101kana.sty
|
share/scim/Anthy/style/101kana.sty
|
||||||
share/scim/Anthy/style/atok.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.png
|
||||||
share/scim/icons/scim-anthy-dict.png
|
share/scim/icons/scim-anthy-dict.png
|
||||||
share/scim/icons/scim-anthy-swap-colors.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
|
|
||||||
|
@ -7,7 +7,7 @@
|
|||||||
|
|
||||||
PORTNAME= scim-tomoe
|
PORTNAME= scim-tomoe
|
||||||
PORTVERSION= 0.5.0
|
PORTVERSION= 0.5.0
|
||||||
PORTREVISION= 1
|
PORTREVISION= 2
|
||||||
CATEGORIES= japanese
|
CATEGORIES= japanese
|
||||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE_JP}
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE_JP}
|
||||||
MASTER_SITE_SUBDIR=scim-imengine/23343
|
MASTER_SITE_SUBDIR=scim-imengine/23343
|
||||||
|
13
japanese/scim-tomoe/files/patch-src::Makefile.in
Normal file
13
japanese/scim-tomoe/files/patch-src::Makefile.in
Normal 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 \
|
Loading…
Reference in New Issue
Block a user