[arch-commits] Commit in waybar/repos (3 files)
Maxime Gauduin
alucryd at archlinux.org
Mon Aug 10 08:39:23 UTC 2020
Date: Monday, August 10, 2020 @ 08:39:22
Author: alucryd
Revision: 673488
db-move: moved waybar from [community-testing] to [community] (x86_64)
Added:
waybar/repos/community-x86_64/PKGBUILD
(from rev 673487, waybar/repos/community-testing-x86_64/PKGBUILD)
Deleted:
waybar/repos/community-testing-x86_64/
waybar/repos/community-x86_64/PKGBUILD
---------------------------+
/PKGBUILD | 51 ++++++++++++++++++++++++++++++++++++++++++++
community-x86_64/PKGBUILD | 51 --------------------------------------------
2 files changed, 51 insertions(+), 51 deletions(-)
Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD 2020-08-10 08:39:21 UTC (rev 673487)
+++ community-x86_64/PKGBUILD 2020-08-10 08:39:22 UTC (rev 673488)
@@ -1,51 +0,0 @@
-# Maintainer: Brett Cornwall <ainola at archlinux.org>
-# Maintainer: Maxim Baz <$pkgname at maximbaz dot com>
-
-pkgname=waybar
-pkgver=0.9.3
-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'
- 'libinput'
- 'libsigc++'
- 'fmt'
- 'wayland'
- 'chrono-date'
- '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=('15cadd05c6a366fd99a92b0f149974c697902c4683c50e2af69f3e59571793e5')
-
-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 673487, waybar/repos/community-testing-x86_64/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD (rev 0)
+++ community-x86_64/PKGBUILD 2020-08-10 08:39:22 UTC (rev 673488)
@@ -0,0 +1,51 @@
+# Maintainer: Brett Cornwall <ainola at archlinux.org>
+# Maintainer: Maxim Baz <$pkgname at maximbaz dot com>
+
+pkgname=waybar
+pkgver=0.9.3
+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=('15cadd05c6a366fd99a92b0f149974c697902c4683c50e2af69f3e59571793e5')
+
+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/"
+}
More information about the arch-commits
mailing list