[packages/denemo] - new URLs, updated to 2.4.0

qboosh qboosh at pld-linux.org
Fri Jul 3 20:26:09 CEST 2020


commit 578158f0976e04caac91d70a00660f1aa5a371f2
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date:   Fri Jul 3 20:27:04 2020 +0200

    - new URLs, updated to 2.4.0

 denemo-fontsdir.patch | 31 +++++++++++++++++++++++++++++++
 denemo-opt.patch      | 20 --------------------
 2 files changed, 31 insertions(+), 20 deletions(-)
---
diff --git a/denemo-fontsdir.patch b/denemo-fontsdir.patch
new file mode 100644
index 0000000..2fa4125
--- /dev/null
+++ b/denemo-fontsdir.patch
@@ -0,0 +1,31 @@
+--- denemo-2.4.0/src/core/utils.c.orig	2020-03-20 17:49:09.284852354 +0100
++++ denemo-2.4.0/src/core/utils.c	2020-07-03 18:44:47.365762199 +0200
+@@ -1629,7 +1629,7 @@
+ #else
+       gchar *prefix = g_build_filename (get_prefix_dir (), NULL);
+ #endif
+-      fontdir = g_build_filename (prefix, "share", "fonts", "truetype", "denemo", NULL);
++      fontdir = g_build_filename (prefix, "share", "fonts", "denemo", NULL);
+     }
+   return fontdir;
+ }
+@@ -3523,7 +3523,7 @@
+   dirs = g_list_append (dirs, g_build_filename (get_executable_dir (), "..", get_local_dir (dir), NULL));
+   dirs = g_list_append (dirs, g_build_filename (get_user_data_dir (TRUE), get_local_dir (dir), NULL));
+   dirs = g_list_append (dirs, g_strdup (get_system_dir (dir)));
+-  dirs = g_list_append (dirs, g_build_filename (get_executable_dir (), "..", "share", "fonts", "truetype", "denemo", NULL));
++  dirs = g_list_append (dirs, g_build_filename (get_executable_dir (), "..", "share", "fonts", "denemo", NULL));
+   return find_path_for_file (filename, dirs);
+ }
+ 
+--- denemo-2.4.0/fonts/Makefile.am.orig	2020-07-03 18:45:00.825689280 +0200
++++ denemo-2.4.0/fonts/Makefile.am	2020-07-03 18:45:03.192343125 +0200
+@@ -1,7 +1,7 @@
+ #dist_pkgdata_DATA = Denemo.ttf feta.ttf emmentaler.ttf
+ 
+ 
+-fontsdir = $(datadir)/fonts/truetype/denemo
++fontsdir = $(datadir)/fonts/denemo
+ 
+ fonts_DATA = $(srcdir)/Denemo.ttf  $(srcdir)/feta.ttf $(srcdir)/emmentaler.ttf
+ 
diff --git a/denemo-opt.patch b/denemo-opt.patch
deleted file mode 100644
index 3f38c5b..0000000
--- a/denemo-opt.patch
+++ /dev/null
@@ -1,20 +0,0 @@
---- denemo-0.7.4/configure.in.orig	2005-11-02 23:39:06.000000000 +0100
-+++ denemo-0.7.4/configure.in	2005-11-17 21:17:43.778072568 +0100
-@@ -38,7 +38,7 @@
- 	    )
- #if test "x$usegtk2" = "xyes"; then
- 	PKG_CHECK_MODULES(DENEMO, gtk+-2.0 >= 2.0.3)
--	CFLAGS="$DENEMO_CFLAGS"
-+	CFLAGS="$CFLAGS $DENEMO_CFLAGS"
- 	LIBS="$DENEMO_LIBS"
- #else
- #AM_PATH_GTK(1.2.0, [LIBS="$LIBS $GTK_LIBS"
-@@ -188,7 +188,7 @@
- AC_SUBST(CPPFLAGS)
- AC_SUBST(LDFLAGS)
- 
--CXXFLAGS="$CFLAGS -Wall -O2"
-+CXXFLAGS="$CFLAGS -Wall"
- AC_SUBST(CXXFLAGS)
- 
- AC_OUTPUT([  m4/Makefile 
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/denemo.git/commitdiff/3eab9fcd0b90f0631be0f77813185bfc4b5ab1ae



More information about the pld-cvs-commit mailing list