New package: gnome-bluetooth1-3.34.5

This commit is contained in:
oreo639 2022-03-23 21:31:15 -07:00 committed by Michal Vasilek
parent f931f9b455
commit c3bd8a53cb
5 changed files with 71 additions and 1 deletions

View File

@ -686,7 +686,7 @@ libatkmm-1.6.so.1 atkmm-2.22.1_1
libgtkmm-3.0.so.1 gtkmm-2.99.5_1
libgdkmm-3.0.so.1 gtkmm-2.99.5_1
libgtkmm-4.0.so.0 gtkmm4-4.0.0_1
libgnome-bluetooth.so.13 gnome-bluetooth-3.12.0_1
libgnome-bluetooth.so.13 gnome-bluetooth1-3.12.0_1
libsasl2.so.3 libsasl-2.1.26_1
liblber-2.4.so.2 libldap-2.4.21_1
libldap-2.4.so.2 libldap-2.4.21_1

View File

@ -0,0 +1 @@
gnome-bluetooth1

View File

@ -0,0 +1,25 @@
From 755fd758f866d3a3f7ca482942beee749f13a91e Mon Sep 17 00:00:00 2001
From: Bastien Nocera <hadess@hadess.net>
Date: Fri, 7 Jan 2022 12:51:22 +0100
Subject: [PATCH] build: Fix build for newer versions of meson
sendto/meson.build:24:5: ERROR: Function does not take positional arguments.
---
sendto/meson.build | 1 -
1 file changed, 1 deletion(-)
diff --git a/sendto/meson.build b/sendto/meson.build
index 24a4e394..3e233a03 100644
--- a/sendto/meson.build
+++ b/sendto/meson.build
@@ -22,7 +22,6 @@ desktop_in = configure_file(
)
i18n.merge_file (
- desktop,
type: 'desktop',
input: desktop_in,
output: desktop,
--
GitLab

View File

@ -0,0 +1,42 @@
# Template file for 'gnome-bluetooth1'
pkgname=gnome-bluetooth1
version=3.34.5
revision=1
wrksrc="gnome-bluetooth-${version}"
build_helper="gir"
build_style=meson
configure_args="-Dgtk_doc=false -Dintrospection=$(vopt_if gir true false)"
hostmakedepends="pkg-config gettext itstool $(vopt_if gir gobject-introspection) glib-devel"
makedepends="libXi-devel gtk+3-devel libnotify-devel dconf-devel
gvfs-devel bluez eudev-libudev-devel libcanberra-devel"
depends="bluez>=5 dconf>=0.20 gvfs>=1.20 hicolor-icon-theme desktop-file-utils"
checkdepends="python3-dbus"
short_desc="GNOME Bluetooth Subsystem"
maintainer="Enno Boland <gottox@voidlinux.org>"
license="GPL-2.0-or-later, LGPL-2.1-or-later"
homepage="https://wiki.gnome.org/Projects/GnomeBluetooth"
distfiles="${GNOME_SITE}/gnome-bluetooth/${version%.*}/gnome-bluetooth-${version}.tar.xz"
checksum=6c949e52c8becc2054daacd604901f66ce5cf709a5fa91c4bb7cacc939b53ea9
build_options="gir"
build_options_default="gir"
post_install() {
# conflicts with gnome-bluetooth
rm ${DESTDIR}/usr/bin/bluetooth-sendto
rm ${DESTDIR}/usr/share/applications/bluetooth-sendto.desktop
rm ${DESTDIR}/usr/share/man/man1/bluetooth-sendto.1
}
gnome-bluetooth1-devel_package() {
depends="glib-devel gtk+3-devel ${sourcepkg}>=${version}"
short_desc+=" - development files"
pkg_install() {
vmove usr/include
vmove usr/lib/pkgconfig
vmove "usr/lib/*.so"
if [ "$build_option_gir" ]; then
vmove usr/share/gir-1.0
fi
}
}

View File

@ -0,0 +1,2 @@
pkgname="gnome-bluetooth"
pattern="\Q$pkgname\E-\K3\.[0-9.]*[0-9](?=)"