diff --git a/sfwbar/.footprint b/sfwbar/.footprint index 6648d1e..eabc2d1 100644 --- a/sfwbar/.footprint +++ b/sfwbar/.footprint @@ -2,6 +2,7 @@ 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/idleinhibit.so @@ -15,6 +16,7 @@ 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-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-xkbmap.1.gz @@ -24,6 +26,8 @@ drwxr-xr-x root/root usr/share/sfwbar/ -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 +-rw-r--r-- root/root usr/share/sfwbar/bluez-popup.widget +-rw-r--r-- root/root usr/share/sfwbar/bluez.widget -rw-r--r-- root/root usr/share/sfwbar/clock.widget -rw-r--r-- root/root usr/share/sfwbar/cpu-temp.source -rw-r--r-- root/root usr/share/sfwbar/cpu-temp.widget @@ -40,6 +44,7 @@ drwxr-xr-x root/root usr/share/sfwbar/icons/misc/ -rw-r--r-- root/root usr/share/sfwbar/icons/misc/lock.svg -rw-r--r-- root/root usr/share/sfwbar/icons/misc/missing.svg -rw-r--r-- root/root usr/share/sfwbar/icons/misc/music-player-symbolic.svg +-rw-r--r-- root/root usr/share/sfwbar/icons/misc/music-player.svg -rw-r--r-- root/root usr/share/sfwbar/icons/misc/play.svg -rw-r--r-- root/root usr/share/sfwbar/icons/misc/rewind.svg -rw-r--r-- root/root usr/share/sfwbar/icons/misc/stop.svg @@ -170,4 +175,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/winops.widget diff --git a/sfwbar/.signature b/sfwbar/.signature index 40bc507..5316f59 100644 --- a/sfwbar/.signature +++ b/sfwbar/.signature @@ -1,5 +1,5 @@ untrusted comment: verify with /etc/ports/jmq.pub -RWTTPlFarK9CxPKyB74OblOmnvo7hhfzaRneB2Stp6r2BP9aCQIrjsfpgqqGWbBTvIhOzmn3GgO0Clb0ZUD0RCgKQFRaznWYBgg= -SHA256 (Pkgfile) = e2080d0c8ff945c3405dc2b059a7d9dc47400528c972ba8dec4ce2497259c467 -SHA256 (.footprint) = d4c15c6af65b61db7225bd322a20866895faec521bd7af6e49393d6522eef97d -SHA256 (sfwbar-1.0_beta13.tar.gz) = 06abcfbdf1c0d1e547cdf5110a8b58f2997bbc243d350c2a3e02f70120ee0c5a +RWTTPlFarK9CxDL+b8kDOyTKowNMTtbIauGhCfmhdS2eI0oBeG0dnhSf/e+udqeyBTvvvSSb3pOeFng76B8mLY9KxsxDHStYhAs= +SHA256 (Pkgfile) = 4e9d65ddae03089b108a978bd25bdff53ec55406fa444c535d4f849a18b9e1b8 +SHA256 (.footprint) = 3efb0e1e5546e729a21e8c36915229f206bb5c29356ff3b953fe986a725abb0b +SHA256 (sfwbar-1.0_beta14.tar.gz) = e5fa6147e3a58e9440b24b8f1ef2378ae088631b8013ecf7770e984f97c5eeb4 diff --git a/sfwbar/Pkgfile b/sfwbar/Pkgfile index 165fbfb..35687c6 100644 --- a/sfwbar/Pkgfile +++ b/sfwbar/Pkgfile @@ -2,17 +2,22 @@ # URL: https://github.com/LBCrion/sfwbar # Maintainer: John McQuah, jmcquah at disroot dot org # Depends on: gtk-layer-shell json-c -# Optional: alsa bluez pulseaudio mpd +# Optional: alsa bluez iwd mpd pulseaudio name=sfwbar -version=1.0_beta13 +version=1.0_beta14 release=1 source=(https://github.com/LBCrion/$name/archive/v$version/$name-$version.tar.gz) build() { - cd ${name}* + PKGMK_SFWBAR="--buildtype=release --prefix=/usr" + prt-get isinst bluez || PKGMK_SFWBAR+=" -D bluez=disabled" + prt-get isinst iwd || PKGMK_SFWBAR+=" -D iwd=disabled" + prt-get isinst mpd || PKGMK_SFWBAR+=" -D mpd=disabled" + prt-get isinst pulseaudio || PKGMK_SFWBAR+=" -D pulse=disabled" - meson setup build --buildtype=release --prefix=/usr + cd $name-$version + meson setup build $PKGMK_SFWBAR ninja -C build -j ${JOBS:-1} DESTDIR=$PKG ninja -C build install