mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-02-16 23:57:11 +00:00
community/boinc to 7.8.4-3
This commit is contained in:
parent
a08ec8c463
commit
1510abd49c
1 changed files with 7 additions and 7 deletions
|
@ -11,12 +11,12 @@ pkgbase=boinc
|
|||
pkgname=(boinc boinc-nox)
|
||||
pkgver=7.8.4
|
||||
_tag="client_release/7.8/$pkgver"
|
||||
pkgrel=1
|
||||
pkgrel=3
|
||||
arch=('x86_64')
|
||||
url="http://boinc.berkeley.edu/"
|
||||
license=('LGPL')
|
||||
makedepends=('libxslt' 'perl-xml-sax' 'libxss' 'libnotify' 'wxgtk3' 'webkit2gtk' 'sqlite3' 'curl'
|
||||
'inetutils' 'libxmu' 'freeglut' 'glu' 'mesa')
|
||||
makedepends=('curl' 'freeglut' 'glu' 'inetutils' 'libnotify' 'libnsl' 'libxmu' 'libxslt' 'libxss'
|
||||
'mesa' 'perl-xml-sax' 'sqlite3' 'webkit2gtk' 'wxgtk3')
|
||||
install=$pkgbase.install
|
||||
options=('!staticlibs')
|
||||
source=("$pkgbase-$pkgver.tar.gz::https://github.com/BOINC/boinc/archive/$_tag.tar.gz"
|
||||
|
@ -96,7 +96,7 @@ build() {
|
|||
|
||||
package_boinc() {
|
||||
pkgdesc="Berkeley Open Infrastructure for Network Computing for desktop"
|
||||
depends=("libxss" "libnotify" "wxgtk3" "webkit2gtk" "curl" "sqlite3")
|
||||
depends=('curl' 'libnotify' 'libnsl' 'libxss' 'sqlite3' 'webkit2gtk' 'wxgtk3')
|
||||
|
||||
cd $pkgbase-$pkgver
|
||||
|
||||
|
@ -123,9 +123,9 @@ package_boinc() {
|
|||
|
||||
package_boinc-nox() {
|
||||
pkgdesc="Berkeley Open Infrastructure for Network Computing for desktop without Xorg dependencies"
|
||||
depends=("curl" "libjpeg-turbo")
|
||||
provides=("boinc")
|
||||
conflicts=("boinc")
|
||||
depends=('curl' 'libjpeg-turbo')
|
||||
provides=('boinc')
|
||||
conflicts=('boinc')
|
||||
|
||||
cd $pkgbase-$pkgver-nox
|
||||
|
||||
|
|
Loading…
Reference in a new issue