[arch-commits] Commit in waybar/repos (2 files)
Brett Cornwall
ainola at archlinux.org
Mon Mar 11 16:25:09 UTC 2019
Date: Monday, March 11, 2019 @ 16:25:08
Author: ainola
Revision: 439779
archrelease: copy trunk to community-staging-x86_64
Added:
waybar/repos/community-staging-x86_64/
waybar/repos/community-staging-x86_64/PKGBUILD
(from rev 439778, waybar/trunk/PKGBUILD)
----------+
PKGBUILD | 39 +++++++++++++++++++++++++++++++++++++++
1 file changed, 39 insertions(+)
Copied: waybar/repos/community-staging-x86_64/PKGBUILD (from rev 439778, waybar/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD (rev 0)
+++ community-staging-x86_64/PKGBUILD 2019-03-11 16:25:08 UTC (rev 439779)
@@ -0,0 +1,39 @@
+# 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/"
+}
More information about the arch-commits
mailing list