Skip to content
Snippets Groups Projects
Commit 180374d4 authored by Balló György's avatar Balló György :flag_hu:
Browse files

Add missing application icon, fix metainfo file

parent ec69ad3b
No related branches found
No related tags found
No related merge requests found
......@@ -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 @@ pkgver() {
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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment