diff options
-rw-r--r-- | accessibility/dasher/Makefile | 3 | ||||
-rw-r--r-- | accessibility/dasher/files/patch-Src_main.cc | 11 |
2 files changed, 13 insertions, 1 deletions
diff --git a/accessibility/dasher/Makefile b/accessibility/dasher/Makefile index 0faa59eed..de84bdef8 100644 --- a/accessibility/dasher/Makefile +++ b/accessibility/dasher/Makefile @@ -3,11 +3,12 @@ # Whom: lewiz <purple@lewiz.net> # # $FreeBSD$ -# $MCom: ports/accessibility/dasher/Makefile,v 1.23 2006/02/05 06:13:36 marcus Exp $ +# $MCom: ports/accessibility/dasher/Makefile,v 1.24 2006/02/12 21:01:17 marcus Exp $ # PORTNAME= dasher PORTVERSION= 3.99.4 +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= accessibility editors x11 gnome MASTER_SITES= ${MASTER_SITE_GNOME} diff --git a/accessibility/dasher/files/patch-Src_main.cc b/accessibility/dasher/files/patch-Src_main.cc new file mode 100644 index 000000000..921a68198 --- /dev/null +++ b/accessibility/dasher/files/patch-Src_main.cc @@ -0,0 +1,11 @@ +--- Src/main.cc.orig Fri Feb 17 18:32:50 2006 ++++ Src/main.cc Fri Feb 17 18:33:12 2006 +@@ -229,7 +229,7 @@ int main(int argc, char *argv[]) { + #endif + + #ifndef WITH_MAEMO +- gtk_window_set_icon_from_file(GTK_WINDOW(window), DATADIR "/icons/hicolor/48x48/apps/dasher.png", NULL); ++ gtk_window_set_icon_from_file(GTK_WINDOW(window), PREFIX "/share/icons/hicolor/48x48/apps/dasher.png", NULL); + gtk_widget_show(window); + #else + appview = HILDON_APPVIEW( hildon_appview_new(NULL) ); |