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

2020-09-01 Thread Brett Cornwall via arch-commits
Date: Wednesday, September 2, 2020 @ 02:22:08
  Author: ainola
Revision: 696257

archrelease: copy trunk to community-x86_64

Added:
  mako/repos/community-x86_64/PKGBUILD
(from rev 696256, mako/trunk/PKGBUILD)
Deleted:
  mako/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |   79 +++--
 1 file changed, 41 insertions(+), 38 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-09-02 02:22:00 UTC (rev 696256)
+++ PKGBUILD2020-09-02 02:22:08 UTC (rev 696257)
@@ -1,38 +0,0 @@
-# Maintainer: Ainola 
-# Contributor: Drew DeVault
-
-pkgname=mako
-pkgver=1.4.1
-pkgrel=1
-license=('MIT')
-pkgdesc='Lightweight notification daemon for Wayland'
-makedepends=("meson" "scdoc" "wayland-protocols")
-depends=(
-   "gdk-pixbuf2"
-   "pango"
-   "systemd-libs"
-   "wayland"
-)
-arch=("x86_64")
-url='https://mako-project.org'
-source=(
-   
"$pkgname-$pkgver.tar.gz::https://github.com/emersion/mako/releases/download/v$pkgver/mako-$pkgver.tar.gz;
-   
"$pkgname-$pkgver.tar.gz.sig::https://github.com/emersion/mako/releases/download/v$pkgver/mako-$pkgver.tar.gz.sig;
-)
-validpgpkeys=("34FF9526CFEF0E97A340E2E40FDE7BE0E88F5E48")  # emersion
-sha256sums=('27ab63264a74389de2119393fe64fd578a4c1d04c8409990ef7cfbb6eb9309bb'
-'SKIP')
-
-
-build() {
-   meson --prefix /usr \
-   --buildtype=plain \
-   -Dzsh-completions=true \
-   "$pkgname-$pkgver" build
-   ninja -C build
-}
-
-package() {
-   DESTDIR="$pkgdir" ninja -C build install
-   install -Dm644 "$pkgname-$pkgver/LICENSE" -t 
"$pkgdir/usr/share/licenses/$pkgname/"
-}

