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

Brett Cornwall ainola at archlinux.org
Sat May 18 20:54:46 UTC 2019


    Date: Saturday, May 18, 2019 @ 20:54:45
  Author: ainola
Revision: 467895

archrelease: copy trunk to community-x86_64

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

----------+
 PKGBUILD |   80 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 40 insertions(+), 40 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2019-05-18 20:54:29 UTC (rev 467894)
+++ PKGBUILD	2019-05-18 20:54:45 UTC (rev 467895)
@@ -1,40 +0,0 @@
-# Maintainer: Ainola <ainola at archlinux.org>
-
-pkgname=waybar
-pkgver=0.6.4
-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'
-    'libmpdclient'
-)
-# 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=('a483565d6be665385f3a39318108ab09acc995b5ddc97efe744630cbd6938fa6')
-
-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 467894, waybar/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-05-18 20:54:45 UTC (rev 467895)
@@ -0,0 +1,40 @@
+# Maintainer: Ainola <ainola at archlinux.org>
+
+pkgname=waybar
+pkgver=0.6.5
+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'
+    'libmpdclient'
+)
+# 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=('104fa3c1bb23858fb56a072858910e61a6fc3184104b98c679b5b11a2d528228')
+
+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