Waybar: update to 0.9.3.
This commit is contained in:
parent
d2cb558e7f
commit
ddf0660a0e
|
@ -1,7 +1,8 @@
|
||||||
# Template file for 'Waybar'
|
# Template file for 'Waybar'
|
||||||
pkgname=Waybar
|
pkgname=Waybar
|
||||||
version=0.9.2
|
version=0.9.3
|
||||||
revision=1
|
revision=1
|
||||||
|
_date_version=3.0.0
|
||||||
create_wrksrc=yes
|
create_wrksrc=yes
|
||||||
build_wrksrc=${pkgname}-${version}
|
build_wrksrc=${pkgname}-${version}
|
||||||
build_style=meson
|
build_style=meson
|
||||||
|
@ -26,11 +27,11 @@ homepage="https://github.com/Alexays/Waybar"
|
||||||
changelog="https://github.com/Alexays/Waybar/releases"
|
changelog="https://github.com/Alexays/Waybar/releases"
|
||||||
# date library URLs and checksums taken from subprojects/date.wrap
|
# date library URLs and checksums taken from subprojects/date.wrap
|
||||||
distfiles="https://github.com/Alexays/Waybar/archive/${version}.tar.gz
|
distfiles="https://github.com/Alexays/Waybar/archive/${version}.tar.gz
|
||||||
https://github.com/HowardHinnant/date/archive/v2.4.1.tar.gz
|
https://github.com/HowardHinnant/date/archive/v${_date_version}.tar.gz
|
||||||
https://github.com/mesonbuild/hinnant-date/releases/download/2.4.1-1/hinnant-date.zip"
|
https://github.com/mesonbuild/hinnant-date/releases/download/${_date_version}-1/hinnant-date.zip"
|
||||||
checksum="9740662de19dd6126c23efb69c9dc7f9d918443543af12aee770de39d415bdf8
|
checksum="15cadd05c6a366fd99a92b0f149974c697902c4683c50e2af69f3e59571793e5
|
||||||
98907d243397483bd7ad889bf6c66746db0d7d2a39cc9aacc041834c40b65b98
|
87bba2eaf0ebc7ec539e5e62fc317cb80671a337c1fb1b84cb9e4d42c6dbebe3
|
||||||
2061673a6f8e6d63c3a40df4da58fa2b3de2835fd9b3e74649e8279599f3a8f6"
|
6ccaf70732d8bdbd1b6d5fdf3e1b935c23bf269bda12fdfd0e561276f63432fe"
|
||||||
|
|
||||||
build_options="libnl pulseaudio dbusmenugtk mpd"
|
build_options="libnl pulseaudio dbusmenugtk mpd"
|
||||||
build_options_default="libnl pulseaudio dbusmenugtk mpd"
|
build_options_default="libnl pulseaudio dbusmenugtk mpd"
|
||||||
|
@ -40,7 +41,7 @@ desc_option_dbusmenugtk="Enable support for tray"
|
||||||
desc_option_mpd="Enable support for MPD"
|
desc_option_mpd="Enable support for MPD"
|
||||||
|
|
||||||
post_extract() {
|
post_extract() {
|
||||||
mv date-2.4.1 ${build_wrksrc}/subprojects/
|
mv date-${_date_version} ${build_wrksrc}/subprojects/
|
||||||
}
|
}
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
|
|
Loading…
Reference in New Issue