gnome-bluetooth: update to 3.3.92.
This commit is contained in:
parent
9e3be259e0
commit
2e43eebe88
3 changed files with 13 additions and 18 deletions
|
@ -6,8 +6,8 @@ long_desc="${long_desc}
|
|||
This package contains files for development, headers, static libs, etc."
|
||||
|
||||
Add_dependency run gtk+3-devel
|
||||
Add_dependency run dbus-glib-devel
|
||||
Add_dependency run gnome-bluetooth
|
||||
Add_dependency run glib-devel
|
||||
Add_dependency run gnome-bluetooth ">=${version}"
|
||||
|
||||
do_install() {
|
||||
vmove usr/include usr
|
||||
|
|
|
@ -1,22 +1,17 @@
|
|||
libgtk-3.so.0
|
||||
libgdk-3.so.0
|
||||
libatk-1.0.so.0
|
||||
libpangoft2-1.0.so.0
|
||||
libpangocairo-1.0.so.0
|
||||
libgdk_pixbuf-2.0.so.0
|
||||
libcairo-gobject.so.2
|
||||
libcairo.so.2
|
||||
libpango-1.0.so.0
|
||||
libfreetype.so.6
|
||||
libfontconfig.so.1
|
||||
libgio-2.0.so.0
|
||||
libgmodule-2.0.so.0
|
||||
libdbus-glib-1.so.2
|
||||
libdbus-1.so.3
|
||||
libpthread.so.0
|
||||
libgobject-2.0.so.0
|
||||
libgthread-2.0.so.0
|
||||
librt.so.1
|
||||
libglib-2.0.so.0
|
||||
libc.so.6
|
||||
libnotify.so.4
|
||||
libm.so.6
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'gnome-bluetooth'
|
||||
pkgname=gnome-bluetooth
|
||||
version=3.2.2
|
||||
distfiles="${GNOME_SITE}/$pkgname/3.2/$pkgname-$version.tar.xz"
|
||||
version=3.3.92
|
||||
distfiles="${GNOME_SITE}/$pkgname/3.3/$pkgname-$version.tar.xz"
|
||||
build_style=gnu-configure
|
||||
configure_args="--disable-desktop-update --disable-schemas-compile
|
||||
--disable-icon-update"
|
||||
|
@ -9,7 +9,7 @@ short_desc="The GNOME Bluetooth Subsystem"
|
|||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
homepage="http://live.gnome.org/GnomeBluetooth"
|
||||
license="GPL, LGPL"
|
||||
checksum=30ba375f4d9b08fc31b9eb86f17ea2d3fc1696b3e778236270414260d4e26905
|
||||
checksum=081834f33a45829a108dab33e7d6bdeef9efdde9741bb55208327b38f425343c
|
||||
long_desc="
|
||||
This package contains tools for managing and manipulating Bluetooth devices
|
||||
using the GNOME desktop.
|
||||
|
@ -23,6 +23,7 @@ long_desc="
|
|||
gtk_iconcache_dirs="/usr/share/icons/hicolor"
|
||||
subpackages="$pkgname-devel"
|
||||
|
||||
Add_dependency build which
|
||||
Add_dependency build pkg-config
|
||||
Add_dependency build intltool
|
||||
Add_dependency build gnome-doc-utils
|
||||
|
@ -30,15 +31,14 @@ Add_dependency build gobject-introspection
|
|||
Add_dependency build libXi-devel
|
||||
Add_dependency build gtk+3-devel
|
||||
Add_dependency build libnotify-devel
|
||||
Add_dependency build dbus-glib-devel
|
||||
Add_dependency build nautilus-sendto-devel
|
||||
|
||||
Add_dependency full dconf
|
||||
Add_dependency full bluez ">=0"
|
||||
Add_dependency full gvfs
|
||||
Add_dependency full obexd-client ">=0"
|
||||
Add_dependency full hicolor-icon-theme
|
||||
Add_dependency full desktop-file-utils
|
||||
Add_dependency run dconf
|
||||
Add_dependency run bluez
|
||||
Add_dependency run gvfs
|
||||
Add_dependency run obexd-client
|
||||
Add_dependency run hicolor-icon-theme
|
||||
Add_dependency run desktop-file-utils
|
||||
|
||||
post_install() {
|
||||
vinstall ${FILESDIR}/61-gnome-bluetooth-rfkill.rules \
|
||||
|
|
Loading…
Reference in a new issue