Liquid Weather ++ is a Superkaramba theme and desktop applet for
displaying weather information and forecasts in a compact and easy to read format - it's pretty too. WWW: http://liquidweather.net/ PR: ports/92344 Submitted by: Jason E. Hale <bsdkaffee@gmail.com> Approved by: lawrance (mentor, implicit)
This commit is contained in:
parent
bc82378133
commit
3d3417ac2c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=164406
5 changed files with 62 additions and 0 deletions
|
@ -138,6 +138,7 @@
|
||||||
SUBDIR += splashsetter
|
SUBDIR += splashsetter
|
||||||
SUBDIR += sugarcrm
|
SUBDIR += sugarcrm
|
||||||
SUBDIR += sunbird
|
SUBDIR += sunbird
|
||||||
|
SUBDIR += superkaramba-lwp
|
||||||
SUBDIR += superswitcher
|
SUBDIR += superswitcher
|
||||||
SUBDIR += taskjuggler
|
SUBDIR += taskjuggler
|
||||||
SUBDIR += teapot
|
SUBDIR += teapot
|
||||||
|
|
51
deskutils/superkaramba-lwp/Makefile
Normal file
51
deskutils/superkaramba-lwp/Makefile
Normal file
|
@ -0,0 +1,51 @@
|
||||||
|
# New ports collection makefile for: superkaramba-lwp
|
||||||
|
# Date created: Sun, May 28, 2006
|
||||||
|
# Whom: Jason E. Hale <bsdkaffee@gmail.com>
|
||||||
|
#
|
||||||
|
# $FreeBSD$
|
||||||
|
|
||||||
|
PORTNAME= lwp
|
||||||
|
PORTVERSION= 12.2
|
||||||
|
CATEGORIES= deskutils kde
|
||||||
|
MASTER_SITES= http://www.message.co.nz/~matt-sarah/ \
|
||||||
|
http://mirror1.liquidweather.net/ \
|
||||||
|
http://mirrors.borgnet.us/matt-lw/ \
|
||||||
|
http://liquidweather.net/
|
||||||
|
PKGNAMEPREFIX= superkaramba-
|
||||||
|
EXTRACT_SUFX= .skz
|
||||||
|
|
||||||
|
MAINTAINER= bsdkaffee@gmail.com
|
||||||
|
COMMENT= Liquid Weather ++ a Superkaramba weather applet
|
||||||
|
|
||||||
|
EXTRACT_DEPENDS= unzip:${PORTSDIR}/archivers/unzip
|
||||||
|
BUILD_DEPENDS= zip:${PORTSDIR}/archivers/zip
|
||||||
|
RUN_DEPENDS= convert:${PORTSDIR}/graphics/ImageMagick \
|
||||||
|
superkaramba:${PORTSDIR}/misc/kdeutils3 \
|
||||||
|
pyuic:${PORTSDIR}/x11-toolkits/py-qt
|
||||||
|
|
||||||
|
WRKSRC= ${WRKDIR}/${DISTNAME}
|
||||||
|
|
||||||
|
EXTRACT_CMD= ${UNZIP_CMD}
|
||||||
|
EXTRACT_BEFORE_ARGS= -q -d ${DISTNAME}
|
||||||
|
EXTRACT_AFTER_ARGS= # empty
|
||||||
|
|
||||||
|
NO_BUILD= yes
|
||||||
|
|
||||||
|
PLIST_SUB= LWPVER=${DISTFILES}
|
||||||
|
|
||||||
|
.include <bsd.port.pre.mk>
|
||||||
|
|
||||||
|
post-extract:
|
||||||
|
@cd ${WRKSRC} && ${RM} -f *~ locale/*/LC_MESSAGES/*.po*
|
||||||
|
@cd ${WRKSRC} && ${REINPLACE_CMD} -e 's|/usr/bin|${LOCALBASE}/bin|' \
|
||||||
|
create_po.py debug.py test_gui.py
|
||||||
|
|
||||||
|
pre-install:
|
||||||
|
@cd ${WRKSRC} && zip -qr ${DISTFILES} *
|
||||||
|
|
||||||
|
do-install:
|
||||||
|
@${MKDIR} ${PREFIX}/share/apps/superkaramba/themes
|
||||||
|
@cd ${WRKSRC} && ${INSTALL_DATA} ${DISTFILES} \
|
||||||
|
${PREFIX}/share/apps/superkaramba/themes
|
||||||
|
|
||||||
|
.include <bsd.port.post.mk>
|
3
deskutils/superkaramba-lwp/distinfo
Normal file
3
deskutils/superkaramba-lwp/distinfo
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
MD5 (lwp-12.2.skz) = 9b291ee8a8b29af20834958f76fd5e05
|
||||||
|
SHA256 (lwp-12.2.skz) = fe930758f27c314ffc76c3580d5286d52a12fdec29f2a1df0cbf8fc47c1ac9e9
|
||||||
|
SIZE (lwp-12.2.skz) = 4060818
|
5
deskutils/superkaramba-lwp/pkg-descr
Normal file
5
deskutils/superkaramba-lwp/pkg-descr
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
Liquid Weather ++ is a Superkaramba theme and desktop applet for
|
||||||
|
displaying weather information and forecasts in a compact and easy
|
||||||
|
to read format - it's pretty too.
|
||||||
|
|
||||||
|
WWW: http://liquidweather.net/
|
2
deskutils/superkaramba-lwp/pkg-plist
Normal file
2
deskutils/superkaramba-lwp/pkg-plist
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
share/apps/superkaramba/themes/%%LWPVER%%
|
||||||
|
@dirrmtry share/apps/superkaramba/themes
|
Loading…
Reference in a new issue