mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-20 00:53:12 +03:00
tree-wide: libayatana-{app,}indicator-gtk3 -> libayatana-{app,}indicator
This commit is contained in:
parent
ad5766dca8
commit
6279ab9cba
@ -7,7 +7,7 @@
|
||||
, gobject-introspection
|
||||
, intltool, wrapGAppsHook, glib
|
||||
, librsvg
|
||||
, libayatana-appindicator-gtk3
|
||||
, libayatana-appindicator
|
||||
, libpulseaudio
|
||||
, keybinder3
|
||||
, gdk-pixbuf
|
||||
@ -47,7 +47,7 @@ python3Packages.buildPythonApplication rec {
|
||||
gtk3
|
||||
gobject-introspection
|
||||
librsvg
|
||||
libayatana-appindicator-gtk3
|
||||
libayatana-appindicator
|
||||
libpulseaudio
|
||||
keybinder3
|
||||
];
|
||||
|
@ -1,5 +1,5 @@
|
||||
{ lib, stdenv, fetchFromGitHub, autoreconfHook, pkg-config, gtk3, libwnck, libxklavier
|
||||
, appindicatorSupport ? true, libayatana-appindicator-gtk3
|
||||
, appindicatorSupport ? true, libayatana-appindicator
|
||||
}:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
@ -14,7 +14,7 @@ stdenv.mkDerivation rec {
|
||||
};
|
||||
|
||||
nativeBuildInputs = [ pkg-config autoreconfHook ];
|
||||
buildInputs = [ gtk3 libwnck libxklavier ] ++ lib.optional appindicatorSupport libayatana-appindicator-gtk3;
|
||||
buildInputs = [ gtk3 libwnck libxklavier ] ++ lib.optional appindicatorSupport libayatana-appindicator;
|
||||
|
||||
configureFlags = lib.optional appindicatorSupport "--enable-appindicator=yes";
|
||||
outputs = [ "out" "man" ];
|
||||
|
@ -16,7 +16,7 @@
|
||||
, imagemagickSupport ? true
|
||||
, imagemagick
|
||||
, appindicatorSupport ? true
|
||||
, libayatana-appindicator-gtk3
|
||||
, libayatana-appindicator
|
||||
}:
|
||||
|
||||
python3.pkgs.buildPythonApplication rec {
|
||||
@ -44,7 +44,7 @@ python3.pkgs.buildPythonApplication rec {
|
||||
libnotify
|
||||
librsvg
|
||||
]
|
||||
++ lib.optional appindicatorSupport libayatana-appindicator-gtk3;
|
||||
++ lib.optional appindicatorSupport libayatana-appindicator;
|
||||
|
||||
propagatedBuildInputs = with python3.pkgs; [
|
||||
beautifulsoup4
|
||||
|
@ -9,7 +9,7 @@
|
||||
, gtkspell3
|
||||
, ofono
|
||||
, itstool
|
||||
, libayatana-appindicator-gtk3
|
||||
, libayatana-appindicator
|
||||
, perlPackages
|
||||
, meson
|
||||
, ninja
|
||||
@ -42,7 +42,7 @@ stdenv.mkDerivation rec {
|
||||
gdbm
|
||||
gtkspell3
|
||||
ofono
|
||||
libayatana-appindicator-gtk3
|
||||
libayatana-appindicator
|
||||
];
|
||||
|
||||
patches = [
|
||||
|
@ -1,5 +1,5 @@
|
||||
{ lib, stdenv, fetchFromGitHub, headsetcontrol, wrapGAppsHook, python3, gtk3
|
||||
, gobject-introspection, libayatana-appindicator-gtk3 }:
|
||||
, gobject-introspection, libayatana-appindicator }:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
# The last versioned release is 1.0.0.0 from 2020, since then there were updates but no versioned release.
|
||||
@ -21,7 +21,7 @@ stdenv.mkDerivation rec {
|
||||
headsetcontrol
|
||||
gtk3
|
||||
gobject-introspection
|
||||
libayatana-appindicator-gtk3
|
||||
libayatana-appindicator
|
||||
];
|
||||
|
||||
installPhase = ''
|
||||
|
@ -1,5 +1,5 @@
|
||||
{ lib, stdenv, fetchpatch, fetchFromGitHub, pkg-config, autoreconfHook, wrapGAppsHook
|
||||
, gnome, avahi, gtk3, libayatana-appindicator-gtk3, libnotify, libpulseaudio
|
||||
, gnome, avahi, gtk3, libayatana-appindicator, libnotify, libpulseaudio
|
||||
, xlibsWrapper, gsettings-desktop-schemas
|
||||
}:
|
||||
|
||||
@ -28,7 +28,7 @@ stdenv.mkDerivation rec {
|
||||
nativeBuildInputs = [ pkg-config autoreconfHook wrapGAppsHook ];
|
||||
buildInputs = [
|
||||
gnome.adwaita-icon-theme
|
||||
avahi gtk3 libayatana-appindicator-gtk3 libnotify libpulseaudio xlibsWrapper
|
||||
avahi gtk3 libayatana-appindicator libnotify libpulseaudio xlibsWrapper
|
||||
gsettings-desktop-schemas
|
||||
];
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user