summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'media-libs/libinstrudeo/files/0.1.2-font_commentboxes_path.patch')
-rw-r--r--media-libs/libinstrudeo/files/0.1.2-font_commentboxes_path.patch27
1 files changed, 0 insertions, 27 deletions
diff --git a/media-libs/libinstrudeo/files/0.1.2-font_commentboxes_path.patch b/media-libs/libinstrudeo/files/0.1.2-font_commentboxes_path.patch
deleted file mode 100644
index cabfaaf08..000000000
--- a/media-libs/libinstrudeo/files/0.1.2-font_commentboxes_path.patch
+++ /dev/null
@@ -1,27 +0,0 @@
-diff -Naur libinstrudeo-0.1.2/data/commentboxes/Makefile.am libinstrudeo-0.1.2.new/data/commentboxes/Makefile.am
---- libinstrudeo-0.1.2/data/commentboxes/Makefile.am 2006-07-08 13:26:47.000000000 +0200
-+++ libinstrudeo-0.1.2.new/data/commentboxes/Makefile.am 2006-07-16 19:32:25.000000000 +0200
-@@ -1,3 +1,3 @@
--commentboxesdir = /etc/instrudeo/commentboxes
-+commentboxesdir = /usr/share/instrudeo/commentboxes
- dist_commentboxes_DATA = roundedbox.mtl roundedbox.obj textballoon2D.mtl\
- textballoon2D.obj textballoon.mtl textballoon.obj
-diff -Naur libinstrudeo-0.1.2/data/fonts/Makefile.am libinstrudeo-0.1.2.new/data/fonts/Makefile.am
---- libinstrudeo-0.1.2/data/fonts/Makefile.am 2006-07-08 13:26:47.000000000 +0200
-+++ libinstrudeo-0.1.2.new/data/fonts/Makefile.am 2006-07-16 19:31:45.000000000 +0200
-@@ -1,2 +1,2 @@
--fontsdir = /etc/instrudeo/fonts
-+fontsdir = /usr/share/instrudeo/fonts
- dist_fonts_DATA = FreeSans.ttf
-diff -Naur libinstrudeo-0.1.2/src/libinstrudeo/isdcommentbox.h libinstrudeo-0.1.2.new/src/libinstrudeo/isdcommentbox.h
---- libinstrudeo-0.1.2/src/libinstrudeo/isdcommentbox.h 2006-07-10 23:38:26.000000000 +0200
-+++ libinstrudeo-0.1.2.new/src/libinstrudeo/isdcommentbox.h 2006-07-16 19:33:21.000000000 +0200
-@@ -51,7 +51,7 @@
- * a ISDApplicationSettings class (see isdprocessd for an example) that parses
- * a configuration file instead.
- */
--#define BASE_CONFIG_DIR "/etc/instrudeo"
-+#define BASE_CONFIG_DIR "/usr/share/instrudeo"
- #define COMMENTBOXES_DIR_NAME (string(BASE_CONFIG_DIR)+string(DIR_DELIM)+string("commentboxes"))
- #define FONTS_DIR_NAME "fonts"
- #define FONT_SCALE_SIZE 0.75