[arch-commits] Commit in pantheon-camera (3 files)

Maxime Gauduin alucryd at archlinux.org
Tue May 14 07:34:26 UTC 2019


    Date: Tuesday, May 14, 2019 @ 07:34:25
  Author: alucryd
Revision: 467205

archrelease: copy trunk to community-x86_64

Added:
  pantheon-camera/repos/
  pantheon-camera/repos/community-x86_64/
  pantheon-camera/repos/community-x86_64/PKGBUILD
    (from rev 467204, pantheon-camera/trunk/PKGBUILD)

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

Copied: pantheon-camera/repos/community-x86_64/PKGBUILD (from rev 467204, pantheon-camera/trunk/PKGBUILD)
===================================================================
--- repos/community-x86_64/PKGBUILD	                        (rev 0)
+++ repos/community-x86_64/PKGBUILD	2019-05-14 07:34:25 UTC (rev 467205)
@@ -0,0 +1,40 @@
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+
+pkgname=pantheon-camera
+pkgver=1.0.4
+pkgrel=1
+pkgdesc='The Pantheon Camera Application'
+arch=(x86_64)
+url=https://github.com/elementary/camera
+license=(GPL3)
+groups=(pantheon)
+depends=(
+  appstream
+  clutter
+  clutter-gst
+  clutter-gtk
+  glib2
+  gstreamer
+  gtk3
+  libcanberra
+  libgranite.so
+)
+makedepends=(
+  git
+  intltool
+  meson
+  vala
+)
+source=(pantheon-camera::git+https://github.com/elementary/camera.git#tag=${pkgver})
+sha256sums=(SKIP)
+
+build() {
+  arch-meson pantheon-camera 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