AZSwitch is an experimental application for window switching.
The main challenge is how to track key and mouse input and show minimature window. Unlike AZDock, which is application-based, AZSwitch is window-based. Therefore, they are not compatible to each other in implementation. WWW: http://www.etoile-project.org/
This commit is contained in:
parent
18db56686a
commit
74ff3dfd26
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=212913
5 changed files with 50 additions and 0 deletions
|
@ -50,6 +50,7 @@
|
|||
SUBDIR += epplets
|
||||
SUBDIR += etoile-azalea
|
||||
SUBDIR += etoile-azdock
|
||||
SUBDIR += etoile-azswitch
|
||||
SUBDIR += evilwm
|
||||
SUBDIR += expocity
|
||||
SUBDIR += fbcmd
|
||||
|
|
32
x11-wm/etoile-azswitch/Makefile
Normal file
32
x11-wm/etoile-azswitch/Makefile
Normal file
|
@ -0,0 +1,32 @@
|
|||
# New ports collection makefile for: etoile-azswitch
|
||||
# Date created: 07 May 2008
|
||||
# Whom: dirk.meyer@dinoex.sub.org
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= azswitch
|
||||
PORTVERSION= 0.2
|
||||
CATEGORIES= x11-wm gnustep
|
||||
MASTER_SITES= http://download.gna.org/etoile/
|
||||
PKGNAMEPREFIX= etoile-
|
||||
DISTNAME= etoile-${PORTVERSION}
|
||||
|
||||
MAINTAINER= dinoex@FreeBSD.org
|
||||
COMMENT= Etoile Project window switching
|
||||
|
||||
USE_GNUSTEP= yes
|
||||
USE_GNUSTEP_PREFIX= yes
|
||||
USE_GNUSTEP_BACK= yes
|
||||
USE_GNUSTEP_BUILD= yes
|
||||
USE_GNUSTEP_INSTALL= yes
|
||||
USE_GNUSTEP_SYSTEM_LIBS+= XWindowServerKit:${XWINDOWSERVERKIT_PORT}
|
||||
USE_GNUSTEP_LOCAL_LIBS+= EtoileUI:${ETOILE_UI_PORT}
|
||||
|
||||
WRKSRC= ${WRKDIR}/Etoile-${PORTVERSION}
|
||||
USE_GNUSTEP_MAKE_DIRS+= Services/Private/AZSwitch
|
||||
|
||||
XWINDOWSERVERKIT_PORT?= x11/etoile-xwindowserverkit
|
||||
ETOILE_UI_PORT?= deskutils/etoile-ui
|
||||
|
||||
.include <bsd.port.mk>
|
3
x11-wm/etoile-azswitch/distinfo
Normal file
3
x11-wm/etoile-azswitch/distinfo
Normal file
|
@ -0,0 +1,3 @@
|
|||
MD5 (etoile-0.2.tar.gz) = cc1b54ba2e4ba371c5eda45c756bece9
|
||||
SHA256 (etoile-0.2.tar.gz) = 293cb9e5c50b27a8e38f16374c17595f20c5950ba44d00ffac3fb17ddd852d2c
|
||||
SIZE (etoile-0.2.tar.gz) = 21373391
|
7
x11-wm/etoile-azswitch/pkg-descr
Normal file
7
x11-wm/etoile-azswitch/pkg-descr
Normal file
|
@ -0,0 +1,7 @@
|
|||
AZSwitch is an experimental application for window switching.
|
||||
The main challenge is how to track key and mouse input
|
||||
and show minimature window.
|
||||
Unlike AZDock, which is application-based, AZSwitch is window-based.
|
||||
Therefore, they are not compatible to each other in implementation.
|
||||
|
||||
WWW: http://www.etoile-project.org/
|
7
x11-wm/etoile-azswitch/pkg-plist
Normal file
7
x11-wm/etoile-azswitch/pkg-plist
Normal file
|
@ -0,0 +1,7 @@
|
|||
System/Applications/AZSwitch.app/AZSwitch
|
||||
System/Applications/AZSwitch.app/Resources/AZSwitch.desktop
|
||||
System/Applications/AZSwitch.app/Resources/Info-gnustep.plist
|
||||
System/Applications/AZSwitch.app/stamp.make
|
||||
System/Tools/AZSwitch
|
||||
@dirrm System/Applications/AZSwitch.app/Resources
|
||||
@dirrm System/Applications/AZSwitch.app
|
Loading…
Reference in a new issue