[arch-commits] Commit in waybar/repos/community-x86_64 (PKGBUILD PKGBUILD)
Maxim Baz
maximbaz at archlinux.org
Fri Nov 13 10:46:13 UTC 2020
Date: Friday, November 13, 2020 @ 10:46:13
Author: maximbaz
Revision: 753857
archrelease: copy trunk to community-x86_64
Added:
waybar/repos/community-x86_64/PKGBUILD
(from rev 753856, waybar/trunk/PKGBUILD)
Deleted:
waybar/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 102 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 51 insertions(+), 51 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2020-11-13 10:46:09 UTC (rev 753856)
+++ PKGBUILD 2020-11-13 10:46:13 UTC (rev 753857)
@@ -1,51 +0,0 @@
-# Maintainer: Brett Cornwall <ainola at archlinux.org>
-# Maintainer: Maxim Baz <$pkgname at maximbaz dot com>
-
-pkgname=waybar
-pkgver=0.9.4
-pkgrel=2
-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'
- 'libinput'
- '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"
-)
-sha256sums=('d49c09ee253ca9cc9688d1b4d8602adc9bdae613b02e2fa1a2e7277ddc9e82e8')
-
-build() {
- cd "Waybar-$pkgver"
- meson --prefix=/usr --wrap-mode=nofallback 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 753856, waybar/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2020-11-13 10:46:13 UTC (rev 753857)
@@ -0,0 +1,51 @@
+# Maintainer: Brett Cornwall <ainola at archlinux.org>
+# Maintainer: Maxim Baz <$pkgname at maximbaz dot com>
+
+pkgname=waybar
+pkgver=0.9.4
+pkgrel=3
+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'
+ 'libinput'
+ '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"
+)
+sha256sums=('d49c09ee253ca9cc9688d1b4d8602adc9bdae613b02e2fa1a2e7277ddc9e82e8')
+
+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/"
+}
More information about the arch-commits
mailing list