Skip to content

Commit

Permalink
libfeedback: new port in gnome
Browse files Browse the repository at this point in the history
  • Loading branch information
barracuda156 committed Oct 10, 2024
1 parent a21e7be commit 8e170bb
Showing 1 changed file with 41 additions and 0 deletions.
41 changes: 41 additions & 0 deletions gnome/libfeedback/Portfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:filetype=tcl:et:sw=4:ts=4:sts=4

Check warning on line 1 in gnome/libfeedback/Portfile

View workflow job for this annotation

GitHub Actions / macos-13

port lint libfeedback: Error: Portfile parent directory gnome does not match primary category devel

Check warning on line 1 in gnome/libfeedback/Portfile

View workflow job for this annotation

GitHub Actions / macos-14

port lint libfeedback: Error: Portfile parent directory gnome does not match primary category devel

Check warning on line 1 in gnome/libfeedback/Portfile

View workflow job for this annotation

GitHub Actions / macos-12

port lint libfeedback: Error: Portfile parent directory gnome does not match primary category devel

PortSystem 1.0
PortGroup gitlab 1.0
PortGroup meson 1.0

name libfeedback
gitlab.instance https://source.puri.sm
gitlab.setup Librem5 feedbackd 0.5.0 v
revision 0
categories devel
license GPL-3+
maintainers nomaintainer

description Daemon to provide haptic, led and audio feedback \
triggered by application events
long_description {*}${description}.
use_bzip2 yes

checksums rmd160 0cc272984febaf999d2c503c8fd037770f528bb6 \
sha256 2666e97b1f88f59fded775c1f314dfd8de9c6aeaae95c2f16d108e07da3344d2 \
size 95911

meson.wrap_mode nodownload

depends_build-append \
path:bin/pkg-config:pkgconfig \
path:bin/vala:vala

depends_lib-append path:lib/pkgconfig/glib-2.0.pc:glib2 \
path:lib/pkgconfig/gobject-introspection-1.0.pc:gobject-introspection

compiler.c_standard 2011

configure.args-append \
-Ddaemon=false \
-Dgtk_doc=false \
-Dintrospection=enabled \
-Dtests=false \
-Dudev=false \
-Dvapi=true

0 comments on commit 8e170bb

Please sign in to comment.