Waybar: use create_wrksrc
This commit is contained in:
parent
443291abf0
commit
67b523fb1b
|
@ -3,6 +3,7 @@ pkgname=Waybar
|
|||
version=0.9.13
|
||||
revision=2
|
||||
_date_version=3.0.0
|
||||
create_wrksrc=yes
|
||||
build_style=meson
|
||||
configure_args="-Dgtk-layer-shell=enabled -Dlibudev=enabled -Dman-pages=enabled
|
||||
-Dsystemd=disabled -Drfkill=enabled
|
||||
|
@ -41,7 +42,8 @@ desc_option_dbusmenugtk="Enable support for tray"
|
|||
desc_option_mpd="Enable support for MPD"
|
||||
|
||||
post_extract() {
|
||||
mv ../date-${_date_version} subprojects/
|
||||
mv Waybar-${version}/* .
|
||||
mv date-${_date_version} subprojects/
|
||||
}
|
||||
|
||||
post_install() {
|
||||
|
|
Loading…
Reference in New Issue