Adjustable Clock is a KDE 4 plasma applet that displays the date and time in a
highly configurable manner. Features include: - Fully customizable date format - Format can be adjusted with rich text editor or source editor (HTML and CSS) - Context menu with actions to copy formatted date and time to clipboard - Option to set time difference to time from data engine - Adjustable tool tip WWW: http://kde-look.org/content/show.php?content=92825 PR: ports/155124 Submitted by: Jason E. Hale <bsdkaffee at gmail.com>
This commit is contained in:
parent
4acada3547
commit
e826af2652
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=270550
@ -35,6 +35,7 @@
|
||||
SUBDIR += oclock
|
||||
SUBDIR += osdclock
|
||||
SUBDIR += pclock
|
||||
SUBDIR += plasma-applet-adjustableclock
|
||||
SUBDIR += plasma-applet-geekclock
|
||||
SUBDIR += rclock
|
||||
SUBDIR += sanduhr
|
||||
|
33
x11-clocks/plasma-applet-adjustableclock/Makefile
Normal file
33
x11-clocks/plasma-applet-adjustableclock/Makefile
Normal file
@ -0,0 +1,33 @@
|
||||
# New ports collection makefile for: plasma-applet-adjustableclock
|
||||
# Date Created: 2011-02-23
|
||||
# Whom: Jason E. Hale <bsdkaffee@gmail.com>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= adjustableclock
|
||||
PORTVERSION= 2.6.1
|
||||
CATEGORIES= x11-clocks deskutils kde
|
||||
MASTER_SITES= http://kde-look.org/CONTENT/content-files/
|
||||
PKGNAMEPREFIX= plasma-applet-
|
||||
DISTNAME= 92825-${PORTNAME}-${PORTVERSION}
|
||||
|
||||
MAINTAINER= bsdkaffee@gmail.com
|
||||
COMMENT= Highly configurable clock plasmoid for KDE4
|
||||
|
||||
USE_BZIP2= yes
|
||||
USE_CMAKE= yes
|
||||
USE_GETTEXT= yes
|
||||
USE_KDE4= automoc4 kdeprefix workspace
|
||||
USE_QT_VER= 4
|
||||
QT_COMPONENTS= qmake_build moc_build rcc_build uic_build
|
||||
MAKE_JOBS_SAFE= yes
|
||||
|
||||
LICENSE= GPLv2
|
||||
LICENSE_FILE= ${WRKSRC}/COPYING
|
||||
|
||||
CMAKE_ARGS= -Wno-dev
|
||||
|
||||
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
|
||||
|
||||
.include <bsd.port.mk>
|
2
x11-clocks/plasma-applet-adjustableclock/distinfo
Normal file
2
x11-clocks/plasma-applet-adjustableclock/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
SHA256 (92825-adjustableclock-2.6.1.tar.bz2) = d9a7626835e187535b2a07b285cc952711c96c029d6f93d272f78c1e94f56935
|
||||
SIZE (92825-adjustableclock-2.6.1.tar.bz2) = 27573
|
11
x11-clocks/plasma-applet-adjustableclock/pkg-descr
Normal file
11
x11-clocks/plasma-applet-adjustableclock/pkg-descr
Normal file
@ -0,0 +1,11 @@
|
||||
Adjustable Clock is a KDE 4 plasma applet that displays the date and time in a
|
||||
highly configurable manner.
|
||||
|
||||
Features include:
|
||||
- Fully customizable date format
|
||||
- Format can be adjusted with rich text editor or source editor (HTML and CSS)
|
||||
- Context menu with actions to copy formatted date and time to clipboard
|
||||
- Option to set time difference to time from data engine
|
||||
- Adjustable tool tip
|
||||
|
||||
WWW: http://kde-look.org/content/show.php?content=92825
|
10
x11-clocks/plasma-applet-adjustableclock/pkg-plist
Normal file
10
x11-clocks/plasma-applet-adjustableclock/pkg-plist
Normal file
@ -0,0 +1,10 @@
|
||||
lib/kde4/plasma_applet_adjustableclock.so
|
||||
share/kde4/services/plasma-applet-adjustableclock.desktop
|
||||
share/locale/de/LC_MESSAGES/plasma_applet_adjustableclock.mo
|
||||
share/locale/et/LC_MESSAGES/plasma_applet_adjustableclock.mo
|
||||
share/locale/pl/LC_MESSAGES/plasma_applet_adjustableclock.mo
|
||||
share/locale/pt/LC_MESSAGES/plasma_applet_adjustableclock.mo
|
||||
share/locale/pt_BR/LC_MESSAGES/plasma_applet_adjustableclock.mo
|
||||
share/locale/sv/LC_MESSAGES/plasma_applet_adjustableclock.mo
|
||||
share/locale/tr/LC_MESSAGES/plasma_applet_adjustableclock.mo
|
||||
share/locale/uk/LC_MESSAGES/plasma_applet_adjustableclock.mo
|
Loading…
Reference in New Issue
Block a user