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

Brett Cornwall ainola at archlinux.org
Sun Dec 29 01:12:20 UTC 2019


    Date: Sunday, December 29, 2019 @ 01:12:20
  Author: ainola
Revision: 543665

archrelease: copy trunk to community-x86_64

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

-----------------------+
 PKGBUILD              |   93 ++++++++++++++++++++++--------------------------
 include_cassert.patch |   10 -----
 2 files changed, 43 insertions(+), 60 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2019-12-29 01:12:06 UTC (rev 543664)
+++ PKGBUILD	2019-12-29 01:12:20 UTC (rev 543665)
@@ -1,50 +0,0 @@
-# Maintainer: Brett Cornwall <ainola at archlinux.org>
-
-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/PKGBUILD (from rev 543664, waybar/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-12-29 01:12:20 UTC (rev 543665)
@@ -0,0 +1,43 @@
+# Maintainer: Brett Cornwall <ainola at archlinux.org>
+
+pkgname=waybar
+pkgver=0.9.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=(
+    '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=('65e8397d5a8880cbb9172138e361b0d91f649bc99327d36945e38d1e5dbb157d')
+
+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: include_cassert.patch
===================================================================
--- include_cassert.patch	2019-12-29 01:12:06 UTC (rev 543664)
+++ include_cassert.patch	2019-12-29 01:12:20 UTC (rev 543665)
@@ -1,10 +0,0 @@
---- a/src/modules/network.cpp	2019-08-29 02:56:57.000000000 -0700
-+++ b/src/modules/network.cpp	2019-12-10 18:48:47.795028451 -0800
-@@ -2,6 +2,7 @@
- #include <spdlog/spdlog.h>
- #include <sys/eventfd.h>
- #include <fstream>
-+#include <cassert>
- 
- namespace {
- 



More information about the arch-commits mailing list