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

Maxime Gauduin alucryd at archlinux.org
Sat Jun 22 19:36:06 UTC 2019


    Date: Saturday, June 22, 2019 @ 19:36:05
  Author: alucryd
Revision: 482784

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2019-06-22 19:36:00 UTC (rev 482783)
+++ PKGBUILD	2019-06-22 19:36:05 UTC (rev 482784)
@@ -1,40 +0,0 @@
-# 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:

Copied: pantheon-camera/repos/community-x86_64/PKGBUILD (from rev 482783, pantheon-camera/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-06-22 19:36:05 UTC (rev 482784)
@@ -0,0 +1,40 @@
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+
+pkgname=pantheon-camera
+pkgver=1.0.4
+pkgrel=2
+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=${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