mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
Waybar: add update file, fix clean-up.
- It was finding weird matches. - Clean-up was leaving the date library around.
This commit is contained in:
parent
6a526e8646
commit
deda506dd2
2 changed files with 6 additions and 2 deletions
|
@ -2,6 +2,8 @@
|
||||||
pkgname=Waybar
|
pkgname=Waybar
|
||||||
version=0.9.2
|
version=0.9.2
|
||||||
revision=1
|
revision=1
|
||||||
|
create_wrksrc=yes
|
||||||
|
build_wrksrc=${pkgname}-${version}
|
||||||
build_style=meson
|
build_style=meson
|
||||||
configure_args="-Dgtk-layer-shell=enabled -Dlibudev=enabled -Dman-pages=enabled
|
configure_args="-Dgtk-layer-shell=enabled -Dlibudev=enabled -Dman-pages=enabled
|
||||||
-Dsystemd=disabled
|
-Dsystemd=disabled
|
||||||
|
@ -37,8 +39,8 @@ desc_option_libnl="Enable libnl support for network related features"
|
||||||
desc_option_dbusmenugtk="Enable support for tray"
|
desc_option_dbusmenugtk="Enable support for tray"
|
||||||
desc_option_mpd="Enable support for MPD"
|
desc_option_mpd="Enable support for MPD"
|
||||||
|
|
||||||
pre_configure() {
|
post_extract() {
|
||||||
cp -rv ../date-2.4.1 subprojects/
|
mv date-2.4.1 ${build_wrksrc}/subprojects/
|
||||||
}
|
}
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
|
|
2
srcpkgs/Waybar/update
Normal file
2
srcpkgs/Waybar/update
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
site="https://github.com/Alexays/Waybar/releases"
|
||||||
|
pattern='"/Alexays/Waybar/tree/\K[\d.]+(?=")'
|
Loading…
Add table
Reference in a new issue