diff --git a/common/shlibs b/common/shlibs index 96b20269263..b2fb6bdb7e1 100644 --- a/common/shlibs +++ b/common/shlibs @@ -2340,3 +2340,6 @@ libsearpc.so.1 libsearpc-3.0.7_1 libccnet.so.0 ccnet-5.0.4_1 libseafile.so.0 seafile-libclient-5.0.4_1 libpodofo.so.0.9.3 podofo-0.9.3_1 +libIrcUtil.so.3 libcommuni-3.4.0_1 +libIrcCore.so.3 libcommuni-3.4.0_1 +libIrcModel.so.3 libcommuni-3.4.0_1 diff --git a/srcpkgs/libcommuni-devel b/srcpkgs/libcommuni-devel new file mode 120000 index 00000000000..6aef8779015 --- /dev/null +++ b/srcpkgs/libcommuni-devel @@ -0,0 +1 @@ +libcommuni \ No newline at end of file diff --git a/srcpkgs/libcommuni/template b/srcpkgs/libcommuni/template new file mode 100644 index 00000000000..c125916a3de --- /dev/null +++ b/srcpkgs/libcommuni/template @@ -0,0 +1,28 @@ +# Template file for 'libcommuni' +pkgname="libcommuni" +version="3.4.0" +revision="1" +build_style=qmake +hostmakedepends="qt5-qmake" +makedepends="qt5-declarative-devel" +short_desc="A cross-platform IRC framework written with Qt" +maintainer="John Regan " +license="BSD" +homepage="http://communi.github.io/" +distfiles="https://github.com/communi/libcommuni/archive/v${version}.tar.gz" +configure_args="-config release" +checksum=31afe0ab824e8c50b54053cbcecf9c46a62e83e9694b25a0fe523afd4fbf2e79 + +post_install() { + vlicense LICENSE +} + +libcommuni-devel_package() { + short_desc+=" - development files" + depends="${sourcepkg}>=${version}_${revision}" + pkg_install() { + vmove usr/include + vmove usr/lib/*.so + vmove usr/lib/qt5/mkspecs + } +}