diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2009-08-03 23:45:06 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2009-08-03 23:45:06 +0000 |
commit | 73b4635cfb272416b9a5366b511ddaa0d758542f (patch) | |
tree | c8b04c8f4b98c12727e100e44a7a03409000aaff /graphics/geeqie | |
parent | 2732d369771d20f1e615fb7dfac3916a740dd171 (diff) | |
download | ports-73b4635cfb272416b9a5366b511ddaa0d758542f.tar.gz ports-73b4635cfb272416b9a5366b511ddaa0d758542f.zip |
Notes
Diffstat (limited to 'graphics/geeqie')
-rw-r--r-- | graphics/geeqie/Makefile | 9 | ||||
-rw-r--r-- | graphics/geeqie/distinfo | 6 | ||||
-rw-r--r-- | graphics/geeqie/pkg-plist | 15 |
3 files changed, 23 insertions, 7 deletions
diff --git a/graphics/geeqie/Makefile b/graphics/geeqie/Makefile index b9bc9eb9dd80..335441fa5aed 100644 --- a/graphics/geeqie/Makefile +++ b/graphics/geeqie/Makefile @@ -6,8 +6,7 @@ # PORTNAME= geeqie -DISTVERSION= 1.0alpha3 -PORTREVISION= 2 +DISTVERSION= 1.0beta2 CATEGORIES= graphics MASTER_SITES= SF @@ -18,6 +17,7 @@ LIB_DEPENDS= png.5:${PORTSDIR}/graphics/png USE_GNOME= gtk20 GNU_CONFIGURE= yes +USE_GMAKE= yes CONFIGURE_ARGS= --docdir="${DOCSDIR}" \ --htmldir="${DOCSDIR}/html" \ --with-htmldir="${DOCSDIR}/html" \ @@ -25,6 +25,7 @@ CONFIGURE_ARGS= --docdir="${DOCSDIR}" \ CFLAGS+= -I${LOCALBASE}/include CONFIGURE_ENV+= CPPFLAGS="${CFLAGS}" LDFLAGS="-L${LOCALBASE}/lib" MAKE_ARGS+= top_builddir="${WRKSRC}" +MAKE_JOBS_SAFE= yes PORTDOCS= * MAN1= geeqie.1 @@ -59,8 +60,8 @@ CONFIGURE_ARGS+=--disable-lirc .endif post-patch: - @${REINPLACE_CMD} -e 's| -r %F||' \ - ${WRKSRC}/geeqie.desktop + @${REINPLACE_CMD} -e 's|MAP_ANONYMOUS|MAP_ANON|' ${WRKSRC}/src/main.c + @${REINPLACE_CMD} -e 's| -r %F||' ${WRKSRC}/geeqie.desktop .if defined(NOPORTDOCS) @${REINPLACE_CMD} -e '/^install-data-am:/ s|install-helpDATA||' \ ${WRKSRC}/doc/Makefile.in diff --git a/graphics/geeqie/distinfo b/graphics/geeqie/distinfo index 1ae878d28f5f..172a9b37ecdc 100644 --- a/graphics/geeqie/distinfo +++ b/graphics/geeqie/distinfo @@ -1,3 +1,3 @@ -MD5 (geeqie-1.0alpha3.tar.gz) = 0f0c3991ee4ef9232e21ed49fa879b83 -SHA256 (geeqie-1.0alpha3.tar.gz) = 98073322e9db72ede5c374eb3213a981fecf60542f0e610436b4fd9c01b9b464 -SIZE (geeqie-1.0alpha3.tar.gz) = 2067890 +MD5 (geeqie-1.0beta2.tar.gz) = 4e4ddc96a83e1d6bc43d478796e0b3c4 +SHA256 (geeqie-1.0beta2.tar.gz) = cd1d6c51c072ed241f3e9cbceabcffd6a12305d4990a53fa7dbcd7e92311098e +SIZE (geeqie-1.0beta2.tar.gz) = 1912367 diff --git a/graphics/geeqie/pkg-plist b/graphics/geeqie/pkg-plist index aa17e3ccb468..6b3e0f63bbc9 100644 --- a/graphics/geeqie/pkg-plist +++ b/graphics/geeqie/pkg-plist @@ -1,5 +1,17 @@ bin/geeqie +lib/geeqie/geeqie-import +lib/geeqie/geeqie-rotate +lib/geeqie/geeqie-symlink +lib/geeqie/geeqie-ufraw share/applications/geeqie.desktop +%%DATADIR%%/applications/geeqie-import-geeqie.desktop +%%DATADIR%%/applications/geeqie-import-gqview.desktop +%%DATADIR%%/applications/geeqie-ufraw-id.desktop +%%DATADIR%%/applications/geeqie-ufraw-recursive.desktop +%%DATADIR%%/applications/geeqie-ufraw.desktop +%%DATADIR%%/applications/rotate.desktop +%%DATADIR%%/applications/symlink.desktop +%%DATADIR%%/template.desktop share/locale/ar/LC_MESSAGES/geeqie.mo share/locale/be/LC_MESSAGES/geeqie.mo share/locale/bg/LC_MESSAGES/geeqie.mo @@ -34,6 +46,9 @@ share/locale/vi/LC_MESSAGES/geeqie.mo share/locale/zh_CN.GB2312/LC_MESSAGES/geeqie.mo share/locale/zh_TW/LC_MESSAGES/geeqie.mo share/pixmaps/geeqie.png +@dirrm %%DATADIR%%/applications +@dirrm %%DATADIR%% @dirrmtry share/applications +@dirrm lib/geeqie @exec %%LOCALBASE%%/bin/update-desktop-database > /dev/null || /usr/bin/true @unexec %%LOCALBASE%%/bin/update-desktop-database > /dev/null || /usr/bin/true |