From 6ee2280e291dc434c448727ebd03cf2a5f146004 Mon Sep 17 00:00:00 2001 From: Sukneet Basuta Date: Fri, 22 Jun 2012 18:46:07 -0400 Subject: scim: => 1.4.14 * DEPENDS: added optional_depends qt4 and clutter * BUILD: removed, compiles fine when gtk+3 is selected as default --- i18n/scim/BUILD | 4 ---- i18n/scim/DEPENDS | 4 ++++ i18n/scim/DETAILS | 4 ++-- i18n/scim/HISTORY | 5 +++++ 4 files changed, 11 insertions(+), 6 deletions(-) delete mode 100755 i18n/scim/BUILD (limited to 'i18n') diff --git a/i18n/scim/BUILD b/i18n/scim/BUILD deleted file mode 100755 index 4a8645e7fc..0000000000 --- a/i18n/scim/BUILD +++ /dev/null @@ -1,4 +0,0 @@ -# Force gtk+2 for now since gtk+3 UI does not seem to compile -OPTS="$OPTS --with-gtk-version=2" && - -default_build diff --git a/i18n/scim/DEPENDS b/i18n/scim/DEPENDS index 8523bfa0a1..f137098c0e 100755 --- a/i18n/scim/DEPENDS +++ b/i18n/scim/DEPENDS @@ -25,6 +25,10 @@ optional_depends gtk+2 "" "--disable-gtk2-immodule" "For GTK2 IMModule" && optional_depends gtk+3 "" "--disable-gtk3-immodule" "For GTK3 IMModule" && +optional_depends qt4 "--with-qt4-moc=/usr/bin/qt4/moc" "--disable-qt4-immodule" "For QT4 IMModule" && + +optional_depends clutter "" "--disable-clutter-immodule" "For Clutter IMModule" && + optional_depends doxygen "" "--without-doxygen" "For API documentation" && suggest_depends scim-tables "" "" "for one of the input methods" diff --git a/i18n/scim/DETAILS b/i18n/scim/DETAILS index 2860a0ef2a..98a9e3c6a9 100755 --- a/i18n/scim/DETAILS +++ b/i18n/scim/DETAILS @@ -1,10 +1,10 @@ SPELL=scim - VERSION=1.4.13 + VERSION=1.4.14 SOURCE=$SPELL-$VERSION.tar.gz SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION WEB_SITE=http://www.scim-im.org/ SOURCE_URL[0]=$SOURCEFORGE_URL/$SPELL/$SOURCE - SOURCE_HASH=sha512:f0a2142959bd4ccd0e2bf57f4dbe7e51d1dd9ed5b2d09f5e1f493bfe6510d8d40bd6e237054f7a3b1f713b248d0f49dab3db0f8db34586abab00829bf283c34a + SOURCE_HASH=sha512:00fe7a1b40b69aae123c0a1e67eb3744ad1e6b1e66726bb011a7426bd28012c52b346c62f08c7ecf0977ac3e88ee416337c9fa89b39142d5eea338d99641f5df LICENSE[0]=GPL ENTERED=20030912 KEYWORDS="i18n" diff --git a/i18n/scim/HISTORY b/i18n/scim/HISTORY index 09db9874b8..2d52285ee2 100644 --- a/i18n/scim/HISTORY +++ b/i18n/scim/HISTORY @@ -1,3 +1,8 @@ +2012-06-22 Sukneet Basuta + * DETAILS: Spell updated to 1.4.14 + * DEPENDS: added optional_depends qt4 and clutter + * BUILD: removed, compiles fine when gtk+3 is selected as default + 2012-06-21 Sukneet Basuta * DETAILS: Spell updated to 1.4.13 * DEPENDS: Changed optional_Depends scim-tables to suggest_depends. -- cgit v1.2.3