diff options
author | Daichi GOTO <daichi@FreeBSD.org> | 2010-12-18 05:15:45 +0000 |
---|---|---|
committer | Daichi GOTO <daichi@FreeBSD.org> | 2010-12-18 05:15:45 +0000 |
commit | 02369dd1b7a864c92fb2e65ad921f1ccc1d64c3e (patch) | |
tree | 7e49615d895afb046d764ab1a585611895a7a529 /x11-clocks | |
parent | Update to 9.8c. (diff) |
Fix plist via pointyhat
Notes
Notes:
svn path=/head/; revision=266537
Diffstat (limited to 'x11-clocks')
-rw-r--r-- | x11-clocks/cairo-clock/Makefile | 3 | ||||
-rw-r--r-- | x11-clocks/cairo-clock/pkg-plist | 44 |
2 files changed, 45 insertions, 2 deletions
diff --git a/x11-clocks/cairo-clock/Makefile b/x11-clocks/cairo-clock/Makefile index 71c99d266e3a..bb507995629b 100644 --- a/x11-clocks/cairo-clock/Makefile +++ b/x11-clocks/cairo-clock/Makefile @@ -7,6 +7,7 @@ PORTNAME= cairo-clock PORTVERSION= 0.3.4 +PORTREVISION= 1 CATEGORIES= x11-clocks net gnome MASTER_SITES= http://macslow.thepimp.net/projects/cairo-clock/ @@ -20,8 +21,6 @@ GNU_CONFIGURE= yes USE_LDCONFIG= yes MAN1= cairo-clock.1 -BROKEN= incomplete plist - .if !defined(WITHOUT_NLS) USE_GETTEXT= yes PLIST_SUB+= NLS="" diff --git a/x11-clocks/cairo-clock/pkg-plist b/x11-clocks/cairo-clock/pkg-plist index 848977325e9e..a8b438033f69 100644 --- a/x11-clocks/cairo-clock/pkg-plist +++ b/x11-clocks/cairo-clock/pkg-plist @@ -72,6 +72,30 @@ bin/cairo-clock %%DATADIR%%/themes/glassy/clock-minute-hand.svg %%DATADIR%%/themes/glassy/clock-second-hand-shadow.svg %%DATADIR%%/themes/glassy/clock-second-hand.svg +%%DATADIR%%/themes/gremlin/clock-marks.svg +%%DATADIR%%/themes/gremlin/clock-face-shadow.svg +%%DATADIR%%/themes/gremlin/clock-frame.svg +%%DATADIR%%/themes/gremlin/clock-glass.svg +%%DATADIR%%/themes/gremlin/clock-face.svg +%%DATADIR%%/themes/gremlin/clock-hour-hand.svg +%%DATADIR%%/themes/gremlin/clock-second-hand.svg +%%DATADIR%%/themes/gremlin/clock-minute-hand-shadow.svg +%%DATADIR%%/themes/gremlin/clock-second-hand-shadow.svg +%%DATADIR%%/themes/gremlin/clock-drop-shadow.svg +%%DATADIR%%/themes/gremlin/clock-hour-hand-shadow.svg +%%DATADIR%%/themes/gremlin/clock-minute-hand.svg +%%DATADIR%%/themes/gremlin-24/clock-face-shadow.svg +%%DATADIR%%/themes/gremlin-24/clock-minute-hand-shadow.svg +%%DATADIR%%/themes/gremlin-24/clock-face.svg +%%DATADIR%%/themes/gremlin-24/clock-hour-hand.svg +%%DATADIR%%/themes/gremlin-24/clock-second-hand.svg +%%DATADIR%%/themes/gremlin-24/clock-second-hand-shadow.svg +%%DATADIR%%/themes/gremlin-24/clock-marks.svg +%%DATADIR%%/themes/gremlin-24/clock-hour-hand-shadow.svg +%%DATADIR%%/themes/gremlin-24/clock-frame.svg +%%DATADIR%%/themes/gremlin-24/clock-glass.svg +%%DATADIR%%/themes/gremlin-24/clock-minute-hand.svg +%%DATADIR%%/themes/gremlin-24/clock-drop-shadow.svg %%DATADIR%%/themes/ipulse/clock-drop-shadow.svg %%DATADIR%%/themes/ipulse/clock-face-shadow.svg %%DATADIR%%/themes/ipulse/clock-face.svg @@ -205,6 +229,24 @@ bin/cairo-clock %%DATADIR%%/themes/zen/clock-second-hand-shadow.svg %%DATADIR%%/themes/zen/clock-second-hand.svg %%DATADIR%%/pixmaps/cairo-clock-logo.png +%%NLS%%share/locale/de/LC_MESSAGES/cairo-clock.mo +%%NLS%%share/locale/ja/LC_MESSAGES/cairo-clock.mo +%%NLS%%share/locale/nn/LC_MESSAGES/cairo-clock.mo +%%NLS%%share/locale/fi/LC_MESSAGES/cairo-clock.mo +%%NLS%%share/locale/sv/LC_MESSAGES/cairo-clock.mo +%%NLS%%share/locale/en_GB/LC_MESSAGES/cairo-clock.mo +%%NLS%%share/locale/ru/LC_MESSAGES/cairo-clock.mo +%%NLS%%share/locale/pt_PT/LC_MESSAGES/cairo-clock.mo +%%NLS%%share/locale/it/LC_MESSAGES/cairo-clock.mo +%%NLS%%share/locale/sl/LC_MESSAGES/cairo-clock.mo +%%NLS%%share/locale/tr/LC_MESSAGES/cairo-clock.mo +%%NLS%%share/locale/da/LC_MESSAGES/cairo-clock.mo +%%NLS%%share/locale/pl/LC_MESSAGES/cairo-clock.mo +%%NLS%%share/locale/es/LC_MESSAGES/cairo-clock.mo +%%NLS%%share/locale/zh_CN/LC_MESSAGES/cairo-clock.mo +%%NLS%%share/locale/fr/LC_MESSAGES/cairo-clock.mo +%%NLS%%share/locale/nl/LC_MESSAGES/cairo-clock.mo +%%NLS%%share/locale/zh_TW/LC_MESSAGES/cairo-clock.mo %%PORTDOCS%%%%DOCSDIR%%/AUTHORS %%PORTDOCS%%%%DOCSDIR%%/NEWS %%PORTDOCS%%%%DOCSDIR%%/README @@ -224,6 +266,8 @@ share/pixmaps/cairo-clock.png @dirrmtry %%DATADIR%%/themes/quartz-24 @dirrmtry %%DATADIR%%/themes/ipulse-24 @dirrmtry %%DATADIR%%/themes/ipulse +@dirrmtry %%DATADIR%%/themes/gremlin-24 +@dirrmtry %%DATADIR%%/themes/gremlin @dirrmtry %%DATADIR%%/themes/glassy @dirrmtry %%DATADIR%%/themes/funky @dirrmtry %%DATADIR%%/themes/fdo |