Date: Thursday, November 3, 2022 @ 09:05:16
Author: maximbaz
Revision: 1341202
archrelease: copy trunk to community-x86_64
Added:
waybar/repos/community-x86_64/PKGBUILD
(from rev 1341201, waybar/trunk/PKGBUILD)
Deleted:
waybar/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 132 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 66 insertions(+), 66 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2022-11-03 09:05:13 UTC (rev 1341201)
+++ PKGBUILD 2022-11-03 09:05:16 UTC (rev 1341202)
@@ -1,66 +0,0 @@
-# Maintainer: Brett Cornwall <[email protected]>
-# Maintainer: Maxim Baz <$pkgname at maximbaz dot com>
-
-pkgname=waybar
-pkgver=0.9.14
-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'
- 'jack' 'libjack.so'
- 'wayland'
- 'libdate-tz.so'
- 'libspdlog.so'
- 'gtk-layer-shell'
- 'libupower-glib.so'
- 'upower'
- 'libevdev'
- 'libinput'
- 'libpulse'
- 'libnl'
- 'libappindicator-gtk3'
- 'libdbusmenu-gtk3'
- 'libmpdclient'
- 'libsndio.so'
- 'libxkbcommon'
-)
-makedepends=(
- 'cmake'
- 'catch2'
- 'meson'
- 'scdoc' # For generating manpages
- 'wayland-protocols'
-)
-backup=(
- etc/xdg/waybar/config
- etc/xdg/waybar/style.css
-)
-optdepends=(
- 'otf-font-awesome: Icons in the default configuration'
-)
-source=("$pkgname-$pkgver.tar.gz::https://github.com/Alexays/Waybar/archive/$pkgver.tar.gz")
-sha256sums=('45fdd17240b9d61b2f19e12ba9e9444418f0c9b511440cbc3624652a309a0ccf')
-
-build() {
- cd "Waybar-$pkgver"
- # TODO tests depend on catch2 v3
- meson --prefix=/usr \
- --buildtype=plain \
- --auto-features=enabled \
- --wrap-mode=nodownload \
- -Dtests=disabled \
- 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 1341201,
waybar/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2022-11-03 09:05:16 UTC (rev 1341202)
@@ -0,0 +1,66 @@
+# Maintainer: Brett Cornwall <[email protected]>
+# Maintainer: Maxim Baz <$pkgname at maximbaz dot com>
+
+pkgname=waybar
+pkgver=0.9.15
+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'
+ 'jack' 'libjack.so'
+ 'wayland'
+ 'libdate-tz.so'
+ 'libspdlog.so'
+ 'gtk-layer-shell'
+ 'libupower-glib.so'
+ 'upower'
+ 'libevdev'
+ 'libinput'
+ 'libpulse'
+ 'libnl'
+ 'libappindicator-gtk3'
+ 'libdbusmenu-gtk3'
+ 'libmpdclient'
+ 'libsndio.so'
+ 'libxkbcommon'
+)
+makedepends=(
+ 'cmake'
+ 'catch2'
+ 'meson'
+ 'scdoc' # For generating manpages
+ 'wayland-protocols'
+)
+backup=(
+ etc/xdg/waybar/config
+ etc/xdg/waybar/style.css
+)
+optdepends=(
+ 'otf-font-awesome: Icons in the default configuration'
+)
+source=("$pkgname-$pkgver.tar.gz::https://github.com/Alexays/Waybar/archive/$pkgver.tar.gz")
+sha256sums=('e74c42543d10dd44688ed469c762979c108ea7cd05d94b65b47cf42dab147f8a')
+
+build() {
+ cd "Waybar-$pkgver"
+ # TODO tests depend on catch2 v3
+ meson --prefix=/usr \
+ --buildtype=plain \
+ --auto-features=enabled \
+ --wrap-mode=nodownload \
+ -Dtests=disabled \
+ build
+ ninja -C build
+}
+
+package() {
+ cd "Waybar-$pkgver"
+ DESTDIR="$pkgdir" ninja -C build install
+ install -Dm644 LICENSE -t "$pkgdir/usr/share/licenses/$pkgname/"
+}