1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00

sxhkd is a simple X hotkey daemon with a powerful and compact

configuration syntax.

WWW: https://github.com/baskerville/sxhkd

PR:		196128
Submitted by:	Anton Tornqvist <antont@inbox.lv>
This commit is contained in:
Pawel Pekala 2014-12-20 13:17:13 +00:00
parent c4aa75da0b
commit 7e049a5e58
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=375002
5 changed files with 40 additions and 0 deletions

View File

@ -268,6 +268,7 @@
SUBDIR += sterm
SUBDIR += stjerm
SUBDIR += swarp
SUBDIR += sxhkd
SUBDIR += sxpc
SUBDIR += tabbed
SUBDIR += temperature.app

22
x11/sxhkd/Makefile Normal file
View File

@ -0,0 +1,22 @@
# Created by: Anton Törnqvist <antont@inbox.lv>
# $FreeBSD$
PORTNAME= sxhkd
PORTVERSION= 0.5.4
CATEGORIES= x11
MAINTAINER= antont@inbox.lv
COMMENT= Simple X hotkey daemon
LIB_DEPENDS= libxcb-keysyms.so:${PORTSDIR}/x11/xcb-util-keysyms
USE_GITHUB= yes
GH_ACCOUNT= baskerville
GH_COMMIT= eaf83e9
USES= gmake
PLIST_FILES= bin/sxhkd \
man/man1/sxhkd.1.gz
.include <bsd.port.mk>

2
x11/sxhkd/distinfo Normal file
View File

@ -0,0 +1,2 @@
SHA256 (sxhkd-0.5.4.tar.gz) = 7eabe0e41549b26ddf9ba41d18c63f3192a888633e4115a1b693f3f785042466
SIZE (sxhkd-0.5.4.tar.gz) = 34565

View File

@ -0,0 +1,11 @@
--- Makefile.orig 2014-12-15 21:21:15 UTC
+++ Makefile
@@ -9,7 +9,7 @@ LDFLAGS += -L$(PREFIX)/lib
PREFIX ?= /usr/local
BINPREFIX = $(PREFIX)/bin
-MANPREFIX = $(PREFIX)/share/man
+MANPREFIX = $(PREFIX)/man
SRC = $(wildcard *.c)
OBJ = $(SRC:.c=.o)

4
x11/sxhkd/pkg-descr Normal file
View File

@ -0,0 +1,4 @@
sxhkd is a simple X hotkey daemon with a powerful and compact
configuration syntax.
WWW: https://github.com/baskerville/sxhkd