Geek Clock is a plasma applet for KDE4 that displays an analog clock. Instead
of regular numerals, it display equivalent notations based on mathematics, physics, and computer science. WWW: http://www.kde-look.org/content/show.php?content=107807 PR: ports/136633 Submitted by: Jason E. Hale <bsdkaffee at gmail.com>
This commit is contained in:
parent
44f4708b3e
commit
9e7c3716fe
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=237660
4 changed files with 38 additions and 0 deletions
|
@ -35,6 +35,7 @@
|
|||
SUBDIR += oclock
|
||||
SUBDIR += osdclock
|
||||
SUBDIR += pclock
|
||||
SUBDIR += plasma-applet-geekclock
|
||||
SUBDIR += rclock
|
||||
SUBDIR += sanduhr
|
||||
SUBDIR += stopwatch
|
||||
|
|
29
x11-clocks/plasma-applet-geekclock/Makefile
Normal file
29
x11-clocks/plasma-applet-geekclock/Makefile
Normal file
|
@ -0,0 +1,29 @@
|
|||
# New ports collection makefile for: plasma-applet-geekclock
|
||||
# Date Created: 2009-07-08
|
||||
# Whom: Jason E. Hale <bsdkaffee@gmail.com>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= geekclock
|
||||
PORTVERSION= 1.0
|
||||
CATEGORIES= x11-clocks deskutils kde
|
||||
MASTER_SITES= http://w2f2.com/projects/${PORTNAME}/
|
||||
PKGNAMEPREFIX= plasma-applet-
|
||||
DISTNAME= geek-clock-plasmoid-${PORTVERSION}-src
|
||||
|
||||
MAINTAINER= bsdkaffee@gmail.com
|
||||
COMMENT= Geeky analog clock plasma applet for KDE4
|
||||
|
||||
USE_CMAKE= yes
|
||||
USE_KDE4= automoc4 kdeprefix kdelibs workspace
|
||||
USE_QT_VER= 4
|
||||
QT_COMPONENTS= gui dbus network opengl svg webkit xml \
|
||||
qmake_build moc_build rcc_build uic_build
|
||||
MAKE_JOBS_SAFE= yes
|
||||
|
||||
PLIST_FILES= lib/kde4/plasma_applet_geekclock.so \
|
||||
share/apps/desktoptheme/default/widgets/geekclock.svgz \
|
||||
share/kde4/services/plasma-applet-geekclock.desktop
|
||||
|
||||
.include <bsd.port.mk>
|
3
x11-clocks/plasma-applet-geekclock/distinfo
Normal file
3
x11-clocks/plasma-applet-geekclock/distinfo
Normal file
|
@ -0,0 +1,3 @@
|
|||
MD5 (geek-clock-plasmoid-1.0-src.tar.gz) = 0606169b6811327358987f52fbbe1ebb
|
||||
SHA256 (geek-clock-plasmoid-1.0-src.tar.gz) = 82a3fa166e802e2e22cc101b02b45eb0408f0b41c0721355ea75fe9450898fce
|
||||
SIZE (geek-clock-plasmoid-1.0-src.tar.gz) = 43342
|
5
x11-clocks/plasma-applet-geekclock/pkg-descr
Normal file
5
x11-clocks/plasma-applet-geekclock/pkg-descr
Normal file
|
@ -0,0 +1,5 @@
|
|||
Geek Clock is a plasma applet for KDE4 that displays an analog clock. Instead
|
||||
of regular numerals, it display equivalent notations based on mathematics,
|
||||
physics, and computer science.
|
||||
|
||||
WWW: http://www.kde-look.org/content/show.php?content=107807
|
Loading…
Reference in a new issue