From 3c075a4ea1b940a5fc544e84e4f7ef22801daadb Mon Sep 17 00:00:00 2001 From: Juan RP Date: Fri, 14 Feb 2014 15:38:24 +0100 Subject: [PATCH] xcb-util: remove long_desc. --- srcpkgs/xcb-util/template | 14 ++++---------- 1 file changed, 4 insertions(+), 10 deletions(-) diff --git a/srcpkgs/xcb-util/template b/srcpkgs/xcb-util/template index 8ffa6b8f51..70201b0ed4 100644 --- a/srcpkgs/xcb-util/template +++ b/srcpkgs/xcb-util/template @@ -1,30 +1,24 @@ # Template build for 'xcb-util'. pkgname=xcb-util version=0.3.9 -revision=2 +revision=3 build_style=gnu-configure configure_args="--disable-static" hostmakedepends="pkg-config gperf" makedepends="libxcb-devel>=1.8" -short_desc="XCB utilities" +short_desc="XCB utilities library" maintainer="Juan RP " homepage="http://xcb.freedesktop.org" license="GPL-2" distfiles="http://xcb.freedesktop.org/dist/$pkgname-$version.tar.bz2" checksum=c611259c0ab20fd76f79f48f4684843c18ea9c967eba78a45e8b3636315c18c4 -long_desc=" - The xcb-util module provides a number of libraries which sit on top of - libxcb, the core X protocol library, and some of the extension - libraries. These experimental libraries provide convenience functions - and interfaces which make the raw X protocol more usable. Some of the - libraries also provide client-side code which is not strictly part of - the X protocol but which have traditionally been provided by Xlib." xcb-util-devel_package() { - depends="libxcb-devel xcb-util>=${version}" + depends="libxcb-devel ${sourcepkg}>=${version}_${revision}" short_desc+=" -- development files" pkg_install() { vmove usr/include vmove usr/lib/pkgconfig + vmove "usr/lib/*.so" } }