Merge pull request #67628 from romildo/upd.enlightenment
enlightenment.enlightenment: 0.22.4 -> 0.23.0
This commit is contained in:
commit
097ae482d4
@ -1,16 +1,19 @@
|
|||||||
{ stdenv, fetchurl, meson, ninja, pkgconfig, gettext, efl,
|
{ stdenv, fetchurl, meson, ninja, pkgconfig, gettext, efl,
|
||||||
xcbutilkeysyms, libXrandr, libXdmcp, libxcb, libffi, pam, alsaLib,
|
xcbutilkeysyms, libXrandr, libXdmcp, libxcb, libffi, pam, alsaLib,
|
||||||
luajit, bzip2, libpthreadstubs, gdbm, libcap, mesa,
|
luajit, bzip2, libpthreadstubs, gdbm, libcap, mesa,
|
||||||
xkeyboard_config, pcre
|
xkeyboard_config, pcre,
|
||||||
|
|
||||||
|
bluetoothSupport ? true, bluez5,
|
||||||
|
pulseSupport ? !stdenv.isDarwin, libpulseaudio,
|
||||||
}:
|
}:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "enlightenment-${version}";
|
pname = "enlightenment";
|
||||||
version = "0.22.4";
|
version = "0.23.0";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "http://download.enlightenment.org/rel/apps/enlightenment/${name}.tar.xz";
|
url = "http://download.enlightenment.org/rel/apps/${pname}/${pname}-${version}.tar.xz";
|
||||||
sha256 = "0ygy891rrw5c7lhk539nhif77j88phvz2h0fhx172iaridy9kx2r";
|
sha256 = "1y7x594gvyvl5zbb1rnf3clj2pm6j97n8wl5mp9x6xjmhx0d1idq";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [
|
nativeBuildInputs = [
|
||||||
@ -36,8 +39,11 @@ stdenv.mkDerivation rec {
|
|||||||
pcre
|
pcre
|
||||||
mesa
|
mesa
|
||||||
xkeyboard_config
|
xkeyboard_config
|
||||||
] ++
|
]
|
||||||
stdenv.lib.optionals stdenv.isLinux [ libcap ];
|
++ stdenv.lib.optional stdenv.isLinux libcap
|
||||||
|
++ stdenv.lib.optional bluetoothSupport bluez5
|
||||||
|
++ stdenv.lib.optional pulseSupport libpulseaudio
|
||||||
|
;
|
||||||
|
|
||||||
patches = [
|
patches = [
|
||||||
# Some programs installed by enlightenment (to set the cpu frequency,
|
# Some programs installed by enlightenment (to set the cpu frequency,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user