diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2005-03-12 10:39:38 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2005-03-12 10:39:38 +0000 |
commit | 190418a078b1eb7ea3c5d38a08bdab3cbd422086 (patch) | |
tree | bb336ccecde7052d26d3d8d8c97238744a373aad /x11-wm | |
parent | 6b0c40606cac591d75b88d05c7276bd16c369035 (diff) |
Notes
Diffstat (limited to 'x11-wm')
-rw-r--r-- | x11-wm/metacity/Makefile | 7 | ||||
-rw-r--r-- | x11-wm/metacity/distinfo | 4 | ||||
-rw-r--r-- | x11-wm/metacity/files/patch-configure | 10 | ||||
-rw-r--r-- | x11-wm/metacity/pkg-plist | 7 |
4 files changed, 19 insertions, 9 deletions
diff --git a/x11-wm/metacity/Makefile b/x11-wm/metacity/Makefile index 07f2f493513a..9bc8a06a3ef1 100644 --- a/x11-wm/metacity/Makefile +++ b/x11-wm/metacity/Makefile @@ -6,7 +6,7 @@ # PORTNAME= metacity -PORTVERSION= 2.8.13 +PORTVERSION= 2.10.0 CATEGORIES= x11-wm MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/${PORTNAME}/${PORTVERSION:R} @@ -22,12 +22,15 @@ USE_BZIP2= yes USE_X_PREFIX= yes USE_GMAKE= yes USE_LIBTOOL_VER=15 -USE_GNOME= gnomeprefix intlhack gnomehack gnomehier gconf2 libglade2 +USE_GNOME= gnomeprefix intlhack gnomehack gconf2 INSTALLS_SHLIB= yes +CONFIGURE_ARGS= --enable-render CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" MAKE_ENV= G_CHARSET_ALIAS="${LOCALBASE}/libdata/charset.alias" GCONF_SCHEMAS= metacity.schemas +MAN1= metacity-theme-viewer.1 metacity-window-demo.1 + .include <bsd.port.mk> diff --git a/x11-wm/metacity/distinfo b/x11-wm/metacity/distinfo index a5e609db2090..2cc0abb186ba 100644 --- a/x11-wm/metacity/distinfo +++ b/x11-wm/metacity/distinfo @@ -1,2 +1,2 @@ -MD5 (gnome2/metacity-2.8.13.tar.bz2) = 81ac009f514c939831d72df52d77f0ed -SIZE (gnome2/metacity-2.8.13.tar.bz2) = 2178494 +MD5 (gnome2/metacity-2.10.0.tar.bz2) = fed363d8ce6ae33d6dd4850c8e48fbbc +SIZE (gnome2/metacity-2.10.0.tar.bz2) = 1581003 diff --git a/x11-wm/metacity/files/patch-configure b/x11-wm/metacity/files/patch-configure new file mode 100644 index 000000000000..09c5caee784b --- /dev/null +++ b/x11-wm/metacity/files/patch-configure @@ -0,0 +1,10 @@ +--- configure.orig Mon Jan 10 04:40:58 2005 ++++ configure Mon Jan 10 04:41:11 2005 +@@ -25377,7 +25377,6 @@ + + if test x$have_xrender = xyes; then + echo "Building with Render" +- METACITY_PC_MODULES="$METACITY_PC_MODULES xrender >= $XRENDER_VERSION" + fi + fi ## have_composite + diff --git a/x11-wm/metacity/pkg-plist b/x11-wm/metacity/pkg-plist index 8fa23364fcd5..a4a73a6519f9 100644 --- a/x11-wm/metacity/pkg-plist +++ b/x11-wm/metacity/pkg-plist @@ -13,9 +13,7 @@ lib/libmetacity-private.so lib/libmetacity-private.so.0 libdata/pkgconfig/libmetacity-private.pc libexec/metacity-dialog -share/gnome/metacity/glade/metacity-properties.glade share/gnome/metacity/icons/metacity-window-demo.png -share/gnome/pixmaps/metacity-properties.png share/gnome/themes/AgingGorilla/metacity-1/active-button.png share/gnome/themes/AgingGorilla/metacity-1/active-close-button.png share/gnome/themes/AgingGorilla/metacity-1/active-close-menu-icon.png @@ -174,8 +172,6 @@ share/locale/zh_TW/LC_MESSAGES/metacity.mo @dirrm share/gnome/themes/Simple @dirrm share/gnome/themes/Metabox/metacity-1 @dirrm share/gnome/themes/Metabox -@dirrm share/gnome/themes/AgingGorilla/metacity-1 -@dirrm share/gnome/themes/AgingGorilla @dirrm share/gnome/themes/Esco/metacity-1 @dirrm share/gnome/themes/Esco @dirrm share/gnome/themes/Crux/metacity-1 @@ -184,8 +180,9 @@ share/locale/zh_TW/LC_MESSAGES/metacity.mo @dirrm share/gnome/themes/Bright @dirrm share/gnome/themes/Atlanta/metacity-1 @dirrm share/gnome/themes/Atlanta +@dirrm share/gnome/themes/AgingGorilla/metacity-1 +@dirrm share/gnome/themes/AgingGorilla @dirrm share/gnome/metacity/icons -@dirrm share/gnome/metacity/glade @dirrm share/gnome/metacity @dirrm include/metacity-1/metacity-private @dirrm include/metacity-1 |