summaryrefslogtreecommitdiffstats
path: root/i18n
diff options
context:
space:
mode:
authorEric Sandall2008-03-18 23:43:25 -0700
committerEric Sandall2008-03-18 23:43:25 -0700
commitff210a47e3e079bbc98051ea11da8f84cff63f0d (patch)
tree435bad80e085cab5cd4de388f094f20d812c67e1 /i18n
parent581fdd52df4eb7a7b2f3ab6f1df1aa9825d4912d (diff)
scim: No need to check if using modular X as that's all that's available now
Diffstat (limited to 'i18n')
-rwxr-xr-xi18n/scim/DEPENDS49
-rw-r--r--i18n/scim/HISTORY4
2 files changed, 27 insertions, 26 deletions
diff --git a/i18n/scim/DEPENDS b/i18n/scim/DEPENDS
index ee1f706852..dc838825c1 100755
--- a/i18n/scim/DEPENDS
+++ b/i18n/scim/DEPENDS
@@ -1,29 +1,26 @@
-depends gcc &&
-depends g++ &&
-depends glib2 &&
-depends gtk+2 &&
-depends pango &&
-depends cairo &&
-depends libxml2 &&
-depends atk &&
-depends fontconfig &&
-depends freetype2 &&
-depends zlib &&
-depends libpng &&
-depends glitz &&
-depends expat &&
+depends atk &&
+depends cairo &&
+depends expat &&
+depends fontconfig &&
+depends freetype2 &&
+depends g++ &&
+depends gcc &&
+depends glib2 &&
+depends glitz &&
+depends gtk+2 &&
+depends libpng &&
+depends libx11 &&
+depends libxau &&
+depends libxcursor &&
+depends libxdmcp &&
+depends libxext &&
+depends libxfixes &&
+depends libxinerama &&
+depends libxml2 &&
+depends libxrandr &&
+depends libxrender &&
+depends pango &&
+depends zlib &&
-. $GRIMOIRE/FUNCTIONS &&
-if check_if_xorg_modular_libs gtk+; then
- depends libx11 &&
- depends libxext &&
- depends libxrender &&
- depends libxinerama &&
- depends libxrandr &&
- depends libxcursor &&
- depends libxfixes &&
- depends libxau &&
- depends libxdmcp
-fi &&
# convert to suggested_depends once available
optional_depends scim-tables "" "" "for one of the input methods"
diff --git a/i18n/scim/HISTORY b/i18n/scim/HISTORY
index 1b90c3aa29..e92f25821c 100644
--- a/i18n/scim/HISTORY
+++ b/i18n/scim/HISTORY
@@ -1,3 +1,7 @@
+2008-03-18 Eric Sandall <sandalle@sourcemage.org>
+ * DEPENDS: No need to check if using modular X as that's all that's
+ available now
+
2007-09-30 Arwed v. Merkatz <v.merkatz@gmx.net>
* DEPENDS: fixed check for xorg-modular