gnome3.gnome-shell: Clean up

Remove the following dependencies:

* libcanberra – https://gitlab.gnome.org/GNOME/gnome-shell/merge_requests/327
* libsoup – https://gitlab.gnome.org/GNOME/gnome-shell/merge_requests/234
* libXtst – 9f5a2d8aca
* glibcLocales – no longer necessary since glibc now contains C.UTF-8 locale
* docbook-xsl-ns – not sure why this was included but there are no complaints when this is removed

Also move gnome-autoar & json-glib to proper section and drop unused clutter arg.
This commit is contained in:
Jan Tojnar 2020-07-13 09:42:02 +02:00
parent 8cddeef571
commit 0937ea6dab
No known key found for this signature in database
GPG Key ID: 7FAB2A15F7A607A4

View File

@ -10,22 +10,16 @@
, gettext , gettext
, libsecret , libsecret
, python3 , python3
, libsoup
, polkit , polkit
, clutter
, networkmanager , networkmanager
, docbook-xsl-nons , docbook-xsl-nons
, docbook-xsl-ns
, at-spi2-core , at-spi2-core
, libstartup_notification , libstartup_notification
, telepathy-glib , telepathy-glib
, telepathy-logger , telepathy-logger
, libXtst
, unzip , unzip
, glibcLocales
, shared-mime-info , shared-mime-info
, libgweather , libgweather
, libcanberra-gtk3
, librsvg , librsvg
, geoclue2 , geoclue2
, perl , perl
@ -114,11 +108,9 @@ stdenv.mkDerivation rec {
pkg-config pkg-config
gettext gettext
docbook-xsl-nons docbook-xsl-nons
docbook-xsl-ns
docbook_xml_dtd_42 docbook_xml_dtd_42
perl perl
wrapGAppsHook wrapGAppsHook
glibcLocales
sassc sassc
desktop-file-utils desktop-file-utils
libxslt.bin libxslt.bin
@ -132,17 +124,14 @@ stdenv.mkDerivation rec {
gnome-keyring gnome-keyring
glib glib
gcr gcr
json-glib
accountsservice accountsservice
libsecret libsecret
libsoup
polkit polkit
gdk-pixbuf gdk-pixbuf
librsvg librsvg
networkmanager networkmanager
libstartup_notification libstartup_notification
telepathy-glib telepathy-glib
libXtst
gjs gjs
mutter mutter
libpulseaudio libpulseaudio
@ -150,7 +139,6 @@ stdenv.mkDerivation rec {
libical libical
gtk3 gtk3
gdm gdm
libcanberra-gtk3
geoclue2 geoclue2
adwaita-icon-theme adwaita-icon-theme
gnome-bluetooth gnome-bluetooth
@ -162,7 +150,6 @@ stdenv.mkDerivation rec {
telepathy-logger telepathy-logger
gnome-settings-daemon gnome-settings-daemon
gobject-introspection gobject-introspection
gnome-autoar
# recording # recording
gst_all_1.gstreamer gst_all_1.gstreamer
@ -175,10 +162,10 @@ stdenv.mkDerivation rec {
# for gnome-extension tool # for gnome-extension tool
bash-completion bash-completion
gnome-autoar
json-glib
]; ];
LANG = "en_US.UTF-8";
postPatch = '' postPatch = ''
patchShebangs src/data-to-c.pl patchShebangs src/data-to-c.pl
chmod +x meson/postinstall.py chmod +x meson/postinstall.py