diff options
author | Matt Turner <mattst88@gentoo.org> | 2022-12-01 21:40:46 -0500 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2022-12-01 21:40:56 -0500 |
commit | 9ebdee63336b59445214386fa5111b9126d52158 (patch) | |
tree | 0cb07936343c66e84db8f6a3524ccd648c7dd5cd /app-i18n/imsettings | |
parent | app-i18n/ibus-chewing: Drop dependency on gnome-base/gconf (diff) | |
download | gentoo-9ebdee63336b59445214386fa5111b9126d52158.tar.gz gentoo-9ebdee63336b59445214386fa5111b9126d52158.tar.bz2 gentoo-9ebdee63336b59445214386fa5111b9126d52158.zip |
app-i18n/imsettings: Drop dependency on gnome-base/gconf
Closes: https://bugs.gentoo.org/873850
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'app-i18n/imsettings')
-rw-r--r-- | app-i18n/imsettings/imsettings-1.8.2-r1.ebuild (renamed from app-i18n/imsettings/imsettings-1.8.2.ebuild) | 5 | ||||
-rw-r--r-- | app-i18n/imsettings/metadata.xml | 1 |
2 files changed, 2 insertions, 4 deletions
diff --git a/app-i18n/imsettings/imsettings-1.8.2.ebuild b/app-i18n/imsettings/imsettings-1.8.2-r1.ebuild index 9fad1e854c63..ed1257e0f018 100644 --- a/app-i18n/imsettings/imsettings-1.8.2.ebuild +++ b/app-i18n/imsettings/imsettings-1.8.2-r1.ebuild @@ -12,7 +12,7 @@ SRC_URI="https://bitbucket.org/tagoh/${PN}/downloads/${P}.tar.bz2" LICENSE="LGPL-2.1+" SLOT="0" KEYWORDS="amd64 ~x86" -IUSE="gconf qt5 +introspection xfconf" +IUSE="qt5 +introspection xfconf" RESTRICT="test" RDEPEND="dev-libs/glib:2 @@ -22,7 +22,6 @@ RDEPEND="dev-libs/glib:2 x11-libs/libX11 x11-libs/libgxim x11-libs/libnotify - gconf? ( gnome-base/gconf ) introspection? ( dev-libs/gobject-introspection ) xfconf? ( xfce-base/xfconf )" DEPEND="${RDEPEND}" @@ -37,7 +36,7 @@ MY_XINPUTSH="90-xinput" src_prepare() { sed -i \ - -e "/PKG_CHECK_MODULES/s/\(gconf-2\.0\)/$(usex gconf '\1' _)/" \ + -e "/PKG_CHECK_MODULES/s/\(gconf-2\.0\)/_/" \ -e "/PKG_CHECK_MODULES/s/\(gtk+-2\.0\)/_/" \ -e "/PKG_CHECK_MODULES/s/\(check\)/_/" \ -e "/PKG_CHECK_MODULES/s/\(libxfconf-0\)/$(usex xfconf '\1' _)/" \ diff --git a/app-i18n/imsettings/metadata.xml b/app-i18n/imsettings/metadata.xml index 25862f59a7ee..7593ee8f578e 100644 --- a/app-i18n/imsettings/metadata.xml +++ b/app-i18n/imsettings/metadata.xml @@ -6,7 +6,6 @@ <name>Cjk</name> </maintainer> <use> - <flag name="gconf">Enable support for <pkg>gnome-base/gconf</pkg></flag> <flag name="xfconf">Enable support for <pkg>xfce-base/xfconf</pkg></flag> </use> <upstream> |