- add an icon for the "View Thumbnails" button

- fix WANTLIB after recent gtk update
This commit is contained in:
ajacoutot 2007-10-25 10:53:53 +00:00
parent 0f67ecaf33
commit 8f459ae438
2 changed files with 16 additions and 2 deletions

View File

@ -1,8 +1,9 @@
# $OpenBSD: Makefile,v 1.13 2007/10/22 20:36:15 ajacoutot Exp $
# $OpenBSD: Makefile,v 1.14 2007/10/25 10:53:53 ajacoutot Exp $
COMMENT= digital camera frontend
DISTNAME= gtkam-0.1.14
PKGNAME= ${DISTNAME}p0
CATEGORIES= graphics
# gtkam-0.1.14 contains corrupted PNG files so we're getting
@ -22,7 +23,8 @@ PERMIT_DISTFILES_FTP= Yes
WANTLIB= gmodule-2.0 X11 Xext Xrender gobject-2.0 glitz png \
atk-1.0 fontconfig freetype m c z cairo glib-2.0 \
pango-1.0 pangocairo-1.0 pangoft2-1.0 Xau Xcursor \
Xdmcp Xfixes Xi Xinerama Xrandr exif expat ltdl usb
Xdmcp Xfixes Xi Xinerama Xrandr exif expat ltdl usb \
Xcomposite Xdamage
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=gphoto/}

View File

@ -0,0 +1,12 @@
$OpenBSD: patch-src_gtkam-main_c,v 1.1 2007/10/25 10:53:53 ajacoutot Exp $
--- src/gtkam-main.c.orig Thu Oct 25 09:09:55 2007
+++ src/gtkam-main.c Thu Oct 25 09:10:11 2007
@@ -575,7 +575,7 @@ static GtkActionEntry entries[] = {
/* Toggle menu items */
static GtkToggleActionEntry toggle_entries[] = {
- { "ViewThumbnails", NULL, N_("_View Thumbnails"), NULL, NULL, G_CALLBACK (action_view_thumbnails), TRUE }
+ { "ViewThumbnails", GTK_STOCK_ORIENTATION_PORTRAIT, N_("_View Thumbnails"), NULL, NULL, G_CALLBACK (action_view_thumbnails), TRUE }
};
static const char *ui_description =