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

recipes/gui/gsound/PAGBUILD.yaml main

26 linii Raw ← Powrót
1234567891011121314151617181920212223242526
pkgname: gsound
pkgver: '1.0.3'
pkgrel: '2'
pkgdesc: 'Small library for playing system sounds'
url: 'https://wiki.gnome.org/Projects/GSound'
arch: x86_64
license:
- LGPL

depends: []
makedepends:
- glib
- libcanberra

source:
- 'https://download.gnome.org/sources/${pkgname}/1.0/${pkgname}-${pkgver}.tar.xz'

sha256sums:
- SKIP

build: |
  meson setup --prefix /usr --buildtype plain --libexecdir lib --sbindir bin -D b_pie=true gsound-1.0.3 builddir
  meson compile -C builddir

package: |
  DESTDIR="${PKGDIR}" meson install -C builddir