[arch-commits] Commit in (3 files)

Maxime Gauduin alucryd at archlinux.org
Wed Mar 6 12:57:52 UTC 2019


    Date: Wednesday, March 6, 2019 @ 12:57:51
  Author: alucryd
Revision: 437842

add pantheon-screenshot

Added:
  pantheon-screenshot/
  pantheon-screenshot/trunk/
  pantheon-screenshot/trunk/PKGBUILD

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

Added: pantheon-screenshot/trunk/PKGBUILD
===================================================================
--- pantheon-screenshot/trunk/PKGBUILD	                        (rev 0)
+++ pantheon-screenshot/trunk/PKGBUILD	2019-03-06 12:57:51 UTC (rev 437842)
@@ -0,0 +1,36 @@
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+
+pkgname=pantheon-screenshot
+pkgver=1.6.2
+pkgrel=1
+pkgdesc='The Pantheon Screenshot Tool'
+arch=(x86_64)
+url=https://github.com/elementary/screenshot
+license=(GPL3)
+groups=(pantheon)
+depends=(
+  gdk-pixbuf2
+  glib2
+  gtk3
+  libcanberra
+  libgranite.so
+)
+makedepends=(
+  git
+  intltool
+  meson
+  vala
+)
+source=(pantheon-screenshot::git+https://github.com/elementary/screenshot.git#tag=${pkgver})
+sha256sums=(SKIP)
+
+build() {
+  arch-meson pantheon-screenshot 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