pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/graphics/gimmage Add new package: gimmage
details: https://anonhg.NetBSD.org/pkgsrc/rev/103e19dd9c53
branches: trunk
changeset: 557402:103e19dd9c53
user: reed <reed%pkgsrc.org@localhost>
date: Wed Apr 15 04:04:13 2009 +0000
description:
Add new package: gimmage
The gimmage package provides a GTKMM-based image viewer.
It includes keyboard shortcuts and a file browser.
diffstat:
graphics/gimmage/DESCR | 2 ++
graphics/gimmage/Makefile | 30 ++++++++++++++++++++++++++++++
graphics/gimmage/PLIST | 16 ++++++++++++++++
graphics/gimmage/distinfo | 6 ++++++
graphics/gimmage/patches/patch-aa | 13 +++++++++++++
5 files changed, 67 insertions(+), 0 deletions(-)
diffs (87 lines):
diff -r 3eabec54fba9 -r 103e19dd9c53 graphics/gimmage/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/graphics/gimmage/DESCR Wed Apr 15 04:04:13 2009 +0000
@@ -0,0 +1,2 @@
+The gimmage package provides a GTKMM-based image viewer.
+It includes keyboard shortcuts and a file browser.
diff -r 3eabec54fba9 -r 103e19dd9c53 graphics/gimmage/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/graphics/gimmage/Makefile Wed Apr 15 04:04:13 2009 +0000
@@ -0,0 +1,30 @@
+# $NetBSD: Makefile,v 1.1.1.1 2009/04/15 04:04:13 reed Exp $
+#
+
+DISTNAME= gimmage-0.2.3
+CATEGORIES= graphics
+MASTER_SITES= http://download.berlios.de/gimmage/
+
+MAINTAINER= reed%reedmedia.net@localhost
+HOMEPAGE= http://gimmage.berlios.de/
+COMMENT= GTKMM-based image viewing program
+
+PKG_DESTDIR_SUPPORT= user-destdir
+
+GNU_CONFIGURE= yes
+INSTALLATION_DIRS= share/doc/gimmage
+USE_DIRS+= xdg-1.4
+USE_LANGUAGES= c c++
+USE_PKGLOCALEDIR= yes
+USE_TOOLS+= pkg-config
+
+post-install:
+ ${INSTALL_DATA} ${WRKSRC}/README \
+ ${DESTDIR}/${PREFIX}/share/doc/gimmage/README
+
+.include "../../graphics/cairomm/buildlink3.mk"
+.include "../../sysutils/desktop-file-utils/desktopdb.mk"
+.include "../../www/curl/buildlink3.mk"
+.include "../../x11/gtkmm/buildlink3.mk"
+
+.include "../../mk/bsd.pkg.mk"
diff -r 3eabec54fba9 -r 103e19dd9c53 graphics/gimmage/PLIST
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/graphics/gimmage/PLIST Wed Apr 15 04:04:13 2009 +0000
@@ -0,0 +1,16 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2009/04/15 04:04:13 reed Exp $
+bin/gimmage
+share/applications/gimmage.desktop
+share/doc/gimmage/README
+share/gimmage/pixmaps/1to1.png
+share/gimmage/pixmaps/anticlockwise.png
+share/gimmage/pixmaps/clockwise.png
+share/gimmage/pixmaps/unreadable.png
+share/locale/de/LC_MESSAGES/gimmage.mo
+share/locale/fr/LC_MESSAGES/gimmage.mo
+share/pixmaps/gimmage.png
+@comment in xdg-dirs: @dirrm share/pixmaps
+@dirrm share/gimmage/pixmaps
+@dirrm share/gimmage
+@dirrm share/doc/gimmage
+@comment in xdg-dirs: @dirrm share/applications
diff -r 3eabec54fba9 -r 103e19dd9c53 graphics/gimmage/distinfo
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/graphics/gimmage/distinfo Wed Apr 15 04:04:13 2009 +0000
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1.1.1 2009/04/15 04:04:13 reed Exp $
+
+SHA1 (gimmage-0.2.3.tar.gz) = 732dee063553b787b65a0a5bd3d207bdb5d01df1
+RMD160 (gimmage-0.2.3.tar.gz) = d3fd105390e21548cf9c83b199681b53616f3640
+Size (gimmage-0.2.3.tar.gz) = 193777 bytes
+SHA1 (patch-aa) = f8a37d59d2b9311a352dee931afe4290d1950720
diff -r 3eabec54fba9 -r 103e19dd9c53 graphics/gimmage/patches/patch-aa
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/graphics/gimmage/patches/patch-aa Wed Apr 15 04:04:13 2009 +0000
@@ -0,0 +1,13 @@
+$NetBSD: patch-aa,v 1.1.1.1 2009/04/15 04:04:13 reed Exp $
+
+--- src/FileManager.cpp.orig 2008-07-08 15:06:19.000000000 -0500
++++ src/FileManager.cpp 2008-07-08 15:06:54.000000000 -0500
+@@ -20,6 +20,8 @@
+ // gimmage: FileManager.cpp
+
+ // we make extensive use of get_current_dir_name() from Glib
++// maybe should check for this?
++#define get_current_dir_name() getcwd(NULL, PATH_MAX)
+
+ #include "FileManager.h"
+ #include "defines.h"
Home |
Main Index |
Thread Index |
Old Index