xfconf: remove long_desc.

This commit is contained in:
Juan RP 2014-02-14 15:08:03 +01:00
parent 89d73fbeaa
commit 7fbc57cf95

View File

@ -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
}