mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-29 17:02:56 +02:00
obexd: update to 0.22.
--HG-- extra : convert_revision : ae0191b11820da5a1360a8cf7c8a5f85cd9e5c18
This commit is contained in:
parent
ea87adb644
commit
9f3bdc1668
1 changed files with 3 additions and 2 deletions
|
@ -1,11 +1,11 @@
|
||||||
# Template file for 'obexd'
|
# Template file for 'obexd'
|
||||||
pkgname=obexd
|
pkgname=obexd
|
||||||
version=0.21
|
version=0.22
|
||||||
distfiles="${KERNEL_SITE}/bluetooth/$pkgname-$version.tar.bz2"
|
distfiles="${KERNEL_SITE}/bluetooth/$pkgname-$version.tar.bz2"
|
||||||
build_style=gnu_configure
|
build_style=gnu_configure
|
||||||
short_desc="D-Bus OBEX client/server"
|
short_desc="D-Bus OBEX client/server"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
checksum=7fdacdec9ec3dd63d3d8e3f2b6003d4843b7e4ff7e84086eeaffeb02cf84acb9
|
checksum=c219be5c79eec6a989a10a175164da936a7e7140e44e4150bad7802061b6caa2
|
||||||
long_desc="
|
long_desc="
|
||||||
Implementation of OBEX client and server as a D-Bus service providing
|
Implementation of OBEX client and server as a D-Bus service providing
|
||||||
high-level functionality."
|
high-level functionality."
|
||||||
|
@ -16,6 +16,7 @@ Add_dependency run glib
|
||||||
Add_dependency run dbus-libs
|
Add_dependency run dbus-libs
|
||||||
Add_dependency run libopenobex
|
Add_dependency run libopenobex
|
||||||
Add_dependency run libbluetooth
|
Add_dependency run libbluetooth
|
||||||
|
|
||||||
Add_dependency build pkg-config
|
Add_dependency build pkg-config
|
||||||
Add_dependency build glib-devel
|
Add_dependency build glib-devel
|
||||||
Add_dependency build dbus-devel
|
Add_dependency build dbus-devel
|
||||||
|
|
Loading…
Add table
Reference in a new issue