[arch-commits] Commit in pantheon-camera/repos/community-x86_64 (PKGBUILD PKGBUILD)

Maxime Gauduin alucryd at archlinux.org
Thu Jul 30 13:13:20 UTC 2020


    Date: Thursday, July 30, 2020 @ 13:13:20
  Author: alucryd
Revision: 665915

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-07-30 13:13:14 UTC (rev 665914)
+++ PKGBUILD	2020-07-30 13:13:20 UTC (rev 665915)
@@ -1,46 +0,0 @@
-# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
-
-pkgname=pantheon-camera
-pkgver=1.0.6
-pkgrel=1
-pkgdesc='The Pantheon Camera Application'
-arch=(x86_64)
-url=https://github.com/elementary/camera
-license=(GPL3)
-groups=(pantheon)
-depends=(
-  clutter
-  clutter-gst
-  clutter-gtk
-  glib2
-  gstreamer
-  gtk3
-  libcanberra
-  libgranite.so
-)
-makedepends=(
-  appstream
-  git
-  intltool
-  meson
-  vala
-)
-source=(pantheon-camera::git+https://github.com/elementary/camera.git#tag=6f5c984751479290bb22321a3e1773746d8f520e)
-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:

Copied: pantheon-camera/repos/community-x86_64/PKGBUILD (from rev 665914, pantheon-camera/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-07-30 13:13:20 UTC (rev 665915)
@@ -0,0 +1,52 @@
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+
+pkgname=pantheon-camera
+pkgver=1.0.6
+pkgrel=2
+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