Skip to content

Commit

Permalink
x11/gnome-shell: Don't use libsoup2 ever
Browse files Browse the repository at this point in the history
PR:		269434
Reported by:	multiple users
  • Loading branch information
neelchauhan committed Feb 19, 2023
1 parent b27279c commit 45d9ec1
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions x11/gnome-shell/Makefile
@@ -1,6 +1,6 @@
PORTNAME= gnome-shell
PORTVERSION= 42.4
PORTREVISION= 2
PORTREVISION= 3
CATEGORIES= x11 gnome
MASTER_SITES= GNOME/sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+)\..*/\1/}
DIST_SUBDIR= gnome
Expand Down Expand Up @@ -42,8 +42,8 @@ RUN_DEPENDS= gdm:x11/gdm \

PORTSCOUT= limitw:1,even

USES= compiler:c11 cpe gettext gl gnome gstreamer libtool localbase meson \
pathfix perl5 pkgconfig python:3.4+ shebangfix tar:xz \
USES= compiler:c11 cpe gettext gl gnome gstreamer libtool localbase \
meson pathfix perl5 pkgconfig python:3.4+ shebangfix tar:xz \
webplugin:native xorg
USE_GNOME= cairo evolutiondataserver3 gdkpixbuf2 gnomedesktop3 gtk40 \
introspection libxml2 libxslt:build
Expand All @@ -59,6 +59,7 @@ WEBPLUGIN_DIR= ${PREFIX}/lib/mozilla/plugins/
WEBPLUGIN_FILES= libgnome-shell-browser-plugin.so

MESON_ARGS= -Dnetworkmanager=false \
-Dsoup2=false \
-Dsystemd=false \
-Dtests=false
CPE_VENDOR= gnome
Expand Down

0 comments on commit 45d9ec1

Please sign in to comment.