diff --git a/xfce4-session/.footprint b/xfce4-session/.footprint index 393c425..905c44a 100644 --- a/xfce4-session/.footprint +++ b/xfce4-session/.footprint @@ -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 diff --git a/xfce4-session/.md5sum b/xfce4-session/.md5sum index 36d1c73..2f8d09a 100644 --- a/xfce4-session/.md5sum +++ b/xfce4-session/.md5sum @@ -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 diff --git a/xfce4-session/Pkgfile b/xfce4-session/Pkgfile index 5db3044..0a0eb0d 100644 --- a/xfce4-session/Pkgfile +++ b/xfce4-session/Pkgfile @@ -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/ - }