[arch-commits] Commit in waybar/repos/community-x86_64 (PKGBUILD PKGBUILD)

Brett Cornwall ainola at archlinux.org
Sat Jun 8 23:34:48 UTC 2019


    Date: Saturday, June 8, 2019 @ 23:34:47
  Author: ainola
Revision: 478483

archrelease: copy trunk to community-x86_64

Added:
  waybar/repos/community-x86_64/PKGBUILD
    (from rev 478482, waybar/trunk/PKGBUILD)
Deleted:
  waybar/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   78 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 39 insertions(+), 39 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2019-06-08 23:34:33 UTC (rev 478482)
+++ PKGBUILD	2019-06-08 23:34:47 UTC (rev 478483)
@@ -1,39 +0,0 @@
-# Maintainer: Ainola <ainola at archlinux.org>
-
-pkgname=waybar
-pkgver=0.6.7
-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'
-    'libmpdclient'
-)
-# Sway is needed for building support for workspace and window title modules
-makedepends=(
-    'meson'
-    'sway'
-)
-optdepends=(
-    'otf-font-awesome: Icons in the default configuration'
-)
-source=("$pkgname-$pkgver.tar.gz::https://github.com/Alexays/Waybar/archive/$pkgver.tar.gz")
-sha256sums=('45f8d24c628569b7691654a6079bc4fb70fee474e2c996e46af044e3dcffd036')
-
-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 478482, waybar/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-06-08 23:34:47 UTC (rev 478483)
@@ -0,0 +1,39 @@
+# Maintainer: Brett Cornwall <ainola at archlinux.org>
+
+pkgname=waybar
+pkgver=0.6.8
+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'
+    'libmpdclient'
+)
+# Sway is needed for building support for workspace and window title modules
+makedepends=(
+    'meson'
+    'sway'
+)
+optdepends=(
+    'otf-font-awesome: Icons in the default configuration'
+)
+source=("$pkgname-$pkgver.tar.gz::https://github.com/Alexays/Waybar/archive/$pkgver.tar.gz")
+sha256sums=('f8e7628f1d751ffb5d0ac69bfdd52fd9088e67eb7dc228afa891dc1d8c5e22ce')
+
+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