Skip to content

Commit

Permalink
Waybar: update to 0.9.17.
Browse files Browse the repository at this point in the history
  • Loading branch information
lz-coder committed Feb 7, 2023
1 parent 70a5b0e commit cefab22
Showing 1 changed file with 5 additions and 19 deletions.
24 changes: 5 additions & 19 deletions srcpkgs/Waybar/template
Original file line number Diff line number Diff line change
@@ -1,10 +1,7 @@
# Template file for 'Waybar'
pkgname=Waybar
version=0.9.16
version=0.9.17
revision=1
_date_version=3.0.1
_mesonbuild_date_ver=3.0.0-1
build_wrksrc=Waybar-${version}
build_style=meson
configure_args="-Dgtk-layer-shell=enabled -Dlibudev=enabled -Dman-pages=enabled
-Dsystemd=disabled -Drfkill=enabled
Expand All @@ -15,8 +12,8 @@ configure_args="-Dgtk-layer-shell=enabled -Dlibudev=enabled -Dman-pages=enabled
-Dsndio=$(vopt_if sndio enabled disabled)"
hostmakedepends="cmake pkg-config glib-devel wayland-devel scdoc
$(vopt_if dbusmenugtk gobject-introspection)"
makedepends="libinput-devel wayland-devel gtkmm-devel spdlog eudev-libudev-devel
gtk-layer-shell-devel jsoncpp-devel libglib-devel libsigc++-devel fmt-devel
makedepends="libevdev-devel libinput-devel wayland-devel gtkmm-devel spdlog eudev-libudev-devel
gtk-layer-shell-devel jsoncpp-devel libglib-devel libsigc++-devel fmt-devel chrono-date-devel
$(vopt_if libnl libnl3-devel)
$(vopt_if pulseaudio pulseaudio-devel)
$(vopt_if dbusmenugtk libdbusmenu-gtk3-devel)
Expand All @@ -27,13 +24,8 @@ maintainer="Érico Nogueira <ericonr@disroot.org>"
license="MIT"
homepage="https://github.com/Alexays/Waybar"
changelog="https://github.com/Alexays/Waybar/releases"
# date library URLs and checksums taken from subprojects/date.wrap
distfiles="https://github.com/Alexays/Waybar/archive/refs/tags/${version}.tar.gz
https://github.com/HowardHinnant/date/archive/refs/tags/v${_date_version}.tar.gz
https://github.com/mesonbuild/hinnant-date/archive/refs/tags/${_mesonbuild_date_ver}.tar.gz"
checksum="37ebd7b10e32e802afe9236ea9374fabb77b1abb2c203ca6173b27dc03128096
7a390f200f0ccd207e8cff6757e04817c1a0aec3e327b006b7eb451c57ee3538
f2aa492b59893f69367228bf802cbb0a07c4d52fac2185dfd8ebb5d16295d893"
distfiles="https://github.com/Alexays/Waybar/archive/refs/tags/${version}.tar.gz"
checksum="da6f448be343a593ee092486fb4744502aa1e6ad85f4eccc3670d0b84a2a4266"

build_options="libnl pulseaudio dbusmenugtk mpd sndio"
build_options_default="libnl pulseaudio dbusmenugtk mpd sndio"
Expand All @@ -42,12 +34,6 @@ desc_option_libnl="Enable libnl support for network related features"
desc_option_dbusmenugtk="Enable support for tray"
desc_option_mpd="Enable support for MPD"

post_extract() {
mv hinnant-date-${_mesonbuild_date_ver}/meson_options.txt date-${_date_version}/
mv hinnant-date-${_mesonbuild_date_ver}/meson.build date-${_date_version}/
mv date-${_date_version} Waybar-${version}/subprojects/
}

post_install() {
vlicense LICENSE
}

0 comments on commit cefab22

Please sign in to comment.