diff --git a/sfwbar/.footprint b/sfwbar/.footprint index 453aaff..6648d1e 100644 --- a/sfwbar/.footprint +++ b/sfwbar/.footprint @@ -3,6 +3,8 @@ drwxr-xr-x root/root usr/bin/ -rwxr-xr-x root/root usr/bin/sfwbar drwxr-xr-x root/root usr/lib/ 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/idleinhibit.so -rwxr-xr-x root/root usr/lib/sfwbar/network.so -rwxr-xr-x root/root usr/lib/sfwbar/xkbmap.so drwxr-xr-x root/root usr/share/ @@ -13,12 +15,12 @@ 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-mpd.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-pulse.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/ +-rw-r--r-- root/root usr/share/sfwbar/alsa-module.widget -rw-r--r-- root/root usr/share/sfwbar/alsa.widget -rw-r--r-- root/root usr/share/sfwbar/battery-svg.widget -rw-r--r-- root/root usr/share/sfwbar/battery.widget @@ -139,11 +141,18 @@ drwxr-xr-x root/root usr/share/sfwbar/icons/weather/ -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 -rw-r--r-- root/root usr/share/sfwbar/sfwbar.config -rw-r--r-- root/root usr/share/sfwbar/showdesktop.widget -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/t2.config +-rw-r--r-- root/root usr/share/sfwbar/test.config +-rw-r--r-- root/root usr/share/sfwbar/test.widget +-rw-r--r-- root/root usr/share/sfwbar/test2.config -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 diff --git a/sfwbar/.signature b/sfwbar/.signature index 5795e98..4ed7f38 100644 --- a/sfwbar/.signature +++ b/sfwbar/.signature @@ -1,5 +1,5 @@ untrusted comment: verify with /etc/ports/jmq.pub -RWTTPlFarK9CxKNpDaC9QPzZuHB/TLgWq6SpMYhUPLk4Wzn6lPgWAldrvRwHWZkRCX70Cb4CgcX1I+Cuqr6WrkkZ9NmctgUr8Q4= -SHA256 (Pkgfile) = 0bbe81211d2ed337963d2a0c2c1f579cf379670b1a18c7203848cf104a1d3dc4 -SHA256 (.footprint) = 8851e785191bdc63a68d82aa7d79f72b6091451aaae73dc88e5e42eba1db6559 -SHA256 (sfwbar-1.0_beta11.tar.gz) = 7cbbe0b2bde234068033da2f2f1ca172919da3f23567863ed35738fa9fd9c6d0 +RWTTPlFarK9CxIxZ0DTtxV5vfCNPrd2l14ca6vpz50erjNWBSey4eppAMOQtN/Cq4DvOGkJNc7/cPryyqzqsX2CovLEa6Xf+SQo= +SHA256 (Pkgfile) = 01fcc2653a6036faef3f75b1981870d5b3652bddaa5195a861c72eeb403a8455 +SHA256 (.footprint) = d4c15c6af65b61db7225bd322a20866895faec521bd7af6e49393d6522eef97d +SHA256 (sfwbar-1.0_beta12.tar.gz) = 98dfdc9915d57c17588e71a8c50964891e8aa6fcda8077ef390924fe28445eda diff --git a/sfwbar/Pkgfile b/sfwbar/Pkgfile index f6b8b78..f169a8d 100644 --- a/sfwbar/Pkgfile +++ b/sfwbar/Pkgfile @@ -5,15 +5,14 @@ # Optional: pulseaudio mpd name=sfwbar -version=1.0_beta11 +version=1.0_beta12 release=1 -source=(https://github.com/LBCrion/$name/archive/refs/tags/v$version.tar.gz) -renames=($name-$version.tar.gz) +source=(https://github.com/LBCrion/$name/archive/v$version/$name-$version.tar.gz) build() { cd ${name}* - meson setup --buildtype=release --prefix=/usr build + meson setup build --buildtype=release --prefix=/usr ninja -C build -j ${JOBS:-1} DESTDIR=$PKG ninja -C build install