summaryrefslogtreecommitdiff
path: root/gnome-base/gnome-control-center/gnome-control-center-3.24.2.ebuild
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2017-12-09 09:14:02 +0000
committerV3n3RiX <venerix@redcorelinux.org>2017-12-09 09:14:02 +0000
commitb9ef7cab6264f1838672efbbcb4ba3b3abd5323f (patch)
tree38e677f4a13244ca8ed29a815a0a62f943b430d4 /gnome-base/gnome-control-center/gnome-control-center-3.24.2.ebuild
parentd37b97a25b8b10f748eead6574b01f893f140b01 (diff)
gentoo resync : 09.12.2017
Diffstat (limited to 'gnome-base/gnome-control-center/gnome-control-center-3.24.2.ebuild')
-rw-r--r--gnome-base/gnome-control-center/gnome-control-center-3.24.2.ebuild13
1 files changed, 7 insertions, 6 deletions
diff --git a/gnome-base/gnome-control-center/gnome-control-center-3.24.2.ebuild b/gnome-base/gnome-control-center/gnome-control-center-3.24.2.ebuild
index e802f6f162f5..553249321083 100644
--- a/gnome-base/gnome-control-center/gnome-control-center-3.24.2.ebuild
+++ b/gnome-base/gnome-control-center/gnome-control-center-3.24.2.ebuild
@@ -9,6 +9,7 @@ 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/"
+SRC_URI+=" https://dev.gentoo.org/~mgorny/dist/${P}-patchset.tar.xz"
LICENSE="GPL-2+"
SLOT="2"
@@ -132,14 +133,14 @@ DEPEND="${COMMON_DEPEND}
PATCHES=(
# Make some panels and dependencies optional; requires eautoreconf
# https://bugzilla.gnome.org/686840, 697478, 700145
- "${FILESDIR}"/${PV}-optional.patch
- "${FILESDIR}"/${PV}-optional-wayland.patch
- "${FILESDIR}"/${PV}-optional-networkmanager.patch
- "${FILESDIR}"/${PV}-optional-cups.patch
+ "${WORKDIR}"/${P}-patchset/${PV}-optional.patch
+ "${WORKDIR}"/${P}-patchset/${PV}-optional-wayland.patch
+ "${WORKDIR}"/${P}-patchset/${PV}-optional-networkmanager.patch
+ "${WORKDIR}"/${P}-patchset/${PV}-optional-cups.patch
# Fix some absolute paths to be appropriate for Gentoo
- "${FILESDIR}"/${PV}-gentoo-paths.patch
+ "${WORKDIR}"/${P}-patchset/${PV}-gentoo-paths.patch
# https://bugzilla.gnome.org/show_bug.cgi?id=780544
- "${FILESDIR}"/${PV}-fix-without-gdkwayland.patch
+ "${WORKDIR}"/${P}-patchset/${PV}-fix-without-gdkwayland.patch
)
src_configure() {