Updating vimprobable2 to 1.0.0
I took mainly the patch from Alexandr Foremny, but I had to solve conflicts. Moreover it required the old webkit. svn path=/nixpkgs/trunk/; revision=33596
This commit is contained in:
parent
dd822c7ece
commit
5d15ef0e7c
@ -1,13 +1,13 @@
|
|||||||
{stdenv, fetchurl, makeWrapper, perl, pkgconfig, webkit_gtk2, gtk, libX11, libsoup,
|
{ stdenv, fetchurl, makeWrapper, glib_networking, gtk, libsoup, libX11, perl,
|
||||||
glib_networking}:
|
pkgconfig, webkit }:
|
||||||
|
|
||||||
stdenv.mkDerivation {
|
stdenv.mkDerivation {
|
||||||
name = "vimprobable2-0.9.12.0";
|
name = "vimprobable2-1.0.0";
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "mirror://sourceforge/vimprobable/vimprobable2_0.9.12.0.tar.bz2";
|
url = "mirror://sourceforge/vimprobable/vimprobable2_1.0.0.tar.bz2";
|
||||||
sha256 = "1b6xs6rd4rxy9kdsva13bbx7pd2gy159ad8ncd4pplsqr46hw8fb";
|
sha256 = "1jlx8ssgk42vg1d70n0aa86lr5zixdkkagmcxjc4c7pjvh8vq3gn";
|
||||||
};
|
};
|
||||||
buildInputs = [ makeWrapper perl pkgconfig libX11 libsoup webkit_gtk2 gtk ];
|
buildInputs = [ makeWrapper gtk libsoup libX11 perl pkgconfig webkit ];
|
||||||
installPhase = ''
|
installPhase = ''
|
||||||
make PREFIX=/ DESTDIR=$out install
|
make PREFIX=/ DESTDIR=$out install
|
||||||
wrapProgram "$out/bin/vimprobable2" --prefix GIO_EXTRA_MODULES : \
|
wrapProgram "$out/bin/vimprobable2" --prefix GIO_EXTRA_MODULES : \
|
||||||
@ -28,8 +28,8 @@ stdenv.mkDerivation {
|
|||||||
being completely featureless.
|
being completely featureless.
|
||||||
'';
|
'';
|
||||||
homepage = "http://sourceforge.net/apps/trac/vimprobable";
|
homepage = "http://sourceforge.net/apps/trac/vimprobable";
|
||||||
license = "MIT";
|
license = stdenv.lib.licenses.mit;
|
||||||
maintainers = ["Alexander Foremny <alexanderforemny@googlemail.com>"];
|
maintainers = [ stdenv.lib.maintainers.aforemny ];
|
||||||
platforms = with stdenv.lib.platforms; linux;
|
platforms = with stdenv.lib.platforms; linux;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -4,6 +4,7 @@
|
|||||||
/* Add your name and email address here. Keep the list
|
/* Add your name and email address here. Keep the list
|
||||||
alphabetically sorted. */
|
alphabetically sorted. */
|
||||||
|
|
||||||
|
aforemny = "Alexander Foremny <alexanderforemny@googlemail.com>";
|
||||||
all = "Nix Committers <nix-commits@lists.science.uu.nl>";
|
all = "Nix Committers <nix-commits@lists.science.uu.nl>";
|
||||||
andres = "Andres Loeh <ksnixos@andres-loeh.de>";
|
andres = "Andres Loeh <ksnixos@andres-loeh.de>";
|
||||||
astsmtl = "Alexander Tsamutali <astsmtl@yandex.ru>";
|
astsmtl = "Alexander Tsamutali <astsmtl@yandex.ru>";
|
||||||
|
@ -8608,6 +8608,7 @@ let
|
|||||||
|
|
||||||
vimprobable2 = callPackage ../applications/networking/browsers/vimprobable2 {
|
vimprobable2 = callPackage ../applications/networking/browsers/vimprobable2 {
|
||||||
inherit (gnome) libsoup;
|
inherit (gnome) libsoup;
|
||||||
|
webkit = webkit_gtk2;
|
||||||
};
|
};
|
||||||
|
|
||||||
vimprobable2Wrapper = wrapFirefox
|
vimprobable2Wrapper = wrapFirefox
|
||||||
|
Loading…
x
Reference in New Issue
Block a user