diff options
author | mezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059> | 2005-07-05 16:37:59 +0800 |
---|---|---|
committer | mezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059> | 2005-07-05 16:37:59 +0800 |
commit | cd015fa0f06b7cd0915d45c8aa1d9427f8e64710 (patch) | |
tree | bb0ef65b2d89adc69f97bff3e7fe0f960f1e5409 /x11 | |
parent | 9559f46d9ef4706cf02b7399ed3a59c97a0a8dd7 (diff) | |
download | marcuscom-ports-cd015fa0f06b7cd0915d45c8aa1d9427f8e64710.tar marcuscom-ports-cd015fa0f06b7cd0915d45c8aa1d9427f8e64710.tar.gz marcuscom-ports-cd015fa0f06b7cd0915d45c8aa1d9427f8e64710.tar.bz2 marcuscom-ports-cd015fa0f06b7cd0915d45c8aa1d9427f8e64710.tar.lz marcuscom-ports-cd015fa0f06b7cd0915d45c8aa1d9427f8e64710.tar.xz marcuscom-ports-cd015fa0f06b7cd0915d45c8aa1d9427f8e64710.tar.zst marcuscom-ports-cd015fa0f06b7cd0915d45c8aa1d9427f8e64710.zip |
Fix an error of can't find evolution-mail.desktop that caused an icon that
not appear in the panel. Change it to evolution-2.4.desktop that is exists
and now it appears in the panel by default.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@4179 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'x11')
-rw-r--r-- | x11/gnome-panel/Makefile | 5 | ||||
-rw-r--r-- | x11/gnomepanel/Makefile | 5 |
2 files changed, 8 insertions, 2 deletions
diff --git a/x11/gnome-panel/Makefile b/x11/gnome-panel/Makefile index 3c3ecbdc4..7e58991be 100644 --- a/x11/gnome-panel/Makefile +++ b/x11/gnome-panel/Makefile @@ -3,11 +3,12 @@ # Whom: Joe Marcus Clarke <marcus@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/x11/gnomepanel/Makefile,v 1.97 2005/07/01 18:08:45 marcus Exp $ +# $MCom: ports/x11/gnomepanel/Makefile,v 1.98 2005/07/03 17:16:01 ahze Exp $ # PORTNAME= gnomepanel PORTVERSION= 2.11.4 +PORTREVISION= 1 CATEGORIES= x11 gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/gnome-panel/2.11 @@ -55,6 +56,8 @@ CONFIGURE_ARGS+=--disable-eds .endif post-patch: + @${REINPLACE_CMD} -e 's|evolution-mail.desktop|evolution-2.4.desktop|g' \ + ${WRKSRC}/gnome-panel/panel-default-setup.entries.in .if ( ${OSVERSION} > 600000 && ${OSVERSION} < 600006 ) || \ ( ${OSVERSION} < 503101 ) .for po in da.po it.po zh_CN.po zh_TW.po diff --git a/x11/gnomepanel/Makefile b/x11/gnomepanel/Makefile index 3c3ecbdc4..7e58991be 100644 --- a/x11/gnomepanel/Makefile +++ b/x11/gnomepanel/Makefile @@ -3,11 +3,12 @@ # Whom: Joe Marcus Clarke <marcus@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/x11/gnomepanel/Makefile,v 1.97 2005/07/01 18:08:45 marcus Exp $ +# $MCom: ports/x11/gnomepanel/Makefile,v 1.98 2005/07/03 17:16:01 ahze Exp $ # PORTNAME= gnomepanel PORTVERSION= 2.11.4 +PORTREVISION= 1 CATEGORIES= x11 gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/gnome-panel/2.11 @@ -55,6 +56,8 @@ CONFIGURE_ARGS+=--disable-eds .endif post-patch: + @${REINPLACE_CMD} -e 's|evolution-mail.desktop|evolution-2.4.desktop|g' \ + ${WRKSRC}/gnome-panel/panel-default-setup.entries.in .if ( ${OSVERSION} > 600000 && ${OSVERSION} < 600006 ) || \ ( ${OSVERSION} < 503101 ) .for po in da.po it.po zh_CN.po zh_TW.po |