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

Brett Cornwall ainola at archlinux.org
Sat Jul 20 04:08:23 UTC 2019


    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
===================================================================
--- PKGBUILD	2019-07-20 04:08:09 UTC (rev 492234)
+++ PKGBUILD	2019-07-20 04:08:23 UTC (rev 492235)
@@ -1,33 +0,0 @@
-# Maintainer: Ainola <ainola at archlinux.org>
-# 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)
+++ PKGBUILD	2019-07-20 04:08:23 UTC (rev 492235)
@@ -0,0 +1,38 @@
+# Maintainer: Ainola <ainola at archlinux.org>
+# 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/"
+}



More information about the arch-commits mailing list