[arch-commits] Commit in pantheon-print/repos (2 files)
Felix Yan
felixonmars at archlinux.org
Tue Jul 7 18:11:04 UTC 2020
Date: Tuesday, July 7, 2020 @ 18:11:04
Author: felixonmars
Revision: 660024
archrelease: copy trunk to community-staging-x86_64
Added:
pantheon-print/repos/community-staging-x86_64/
pantheon-print/repos/community-staging-x86_64/PKGBUILD
(from rev 660023, pantheon-print/trunk/PKGBUILD)
----------+
PKGBUILD | 35 +++++++++++++++++++++++++++++++++++
1 file changed, 35 insertions(+)
Copied: pantheon-print/repos/community-staging-x86_64/PKGBUILD (from rev 660023, pantheon-print/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD (rev 0)
+++ community-staging-x86_64/PKGBUILD 2020-07-07 18:11:04 UTC (rev 660024)
@@ -0,0 +1,35 @@
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+
+pkgname=pantheon-print
+pkgver=0.1.3
+pkgrel=2
+pkgdesc='Simple shim for printing support via Contractor'
+arch=(x86_64)
+url=https://github.com/elementary/pantheon-print
+license=(GPL3)
+depends=(
+ cairo
+ contractor
+ glib2
+ glibc
+ gtk3
+ pango
+)
+makedepends=(
+ git
+ meson
+ vala
+)
+source=(git+https://github.com/elementary/pantheon-print.git#tag=${pkgver})
+sha256sums=(SKIP)
+
+build() {
+ arch-meson pantheon-print build
+ ninja -C build
+}
+
+package() {
+ DESTDIR="${pkgdir}" ninja -C build install
+}
+
+# vim: ts=2 sw=2 et:
More information about the arch-commits
mailing list