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

Brett Cornwall ainola at archlinux.org
Sat Apr 20 04:30:46 UTC 2019


    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
===================================================================
--- PKGBUILD	2019-04-20 04:30:16 UTC (rev 452077)
+++ PKGBUILD	2019-04-20 04:30:45 UTC (rev 452078)
@@ -1,29 +0,0 @@
-# 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/"
-}

Copied: mako/repos/community-x86_64/PKGBUILD (from rev 452077, mako/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-04-20 04:30:45 UTC (rev 452078)
@@ -0,0 +1,33 @@
+# 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/"
+}



More information about the arch-commits mailing list