From e6d2b1ea044f1e347e832a68f89bb7d580297ff5 Mon Sep 17 00:00:00 2001 From: cr6git Date: Sat, 24 Feb 2018 11:26:59 +0100 Subject: [PATCH] libical: move cmake files to -devel package Closes: #11860 [via git-merge-pr] --- srcpkgs/libical/template | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/srcpkgs/libical/template b/srcpkgs/libical/template index cfe3275dd14..659e7fa44aa 100644 --- a/srcpkgs/libical/template +++ b/srcpkgs/libical/template @@ -1,14 +1,14 @@ -# Template build file for 'libical'. +# Template file for 'libical' pkgname=libical version=2.0.0 -revision=2 +revision=3 build_style=cmake hostmakedepends="perl" short_desc="Reference implementation of the iCalendar data type and format" homepage="http://libical.github.io/libical/" license="LGPL-2.1, MPL-1" maintainer="Juan RP " -distfiles="https://github.com/${pkgname}/${pkgname}/archive/v${version}.tar.gz>${pkgname}-${version}.tar.gz" +distfiles="https://github.com/${pkgname}/${pkgname}/archive/v${version}.tar.gz" checksum=20f4a98475052e1200d2691ba50b27969e4bedc6e50bffd5e2fa81f4ac90de9a libical-devel_package() { @@ -19,5 +19,6 @@ libical-devel_package() { vmove usr/lib/pkgconfig vmove usr/lib/*.a vmove usr/lib/*.so + vmove usr/lib/cmake } }