mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-24 04:33:24 +00:00
Add mosfet-liquid, a KDE style engine.
PR: 30026 Submitted by: Michiel De Wilde <michiel.dewilde@rug.ac.be>
This commit is contained in:
parent
850f72cab9
commit
241d52cc58
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=46964
27
x11-themes/mosfet-liquid/Makefile
Normal file
27
x11-themes/mosfet-liquid/Makefile
Normal file
@ -0,0 +1,27 @@
|
||||
# New ports collection makefile for: mosfet-liquid
|
||||
# Date created: August 22 2001
|
||||
# Whom: Michiel De Wilde <michiel.dewilde@rug.ac.be>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= mosfet-liquid
|
||||
PORTVERSION= 0.5.1
|
||||
CATEGORIES= x11-wm kde
|
||||
MASTER_SITES= http://www.mosfet.org/
|
||||
DISTNAME= ${PORTNAME}${PORTVERSION}
|
||||
|
||||
MAINTAINER= Michiel De Wilde <michiel.dewilde@rug.ac.be>
|
||||
|
||||
BUILD_DEPENDS= automake:${PORTSDIR}/devel/automake \
|
||||
autoconf:${PORTSDIR}/devel/autoconf
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
USE_GMAKE= yes
|
||||
USE_KDELIBS_VER=2
|
||||
INSTALLS_SHLIB= yes
|
||||
|
||||
pre-configure:
|
||||
cd ${WRKSRC}; ${GMAKE} -f Makefile.cvs
|
||||
|
||||
.include <bsd.port.mk>
|
1
x11-themes/mosfet-liquid/distinfo
Normal file
1
x11-themes/mosfet-liquid/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (mosfet-liquid0.5.1.tar.gz) = a9f02564bee5c6835ae5744bda9c982f
|
1
x11-themes/mosfet-liquid/pkg-comment
Normal file
1
x11-themes/mosfet-liquid/pkg-comment
Normal file
@ -0,0 +1 @@
|
||||
A High Performance Liquid KDE style engine
|
23
x11-themes/mosfet-liquid/pkg-descr
Normal file
23
x11-themes/mosfet-liquid/pkg-descr
Normal file
@ -0,0 +1,23 @@
|
||||
Future Technologies High Performance Liquid KDE style engine
|
||||
|
||||
Features:
|
||||
|
||||
* Translucent Menus.
|
||||
|
||||
* Colors are fully configurable. This is really cool with this style. It
|
||||
also handles custom colors like KCalc's correctly. Check out the
|
||||
screenshots below.
|
||||
|
||||
* High performance. No scaling is required, and caching (thus memory
|
||||
usage) is kept to a minimum. I wanted to create a style engine that both
|
||||
looked cool and is usable on an everyday basis by people doing stuff
|
||||
like compiling all day.
|
||||
|
||||
* Mouse Hover is supported for Pushbuttons, ComboBoxes, RadioButtons,
|
||||
CheckBoxes, and ScrollBars. This doesn't use the crappy "draw a box
|
||||
around the widget" mouse hover, either, but makes the widget appear to
|
||||
light up.
|
||||
|
||||
* Automagically themes the KDE panel, according to the color scheme.
|
||||
|
||||
WWW: http://www.mosfet.org/liquid.html
|
15
x11-themes/mosfet-liquid/pkg-plist
Normal file
15
x11-themes/mosfet-liquid/pkg-plist
Normal file
@ -0,0 +1,15 @@
|
||||
lib/kde2/libkwinliquid.la
|
||||
lib/kde2/libkwinliquid.so
|
||||
lib/libkcm_transmenu.la
|
||||
lib/libkcm_transmenu.so
|
||||
lib/liquid.la
|
||||
lib/liquid.so
|
||||
share/applnk/Settings/LookNFeel/transmenu.desktop
|
||||
share/apps/kdisplay/color-schemes/Liquid.kcsrc
|
||||
share/apps/kstyle/themes/liquid.themerc
|
||||
share/apps/kwin/liquid.desktop
|
||||
@dirrm share/apps/kwin/
|
||||
@dirrm share/apps/kstyle/themes
|
||||
@dirrm share/apps/kdisplay/color-schemes
|
||||
@dirrm share/applnk/Settings/LookNFeel
|
||||
@dirrm lib/kde2
|
@ -39,6 +39,7 @@
|
||||
SUBDIR += libepplet
|
||||
SUBDIR += lwm
|
||||
SUBDIR += mlvwm
|
||||
SUBDIR += mosfet-liquid
|
||||
SUBDIR += olvwm
|
||||
SUBDIR += oroborus
|
||||
SUBDIR += phluid
|
||||
|
27
x11-wm/mosfet-liquid/Makefile
Normal file
27
x11-wm/mosfet-liquid/Makefile
Normal file
@ -0,0 +1,27 @@
|
||||
# New ports collection makefile for: mosfet-liquid
|
||||
# Date created: August 22 2001
|
||||
# Whom: Michiel De Wilde <michiel.dewilde@rug.ac.be>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= mosfet-liquid
|
||||
PORTVERSION= 0.5.1
|
||||
CATEGORIES= x11-wm kde
|
||||
MASTER_SITES= http://www.mosfet.org/
|
||||
DISTNAME= ${PORTNAME}${PORTVERSION}
|
||||
|
||||
MAINTAINER= Michiel De Wilde <michiel.dewilde@rug.ac.be>
|
||||
|
||||
BUILD_DEPENDS= automake:${PORTSDIR}/devel/automake \
|
||||
autoconf:${PORTSDIR}/devel/autoconf
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
USE_GMAKE= yes
|
||||
USE_KDELIBS_VER=2
|
||||
INSTALLS_SHLIB= yes
|
||||
|
||||
pre-configure:
|
||||
cd ${WRKSRC}; ${GMAKE} -f Makefile.cvs
|
||||
|
||||
.include <bsd.port.mk>
|
1
x11-wm/mosfet-liquid/distinfo
Normal file
1
x11-wm/mosfet-liquid/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (mosfet-liquid0.5.1.tar.gz) = a9f02564bee5c6835ae5744bda9c982f
|
1
x11-wm/mosfet-liquid/pkg-comment
Normal file
1
x11-wm/mosfet-liquid/pkg-comment
Normal file
@ -0,0 +1 @@
|
||||
A High Performance Liquid KDE style engine
|
23
x11-wm/mosfet-liquid/pkg-descr
Normal file
23
x11-wm/mosfet-liquid/pkg-descr
Normal file
@ -0,0 +1,23 @@
|
||||
Future Technologies High Performance Liquid KDE style engine
|
||||
|
||||
Features:
|
||||
|
||||
* Translucent Menus.
|
||||
|
||||
* Colors are fully configurable. This is really cool with this style. It
|
||||
also handles custom colors like KCalc's correctly. Check out the
|
||||
screenshots below.
|
||||
|
||||
* High performance. No scaling is required, and caching (thus memory
|
||||
usage) is kept to a minimum. I wanted to create a style engine that both
|
||||
looked cool and is usable on an everyday basis by people doing stuff
|
||||
like compiling all day.
|
||||
|
||||
* Mouse Hover is supported for Pushbuttons, ComboBoxes, RadioButtons,
|
||||
CheckBoxes, and ScrollBars. This doesn't use the crappy "draw a box
|
||||
around the widget" mouse hover, either, but makes the widget appear to
|
||||
light up.
|
||||
|
||||
* Automagically themes the KDE panel, according to the color scheme.
|
||||
|
||||
WWW: http://www.mosfet.org/liquid.html
|
15
x11-wm/mosfet-liquid/pkg-plist
Normal file
15
x11-wm/mosfet-liquid/pkg-plist
Normal file
@ -0,0 +1,15 @@
|
||||
lib/kde2/libkwinliquid.la
|
||||
lib/kde2/libkwinliquid.so
|
||||
lib/libkcm_transmenu.la
|
||||
lib/libkcm_transmenu.so
|
||||
lib/liquid.la
|
||||
lib/liquid.so
|
||||
share/applnk/Settings/LookNFeel/transmenu.desktop
|
||||
share/apps/kdisplay/color-schemes/Liquid.kcsrc
|
||||
share/apps/kstyle/themes/liquid.themerc
|
||||
share/apps/kwin/liquid.desktop
|
||||
@dirrm share/apps/kwin/
|
||||
@dirrm share/apps/kstyle/themes
|
||||
@dirrm share/apps/kdisplay/color-schemes
|
||||
@dirrm share/applnk/Settings/LookNFeel
|
||||
@dirrm lib/kde2
|
Loading…
Reference in New Issue
Block a user