fifechan: update to 0.1.5.

restore package
This commit is contained in:
Helmut Pozimski 2019-01-12 15:00:55 +01:00
parent 085f6b2a9a
commit e82879d8b4
4 changed files with 25 additions and 10 deletions

View File

@ -3242,9 +3242,9 @@ libspatialindex.so.4 libspatialindex-1.8.5_1
libspatialindex_c.so.4 libspatialindex-1.8.5_1
libpapi.so.5 papi-5.6.0_1
libpfm.so.4 papi-5.6.0_1
libfifechan.so.0.1.4 fifechan-0.1.4_1
libfifechan_sdl.so.0.1.4 fifechan-0.1.4_1
libfifechan_opengl.so.0.1.4 fifechan-0.1.4_1
libfifechan.so.0.1.5 fifechan-0.1.5_1
libfifechan_sdl.so.0.1.5 fifechan-0.1.5_1
libfifechan_opengl.so.0.1.5 fifechan-0.1.5_1
libpolyclipping.so.22 clipper-6.4.2_1
libSoapySDR.so.0.7 SoapySDR-0.7.0_1
libeditorconfig.so.0 editorconfig-0.12.2_1

1
srcpkgs/fifechan-devel Symbolic link
View File

@ -0,0 +1 @@
fifechan

View File

@ -1 +0,0 @@
fifechan is no longer provided by Void Linux, and will be fully removed from the repos on 2019/03/19

View File

@ -1,9 +1,24 @@
# Template file for 'fifechan'
pkgname=fifechan
version=0.1.4
revision=3
noarch=yes
build_style=meta
short_desc="A C++ GUI library designed for games (removed package)"
license="metapackage"
version=0.1.5
revision=1
build_style=cmake
makedepends="SDL2-devel MesaLib-devel SDL2_image-devel"
short_desc="C++ GUI library designed for games"
license="LGPL-2.1-or-later, BSD-3-Clause"
homepage="https://github.com/fifengine/fifechan"
distfiles="https://github.com/fifengine/fifechan/archive/${version}.tar.gz"
checksum=29be5ff4b379e2fc4f88ef7d8bc172342130dd3e77a3061f64c8a75efe4eba73
post_install() {
vlicense LICENSE.md
}
fifechan-devel_package() {
short_desc+=" - development"
depends="${makedepends} ${sourcepkg}>=${version}_${revision}"
pkg_install() {
vmove usr/include
vmove "usr/lib/*.so"
}
}