diff options
author | Mamoru Komachi <usata@gentoo.org> | 2004-08-21 20:24:09 +0000 |
---|---|---|
committer | Mamoru Komachi <usata@gentoo.org> | 2004-08-21 20:24:09 +0000 |
commit | 23173b482da11b9194bd7c88d2a1ad1dc14153b2 (patch) | |
tree | 2f54ffaee6c7e5d613267c46bb9c2fe3991e9a96 /app-i18n | |
parent | Minor fix to avoid a warning. (diff) | |
download | gentoo-2-23173b482da11b9194bd7c88d2a1ad1dc14153b2.tar.gz gentoo-2-23173b482da11b9194bd7c88d2a1ad1dc14153b2.tar.bz2 gentoo-2-23173b482da11b9194bd7c88d2a1ad1dc14153b2.zip |
Updated svn snapshot.
Diffstat (limited to 'app-i18n')
-rw-r--r-- | app-i18n/scim-qtimm/ChangeLog | 8 | ||||
-rw-r--r-- | app-i18n/scim-qtimm/Manifest | 3 | ||||
-rw-r--r-- | app-i18n/scim-qtimm/files/digest-scim-qtimm-0.6_pre20040820 | 1 | ||||
-rw-r--r-- | app-i18n/scim-qtimm/scim-qtimm-0.6_pre20040820.ebuild | 57 |
4 files changed, 68 insertions, 1 deletions
diff --git a/app-i18n/scim-qtimm/ChangeLog b/app-i18n/scim-qtimm/ChangeLog index 580384ae6064..421cebf0c6e0 100644 --- a/app-i18n/scim-qtimm/ChangeLog +++ b/app-i18n/scim-qtimm/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for app-i18n/scim-qtimm # Copyright 1999-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-i18n/scim-qtimm/ChangeLog,v 1.4 2004/08/16 14:09:54 usata Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-i18n/scim-qtimm/ChangeLog,v 1.5 2004/08/21 20:24:09 usata Exp $ + +*scim-qtimm-0.6_pre20040820 (22 Aug 2004) + + 22 Aug 2004; Mamoru KOMACHI <usata@gentoo.org> + +scim-qtimm-0.6_pre20040820.ebuild: + Updated svn snapshot. 16 Aug 2004; Mamoru KOMACHI <usata@gentoo.org> scim-qtimm-0.6_pre20040813.ebuild: diff --git a/app-i18n/scim-qtimm/Manifest b/app-i18n/scim-qtimm/Manifest index c696914587f5..7a579c30a159 100644 --- a/app-i18n/scim-qtimm/Manifest +++ b/app-i18n/scim-qtimm/Manifest @@ -1,4 +1,7 @@ MD5 e966a9e1cdb88ed49430206e04c0cb4e ChangeLog 925 MD5 e92a48548554c80cf90e18df17ff6a82 metadata.xml 156 MD5 5ea7495973441e8ef3c093fae73a121e scim-qtimm-0.6_pre20040813.ebuild 1573 +MD5 685ad07d5ef6c04951b3e5ad29de1a1e scim-qtimm-0.6_pre20040820.ebuild 1586 +MD5 d71f1c4252530976d5f9a6ed98e67a60 files/digest-scim-qtimm-0.6_pre20040813-r1 75 MD5 d71f1c4252530976d5f9a6ed98e67a60 files/digest-scim-qtimm-0.6_pre20040813 75 +MD5 06933e29f7516255890f7f80e736c19b files/digest-scim-qtimm-0.6_pre20040820 75 diff --git a/app-i18n/scim-qtimm/files/digest-scim-qtimm-0.6_pre20040820 b/app-i18n/scim-qtimm/files/digest-scim-qtimm-0.6_pre20040820 new file mode 100644 index 000000000000..595f06c5344e --- /dev/null +++ b/app-i18n/scim-qtimm/files/digest-scim-qtimm-0.6_pre20040820 @@ -0,0 +1 @@ +MD5 d7c0df497ad71b6e299c5e9c29106144 scim-qtimm-0.6-20040820.tar.gz 566583 diff --git a/app-i18n/scim-qtimm/scim-qtimm-0.6_pre20040820.ebuild b/app-i18n/scim-qtimm/scim-qtimm-0.6_pre20040820.ebuild new file mode 100644 index 000000000000..829b6e3f143f --- /dev/null +++ b/app-i18n/scim-qtimm/scim-qtimm-0.6_pre20040820.ebuild @@ -0,0 +1,57 @@ +# Copyright 1999-2004 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-i18n/scim-qtimm/scim-qtimm-0.6_pre20040820.ebuild,v 1.1 2004/08/21 20:24:09 usata Exp $ + +S="${WORKDIR}/${PN}" + +DESCRIPTION="Qt immodules input method framework plugin for SCIM" +HOMEPAGE="http://scim.freedesktop.org/" +#SRC_URI="http://freedesktop.org/~cougar/${PN}/${MY_P}.tar.bz2" +SRC_URI="mirror://gentoo/${P/_pre/-}.tar.gz + http://dev.gentoo.org/~usata/distfiles/${P/_pre/-}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~x86" +IUSE="nls" + +RDEPEND=">=app-i18n/scim-0.99.6 + >=x11-libs/qt-3.3.2 + nls? ( sys-devel/gettext )" +DEPEND="${RDEPEND} + sys-devel/autoconf + sys-devel/automake" + +pkg_setup() { + ewarn + ewarn "You need to install >=x11-libs/qt-3.3.2 with immqt or immqt-bc USE flag enabled." + ewarn + if [ ! -e /usr/qt/3/include/qinputcontext.h ] ; then + die "You need to rebuild >=x11-libs/qt-3.3.2 with immqt or immqt-bc USE flag enabled." + fi + if [ ! -e /usr/qt/3/plugins/inputmethods/libqimsw-none.so ] ; then + die "Your Qt was not built against the latest immodule API. Please rebuild >=x11-libs/qt-3.3.2." + fi +} + +src_compile() { + addpredict /usr/qt/3/etc/settings + ./bootstrap || die "bootstrap failed" + + econf `use_enable nls` || die + emake -j1 || die "make failed." +} + +src_install() { + make DESTDIR=${D} install || die "make install failed" + + dodoc AUTHORS ChangeLog README NEWS TODO +} + +pkg_postinst() { + einfo + einfo "After you emerged ${PN}, run" + einfo " % qtconfig" + einfo "and select your immodule to enable ${PN}." + einfo +} |