[arch-commits] Commit in waybar/repos/community-x86_64 (PKGBUILD PKGBUILD)
Brett Cornwall
ainola at archlinux.org
Fri Apr 26 02:34:35 UTC 2019
Date: Friday, April 26, 2019 @ 02:34:34
Author: ainola
Revision: 454103
archrelease: copy trunk to community-x86_64
Added:
waybar/repos/community-x86_64/PKGBUILD
(from rev 454102, waybar/trunk/PKGBUILD)
Deleted:
waybar/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 79 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 40 insertions(+), 39 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2019-04-26 02:34:18 UTC (rev 454102)
+++ PKGBUILD 2019-04-26 02:34:34 UTC (rev 454103)
@@ -1,39 +0,0 @@
-# Maintainer: Ainola <ainola at archlinux.org>
-
-pkgname=waybar
-pkgver=0.5.1
-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=('e2a7042ca64161272ce3044941eb61de025c27865f577e3e26c513277c6d2c7e')
-
-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 454102, waybar/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2019-04-26 02:34:34 UTC (rev 454103)
@@ -0,0 +1,40 @@
+# Maintainer: Ainola <ainola at archlinux.org>
+
+pkgname=waybar
+pkgver=0.6.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'
+ '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=('5fb8c10b5f02e680dee2ec0ef76965bb382cefbc83125976c80e6db4590449d2')
+
+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