[arch-commits] Commit in pantheon-camera/trunk (PKGBUILD)

Balló György bgyorgy at archlinux.org
Sat May 1 21:45:24 UTC 2021


    Date: Saturday, May 1, 2021 @ 21:45:23
  Author: bgyorgy
Revision: 926054

upgpkg: pantheon-camera 1.0.6-4: Add missing application icon, fix metainfo file

Modified:
  pantheon-camera/trunk/PKGBUILD

----------+
 PKGBUILD |    9 ++++++++-
 1 file changed, 8 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-05-01 21:30:58 UTC (rev 926053)
+++ PKGBUILD	2021-05-01 21:45:23 UTC (rev 926054)
@@ -2,7 +2,7 @@
 
 pkgname=pantheon-camera
 pkgver=1.0.6
-pkgrel=3
+pkgrel=4
 pkgdesc='The Pantheon Camera Application'
 arch=(x86_64)
 url=https://github.com/elementary/camera
@@ -40,6 +40,13 @@
   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



More information about the arch-commits mailing list