diff options
author | reed <reed@pkgsrc.org> | 2009-09-16 01:15:32 +0000 |
---|---|---|
committer | reed <reed@pkgsrc.org> | 2009-09-16 01:15:32 +0000 |
commit | 381733f2969470face57649b98e3ab7a0fac5d0a (patch) | |
tree | 0c5ff254424640857c1e834eb6a64837b8b09958 /meta-pkgs/xfce4/Makefile | |
parent | 53c4d3afd4f2a6f5e4a7ca38bbc2cca4bfc4657f (diff) | |
download | pkgsrc-381733f2969470face57649b98e3ab7a0fac5d0a.tar.gz |
Upgrading Xfce to 4.6.1.
This is for PR #40984. This is based on work from
dieter roelants. Thank you Dieter.
Also I had done some work independently on this.
Hopefully, I am getting this all committed at one time.
The changelogs are at
http://www.xfce.org/documentation/changelogs/4.6.1
http://www.xfce.org/documentation/changelogs/4.6.0
Also don't need the xfce4-dev-tools for building. (It is only
needed when building from SVN source.)
Diffstat (limited to 'meta-pkgs/xfce4/Makefile')
-rw-r--r-- | meta-pkgs/xfce4/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/meta-pkgs/xfce4/Makefile b/meta-pkgs/xfce4/Makefile index 9a812d37474..28721366fda 100644 --- a/meta-pkgs/xfce4/Makefile +++ b/meta-pkgs/xfce4/Makefile @@ -1,16 +1,16 @@ -# $NetBSD: Makefile,v 1.37 2009/08/26 19:56:53 sno Exp $ +# $NetBSD: Makefile,v 1.38 2009/09/16 01:15:33 reed Exp $ META_PACKAGE= yes .include "Makefile.common" DISTNAME= xfce4-${XFCE4_VERSION} -PKGREVISION= 4 CATEGORIES= meta-pkgs COMMENT= Xfce .include "../../audio/xfce4-mixer/buildlink3.mk" .include "../../editors/xfce4-mousepad/buildlink3.mk" +.include "../../graphics/gnome-icon-theme/buildlink3.mk" .include "../../graphics/xfce4-icon-theme/buildlink3.mk" .include "../../print/xfce4-print/buildlink3.mk" .include "../../sysutils/xfce4-appfinder/buildlink3.mk" @@ -22,6 +22,7 @@ COMMENT= Xfce .include "../../x11/xfce4-gtk2-engine/buildlink3.mk" .include "../../x11/xfce4-panel/buildlink3.mk" .include "../../x11/xfce4-session/buildlink3.mk" +.include "../../x11/xfce4-settings/buildlink3.mk" .include "../../x11/xfce4-terminal/buildlink3.mk" .include "../../x11/xfce4-utils/buildlink3.mk" |