garcon: remove long_desc.
This commit is contained in:
parent
097519163a
commit
ba857e750d
1 changed files with 5 additions and 14 deletions
|
@ -1,11 +1,11 @@
|
||||||
# Template file for 'garcon'
|
# Template file for 'garcon'
|
||||||
pkgname=garcon
|
pkgname=garcon
|
||||||
version=0.2.1
|
version=0.2.1
|
||||||
revision=1
|
revision=2
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--disable-static"
|
configure_args="--disable-static"
|
||||||
hostmakedepends="pkg-config intltool"
|
hostmakedepends="pkg-config intltool glib-devel"
|
||||||
makedepends="glib-devel libxfce4util-devel"
|
makedepends="libglib-devel libxfce4util-devel"
|
||||||
conf_files="/etc/xdg/menus/xfce-applications.menu"
|
conf_files="/etc/xdg/menus/xfce-applications.menu"
|
||||||
short_desc="Glib/GIO freedesktop.org compliant menu implementation"
|
short_desc="Glib/GIO freedesktop.org compliant menu implementation"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
|
@ -13,23 +13,14 @@ homepage="http://wiki.xfce.org/dev/garcon"
|
||||||
license="LGPL-2.1"
|
license="LGPL-2.1"
|
||||||
distfiles="http://archive.se.xfce.org/src/xfce/garcon/0.2/$pkgname-$version.tar.bz2"
|
distfiles="http://archive.se.xfce.org/src/xfce/garcon/0.2/$pkgname-$version.tar.bz2"
|
||||||
checksum=48b644b8b2ffe597974e2526ca1a5d2d7da6a09c2d434f008dec80e9152701f7
|
checksum=48b644b8b2ffe597974e2526ca1a5d2d7da6a09c2d434f008dec80e9152701f7
|
||||||
long_desc="
|
|
||||||
This is garcon, a freedesktop.org compliant menu implementation based
|
|
||||||
on GLib and GIO. It was started as a complete rewrite of the former
|
|
||||||
Xfce menu library called libxfce4menu, which, in contrast to garcon,
|
|
||||||
was lacking menu merging features essential for loading menus modified
|
|
||||||
with menu editors."
|
|
||||||
|
|
||||||
if [ "$CROSS_BUILD" ]; then
|
|
||||||
hostmakedepends+=" glib-devel"
|
|
||||||
fi
|
|
||||||
|
|
||||||
garcon-devel_package() {
|
garcon-devel_package() {
|
||||||
depends="libglib-devel ${sourcepkg}-${version}_${revision}"
|
depends="libglib-devel ${sourcepkg}>=${version}_${revision}"
|
||||||
short_desc=+" - development files"
|
short_desc=+" - development files"
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmove usr/include
|
vmove usr/include
|
||||||
vmove usr/lib/pkgconfig
|
vmove usr/lib/pkgconfig
|
||||||
|
vmove "usr/lib/*.so"
|
||||||
vmove usr/share/gtk-doc
|
vmove usr/share/gtk-doc
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue