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

Maxim Baz maximbaz at archlinux.org
Sat Apr 11 15:58:05 UTC 2020


    Date: Saturday, April 11, 2020 @ 15:58:05
  Author: maximbaz
Revision: 613342

archrelease: copy trunk to community-x86_64

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

----------+
 PKGBUILD |   89 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 45 insertions(+), 44 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-04-11 15:58:02 UTC (rev 613341)
+++ PKGBUILD	2020-04-11 15:58:05 UTC (rev 613342)
@@ -1,44 +0,0 @@
-# Maintainer: Brett Cornwall <ainola at archlinux.org>
-
-pkgname=waybar
-pkgver=0.9.1
-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=(
-    'chrono-date'
-    'gtk-layer-shell'
-    'gtkmm3'
-    'libjsoncpp.so'
-    'libspdlog.so'
-    'libdbusmenu-gtk3'
-    'libpulse'
-    'libmpdclient'
-)
-makedepends=(
-    'cmake'
-    'meson'
-    'scdoc'  # For generating manpages
-    'sway'  # Support for workspace and window title modules
-)
-optdepends=(
-    'otf-font-awesome: Icons in the default configuration'
-)
-source=(
-    "$pkgname-$pkgver.tar.gz::https://github.com/Alexays/Waybar/archive/$pkgver.tar.gz"
-)
-sha256sums=('97d61baced26835b49d9366a1316925fc5ec59c4ae9269d85c71c5375a061478')
-
-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 613341, waybar/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-04-11 15:58:05 UTC (rev 613342)
@@ -0,0 +1,45 @@
+# Maintainer: Brett Cornwall <ainola at archlinux.org>
+# Maintainer: Maxim Baz <$pkgname at maximbaz dot com>
+
+pkgname=waybar
+pkgver=0.9.2
+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=(
+    'chrono-date'
+    'gtk-layer-shell'
+    'gtkmm3'
+    'libjsoncpp.so'
+    'libspdlog.so'
+    'libdbusmenu-gtk3'
+    'libpulse'
+    'libmpdclient'
+)
+makedepends=(
+    'cmake'
+    'meson'
+    'scdoc'  # For generating manpages
+    'sway'   # Support for workspace and window title modules
+)
+optdepends=(
+    'otf-font-awesome: Icons in the default configuration'
+)
+source=(
+    "$pkgname-$pkgver.tar.gz::https://github.com/Alexays/Waybar/archive/$pkgver.tar.gz"
+)
+sha256sums=('9740662de19dd6126c23efb69c9dc7f9d918443543af12aee770de39d415bdf8')
+
+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