E-FancyLauncher is an epplet that is an advanced button bar used to launch
other applications. It features tooltips and pixmaps for each button as well as optional transparency.
This commit is contained in:
parent
079dddae7a
commit
5754f0ce52
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=27193
27
x11/efancylauncher/Makefile
Normal file
27
x11/efancylauncher/Makefile
Normal file
@ -0,0 +1,27 @@
|
||||
# New ports collection makefile for: E-FancyLauncher
|
||||
# Version required: 0.7
|
||||
# Date created: 30 March 2000
|
||||
# Whom: jhb
|
||||
#
|
||||
# $FreeBSD$
|
||||
|
||||
DISTNAME= E-FancyLauncher-0.7
|
||||
CATEGORIES= x11
|
||||
MASTER_SITES= http://www.docs.uu.se/~adavid/Epplets/
|
||||
EXTRACT_SUFX= .tgz
|
||||
|
||||
MAINTAINER= jhb@FreeBSD.org
|
||||
|
||||
LIB_DEPENDS= epplet.1:${PORTSDIR}/x11-wm/epplets
|
||||
|
||||
WRKSRC= ${WRKDIR}/E-FancyLauncher
|
||||
|
||||
USE_GMAKE= yes
|
||||
USE_X_PREFIX= yes
|
||||
|
||||
ALL_TARGET= clean all
|
||||
|
||||
post-patch:
|
||||
( cd ${WRKSRC} ; ${MV} makefile Makefile )
|
||||
|
||||
.include <bsd.port.mk>
|
1
x11/efancylauncher/distinfo
Normal file
1
x11/efancylauncher/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (E-FancyLauncher-0.7.tgz) = 06ff7a00bcb53e67d06a6e8c50d23ba6
|
32
x11/efancylauncher/files/patch-aa
Normal file
32
x11/efancylauncher/files/patch-aa
Normal file
@ -0,0 +1,32 @@
|
||||
--- makefile.orig Sat Mar 11 12:05:21 2000
|
||||
+++ makefile Fri Mar 31 09:45:06 2000
|
||||
@@ -5,6 +5,8 @@
|
||||
DOC = $(NAME).ABOUT
|
||||
DATA = 1.gif 2.gif 3.gif
|
||||
DOC_OR_DATA = 1
|
||||
+EBIN = ${PREFIX}/bin
|
||||
+EROOT = ${PREFIX}/share/enlightenment
|
||||
DATAPATH = ${EROOT}/epplet_data/$(NAME)
|
||||
|
||||
all: $(EPPLET)
|
||||
@@ -13,10 +15,7 @@
|
||||
@make -i -s pack
|
||||
|
||||
%.epplet: %.c
|
||||
- @echo Compiling $@
|
||||
- @gcc -Wall -O2 -I/usr/X11R6/include -o $@ $< -lepplet
|
||||
- @strip $@;
|
||||
- @if [ ! -z "`which sstrip`" ]; then sstrip $@; fi;
|
||||
+ ${CC} ${CFLAGS} -I${PREFIX}/include -o $@ $< -L${PREFIX}/lib -lepplet
|
||||
|
||||
install: $(EPPLET)
|
||||
@if [ -z "${EROOT}" -o -z "${EBIN}" ]; then\
|
||||
@@ -52,7 +51,7 @@
|
||||
@echo $(NAME) "uninstalled :("
|
||||
|
||||
clean:
|
||||
- rm $(EPPLET) *~
|
||||
+ rm $(EPPLET)
|
||||
|
||||
pack: $(EPPLET)
|
||||
rm *~
|
1
x11/efancylauncher/pkg-comment
Normal file
1
x11/efancylauncher/pkg-comment
Normal file
@ -0,0 +1 @@
|
||||
A flexible and easily configurable button bar for Enlightenment
|
7
x11/efancylauncher/pkg-descr
Normal file
7
x11/efancylauncher/pkg-descr
Normal file
@ -0,0 +1,7 @@
|
||||
E-FancyLauncher is an epplet for Enlightenment that serves as a button bar
|
||||
used to launch other applications.
|
||||
|
||||
WWW: http://www.docs.uu.se/~adavid/Epplets/
|
||||
|
||||
- John
|
||||
jhb@FreeBSD.org
|
16
x11/efancylauncher/pkg-plist
Normal file
16
x11/efancylauncher/pkg-plist
Normal file
@ -0,0 +1,16 @@
|
||||
bin/E-FancyLauncher.epplet
|
||||
share/enlightenment/epplet_data/E-FancyLauncher/1.gif
|
||||
share/enlightenment/epplet_data/E-FancyLauncher/2.gif
|
||||
share/enlightenment/epplet_data/E-FancyLauncher/3.gif
|
||||
share/enlightenment/epplet_data/E-FancyLauncher/E-FancyLauncher.ABOUT/E-FancyLauncher.h2.png
|
||||
share/enlightenment/epplet_data/E-FancyLauncher/E-FancyLauncher.ABOUT/E-FancyLauncher.s3.png
|
||||
share/enlightenment/epplet_data/E-FancyLauncher/E-FancyLauncher.ABOUT/E-FancyLauncher.v1.png
|
||||
share/enlightenment/epplet_data/E-FancyLauncher/E-FancyLauncher.ABOUT/E-FancyLauncher.v1t.png
|
||||
share/enlightenment/epplet_data/E-FancyLauncher/E-FancyLauncher.ABOUT/E-FancyLauncher.v1ttip.png
|
||||
share/enlightenment/epplet_data/E-FancyLauncher/E-FancyLauncher.ABOUT/MAIN
|
||||
share/enlightenment/epplet_data/E-FancyLauncher/E-FancyLauncher.ABOUT/bg.jpg
|
||||
share/enlightenment/epplet_data/E-FancyLauncher/E-FancyLauncher.ABOUT/config_window.png
|
||||
share/enlightenment/epplet_data/E-FancyLauncher/E-FancyLauncher.ABOUT/verdana.ttf
|
||||
@dirrm share/enlightenment/epplet_data/E-FancyLauncher/E-FancyLauncher.ABOUT
|
||||
@dirrm share/enlightenment/epplet_data/E-FancyLauncher
|
||||
share/enlightenment/epplet_icons/E-FancyLauncher.icon
|
Loading…
Reference in New Issue
Block a user