gnome-bluetooth: update to 3.8.0.
This commit is contained in:
parent
339f1588f8
commit
9090a8a23b
2 changed files with 8 additions and 12 deletions
|
@ -1,11 +1,7 @@
|
||||||
# Template file for 'gnome-bluetooth-devel'.
|
# Template file for 'gnome-bluetooth-devel'.
|
||||||
#
|
#
|
||||||
noarch=yes
|
depends="glib-devel gtk+3-devel ${sourcepkg}>=${version}"
|
||||||
depends="glib-devel gtk+3-devel gnome-bluetooth>=${version}"
|
short_desc="${short_desc} - development files"
|
||||||
short_desc="${sourcepkg} - development files"
|
|
||||||
long_desc="${long_desc}
|
|
||||||
|
|
||||||
This package contains files for development, headers, static libs, etc."
|
|
||||||
|
|
||||||
do_install() {
|
do_install() {
|
||||||
vmove usr/include usr
|
vmove usr/include usr
|
||||||
|
|
|
@ -1,20 +1,20 @@
|
||||||
# Template file for 'gnome-bluetooth'
|
# Template file for 'gnome-bluetooth'
|
||||||
pkgname=gnome-bluetooth
|
pkgname=gnome-bluetooth
|
||||||
version=3.6.1
|
version=3.8.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
|
||||||
--disable-icon-update"
|
--disable-icon-update"
|
||||||
subpackages="$pkgname-devel"
|
subpackages="$pkgname-devel"
|
||||||
depends="dconf bluez gvfs obexd-client>=0.47 hicolor-icon-theme desktop-file-utils"
|
depends="dconf gvfs hicolor-icon-theme desktop-file-utils"
|
||||||
makedepends="which pkg-config intltool itstool gnome-doc-utils gobject-introspection
|
hostmakedepends="which pkg-config intltool itstool gnome-doc-utils gobject-introspection"
|
||||||
libXi-devel gtk+3-devel>=3.6.2 libnotify-devel nautilus-sendto-devel>=3.6.0"
|
makedepends="libXi-devel gtk+3-devel>=3.8 libnotify-devel"
|
||||||
short_desc="The GNOME Bluetooth Subsystem"
|
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.6/$pkgname-$version.tar.xz"
|
distfiles="${GNOME_SITE}/$pkgname/3.8/$pkgname-$version.tar.xz"
|
||||||
checksum=71d72a4637916450987f69c71d374c5bc1102be6dd9d9d7f923aa924659f768a
|
checksum=70f275922f10ac9f40eb7d57f89193502ee490894b5b721d0f6273432fc97f82
|
||||||
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.
|
||||||
|
|
Loading…
Reference in a new issue