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

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


    Date: Saturday, May 1, 2021 @ 21:54:07
  Author: bgyorgy
Revision: 926056

upgpkg: pantheon-videos 2.7.2-3: Add missing application icon, fix metainfo file

Modified:
  pantheon-videos/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-05-01 21:45:31 UTC (rev 926055)
+++ PKGBUILD	2021-05-01 21:54:07 UTC (rev 926056)
@@ -3,7 +3,7 @@
 
 pkgname=pantheon-videos
 pkgver=2.7.2
-pkgrel=2
+pkgrel=3
 pkgdesc='The Pantheon Video Player'
 arch=(x86_64)
 url='https://github.com/elementary/videos'
@@ -44,6 +44,13 @@
   git describe --tags
 }
 
+prepare() {
+  cd pantheon-videos
+
+  git cherry-pick -n 3592c11d52568f0ccbf83b7a251ce330d6345e17
+  git cherry-pick -n 39c527787cf1b521a5c5717fedef26225c46aa63
+}
+
 build() {
   arch-meson pantheon-videos build
   ninja -C build



More information about the arch-commits mailing list