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

2019-12-10 Thread Brett Cornwall via arch-commits
Date: Wednesday, December 11, 2019 @ 03:30:51
  Author: ainola
Revision: 536604

archrelease: copy trunk to community-x86_64

Added:
  waybar/repos/community-x86_64/PKGBUILD
(from rev 536603, waybar/trunk/PKGBUILD)
  waybar/repos/community-x86_64/include_cassert.patch
(from rev 536603, waybar/trunk/include_cassert.patch)
Deleted:
  waybar/repos/community-x86_64/PKGBUILD
  waybar/repos/community-x86_64/waybar-fmt6.patch

---+
 PKGBUILD  |   93 +---
 include_cassert.patch |   10 +
 waybar-fmt6.patch |   82 --
 3 files changed, 60 insertions(+), 125 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-12-11 03:30:37 UTC (rev 536603)
+++ PKGBUILD2019-12-11 03:30:51 UTC (rev 536604)
@@ -1,43 +0,0 @@
-# Maintainer: Brett Cornwall 
-
-pkgname=waybar
-pkgver=0.8.0
-pkgrel=4
-pkgdesc='Highly customizable Wayland bar for Sway and Wlroots based 
compositors'
-arch=('x86_64')
-url="https://github.com/Alexays/Waybar/;
-license=('MIT')
-depends=(
-'gtkmm3'
-'jsoncpp'
-'libjsoncpp.so'
-'libdbusmenu-gtk3'
-'libpulse'
-'libmpdclient'
-'spdlog'
-)
-# Sway is needed for building support for workspace and window title modules
-makedepends=(
-'meson'
-'scdoc'  # For generating manpages
-'sway'
-)
-optdepends=(
-'otf-font-awesome: Icons in the default configuration'
-)
-source=(
-
"$pkgname-$pkgver.tar.gz::https://github.com/Alexays/Waybar/archive/$pkgver.tar.gz;
-)
-sha256sums=('2de2f0cec243da0d9ff2255ceb9dac9d95e8be06d6ea13926fae460d72e4b8aa')
-
-build() {
-cd "Waybar-$pkgver"
-meson --prefix=/usr 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 536603, 
waybar/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-12-11 03:30:51 UTC (rev 536604)
@@ -0,0 +1,50 @@
+# Maintainer: Brett Cornwall 
+
+pkgname=waybar
+pkgver=0.8.0
+pkgrel=5
+pkgdesc='Highly customizable Wayland bar for Sway and Wlroots based 
compositors'
+arch=('x86_64')
+url="https://github.com/Alexays/Waybar/;
+license=('MIT')
+depends=(
+'gtkmm3'
+'jsoncpp'
+'libjsoncpp.so'
+'libdbusmenu-gtk3'
+'libpulse'
+'libmpdclient'
+'spdlog'
+)
+# Sway is needed for building support for workspace and window title modules
+makedepends=(
+'meson'
+'scdoc'  # For generating manpages
+'sway'
+)
+optdepends=(
+'otf-font-awesome: Icons in the default configuration'
+)
+source=(
+
"$pkgname-$pkgver.tar.gz::https://github.com/Alexays/Waybar/archive/$pkgver.tar.gz;
+"include_cassert.patch"
+)
+sha256sums=('2de2f0cec243da0d9ff2255ceb9dac9d95e8be06d6ea13926fae460d72e4b8aa'
+'ca77d1ba64d0852bbf0aaa0b8c648e88f8712ed51fb39862b636eb0b33c6e7e1')
+
+prepare() {
+cd "Waybar-$pkgver"
+patch -p1 < ../include_cassert.patch
+}
+
+build() {
+cd "Waybar-$pkgver"
+meson --prefix=/usr 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/include_cassert.patch (from rev 536603, 
waybar/trunk/include_cassert.patch)
===
--- include_cassert.patch   (rev 0)
+++ include_cassert.patch   2019-12-11 03:30:51 UTC (rev 536604)
@@ -0,0 +1,10 @@
+--- a/src/modules/network.cpp  2019-08-29 02:56:57.0 -0700
 b/src/modules/network.cpp  2019-12-10 18:48:47.795028451 -0800
+@@ -2,6 +2,7 @@
+ #include 
+ #include 
+ #include 
++#include 
+ 
+ namespace {
+ 

Deleted: waybar-fmt6.patch
===
--- waybar-fmt6.patch   2019-12-11 03:30:37 UTC (rev 536603)
+++ waybar-fmt6.patch   2019-12-11 03:30:51 UTC (rev 536604)
@@ -1,82 +0,0 @@
-From 4c18a0b6238f88e8f6deda6259e1d17968bcf755 Mon Sep 17 00:00:00 2001
-From: Jan Beich 
-Date: Tue, 27 Aug 2019 13:19:07 +
-Subject: [PATCH] Unbreak build with fmtlib 6.0.0
-
-In file included from ../src/factory.cpp:1:
-In file included from ../include/factory.hpp:4:
-../include/modules/clock.hpp:5:10: fatal error: 'fmt/time.h' file not found
- #include "fmt/time.h"
-  ^~~~
-In file included from ../src/bar.cpp:4:
-In file included from ../include/factory.hpp:4:
-In file included from ../include/modules/clock.hpp:3:
-In file included from /usr/include/fmt/chrono.h:12:
-/usr/include/fmt/locale.h:19:35: error: parameter type 
'fmt::v5::internal::buffer' (aka 'basic_buffer') is an abstract class
-const 

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

2019-10-08 Thread Brett Cornwall via arch-commits
Date: Wednesday, October 9, 2019 @ 00:23:43
  Author: ainola
Revision: 514317

archrelease: copy trunk to community-x86_64

Added:
  waybar/repos/community-x86_64/PKGBUILD
(from rev 514316, waybar/trunk/PKGBUILD)
  waybar/repos/community-x86_64/waybar-fmt6.patch
(from rev 514316, waybar/trunk/waybar-fmt6.patch)
Deleted:
  waybar/repos/community-x86_64/PKGBUILD
  waybar/repos/community-x86_64/waybar-fmt6.patch

---+
 PKGBUILD  |   87 +--
 waybar-fmt6.patch |  164 ++--
 2 files changed, 125 insertions(+), 126 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-10-09 00:23:24 UTC (rev 514316)
+++ PKGBUILD2019-10-09 00:23:43 UTC (rev 514317)
@@ -1,44 +0,0 @@
-# Maintainer: Brett Cornwall 
-
-pkgname=waybar
-pkgver=0.8.0
-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=(
-'fmt'
-'gtkmm3'
-'jsoncpp'
-'libjsoncpp.so'
-'libdbusmenu-gtk3'
-'libpulse'
-'libmpdclient'
-)
-# Sway is needed for building support for workspace and window title modules
-makedepends=(
-'meson'
-'scdoc'  # For generating manpages
-'spdlog'
-'sway'
-)
-optdepends=(
-'otf-font-awesome: Icons in the default configuration'
-)
-source=(
-
"$pkgname-$pkgver.tar.gz::https://github.com/Alexays/Waybar/archive/$pkgver.tar.gz;
-)
-sha256sums=('2de2f0cec243da0d9ff2255ceb9dac9d95e8be06d6ea13926fae460d72e4b8aa')
-
-build() {
-cd "Waybar-$pkgver"
-meson --prefix=/usr 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 514316, 
waybar/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-10-09 00:23:43 UTC (rev 514317)
@@ -0,0 +1,43 @@
+# Maintainer: Brett Cornwall 
+
+pkgname=waybar
+pkgver=0.8.0
+pkgrel=4
+pkgdesc='Highly customizable Wayland bar for Sway and Wlroots based 
compositors'
+arch=('x86_64')
+url="https://github.com/Alexays/Waybar/;
+license=('MIT')
+depends=(
+'gtkmm3'
+'jsoncpp'
+'libjsoncpp.so'
+'libdbusmenu-gtk3'
+'libpulse'
+'libmpdclient'
+'spdlog'
+)
+# Sway is needed for building support for workspace and window title modules
+makedepends=(
+'meson'
+'scdoc'  # For generating manpages
+'sway'
+)
+optdepends=(
+'otf-font-awesome: Icons in the default configuration'
+)
+source=(
+
"$pkgname-$pkgver.tar.gz::https://github.com/Alexays/Waybar/archive/$pkgver.tar.gz;
+)
+sha256sums=('2de2f0cec243da0d9ff2255ceb9dac9d95e8be06d6ea13926fae460d72e4b8aa')
+
+build() {
+cd "Waybar-$pkgver"
+meson --prefix=/usr build
+ninja -C build
+}
+
+package() {
+cd "Waybar-$pkgver"
+DESTDIR="$pkgdir" ninja -C build install
+install -Dm644 LICENSE -t "$pkgdir/usr/share/licenses/$pkgname/"
+}

Deleted: waybar-fmt6.patch
===
--- waybar-fmt6.patch   2019-10-09 00:23:24 UTC (rev 514316)
+++ waybar-fmt6.patch   2019-10-09 00:23:43 UTC (rev 514317)
@@ -1,82 +0,0 @@
-From 4c18a0b6238f88e8f6deda6259e1d17968bcf755 Mon Sep 17 00:00:00 2001
-From: Jan Beich 
-Date: Tue, 27 Aug 2019 13:19:07 +
-Subject: [PATCH] Unbreak build with fmtlib 6.0.0
-
-In file included from ../src/factory.cpp:1:
-In file included from ../include/factory.hpp:4:
-../include/modules/clock.hpp:5:10: fatal error: 'fmt/time.h' file not found
- #include "fmt/time.h"
-  ^~~~
-In file included from ../src/bar.cpp:4:
-In file included from ../include/factory.hpp:4:
-In file included from ../include/modules/clock.hpp:3:
-In file included from /usr/include/fmt/chrono.h:12:
-/usr/include/fmt/locale.h:19:35: error: parameter type 
'fmt::v5::internal::buffer' (aka 'basic_buffer') is an abstract class
-const std::locale& loc, buffer& buf,
-  ^
-/usr/include/spdlog/fmt/bundled/core.h:238:16: note: unimplemented pure 
virtual method 'grow' in 'basic_buffer'
-  virtual void grow(std::size_t capacity) = 0;
-   ^
-In file included from ../src/modules/sni/host.cpp:3:
-/usr/include/fmt/ostream.h:22:9: error: expected member name or ';' after 
declaration specifiers
-  buffer& buffer_;
-  ~~^
-/usr/include/fmt/ostream.h:25:19: error: expected ')'
-  formatbuf(buffer& buf) : buffer_(buf) {}
-  ^
-/usr/include/fmt/ostream.h:25:12: note: to match this '('
-  formatbuf(buffer& buf) : buffer_(buf) {}
-   ^
-/usr/include/fmt/ostream.h:25:42: error: use of undeclared identifier 'buf'; 
did you mean 'prettify_handler::buf'?
-  formatbuf(buffer& 

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

2019-09-07 Thread Brett Cornwall via arch-commits
Date: Sunday, September 8, 2019 @ 03:37:51
  Author: ainola
Revision: 508621

archrelease: copy trunk to community-x86_64

Added:
  waybar/repos/community-x86_64/PKGBUILD
(from rev 508620, waybar/trunk/PKGBUILD)
  waybar/repos/community-x86_64/waybar-fmt6.patch
(from rev 508620, waybar/trunk/waybar-fmt6.patch)
Deleted:
  waybar/repos/community-x86_64/PKGBUILD
  waybar/repos/community-x86_64/waybar-fmt6.patch

---+
 PKGBUILD  |   85 +-
 waybar-fmt6.patch |  164 ++--
 2 files changed, 125 insertions(+), 124 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-09-08 03:37:21 UTC (rev 508620)
+++ PKGBUILD2019-09-08 03:37:51 UTC (rev 508621)
@@ -1,42 +0,0 @@
-# Maintainer: Brett Cornwall 
-
-pkgname=waybar
-pkgver=0.8.0
-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=(
-'fmt'
-'gtkmm3'
-'jsoncpp'
-'libdbusmenu-gtk3'
-'libpulse'
-'libmpdclient'
-)
-# Sway is needed for building support for workspace and window title modules
-makedepends=(
-'meson'
-'spdlog'
-'sway'
-)
-optdepends=(
-'otf-font-awesome: Icons in the default configuration'
-)
-source=(
-
"$pkgname-$pkgver.tar.gz::https://github.com/Alexays/Waybar/archive/$pkgver.tar.gz;
-)
-sha256sums=('2de2f0cec243da0d9ff2255ceb9dac9d95e8be06d6ea13926fae460d72e4b8aa')
-
-build() {
-cd "Waybar-$pkgver"
-meson --prefix=/usr 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 508620, 
waybar/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-09-08 03:37:51 UTC (rev 508621)
@@ -0,0 +1,43 @@
+# Maintainer: Brett Cornwall 
+
+pkgname=waybar
+pkgver=0.8.0
+pkgrel=2
+pkgdesc='Highly customizable Wayland bar for Sway and Wlroots based 
compositors'
+arch=('x86_64')
+url="https://github.com/Alexays/Waybar/;
+license=('MIT')
+depends=(
+'fmt'
+'gtkmm3'
+'jsoncpp'
+'libdbusmenu-gtk3'
+'libpulse'
+'libmpdclient'
+)
+# Sway is needed for building support for workspace and window title modules
+makedepends=(
+'meson'
+'scdoc'  # For generating manpages
+'spdlog'
+'sway'
+)
+optdepends=(
+'otf-font-awesome: Icons in the default configuration'
+)
+source=(
+
"$pkgname-$pkgver.tar.gz::https://github.com/Alexays/Waybar/archive/$pkgver.tar.gz;
+)
+sha256sums=('2de2f0cec243da0d9ff2255ceb9dac9d95e8be06d6ea13926fae460d72e4b8aa')
+
+build() {
+cd "Waybar-$pkgver"
+meson --prefix=/usr build
+ninja -C build
+}
+
+package() {
+cd "Waybar-$pkgver"
+DESTDIR="$pkgdir" ninja -C build install
+install -Dm644 LICENSE -t "$pkgdir/usr/share/licenses/$pkgname/"
+}

Deleted: waybar-fmt6.patch
===
--- waybar-fmt6.patch   2019-09-08 03:37:21 UTC (rev 508620)
+++ waybar-fmt6.patch   2019-09-08 03:37:51 UTC (rev 508621)
@@ -1,82 +0,0 @@
-From 4c18a0b6238f88e8f6deda6259e1d17968bcf755 Mon Sep 17 00:00:00 2001
-From: Jan Beich 
-Date: Tue, 27 Aug 2019 13:19:07 +
-Subject: [PATCH] Unbreak build with fmtlib 6.0.0
-
-In file included from ../src/factory.cpp:1:
-In file included from ../include/factory.hpp:4:
-../include/modules/clock.hpp:5:10: fatal error: 'fmt/time.h' file not found
- #include "fmt/time.h"
-  ^~~~
-In file included from ../src/bar.cpp:4:
-In file included from ../include/factory.hpp:4:
-In file included from ../include/modules/clock.hpp:3:
-In file included from /usr/include/fmt/chrono.h:12:
-/usr/include/fmt/locale.h:19:35: error: parameter type 
'fmt::v5::internal::buffer' (aka 'basic_buffer') is an abstract class
-const std::locale& loc, buffer& buf,
-  ^
-/usr/include/spdlog/fmt/bundled/core.h:238:16: note: unimplemented pure 
virtual method 'grow' in 'basic_buffer'
-  virtual void grow(std::size_t capacity) = 0;
-   ^
-In file included from ../src/modules/sni/host.cpp:3:
-/usr/include/fmt/ostream.h:22:9: error: expected member name or ';' after 
declaration specifiers
-  buffer& buffer_;
-  ~~^
-/usr/include/fmt/ostream.h:25:19: error: expected ')'
-  formatbuf(buffer& buf) : buffer_(buf) {}
-  ^
-/usr/include/fmt/ostream.h:25:12: note: to match this '('
-  formatbuf(buffer& buf) : buffer_(buf) {}
-   ^
-/usr/include/fmt/ostream.h:25:42: error: use of undeclared identifier 'buf'; 
did you mean 'prettify_handler::buf'?
-  formatbuf(buffer& buf) : buffer_(buf) {}
- ^~~
-