diff options
author | pav <pav@FreeBSD.org> | 2005-02-27 07:03:18 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2005-02-27 07:03:18 +0800 |
commit | 7ebb3a99e101463c5aa73fcaf9020c7d5294068a (patch) | |
tree | be304ef1b39a9f27786247f521f3797397690f9c /graphics/fyre | |
parent | ffe621ccfa10aa83314e74cdcc365fcd4afc7419 (diff) | |
download | freebsd-ports-gnome-7ebb3a99e101463c5aa73fcaf9020c7d5294068a.tar.gz freebsd-ports-gnome-7ebb3a99e101463c5aa73fcaf9020c7d5294068a.tar.zst freebsd-ports-gnome-7ebb3a99e101463c5aa73fcaf9020c7d5294068a.zip |
- Update to 1.0.0
PR: ports/77956
Submitted by: Gordon Bergling <gbergling@0xfce3.net>
Approved by: maintainer
Diffstat (limited to 'graphics/fyre')
-rw-r--r-- | graphics/fyre/Makefile | 7 | ||||
-rw-r--r-- | graphics/fyre/distinfo | 4 | ||||
-rw-r--r-- | graphics/fyre/files/patch-src::Makefile | 11 | ||||
-rw-r--r-- | graphics/fyre/pkg-plist | 13 |
4 files changed, 17 insertions, 18 deletions
diff --git a/graphics/fyre/Makefile b/graphics/fyre/Makefile index 46b1e941c656..b23edf2fc14a 100644 --- a/graphics/fyre/Makefile +++ b/graphics/fyre/Makefile @@ -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} diff --git a/graphics/fyre/distinfo b/graphics/fyre/distinfo index 95985c181cec..9748f657ef30 100644 --- a/graphics/fyre/distinfo +++ b/graphics/fyre/distinfo @@ -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 diff --git a/graphics/fyre/files/patch-src::Makefile b/graphics/fyre/files/patch-src::Makefile deleted file mode 100644 index 287b4716a90b..000000000000 --- a/graphics/fyre/files/patch-src::Makefile +++ /dev/null @@ -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 = \ diff --git a/graphics/fyre/pkg-plist b/graphics/fyre/pkg-plist index 4cc853c919e6..75a048038c32 100644 --- a/graphics/fyre/pkg-plist +++ b/graphics/fyre/pkg-plist @@ -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 |