pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

rofi: Add i3 option



Module Name:	pkgsrc-wip
Committed By:	Kamil Rytarowski <n54%gmx.com@localhost>
Pushed By:	kamil
Date:		Sun Jun 12 09:36:14 2016 +0200
Changeset:	7bad5086138b77390780aa18f032e148930ad8ea

Modified Files:
	rofi/Makefile
Added Files:
	rofi/options.mk

Log Message:
rofi: Add i3 option

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=7bad5086138b77390780aa18f032e148930ad8ea

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 rofi/Makefile   |  2 ++
 rofi/options.mk | 13 +++++++++++++
 2 files changed, 15 insertions(+)

diffs:
diff --git a/rofi/Makefile b/rofi/Makefile
index 1290411..a8e703c 100644
--- a/rofi/Makefile
+++ b/rofi/Makefile
@@ -16,6 +16,8 @@ GNU_CONFIGURE=	yes
 
 REPLACE_BASH+=	script/rofi-sensible-terminal
 
+.include "../../wip/rofi/options.mk"
+
 .include "../../x11/startup-notification/buildlink3.mk"
 .include "../../devel/pango/buildlink3.mk"
 .include "../../x11/libxkbcommon/buildlink3.mk"
diff --git a/rofi/options.mk b/rofi/options.mk
new file mode 100644
index 0000000..5325222
--- /dev/null
+++ b/rofi/options.mk
@@ -0,0 +1,13 @@
+# $NetBSD: options.mk,v 1.8 2015/01/21 22:56:43 heidnes Exp $
+
+PKG_OPTIONS_VAR=	PKG_OPTIONS.rofi
+
+PKG_SUPPORTED_OPTIONS+=	i3
+PKG_SUGGESTED_OPTIONS=
+
+.include "../../mk/bsd.prefs.mk"
+.include "../../mk/bsd.options.mk"
+
+.if !empty(PKG_OPTIONS:Mi3)
+.include "../../wm/i3/buildlink3.mk"
+.endif


Home | Main Index | Thread Index | Old Index