[arch-commits] Commit in waybar/repos/community-x86_64 (PKGBUILD PKGBUILD)
Brett Cornwall
ainola at archlinux.org
Wed Dec 23 21:19:44 UTC 2020
Date: Wednesday, December 23, 2020 @ 21:19:44
Author: ainola
Revision: 785293
archrelease: copy trunk to community-x86_64
Added:
waybar/repos/community-x86_64/PKGBUILD
(from rev 785291, waybar/trunk/PKGBUILD)
Deleted:
waybar/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 111 +++++++++++++++++++++++++++++--------------------------------
1 file changed, 53 insertions(+), 58 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2020-12-23 21:19:44 UTC (rev 785292)
+++ PKGBUILD 2020-12-23 21:19:44 UTC (rev 785293)
@@ -1,58 +0,0 @@
-# Maintainer: Brett Cornwall <ainola at archlinux.org>
-# Maintainer: Maxim Baz <$pkgname at maximbaz dot com>
-
-pkgname=waybar
-pkgver=0.9.4
-pkgrel=5
-pkgdesc='Highly customizable Wayland bar for Sway and Wlroots based compositors'
-arch=('x86_64')
-url="https://github.com/Alexays/Waybar/"
-license=('MIT')
-depends=(
- 'gtkmm3'
- 'libjsoncpp.so'
- 'libsigc++'
- 'fmt'
- 'wayland'
- 'libdate-tz.so'
- 'libspdlog.so'
- 'gtk-layer-shell'
- 'libpulse'
- 'libnl'
- 'libappindicator-gtk3'
- 'libdbusmenu-gtk3'
- 'libmpdclient'
-)
-makedepends=(
- 'cmake'
- 'meson'
- 'scdoc' # For generating manpages
- 'wayland-protocols'
-)
-optdepends=(
- 'otf-font-awesome: Icons in the default configuration'
-)
-source=(
- "$pkgname-$pkgver.tar.gz::https://github.com/Alexays/Waybar/archive/$pkgver.tar.gz"
- "fix_mpd.patch::https://github.com/Alexays/Waybar/pull/887/commits/8f961ac3976048d7a389d77737d9694f26fe863d.patch"
-)
-sha256sums=('d49c09ee253ca9cc9688d1b4d8602adc9bdae613b02e2fa1a2e7277ddc9e82e8'
- '0e67d924c9e9cd62609a20ba3f9b9bfebfca23573024a54d0190245df3235c12')
-
-prepare() {
- cd "Waybar-$pkgver"
- # https://github.com/Alexays/Waybar/issues/775
- patch -p1 < ../fix_mpd.patch
-}
-
-build() {
- cd "Waybar-$pkgver"
- arch-meson 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 785291, waybar/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2020-12-23 21:19:44 UTC (rev 785293)
@@ -0,0 +1,53 @@
+# Maintainer: Brett Cornwall <ainola at archlinux.org>
+# Maintainer: Maxim Baz <$pkgname at maximbaz dot com>
+
+pkgname=waybar
+pkgver=0.9.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=(
+ 'gtkmm3'
+ 'libjsoncpp.so'
+ 'libsigc++'
+ 'fmt'
+ 'wayland'
+ 'libdate-tz.so'
+ 'libspdlog.so'
+ 'gtk-layer-shell'
+ 'libpulse'
+ 'libnl'
+ 'libappindicator-gtk3'
+ 'libdbusmenu-gtk3'
+ 'libmpdclient'
+ 'libsndio.so'
+)
+makedepends=(
+ 'cmake'
+ 'meson'
+ 'scdoc' # For generating manpages
+ 'wayland-protocols'
+)
+optdepends=(
+ 'otf-font-awesome: Icons in the default configuration'
+)
+source=(
+ "$pkgname-$pkgver.tar.gz::https://github.com/Alexays/Waybar/archive/$pkgver.tar.gz"
+)
+sha256sums=('74d783d4da01c1c3a90a00968d74f47c2193a6952c3b2e0584cf3ddfa1ae4254')
+
+build() {
+ cd "Waybar-$pkgver"
+ meson --prefix=/usr \
+ --buildtype=plain \
+ 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