x11/remontoire: add new port

Remontoire is a small (~71Kb) GTK app for presenting keybinding hints
in a compact form suitable for tiling window environments. It is
intended for use with the i3 window manager but it's also able to
display keybindings from any suitably formatted config file.

The program functions by scanning and parsing comments in a specific
format (described directly below), then displaying them in a one-layer
categorized list view. The program stores the state of which sections
are expanded, allowing for use on screens with limited resolution.

https://github.com/regolith-linux/remontoire
This commit is contained in:
Jan Beich 2020-11-19 00:36:13 +00:00
parent 4ef455dd32
commit 3d67ecfaf2
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=555670
4 changed files with 41 additions and 0 deletions

View File

@ -279,6 +279,7 @@
SUBDIR += qt5-x11extras
SUBDIR += qterminal
SUBDIR += radare-cutter
SUBDIR += remontoire
SUBDIR += rendercheck
SUBDIR += rgb
SUBDIR += rofi

26
x11/remontoire/Makefile Normal file
View File

@ -0,0 +1,26 @@
# $FreeBSD$
PORTNAME= remontoire
DISTVERSION= 1.4.0
CATEGORIES= x11
MAINTAINER= jbeich@FreeBSD.org
COMMENT= Keybinding viewer for i3 and other programs
LICENSE= GPLv3
BUILD_DEPENDS= valac:lang/vala
LIB_DEPENDS= libgee-0.8.so:devel/libgee \
libjson-glib-1.0.so:devel/json-glib
USES= gettext-tools gnome meson pkgconfig python:build shebangfix
USE_GITHUB= yes
USE_GNOME= gtk30
GH_ACCOUNT= regolith-linux
SHEBANG_FILES= build-aux/meson/postinstall.py
PLIST_FILES= bin/${PORTNAME} \
share/appdata/org.regolith-linux.remontoire.appdata.xml \
share/applications/org.regolith-linux.remontoire.desktop
GLIB_SCHEMAS= org.regolith-linux.remontoire.gschema.xml
.include <bsd.port.mk>

3
x11/remontoire/distinfo Normal file
View File

@ -0,0 +1,3 @@
TIMESTAMP = 1602948600
SHA256 (regolith-linux-remontoire-1.4.0_GH0.tar.gz) = 35777a10a753b15debe64867deca2332733f6bee6b85936e75e0e0514aa900da
SIZE (regolith-linux-remontoire-1.4.0_GH0.tar.gz) = 25130

11
x11/remontoire/pkg-descr Normal file
View File

@ -0,0 +1,11 @@
Remontoire is a small (~71Kb) GTK app for presenting keybinding hints
in a compact form suitable for tiling window environments. It is
intended for use with the i3 window manager but it's also able to
display keybindings from any suitably formatted config file.
The program functions by scanning and parsing comments in a specific
format (described directly below), then displaying them in a one-layer
categorized list view. The program stores the state of which sections
are expanded, allowing for use on screens with limited resolution.
WWW: https://github.com/regolith-linux/remontoire