podofo_0_10: rename and alias attr from podofo010, adopt, top-level, 0.10.4 -> 0.10.5, remove unused deps expat and lua, remove unnecesarry build output lib
This commit is contained in:
parent
d9e684a371
commit
6fff083f64
@ -3,7 +3,6 @@
|
|||||||
stdenv,
|
stdenv,
|
||||||
fetchFromGitHub,
|
fetchFromGitHub,
|
||||||
cmake,
|
cmake,
|
||||||
expat,
|
|
||||||
fontconfig,
|
fontconfig,
|
||||||
freetype,
|
freetype,
|
||||||
libidn,
|
libidn,
|
||||||
@ -11,7 +10,6 @@
|
|||||||
libpng,
|
libpng,
|
||||||
libtiff,
|
libtiff,
|
||||||
libxml2,
|
libxml2,
|
||||||
lua5,
|
|
||||||
openssl,
|
openssl,
|
||||||
pkg-config,
|
pkg-config,
|
||||||
zlib,
|
zlib,
|
||||||
@ -19,19 +17,18 @@
|
|||||||
|
|
||||||
stdenv.mkDerivation (finalAttrs: {
|
stdenv.mkDerivation (finalAttrs: {
|
||||||
pname = "podofo";
|
pname = "podofo";
|
||||||
version = "0.10.4";
|
version = "0.10.5";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "podofo";
|
owner = "podofo";
|
||||||
repo = "podofo";
|
repo = "podofo";
|
||||||
rev = finalAttrs.version;
|
rev = finalAttrs.version;
|
||||||
hash = "sha256-ZY+kyimLzAeEgvDaflXM7MbyzsGgivOnG1aBD9/ozbk=";
|
hash = "sha256-lYykDGhxFWLwuZhfBIgbw3B0SEhrAP7vLNNXsPKRFZw=";
|
||||||
};
|
};
|
||||||
|
|
||||||
outputs = [
|
outputs = [
|
||||||
"out"
|
"out"
|
||||||
"dev"
|
"dev"
|
||||||
"lib"
|
|
||||||
];
|
];
|
||||||
|
|
||||||
nativeBuildInputs = [
|
nativeBuildInputs = [
|
||||||
@ -40,7 +37,6 @@ stdenv.mkDerivation (finalAttrs: {
|
|||||||
];
|
];
|
||||||
|
|
||||||
buildInputs = [
|
buildInputs = [
|
||||||
expat
|
|
||||||
fontconfig
|
fontconfig
|
||||||
freetype
|
freetype
|
||||||
libidn
|
libidn
|
||||||
@ -48,7 +44,6 @@ stdenv.mkDerivation (finalAttrs: {
|
|||||||
libpng
|
libpng
|
||||||
libtiff
|
libtiff
|
||||||
libxml2
|
libxml2
|
||||||
lua5
|
|
||||||
openssl
|
openssl
|
||||||
zlib
|
zlib
|
||||||
];
|
];
|
||||||
@ -66,6 +61,8 @@ stdenv.mkDerivation (finalAttrs: {
|
|||||||
gpl2Plus
|
gpl2Plus
|
||||||
lgpl2Plus
|
lgpl2Plus
|
||||||
];
|
];
|
||||||
maintainers = [ ];
|
maintainers = with lib.maintainers; [
|
||||||
|
kuflierl
|
||||||
|
];
|
||||||
};
|
};
|
||||||
})
|
})
|
@ -1526,6 +1526,7 @@ mapAliases {
|
|||||||
plots = throw "'plots' has been replaced by 'gnome-graphs'"; # Added 2025-02-05
|
plots = throw "'plots' has been replaced by 'gnome-graphs'"; # Added 2025-02-05
|
||||||
pltScheme = racket; # just to be sure
|
pltScheme = racket; # just to be sure
|
||||||
poac = cabinpkg; # Added 2025-01-22
|
poac = cabinpkg; # Added 2025-01-22
|
||||||
|
podofo010 = podofo_0_10; # Added 2025-06-01
|
||||||
polkit-kde-agent = throw ''
|
polkit-kde-agent = throw ''
|
||||||
The top-level polkit-kde-agent alias has been removed.
|
The top-level polkit-kde-agent alias has been removed.
|
||||||
|
|
||||||
|
@ -9291,7 +9291,6 @@ with pkgs;
|
|||||||
|
|
||||||
place-cursor-at = haskell.lib.compose.justStaticExecutables haskellPackages.place-cursor-at;
|
place-cursor-at = haskell.lib.compose.justStaticExecutables haskellPackages.place-cursor-at;
|
||||||
|
|
||||||
podofo010 = callPackage ../development/libraries/podofo/0.10.x.nix { };
|
|
||||||
podofo = podofo_0_9;
|
podofo = podofo_0_9;
|
||||||
|
|
||||||
poppler = callPackage ../development/libraries/poppler { lcms = lcms2; };
|
poppler = callPackage ../development/libraries/poppler { lcms = lcms2; };
|
||||||
@ -12007,7 +12006,7 @@ with pkgs;
|
|||||||
calcmysky = qt6Packages.callPackage ../applications/science/astronomy/calcmysky { };
|
calcmysky = qt6Packages.callPackage ../applications/science/astronomy/calcmysky { };
|
||||||
|
|
||||||
calibre = callPackage ../by-name/ca/calibre/package.nix {
|
calibre = callPackage ../by-name/ca/calibre/package.nix {
|
||||||
podofo = podofo010;
|
podofo = podofo_0_10;
|
||||||
};
|
};
|
||||||
|
|
||||||
# calico-felix and calico-node have not been packaged due to libbpf, linking issues
|
# calico-felix and calico-node have not been packaged due to libbpf, linking issues
|
||||||
|
Loading…
x
Reference in New Issue
Block a user