git: 06daa5659bca - main - x11/gnome-shell: Update to 41.0
Neel Chauhan
nc at FreeBSD.org
Tue Sep 28 05:43:40 UTC 2021
The branch main has been updated by nc:
URL: https://cgit.FreeBSD.org/ports/commit/?id=06daa5659bcaeb1b1a0680797ff21ed5697fdb7b
commit 06daa5659bcaeb1b1a0680797ff21ed5697fdb7b
Author: Neel Chauhan <nc at FreeBSD.org>
AuthorDate: 2021-09-28 05:43:37 +0000
Commit: Neel Chauhan <nc at FreeBSD.org>
CommitDate: 2021-09-28 05:43:37 +0000
x11/gnome-shell: Update to 41.0
---
x11/gnome-shell/Makefile | 68 +++++++++++++++++++++++------------------------
x11/gnome-shell/distinfo | 6 ++---
x11/gnome-shell/pkg-plist | 11 +++++++-
3 files changed, 46 insertions(+), 39 deletions(-)
diff --git a/x11/gnome-shell/Makefile b/x11/gnome-shell/Makefile
index ab3d18da7df8..0a3bbc6aeebe 100644
--- a/x11/gnome-shell/Makefile
+++ b/x11/gnome-shell/Makefile
@@ -1,10 +1,9 @@
# Created by: Pawel Worach <pawel.worach at gmail.com>
PORTNAME= gnome-shell
-PORTVERSION= 3.36.6
-PORTREVISION= 7
+PORTVERSION= 41.0
CATEGORIES= x11 gnome
-MASTER_SITES= GNOME
+MASTER_SITES= GNOME/sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+)\..*/\1/}
DIST_SUBDIR= gnome
MAINTAINER= gnome at FreeBSD.org
@@ -13,62 +12,61 @@ COMMENT= Next generation GNOME desktop shell
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/COPYING
-BUILD_DEPENDS= docbook-xsl>=0:textproc/docbook-xsl \
- sassc:textproc/sassc \
- gnome-control-center:sysutils/gnome-control-center \
+BUILD_DEPENDS= ${LOCALBASE}/share/bash-completion/bash_completion.sh:shells/bash-completion \
a2x:textproc/asciidoc \
- ${LOCALBASE}/share/bash-completion/bash_completion.sh:shells/bash-completion
-LIB_DEPENDS= libstartup-notification-1.so:x11/startup-notification \
+ docbook-xsl>=0:textproc/docbook-xsl \
+ gnome-control-center:sysutils/gnome-control-center \
+ sassc:textproc/sassc
+LIB_DEPENDS= libatk-bridge-2.0.so:accessibility/at-spi2-atk \
+ libcanberra-gtk3.so:audio/libcanberra-gtk3 \
+ libcanberra.so:audio/libcanberra \
+ libcroco-0.6.so:textproc/libcroco \
libdrm.so:graphics/libdrm \
- libmutter-6.so:x11-wm/mutter \
- libatk-bridge-2.0.so:accessibility/at-spi2-atk \
- libsoup-2.4.so:devel/libsoup \
- libjson-glib-1.0.so:devel/json-glib \
- libsecret-1.so:security/libsecret \
- libpolkit-agent-1.so:sysutils/polkit \
- libp11-kit.so:security/p11-kit \
- libical.so:devel/libical \
libgcr-base-3.so:security/gcr \
- libicuuc.so:devel/icu \
- libpulse.so:audio/pulseaudio \
- libcroco-0.6.so:textproc/libcroco \
- libcanberra.so:audio/libcanberra \
- libcanberra-gtk3.so:audio/libcanberra-gtk3 \
- libp11-kit.so:security/p11-kit \
libgjs.so:lang/gjs \
+ libgnome-autoar-0.so:archivers/gnome-autoar \
libgraphene-1.0.so:graphics/graphene \
- libgnome-autoar-0.so:archivers/gnome-autoar
-RUN_DEPENDS= gnome-control-center:sysutils/gnome-control-center \
+ libical.so:devel/libical \
+ libicuuc.so:devel/icu \
+ libjson-glib-1.0.so:devel/json-glib \
+ libmutter-9.so:x11-wm/mutter \
+ libp11-kit.so:security/p11-kit \
+ libpolkit-agent-1.so:sysutils/polkit \
+ libpulse.so:audio/pulseaudio \
+ libsecret-1.so:security/libsecret \
+ libsoup-2.4.so:devel/libsoup \
+ libstartup-notification-1.so:x11/startup-notification
+RUN_DEPENDS= gdm:x11/gdm \
gkbd-keyboard-display:x11/libgnomekbd \
- gdm:x11/gdm
+ gnome-control-center:sysutils/gnome-control-center
PORTSCOUT= limitw:1,even
USES= compiler:c11 cpe gettext gl gnome libtool localbase meson \
pathfix perl5 pkgconfig python:3.4+ shebangfix tar:xz \
webplugin:native xorg
-USE_GNOME= cairo evolutiondataserver3 gdkpixbuf2 introspection \
- libxslt:build libxml2 gnomedesktop3
+USE_GNOME= cairo evolutiondataserver3 gdkpixbuf2 gnomedesktop3 gtk40 \
+ introspection libxml2 libxslt:build
USE_XORG= x11 xcomposite xdamage xext xfixes xi xrandr xtst
USE_GL= egl gbm
USE_GSTREAMER1= yes
USE_PERL5= build
USE_LDCONFIG= yes
-SHEBANG_FILES= src/gnome-shell-perf-tool.in \
- src/gnome-shell-extension-tool.in
+SHEBANG_FILES= src/gnome-shell-extension-tool.in src/gnome-shell-perf-tool.in
BINARY_ALIAS= python3=${PYTHON_CMD}
WEBPLUGIN_NAME= libgnome-shell-browser-plugin.so
WEBPLUGIN_DIR= ${PREFIX}/lib/mozilla/plugins/
-WEBPLUGIN_FILES=libgnome-shell-browser-plugin.so
+WEBPLUGIN_FILES= libgnome-shell-browser-plugin.so
-MESON_ARGS= -Dsystemd=false \
- -Dnetworkmanager=false \
- -Dpython=${PYTHON_CMD}
+MESON_ARGS= -Dnetworkmanager=false \
+ -Dpython=${PYTHON_CMD} \
+ -Dsystemd=false \
+ -Dtests=false
CPE_VENDOR= gnome
-GLIB_SCHEMAS= org.gnome.shell.gschema.xml \
- 00_org.gnome.shell.gschema.override
+GLIB_SCHEMAS= 00_org.gnome.shell.gschema.override \
+ org.gnome.shell.gschema.xml
.if exists(/usr/bin/ld.lld) && ${/usr/bin/ld:L:tA} != /usr/bin/ld.lld
# Work around "New rpath must not be longer than the old one."
diff --git a/x11/gnome-shell/distinfo b/x11/gnome-shell/distinfo
index a56b2d97e265..99ab2c992fec 100644
--- a/x11/gnome-shell/distinfo
+++ b/x11/gnome-shell/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1601305988
-SHA256 (gnome/gnome-shell-3.36.6.tar.xz) = 89701e4e3fe3d852ee18047c4f9e0640c9930ea11883c4772c350b7b5a748664
-SIZE (gnome/gnome-shell-3.36.6.tar.xz) = 1775836
+TIMESTAMP = 1632800479
+SHA256 (gnome/gnome-shell-41.0.tar.xz) = 52f971e85140e5de74b9369ef6656e49ce95af1f232fc1e0df1f046129ab4f65
+SIZE (gnome/gnome-shell-41.0.tar.xz) = 1893676
diff --git a/x11/gnome-shell/pkg-plist b/x11/gnome-shell/pkg-plist
index 72f1151e9201..9e170bbd9038 100644
--- a/x11/gnome-shell/pkg-plist
+++ b/x11/gnome-shell/pkg-plist
@@ -20,7 +20,6 @@ libexec/gnome-shell-overrides-migration.sh
libexec/gnome-shell-perf-helper
man/man1/gnome-extensions.1.gz
man/man1/gnome-shell.1.gz
-share/GConf/gsettings/gnome-shell-overrides.convert
share/applications/evolution-calendar.desktop
share/applications/org.gnome.Extensions.desktop
share/applications/org.gnome.Shell.Extensions.desktop
@@ -34,10 +33,13 @@ share/dbus-1/interfaces/org.gnome.Shell.Screenshot.xml
share/dbus-1/interfaces/org.gnome.ShellSearchProvider.xml
share/dbus-1/interfaces/org.gnome.ShellSearchProvider2.xml
share/dbus-1/services/org.gnome.Extensions.service
+share/dbus-1/services/org.gnome.ScreenSaver.service
share/dbus-1/services/org.gnome.Shell.CalendarServer.service
share/dbus-1/services/org.gnome.Shell.Extensions.service
share/dbus-1/services/org.gnome.Shell.HotplugSniffer.service
share/dbus-1/services/org.gnome.Shell.Notifications.service
+share/dbus-1/services/org.gnome.Shell.Screencast.service
+share/gnome-control-center/keybindings/50-gnome-shell-launchers.xml
share/gnome-control-center/keybindings/50-gnome-shell-system.xml
%%DATADIR%%/Gvc-1.0.gir
%%DATADIR%%/Shell-0.1.gir
@@ -49,10 +51,14 @@ share/gnome-control-center/keybindings/50-gnome-shell-system.xml
%%DATADIR%%/org.gnome.Extensions
%%DATADIR%%/org.gnome.Extensions.data.gresource
%%DATADIR%%/org.gnome.Extensions.src.gresource
+%%DATADIR%%/org.gnome.ScreenSaver
+%%DATADIR%%/org.gnome.ScreenSaver.src.gresource
%%DATADIR%%/org.gnome.Shell.Extensions
%%DATADIR%%/org.gnome.Shell.Extensions.src.gresource
%%DATADIR%%/org.gnome.Shell.Notifications
%%DATADIR%%/org.gnome.Shell.Notifications.src.gresource
+%%DATADIR%%/org.gnome.Shell.Screencast
+%%DATADIR%%/org.gnome.Shell.Screencast.src.gresource
%%DATADIR%%/perf-background.xml
share/icons/hicolor/scalable/apps/org.gnome.Extensions.Devel.svg
share/icons/hicolor/scalable/apps/org.gnome.Extensions.svg
@@ -85,6 +91,7 @@ share/locale/fa/LC_MESSAGES/gnome-shell.mo
share/locale/fi/LC_MESSAGES/gnome-shell.mo
share/locale/fr/LC_MESSAGES/gnome-shell.mo
share/locale/fur/LC_MESSAGES/gnome-shell.mo
+share/locale/fy/LC_MESSAGES/gnome-shell.mo
share/locale/ga/LC_MESSAGES/gnome-shell.mo
share/locale/gd/LC_MESSAGES/gnome-shell.mo
share/locale/gl/LC_MESSAGES/gnome-shell.mo
@@ -98,6 +105,7 @@ share/locale/id/LC_MESSAGES/gnome-shell.mo
share/locale/is/LC_MESSAGES/gnome-shell.mo
share/locale/it/LC_MESSAGES/gnome-shell.mo
share/locale/ja/LC_MESSAGES/gnome-shell.mo
+share/locale/kab/LC_MESSAGES/gnome-shell.mo
share/locale/kk/LC_MESSAGES/gnome-shell.mo
share/locale/km/LC_MESSAGES/gnome-shell.mo
share/locale/kn/LC_MESSAGES/gnome-shell.mo
@@ -117,6 +125,7 @@ share/locale/nl/LC_MESSAGES/gnome-shell.mo
share/locale/nn/LC_MESSAGES/gnome-shell.mo
share/locale/oc/LC_MESSAGES/gnome-shell.mo
share/locale/or/LC_MESSAGES/gnome-shell.mo
+share/locale/os/LC_MESSAGES/gnome-shell.mo
share/locale/pa/LC_MESSAGES/gnome-shell.mo
share/locale/pl/LC_MESSAGES/gnome-shell.mo
share/locale/pt/LC_MESSAGES/gnome-shell.mo
More information about the dev-commits-ports-all
mailing list