gnome-bluetooth: remove long_desc.
This commit is contained in:
parent
c904274c9d
commit
9f02b8ac94
|
@ -1,10 +1,9 @@
|
||||||
# Template file for 'gnome-bluetooth'
|
# Template file for 'gnome-bluetooth'
|
||||||
pkgname=gnome-bluetooth
|
pkgname=gnome-bluetooth
|
||||||
version=3.10.0
|
version=3.10.0
|
||||||
revision=1
|
revision=2
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--disable-desktop-update --disable-schemas-compile
|
configure_args="--disable-desktop-update --disable-schemas-compile --disable-icon-update"
|
||||||
--disable-icon-update"
|
|
||||||
hostmakedepends="which pkg-config intltool itstool gnome-doc-utils gobject-introspection"
|
hostmakedepends="which pkg-config intltool itstool gnome-doc-utils gobject-introspection"
|
||||||
makedepends="libXi-devel gtk+3-devel>=3.8 libnotify-devel dconf-devel>=0.18 gvfs-devel>=1.18 bluez>=5"
|
makedepends="libXi-devel gtk+3-devel>=3.8 libnotify-devel dconf-devel>=0.18 gvfs-devel>=1.18 bluez>=5"
|
||||||
depends="bluez>=5 dconf>=0.18 gvfs>=1.18 hicolor-icon-theme desktop-file-utils"
|
depends="bluez>=5 dconf>=0.18 gvfs>=1.18 hicolor-icon-theme desktop-file-utils"
|
||||||
|
@ -14,15 +13,6 @@ homepage="http://live.gnome.org/GnomeBluetooth"
|
||||||
license="GPL, LGPL"
|
license="GPL, LGPL"
|
||||||
distfiles="${GNOME_SITE}/$pkgname/${version%.*}/$pkgname-$version.tar.xz"
|
distfiles="${GNOME_SITE}/$pkgname/${version%.*}/$pkgname-$version.tar.xz"
|
||||||
checksum=7ee4ad464abfed59f04d1a471eb25cfb95fc34eeefbe4c47580dbb50df2ab712
|
checksum=7ee4ad464abfed59f04d1a471eb25cfb95fc34eeefbe4c47580dbb50df2ab712
|
||||||
long_desc="
|
|
||||||
This package contains tools for managing and manipulating Bluetooth devices
|
|
||||||
using the GNOME desktop.
|
|
||||||
|
|
||||||
bluetooth-applet provides an agent to ask for PIN and managing pairing with
|
|
||||||
devices, together with bluetooth-properties.
|
|
||||||
|
|
||||||
bluetooth-sendto is also included for sending files to Bluetooth devices
|
|
||||||
via OBEX."
|
|
||||||
|
|
||||||
gnome-bluetooth-devel_package() {
|
gnome-bluetooth-devel_package() {
|
||||||
depends="glib-devel gtk+3-devel ${sourcepkg}>=${version}"
|
depends="glib-devel gtk+3-devel ${sourcepkg}>=${version}"
|
||||||
|
|
Loading…
Reference in New Issue