New package: dotherside-0.5.2

This commit is contained in:
gangstacat 2017-01-06 20:15:20 +01:00
parent 9a40201b40
commit 961181ff73
4 changed files with 34 additions and 0 deletions

View File

@ -2770,3 +2770,4 @@ libnma.so.0 libnm-gtk-1.4.0_1
libgspell-1.so.1 gspell-1.0.0_1
libotf.so.0 libotf-0.9.13_1
libimagequant.so.0 libimagequant-2.8.2_1
libDOtherSide.so.0 dotherside-0.5.2_1

1
srcpkgs/dotherside-devel Symbolic link
View File

@ -0,0 +1 @@
dotherside

View File

@ -0,0 +1,10 @@
--- lib/CMakeLists.txt 2017-01-07 11:15:04.987490495 +0100
+++ lib/CMakeListslib.txt 2017-01-07 11:32:31.235499364 +0100
@@ -44,6 +44,7 @@
# Shared version for distributing
add_library(${PROJECT_NAME} SHARED ${SRC_LIST} ${HEADERS_LIST})
+set_target_properties(${PROJECT_NAME} PROPERTIES SOVERSION 0.0.0)
set_property(TARGET ${PROJECT_NAME} PROPERTY CXX_STANDARD 11)
target_link_libraries(${PROJECT_NAME} PRIVATE Qt5::Core Qt5::Gui Qt5::Widgets Qt5::Qml Qt5::Quick)

View File

@ -0,0 +1,22 @@
# Template file for 'dotherside'
pkgname=dotherside
version=0.5.2
revision=1
build_style=cmake
hostmakedepends="qt5-host-tools qt5-declarative-devel"
short_desc="C language library for creating bindings for the Qt QML language"
maintainer="gangstacat <grumpy@keemail.me>"
license="LGPL-3.0"
homepage="https://github.com/filcuc/DOtherSide"
distfiles="https://github.com/filcuc/${pkgname}/archive/v${version}.tar.gz"
checksum=1f91c011b776fc6810662155e0408e40ca0cec50331d9501ca514a45fcce145f
wrksrc="DOtherSide-${version}"
dotherside-devel_package() {
depends="dotherside>=${version}_${revision}"
short_desc+=" - development files"
pkg_install() {
vmove usr/include/
vmove usr/lib/*.so
}
}