diff options
author | Rolf Leggewie <oe-devel@rolf.leggewie.biz> | 2010-01-17 17:09:48 +0100 |
---|---|---|
committer | Rolf Leggewie <oe-devel@rolf.leggewie.biz> | 2010-01-17 18:57:40 +0100 |
commit | 2d3315393289290d009884649c2a76e41c3b7c87 (patch) | |
tree | 4203a150e213c99f6894d0180f5ed922e84aaee3 /recipes/scim/scim_1.4.9.bb | |
parent | 08008989b6fbd7e6227f5f5b8425bac77c87b025 (diff) |
scim: add a couple of patches from Ubuntu, Debian and Gentoo.
* all relevant patches have been pushed to and committed upstream
only relevant patch for the next release will be the generic, OE-only
"configure.patch"
Diffstat (limited to 'recipes/scim/scim_1.4.9.bb')
-rw-r--r-- | recipes/scim/scim_1.4.9.bb | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/recipes/scim/scim_1.4.9.bb b/recipes/scim/scim_1.4.9.bb index 61802f1173..521c756dd9 100644 --- a/recipes/scim/scim_1.4.9.bb +++ b/recipes/scim/scim_1.4.9.bb @@ -3,10 +3,20 @@ HOMEPAGE = "http://www.scim-im.org" SECTION = "libs/inputmethod" LICENSE = "LGPL" DEPENDS = "gtk+" +PR = "r1" SRC_URI = "${SOURCEFORGE_MIRROR}/${PN}/${PN}-${PV}.tar.gz \ file://gcc-4.4-const-char.dpatch;patch=1 \ - file://configure.patch;patch=1" + file://configure.patch;patch=1 \ + file://20_scim_config.dpatch;patch=1 \ + file://40_scim_user_home_overrides.dpatch;patch=1 \ + file://50_validate-desktop-entry.dpatch;patch=1 \ + file://51_scim-1.4.7-fix-capslock.dpatch;patch=1 \ + file://52_scim-1.4.7-imdkit-read-property-properly.dpatch;patch=1 \ + file://53_scim-1.4.7-trayicon.dpatch;patch=1 \ + file://54_scim-1.4.7-xim-wrong-format.dpatch;patch=1 \ + file://scim-1.4.7-syslibltdl.patch;patch=1 \ + " inherit autotools pkgconfig |