gnome-bluetooth: update to 3.10.0 (soname bump).
This commit is contained in:
parent
6176273c33
commit
365989e6ec
2 changed files with 8 additions and 12 deletions
|
@ -610,8 +610,7 @@ libatkmm-1.6.so.1 atkmm-2.22.1_1
|
||||||
libgtkmm-3.0.so.1 gtkmm-2.99.5_1
|
libgtkmm-3.0.so.1 gtkmm-2.99.5_1
|
||||||
libgdkmm-3.0.so.1 gtkmm-2.99.5_1
|
libgdkmm-3.0.so.1 gtkmm-2.99.5_1
|
||||||
libgksu2.so.0 libgksu-2.0.12_1
|
libgksu2.so.0 libgksu-2.0.12_1
|
||||||
libgnome-bluetooth.so.10 gnome-bluetooth-3.3.92_1
|
libgnome-bluetooth.so.12 gnome-bluetooth-3.10.0_1
|
||||||
libgnome-bluetooth-applet.so.0 gnome-bluetooth-3.3.92_1
|
|
||||||
libsasl2.so.2 libsasl-2.1.23_1
|
libsasl2.so.2 libsasl-2.1.23_1
|
||||||
liblber-2.4.so.2 libldap-2.4.21_1
|
liblber-2.4.so.2 libldap-2.4.21_1
|
||||||
libldap-2.4.so.2 libldap-2.4.21_1
|
libldap-2.4.so.2 libldap-2.4.21_1
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'gnome-bluetooth'
|
# Template file for 'gnome-bluetooth'
|
||||||
pkgname=gnome-bluetooth
|
pkgname=gnome-bluetooth
|
||||||
version=3.8.0
|
version=3.10.0
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--disable-desktop-update --disable-schemas-compile
|
configure_args="--disable-desktop-update --disable-schemas-compile
|
||||||
|
@ -11,8 +11,8 @@ short_desc="The GNOME Bluetooth Subsystem"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
homepage="http://live.gnome.org/GnomeBluetooth"
|
homepage="http://live.gnome.org/GnomeBluetooth"
|
||||||
license="GPL, LGPL"
|
license="GPL, LGPL"
|
||||||
distfiles="${GNOME_SITE}/$pkgname/3.8/$pkgname-$version.tar.xz"
|
distfiles="${GNOME_SITE}/$pkgname/${version%.*}/$pkgname-$version.tar.xz"
|
||||||
checksum=70f275922f10ac9f40eb7d57f89193502ee490894b5b721d0f6273432fc97f82
|
checksum=7ee4ad464abfed59f04d1a471eb25cfb95fc34eeefbe4c47580dbb50df2ab712
|
||||||
long_desc="
|
long_desc="
|
||||||
This package contains tools for managing and manipulating Bluetooth devices
|
This package contains tools for managing and manipulating Bluetooth devices
|
||||||
using the GNOME desktop.
|
using the GNOME desktop.
|
||||||
|
@ -23,24 +23,21 @@ long_desc="
|
||||||
bluetooth-sendto is also included for sending files to Bluetooth devices
|
bluetooth-sendto is also included for sending files to Bluetooth devices
|
||||||
via OBEX."
|
via OBEX."
|
||||||
|
|
||||||
post_install() {
|
|
||||||
vinstall ${FILESDIR}/61-gnome-bluetooth-rfkill.rules 644 usr/lib/udev/rules.d
|
|
||||||
}
|
|
||||||
|
|
||||||
gnome-bluetooth-devel_package() {
|
gnome-bluetooth-devel_package() {
|
||||||
depends="glib-devel gtk+3-devel ${sourcepkg}>=${version}"
|
depends="glib-devel gtk+3-devel ${sourcepkg}>=${version}"
|
||||||
short_desc="${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/share/gir-1.0
|
vmove usr/share/gir-1.0
|
||||||
vmove usr/share/gtk-doc
|
vmove usr/share/gtk-doc
|
||||||
|
vmove "usr/lib/*.so"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
gnome-bluetooth_package() {
|
gnome-bluetooth_package() {
|
||||||
depends="dconf gvfs hicolor-icon-theme desktop-file-utils"
|
depends="bluez>=5 dconf>=0.18 gvfs>=1.18 hicolor-icon-theme desktop-file-utils"
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmove usr
|
vmove all
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue