From 4d22176132f4a830ab0cc510dabbc9f8c1c362ea Mon Sep 17 00:00:00 2001 From: Parabola Date: Sat, 28 May 2011 05:45:55 +0000 Subject: Sat May 28 05:45:54 UTC 2011 --- extra/scim/gcc45.patch | 12 ------------ extra/scim/scim.install | 13 ------------- 2 files changed, 25 deletions(-) delete mode 100644 extra/scim/gcc45.patch delete mode 100644 extra/scim/scim.install (limited to 'extra/scim') diff --git a/extra/scim/gcc45.patch b/extra/scim/gcc45.patch deleted file mode 100644 index 267a2bbf6..000000000 --- a/extra/scim/gcc45.patch +++ /dev/null @@ -1,12 +0,0 @@ -diff -Nur scim-1.4.9.orig//src/ltdl.cpp scim-1.4.9/src/ltdl.cpp ---- scim-1.4.9.orig//src/ltdl.cpp 2008-11-02 01:42:40.000000000 -0500 -+++ scim-1.4.9/src/ltdl.cpp 2010-07-04 00:19:58.924925581 -0500 -@@ -3361,7 +3361,7 @@ - { - lt_dlhandle handle = 0; - char * tmp = 0; -- char * ext = 0; -+ const char * ext = 0; - size_t len; - int errors = 0; - diff --git a/extra/scim/scim.install b/extra/scim/scim.install deleted file mode 100644 index 1097ea400..000000000 --- a/extra/scim/scim.install +++ /dev/null @@ -1,13 +0,0 @@ -post_install() { - echo -n "updating gtk.immodules... " - /usr/bin/gtk-query-immodules-2.0 > /etc/gtk-2.0/gtk.immodules - echo "done." -} - -post_upgrade() { - post_install -} - -post_remove() { - post_install -} -- cgit v1.2.3-54-g00ecf