[arch-commits] Commit in pantheon-camera/repos/community-x86_64 (PKGBUILD PKGBUILD)
Maxime Gauduin
alucryd at gemini.archlinux.org
Fri Jul 23 08:18:17 UTC 2021
Date: Friday, July 23, 2021 @ 08:18:17
Author: alucryd
Revision: 984161
archrelease: copy trunk to community-x86_64
Added:
pantheon-camera/repos/community-x86_64/PKGBUILD
(from rev 984160, pantheon-camera/trunk/PKGBUILD)
Deleted:
pantheon-camera/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 111 ++++++++++++++++++++++++++++---------------------------------
1 file changed, 52 insertions(+), 59 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2021-07-23 08:18:13 UTC (rev 984160)
+++ PKGBUILD 2021-07-23 08:18:17 UTC (rev 984161)
@@ -1,59 +0,0 @@
-# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
-
-pkgname=pantheon-camera
-pkgver=1.0.6
-pkgrel=4
-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
-}
-
-prepare() {
- cd pantheon-camera
-
- git cherry-pick -n 9012be222d3c7cda9d28b0992ea5adc7967651b4
- git cherry-pick -n 5cad0ff713f37b7127a01ab638d4cc383c0b3899
-}
-
-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 984160, pantheon-camera/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2021-07-23 08:18:17 UTC (rev 984161)
@@ -0,0 +1,52 @@
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+
+pkgname=pantheon-camera
+pkgver=6.0.0
+pkgrel=1
+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
+ libhandy-1.so
+)
+makedepends=(
+ appstream
+ git
+ intltool
+ meson
+ vala
+)
+_tag=53383137add9a7e23dc4c0b68dba37fa4b60da18
+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