[arch-commits] Commit in waybar/repos/community-staging-x86_64 (PKGBUILD PKGBUILD)

Brett Cornwall ainola at gemini.archlinux.org
Wed Jul 21 04:43:44 UTC 2021


    Date: Wednesday, July 21, 2021 @ 04:43:44
  Author: ainola
Revision: 981373

archrelease: copy trunk to community-staging-x86_64

Added:
  waybar/repos/community-staging-x86_64/PKGBUILD
    (from rev 981372, waybar/trunk/PKGBUILD)
Deleted:
  waybar/repos/community-staging-x86_64/PKGBUILD

----------+
 PKGBUILD |  125 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 63 insertions(+), 62 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-07-21 04:43:15 UTC (rev 981372)
+++ PKGBUILD	2021-07-21 04:43:44 UTC (rev 981373)
@@ -1,62 +0,0 @@
-# Maintainer: Brett Cornwall <ainola at archlinux.org>
-# Maintainer: Maxim Baz <$pkgname at maximbaz dot com>
-
-pkgname=waybar
-pkgver=0.9.7
-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'
-    'libsigc++'
-    'fmt'
-    'wayland'
-    'libdate-tz.so'
-    'libspdlog.so'
-    'gtk-layer-shell'
-    'libpulse'
-    'libnl'
-    'libappindicator-gtk3'
-    'libdbusmenu-gtk3'
-    'libmpdclient'
-    'libsndio.so'
-)
-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"
-    "https://github.com/Alexays/Waybar/pull/1144.patch"
-)
-sha256sums=('0d23573e0f6ce6e3f3eb4d1d7313848b924429268f3becd81649a391ae7703e7'
-            '24e27ce50647cec5ad4d5e667c22b538d404fa865e8aba2a0dadac2166502a95')
-
-prepare() {
-    cd "Waybar-$pkgver"
-    patch -Np1 -i ../1144.patch
-}
-
-build() {
-    cd "Waybar-$pkgver"
-    meson --prefix=/usr \
-          --buildtype=plain \
-          --auto-features=enabled \
-          --wrap-mode=nodownload \
-          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-staging-x86_64/PKGBUILD (from rev 981372, waybar/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-07-21 04:43:44 UTC (rev 981373)
@@ -0,0 +1,63 @@
+# Maintainer: Brett Cornwall <ainola at archlinux.org>
+# Maintainer: Maxim Baz <$pkgname at maximbaz dot com>
+
+pkgname=waybar
+pkgver=0.9.7
+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'
+    'libjsoncpp.so'
+    'libsigc++'
+    'fmt'
+    'wayland'
+    'libdate-tz.so'
+    'libspdlog.so'
+    'gtk-layer-shell'
+    'libpulse'
+    'libnl'
+    'libappindicator-gtk3'
+    'libdbusmenu-gtk3'
+    'libmpdclient'
+    'libsndio.so'
+)
+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"
+    "https://github.com/Alexays/Waybar/pull/1144.patch"
+)
+sha256sums=('0d23573e0f6ce6e3f3eb4d1d7313848b924429268f3becd81649a391ae7703e7'
+            '24e27ce50647cec5ad4d5e667c22b538d404fa865e8aba2a0dadac2166502a95')
+
+prepare() {
+    cd "Waybar-$pkgver"
+    # libfmt >=8.0.0 compatibility, merged upstream but not yet released.
+    patch -Np1 -i ../1144.patch
+}
+
+build() {
+    cd "Waybar-$pkgver"
+    meson --prefix=/usr \
+          --buildtype=plain \
+          --auto-features=enabled \
+          --wrap-mode=nodownload \
+          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