View | Details | Raw Unified | Return to bug 221131 | Differences between
and this patch

Collapse All | Expand All

(-)x11/dsbautostart/Makefile (+19 lines)
Line 0 Link Here
1
# $FreeBSD$
2
3
PORTNAME=	dsbautostart
4
PORTVERSION=	1.0.1
5
CATEGORIES=	x11
6
MASTER_SITES=	http://freeshell.de/~mk/download/
7
8
MAINTAINER=	mk@nic-nac-project.org
9
COMMENT=	Manage commands to be executed at X session start
10
11
LICENSE=	BSD2CLAUSE
12
LICENSE_FILE=	${WRKSRC}/LICENSE
13
14
USES=		tar:tgz qmake
15
16
USE_GL=		gl
17
USE_QT5=	buildtools core gui linguisttools widgets
18
19
.include <bsd.port.mk>
(-)x11/dsbautostart/distinfo (+3 lines)
Line 0 Link Here
1
TIMESTAMP = 1501544169
2
SHA256 (dsbautostart-1.0.1.tgz) = d75221528129fb10b8eaa09fbb0534c55de889822218ba53b2c1aabacd5a84f4
3
SIZE (dsbautostart-1.0.1.tgz) = 14486
(-)x11/dsbautostart/pkg-descr (+4 lines)
Line 0 Link Here
1
DSBAutostart is a Qt program that allows you to manage commands to be executed
2
at X session start.
3
4
WWW: http://freeshell.de/~mk/projects/dsbautostart.html
(-)x11/dsbautostart/pkg-message (+8 lines)
Line 0 Link Here
1
**************************************************************************
2
3
Add the following command to your window manager's startup script (e.g.
4
~/.config/openbox/autostart.sh or ~/.fluxbox/startup):
5
6
	sh ~/.config/DSB/autostart.sh&
7
8
**************************************************************************
(-)x11/dsbautostart/pkg-plist (+3 lines)
Line 0 Link Here
1
bin/dsbautostart
2
share/applications/dsbautostart.desktop
3
%%DATADIR%%/dsbautostart_de.qm

Return to bug 221131