diff options
author | Akinori Hattori <hattya@gentoo.org> | 2017-07-23 23:04:27 +0900 |
---|---|---|
committer | Akinori Hattori <hattya@gentoo.org> | 2017-07-23 23:04:27 +0900 |
commit | 5cbe02e402fda686a067d56b84ff1f600611e012 (patch) | |
tree | df950c525b8ee4db6b945e18a14c496c9706ce69 /app-i18n/imsettings | |
parent | app-i18n/imsettings: new upstream release (diff) | |
download | gentoo-5cbe02e402fda686a067d56b84ff1f600611e012.tar.gz gentoo-5cbe02e402fda686a067d56b84ff1f600611e012.tar.bz2 gentoo-5cbe02e402fda686a067d56b84ff1f600611e012.zip |
app-i18n/imsettings: drop old
Package-Manager: Portage-2.3.6, Repoman-2.3.1
Diffstat (limited to 'app-i18n/imsettings')
-rw-r--r-- | app-i18n/imsettings/Manifest | 1 | ||||
-rw-r--r-- | app-i18n/imsettings/imsettings-1.6.8.ebuild | 75 | ||||
-rw-r--r-- | app-i18n/imsettings/metadata.xml | 1 |
3 files changed, 0 insertions, 77 deletions
diff --git a/app-i18n/imsettings/Manifest b/app-i18n/imsettings/Manifest index 9085198e8770..18019fd697e8 100644 --- a/app-i18n/imsettings/Manifest +++ b/app-i18n/imsettings/Manifest @@ -1,2 +1 @@ -DIST imsettings-1.6.8.tar.bz2 593942 SHA256 2620ffbf9a6dc842dbf994b4773d4fe355eb77076ccf33f726ba63f16c0d08ba SHA512 a15a4824529b16f61653fdf3e149656c7a2ca1384579c755cec6650414499c3d24ac15178971d961f327c5fd8acd7892b9b4f9c60608166c281c11ab3f2b25b0 WHIRLPOOL c39cb54b9be8424dc1d9eceae12f793847585638f29a52282427c3c07ee1bd3e5ed9d67ff73727b055499c3963e106024eb9f164b32ebcf553b2dfccf1114a6d DIST imsettings-1.7.2.tar.bz2 595754 SHA256 41addf0458f760212b6b6100835066e16deb3a8a50eb005a0fc17fbac0a2ae66 SHA512 b28d67705d3d6a0ec95babaca616f750b73cdac5e01ed61e25a6527fd7f816a14654cd7233eca56d7427b9395e7ad75757b95cd7bd55c56bbdc145a3f8bfe1f0 WHIRLPOOL 018baea019f67bd19744facd981d5b6154de9ee19fa0565d9d7d11c6de02cfc1e3027424326700078eed979012e51b685abaaac0ae49a773bb9f088197ba6766 diff --git a/app-i18n/imsettings/imsettings-1.6.8.ebuild b/app-i18n/imsettings/imsettings-1.6.8.ebuild deleted file mode 100644 index f2609576b333..000000000000 --- a/app-i18n/imsettings/imsettings-1.6.8.ebuild +++ /dev/null @@ -1,75 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -inherit eutils autotools - -DESCRIPTION="Delivery framework for general Input Method configuration" -HOMEPAGE="https://tagoh.bitbucket.org/imsettings/" -SRC_URI="https://bitbucket.org/tagoh/imsettings/downloads/${P}.tar.bz2" - -LICENSE="LGPL-2.1" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="doc gconf gtk3 qt4 static-libs xfconf" - -# X11 connections are required for test. -RESTRICT="test" - -RDEPEND=">=dev-libs/check-0.9.4 - >=dev-libs/glib-2.32 - sys-apps/dbus - >=x11-libs/gtk+-2.12:2 - >=x11-libs/libgxim-0.5.0 - >=x11-libs/libnotify-0.7 - x11-libs/libX11 - gconf? ( gnome-base/gconf ) - gtk3? ( x11-libs/gtk+:3 ) - qt4? ( dev-qt/qtcore:4 ) - xfconf? ( xfce-base/xfconf )" -DEPEND="${RDEPEND} - virtual/pkgconfig - dev-util/intltool - doc? ( dev-util/gtk-doc )" - -MY_XINPUTSH="90-xinput" - -DOCS=( AUTHORS ChangeLog NEWS README ) - -src_prepare() { - # Prevent automagic linking to libxfconf-0. - if ! use gconf; then - sed -i -e 's:gconf-2.0:dIsAbLe&:' configure || die - fi - if ! use gtk3; then - sed -i -e 's:gtk+-3.0:dIsAbLe&:' configure || die - fi - if ! use qt4; then - sed -i -e 's:use_qt="yes":use_qt="no":' configure || die - fi - if ! use xfconf; then - sed -i -e 's:libxfconf-0:dIsAbLe&:' configure || die - fi -} - -src_configure() { - econf \ - $(use_enable static-libs static) \ - --with-xinputsh="${MY_XINPUTSH}" -} - -src_install() { - default - - find "${ED}" -name '*.la' -exec rm -f '{}' + - - fperms 0755 /usr/libexec/xinputinfo.sh - fperms 0755 "/etc/X11/xinit/xinitrc.d/${MY_XINPUTSH}" -} - -pkg_postinst() { - if [ ! -e "${EPREFIX}/etc/X11/xinit/xinputrc" ] ; then - ln -sf xinput.d/xcompose.conf "${EPREFIX}/etc/X11/xinit/xinputrc" - fi -} diff --git a/app-i18n/imsettings/metadata.xml b/app-i18n/imsettings/metadata.xml index f3d313f59e1a..094115428fb1 100644 --- a/app-i18n/imsettings/metadata.xml +++ b/app-i18n/imsettings/metadata.xml @@ -10,7 +10,6 @@ <flag name="gtk2"> Build with <pkg>x11-libs/gtk+</pkg>:2 instead of <pkg>x11-libs/gtk+</pkg>:3 </flag> - <flag name="gtk3">Enable support for <pkg>x11-libs/gtk+</pkg>:3</flag> <flag name="xfconf">Enable support for <pkg>xfce-base/xfconf</pkg></flag> </use> <upstream> |