mirror of
https://github.com/mac-a-r0ni/crux-xfce4.git
synced 2025-01-22 14:52:19 +01:00
Roll back to dbus-1 to original path 'cause Notifications are not working with the new one
This commit is contained in:
parent
4efbd154b1
commit
b8acefb4f1
@ -1,7 +1,3 @@
|
||||
drwxr-xr-x root/root etc/
|
||||
drwxr-xr-x root/root etc/dbus-1/
|
||||
drwxr-xr-x root/root etc/dbus-1/services/
|
||||
-rw-r--r-- root/root etc/dbus-1/services/org.xfce.xfce4-notifyd.Notifications.service
|
||||
drwxr-xr-x root/root usr/
|
||||
drwxr-xr-x root/root usr/bin/
|
||||
-rwxr-xr-x root/root usr/bin/xfce4-notifyd-config
|
||||
@ -16,6 +12,9 @@ drwxr-xr-x root/root usr/lib/xfce4/panel/plugins/
|
||||
drwxr-xr-x root/root usr/share/
|
||||
drwxr-xr-x root/root usr/share/applications/
|
||||
-rw-r--r-- root/root usr/share/applications/xfce4-notifyd-config.desktop
|
||||
drwxr-xr-x root/root usr/share/dbus-1/
|
||||
drwxr-xr-x root/root usr/share/dbus-1/services/
|
||||
-rw-r--r-- root/root usr/share/dbus-1/services/org.xfce.xfce4-notifyd.Notifications.service
|
||||
drwxr-xr-x root/root usr/share/icons/
|
||||
drwxr-xr-x root/root usr/share/icons/hicolor/
|
||||
drwxr-xr-x root/root usr/share/icons/hicolor/16x16/
|
||||
|
@ -1,11 +1,11 @@
|
||||
# Description: Easily themable notification daemon with transparency effect
|
||||
# URL: https://www.xfce.org
|
||||
# Maintainer: jolupa, jlpavon at me dot com
|
||||
# Depends on: xfce4-dev-tools gtk3 glib libxfce4-util libxfce4-ui xfconf libnotify xfce4-panel
|
||||
# Depends on: xfce4-dev-tools gtk3 glib libxfce4util libxfce4ui xfconf libnotify xfce4-panel
|
||||
|
||||
name=xfce4-notifyd
|
||||
version=0.4.4
|
||||
release=4
|
||||
release=3
|
||||
source=(https://git.xfce.org/apps/$name/snapshot/$name-$version.tar.gz)
|
||||
|
||||
build() {
|
||||
@ -26,8 +26,8 @@ build() {
|
||||
|
||||
make DESTDIR=$PKG install
|
||||
|
||||
install -d $PKG/etc
|
||||
mv $PKG/usr/share/dbus-1 $PKG/etc
|
||||
#install -d $PKG/etc
|
||||
#mv $PKG/usr/share/dbus-1 $PKG/etc
|
||||
rm -r $PKG/usr/lib/systemd
|
||||
#rm -r $PKG/usr/share/locale
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user