- Update to 1.0.0

PR:		ports/77956
Submitted by:	Gordon Bergling <gbergling@0xfce3.net>
Approved by:	maintainer
This commit is contained in:
Pav Lucistnik 2005-02-26 23:03:18 +00:00
parent 77cb5dec8b
commit 005d8e0fdc
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=129866
4 changed files with 17 additions and 18 deletions

View File

@ -6,9 +6,9 @@
#
PORTNAME= fyre
PORTVERSION= 0.7
PORTVERSION= 1.0.0
CATEGORIES= graphics
MASTER_SITES= http://navi.cx/releases/
MASTER_SITES= http://flapjack.navi.cx/releases/fyre/
MAINTAINER= samy@kerneled.org
COMMENT= Chaos map rendering system with GTK+-2 interface
@ -40,6 +40,9 @@ pre-everything::
.endif
.endif
# check for update-desktop-database should go here
PLIST_SUB+= WITH_FDO="@comment "
post-install:
.if !defined(NOPORTDOCS)
@${MKDIR} ${DOCSDIR}

View File

@ -1,2 +1,2 @@
MD5 (fyre-0.7.tar.bz2) = 3fe716ee70eed18ad2fd9bfe9551c3e6
SIZE (fyre-0.7.tar.bz2) = 230390
MD5 (fyre-1.0.0.tar.bz2) = 5da821b3166d3de187cc7d84bb1dc4d3
SIZE (fyre-1.0.0.tar.bz2) = 243544

View File

@ -1,11 +0,0 @@
--- src/Makefile.in.orig Sat Jan 15 02:34:43 2005
+++ src/Makefile.in Sat Jan 15 02:35:29 2005
@@ -86,7 +86,7 @@
$(PACKAGE_CFLAGS) \
$(EXR_CFLAGS) \
$(GNET_CFLAGS) \
- '-DFYRE_DATADIR="data"'
+ '-DFYRE_DATADIR="${PREFIX}/share/fyre/"'
fyre_LDADD = \

View File

@ -1,10 +1,17 @@
bin/fyre
%%PORTDOCS%%%%DOCSDIR%%/README
share/applications/fyre.desktop
%%WITH_FDO%%share/applications/fyre.desktop
share/fyre/animation-render.glade
share/fyre/explorer.glade
share/fyre/metadata-emblem.png
share/fyre/wicker-shoelace.png
share/fyre/about-box.fa
share/fyre/fyre-48x48.png
share/fyre/fyre-32x32.png
share/fyre/fyre-16x16.png
%%WITH_FDO%%share/pixmaps/fyre-48x48.png
share/icons/hicolor/48x48/mimetypes/application-x-fyre-animation.png
share/mime/packages/fyre.xml
share/mime/application/x-fyre-animation.xml
@dirrm share/fyre
%%PORTDOCS%%@dirrm %%DOCSDIR%%
@unexec rmdir %D/share/applications 2> /dev/null || true
%%WITH_FDO%%@unexec rmdir %D/share/applications 2> /dev/null || true