summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoryjun2020-12-28 18:43:56 +0800
committeryjun2020-12-28 18:43:56 +0800
commit146e19cdec836d4ef3ecf753cfc5183d875e3b29 (patch)
tree97da1d254747a9edcf0d44bed0fba1667b93e75c
parente6e704e08c3027f7290fc34a6c39be694d0e1fd7 (diff)
downloadaur-146e19cdec836d4ef3ecf753cfc5183d875e3b29.tar.gz
simplified the package description
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD9
-rw-r--r--sunloginclient.install2
3 files changed, 7 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0bb6566ab216..63c7d6f42a1f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = sunloginclient
- pkgdesc = Sunlogin Remote Control is a software that supports remote control of mobile devices, Windows, Mac, Linux and other systems.(GUI version)
+ pkgdesc = Proprietary software that supports remote control of mobile devices, Windows, Mac, Linux and other systems.(GUI version)
pkgver = 10.1.1.38139
- pkgrel = 6
+ pkgrel = 7
url = https://sunlogin.oray.com
install = sunloginclient.install
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index 28e95bb69437..a9aee6355bcc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,8 +3,8 @@
pkgname=sunloginclient
_pkgname=sunlogin
pkgver=10.1.1.38139
-pkgrel=6
-pkgdesc="Sunlogin Remote Control is a software that supports remote control of mobile devices, Windows, Mac, Linux and other systems.(GUI version)"
+pkgrel=7
+pkgdesc="Proprietary software that supports remote control of mobile devices, Windows, Mac, Linux and other systems.(GUI version)"
arch=("x86_64")
url="https://sunlogin.oray.com"
depends=("libappindicator-gtk3"
@@ -21,8 +21,8 @@ source=("http://dl-cdn.oray.com/${_pkgname}/linux/SunloginClient-${pkgver}_amd64
install="${pkgname}.install"
sha256sums=('0467fa18f99d01d38f311c5b36b0f53f8ad36f5a6f1426ee552143b9de42939c'
'SKIP')
-prepare()
-{
+
+build() {
mkdir -p build
tar -xf data.tar.xz -C build
}
@@ -70,7 +70,6 @@ package() {
# soft link
install -dm755 "$pkgdir/usr/bin"
ln -sf "/opt/${_pkgname}/bin/${pkgname}" "${pkgdir}/usr/bin/${pkgname}"
- ln -sf "/opt/${_pkgname}/bin/oray_rundaemon" "${pkgdir}/usr/bin/oray_rundaemon"
# ugly hack
sed -i "s#/usr/local/sunlogin\x0#/opt/sunlogin\x0\x0\x0\x0\x0\x0\x0#g" "${pkgdir}/opt/${_pkgname}/bin/${pkgname}"
diff --git a/sunloginclient.install b/sunloginclient.install
index 6f1a5a9b1d0f..2b155f3504e8 100644
--- a/sunloginclient.install
+++ b/sunloginclient.install
@@ -13,7 +13,7 @@ post_install() {
$ECHO "\033[36m*************************************************************************\033[0m"
$ECHO "\033[36m* sunlogin daemon service must be running for sunloginclient to work *\033[0m"
- $ECHO "\033[36m* Type: systemctl start runsunloginclient *\033[0m"
+ $ECHO "\033[36m* Type: systemctl start runsunloginclient.service *\033[0m"
$ECHO "\033[36m*************************************************************************\033[0m"
}