diff options
author | Akinori Hattori <hattya@gentoo.org> | 2017-08-12 22:53:47 +0900 |
---|---|---|
committer | Akinori Hattori <hattya@gentoo.org> | 2017-08-12 22:56:22 +0900 |
commit | 687a093c508f5bf07f612aa19fd12272ed632818 (patch) | |
tree | 52fbbc65443018356503e5a2a08f118a45750dd3 /app-i18n/scim-tomoe | |
parent | kde-apps: use consistent metadata quoting (diff) | |
download | gentoo-687a093c508f5bf07f612aa19fd12272ed632818.tar.gz gentoo-687a093c508f5bf07f612aa19fd12272ed632818.tar.bz2 gentoo-687a093c508f5bf07f612aa19fd12272ed632818.zip |
app-i18n/libtomoe-gtk: move to app-i18n/tomoe-gtk
Diffstat (limited to 'app-i18n/scim-tomoe')
-rw-r--r-- | app-i18n/scim-tomoe/files/scim-tomoe-0.6.0-gucharmap2.patch | 2 | ||||
-rw-r--r-- | app-i18n/scim-tomoe/scim-tomoe-0.6.0-r3.ebuild | 4 | ||||
-rw-r--r-- | app-i18n/scim-tomoe/scim-tomoe-0.6.0.ebuild | 4 |
3 files changed, 5 insertions, 5 deletions
diff --git a/app-i18n/scim-tomoe/files/scim-tomoe-0.6.0-gucharmap2.patch b/app-i18n/scim-tomoe/files/scim-tomoe-0.6.0-gucharmap2.patch index 0444bb2e6dd9..90a52615e65e 100644 --- a/app-i18n/scim-tomoe/files/scim-tomoe-0.6.0-gucharmap2.patch +++ b/app-i18n/scim-tomoe/files/scim-tomoe-0.6.0-gucharmap2.patch @@ -1,5 +1,5 @@ --- - Update libtomoe-gtk to gucharmap-2 API + Update tomoe-gtk to gucharmap-2 API https://bugs.gentoo.org/show_bug.cgi?id=243160 scim_tomoe_prefs_widget.cpp | 4 ++-- diff --git a/app-i18n/scim-tomoe/scim-tomoe-0.6.0-r3.ebuild b/app-i18n/scim-tomoe/scim-tomoe-0.6.0-r3.ebuild index 080b67a7f5bb..dde8e4a9a8a7 100644 --- a/app-i18n/scim-tomoe/scim-tomoe-0.6.0-r3.ebuild +++ b/app-i18n/scim-tomoe/scim-tomoe-0.6.0-r3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -15,7 +15,7 @@ IUSE="" RDEPEND=" >=app-i18n/scim-1.2.0 - >=app-i18n/libtomoe-gtk-0.6.0 + >=app-i18n/tomoe-gtk-0.6.0 >=x11-libs/gtk+-2.4:2 " DEPEND="${RDEPEND} diff --git a/app-i18n/scim-tomoe/scim-tomoe-0.6.0.ebuild b/app-i18n/scim-tomoe/scim-tomoe-0.6.0.ebuild index b24e074b7c13..83a051f34b31 100644 --- a/app-i18n/scim-tomoe/scim-tomoe-0.6.0.ebuild +++ b/app-i18n/scim-tomoe/scim-tomoe-0.6.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 inherit eutils @@ -13,7 +13,7 @@ KEYWORDS="~amd64 ~x86" IUSE="" DEPEND="|| ( >=app-i18n/scim-1.2.0 >=app-i18n/scim-cvs-1.2.0 ) - >=app-i18n/libtomoe-gtk-0.6.0" + >=app-i18n/tomoe-gtk-0.6.0" src_install() { emake DESTDIR="${D}" install || die "make install failed" |