diff options
author | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2017-04-09 06:39:34 -0300 |
---|---|---|
committer | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2017-04-09 06:40:40 -0300 |
commit | 2cea055287208633953b307272b8eb4d9c2b1e20 (patch) | |
tree | 3473b51655eff3b7da5f4ffabc574a7b0baebf7b /pcr/shotcut | |
parent | 9706cc946aeda7d8b475410bedab53c412dcc74a (diff) | |
download | abslibre-2cea055287208633953b307272b8eb4d9c2b1e20.tar.gz abslibre-2cea055287208633953b307272b8eb4d9c2b1e20.tar.bz2 abslibre-2cea055287208633953b307272b8eb4d9c2b1e20.zip |
shotcut-17.04-1: updating version
Diffstat (limited to 'pcr/shotcut')
-rw-r--r-- | pcr/shotcut/PKGBUILD | 10 | ||||
-rw-r--r-- | pcr/shotcut/shotcut.desktop | 10 |
2 files changed, 10 insertions, 10 deletions
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; |