fbida: 2.11 -> 2.12
This commit is contained in:
parent
d24a886419
commit
bbd39a8057
@ -1,20 +1,18 @@
|
|||||||
{ stdenv, fetchurl, libjpeg, libexif, libungif, libtiff, libpng, libwebp, libdrm
|
{ stdenv, fetchurl, libjpeg, libexif, libungif, libtiff, libpng, libwebp, libdrm
|
||||||
, pkgconfig, freetype, fontconfig, which, imagemagick, curl, sane-backends
|
, pkgconfig, freetype, fontconfig, which, imagemagick, curl, sane-backends, libXpm
|
||||||
}:
|
, epoxy, poppler }:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "fbida-2.11";
|
name = "fbida-2.12";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "http://dl.bytesex.org/releases/fbida/${name}.tar.gz";
|
url = "http://dl.bytesex.org/releases/fbida/${name}.tar.gz";
|
||||||
sha256 = "00x1lppb66b0gvp6sqs7zjgnlfh80lnkwvsm15ifzvlss3b67akw";
|
sha256 = "0bw224vb7jh0lrqaf4jgxk48xglvxs674qcpj5y0axyfbh896cfk";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ pkgconfig which ];
|
nativeBuildInputs = [ pkgconfig which ];
|
||||||
buildInputs =
|
buildInputs = [ libexif libjpeg libpng libungif freetype fontconfig libtiff
|
||||||
[ libexif libjpeg libpng libungif freetype fontconfig libtiff libwebp
|
libwebp imagemagick curl sane-backends libdrm libXpm epoxy poppler ];
|
||||||
imagemagick curl sane-backends libdrm
|
|
||||||
];
|
|
||||||
|
|
||||||
makeFlags = [ "prefix=$(out)" "verbose=yes" ];
|
makeFlags = [ "prefix=$(out)" "verbose=yes" ];
|
||||||
|
|
||||||
@ -34,6 +32,6 @@ stdenv.mkDerivation rec {
|
|||||||
homepage = https://www.kraxel.org/blog/linux/fbida/;
|
homepage = https://www.kraxel.org/blog/linux/fbida/;
|
||||||
license = licenses.gpl2;
|
license = licenses.gpl2;
|
||||||
maintainers = with maintainers; [ pSub ];
|
maintainers = with maintainers; [ pSub ];
|
||||||
platforms = with platforms; linux;
|
platforms = platforms.linux;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user