pkgs/data: pkgconfig -> pkg-config

This commit is contained in:
Ben Siraphob 2021-01-17 09:14:13 +07:00 committed by Jonathan Ringer
parent 5d566c43b4
commit d13840759c
15 changed files with 30 additions and 30 deletions

View File

@ -1,4 +1,4 @@
{ lib, stdenv, fetchFromGitHub, cmake, extra-cmake-modules, pkgconfig { lib, stdenv, fetchFromGitHub, cmake, extra-cmake-modules, pkg-config
, qtbase, qtimageformats, qtwebengine, qtx11extras, mkDerivation , qtbase, qtimageformats, qtwebengine, qtx11extras, mkDerivation
, libarchive, libXdmcp, libpthreadstubs, xcbutilkeysyms }: , libarchive, libXdmcp, libpthreadstubs, xcbutilkeysyms }:
@ -22,7 +22,7 @@ mkDerivation rec {
-e 's@^project.*@project(Zeal VERSION ${version})@' -e 's@^project.*@project(Zeal VERSION ${version})@'
''; '';
nativeBuildInputs = [ cmake extra-cmake-modules pkgconfig ]; nativeBuildInputs = [ cmake extra-cmake-modules pkg-config ];
buildInputs = [ buildInputs = [
qtbase qtimageformats qtwebengine qtx11extras qtbase qtimageformats qtwebengine qtx11extras

View File

@ -7,7 +7,7 @@
, optipng , optipng
, cairo , cairo
, python3 , python3
, pkgconfig , pkg-config
, pngquant , pngquant
, which , which
, imagemagick , imagemagick
@ -131,7 +131,7 @@ in
zopfli zopfli
pngquant pngquant
which which
pkgconfig pkg-config
emojiPythonEnv emojiPythonEnv
]; ];

View File

@ -1,4 +1,4 @@
{ lib, stdenv, fetchFromGitHub, pkgconfig, gdk-pixbuf, optipng, librsvg, gtk3, pantheon, gnome3, gnome-icon-theme, hicolor-icon-theme }: { lib, stdenv, fetchFromGitHub, pkg-config, gdk-pixbuf, optipng, librsvg, gtk3, pantheon, gnome3, gnome-icon-theme, hicolor-icon-theme }:
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "elementary-xfce-icon-theme"; pname = "elementary-xfce-icon-theme";
@ -12,7 +12,7 @@ stdenv.mkDerivation rec {
}; };
nativeBuildInputs = [ nativeBuildInputs = [
pkgconfig pkg-config
gdk-pixbuf gdk-pixbuf
librsvg librsvg
optipng optipng

View File

@ -1,4 +1,4 @@
{ lib, stdenv, fetchurl, pkgconfig, intltool, iconnamingutils, gtk2 }: { lib, stdenv, fetchurl, pkg-config, intltool, iconnamingutils, gtk2 }:
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "gnome-icon-theme"; pname = "gnome-icon-theme";
@ -10,7 +10,7 @@ stdenv.mkDerivation rec {
}; };
nativeBuildInputs = [ nativeBuildInputs = [
pkgconfig pkg-config
intltool intltool
iconnamingutils iconnamingutils
gtk2 gtk2

View File

@ -1,4 +1,4 @@
{ lib, stdenv, fetchurl, intltool, pkgconfig, iconnamingutils, imagemagick, librsvg { lib, stdenv, fetchurl, intltool, pkg-config, iconnamingutils, imagemagick, librsvg
, gtk/*any version*/, gnome-icon-theme, hicolor-icon-theme , gtk/*any version*/, gnome-icon-theme, hicolor-icon-theme
}: }:
@ -12,7 +12,7 @@ stdenv.mkDerivation rec {
patches = [ ./rsvg-convert.patch ]; patches = [ ./rsvg-convert.patch ];
nativeBuildInputs = [ pkgconfig ]; nativeBuildInputs = [ pkg-config ];
buildInputs = [ intltool iconnamingutils imagemagick librsvg ]; buildInputs = [ intltool iconnamingutils imagemagick librsvg ];
propagatedBuildInputs = [ gnome-icon-theme hicolor-icon-theme ]; propagatedBuildInputs = [ gnome-icon-theme hicolor-icon-theme ];
# still missing parent icon themes: cristalsvg # still missing parent icon themes: cristalsvg

View File

@ -1,4 +1,4 @@
{ lib, stdenv, fetchFromGitHub, meson, ninja, pkgconfig, glib }: { lib, stdenv, fetchFromGitHub, meson, ninja, pkg-config, glib }:
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "adapta-backgrounds"; pname = "adapta-backgrounds";
@ -11,7 +11,7 @@ stdenv.mkDerivation rec {
sha256 = "04hmbmzf97rsii8gpwy3wkljy5xhxmlsl34d63s6hfy05knclydj"; sha256 = "04hmbmzf97rsii8gpwy3wkljy5xhxmlsl34d63s6hfy05knclydj";
}; };
nativeBuildInputs = [ meson ninja pkgconfig glib ]; nativeBuildInputs = [ meson ninja pkg-config glib ];
meta = with lib; { meta = with lib; {
description = "Wallpaper collection for adapta-project"; description = "Wallpaper collection for adapta-project";

View File

@ -1,4 +1,4 @@
{ lib, stdenv, fetchurl, pkgconfig, python3, udev, systemd }: { lib, stdenv, fetchurl, pkg-config, python3, udev, systemd }:
let let
name = "media-player-info-24"; name = "media-player-info-24";
@ -13,7 +13,7 @@ in
}; };
buildInputs = [ udev systemd ]; buildInputs = [ udev systemd ];
nativeBuildInputs = [ pkgconfig python3 ]; nativeBuildInputs = [ pkg-config python3 ];
postPatch = '' postPatch = ''
patchShebangs ./tools patchShebangs ./tools

View File

@ -1,6 +1,6 @@
{ lib, stdenv { lib, stdenv
, fetchurl , fetchurl
, pkgconfig , pkg-config
, gettext , gettext
, perlPackages , perlPackages
, itstool , itstool
@ -18,7 +18,7 @@ stdenv.mkDerivation rec {
}; };
nativeBuildInputs = [ nativeBuildInputs = [
pkgconfig pkg-config
gettext gettext
itstool itstool
] ++ (with perlPackages; [ ] ++ (with perlPackages; [

View File

@ -1,4 +1,4 @@
{lib, stdenv, fetchurl, pkgconfig, xorgproto}: {lib, stdenv, fetchurl, pkg-config, xorgproto}:
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "rgb"; pname = "rgb";
version = "1.0.6"; version = "1.0.6";
@ -8,7 +8,7 @@ stdenv.mkDerivation rec {
sha256 = "1c76zcjs39ljil6f6jpx1x17c8fnvwazz7zvl3vbjfcrlmm7rjmv"; sha256 = "1c76zcjs39ljil6f6jpx1x17c8fnvwazz7zvl3vbjfcrlmm7rjmv";
}; };
nativeBuildInputs = [pkgconfig]; nativeBuildInputs = [pkg-config];
buildInputs = [xorgproto]; buildInputs = [xorgproto];
meta = { meta = {
inherit version; inherit version;

View File

@ -1,4 +1,4 @@
{ lib, stdenv, fetchFromGitHub, autoreconfHook, pkgconfig, parallel, sassc, inkscape, libxml2, glib, gdk-pixbuf, librsvg, gtk-engine-murrine, gnome3 }: { lib, stdenv, fetchFromGitHub, autoreconfHook, pkg-config, parallel, sassc, inkscape, libxml2, glib, gdk-pixbuf, librsvg, gtk-engine-murrine, gnome3 }:
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "adapta-gtk-theme"; pname = "adapta-gtk-theme";
@ -15,7 +15,7 @@ stdenv.mkDerivation rec {
nativeBuildInputs = [ nativeBuildInputs = [
autoreconfHook autoreconfHook
pkgconfig pkg-config
parallel parallel
sassc sassc
inkscape inkscape

View File

@ -1,4 +1,4 @@
{ lib, stdenv, fetchFromGitHub, meson, ninja, pkgconfig, sassc, gdk-pixbuf, librsvg, gtk-engine-murrine }: { lib, stdenv, fetchFromGitHub, meson, ninja, pkg-config, sassc, gdk-pixbuf, librsvg, gtk-engine-murrine }:
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "greybird"; pname = "greybird";
@ -14,7 +14,7 @@ stdenv.mkDerivation rec {
nativeBuildInputs = [ nativeBuildInputs = [
meson meson
ninja ninja
pkgconfig pkg-config
sassc sassc
]; ];

View File

@ -1,4 +1,4 @@
{ lib, stdenv, fetchFromGitLab, autoreconfHook, pkgconfig, parallel { lib, stdenv, fetchFromGitLab, autoreconfHook, pkg-config, parallel
, sassc, inkscape, libxml2, glib, gdk-pixbuf, librsvg, gtk-engine-murrine , sassc, inkscape, libxml2, glib, gdk-pixbuf, librsvg, gtk-engine-murrine
, cinnamonSupport ? true , cinnamonSupport ? true
, gnomeFlashbackSupport ? true , gnomeFlashbackSupport ? true
@ -32,7 +32,7 @@ stdenv.mkDerivation rec {
nativeBuildInputs = [ nativeBuildInputs = [
autoreconfHook autoreconfHook
pkgconfig pkg-config
parallel parallel
sassc sassc
inkscape inkscape

View File

@ -1,4 +1,4 @@
{ lib, fetchFromGitHub, cmake, extra-cmake-modules, pkgconfig, mkDerivation { lib, fetchFromGitHub, cmake, extra-cmake-modules, pkg-config, mkDerivation
, gtk2Support ? true, gtk2 , gtk2Support ? true, gtk2
, qtbase, qtsvg, qtx11extras # Toolkit dependencies , qtbase, qtsvg, qtx11extras # Toolkit dependencies
, karchive, kconfig, kconfigwidgets, kio, frameworkintegration , karchive, kconfig, kconfigwidgets, kio, frameworkintegration
@ -30,7 +30,7 @@ mkDerivation rec {
}) })
]; ];
nativeBuildInputs = [ cmake extra-cmake-modules pkgconfig ]; nativeBuildInputs = [ cmake extra-cmake-modules pkg-config ];
buildInputs = [ buildInputs = [
qtbase qtsvg qtx11extras qtbase qtsvg qtx11extras

View File

@ -1,4 +1,4 @@
{ lib, stdenv, fetchFromGitHub, autoconf, automake, pkgconfig, { lib, stdenv, fetchFromGitHub, autoconf, automake, pkg-config,
gtk-engine-murrine, gtk3 gtk-engine-murrine, gtk3
}: }:
@ -13,7 +13,7 @@ stdenv.mkDerivation {
sha256 = "005b66whyxba3403yzykpnlkz0q4m154pxpb4jzcny3fggy9r70s"; sha256 = "005b66whyxba3403yzykpnlkz0q4m154pxpb4jzcny3fggy9r70s";
}; };
nativeBuildInputs = [ autoconf automake pkgconfig gtk3 ]; nativeBuildInputs = [ autoconf automake pkg-config gtk3 ];
propagatedUserEnvPkgs = [ gtk-engine-murrine gtk3 ]; propagatedUserEnvPkgs = [ gtk-engine-murrine gtk3 ];

View File

@ -1,4 +1,4 @@
{ lib, stdenv, fetchFromGitHub, autoreconfHook, pkgconfig, gtk-engine-murrine }: { lib, stdenv, fetchFromGitHub, autoreconfHook, pkg-config, gtk-engine-murrine }:
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "theme-vertex"; pname = "theme-vertex";
@ -11,7 +11,7 @@ stdenv.mkDerivation rec {
sha256 = "0c9mhrs95ahz37djrv176vn41ywvj26ilwmnr1h9171giv6hid98"; sha256 = "0c9mhrs95ahz37djrv176vn41ywvj26ilwmnr1h9171giv6hid98";
}; };
nativeBuildInputs = [ autoreconfHook pkgconfig ]; nativeBuildInputs = [ autoreconfHook pkg-config ];
propagatedUserEnvPkgs = [ gtk-engine-murrine ]; propagatedUserEnvPkgs = [ gtk-engine-murrine ];