FreeBSD Bugzilla – Attachment 188981 Details for
Bug 224470
[NEW PORT] sysutils/twmn: Notification system for tiling window managers
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
patch file
twmn-1.2.patch (text/plain), 3.45 KB, created by
Dmitri Goutnik
on 2017-12-19 23:35:28 UTC
(
hide
)
Description:
patch file
Filename:
MIME Type:
Creator:
Dmitri Goutnik
Created:
2017-12-19 23:35:28 UTC
Size:
3.45 KB
patch
obsolete
>Index: sysutils/twmn/Makefile >=================================================================== >--- sysutils/twmn/Makefile (nonexistent) >+++ sysutils/twmn/Makefile (working copy) >@@ -0,0 +1,42 @@ >+# $FreeBSD$ >+ >+PORTNAME= twmn >+DISTVERSION= 1.2 >+CATEGORIES= sysutils >+ >+MAINTAINER= dg@syrec.org >+COMMENT= Notification system for tiling window managers >+ >+LICENSE= LGPL3 >+LICENSE_FILE= ${WRKSRC}/LICENSE >+ >+LIB_DEPENDS= libboost_program_options.so:devel/boost-libs \ >+ libboost_system.so:devel/boost-libs >+ >+USES= qmake >+USE_QT5= buildtools core dbus gui network widgets x11extras >+USE_XORG= x11 xext >+USE_GITHUB= yes >+GH_ACCOUNT= sboli >+GH_TAGNAME= 5b92ac5d8c805a536211cb8dcee987247c0e6707 >+LDFLAGS+= -Wl,--as-needed >+ >+PORTDOCS= README.md >+PORTEXAMPLES= * >+ >+PLIST_FILES= bin/twmnc bin/twmnd >+ >+OPTIONS_DEFINE= DOCS EXAMPLES >+ >+post-install: >+ ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/twmnc ${STAGEDIR}${PREFIX}/bin/twmnd >+ >+post-install-DOCS-on: >+ @${MKDIR} ${STAGEDIR}${DOCSDIR} >+ ${INSTALL_MAN} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR} >+ >+post-install-EXAMPLES-on: >+ @${MKDIR} ${STAGEDIR}${EXAMPLESDIR} >+ (cd ${WRKSRC}/examples && ${COPYTREE_SHARE} . ${STAGEDIR}${EXAMPLESDIR}) >+ >+.include <bsd.port.mk> > >Property changes on: sysutils/twmn/Makefile >___________________________________________________________________ >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:keywords >## -0,0 +1 ## >+FreeBSD=%H >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property >Index: sysutils/twmn/distinfo >=================================================================== >--- sysutils/twmn/distinfo (nonexistent) >+++ sysutils/twmn/distinfo (working copy) >@@ -0,0 +1,3 @@ >+TIMESTAMP = 1513721785 >+SHA256 (sboli-twmn-1.2-5b92ac5d8c805a536211cb8dcee987247c0e6707_GH0.tar.gz) = cb226862c3ff039d62ca73a6147f50f69c0e4f0a9604d104d2320f040fc2a899 >+SIZE (sboli-twmn-1.2-5b92ac5d8c805a536211cb8dcee987247c0e6707_GH0.tar.gz) = 75122 > >Property changes on: sysutils/twmn/distinfo >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1 ## >+yes >\ No newline at end of property >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property >Index: sysutils/twmn/pkg-descr >=================================================================== >--- sysutils/twmn/pkg-descr (nonexistent) >+++ sysutils/twmn/pkg-descr (working copy) >@@ -0,0 +1,15 @@ >+twmn is a notification system for tiling window managers. It consists of the >+two programs: >+ >+twmnc: command line tool to send notifications to twmnd. You can also use >+notify-send for a similar purpose, but twmnc is more powerful. See >+twmnc --help for more information. >+ >+twmnd: daemon listening to notification requests and showing them one after >+another. Configure it at ~/.config/twmn/twmn.conf. The file is generated the >+first time twmnd is launched. >+ >+Notifications are shown in a one-line bar called the notification slide. >+They can be navigated through and activated with shortcuts. >+ >+WWW: https://github.com/sboli/twmn > >Property changes on: sysutils/twmn/pkg-descr >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1 ## >+yes >\ No newline at end of property >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 224470
: 188981