summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarcin Nowak2017-11-12 20:01:55 +0100
committerMarcin Nowak2017-11-12 20:08:44 +0100
commit13af7d5cee57b4e6787e63069b976a8093b381da (patch)
treec076ea32353fe853ab36663d11a819669e988e47
parent1dd94b2ab269154728c0a24307720bacdb00d2e4 (diff)
downloadaur-13af7d5cee57b4e6787e63069b976a8093b381da.tar.gz
update release + wayland patch
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD9
-rw-r--r--wayland.patch10
3 files changed, 22 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1134139a27a9..03536ddf0a00 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = lwks-beta
pkgdesc = Lightworks is a professional video editing suite
- pkgver = 14.1.0.0.101109
+ pkgver = 14.1.0.0.101421
pkgrel = 1
url = http://www.lwks.com/
arch = x86_64
@@ -25,8 +25,10 @@ pkgbase = lwks-beta
provides = lightworks
conflicts = lightworks,
conflicts = lwks
- source = http://downloads.lwks.com/Lightworks-Beta-101109-14.1.0.0.deb
- sha256sums = e92fe5dea12b22c471193713e709318adf2491cd03d9e3472f06cf1734cdf2f3
+ source = http://downloads.lwks.com/Lightworks-Beta-101421-14.1.0.0.deb
+ source = wayland.patch
+ sha256sums = 8d6232f6b29589ef9338b8be482b3145963422244637f7ab5620d4869153650b
+ sha256sums = e9429b3332f90ead771e7cc23d014b60be7311d50f809d353755fa0f50c9b242
pkgname = lwks-beta
diff --git a/PKGBUILD b/PKGBUILD
index d7ee246e2f8e..27f2d10f7ccd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,7 +10,7 @@
pkgname=lwks-beta
lwksver=14.1.0.0
-lwksbuild=101109
+lwksbuild=101421
pkgver=$lwksver.$lwksbuild
pkgrel=1
pkgdesc="Lightworks is a professional video editing suite"
@@ -23,10 +23,12 @@ provides=('lightworks')
conflicts=('lightworks', 'lwks')
source=(
"http://downloads.lwks.com/Lightworks-Beta-$lwksbuild-$lwksver.deb"
+ "wayland.patch"
)
sha256sums=(
- 'e92fe5dea12b22c471193713e709318adf2491cd03d9e3472f06cf1734cdf2f3'
+ '8d6232f6b29589ef9338b8be482b3145963422244637f7ab5620d4869153650b'
+ 'e9429b3332f90ead771e7cc23d014b60be7311d50f809d353755fa0f50c9b242'
)
package() {
@@ -37,6 +39,9 @@ package() {
mv "$pkgdir"/lib/udev "$pkgdir"/usr/lib
rmdir "$pkgdir"/lib
+ msg2 "Applying Wayland patch"
+ patch -Np3 -d "$pkgdir" -i "$srcdir/wayland.patch"
+
msg2 "Copying copyright file and creating a license dir"
install -Dm644 "$pkgdir"/usr/share/doc/lightworks/copyright \
"$pkgdir"/usr/share/licenses/lightworks/copyright
diff --git a/wayland.patch b/wayland.patch
new file mode 100644
index 000000000000..e05958392759
--- /dev/null
+++ b/wayland.patch
@@ -0,0 +1,10 @@
+diff -ura lwks/pkg/lwks/usr/bin/lightworks lwks.patched/pkg/lwks/usr/bin/lightworks
+--- lwks/pkg/lwks/usr/bin/lightworks 2017-04-03 17:41:56.000000000 +0200
++++ lwks.patched/pkg/lwks/usr/bin/lightworks 2017-05-05 23:36:06.564547605 +0200
+@@ -32,4 +32,4 @@
+ fi
+
+ #Launch the app
+-/usr/lib/lightworks/ntcardvt
++GDK_BACKEND=x11 /usr/lib/lightworks/ntcardvt
+Only in lwks: wayland.patch