pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/pkgsrc-2005Q3]: pkgsrc/graphics/gtkam Pullup ticket 812 - requested b...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/9cef59fbf454
branches:  pkgsrc-2005Q3
changeset: 499568:9cef59fbf454
user:      salo <salo%pkgsrc.org@localhost>
date:      Fri Oct 07 09:59:09 2005 +0000

description:
Pullup ticket 812 - requested by Min Sik Kim
build fixes for gtkam

Revisions pulled up:
- pkgsrc/graphics/gtkam/Makefile        1.26, 1.27
- pkgsrc/graphics/gtkam/PLIST           1.9

   Module Name:         pkgsrc
   Committed By:        minskim
   Date:                Tue Oct  4 02:38:28 UTC 2005

   Modified Files:
        pkgsrc/graphics/gtkam: Makefile

   Log Message:
   configure uses pkg-config.
---
   Module Name:         pkgsrc
   Committed By:        minskim
   Date:                Tue Oct  4 02:57:25 UTC 2005

   Modified Files:
        pkgsrc/graphics/gtkam: Makefile PLIST

   Log Message:
   Use the omf framework and fix PLIST.  Bump PKGREVISION.

diffstat:

 graphics/gtkam/Makefile |   5 ++++-
 graphics/gtkam/PLIST    |  22 ++++++++++++++++++++--
 2 files changed, 24 insertions(+), 3 deletions(-)

diffs (72 lines):

diff -r ce36903d99a0 -r 9cef59fbf454 graphics/gtkam/Makefile
--- a/graphics/gtkam/Makefile   Fri Oct 07 00:36:09 2005 +0000
+++ b/graphics/gtkam/Makefile   Fri Oct 07 09:59:09 2005 +0000
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.25 2005/04/11 21:46:04 tv Exp $
+# $NetBSD: Makefile,v 1.25.4.1 2005/10/07 09:59:09 salo Exp $
 #
 
 DISTNAME=      gtkam-0.1.12
+PKGREVISION=   1
 CATEGORIES=    graphics
 MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE:=gphoto/}
 
@@ -12,6 +13,7 @@
 USE_DIRS+=             gnome2-1.5
 USE_LIBTOOL=           YES
 USE_PKGLOCALEDIR=      YES
+USE_TOOLS+=            pkg-config
 GNU_CONFIGURE=         YES
 
 CONFIGURE_ARGS+=       --without-bonobo
@@ -21,5 +23,6 @@
 
 .include "../../devel/libgphoto2/buildlink3.mk"
 .include "../../graphics/libexif-gtk/buildlink3.mk"
+.include "../../textproc/scrollkeeper/omf.mk"
 .include "../../x11/gtk2/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r ce36903d99a0 -r 9cef59fbf454 graphics/gtkam/PLIST
--- a/graphics/gtkam/PLIST      Fri Oct 07 00:36:09 2005 +0000
+++ b/graphics/gtkam/PLIST      Fri Oct 07 09:59:09 2005 +0000
@@ -1,11 +1,21 @@
-@comment $NetBSD: PLIST,v 1.8 2004/10/27 20:03:45 drochner Exp $
+@comment $NetBSD: PLIST,v 1.8.8.1 2005/10/07 09:59:09 salo Exp $
 bin/gtkam
 man/man1/gtkam.1
+share/applications/gtkam.desktop
 share/doc/gtkam/AUTHORS
 share/doc/gtkam/COPYING
 share/doc/gtkam/NEWS
 share/doc/gtkam/README
 share/doc/gtkam/TODO
+share/gnome/help/gtkam/C/figures/gtkam_add_camera_enhanced_window.png
+share/gnome/help/gtkam/C/figures/gtkam_add_camera_window.png
+share/gnome/help/gtkam/C/figures/gtkam_fileinfo.png
+share/gnome/help/gtkam/C/figures/gtkam_makedir.png
+share/gnome/help/gtkam/C/figures/gtkam_save.png
+share/gnome/help/gtkam/C/figures/gtkam_save_all.png
+share/gnome/help/gtkam/C/figures/gtkam_start_window.png
+share/gnome/help/gtkam/C/gtkam.xml
+share/gnome/help/gtkam/C/legal.xml
 share/gtkam/pixmaps/camera.xpm
 share/gtkam/pixmaps/configure.xpm
 share/gtkam/pixmaps/delete_images.xpm
@@ -33,8 +43,16 @@
 ${PKGLOCALEDIR}/locale/sl/LC_MESSAGES/gtkam.mo
 ${PKGLOCALEDIR}/locale/sv/LC_MESSAGES/gtkam.mo
 ${PKGLOCALEDIR}/locale/uk/LC_MESSAGES/gtkam.mo
+share/omf/gtkam/gtkam-C.omf
+share/pixmaps/gtkam.png
+@comment in xdg-dirs: @dirrm share/pixmaps
+@dirrm share/omf/gtkam
 @dirrm share/images/gtkam
-@comment in gnome-dirs: @dirrm share/images
+@comment in xdg-dirs: @dirrm share/images
 @dirrm share/gtkam/pixmaps
 @dirrm share/gtkam
+@dirrm share/gnome/help/gtkam/C/figures
+@dirrm share/gnome/help/gtkam/C
+@dirrm share/gnome/help/gtkam
 @dirrm share/doc/gtkam
+@comment in xdg-dirs: @dirrm share/applications



Home | Main Index | Thread Index | Old Index