summaryrefslogtreecommitdiff
path: root/x11/gnome-shell-extensions/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'x11/gnome-shell-extensions/Makefile')
-rw-r--r--x11/gnome-shell-extensions/Makefile38
1 files changed, 20 insertions, 18 deletions
diff --git a/x11/gnome-shell-extensions/Makefile b/x11/gnome-shell-extensions/Makefile
index 6441f33eb90c..4b9ba3c5749a 100644
--- a/x11/gnome-shell-extensions/Makefile
+++ b/x11/gnome-shell-extensions/Makefile
@@ -1,36 +1,38 @@
PORTNAME= gnome-shell-extensions
-PORTVERSION= 42.3
-PORTREVISION= 3
+PORTVERSION= 47.6
+PORTREVISION= 1
CATEGORIES= x11 gnome
-MASTER_SITES= GNOME/sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+)\..*/\1/}
+MASTER_SITES= GNOME
DIST_SUBDIR= gnome
MAINTAINER= gnome@FreeBSD.org
COMMENT= GNOME desktop shell extensions
-WWW= https://live.gnome.org/GnomeShell
+WWW= https://apps.gnome.org/Extensions/
-LICENSE= GPLv2
+LICENSE= GPLv2+
LICENSE_FILE= ${WRKSRC}/COPYING
-BUILD_DEPENDS= sassc:textproc/sassc
LIB_DEPENDS= libgjs.so:lang/gjs
-RUN_DEPENDS= gnome-shell>=42.0:x11/gnome-shell
-
-PORTSCOUT= limitw:1,even
+RUN_DEPENDS= gnome-shell>=47.0:x11/gnome-shell \
+ libgtop>0:devel/libgtop \
+ gnome-menus>0:x11/gnome-menus
NO_ARCH= yes
-USES= gettext gnome meson pkgconfig python tar:xz
-USE_GNOME= glib20 gnomedesktop3
-USE_LDCONFIG= yes
-MESON_ARGS= -Dextension_set=all \
- -Dclassic_mode=true
+USES= gettext-tools gnome meson pkgconfig python tar:xz
+USE_GNOME= glib20
+
+PORTSCOUT= limit:^47\.
+
+MESON_ARGS= -Dclassic_mode=true
BINARY_ALIAS= python3=${PYTHON_CMD}
+SUB_FILES= pkg-message
+SUB_LIST= EXAMPLESDIR=${EXAMPLESDIR:S|${PORTNAME}|gnome-shell|}
+
GLIB_SCHEMAS= 00_org.gnome.shell.extensions.classic.gschema.override \
- org.gnome.shell.extensions.auto-move-windows.gschema.xml \
- org.gnome.shell.extensions.native-window-placement.gschema.xml \
+ org.gnome.shell.extensions.apps-menu.gschema.xml \
org.gnome.shell.extensions.screenshot-window-sizer.gschema.xml \
- org.gnome.shell.extensions.user-theme.gschema.xml \
- org.gnome.shell.extensions.window-list.gschema.xml
+ org.gnome.shell.extensions.window-list.gschema.xml \
+ org.gnome.shell.extensions.workspace-indicator.gschema.xml
.include <bsd.port.mk>