pkgsrc-WIP-changes archive

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

rofi: Eliminate, imported to pkgsrc-wip



Module Name:	pkgsrc-wip
Committed By:	Kamil Rytarowski <n54%gmx.com@localhost>
Pushed By:	kamil
Date:		Sun Jun 12 22:37:09 2016 +0200
Changeset:	8081fa3bad5c9afe0c87fd28dd36df57e55659a5

Removed Files:
	rofi/DESCR
	rofi/Makefile
	rofi/PLIST
	rofi/distinfo
	rofi/options.mk

Log Message:
rofi: Eliminate, imported to pkgsrc-wip

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

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   | 27 ---------------------------
 rofi/PLIST      |  5 -----
 rofi/distinfo   |  6 ------
 rofi/options.mk | 12 ------------
 5 files changed, 57 deletions(-)

diffs:
diff --git a/rofi/DESCR b/rofi/DESCR
deleted file mode 100644
index 4c6bec2..0000000
--- a/rofi/DESCR
+++ /dev/null
@@ -1,7 +0,0 @@
-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
deleted file mode 100644
index a8e703c..0000000
--- a/rofi/Makefile
+++ /dev/null
@@ -1,27 +0,0 @@
-# $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 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 --git a/rofi/PLIST b/rofi/PLIST
deleted file mode 100644
index f3a4199..0000000
--- a/rofi/PLIST
+++ /dev/null
@@ -1,5 +0,0 @@
-@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
deleted file mode 100644
index ccb94c5..0000000
--- a/rofi/distinfo
+++ /dev/null
@@ -1,6 +0,0 @@
-$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
diff --git a/rofi/options.mk b/rofi/options.mk
deleted file mode 100644
index d59a370..0000000
--- a/rofi/options.mk
+++ /dev/null
@@ -1,12 +0,0 @@
-# $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.options.mk"
-
-.if !empty(PKG_OPTIONS:Mi3)
-.include "../../wm/i3/buildlink3.mk"
-.endif


Home | Main Index | Thread Index | Old Index