From 2cea055287208633953b307272b8eb4d9c2b1e20 Mon Sep 17 00:00:00 2001 From: André Fabian Silva Delgado Date: Sun, 9 Apr 2017 06:39:34 -0300 Subject: shotcut-17.04-1: updating version --- pcr/shotcut/PKGBUILD | 10 ++++++---- pcr/shotcut/shotcut.desktop | 10 ++++------ 2 files changed, 10 insertions(+), 10 deletions(-) (limited to 'pcr/shotcut') diff --git a/pcr/shotcut/PKGBUILD b/pcr/shotcut/PKGBUILD index 4e15766eb..4b39020c1 100644 --- a/pcr/shotcut/PKGBUILD +++ b/pcr/shotcut/PKGBUILD @@ -1,10 +1,12 @@ +# shellcheck disable=SC2034,SC2154,SC2164 pkgname=('shotcut') _srcname='shotcut' pkgdesc='Video editor' -pkgver='16.08' +pkgver='17.04' +_commit='8de07dafef1d3685f902f6298d00bc5f746e12f6' pkgrel='1' arch=('i686' 'x86_64') -url='https://github.com/mltframework/shotcut' +url='https://www.shotcut.org/' license=('GPL3') depends=( @@ -29,7 +31,7 @@ provides=("${pkgname[0]%-git}") conflicts=("${pkgname[0]%-git}") source=( - "${_srcname}::git+${url}.git#tag=v${pkgver}" + "${_srcname}::git+https://github.com/mltframework/shotcut.git#commit=${_commit}" 'shotcut.desktop' 'melt.patch' ) @@ -48,7 +50,7 @@ prepare() { build() { cd "${srcdir}/${_srcname}" - qmake 'CONFIG-=c++11' PREFIX='/usr/' + qmake PREFIX='/usr/' make } diff --git a/pcr/shotcut/shotcut.desktop b/pcr/shotcut/shotcut.desktop index 94a2ccb96..5e59fd912 100644 --- a/pcr/shotcut/shotcut.desktop +++ b/pcr/shotcut/shotcut.desktop @@ -1,11 +1,9 @@ [Desktop Entry] +Type=Application Name=Shotcut -Name[de]=Shotcut GenericName=Video Editor -GenericName[de]=Video Bearbeitungsprogramm -Comment=Video Editor -Comment[de]=Programm zum Bearbeiten und Abspielen von Videodateien. +Comment=Video editor Exec=shotcut -Terminal=false -Type=Application Icon=applications-multimedia +Terminal=false +Categories=AudioVideo;Video;AudioVideoEditing; -- cgit v1.2.3