mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 15:43:49 +02:00
xfconf: remove long_desc.
This commit is contained in:
parent
89d73fbeaa
commit
7fbc57cf95
1 changed files with 2 additions and 5 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'xfconf'
|
# Template file for 'xfconf'
|
||||||
pkgname=xfconf
|
pkgname=xfconf
|
||||||
version=4.10.0
|
version=4.10.0
|
||||||
revision=3
|
revision=4
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
hostmakedepends="pkg-config intltool>=0.50.2_1"
|
hostmakedepends="pkg-config intltool>=0.50.2_1"
|
||||||
makedepends="dbus-glib-devel libxfce4util-devel"
|
makedepends="dbus-glib-devel libxfce4util-devel"
|
||||||
|
@ -11,10 +11,6 @@ license="GPL-2, LGPL-2.1"
|
||||||
homepage="http://xfce.org"
|
homepage="http://xfce.org"
|
||||||
distfiles="http://archive.se.xfce.org/src/xfce/xfconf/4.10/$pkgname-$version.tar.bz2"
|
distfiles="http://archive.se.xfce.org/src/xfce/xfconf/4.10/$pkgname-$version.tar.bz2"
|
||||||
checksum=175219a441cc7d0f210bbd1a3b0abba41598627cd9db27235811400c3e100576
|
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
|
# Package build options
|
||||||
build_options="perl"
|
build_options="perl"
|
||||||
|
@ -38,6 +34,7 @@ xfconf-devel_package() {
|
||||||
short_desc+=" - development files"
|
short_desc+=" - development files"
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmove usr/include
|
vmove usr/include
|
||||||
|
vmove "usr/lib/*.so"
|
||||||
vmove usr/lib/pkgconfig
|
vmove usr/lib/pkgconfig
|
||||||
vmove usr/share/gtk-doc
|
vmove usr/share/gtk-doc
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue