- update from scim-chinese 0.4.2 to scim-pinyin 0.5.0
- rename to chinese/scim-pinyin PR: 78265 Submitted by: maintainer Repocopy by: marcus
This commit is contained in:
parent
db27ee0058
commit
09ac618d46
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=130795
@ -5,9 +5,8 @@
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= scim-chinese
|
||||
PORTVERSION= 0.4.2
|
||||
PORTREVISION= 1
|
||||
PORTNAME= scim-pinyin
|
||||
PORTVERSION= 0.5.0
|
||||
CATEGORIES= chinese
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
||||
MASTER_SITE_SUBDIR=scim
|
||||
@ -18,7 +17,7 @@ COMMENT= SCIM Chinese Smart Pinyin input method
|
||||
BUILD_DEPENDS= scim:${PORTSDIR}/textproc/scim
|
||||
RUN_DEPENDS= ${BUILD_DEPENDS}
|
||||
|
||||
USE_GNOME= lthack
|
||||
USE_GNOME= gnomehack lthack
|
||||
USE_X_PREFIX= yes
|
||||
USE_ICONV= yes
|
||||
USE_GMAKE= yes
|
||||
@ -34,7 +33,6 @@ BUILD_DEPENDS+= ${LOCALBASE}/lib/libstlport_gcc.so:${PORTSDIR}/devel/stlport
|
||||
RUN_DEPENDS+= ${LOCALBASE}/lib/libstlport_gcc.so:${PORTSDIR}/devel/stlport
|
||||
CONFIGURE_ENV+= CPPFLAGS="-I${LOCALBASE}/include -I${LOCALBASE}/include/stlport" \
|
||||
LDFLAGS="-L${LOCALBASE}/lib -lstlport_gcc -lintl ${PTHREAD_LIBS}"
|
||||
EXTRA_PATCHES= ${FILESDIR}/extra-patch-4-stable
|
||||
.else
|
||||
CONFIGURE_ENV+= CPPFLAGS="-I${LOCALBASE}/include -D__STDC_ISO_10646__" \
|
||||
LDFLAGS="-L${LOCALBASE}/lib -lintl"
|
||||
|
@ -1,2 +1,2 @@
|
||||
MD5 (scim-chinese-0.4.2.tar.gz) = 6949d2dd3b408231ebd98a8f0a2dc7c8
|
||||
SIZE (scim-chinese-0.4.2.tar.gz) = 4826385
|
||||
MD5 (scim-pinyin-0.5.0.tar.gz) = 3cb810f4ae252c7e05fc01b7e5548da9
|
||||
SIZE (scim-pinyin-0.5.0.tar.gz) = 4829272
|
||||
|
@ -1,18 +1,17 @@
|
||||
@unexec env GCONF_CONFIG_SOURCE=xml::%D/etc/gconf/gconf.xml.defaults gconftool-2 --makefile-uninstall-rule %D/etc/gconf/schemas/scim-chinese.schemas >/dev/null || /usr/bin/true
|
||||
etc/gconf/schemas/scim-chinese.schemas
|
||||
lib/scim-1.0/IMEngine/pinyin.so
|
||||
lib/scim-1.0/SetupUI/pinyin-imengine-setup.so
|
||||
share/locale/ko/LC_MESSAGES/scim-chinese.mo
|
||||
share/locale/ja/LC_MESSAGES/scim-chinese.mo
|
||||
share/locale/zh_CN/LC_MESSAGES/scim-chinese.mo
|
||||
share/locale/zh_TW/LC_MESSAGES/scim-chinese.mo
|
||||
share/scim/chinese/phrase_lib
|
||||
share/scim/chinese/pinyin_phrase_index
|
||||
share/scim/chinese/pinyin_phrase_lib
|
||||
share/scim/chinese/pinyin_table
|
||||
share/scim/chinese/special_table
|
||||
share/locale/de/LC_MESSAGES/scim-pinyin.mo
|
||||
share/locale/fr/LC_MESSAGES/scim-pinyin.mo
|
||||
share/locale/ko/LC_MESSAGES/scim-pinyin.mo
|
||||
share/locale/ja/LC_MESSAGES/scim-pinyin.mo
|
||||
share/locale/zh_CN/LC_MESSAGES/scim-pinyin.mo
|
||||
share/locale/zh_TW/LC_MESSAGES/scim-pinyin.mo
|
||||
share/scim/pinyin/phrase_lib
|
||||
share/scim/pinyin/pinyin_phrase_index
|
||||
share/scim/pinyin/pinyin_phrase_lib
|
||||
share/scim/pinyin/pinyin_table
|
||||
share/scim/pinyin/special_table
|
||||
share/scim/icons/smart-pinyin.png
|
||||
@unexec rmdir %D/lib/scim-1.0/IMEngine 2>/dev/null || true
|
||||
@unexec rmdir %D/lib/scim-1.0/SetupUI 2>/dev/null || true
|
||||
@dirrm share/scim/chinese
|
||||
@exec env GCONF_CONFIG_SOURCE=xml::%D/etc/gconf/gconf.xml.defaults gconftool-2 --makefile-install-rule %D/etc/gconf/schemas/scim-chinese.schemas >/dev/null || /usr/bin/true
|
||||
@dirrm share/scim/pinyin
|
||||
|
@ -5,9 +5,8 @@
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= scim-chinese
|
||||
PORTVERSION= 0.4.2
|
||||
PORTREVISION= 1
|
||||
PORTNAME= scim-pinyin
|
||||
PORTVERSION= 0.5.0
|
||||
CATEGORIES= chinese
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
||||
MASTER_SITE_SUBDIR=scim
|
||||
@ -18,7 +17,7 @@ COMMENT= SCIM Chinese Smart Pinyin input method
|
||||
BUILD_DEPENDS= scim:${PORTSDIR}/textproc/scim
|
||||
RUN_DEPENDS= ${BUILD_DEPENDS}
|
||||
|
||||
USE_GNOME= lthack
|
||||
USE_GNOME= gnomehack lthack
|
||||
USE_X_PREFIX= yes
|
||||
USE_ICONV= yes
|
||||
USE_GMAKE= yes
|
||||
@ -34,7 +33,6 @@ BUILD_DEPENDS+= ${LOCALBASE}/lib/libstlport_gcc.so:${PORTSDIR}/devel/stlport
|
||||
RUN_DEPENDS+= ${LOCALBASE}/lib/libstlport_gcc.so:${PORTSDIR}/devel/stlport
|
||||
CONFIGURE_ENV+= CPPFLAGS="-I${LOCALBASE}/include -I${LOCALBASE}/include/stlport" \
|
||||
LDFLAGS="-L${LOCALBASE}/lib -lstlport_gcc -lintl ${PTHREAD_LIBS}"
|
||||
EXTRA_PATCHES= ${FILESDIR}/extra-patch-4-stable
|
||||
.else
|
||||
CONFIGURE_ENV+= CPPFLAGS="-I${LOCALBASE}/include -D__STDC_ISO_10646__" \
|
||||
LDFLAGS="-L${LOCALBASE}/lib -lintl"
|
||||
|
@ -1,2 +1,2 @@
|
||||
MD5 (scim-chinese-0.4.2.tar.gz) = 6949d2dd3b408231ebd98a8f0a2dc7c8
|
||||
SIZE (scim-chinese-0.4.2.tar.gz) = 4826385
|
||||
MD5 (scim-pinyin-0.5.0.tar.gz) = 3cb810f4ae252c7e05fc01b7e5548da9
|
||||
SIZE (scim-pinyin-0.5.0.tar.gz) = 4829272
|
||||
|
@ -1,18 +1,17 @@
|
||||
@unexec env GCONF_CONFIG_SOURCE=xml::%D/etc/gconf/gconf.xml.defaults gconftool-2 --makefile-uninstall-rule %D/etc/gconf/schemas/scim-chinese.schemas >/dev/null || /usr/bin/true
|
||||
etc/gconf/schemas/scim-chinese.schemas
|
||||
lib/scim-1.0/IMEngine/pinyin.so
|
||||
lib/scim-1.0/SetupUI/pinyin-imengine-setup.so
|
||||
share/locale/ko/LC_MESSAGES/scim-chinese.mo
|
||||
share/locale/ja/LC_MESSAGES/scim-chinese.mo
|
||||
share/locale/zh_CN/LC_MESSAGES/scim-chinese.mo
|
||||
share/locale/zh_TW/LC_MESSAGES/scim-chinese.mo
|
||||
share/scim/chinese/phrase_lib
|
||||
share/scim/chinese/pinyin_phrase_index
|
||||
share/scim/chinese/pinyin_phrase_lib
|
||||
share/scim/chinese/pinyin_table
|
||||
share/scim/chinese/special_table
|
||||
share/locale/de/LC_MESSAGES/scim-pinyin.mo
|
||||
share/locale/fr/LC_MESSAGES/scim-pinyin.mo
|
||||
share/locale/ko/LC_MESSAGES/scim-pinyin.mo
|
||||
share/locale/ja/LC_MESSAGES/scim-pinyin.mo
|
||||
share/locale/zh_CN/LC_MESSAGES/scim-pinyin.mo
|
||||
share/locale/zh_TW/LC_MESSAGES/scim-pinyin.mo
|
||||
share/scim/pinyin/phrase_lib
|
||||
share/scim/pinyin/pinyin_phrase_index
|
||||
share/scim/pinyin/pinyin_phrase_lib
|
||||
share/scim/pinyin/pinyin_table
|
||||
share/scim/pinyin/special_table
|
||||
share/scim/icons/smart-pinyin.png
|
||||
@unexec rmdir %D/lib/scim-1.0/IMEngine 2>/dev/null || true
|
||||
@unexec rmdir %D/lib/scim-1.0/SetupUI 2>/dev/null || true
|
||||
@dirrm share/scim/chinese
|
||||
@exec env GCONF_CONFIG_SOURCE=xml::%D/etc/gconf/gconf.xml.defaults gconftool-2 --makefile-install-rule %D/etc/gconf/schemas/scim-chinese.schemas >/dev/null || /usr/bin/true
|
||||
@dirrm share/scim/pinyin
|
||||
|
Loading…
Reference in New Issue
Block a user