summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD9
-rw-r--r--shotcut.desktop9
3 files changed, 4 insertions, 18 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c69773135351..5995da1fc533 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = shotcut-git
pkgdesc = Video editor
- pkgver = r2679
+ pkgver = r2701
pkgrel = 1
url = https://github.com/mltframework/shotcut
arch = i686
@@ -27,11 +27,9 @@ pkgbase = shotcut-git
provides = shotcut
conflicts = shotcut
source = shotcut::git+https://github.com/mltframework/shotcut.git
- source = shotcut.desktop
source = melt.patch
sha512sums = SKIP
sha512sums = SKIP
- sha512sums = SKIP
pkgname = shotcut-git
diff --git a/PKGBUILD b/PKGBUILD
index 5f1371585a7e..1f3f8b882a6c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=('shotcut-git')
_srcname='shotcut'
pkgdesc='Video editor'
-pkgver='r2679'
+pkgver='r2701'
pkgrel='1'
arch=('i686' 'x86_64')
url='https://github.com/mltframework/shotcut'
@@ -32,13 +32,11 @@ conflicts=("${pkgname[0]%-git}")
source=(
"${_srcname}::git+${url}.git"
- 'shotcut.desktop'
'melt.patch'
)
sha512sums=(
'SKIP'
'SKIP'
- 'SKIP'
)
pkgver() {
@@ -61,7 +59,8 @@ build() {
qmake PREFIX='/usr' \
QMAKE_CFLAGS_RELEASE="${CFLAGS}" \
- QMAKE_CXXFLAGS_RELEASE="${CXXFLAGS}"
+ QMAKE_CXXFLAGS_RELEASE="${CXXFLAGS}" \
+ SHOTCUT_VERSION="${pkgver}"
make
}
@@ -69,6 +68,4 @@ package() {
cd "${srcdir}/${_srcname}"
make INSTALL_ROOT="${pkgdir}" install
-
- install -D --mode=644 "${srcdir}/shotcut.desktop" "${pkgdir}/usr/share/applications/shotcut.desktop"
}
diff --git a/shotcut.desktop b/shotcut.desktop
deleted file mode 100644
index 5e59fd912cc3..000000000000
--- a/shotcut.desktop
+++ /dev/null
@@ -1,9 +0,0 @@
-[Desktop Entry]
-Type=Application
-Name=Shotcut
-GenericName=Video Editor
-Comment=Video editor
-Exec=shotcut
-Icon=applications-multimedia
-Terminal=false
-Categories=AudioVideo;Video;AudioVideoEditing;