aboutsummaryrefslogtreecommitdiffstats
path: root/main/goffice0.8/use-apiver-for-dirs.patch
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2015-05-05 08:56:44 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2015-05-05 08:56:44 +0000
commit1c073b84a003edada0a61c1b21ea25c39524754e (patch)
tree07e3c9bdda0939e915edf44c813f2a0f058e01ee /main/goffice0.8/use-apiver-for-dirs.patch
parent8fcb0a179888b5ce69a7ba1939f77397a7453782 (diff)
downloadaports-1c073b84a003edada0a61c1b21ea25c39524754e.tar.bz2
aports-1c073b84a003edada0a61c1b21ea25c39524754e.tar.xz
main/goffice0.8: remove
nothing needs it anymore so we can remove it
Diffstat (limited to 'main/goffice0.8/use-apiver-for-dirs.patch')
-rw-r--r--main/goffice0.8/use-apiver-for-dirs.patch32
1 files changed, 0 insertions, 32 deletions
diff --git a/main/goffice0.8/use-apiver-for-dirs.patch b/main/goffice0.8/use-apiver-for-dirs.patch
deleted file mode 100644
index c925b399b9..0000000000
--- a/main/goffice0.8/use-apiver-for-dirs.patch
+++ /dev/null
@@ -1,32 +0,0 @@
---- a/configure.in 2011-09-07 08:45:49.687783970 +0000
-+++ b/configure.in 2011-09-07 09:12:55.709382840 +0000
-@@ -418,7 +418,7 @@
- fi
-
- dnl **************************************************
--AC_SUBST(GETTEXT_PACKAGE, goffice-${VERSION})
-+AC_SUBST(GETTEXT_PACKAGE, goffice-${GOFFICE_API_VER})
- AC_DEFINE_UNQUOTED(GETTEXT_PACKAGE, "$GETTEXT_PACKAGE",
- [The package name, for gettext])
- AM_GLIB_GNU_GETTEXT
-@@ -638,9 +638,9 @@
- dnl ******************
- dnl
- dnl These are changed in goffice.c for WIN32 packages
--AC_SUBST(goffice_datadir, '${datadir}/goffice/${VERSION}')
--AC_SUBST(goffice_libdir, '${libdir}/goffice/${VERSION}')
--AC_SUBST(goffice_icondir, '${datadir}/pixmaps/goffice/${VERSION}')
-+AC_SUBST(goffice_datadir, '${datadir}/goffice/${GOFFICE_API_VER}')
-+AC_SUBST(goffice_libdir, '${libdir}/goffice/${GOFFICE_API_VER}')
-+AC_SUBST(goffice_icondir, '${datadir}/pixmaps/goffice/${GOFFICE_API_VER}')
- AC_SUBST(goffice_localedir, '${prefix}/${DATADIRNAME}/locale')
- dnl
- AC_SUBST(goffice_plugindir, '${goffice_libdir}/plugins')
---- a/libgoffice.pc.in 2010-02-18 22:49:39.000000000 +0000
-+++ b/libgoffice.pc.in 2011-09-07 09:18:53.655992532 +0000
-@@ -11,4 +11,4 @@
- Libs.private: @EXTRA_LIBS@
- Cflags: -I${includedir}/libgoffice-@GOFFICE_API_VER@ @EXTRA_INCLUDES@
-
--PluginDir=${libdir}/goffice/@VERSION@/plugins
-+PluginDir=${libdir}/goffice/@GOFFICE_API_VER@/plugins