New package: gnome-chess-3.17.4
This commit is contained in:
parent
7bda13465d
commit
5569caea84
2 changed files with 26 additions and 0 deletions
12
srcpkgs/gnome-chess/patches/musl_prctl_h.patch
Normal file
12
srcpkgs/gnome-chess/patches/musl_prctl_h.patch
Normal file
|
@ -0,0 +1,12 @@
|
|||
--- src/portability.c 2015-06-14 08:56:28.000000000 +0200
|
||||
+++ src/portability.c 2015-08-16 07:08:47.011801803 +0200
|
||||
@@ -14,7 +14,9 @@
|
||||
#if HAVE_LINUX_PRCTL_H
|
||||
#include <signal.h>
|
||||
|
||||
+#if defined(__GLIBC__)
|
||||
#include <linux/prctl.h>
|
||||
+#endif
|
||||
#include <sys/prctl.h>
|
||||
#endif
|
||||
|
14
srcpkgs/gnome-chess/template
Normal file
14
srcpkgs/gnome-chess/template
Normal file
|
@ -0,0 +1,14 @@
|
|||
# Template file for 'gnome-chess'
|
||||
pkgname=gnome-chess
|
||||
version=3.17.4
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
hostmakedepends="gnuchess glib intltool itstool pkg-config"
|
||||
makedepends="gtk+3-devel librsvg-devel"
|
||||
depends="gnuchess"
|
||||
short_desc="GNOME chess user interface"
|
||||
maintainer="Jürgen Buchmüller <pullmoll@t-online.de>"
|
||||
license="GPL-2"
|
||||
homepage="https://wiki.gnome.org/Apps/Chess"
|
||||
distfiles="${GNOME_SITE}/${pkgname}/${version%.*}/${pkgname}-${version}.tar.xz"
|
||||
checksum=36131176e87990b2b420acff836e0b91d066d723439e4a5b77f10f36672d8a9c
|
Loading…
Reference in a new issue