File tree 1 file changed +28
-0
lines changed
1 file changed +28
-0
lines changed Original file line number Diff line number Diff line change
1
+ # Template file for 'decibels'
2
+ pkgname=decibels
3
+ version=48.0
4
+ revision=1
5
+ build_style=meson
6
+ hostmakedepends="blueprint-compiler desktop-file-utils gettext gjs glib-devel
7
+ gtk4-update-icon-cache nodejs pkg-config"
8
+ makedepends="gjs-devel libadwaita-devel"
9
+ depends="gjs gst-plugins-good1 libadwaita"
10
+ checkdepends="appstream-glib"
11
+ short_desc="Play audio files"
12
+ maintainer="chrysos349 <
[email protected] >"
13
+ license="GPL-3.0-or-later"
14
+ homepage="https://apps.gnome.org/Decibels/"
15
+ changelog="https://gitlab.gnome.org/GNOME/decibels/-/raw/main/NEWS"
16
+ distfiles="${GNOME_SITE}/decibels/${version%.*}/decibels-${version}.tar.xz"
17
+ checksum=229b11a9263147bcb8c3e21ff0d4af659fb26262f8aece547adcf8c65e031f74
18
+
19
+ pre_configure() {
20
+ npm i typescript
21
+ export PATH="$PATH:$(pwd)/node_modules/.bin"
22
+ }
23
+
24
+ pre_build() {
25
+ if [ "$CROSS_BUILD" ]; then
26
+ export GI_TYPELIB_PATH="${XBPS_CROSS_BASE}/usr/lib/girepository-1.0"
27
+ fi
28
+ }
You can’t perform that action at this time.
0 commit comments