[oe-commits] org.oe.dev anthy: fix SECTION, minor clean up

Laibsch commit openembedded-commits at lists.openembedded.org
Thu Feb 8 11:11:35 UTC 2007


anthy: fix SECTION, minor clean up

Author: Laibsch at openembedded.org
Branch: org.openembedded.dev
Revision: 4667a764c29ca15d1a98aa6f851cba0a2a2bc5f0
ViewMTN: http://monotone.openembedded.org/revision.psp?id=4667a764c29ca15d1a98aa6f851cba0a2a2bc5f0
Files:
1
packages/anthy/anthy_7811.bb
Diffs:

#
# mt diff -re0427632021bb3a20551a0024941e227edaf08c4 -r4667a764c29ca15d1a98aa6f851cba0a2a2bc5f0
#
# 
# 
# patch "packages/anthy/anthy_7811.bb"
#  from [b2eef52e623ab555ea0eea4cd29ceb01a58117f1]
#    to [54e809ac2872b133a9e402f9b83eb6d033d0748e]
# 
============================================================
--- packages/anthy/anthy_7811.bb	b2eef52e623ab555ea0eea4cd29ceb01a58117f1
+++ packages/anthy/anthy_7811.bb	54e809ac2872b133a9e402f9b83eb6d033d0748e
@@ -1,10 +1,10 @@ DEPENDS = "anthy-native"
 DESCRIPTION = "A Japanese input method"
 AUTHOR = "Anthy Developers <anthy-dev at lists.sourceforge.jp>"
 HOMEPAGE = "http://anthy.sourceforge.jp"
 LICENSE = "GPL"
 DEPENDS = "anthy-native"
-SECTION = "libs/inputmethod"
-PR = "r0"
+SECTION = "inputmethods"
+PR = "r1"
 
 SRC_URI = "http://osdn.dl.sourceforge.jp/anthy/20510/anthy-7811.tar.gz \
 	   file://not_build_elc.patch;patch=1 \
@@ -12,8 +12,6 @@ SRC_URI = "http://osdn.dl.sourceforge.jp
 	   file://change_anthy_dic_path.patch;patch=1 \
 	   file://native-mkanthydic-mkdepgraph.patch;patch=1"
 
-S = "${WORKDIR}/anthy-${PV}"
-
 inherit autotools pkgconfig
 
 PACKAGES = "${PN} ${PN}-el libanthy0 libanthy-dev"
@@ -21,6 +19,8 @@ DESCRIPTION_libanthy-dev = "Anthy static
 DESCRIPTION_anthy = "A Japanese input method (backend, dictionary and utility)"
 DESCRIPTION_libanthy0 = "Anthy runtime library"
 DESCRIPTION_libanthy-dev = "Anthy static library, headers and documets for developers"
+SECTION_libanthy0 = "libs/inputmethods"
+SECTION_libanthy-dev = "devel/libs"
 
 # gettext
 






More information about the Openembedded-commits mailing list