xfce4-session: updated to version 4.18.4

removed patches as well.
This commit is contained in:
mac-a-r0ni 2024-07-25 08:03:45 -04:00
parent 2364545e5e
commit 73a74607c7
3 changed files with 20 additions and 11 deletions

View File

@ -1,7 +1,6 @@
drwxr-xr-x root/root etc/
drwxr-xr-x root/root etc/xdg/
drwxr-xr-x root/root etc/xdg/autostart/
-rw-r--r-- root/root etc/xdg/autostart/xfce-polkit-gnome-authentication-agent-1.desktop
-rw-r--r-- root/root etc/xdg/autostart/xscreensaver.desktop
drwxr-xr-x root/root etc/xdg/xfce4/
-rw-r--r-- root/root etc/xdg/xfce4/Xft.xrdb
@ -57,6 +56,20 @@ drwxr-xr-x root/root usr/share/icons/hicolor/48x48/actions/
-rw-r--r-- root/root usr/share/icons/hicolor/48x48/actions/xfsm-switch-user.png
drwxr-xr-x root/root usr/share/icons/hicolor/48x48/apps/
-rw-r--r-- root/root usr/share/icons/hicolor/48x48/apps/org.xfce.session.png
drwxr-xr-x root/root usr/share/icons/hicolor/64x64/
drwxr-xr-x root/root usr/share/icons/hicolor/64x64/apps/
-rw-r--r-- root/root usr/share/icons/hicolor/64x64/apps/org.xfce.session.png
drwxr-xr-x root/root usr/share/icons/hicolor/96x96/
drwxr-xr-x root/root usr/share/icons/hicolor/96x96/actions/
-rw-r--r-- root/root usr/share/icons/hicolor/96x96/actions/xfsm-hibernate.png
-rw-r--r-- root/root usr/share/icons/hicolor/96x96/actions/xfsm-lock.png
-rw-r--r-- root/root usr/share/icons/hicolor/96x96/actions/xfsm-logout.png
-rw-r--r-- root/root usr/share/icons/hicolor/96x96/actions/xfsm-reboot.png
-rw-r--r-- root/root usr/share/icons/hicolor/96x96/actions/xfsm-shutdown.png
-rw-r--r-- root/root usr/share/icons/hicolor/96x96/actions/xfsm-suspend.png
-rw-r--r-- root/root usr/share/icons/hicolor/96x96/actions/xfsm-switch-user.png
drwxr-xr-x root/root usr/share/icons/hicolor/96x96/apps/
-rw-r--r-- root/root usr/share/icons/hicolor/96x96/apps/org.xfce.session.png
drwxr-xr-x root/root usr/share/icons/hicolor/scalable/
drwxr-xr-x root/root usr/share/icons/hicolor/scalable/apps/
-rw-r--r-- root/root usr/share/icons/hicolor/scalable/apps/org.xfce.session.svg
@ -67,5 +80,7 @@ drwxr-xr-x root/root usr/share/man/man1/
drwxr-xr-x root/root usr/share/polkit-1/
drwxr-xr-x root/root usr/share/polkit-1/actions/
-rw-r--r-- root/root usr/share/polkit-1/actions/org.xfce.session.policy
drwxr-xr-x root/root usr/share/xdg-desktop-portal/
-rw-r--r-- root/root usr/share/xdg-desktop-portal/xfce-portals.conf
drwxr-xr-x root/root usr/share/xsessions/
-rw-r--r-- root/root usr/share/xsessions/xfce.desktop

View File

@ -1,3 +1 @@
1b0cf8b061a196cfbce87897e892c3d7 source-system-xinitrc-scripts.patch
db218c288775b8eaa680bb82301cc436 xfce-polkit-gnome-authentication-agent-1.desktop
dfdcb697a2315168e2e56a70f17a19b7 xfce4-session-4.18.3.tar.bz2
620c369a44c6b866c80d31e4685d6bef xfce4-session-4.18.4.tar.bz2

View File

@ -5,16 +5,14 @@
# TODO: check/verify deps
name=xfce4-session
version=4.18.3
release=2
source=(https://archive.xfce.org/src/xfce/$name/${version:0:4}/$name-$version.tar.bz2 source-system-xinitrc-scripts.patch xfce-polkit-gnome-authentication-agent-1.desktop)
version=4.18.4
release=1
source=(https://archive.xfce.org/src/xfce/$name/${version:0:4}/$name-$version.tar.bz2)
build() {
cd $name-$version
patch -Np1 -i ../source-system-xinitrc-scripts.patch
./configure \
--prefix=/usr \
--libexecdir=/usr/lib/$name \
@ -27,6 +25,4 @@ build() {
make
make DESTDIR=$PKG install
cp ../xfce-polkit-gnome-authentication-agent-1.desktop $PKG/etc/xdg/autostart/
}