diff options
author | wiz <wiz@pkgsrc.org> | 2006-02-22 21:02:15 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2006-02-22 21:02:15 +0000 |
commit | 1f7ea327eae7e83fbbb3c3688b1ceb87094f11cc (patch) | |
tree | 184212d18b4c8427d61ca55b99b004e10f4bf023 | |
parent | 8279c7a3a8efbab933bca68c060ea9280b8a4919 (diff) | |
download | pkgsrc-1f7ea327eae7e83fbbb3c3688b1ceb87094f11cc.tar.gz |
Use pkginstall font handling. Bump PKGREVISION. Sort PLIST.
-rw-r--r-- | x11/xfce3/Makefile | 10 | ||||
-rw-r--r-- | x11/xfce3/PLIST | 30 |
2 files changed, 22 insertions, 18 deletions
diff --git a/x11/xfce3/Makefile b/x11/xfce3/Makefile index 32268972d8c..e7b68e43adf 100644 --- a/x11/xfce3/Makefile +++ b/x11/xfce3/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.8 2006/02/17 08:04:34 martti Exp $ +# $NetBSD: Makefile,v 1.9 2006/02/22 21:02:15 wiz Exp $ DISTNAME= xfce-3.8.18 -PKGREVISION= 6 +PKGREVISION= 7 CATEGORIES= x11 MASTER_SITES= http://www.xfce.org/archive/ @@ -18,6 +18,12 @@ USE_LIBTOOL= yes USE_TOOLS+= gmake GNU_CONFIGURE= yes +FONTS_DIRS.x11+= ${PREFIX}/share/xfce/cursors +FONTS_DIRS.x11+= ${PREFIX}/share/xfce/fonts +REQD_DIRS+= ${PREFIX}/share/xfce +REQD_DIRS+= ${PREFIX}/share/xfce/cursors +REQD_DIRS+= ${PREFIX}/share/xfce/fonts + .if ${MACHINE_ARCH} == "alpha" GCC_REQD+= 2.95 .endif diff --git a/x11/xfce3/PLIST b/x11/xfce3/PLIST index 78e9a3f2243..dc9d75d255b 100644 --- a/x11/xfce3/PLIST +++ b/x11/xfce3/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.2 2004/09/22 08:10:07 jlam Exp $ +@comment $NetBSD: PLIST,v 1.3 2006/02/22 21:02:15 wiz Exp $ bin/CDE2Xfcepal bin/glob bin/startxfce @@ -226,8 +226,6 @@ share/xfce/backdrops/XfceStellar.xpm share/xfce/backdrops/Xfcelogo.xpm share/xfce/backdrops/Xfcemice.jpg share/xfce/cursors/cursor2.pcf -share/xfce/cursors/fonts.dir -share/xfce/fonts/fonts.dir share/xfce/fonts/uniread-variable-05-b-i-ISO8859-1.pcf.gz share/xfce/fonts/uniread-variable-05-b-i.pcf.gz share/xfce/fonts/uniread-variable-05-b-r-ISO8859-1.pcf.gz @@ -667,19 +665,19 @@ share/xfce/textures/oldwood.xpm share/xfce/textures/paper.xpm share/xfce/textures/silver.xpm share/xfce/textures/stripe.xpm -@dirrm etc/xfce -@dirrm lib/gtk/themes/engines -@dirrm lib/gtk/themes -@dirrm lib/gtk -@dirrm share/xfce/backdrops -@dirrm share/xfce/cursors -@dirrm share/xfce/fonts +@dirrm share/xfce/textures +@dirrm share/xfce/sounds +@dirrm share/xfce/palettes +@dirrm share/xfce/icons +@dirrm share/xfce/help/images @dirrm share/xfce/help/html/stylesheet-images @dirrm share/xfce/help/html -@dirrm share/xfce/help/images @dirrm share/xfce/help -@dirrm share/xfce/icons -@dirrm share/xfce/palettes -@dirrm share/xfce/sounds -@dirrm share/xfce/textures -@dirrm share/xfce +@comment in REQD_DIRS: @dirrm share/xfce/fonts +@comment in REQD_DIRS: @dirrm share/xfce/cursors +@dirrm share/xfce/backdrops +@comment in REQD_DIRS: @dirrm share/xfce +@dirrm lib/gtk/themes/engines +@dirrm lib/gtk/themes +@dirrm lib/gtk +@dirrm etc/xfce |