mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-01 05:45:45 +00:00
Add skippy 0.4.1,
Skippy is best described as a full-screen task-switcher for X11. It tries to provide an alternative when taskbars or regular task-switchers aren't the most efficient way of switching tasks (like when you have a lot of applications open) When activated (currently only through a hotkey), it will arrange and scale snapshots of all windows on the current desktop and it'll let you pick a window using a mouse or a keyboard. Yes, this is also what expocity and Apple's Expose. PR: ports/66681 Submitted by: michael johnson <ahze at ahze dot net>
This commit is contained in:
parent
8a6937c06f
commit
9efd3cbc35
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=109273
@ -88,6 +88,7 @@
|
||||
SUBDIR += sapphire-themes
|
||||
SUBDIR += sawfish2
|
||||
SUBDIR += selectwm
|
||||
SUBDIR += skippy
|
||||
SUBDIR += swm
|
||||
SUBDIR += tpager
|
||||
SUBDIR += treewm
|
||||
|
33
x11-wm/skippy/Makefile
Normal file
33
x11-wm/skippy/Makefile
Normal file
@ -0,0 +1,33 @@
|
||||
# New ports collection makefile for: skippy
|
||||
# Date created: 2004-05-15
|
||||
# Whom: michael johnson <ahze@ahze.net>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= skippy
|
||||
PORTVERSION= 0.4.1
|
||||
CATEGORIES= x11-wm
|
||||
MASTER_SITES= http://thegraveyard.org/files/
|
||||
|
||||
MAINTAINER= ahze@ahze.net
|
||||
COMMENT= A full-screen X11 task-switcher like Apple's Expose
|
||||
|
||||
LIB_DEPENDS= Imlib2.2:${PORTSDIR}/graphics/imlib2 \
|
||||
Xft.2:${PORTSDIR}/x11-fonts/libXft
|
||||
|
||||
USE_XLIB= yes
|
||||
USE_BZIP2= yes
|
||||
USE_GNOME= pkgconfig
|
||||
USE_REINPLACE= yes
|
||||
PLIST_FILES= bin/skippy
|
||||
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e 's|/usr/X11R6|${X11BASE}|; \
|
||||
s|/usr/local|${LOCALBASE}|; s|gcc|${CC}|' \
|
||||
${WRKSRC}/Makefile
|
||||
|
||||
do-install:
|
||||
@${INSTALL_PROGRAM} ${WRKSRC}/skippy ${PREFIX}/bin
|
||||
|
||||
.include <bsd.port.mk>
|
2
x11-wm/skippy/distinfo
Normal file
2
x11-wm/skippy/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
MD5 (skippy-0.4.1.tar.bz2) = 4d0d2b05f8f1357ceb80754f52a90991
|
||||
SIZE (skippy-0.4.1.tar.bz2) = 21628
|
10
x11-wm/skippy/files/patch-skippy.h
Normal file
10
x11-wm/skippy/files/patch-skippy.h
Normal file
@ -0,0 +1,10 @@
|
||||
--- skippy.h.orig Sat May 15 19:33:08 2004
|
||||
+++ skippy.h Sat May 15 19:33:44 2004
|
||||
@@ -20,6 +20,7 @@
|
||||
#ifndef SKIPPY_H
|
||||
#define SKIPPY_H
|
||||
|
||||
+#include <ft2build.h>
|
||||
#include <X11/Xlib.h>
|
||||
#include <X11/Xmd.h>
|
||||
#include <X11/Xatom.h>
|
9
x11-wm/skippy/pkg-descr
Normal file
9
x11-wm/skippy/pkg-descr
Normal file
@ -0,0 +1,9 @@
|
||||
Skippy is best described as a full-screen task-switcher for X11. It tries to
|
||||
provide an alternative when taskbars or regular task-switchers aren't the most
|
||||
efficient way of switching tasks (like when you have a lot of applications open)
|
||||
When activated (currently only through a hotkey), it will arrange and scale
|
||||
snapshots of all windows on the current desktop and it'll let you pick a
|
||||
window using a mouse or a keyboard. Yes, this is also what expocity and Apple's
|
||||
Expose.
|
||||
|
||||
WWW: http://thegraveyard.org/skippy.php
|
Loading…
Reference in New Issue
Block a user