[arch-commits] Commit in waybar/repos/community-x86_64 (3 files)

Maxim Baz maximbaz at archlinux.org
Mon Sep 21 15:43:12 UTC 2020


    Date: Monday, September 21, 2020 @ 15:43:11
  Author: maximbaz
Revision: 711232

archrelease: copy trunk to community-x86_64

Added:
  waybar/repos/community-x86_64/PKGBUILD
    (from rev 711231, waybar/trunk/PKGBUILD)
Deleted:
  waybar/repos/community-x86_64/813-fmt-crash.patch
  waybar/repos/community-x86_64/PKGBUILD

---------------------+
 813-fmt-crash.patch |   11 -----
 PKGBUILD            |  108 +++++++++++++++++++++++---------------------------
 2 files changed, 51 insertions(+), 68 deletions(-)

Deleted: 813-fmt-crash.patch
===================================================================
--- 813-fmt-crash.patch	2020-09-21 15:43:08 UTC (rev 711231)
+++ 813-fmt-crash.patch	2020-09-21 15:43:11 UTC (rev 711232)
@@ -1,11 +0,0 @@
---- a/include/util/format.hpp
-+++ b/include/util/format.hpp
-@@ -23,7 +23,7 @@ namespace fmt {
-         constexpr auto parse(ParseContext& ctx) -> decltype (ctx.begin()) {
-           auto it = ctx.begin(), end = ctx.end();
-           if (it != end && *it == ':') ++it;
--          if (*it == '>' || *it == '<' || *it == '=') {
-+          if (it && (*it == '>' || *it == '<' || *it == '=')) {
-             spec = *it;
-             ++it;
-           }

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-09-21 15:43:08 UTC (rev 711231)
+++ PKGBUILD	2020-09-21 15:43:11 UTC (rev 711232)
@@ -1,57 +0,0 @@
-# Maintainer: Brett Cornwall <ainola at archlinux.org>
-# Maintainer: Maxim Baz <$pkgname at maximbaz dot com>
-
-pkgname=waybar
-pkgver=0.9.3
-pkgrel=3
-pkgdesc='Highly customizable Wayland bar for Sway and Wlroots based compositors'
-arch=('x86_64')
-url="https://github.com/Alexays/Waybar/"
-license=('MIT')
-depends=(
-    'gtkmm3'
-    'libjsoncpp.so'
-    'libinput'
-    'libsigc++'
-    'fmt'
-    'wayland'
-    'libdate-tz.so'
-    'libspdlog.so'
-    'gtk-layer-shell'
-    'libpulse'
-    'libnl'
-    'libappindicator-gtk3'
-    'libdbusmenu-gtk3'
-    'libmpdclient'
-)
-makedepends=(
-    'cmake'
-    'meson'
-    'scdoc' # For generating manpages
-    'wayland-protocols'
-)
-optdepends=(
-    'otf-font-awesome: Icons in the default configuration'
-)
-source=(
-    "$pkgname-$pkgver.tar.gz::https://github.com/Alexays/Waybar/archive/$pkgver.tar.gz"
-    "813-fmt-crash.patch"
-)
-sha256sums=('15cadd05c6a366fd99a92b0f149974c697902c4683c50e2af69f3e59571793e5'
-            '9088cc460005719f2718b40698dfca8a9a2a97cf9a6a018106d9f38cf609732d')
-
-prepare() {
-    patch -Np1 -i "$srcdir/813-fmt-crash.patch" -d "Waybar-$pkgver"
-}
-
-build() {
-    cd "Waybar-$pkgver"
-    meson --prefix=/usr --wrap-mode=nofallback build
-    ninja -C build
-}
-
-package() {
-    cd "Waybar-$pkgver"
-    DESTDIR="$pkgdir" ninja -C build install
-    install -Dm644 LICENSE -t "$pkgdir/usr/share/licenses/$pkgname/"
-}

Copied: waybar/repos/community-x86_64/PKGBUILD (from rev 711231, waybar/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-09-21 15:43:11 UTC (rev 711232)
@@ -0,0 +1,51 @@
+# Maintainer: Brett Cornwall <ainola at archlinux.org>
+# Maintainer: Maxim Baz <$pkgname at maximbaz dot com>
+
+pkgname=waybar
+pkgver=0.9.4
+pkgrel=1
+pkgdesc='Highly customizable Wayland bar for Sway and Wlroots based compositors'
+arch=('x86_64')
+url="https://github.com/Alexays/Waybar/"
+license=('MIT')
+depends=(
+    'gtkmm3'
+    'libjsoncpp.so'
+    'libinput'
+    'libsigc++'
+    'fmt'
+    'wayland'
+    'libdate-tz.so'
+    'libspdlog.so'
+    'gtk-layer-shell'
+    'libpulse'
+    'libnl'
+    'libappindicator-gtk3'
+    'libdbusmenu-gtk3'
+    'libmpdclient'
+)
+makedepends=(
+    'cmake'
+    'meson'
+    'scdoc' # For generating manpages
+    'wayland-protocols'
+)
+optdepends=(
+    'otf-font-awesome: Icons in the default configuration'
+)
+source=(
+    "$pkgname-$pkgver.tar.gz::https://github.com/Alexays/Waybar/archive/$pkgver.tar.gz"
+)
+sha256sums=('d49c09ee253ca9cc9688d1b4d8602adc9bdae613b02e2fa1a2e7277ddc9e82e8')
+
+build() {
+    cd "Waybar-$pkgver"
+    meson --prefix=/usr --wrap-mode=nofallback build
+    ninja -C build
+}
+
+package() {
+    cd "Waybar-$pkgver"
+    DESTDIR="$pkgdir" ninja -C build install
+    install -Dm644 LICENSE -t "$pkgdir/usr/share/licenses/$pkgname/"
+}



More information about the arch-commits mailing list