epdfview: turn off format hardening
This commit is contained in:
parent
3e8a2e73a6
commit
6951a7d1c1
@ -1,11 +1,17 @@
|
|||||||
{ stdenv, fetchurl, fetchpatch, pkgconfig, gtk, poppler }:
|
{ stdenv, fetchurl, fetchpatch, pkgconfig, gtk, poppler }:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "epdfview-0.1.8";
|
name = "epdfview-0.1.8";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "http://trac.emma-soft.com/epdfview/chrome/site/releases/${name}.tar.bz2";
|
url = "http://trac.emma-soft.com/epdfview/chrome/site/releases/${name}.tar.bz2";
|
||||||
sha256 = "1w7qybh8ssl4dffi5qfajq8mndw7ipsd92vkim03nywxgjp4i1ll";
|
sha256 = "1w7qybh8ssl4dffi5qfajq8mndw7ipsd92vkim03nywxgjp4i1ll";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ pkgconfig gtk poppler ];
|
buildInputs = [ pkgconfig gtk poppler ];
|
||||||
|
|
||||||
|
hardening_format = false;
|
||||||
|
|
||||||
patches = [ (fetchpatch {
|
patches = [ (fetchpatch {
|
||||||
name = "epdfview-0.1.8-glib2-headers.patch";
|
name = "epdfview-0.1.8-glib2-headers.patch";
|
||||||
url = "https://projects.archlinux.org/svntogit/community.git/plain/trunk/epdfview-0.1.8-glib2-headers.patch?h=packages/epdfview&id=40ba115c860bdec31d03a30fa594a7ec2864d634";
|
url = "https://projects.archlinux.org/svntogit/community.git/plain/trunk/epdfview-0.1.8-glib2-headers.patch?h=packages/epdfview&id=40ba115c860bdec31d03a30fa594a7ec2864d634";
|
||||||
@ -17,13 +23,14 @@ stdenv.mkDerivation rec {
|
|||||||
sha256 = "07yvgvai2bvbr5fa1mv6lg7nqr0qyryjn1xyjlh8nidg9k9vv001";
|
sha256 = "07yvgvai2bvbr5fa1mv6lg7nqr0qyryjn1xyjlh8nidg9k9vv001";
|
||||||
})
|
})
|
||||||
];
|
];
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
homepage = http://trac.emma-soft.com/epdfview/;
|
homepage = http://trac.emma-soft.com/epdfview/;
|
||||||
description = "A lightweight PDF document viewer using Poppler and GTK+";
|
description = "A lightweight PDF document viewer using Poppler and GTK+";
|
||||||
longDescription = ''
|
longDescription = ''
|
||||||
ePDFView is a free lightweight PDF document viewer using Poppler and
|
ePDFView is a free lightweight PDF document viewer using Poppler and
|
||||||
GTK+ libraries. The aim of ePDFView is to make a simple PDF document
|
GTK+ libraries. The aim of ePDFView is to make a simple PDF document
|
||||||
viewer, in the lines of Evince but without using the Gnome libraries.
|
viewer, in the lines of Evince but without using the Gnome libraries.
|
||||||
'';
|
'';
|
||||||
license = stdenv.lib.licenses.gpl2;
|
license = stdenv.lib.licenses.gpl2;
|
||||||
maintainers = with stdenv.lib.maintainers; [ astsmtl ];
|
maintainers = with stdenv.lib.maintainers; [ astsmtl ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user