[arch-commits] Commit in mako/repos (2 files)

Brett Cornwall ainola at archlinux.org
Sun Dec 9 23:23:22 UTC 2018


    Date: Sunday, December 9, 2018 @ 23:23:22
  Author: ainola
Revision: 413485

archrelease: copy trunk to community-testing-x86_64

Added:
  mako/repos/community-testing-x86_64/
  mako/repos/community-testing-x86_64/PKGBUILD
    (from rev 413484, mako/trunk/PKGBUILD)

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

Copied: mako/repos/community-testing-x86_64/PKGBUILD (from rev 413484, mako/trunk/PKGBUILD)
===================================================================
--- community-testing-x86_64/PKGBUILD	                        (rev 0)
+++ community-testing-x86_64/PKGBUILD	2018-12-09 23:23:22 UTC (rev 413485)
@@ -0,0 +1,29 @@
+# Maintainer: Ainola <ainola at archlinux.org>
+# 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/"
+}



More information about the arch-commits mailing list