pkgsrc-Changes archive

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

CVS commit: pkgsrc/x11/rofi



Module Name:    pkgsrc
Committed By:   kamil
Date:           Sun Jun 12 20:31:10 UTC 2016

Added Files:
        pkgsrc/x11/rofi: DESCR Makefile PLIST distinfo options.mk

Log Message:
Import rofi-1.0.1 as x11/rofi

A popup window switcher roughly based on superswitcher. This version started
off as a clone of simpleswitcher, the version from Sean Pringle. All credit for
this great tool should go to him. Rofi developed extra features, like a
run-dialog, ssh-launcher and can act as a drop-in dmenu replacement, making it
a very versatile tool.

Using Rofi is a lot like dmenu, but extended for an improved work flow.

Originally packaged in pkgsrc-wip by myself.


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/x11/rofi/DESCR pkgsrc/x11/rofi/Makefile \
    pkgsrc/x11/rofi/PLIST pkgsrc/x11/rofi/distinfo pkgsrc/x11/rofi/options.mk

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

Added files:

Index: pkgsrc/x11/rofi/DESCR
diff -u /dev/null pkgsrc/x11/rofi/DESCR:1.1
--- /dev/null   Sun Jun 12 20:31:10 2016
+++ pkgsrc/x11/rofi/DESCR       Sun Jun 12 20:31:10 2016
@@ -0,0 +1,7 @@
+A popup window switcher roughly based on superswitcher. This version started
+off as a clone of simpleswitcher, the version from Sean Pringle. All credit for
+this great tool should go to him. Rofi developed extra features, like a
+run-dialog, ssh-launcher and can act as a drop-in dmenu replacement, making it
+a very versatile tool.
+
+Using Rofi is a lot like dmenu, but extended for an improved work flow.
Index: pkgsrc/x11/rofi/Makefile
diff -u /dev/null pkgsrc/x11/rofi/Makefile:1.1
--- /dev/null   Sun Jun 12 20:31:10 2016
+++ pkgsrc/x11/rofi/Makefile    Sun Jun 12 20:31:10 2016
@@ -0,0 +1,27 @@
+# $NetBSD: Makefile,v 1.1 2016/06/12 20:31:10 kamil Exp $
+
+DISTNAME=      rofi-1.0.1
+CATEGORIES=    x11
+# We need to specify this long path to get submodules fetched
+MASTER_SITES=  ${MASTER_SITE_GITHUB:=DaveDavenport/${PKGBASE}/releases/download/${PKGVERSION_NOREV}/}
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      https://davedavenport.github.io/rofi/
+COMMENT=       Window switcher, run dialog and dmenu replacement
+LICENSE=       x11
+
+USE_TOOLS+=    pkg-config bash
+
+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"
+.include "../../x11/xcb-util/buildlink3.mk"
+.include "../../x11/xcb-util-wm/buildlink3.mk"
+.include "../../devel/glib2/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/x11/rofi/PLIST
diff -u /dev/null pkgsrc/x11/rofi/PLIST:1.1
--- /dev/null   Sun Jun 12 20:31:10 2016
+++ pkgsrc/x11/rofi/PLIST       Sun Jun 12 20:31:10 2016
@@ -0,0 +1,5 @@
+@comment $NetBSD: PLIST,v 1.1 2016/06/12 20:31:10 kamil Exp $
+bin/rofi
+bin/rofi-sensible-terminal
+man/man1/rofi-sensible-terminal.1
+man/man1/rofi.1
Index: pkgsrc/x11/rofi/distinfo
diff -u /dev/null pkgsrc/x11/rofi/distinfo:1.1
--- /dev/null   Sun Jun 12 20:31:10 2016
+++ pkgsrc/x11/rofi/distinfo    Sun Jun 12 20:31:10 2016
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2016/06/12 20:31:10 kamil Exp $
+
+SHA1 (rofi-1.0.1.tar.gz) = e393b8cb605397e5f295307dbb9d4025a508e84e
+RMD160 (rofi-1.0.1.tar.gz) = 8b16b6ea3fb72614bfb7147aa63460fe98696384
+SHA512 (rofi-1.0.1.tar.gz) = 48c8df2455f7de9ffb93af8d76ada89e6a5d2bbd6552bfac0c4f13c624061384371095e19208f6b554a1164ac83232cc735b3c39f94079635804b300e563eb1c
+Size (rofi-1.0.1.tar.gz) = 241236 bytes
Index: pkgsrc/x11/rofi/options.mk
diff -u /dev/null pkgsrc/x11/rofi/options.mk:1.1
--- /dev/null   Sun Jun 12 20:31:10 2016
+++ pkgsrc/x11/rofi/options.mk  Sun Jun 12 20:31:10 2016
@@ -0,0 +1,12 @@
+# $NetBSD: options.mk,v 1.1 2016/06/12 20:31:10 kamil Exp $
+
+PKG_OPTIONS_VAR=       PKG_OPTIONS.rofi
+
+PKG_SUPPORTED_OPTIONS= i3
+PKG_SUGGESTED_OPTIONS=
+
+.include "../../mk/bsd.options.mk"
+
+.if !empty(PKG_OPTIONS:Mi3)
+.include "../../wm/i3/buildlink3.mk"
+.endif



Home | Main Index | Thread Index | Old Index