Add patch, drop scrollkeeper OBS-URL: https://build.opensuse.org/request/show/714294 OBS-URL: https://build.opensuse.org/package/show/GNOME:Apps/florence?expand=0&rev=13
49 lines
1.5 KiB
Diff
49 lines
1.5 KiB
Diff
From: Jeremy Bicha <jbicha@debian.org>
|
|
Date: Sun, 21 Oct 2018 17:07:18 -0400
|
|
Subject: build without scrollkeeper
|
|
|
|
---
|
|
configure.ac | 8 --------
|
|
docs/florence.omf.in | 12 ------------
|
|
2 files changed, 20 deletions(-)
|
|
delete mode 100644 docs/florence.omf.in
|
|
|
|
diff --git a/configure.ac b/configure.ac
|
|
index 7fe6208..db23aa3 100755
|
|
--- a/configure.ac
|
|
+++ b/configure.ac
|
|
@@ -51,14 +51,6 @@ GNOME_DOC_INIT(,,
|
|
if test "x$with_docs" != "xno"; then
|
|
AC_MSG_ERROR([gnome-doc-utils >= $gdu_cv_version_required not found])
|
|
fi)
|
|
-if test "x$with_docs" != "xno"; then
|
|
- AC_PATH_PROG(SK_CONFIG,scrollkeeper-config,no)
|
|
- if test x$SK_CONFIG = xno; then
|
|
- AC_MSG_ERROR(Couldn't find scrollkeeper-config. Please install the scrollkeeper package: http://scrollkeeper.sourceforge.net)
|
|
- fi
|
|
- SCROLLKEEPER_BUILD_REQUIRED=0.3.5
|
|
- AC_SUBST(SCROLLKEEPER_BUILD_REQUIRED)
|
|
-fi
|
|
|
|
# Checks for libraries.
|
|
DEP_MODULES="xext gmodule-2.0 cairo librsvg-2.0 libxml-2.0 gstreamer-1.0"
|
|
diff --git a/docs/florence.omf.in b/docs/florence.omf.in
|
|
deleted file mode 100644
|
|
index ecef901..0000000
|
|
--- a/docs/florence.omf.in
|
|
+++ /dev/null
|
|
@@ -1,12 +0,0 @@
|
|
-<?xml version="1.0" encoding="UTF-8"?>
|
|
-<omf>
|
|
- <resource>
|
|
- <date>@DATE@</date>
|
|
- <subject category="GNOME|Accessibility"/>
|
|
- <type>user's guide</type>
|
|
- <format mime="text/xml" dtd="-//OASIS//DTD DocBook XML V4.1.2//EN"/>
|
|
- <relation seriesid="de2bf600-264f-11dd-81e2-d141ac518859"/>
|
|
- <rights type="GNU FDL" license.version="1.2" holder="François Agrech"/>
|
|
- </resource>
|
|
-</omf>
|
|
-
|
|
|