summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorArtem Vorotnikov2017-06-16 21:56:48 +0300
committerArtem Vorotnikov2017-06-16 21:56:48 +0300
commit3b5737e9487eff57eb21c664a95a54807093d80b (patch)
tree5951ed6013bbccfb6b3122246a0af62e73aac3b8
parente2f8b14be2b773595c10d0130ed6c7b59e3e15d5 (diff)
downloadaur-volunode-git.tar.gz
Update
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD10
-rw-r--r--volunode.desktop16
-rw-r--r--volunode.service3
4 files changed, 9 insertions, 28 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b539a53d0a9f..7cf2f271f5c1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Tue Jun 13 09:09:17 UTC 2017
+# Fri Jun 16 18:56:32 UTC 2017
pkgbase = volunode-git
pkgdesc = Next generation client for Berkeley Open Infrastructure for Network Computing.
- pkgver = r30245.ea496d7c6
+ pkgver = r30264.41d8578cd
pkgrel = 1
url = https://github.com/volunode/volunode
install = volunode.install
@@ -17,12 +17,10 @@ pkgbase = volunode-git
depends = boinc-app-api
options = !staticlibs
source = git+https://github.com/volunode/volunode
- source = volunode.desktop
source = volunode.service
source = volunode.sysusers
sha256sums = SKIP
- sha256sums = e41addacd2a1f508f7ac6803e53228fb580fb6b1fdf258322c4d0221d9ca90d1
- sha256sums = 1b1233ae27c0611e67da9adcaf7e4f23a4edde10d9ff2da351aebb85df9886ee
+ sha256sums = 194e196253046ae6515322332dfd14111aa2fb9de8bf6ed75423de30170e7883
sha256sums = c7a03d70cce6206d071d99c13315977db4c4deac2cab52a236f0825325720907
pkgname = volunode-git
diff --git a/PKGBUILD b/PKGBUILD
index 731ce9dd50a1..98e86d22f1cf 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,16 +1,16 @@
_username=volunode
_reponame=volunode
-#_ref="#branch=develop"
+#_ref="#branch=BranchID"
#_ref="#commit=CommitID"
_pkgbase=volunode
pkgname=${_pkgbase}-git
pkgdesc="Next generation client for Berkeley Open Infrastructure for Network Computing."
-pkgver=r30245.ea496d7c6
+pkgver=r30264.41d8578cd
pkgrel=1
arch=(
'x86_64'
)
-url="https://github.com/$_username/${_reponame/}"
+url="https://github.com/$_username/${_reponame}"
license=('LGPL')
depends=(
'curl'
@@ -26,13 +26,11 @@ makedepends=(
install=$_pkgbase.install
options=('!staticlibs')
source=("git+https://github.com/${_username}/${_reponame}${_ref}"
- $_pkgbase.desktop
$_pkgbase.service
$_pkgbase.sysusers)
sha256sums=(
'SKIP'
- 'e41addacd2a1f508f7ac6803e53228fb580fb6b1fdf258322c4d0221d9ca90d1'
- '1b1233ae27c0611e67da9adcaf7e4f23a4edde10d9ff2da351aebb85df9886ee'
+ '194e196253046ae6515322332dfd14111aa2fb9de8bf6ed75423de30170e7883'
'c7a03d70cce6206d071d99c13315977db4c4deac2cab52a236f0825325720907'
)
diff --git a/volunode.desktop b/volunode.desktop
deleted file mode 100644
index 73dd2e577b95..000000000000
--- a/volunode.desktop
+++ /dev/null
@@ -1,16 +0,0 @@
-[Desktop Entry]
-Type=Application
-Version=1.0
-Exec=/usr/bin/volunode-ui
-Path=/var/lib/volunode
-Icon=boinc-next
-Categories=System;Monitor;GTK;
-Name=Volunode UI
-GenericName=Volunode monitor and control utility
-GenericName[cs]=Monitorovací a ovládací nástroj pro Volunode
-GenericName[de]=Volunode Überwachungs- und Kontrollprogramm
-GenericName[pt]=Monitorização Volunode e utilitário de controlo
-Comment=Configure or monitor a Volunode core client
-Comment[cs]=Monitoruje a nastavuje klienta Volunode
-Comment[de]=Volunode Basis Client konfigurieren oder überwachen
-Comment[pt]=Configurar ou monitorizar o cliente básico do Volunode
diff --git a/volunode.service b/volunode.service
index 2f7c9a455ae9..6d331e869d1a 100644
--- a/volunode.service
+++ b/volunode.service
@@ -4,8 +4,9 @@ Description=Volunode daemon
[Service]
User=volunode
Nice=19
-ExecStart=/usr/bin/volunode --gui_rpc_port 31417 --allow_remote_gui_rpc
+ExecStart=/usr/bin/volunode
WorkingDirectory=/var/lib/volunode
+Environment=TCP_RPC_PORT=31417
[Install]
WantedBy=multi-user.target