From 7fbc57cf9564cf4df23c7b47546e99cc65c9f52c Mon Sep 17 00:00:00 2001 From: Juan RP Date: Fri, 14 Feb 2014 15:08:03 +0100 Subject: [PATCH] xfconf: remove long_desc. --- srcpkgs/xfconf/template | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/srcpkgs/xfconf/template b/srcpkgs/xfconf/template index 4bb06586dfb..d36bb5b1d2b 100644 --- a/srcpkgs/xfconf/template +++ b/srcpkgs/xfconf/template @@ -1,7 +1,7 @@ # Template file for 'xfconf' pkgname=xfconf version=4.10.0 -revision=3 +revision=4 build_style=gnu-configure hostmakedepends="pkg-config intltool>=0.50.2_1" makedepends="dbus-glib-devel libxfce4util-devel" @@ -11,10 +11,6 @@ license="GPL-2, LGPL-2.1" homepage="http://xfce.org" distfiles="http://archive.se.xfce.org/src/xfce/xfconf/4.10/$pkgname-$version.tar.bz2" checksum=175219a441cc7d0f210bbd1a3b0abba41598627cd9db27235811400c3e100576 -long_desc=" - Xfconf is a hierarchical (tree-like) configuration system where the - immediate child nodes of the root are called channels. All settings - beneath the channel nodes are called properties." # Package build options build_options="perl" @@ -38,6 +34,7 @@ xfconf-devel_package() { short_desc+=" - development files" pkg_install() { vmove usr/include + vmove "usr/lib/*.so" vmove usr/lib/pkgconfig vmove usr/share/gtk-doc }