summaryrefslogtreecommitdiffstats
path: root/i18n
diff options
context:
space:
mode:
authorSukneet Basuta2012-06-22 18:46:07 -0400
committerSukneet Basuta2012-06-22 18:46:07 -0400
commit6ee2280e291dc434c448727ebd03cf2a5f146004 (patch)
treef17ba81113c8cf8b20d5ebe33d011bc11c1edaed /i18n
parent57638cd7eab430e0790b3fcacd3a3171cea0fb16 (diff)
scim: => 1.4.14
* DEPENDS: added optional_depends qt4 and clutter * BUILD: removed, compiles fine when gtk+3 is selected as default
Diffstat (limited to 'i18n')
-rwxr-xr-xi18n/scim/BUILD4
-rwxr-xr-xi18n/scim/DEPENDS4
-rwxr-xr-xi18n/scim/DETAILS4
-rw-r--r--i18n/scim/HISTORY5
4 files changed, 11 insertions, 6 deletions
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 <sukneet@sourcemage.org>
+ * 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 <sukneet@sourcemage.org>
* DETAILS: Spell updated to 1.4.13
* DEPENDS: Changed optional_Depends scim-tables to suggest_depends.