diff options
Diffstat (limited to 'community/gnome-bluetooth/APKBUILD')
-rw-r--r-- | community/gnome-bluetooth/APKBUILD | 35 |
1 files changed, 13 insertions, 22 deletions
diff --git a/community/gnome-bluetooth/APKBUILD b/community/gnome-bluetooth/APKBUILD index 810ddec141..41ec1e7c4b 100644 --- a/community/gnome-bluetooth/APKBUILD +++ b/community/gnome-bluetooth/APKBUILD @@ -1,44 +1,35 @@ -# Maintainer: Natanael Copa <ncopa@alpinelinux.org> +# Contributor: Natanael Copa <ncopa@alpinelinux.org> +# Maintainer: Rasmus Thomsen <oss@cogitri.dev> pkgname=gnome-bluetooth -pkgver=3.28.2 +pkgver=3.32.1 pkgrel=0 pkgdesc="The GNOME Bluetooth Subsystem" -url="http://live.gnome.org/GnomeBluetooth" +url="https://wiki.gnome.org/Projects/GnomeBluetooth" arch="all" -license="GPL LGPL" +license="GPL-2.0-or-later LGPL-2.1-or-later" depends="hicolor-icon-theme bluez>=5" -makedepends="intltool gobject-introspection-dev libunique-dev - libnotify-dev libxi-dev libxslt gnome-doc-utils - dbus-glib-dev gtk+3.0-dev itstool eudev-dev libcanberra-dev - meson" +makedepends="dconf-dev gobject-introspection-dev libnotify-dev libxi-dev + dbus-glib-dev gtk+3.0-dev eudev-dev libcanberra-dev meson" subpackages="$pkgname-dev $pkgname-doc $pkgname-lang $pkgname-libs" source="https://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz 61-gnome-bluetooth-rfkill.rules" builddir="$srcdir"/$pkgname-$pkgver -prepare() { - default_prepare - cd "$builddir" - mkdir -p build -} - build() { - cd "$builddir"/build meson \ --prefix=/usr \ --buildtype=release \ - --sysconfdir=/etc .. - ninja + --sysconfdir=/etc \ + output . + ninja -C output } check() { - cd "$builddir"/build - ninja test + ninja -C output test } package() { - cd "$builddir"/build - DESTDIR="$pkgdir" ninja install + DESTDIR="$pkgdir" ninja -C output install install -m644 -D "$srcdir/61-gnome-bluetooth-rfkill.rules" \ "$pkgdir/lib/udev/rules.d/61-gnome-bluetooth-rfkill.rules" } @@ -50,5 +41,5 @@ libs() { mv "$pkgdir"/usr/share/icons "$subpkgdir"/usr/share/ } -sha512sums="03f66f8c5c195b10cf2c13dc93191b9f2f79adae099ddb8037ef1277731f37b8f0a42b603e8aacbe2fb108be6abf7a77a823d86d5fac62a42a53e3498d53d87e gnome-bluetooth-3.28.2.tar.xz +sha512sums="75444a639385cda5ac936cd70e1cf9a5a6d156b717afef1d59fd62e638418790106c8f060c7c62b7f171db99b5d669d40447598a0f7c8897be810a9b1d3c9c28 gnome-bluetooth-3.32.1.tar.xz 80b7fd0bc3e0f82c8d2d609ffed634200e63f61d9a134445df8e8511756b7fb423d338a1d12e42b91c57243097beaa3d4662856ec0507fb19a29b6de7ee9e4de 61-gnome-bluetooth-rfkill.rules" |