enlightenment.efl: add dependence mint-x-icons
It provides the Mint-X icon theme, which is a parent of the Enlightenment-X icon theme.
This commit is contained in:
parent
51e8a82f1e
commit
3c1ac429d4
@ -39,6 +39,7 @@
|
|||||||
, luajit
|
, luajit
|
||||||
, lz4
|
, lz4
|
||||||
, mesa
|
, mesa
|
||||||
|
, mint-x-icons
|
||||||
, openjpeg
|
, openjpeg
|
||||||
, openssl
|
, openssl
|
||||||
, poppler
|
, poppler
|
||||||
@ -92,7 +93,7 @@ stdenv.mkDerivation rec {
|
|||||||
xorg.libXcursor
|
xorg.libXcursor
|
||||||
xorg.xorgproto
|
xorg.xorgproto
|
||||||
zlib
|
zlib
|
||||||
# still missing parent icon themes: Mint-X, RAVE-X, Faenza
|
# still missing parent icon themes: RAVE-X, Faenza
|
||||||
];
|
];
|
||||||
|
|
||||||
propagatedBuildInputs = [
|
propagatedBuildInputs = [
|
||||||
@ -107,6 +108,7 @@ stdenv.mkDerivation rec {
|
|||||||
fribidi
|
fribidi
|
||||||
ghostscript
|
ghostscript
|
||||||
harfbuzz
|
harfbuzz
|
||||||
|
hicolor-icon-theme # for the icon theme
|
||||||
jbig2dec
|
jbig2dec
|
||||||
libdrm
|
libdrm
|
||||||
libinput
|
libinput
|
||||||
@ -117,6 +119,7 @@ stdenv.mkDerivation rec {
|
|||||||
libwebp
|
libwebp
|
||||||
libxkbcommon
|
libxkbcommon
|
||||||
luajit
|
luajit
|
||||||
|
mint-x-icons # Mint-X is a parent icon theme of Enlightenment-X
|
||||||
openjpeg
|
openjpeg
|
||||||
poppler
|
poppler
|
||||||
utillinux
|
utillinux
|
||||||
|
Loading…
x
Reference in New Issue
Block a user