gnome-bluetooth: update to 3.6.0 (SONAME bump).
This commit is contained in:
parent
2e65589bfc
commit
43ff694769
3 changed files with 9 additions and 8 deletions
|
@ -1045,3 +1045,4 @@ libgweather-3.so.1 libgweather-3.6.0_1
|
|||
libgnomekbd.so.8 libgnomekbd-3.6.0_1
|
||||
libgnomekbdui.so.8 libgnomekbd-3.6.0_1
|
||||
libibus-1.0.so.5 ibus-1.4.99.20120917_1
|
||||
libgnome-bluetooth.so.11 gnome-bluetooth-3.6.0_1
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'gnome-bluetooth-devel'.
|
||||
#
|
||||
noarch=yes
|
||||
depends="gtk+3-devel glib-devel gnome-bluetooth>=${version}"
|
||||
depends="glib-devel gtk+3-devel gnome-bluetooth>=${version}"
|
||||
short_desc="${sourcepkg} - development files"
|
||||
long_desc="${long_desc}
|
||||
|
||||
|
|
|
@ -1,20 +1,20 @@
|
|||
# Template file for 'gnome-bluetooth'
|
||||
pkgname=gnome-bluetooth
|
||||
version=3.4.2
|
||||
revision=2
|
||||
version=3.6.0
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
configure_args="--disable-desktop-update --disable-schemas-compile --disable-icon-update"
|
||||
gtk_iconcache_dirs="/usr/share/icons/hicolor"
|
||||
subpackages="$pkgname-devel"
|
||||
depends="dconf bluez gvfs obexd-client hicolor-icon-theme desktop-file-utils"
|
||||
makedepends="which pkg-config intltool gnome-doc-utils gobject-introspection
|
||||
libXi-devel gtk+3-devel libnotify-devel nautilus-sendto-devel"
|
||||
depends="dconf bluez gvfs obexd-client>=0.47 hicolor-icon-theme desktop-file-utils"
|
||||
makedepends="which pkg-config intltool itstool gnome-doc-utils gobject-introspection
|
||||
libXi-devel gtk+3-devel>=3.6.0_2 libnotify-devel nautilus-sendto-devel>=3.6.0"
|
||||
short_desc="The GNOME Bluetooth Subsystem"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
homepage="http://live.gnome.org/GnomeBluetooth"
|
||||
license="GPL, LGPL"
|
||||
distfiles="${GNOME_SITE}/$pkgname/3.4/$pkgname-$version.tar.xz"
|
||||
checksum=c58480f1687aca048444d5e4dbd306594d0785c8e6e74f99fa0b13e57fdad4de
|
||||
distfiles="${GNOME_SITE}/$pkgname/3.6/$pkgname-$version.tar.xz"
|
||||
checksum=021d9711d76e6d195812b1804ff39b5936ce978c25f900bc92e4bffd7045d306
|
||||
long_desc="
|
||||
This package contains tools for managing and manipulating Bluetooth devices
|
||||
using the GNOME desktop.
|
||||
|
|
Loading…
Reference in a new issue