ports/graphics/xournal/files/patch-src_main.c
Steve Wills eaa76a85f0 graphics/xournal: make DATADIR clean
While here, put back USES=desktop-file-utils shared-mime-info which was
mistakenly removed in previous commits.

PR:		221713
Approved by:	me@janh.de (maintainer timeout, >2 weeks)
2017-09-07 00:45:27 +00:00

11 lines
357 B
C

--- src/main.c.orig 2015-10-25 04:26:29 UTC
+++ src/main.c
@@ -360,7 +360,7 @@ main (int argc, char *argv[])
g_free(path);
g_free(path1);
g_free(path2);
- add_pixmap_directory (PACKAGE_DATA_DIR "/" PACKAGE "/pixmaps");
+ add_pixmap_directory (PACKAGE_DATA_DIR);
/*
* The following code was added by Glade to create one of each component