pkgsrc-WIP-changes archive

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

Import rofi-1.0.1 as wip/rofi.



Module Name:	pkgsrc-wip
Committed By:	Kamil Rytarowski <n54%gmx.com@localhost>
Pushed By:	kamil
Date:		Sun Jun 12 09:03:23 2016 +0200
Changeset:	40e74095e21445b8923b0ee3c7fb91d1ee8cf19a

Added Files:
	rofi/DESCR
	rofi/Makefile
	rofi/PLIST
	rofi/distinfo

Log Message:
Import rofi-1.0.1 as wip/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.

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

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

diffstat:
 rofi/DESCR    |  7 +++++++
 rofi/Makefile | 23 +++++++++++++++++++++++
 rofi/PLIST    |  5 +++++
 rofi/distinfo |  6 ++++++
 4 files changed, 41 insertions(+)

diffs:
diff --git a/rofi/DESCR b/rofi/DESCR
new file mode 100644
index 0000000..4c6bec2
--- /dev/null
+++ b/rofi/DESCR
@@ -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 --git a/rofi/Makefile b/rofi/Makefile
new file mode 100644
index 0000000..cacbeb8
--- /dev/null
+++ b/rofi/Makefile
@@ -0,0 +1,23 @@
+# $NetBSD$
+
+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
+
+GNU_CONFIGURE=	yes
+
+.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 --git a/rofi/PLIST b/rofi/PLIST
new file mode 100644
index 0000000..f3a4199
--- /dev/null
+++ b/rofi/PLIST
@@ -0,0 +1,5 @@
+@comment $NetBSD$
+bin/rofi
+bin/rofi-sensible-terminal
+man/man1/rofi-sensible-terminal.1
+man/man1/rofi.1
diff --git a/rofi/distinfo b/rofi/distinfo
new file mode 100644
index 0000000..ccb94c5
--- /dev/null
+++ b/rofi/distinfo
@@ -0,0 +1,6 @@
+$NetBSD$
+
+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


Home | Main Index | Thread Index | Old Index