Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 25 Aug 2023 06:47:04 GMT
From:      Fernando =?utf-8?Q?Apestegu=C3=ADa?= <fernape@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 842a5f66af8a - main - x11/budgie: update to 10.8
Message-ID:  <202308250647.37P6l4tn023350@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by fernape:

URL: https://cgit.FreeBSD.org/ports/commit/?id=842a5f66af8ae1dd5392b80066d83c8248505814

commit 842a5f66af8ae1dd5392b80066d83c8248505814
Author:     Olivier Duchateau <duchateau.olivier@gmail.com>
AuthorDate: 2023-08-23 06:48:59 +0000
Commit:     Fernando ApesteguĂ­a <fernape@FreeBSD.org>
CommitDate: 2023-08-25 06:46:51 +0000

    x11/budgie: update to 10.8
    
     * Remove deskutils/budgie-trash-applet (now this applet is in
       x11/budgie-desktop)
     * Adjust files/xprofile.in (avoid to use systemd environment variable)
    
    PR:             273270
    Reported by:    duchateau.olivier@gmail.com (maintainer)
---
 x11/budgie/Makefile          | 6 +-----
 x11/budgie/files/xprofile.in | 9 ++++++---
 2 files changed, 7 insertions(+), 8 deletions(-)

diff --git a/x11/budgie/Makefile b/x11/budgie/Makefile
index 2f73e307c2d9..4902cbd47d9a 100644
--- a/x11/budgie/Makefile
+++ b/x11/budgie/Makefile
@@ -1,6 +1,5 @@
 PORTNAME=	budgie
-PORTVERSION=	10.7
-PORTREVISION=	1
+PORTVERSION=	10.8
 CATEGORIES=	x11 budgie
 
 MAINTAINER=	duchateau.olivier@gmail.com
@@ -18,9 +17,6 @@ RUN_DEPENDS=	budgie-desktop>0:x11/budgie-desktop \
 # Additional wallpapers
 RUN_DEPENDS+=	budgie-backgrounds>0:x11-themes/budgie-backgrounds
 
-# Additional applets
-RUN_DEPENDS+=	budgie-trash-applet>0:deskutils/budgie-trash-applet
-
 RUN_DEPENDS+=	gnome-terminal>0:x11/gnome-terminal \
 		nautilus>0:x11-fm/nautilus \
 		lightdm-gtk-greeter>0:x11/lightdm-gtk-greeter
diff --git a/x11/budgie/files/xprofile.in b/x11/budgie/files/xprofile.in
index d0097203e9bd..665e94b1329c 100644
--- a/x11/budgie/files/xprofile.in
+++ b/x11/budgie/files/xprofile.in
@@ -1,8 +1,8 @@
 #!/bin/sh
 
-# Set $XDG_SESSION_TYPE
-if test "x$XDG_SESSION_TYPE" = "x"; then
-    XDG_SESSION_TYPE="x11"
+# Use the Xorg backend
+if test "x$GDK_BACKEND" = "x"; then
+    GDK_BACKEND="x11"
 fi
 export XDG_SESSION_TYPE
 
@@ -24,6 +24,9 @@ if test "x$XDG_CURRENT_DESKTOP" = "x" ; then
 fi
 export XDG_CURRENT_DESKTOP
 
+# Suppress warning about accessibility bus
+#export NO_AT_BRIDGE=1
+
 # Set $XDG_CONFIG_DIRS
 if test "x$XDG_CONFIG_DIRS" = "x" ; then
     XDG_CONFIG_DIRS="%%PREFIX%%/etc/xdg:/etc/xdg"



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202308250647.37P6l4tn023350>