summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlfredo Ramos2018-03-23 14:18:49 -0600
committerAlfredo Ramos2018-03-23 14:18:49 -0600
commit0df91b86865822c05c8db8918eb95b1b3b2098f7 (patch)
tree770daa36e9183bb648c64b00cc1c295de1ac716a
parent284e33a4b607d906cee1c4d286883e0fc9c7e730 (diff)
downloadaur-0df91b86865822c05c8db8918eb95b1b3b2098f7.tar.gz
LRELEASE issue has been fixed upstream
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD7
-rw-r--r--fix_lrelease.patch12
3 files changed, 3 insertions, 22 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 05fe46af1581..60de4dadaaaf 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = vokoscreen-git
pkgdesc = An easy to use screencast creator. Development version.
- pkgver = 2.5.3.beta.11.g7b2824f
+ pkgver = 2.5.8.beta.27.g5b1f17a
pkgrel = 2
url = http://linuxecke.volkoh.de/vokoscreen/vokoscreen.html
arch = i686
@@ -16,13 +16,11 @@ pkgbase = vokoscreen-git
depends = lsof
depends = pulseaudio-alsa
depends = xdg-utils
- provides = vokoscreen=2.5.3.beta.11.g7b2824f
+ provides = vokoscreen=2.5.8.beta.27.g5b1f17a
conflicts = vokoscreen
source = git+https://github.com/vkohaupt/vokoscreen.git
- source = fix_lrelease.patch
source = desktop_file.patch
sha512sums = SKIP
- sha512sums = 9e4b70ccca8fd3b2abb5e21a379334fcb79c41383e6362e6f6c984a7c0f52aacbf419524b062c8905bf46846d1ba8a38056e37bb7dc1b139e6a5b6982be9e296
sha512sums = 3ddc567f831b9f6e2672997a77a099cf8fdd5a6a1d79157738c1670c9106fd6c4e09d74287a770c19bac23dcb73a19ce69cc1ac893d4988f75c7ac35668f7a90
pkgname = vokoscreen-git
diff --git a/PKGBUILD b/PKGBUILD
index 321c0c234839..7dcea9861b56 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
_pkgname=vokoscreen
pkgname=${_pkgname}-git
-pkgver=2.5.3.beta.11.g7b2824f
+pkgver=2.5.8.beta.27.g5b1f17a
pkgrel=2
pkgdesc='An easy to use screencast creator. Development version.'
arch=('i686' 'x86_64')
@@ -21,12 +21,10 @@ conflicts=("${_pkgname}")
source=(
"git+https://github.com/vkohaupt/${_pkgname}.git"
- 'fix_lrelease.patch'
'desktop_file.patch'
)
sha512sums=(
'SKIP'
- '9e4b70ccca8fd3b2abb5e21a379334fcb79c41383e6362e6f6c984a7c0f52aacbf419524b062c8905bf46846d1ba8a38056e37bb7dc1b139e6a5b6982be9e296'
'3ddc567f831b9f6e2672997a77a099cf8fdd5a6a1d79157738c1670c9106fd6c4e09d74287a770c19bac23dcb73a19ce69cc1ac893d4988f75c7ac35668f7a90'
)
@@ -39,9 +37,6 @@ pkgver() {
prepare() {
cd "${srcdir}"/${_pkgname}
- # Fix lrelease path
- patch -Np1 < ../fix_lrelease.patch
-
# Desktop entry
patch -Np1 < ../desktop_file.patch
diff --git a/fix_lrelease.patch b/fix_lrelease.patch
deleted file mode 100644
index b64202617a40..000000000000
--- a/fix_lrelease.patch
+++ /dev/null
@@ -1,12 +0,0 @@
-diff -uprNEBZ --suppress-blank-empty a/vokoscreen.pro b/vokoscreen.pro
---- a/vokoscreen.pro 2016-04-21 16:17:46.873522000 -0500
-+++ b/vokoscreen.pro 2016-04-21 16:20:15.398675740 -0500
-@@ -27,7 +27,7 @@ TRANSLATIONS = $$files(language/vokoscre
- !isEmpty(TRANSLATIONS) {
- isEmpty(QMAKE_LRELEASE) {
- win32: QMAKE_LRELEASE = $$[QT_INSTALL_BINS]\lrelease.exe
-- else: QMAKE_LRELEASE = $$[QT_INSTALL_BINS]/lrelease-qt5
-+ else: QMAKE_LRELEASE = $$[QT_INSTALL_PREFIX]/bin/lrelease-qt5
- }
- isEmpty(TS_DIR):TS_DIR = language
- TSQM.name = lrelease-qt5 ${QMAKE_FILE_IN}