On 08/12/14 13:41, Karl Kleinpaste wrote:
>>> Instructions not filled in by author.
> 
> I don't even know what that means.

This is a common practice for COPR projects which are just one-off for
testing purposes. This is just a package for testing your upstream tarball.

Installation on Fedora(19-22) or RHEL/CentOS-7 is to copy appropriate
.repo file to /etc/yum.repos.d/ and yum install xiphos.

And I had to add the attached patch to make it build.

Best,

Matěj

-- 
http://www.ceplovi.cz/matej/, Jabber: [email protected]
GPG Finger: 89EF 4BC6 288A BF43 1BAB  25C3 E09F EF25 D964 84AC

Our lives are spectacles of powerlessness.
    -- Richard Rohr
--- a/wscript
+++ b/wscript
@@ -337,6 +337,14 @@ def configure(conf):
             common_libs += ' "gtk+-2.0 >= 2.14" '
             common_libs += ' "gtkhtml-editor-3.14" '
             common_libs += ' "libgtkhtml-3.14 >= 3.23" '
+        elif conf.check_cfg(modversion='gtkhtml-editor-4.0',
+                          msg='Checking for GNOME3 gtkhtml-editor',
+                          okmsg='Definitely',
+                          errmsg='Probably not'
+                          ):
+            common_libs += ' "gtk+-2.0 >= 2.14" '
+            common_libs += ' "gtkhtml-editor-4.0" '
+            common_libs += ' "libgtkhtml-4.0 >= 3.23" '
         else:
             common_libs += ' "gtk+-2.0 >= 2.14" '
             common_libs += ' "gtkhtml-editor" '

_______________________________________________
sword-devel mailing list: [email protected]
http://www.crosswire.org/mailman/listinfo/sword-devel
Instructions to unsubscribe/change your settings at above page

Reply via email to