From 11f0d31d219a4f5c6e3815d3e97a0b15c1bf556d Mon Sep 17 00:00:00 2001 From: zachir Date: Wed, 26 Jul 2023 04:07:44 -0500 Subject: Update repo for version 0.9.20 --- .gitignore | 4 ++++ PKGBUILD | 9 +++++---- meson-build.patch | 6 +++--- meson_options.patch | 12 ------------ 4 files changed, 12 insertions(+), 19 deletions(-) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..342c974 --- /dev/null +++ b/.gitignore @@ -0,0 +1,4 @@ +*.tar.gz +pkg/ +src/ +waybar-hyprland-no-systemd*.pkg.tar.* diff --git a/PKGBUILD b/PKGBUILD index 4e7a5fe..76481a7 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -3,7 +3,7 @@ pkgname=waybar-hyprland-no-systemd _pkgname=Waybar -pkgver=0.9.17 +pkgver=0.9.20 pkgrel=0 pkgdesc='Highly customizable Wayland bar for Sway and Wlroots based compositors, with workspaces support for Hyprland, without systemd dependency' arch=('any') @@ -46,9 +46,9 @@ optdepends=('otf-font-awesome: Icons in the default configuration') source=("https://github.com/Alexays/Waybar/archive/$pkgver.tar.gz" meson-build.patch meson_options.patch) -sha256sums=('da6f448be343a593ee092486fb4744502aa1e6ad85f4eccc3670d0b84a2a4266' - '2a403854363b08024f446d17c6056a9a6ae61364f4c14c8f9b4c972d07dab78b' - '146d1d8b0bc8216b7d29f93f934c4a3716ec091e1dd140b68e79aa487d28afa1') +sha256sums=('e300183defece4799b6dfb7aea72400492ec6e330217c22158a334f35532d014' + '481fb38d459bf1f81725c67e927492940b9f15fd5aeea13d007731c3cee7b749' + '4592da2c1696f80452b6c2fc7e062bff284c7c186ec0ad120c1417e0377ad8f4') prepare() { cd "${srcdir}/${_pkgname}-${pkgver}" @@ -67,6 +67,7 @@ build() { --auto-features=enabled \ --wrap-mode=nodownload \ -Dtests=disabled \ + -Dcava=disabled \ build meson configure -Dexperimental=true build ninja -C build diff --git a/meson-build.patch b/meson-build.patch index 8ccd25b..ce89f85 100644 --- a/meson-build.patch +++ b/meson-build.patch @@ -6,9 +6,9 @@ fallback : ['gtk-layer-shell', 'gtk_layer_shell_dep']) -systemd = dependency('systemd', required: get_option('systemd')) + - tz_dep = dependency('date', - required: false, - default_options : [ 'use_system_tzdb=true' ], + + cpp_lib_chrono = compiler.compute_int('__cpp_lib_chrono', prefix : '#include ') + have_chrono_timezones = cpp_lib_chrono >= 201907 @@ -131,17 +131,6 @@ add_project_arguments('-DSYSCONFDIR="/@0@"'.format(join_paths(prefix, sysconfdir)), language : 'cpp') diff --git a/meson_options.patch b/meson_options.patch index 527ddf5..c8b5b65 100644 --- a/meson_options.patch +++ b/meson_options.patch @@ -10,15 +10,3 @@ option('man-pages', type: 'feature', value: 'auto', description: 'Generate and install man pages') option('mpd', type: 'feature', value: 'auto', description: 'Enable support for the Music Player Daemon') --- 6,11 ---- -*************** -*** 17,20 **** - option('tests', type: 'feature', value: 'auto', description: 'Enable tests') - option('experimental', type : 'boolean', value : false, description: 'Enable experimental features') - option('jack', type: 'feature', value: 'auto', description: 'Enable support for JACK') -! option('wireplumber', type: 'feature', value: 'auto', description: 'Enable support for WirePlumber') -\ No newline at end of file ---- 16,19 ---- - option('tests', type: 'feature', value: 'auto', description: 'Enable tests') - option('experimental', type : 'boolean', value : false, description: 'Enable experimental features') - option('jack', type: 'feature', value: 'auto', description: 'Enable support for JACK') -! option('wireplumber', type: 'feature', value: 'auto', description: 'Enable support for WirePlumber') -- cgit v1.2.3