xiphos: 4.0.3 -> 4.0.6
This commit is contained in:
parent
e11c7399a0
commit
4bfa7d891f
@ -1,27 +1,29 @@
|
|||||||
{stdenv, fetchurl, pkgconfig
|
{stdenv, fetchFromGitHub, pkgconfig
|
||||||
, python
|
, python
|
||||||
, intltool
|
, intltool
|
||||||
, docbook2x, docbook_xml_dtd_412, libxslt
|
, docbook2x, docbook_xml_dtd_412, libxslt
|
||||||
, sword, clucene_core, biblesync
|
, sword, clucene_core, biblesync
|
||||||
, gnome_doc_utils
|
, gnome_doc_utils
|
||||||
, libgsf, gconf
|
, libgsf, gconf
|
||||||
, gtkhtml, libgtkhtml, libglade, scrollkeeper
|
, gtkhtml, libglade, scrollkeeper
|
||||||
, webkitgtk
|
, webkitgtk
|
||||||
, dbus_glib, enchant, isocodes, libuuid
|
, dbus_glib, enchant, isocodes, libuuid, icu
|
||||||
}:
|
}:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "xiphos-${version}";
|
name = "xiphos-${version}";
|
||||||
version = "4.0.3-20150806";
|
version = "4.0.6";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchFromGitHub {
|
||||||
url = "mirror://sourceforge/project/gnomesword/Xiphos/4.0.3/${name}.tar.gz";
|
owner = "crosswire";
|
||||||
sha256 = "1xkvhpasdlda2rp0874znz158z4rjh1hpynwy13d96kjxq4npiqv";
|
repo = "xiphos";
|
||||||
|
rev = "${version}";
|
||||||
|
sha256 = "02xyy6rxxxaqbjbhdp813f0vp1jpfzqscjdbdc0qcd4yvi3baj5f";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ pkgconfig python intltool docbook2x docbook_xml_dtd_412 libxslt
|
buildInputs = [ pkgconfig python intltool docbook2x docbook_xml_dtd_412 libxslt
|
||||||
sword clucene_core biblesync gnome_doc_utils libgsf gconf gtkhtml libgtkhtml
|
sword clucene_core biblesync gnome_doc_utils libgsf gconf gtkhtml
|
||||||
libglade scrollkeeper webkitgtk dbus_glib enchant isocodes libuuid ];
|
libglade scrollkeeper webkitgtk dbus_glib enchant isocodes libuuid icu ];
|
||||||
|
|
||||||
prePatch = ''
|
prePatch = ''
|
||||||
patchShebangs .;
|
patchShebangs .;
|
||||||
@ -33,7 +35,7 @@ stdenv.mkDerivation rec {
|
|||||||
'';
|
'';
|
||||||
|
|
||||||
configurePhase = ''
|
configurePhase = ''
|
||||||
python waf configure --prefix=$out
|
python waf configure --prefix=$out --enable-webkit2
|
||||||
'';
|
'';
|
||||||
|
|
||||||
buildPhase = ''
|
buildPhase = ''
|
||||||
|
@ -17016,9 +17016,10 @@ with pkgs;
|
|||||||
|
|
||||||
xiphos = callPackage ../applications/misc/xiphos {
|
xiphos = callPackage ../applications/misc/xiphos {
|
||||||
gconf = gnome2.GConf;
|
gconf = gnome2.GConf;
|
||||||
inherit (gnome2) gtkhtml libgtkhtml libglade scrollkeeper;
|
inherit (gnome2) libglade scrollkeeper;
|
||||||
|
gtkhtml = gnome2.gtkhtml4;
|
||||||
|
webkitgtk = webkitgtk217x;
|
||||||
python = python27;
|
python = python27;
|
||||||
webkitgtk = webkitgtk24x-gtk2;
|
|
||||||
};
|
};
|
||||||
|
|
||||||
xournal = callPackage ../applications/graphics/xournal {
|
xournal = callPackage ../applications/graphics/xournal {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user