[arch-commits] Commit in waybar/repos/community-x86_64 (PKGBUILD PKGBUILD)
Brett Cornwall
ainola at archlinux.org
Fri Apr 5 00:09:39 UTC 2019
Date: Friday, April 5, 2019 @ 00:09:38
Author: ainola
Revision: 449702
archrelease: copy trunk to community-x86_64
Added:
waybar/repos/community-x86_64/PKGBUILD
(from rev 449701, waybar/trunk/PKGBUILD)
Deleted:
waybar/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 78 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 39 insertions(+), 39 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2019-04-05 00:09:25 UTC (rev 449701)
+++ PKGBUILD 2019-04-05 00:09:38 UTC (rev 449702)
@@ -1,39 +0,0 @@
-# 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/"
-}
Copied: waybar/repos/community-x86_64/PKGBUILD (from rev 449701, waybar/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2019-04-05 00:09:38 UTC (rev 449702)
@@ -0,0 +1,39 @@
+# 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/"
+}
More information about the arch-commits
mailing list