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

Brett Cornwall ainola at archlinux.org
Wed Mar 20 14:20:03 UTC 2019


    Date: Wednesday, March 20, 2019 @ 14:20:02
  Author: ainola
Revision: 442967

archrelease: copy trunk to community-x86_64

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

----------+
 PKGBUILD |   78 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 39 insertions(+), 39 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2019-03-20 14:19:47 UTC (rev 442966)
+++ PKGBUILD	2019-03-20 14:20:02 UTC (rev 442967)
@@ -1,39 +0,0 @@
-# Maintainer: Ainola <ainola at archlinux.org>
-
-pkgname=waybar
-pkgver=0.4.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'
-    'libappindicator-gtk3'
-    'libpulse'
-)
-# Sway is needed for building support for workspace and window title modules
-makedepends=(
-    'meson'
-    'sway'
-    'wlroots'
-)
-optdepends=(
-    'otf-font-awesome: Icons in the default configuration'
-)
-source=("$pkgname-$pkgver.tar.gz::https://github.com/Alexays/Waybar/archive/$pkgver.tar.gz")
-sha256sums=('c2edb71a197c9439e634b1033fbbe634a16de163be2e0a3ad443834fb6a8ee75')
-
-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 442966, waybar/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-03-20 14:20:02 UTC (rev 442967)
@@ -0,0 +1,39 @@
+# Maintainer: Ainola <ainola at archlinux.org>
+
+pkgname=waybar
+pkgver=0.5.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'
+    'libappindicator-gtk3'
+    'libpulse'
+)
+# Sway is needed for building support for workspace and window title modules
+makedepends=(
+    'meson'
+    'sway'
+    'wlroots'
+)
+optdepends=(
+    'otf-font-awesome: Icons in the default configuration'
+)
+source=("$pkgname-$pkgver.tar.gz::https://github.com/Alexays/Waybar/archive/$pkgver.tar.gz")
+sha256sums=('c858722eac1ba4ac72fe28c6b159de2642017e277855b200131f96be15d2640b')
+
+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/"
+}



More information about the arch-commits mailing list