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

Maxim Baz maximbaz at gemini.archlinux.org
Mon Jan 10 14:17:51 UTC 2022


    Date: Monday, January 10, 2022 @ 14:17:51
  Author: maximbaz
Revision: 1099299

archrelease: copy trunk to community-x86_64

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

----------+
 PKGBUILD |  115 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 58 insertions(+), 57 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-01-10 14:17:46 UTC (rev 1099298)
+++ PKGBUILD	2022-01-10 14:17:51 UTC (rev 1099299)
@@ -1,57 +0,0 @@
-# Maintainer: Brett Cornwall <ainola at archlinux.org>
-# Maintainer: Maxim Baz <$pkgname at maximbaz dot com>
-
-pkgname=waybar
-pkgver=0.9.8
-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'
-    'libevdev'
-    'libpulse'
-    'libnl'
-    'libappindicator-gtk3'
-    'libdbusmenu-gtk3'
-    'libmpdclient'
-    'libsndio.so'
-    'libxkbcommon'
-)
-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=('3f067c484aaee3e7d8ded382e72c280a92913b0c4e8a20d0ac9afdf8baf19405')
-
-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-x86_64/PKGBUILD (from rev 1099298, waybar/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-01-10 14:17:51 UTC (rev 1099299)
@@ -0,0 +1,58 @@
+# Maintainer: Brett Cornwall <ainola at archlinux.org>
+# Maintainer: Maxim Baz <$pkgname at maximbaz dot com>
+
+pkgname=waybar
+pkgver=0.9.9
+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'
+    'libsigc++'
+    'fmt'
+    'wayland'
+    'libdate-tz.so'
+    'libspdlog.so'
+    'gtk-layer-shell'
+    'libevdev'
+    'libpulse'
+    'libnl'
+    'libappindicator-gtk3'
+    'libdbusmenu-gtk3'
+    'libmpdclient'
+    'libsndio.so'
+    'libxkbcommon'
+)
+makedepends=(
+    'cmake'
+    'catch2'
+    '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=('23a94538538f43a6db4c1c5f7e09e75ab743ded1ccfc737e1f3e0971fe4cdd87')
+
+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