New packages: solarus-1.5.3, solarus-quest-editor-1.5.3 (#436)
* New package: solarus-1.5.3 * New package: solarus-quest-editor-1.5.3
This commit is contained in:
parent
aa01bf4439
commit
ea4e7fb2f9
|
@ -1306,6 +1306,8 @@ libiodbcinst.so.2 libiodbc-3.52.8_1
|
|||
libkdeui.so.5 kdelibs-4.10.4_1
|
||||
libkio.so.5 kdelibs-4.10.4_1
|
||||
libsolid.so.4 kdelibs-4.10.4_1
|
||||
libsolarus.so.1 solarus-1.5.3_1
|
||||
libsolarus-gui.so solarus-1.5.3_1
|
||||
libkidletime.so.4 kdelibs-4.10.4_1
|
||||
libkemoticons.so.4 kdelibs-4.10.4_1
|
||||
libkparts.so.4 kdelibs-4.10.4_1
|
||||
|
|
1
srcpkgs/solarus-devel
Symbolic link
1
srcpkgs/solarus-devel
Symbolic link
|
@ -0,0 +1 @@
|
|||
solarus
|
16
srcpkgs/solarus-quest-editor/template
Normal file
16
srcpkgs/solarus-quest-editor/template
Normal file
|
@ -0,0 +1,16 @@
|
|||
# Template file for 'solarus-quest-editor'
|
||||
pkgname=solarus-quest-editor
|
||||
version=1.5.3
|
||||
revision=1
|
||||
wrksrc="${pkgname}-v${version}"
|
||||
build_style=cmake
|
||||
hostmakedepends="qt5-tools-devel"
|
||||
makedepends="libmodplug-devel libopenal-devel LuaJIT-devel
|
||||
physfs-devel qt5-tools-devel SDL2_image-devel SDL2_ttf-devel
|
||||
solarus-devel"
|
||||
short_desc="Quest editor for the Solarus RPG game engine"
|
||||
maintainer="Andrew Benson <abenson+void@gmail.com>"
|
||||
license="GPL-3.0-or-later"
|
||||
homepage="http://www.solarus-games.org"
|
||||
distfiles="https://gitlab.com/solarus-games/${pkgname}/-/archive/v${version}/${pkgname}-v${version}.tar.bz2"
|
||||
checksum=cea0b9abbef2c5307b189eea0fcdc730649ece585b92a719cc27f0721d65809d
|
23
srcpkgs/solarus/template
Normal file
23
srcpkgs/solarus/template
Normal file
|
@ -0,0 +1,23 @@
|
|||
# Template file for 'solarus'
|
||||
pkgname=solarus
|
||||
version=1.5.3
|
||||
revision=1
|
||||
wrksrc="${pkgname}-v${version}"
|
||||
build_style=cmake
|
||||
hostmakedepends="qt5-tools-devel"
|
||||
makedepends="libmodplug-devel libopenal-devel LuaJIT-devel
|
||||
physfs-devel qt5-tools-devel SDL2_image-devel SDL2_ttf-devel"
|
||||
short_desc="Action-RPG game engine"
|
||||
maintainer="Andrew Benson <abenson+void@gmail.com>"
|
||||
license="GPL-3.0-or-later"
|
||||
homepage="http://www.solarus-games.org/"
|
||||
distfiles="https://gitlab.com/solarus-games/solarus/-/archive/v${version}/solarus-v${version}.tar.bz2"
|
||||
checksum=c87eff54a65132124a5d6677c4e3c926998636c0e255ad6cc237e8f2a427ee35
|
||||
|
||||
solarus-devel_package() {
|
||||
short_desc+=" - development files"
|
||||
depends="${makedepends} ${sourcepkg}>=${version}_${revision}"
|
||||
pkg_install() {
|
||||
vmove usr/include
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user