pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/x11/rofi Import rofi-1.0.1 as x11/rofi



details:   https://anonhg.NetBSD.org/pkgsrc/rev/a7c8cd64f012
branches:  trunk
changeset: 348382:a7c8cd64f012
user:      kamil <kamil%pkgsrc.org@localhost>
date:      Sun Jun 12 20:31:10 2016 +0000

description:
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.

diffstat:

 x11/rofi/DESCR      |   7 +++++++
 x11/rofi/Makefile   |  27 +++++++++++++++++++++++++++
 x11/rofi/PLIST      |   5 +++++
 x11/rofi/distinfo   |   6 ++++++
 x11/rofi/options.mk |  12 ++++++++++++
 5 files changed, 57 insertions(+), 0 deletions(-)

diffs (77 lines):

diff -r c0c1572aeb02 -r a7c8cd64f012 x11/rofi/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/x11/rofi/DESCR    Sun Jun 12 20:31:10 2016 +0000
@@ -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.
diff -r c0c1572aeb02 -r a7c8cd64f012 x11/rofi/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/x11/rofi/Makefile Sun Jun 12 20:31:10 2016 +0000
@@ -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"
diff -r c0c1572aeb02 -r a7c8cd64f012 x11/rofi/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/x11/rofi/PLIST    Sun Jun 12 20:31:10 2016 +0000
@@ -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
diff -r c0c1572aeb02 -r a7c8cd64f012 x11/rofi/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/x11/rofi/distinfo Sun Jun 12 20:31:10 2016 +0000
@@ -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
diff -r c0c1572aeb02 -r a7c8cd64f012 x11/rofi/options.mk
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/x11/rofi/options.mk       Sun Jun 12 20:31:10 2016 +0000
@@ -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