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

Maxime Gauduin alucryd at archlinux.org
Mon Mar 29 07:45:18 UTC 2021


    Date: Monday, March 29, 2021 @ 07:45:18
  Author: alucryd
Revision: 908720

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: pantheon-camera/repos/community-staging-x86_64/PKGBUILD (from rev 908719, pantheon-camera/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD	                        (rev 0)
+++ community-staging-x86_64/PKGBUILD	2021-03-29 07:45:18 UTC (rev 908720)
@@ -0,0 +1,52 @@
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+
+pkgname=pantheon-camera
+pkgver=1.0.6
+pkgrel=3
+pkgdesc='The Pantheon Camera Application'
+arch=(x86_64)
+url=https://github.com/elementary/camera
+license=(GPL3)
+groups=(pantheon)
+depends=(
+  clutter-gst
+  clutter-gtk
+  glibc
+  gstreamer
+  gst-plugins-good
+  libcanberra.so
+  libclutter-1.0.so
+  libgdk-3.so
+  libgio-2.0.so
+  libglib-2.0.so
+  libgobject-2.0.so
+  libgranite.so
+  libgtk-3.so
+)
+makedepends=(
+  appstream
+  git
+  intltool
+  meson
+  vala
+)
+_tag=6f5c984751479290bb22321a3e1773746d8f520e
+source=(pantheon-camera::git+https://github.com/elementary/camera.git#tag=${_tag})
+sha256sums=(SKIP)
+
+pkgver() {
+  cd pantheon-camera
+
+  git describe --tags
+}
+
+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