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

Maxime Gauduin alucryd at archlinux.org
Mon Mar 29 08:38:12 UTC 2021


    Date: Monday, March 29, 2021 @ 08:38:12
  Author: alucryd
Revision: 908789

archrelease: copy trunk to community-staging-x86_64

Added:
  pantheon-screenshot/repos/community-staging-x86_64/
  pantheon-screenshot/repos/community-staging-x86_64/PKGBUILD
    (from rev 908788, pantheon-screenshot/trunk/PKGBUILD)

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

Copied: pantheon-screenshot/repos/community-staging-x86_64/PKGBUILD (from rev 908788, pantheon-screenshot/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD	                        (rev 0)
+++ community-staging-x86_64/PKGBUILD	2021-03-29 08:38:12 UTC (rev 908789)
@@ -0,0 +1,43 @@
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+
+pkgname=pantheon-screenshot
+pkgver=1.7.1
+pkgrel=2
+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
+)
+_tag=57731e24610912038e279b03e4fbeae01378e7df
+source=(pantheon-screenshot::git+https://github.com/elementary/screenshot.git#tag=${_tag})
+sha256sums=(SKIP)
+
+pkgver() {
+  cd pantheon-screenshot
+
+  git describe --tags
+}
+
+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