mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-29 00:42:58 +02:00
parent
665b873633
commit
bd0fbbc294
2 changed files with 3 additions and 13 deletions
|
@ -1,10 +0,0 @@
|
||||||
--- plugins/TelescopeControl/src/servers/Socket.hpp.orig 2015-10-26 08:15:29.139926316 +0100
|
|
||||||
+++ plugins/TelescopeControl/src/servers/Socket.hpp 2015-10-26 08:15:49.297069845 +0100
|
|
||||||
@@ -54,6 +54,7 @@ static inline int SetNonblocking(int s)
|
|
||||||
|
|
||||||
#include <netdb.h>
|
|
||||||
#include <netinet/in.h>
|
|
||||||
+#include <sys/select.h>
|
|
||||||
#include <sys/socket.h>
|
|
||||||
#include <unistd.h>
|
|
||||||
#include <fcntl.h>
|
|
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'stellarium'
|
# Template file for 'stellarium'
|
||||||
pkgname=stellarium
|
pkgname=stellarium
|
||||||
version=0.16.1
|
version=0.17.0
|
||||||
revision=1
|
revision=1
|
||||||
build_style=cmake
|
build_style=cmake
|
||||||
hostmakedepends="perl"
|
hostmakedepends="perl"
|
||||||
|
@ -11,6 +11,6 @@ short_desc="An Open Source Planetarium"
|
||||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||||
license="GPL-2"
|
license="GPL-2"
|
||||||
homepage="http://www.stellarium.org/"
|
homepage="http://www.stellarium.org/"
|
||||||
distfiles="${SOURCEFORGE_SITE}/stellarium/Stellarium-sources/${version}/stellarium-${version}.tar.gz"
|
distfiles="https://github.com/Stellarium/stellarium/releases/download/v${version}/stellarium-${version}.tar.gz"
|
||||||
checksum=b001c252afddaa1c470fb444fcbb5595b7f7a7db028d884743d20bcb5635fd20
|
checksum=cc21e2daf5433b0b99c6e81101171b47da7b278b6c3e4e433cde4555b41bcb34
|
||||||
only_for_archs="i686 i686-musl x86_64 x86_64-musl"
|
only_for_archs="i686 i686-musl x86_64 x86_64-musl"
|
||||||
|
|
Loading…
Add table
Reference in a new issue