fifechan: update to 0.1.5.
restore package
This commit is contained in:
parent
085f6b2a9a
commit
e82879d8b4
4 changed files with 25 additions and 10 deletions
|
@ -3242,9 +3242,9 @@ libspatialindex.so.4 libspatialindex-1.8.5_1
|
||||||
libspatialindex_c.so.4 libspatialindex-1.8.5_1
|
libspatialindex_c.so.4 libspatialindex-1.8.5_1
|
||||||
libpapi.so.5 papi-5.6.0_1
|
libpapi.so.5 papi-5.6.0_1
|
||||||
libpfm.so.4 papi-5.6.0_1
|
libpfm.so.4 papi-5.6.0_1
|
||||||
libfifechan.so.0.1.4 fifechan-0.1.4_1
|
libfifechan.so.0.1.5 fifechan-0.1.5_1
|
||||||
libfifechan_sdl.so.0.1.4 fifechan-0.1.4_1
|
libfifechan_sdl.so.0.1.5 fifechan-0.1.5_1
|
||||||
libfifechan_opengl.so.0.1.4 fifechan-0.1.4_1
|
libfifechan_opengl.so.0.1.5 fifechan-0.1.5_1
|
||||||
libpolyclipping.so.22 clipper-6.4.2_1
|
libpolyclipping.so.22 clipper-6.4.2_1
|
||||||
libSoapySDR.so.0.7 SoapySDR-0.7.0_1
|
libSoapySDR.so.0.7 SoapySDR-0.7.0_1
|
||||||
libeditorconfig.so.0 editorconfig-0.12.2_1
|
libeditorconfig.so.0 editorconfig-0.12.2_1
|
||||||
|
|
1
srcpkgs/fifechan-devel
Symbolic link
1
srcpkgs/fifechan-devel
Symbolic link
|
@ -0,0 +1 @@
|
||||||
|
fifechan
|
|
@ -1 +0,0 @@
|
||||||
fifechan is no longer provided by Void Linux, and will be fully removed from the repos on 2019/03/19
|
|
|
@ -1,9 +1,24 @@
|
||||||
# Template file for 'fifechan'
|
# Template file for 'fifechan'
|
||||||
pkgname=fifechan
|
pkgname=fifechan
|
||||||
version=0.1.4
|
version=0.1.5
|
||||||
revision=3
|
revision=1
|
||||||
noarch=yes
|
build_style=cmake
|
||||||
build_style=meta
|
makedepends="SDL2-devel MesaLib-devel SDL2_image-devel"
|
||||||
short_desc="A C++ GUI library designed for games (removed package)"
|
short_desc="C++ GUI library designed for games"
|
||||||
license="metapackage"
|
license="LGPL-2.1-or-later, BSD-3-Clause"
|
||||||
homepage="https://github.com/fifengine/fifechan"
|
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"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue