diff options
Diffstat (limited to 'sysutils/gnome-control-center/Makefile')
-rw-r--r-- | sysutils/gnome-control-center/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/sysutils/gnome-control-center/Makefile b/sysutils/gnome-control-center/Makefile index a31a4e275cb5..2c09ab0fa2f2 100644 --- a/sysutils/gnome-control-center/Makefile +++ b/sysutils/gnome-control-center/Makefile @@ -1,5 +1,5 @@ PORTNAME= gnome-control-center -PORTVERSION= 47.6 +PORTVERSION= 47.7 CATEGORIES= sysutils gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome @@ -11,8 +11,6 @@ WWW= https://apps.gnome.org/Settings/ LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING -PORTSCOUT= limit:^47\. - BUILD_DEPENDS= gnome-settings-daemon>0:sysutils/gnome-settings-daemon \ gsettings-desktop-schemas>0:devel/gsettings-desktop-schemas \ tecla>0:x11/tecla @@ -46,7 +44,6 @@ USES= compiler:c++11-lib gettext gnome localbase:ldflags meson \ USE_GNOME= cairo gdkpixbufextra gnomedesktop4 glib20 gtk40 gsound \ libadwaita libxml2 USE_XORG= x11 xi -USE_LDCONFIG= yes BINARY_ALIAS= python3=${PYTHON_VERSION} MESON_ARGS= -Dlocation-services=disabled \ @@ -62,6 +59,8 @@ OPTIONS_DEFAULT= WAYLAND WAYLAND_MESON_TRUE= wayland +PORTSCOUT= limit:^47\. + post-patch: @${REINPLACE_CMD} -e 's|%%PREFIX%%|${LOCALBASE}|' \ ${WRKSRC}/panels/printers/pp-host.c |