Fix plist via pointyhat
This commit is contained in:
parent
4a3e484674
commit
02369dd1b7
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=266537
2 changed files with 45 additions and 2 deletions
|
@ -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=""
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue