svn commit: r357664 - head/x11-clocks/cairo-clock

Daichi GOTO daichi at FreeBSD.org
Fri Jun 13 10:51:41 UTC 2014


Author: daichi
Date: Fri Jun 13 10:51:40 2014
New Revision: 357664
URL: http://svnweb.freebsd.org/changeset/ports/357664
QAT: https://qat.redports.org/buildarchive/r357664/

Log:
  Stagefy

Added:
  head/x11-clocks/cairo-clock/pkg-message   (contents, props changed)
Modified:
  head/x11-clocks/cairo-clock/Makefile
  head/x11-clocks/cairo-clock/pkg-plist

Modified: head/x11-clocks/cairo-clock/Makefile
==============================================================================
--- head/x11-clocks/cairo-clock/Makefile	Fri Jun 13 10:30:45 2014	(r357663)
+++ head/x11-clocks/cairo-clock/Makefile	Fri Jun 13 10:51:40 2014	(r357664)
@@ -3,7 +3,7 @@
 
 PORTNAME=	cairo-clock
 PORTVERSION=	0.3.4
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	x11-clocks net gnome
 MASTER_SITES=	http://macslow.thepimp.net/projects/cairo-clock/
 
@@ -11,26 +11,14 @@ MAINTAINER=	daichi at FreeBSD.org
 COMMENT=	MacSlow's Cairo-Clock
 
 USE_GNOME=	gtk20 intlhack libglade2 librsvg2
-USES=		pathfix iconv gmake pkgconfig
+USES=		pathfix iconv gmake pkgconfig gettext
 GNU_CONFIGURE=	yes
 USE_LDCONFIG=	yes
-MAN1=		cairo-clock.1
-
-NO_STAGE=	yes
-
-OPTIONS_DEFINE=	DOCS NLS
 
 .include <bsd.port.options.mk>
 
-.if ${PORT_OPTIONS:MNLS}
-USES+=		gettext
-PLIST_SUB+=	NLS=""
 CPPFLAGS+=	-I${LOCALBASE}/include
 LDFLAGS+=	-L${LOCALBASE}/lib
-.else
-CONFIGURE_ARGS+=--disable-nls
-PLIST_SUB+=	NLS="@comment "
-.endif
 
 post-patch:
 	@${GZIP_CMD} -d ${WRKSRC}/man/cairo-clock.1.gz
@@ -43,16 +31,4 @@ post-configure:
 		${WRKSRC}/src/Makefile
 .endif
 
-post-install:
-.if ${PORT_OPTIONS:MDOCS}
-	@${MKDIR} ${DOCSDIR}
-.for file in README NEWS AUTHORS TODO
-	${INSTALL_DATA} ${WRKSRC}/${file} ${DOCSDIR}
-.endfor
-.endif
-	@${ECHO} ""
-	@${ECHO} "************************************************************************"
-	@${ECHO} " Please note that you need composite extension enabled in X.org or Xgl. "
-	@${ECHO} "************************************************************************"
-
 .include <bsd.port.mk>

Added: head/x11-clocks/cairo-clock/pkg-message
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/x11-clocks/cairo-clock/pkg-message	Fri Jun 13 10:51:40 2014	(r357664)
@@ -0,0 +1,3 @@
+************************************************************************
+ Please note that you need composite extension enabled in X.org or Xgl. 
+************************************************************************

Modified: head/x11-clocks/cairo-clock/pkg-plist
==============================================================================
--- head/x11-clocks/cairo-clock/pkg-plist	Fri Jun 13 10:30:45 2014	(r357663)
+++ head/x11-clocks/cairo-clock/pkg-plist	Fri Jun 13 10:51:40 2014	(r357664)
@@ -1,5 +1,8 @@
 bin/cairo-clock
+man/man1/cairo-clock.1.gz
+share/applications/cairo-clock.desktop
 %%DATADIR%%/glade/cairo-clock.glade
+%%DATADIR%%/pixmaps/cairo-clock-logo.png
 %%DATADIR%%/themes/antique/clock-drop-shadow.svg
 %%DATADIR%%/themes/antique/clock-face-shadow.svg
 %%DATADIR%%/themes/antique/clock-face.svg
@@ -12,18 +15,6 @@ bin/cairo-clock
 %%DATADIR%%/themes/antique/clock-minute-hand.svg
 %%DATADIR%%/themes/antique/clock-second-hand-shadow.svg
 %%DATADIR%%/themes/antique/clock-second-hand.svg
-%%DATADIR%%/themes/default/clock-drop-shadow.svg
-%%DATADIR%%/themes/default/clock-face-shadow.svg
-%%DATADIR%%/themes/default/clock-face.svg
-%%DATADIR%%/themes/default/clock-frame.svg
-%%DATADIR%%/themes/default/clock-glass.svg
-%%DATADIR%%/themes/default/clock-hour-hand-shadow.svg
-%%DATADIR%%/themes/default/clock-hour-hand.svg
-%%DATADIR%%/themes/default/clock-marks.svg
-%%DATADIR%%/themes/default/clock-minute-hand-shadow.svg
-%%DATADIR%%/themes/default/clock-minute-hand.svg
-%%DATADIR%%/themes/default/clock-second-hand-shadow.svg
-%%DATADIR%%/themes/default/clock-second-hand.svg
 %%DATADIR%%/themes/default-24/clock-drop-shadow.svg
 %%DATADIR%%/themes/default-24/clock-face-shadow.svg
 %%DATADIR%%/themes/default-24/clock-face.svg
@@ -36,6 +27,18 @@ bin/cairo-clock
 %%DATADIR%%/themes/default-24/clock-minute-hand.svg
 %%DATADIR%%/themes/default-24/clock-second-hand-shadow.svg
 %%DATADIR%%/themes/default-24/clock-second-hand.svg
+%%DATADIR%%/themes/default/clock-drop-shadow.svg
+%%DATADIR%%/themes/default/clock-face-shadow.svg
+%%DATADIR%%/themes/default/clock-face.svg
+%%DATADIR%%/themes/default/clock-frame.svg
+%%DATADIR%%/themes/default/clock-glass.svg
+%%DATADIR%%/themes/default/clock-hour-hand-shadow.svg
+%%DATADIR%%/themes/default/clock-hour-hand.svg
+%%DATADIR%%/themes/default/clock-marks.svg
+%%DATADIR%%/themes/default/clock-minute-hand-shadow.svg
+%%DATADIR%%/themes/default/clock-minute-hand.svg
+%%DATADIR%%/themes/default/clock-second-hand-shadow.svg
+%%DATADIR%%/themes/default/clock-second-hand.svg
 %%DATADIR%%/themes/fdo/clock-drop-shadow.svg
 %%DATADIR%%/themes/fdo/clock-face-shadow.svg
 %%DATADIR%%/themes/fdo/clock-face.svg
@@ -72,42 +75,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-24/clock-drop-shadow.svg
+%%DATADIR%%/themes/gremlin-24/clock-face-shadow.svg
+%%DATADIR%%/themes/gremlin-24/clock-face.svg
+%%DATADIR%%/themes/gremlin-24/clock-frame.svg
+%%DATADIR%%/themes/gremlin-24/clock-glass.svg
+%%DATADIR%%/themes/gremlin-24/clock-hour-hand-shadow.svg
+%%DATADIR%%/themes/gremlin-24/clock-hour-hand.svg
+%%DATADIR%%/themes/gremlin-24/clock-marks.svg
+%%DATADIR%%/themes/gremlin-24/clock-minute-hand-shadow.svg
+%%DATADIR%%/themes/gremlin-24/clock-minute-hand.svg
+%%DATADIR%%/themes/gremlin-24/clock-second-hand-shadow.svg
+%%DATADIR%%/themes/gremlin-24/clock-second-hand.svg
+%%DATADIR%%/themes/gremlin/clock-drop-shadow.svg
 %%DATADIR%%/themes/gremlin/clock-face-shadow.svg
+%%DATADIR%%/themes/gremlin/clock-face.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-shadow.svg
 %%DATADIR%%/themes/gremlin/clock-hour-hand.svg
-%%DATADIR%%/themes/gremlin/clock-second-hand.svg
+%%DATADIR%%/themes/gremlin/clock-marks.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
-%%DATADIR%%/themes/ipulse/clock-frame.svg
-%%DATADIR%%/themes/ipulse/clock-glass.svg
-%%DATADIR%%/themes/ipulse/clock-hour-hand-shadow.svg
-%%DATADIR%%/themes/ipulse/clock-hour-hand.svg
-%%DATADIR%%/themes/ipulse/clock-marks.svg
-%%DATADIR%%/themes/ipulse/clock-minute-hand-shadow.svg
-%%DATADIR%%/themes/ipulse/clock-minute-hand.svg
-%%DATADIR%%/themes/ipulse/clock-second-hand-shadow.svg
-%%DATADIR%%/themes/ipulse/clock-second-hand.svg
+%%DATADIR%%/themes/gremlin/clock-second-hand-shadow.svg
+%%DATADIR%%/themes/gremlin/clock-second-hand.svg
 %%DATADIR%%/themes/ipulse-24/clock-drop-shadow.svg
 %%DATADIR%%/themes/ipulse-24/clock-face-shadow.svg
 %%DATADIR%%/themes/ipulse-24/clock-face.svg
@@ -120,6 +111,18 @@ bin/cairo-clock
 %%DATADIR%%/themes/ipulse-24/clock-minute-hand.svg
 %%DATADIR%%/themes/ipulse-24/clock-second-hand-shadow.svg
 %%DATADIR%%/themes/ipulse-24/clock-second-hand.svg
+%%DATADIR%%/themes/ipulse/clock-drop-shadow.svg
+%%DATADIR%%/themes/ipulse/clock-face-shadow.svg
+%%DATADIR%%/themes/ipulse/clock-face.svg
+%%DATADIR%%/themes/ipulse/clock-frame.svg
+%%DATADIR%%/themes/ipulse/clock-glass.svg
+%%DATADIR%%/themes/ipulse/clock-hour-hand-shadow.svg
+%%DATADIR%%/themes/ipulse/clock-hour-hand.svg
+%%DATADIR%%/themes/ipulse/clock-marks.svg
+%%DATADIR%%/themes/ipulse/clock-minute-hand-shadow.svg
+%%DATADIR%%/themes/ipulse/clock-minute-hand.svg
+%%DATADIR%%/themes/ipulse/clock-second-hand-shadow.svg
+%%DATADIR%%/themes/ipulse/clock-second-hand.svg
 %%DATADIR%%/themes/quartz-24/clock-drop-shadow.svg
 %%DATADIR%%/themes/quartz-24/clock-face-shadow.svg
 %%DATADIR%%/themes/quartz-24/clock-face.svg
@@ -132,18 +135,6 @@ bin/cairo-clock
 %%DATADIR%%/themes/quartz-24/clock-minute-hand.svg
 %%DATADIR%%/themes/quartz-24/clock-second-hand-shadow.svg
 %%DATADIR%%/themes/quartz-24/clock-second-hand.svg
-%%DATADIR%%/themes/radium/clock-drop-shadow.svg
-%%DATADIR%%/themes/radium/clock-face-shadow.svg
-%%DATADIR%%/themes/radium/clock-face.svg
-%%DATADIR%%/themes/radium/clock-frame.svg
-%%DATADIR%%/themes/radium/clock-glass.svg
-%%DATADIR%%/themes/radium/clock-hour-hand-shadow.svg
-%%DATADIR%%/themes/radium/clock-hour-hand.svg
-%%DATADIR%%/themes/radium/clock-marks.svg
-%%DATADIR%%/themes/radium/clock-minute-hand-shadow.svg
-%%DATADIR%%/themes/radium/clock-minute-hand.svg
-%%DATADIR%%/themes/radium/clock-second-hand-shadow.svg
-%%DATADIR%%/themes/radium/clock-second-hand.svg
 %%DATADIR%%/themes/radium-24/clock-drop-shadow.svg
 %%DATADIR%%/themes/radium-24/clock-face-shadow.svg
 %%DATADIR%%/themes/radium-24/clock-face.svg
@@ -156,18 +147,18 @@ bin/cairo-clock
 %%DATADIR%%/themes/radium-24/clock-minute-hand.svg
 %%DATADIR%%/themes/radium-24/clock-second-hand-shadow.svg
 %%DATADIR%%/themes/radium-24/clock-second-hand.svg
-%%DATADIR%%/themes/silvia/clock-drop-shadow.svg
-%%DATADIR%%/themes/silvia/clock-face-shadow.svg
-%%DATADIR%%/themes/silvia/clock-face.svg
-%%DATADIR%%/themes/silvia/clock-frame.svg
-%%DATADIR%%/themes/silvia/clock-glass.svg
-%%DATADIR%%/themes/silvia/clock-hour-hand-shadow.svg
-%%DATADIR%%/themes/silvia/clock-hour-hand.svg
-%%DATADIR%%/themes/silvia/clock-marks.svg
-%%DATADIR%%/themes/silvia/clock-minute-hand-shadow.svg
-%%DATADIR%%/themes/silvia/clock-minute-hand.svg
-%%DATADIR%%/themes/silvia/clock-second-hand-shadow.svg
-%%DATADIR%%/themes/silvia/clock-second-hand.svg
+%%DATADIR%%/themes/radium/clock-drop-shadow.svg
+%%DATADIR%%/themes/radium/clock-face-shadow.svg
+%%DATADIR%%/themes/radium/clock-face.svg
+%%DATADIR%%/themes/radium/clock-frame.svg
+%%DATADIR%%/themes/radium/clock-glass.svg
+%%DATADIR%%/themes/radium/clock-hour-hand-shadow.svg
+%%DATADIR%%/themes/radium/clock-hour-hand.svg
+%%DATADIR%%/themes/radium/clock-marks.svg
+%%DATADIR%%/themes/radium/clock-minute-hand-shadow.svg
+%%DATADIR%%/themes/radium/clock-minute-hand.svg
+%%DATADIR%%/themes/radium/clock-second-hand-shadow.svg
+%%DATADIR%%/themes/radium/clock-second-hand.svg
 %%DATADIR%%/themes/silvia-24/clock-drop-shadow.svg
 %%DATADIR%%/themes/silvia-24/clock-face-shadow.svg
 %%DATADIR%%/themes/silvia-24/clock-face.svg
@@ -180,18 +171,18 @@ bin/cairo-clock
 %%DATADIR%%/themes/silvia-24/clock-minute-hand.svg
 %%DATADIR%%/themes/silvia-24/clock-second-hand-shadow.svg
 %%DATADIR%%/themes/silvia-24/clock-second-hand.svg
-%%DATADIR%%/themes/simple/clock-drop-shadow.svg
-%%DATADIR%%/themes/simple/clock-face-shadow.svg
-%%DATADIR%%/themes/simple/clock-face.svg
-%%DATADIR%%/themes/simple/clock-frame.svg
-%%DATADIR%%/themes/simple/clock-glass.svg
-%%DATADIR%%/themes/simple/clock-hour-hand-shadow.svg
-%%DATADIR%%/themes/simple/clock-hour-hand.svg
-%%DATADIR%%/themes/simple/clock-marks.svg
-%%DATADIR%%/themes/simple/clock-minute-hand-shadow.svg
-%%DATADIR%%/themes/simple/clock-minute-hand.svg
-%%DATADIR%%/themes/simple/clock-second-hand-shadow.svg
-%%DATADIR%%/themes/simple/clock-second-hand.svg
+%%DATADIR%%/themes/silvia/clock-drop-shadow.svg
+%%DATADIR%%/themes/silvia/clock-face-shadow.svg
+%%DATADIR%%/themes/silvia/clock-face.svg
+%%DATADIR%%/themes/silvia/clock-frame.svg
+%%DATADIR%%/themes/silvia/clock-glass.svg
+%%DATADIR%%/themes/silvia/clock-hour-hand-shadow.svg
+%%DATADIR%%/themes/silvia/clock-hour-hand.svg
+%%DATADIR%%/themes/silvia/clock-marks.svg
+%%DATADIR%%/themes/silvia/clock-minute-hand-shadow.svg
+%%DATADIR%%/themes/silvia/clock-minute-hand.svg
+%%DATADIR%%/themes/silvia/clock-second-hand-shadow.svg
+%%DATADIR%%/themes/silvia/clock-second-hand.svg
 %%DATADIR%%/themes/simple-24/clock-drop-shadow.svg
 %%DATADIR%%/themes/simple-24/clock-face-shadow.svg
 %%DATADIR%%/themes/simple-24/clock-face.svg
@@ -204,6 +195,18 @@ bin/cairo-clock
 %%DATADIR%%/themes/simple-24/clock-minute-hand.svg
 %%DATADIR%%/themes/simple-24/clock-second-hand-shadow.svg
 %%DATADIR%%/themes/simple-24/clock-second-hand.svg
+%%DATADIR%%/themes/simple/clock-drop-shadow.svg
+%%DATADIR%%/themes/simple/clock-face-shadow.svg
+%%DATADIR%%/themes/simple/clock-face.svg
+%%DATADIR%%/themes/simple/clock-frame.svg
+%%DATADIR%%/themes/simple/clock-glass.svg
+%%DATADIR%%/themes/simple/clock-hour-hand-shadow.svg
+%%DATADIR%%/themes/simple/clock-hour-hand.svg
+%%DATADIR%%/themes/simple/clock-marks.svg
+%%DATADIR%%/themes/simple/clock-minute-hand-shadow.svg
+%%DATADIR%%/themes/simple/clock-minute-hand.svg
+%%DATADIR%%/themes/simple/clock-second-hand-shadow.svg
+%%DATADIR%%/themes/simple/clock-second-hand.svg
 %%DATADIR%%/themes/tango/clock-drop-shadow.svg
 %%DATADIR%%/themes/tango/clock-face-shadow.svg
 %%DATADIR%%/themes/tango/clock-face.svg
@@ -228,52 +231,45 @@ bin/cairo-clock
 %%DATADIR%%/themes/zen/clock-minute-hand.svg
 %%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
-%%PORTDOCS%%%%DOCSDIR%%/TODO
-share/applications/cairo-clock.desktop
+share/locale/da/LC_MESSAGES/cairo-clock.mo
+share/locale/de/LC_MESSAGES/cairo-clock.mo
+share/locale/en_GB/LC_MESSAGES/cairo-clock.mo
+share/locale/es/LC_MESSAGES/cairo-clock.mo
+share/locale/fi/LC_MESSAGES/cairo-clock.mo
+share/locale/fr/LC_MESSAGES/cairo-clock.mo
+share/locale/it/LC_MESSAGES/cairo-clock.mo
+share/locale/ja/LC_MESSAGES/cairo-clock.mo
+share/locale/nl/LC_MESSAGES/cairo-clock.mo
+share/locale/nn/LC_MESSAGES/cairo-clock.mo
+share/locale/pl/LC_MESSAGES/cairo-clock.mo
+share/locale/pt_PT/LC_MESSAGES/cairo-clock.mo
+share/locale/ru/LC_MESSAGES/cairo-clock.mo
+share/locale/sl/LC_MESSAGES/cairo-clock.mo
+share/locale/sv/LC_MESSAGES/cairo-clock.mo
+share/locale/tr/LC_MESSAGES/cairo-clock.mo
+share/locale/zh_CN/LC_MESSAGES/cairo-clock.mo
+share/locale/zh_TW/LC_MESSAGES/cairo-clock.mo
 share/pixmaps/cairo-clock.png
-%%PORTDOCS%%@dirrm %%DOCSDIR%%
- at dirrmtry %%DATADIR%%/themes/zen
- at dirrmtry %%DATADIR%%/themes/tango
- at dirrmtry %%DATADIR%%/themes/simple-24
- at dirrmtry %%DATADIR%%/themes/simple
- at dirrmtry %%DATADIR%%/themes/silvia-24
- at dirrmtry %%DATADIR%%/themes/silvia
- at dirrmtry %%DATADIR%%/themes/radium-24
- at dirrmtry %%DATADIR%%/themes/radium
- at dirrmtry %%DATADIR%%/themes/quartz-24
- at dirrmtry %%DATADIR%%/themes/ipulse-24
- at dirrmtry %%DATADIR%%/themes/ipulse
- at dirrmtry %%DATADIR%%/themes/gremlin-24
- at dirrmtry %%DATADIR%%/themes/gremlin
- at dirrmtry %%DATADIR%%/themes/glassy
- at dirrmtry %%DATADIR%%/themes/funky
- at dirrmtry %%DATADIR%%/themes/fdo
- at dirrmtry %%DATADIR%%/themes/default-24
- at dirrmtry %%DATADIR%%/themes/default
+ at dirrmtry %%DATADIR%%/glade
+ at dirrmtry %%DATADIR%%/pixmaps
 @dirrmtry %%DATADIR%%/themes/antique
+ at dirrmtry %%DATADIR%%/themes/default
+ at dirrmtry %%DATADIR%%/themes/default-24
+ at dirrmtry %%DATADIR%%/themes/fdo
+ at dirrmtry %%DATADIR%%/themes/funky
+ at dirrmtry %%DATADIR%%/themes/glassy
+ at dirrmtry %%DATADIR%%/themes/gremlin
+ at dirrmtry %%DATADIR%%/themes/gremlin-24
+ at dirrmtry %%DATADIR%%/themes/ipulse
+ at dirrmtry %%DATADIR%%/themes/ipulse-24
+ at dirrmtry %%DATADIR%%/themes/quartz-24
+ at dirrmtry %%DATADIR%%/themes/radium
+ at dirrmtry %%DATADIR%%/themes/radium-24
+ at dirrmtry %%DATADIR%%/themes/silvia
+ at dirrmtry %%DATADIR%%/themes/silvia-24
+ at dirrmtry %%DATADIR%%/themes/simple
+ at dirrmtry %%DATADIR%%/themes/simple-24
+ at dirrmtry %%DATADIR%%/themes/tango
+ at dirrmtry %%DATADIR%%/themes/zen
 @dirrmtry %%DATADIR%%/themes
- at dirrmtry %%DATADIR%%/pixmaps
- at dirrmtry %%DATADIR%%/glade
 @dirrmtry %%DATADIR%%


More information about the svn-ports-head mailing list