diff options
author | Rolf Leggewie <oe-devel@rolf.leggewie.biz> | 2007-02-07 17:20:09 +0000 |
---|---|---|
committer | Rolf Leggewie <oe-devel@rolf.leggewie.biz> | 2007-02-07 17:20:09 +0000 |
commit | e3364a5e3c0e90e4d4cd3be4f239d8a1da507089 (patch) | |
tree | a0ffc161d7b75bb6ee073acde9558e7676748de7 /packages/uim/uim.inc | |
parent | b044b304bb97f2875654528e13fdaf0d1ad10fcf (diff) |
uim: update SRC_URI, fix SECTION, misc clean up
Diffstat (limited to 'packages/uim/uim.inc')
-rw-r--r-- | packages/uim/uim.inc | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/packages/uim/uim.inc b/packages/uim/uim.inc index a4b0215896..94eb11d332 100644 --- a/packages/uim/uim.inc +++ b/packages/uim/uim.inc @@ -1,12 +1,11 @@ DESCRIPTION = "A multilingual user input method library" HOMEPAGE = "http://uim.freedesktop.org/" LICENSE = "GPL" -SECTION = "libs/inputmethod" -PR = "r0" +SECTION = "inputmethods" EXTRA_OECONF += "--disable-applet \ --disable-emacs \ - --without-qt \ +# --without-qt \ --without-scim \ --without-m17nlib \ --without-prime \ @@ -14,6 +13,4 @@ EXTRA_OECONF += "--disable-applet \ --without-mana \ --without-eb" -SRC_URI = "http://uim.freedesktop.org/releases/uim-${PV}.tar.bz2" - -S = "${WORKDIR}/uim-${PV}" +SRC_URI = "http://uim.freedesktop.org/releases/uim/stable/uim-${PV}.tar.bz2" |