bumped version to v5.0.0
This commit is contained in:
parent
aeca0a5ab1
commit
779765ed96
@ -23,7 +23,7 @@ sh
|
|||||||
resultfile="$(pwd)/KShare/build/src/KShare"
|
resultfile="$(pwd)/KShare/build/src/KShare"
|
||||||
else echo "Unsupported OS!" && exit 1; fi
|
else echo "Unsupported OS!" && exit 1; fi
|
||||||
|
|
||||||
git clone --recursive https://github.com/ArsenArsen/KShare.git || exit 2
|
git clone --recursive https://github.com/Gurkengewuerz/KShare.git || exit 2
|
||||||
cd KShare
|
cd KShare
|
||||||
mkdir build || exit 3
|
mkdir build || exit 3
|
||||||
cd build
|
cd build
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
# Maintainer: Gurkengewuerz <niklas@mc8051.de>
|
# Maintainer: Gurkengewuerz <niklas@mc8051.de>
|
||||||
pkgname=kshare
|
pkgname=kshare
|
||||||
pkgver=v4.1.r8
|
pkgver=v5.0.0
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
conflicts=("kshare-git")
|
conflicts=("kshare-git")
|
||||||
pkgdesc="The free and open source and cross platform screen sharing software."
|
pkgdesc="The free and open source and cross platform screen sharing software."
|
||||||
|
@ -74,7 +74,7 @@ int main(int argc, char *argv[]) {
|
|||||||
a.setQuitOnLastWindowClosed(false);
|
a.setQuitOnLastWindowClosed(false);
|
||||||
a.setApplicationName("KShare");
|
a.setApplicationName("KShare");
|
||||||
a.setOrganizationName("ArsenArsen");
|
a.setOrganizationName("ArsenArsen");
|
||||||
a.setApplicationVersion("4.1");
|
a.setApplicationVersion("5.0.0");
|
||||||
|
|
||||||
QString locale = QLocale::system().name();
|
QString locale = QLocale::system().name();
|
||||||
if (locale != "en_US") loadTranslation(locale);
|
if (locale != "en_US") loadTranslation(locale);
|
||||||
|
Loading…
Reference in New Issue
Block a user