diff options
author | Richard Gallamore <ultima@FreeBSD.org> | 2017-08-09 08:46:32 +0800 |
---|---|---|
committer | Richard Gallamore <ultima@FreeBSD.org> | 2017-08-09 08:46:32 +0800 |
commit | 57dbe01473a7b87c0078f2ff1198a2668bd33ab4 (patch) | |
tree | b92b88a75ce2c4825d5439909d1b06454bef3278 | |
parent | 35759a160f76a486bd5e7fe4872d031d78fb58e8 (diff) | |
download | freebsd-ports-gnome-57dbe01473a7b87c0078f2ff1198a2668bd33ab4.tar.gz freebsd-ports-gnome-57dbe01473a7b87c0078f2ff1198a2668bd33ab4.tar.zst freebsd-ports-gnome-57dbe01473a7b87c0078f2ff1198a2668bd33ab4.zip |
DSBAutostart is a Qt program that allows you to manage commands to be executed
at X session start.
WWW: http://freeshell.de/~mk/projects/dsbautostart.html
PR: 221131
Submitted by: Marcel Kaiser (maintainer)
Reviewed by: matthew (mentor)
Approved by: matthew (mentor)
Differential Revision: https://reviews.freebsd.org/D11902
-rw-r--r-- | x11/Makefile | 1 | ||||
-rw-r--r-- | x11/dsbautostart/Makefile | 19 | ||||
-rw-r--r-- | x11/dsbautostart/distinfo | 3 | ||||
-rw-r--r-- | x11/dsbautostart/pkg-descr | 4 | ||||
-rw-r--r-- | x11/dsbautostart/pkg-message | 8 | ||||
-rw-r--r-- | x11/dsbautostart/pkg-plist | 3 |
6 files changed, 38 insertions, 0 deletions
diff --git a/x11/Makefile b/x11/Makefile index a57c32d7d59a..0e12ebc71714 100644 --- a/x11/Makefile +++ b/x11/Makefile @@ -52,6 +52,7 @@ SUBDIR += docker-tray SUBDIR += dri2proto SUBDIR += dri3proto + SUBDIR += dsbautostart SUBDIR += dxpc SUBDIR += dynamag SUBDIR += dzen2 diff --git a/x11/dsbautostart/Makefile b/x11/dsbautostart/Makefile new file mode 100644 index 000000000000..8f6560237ea0 --- /dev/null +++ b/x11/dsbautostart/Makefile @@ -0,0 +1,19 @@ +# $FreeBSD$ + +PORTNAME= dsbautostart +PORTVERSION= 1.0.2 +CATEGORIES= x11 +MASTER_SITES= http://freeshell.de/~mk/download/ + +MAINTAINER= mk@nic-nac-project.org +COMMENT= Manage commands to be executed at X session start + +LICENSE= BSD2CLAUSE +LICENSE_FILE= ${WRKSRC}/LICENSE + +USES= tar:tgz qmake + +USE_GL= gl +USE_QT5= buildtools_build core gui linguisttools widgets + +.include <bsd.port.mk> diff --git a/x11/dsbautostart/distinfo b/x11/dsbautostart/distinfo new file mode 100644 index 000000000000..d86995931145 --- /dev/null +++ b/x11/dsbautostart/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1502017745 +SHA256 (dsbautostart-1.0.2.tgz) = 3912f3680a50d7ff1ed3104117c2fb6af5cc34830f149c744d5903e80a4b81be +SIZE (dsbautostart-1.0.2.tgz) = 14472 diff --git a/x11/dsbautostart/pkg-descr b/x11/dsbautostart/pkg-descr new file mode 100644 index 000000000000..b2bf5ae5859b --- /dev/null +++ b/x11/dsbautostart/pkg-descr @@ -0,0 +1,4 @@ +DSBAutostart is a Qt program that allows you to manage commands to be executed +at X session start. + +WWW: http://freeshell.de/~mk/projects/dsbautostart.html diff --git a/x11/dsbautostart/pkg-message b/x11/dsbautostart/pkg-message new file mode 100644 index 000000000000..d7c998c767d9 --- /dev/null +++ b/x11/dsbautostart/pkg-message @@ -0,0 +1,8 @@ +************************************************************************** + +Add the following command to your window manager's startup script (e.g. +~/.config/openbox/autostart.sh or ~/.fluxbox/startup): + + sh ~/.config/DSB/autostart.sh& + +************************************************************************** diff --git a/x11/dsbautostart/pkg-plist b/x11/dsbautostart/pkg-plist new file mode 100644 index 000000000000..17a39f477705 --- /dev/null +++ b/x11/dsbautostart/pkg-plist @@ -0,0 +1,3 @@ +bin/dsbautostart +share/applications/dsbautostart.desktop +%%DATADIR%%/dsbautostart_de.qm |