blueman: update to 1.23.
This commit is contained in:
parent
bd5bbbac0a
commit
4a9b2cd373
|
@ -5,10 +5,19 @@ libpangocairo-1.0.so.0
|
||||||
libgdk_pixbuf-2.0.so.0
|
libgdk_pixbuf-2.0.so.0
|
||||||
libpango-1.0.so.0
|
libpango-1.0.so.0
|
||||||
libcairo.so.2
|
libcairo.so.2
|
||||||
libgmodule-2.0.so.0
|
|
||||||
libgobject-2.0.so.0
|
libgobject-2.0.so.0
|
||||||
libgthread-2.0.so.0
|
libgthread-2.0.so.0
|
||||||
librt.so.1
|
librt.so.1
|
||||||
libglib-2.0.so.0
|
libglib-2.0.so.0
|
||||||
libpthread.so.0
|
libpthread.so.0
|
||||||
libc.so.6
|
libc.so.6
|
||||||
|
libgtk-x11-2.0.so.0
|
||||||
|
libatk-1.0.so.0
|
||||||
|
libgio-2.0.so.0
|
||||||
|
libpangoft2-1.0.so.0
|
||||||
|
libfreetype.so.6
|
||||||
|
libfontconfig.so.1
|
||||||
|
libdl.so.2
|
||||||
|
libutil.so.1
|
||||||
|
libm.so.6
|
||||||
|
libpython2.7.so.1.0
|
||||||
|
|
|
@ -1,16 +1,21 @@
|
||||||
# Template file for 'blueman'
|
# Template file for 'blueman'
|
||||||
pkgname=blueman
|
pkgname=blueman
|
||||||
version=1.21
|
version=1.23
|
||||||
revision=6
|
revision=1
|
||||||
distfiles="http://download.tuxfamily.org/$pkgname/$pkgname-$version.tar.gz"
|
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--enable-polkit=yes --enable-hal=no"
|
configure_args="--enable-polkit=yes --enable-hal=no"
|
||||||
depends="pygtk"
|
pycompile_module="$pkgname"
|
||||||
makedepends="intltool Pyrex libbluetooth-devel startup-notification-devel gdk-pixbuf-devel libpng-devel gtk+-devel pango-devel cairo-devel glib-devel glibc-devel pygtk-devel"
|
gtk_iconcache_dirs="/usr/share/icons/hicolor"
|
||||||
fulldepends="bluez notify-python dbus-python obexd desktop-file-utils hicolor-icon-theme"
|
depends="pygtk desktop-file-utils hicolor-icon-theme"
|
||||||
|
makedepends="intltool Pyrex libbluetooth-devel startup-notification-devel
|
||||||
|
gtk+-devel pygtk-devel"
|
||||||
|
fulldepends="bluez notify-python dbus-python obexd"
|
||||||
short_desc="GTK+ Bluetooth Manager"
|
short_desc="GTK+ Bluetooth Manager"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
checksum=86200dab50b1595c9a9537586c07de90ccfa084b954bb74f3e8732cc000fe3af
|
homepage="http://blueman-project.org/"
|
||||||
|
license="GPL-3"
|
||||||
|
distfiles="http://download.tuxfamily.org/$pkgname/$pkgname-$version.tar.gz"
|
||||||
|
checksum=50b261bcdc2e99e176c7c194825da1259500aaacaccb92714d97af0209a4f011
|
||||||
long_desc="
|
long_desc="
|
||||||
Blueman is designed to be simple and intuitive for everyday bluetooth
|
Blueman is designed to be simple and intuitive for everyday bluetooth
|
||||||
tasks such as:
|
tasks such as:
|
||||||
|
@ -21,9 +26,3 @@ long_desc="
|
||||||
* Connecting to audio devices
|
* Connecting to audio devices
|
||||||
* Sending/Receiving/Browsing files via OBEX
|
* Sending/Receiving/Browsing files via OBEX
|
||||||
* Pairing"
|
* Pairing"
|
||||||
|
|
||||||
pycompile_module="$pkgname"
|
|
||||||
gtk_iconcache_dirs="/usr/share/icons/hicolor"
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue