diff options
author | Yukihiro Nakai <nakai@FreeBSD.org> | 2000-03-04 14:27:55 +0000 |
---|---|---|
committer | Yukihiro Nakai <nakai@FreeBSD.org> | 2000-03-04 14:27:55 +0000 |
commit | 1f6b3fa0d4974adeffdfdcb30eeb636092d64833 (patch) | |
tree | 85af306a472dc65098d5ae483db19e3255bedc60 /x11-wm | |
parent | 23b5935f622d03f627d5d08b3ff0cc10b13088d0 (diff) | |
download | ports-1f6b3fa0d4974adeffdfdcb30eeb636092d64833.tar.gz ports-1f6b3fa0d4974adeffdfdcb30eeb636092d64833.zip |
Notes
Diffstat (limited to 'x11-wm')
-rw-r--r-- | x11-wm/xfce/Makefile | 6 | ||||
-rw-r--r-- | x11-wm/xfce/distinfo | 2 | ||||
-rw-r--r-- | x11-wm/xfce/pkg-plist | 9 | ||||
-rw-r--r-- | x11-wm/xfce4/Makefile | 6 | ||||
-rw-r--r-- | x11-wm/xfce4/distinfo | 2 | ||||
-rw-r--r-- | x11-wm/xfce4/pkg-plist | 9 |
6 files changed, 26 insertions, 8 deletions
diff --git a/x11-wm/xfce/Makefile b/x11-wm/xfce/Makefile index cabd1f672b55..0b4f5a4b8c5d 100644 --- a/x11-wm/xfce/Makefile +++ b/x11-wm/xfce/Makefile @@ -1,12 +1,12 @@ # New ports collection makefile for: xfce -# Version required: 3.2.5 +# Version required: 3.3.1 # Date created: 30 June 1997 # Whom: Yukihiro Nakai <Nakai@Mlab.t.u-tokyo.ac.jp> # # $FreeBSD$ # -DISTNAME= xfce-3.2.5 +DISTNAME= xfce-3.3.1 CATEGORIES= x11-wm MASTER_SITES= http://www.xfce.org/archive/ @@ -15,7 +15,7 @@ MAINTAINER= nakai@FreeBSD.org LIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm \ Imlib.5:${PORTSDIR}/graphics/imlib \ gtk12.2:${PORTSDIR}/x11-toolkits/gtk12 -RUN_DEPENDS= ${LOCALBASE}/bin/sox:${PORTSDIR}/audio/sox +RUN_DEPENDS= ${LOCALBASE}/bin/esdplay:${PORTSDIR}/audio/esound GTK_CONFIG?= ${X11BASE}/bin/gtk12-config diff --git a/x11-wm/xfce/distinfo b/x11-wm/xfce/distinfo index 31b5d5b96bae..70044aa2bb3b 100644 --- a/x11-wm/xfce/distinfo +++ b/x11-wm/xfce/distinfo @@ -1 +1 @@ -MD5 (xfce-3.2.5.tar.gz) = 45d585710f3ed335c2be168ab4276ab1 +MD5 (xfce-3.3.1.tar.gz) = d1c96248f38c2faa7d57f88042a48df5 diff --git a/x11-wm/xfce/pkg-plist b/x11-wm/xfce/pkg-plist index 95c10a2e971b..3b28b02c5d76 100644 --- a/x11-wm/xfce/pkg-plist +++ b/x11-wm/xfce/pkg-plist @@ -37,6 +37,7 @@ share/xfce/backdrops/Cocoa.xpm share/xfce/backdrops/Compute.xpm share/xfce/backdrops/Concrete.xpm share/xfce/backdrops/Darkblue2.xpm +share/xfce/backdrops/Default.xpm share/xfce/backdrops/Desert2.xpm share/xfce/backdrops/Dry.xpm share/xfce/backdrops/Eyes.xpm @@ -313,6 +314,7 @@ share/xfce/locale/et/LC_MESSAGES/xfce.mo share/xfce/locale/fi/LC_MESSAGES/xfce.mo share/xfce/locale/fr/LC_MESSAGES/xfce.mo share/xfce/locale/gl/LC_MESSAGES/xfce.mo +share/xfce/locale/hu/LC_MESSAGES/xfce.mo share/xfce/locale/it/LC_MESSAGES/xfce.mo share/xfce/locale/ja/LC_MESSAGES/xfce.mo share/xfce/locale/pl/LC_MESSAGES/xfce.mo @@ -328,6 +330,7 @@ share/xfce/palettes/Cheese share/xfce/palettes/Citrouille share/xfce/palettes/Clinky share/xfce/palettes/Craters +share/xfce/palettes/Default share/xfce/palettes/Dolly share/xfce/palettes/Dust share/xfce/palettes/Fall @@ -349,8 +352,10 @@ share/xfce/palettes/Prairie share/xfce/palettes/Salmon share/xfce/palettes/Salmon2 share/xfce/palettes/Sand +share/xfce/palettes/Silver share/xfce/palettes/Spring share/xfce/palettes/Stellar +share/xfce/palettes/Stripe share/xfce/palettes/Sunny share/xfce/palettes/Symbiose share/xfce/palettes/TBlue @@ -437,6 +442,8 @@ share/xfce/textures/metal.xpm share/xfce/textures/military.xpm share/xfce/textures/oldwood.xpm share/xfce/textures/paper.xpm +share/xfce/textures/silver.xpm +share/xfce/textures/stripe.xpm share/xfce/xfdefs.py @dirrm share/xfce/backdrops @dirrm share/xfce/help @@ -457,6 +464,8 @@ share/xfce/xfdefs.py @dirrm share/xfce/locale/fr @dirrm share/xfce/locale/gl/LC_MESSAGES @dirrm share/xfce/locale/gl +@dirrm share/xfce/locale/hu/LC_MESSAGES +@dirrm share/xfce/locale/hu @dirrm share/xfce/locale/it/LC_MESSAGES @dirrm share/xfce/locale/it @dirrm share/xfce/locale/ja/LC_MESSAGES diff --git a/x11-wm/xfce4/Makefile b/x11-wm/xfce4/Makefile index cabd1f672b55..0b4f5a4b8c5d 100644 --- a/x11-wm/xfce4/Makefile +++ b/x11-wm/xfce4/Makefile @@ -1,12 +1,12 @@ # New ports collection makefile for: xfce -# Version required: 3.2.5 +# Version required: 3.3.1 # Date created: 30 June 1997 # Whom: Yukihiro Nakai <Nakai@Mlab.t.u-tokyo.ac.jp> # # $FreeBSD$ # -DISTNAME= xfce-3.2.5 +DISTNAME= xfce-3.3.1 CATEGORIES= x11-wm MASTER_SITES= http://www.xfce.org/archive/ @@ -15,7 +15,7 @@ MAINTAINER= nakai@FreeBSD.org LIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm \ Imlib.5:${PORTSDIR}/graphics/imlib \ gtk12.2:${PORTSDIR}/x11-toolkits/gtk12 -RUN_DEPENDS= ${LOCALBASE}/bin/sox:${PORTSDIR}/audio/sox +RUN_DEPENDS= ${LOCALBASE}/bin/esdplay:${PORTSDIR}/audio/esound GTK_CONFIG?= ${X11BASE}/bin/gtk12-config diff --git a/x11-wm/xfce4/distinfo b/x11-wm/xfce4/distinfo index 31b5d5b96bae..70044aa2bb3b 100644 --- a/x11-wm/xfce4/distinfo +++ b/x11-wm/xfce4/distinfo @@ -1 +1 @@ -MD5 (xfce-3.2.5.tar.gz) = 45d585710f3ed335c2be168ab4276ab1 +MD5 (xfce-3.3.1.tar.gz) = d1c96248f38c2faa7d57f88042a48df5 diff --git a/x11-wm/xfce4/pkg-plist b/x11-wm/xfce4/pkg-plist index 95c10a2e971b..3b28b02c5d76 100644 --- a/x11-wm/xfce4/pkg-plist +++ b/x11-wm/xfce4/pkg-plist @@ -37,6 +37,7 @@ share/xfce/backdrops/Cocoa.xpm share/xfce/backdrops/Compute.xpm share/xfce/backdrops/Concrete.xpm share/xfce/backdrops/Darkblue2.xpm +share/xfce/backdrops/Default.xpm share/xfce/backdrops/Desert2.xpm share/xfce/backdrops/Dry.xpm share/xfce/backdrops/Eyes.xpm @@ -313,6 +314,7 @@ share/xfce/locale/et/LC_MESSAGES/xfce.mo share/xfce/locale/fi/LC_MESSAGES/xfce.mo share/xfce/locale/fr/LC_MESSAGES/xfce.mo share/xfce/locale/gl/LC_MESSAGES/xfce.mo +share/xfce/locale/hu/LC_MESSAGES/xfce.mo share/xfce/locale/it/LC_MESSAGES/xfce.mo share/xfce/locale/ja/LC_MESSAGES/xfce.mo share/xfce/locale/pl/LC_MESSAGES/xfce.mo @@ -328,6 +330,7 @@ share/xfce/palettes/Cheese share/xfce/palettes/Citrouille share/xfce/palettes/Clinky share/xfce/palettes/Craters +share/xfce/palettes/Default share/xfce/palettes/Dolly share/xfce/palettes/Dust share/xfce/palettes/Fall @@ -349,8 +352,10 @@ share/xfce/palettes/Prairie share/xfce/palettes/Salmon share/xfce/palettes/Salmon2 share/xfce/palettes/Sand +share/xfce/palettes/Silver share/xfce/palettes/Spring share/xfce/palettes/Stellar +share/xfce/palettes/Stripe share/xfce/palettes/Sunny share/xfce/palettes/Symbiose share/xfce/palettes/TBlue @@ -437,6 +442,8 @@ share/xfce/textures/metal.xpm share/xfce/textures/military.xpm share/xfce/textures/oldwood.xpm share/xfce/textures/paper.xpm +share/xfce/textures/silver.xpm +share/xfce/textures/stripe.xpm share/xfce/xfdefs.py @dirrm share/xfce/backdrops @dirrm share/xfce/help @@ -457,6 +464,8 @@ share/xfce/xfdefs.py @dirrm share/xfce/locale/fr @dirrm share/xfce/locale/gl/LC_MESSAGES @dirrm share/xfce/locale/gl +@dirrm share/xfce/locale/hu/LC_MESSAGES +@dirrm share/xfce/locale/hu @dirrm share/xfce/locale/it/LC_MESSAGES @dirrm share/xfce/locale/it @dirrm share/xfce/locale/ja/LC_MESSAGES |