diff options
author | Mart Raudsepp <leio@gentoo.org> | 2017-03-19 14:25:19 +0200 |
---|---|---|
committer | Mart Raudsepp <leio@gentoo.org> | 2017-03-19 14:28:42 +0200 |
commit | 42440bac1792091549779c1dca8877f197543eb7 (patch) | |
tree | d1c94dd6936a1978400ded11ca83a7941608fad8 /gnome-base | |
parent | gnome-base/gnome-control-center: fix build with USE=-wayland, always pull in ... (diff) | |
download | gentoo-42440bac1792091549779c1dca8877f197543eb7.tar.gz gentoo-42440bac1792091549779c1dca8877f197543eb7.tar.bz2 gentoo-42440bac1792091549779c1dca8877f197543eb7.zip |
gnome-base/gnome-control-center-3.23: sync with changes done to 3.22
Package-Manager: Portage-2.3.4, Repoman-2.3.1
Diffstat (limited to 'gnome-base')
-rw-r--r-- | gnome-base/gnome-control-center/gnome-control-center-3.23.91.ebuild | 21 |
1 files changed, 9 insertions, 12 deletions
diff --git a/gnome-base/gnome-control-center/gnome-control-center-3.23.91.ebuild b/gnome-base/gnome-control-center/gnome-control-center-3.23.91.ebuild index 29048eb6189f..3a0e26def25c 100644 --- a/gnome-base/gnome-control-center/gnome-control-center-3.23.91.ebuild +++ b/gnome-base/gnome-control-center/gnome-control-center-3.23.91.ebuild @@ -3,8 +3,9 @@ EAPI=6 GNOME2_LA_PUNT="yes" +GNOME2_EAUTORECONF="yes" -inherit autotools bash-completion-r1 gnome2 +inherit bash-completion-r1 gnome2 DESCRIPTION="GNOME's main interface to configure various aspects of the desktop" HOMEPAGE="https://git.gnome.org/browse/gnome-control-center/" @@ -89,7 +90,7 @@ RDEPEND="${COMMON_DEPEND} x11-themes/adwaita-icon-theme colord? ( >=gnome-extra/gnome-color-manager-3 ) input_devices_wacom? ( gnome-base/gnome-settings-daemon[input_devices_wacom] ) - ibus? ( >=gnome-base/libgnomekbd-3 ) + >=gnome-base/libgnomekbd-3 wayland? ( dev-libs/libinput ) !wayland? ( >=x11-drivers/xf86-input-libinput-0.19.0 @@ -122,19 +123,15 @@ DEPEND="${COMMON_DEPEND} # gnome-base/gnome-common # sys-devel/autoconf-archive -src_prepare() { +PATCHES=( # Make some panels and dependencies optional; requires eautoreconf # https://bugzilla.gnome.org/686840, 697478, 700145 - eapply "${FILESDIR}"/${P}-optional.patch - eapply "${FILESDIR}"/${PN}-3.22.0-make-wayland-optional.patch - eapply "${FILESDIR}"/${P}-make-networkmanager-optional.patch - + "${FILESDIR}"/${P}-optional.patch + "${FILESDIR}"/${PN}-3.22.0-make-wayland-optional.patch + "${FILESDIR}"/${P}-make-networkmanager-optional.patch # Fix some absolute paths to be appropriate for Gentoo - eapply "${FILESDIR}"/${P}-gentoo-paths.patch - - eautoreconf - gnome2_src_prepare -} + "${FILESDIR}"/${P}-gentoo-paths.patch +) src_configure() { gnome2_src_configure \ |