Date: Saturday, April 2, 2022 @ 14:24:22 Author: heftig Revision: 441262
3.34.5-3: remove bluetooth-sendto, shipped in gnome-bluetooth-3.0 Modified: gnome-bluetooth/trunk/PKGBUILD ----------+ PKGBUILD | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-04-02 14:15:59 UTC (rev 441261) +++ PKGBUILD 2022-04-02 14:24:22 UTC (rev 441262) @@ -4,7 +4,7 @@ pkgname=gnome-bluetooth pkgver=3.34.5 -pkgrel=2 +pkgrel=3 pkgdesc="The GNOME Bluetooth Subsystem" url="https://wiki.gnome.org/Projects/GnomeBluetooth" arch=(x86_64) @@ -13,21 +13,25 @@ makedepends=(gobject-introspection gtk-doc docbook-xsl git meson) checkdepends=(python-dbusmock) provides=(libgnome-bluetooth.so) +options=(debug) _commit=736eadbfb693d9594371470ad83370d327df6f74 # tags/3.34.5^0 source=("git+https://gitlab.gnome.org/GNOME/gnome-bluetooth.git#commit=$_commit") sha256sums=('SKIP') pkgver() { - cd $pkgname + cd gnome-bluetooth git describe --tags | sed 's/^GNOMEBT_V_//;s/_fixed//;s/_/./g;s/-/+/g' } prepare() { - cd $pkgname + cd gnome-bluetooth + + # Remove bluetooth-sendto, shipped in gnome-bluetooth-3.0 + sed -i "/'sendto'/d" meson.build } build() { - arch-meson $pkgname build -D gtk_doc=true -D icon_update=false + arch-meson gnome-bluetooth build -D gtk_doc=true -D icon_update=false meson compile -C build }
