helvum: initial commit, version 0.3.1

This commit is contained in:
Tim Biermann 2021-10-15 11:15:55 +02:00
parent 29fe2cc64f
commit 90343984e9
Signed by: tb
GPG Key ID: 42F8B4E30B673606
3 changed files with 39 additions and 0 deletions

14
helvum/.footprint Normal file
View File

@ -0,0 +1,14 @@
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/bin/
-rwxr-xr-x root/root usr/bin/helvum
drwxr-xr-x root/root usr/share/
drwxr-xr-x root/root usr/share/applications/
-rw-r--r-- root/root usr/share/applications/org.freedesktop.ryuukyu.Helvum.desktop
drwxr-xr-x root/root usr/share/icons/
drwxr-xr-x root/root usr/share/icons/hicolor/
drwxr-xr-x root/root usr/share/icons/hicolor/scalable/
drwxr-xr-x root/root usr/share/icons/hicolor/scalable/apps/
-rw-r--r-- root/root usr/share/icons/hicolor/scalable/apps/org.freedesktop.ryuukyu.Helvum.svg
drwxr-xr-x root/root usr/share/icons/hicolor/symbolic/
drwxr-xr-x root/root usr/share/icons/hicolor/symbolic/apps/
-rw-r--r-- root/root usr/share/icons/hicolor/symbolic/apps/org.freedesktop.ryuukyu.Helvum-symbolic.svg

5
helvum/.signature Normal file
View File

@ -0,0 +1,5 @@
untrusted comment: verify with /etc/ports/contrib.pub
RWSagIOpLGJF35C41p0LwFutYXlYQice8np23qAPdMgrFmMmMnIkm+e75wNd03IGleTuusP5HD3hAvgBtLRtJYxea38004DCQwk=
SHA256 (Pkgfile) = 07cb6eeabcf7c8b91daf3e7db63ec694b985bea11f73f9fce38c4695fd20b345
SHA256 (.footprint) = 27b714775957c3108caea428423e1f7c56a6a99e93d7ddebba54f0128a7c99b6
SHA256 (helvum-0.3.1.tar.bz2) = a7e3483dc41315cedb8c3e845a1ffae44fcf2efba269e7234d18732aee791a21

20
helvum/Pkgfile Normal file
View File

@ -0,0 +1,20 @@
# Description: A GTK patchbay for pipewire
# URL: https://gitlab.freedesktop.org/ryuukyu/helvum
# Maintainer: Tim Biermann, tbier at posteo dot de
# Depends on: gtk4 pipewire rust
name=helvum
version=0.3.1
release=1
source=(https://gitlab.freedesktop.org/ryuukyu/helvum/-/archive/$version/helvum-$version.tar.bz2)
build() {
meson setup $name-$version build \
--prefix=/usr \
--buildtype=plain \
--wrap-mode nodownload \
-D b_lto=true \
-D b_pie=true
meson compile -C build
DESTDIR=$PKG meson install -C build
}