🔒 Repository is read-only – file editing is disabled.

recipes/gui/blueman/PAGBUILD.yaml main

40 linii Raw ← Powrót
12345678910111213141516171819202122232425262728293031323334353637383940
pkgname: blueman
pkgver: '2.4.6'
pkgrel: '1'
pkgdesc: 'GTK3 Bluetooth manager'
url: 'https://github.com/blueman-project/blueman'
arch: x86_64
license:
- 'GPL-3.0-or-later'

depends:
- 'python-cairo'
- 'python-dbus'
- 'python-gobject'
- bluez

makedepends:
- gtk3
- libnotify
- cython
- intltool

source:
- 'https://github.com/blueman-project/${pkgname}/releases/download/${pkgver}/${pkgname}-${pkgver}.tar.xz'

sha256sums:
- SKIP

build: |
  cd ${pkgname}-${pkgver}

     ./configure \
      --prefix=/usr \
      --sysconfdir=/etc \
      --libexecdir=/usr/lib/${pkgname} \
      --disable-schemas-compile
    make
    make DESTDIR=${PKGDIR} install

package: |
  true