mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-02 02:42:56 +02:00
boinc: update to 7.10.3
Signed-off-by: Jürgen Buchmüller <pullmoll@t-online.de>
This commit is contained in:
parent
8b12370e37
commit
04f9e2c2a9
3 changed files with 12 additions and 37 deletions
|
@ -1,21 +0,0 @@
|
||||||
--- client/scripts/Makefile.am 2017-08-28 22:29:59.000000000 +0200
|
|
||||||
+++ client/scripts/Makefile.am 2017-09-21 15:09:23.328014033 +0200
|
|
||||||
@@ -2,16 +2,5 @@
|
|
||||||
|
|
||||||
install-exec-hook:
|
|
||||||
chmod +x boinc-client
|
|
||||||
- $(INSTALL) -d $(DESTDIR)$(sysconfdir)/init.d
|
|
||||||
- $(INSTALL) -b boinc-client $(DESTDIR)$(sysconfdir)/init.d/boinc-client
|
|
||||||
- if [ -d /etc/sysconfig ] ; then \
|
|
||||||
- $(INSTALL) -d $(DESTDIR)$(sysconfdir)/sysconfig ; \
|
|
||||||
- $(INSTALL) $(srcdir)/boinc-client.conf $(DESTDIR)$(sysconfdir)/sysconfig/boinc-client ; \
|
|
||||||
- elif [ -d /etc/default ] ; then \
|
|
||||||
- $(INSTALL) -d $(DESTDIR)$(sysconfdir)/default ; \
|
|
||||||
- $(INSTALL) $(srcdir)/boinc-client.conf $(DESTDIR)$(sysconfdir)/default/boinc-client ; \
|
|
||||||
- else \
|
|
||||||
- $(INSTALL) -d $(DESTDIR)$(sysconfdir) ; \
|
|
||||||
- $(INSTALL) $(srcdir)/boinc-client.conf $(DESTDIR)$(sysconfdir)/boinc-client.conf ; \
|
|
||||||
- fi
|
|
||||||
-
|
|
||||||
+ $(INSTALL) -d $(DESTDIR)$(sysconfdir)/default
|
|
||||||
+ $(INSTALL) $(srcdir)/boinc-client.conf $(DESTDIR)$(sysconfdir)/default/boinc-client
|
|
|
@ -1,11 +0,0 @@
|
||||||
--- clientgui/AsyncRPC.cpp 2015-09-29 11:16:41.000000000 +0200
|
|
||||||
+++ clientgui/AsyncRPC.cpp 2015-10-13 16:17:54.313343388 +0200
|
|
||||||
@@ -19,7 +19,7 @@
|
|
||||||
#pragma implementation "AsyncRPC.h"
|
|
||||||
#endif
|
|
||||||
|
|
||||||
-#if !(defined(_WIN32) || (defined(__WXMAC__) && (MAC_OS_X_VERSION_MIN_REQUIRED < MAC_OS_X_VERSION_10_4)))
|
|
||||||
+#if !(defined(_WIN32) || (defined(__WXMAC__) && (MAC_OS_X_VERSION_MIN_REQUIRED < MAC_OS_X_VERSION_10_4))) && defined(__GLIBC__)
|
|
||||||
#include <xlocale.h>
|
|
||||||
#endif
|
|
||||||
|
|
|
@ -1,8 +1,9 @@
|
||||||
# Template file for 'boinc'
|
# Template file for 'boinc'
|
||||||
pkgname=boinc
|
pkgname=boinc
|
||||||
version=7.8.6
|
version=7.10.3
|
||||||
revision=3
|
revision=1
|
||||||
wrksrc=boinc-client_release-${version%.*}-${version}
|
_majorver=${version%.*.*}
|
||||||
|
wrksrc=boinc-client_release-${_majorver}-${version}
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
hostmakedepends="automake libtool pkg-config python xorgproto"
|
hostmakedepends="automake libtool pkg-config python xorgproto"
|
||||||
makedepends="glu-devel libfreeglut-devel libcurl-devel
|
makedepends="glu-devel libfreeglut-devel libcurl-devel
|
||||||
|
@ -17,8 +18,8 @@ short_desc="Berkely Infrastructure for Network Computing"
|
||||||
maintainer="Jürgen Buchmüller <pullmoll@t-online.de>"
|
maintainer="Jürgen Buchmüller <pullmoll@t-online.de>"
|
||||||
license="LGPL-3.0"
|
license="LGPL-3.0"
|
||||||
homepage="https://boinc.berkeley.edu/"
|
homepage="https://boinc.berkeley.edu/"
|
||||||
distfiles="https://github.com/BOINC/boinc/archive/client_release/${version%.*}/${version}.tar.gz>boinc-${version}.tar.gz"
|
distfiles="https://github.com/BOINC/boinc/archive/client_release/${_majorver}/${version}.tar.gz>boinc-${version}.tar.gz"
|
||||||
checksum=ed5f3dcdc8d1cc5277529afb701377e77d1ff89711368a7456553bf249940bad
|
checksum=0dd5bafb9e6eced2695c2f47a93d9165643d9132a1cf58fef0e733c4a70ea22c
|
||||||
conflicts="boinc-nox>=0"
|
conflicts="boinc-nox>=0"
|
||||||
|
|
||||||
CXXFLAGS="-Wno-redundant-decls"
|
CXXFLAGS="-Wno-redundant-decls"
|
||||||
|
@ -93,6 +94,9 @@ do_install() {
|
||||||
cd ${wrksrc}/x11
|
cd ${wrksrc}/x11
|
||||||
make ${makejobs} DESTDIR="${DESTDIR}" install
|
make ${makejobs} DESTDIR="${DESTDIR}" install
|
||||||
|
|
||||||
|
vmkdir etc/default
|
||||||
|
mv "${DESTDIR}"/etc/boinc-client.conf "${DESTDIR}"/etc/default/boinc-client
|
||||||
|
|
||||||
# Bash completion
|
# Bash completion
|
||||||
vinstall ${FILESDIR}/boinc.bash 644 usr/share/bash-completion/completions boinc
|
vinstall ${FILESDIR}/boinc.bash 644 usr/share/bash-completion/completions boinc
|
||||||
|
|
||||||
|
@ -122,6 +126,9 @@ boinc-nox_package() {
|
||||||
cd ${wrksrc}/nox
|
cd ${wrksrc}/nox
|
||||||
make ${makejobs} DESTDIR=${PKGDESTDIR} install
|
make ${makejobs} DESTDIR=${PKGDESTDIR} install
|
||||||
|
|
||||||
|
vmkdir etc/default
|
||||||
|
mv "${PKGDESTDIR}"/etc/boinc-client.conf "${PKGDESTDIR}"/etc/default/boinc-client
|
||||||
|
|
||||||
# no devel package - no includes, *.a and *.so
|
# no devel package - no includes, *.a and *.so
|
||||||
rm -rf ${PKGDESTDIR}/usr/include
|
rm -rf ${PKGDESTDIR}/usr/include
|
||||||
rm -f ${PKGDESTDIR}/usr/lib/*.a
|
rm -f ${PKGDESTDIR}/usr/lib/*.a
|
||||||
|
|
Loading…
Add table
Reference in a new issue