Merge pull request #6599 from Visone-Selektah/nf

Nf
This commit is contained in:
Luis
2023-09-25 15:41:06 +02:00
committed by GitHub
6 changed files with 3 additions and 85 deletions

View File

@@ -1 +0,0 @@
270f009f4e54a9a139b30b59294c5b45 xfce4-notifyd-0.9.1.tar.bz2

View File

@@ -1,63 +0,0 @@
xfce4-notifyd-0.9.1-1
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/xfce4-notifyd.desktop
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/bin/
-rwxr-xr-x root/root usr/bin/xfce4-notifyd-config
drwxr-xr-x root/root usr/lib/
drwxr-xr-x root/root usr/lib/systemd/
drwxr-xr-x root/root usr/lib/systemd/user/
-rw-r--r-- root/root usr/lib/systemd/user/xfce4-notifyd.service
drwxr-xr-x root/root usr/lib/xfce4/
drwxr-xr-x root/root usr/lib/xfce4/notifyd/
-rwxr-xr-x root/root usr/lib/xfce4/notifyd/xfce4-notifyd
drwxr-xr-x root/root usr/lib/xfce4/panel/
drwxr-xr-x root/root usr/lib/xfce4/panel/plugins/
-rwxr-xr-x root/root usr/lib/xfce4/panel/plugins/libnotification-plugin.so
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
-rw-r--r-- root/root usr/share/dbus-1/services/org.xfce.xfce4-notifyd.Notifyd.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/
drwxr-xr-x root/root usr/share/icons/hicolor/16x16/apps/
-rw-r--r-- root/root usr/share/icons/hicolor/16x16/apps/org.xfce.notification.png
drwxr-xr-x root/root usr/share/icons/hicolor/48x48/
drwxr-xr-x root/root usr/share/icons/hicolor/48x48/apps/
-rw-r--r-- root/root usr/share/icons/hicolor/48x48/apps/org.xfce.notification.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.notification.svg
drwxr-xr-x root/root usr/share/icons/hicolor/scalable/status/
-rw-r--r-- root/root usr/share/icons/hicolor/scalable/status/notification-disabled-symbolic.svg
-rw-r--r-- root/root usr/share/icons/hicolor/scalable/status/notification-symbolic.svg
-rw-r--r-- root/root usr/share/icons/hicolor/scalable/status/org.xfce.notification.unread-emblem-symbolic.svg
drwxr-xr-x root/root usr/share/man/
drwxr-xr-x root/root usr/share/man/man1/
-rw-r--r-- root/root usr/share/man/man1/xfce4-notifyd-config.1.gz
drwxr-xr-x root/root usr/share/themes/
drwxr-xr-x root/root usr/share/themes/Bright/
drwxr-xr-x root/root usr/share/themes/Bright/xfce-notify-4.0/
-rw-r--r-- root/root usr/share/themes/Bright/xfce-notify-4.0/gtk.css
drwxr-xr-x root/root usr/share/themes/Default/
drwxr-xr-x root/root usr/share/themes/Default/xfce-notify-4.0/
-rw-r--r-- root/root usr/share/themes/Default/xfce-notify-4.0/gtk.css
drwxr-xr-x root/root usr/share/themes/Retro/
drwxr-xr-x root/root usr/share/themes/Retro/xfce-notify-4.0/
-rw-r--r-- root/root usr/share/themes/Retro/xfce-notify-4.0/gtk.css
drwxr-xr-x root/root usr/share/themes/Smoke/
drwxr-xr-x root/root usr/share/themes/Smoke/xfce-notify-4.0/
-rw-r--r-- root/root usr/share/themes/Smoke/xfce-notify-4.0/gtk.css
drwxr-xr-x root/root usr/share/themes/ZOMG-PONIES!/
drwxr-xr-x root/root usr/share/themes/ZOMG-PONIES!/xfce-notify-4.0/
-rw-r--r-- root/root usr/share/themes/ZOMG-PONIES!/xfce-notify-4.0/gtk.css
drwxr-xr-x root/root usr/share/xfce4/
drwxr-xr-x root/root usr/share/xfce4/panel/
drwxr-xr-x root/root usr/share/xfce4/panel/plugins/
-rw-r--r-- root/root usr/share/xfce4/panel/plugins/notification-plugin.desktop

View File

@@ -1,18 +0,0 @@
# description : Notification daemon for the Xfce desktop
# depends : libnotify libxfce4ui xfce4-panel xfce4-dev-tools
name=xfce4-notifyd
version=0.9.1
release=1
source="http://archive.xfce.org/src/apps/xfce4-notifyd/${version%.*}/$name-$version.tar.bz2"
build() {
cd $name-$version
./configure --prefix=/usr \
--sysconfdir=/etc \
--disable-nls \
--disable-debug
make
make DESTDIR=$PKG install
}

View File

@@ -1 +1 @@
1e2696a6c5abd0512dae5efeb2acf2be bitwarden-bin-2023.4.0.deb
793b6ce5c3ab56647b4586e03a08df51 bitwarden-bin-2023.9.0.deb

View File

@@ -1,4 +1,4 @@
bitwarden-bin-2023.4.0-1
bitwarden-bin-2023.9.0-1
drwxr-xr-x root/root opt/
drwxr-xr-x root/root opt/Bitwarden/
-rw-r--r-- root/root opt/Bitwarden/LICENSE.electron.txt

View File

@@ -2,7 +2,7 @@
# depends : alsa-lib libnotify libsecret libxtst nspr nss
name=bitwarden-bin
version=2023.4.0
version=2023.9.0
release=1
source="$name-$version.deb::https://github.com/bitwarden/clients/releases/download/desktop-v$version/Bitwarden-$version-amd64.deb"