From fe773600d98e5887b61f41fb575c3e7b3318a4a6 Mon Sep 17 00:00:00 2001 From: emmett1 Date: Mon, 8 Jul 2024 10:13:40 +0800 Subject: sfwbar: updated to 1.0_beta15 --- repos/wayland/sfwbar/.files | 12 +++++++----- repos/wayland/sfwbar/abuild | 2 +- repos/wayland/sfwbar/depends | 1 - 3 files changed, 8 insertions(+), 7 deletions(-) diff --git a/repos/wayland/sfwbar/.files b/repos/wayland/sfwbar/.files index 5ab1d3cb..11829221 100644 --- a/repos/wayland/sfwbar/.files +++ b/repos/wayland/sfwbar/.files @@ -2,13 +2,14 @@ drwxr-xr-x root/root usr/ drwxr-xr-x root/root usr/bin/ -rwxr-xr-x root/root usr/bin/sfwbar drwxr-xr-x root/root usr/lib/ --rwxr-xr-x root/root usr/lib/libsfwbar.so drwxr-xr-x root/root usr/lib/sfwbar/ -rwxr-xr-x root/root usr/lib/sfwbar/alsactl.so -rwxr-xr-x root/root usr/lib/sfwbar/bluez.so -rwxr-xr-x root/root usr/lib/sfwbar/idleinhibit.so +-rwxr-xr-x root/root usr/lib/sfwbar/libsfwbar.so -rwxr-xr-x root/root usr/lib/sfwbar/network.so -rwxr-xr-x root/root usr/lib/sfwbar/wifi-iwd.so +-rwxr-xr-x root/root usr/lib/sfwbar/wifi-nm.so -rwxr-xr-x root/root usr/lib/sfwbar/xkbmap.so drwxr-xr-x root/root usr/share/ drwxr-xr-x root/root usr/share/icons/ @@ -18,11 +19,11 @@ drwxr-xr-x root/root usr/share/icons/hicolor/scalable/apps/ -rw-r--r-- root/root usr/share/icons/hicolor/scalable/apps/sfwbar.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/sfwbar-alsa.1.gz -rw-r--r-- root/root usr/share/man/man1/sfwbar-bluez.1.gz -rw-r--r-- root/root usr/share/man/man1/sfwbar-idleinhibit.1.gz -rw-r--r-- root/root usr/share/man/man1/sfwbar-network.1.gz --rw-r--r-- root/root usr/share/man/man1/sfwbar-wifi-iwd.1.gz +-rw-r--r-- root/root usr/share/man/man1/sfwbar-volume.1.gz +-rw-r--r-- root/root usr/share/man/man1/sfwbar-wifi.1.gz -rw-r--r-- root/root usr/share/man/man1/sfwbar-xkbmap.1.gz -rw-r--r-- root/root usr/share/man/man1/sfwbar.1.gz drwxr-xr-x root/root usr/share/sfwbar/ @@ -150,7 +151,6 @@ drwxr-xr-x root/root usr/share/sfwbar/icons/weather/ -rw-r--r-- root/root usr/share/sfwbar/mpd.widget -rw-r--r-- root/root usr/share/sfwbar/network-module.widget -rw-r--r-- root/root usr/share/sfwbar/oneline.config --rw-r--r-- root/root usr/share/sfwbar/pulse-module.widget -rw-r--r-- root/root usr/share/sfwbar/rfkill-bt.widget -rw-r--r-- root/root usr/share/sfwbar/rfkill-wifi.widget -rw-r--r-- root/root usr/share/sfwbar/rfkill.source @@ -159,6 +159,7 @@ drwxr-xr-x root/root usr/share/sfwbar/icons/weather/ -rw-r--r-- root/root usr/share/sfwbar/startmenu.widget -rw-r--r-- root/root usr/share/sfwbar/swap.source -rw-r--r-- root/root usr/share/sfwbar/sway-lang.widget +-rw-r--r-- root/root usr/share/sfwbar/switcher.config -rw-r--r-- root/root usr/share/sfwbar/t2.config -rw-r--r-- root/root usr/share/sfwbar/test.config -rw-r--r-- root/root usr/share/sfwbar/test.widget @@ -166,6 +167,7 @@ drwxr-xr-x root/root usr/share/sfwbar/icons/weather/ -rw-r--r-- root/root usr/share/sfwbar/twoline.config -rw-r--r-- root/root usr/share/sfwbar/usage.widget -rw-r--r-- root/root usr/share/sfwbar/vertical.config +-rw-r--r-- root/root usr/share/sfwbar/volume.widget -rw-r--r-- root/root usr/share/sfwbar/w10.config -rw-r--r-- root/root usr/share/sfwbar/wbar-backlight.widget -rw-r--r-- root/root usr/share/sfwbar/wbar-battery.widget @@ -180,5 +182,5 @@ drwxr-xr-x root/root usr/share/sfwbar/icons/weather/ -rw-r--r-- root/root usr/share/sfwbar/wbar-temp.widget -rw-r--r-- root/root usr/share/sfwbar/wbar.config -rw-r--r-- root/root usr/share/sfwbar/weather.widget --rw-r--r-- root/root usr/share/sfwbar/wifi-iwd.widget +-rw-r--r-- root/root usr/share/sfwbar/wifi.widget -rw-r--r-- root/root usr/share/sfwbar/winops.widget diff --git a/repos/wayland/sfwbar/abuild b/repos/wayland/sfwbar/abuild index 6106b4e0..6521c9a0 100644 --- a/repos/wayland/sfwbar/abuild +++ b/repos/wayland/sfwbar/abuild @@ -1,4 +1,4 @@ name=sfwbar -version=1.0_beta14 +version=1.0_beta15 release=1 source="https://github.com/LBCrion/${name}/archive/v${version}/${name}-v${version}.tar.gz" diff --git a/repos/wayland/sfwbar/depends b/repos/wayland/sfwbar/depends index 83140018..2f05c6e5 100644 --- a/repos/wayland/sfwbar/depends +++ b/repos/wayland/sfwbar/depends @@ -1,3 +1,2 @@ -gtk3 json-c gtk-layer-shell -- cgit v1.2.3