Skip to content

Commit

Permalink
x11/budgie: update to 10.8
Browse files Browse the repository at this point in the history
 * 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)
  • Loading branch information
OlivierDuchateau authored and fernape committed Aug 25, 2023
1 parent df078df commit 842a5f6
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 8 deletions.
6 changes: 1 addition & 5 deletions 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
Expand All @@ -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
Expand Down
9 changes: 6 additions & 3 deletions 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

Expand All @@ -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"
Expand Down

0 comments on commit 842a5f6

Please sign in to comment.