Copied: mako/repos/community-x86_64/PKGBUILD (from rev 696256, 
mako/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-09-02 02:22:08 UTC (rev 696257)
@@ -0,0 +1,41 @@
+# Maintainer: Brett Cornwall 
+# Contributor: Drew DeVault
+
+pkgname=mako
+pkgver=1.4.1
+pkgrel=2
+license=('MIT')
+pkgdesc='Lightweight notification daemon for Wayland'
+makedepends=("meson" "scdoc" "systemd" "wayland-protocols")
+depends=(
+   "gdk-pixbuf2"
+   "pango"
+   "systemd-libs"
+   "wayland"
+)
+optdepends=(
+   "jq: Required for the menu sub-command"
+)
+arch=("x86_64")
+url='https://mako-project.org'
+source=(
+   
"$pkgname-$pkgver.tar.gz::https://github.com/emersion/mako/releases/download/v$pkgver/mako-$pkgver.tar.gz;
+   
"$pkgname-$pkgver.tar.gz.sig::https://github.com/emersion/mako/releases/download/v$pkgver/mako-$pkgver.tar.gz.sig;
+)
+validpgpkeys=("34FF9526CFEF0E97A340E2E40FDE7BE0E88F5E48")  # emersion
+sha256sums=('27ab63264a74389de2119393fe64fd578a4c1d04c8409990ef7cfbb6eb9309bb'
+'SKIP')
+
+
+build() {
+   meson --prefix /usr \
+   --buildtype=plain \
+   -Dzsh-completions=true \
+   "$pkgname-$pkgver" build
+   ninja -C build
+}
+
+package() {
+   DESTDIR="$pkgdir" ninja -C build install
+   install -Dm644 "$pkgname-$pkgver/LICENSE" -t 
"$pkgdir/usr/share/licenses/$pkgname/"
+}


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

2020-01-11 Thread Brett Cornwall via arch-commits
Date: Sunday, January 12, 2020 @ 06:38:51
  Author: ainola
Revision: 552179

archrelease: copy trunk to community-x86_64

Added:
  mako/repos/community-x86_64/PKGBUILD
(from rev 552178, mako/trunk/PKGBUILD)
Deleted:
  mako/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |   76 ++---
 1 file changed, 38 insertions(+), 38 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-01-12 06:38:37 UTC (rev 552178)
+++ PKGBUILD2020-01-12 06:38:51 UTC (rev 552179)
@@ -1,38 +0,0 @@
-# Maintainer: Ainola 
-# Contributor: Drew DeVault
-
-pkgname=mako
-pkgver=1.4
-pkgrel=1
-license=('MIT')
-pkgdesc='Lightweight notification daemon for Wayland'
-makedepends=("meson" "scdoc" "wayland-protocols")
-depends=(
-   "gdk-pixbuf2"
-   "pango"
-   "systemd-libs"
-   "wayland"
-)
-arch=("x86_64")
-url='https://mako-project.org'
-source=(
-   
"$pkgname-$pkgver.tar.gz::https://github.com/emersion/mako/releases/download/v$pkgver/mako-$pkgver.tar.gz;
-   
"$pkgname-$pkgver.tar.gz.sig::https://github.com/emersion/mako/releases/download/v$pkgver/mako-$pkgver.tar.gz.sig;
-)
-validpgpkeys=("34FF9526CFEF0E97A340E2E40FDE7BE0E88F5E48")  # emersion
-sha256sums=('b79186fa371956f771694c9e583146e79ae675cf6da19db854f8d80961d88b0d'
-'SKIP')
-
-
-build() {
-   meson --prefix /usr \
-   --buildtype=plain \
-   -Dzsh-completions=true \
-   "$pkgname-$pkgver" build
-   ninja -C build
-}
-
-package() {
-   DESTDIR="$pkgdir" ninja -C build install
-   install -Dm644 "$pkgname-$pkgver/LICENSE" -t 
"$pkgdir/usr/share/licenses/$pkgname/"
-}

Copied: mako/repos/community-x86_64/PKGBUILD (from rev 552178, 
mako/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-01-12 06:38:51 UTC (rev 552179)
@@ -0,0 +1,38 @@
+# Maintainer: Ainola 
+# Contributor: Drew DeVault
+
+pkgname=mako
+pkgver=1.4.1
+pkgrel=1
+license=('MIT')
+pkgdesc='Lightweight notification daemon for Wayland'
+makedepends=("meson" "scdoc" "wayland-protocols")
+depends=(
+   "gdk-pixbuf2"
+   "pango"
+   "systemd-libs"
+   "wayland"
+)
+arch=("x86_64")
+url='https://mako-project.org'
+source=(
+   
"$pkgname-$pkgver.tar.gz::https://github.com/emersion/mako/releases/download/v$pkgver/mako-$pkgver.tar.gz;
+   
"$pkgname-$pkgver.tar.gz.sig::https://github.com/emersion/mako/releases/download/v$pkgver/mako-$pkgver.tar.gz.sig;
+)
+validpgpkeys=("34FF9526CFEF0E97A340E2E40FDE7BE0E88F5E48")  # emersion
+sha256sums=('27ab63264a74389de2119393fe64fd578a4c1d04c8409990ef7cfbb6eb9309bb'
+'SKIP')
+
+
+build() {
+   meson --prefix /usr \
+   --buildtype=plain \
+   -Dzsh-completions=true \
+   "$pkgname-$pkgver" build
+   ninja -C build
+}
+
+package() {
+   DESTDIR="$pkgdir" ninja -C build install
+   install -Dm644 "$pkgname-$pkgver/LICENSE" -t 
"$pkgdir/usr/share/licenses/$pkgname/"
+}


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

2019-07-19 Thread Brett Cornwall via arch-commits
Date: Saturday, July 20, 2019 @ 04:08:23
  Author: ainola
Revision: 492235

archrelease: copy trunk to community-x86_64

Added:
  mako/repos/community-x86_64/PKGBUILD
(from rev 492234, mako/trunk/PKGBUILD)
Deleted:
  mako/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |   71 -
 1 file changed, 38 insertions(+), 33 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-07-20 04:08:09 UTC (rev 492234)
+++ PKGBUILD2019-07-20 04:08:23 UTC (rev 492235)
@@ -1,33 +0,0 @@
-# Maintainer: Ainola 
-# Contributor: Drew DeVault
-
-pkgname=mako
-pkgver=1.3
-pkgrel=1
-license=('MIT')
-pkgdesc='Lightweight notification daemon for Wayland'
-makedepends=("meson" "scdoc" "wayland-protocols")
-depends=(
-   "gdk-pixbuf2"
-   "pango"
-   "systemd-libs"
-   "wayland"
-)
-arch=("x86_64")
-url='https://mako-project.org'
-source=("$pkgname-$pkgver.tar.gz::https://github.com/emersion/$pkgname/archive/v$pkgver.tar.gz;)
-sha256sums=('a048bf81907014c8f133a7726e771d0026fa9bbbf81ee7aa6852db3ac7e7806f')
-
-
-build() {
-   meson --prefix /usr \
-   --buildtype=plain \
-   -Dzsh-completions=true \
-   "$pkgname-$pkgver" build
-   ninja -C build
-}
-
-package() {
-   DESTDIR="$pkgdir" ninja -C build install
-   install -Dm644 "$pkgname-$pkgver/LICENSE" -t 
"$pkgdir/usr/share/licenses/$pkgname/"
-}

Copied: mako/repos/community-x86_64/PKGBUILD (from rev 492234, 
mako/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-07-20 04:08:23 UTC (rev 492235)
@@ -0,0 +1,38 @@
+# Maintainer: Ainola 
+# Contributor: Drew DeVault
+
+pkgname=mako
+pkgver=1.4
+pkgrel=1
+license=('MIT')
+pkgdesc='Lightweight notification daemon for Wayland'
+makedepends=("meson" "scdoc" "wayland-protocols")
+depends=(
+   "gdk-pixbuf2"
+   "pango"
+   "systemd-libs"
+   "wayland"
+)
+arch=("x86_64")
+url='https://mako-project.org'
+source=(
+   
"$pkgname-$pkgver.tar.gz::https://github.com/emersion/mako/releases/download/v$pkgver/mako-$pkgver.tar.gz;
+   
"$pkgname-$pkgver.tar.gz.sig::https://github.com/emersion/mako/releases/download/v$pkgver/mako-$pkgver.tar.gz.sig;
+)
+validpgpkeys=("34FF9526CFEF0E97A340E2E40FDE7BE0E88F5E48")  # emersion
+sha256sums=('b79186fa371956f771694c9e583146e79ae675cf6da19db854f8d80961d88b0d'
+'SKIP')
+
+
+build() {
+   meson --prefix /usr \
+   --buildtype=plain \
+   -Dzsh-completions=true \
+   "$pkgname-$pkgver" build
+   ninja -C build
+}
+
+package() {
+   DESTDIR="$pkgdir" ninja -C build install
+   install -Dm644 "$pkgname-$pkgver/LICENSE" -t 
"$pkgdir/usr/share/licenses/$pkgname/"
+}


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

2019-04-19 Thread Brett Cornwall via arch-commits
Date: Saturday, April 20, 2019 @ 04:30:45
  Author: ainola
Revision: 452078

archrelease: copy trunk to community-x86_64

Added:
  mako/repos/community-x86_64/PKGBUILD
(from rev 452077, mako/trunk/PKGBUILD)
Deleted:
  mako/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |   62 -
 1 file changed, 33 insertions(+), 29 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-04-20 04:30:16 UTC (rev 452077)
+++ PKGBUILD2019-04-20 04:30:45 UTC (rev 452078)
@@ -1,29 +0,0 @@
-# Maintainer: Ainola 
-# Contributor: Drew DeVault
-
-pkgname=mako
-pkgver=1.2
-pkgrel=3
-license=('MIT')
-pkgdesc='Lightweight notification daemon for Wayland'
-makedepends=("meson" "scdoc" "wayland-protocols")
-depends=(
-   "cairo"
-   "libsystemd"
-   "pango"
-   "wayland"
-)
-arch=("x86_64")
-url='https://mako-project.org'
-source=("$pkgname-$pkgver.tar.gz::https://github.com/emersion/$pkgname/archive/v$pkgver.tar.gz;)
-sha256sums=('56f083e355295cf11831f4c3f54a95b04df1a352232ab24b0cd30c3255949e0f')
-
-build() {
-   arch-meson "$pkgname-$pkgver" build
-   ninja -C build
-}
-
-package() {
-   DESTDIR="$pkgdir" ninja -C build install
-   install -Dm644 "$pkgname-$pkgver/LICENSE" -t 
"$pkgdir/usr/share/licenses/$pkgname/"
-}

Copied: mako/repos/community-x86_64/PKGBUILD (from rev 452077, 
mako/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-04-20 04:30:45 UTC (rev 452078)
@@ -0,0 +1,33 @@
+# Maintainer: Ainola 
+# Contributor: Drew DeVault
+
+pkgname=mako
+pkgver=1.3
+pkgrel=1
+license=('MIT')
+pkgdesc='Lightweight notification daemon for Wayland'
+makedepends=("meson" "scdoc" "wayland-protocols")
+depends=(
+   "gdk-pixbuf2"
+   "pango"
+   "systemd-libs"
+   "wayland"
+)
+arch=("x86_64")
+url='https://mako-project.org'
+source=("$pkgname-$pkgver.tar.gz::https://github.com/emersion/$pkgname/archive/v$pkgver.tar.gz;)
+sha256sums=('a048bf81907014c8f133a7726e771d0026fa9bbbf81ee7aa6852db3ac7e7806f')
+
+
+build() {
+   meson --prefix /usr \
+   --buildtype=plain \
+   -Dzsh-completions=true \
+   "$pkgname-$pkgver" build
+   ninja -C build
+}
+
+package() {
+   DESTDIR="$pkgdir" ninja -C build install
+   install -Dm644 "$pkgname-$pkgver/LICENSE" -t 
"$pkgdir/usr/share/licenses/$pkgname/"
+}