- Update to 0.4.5

Made possible by:	marcus (installing XDG entries to ${X11BASE})
This commit is contained in:
Pav Lucistnik 2004-06-26 12:40:54 +00:00
parent 92469f652f
commit ef24cc3e4e
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=112314
3 changed files with 12 additions and 3 deletions

View File

@ -5,7 +5,7 @@
# $FreeBSD$
PORTNAME= gchempaint
PORTVERSION= 0.4.4
PORTVERSION= 0.4.5
CATEGORIES= science
MASTER_SITES= ${MASTER_SITE_SAVANNAH}
MASTER_SITE_SUBDIR= ${PORTNAME}
@ -20,6 +20,11 @@ USE_X_PREFIX= yes
USE_GNOME= gnomehack gnomeprefix intlhack libgnomeprintui libgnomeui lthack
USE_GMAKE= yes
USE_LIBTOOL_VER=13
USE_REINPLACE= yes
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" LIBS="-L${LOCALBASE}/lib"
post-patch:
@${REINPLACE_CMD} -e 's|$$(datadir)/mime/|${PREFIX}/share/mime/|' ${WRKSRC}/Makefile.in
@${REINPLACE_CMD} -e 's|$$(datadir)/mime$$|${PREFIX}/share/mime|' ${WRKSRC}/Makefile.in
.include <bsd.port.mk>

View File

@ -1,2 +1,2 @@
MD5 (gchempaint-0.4.4.tar.bz2) = 1d877cff475eda565e8db4a67f4f7c02
SIZE (gchempaint-0.4.4.tar.bz2) = 619320
MD5 (gchempaint-0.4.5.tar.bz2) = b074f844b044868ee999eaaf680ba975
SIZE (gchempaint-0.4.5.tar.bz2) = 622075

View File

@ -62,6 +62,8 @@ share/locale/fr/LC_MESSAGES/gchempaint.mo
share/locale/it/LC_MESSAGES/gchempaint.mo
share/locale/pl/LC_MESSAGES/gchempaint.mo
share/locale/zh_CN/LC_MESSAGES/gchempaint.mo
share/mime/application/x-gchempaint.xml
share/mime/packages/gchempaint.xml
@dirrm share/gnome/gchempaint/glade
@dirrm share/gnome/gchempaint
@dirrm share/gnome/help/gchempaint/C/figures
@ -69,3 +71,5 @@ share/locale/zh_CN/LC_MESSAGES/gchempaint.mo
@dirrm share/gnome/help/gchempaint
@dirrm share/gnome/omf/gchempaint
@unexec scrollkeeper-uninstall -q %D/share/gnome/omf/gchempaint/gchempaint-C.omf 2>/dev/null || /usr/bin/true
@exec update-mime-database %D/share/mime
@unexec update-mime-database %D/share/mime